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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0031/ses-03/func/sub-0031_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0818adfb1d610fe2e67854342621d49f</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>16:09:50.210000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99988, 0.015247, -0.00265075, -0.0151837, 0.999632, 0.02247]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100483</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7728, -7236, 538, -45, -171, 123, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>270.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>91e9c961-e848-43ad-bd0e-8b395bc10b79||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682605504989624, -0.04073673486709595, -0.008079425431787968, 114.77664947509766], [-0.04090670496225357, 2.6819400787353516, 0.06055309250950813, -87.54645538330078], [-0.007111778017133474, -0.06028539687395096, 2.6993088722229004, -57.52263259887695], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['160950.210000', '160950.670000', '160951.130000', '160951.590000', '160952.050000', '160952.510000', '160952.970000', '160953.430000', '160953.890000', '160954.350000', '160954.810000', '160955.270000', '160955.730000', '160956.190000', '160956.650000', '160957.110000', '160957.570000', '160958.030000', '160958.490000', '160958.950000', '160959.410000', '160959.870000', '161000.330000', '161000.790000', '161001.250000', '161001.710000', '161002.170000', '161002.630000', '161003.090000', '161003.550000', '161004.010000', '161004.470000', '161004.930000', '161005.390000', '161005.850000', '161006.310000', '161006.770000', '161007.230000', '161007.690000', '161008.150000', '161008.610000', '161009.070000', '161009.530000', '161009.990000', '161010.450000', '161010.910000', '161011.370000', '161011.830000', '161012.290000', '161012.750000', '161013.210000', '161013.670000', '161014.130000', '161014.590000', '161015.050000', '161015.510000', '161015.970000', '161016.430000', '161016.890000', '161017.350000', '161017.810000', '161018.270000', '161018.730000', '161019.190000', '161019.650000', '161020.110000', '161020.570000', '161021.030000', '161021.490000', '161021.950000', '161022.410000', '161022.870000', '161023.330000', '161023.790000', '161024.250000', '161024.710000', '161025.170000', '161025.630000', '161026.090000', '161026.550000', '161027.010000', '161027.470000', '161027.930000', '161028.390000', '161028.850000', '161029.310000', '161029.770000', '161030.230000', '161030.690000', '161031.150000', '161031.610000', '161032.070000', '161032.530000', '161032.990000', '161033.450000', '161033.910000', '161034.370000', '161034.830000', '161035.290000', '161035.750000', '161036.210000', '161036.670000', '161037.130000', '161037.590000', '161038.050000', '161038.510000', '161038.970000', '161039.430000', '161039.890000', '161040.350000', '161040.810000', '161041.270000', '161041.730000', '161042.190000', '161042.650000', '161043.110000', '161043.570000', '161044.030000', '161044.490000', '161044.950000', '161045.410000', '161045.870000', '161046.330000', '161046.790000', '161047.250000', '161047.710000', '161048.170000', '161048.630000', '161049.090000', '161049.550000', '161050.010000', '161050.470000', '161050.930000', '161051.390000', '161051.850000', '161052.310000', '161052.770000', '161053.230000', '161053.690000', '161054.150000', '161054.610000', '161055.070000', '161055.530000', '161055.990000', '161056.450000', '161056.910000', '161057.370000', '161057.830000', '161058.290000', '161058.750000', '161059.210000', '161059.670000', '161100.130000', '161100.590000', '161101.050000', '161101.510000', '161101.970000', '161102.430000', '161102.890000', '161103.350000', '161103.810000', '161104.270000', '161104.730000', '161105.190000', '161105.650000', '161106.110000', '161106.570000', '161107.030000', '161107.490000', '161107.950000', '161108.410000', '161108.870000', '161109.330000', '161109.790000', '161110.250000', '161110.710000', '161111.170000', '161111.630000', '161112.090000', '161112.550000', '161113.010000', '161113.470000', '161113.930000', '161114.390000', '161114.850000', '161115.310000', '161115.770000', '161116.230000', '161116.690000', '161117.150000', '161117.610000', '161118.070000', '161118.530000', '161118.990000', '161119.450000', '161119.910000', '161120.370000', '161120.830000', '161121.290000', '161121.750000', '161122.210000', '161122.670000', '161123.130000', '161123.590000', '161124.050000', '161124.510000', '161124.970000', '161125.430000', '161125.890000', '161126.350000', '161126.810000', '161127.270000', '161127.730000', '161128.190000', '161128.650000', '161129.110000', '161129.570000', '161130.030000', '161130.490000', '161130.950000', '161131.410000', '161131.870000', '161132.330000', '161132.790000', '161133.250000', '161133.710000', '161134.170000', '161134.630000', '161135.090000', '161135.550000', '161136.010000', '161136.470000', '161136.930000', '161137.390000', '161137.850000', '161138.310000', '161138.770000', '161139.230000', '161139.690000', '161140.150000', '161140.610000', '161141.070000', '161141.530000', '161141.990000', '161142.450000', '161142.910000', '161143.370000', '161143.830000', '161144.290000', '161144.750000', '161145.210000', '161145.670000', '161146.130000', '161146.590000', '161147.050000', '161147.510000', '161147.970000', '161148.430000', '161148.890000', '161149.350000', '161149.810000', '161150.270000', '161150.730000', '161151.190000', '161151.650000', '161152.110000', '161152.570000', '161153.030000', '161153.490000', '161153.950000', '161154.410000', '161154.870000', '161155.330000', '161155.790000', '161156.250000', '161156.710000', '161157.170000', '161157.630000', '161158.090000', '161158.550000', '161159.010000', '161159.470000', '161159.930000', '161200.390000', '161200.850000', '161201.310000', '161201.770000', '161202.230000', '161202.690000', '161203.150000', '161203.610000', '161204.070000', '161204.530000', '161204.990000', '161205.450000', '161205.910000', '161206.370000', '161206.830000', '161207.290000', '161207.750000', '161208.210000', '161208.670000', '161209.130000', '161209.590000', '161210.050000', '161210.510000', '161210.970000', '161211.430000', '161211.890000', '161212.350000', '161212.810000', '161213.270000', '161213.730000', '161214.190000', '161214.650000', '161215.110000', '161215.570000', '161216.030000', '161216.490000', '161216.950000', '161217.410000', '161217.870000', '161218.330000', '161218.790000', '161219.250000', '161219.710000', '161220.170000', '161220.630000', '161221.090000', '161221.550000', '161222.010000', '161222.470000', '161222.930000', '161223.390000', '161223.850000', '161224.310000', '161224.770000', '161225.230000', '161225.690000', '161226.150000', '161226.610000', '161227.070000', '161227.530000', '161227.990000', '161228.450000', '161228.910000', '161229.370000', '161229.830000', '161230.290000', '161230.750000', '161231.210000', '161231.670000', '161232.130000', '161232.590000', '161233.050000', '161233.510000', '161233.970000', '161234.430000', '161234.890000', '161235.350000', '161235.810000', '161236.270000', '161236.730000', '161237.190000', '161237.650000', '161238.110000', '161238.570000', '161239.030000', '161239.490000', '161239.950000', '161240.410000', '161240.870000', '161241.330000', '161241.790000', '161242.250000', '161242.710000', '161243.170000', '161243.630000', '161244.090000', '161244.550000', '161245.010000', '161245.470000', '161245.930000', '161246.390000', '161246.850000', '161247.310000', '161247.770000', '161248.230000', '161248.690000', '161249.150000', '161249.610000', '161250.070000', '161250.530000', '161250.990000', '161251.450000', '161251.910000', '161252.370000', '161252.830000', '161253.290000', '161253.750000', '161254.210000', '161254.670000', '161255.130000', '161255.590000', '161256.050000', '161256.510000', '161256.970000', '161257.430000', '161257.890000', '161258.350000', '161258.810000', '161259.270000', '161259.730000', '161300.190000', '161300.650000', '161301.110000', '161301.570000', '161302.030000', '161302.490000', '161302.950000', '161303.410000', '161303.870000', '161304.330000', '161304.790000', '161305.250000', '161305.710000', '161306.170000', '161306.630000', '161307.090000', '161307.550000', '161308.010000', '161308.470000', '161308.930000', '161309.390000', '161309.850000', '161310.310000', '161310.770000', '161311.230000', '161311.690000', '161312.150000', '161312.610000', '161313.070000', '161313.530000', '161313.990000', '161314.450000', '161314.910000', '161315.370000', '161315.830000', '161316.290000', '161316.750000', '161317.210000', '161317.670000', '161318.130000', '161318.590000', '161319.050000', '161319.510000', '161319.970000', '161320.430000', '161320.890000', '161321.350000', '161321.810000', '161322.270000', '161322.730000', '161323.190000', '161323.650000', '161324.110000', '161324.570000', '161325.030000', '161325.490000', '161325.950000', '161326.410000', '161326.870000', '161327.330000', '161327.790000', '161328.250000', '161328.710000', '161329.170000', '161329.630000', '161330.090000', '161330.550000', '161331.010000', '161331.470000', '161331.930000', '161332.390000', '161332.850000', '161333.310000', '161333.770000', '161334.230000', '161334.690000', '161335.150000', '161335.610000', '161336.070000', '161336.530000', '161336.990000', '161337.450000', '161337.910000', '161338.370000', '161338.830000', '161339.290000', '161339.750000', '161340.210000', '161340.670000', '161341.130000', '161341.590000', '161342.050000', '161342.510000', '161342.970000', '161343.430000', '161343.890000', '161344.350000', '161344.810000', '161345.270000', '161345.730000', '161346.190000', '161346.650000', '161347.110000', '161347.570000', '161348.030000', '161348.490000', '161348.950000', '161349.410000', '161349.870000', '161350.330000', '161350.790000', '161351.250000', '161351.710000', '161352.170000', '161352.630000', '161353.090000', '161353.550000', '161354.010000', '161354.470000', '161354.930000', '161355.390000', '161355.850000', '161356.310000', '161356.770000', '161357.230000', '161357.690000', '161358.150000', '161358.610000', '161359.070000', '161359.530000', '161359.990000', '161400.450000', '161400.910000', '161401.370000', '161401.830000', '161402.290000', '161402.750000', '161403.210000', '161403.670000', '161404.130000', '161404.590000', '161405.050000', '161405.510000', '161405.970000', '161406.430000', '161406.890000', '161407.350000', '161407.810000', '161408.270000', '161408.730000', '161409.190000', '161409.650000', '161410.110000', '161410.570000', '161411.030000', '161411.490000', '161411.950000', '161412.410000', '161412.870000', '161413.330000', '161413.790000', '161414.250000', '161414.710000', '161415.170000', '161415.630000', '161416.090000', '161416.550000', '161417.010000', '161417.470000', '161417.930000', '161418.390000', '161418.850000', '161419.310000', '161419.770000', '161420.230000', '161420.690000', '161421.150000', '161421.610000', '161422.070000', '161422.530000', '161422.990000', '161423.450000', '161423.910000', '161424.370000', '161424.830000', '161425.290000', '161425.750000', '161426.210000', '161426.670000', '161427.130000', '161427.590000', '161428.050000', '161428.510000', '161428.970000', '161429.430000', '161429.890000', '161430.350000', '161430.810000', '161431.270000', '161431.730000', '161432.190000', '161432.650000', '161433.110000', '161433.570000', '161434.030000', '161434.490000', '161434.950000', '161435.410000', '161435.870000', '161436.330000', '161436.790000', '161437.250000', '161437.710000', '161438.170000', '161438.630000', '161439.090000', '161439.550000', '161440.010000', '161440.470000', '161440.930000', '161441.390000', '161441.850000', '161442.310000', '161442.770000', '161443.230000', '161443.690000', '161444.150000', '161444.610000', '161445.070000', '161445.530000', '161445.990000', '161446.450000', '161446.910000', '161447.370000', '161447.830000', '161448.290000', '161448.750000', '161449.210000', '161449.670000', '161450.130000', '161450.590000', '161451.050000', '161451.510000', '161451.970000', '161452.430000', '161452.890000', '161453.350000', '161453.810000', '161454.270000', '161454.730000', '161455.190000', '161455.650000', '161456.110000', '161456.570000', '161457.030000', '161457.490000', '161457.950000', '161458.410000', '161458.870000', '161459.330000', '161459.790000', '161500.250000', '161500.710000', '161501.170000', '161501.630000', '161502.090000', '161502.550000', '161503.010000', '161503.470000', '161503.930000', '161504.390000', '161504.850000', '161505.310000', '161505.770000', '161506.230000', '161506.690000', '161507.150000', '161507.610000', '161508.070000', '161508.530000', '161508.990000', '161509.450000', '161509.910000', '161510.370000', '161510.830000', '161511.290000', '161511.750000', '161512.210000', '161512.670000', '161513.130000', '161513.590000', '161514.050000', '161514.510000', '161514.970000', '161515.430000', '161515.890000', '161516.350000', '161516.810000', '161517.270000', '161517.730000', '161518.190000', '161518.650000', '161519.110000', '161519.570000', '161520.030000', '161520.490000', '161520.950000', '161521.410000', '161521.870000', '161522.330000', '161522.790000', '161523.250000', '161523.710000', '161524.170000', '161524.630000', '161525.090000', '161525.550000', '161526.010000', '161526.470000', '161526.930000', '161527.390000', '161527.850000', '161528.310000', '161528.770000', '161529.230000', '161529.690000', '161530.150000', '161530.610000', '161531.070000', '161531.530000', '161531.990000', '161532.450000', '161532.910000', '161533.370000', '161533.830000', '161534.290000', '161534.750000', '161535.210000', '161535.670000', '161536.130000', '161536.590000', '161537.050000', '161537.510000', '161537.970000', '161538.430000', '161538.890000', '161539.350000', '161539.810000', '161540.270000', '161540.730000', '161541.190000', '161541.650000', '161542.110000', '161542.570000', '161543.030000', '161543.490000', '161543.950000', '161544.410000', '161544.870000', '161545.330000', '161545.790000', '161546.250000', '161546.710000', '161547.170000', '161547.630000', '161548.090000', '161548.550000', '161549.010000', '161549.470000', '161549.930000', '161550.390000', '161550.850000', '161551.310000', '161551.770000', '161552.230000', '161552.690000', '161553.150000', '161553.610000', '161554.070000', '161554.530000', '161554.990000', '161555.450000', '161555.910000', '161556.370000', '161556.830000', '161557.290000', '161557.750000', '161558.210000', '161558.670000', '161559.130000', '161559.590000', '161600.050000', '161600.510000', '161600.970000', '161601.430000', '161601.890000', '161602.350000', '161602.810000', '161603.270000', '161603.730000', '161604.190000', '161604.650000', '161605.110000', '161605.570000', '161606.030000', '161606.490000', '161606.950000', '161607.410000', '161607.870000', '161608.330000', '161608.790000', '161609.250000', '161609.710000', '161610.170000', '161610.630000', '161611.090000', '161611.550000', '161612.010000', '161612.470000', '161612.930000', '161613.390000', '161613.850000', '161614.310000', '161614.770000', '161615.230000', '161615.690000', '161616.150000', '161616.610000', '161617.070000', '161617.530000', '161617.990000', '161618.450000', '161618.910000', '161619.370000', '161619.830000', '161620.290000', '161620.750000', '161621.210000', '161621.670000', '161622.130000', '161622.590000', '161623.050000', '161623.510000', '161623.970000', '161624.430000', '161624.890000', '161625.350000', '161625.810000', '161626.270000', '161626.730000', '161627.190000', '161627.650000', '161628.110000', '161628.570000', '161629.030000', '161629.490000', '161629.950000', '161630.410000', '161630.870000', '161631.330000', '161631.790000', '161632.250000', '161632.710000', '161633.170000', '161633.630000', '161634.090000', '161634.550000', '161635.010000', '161635.470000', '161635.930000', '161636.390000', '161636.850000', '161637.310000', '161637.770000', '161638.230000', '161638.690000', '161639.150000', '161639.610000', '161640.070000', '161640.530000', '161640.990000', '161641.450000', '161641.910000', '161642.370000', '161642.830000', '161643.290000', '161643.750000', '161644.210000', '161644.670000', '161645.130000', '161645.590000', '161646.050000', '161646.510000', '161646.970000', '161647.430000', '161647.890000', '161648.350000', '161648.810000', '161649.270000', '161649.730000', '161650.190000', '161650.650000', '161651.110000', '161651.570000', '161652.030000', '161652.490000', '161652.950000', '161653.410000', '161653.870000', '161654.330000', '161654.790000', '161655.250000', '161655.710000', '161656.170000', '161656.630000', '161657.090000', '161657.550000', '161658.010000', '161658.470000', '161658.930000', '161659.390000', '161659.850000', '161700.310000', '161700.770000', '161701.230000', '161701.690000', '161702.150000', '161702.610000', '161703.070000', '161703.530000', '161703.990000', '161704.450000', '161704.910000', '161705.370000', '161705.830000', '161706.290000', '161706.750000', '161707.210000', '161707.670000', '161708.130000', '161708.590000', '161709.050000', '161709.510000', '161709.970000', '161710.430000', '161710.890000', '161711.350000', '161711.810000', '161712.270000', '161712.730000', '161713.190000', '161713.650000', '161714.110000', '161714.570000', '161715.030000', '161715.490000', '161715.950000', '161716.410000', '161716.870000', '161717.330000', '161717.790000', '161718.250000', '161718.710000', '161719.170000', '161719.630000', '161720.090000', '161720.550000', '161721.010000', '161721.470000', '161721.930000', '161722.390000', '161722.850000', '161723.310000', '161723.770000', '161724.230000', '161724.690000', '161725.150000', '161725.610000', '161726.070000', '161726.530000', '161726.990000', '161727.450000', '161727.910000', '161728.370000', '161728.830000', '161729.290000', '161729.750000', '161730.210000', '161730.670000', '161731.130000', '161731.590000', '161732.050000', '161732.510000', '161732.970000', '161733.430000', '161733.890000', '161734.350000', '161734.810000', '161735.270000', '161735.730000', '161736.190000', '161736.650000', '161737.110000', '161737.570000', '161738.030000', '161738.490000', '161738.950000', '161739.410000', '161739.870000', '161740.330000', '161740.790000', '161741.250000', '161741.710000', '161742.170000', '161742.630000', '161743.090000', '161743.550000', '161744.010000', '161744.470000', '161744.930000', '161745.390000', '161745.850000', '161746.310000', '161746.770000', '161747.230000', '161747.690000', '161748.150000', '161748.610000', '161749.070000', '161749.530000', '161749.990000', '161750.450000', '161750.910000', '161751.370000', '161751.830000', '161752.290000', '161752.750000', '161753.210000', '161753.670000', '161754.130000', '161754.590000', '161755.050000', '161755.510000', '161755.970000', '161756.430000', '161756.890000', '161757.350000', '161757.810000', '161758.270000', '161758.730000', '161759.190000', '161759.650000', '161800.110000', '161800.570000', '161801.030000', '161801.490000', '161801.950000', '161802.410000', '161802.870000', '161803.330000', '161803.790000', '161804.250000', '161804.710000', '161805.170000', '161805.630000', '161806.090000', '161806.550000', '161807.010000', '161807.470000', '161807.930000', '161808.390000', '161808.850000', '161809.310000', '161809.770000', '161810.230000', '161810.690000', '161811.150000', '161811.610000', '161812.070000', '161812.530000', '161812.990000', '161813.450000', '161813.910000', '161814.370000', '161814.830000', '161815.290000', '161815.750000', '161816.210000', '161816.670000', '161817.130000', '161817.590000', '161818.050000', '161818.510000', '161818.970000', '161819.430000', '161819.890000', '161820.350000', '161820.810000', '161821.270000', '161821.730000', '161822.190000', '161822.650000', '161823.110000', '161823.570000', '161824.030000', '161824.490000', '161824.950000', '161825.410000', '161825.870000', '161826.330000', '161826.790000', '161827.250000', '161827.710000', '161828.170000', '161828.630000', '161829.090000', '161829.550000', '161830.010000', '161830.470000', '161830.930000', '161831.390000', '161831.850000', '161832.310000', '161832.770000', '161833.230000', '161833.690000', '161834.150000', '161834.610000', '161835.070000', '161835.530000', '161835.990000', '161836.450000', '161836.910000', '161837.370000', '161837.830000', '161838.290000', '161838.750000', '161839.210000', '161839.670000', '161840.130000', '161840.590000', '161841.050000', '161841.510000', '161841.970000'], 'ContentTime': ['161005.709000', '161005.713000', '161005.715000', '161005.718000', '161005.721000', '161005.728000', '161005.730000', '161005.733000', '161005.736000', '161005.739000', '161005.742000', '161005.745000', '161005.748000', '161005.751000', '161005.754000', '161005.757000', '161005.759000', '161005.762000', '161005.768000', '161005.771000', '161005.774000', '161005.777000', '161005.779000', '161005.782000', '161005.789000', '161005.792000', '161005.795000', '161005.798000', '161005.801000', '161005.804000', '161005.807000', '161025.670000', '161025.673000', '161025.676000', '161025.679000', '161025.682000', '161025.684000', '161025.687000', '161025.690000', '161025.693000', '161025.696000', '161025.699000', '161025.705000', '161025.708000', '161025.711000', '161025.714000', '161025.717000', '161025.719000', '161025.722000', '161025.725000', '161025.728000', '161025.731000', '161025.734000', '161025.736000', '161025.739000', '161025.742000', '161025.745000', '161025.748000', '161025.751000', '161025.753000', '161025.756000', '161025.764000', '161025.767000', '161025.769000', '161025.772000', '161025.775000', '161025.778000', '161025.781000', '161025.784000', '161025.787000', '161025.790000', '161025.792000', '161025.795000', '161025.798000', '161025.801000', '161045.671000', '161045.674000', '161045.677000', '161045.679000', '161045.688000', '161045.691000', '161045.694000', '161045.697000', '161045.700000', '161045.703000', '161045.706000', '161045.709000', '161045.712000', '161045.715000', '161045.718000', '161045.721000', '161045.724000', '161045.727000', '161045.730000', '161045.732000', '161045.735000', '161045.738000', '161045.741000', '161045.744000', '161045.747000', '161045.750000', '161045.753000', '161045.755000', '161045.758000', '161045.761000', '161045.764000', '161045.767000', '161045.770000', '161045.772000', '161045.775000', '161045.778000', '161045.781000', '161045.784000', '161045.787000', '161045.790000', '161045.792000', '161045.795000', '161045.798000', '161105.671000', '161105.674000', '161105.677000', '161105.680000', '161105.682000', '161105.685000', '161105.688000', '161105.691000', '161105.694000', '161105.697000', '161105.700000', '161105.702000', '161105.705000', '161105.708000', '161105.711000', '161105.714000', '161105.717000', '161105.720000', '161105.722000', '161105.725000', '161105.728000', '161105.731000', '161105.734000', '161105.737000', '161105.739000', '161105.742000', '161105.745000', '161105.748000', '161105.751000', '161105.754000', '161105.757000', '161105.759000', '161105.762000', '161105.765000', '161105.768000', '161105.771000', '161105.774000', '161105.777000', '161105.780000', '161105.783000', '161105.785000', '161105.788000', '161105.791000', '161105.794000', '161125.671000', '161125.674000', '161125.677000', '161125.680000', '161125.682000', '161125.685000', '161125.688000', '161125.691000', '161125.694000', '161125.697000', '161125.700000', '161125.703000', '161125.706000', '161125.709000', '161125.712000', '161125.715000', '161125.718000', '161125.721000', '161125.724000', '161125.727000', '161125.730000', '161125.732000', '161125.735000', '161125.739000', '161125.742000', '161125.744000', '161125.747000', '161125.750000', '161125.753000', '161125.756000', '161125.759000', '161125.762000', '161125.764000', '161125.767000', '161125.770000', '161125.773000', '161125.776000', '161125.779000', '161125.781000', '161125.784000', '161125.787000', '161125.790000', '161125.793000', '161145.671000', '161145.674000', '161145.677000', '161145.680000', '161145.683000', '161145.685000', '161145.688000', '161145.691000', '161145.694000', '161145.697000', '161145.700000', '161145.702000', '161145.705000', '161145.708000', '161145.711000', '161145.714000', '161145.717000', '161145.720000', '161145.722000', '161145.725000', '161145.728000', '161145.731000', '161145.734000', '161145.737000', '161145.740000', '161145.743000', '161145.745000', '161145.748000', '161145.751000', '161145.754000', '161145.757000', '161145.760000', '161145.763000', '161145.765000', '161145.768000', '161145.771000', '161145.774000', '161145.777000', '161145.780000', '161145.782000', '161145.785000', '161145.788000', '161145.791000', '161145.794000', '161205.671000', '161205.674000', '161205.677000', '161205.680000', '161205.683000', '161205.686000', '161205.689000', '161205.692000', '161205.695000', '161205.698000', '161205.701000', '161205.704000', '161205.706000', '161205.709000', '161205.712000', '161205.715000', '161205.718000', '161205.721000', '161205.724000', '161205.727000', '161205.730000', '161205.733000', '161205.736000', '161205.740000', '161205.746000', '161205.749000', '161205.752000', '161205.755000', '161205.758000', '161205.760000', '161205.763000', '161205.766000', '161205.769000', '161205.772000', '161205.775000', '161205.778000', '161205.781000', '161205.784000', '161205.787000', '161205.789000', '161205.792000', '161205.795000', '161205.798000', '161225.670000', '161225.673000', '161225.676000', '161225.679000', '161225.682000', '161225.684000', '161225.687000', '161225.690000', '161225.693000', '161225.696000', '161225.699000', '161225.702000', '161225.705000', '161225.707000', '161225.710000', '161225.713000', '161225.716000', '161225.719000', '161225.722000', '161225.725000', '161225.728000', '161225.731000', '161225.733000', '161225.736000', '161225.739000', '161225.742000', '161225.745000', '161225.748000', '161225.751000', '161225.754000', '161225.756000', '161225.759000', '161225.762000', '161225.765000', '161225.768000', '161225.771000', '161225.774000', '161225.777000', '161225.779000', '161225.782000', '161225.785000', '161225.788000', '161225.791000', '161225.794000', '161245.670000', '161245.673000', '161245.676000', '161245.679000', '161245.682000', '161245.688000', '161245.691000', '161245.694000', '161245.697000', '161245.700000', '161245.703000', '161245.705000', '161245.708000', '161245.711000', '161245.714000', '161245.717000', '161245.720000', '161245.723000', '161245.726000', '161245.729000', '161245.732000', '161245.735000', '161245.737000', '161245.740000', '161245.743000', '161245.746000', '161245.749000', '161245.752000', '161245.755000', '161245.758000', '161245.761000', '161245.764000', '161245.767000', '161245.770000', '161245.772000', '161245.775000', '161245.778000', '161245.781000', '161245.784000', '161245.787000', '161245.790000', '161245.793000', '161245.796000', '161305.671000', '161305.674000', '161305.683000', '161305.686000', '161305.689000', '161305.692000', '161305.695000', '161305.698000', '161305.700000', '161305.703000', '161305.706000', '161305.709000', '161305.712000', '161305.715000', '161305.718000', '161305.721000', '161305.724000', '161305.726000', '161305.730000', '161305.732000', '161305.735000', '161305.738000', '161305.741000', '161305.744000', '161305.747000', '161305.750000', '161305.753000', '161305.755000', '161305.758000', '161305.761000', '161305.764000', '161305.781000', '161305.784000', '161305.787000', '161305.790000', '161305.792000', '161305.795000', '161305.798000', '161305.801000', '161305.804000', '161305.807000', '161305.810000', '161305.813000', '161305.815000', '161325.671000', '161325.674000', '161325.677000', '161325.680000', '161325.689000', '161325.691000', '161325.694000', '161325.697000', '161325.700000', '161325.703000', '161325.706000', '161325.709000', '161325.712000', '161325.715000', '161325.719000', '161325.723000', '161325.729000', '161325.732000', '161325.735000', '161325.738000', '161325.742000', '161325.745000', '161325.748000', '161325.751000', '161325.754000', '161325.757000', '161325.759000', '161325.762000', '161325.765000', '161325.768000', '161325.771000', '161325.774000', '161325.777000', '161325.780000', '161325.783000', '161325.786000', '161325.789000', '161325.792000', '161325.795000', '161325.799000', '161325.805000', '161325.808000', '161325.811000', '161345.671000', '161345.674000', '161345.677000', '161345.680000', '161345.683000', '161345.686000', '161345.689000', '161345.691000', '161345.694000', '161345.697000', '161345.700000', '161345.703000', '161345.706000', '161345.709000', '161345.712000', '161345.715000', '161345.717000', '161345.720000', '161345.723000', '161345.726000', '161345.729000', '161345.732000', '161345.735000', '161345.738000', '161345.741000', '161345.743000', '161345.746000', '161345.749000', '161345.752000', '161345.755000', '161345.758000', '161345.761000', '161345.763000', '161345.767000', '161345.769000', '161345.772000', '161345.775000', '161345.778000', '161345.781000', '161345.784000', '161345.787000', '161345.790000', '161345.792000', '161345.795000', '161405.671000', '161405.674000', '161405.677000', '161405.680000', '161405.682000', '161405.685000', '161405.688000', '161405.691000', '161405.694000', '161405.697000', '161405.700000', '161405.703000', '161405.706000', '161405.708000', '161405.711000', '161405.714000', '161405.717000', '161405.720000', '161405.723000', '161405.726000', '161405.729000', '161405.731000', '161405.734000', '161405.737000', '161405.740000', '161405.743000', '161405.746000', '161405.749000', '161405.752000', '161405.754000', '161405.757000', '161405.760000', '161405.763000', '161405.766000', '161405.769000', '161405.772000', '161405.774000', '161405.777000', '161405.780000', '161405.783000', '161405.786000', '161405.789000', '161405.792000', '161425.671000', '161425.674000', '161425.677000', '161425.679000', '161425.682000', '161425.685000', '161425.688000', '161425.691000', '161425.694000', '161425.697000', '161425.700000', '161425.703000', '161425.706000', '161425.708000', '161425.711000', '161425.714000', '161425.717000', '161425.720000', '161425.723000', '161425.726000', '161425.729000', '161425.732000', '161425.735000', '161425.737000', '161425.740000', '161425.743000', '161425.746000', '161425.749000', '161425.766000', '161425.769000', '161425.772000', '161425.774000', '161425.777000', '161425.780000', '161425.783000', '161425.786000', '161425.789000', '161425.792000', '161425.795000', '161425.797000', '161425.800000', '161425.803000', '161425.806000', '161425.809000', '161445.670000', '161445.673000', '161445.676000', '161445.679000', '161445.682000', '161445.685000', '161445.688000', '161445.690000', '161445.693000', '161445.696000', '161445.699000', '161445.702000', '161445.705000', '161445.708000', '161445.711000', '161445.713000', '161445.716000', '161445.719000', '161445.722000', '161445.725000', '161445.728000', '161445.731000', '161445.734000', '161445.736000', '161445.739000', '161445.742000', '161445.745000', '161445.748000', '161445.751000', '161445.754000', '161445.757000', '161445.761000', '161445.763000', '161445.766000', '161445.769000', '161445.772000', '161445.775000', '161445.778000', '161445.781000', '161445.784000', '161445.787000', '161445.789000', '161445.792000', '161505.670000', '161505.673000', '161505.676000', '161505.679000', '161505.682000', '161505.684000', '161505.687000', '161505.690000', '161505.693000', '161505.696000', '161505.699000', '161505.702000', '161505.705000', '161505.707000', '161505.710000', '161505.713000', '161505.716000', '161505.719000', '161505.722000', '161505.725000', '161505.728000', '161505.731000', '161505.734000', '161505.737000', '161505.740000', '161505.742000', '161505.745000', '161505.748000', '161505.751000', '161505.754000', '161505.757000', '161505.760000', '161505.763000', '161505.766000', '161505.768000', '161505.771000', '161505.774000', '161505.777000', '161505.780000', '161505.783000', '161505.786000', '161505.789000', '161505.792000', '161505.795000', '161525.671000', '161525.674000', '161525.677000', '161525.680000', '161525.683000', '161525.686000', '161525.689000', '161525.691000', '161525.694000', '161525.697000', '161525.700000', '161525.703000', '161525.706000', '161525.709000', '161525.712000', '161525.714000', '161525.717000', '161525.720000', '161525.723000', '161525.726000', '161525.729000', '161525.732000', '161525.735000', '161525.738000', '161525.740000', '161525.743000', '161525.746000', '161525.749000', '161525.752000', '161525.755000', '161525.758000', '161525.761000', '161525.763000', '161525.766000', '161525.771000', '161525.774000', '161525.777000', '161525.780000', '161525.783000', '161525.786000', '161525.789000', '161525.792000', '161525.794000', '161545.671000', '161545.674000', '161545.677000', '161545.680000', '161545.682000', '161545.685000', '161545.688000', '161545.691000', '161545.694000', '161545.697000', '161545.700000', '161545.703000', '161545.706000', '161545.708000', '161545.711000', '161545.714000', '161545.717000', '161545.720000', '161545.723000', '161545.726000', '161545.729000', '161545.732000', '161545.735000', '161545.737000', '161545.740000', '161545.743000', '161545.746000', '161545.749000', '161545.752000', '161545.755000', '161545.758000', '161545.761000', '161545.763000', '161545.766000', '161545.769000', '161545.772000', '161545.775000', '161545.778000', '161545.781000', '161545.794000', '161545.797000', '161545.800000', '161545.803000', '161545.805000', '161605.671000', '161605.674000', '161605.677000', '161605.680000', '161605.683000', '161605.686000', '161605.688000', '161605.691000', '161605.694000', '161605.697000', '161605.700000', '161605.703000', '161605.706000', '161605.709000', '161605.711000', '161605.714000', '161605.717000', '161605.720000', '161605.723000', '161605.726000', '161605.729000', '161605.732000', '161605.735000', '161605.737000', '161605.740000', '161605.743000', '161605.746000', '161605.749000', '161605.752000', '161605.755000', '161605.757000', '161605.760000', '161605.763000', '161605.766000', '161605.769000', '161605.772000', '161605.775000', '161605.778000', '161605.781000', '161605.784000', '161605.786000', '161605.789000', '161605.792000', '161625.671000', '161625.674000', '161625.677000', '161625.680000', '161625.683000', '161625.685000', '161625.688000', '161625.691000', '161625.694000', '161625.697000', '161625.700000', '161625.703000', '161625.706000', '161625.709000', '161625.711000', '161625.714000', '161625.717000', '161625.720000', '161625.723000', '161625.726000', '161625.729000', '161625.732000', '161625.735000', '161625.737000', '161625.740000', '161625.743000', '161625.746000', '161625.749000', '161625.752000', '161625.755000', '161625.758000', '161625.760000', '161625.763000', '161625.766000', '161625.769000', '161625.772000', '161625.775000', '161625.778000', '161625.781000', '161625.784000', '161625.787000', '161625.790000', '161625.793000', '161625.795000', '161645.670000', '161645.673000', '161645.676000', '161645.679000', '161645.682000', '161645.685000', '161645.687000', '161645.691000', '161645.693000', '161645.696000', '161645.699000', '161645.702000', '161645.705000', '161645.708000', '161645.711000', '161645.714000', '161645.717000', '161645.719000', '161645.722000', '161645.725000', '161645.728000', '161645.731000', '161645.734000', '161645.737000', '161645.740000', '161645.743000', '161645.746000', '161645.749000', '161645.752000', '161645.755000', '161645.757000', '161645.760000', '161645.763000', '161645.766000', '161645.769000', '161645.772000', '161645.775000', '161645.778000', '161645.781000', '161645.784000', '161645.786000', '161645.789000', '161645.792000', '161705.670000', '161705.673000', '161705.676000', '161705.679000', '161705.682000', '161705.685000', '161705.687000', '161705.690000', '161705.693000', '161705.696000', '161705.699000', '161705.702000', '161705.705000', '161705.708000', '161705.710000', '161705.713000', '161705.716000', '161705.719000', '161705.722000', '161705.725000', '161705.728000', '161705.731000', '161705.734000', '161705.736000', '161705.739000', '161705.742000', '161705.745000', '161705.748000', '161705.751000', '161705.754000', '161705.757000', '161705.760000', '161705.763000', '161705.766000', '161705.769000', '161705.771000', '161705.774000', '161705.777000', '161705.780000', '161705.783000', '161705.786000', '161705.789000', '161705.792000', '161725.670000', '161725.673000', '161725.676000', '161725.679000', '161725.682000', '161725.685000', '161725.687000', '161725.690000', '161725.693000', '161725.696000', '161725.699000', '161725.702000', '161725.705000', '161725.708000', '161725.710000', '161725.714000', '161725.716000', '161725.719000', '161725.722000', '161725.725000', '161725.728000', '161725.731000', '161725.734000', '161725.737000', '161725.739000', '161725.742000', '161725.745000', '161725.748000', '161725.751000', '161725.754000', '161725.757000', '161725.760000', '161725.762000', '161725.765000', '161725.768000', '161725.771000', '161725.774000', '161725.777000', '161725.780000', '161725.783000', '161725.786000', '161725.788000', '161725.791000', '161725.794000', '161745.671000', '161745.674000', '161745.677000', '161745.680000', '161745.683000', '161745.686000', '161745.689000', '161745.692000', '161745.695000', '161745.698000', '161745.701000', '161745.704000', '161745.706000', '161745.709000', '161745.712000', '161745.715000', '161745.718000', '161745.721000', '161745.724000', '161745.727000', '161745.730000', '161745.733000', '161745.735000', '161745.738000', '161745.741000', '161745.744000', '161745.747000', '161745.750000', '161745.753000', '161745.756000', '161745.758000', '161745.761000', '161745.764000', '161745.767000', '161745.770000', '161745.773000', '161745.776000', '161745.779000', '161745.782000', '161745.785000', '161745.788000', '161745.791000', '161745.793000', '161805.671000', '161805.674000', '161805.677000', '161805.680000', '161805.683000', '161805.686000', '161805.689000', '161805.692000', '161805.694000', '161805.697000', '161805.700000', '161805.703000', '161805.706000', '161805.709000', '161805.712000', '161805.715000', '161805.718000', '161805.720000', '161805.723000', '161805.726000', '161805.729000', '161805.732000', '161805.735000', '161805.738000', '161805.741000', '161805.744000', '161805.747000', '161805.749000', '161805.752000', '161805.755000', '161805.758000', '161805.761000', '161805.764000', '161805.767000', '161805.770000', '161805.773000', '161805.775000', '161805.778000', '161805.781000', '161805.784000', '161805.787000', '161805.790000', '161805.793000', '161805.796000', '161825.671000', '161825.674000', '161825.677000', '161825.680000', '161825.683000', '161825.686000', '161825.689000', '161825.692000', '161825.695000', '161825.698000', '161825.701000', '161825.704000', '161825.706000', '161825.709000', '161825.713000', '161825.716000', '161825.719000', '161825.722000', '161825.725000', '161825.728000', '161825.731000', '161825.734000', '161825.737000', '161825.740000', '161825.742000', '161825.745000', '161825.748000', '161825.751000', '161825.754000', '161825.757000', '161825.760000', '161825.763000', '161825.766000', '161825.769000', '161825.772000', '161825.775000', '161825.777000', '161825.780000', '161825.783000', '161825.786000', '161825.789000', '161825.792000', '161825.795000', '161843.234000', '161843.238000', '161843.242000', '161843.246000', '161843.249000', '161843.252000', '161843.255000', '161843.259000', '161843.262000', '161843.265000', '161843.269000', '161843.272000', '161843.275000', '161843.279000', '161843.282000', '161843.292000', '161843.295000', '161843.298000', '161843.301000', '161843.304000', '161843.307000', '161843.310000', '161843.313000', '161843.317000', '161843.320000', '161843.323000', '161843.326000', '161843.329000', '161843.332000', '161843.335000', '161843.338000', '161843.341000', '161843.344000', '161843.347000', '161843.350000', '161843.353000', '161843.356000', '161843.359000', '161843.362000'], 'InstanceCreationTime': ['161005.709000', '161005.713000', '161005.715000', '161005.718000', '161005.721000', '161005.728000', '161005.730000', '161005.733000', '161005.736000', '161005.739000', '161005.742000', '161005.745000', '161005.748000', '161005.751000', '161005.754000', '161005.757000', '161005.759000', '161005.762000', '161005.768000', '161005.771000', '161005.774000', '161005.777000', '161005.779000', '161005.782000', '161005.789000', '161005.792000', '161005.795000', '161005.798000', '161005.801000', '161005.804000', '161005.807000', '161025.670000', '161025.673000', '161025.676000', '161025.679000', '161025.682000', '161025.684000', '161025.687000', '161025.690000', '161025.693000', '161025.696000', '161025.699000', '161025.705000', '161025.708000', '161025.711000', '161025.714000', '161025.717000', '161025.719000', '161025.722000', '161025.725000', '161025.728000', '161025.731000', '161025.734000', '161025.736000', '161025.739000', '161025.742000', '161025.745000', '161025.748000', '161025.751000', '161025.753000', '161025.756000', '161025.764000', '161025.767000', '161025.769000', '161025.772000', '161025.775000', '161025.778000', '161025.781000', '161025.784000', '161025.787000', '161025.790000', '161025.792000', '161025.795000', '161025.798000', '161025.801000', '161045.671000', '161045.674000', '161045.677000', '161045.679000', '161045.688000', '161045.691000', '161045.694000', '161045.697000', '161045.700000', '161045.703000', '161045.706000', '161045.709000', '161045.712000', '161045.715000', '161045.718000', '161045.721000', '161045.724000', '161045.727000', '161045.730000', '161045.732000', '161045.735000', '161045.738000', '161045.741000', '161045.744000', '161045.747000', '161045.750000', '161045.753000', '161045.755000', '161045.758000', '161045.761000', '161045.764000', '161045.767000', '161045.770000', '161045.772000', '161045.775000', '161045.778000', '161045.781000', '161045.784000', '161045.787000', '161045.790000', '161045.792000', '161045.795000', '161045.798000', '161105.671000', '161105.674000', '161105.677000', '161105.680000', '161105.682000', '161105.685000', '161105.688000', '161105.691000', '161105.694000', '161105.697000', '161105.700000', '161105.702000', '161105.705000', '161105.708000', '161105.711000', '161105.714000', '161105.717000', '161105.720000', '161105.722000', '161105.725000', '161105.728000', '161105.731000', '161105.734000', '161105.737000', '161105.739000', '161105.742000', '161105.745000', '161105.748000', '161105.751000', '161105.754000', '161105.757000', '161105.759000', '161105.762000', '161105.765000', '161105.768000', '161105.771000', '161105.774000', '161105.777000', '161105.780000', '161105.783000', '161105.785000', '161105.788000', '161105.791000', '161105.794000', '161125.671000', '161125.674000', '161125.677000', '161125.680000', '161125.682000', '161125.685000', '161125.688000', '161125.691000', '161125.694000', '161125.697000', '161125.700000', '161125.703000', '161125.706000', '161125.709000', '161125.712000', '161125.715000', '161125.718000', '161125.721000', '161125.724000', '161125.727000', '161125.730000', '161125.732000', '161125.735000', '161125.739000', '161125.742000', '161125.744000', '161125.747000', '161125.750000', '161125.753000', '161125.756000', '161125.759000', '161125.762000', '161125.764000', '161125.767000', '161125.770000', '161125.773000', '161125.776000', '161125.779000', '161125.781000', '161125.784000', '161125.787000', '161125.790000', '161125.793000', '161145.671000', '161145.674000', '161145.677000', '161145.680000', '161145.683000', '161145.685000', '161145.688000', '161145.691000', '161145.694000', '161145.697000', '161145.700000', '161145.702000', '161145.705000', '161145.708000', '161145.711000', '161145.714000', '161145.717000', '161145.720000', '161145.722000', '161145.725000', '161145.728000', '161145.731000', '161145.734000', '161145.737000', '161145.740000', '161145.743000', '161145.745000', '161145.748000', '161145.751000', '161145.754000', '161145.757000', '161145.760000', '161145.763000', '161145.765000', '161145.768000', '161145.771000', '161145.774000', '161145.777000', '161145.780000', '161145.782000', '161145.785000', '161145.788000', '161145.791000', '161145.794000', '161205.671000', '161205.674000', '161205.677000', '161205.680000', '161205.683000', '161205.686000', '161205.689000', '161205.692000', '161205.695000', '161205.698000', '161205.701000', '161205.704000', '161205.706000', '161205.709000', '161205.712000', '161205.715000', '161205.718000', '161205.721000', '161205.724000', '161205.727000', '161205.730000', '161205.733000', '161205.736000', '161205.740000', '161205.746000', '161205.749000', '161205.752000', '161205.755000', '161205.758000', '161205.760000', '161205.763000', '161205.766000', '161205.769000', '161205.772000', '161205.775000', '161205.778000', '161205.781000', '161205.784000', '161205.787000', '161205.789000', '161205.792000', '161205.795000', '161205.798000', '161225.670000', '161225.673000', '161225.676000', '161225.679000', '161225.682000', '161225.684000', '161225.687000', '161225.690000', '161225.693000', '161225.696000', '161225.699000', '161225.702000', '161225.705000', '161225.707000', '161225.710000', '161225.713000', '161225.716000', '161225.719000', '161225.722000', '161225.725000', '161225.728000', '161225.731000', '161225.733000', '161225.736000', '161225.739000', '161225.742000', '161225.745000', '161225.748000', '161225.751000', '161225.754000', '161225.756000', '161225.759000', '161225.762000', '161225.765000', '161225.768000', '161225.771000', '161225.774000', '161225.777000', '161225.779000', '161225.782000', '161225.785000', '161225.788000', '161225.791000', '161225.794000', '161245.670000', '161245.673000', '161245.676000', '161245.679000', '161245.682000', '161245.688000', '161245.691000', '161245.694000', '161245.697000', '161245.700000', '161245.703000', '161245.705000', '161245.708000', '161245.711000', '161245.714000', '161245.717000', '161245.720000', '161245.723000', '161245.726000', '161245.729000', '161245.732000', '161245.735000', '161245.737000', '161245.740000', '161245.743000', '161245.746000', '161245.749000', '161245.752000', '161245.755000', '161245.758000', '161245.761000', '161245.764000', '161245.767000', '161245.770000', '161245.772000', '161245.775000', '161245.778000', '161245.781000', '161245.784000', '161245.787000', '161245.790000', '161245.793000', '161245.796000', '161305.671000', '161305.674000', '161305.683000', '161305.686000', '161305.689000', '161305.692000', '161305.695000', '161305.698000', '161305.700000', '161305.703000', '161305.706000', '161305.709000', '161305.712000', '161305.715000', '161305.718000', '161305.721000', '161305.724000', '161305.726000', '161305.730000', '161305.732000', '161305.735000', '161305.738000', '161305.741000', '161305.744000', '161305.747000', '161305.750000', '161305.753000', '161305.755000', '161305.758000', '161305.761000', '161305.764000', '161305.781000', '161305.784000', '161305.787000', '161305.790000', '161305.792000', '161305.795000', '161305.798000', '161305.801000', '161305.804000', '161305.807000', '161305.810000', '161305.813000', '161305.815000', '161325.671000', '161325.674000', '161325.677000', '161325.680000', '161325.689000', '161325.691000', '161325.694000', '161325.697000', '161325.700000', '161325.703000', '161325.706000', '161325.709000', '161325.712000', '161325.715000', '161325.719000', '161325.723000', '161325.729000', '161325.732000', '161325.735000', '161325.738000', '161325.742000', '161325.745000', '161325.748000', '161325.751000', '161325.754000', '161325.757000', '161325.759000', '161325.762000', '161325.765000', '161325.768000', '161325.771000', '161325.774000', '161325.777000', '161325.780000', '161325.783000', '161325.786000', '161325.789000', '161325.792000', '161325.795000', '161325.799000', '161325.805000', '161325.808000', '161325.811000', '161345.671000', '161345.674000', '161345.677000', '161345.680000', '161345.683000', '161345.686000', '161345.689000', '161345.691000', '161345.694000', '161345.697000', '161345.700000', '161345.703000', '161345.706000', '161345.709000', '161345.712000', '161345.715000', '161345.717000', '161345.720000', '161345.723000', '161345.726000', '161345.729000', '161345.732000', '161345.735000', '161345.738000', '161345.741000', '161345.743000', '161345.746000', '161345.749000', '161345.752000', '161345.755000', '161345.758000', '161345.761000', '161345.763000', '161345.767000', '161345.769000', '161345.772000', '161345.775000', '161345.778000', '161345.781000', '161345.784000', '161345.787000', '161345.790000', '161345.792000', '161345.795000', '161405.671000', '161405.674000', '161405.677000', '161405.680000', '161405.682000', '161405.685000', '161405.688000', '161405.691000', '161405.694000', '161405.697000', '161405.700000', '161405.703000', '161405.706000', '161405.708000', '161405.711000', '161405.714000', '161405.717000', '161405.720000', '161405.723000', '161405.726000', '161405.729000', '161405.731000', '161405.734000', '161405.737000', '161405.740000', '161405.743000', '161405.746000', '161405.749000', '161405.752000', '161405.754000', '161405.757000', '161405.760000', '161405.763000', '161405.766000', '161405.769000', '161405.772000', '161405.774000', '161405.777000', '161405.780000', '161405.783000', '161405.786000', '161405.789000', '161405.792000', '161425.671000', '161425.674000', '161425.677000', '161425.679000', '161425.682000', '161425.685000', '161425.688000', '161425.691000', '161425.694000', '161425.697000', '161425.700000', '161425.703000', '161425.706000', '161425.708000', '161425.711000', '161425.714000', '161425.717000', '161425.720000', '161425.723000', '161425.726000', '161425.729000', '161425.732000', '161425.735000', '161425.737000', '161425.740000', '161425.743000', '161425.746000', '161425.749000', '161425.766000', '161425.769000', '161425.772000', '161425.774000', '161425.777000', '161425.780000', '161425.783000', '161425.786000', '161425.789000', '161425.792000', '161425.795000', '161425.797000', '161425.800000', '161425.803000', '161425.806000', '161425.809000', '161445.670000', '161445.673000', '161445.676000', '161445.679000', '161445.682000', '161445.685000', '161445.688000', '161445.690000', '161445.693000', '161445.696000', '161445.699000', '161445.702000', '161445.705000', '161445.708000', '161445.711000', '161445.713000', '161445.716000', '161445.719000', '161445.722000', '161445.725000', '161445.728000', '161445.731000', '161445.734000', '161445.736000', '161445.739000', '161445.742000', '161445.745000', '161445.748000', '161445.751000', '161445.754000', '161445.757000', '161445.761000', '161445.763000', '161445.766000', '161445.769000', '161445.772000', '161445.775000', '161445.778000', '161445.781000', '161445.784000', '161445.787000', '161445.789000', '161445.792000', '161505.670000', '161505.673000', '161505.676000', '161505.679000', '161505.682000', '161505.684000', '161505.687000', '161505.690000', '161505.693000', '161505.696000', '161505.699000', '161505.702000', '161505.705000', '161505.707000', '161505.710000', '161505.713000', '161505.716000', '161505.719000', '161505.722000', '161505.725000', '161505.728000', '161505.731000', '161505.734000', '161505.737000', '161505.740000', '161505.742000', '161505.745000', '161505.748000', '161505.751000', '161505.754000', '161505.757000', '161505.760000', '161505.763000', '161505.766000', '161505.768000', '161505.771000', '161505.774000', '161505.777000', '161505.780000', '161505.783000', '161505.786000', '161505.789000', '161505.792000', '161505.795000', '161525.671000', '161525.674000', '161525.677000', '161525.680000', '161525.683000', '161525.686000', '161525.689000', '161525.691000', '161525.694000', '161525.697000', '161525.700000', '161525.703000', '161525.706000', '161525.709000', '161525.712000', '161525.714000', '161525.717000', '161525.720000', '161525.723000', '161525.726000', '161525.729000', '161525.732000', '161525.735000', '161525.738000', '161525.740000', '161525.743000', '161525.746000', '161525.749000', '161525.752000', '161525.755000', '161525.758000', '161525.761000', '161525.763000', '161525.766000', '161525.771000', '161525.774000', '161525.777000', '161525.780000', '161525.783000', '161525.786000', '161525.789000', '161525.792000', '161525.794000', '161545.671000', '161545.674000', '161545.677000', '161545.680000', '161545.682000', '161545.685000', '161545.688000', '161545.691000', '161545.694000', '161545.697000', '161545.700000', '161545.703000', '161545.706000', '161545.708000', '161545.711000', '161545.714000', '161545.717000', '161545.720000', '161545.723000', '161545.726000', '161545.729000', '161545.732000', '161545.735000', '161545.737000', '161545.740000', '161545.743000', '161545.746000', '161545.749000', '161545.752000', '161545.755000', '161545.758000', '161545.761000', '161545.763000', '161545.766000', '161545.769000', '161545.772000', '161545.775000', '161545.778000', '161545.781000', '161545.794000', '161545.797000', '161545.800000', '161545.803000', '161545.805000', '161605.671000', '161605.674000', '161605.677000', '161605.680000', '161605.683000', '161605.686000', '161605.688000', '161605.691000', '161605.694000', '161605.697000', '161605.700000', '161605.703000', '161605.706000', '161605.709000', '161605.711000', '161605.714000', '161605.717000', '161605.720000', '161605.723000', '161605.726000', '161605.729000', '161605.732000', '161605.735000', '161605.737000', '161605.740000', '161605.743000', '161605.746000', '161605.749000', '161605.752000', '161605.755000', '161605.757000', '161605.760000', '161605.763000', '161605.766000', '161605.769000', '161605.772000', '161605.775000', '161605.778000', '161605.781000', '161605.784000', '161605.786000', '161605.789000', '161605.792000', '161625.671000', '161625.674000', '161625.677000', '161625.680000', '161625.683000', '161625.685000', '161625.688000', '161625.691000', '161625.694000', '161625.697000', '161625.700000', '161625.703000', '161625.706000', '161625.709000', '161625.711000', '161625.714000', '161625.717000', '161625.720000', '161625.723000', '161625.726000', '161625.729000', '161625.732000', '161625.735000', '161625.737000', '161625.740000', '161625.743000', '161625.746000', '161625.749000', '161625.752000', '161625.755000', '161625.758000', '161625.760000', '161625.763000', '161625.766000', '161625.769000', '161625.772000', '161625.775000', '161625.778000', '161625.781000', '161625.784000', '161625.787000', '161625.790000', '161625.793000', '161625.795000', '161645.670000', '161645.673000', '161645.676000', '161645.679000', '161645.682000', '161645.685000', '161645.687000', '161645.691000', '161645.693000', '161645.696000', '161645.699000', '161645.702000', '161645.705000', '161645.708000', '161645.711000', '161645.714000', '161645.717000', '161645.719000', '161645.722000', '161645.725000', '161645.728000', '161645.731000', '161645.734000', '161645.737000', '161645.740000', '161645.743000', '161645.746000', '161645.749000', '161645.752000', '161645.755000', '161645.757000', '161645.760000', '161645.763000', '161645.766000', '161645.769000', '161645.772000', '161645.775000', '161645.778000', '161645.781000', '161645.784000', '161645.786000', '161645.789000', '161645.792000', '161705.670000', '161705.673000', '161705.676000', '161705.679000', '161705.682000', '161705.685000', '161705.687000', '161705.690000', '161705.693000', '161705.696000', '161705.699000', '161705.702000', '161705.705000', '161705.708000', '161705.710000', '161705.713000', '161705.716000', '161705.719000', '161705.722000', '161705.725000', '161705.728000', '161705.731000', '161705.734000', '161705.736000', '161705.739000', '161705.742000', '161705.745000', '161705.748000', '161705.751000', '161705.754000', '161705.757000', '161705.760000', '161705.763000', '161705.766000', '161705.769000', '161705.771000', '161705.774000', '161705.777000', '161705.780000', '161705.783000', '161705.786000', '161705.789000', '161705.792000', '161725.670000', '161725.673000', '161725.676000', '161725.679000', '161725.682000', '161725.685000', '161725.687000', '161725.690000', '161725.693000', '161725.696000', '161725.699000', '161725.702000', '161725.705000', '161725.708000', '161725.710000', '161725.714000', '161725.716000', '161725.719000', '161725.722000', '161725.725000', '161725.728000', '161725.731000', '161725.734000', '161725.737000', '161725.739000', '161725.742000', '161725.745000', '161725.748000', '161725.751000', '161725.754000', '161725.757000', '161725.760000', '161725.762000', '161725.765000', '161725.768000', '161725.771000', '161725.774000', '161725.777000', '161725.780000', '161725.783000', '161725.786000', '161725.788000', '161725.791000', '161725.794000', '161745.671000', '161745.674000', '161745.677000', '161745.680000', '161745.683000', '161745.686000', '161745.689000', '161745.692000', '161745.695000', '161745.698000', '161745.701000', '161745.704000', '161745.706000', '161745.709000', '161745.712000', '161745.715000', '161745.718000', '161745.721000', '161745.724000', '161745.727000', '161745.730000', '161745.733000', '161745.735000', '161745.738000', '161745.741000', '161745.744000', '161745.747000', '161745.750000', '161745.753000', '161745.756000', '161745.758000', '161745.761000', '161745.764000', '161745.767000', '161745.770000', '161745.773000', '161745.776000', '161745.779000', '161745.782000', '161745.785000', '161745.788000', '161745.791000', '161745.793000', '161805.671000', '161805.674000', '161805.677000', '161805.680000', '161805.683000', '161805.686000', '161805.689000', '161805.692000', '161805.694000', '161805.697000', '161805.700000', '161805.703000', '161805.706000', '161805.709000', '161805.712000', '161805.715000', '161805.718000', '161805.720000', '161805.723000', '161805.726000', '161805.729000', '161805.732000', '161805.735000', '161805.738000', '161805.741000', '161805.744000', '161805.747000', '161805.749000', '161805.752000', '161805.755000', '161805.758000', '161805.761000', '161805.764000', '161805.767000', '161805.770000', '161805.773000', '161805.775000', '161805.778000', '161805.781000', '161805.784000', '161805.787000', '161805.790000', '161805.793000', '161805.796000', '161825.671000', '161825.674000', '161825.677000', '161825.680000', '161825.683000', '161825.686000', '161825.689000', '161825.692000', '161825.695000', '161825.698000', '161825.701000', '161825.704000', '161825.706000', '161825.709000', '161825.713000', '161825.716000', '161825.719000', '161825.722000', '161825.725000', '161825.728000', '161825.731000', '161825.734000', '161825.737000', '161825.740000', '161825.742000', '161825.745000', '161825.748000', '161825.751000', '161825.754000', '161825.757000', '161825.760000', '161825.763000', '161825.766000', '161825.769000', '161825.772000', '161825.775000', '161825.777000', '161825.780000', '161825.783000', '161825.786000', '161825.789000', '161825.792000', '161825.795000', '161843.234000', '161843.238000', '161843.242000', '161843.246000', '161843.249000', '161843.252000', '161843.255000', '161843.259000', '161843.262000', '161843.265000', '161843.269000', '161843.272000', '161843.275000', '161843.279000', '161843.282000', '161843.292000', '161843.295000', '161843.298000', '161843.301000', '161843.304000', '161843.307000', '161843.310000', '161843.313000', '161843.317000', '161843.320000', '161843.323000', '161843.326000', '161843.329000', '161843.332000', '161843.335000', '161843.338000', '161843.341000', '161843.344000', '161843.347000', '161843.350000', '161843.353000', '161843.356000', '161843.359000', '161843.362000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [11446, 15008, 10673, 16249, 12366, 15006, 12276, 11038, 14947, 10471, 16104, 11869, 12100, 13326, 10493, 15011, 10826, 16128, 12139, 10309, 14225, 10658, 15493, 12378, 10381, 14951, 10352, 16167, 12245, 15143, 12936, 11087, 15935, 11143, 16320, 12784, 10324, 15120, 10925, 16631, 12207, 11389, 13666, 10921, 15556, 11674, 16531, 12850, 10440, 14224, 10274, 15872, 11957, 14812, 13513, 10486, 15699, 11206, 16080, 12861, 13938, 13898, 10332, 15011, 10456, 16786, 12759, 13256, 13823, 10470, 16126, 11612, 13858, 13565, 10408, 15851, 11581, 15971, 13006, 10683, 15405, 10405, 16203, 11846, 17395, 12512, 13121, 13215, 10442, 14585, 10705, 16151, 12365, 10404, 13647, 9946, 15672, 11408, 15804, 12661, 10956, 14407, 10200, 15546, 11536, 16598, 12649, 10832, 14225, 10205, 15989, 11427, 16223, 12617, 10715, 14633, 10225, 16188, 12476, 11163, 14267, 10376, 16338, 11815, 13078, 13357, 10987, 15778, 10918, 16699, 12133, 13699, 13485, 11141, 15698, 10669, 16707, 11423, 15879, 13074, 11237, 15124, 10289, 16191, 11719, 15432, 12669, 11096, 14845, 10318, 16290, 11679, 14819, 13073, 10770, 14764, 10787, 15855, 11308, 17677, 12684, 10842, 14084, 10396, 15972, 11774, 13040, 13333, 11083, 15549, 11328, 12346, 12779, 10607, 15063, 10752, 16099, 11688, 16206, 12146, 10158, 14315, 10621, 16015, 11734, 15314, 12705, 10136, 15373, 10395, 15983, 12691, 10267, 14149, 10501, 16237, 12008, 16839, 12999, 11640, 13796, 10635, 16099, 11949, 17483, 12895, 10226, 14474, 10723, 16150, 12762, 12217, 13903, 10490, 15797, 10584, 16780, 12737, 17564, 12210, 13972, 12407, 10982, 14708, 10420, 15786, 11058, 16329, 12757, 10682, 14471, 10327, 16055, 11606, 16845, 12592, 10440, 14690, 10195, 16184, 11174, 16502, 13271, 12446, 12891, 10385, 15240, 10531, 16499, 11790, 16441, 12633, 12114, 13848, 11083, 15287, 11310, 16386, 12579, 10619, 14514, 10778, 16451, 12218, 13704, 13219, 10518, 15953, 11383, 15676, 13647, 10564, 15700, 11474, 13732, 13765, 10687, 16294, 11343, 12289, 13536, 11045, 16266, 11536, 14590, 13050, 11119, 16379, 12074, 11168, 14697, 10681, 16542, 12713, 11097, 15475, 10984, 17053, 12172, 12495, 13650, 10874, 15682, 11276, 16651, 12085, 10595, 14844, 10646, 16307, 12202, 10328, 14382, 9996, 16488, 12412, 11603, 13883, 10272, 16206, 11800, 16773, 13667, 10439, 14610, 10212, 16347, 11873, 16639, 12735, 10381, 14598, 10507, 16153, 12284, 10593, 13553, 10106, 15625, 11770, 13828, 13383, 10516, 15054, 10378, 16496, 12585, 16683, 12049, 11537, 13770, 10665, 15493, 10273, 16152, 11980, 17306, 12756, 10516, 14048, 9891, 15691, 11278, 12699, 13547, 10187, 15204, 10919, 16625, 12988, 10774, 14299, 10410, 15950, 11629, 16428, 12786, 17383, 12121, 12327, 13939, 10862, 15547, 11494, 17004, 12024, 10565, 15425, 11015, 15577, 12776, 10779, 15033, 10606, 16143, 11799, 17686, 12310, 16498, 11703, 15098, 11524, 12761, 13660, 10704, 14682, 10064, 16037, 11893, 11500, 13038, 10329, 15146, 10172, 16156, 11584, 16691, 11903, 11865, 13517, 10544, 14602, 10080, 15390, 10970, 16238, 11842, 16317, 12833, 10418, 14427, 10179, 16182, 12374, 12509, 13015, 9955, 15141, 10378, 16557, 11617, 16321, 11628, 16334, 12333, 13698, 12970, 10184, 14541, 10331, 15899, 11997, 12334, 13417, 10378, 15529, 10924, 15951, 11843, 17064, 12857, 13698, 12019, 11552, 13194, 10707, 15204, 10123, 15902, 11547, 16857, 12176, 10415, 13890, 9917, 15280, 11270, 11454, 14057, 9826, 15960, 11616, 12027, 13101, 10381, 15297, 10734, 15903, 11917, 12149, 14097, 10676, 15910, 11145, 16360, 12513, 10759, 15187, 10694, 16531, 12270, 11667, 14218, 10544, 15553, 10866, 16138, 12225, 10875, 14604, 10023, 16292, 11843, 10523, 14488, 10882, 16263, 11693, 14861, 12751, 10574, 14773, 10559, 16082, 11716, 16241, 12553, 10895, 14052, 10059, 15496, 12103, 10240, 14039, 10114, 16087, 12359, 10288, 13548, 10156, 15643, 11536, 17684, 13220, 10375, 14164, 9922, 15570, 11636, 13473, 13429, 10362, 15500, 10934, 15931, 12121, 10410, 14400, 10288, 16062, 11691, 10868, 13836, 10060, 16659, 11595, 13295, 12481, 10504, 15185, 11564, 16362, 11653, 13412, 12833, 10227, 15084, 10584, 16248, 11467, 15751, 11967, 13233, 12750, 9842, 14361, 9488, 15767, 10620, 15760, 12075, 16440, 12184, 10348, 14032, 10404, 15895, 11578, 16115, 11830, 16037, 12442, 10213, 14564, 9815, 15922, 11586, 17527, 12540, 10337, 14206, 9966, 16112, 12145, 16568, 12941, 10271, 14647, 10720, 16150, 12297, 12002, 14008, 10083, 15847, 11049, 13778, 12583, 10605, 15553, 11455, 15848, 12376, 10238, 14757, 10242, 16065, 11549, 16807, 12003, 10499, 14111, 10857, 15925, 11681, 9993, 13959, 10020, 15474, 12505, 10272, 14037, 10322, 15947, 11980, 14728, 12953, 10338, 14344, 10120, 15944, 11902, 12442, 13418, 10110, 15608, 11257, 12274, 13663, 10312, 15955, 10783, 16827, 12043, 11102, 13811, 9762, 15238, 10685, 16213, 12355, 12044, 13335, 9912, 15196, 11120, 16248, 11685, 12006, 13468, 9832, 15012, 11461, 12277, 13188, 10294, 15017, 10911, 16662, 12152, 10396, 14702, 10537, 15887, 12136, 13833, 12520, 10332, 14090, 10113, 16022, 11845, 11806, 12845, 10107, 15202, 11241, 12857, 13305, 10104, 15517, 11241, 14809, 12357, 10389, 14223, 10701, 15606, 11392, 16922, 11713, 10190, 13879, 10283, 15938, 11775, 15781, 12419, 10505, 14120, 10741, 16016, 12304, 10394, 14050, 10404, 15724, 11727, 10790, 14811, 10940, 13571, 12121, 10290, 15315, 11585, 12444, 13288, 10270, 15509, 11702, 10329, 14975, 10859, 9611, 14557, 11835, 16797, 12921, 10432, 15396, 11486, 11015, 14407, 10837, 17411, 12092, 10822, 13877, 11049, 17451, 12065, 11090, 14609, 10525, 11256, 13034, 10744, 16360, 12258, 10343, 14337, 10666, 12383, 13875, 10290, 16439, 11831, 10865, 13894, 10894, 15598, 11074, 13644, 12697, 11005, 15415, 11266, 12872, 12873, 10230, 15751, 11586, 11581, 13421, 10431, 15798, 10916, 16502, 12319, 11290, 13750, 10920, 15346, 10962, 17252, 12112, 10940, 13399, 10613, 15876, 11358, 13436, 12924, 10708, 14902, 11099, 16467, 11822, 10777, 13666, 9996, 15355, 11133, 16651, 12005, 10566, 13861, 9798, 15179, 11148, 14955, 12395, 10688, 14933, 10388, 15739, 12351, 15475, 12827, 10718, 14530, 10513, 15888, 10963, 16076, 12717, 13315, 12880, 10333, 15216, 10488, 16150, 12522, 12231, 12996, 10650, 15381, 10667, 16301, 12310, 16610, 12386, 12141, 13836, 11265, 15749, 11131, 17771, 11920, 12097, 13150, 10922, 15399, 10884, 16457, 12042, 12567, 13081, 10934, 15199, 10423, 15734, 11605, 17426, 12649, 10948, 13925, 10689, 15300, 10934, 17060, 12410, 11169, 13097, 11083, 14759, 11039, 15808, 10919, 16031, 11392, 16746, 12132, 12939, 12485, 11464, 13782, 11078, 15573, 10582, 15685, 11344, 16296, 12302, 12018, 13221, 10680, 14474, 10687, 15426, 10972, 15651, 10656, 15991, 10952, 15480, 11421, 15596, 12616, 10464, 14693, 10775, 15244, 11286, 17354, 13205, 10727, 14610, 10946, 16264, 12201, 17593, 12738, 14001, 12681, 10996, 14600, 10745, 16020, 10724, 16310, 12115, 13228, 13802, 10552, 15741, 11193, 15892, 12777, 11232, 14742, 11032, 15926, 10836, 16395, 11368, 16022, 11997, 15934, 11221, 16342, 11563, 16555, 12698, 10734, 12912, 10880, 14802, 10636, 15545, 10674, 15759, 11334, 16201, 12530, 14558, 13286, 10757, 14852, 10166, 15533, 11413, 16298, 12657, 16229, 12461, 10928, 14538, 11128, 15859, 10809, 16598, 11790, 16577, 13106, 11744, 14687, 10959, 15570, 11249, 16457, 12448, 14773, 13261, 10786, 14751, 10623, 16522, 11629, 18079, 13225, 10938, 13792, 11129, 15871, 11643, 16561, 12125, 12058, 13751, 11074, 15489, 10824, 16183, 12397, 14911, 13378, 10938, 15876, 10525, 16573, 12429, 17962, 12637, 11152, 14398, 11504, 16127, 12039, 17464, 12623, 10804, 15255, 10717, 17752, 13281, 10414, 14733, 10493, 16038, 12331, 13648, 13853, 9427, 15855, 12889, 11409, 15493, 11247, 17103, 13767, 10326, 16069, 11862, 17863, 12706, 11157, 14023, 10820, 16753, 11058, 11348, 13330, 11079, 16704, 12695, 11267, 15021, 10620, 12247, 13714, 10937, 16041, 11413, 12979, 13260, 11364, 16321, 11684, 16035, 13048, 12060, 16248, 11010, 11336, 13570, 10831, 16840, 12359, 11251, 13182, 11682, 17336, 11548, 10898, 12858, 11151, 17633, 12198, 11274, 14285, 10829, 13632, 12406, 11122, 15746, 11486, 11033, 14722, 11036, 11047, 12969, 11126, 17743, 12766, 11107], 'WindowCenter': [4880.0, 4894.0, 4841.0, 4875.0, 4836.0, 4851.0, 4820.0, 4809.0, 4839.0, 4799.0, 4845.0, 4815.0, 4817.0, 4826.0, 4799.0, 4837.0, 4811.0, 4847.0, 4819.0, 4810.0, 4839.0, 4811.0, 4849.0, 4833.0, 4811.0, 4850.0, 4810.0, 4859.0, 4832.0, 4849.0, 4830.0, 4809.0, 4852.0, 4822.0, 4847.0, 4829.0, 4798.0, 4837.0, 4809.0, 4859.0, 4820.0, 4818.0, 4828.0, 4808.0, 4846.0, 4808.0, 4846.0, 4828.0, 4806.0, 4838.0, 4809.0, 4862.0, 4819.0, 4839.0, 4840.0, 4810.0, 4849.0, 4811.0, 4847.0, 4829.0, 4836.0, 4828.0, 4799.0, 4837.0, 4800.0, 4847.0, 4829.0, 4829.0, 4827.0, 4808.0, 4847.0, 4809.0, 4827.0, 4826.0, 4798.0, 4848.0, 4819.0, 4847.0, 4827.0, 4809.0, 4847.0, 4799.0, 4845.0, 4817.0, 4848.0, 4819.0, 4815.0, 4817.0, 4795.0, 4837.0, 4798.0, 4835.0, 4817.0, 4797.0, 4824.0, 4788.0, 4836.0, 4807.0, 4846.0, 4818.0, 4809.0, 4838.0, 4798.0, 4847.0, 4819.0, 4848.0, 4831.0, 4809.0, 4839.0, 4798.0, 4848.0, 4818.0, 4849.0, 4819.0, 4799.0, 4838.0, 4798.0, 4847.0, 4831.0, 4807.0, 4837.0, 4799.0, 4859.0, 4822.0, 4831.0, 4828.0, 4809.0, 4848.0, 4809.0, 4848.0, 4819.0, 4828.0, 4829.0, 4807.0, 4849.0, 4798.0, 4846.0, 4807.0, 4834.0, 4818.0, 4796.0, 4838.0, 4798.0, 4844.0, 4807.0, 4834.0, 4817.0, 4808.0, 4836.0, 4797.0, 4845.0, 4807.0, 4836.0, 4828.0, 4797.0, 4835.0, 4798.0, 4834.0, 4796.0, 4845.0, 4816.0, 4795.0, 4813.0, 4784.0, 4836.0, 4806.0, 4818.0, 4814.0, 4808.0, 4833.0, 4806.0, 4817.0, 4817.0, 4795.0, 4834.0, 4809.0, 4836.0, 4808.0, 4847.0, 4817.0, 4796.0, 4836.0, 4797.0, 4845.0, 4817.0, 4839.0, 4827.0, 4797.0, 4848.0, 4799.0, 4850.0, 4831.0, 4810.0, 4839.0, 4809.0, 4849.0, 4820.0, 4860.0, 4830.0, 4818.0, 4829.0, 4797.0, 4848.0, 4817.0, 4860.0, 4818.0, 4801.0, 4837.0, 4809.0, 4847.0, 4832.0, 4820.0, 4838.0, 4809.0, 4848.0, 4811.0, 4849.0, 4828.0, 4860.0, 4820.0, 4825.0, 4817.0, 4797.0, 4837.0, 4798.0, 4834.0, 4807.0, 4845.0, 4819.0, 4797.0, 4837.0, 4797.0, 4847.0, 4807.0, 4847.0, 4818.0, 4799.0, 4839.0, 4797.0, 4848.0, 4808.0, 4846.0, 4828.0, 4820.0, 4827.0, 4799.0, 4835.0, 4799.0, 4859.0, 4817.0, 4849.0, 4817.0, 4817.0, 4827.0, 4806.0, 4838.0, 4809.0, 4846.0, 4820.0, 4799.0, 4838.0, 4811.0, 4845.0, 4822.0, 4840.0, 4829.0, 4811.0, 4847.0, 4817.0, 4846.0, 4829.0, 4811.0, 4849.0, 4818.0, 4826.0, 4828.0, 4802.0, 4848.0, 4808.0, 4818.0, 4826.0, 4807.0, 4849.0, 4818.0, 4838.0, 4826.0, 4809.0, 4844.0, 4817.0, 4809.0, 4839.0, 4808.0, 4858.0, 4830.0, 4807.0, 4849.0, 4810.0, 4859.0, 4817.0, 4817.0, 4825.0, 4797.0, 4838.0, 4807.0, 4844.0, 4806.0, 4796.0, 4823.0, 4797.0, 4846.0, 4815.0, 4795.0, 4824.0, 4787.0, 4842.0, 4819.0, 4808.0, 4826.0, 4796.0, 4847.0, 4806.0, 4845.0, 4827.0, 4795.0, 4836.0, 4794.0, 4834.0, 4806.0, 4843.0, 4814.0, 4795.0, 4824.0, 4794.0, 4835.0, 4817.0, 4798.0, 4824.0, 4796.0, 4844.0, 4819.0, 4826.0, 4829.0, 4807.0, 4838.0, 4795.0, 4849.0, 4819.0, 4848.0, 4817.0, 4803.0, 4826.0, 4798.0, 4838.0, 4795.0, 4835.0, 4807.0, 4844.0, 4815.0, 4796.0, 4825.0, 4785.0, 4835.0, 4809.0, 4827.0, 4828.0, 4798.0, 4848.0, 4810.0, 4858.0, 4830.0, 4810.0, 4838.0, 4811.0, 4847.0, 4807.0, 4848.0, 4818.0, 4846.0, 4818.0, 4805.0, 4825.0, 4793.0, 4835.0, 4808.0, 4844.0, 4816.0, 4796.0, 4834.0, 4794.0, 4837.0, 4816.0, 4811.0, 4835.0, 4797.0, 4847.0, 4818.0, 4859.0, 4821.0, 4845.0, 4806.0, 4826.0, 4804.0, 4804.0, 4815.0, 4784.0, 4824.0, 4785.0, 4833.0, 4806.0, 4804.0, 4814.0, 4786.0, 4834.0, 4795.0, 4834.0, 4808.0, 4846.0, 4819.0, 4806.0, 4827.0, 4794.0, 4835.0, 4795.0, 4835.0, 4797.0, 4833.0, 4805.0, 4834.0, 4814.0, 4797.0, 4825.0, 4796.0, 4835.0, 4818.0, 4819.0, 4826.0, 4786.0, 4835.0, 4797.0, 4847.0, 4809.0, 4834.0, 4806.0, 4833.0, 4806.0, 4814.0, 4815.0, 4785.0, 4822.0, 4783.0, 4832.0, 4804.0, 4814.0, 4814.0, 4796.0, 4846.0, 4810.0, 4845.0, 4816.0, 4847.0, 4819.0, 4826.0, 4805.0, 4795.0, 4815.0, 4784.0, 4834.0, 4784.0, 4832.0, 4793.0, 4830.0, 4806.0, 4784.0, 4813.0, 4786.0, 4836.0, 4806.0, 4804.0, 4826.0, 4798.0, 4847.0, 4817.0, 4819.0, 4829.0, 4798.0, 4848.0, 4811.0, 4848.0, 4819.0, 4816.0, 4838.0, 4798.0, 4846.0, 4807.0, 4844.0, 4816.0, 4796.0, 4838.0, 4797.0, 4845.0, 4817.0, 4804.0, 4824.0, 4794.0, 4834.0, 4794.0, 4833.0, 4805.0, 4794.0, 4825.0, 4786.0, 4846.0, 4804.0, 4795.0, 4835.0, 4798.0, 4845.0, 4818.0, 4835.0, 4826.0, 4798.0, 4837.0, 4795.0, 4835.0, 4804.0, 4831.0, 4807.0, 4795.0, 4824.0, 4786.0, 4834.0, 4817.0, 4798.0, 4825.0, 4799.0, 4845.0, 4819.0, 4799.0, 4828.0, 4799.0, 4845.0, 4808.0, 4855.0, 4826.0, 4798.0, 4826.0, 4797.0, 4835.0, 4807.0, 4816.0, 4826.0, 4796.0, 4835.0, 4807.0, 4845.0, 4815.0, 4796.0, 4825.0, 4796.0, 4847.0, 4815.0, 4805.0, 4825.0, 4785.0, 4845.0, 4808.0, 4825.0, 4816.0, 4796.0, 4833.0, 4805.0, 4845.0, 4805.0, 4813.0, 4815.0, 4783.0, 4834.0, 4795.0, 4834.0, 4805.0, 4832.0, 4805.0, 4814.0, 4815.0, 4786.0, 4823.0, 4784.0, 4836.0, 4795.0, 4835.0, 4815.0, 4845.0, 4816.0, 4796.0, 4825.0, 4795.0, 4848.0, 4805.0, 4846.0, 4806.0, 4835.0, 4815.0, 4787.0, 4835.0, 4786.0, 4833.0, 4805.0, 4854.0, 4814.0, 4784.0, 4824.0, 4785.0, 4834.0, 4815.0, 4845.0, 4816.0, 4785.0, 4825.0, 4795.0, 4835.0, 4816.0, 4805.0, 4823.0, 4784.0, 4834.0, 4795.0, 4826.0, 4814.0, 4795.0, 4836.0, 4808.0, 4847.0, 4815.0, 4795.0, 4834.0, 4784.0, 4846.0, 4807.0, 4843.0, 4803.0, 4795.0, 4823.0, 4794.0, 4836.0, 4805.0, 4786.0, 4825.0, 4797.0, 4835.0, 4816.0, 4797.0, 4824.0, 4796.0, 4846.0, 4816.0, 4825.0, 4815.0, 4786.0, 4826.0, 4784.0, 4834.0, 4806.0, 4806.0, 4815.0, 4784.0, 4835.0, 4806.0, 4805.0, 4824.0, 4800.0, 4848.0, 4809.0, 4844.0, 4809.0, 4794.0, 4823.0, 4786.0, 4834.0, 4785.0, 4832.0, 4806.0, 4802.0, 4813.0, 4786.0, 4820.0, 4794.0, 4831.0, 4794.0, 4803.0, 4813.0, 4784.0, 4822.0, 4805.0, 4802.0, 4813.0, 4786.0, 4835.0, 4795.0, 4834.0, 4805.0, 4799.0, 4834.0, 4795.0, 4834.0, 4817.0, 4815.0, 4804.0, 4785.0, 4823.0, 4786.0, 4832.0, 4807.0, 4802.0, 4814.0, 4784.0, 4835.0, 4806.0, 4817.0, 4828.0, 4798.0, 4836.0, 4806.0, 4837.0, 4820.0, 4797.0, 4825.0, 4796.0, 4835.0, 4804.0, 4845.0, 4807.0, 4795.0, 4825.0, 4785.0, 4834.0, 4806.0, 4835.0, 4816.0, 4796.0, 4824.0, 4797.0, 4846.0, 4806.0, 4786.0, 4827.0, 4796.0, 4832.0, 4804.0, 4793.0, 4824.0, 4795.0, 4824.0, 4804.0, 4794.0, 4835.0, 4805.0, 4807.0, 4816.0, 4786.0, 4848.0, 4818.0, 4801.0, 4846.0, 4809.0, 4796.0, 4838.0, 4816.0, 4848.0, 4815.0, 4797.0, 4836.0, 4805.0, 4796.0, 4824.0, 4796.0, 4848.0, 4818.0, 4799.0, 4825.0, 4808.0, 4844.0, 4806.0, 4807.0, 4838.0, 4796.0, 4807.0, 4815.0, 4796.0, 4848.0, 4817.0, 4799.0, 4836.0, 4799.0, 4818.0, 4828.0, 4802.0, 4849.0, 4820.0, 4797.0, 4828.0, 4796.0, 4838.0, 4794.0, 4814.0, 4816.0, 4799.0, 4835.0, 4798.0, 4816.0, 4817.0, 4798.0, 4835.0, 4807.0, 4804.0, 4825.0, 4798.0, 4848.0, 4810.0, 4848.0, 4818.0, 4808.0, 4815.0, 4798.0, 4836.0, 4795.0, 4844.0, 4806.0, 4794.0, 4814.0, 4795.0, 4835.0, 4798.0, 4817.0, 4814.0, 4796.0, 4835.0, 4805.0, 4834.0, 4806.0, 4796.0, 4826.0, 4785.0, 4835.0, 4806.0, 4842.0, 4817.0, 4797.0, 4825.0, 4789.0, 4836.0, 4808.0, 4837.0, 4817.0, 4808.0, 4847.0, 4800.0, 4849.0, 4830.0, 4839.0, 4831.0, 4797.0, 4836.0, 4808.0, 4847.0, 4810.0, 4849.0, 4819.0, 4827.0, 4816.0, 4797.0, 4836.0, 4798.0, 4836.0, 4820.0, 4817.0, 4830.0, 4809.0, 4837.0, 4809.0, 4848.0, 4821.0, 4862.0, 4821.0, 4818.0, 4827.0, 4797.0, 4836.0, 4797.0, 4844.0, 4804.0, 4805.0, 4813.0, 4797.0, 4837.0, 4795.0, 4836.0, 4806.0, 4804.0, 4816.0, 4795.0, 4836.0, 4796.0, 4834.0, 4805.0, 4844.0, 4817.0, 4797.0, 4826.0, 4794.0, 4834.0, 4796.0, 4843.0, 4817.0, 4794.0, 4816.0, 4796.0, 4824.0, 4797.0, 4837.0, 4798.0, 4835.0, 4807.0, 4834.0, 4806.0, 4815.0, 4814.0, 4807.0, 4817.0, 4796.0, 4837.0, 4797.0, 4834.0, 4806.0, 4835.0, 4807.0, 4803.0, 4826.0, 4798.0, 4825.0, 4797.0, 4836.0, 4795.0, 4836.0, 4797.0, 4845.0, 4808.0, 4837.0, 4810.0, 4846.0, 4819.0, 4807.0, 4837.0, 4811.0, 4846.0, 4812.0, 4858.0, 4831.0, 4811.0, 4838.0, 4810.0, 4848.0, 4818.0, 4859.0, 4828.0, 4828.0, 4818.0, 4796.0, 4825.0, 4797.0, 4835.0, 4796.0, 4833.0, 4818.0, 4815.0, 4828.0, 4798.0, 4846.0, 4809.0, 4848.0, 4830.0, 4808.0, 4841.0, 4811.0, 4847.0, 4811.0, 4849.0, 4808.0, 4848.0, 4808.0, 4836.0, 4797.0, 4835.0, 4808.0, 4836.0, 4818.0, 4795.0, 4815.0, 4798.0, 4835.0, 4799.0, 4846.0, 4798.0, 4838.0, 4809.0, 4847.0, 4831.0, 4838.0, 4827.0, 4810.0, 4839.0, 4799.0, 4847.0, 4810.0, 4846.0, 4819.0, 4847.0, 4819.0, 4808.0, 4838.0, 4808.0, 4846.0, 4807.0, 4849.0, 4821.0, 4848.0, 4829.0, 4808.0, 4840.0, 4809.0, 4845.0, 4808.0, 4846.0, 4818.0, 4837.0, 4829.0, 4810.0, 4837.0, 4800.0, 4850.0, 4810.0, 4859.0, 4829.0, 4808.0, 4828.0, 4807.0, 4846.0, 4819.0, 4857.0, 4828.0, 4816.0, 4840.0, 4810.0, 4850.0, 4812.0, 4850.0, 4832.0, 4850.0, 4840.0, 4811.0, 4859.0, 4810.0, 4860.0, 4831.0, 4857.0, 4830.0, 4810.0, 4837.0, 4810.0, 4846.0, 4822.0, 4857.0, 4818.0, 4808.0, 4847.0, 4810.0, 4858.0, 4840.0, 4810.0, 4849.0, 4812.0, 4863.0, 4844.0, 4840.0, 4841.0, 4815.0, 4875.0, 4844.0, 4821.0, 4849.0, 4823.0, 4860.0, 4841.0, 4801.0, 4850.0, 4820.0, 4860.0, 4820.0, 4808.0, 4826.0, 4797.0, 4844.0, 4800.0, 4795.0, 4814.0, 4808.0, 4845.0, 4817.0, 4807.0, 4837.0, 4797.0, 4818.0, 4828.0, 4810.0, 4850.0, 4811.0, 4829.0, 4817.0, 4809.0, 4848.0, 4809.0, 4848.0, 4828.0, 4818.0, 4848.0, 4798.0, 4807.0, 4816.0, 4798.0, 4845.0, 4820.0, 4811.0, 4819.0, 4807.0, 4848.0, 4808.0, 4795.0, 4803.0, 4796.0, 4845.0, 4805.0, 4807.0, 4826.0, 4797.0, 4826.0, 4818.0, 4806.0, 4837.0, 4807.0, 4796.0, 4838.0, 4809.0, 4810.0, 4827.0, 4809.0, 4859.0, 4819.0, 4809.0], 'WindowWidth': [10636.0, 10642.0, 10560.0, 10598.0, 10541.0, 10556.0, 10510.0, 10492.0, 10533.0, 10478.0, 10537.0, 10497.0, 10500.0, 10511.0, 10475.0, 10528.0, 10495.0, 10544.0, 10506.0, 10493.0, 10532.0, 10497.0, 10547.0, 10528.0, 10496.0, 10550.0, 10496.0, 10561.0, 10527.0, 10551.0, 10521.0, 10492.0, 10554.0, 10511.0, 10543.0, 10519.0, 10476.0, 10529.0, 10492.0, 10563.0, 10508.0, 10503.0, 10516.0, 10489.0, 10540.0, 10490.0, 10542.0, 10517.0, 10487.0, 10530.0, 10493.0, 10566.0, 10508.0, 10534.0, 10536.0, 10495.0, 10546.0, 10496.0, 10545.0, 10520.0, 10527.0, 10517.0, 10477.0, 10525.0, 10477.0, 10541.0, 10517.0, 10516.0, 10513.0, 10489.0, 10541.0, 10490.0, 10514.0, 10510.0, 10475.0, 10544.0, 10504.0, 10543.0, 10515.0, 10490.0, 10541.0, 10476.0, 10538.0, 10499.0, 10545.0, 10503.0, 10494.0, 10498.0, 10465.0, 10527.0, 10475.0, 10522.0, 10498.0, 10471.0, 10504.0, 10460.0, 10525.0, 10489.0, 10541.0, 10503.0, 10491.0, 10530.0, 10476.0, 10542.0, 10506.0, 10546.0, 10522.0, 10492.0, 10531.0, 10476.0, 10544.0, 10504.0, 10548.0, 10505.0, 10479.0, 10530.0, 10477.0, 10543.0, 10522.0, 10489.0, 10528.0, 10479.0, 10562.0, 10511.0, 10524.0, 10516.0, 10491.0, 10544.0, 10491.0, 10545.0, 10502.0, 10515.0, 10515.0, 10483.0, 10543.0, 10472.0, 10539.0, 10483.0, 10520.0, 10499.0, 10468.0, 10527.0, 10473.0, 10532.0, 10483.0, 10521.0, 10499.0, 10486.0, 10524.0, 10472.0, 10537.0, 10486.0, 10526.0, 10514.0, 10471.0, 10521.0, 10470.0, 10520.0, 10468.0, 10536.0, 10493.0, 10464.0, 10487.0, 10450.0, 10522.0, 10482.0, 10498.0, 10491.0, 10486.0, 10516.0, 10482.0, 10499.0, 10496.0, 10465.0, 10519.0, 10487.0, 10522.0, 10489.0, 10541.0, 10499.0, 10470.0, 10524.0, 10473.0, 10537.0, 10502.0, 10532.0, 10514.0, 10473.0, 10542.0, 10479.0, 10548.0, 10524.0, 10495.0, 10531.0, 10491.0, 10546.0, 10508.0, 10566.0, 10523.0, 10503.0, 10518.0, 10474.0, 10543.0, 10501.0, 10564.0, 10502.0, 10482.0, 10527.0, 10490.0, 10542.0, 10525.0, 10507.0, 10530.0, 10492.0, 10542.0, 10494.0, 10547.0, 10516.0, 10564.0, 10506.0, 10509.0, 10500.0, 10471.0, 10526.0, 10473.0, 10519.0, 10485.0, 10536.0, 10503.0, 10472.0, 10525.0, 10473.0, 10540.0, 10486.0, 10543.0, 10503.0, 10476.0, 10529.0, 10473.0, 10541.0, 10488.0, 10540.0, 10516.0, 10505.0, 10513.0, 10474.0, 10522.0, 10475.0, 10559.0, 10502.0, 10546.0, 10501.0, 10499.0, 10512.0, 10483.0, 10530.0, 10490.0, 10542.0, 10505.0, 10478.0, 10529.0, 10494.0, 10538.0, 10512.0, 10535.0, 10518.0, 10494.0, 10541.0, 10501.0, 10541.0, 10518.0, 10495.0, 10544.0, 10502.0, 10513.0, 10517.0, 10481.0, 10544.0, 10490.0, 10502.0, 10511.0, 10485.0, 10546.0, 10503.0, 10531.0, 10512.0, 10490.0, 10536.0, 10500.0, 10492.0, 10531.0, 10491.0, 10558.0, 10520.0, 10485.0, 10547.0, 10492.0, 10561.0, 10500.0, 10498.0, 10507.0, 10469.0, 10529.0, 10483.0, 10535.0, 10480.0, 10468.0, 10501.0, 10469.0, 10539.0, 10495.0, 10466.0, 10503.0, 10457.0, 10530.0, 10503.0, 10487.0, 10511.0, 10470.0, 10540.0, 10484.0, 10536.0, 10513.0, 10467.0, 10522.0, 10464.0, 10518.0, 10481.0, 10531.0, 10492.0, 10466.0, 10502.0, 10465.0, 10520.0, 10499.0, 10475.0, 10506.0, 10471.0, 10535.0, 10504.0, 10513.0, 10518.0, 10486.0, 10527.0, 10468.0, 10545.0, 10505.0, 10545.0, 10499.0, 10476.0, 10509.0, 10471.0, 10527.0, 10466.0, 10520.0, 10484.0, 10533.0, 10494.0, 10468.0, 10505.0, 10452.0, 10520.0, 10490.0, 10514.0, 10516.0, 10477.0, 10543.0, 10495.0, 10561.0, 10523.0, 10493.0, 10531.0, 10494.0, 10540.0, 10485.0, 10544.0, 10501.0, 10541.0, 10500.0, 10479.0, 10505.0, 10461.0, 10521.0, 10484.0, 10534.0, 10494.0, 10468.0, 10519.0, 10466.0, 10526.0, 10497.0, 10494.0, 10523.0, 10474.0, 10541.0, 10502.0, 10562.0, 10507.0, 10538.0, 10483.0, 10508.0, 10476.0, 10476.0, 10492.0, 10448.0, 10501.0, 10450.0, 10514.0, 10482.0, 10477.0, 10490.0, 10453.0, 10518.0, 10466.0, 10518.0, 10487.0, 10539.0, 10502.0, 10482.0, 10511.0, 10464.0, 10520.0, 10467.0, 10521.0, 10469.0, 10517.0, 10478.0, 10519.0, 10491.0, 10469.0, 10505.0, 10468.0, 10521.0, 10499.0, 10503.0, 10511.0, 10456.0, 10522.0, 10469.0, 10541.0, 10487.0, 10520.0, 10480.0, 10517.0, 10481.0, 10489.0, 10491.0, 10450.0, 10498.0, 10447.0, 10513.0, 10478.0, 10490.0, 10492.0, 10469.0, 10538.0, 10491.0, 10536.0, 10499.0, 10544.0, 10503.0, 10511.0, 10480.0, 10466.0, 10491.0, 10447.0, 10517.0, 10449.0, 10512.0, 10459.0, 10510.0, 10479.0, 10448.0, 10487.0, 10453.0, 10521.0, 10482.0, 10478.0, 10511.0, 10473.0, 10541.0, 10500.0, 10504.0, 10517.0, 10474.0, 10544.0, 10494.0, 10545.0, 10504.0, 10497.0, 10530.0, 10476.0, 10538.0, 10485.0, 10535.0, 10494.0, 10468.0, 10527.0, 10471.0, 10538.0, 10497.0, 10476.0, 10503.0, 10462.0, 10519.0, 10463.0, 10517.0, 10479.0, 10463.0, 10505.0, 10454.0, 10536.0, 10478.0, 10466.0, 10520.0, 10472.0, 10536.0, 10500.0, 10524.0, 10511.0, 10473.0, 10525.0, 10466.0, 10521.0, 10476.0, 10515.0, 10482.0, 10463.0, 10504.0, 10456.0, 10521.0, 10498.0, 10472.0, 10508.0, 10475.0, 10537.0, 10504.0, 10477.0, 10515.0, 10477.0, 10538.0, 10489.0, 10552.0, 10511.0, 10472.0, 10510.0, 10472.0, 10522.0, 10486.0, 10496.0, 10511.0, 10469.0, 10522.0, 10486.0, 10537.0, 10494.0, 10469.0, 10509.0, 10469.0, 10539.0, 10493.0, 10480.0, 10508.0, 10454.0, 10538.0, 10487.0, 10509.0, 10494.0, 10468.0, 10517.0, 10479.0, 10537.0, 10479.0, 10488.0, 10491.0, 10448.0, 10518.0, 10465.0, 10519.0, 10478.0, 10515.0, 10480.0, 10491.0, 10493.0, 10454.0, 10504.0, 10452.0, 10523.0, 10469.0, 10522.0, 10496.0, 10536.0, 10496.0, 10468.0, 10507.0, 10467.0, 10543.0, 10482.0, 10538.0, 10484.0, 10524.0, 10495.0, 10457.0, 10520.0, 10455.0, 10518.0, 10481.0, 10549.0, 10493.0, 10450.0, 10505.0, 10453.0, 10518.0, 10494.0, 10535.0, 10498.0, 10452.0, 10508.0, 10466.0, 10522.0, 10496.0, 10480.0, 10503.0, 10451.0, 10519.0, 10465.0, 10508.0, 10491.0, 10466.0, 10523.0, 10488.0, 10541.0, 10496.0, 10467.0, 10519.0, 10451.0, 10539.0, 10485.0, 10533.0, 10475.0, 10466.0, 10501.0, 10464.0, 10526.0, 10480.0, 10454.0, 10506.0, 10473.0, 10522.0, 10497.0, 10473.0, 10507.0, 10470.0, 10538.0, 10497.0, 10507.0, 10496.0, 10455.0, 10508.0, 10450.0, 10517.0, 10481.0, 10482.0, 10492.0, 10450.0, 10520.0, 10481.0, 10480.0, 10505.0, 10481.0, 10544.0, 10489.0, 10535.0, 10487.0, 10464.0, 10503.0, 10454.0, 10518.0, 10450.0, 10514.0, 10480.0, 10472.0, 10486.0, 10452.0, 10496.0, 10462.0, 10511.0, 10461.0, 10472.0, 10485.0, 10448.0, 10498.0, 10477.0, 10473.0, 10488.0, 10454.0, 10521.0, 10466.0, 10519.0, 10481.0, 10474.0, 10518.0, 10467.0, 10518.0, 10497.0, 10493.0, 10478.0, 10450.0, 10502.0, 10454.0, 10514.0, 10481.0, 10474.0, 10491.0, 10450.0, 10521.0, 10483.0, 10501.0, 10514.0, 10474.0, 10526.0, 10487.0, 10527.0, 10505.0, 10472.0, 10507.0, 10469.0, 10523.0, 10480.0, 10540.0, 10486.0, 10468.0, 10508.0, 10453.0, 10519.0, 10481.0, 10522.0, 10497.0, 10469.0, 10505.0, 10472.0, 10538.0, 10482.0, 10454.0, 10512.0, 10469.0, 10515.0, 10477.0, 10462.0, 10505.0, 10466.0, 10506.0, 10477.0, 10465.0, 10521.0, 10481.0, 10482.0, 10494.0, 10453.0, 10546.0, 10504.0, 10483.0, 10541.0, 10492.0, 10475.0, 10531.0, 10500.0, 10543.0, 10494.0, 10471.0, 10523.0, 10480.0, 10467.0, 10505.0, 10467.0, 10543.0, 10499.0, 10474.0, 10508.0, 10486.0, 10531.0, 10480.0, 10484.0, 10527.0, 10468.0, 10483.0, 10491.0, 10467.0, 10545.0, 10499.0, 10475.0, 10523.0, 10474.0, 10500.0, 10515.0, 10481.0, 10548.0, 10505.0, 10471.0, 10512.0, 10468.0, 10526.0, 10463.0, 10492.0, 10493.0, 10475.0, 10520.0, 10470.0, 10495.0, 10496.0, 10471.0, 10519.0, 10482.0, 10478.0, 10507.0, 10474.0, 10542.0, 10490.0, 10541.0, 10501.0, 10484.0, 10492.0, 10470.0, 10521.0, 10463.0, 10533.0, 10481.0, 10463.0, 10488.0, 10463.0, 10518.0, 10470.0, 10496.0, 10490.0, 10467.0, 10518.0, 10479.0, 10519.0, 10481.0, 10467.0, 10506.0, 10451.0, 10518.0, 10480.0, 10530.0, 10497.0, 10469.0, 10505.0, 10461.0, 10521.0, 10486.0, 10527.0, 10500.0, 10488.0, 10541.0, 10479.0, 10545.0, 10519.0, 10532.0, 10521.0, 10472.0, 10524.0, 10487.0, 10539.0, 10491.0, 10544.0, 10504.0, 10511.0, 10495.0, 10469.0, 10522.0, 10472.0, 10522.0, 10505.0, 10499.0, 10518.0, 10490.0, 10526.0, 10490.0, 10544.0, 10510.0, 10572.0, 10509.0, 10500.0, 10512.0, 10470.0, 10525.0, 10469.0, 10536.0, 10476.0, 10477.0, 10487.0, 10467.0, 10525.0, 10466.0, 10523.0, 10481.0, 10476.0, 10494.0, 10465.0, 10522.0, 10467.0, 10518.0, 10480.0, 10533.0, 10495.0, 10468.0, 10505.0, 10461.0, 10516.0, 10468.0, 10531.0, 10496.0, 10464.0, 10494.0, 10467.0, 10504.0, 10467.0, 10525.0, 10471.0, 10519.0, 10483.0, 10519.0, 10481.0, 10491.0, 10490.0, 10482.0, 10494.0, 10466.0, 10525.0, 10469.0, 10518.0, 10481.0, 10520.0, 10485.0, 10476.0, 10510.0, 10472.0, 10508.0, 10470.0, 10521.0, 10466.0, 10522.0, 10470.0, 10535.0, 10486.0, 10525.0, 10492.0, 10538.0, 10504.0, 10486.0, 10527.0, 10493.0, 10539.0, 10497.0, 10557.0, 10523.0, 10495.0, 10529.0, 10491.0, 10543.0, 10501.0, 10562.0, 10516.0, 10513.0, 10498.0, 10465.0, 10507.0, 10469.0, 10521.0, 10467.0, 10517.0, 10500.0, 10494.0, 10513.0, 10475.0, 10538.0, 10492.0, 10545.0, 10521.0, 10489.0, 10536.0, 10496.0, 10542.0, 10493.0, 10546.0, 10488.0, 10543.0, 10486.0, 10523.0, 10469.0, 10518.0, 10485.0, 10524.0, 10498.0, 10465.0, 10494.0, 10473.0, 10521.0, 10477.0, 10538.0, 10474.0, 10528.0, 10490.0, 10540.0, 10522.0, 10529.0, 10514.0, 10491.0, 10530.0, 10475.0, 10540.0, 10490.0, 10538.0, 10504.0, 10541.0, 10503.0, 10487.0, 10528.0, 10488.0, 10540.0, 10486.0, 10547.0, 10507.0, 10543.0, 10517.0, 10487.0, 10532.0, 10488.0, 10536.0, 10488.0, 10539.0, 10502.0, 10527.0, 10518.0, 10490.0, 10526.0, 10476.0, 10545.0, 10493.0, 10562.0, 10516.0, 10488.0, 10514.0, 10485.0, 10540.0, 10505.0, 10557.0, 10518.0, 10500.0, 10534.0, 10493.0, 10548.0, 10496.0, 10549.0, 10526.0, 10549.0, 10536.0, 10498.0, 10559.0, 10495.0, 10563.0, 10523.0, 10561.0, 10522.0, 10493.0, 10528.0, 10492.0, 10540.0, 10510.0, 10557.0, 10503.0, 10488.0, 10541.0, 10492.0, 10559.0, 10534.0, 10496.0, 10545.0, 10497.0, 10572.0, 10547.0, 10539.0, 10540.0, 10509.0, 10591.0, 10546.0, 10510.0, 10547.0, 10514.0, 10565.0, 10539.0, 10481.0, 10548.0, 10506.0, 10561.0, 10504.0, 10486.0, 10507.0, 10468.0, 10534.0, 10474.0, 10464.0, 10489.0, 10484.0, 10534.0, 10496.0, 10482.0, 10524.0, 10473.0, 10502.0, 10515.0, 10492.0, 10545.0, 10492.0, 10517.0, 10499.0, 10488.0, 10541.0, 10489.0, 10541.0, 10514.0, 10499.0, 10544.0, 10471.0, 10484.0, 10494.0, 10471.0, 10535.0, 10505.0, 10497.0, 10500.0, 10479.0, 10544.0, 10483.0, 10463.0, 10472.0, 10464.0, 10533.0, 10478.0, 10482.0, 10508.0, 10470.0, 10509.0, 10498.0, 10482.0, 10523.0, 10484.0, 10467.0, 10527.0, 10488.0, 10491.0, 10511.0, 10491.0, 10560.0, 10504.0, 10490.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.0009960311958405546</td></tr>
<tr><td colspan=3>aqi</td><td>0.017830919410745234</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.398518607779685</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.270740796843017</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0134117211882048</td></tr>
<tr><td colspan=3>efc</td><td>0.5177</td></tr>
<tr><td colspan=3>fber</td><td>4060.377</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06434683779809945</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9532062391681109</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3070312278861156</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.194897674942289</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.517370121799401</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.208825886916657</td></tr>
<tr><td colspan=3>gcor</td><td>0.00389327</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009276804514229298</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0310029536485672</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.301011540190122</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.7387</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.5699</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.2557</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289754.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1244.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>447.7904</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2938</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>617.8184</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3992.2135</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86790.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.6987</td></tr>
<tr><td colspan=3>tsnr</td><td>43.094699885929</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>