<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-02/func/sub-0069_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>048ad3ee371278bf8a0bb991e73b0ae7</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>17:07:23.487500</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.999941, -0.0018324, -0.0106769, 0.00157074, 0.999699, -0.0244644]</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.0756798</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7735, -7305, 563, -45, -126, 22, 69]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>231.748</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c54c7286-8918-4b0f-8f7d-5c90448a2f9a||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.682769536972046, 0.004214172717183828, -0.0289401113986969, 113.85118865966797], [0.004916197154670954, 2.6821205615997314, -0.06600476801395416, -89.50692749023438], [-0.028645450249314308, 0.06563624739646912, 2.699037790298462, -81.82605743408203], [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': ['170723.487500', '170723.947500', '170724.407500', '170724.867500', '170725.327500', '170725.787500', '170726.247500', '170726.707500', '170727.167500', '170727.627500', '170728.087500', '170728.547500', '170729.007500', '170729.467500', '170729.927500', '170730.387500', '170730.847500', '170731.307500', '170731.767500', '170732.227500', '170732.687500', '170733.147500', '170733.607500', '170734.067500', '170734.527500', '170734.987500', '170735.447500', '170735.907500', '170736.367500', '170736.827500', '170737.287500', '170737.747500', '170738.207500', '170738.667500', '170739.127500', '170739.587500', '170740.047500', '170740.507500', '170740.967500', '170741.427500', '170741.887500', '170742.347500', '170742.807500', '170743.267500', '170743.727500', '170744.187500', '170744.647500', '170745.107500', '170745.567500', '170746.027500', '170746.487500', '170746.947500', '170747.407500', '170747.867500', '170748.327500', '170748.787500', '170749.247500', '170749.707500', '170750.167500', '170750.627500', '170751.087500', '170751.547500', '170752.007500', '170752.467500', '170752.927500', '170753.387500', '170753.847500', '170754.307500', '170754.767500', '170755.227500', '170755.687500', '170756.147500', '170756.607500', '170757.067500', '170757.527500', '170757.987500', '170758.447500', '170758.907500', '170759.367500', '170759.827500', '170800.287500', '170800.747500', '170801.207500', '170801.667500', '170802.127500', '170802.587500', '170803.047500', '170803.507500', '170803.967500', '170804.427500', '170804.887500', '170805.347500', '170805.807500', '170806.267500', '170806.727500', '170807.187500', '170807.647500', '170808.107500', '170808.567500', '170809.027500', '170809.487500', '170809.947500', '170810.407500', '170810.867500', '170811.327500', '170811.787500', '170812.247500', '170812.707500', '170813.167500', '170813.627500', '170814.087500', '170814.547500', '170815.007500', '170815.467500', '170815.927500', '170816.387500', '170816.847500', '170817.307500', '170817.767500', '170818.227500', '170818.687500', '170819.147500', '170819.607500', '170820.067500', '170820.527500', '170820.987500', '170821.447500', '170821.907500', '170822.367500', '170822.827500', '170823.287500', '170823.747500', '170824.207500', '170824.667500', '170825.127500', '170825.587500', '170826.047500', '170826.507500', '170826.967500', '170827.427500', '170827.887500', '170828.347500', '170828.807500', '170829.267500', '170829.727500', '170830.187500', '170830.647500', '170831.107500', '170831.567500', '170832.027500', '170832.487500', '170832.947500', '170833.407500', '170833.867500', '170834.327500', '170834.787500', '170835.247500', '170835.707500', '170836.167500', '170836.627500', '170837.087500', '170837.547500', '170838.007500', '170838.467500', '170838.927500', '170839.387500', '170839.847500', '170840.307500', '170840.767500', '170841.227500', '170841.687500', '170842.147500', '170842.607500', '170843.067500', '170843.527500', '170843.987500', '170844.447500', '170844.907500', '170845.367500', '170845.827500', '170846.287500', '170846.747500', '170847.207500', '170847.667500', '170848.127500', '170848.587500', '170849.047500', '170849.507500', '170849.967500', '170850.427500', '170850.887500', '170851.347500', '170851.807500', '170852.267500', '170852.727500', '170853.187500', '170853.647500', '170854.107500', '170854.567500', '170855.027500', '170855.487500', '170855.947500', '170856.407500', '170856.867500', '170857.327500', '170857.787500', '170858.247500', '170858.707500', '170859.167500', '170859.627500', '170900.087500', '170900.547500', '170901.007500', '170901.467500', '170901.927500', '170902.387500', '170902.847500', '170903.307500', '170903.767500', '170904.227500', '170904.687500', '170905.147500', '170905.607500', '170906.067500', '170906.527500', '170906.987500', '170907.447500', '170907.907500', '170908.367500', '170908.827500', '170909.287500', '170909.747500', '170910.207500', '170910.667500', '170911.127500', '170911.587500', '170912.047500', '170912.507500', '170912.967500', '170913.427500', '170913.887500', '170914.347500', '170914.807500', '170915.267500', '170915.727500', '170916.187500', '170916.647500', '170917.107500', '170917.567500', '170918.027500', '170918.487500', '170918.947500', '170919.407500', '170919.867500', '170920.327500', '170920.787500', '170921.247500', '170921.707500', '170922.167500', '170922.627500', '170923.087500', '170923.547500', '170924.007500', '170924.467500', '170924.927500', '170925.387500', '170925.847500', '170926.307500', '170926.767500', '170927.227500', '170927.687500', '170928.147500', '170928.607500', '170929.067500', '170929.527500', '170929.987500', '170930.447500', '170930.907500', '170931.367500', '170931.827500', '170932.287500', '170932.747500', '170933.207500', '170933.667500', '170934.127500', '170934.587500', '170935.047500', '170935.507500', '170935.967500', '170936.427500', '170936.887500', '170937.347500', '170937.807500', '170938.267500', '170938.727500', '170939.187500', '170939.647500', '170940.107500', '170940.567500', '170941.027500', '170941.487500', '170941.947500', '170942.407500', '170942.867500', '170943.327500', '170943.787500', '170944.247500', '170944.707500', '170945.167500', '170945.627500', '170946.087500', '170946.547500', '170947.007500', '170947.467500', '170947.927500', '170948.387500', '170948.847500', '170949.307500', '170949.767500', '170950.227500', '170950.687500', '170951.147500', '170951.607500', '170952.067500', '170952.527500', '170952.987500', '170953.447500', '170953.907500', '170954.367500', '170954.827500', '170955.287500', '170955.747500', '170956.207500', '170956.667500', '170957.127500', '170957.587500', '170958.047500', '170958.507500', '170958.967500', '170959.427500', '170959.887500', '171000.347500', '171000.807500', '171001.267500', '171001.727500', '171002.187500', '171002.647500', '171003.107500', '171003.567500', '171004.027500', '171004.487500', '171004.947500', '171005.407500', '171005.867500', '171006.327500', '171006.787500', '171007.247500', '171007.707500', '171008.167500', '171008.627500', '171009.087500', '171009.547500', '171010.007500', '171010.467500', '171010.927500', '171011.387500', '171011.847500', '171012.307500', '171012.767500', '171013.227500', '171013.687500', '171014.147500', '171014.607500', '171015.067500', '171015.527500', '171015.987500', '171016.447500', '171016.907500', '171017.367500', '171017.827500', '171018.287500', '171018.747500', '171019.207500', '171019.667500', '171020.127500', '171020.587500', '171021.047500', '171021.507500', '171021.967500', '171022.427500', '171022.887500', '171023.347500', '171023.807500', '171024.267500', '171024.727500', '171025.187500', '171025.647500', '171026.107500', '171026.567500', '171027.027500', '171027.487500', '171027.947500', '171028.407500', '171028.867500', '171029.327500', '171029.787500', '171030.247500', '171030.707500', '171031.167500', '171031.627500', '171032.087500', '171032.547500', '171033.007500', '171033.467500', '171033.927500', '171034.387500', '171034.847500', '171035.307500', '171035.767500', '171036.227500', '171036.687500', '171037.147500', '171037.607500', '171038.067500', '171038.527500', '171038.987500', '171039.447500', '171039.907500', '171040.367500', '171040.827500', '171041.287500', '171041.747500', '171042.207500', '171042.667500', '171043.127500', '171043.587500', '171044.047500', '171044.507500', '171044.967500', '171045.427500', '171045.887500', '171046.347500', '171046.807500', '171047.267500', '171047.727500', '171048.187500', '171048.647500', '171049.107500', '171049.567500', '171050.027500', '171050.487500', '171050.947500', '171051.407500', '171051.867500', '171052.327500', '171052.787500', '171053.247500', '171053.707500', '171054.167500', '171054.627500', '171055.087500', '171055.547500', '171056.007500', '171056.467500', '171056.927500', '171057.387500', '171057.847500', '171058.307500', '171058.767500', '171059.227500', '171059.687500', '171100.147500', '171100.607500', '171101.067500', '171101.527500', '171101.987500', '171102.447500', '171102.907500', '171103.367500', '171103.827500', '171104.287500', '171104.747500', '171105.207500', '171105.667500', '171106.127500', '171106.587500', '171107.047500', '171107.507500', '171107.967500', '171108.427500', '171108.887500', '171109.347500', '171109.807500', '171110.267500', '171110.727500', '171111.187500', '171111.647500', '171112.107500', '171112.567500', '171113.027500', '171113.487500', '171113.947500', '171114.407500', '171114.867500', '171115.327500', '171115.787500', '171116.247500', '171116.707500', '171117.167500', '171117.627500', '171118.087500', '171118.547500', '171119.007500', '171119.467500', '171119.927500', '171120.387500', '171120.847500', '171121.307500', '171121.767500', '171122.227500', '171122.687500', '171123.147500', '171123.607500', '171124.067500', '171124.527500', '171124.987500', '171125.447500', '171125.907500', '171126.367500', '171126.827500', '171127.287500', '171127.747500', '171128.207500', '171128.667500', '171129.127500', '171129.587500', '171130.047500', '171130.507500', '171130.967500', '171131.427500', '171131.887500', '171132.347500', '171132.807500', '171133.267500', '171133.727500', '171134.187500', '171134.647500', '171135.107500', '171135.567500', '171136.027500', '171136.487500', '171136.947500', '171137.407500', '171137.867500', '171138.327500', '171138.787500', '171139.247500', '171139.707500', '171140.167500', '171140.627500', '171141.087500', '171141.547500', '171142.007500', '171142.467500', '171142.927500', '171143.387500', '171143.847500', '171144.307500', '171144.767500', '171145.227500', '171145.687500', '171146.147500', '171146.607500', '171147.067500', '171147.527500', '171147.987500', '171148.447500', '171148.907500', '171149.367500', '171149.827500', '171150.287500', '171150.747500', '171151.207500', '171151.667500', '171152.127500', '171152.587500', '171153.047500', '171153.507500', '171153.967500', '171154.427500', '171154.887500', '171155.347500', '171155.807500', '171156.267500', '171156.727500', '171157.187500', '171157.647500', '171158.107500', '171158.567500', '171159.027500', '171159.487500', '171159.947500', '171200.407500', '171200.867500', '171201.327500', '171201.787500', '171202.247500', '171202.707500', '171203.167500', '171203.627500', '171204.087500', '171204.547500', '171205.007500', '171205.467500', '171205.927500', '171206.387500', '171206.847500', '171207.307500', '171207.767500', '171208.227500', '171208.687500', '171209.147500', '171209.607500', '171210.067500', '171210.527500', '171210.987500', '171211.447500', '171211.907500', '171212.367500', '171212.827500', '171213.287500', '171213.747500', '171214.207500', '171214.667500', '171215.127500', '171215.587500', '171216.047500', '171216.507500', '171216.967500', '171217.427500', '171217.887500', '171218.347500', '171218.807500', '171219.267500', '171219.727500', '171220.187500', '171220.647500', '171221.107500', '171221.567500', '171222.027500', '171222.487500', '171222.947500', '171223.407500', '171223.867500', '171224.327500', '171224.787500', '171225.247500', '171225.707500', '171226.167500', '171226.627500', '171227.087500', '171227.547500', '171228.007500', '171228.467500', '171228.927500', '171229.387500', '171229.847500', '171230.307500', '171230.767500', '171231.227500', '171231.687500', '171232.147500', '171232.607500', '171233.067500', '171233.527500', '171233.987500', '171234.447500', '171234.907500', '171235.367500', '171235.827500', '171236.287500', '171236.747500', '171237.207500', '171237.667500', '171238.127500', '171238.587500', '171239.047500', '171239.507500', '171239.967500', '171240.427500', '171240.887500', '171241.347500', '171241.807500', '171242.267500', '171242.727500', '171243.187500', '171243.647500', '171244.107500', '171244.567500', '171245.027500', '171245.487500', '171245.947500', '171246.407500', '171246.867500', '171247.327500', '171247.787500', '171248.247500', '171248.707500', '171249.167500', '171249.627500', '171250.087500', '171250.547500', '171251.007500', '171251.467500', '171251.927500', '171252.387500', '171252.847500', '171253.307500', '171253.767500', '171254.227500', '171254.687500', '171255.147500', '171255.607500', '171256.067500', '171256.527500', '171256.987500', '171257.447500', '171257.907500', '171258.367500', '171258.827500', '171259.287500', '171259.747500', '171300.207500', '171300.667500', '171301.127500', '171301.587500', '171302.047500', '171302.507500', '171302.967500', '171303.427500', '171303.887500', '171304.347500', '171304.807500', '171305.267500', '171305.727500', '171306.187500', '171306.647500', '171307.107500', '171307.567500', '171308.027500', '171308.487500', '171308.947500', '171309.407500', '171309.867500', '171310.327500', '171310.787500', '171311.247500', '171311.707500', '171312.167500', '171312.627500', '171313.087500', '171313.547500', '171314.007500', '171314.467500', '171314.927500', '171315.387500', '171315.847500', '171316.307500', '171316.767500', '171317.227500', '171317.687500', '171318.147500', '171318.607500', '171319.067500', '171319.527500', '171319.987500', '171320.447500', '171320.907500', '171321.367500', '171321.827500', '171322.287500', '171322.747500', '171323.207500', '171323.667500', '171324.127500', '171324.587500', '171325.047500', '171325.507500', '171325.967500', '171326.427500', '171326.887500', '171327.347500', '171327.807500', '171328.267500', '171328.727500', '171329.187500', '171329.647500', '171330.107500', '171330.567500', '171331.027500', '171331.487500', '171331.947500', '171332.407500', '171332.867500', '171333.327500', '171333.787500', '171334.247500', '171334.707500', '171335.167500', '171335.627500', '171336.087500', '171336.547500', '171337.007500', '171337.467500', '171337.927500', '171338.387500', '171338.847500', '171339.307500', '171339.767500', '171340.227500', '171340.687500', '171341.147500', '171341.607500', '171342.067500', '171342.527500', '171342.987500', '171343.447500', '171343.907500', '171344.367500', '171344.827500', '171345.287500', '171345.747500', '171346.207500', '171346.667500', '171347.127500', '171347.587500', '171348.047500', '171348.507500', '171348.967500', '171349.427500', '171349.887500', '171350.347500', '171350.807500', '171351.267500', '171351.727500', '171352.187500', '171352.647500', '171353.107500', '171353.567500', '171354.027500', '171354.487500', '171354.947500', '171355.407500', '171355.867500', '171356.327500', '171356.787500', '171357.247500', '171357.707500', '171358.167500', '171358.627500', '171359.087500', '171359.547500', '171400.007500', '171400.467500', '171400.927500', '171401.387500', '171401.847500', '171402.307500', '171402.767500', '171403.227500', '171403.687500', '171404.147500', '171404.607500', '171405.067500', '171405.527500', '171405.987500', '171406.447500', '171406.907500', '171407.367500', '171407.827500', '171408.287500', '171408.747500', '171409.207500', '171409.667500', '171410.127500', '171410.587500', '171411.047500', '171411.507500', '171411.967500', '171412.427500', '171412.887500', '171413.347500', '171413.807500', '171414.267500', '171414.727500', '171415.187500', '171415.647500', '171416.107500', '171416.567500', '171417.027500', '171417.487500', '171417.947500', '171418.407500', '171418.867500', '171419.327500', '171419.787500', '171420.247500', '171420.707500', '171421.167500', '171421.627500', '171422.087500', '171422.547500', '171423.007500', '171423.467500', '171423.927500', '171424.387500', '171424.847500', '171425.307500', '171425.767500', '171426.227500', '171426.687500', '171427.147500', '171427.607500', '171428.067500', '171428.527500', '171428.987500', '171429.447500', '171429.907500', '171430.367500', '171430.827500', '171431.287500', '171431.747500', '171432.207500', '171432.667500', '171433.127500', '171433.587500', '171434.047500', '171434.507500', '171434.967500', '171435.427500', '171435.887500', '171436.347500', '171436.807500', '171437.267500', '171437.727500', '171438.187500', '171438.647500', '171439.107500', '171439.567500', '171440.027500', '171440.487500', '171440.947500', '171441.407500', '171441.867500', '171442.327500', '171442.787500', '171443.247500', '171443.707500', '171444.167500', '171444.627500', '171445.087500', '171445.547500', '171446.007500', '171446.467500', '171446.927500', '171447.387500', '171447.847500', '171448.307500', '171448.767500', '171449.227500', '171449.687500', '171450.147500', '171450.607500', '171451.067500', '171451.527500', '171451.987500', '171452.447500', '171452.907500', '171453.367500', '171453.827500', '171454.287500', '171454.747500', '171455.207500', '171455.667500', '171456.127500', '171456.587500', '171457.047500', '171457.507500', '171457.967500', '171458.427500', '171458.887500', '171459.347500', '171459.807500', '171500.267500', '171500.727500', '171501.187500', '171501.647500', '171502.107500', '171502.567500', '171503.027500', '171503.487500', '171503.947500', '171504.407500', '171504.867500', '171505.327500', '171505.787500', '171506.247500', '171506.707500', '171507.167500', '171507.627500', '171508.087500', '171508.547500', '171509.007500', '171509.467500', '171509.927500', '171510.387500', '171510.847500', '171511.307500', '171511.767500', '171512.227500', '171512.687500', '171513.147500', '171513.607500', '171514.067500', '171514.527500', '171514.987500', '171515.447500', '171515.907500', '171516.367500', '171516.827500', '171517.287500', '171517.747500', '171518.207500', '171518.667500', '171519.127500', '171519.587500', '171520.047500', '171520.507500', '171520.967500', '171521.427500', '171521.887500', '171522.347500', '171522.807500', '171523.267500', '171523.727500', '171524.187500', '171524.647500', '171525.107500', '171525.567500', '171526.027500', '171526.487500', '171526.947500', '171527.407500', '171527.867500', '171528.327500', '171528.787500', '171529.247500', '171529.707500', '171530.167500', '171530.627500', '171531.087500', '171531.547500', '171532.007500', '171532.467500', '171532.927500', '171533.387500', '171533.847500', '171534.307500', '171534.767500', '171535.227500', '171535.687500', '171536.147500', '171536.607500', '171537.067500', '171537.527500', '171537.987500', '171538.447500', '171538.907500', '171539.367500', '171539.827500', '171540.287500', '171540.747500', '171541.207500', '171541.667500', '171542.127500', '171542.587500', '171543.047500', '171543.507500', '171543.967500', '171544.427500', '171544.887500', '171545.347500', '171545.807500', '171546.267500', '171546.727500', '171547.187500', '171547.647500', '171548.107500', '171548.567500', '171549.027500', '171549.487500', '171549.947500', '171550.407500', '171550.867500', '171551.327500', '171551.787500', '171552.247500', '171552.707500', '171553.167500', '171553.627500', '171554.087500', '171554.547500', '171555.007500', '171555.467500', '171555.927500', '171556.387500', '171556.847500', '171557.307500', '171557.767500', '171558.227500', '171558.687500', '171559.147500', '171559.607500', '171600.067500', '171600.527500', '171600.987500', '171601.447500', '171601.907500', '171602.367500', '171602.827500', '171603.287500', '171603.747500', '171604.207500', '171604.667500', '171605.127500', '171605.587500', '171606.047500', '171606.507500', '171606.967500', '171607.427500', '171607.887500', '171608.347500', '171608.807500', '171609.267500', '171609.727500', '171610.187500', '171610.647500', '171611.107500', '171611.567500', '171612.027500', '171612.487500', '171612.947500', '171613.407500', '171613.867500', '171614.327500', '171614.787500', '171615.247500', '171615.707500'], 'ContentTime': ['170742.701000', '170742.705000', '170742.708000', '170742.711000', '170742.714000', '170742.723000', '170742.726000', '170742.729000', '170742.732000', '170742.734000', '170742.737000', '170742.740000', '170742.743000', '170742.745000', '170742.748000', '170742.751000', '170742.753000', '170742.756000', '170742.758000', '170742.761000', '170742.764000', '170742.767000', '170742.782000', '170742.785000', '170742.788000', '170742.790000', '170742.793000', '170742.796000', '170742.799000', '170742.801000', '170742.804000', '170742.807000', '170742.810000', '170742.812000', '170742.815000', '170742.818000', '170742.820000', '170742.824000', '170742.827000', '170742.830000', '170802.670000', '170802.673000', '170802.676000', '170802.678000', '170802.681000', '170802.684000', '170802.686000', '170802.689000', '170802.691000', '170802.694000', '170802.696000', '170802.699000', '170802.701000', '170802.704000', '170802.708000', '170802.711000', '170802.713000', '170802.716000', '170802.718000', '170802.721000', '170802.723000', '170802.726000', '170802.728000', '170802.731000', '170802.734000', '170802.736000', '170802.739000', '170802.741000', '170802.744000', '170802.746000', '170802.749000', '170802.751000', '170802.754000', '170802.757000', '170802.759000', '170802.762000', '170802.765000', '170802.767000', '170802.770000', '170802.772000', '170802.775000', '170802.777000', '170802.780000', '170802.782000', '170822.669000', '170822.673000', '170822.675000', '170822.678000', '170822.680000', '170822.683000', '170822.686000', '170822.688000', '170822.691000', '170822.693000', '170822.696000', '170822.698000', '170822.701000', '170822.704000', '170822.706000', '170822.709000', '170822.711000', '170822.714000', '170822.716000', '170822.719000', '170822.721000', '170822.724000', '170822.727000', '170822.729000', '170822.732000', '170822.734000', '170822.737000', '170822.739000', '170822.742000', '170822.745000', '170822.747000', '170822.750000', '170822.752000', '170822.755000', '170822.757000', '170822.760000', '170822.762000', '170822.765000', '170822.767000', '170822.770000', '170822.773000', '170822.775000', '170822.778000', '170842.669000', '170842.672000', '170842.675000', '170842.677000', '170842.680000', '170842.683000', '170842.685000', '170842.688000', '170842.691000', '170842.693000', '170842.696000', '170842.699000', '170842.701000', '170842.704000', '170842.707000', '170842.709000', '170842.712000', '170842.714000', '170842.717000', '170842.719000', '170842.722000', '170842.724000', '170842.727000', '170842.730000', '170842.732000', '170842.735000', '170842.737000', '170842.740000', '170842.743000', '170842.745000', '170842.748000', '170842.750000', '170842.753000', '170842.755000', '170842.758000', '170842.761000', '170842.763000', '170842.766000', '170842.768000', '170842.771000', '170842.773000', '170842.776000', '170842.792000', '170902.670000', '170902.672000', '170902.675000', '170902.677000', '170902.680000', '170902.683000', '170902.685000', '170902.688000', '170902.691000', '170902.693000', '170902.696000', '170902.698000', '170902.701000', '170902.704000', '170902.706000', '170902.709000', '170902.711000', '170902.714000', '170902.717000', '170902.719000', '170902.722000', '170902.724000', '170902.727000', '170902.729000', '170902.732000', '170902.735000', '170902.737000', '170902.740000', '170902.742000', '170902.752000', '170902.754000', '170902.757000', '170902.760000', '170902.762000', '170902.765000', '170902.767000', '170902.770000', '170902.772000', '170902.775000', '170902.777000', '170902.780000', '170902.783000', '170902.785000', '170902.788000', '170922.669000', '170922.672000', '170922.675000', '170922.678000', '170922.680000', '170922.683000', '170922.685000', '170922.688000', '170922.690000', '170922.693000', '170922.696000', '170922.698000', '170922.701000', '170922.704000', '170922.706000', '170922.709000', '170922.711000', '170922.714000', '170922.716000', '170922.719000', '170922.721000', '170922.724000', '170922.727000', '170922.729000', '170922.732000', '170922.734000', '170922.737000', '170922.740000', '170922.742000', '170922.745000', '170922.748000', '170922.751000', '170922.754000', '170922.756000', '170922.766000', '170922.769000', '170922.772000', '170922.774000', '170922.777000', '170922.779000', '170922.782000', '170922.785000', '170922.788000', '170942.670000', '170942.672000', '170942.675000', '170942.678000', '170942.680000', '170942.683000', '170942.685000', '170942.688000', '170942.690000', '170942.693000', '170942.695000', '170942.698000', '170942.701000', '170942.703000', '170942.706000', '170942.708000', '170942.711000', '170942.714000', '170942.716000', '170942.719000', '170942.721000', '170942.724000', '170942.726000', '170942.729000', '170942.732000', '170942.734000', '170942.737000', '170942.740000', '170942.742000', '170942.745000', '170942.747000', '170942.750000', '170942.752000', '170942.755000', '170942.758000', '170942.760000', '170942.763000', '170942.765000', '170942.768000', '170942.771000', '170942.773000', '170942.776000', '170942.778000', '170942.781000', '171002.670000', '171002.673000', '171002.676000', '171002.678000', '171002.681000', '171002.684000', '171002.686000', '171002.689000', '171002.691000', '171002.694000', '171002.697000', '171002.699000', '171002.702000', '171002.705000', '171002.707000', '171002.710000', '171002.712000', '171002.715000', '171002.717000', '171002.720000', '171002.723000', '171002.725000', '171002.728000', '171002.730000', '171002.733000', '171002.736000', '171002.738000', '171002.741000', '171002.744000', '171002.746000', '171002.749000', '171002.752000', '171002.754000', '171002.757000', '171002.759000', '171002.762000', '171002.764000', '171002.767000', '171002.770000', '171002.772000', '171002.775000', '171002.783000', '171002.786000', '171022.671000', '171022.673000', '171022.676000', '171022.679000', '171022.681000', '171022.684000', '171022.687000', '171022.689000', '171022.692000', '171022.694000', '171022.697000', '171022.700000', '171022.702000', '171022.705000', '171022.707000', '171022.710000', '171022.713000', '171022.715000', '171022.718000', '171022.720000', '171022.723000', '171022.725000', '171022.728000', '171022.731000', '171022.744000', '171022.746000', '171022.749000', '171022.752000', '171022.755000', '171022.757000', '171022.760000', '171022.762000', '171022.765000', '171022.767000', '171022.770000', '171022.773000', '171022.775000', '171022.778000', '171022.780000', '171022.783000', '171022.786000', '171022.788000', '171022.791000', '171022.793000', '171042.670000', '171042.672000', '171042.675000', '171042.678000', '171042.680000', '171042.683000', '171042.685000', '171042.688000', '171042.691000', '171042.693000', '171042.696000', '171042.698000', '171042.701000', '171042.704000', '171042.706000', '171042.709000', '171042.711000', '171042.714000', '171042.717000', '171042.719000', '171042.722000', '171042.725000', '171042.727000', '171042.730000', '171042.732000', '171042.735000', '171042.738000', '171042.740000', '171042.743000', '171042.746000', '171042.748000', '171042.751000', '171042.754000', '171042.756000', '171042.759000', '171042.761000', '171042.764000', '171042.767000', '171042.769000', '171042.772000', '171042.774000', '171042.777000', '171042.780000', '171102.670000', '171102.672000', '171102.675000', '171102.678000', '171102.680000', '171102.683000', '171102.686000', '171102.688000', '171102.691000', '171102.693000', '171102.696000', '171102.699000', '171102.701000', '171102.704000', '171102.706000', '171102.709000', '171102.712000', '171102.714000', '171102.717000', '171102.719000', '171102.722000', '171102.724000', '171102.727000', '171102.730000', '171102.732000', '171102.735000', '171102.737000', '171102.740000', '171102.742000', '171102.745000', '171102.748000', '171102.750000', '171102.753000', '171102.755000', '171102.758000', '171102.761000', '171102.763000', '171102.766000', '171102.768000', '171102.771000', '171102.774000', '171102.776000', '171102.779000', '171102.781000', '171122.670000', '171122.672000', '171122.675000', '171122.678000', '171122.680000', '171122.683000', '171122.686000', '171122.688000', '171122.691000', '171122.693000', '171122.696000', '171122.698000', '171122.701000', '171122.704000', '171122.706000', '171122.709000', '171122.711000', '171122.714000', '171122.717000', '171122.719000', '171122.722000', '171122.725000', '171122.727000', '171122.730000', '171122.732000', '171122.735000', '171122.738000', '171122.740000', '171122.743000', '171122.745000', '171122.748000', '171122.751000', '171122.753000', '171122.756000', '171122.758000', '171122.761000', '171122.764000', '171122.766000', '171122.769000', '171122.771000', '171122.774000', '171122.777000', '171122.779000', '171142.670000', '171142.673000', '171142.675000', '171142.678000', '171142.681000', '171142.683000', '171142.686000', '171142.689000', '171142.692000', '171142.694000', '171142.697000', '171142.700000', '171142.703000', '171142.705000', '171142.708000', '171142.711000', '171142.713000', '171142.716000', '171142.719000', '171142.721000', '171142.724000', '171142.727000', '171142.729000', '171142.732000', '171142.735000', '171142.737000', '171142.740000', '171142.742000', '171142.745000', '171142.748000', '171142.750000', '171142.753000', '171142.755000', '171142.758000', '171142.761000', '171142.763000', '171142.766000', '171142.768000', '171142.771000', '171142.774000', '171142.776000', '171142.779000', '171142.781000', '171142.784000', '171202.669000', '171202.672000', '171202.675000', '171202.678000', '171202.680000', '171202.706000', '171202.708000', '171202.711000', '171202.714000', '171202.716000', '171202.719000', '171202.721000', '171202.724000', '171202.726000', '171202.729000', '171202.732000', '171202.734000', '171202.737000', '171202.739000', '171202.742000', '171202.745000', '171202.747000', '171202.750000', '171202.753000', '171202.755000', '171202.758000', '171202.760000', '171202.763000', '171202.766000', '171202.768000', '171202.771000', '171202.773000', '171202.776000', '171202.779000', '171202.781000', '171202.784000', '171202.786000', '171202.789000', '171202.791000', '171202.794000', '171202.797000', '171202.799000', '171202.802000', '171222.671000', '171222.673000', '171222.676000', '171222.680000', '171222.683000', '171222.685000', '171222.688000', '171222.691000', '171222.693000', '171222.696000', '171222.699000', '171222.701000', '171222.704000', '171222.706000', '171222.709000', '171222.711000', '171222.714000', '171222.716000', '171222.719000', '171222.722000', '171222.724000', '171222.727000', '171222.730000', '171222.732000', '171222.735000', '171222.737000', '171222.740000', '171222.743000', '171222.745000', '171222.748000', '171222.750000', '171222.753000', '171222.756000', '171222.758000', '171222.761000', '171222.763000', '171222.766000', '171222.769000', '171222.771000', '171222.774000', '171222.776000', '171222.779000', '171222.781000', '171242.671000', '171242.673000', '171242.676000', '171242.679000', '171242.681000', '171242.684000', '171242.687000', '171242.689000', '171242.692000', '171242.694000', '171242.697000', '171242.700000', '171242.702000', '171242.705000', '171242.708000', '171242.710000', '171242.713000', '171242.715000', '171242.718000', '171242.721000', '171242.723000', '171242.726000', '171242.728000', '171242.731000', '171242.734000', '171242.736000', '171242.739000', '171242.741000', '171242.744000', '171242.747000', '171242.749000', '171242.752000', '171242.755000', '171242.757000', '171242.760000', '171242.762000', '171242.765000', '171242.767000', '171242.772000', '171242.775000', '171242.777000', '171242.780000', '171242.782000', '171242.785000', '171302.669000', '171302.672000', '171302.675000', '171302.678000', '171302.680000', '171302.683000', '171302.686000', '171302.688000', '171302.691000', '171302.693000', '171302.696000', '171302.698000', '171302.701000', '171302.704000', '171302.706000', '171302.709000', '171302.711000', '171302.714000', '171302.717000', '171302.719000', '171302.722000', '171302.724000', '171302.727000', '171302.730000', '171302.732000', '171302.735000', '171302.737000', '171302.740000', '171302.742000', '171302.745000', '171302.747000', '171302.750000', '171302.753000', '171302.755000', '171302.758000', '171302.760000', '171302.763000', '171302.765000', '171302.768000', '171302.771000', '171302.773000', '171302.776000', '171302.779000', '171302.781000', '171322.669000', '171322.672000', '171322.675000', '171322.678000', '171322.680000', '171322.683000', '171322.685000', '171322.688000', '171322.691000', '171322.693000', '171322.696000', '171322.698000', '171322.701000', '171322.703000', '171322.706000', '171322.721000', '171322.724000', '171322.727000', '171322.729000', '171322.732000', '171322.734000', '171322.737000', '171322.740000', '171322.742000', '171322.745000', '171322.747000', '171322.750000', '171322.752000', '171322.755000', '171322.758000', '171322.760000', '171322.763000', '171322.766000', '171322.768000', '171322.771000', '171322.773000', '171322.776000', '171322.778000', '171322.781000', '171322.784000', '171322.786000', '171322.789000', '171322.791000', '171342.670000', '171342.672000', '171342.675000', '171342.678000', '171342.680000', '171342.683000', '171342.685000', '171342.688000', '171342.690000', '171342.693000', '171342.696000', '171342.698000', '171342.701000', '171342.703000', '171342.706000', '171342.709000', '171342.711000', '171342.714000', '171342.716000', '171342.719000', '171342.722000', '171342.724000', '171342.727000', '171342.729000', '171342.732000', '171342.735000', '171342.737000', '171342.740000', '171342.742000', '171342.745000', '171342.748000', '171342.750000', '171342.753000', '171342.755000', '171342.758000', '171342.761000', '171342.763000', '171342.766000', '171342.768000', '171342.771000', '171342.773000', '171342.776000', '171342.779000', '171342.781000', '171402.670000', '171402.672000', '171402.675000', '171402.678000', '171402.680000', '171402.683000', '171402.686000', '171402.688000', '171402.691000', '171402.693000', '171402.696000', '171402.699000', '171402.701000', '171402.704000', '171402.706000', '171402.709000', '171402.712000', '171402.714000', '171402.717000', '171402.719000', '171402.722000', '171402.725000', '171402.727000', '171402.730000', '171402.732000', '171402.735000', '171402.737000', '171402.740000', '171402.743000', '171402.745000', '171402.748000', '171402.750000', '171402.753000', '171402.756000', '171402.758000', '171402.761000', '171402.763000', '171402.766000', '171402.768000', '171402.771000', '171402.774000', '171402.776000', '171402.779000', '171422.669000', '171422.672000', '171422.675000', '171422.677000', '171422.680000', '171422.683000', '171422.685000', '171422.688000', '171422.690000', '171422.693000', '171422.696000', '171422.698000', '171422.701000', '171422.703000', '171422.706000', '171422.709000', '171422.711000', '171422.714000', '171422.716000', '171422.719000', '171422.722000', '171422.725000', '171422.727000', '171422.730000', '171422.732000', '171422.735000', '171422.738000', '171422.740000', '171422.743000', '171422.745000', '171422.748000', '171422.751000', '171422.753000', '171422.756000', '171422.758000', '171422.761000', '171422.763000', '171422.766000', '171422.769000', '171422.771000', '171422.774000', '171422.776000', '171422.779000', '171422.782000', '171442.671000', '171442.673000', '171442.676000', '171442.679000', '171442.681000', '171442.684000', '171442.686000', '171442.689000', '171442.692000', '171442.694000', '171442.697000', '171442.699000', '171442.702000', '171442.705000', '171442.707000', '171442.710000', '171442.712000', '171442.715000', '171442.717000', '171442.720000', '171442.723000', '171442.725000', '171442.728000', '171442.730000', '171442.733000', '171442.736000', '171442.748000', '171442.751000', '171442.753000', '171442.756000', '171442.759000', '171442.761000', '171442.764000', '171442.766000', '171442.769000', '171442.772000', '171442.774000', '171442.777000', '171442.779000', '171442.782000', '171442.785000', '171442.787000', '171442.790000', '171502.670000', '171502.673000', '171502.676000', '171502.679000', '171502.681000', '171502.684000', '171502.686000', '171502.689000', '171502.691000', '171502.694000', '171502.697000', '171502.699000', '171502.702000', '171502.705000', '171502.707000', '171502.710000', '171502.712000', '171502.715000', '171502.718000', '171502.720000', '171502.723000', '171502.725000', '171502.728000', '171502.730000', '171502.733000', '171502.736000', '171502.738000', '171502.741000', '171502.743000', '171502.746000', '171502.749000', '171502.751000', '171502.754000', '171502.756000', '171502.759000', '171502.761000', '171502.764000', '171502.767000', '171502.769000', '171502.772000', '171502.774000', '171502.777000', '171502.780000', '171502.782000', '171522.669000', '171522.672000', '171522.675000', '171522.678000', '171522.680000', '171522.683000', '171522.685000', '171522.688000', '171522.690000', '171522.693000', '171522.696000', '171522.698000', '171522.701000', '171522.703000', '171522.706000', '171522.709000', '171522.711000', '171522.714000', '171522.716000', '171522.719000', '171522.721000', '171522.724000', '171522.727000', '171522.729000', '171522.732000', '171522.735000', '171522.737000', '171522.740000', '171522.742000', '171522.745000', '171522.748000', '171522.750000', '171522.753000', '171522.756000', '171522.758000', '171522.761000', '171522.763000', '171522.766000', '171522.769000', '171522.771000', '171522.774000', '171522.776000', '171522.779000', '171542.670000', '171542.672000', '171542.675000', '171542.677000', '171542.680000', '171542.683000', '171542.685000', '171542.688000', '171542.690000', '171542.693000', '171542.696000', '171542.698000', '171542.701000', '171542.706000', '171542.709000', '171542.711000', '171542.714000', '171542.716000', '171542.719000', '171542.722000', '171542.724000', '171542.727000', '171542.729000', '171542.732000', '171542.735000', '171542.737000', '171542.740000', '171542.742000', '171542.745000', '171542.748000', '171542.750000', '171542.753000', '171542.755000', '171542.758000', '171542.761000', '171542.763000', '171542.766000', '171542.769000', '171542.771000', '171542.774000', '171542.777000', '171542.779000', '171542.782000', '171542.784000', '171602.670000', '171602.673000', '171602.675000', '171602.678000', '171602.680000', '171602.683000', '171602.686000', '171602.688000', '171602.691000', '171602.694000', '171602.696000', '171602.699000', '171602.701000', '171602.704000', '171602.706000', '171602.709000', '171602.712000', '171602.714000', '171602.717000', '171602.719000', '171602.722000', '171602.725000', '171602.727000', '171602.736000', '171602.739000', '171602.741000', '171602.744000', '171602.747000', '171602.749000', '171602.752000', '171602.755000', '171602.757000', '171602.760000', '171602.763000', '171602.765000', '171602.768000', '171602.770000', '171602.773000', '171602.776000', '171602.778000', '171602.781000', '171602.783000', '171602.786000', '171616.680000', '171616.683000', '171616.685000', '171616.688000', '171616.691000', '171616.694000', '171616.697000', '171616.699000', '171616.727000', '171616.730000', '171616.733000', '171616.735000', '171616.738000', '171616.741000', '171616.744000', '171616.746000', '171616.749000', '171616.752000', '171616.755000', '171616.757000', '171616.760000', '171616.763000', '171616.766000', '171616.769000', '171616.771000', '171616.774000', '171616.777000', '171616.779000', '171616.782000', '171616.786000', '171616.789000'], 'InstanceCreationTime': ['170742.701000', '170742.705000', '170742.708000', '170742.711000', '170742.714000', '170742.723000', '170742.726000', '170742.729000', '170742.732000', '170742.734000', '170742.737000', '170742.740000', '170742.743000', '170742.745000', '170742.748000', '170742.751000', '170742.753000', '170742.756000', '170742.758000', '170742.761000', '170742.764000', '170742.767000', '170742.782000', '170742.785000', '170742.788000', '170742.790000', '170742.793000', '170742.796000', '170742.799000', '170742.801000', '170742.804000', '170742.807000', '170742.810000', '170742.812000', '170742.815000', '170742.818000', '170742.820000', '170742.824000', '170742.827000', '170742.830000', '170802.670000', '170802.673000', '170802.676000', '170802.678000', '170802.681000', '170802.684000', '170802.686000', '170802.689000', '170802.691000', '170802.694000', '170802.696000', '170802.699000', '170802.701000', '170802.704000', '170802.708000', '170802.711000', '170802.713000', '170802.716000', '170802.718000', '170802.721000', '170802.723000', '170802.726000', '170802.728000', '170802.731000', '170802.734000', '170802.736000', '170802.739000', '170802.741000', '170802.744000', '170802.746000', '170802.749000', '170802.751000', '170802.754000', '170802.757000', '170802.759000', '170802.762000', '170802.765000', '170802.767000', '170802.770000', '170802.772000', '170802.775000', '170802.777000', '170802.780000', '170802.782000', '170822.669000', '170822.673000', '170822.675000', '170822.678000', '170822.680000', '170822.683000', '170822.686000', '170822.688000', '170822.691000', '170822.693000', '170822.696000', '170822.698000', '170822.701000', '170822.704000', '170822.706000', '170822.709000', '170822.711000', '170822.714000', '170822.716000', '170822.719000', '170822.721000', '170822.724000', '170822.727000', '170822.729000', '170822.732000', '170822.734000', '170822.737000', '170822.739000', '170822.742000', '170822.745000', '170822.747000', '170822.750000', '170822.752000', '170822.755000', '170822.757000', '170822.760000', '170822.762000', '170822.765000', '170822.767000', '170822.770000', '170822.773000', '170822.775000', '170822.778000', '170842.669000', '170842.672000', '170842.675000', '170842.677000', '170842.680000', '170842.683000', '170842.685000', '170842.688000', '170842.691000', '170842.693000', '170842.696000', '170842.699000', '170842.701000', '170842.704000', '170842.707000', '170842.709000', '170842.712000', '170842.714000', '170842.717000', '170842.719000', '170842.722000', '170842.724000', '170842.727000', '170842.730000', '170842.732000', '170842.735000', '170842.737000', '170842.740000', '170842.743000', '170842.745000', '170842.748000', '170842.750000', '170842.753000', '170842.755000', '170842.758000', '170842.761000', '170842.763000', '170842.766000', '170842.768000', '170842.771000', '170842.773000', '170842.776000', '170842.792000', '170902.670000', '170902.672000', '170902.675000', '170902.677000', '170902.680000', '170902.683000', '170902.685000', '170902.688000', '170902.691000', '170902.693000', '170902.696000', '170902.698000', '170902.701000', '170902.704000', '170902.706000', '170902.709000', '170902.711000', '170902.714000', '170902.717000', '170902.719000', '170902.722000', '170902.724000', '170902.727000', '170902.729000', '170902.732000', '170902.735000', '170902.737000', '170902.740000', '170902.742000', '170902.752000', '170902.754000', '170902.757000', '170902.760000', '170902.762000', '170902.765000', '170902.767000', '170902.770000', '170902.772000', '170902.775000', '170902.777000', '170902.780000', '170902.783000', '170902.785000', '170902.788000', '170922.669000', '170922.672000', '170922.675000', '170922.678000', '170922.680000', '170922.683000', '170922.685000', '170922.688000', '170922.690000', '170922.693000', '170922.696000', '170922.698000', '170922.701000', '170922.704000', '170922.706000', '170922.709000', '170922.711000', '170922.714000', '170922.716000', '170922.719000', '170922.721000', '170922.724000', '170922.727000', '170922.729000', '170922.732000', '170922.734000', '170922.737000', '170922.740000', '170922.742000', '170922.745000', '170922.748000', '170922.751000', '170922.754000', '170922.756000', '170922.766000', '170922.769000', '170922.772000', '170922.774000', '170922.777000', '170922.779000', '170922.782000', '170922.785000', '170922.788000', '170942.670000', '170942.672000', '170942.675000', '170942.678000', '170942.680000', '170942.683000', '170942.685000', '170942.688000', '170942.690000', '170942.693000', '170942.695000', '170942.698000', '170942.701000', '170942.703000', '170942.706000', '170942.708000', '170942.711000', '170942.714000', '170942.716000', '170942.719000', '170942.721000', '170942.724000', '170942.726000', '170942.729000', '170942.732000', '170942.734000', '170942.737000', '170942.740000', '170942.742000', '170942.745000', '170942.747000', '170942.750000', '170942.752000', '170942.755000', '170942.758000', '170942.760000', '170942.763000', '170942.765000', '170942.768000', '170942.771000', '170942.773000', '170942.776000', '170942.778000', '170942.781000', '171002.670000', '171002.673000', '171002.676000', '171002.678000', '171002.681000', '171002.684000', '171002.686000', '171002.689000', '171002.691000', '171002.694000', '171002.697000', '171002.699000', '171002.702000', '171002.705000', '171002.707000', '171002.710000', '171002.712000', '171002.715000', '171002.717000', '171002.720000', '171002.723000', '171002.725000', '171002.728000', '171002.730000', '171002.733000', '171002.736000', '171002.738000', '171002.741000', '171002.744000', '171002.746000', '171002.749000', '171002.752000', '171002.754000', '171002.757000', '171002.759000', '171002.762000', '171002.764000', '171002.767000', '171002.770000', '171002.772000', '171002.775000', '171002.783000', '171002.786000', '171022.671000', '171022.673000', '171022.676000', '171022.679000', '171022.681000', '171022.684000', '171022.687000', '171022.689000', '171022.692000', '171022.694000', '171022.697000', '171022.700000', '171022.702000', '171022.705000', '171022.707000', '171022.710000', '171022.713000', '171022.715000', '171022.718000', '171022.720000', '171022.723000', '171022.725000', '171022.728000', '171022.731000', '171022.744000', '171022.746000', '171022.749000', '171022.752000', '171022.755000', '171022.757000', '171022.760000', '171022.762000', '171022.765000', '171022.767000', '171022.770000', '171022.773000', '171022.775000', '171022.778000', '171022.780000', '171022.783000', '171022.786000', '171022.788000', '171022.791000', '171022.793000', '171042.670000', '171042.672000', '171042.675000', '171042.678000', '171042.680000', '171042.683000', '171042.685000', '171042.688000', '171042.691000', '171042.693000', '171042.696000', '171042.698000', '171042.701000', '171042.704000', '171042.706000', '171042.709000', '171042.711000', '171042.714000', '171042.717000', '171042.719000', '171042.722000', '171042.725000', '171042.727000', '171042.730000', '171042.732000', '171042.735000', '171042.738000', '171042.740000', '171042.743000', '171042.746000', '171042.748000', '171042.751000', '171042.754000', '171042.756000', '171042.759000', '171042.761000', '171042.764000', '171042.767000', '171042.769000', '171042.772000', '171042.774000', '171042.777000', '171042.780000', '171102.670000', '171102.672000', '171102.675000', '171102.678000', '171102.680000', '171102.683000', '171102.686000', '171102.688000', '171102.691000', '171102.693000', '171102.696000', '171102.699000', '171102.701000', '171102.704000', '171102.706000', '171102.709000', '171102.712000', '171102.714000', '171102.717000', '171102.719000', '171102.722000', '171102.724000', '171102.727000', '171102.730000', '171102.732000', '171102.735000', '171102.737000', '171102.740000', '171102.742000', '171102.745000', '171102.748000', '171102.750000', '171102.753000', '171102.755000', '171102.758000', '171102.761000', '171102.763000', '171102.766000', '171102.768000', '171102.771000', '171102.774000', '171102.776000', '171102.779000', '171102.781000', '171122.670000', '171122.672000', '171122.675000', '171122.678000', '171122.680000', '171122.683000', '171122.686000', '171122.688000', '171122.691000', '171122.693000', '171122.696000', '171122.698000', '171122.701000', '171122.704000', '171122.706000', '171122.709000', '171122.711000', '171122.714000', '171122.717000', '171122.719000', '171122.722000', '171122.725000', '171122.727000', '171122.730000', '171122.732000', '171122.735000', '171122.738000', '171122.740000', '171122.743000', '171122.745000', '171122.748000', '171122.751000', '171122.753000', '171122.756000', '171122.758000', '171122.761000', '171122.764000', '171122.766000', '171122.769000', '171122.771000', '171122.774000', '171122.777000', '171122.779000', '171142.670000', '171142.673000', '171142.675000', '171142.678000', '171142.681000', '171142.683000', '171142.686000', '171142.689000', '171142.692000', '171142.694000', '171142.697000', '171142.700000', '171142.703000', '171142.705000', '171142.708000', '171142.711000', '171142.713000', '171142.716000', '171142.719000', '171142.721000', '171142.724000', '171142.727000', '171142.729000', '171142.732000', '171142.735000', '171142.737000', '171142.740000', '171142.742000', '171142.745000', '171142.748000', '171142.750000', '171142.753000', '171142.755000', '171142.758000', '171142.761000', '171142.763000', '171142.766000', '171142.768000', '171142.771000', '171142.774000', '171142.776000', '171142.779000', '171142.781000', '171142.784000', '171202.669000', '171202.672000', '171202.675000', '171202.678000', '171202.680000', '171202.706000', '171202.708000', '171202.711000', '171202.714000', '171202.716000', '171202.719000', '171202.721000', '171202.724000', '171202.726000', '171202.729000', '171202.732000', '171202.734000', '171202.737000', '171202.739000', '171202.742000', '171202.745000', '171202.747000', '171202.750000', '171202.753000', '171202.755000', '171202.758000', '171202.760000', '171202.763000', '171202.766000', '171202.768000', '171202.771000', '171202.773000', '171202.776000', '171202.779000', '171202.781000', '171202.784000', '171202.786000', '171202.789000', '171202.791000', '171202.794000', '171202.797000', '171202.799000', '171202.802000', '171222.671000', '171222.673000', '171222.676000', '171222.680000', '171222.683000', '171222.685000', '171222.688000', '171222.691000', '171222.693000', '171222.696000', '171222.699000', '171222.701000', '171222.704000', '171222.706000', '171222.709000', '171222.711000', '171222.714000', '171222.716000', '171222.719000', '171222.722000', '171222.724000', '171222.727000', '171222.730000', '171222.732000', '171222.735000', '171222.737000', '171222.740000', '171222.743000', '171222.745000', '171222.748000', '171222.750000', '171222.753000', '171222.756000', '171222.758000', '171222.761000', '171222.763000', '171222.766000', '171222.769000', '171222.771000', '171222.774000', '171222.776000', '171222.779000', '171222.781000', '171242.671000', '171242.673000', '171242.676000', '171242.679000', '171242.681000', '171242.684000', '171242.687000', '171242.689000', '171242.692000', '171242.694000', '171242.697000', '171242.700000', '171242.702000', '171242.705000', '171242.708000', '171242.710000', '171242.713000', '171242.715000', '171242.718000', '171242.721000', '171242.723000', '171242.726000', '171242.728000', '171242.731000', '171242.734000', '171242.736000', '171242.739000', '171242.741000', '171242.744000', '171242.747000', '171242.749000', '171242.752000', '171242.755000', '171242.757000', '171242.760000', '171242.762000', '171242.765000', '171242.767000', '171242.772000', '171242.775000', '171242.777000', '171242.780000', '171242.782000', '171242.785000', '171302.669000', '171302.672000', '171302.675000', '171302.678000', '171302.680000', '171302.683000', '171302.686000', '171302.688000', '171302.691000', '171302.693000', '171302.696000', '171302.698000', '171302.701000', '171302.704000', '171302.706000', '171302.709000', '171302.711000', '171302.714000', '171302.717000', '171302.719000', '171302.722000', '171302.724000', '171302.727000', '171302.730000', '171302.732000', '171302.735000', '171302.737000', '171302.740000', '171302.742000', '171302.745000', '171302.747000', '171302.750000', '171302.753000', '171302.755000', '171302.758000', '171302.760000', '171302.763000', '171302.765000', '171302.768000', '171302.771000', '171302.773000', '171302.776000', '171302.779000', '171302.781000', '171322.669000', '171322.672000', '171322.675000', '171322.678000', '171322.680000', '171322.683000', '171322.685000', '171322.688000', '171322.691000', '171322.693000', '171322.696000', '171322.698000', '171322.701000', '171322.703000', '171322.706000', '171322.721000', '171322.724000', '171322.727000', '171322.729000', '171322.732000', '171322.734000', '171322.737000', '171322.740000', '171322.742000', '171322.745000', '171322.747000', '171322.750000', '171322.752000', '171322.755000', '171322.758000', '171322.760000', '171322.763000', '171322.766000', '171322.768000', '171322.771000', '171322.773000', '171322.776000', '171322.778000', '171322.781000', '171322.784000', '171322.786000', '171322.789000', '171322.791000', '171342.670000', '171342.672000', '171342.675000', '171342.678000', '171342.680000', '171342.683000', '171342.685000', '171342.688000', '171342.690000', '171342.693000', '171342.696000', '171342.698000', '171342.701000', '171342.703000', '171342.706000', '171342.709000', '171342.711000', '171342.714000', '171342.716000', '171342.719000', '171342.722000', '171342.724000', '171342.727000', '171342.729000', '171342.732000', '171342.735000', '171342.737000', '171342.740000', '171342.742000', '171342.745000', '171342.748000', '171342.750000', '171342.753000', '171342.755000', '171342.758000', '171342.761000', '171342.763000', '171342.766000', '171342.768000', '171342.771000', '171342.773000', '171342.776000', '171342.779000', '171342.781000', '171402.670000', '171402.672000', '171402.675000', '171402.678000', '171402.680000', '171402.683000', '171402.686000', '171402.688000', '171402.691000', '171402.693000', '171402.696000', '171402.699000', '171402.701000', '171402.704000', '171402.706000', '171402.709000', '171402.712000', '171402.714000', '171402.717000', '171402.719000', '171402.722000', '171402.725000', '171402.727000', '171402.730000', '171402.732000', '171402.735000', '171402.737000', '171402.740000', '171402.743000', '171402.745000', '171402.748000', '171402.750000', '171402.753000', '171402.756000', '171402.758000', '171402.761000', '171402.763000', '171402.766000', '171402.768000', '171402.771000', '171402.774000', '171402.776000', '171402.779000', '171422.669000', '171422.672000', '171422.675000', '171422.677000', '171422.680000', '171422.683000', '171422.685000', '171422.688000', '171422.690000', '171422.693000', '171422.696000', '171422.698000', '171422.701000', '171422.703000', '171422.706000', '171422.709000', '171422.711000', '171422.714000', '171422.716000', '171422.719000', '171422.722000', '171422.725000', '171422.727000', '171422.730000', '171422.732000', '171422.735000', '171422.738000', '171422.740000', '171422.743000', '171422.745000', '171422.748000', '171422.751000', '171422.753000', '171422.756000', '171422.758000', '171422.761000', '171422.763000', '171422.766000', '171422.769000', '171422.771000', '171422.774000', '171422.776000', '171422.779000', '171422.782000', '171442.671000', '171442.673000', '171442.676000', '171442.679000', '171442.681000', '171442.684000', '171442.686000', '171442.689000', '171442.692000', '171442.694000', '171442.697000', '171442.699000', '171442.702000', '171442.705000', '171442.707000', '171442.710000', '171442.712000', '171442.715000', '171442.717000', '171442.720000', '171442.723000', '171442.725000', '171442.728000', '171442.730000', '171442.733000', '171442.736000', '171442.748000', '171442.751000', '171442.753000', '171442.756000', '171442.759000', '171442.761000', '171442.764000', '171442.766000', '171442.769000', '171442.772000', '171442.774000', '171442.777000', '171442.779000', '171442.782000', '171442.785000', '171442.787000', '171442.790000', '171502.670000', '171502.673000', '171502.676000', '171502.679000', '171502.681000', '171502.684000', '171502.686000', '171502.689000', '171502.691000', '171502.694000', '171502.697000', '171502.699000', '171502.702000', '171502.705000', '171502.707000', '171502.710000', '171502.712000', '171502.715000', '171502.718000', '171502.720000', '171502.723000', '171502.725000', '171502.728000', '171502.730000', '171502.733000', '171502.736000', '171502.738000', '171502.741000', '171502.743000', '171502.746000', '171502.749000', '171502.751000', '171502.754000', '171502.756000', '171502.759000', '171502.761000', '171502.764000', '171502.767000', '171502.769000', '171502.772000', '171502.774000', '171502.777000', '171502.780000', '171502.782000', '171522.669000', '171522.672000', '171522.675000', '171522.678000', '171522.680000', '171522.683000', '171522.685000', '171522.688000', '171522.690000', '171522.693000', '171522.696000', '171522.698000', '171522.701000', '171522.703000', '171522.706000', '171522.709000', '171522.711000', '171522.714000', '171522.716000', '171522.719000', '171522.721000', '171522.724000', '171522.727000', '171522.729000', '171522.732000', '171522.735000', '171522.737000', '171522.740000', '171522.742000', '171522.745000', '171522.748000', '171522.750000', '171522.753000', '171522.756000', '171522.758000', '171522.761000', '171522.763000', '171522.766000', '171522.769000', '171522.771000', '171522.774000', '171522.776000', '171522.779000', '171542.670000', '171542.672000', '171542.675000', '171542.677000', '171542.680000', '171542.683000', '171542.685000', '171542.688000', '171542.690000', '171542.693000', '171542.696000', '171542.698000', '171542.701000', '171542.706000', '171542.709000', '171542.711000', '171542.714000', '171542.716000', '171542.719000', '171542.722000', '171542.724000', '171542.727000', '171542.729000', '171542.732000', '171542.735000', '171542.737000', '171542.740000', '171542.742000', '171542.745000', '171542.748000', '171542.750000', '171542.753000', '171542.755000', '171542.758000', '171542.761000', '171542.763000', '171542.766000', '171542.769000', '171542.771000', '171542.774000', '171542.777000', '171542.779000', '171542.782000', '171542.784000', '171602.670000', '171602.673000', '171602.675000', '171602.678000', '171602.680000', '171602.683000', '171602.686000', '171602.688000', '171602.691000', '171602.694000', '171602.696000', '171602.699000', '171602.701000', '171602.704000', '171602.706000', '171602.709000', '171602.712000', '171602.714000', '171602.717000', '171602.719000', '171602.722000', '171602.725000', '171602.727000', '171602.736000', '171602.739000', '171602.741000', '171602.744000', '171602.747000', '171602.749000', '171602.752000', '171602.755000', '171602.757000', '171602.760000', '171602.763000', '171602.765000', '171602.768000', '171602.770000', '171602.773000', '171602.776000', '171602.778000', '171602.781000', '171602.783000', '171602.786000', '171616.680000', '171616.683000', '171616.685000', '171616.688000', '171616.691000', '171616.694000', '171616.697000', '171616.699000', '171616.727000', '171616.730000', '171616.733000', '171616.735000', '171616.738000', '171616.741000', '171616.744000', '171616.746000', '171616.749000', '171616.752000', '171616.755000', '171616.757000', '171616.760000', '171616.763000', '171616.766000', '171616.769000', '171616.771000', '171616.774000', '171616.777000', '171616.779000', '171616.782000', '171616.786000', '171616.789000'], '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': [8295, 8559, 8496, 8650, 8402, 7711, 8577, 8173, 8739, 8333, 7654, 8253, 8122, 8631, 8253, 7493, 8331, 7601, 8493, 8027, 9059, 7958, 7856, 8350, 7552, 8743, 7849, 8811, 8033, 8889, 8038, 7246, 8076, 7178, 8639, 7882, 8946, 7868, 9192, 8141, 7867, 8339, 7401, 8511, 6840, 8759, 7249, 8295, 7876, 8738, 7447, 8918, 7696, 8899, 7751, 9071, 8238, 8561, 7620, 7248, 8322, 7022, 8214, 7069, 8208, 6489, 8262, 6869, 8088, 7969, 7930, 9383, 8163, 8078, 7990, 7586, 8055, 8830, 8050, 8661, 7637, 8093, 7941, 6963, 8107, 7188, 7845, 7388, 8237, 6803, 8087, 6460, 8077, 7824, 7903, 7897, 7997, 6532, 7949, 6974, 7832, 10296, 7801, 10315, 8089, 8485, 7820, 6496, 7836, 6661, 7836, 6669, 8326, 6915, 8254, 6885, 7963, 7324, 8535, 7435, 8513, 7240, 8332, 7395, 8907, 7610, 9090, 7525, 8366, 7792, 7505, 8201, 6797, 7952, 6654, 7971, 6903, 8704, 7047, 8617, 7212, 7927, 6885, 8000, 9800, 8925, 9622, 7916, 6945, 8218, 6869, 7894, 7018, 8047, 7308, 8191, 7404, 8262, 7230, 8752, 7562, 8322, 7457, 8589, 7332, 8387, 7369, 8417, 7550, 8414, 7598, 9143, 7693, 8589, 7490, 8303, 7693, 8398, 7654, 8680, 7351, 8463, 7767, 8575, 7759, 8807, 7617, 9063, 7779, 9237, 7639, 9424, 7667, 9132, 7354, 8607, 7566, 8454, 7554, 8759, 7653, 8504, 7563, 8870, 7476, 8606, 7720, 8542, 7440, 8522, 7534, 8546, 7830, 8274, 7493, 8405, 7261, 8721, 7694, 8353, 7988, 9659, 7759, 7710, 7786, 6834, 8001, 9068, 8068, 9567, 7953, 9229, 7841, 8567, 7995, 8668, 8568, 6969, 8264, 7478, 8402, 7542, 8580, 7804, 8437, 7717, 8557, 7762, 8532, 7895, 8529, 7963, 8625, 7889, 9028, 7870, 8401, 8120, 7510, 8123, 7353, 8706, 7600, 7130, 8213, 7084, 8077, 7438, 8685, 7795, 8100, 7699, 7402, 8045, 7399, 8173, 7796, 8428, 7323, 9481, 7712, 9808, 8251, 7348, 8238, 7401, 8806, 7967, 11684, 7743, 7631, 8190, 7748, 8501, 7881, 9067, 7838, 10398, 7882, 7313, 8154, 7254, 8583, 7911, 8520, 7757, 8654, 7836, 8627, 8061, 9486, 8131, 7595, 8068, 7622, 8290, 7910, 8602, 7930, 7790, 8156, 7551, 8592, 7393, 9712, 7967, 7326, 8309, 7478, 8926, 7984, 7603, 8151, 7438, 8300, 7366, 7510, 7095, 7099, 8988, 7730, 7385, 8521, 7878, 7545, 8491, 7408, 8847, 7543, 10936, 7791, 7259, 8227, 7242, 8789, 7846, 8219, 8180, 7541, 8154, 7353, 8478, 7575, 8691, 7662, 10171, 7724, 7046, 7927, 7395, 8509, 7530, 8277, 7755, 8674, 7698, 8436, 7815, 8743, 8025, 8473, 8139, 8043, 8240, 7049, 8178, 7186, 8282, 7411, 8011, 7273, 8339, 7296, 8330, 7429, 8656, 7431, 8336, 7814, 8687, 7720, 8727, 7600, 8769, 7689, 8736, 7772, 8722, 7861, 8744, 7936, 7242, 7887, 7256, 8098, 7084, 8264, 7245, 8170, 7045, 8175, 7651, 8538, 7531, 8650, 7563, 8824, 7682, 8597, 8106, 8945, 7851, 8498, 7809, 7118, 8013, 7478, 8196, 7092, 8215, 6911, 8376, 7084, 8347, 7486, 8432, 7418, 8658, 7432, 8545, 7898, 9596, 8180, 8014, 8177, 8544, 8330, 7280, 8237, 7027, 8175, 7292, 8523, 7424, 8935, 7901, 7557, 8482, 7418, 8764, 7806, 9223, 8159, 9864, 7764, 9433, 7983, 7001, 8464, 7578, 8642, 7851, 9568, 8073, 7197, 7918, 6938, 8333, 7701, 8557, 8044, 8464, 7834, 6662, 8250, 7339, 8724, 7646, 9801, 7734, 7436, 8224, 6714, 8291, 8243, 8712, 7654, 9458, 7926, 8946, 8134, 8151, 8532, 6991, 8627, 7495, 8567, 7646, 9999, 8107, 7079, 8184, 7140, 8303, 7148, 8570, 7968, 8900, 7613, 9492, 7924, 8418, 7995, 7682, 8340, 6910, 8265, 7543, 8651, 7820, 8538, 7980, 9089, 7950, 7892, 7922, 7249, 8464, 7014, 8414, 7728, 8789, 7558, 9292, 7982, 7858, 8137, 7403, 8280, 7821, 8534, 7554, 8792, 7832, 9092, 7802, 8481, 7945, 7080, 8541, 7765, 8785, 7614, 8942, 8257, 7853, 8250, 6802, 8137, 7765, 8827, 7999, 8436, 7442, 8908, 7974, 7918, 8208, 6803, 8046, 7221, 8576, 7375, 8777, 7440, 8938, 7847, 9636, 7928, 8417, 8243, 7491, 8516, 7360, 8574, 7207, 8783, 7586, 8956, 7818, 9074, 8227, 8026, 8126, 8074, 8337, 7947, 8314, 7017, 8567, 7192, 8579, 7431, 8647, 7466, 8873, 7638, 8742, 8063, 9197, 8141, 8465, 8131, 6530, 8576, 7415, 8580, 7803, 8794, 7869, 9092, 7708, 8689, 7953, 8755, 8143, 8048, 8436, 7445, 8517, 7891, 8703, 7640, 9145, 8002, 9536, 7714, 7742, 8136, 7215, 8292, 7558, 8597, 7779, 8822, 7586, 8946, 7556, 9090, 7857, 10986, 7794, 8178, 8085, 7313, 8414, 7572, 8637, 7615, 8745, 7706, 8769, 7917, 9171, 7518, 8912, 7702, 8465, 8063, 7859, 8286, 7161, 8312, 7843, 8574, 7749, 8468, 7739, 8088, 8071, 7220, 8468, 7416, 8668, 7651, 8715, 7677, 8997, 7682, 9157, 7974, 8932, 7785, 8790, 8082, 10840, 7913, 9381, 8119, 7815, 8169, 7365, 8281, 7763, 8475, 7580, 8391, 7693, 8349, 7800, 8214, 7154, 8515, 7473, 7121, 7894, 7467, 8464, 8006, 7176, 8233, 7796, 8931, 7753, 9019, 7843, 9049, 8184, 7463, 8034, 7529, 8568, 7797, 8683, 7988, 10255, 8188, 7785, 8417, 7970, 9031, 8288, 9493, 8106, 9928, 8511, 7831, 8482, 7925, 8374, 8261, 8608, 8074, 8634, 8105, 7101, 8304, 7486, 8335, 7388, 8534, 7428, 8537, 7298, 8427, 7476, 8548, 7723, 8467, 7937, 8726, 8155, 9689, 7965, 8037, 8244, 6985, 8131, 7566, 8127, 7864, 8632, 8126, 7372, 7834, 6874, 8131, 7176, 8136, 7222, 8419, 7596, 9263, 7345, 9388, 7627, 9184, 7727, 7992, 7830, 7714, 7932, 7201, 7865, 6831, 7958, 7399, 8147, 6993, 8516, 7475, 9838, 7529, 7870, 7806, 7190, 8120, 7443, 8274, 7676, 9217, 7956, 7338, 7793, 6905, 8448, 7272, 8573, 7842, 8744, 7880, 8758, 7709, 8596, 8046, 8498, 7919, 7865, 8244, 7126, 8206, 7426, 8313, 7526, 8345, 7248, 7953, 7316, 7981, 7466, 8193, 8088, 7308, 8286, 7646, 8551, 7742, 8407, 7745, 9595, 8267, 6988, 7159, 7428, 8890, 8080, 7782, 8516, 7910, 9546, 8180, 8498, 8274, 7600, 8054, 7423, 8605, 7785, 8791, 8285, 8309, 9066, 7457, 8399, 7570, 8767, 7777, 8656, 7874, 8556, 7866, 8231, 8113, 8243, 8379, 8162, 8146, 8441, 8248, 7793, 7907, 6981, 7887, 7286, 8625, 7122, 8848, 7193, 8574, 7290, 8513, 7003, 8338, 7438, 8047, 7776, 7346, 8091, 7204, 10119, 7906, 6809, 7439, 6808, 7727, 6561, 8055, 7022, 8045, 7095, 8301, 7110, 8893, 7377, 10089, 7664, 8031, 6941, 7640, 7068, 7205, 8089, 6740, 8030, 7050, 9031, 7224, 10345, 7307, 8063, 7494, 6621, 7559, 6602, 7790, 6948, 8145, 6919, 7907, 7328, 8315, 7327, 8875, 7347, 10392, 7457, 8139, 7321, 7955, 7317, 8025, 7535, 7027, 7671, 6562, 7398, 6943, 8160, 7329, 8433, 7460, 8435, 7286, 8588, 7212, 8921, 7084, 7816, 7548, 6527, 7407, 6764, 7862, 7142, 8204, 7395, 9017, 7373, 9420, 7483, 8478, 7279, 8456, 7277, 8631, 7608, 9131, 7233, 9441, 7307, 9291, 7095, 7797, 7104, 7194, 7290, 7431, 7307, 8333, 7710, 7099, 7925, 6510, 7740, 6741, 7533, 7367, 7916, 7049, 7682, 6740, 7656, 6961, 7634, 7018, 8106, 6907, 8450, 7148, 8089, 7305, 8223, 6967, 8555, 7339, 8013, 7494, 8172, 7140, 8114, 6839, 8115, 6828, 8010, 6837, 8013, 6648, 7943, 6800, 8393, 7271, 8879, 7570, 8160, 7384, 7563, 8117, 6775, 8499, 7268, 8345, 7445, 8443, 7512, 8204, 7990, 8328, 7805, 8512, 7901, 8385, 7848, 9150, 7907, 8620, 7776, 8020, 7856, 7393, 8500, 7066, 8331, 6830, 8620, 6900, 8546, 7646, 7949, 7587, 8119, 7896, 8707, 7888, 8347, 8004, 7114, 8170, 7655, 8443, 7510, 9814, 8115, 7115, 8084, 6914, 8768, 6986, 8723, 7663, 7954, 7725, 8309, 8065, 9911, 7929, 7207, 8205, 7221, 8258, 7670, 8490, 7913, 8527, 8054, 8974, 7658, 7004, 8384], 'WindowCenter': [3802.0, 3797.0, 3798.0, 3784.0, 3784.0, 3772.0, 3783.0, 3783.0, 3783.0, 3785.0, 3771.0, 3782.0, 3783.0, 3794.0, 3795.0, 3774.0, 3798.0, 3798.0, 3797.0, 3797.0, 3796.0, 3797.0, 3797.0, 3797.0, 3787.0, 3797.0, 3797.0, 3808.0, 3799.0, 3809.0, 3799.0, 3798.0, 3799.0, 3800.0, 3812.0, 3813.0, 3824.0, 3826.0, 3837.0, 3828.0, 3827.0, 3827.0, 3816.0, 3826.0, 3805.0, 3839.0, 3829.0, 3827.0, 3827.0, 3827.0, 3817.0, 3838.0, 3828.0, 3839.0, 3829.0, 3838.0, 3830.0, 3837.0, 3828.0, 3817.0, 3839.0, 3830.0, 3840.0, 3819.0, 3842.0, 3819.0, 3841.0, 3831.0, 3854.0, 3841.0, 3841.0, 3851.0, 3841.0, 3828.0, 3830.0, 3828.0, 3840.0, 3840.0, 3841.0, 3840.0, 3830.0, 3829.0, 3830.0, 3818.0, 3839.0, 3830.0, 3842.0, 3830.0, 3842.0, 3820.0, 3841.0, 3819.0, 3842.0, 3842.0, 3842.0, 3840.0, 3841.0, 3818.0, 3840.0, 3829.0, 3841.0, 3851.0, 3830.0, 3851.0, 3829.0, 3837.0, 3828.0, 3819.0, 3830.0, 3817.0, 3841.0, 3818.0, 3839.0, 3818.0, 3839.0, 3830.0, 3829.0, 3829.0, 3839.0, 3827.0, 3837.0, 3818.0, 3838.0, 3828.0, 3838.0, 3828.0, 3837.0, 3827.0, 3828.0, 3828.0, 3816.0, 3838.0, 3816.0, 3827.0, 3816.0, 3839.0, 3818.0, 3839.0, 3817.0, 3827.0, 3816.0, 3826.0, 3816.0, 3826.0, 3836.0, 3837.0, 3835.0, 3813.0, 3801.0, 3823.0, 3803.0, 3813.0, 3802.0, 3814.0, 3813.0, 3824.0, 3814.0, 3824.0, 3815.0, 3825.0, 3815.0, 3823.0, 3814.0, 3824.0, 3814.0, 3824.0, 3815.0, 3825.0, 3814.0, 3824.0, 3826.0, 3835.0, 3826.0, 3825.0, 3816.0, 3825.0, 3816.0, 3823.0, 3826.0, 3825.0, 3816.0, 3826.0, 3827.0, 3826.0, 3827.0, 3825.0, 3815.0, 3825.0, 3827.0, 3836.0, 3826.0, 3835.0, 3815.0, 3834.0, 3814.0, 3825.0, 3825.0, 3825.0, 3815.0, 3824.0, 3815.0, 3823.0, 3815.0, 3835.0, 3816.0, 3824.0, 3826.0, 3825.0, 3816.0, 3825.0, 3815.0, 3826.0, 3825.0, 3826.0, 3815.0, 3825.0, 3815.0, 3825.0, 3826.0, 3826.0, 3826.0, 3837.0, 3826.0, 3816.0, 3827.0, 3817.0, 3828.0, 3838.0, 3828.0, 3837.0, 3827.0, 3836.0, 3827.0, 3826.0, 3826.0, 3825.0, 3824.0, 3803.0, 3824.0, 3814.0, 3825.0, 3826.0, 3825.0, 3815.0, 3825.0, 3814.0, 3824.0, 3814.0, 3824.0, 3825.0, 3825.0, 3825.0, 3824.0, 3815.0, 3824.0, 3839.0, 3839.0, 3827.0, 3815.0, 3827.0, 3815.0, 3825.0, 3826.0, 3815.0, 3839.0, 3828.0, 3828.0, 3829.0, 3838.0, 3829.0, 3828.0, 3829.0, 3828.0, 3829.0, 3829.0, 3828.0, 3826.0, 3827.0, 3829.0, 3849.0, 3829.0, 3850.0, 3827.0, 3816.0, 3826.0, 3817.0, 3837.0, 3826.0, 3846.0, 3814.0, 3815.0, 3825.0, 3813.0, 3825.0, 3825.0, 3825.0, 3813.0, 3833.0, 3813.0, 3812.0, 3813.0, 3813.0, 3824.0, 3813.0, 3812.0, 3812.0, 3811.0, 3813.0, 3823.0, 3814.0, 3822.0, 3812.0, 3801.0, 3811.0, 3801.0, 3811.0, 3813.0, 3821.0, 3814.0, 3812.0, 3812.0, 3813.0, 3824.0, 3815.0, 3834.0, 3826.0, 3815.0, 3824.0, 3814.0, 3824.0, 3826.0, 3828.0, 3827.0, 3815.0, 3825.0, 3815.0, 3816.0, 3813.0, 3815.0, 3826.0, 3827.0, 3816.0, 3825.0, 3826.0, 3827.0, 3827.0, 3816.0, 3837.0, 3815.0, 3847.0, 3815.0, 3814.0, 3825.0, 3815.0, 3825.0, 3827.0, 3825.0, 3827.0, 3814.0, 3813.0, 3803.0, 3813.0, 3814.0, 3825.0, 3814.0, 3834.0, 3812.0, 3802.0, 3812.0, 3813.0, 3824.0, 3815.0, 3825.0, 3815.0, 3822.0, 3814.0, 3813.0, 3814.0, 3824.0, 3815.0, 3812.0, 3813.0, 3813.0, 3811.0, 3802.0, 3812.0, 3800.0, 3823.0, 3803.0, 3813.0, 3802.0, 3812.0, 3801.0, 3812.0, 3802.0, 3823.0, 3814.0, 3824.0, 3813.0, 3824.0, 3814.0, 3824.0, 3815.0, 3825.0, 3816.0, 3824.0, 3815.0, 3825.0, 3815.0, 3823.0, 3813.0, 3815.0, 3827.0, 3815.0, 3826.0, 3815.0, 3825.0, 3815.0, 3825.0, 3816.0, 3826.0, 3815.0, 3827.0, 3814.0, 3825.0, 3815.0, 3834.0, 3827.0, 3826.0, 3828.0, 3837.0, 3826.0, 3825.0, 3816.0, 3816.0, 3827.0, 3816.0, 3826.0, 3815.0, 3825.0, 3804.0, 3825.0, 3815.0, 3825.0, 3815.0, 3826.0, 3814.0, 3824.0, 3814.0, 3825.0, 3827.0, 3836.0, 3838.0, 3825.0, 3826.0, 3825.0, 3825.0, 3816.0, 3825.0, 3814.0, 3825.0, 3814.0, 3824.0, 3814.0, 3825.0, 3826.0, 3825.0, 3837.0, 3815.0, 3825.0, 3827.0, 3836.0, 3827.0, 3836.0, 3816.0, 3825.0, 3815.0, 3803.0, 3823.0, 3814.0, 3824.0, 3825.0, 3836.0, 3825.0, 3814.0, 3825.0, 3815.0, 3825.0, 3827.0, 3837.0, 3827.0, 3825.0, 3826.0, 3814.0, 3826.0, 3816.0, 3838.0, 3826.0, 3836.0, 3814.0, 3815.0, 3827.0, 3816.0, 3825.0, 3826.0, 3825.0, 3825.0, 3835.0, 3826.0, 3836.0, 3826.0, 3825.0, 3825.0, 3814.0, 3824.0, 3815.0, 3825.0, 3815.0, 3835.0, 3824.0, 3814.0, 3825.0, 3814.0, 3826.0, 3815.0, 3825.0, 3825.0, 3825.0, 3814.0, 3834.0, 3825.0, 3825.0, 3826.0, 3815.0, 3826.0, 3814.0, 3824.0, 3814.0, 3824.0, 3814.0, 3824.0, 3824.0, 3824.0, 3814.0, 3813.0, 3813.0, 3814.0, 3825.0, 3803.0, 3825.0, 3814.0, 3824.0, 3814.0, 3833.0, 3825.0, 3825.0, 3825.0, 3813.0, 3824.0, 3814.0, 3824.0, 3814.0, 3824.0, 3814.0, 3823.0, 3825.0, 3826.0, 3825.0, 3815.0, 3824.0, 3814.0, 3824.0, 3815.0, 3836.0, 3827.0, 3827.0, 3826.0, 3803.0, 3825.0, 3826.0, 3836.0, 3827.0, 3827.0, 3817.0, 3836.0, 3827.0, 3826.0, 3838.0, 3817.0, 3828.0, 3828.0, 3838.0, 3816.0, 3826.0, 3816.0, 3837.0, 3828.0, 3837.0, 3828.0, 3825.0, 3826.0, 3815.0, 3826.0, 3815.0, 3827.0, 3815.0, 3825.0, 3814.0, 3835.0, 3826.0, 3836.0, 3827.0, 3827.0, 3826.0, 3826.0, 3826.0, 3826.0, 3826.0, 3815.0, 3825.0, 3814.0, 3827.0, 3816.0, 3826.0, 3817.0, 3836.0, 3826.0, 3825.0, 3826.0, 3837.0, 3827.0, 3826.0, 3827.0, 3805.0, 3826.0, 3815.0, 3826.0, 3827.0, 3826.0, 3827.0, 3824.0, 3826.0, 3825.0, 3826.0, 3826.0, 3826.0, 3826.0, 3826.0, 3815.0, 3825.0, 3826.0, 3826.0, 3816.0, 3837.0, 3827.0, 3836.0, 3826.0, 3826.0, 3826.0, 3816.0, 3827.0, 3827.0, 3826.0, 3815.0, 3825.0, 3827.0, 3836.0, 3817.0, 3825.0, 3826.0, 3834.0, 3814.0, 3813.0, 3825.0, 3815.0, 3825.0, 3812.0, 3823.0, 3813.0, 3823.0, 3812.0, 3823.0, 3814.0, 3823.0, 3802.0, 3822.0, 3812.0, 3812.0, 3814.0, 3811.0, 3824.0, 3802.0, 3812.0, 3812.0, 3823.0, 3826.0, 3824.0, 3814.0, 3814.0, 3813.0, 3802.0, 3812.0, 3813.0, 3824.0, 3814.0, 3824.0, 3814.0, 3823.0, 3812.0, 3821.0, 3812.0, 3820.0, 3801.0, 3810.0, 3812.0, 3831.0, 3800.0, 3809.0, 3800.0, 3799.0, 3811.0, 3800.0, 3811.0, 3800.0, 3811.0, 3800.0, 3812.0, 3815.0, 3813.0, 3811.0, 3812.0, 3802.0, 3822.0, 3813.0, 3803.0, 3825.0, 3814.0, 3826.0, 3827.0, 3815.0, 3825.0, 3813.0, 3824.0, 3815.0, 3825.0, 3826.0, 3826.0, 3825.0, 3803.0, 3813.0, 3813.0, 3812.0, 3813.0, 3824.0, 3814.0, 3834.0, 3813.0, 3811.0, 3813.0, 3813.0, 3824.0, 3824.0, 3822.0, 3814.0, 3822.0, 3812.0, 3813.0, 3823.0, 3812.0, 3813.0, 3824.0, 3810.0, 3811.0, 3810.0, 3811.0, 3802.0, 3812.0, 3814.0, 3813.0, 3801.0, 3811.0, 3800.0, 3811.0, 3800.0, 3812.0, 3801.0, 3811.0, 3810.0, 3811.0, 3813.0, 3811.0, 3813.0, 3823.0, 3813.0, 3812.0, 3812.0, 3800.0, 3811.0, 3812.0, 3813.0, 3813.0, 3823.0, 3813.0, 3802.0, 3814.0, 3803.0, 3814.0, 3816.0, 3824.0, 3815.0, 3825.0, 3814.0, 3824.0, 3816.0, 3836.0, 3825.0, 3835.0, 3815.0, 3813.0, 3814.0, 3813.0, 3825.0, 3814.0, 3825.0, 3803.0, 3824.0, 3814.0, 3823.0, 3815.0, 3825.0, 3816.0, 3836.0, 3827.0, 3825.0, 3814.0, 3814.0, 3814.0, 3815.0, 3826.0, 3826.0, 3836.0, 3826.0, 3814.0, 3815.0, 3814.0, 3825.0, 3816.0, 3825.0, 3825.0, 3824.0, 3814.0, 3822.0, 3814.0, 3824.0, 3814.0, 3823.0, 3814.0, 3812.0, 3812.0, 3801.0, 3823.0, 3814.0, 3826.0, 3813.0, 3823.0, 3802.0, 3811.0, 3813.0, 3824.0, 3817.0, 3825.0, 3828.0, 3815.0, 3825.0, 3814.0, 3826.0, 3815.0, 3825.0, 3814.0, 3823.0, 3813.0, 3802.0, 3802.0, 3814.0, 3825.0, 3826.0, 3815.0, 3824.0, 3825.0, 3823.0, 3825.0, 3824.0, 3824.0, 3813.0, 3811.0, 3802.0, 3812.0, 3815.0, 3825.0, 3825.0, 3813.0, 3836.0, 3802.0, 3813.0, 3810.0, 3811.0, 3800.0, 3812.0, 3812.0, 3822.0, 3810.0, 3809.0, 3812.0, 3810.0, 3813.0, 3811.0, 3812.0, 3811.0, 3812.0, 3799.0, 3812.0, 3802.0, 3825.0, 3813.0, 3824.0, 3802.0, 3823.0, 3801.0, 3822.0, 3801.0, 3823.0, 3802.0, 3825.0, 3814.0, 3824.0, 3814.0, 3815.0, 3825.0, 3815.0, 3846.0, 3825.0, 3815.0, 3827.0, 3817.0, 3828.0, 3805.0, 3828.0, 3815.0, 3825.0, 3815.0, 3825.0, 3815.0, 3837.0, 3817.0, 3836.0, 3815.0, 3814.0, 3815.0, 3815.0, 3815.0, 3814.0, 3827.0, 3805.0, 3825.0, 3815.0, 3835.0, 3816.0, 3847.0, 3816.0, 3827.0, 3815.0, 3804.0, 3814.0, 3803.0, 3816.0, 3816.0, 3827.0, 3814.0, 3814.0, 3815.0, 3824.0, 3816.0, 3835.0, 3816.0, 3836.0, 3816.0, 3812.0, 3814.0, 3813.0, 3816.0, 3813.0, 3814.0, 3803.0, 3813.0, 3803.0, 3814.0, 3813.0, 3824.0, 3815.0, 3825.0, 3814.0, 3823.0, 3815.0, 3823.0, 3815.0, 3825.0, 3815.0, 3814.0, 3815.0, 3803.0, 3814.0, 3804.0, 3826.0, 3816.0, 3826.0, 3816.0, 3837.0, 3816.0, 3836.0, 3816.0, 3825.0, 3815.0, 3826.0, 3816.0, 3824.0, 3813.0, 3822.0, 3813.0, 3822.0, 3815.0, 3824.0, 3815.0, 3813.0, 3813.0, 3802.0, 3814.0, 3815.0, 3816.0, 3824.0, 3816.0, 3814.0, 3824.0, 3803.0, 3814.0, 3803.0, 3826.0, 3814.0, 3825.0, 3803.0, 3814.0, 3803.0, 3814.0, 3804.0, 3814.0, 3814.0, 3825.0, 3814.0, 3824.0, 3814.0, 3824.0, 3816.0, 3825.0, 3815.0, 3825.0, 3814.0, 3813.0, 3815.0, 3824.0, 3814.0, 3825.0, 3804.0, 3825.0, 3803.0, 3813.0, 3804.0, 3825.0, 3814.0, 3826.0, 3805.0, 3828.0, 3816.0, 3836.0, 3829.0, 3838.0, 3830.0, 3830.0, 3839.0, 3818.0, 3838.0, 3828.0, 3828.0, 3829.0, 3827.0, 3818.0, 3828.0, 3826.0, 3826.0, 3826.0, 3825.0, 3828.0, 3825.0, 3826.0, 3836.0, 3825.0, 3824.0, 3815.0, 3814.0, 3825.0, 3814.0, 3825.0, 3803.0, 3824.0, 3803.0, 3825.0, 3804.0, 3825.0, 3815.0, 3814.0, 3814.0, 3813.0, 3826.0, 3825.0, 3828.0, 3827.0, 3826.0, 3804.0, 3824.0, 3816.0, 3827.0, 3828.0, 3837.0, 3826.0, 3815.0, 3825.0, 3815.0, 3826.0, 3805.0, 3826.0, 3814.0, 3813.0, 3813.0, 3813.0, 3814.0, 3834.0, 3825.0, 3815.0, 3825.0, 3813.0, 3826.0, 3816.0, 3826.0, 3827.0, 3827.0, 3827.0, 3836.0, 3827.0, 3816.0, 3826.0], 'WindowWidth': [8563.0, 8546.0, 8547.0, 8521.0, 8523.0, 8504.0, 8518.0, 8519.0, 8519.0, 8523.0, 8500.0, 8515.0, 8519.0, 8533.0, 8539.0, 8508.0, 8545.0, 8547.0, 8544.0, 8545.0, 8542.0, 8545.0, 8543.0, 8545.0, 8530.0, 8543.0, 8545.0, 8559.0, 8551.0, 8563.0, 8552.0, 8548.0, 8552.0, 8554.0, 8573.0, 8577.0, 8593.0, 8599.0, 8614.0, 8606.0, 8602.0, 8604.0, 8586.0, 8600.0, 8570.0, 8620.0, 8608.0, 8604.0, 8603.0, 8603.0, 8589.0, 8617.0, 8605.0, 8621.0, 8609.0, 8618.0, 8609.0, 8615.0, 8606.0, 8591.0, 8623.0, 8611.0, 8626.0, 8597.0, 8631.0, 8598.0, 8629.0, 8618.0, 8653.0, 8631.0, 8628.0, 8642.0, 8628.0, 8607.0, 8611.0, 8607.0, 8625.0, 8625.0, 8629.0, 8625.0, 8613.0, 8610.0, 8612.0, 8595.0, 8625.0, 8615.0, 8632.0, 8614.0, 8634.0, 8599.0, 8628.0, 8598.0, 8632.0, 8633.0, 8632.0, 8627.0, 8628.0, 8595.0, 8626.0, 8611.0, 8630.0, 8642.0, 8613.0, 8641.0, 8609.0, 8617.0, 8607.0, 8597.0, 8613.0, 8594.0, 8630.0, 8595.0, 8622.0, 8594.0, 8623.0, 8612.0, 8610.0, 8611.0, 8623.0, 8605.0, 8617.0, 8594.0, 8621.0, 8607.0, 8621.0, 8605.0, 8615.0, 8604.0, 8607.0, 8608.0, 8590.0, 8622.0, 8589.0, 8604.0, 8590.0, 8624.0, 8595.0, 8623.0, 8590.0, 8603.0, 8587.0, 8600.0, 8587.0, 8601.0, 8614.0, 8617.0, 8609.0, 8578.0, 8562.0, 8592.0, 8567.0, 8580.0, 8563.0, 8583.0, 8579.0, 8593.0, 8580.0, 8594.0, 8585.0, 8597.0, 8584.0, 8592.0, 8582.0, 8595.0, 8583.0, 8596.0, 8584.0, 8597.0, 8584.0, 8596.0, 8600.0, 8611.0, 8601.0, 8600.0, 8587.0, 8598.0, 8587.0, 8594.0, 8601.0, 8597.0, 8589.0, 8602.0, 8604.0, 8601.0, 8603.0, 8598.0, 8586.0, 8598.0, 8603.0, 8615.0, 8602.0, 8612.0, 8586.0, 8610.0, 8585.0, 8600.0, 8601.0, 8598.0, 8586.0, 8596.0, 8584.0, 8592.0, 8586.0, 8612.0, 8589.0, 8596.0, 8602.0, 8597.0, 8587.0, 8599.0, 8586.0, 8601.0, 8600.0, 8601.0, 8586.0, 8598.0, 8585.0, 8599.0, 8602.0, 8603.0, 8603.0, 8616.0, 8602.0, 8588.0, 8605.0, 8593.0, 8609.0, 8622.0, 8609.0, 8618.0, 8603.0, 8612.0, 8603.0, 8600.0, 8601.0, 8597.0, 8597.0, 8566.0, 8595.0, 8581.0, 8598.0, 8601.0, 8598.0, 8584.0, 8598.0, 8582.0, 8593.0, 8583.0, 8595.0, 8598.0, 8597.0, 8597.0, 8595.0, 8584.0, 8597.0, 8625.0, 8625.0, 8603.0, 8584.0, 8603.0, 8586.0, 8598.0, 8603.0, 8588.0, 8624.0, 8609.0, 8609.0, 8610.0, 8620.0, 8609.0, 8607.0, 8612.0, 8609.0, 8612.0, 8610.0, 8606.0, 8603.0, 8603.0, 8610.0, 8635.0, 8611.0, 8638.0, 8604.0, 8588.0, 8600.0, 8590.0, 8616.0, 8601.0, 8629.0, 8584.0, 8584.0, 8596.0, 8581.0, 8598.0, 8598.0, 8597.0, 8579.0, 8605.0, 8578.0, 8577.0, 8579.0, 8580.0, 8595.0, 8578.0, 8575.0, 8575.0, 8572.0, 8577.0, 8590.0, 8580.0, 8589.0, 8577.0, 8559.0, 8572.0, 8558.0, 8572.0, 8578.0, 8587.0, 8582.0, 8576.0, 8575.0, 8577.0, 8594.0, 8584.0, 8608.0, 8601.0, 8582.0, 8594.0, 8580.0, 8593.0, 8601.0, 8608.0, 8603.0, 8583.0, 8595.0, 8583.0, 8589.0, 8579.0, 8583.0, 8599.0, 8603.0, 8589.0, 8599.0, 8599.0, 8602.0, 8603.0, 8588.0, 8615.0, 8585.0, 8628.0, 8582.0, 8581.0, 8595.0, 8584.0, 8599.0, 8603.0, 8597.0, 8604.0, 8580.0, 8578.0, 8564.0, 8578.0, 8583.0, 8596.0, 8581.0, 8607.0, 8577.0, 8563.0, 8576.0, 8578.0, 8594.0, 8584.0, 8596.0, 8583.0, 8591.0, 8580.0, 8577.0, 8581.0, 8593.0, 8583.0, 8576.0, 8579.0, 8576.0, 8574.0, 8560.0, 8576.0, 8558.0, 8591.0, 8564.0, 8577.0, 8561.0, 8573.0, 8559.0, 8574.0, 8560.0, 8591.0, 8582.0, 8595.0, 8579.0, 8593.0, 8582.0, 8593.0, 8584.0, 8597.0, 8586.0, 8594.0, 8585.0, 8597.0, 8582.0, 8591.0, 8580.0, 8584.0, 8603.0, 8586.0, 8601.0, 8584.0, 8598.0, 8584.0, 8599.0, 8589.0, 8601.0, 8586.0, 8604.0, 8583.0, 8596.0, 8585.0, 8610.0, 8604.0, 8600.0, 8606.0, 8616.0, 8601.0, 8598.0, 8587.0, 8589.0, 8603.0, 8587.0, 8601.0, 8584.0, 8597.0, 8569.0, 8598.0, 8586.0, 8599.0, 8586.0, 8602.0, 8582.0, 8595.0, 8583.0, 8597.0, 8603.0, 8614.0, 8620.0, 8598.0, 8600.0, 8597.0, 8598.0, 8588.0, 8600.0, 8583.0, 8597.0, 8581.0, 8594.0, 8582.0, 8597.0, 8602.0, 8599.0, 8617.0, 8585.0, 8599.0, 8604.0, 8614.0, 8604.0, 8614.0, 8587.0, 8597.0, 8583.0, 8564.0, 8592.0, 8583.0, 8596.0, 8599.0, 8613.0, 8598.0, 8582.0, 8597.0, 8585.0, 8600.0, 8604.0, 8617.0, 8604.0, 8600.0, 8600.0, 8585.0, 8603.0, 8589.0, 8619.0, 8602.0, 8615.0, 8584.0, 8585.0, 8603.0, 8588.0, 8600.0, 8601.0, 8599.0, 8599.0, 8611.0, 8602.0, 8614.0, 8602.0, 8599.0, 8598.0, 8580.0, 8596.0, 8584.0, 8598.0, 8585.0, 8612.0, 8596.0, 8582.0, 8597.0, 8581.0, 8600.0, 8585.0, 8598.0, 8597.0, 8597.0, 8582.0, 8608.0, 8599.0, 8599.0, 8603.0, 8584.0, 8600.0, 8582.0, 8595.0, 8581.0, 8595.0, 8583.0, 8595.0, 8594.0, 8594.0, 8580.0, 8578.0, 8580.0, 8581.0, 8598.0, 8567.0, 8600.0, 8581.0, 8593.0, 8582.0, 8607.0, 8599.0, 8597.0, 8598.0, 8580.0, 8594.0, 8580.0, 8595.0, 8583.0, 8595.0, 8582.0, 8592.0, 8599.0, 8600.0, 8600.0, 8584.0, 8596.0, 8582.0, 8595.0, 8584.0, 8614.0, 8603.0, 8602.0, 8602.0, 8568.0, 8598.0, 8600.0, 8614.0, 8604.0, 8603.0, 8591.0, 8614.0, 8604.0, 8600.0, 8619.0, 8592.0, 8606.0, 8606.0, 8621.0, 8588.0, 8601.0, 8588.0, 8617.0, 8607.0, 8615.0, 8606.0, 8599.0, 8601.0, 8584.0, 8600.0, 8584.0, 8602.0, 8583.0, 8596.0, 8582.0, 8612.0, 8602.0, 8614.0, 8605.0, 8602.0, 8601.0, 8600.0, 8602.0, 8600.0, 8601.0, 8583.0, 8596.0, 8582.0, 8602.0, 8587.0, 8601.0, 8591.0, 8613.0, 8600.0, 8597.0, 8602.0, 8616.0, 8605.0, 8601.0, 8603.0, 8571.0, 8599.0, 8584.0, 8601.0, 8603.0, 8601.0, 8603.0, 8596.0, 8599.0, 8598.0, 8600.0, 8599.0, 8602.0, 8601.0, 8598.0, 8583.0, 8599.0, 8601.0, 8601.0, 8587.0, 8615.0, 8601.0, 8612.0, 8599.0, 8601.0, 8603.0, 8588.0, 8603.0, 8601.0, 8599.0, 8584.0, 8598.0, 8602.0, 8616.0, 8588.0, 8598.0, 8598.0, 8606.0, 8580.0, 8576.0, 8596.0, 8582.0, 8596.0, 8576.0, 8591.0, 8576.0, 8589.0, 8576.0, 8592.0, 8580.0, 8590.0, 8560.0, 8586.0, 8575.0, 8574.0, 8581.0, 8574.0, 8594.0, 8559.0, 8573.0, 8575.0, 8591.0, 8603.0, 8594.0, 8581.0, 8580.0, 8577.0, 8561.0, 8575.0, 8579.0, 8595.0, 8583.0, 8593.0, 8580.0, 8589.0, 8575.0, 8585.0, 8574.0, 8584.0, 8560.0, 8568.0, 8573.0, 8595.0, 8555.0, 8565.0, 8555.0, 8553.0, 8572.0, 8556.0, 8572.0, 8556.0, 8569.0, 8555.0, 8573.0, 8585.0, 8577.0, 8572.0, 8575.0, 8563.0, 8587.0, 8579.0, 8566.0, 8598.0, 8582.0, 8602.0, 8604.0, 8584.0, 8596.0, 8580.0, 8594.0, 8583.0, 8597.0, 8600.0, 8600.0, 8597.0, 8564.0, 8576.0, 8578.0, 8575.0, 8577.0, 8594.0, 8582.0, 8608.0, 8576.0, 8572.0, 8578.0, 8578.0, 8595.0, 8596.0, 8589.0, 8583.0, 8589.0, 8575.0, 8579.0, 8592.0, 8576.0, 8578.0, 8593.0, 8571.0, 8572.0, 8568.0, 8573.0, 8562.0, 8576.0, 8581.0, 8578.0, 8557.0, 8571.0, 8556.0, 8572.0, 8556.0, 8574.0, 8558.0, 8572.0, 8571.0, 8570.0, 8576.0, 8572.0, 8578.0, 8590.0, 8578.0, 8576.0, 8573.0, 8556.0, 8572.0, 8576.0, 8579.0, 8580.0, 8590.0, 8578.0, 8561.0, 8581.0, 8566.0, 8581.0, 8590.0, 8596.0, 8587.0, 8597.0, 8582.0, 8593.0, 8586.0, 8613.0, 8601.0, 8611.0, 8586.0, 8579.0, 8581.0, 8578.0, 8597.0, 8583.0, 8599.0, 8567.0, 8594.0, 8583.0, 8594.0, 8584.0, 8598.0, 8590.0, 8614.0, 8605.0, 8598.0, 8583.0, 8582.0, 8582.0, 8584.0, 8600.0, 8601.0, 8614.0, 8600.0, 8583.0, 8584.0, 8581.0, 8598.0, 8587.0, 8599.0, 8598.0, 8595.0, 8581.0, 8589.0, 8580.0, 8594.0, 8581.0, 8591.0, 8581.0, 8576.0, 8577.0, 8560.0, 8591.0, 8581.0, 8600.0, 8578.0, 8592.0, 8561.0, 8573.0, 8578.0, 8595.0, 8589.0, 8600.0, 8606.0, 8584.0, 8598.0, 8583.0, 8598.0, 8585.0, 8597.0, 8581.0, 8592.0, 8577.0, 8561.0, 8561.0, 8581.0, 8597.0, 8599.0, 8583.0, 8596.0, 8595.0, 8591.0, 8596.0, 8593.0, 8593.0, 8577.0, 8572.0, 8561.0, 8574.0, 8585.0, 8599.0, 8599.0, 8578.0, 8615.0, 8562.0, 8578.0, 8572.0, 8572.0, 8557.0, 8575.0, 8576.0, 8588.0, 8571.0, 8568.0, 8573.0, 8568.0, 8576.0, 8572.0, 8574.0, 8573.0, 8575.0, 8556.0, 8574.0, 8563.0, 8598.0, 8578.0, 8595.0, 8561.0, 8591.0, 8560.0, 8588.0, 8559.0, 8590.0, 8563.0, 8596.0, 8581.0, 8595.0, 8583.0, 8585.0, 8597.0, 8586.0, 8625.0, 8598.0, 8587.0, 8605.0, 8592.0, 8605.0, 8572.0, 8608.0, 8585.0, 8597.0, 8584.0, 8598.0, 8587.0, 8616.0, 8590.0, 8613.0, 8584.0, 8582.0, 8585.0, 8585.0, 8586.0, 8584.0, 8605.0, 8573.0, 8597.0, 8587.0, 8612.0, 8590.0, 8630.0, 8590.0, 8603.0, 8584.0, 8569.0, 8583.0, 8568.0, 8587.0, 8586.0, 8604.0, 8584.0, 8582.0, 8586.0, 8596.0, 8589.0, 8612.0, 8589.0, 8615.0, 8587.0, 8579.0, 8584.0, 8580.0, 8587.0, 8581.0, 8584.0, 8568.0, 8580.0, 8565.0, 8582.0, 8581.0, 8597.0, 8585.0, 8599.0, 8584.0, 8594.0, 8585.0, 8593.0, 8585.0, 8598.0, 8585.0, 8581.0, 8585.0, 8567.0, 8582.0, 8571.0, 8601.0, 8590.0, 8602.0, 8591.0, 8617.0, 8590.0, 8614.0, 8588.0, 8599.0, 8587.0, 8600.0, 8587.0, 8595.0, 8580.0, 8590.0, 8578.0, 8590.0, 8584.0, 8595.0, 8585.0, 8579.0, 8581.0, 8565.0, 8582.0, 8584.0, 8588.0, 8596.0, 8587.0, 8582.0, 8596.0, 8566.0, 8582.0, 8567.0, 8601.0, 8583.0, 8599.0, 8566.0, 8582.0, 8566.0, 8582.0, 8567.0, 8583.0, 8582.0, 8599.0, 8581.0, 8595.0, 8582.0, 8596.0, 8588.0, 8600.0, 8584.0, 8600.0, 8583.0, 8580.0, 8585.0, 8595.0, 8584.0, 8599.0, 8570.0, 8599.0, 8567.0, 8580.0, 8569.0, 8599.0, 8583.0, 8601.0, 8573.0, 8606.0, 8589.0, 8614.0, 8609.0, 8619.0, 8613.0, 8613.0, 8625.0, 8594.0, 8620.0, 8606.0, 8606.0, 8608.0, 8605.0, 8592.0, 8606.0, 8601.0, 8599.0, 8602.0, 8598.0, 8605.0, 8598.0, 8602.0, 8613.0, 8598.0, 8594.0, 8584.0, 8583.0, 8599.0, 8581.0, 8595.0, 8566.0, 8594.0, 8564.0, 8597.0, 8569.0, 8597.0, 8583.0, 8581.0, 8582.0, 8579.0, 8599.0, 8596.0, 8606.0, 8602.0, 8602.0, 8566.0, 8594.0, 8586.0, 8602.0, 8607.0, 8617.0, 8600.0, 8584.0, 8597.0, 8585.0, 8601.0, 8570.0, 8601.0, 8581.0, 8578.0, 8579.0, 8577.0, 8583.0, 8607.0, 8600.0, 8584.0, 8596.0, 8580.0, 8598.0, 8586.0, 8599.0, 8602.0, 8604.0, 8602.0, 8613.0, 8604.0, 8589.0, 8602.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.0041945854922279795</td></tr>
<tr><td colspan=3>aqi</td><td>0.025284215025906737</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.4064256474935</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2634784380985307</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.044714185747622</td></tr>
<tr><td colspan=3>efc</td><td>0.494</td></tr>
<tr><td colspan=3>fber</td><td>5520.7964</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07263678446979101</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.468048359240069</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.364390552080714</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2748253094003017</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.568642484213336</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2497038626285035</td></tr>
<tr><td colspan=3>gcor</td><td>0.00963564</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009188111871480942</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02524816244840622</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</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>4.243184786816129</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.8932</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.4556</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.2496</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>747.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.4584</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1884</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>444.5117</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3023.7908</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>744.7192</td></tr>
<tr><td colspan=3>tsnr</td><td>39.10156528931111</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>