<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-03/func/sub-0009_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>f1075f158ce5b692b686d0fbd555959e</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>13:34:34.450000</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.999328, 0.0168172, 0.0325801, -0.0193626, 0.99665, 0.079455]</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.0949298</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>[4164, -7727, -7246, 604, -31, -94, 111, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.109</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1eaf88ae-95ea-4c2c-9440-5f66926470ca||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.6811230182647705, -0.05194838345050812, 0.08406386524438858, 115.45146942138672], [-0.04511942341923714, 2.6739401817321777, 0.21608750522136688, -88.6832504272461], [0.08741004765033722, -0.21317194402217865, 2.690025806427002, -35.92355728149414], [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': ['133434.450000', '133434.910000', '133435.370000', '133435.830000', '133436.290000', '133436.750000', '133437.210000', '133437.670000', '133438.130000', '133438.590000', '133439.050000', '133439.510000', '133439.970000', '133440.430000', '133440.890000', '133441.350000', '133441.810000', '133442.270000', '133442.730000', '133443.190000', '133443.650000', '133444.110000', '133444.570000', '133445.030000', '133445.490000', '133445.950000', '133446.410000', '133446.870000', '133447.330000', '133447.790000', '133448.250000', '133448.710000', '133449.170000', '133449.630000', '133450.090000', '133450.550000', '133451.010000', '133451.470000', '133451.930000', '133452.390000', '133452.850000', '133453.310000', '133453.770000', '133454.230000', '133454.690000', '133455.150000', '133455.610000', '133456.070000', '133456.530000', '133456.990000', '133457.450000', '133457.910000', '133458.370000', '133458.830000', '133459.290000', '133459.750000', '133500.210000', '133500.670000', '133501.130000', '133501.590000', '133502.050000', '133502.510000', '133502.970000', '133503.430000', '133503.890000', '133504.350000', '133504.810000', '133505.270000', '133505.730000', '133506.190000', '133506.650000', '133507.110000', '133507.570000', '133508.030000', '133508.490000', '133508.950000', '133509.410000', '133509.870000', '133510.330000', '133510.790000', '133511.250000', '133511.710000', '133512.170000', '133512.630000', '133513.090000', '133513.550000', '133514.010000', '133514.470000', '133514.930000', '133515.390000', '133515.850000', '133516.310000', '133516.770000', '133517.230000', '133517.690000', '133518.150000', '133518.610000', '133519.070000', '133519.530000', '133519.990000', '133520.450000', '133520.910000', '133521.370000', '133521.830000', '133522.290000', '133522.750000', '133523.210000', '133523.670000', '133524.130000', '133524.590000', '133525.050000', '133525.510000', '133525.970000', '133526.430000', '133526.890000', '133527.350000', '133527.810000', '133528.270000', '133528.730000', '133529.190000', '133529.650000', '133530.110000', '133530.570000', '133531.030000', '133531.490000', '133531.950000', '133532.410000', '133532.870000', '133533.330000', '133533.790000', '133534.250000', '133534.710000', '133535.170000', '133535.630000', '133536.090000', '133536.550000', '133537.010000', '133537.470000', '133537.930000', '133538.390000', '133538.850000', '133539.310000', '133539.770000', '133540.230000', '133540.690000', '133541.150000', '133541.610000', '133542.070000', '133542.530000', '133542.990000', '133543.450000', '133543.910000', '133544.370000', '133544.830000', '133545.290000', '133545.750000', '133546.210000', '133546.670000', '133547.130000', '133547.590000', '133548.050000', '133548.510000', '133548.970000', '133549.430000', '133549.890000', '133550.350000', '133550.810000', '133551.270000', '133551.730000', '133552.190000', '133552.650000', '133553.110000', '133553.570000', '133554.030000', '133554.490000', '133554.950000', '133555.410000', '133555.870000', '133556.330000', '133556.790000', '133557.250000', '133557.710000', '133558.170000', '133558.630000', '133559.090000', '133559.550000', '133600.010000', '133600.470000', '133600.930000', '133601.390000', '133601.850000', '133602.310000', '133602.770000', '133603.230000', '133603.690000', '133604.150000', '133604.610000', '133605.070000', '133605.530000', '133605.990000', '133606.450000', '133606.910000', '133607.370000', '133607.830000', '133608.290000', '133608.750000', '133609.210000', '133609.670000', '133610.130000', '133610.590000', '133611.050000', '133611.510000', '133611.970000', '133612.430000', '133612.890000', '133613.350000', '133613.810000', '133614.270000', '133614.730000', '133615.190000', '133615.650000', '133616.110000', '133616.570000', '133617.030000', '133617.490000', '133617.950000', '133618.410000', '133618.870000', '133619.330000', '133619.790000', '133620.250000', '133620.710000', '133621.170000', '133621.630000', '133622.090000', '133622.550000', '133623.010000', '133623.470000', '133623.930000', '133624.390000', '133624.850000', '133625.310000', '133625.770000', '133626.230000', '133626.690000', '133627.150000', '133627.610000', '133628.070000', '133628.530000', '133628.990000', '133629.450000', '133629.910000', '133630.370000', '133630.830000', '133631.290000', '133631.750000', '133632.210000', '133632.670000', '133633.130000', '133633.590000', '133634.050000', '133634.510000', '133634.970000', '133635.430000', '133635.890000', '133636.350000', '133636.810000', '133637.270000', '133637.730000', '133638.190000', '133638.650000', '133639.110000', '133639.570000', '133640.030000', '133640.490000', '133640.950000', '133641.410000', '133641.870000', '133642.330000', '133642.790000', '133643.250000', '133643.710000', '133644.170000', '133644.630000', '133645.090000', '133645.550000', '133646.010000', '133646.470000', '133646.930000', '133647.390000', '133647.850000', '133648.310000', '133648.770000', '133649.230000', '133649.690000', '133650.150000', '133650.610000', '133651.070000', '133651.530000', '133651.990000', '133652.450000', '133652.910000', '133653.370000', '133653.830000', '133654.290000', '133654.750000', '133655.210000', '133655.670000', '133656.130000', '133656.590000', '133657.050000', '133657.510000', '133657.970000', '133658.430000', '133658.890000', '133659.350000', '133659.810000', '133700.270000', '133700.730000', '133701.190000', '133701.650000', '133702.110000', '133702.570000', '133703.030000', '133703.490000', '133703.950000', '133704.410000', '133704.870000', '133705.330000', '133705.790000', '133706.250000', '133706.710000', '133707.170000', '133707.630000', '133708.090000', '133708.550000', '133709.010000', '133709.470000', '133709.930000', '133710.390000', '133710.850000', '133711.310000', '133711.770000', '133712.230000', '133712.690000', '133713.150000', '133713.610000', '133714.070000', '133714.530000', '133714.990000', '133715.450000', '133715.910000', '133716.370000', '133716.830000', '133717.290000', '133717.750000', '133718.210000', '133718.670000', '133719.130000', '133719.590000', '133720.050000', '133720.510000', '133720.970000', '133721.430000', '133721.890000', '133722.350000', '133722.810000', '133723.270000', '133723.730000', '133724.190000', '133724.650000', '133725.110000', '133725.570000', '133726.030000', '133726.490000', '133726.950000', '133727.410000', '133727.870000', '133728.330000', '133728.790000', '133729.250000', '133729.710000', '133730.170000', '133730.630000', '133731.090000', '133731.550000', '133732.010000', '133732.470000', '133732.930000', '133733.390000', '133733.850000', '133734.310000', '133734.770000', '133735.230000', '133735.690000', '133736.150000', '133736.610000', '133737.070000', '133737.530000', '133737.990000', '133738.450000', '133738.910000', '133739.370000', '133739.830000', '133740.290000', '133740.750000', '133741.210000', '133741.670000', '133742.130000', '133742.590000', '133743.050000', '133743.510000', '133743.970000', '133744.430000', '133744.890000', '133745.350000', '133745.810000', '133746.270000', '133746.730000', '133747.190000', '133747.650000', '133748.110000', '133748.570000', '133749.030000', '133749.490000', '133749.950000', '133750.410000', '133750.870000', '133751.330000', '133751.790000', '133752.250000', '133752.710000', '133753.170000', '133753.630000', '133754.090000', '133754.550000', '133755.010000', '133755.470000', '133755.930000', '133756.390000', '133756.850000', '133757.310000', '133757.770000', '133758.230000', '133758.690000', '133759.150000', '133759.610000', '133800.070000', '133800.530000', '133800.990000', '133801.450000', '133801.910000', '133802.370000', '133802.830000', '133803.290000', '133803.750000', '133804.210000', '133804.670000', '133805.130000', '133805.590000', '133806.050000', '133806.510000', '133806.970000', '133807.430000', '133807.890000', '133808.350000', '133808.810000', '133809.270000', '133809.730000', '133810.190000', '133810.650000', '133811.110000', '133811.570000', '133812.030000', '133812.490000', '133812.950000', '133813.410000', '133813.870000', '133814.330000', '133814.790000', '133815.250000', '133815.710000', '133816.170000', '133816.630000', '133817.090000', '133817.550000', '133818.010000', '133818.470000', '133818.930000', '133819.390000', '133819.850000', '133820.310000', '133820.770000', '133821.230000', '133821.690000', '133822.150000', '133822.610000', '133823.070000', '133823.530000', '133823.990000', '133824.450000', '133824.910000', '133825.370000', '133825.830000', '133826.290000', '133826.750000', '133827.210000', '133827.670000', '133828.130000', '133828.590000', '133829.050000', '133829.510000', '133829.970000', '133830.430000', '133830.890000', '133831.350000', '133831.810000', '133832.270000', '133832.730000', '133833.190000', '133833.650000', '133834.110000', '133834.570000', '133835.030000', '133835.490000', '133835.950000', '133836.410000', '133836.870000', '133837.330000', '133837.790000', '133838.250000', '133838.710000', '133839.170000', '133839.630000', '133840.090000', '133840.550000', '133841.010000', '133841.470000', '133841.930000', '133842.390000', '133842.850000', '133843.310000', '133843.770000', '133844.230000', '133844.690000', '133845.150000', '133845.610000', '133846.070000', '133846.530000', '133846.990000', '133847.450000', '133847.910000', '133848.370000', '133848.830000', '133849.290000', '133849.750000', '133850.210000', '133850.670000', '133851.130000', '133851.590000', '133852.050000', '133852.510000', '133852.970000', '133853.430000', '133853.890000', '133854.350000', '133854.810000', '133855.270000', '133855.730000', '133856.190000', '133856.650000', '133857.110000', '133857.570000', '133858.030000', '133858.490000', '133858.950000', '133859.410000', '133859.870000', '133900.330000', '133900.790000', '133901.250000', '133901.710000', '133902.170000', '133902.630000', '133903.090000', '133903.550000', '133904.010000', '133904.470000', '133904.930000', '133905.390000', '133905.850000', '133906.310000', '133906.770000', '133907.230000', '133907.690000', '133908.150000', '133908.610000', '133909.070000', '133909.530000', '133909.990000', '133910.450000', '133910.910000', '133911.370000', '133911.830000', '133912.290000', '133912.750000', '133913.210000', '133913.670000', '133914.130000', '133914.590000', '133915.050000', '133915.510000', '133915.970000', '133916.430000', '133916.890000', '133917.350000', '133917.810000', '133918.270000', '133918.730000', '133919.190000', '133919.650000', '133920.110000', '133920.570000', '133921.030000', '133921.490000', '133921.950000', '133922.410000', '133922.870000', '133923.330000', '133923.790000', '133924.250000', '133924.710000', '133925.170000', '133925.630000', '133926.090000', '133926.550000', '133927.010000', '133927.470000', '133927.930000', '133928.390000', '133928.850000', '133929.310000', '133929.770000', '133930.230000', '133930.690000', '133931.150000', '133931.610000', '133932.070000', '133932.530000', '133932.990000', '133933.450000', '133933.910000', '133934.370000', '133934.830000', '133935.290000', '133935.750000', '133936.210000', '133936.670000', '133937.130000', '133937.590000', '133938.050000', '133938.510000', '133938.970000', '133939.430000', '133939.890000', '133940.350000', '133940.810000', '133941.270000', '133941.730000', '133942.190000', '133942.650000', '133943.110000', '133943.570000', '133944.030000', '133944.490000', '133944.950000', '133945.410000', '133945.870000', '133946.330000', '133946.790000', '133947.250000', '133947.710000', '133948.170000', '133948.630000', '133949.090000', '133949.550000', '133950.010000', '133950.470000', '133950.930000', '133951.390000', '133951.850000', '133952.310000', '133952.770000', '133953.230000', '133953.690000', '133954.150000', '133954.610000', '133955.070000', '133955.530000', '133955.990000', '133956.450000', '133956.910000', '133957.370000', '133957.830000', '133958.290000', '133958.750000', '133959.210000', '133959.670000', '134000.130000', '134000.590000', '134001.050000', '134001.510000', '134001.970000', '134002.430000', '134002.890000', '134003.350000', '134003.810000', '134004.270000', '134004.730000', '134005.190000', '134005.650000', '134006.110000', '134006.570000', '134007.030000', '134007.490000', '134007.950000', '134008.410000', '134008.870000', '134009.330000', '134009.790000', '134010.250000', '134010.710000', '134011.170000', '134011.630000', '134012.090000', '134012.550000', '134013.010000', '134013.470000', '134013.930000', '134014.390000', '134014.850000', '134015.310000', '134015.770000', '134016.230000', '134016.690000', '134017.150000', '134017.610000', '134018.070000', '134018.530000', '134018.990000', '134019.450000', '134019.910000', '134020.370000', '134020.830000', '134021.290000', '134021.750000', '134022.210000', '134022.670000', '134023.130000', '134023.590000', '134024.050000', '134024.510000', '134024.970000', '134025.430000', '134025.890000', '134026.350000', '134026.810000', '134027.270000', '134027.730000', '134028.190000', '134028.650000', '134029.110000', '134029.570000', '134030.030000', '134030.490000', '134030.950000', '134031.410000', '134031.870000', '134032.330000', '134032.790000', '134033.250000', '134033.710000', '134034.170000', '134034.630000', '134035.090000', '134035.550000', '134036.010000', '134036.470000', '134036.930000', '134037.390000', '134037.850000', '134038.310000', '134038.770000', '134039.230000', '134039.690000', '134040.150000', '134040.610000', '134041.070000', '134041.530000', '134041.990000', '134042.450000', '134042.910000', '134043.370000', '134043.830000', '134044.290000', '134044.750000', '134045.210000', '134045.670000', '134046.130000', '134046.590000', '134047.050000', '134047.510000', '134047.970000', '134048.430000', '134048.890000', '134049.350000', '134049.810000', '134050.270000', '134050.730000', '134051.190000', '134051.650000', '134052.110000', '134052.570000', '134053.030000', '134053.490000', '134053.950000', '134054.410000', '134054.870000', '134055.330000', '134055.790000', '134056.250000', '134056.710000', '134057.170000', '134057.630000', '134058.090000', '134058.550000', '134059.010000', '134059.470000', '134059.930000', '134100.390000', '134100.850000', '134101.310000', '134101.770000', '134102.230000', '134102.690000', '134103.150000', '134103.610000', '134104.070000', '134104.530000', '134104.990000', '134105.450000', '134105.910000', '134106.370000', '134106.830000', '134107.290000', '134107.750000', '134108.210000', '134108.670000', '134109.130000', '134109.590000', '134110.050000', '134110.510000', '134110.970000', '134111.430000', '134111.890000', '134112.350000', '134112.810000', '134113.270000', '134113.730000', '134114.190000', '134114.650000', '134115.110000', '134115.570000', '134116.030000', '134116.490000', '134116.950000', '134117.410000', '134117.870000', '134118.330000', '134118.790000', '134119.250000', '134119.710000', '134120.170000', '134120.630000', '134121.090000', '134121.550000', '134122.010000', '134122.470000', '134122.930000', '134123.390000', '134123.850000', '134124.310000', '134124.770000', '134125.230000', '134125.690000', '134126.150000', '134126.610000', '134127.070000', '134127.530000', '134127.990000', '134128.450000', '134128.910000', '134129.370000', '134129.830000', '134130.290000', '134130.750000', '134131.210000', '134131.670000', '134132.130000', '134132.590000', '134133.050000', '134133.510000', '134133.970000', '134134.430000', '134134.890000', '134135.350000', '134135.810000', '134136.270000', '134136.730000', '134137.190000', '134137.650000', '134138.110000', '134138.570000', '134139.030000', '134139.490000', '134139.950000', '134140.410000', '134140.870000', '134141.330000', '134141.790000', '134142.250000', '134142.710000', '134143.170000', '134143.630000', '134144.090000', '134144.550000', '134145.010000', '134145.470000', '134145.930000', '134146.390000', '134146.850000', '134147.310000', '134147.770000', '134148.230000', '134148.690000', '134149.150000', '134149.610000', '134150.070000', '134150.530000', '134150.990000', '134151.450000', '134151.910000', '134152.370000', '134152.830000', '134153.290000', '134153.750000', '134154.210000', '134154.670000', '134155.130000', '134155.590000', '134156.050000', '134156.510000', '134156.970000', '134157.430000', '134157.890000', '134158.350000', '134158.810000', '134159.270000', '134159.730000', '134200.190000', '134200.650000', '134201.110000', '134201.570000', '134202.030000', '134202.490000', '134202.950000', '134203.410000', '134203.870000', '134204.330000', '134204.790000', '134205.250000', '134205.710000', '134206.170000', '134206.630000', '134207.090000', '134207.550000', '134208.010000', '134208.470000', '134208.930000', '134209.390000', '134209.850000', '134210.310000', '134210.770000', '134211.230000', '134211.690000', '134212.150000', '134212.610000', '134213.070000', '134213.530000', '134213.990000', '134214.450000', '134214.910000', '134215.370000', '134215.830000', '134216.290000', '134216.750000', '134217.210000', '134217.670000', '134218.130000', '134218.590000', '134219.050000', '134219.510000', '134219.970000', '134220.430000', '134220.890000', '134221.350000', '134221.810000', '134222.270000', '134222.730000', '134223.190000', '134223.650000', '134224.110000', '134224.570000', '134225.030000', '134225.490000', '134225.950000', '134226.410000', '134226.870000', '134227.330000', '134227.790000', '134228.250000', '134228.710000', '134229.170000', '134229.630000', '134230.090000', '134230.550000', '134231.010000', '134231.470000', '134231.930000', '134232.390000', '134232.850000', '134233.310000', '134233.770000', '134234.230000', '134234.690000', '134235.150000', '134235.610000', '134236.070000', '134236.530000', '134236.990000', '134237.450000', '134237.910000', '134238.370000', '134238.830000', '134239.290000', '134239.750000', '134240.210000', '134240.670000', '134241.130000', '134241.590000', '134242.050000', '134242.510000', '134242.970000', '134243.430000', '134243.890000', '134244.350000', '134244.810000', '134245.270000', '134245.730000', '134246.190000', '134246.650000', '134247.110000', '134247.570000', '134248.030000', '134248.490000', '134248.950000', '134249.410000', '134249.870000', '134250.330000', '134250.790000', '134251.250000', '134251.710000', '134252.170000', '134252.630000', '134253.090000', '134253.550000', '134254.010000', '134254.470000', '134254.930000', '134255.390000', '134255.850000', '134256.310000', '134256.770000', '134257.230000', '134257.690000', '134258.150000', '134258.610000', '134259.070000', '134259.530000', '134259.990000', '134300.450000', '134300.910000', '134301.370000', '134301.830000', '134302.290000', '134302.750000', '134303.210000', '134303.670000', '134304.130000', '134304.590000', '134305.050000', '134305.510000', '134305.970000', '134306.430000', '134306.890000', '134307.350000', '134307.810000', '134308.270000', '134308.730000', '134309.190000', '134309.650000', '134310.110000', '134310.570000', '134311.030000', '134311.490000', '134311.950000', '134312.410000', '134312.870000', '134313.330000', '134313.790000', '134314.250000', '134314.710000', '134315.170000', '134315.630000', '134316.090000', '134316.550000', '134317.010000', '134317.470000', '134317.930000', '134318.390000', '134318.850000', '134319.310000', '134319.770000', '134320.230000', '134320.690000', '134321.150000', '134321.610000', '134322.070000', '134322.530000', '134322.990000', '134323.450000', '134323.910000', '134324.370000', '134324.830000', '134325.290000', '134325.750000', '134326.210000'], 'ContentTime': ['133445.268000', '133445.271000', '133445.274000', '133445.277000', '133445.280000', '133445.283000', '133445.286000', '133445.288000', '133445.291000', '133445.294000', '133445.297000', '133445.300000', '133445.303000', '133445.305000', '133445.308000', '133445.317000', '133445.320000', '133445.323000', '133445.326000', '133445.328000', '133445.331000', '133445.334000', '133505.240000', '133505.244000', '133505.247000', '133505.249000', '133505.252000', '133505.255000', '133505.258000', '133505.261000', '133505.264000', '133505.266000', '133505.269000', '133505.272000', '133505.275000', '133505.278000', '133505.281000', '133505.284000', '133505.286000', '133505.289000', '133505.292000', '133505.299000', '133505.301000', '133505.304000', '133505.308000', '133505.314000', '133505.316000', '133505.319000', '133505.322000', '133505.325000', '133505.328000', '133505.331000', '133505.333000', '133505.336000', '133505.356000', '133505.358000', '133505.361000', '133505.364000', '133505.367000', '133505.370000', '133505.372000', '133505.375000', '133505.378000', '133505.381000', '133505.384000', '133525.239000', '133525.242000', '133525.245000', '133525.247000', '133525.250000', '133525.253000', '133525.256000', '133525.259000', '133525.262000', '133525.264000', '133525.267000', '133525.270000', '133525.273000', '133525.276000', '133525.279000', '133525.282000', '133525.284000', '133525.287000', '133525.290000', '133525.293000', '133525.296000', '133525.299000', '133525.301000', '133525.304000', '133525.307000', '133525.310000', '133525.313000', '133525.316000', '133525.318000', '133525.321000', '133525.324000', '133525.327000', '133525.330000', '133525.333000', '133525.335000', '133525.338000', '133525.341000', '133525.344000', '133525.347000', '133525.350000', '133525.352000', '133525.355000', '133525.359000', '133525.362000', '133545.240000', '133545.243000', '133545.246000', '133545.248000', '133545.252000', '133545.255000', '133545.258000', '133545.261000', '133545.264000', '133545.267000', '133545.270000', '133545.272000', '133545.275000', '133545.278000', '133545.281000', '133545.284000', '133545.287000', '133545.290000', '133545.292000', '133545.295000', '133545.298000', '133545.301000', '133545.304000', '133545.309000', '133545.313000', '133545.316000', '133545.319000', '133545.322000', '133545.325000', '133545.328000', '133545.330000', '133545.333000', '133545.336000', '133545.339000', '133545.342000', '133545.345000', '133545.347000', '133545.350000', '133545.353000', '133545.356000', '133545.359000', '133545.361000', '133545.364000', '133605.239000', '133605.242000', '133605.245000', '133605.248000', '133605.250000', '133605.253000', '133605.256000', '133605.259000', '133605.262000', '133605.265000', '133605.268000', '133605.270000', '133605.273000', '133605.276000', '133605.279000', '133605.282000', '133605.285000', '133605.288000', '133605.291000', '133605.294000', '133605.296000', '133605.299000', '133605.302000', '133605.305000', '133605.308000', '133605.310000', '133605.313000', '133605.316000', '133605.319000', '133605.322000', '133605.325000', '133605.327000', '133605.330000', '133605.333000', '133605.336000', '133605.339000', '133605.341000', '133605.344000', '133605.347000', '133605.350000', '133605.353000', '133605.356000', '133605.358000', '133605.361000', '133625.239000', '133625.252000', '133625.255000', '133625.258000', '133625.261000', '133625.271000', '133625.274000', '133625.277000', '133625.280000', '133625.283000', '133625.286000', '133625.288000', '133625.291000', '133625.294000', '133625.297000', '133625.300000', '133625.303000', '133625.306000', '133625.308000', '133625.311000', '133625.314000', '133625.317000', '133625.320000', '133625.323000', '133625.325000', '133625.330000', '133625.333000', '133625.337000', '133625.340000', '133625.342000', '133625.346000', '133625.348000', '133625.351000', '133625.354000', '133625.357000', '133625.360000', '133625.362000', '133625.365000', '133625.368000', '133625.371000', '133625.374000', '133625.376000', '133625.379000', '133645.239000', '133645.242000', '133645.245000', '133645.248000', '133645.250000', '133645.253000', '133645.256000', '133645.259000', '133645.262000', '133645.265000', '133645.268000', '133645.270000', '133645.273000', '133645.276000', '133645.279000', '133645.282000', '133645.285000', '133645.288000', '133645.290000', '133645.293000', '133645.296000', '133645.299000', '133645.302000', '133645.305000', '133645.307000', '133645.310000', '133645.313000', '133645.316000', '133645.319000', '133645.322000', '133645.325000', '133645.327000', '133645.330000', '133645.333000', '133645.336000', '133645.339000', '133645.342000', '133645.345000', '133645.348000', '133645.350000', '133645.353000', '133645.356000', '133645.359000', '133645.362000', '133705.239000', '133705.242000', '133705.245000', '133705.248000', '133705.250000', '133705.253000', '133705.256000', '133705.259000', '133705.262000', '133705.265000', '133705.267000', '133705.270000', '133705.273000', '133705.276000', '133705.279000', '133705.282000', '133705.285000', '133705.288000', '133705.292000', '133705.295000', '133705.298000', '133705.300000', '133705.303000', '133705.306000', '133705.309000', '133705.312000', '133705.315000', '133705.318000', '133705.321000', '133705.323000', '133705.326000', '133705.329000', '133705.332000', '133705.335000', '133705.338000', '133705.340000', '133705.343000', '133705.346000', '133705.349000', '133705.352000', '133705.356000', '133705.361000', '133705.364000', '133725.239000', '133725.242000', '133725.245000', '133725.247000', '133725.250000', '133725.253000', '133725.256000', '133725.259000', '133725.262000', '133725.265000', '133725.268000', '133725.270000', '133725.274000', '133725.277000', '133725.279000', '133725.282000', '133725.285000', '133725.288000', '133725.296000', '133725.298000', '133725.301000', '133725.304000', '133725.307000', '133725.310000', '133725.313000', '133725.316000', '133725.318000', '133725.321000', '133725.324000', '133725.327000', '133725.330000', '133725.333000', '133725.336000', '133725.339000', '133725.341000', '133725.344000', '133725.347000', '133725.350000', '133725.353000', '133725.356000', '133725.358000', '133725.361000', '133725.364000', '133725.367000', '133745.239000', '133745.242000', '133745.245000', '133745.248000', '133745.250000', '133745.253000', '133745.256000', '133745.259000', '133745.262000', '133745.265000', '133745.268000', '133745.270000', '133745.273000', '133745.276000', '133745.279000', '133745.282000', '133745.285000', '133745.288000', '133745.291000', '133745.294000', '133745.297000', '133745.299000', '133745.302000', '133745.305000', '133745.308000', '133745.311000', '133745.328000', '133745.331000', '133745.334000', '133745.337000', '133745.340000', '133745.342000', '133745.345000', '133745.348000', '133745.351000', '133745.354000', '133745.357000', '133745.359000', '133745.362000', '133745.365000', '133745.368000', '133745.371000', '133745.374000', '133805.240000', '133805.243000', '133805.246000', '133805.249000', '133805.252000', '133805.254000', '133805.257000', '133805.260000', '133805.263000', '133805.266000', '133805.268000', '133805.272000', '133805.274000', '133805.277000', '133805.280000', '133805.283000', '133805.286000', '133805.289000', '133805.291000', '133805.294000', '133805.297000', '133805.300000', '133805.303000', '133805.310000', '133805.313000', '133805.316000', '133805.319000', '133805.322000', '133805.324000', '133805.327000', '133805.330000', '133805.333000', '133805.336000', '133805.339000', '133805.341000', '133805.344000', '133805.347000', '133805.350000', '133805.353000', '133805.356000', '133805.359000', '133805.361000', '133805.364000', '133805.367000', '133825.239000', '133825.242000', '133825.245000', '133825.248000', '133825.251000', '133825.254000', '133825.257000', '133825.259000', '133825.262000', '133825.265000', '133825.268000', '133825.271000', '133825.274000', '133825.277000', '133825.280000', '133825.282000', '133825.285000', '133825.288000', '133825.291000', '133825.294000', '133825.297000', '133825.300000', '133825.303000', '133825.305000', '133825.308000', '133825.311000', '133825.314000', '133825.317000', '133825.320000', '133825.323000', '133825.326000', '133825.329000', '133825.332000', '133825.335000', '133825.338000', '133825.341000', '133825.344000', '133825.347000', '133825.350000', '133825.353000', '133825.356000', '133825.359000', '133825.361000', '133845.239000', '133845.242000', '133845.245000', '133845.248000', '133845.250000', '133845.253000', '133845.256000', '133845.259000', '133845.262000', '133845.265000', '133845.268000', '133845.271000', '133845.274000', '133845.276000', '133845.280000', '133845.282000', '133845.285000', '133845.288000', '133845.291000', '133845.294000', '133845.297000', '133845.299000', '133845.302000', '133845.305000', '133845.308000', '133845.311000', '133845.314000', '133845.317000', '133845.319000', '133845.322000', '133845.325000', '133845.328000', '133845.331000', '133845.334000', '133845.336000', '133845.339000', '133845.342000', '133845.345000', '133845.348000', '133845.351000', '133845.354000', '133845.356000', '133845.359000', '133845.362000', '133905.239000', '133905.242000', '133905.245000', '133905.248000', '133905.251000', '133905.253000', '133905.256000', '133905.259000', '133905.262000', '133905.265000', '133905.268000', '133905.270000', '133905.273000', '133905.276000', '133905.279000', '133905.282000', '133905.285000', '133905.288000', '133905.291000', '133905.294000', '133905.297000', '133905.299000', '133905.302000', '133905.305000', '133905.308000', '133905.311000', '133905.314000', '133905.317000', '133905.319000', '133905.322000', '133905.325000', '133905.328000', '133905.331000', '133905.334000', '133905.336000', '133905.339000', '133905.342000', '133905.345000', '133905.348000', '133905.351000', '133905.357000', '133905.359000', '133905.362000', '133925.239000', '133925.242000', '133925.245000', '133925.248000', '133925.251000', '133925.254000', '133925.256000', '133925.259000', '133925.279000', '133925.288000', '133925.290000', '133925.293000', '133925.296000', '133925.299000', '133925.302000', '133925.305000', '133925.308000', '133925.311000', '133925.314000', '133925.316000', '133925.319000', '133925.322000', '133925.325000', '133925.328000', '133925.331000', '133925.334000', '133925.337000', '133925.340000', '133925.343000', '133925.346000', '133925.348000', '133925.351000', '133925.354000', '133925.357000', '133925.360000', '133925.363000', '133925.366000', '133925.369000', '133925.371000', '133925.374000', '133925.377000', '133925.380000', '133925.383000', '133925.386000', '133945.239000', '133945.242000', '133945.245000', '133945.248000', '133945.251000', '133945.253000', '133945.256000', '133945.259000', '133945.262000', '133945.265000', '133945.268000', '133945.271000', '133945.274000', '133945.276000', '133945.279000', '133945.282000', '133945.285000', '133945.288000', '133945.291000', '133945.294000', '133945.296000', '133945.299000', '133945.302000', '133945.305000', '133945.308000', '133945.311000', '133945.313000', '133945.316000', '133945.319000', '133945.322000', '133945.325000', '133945.328000', '133945.331000', '133945.334000', '133945.337000', '133945.340000', '133945.342000', '133945.345000', '133945.348000', '133945.351000', '133945.354000', '133945.356000', '133945.359000', '134005.239000', '134005.242000', '134005.245000', '134005.247000', '134005.250000', '134005.253000', '134005.256000', '134005.267000', '134005.270000', '134005.273000', '134005.275000', '134005.278000', '134005.281000', '134005.284000', '134005.287000', '134005.290000', '134005.293000', '134005.296000', '134005.298000', '134005.301000', '134005.304000', '134005.307000', '134005.310000', '134005.313000', '134005.316000', '134005.319000', '134005.321000', '134005.324000', '134005.327000', '134005.330000', '134005.333000', '134005.336000', '134005.339000', '134005.342000', '134005.345000', '134005.348000', '134005.351000', '134005.353000', '134005.356000', '134005.359000', '134005.362000', '134005.367000', '134005.370000', '134005.372000', '134025.240000', '134025.243000', '134025.246000', '134025.249000', '134025.252000', '134025.255000', '134025.258000', '134025.260000', '134025.263000', '134025.266000', '134025.269000', '134025.272000', '134025.275000', '134025.277000', '134025.280000', '134025.283000', '134025.286000', '134025.289000', '134025.292000', '134025.295000', '134025.298000', '134025.300000', '134025.303000', '134025.306000', '134025.309000', '134025.312000', '134025.315000', '134025.317000', '134025.320000', '134025.323000', '134025.326000', '134025.329000', '134025.332000', '134025.334000', '134025.337000', '134025.340000', '134025.343000', '134025.346000', '134025.349000', '134025.351000', '134025.354000', '134025.357000', '134025.360000', '134045.239000', '134045.242000', '134045.245000', '134045.248000', '134045.250000', '134045.253000', '134045.256000', '134045.259000', '134045.262000', '134045.265000', '134045.268000', '134045.271000', '134045.274000', '134045.276000', '134045.279000', '134045.282000', '134045.285000', '134045.288000', '134045.291000', '134045.305000', '134045.308000', '134045.311000', '134045.313000', '134045.316000', '134045.319000', '134045.322000', '134045.325000', '134045.328000', '134045.331000', '134045.334000', '134045.337000', '134045.340000', '134045.342000', '134045.345000', '134045.348000', '134045.351000', '134045.354000', '134045.357000', '134045.359000', '134045.362000', '134045.365000', '134045.368000', '134045.371000', '134045.374000', '134105.239000', '134105.242000', '134105.245000', '134105.248000', '134105.251000', '134105.254000', '134105.256000', '134105.259000', '134105.262000', '134105.270000', '134105.272000', '134105.275000', '134105.278000', '134105.281000', '134105.284000', '134105.287000', '134105.290000', '134105.293000', '134105.295000', '134105.298000', '134105.301000', '134105.304000', '134105.307000', '134105.310000', '134105.312000', '134105.315000', '134105.318000', '134105.321000', '134105.324000', '134105.327000', '134105.330000', '134105.332000', '134105.335000', '134105.338000', '134105.341000', '134105.344000', '134105.347000', '134105.349000', '134105.352000', '134105.355000', '134105.358000', '134105.361000', '134105.364000', '134125.239000', '134125.245000', '134125.249000', '134125.252000', '134125.254000', '134125.257000', '134125.260000', '134125.263000', '134125.266000', '134125.269000', '134125.272000', '134125.275000', '134125.277000', '134125.280000', '134125.283000', '134125.286000', '134125.289000', '134125.292000', '134125.295000', '134125.298000', '134125.300000', '134125.303000', '134125.306000', '134125.309000', '134125.312000', '134125.315000', '134125.318000', '134125.320000', '134125.323000', '134125.326000', '134125.329000', '134125.332000', '134125.335000', '134125.337000', '134125.340000', '134125.343000', '134125.346000', '134125.349000', '134125.352000', '134125.355000', '134125.357000', '134125.360000', '134125.363000', '134145.239000', '134145.242000', '134145.245000', '134145.248000', '134145.251000', '134145.254000', '134145.256000', '134145.259000', '134145.262000', '134145.265000', '134145.268000', '134145.271000', '134145.273000', '134145.276000', '134145.279000', '134145.282000', '134145.285000', '134145.288000', '134145.291000', '134145.294000', '134145.296000', '134145.299000', '134145.302000', '134145.305000', '134145.308000', '134145.311000', '134145.313000', '134145.316000', '134145.319000', '134145.322000', '134145.325000', '134145.328000', '134145.331000', '134145.334000', '134145.336000', '134145.339000', '134145.342000', '134145.345000', '134145.348000', '134145.350000', '134145.353000', '134145.356000', '134145.359000', '134145.362000', '134205.239000', '134205.242000', '134205.245000', '134205.248000', '134205.251000', '134205.254000', '134205.257000', '134205.260000', '134205.262000', '134205.265000', '134205.268000', '134205.271000', '134205.274000', '134205.278000', '134205.283000', '134205.287000', '134205.290000', '134205.293000', '134205.295000', '134205.298000', '134205.301000', '134205.304000', '134205.307000', '134205.310000', '134205.313000', '134205.316000', '134205.319000', '134205.321000', '134205.324000', '134205.346000', '134205.349000', '134205.352000', '134205.355000', '134205.366000', '134205.369000', '134205.371000', '134205.374000', '134205.377000', '134205.380000', '134205.383000', '134205.386000', '134205.389000', '134205.391000', '134225.239000', '134225.242000', '134225.245000', '134225.248000', '134225.251000', '134225.254000', '134225.256000', '134225.259000', '134225.262000', '134225.265000', '134225.268000', '134225.271000', '134225.274000', '134225.276000', '134225.279000', '134225.282000', '134225.285000', '134225.288000', '134225.291000', '134225.294000', '134225.297000', '134225.300000', '134225.302000', '134225.305000', '134225.308000', '134225.311000', '134225.314000', '134225.317000', '134225.320000', '134225.323000', '134225.326000', '134225.328000', '134225.331000', '134225.334000', '134225.337000', '134225.340000', '134225.343000', '134225.346000', '134225.348000', '134225.351000', '134225.354000', '134225.357000', '134225.360000', '134225.363000', '134245.240000', '134245.243000', '134245.246000', '134245.249000', '134245.252000', '134245.255000', '134245.257000', '134245.260000', '134245.263000', '134245.266000', '134245.269000', '134245.272000', '134245.274000', '134245.277000', '134245.280000', '134245.283000', '134245.286000', '134245.289000', '134245.294000', '134245.297000', '134245.301000', '134245.303000', '134245.306000', '134245.309000', '134245.312000', '134245.315000', '134245.318000', '134245.321000', '134245.324000', '134245.327000', '134245.329000', '134245.332000', '134245.335000', '134245.338000', '134245.341000', '134245.343000', '134245.346000', '134245.349000', '134245.352000', '134245.355000', '134245.358000', '134245.361000', '134245.363000', '134305.239000', '134305.242000', '134305.245000', '134305.248000', '134305.251000', '134305.253000', '134305.256000', '134305.259000', '134305.262000', '134305.265000', '134305.268000', '134305.271000', '134305.273000', '134305.276000', '134305.279000', '134305.282000', '134305.285000', '134305.288000', '134305.291000', '134305.294000', '134305.296000', '134305.299000', '134305.302000', '134305.305000', '134305.308000', '134305.311000', '134305.314000', '134305.317000', '134305.320000', '134305.322000', '134305.325000', '134305.328000', '134305.331000', '134305.334000', '134305.337000', '134305.339000', '134305.342000', '134305.345000', '134305.348000', '134305.351000', '134305.354000', '134305.356000', '134305.359000', '134305.362000', '134325.240000', '134325.244000', '134325.246000', '134325.249000', '134325.252000', '134325.255000', '134325.258000', '134325.261000', '134325.264000', '134325.267000', '134325.269000', '134325.272000', '134325.275000', '134325.278000', '134325.281000', '134325.284000', '134325.287000', '134325.290000', '134325.292000', '134325.295000', '134325.298000', '134325.301000', '134325.304000', '134325.307000', '134325.310000', '134325.315000', '134325.332000', '134325.335000', '134325.338000', '134325.341000', '134325.344000', '134325.347000', '134325.350000', '134325.352000', '134325.355000', '134325.358000', '134325.361000', '134325.364000', '134325.367000', '134325.370000', '134325.372000', '134325.375000', '134325.378000', '134327.205000', '134327.209000', '134327.212000', '134327.215000', '134327.218000'], 'InstanceCreationTime': ['133445.268000', '133445.271000', '133445.274000', '133445.277000', '133445.280000', '133445.283000', '133445.286000', '133445.288000', '133445.291000', '133445.294000', '133445.297000', '133445.300000', '133445.303000', '133445.305000', '133445.308000', '133445.317000', '133445.320000', '133445.323000', '133445.326000', '133445.328000', '133445.331000', '133445.334000', '133505.240000', '133505.244000', '133505.247000', '133505.249000', '133505.252000', '133505.255000', '133505.258000', '133505.261000', '133505.264000', '133505.266000', '133505.269000', '133505.272000', '133505.275000', '133505.278000', '133505.281000', '133505.284000', '133505.286000', '133505.289000', '133505.292000', '133505.299000', '133505.301000', '133505.304000', '133505.308000', '133505.314000', '133505.316000', '133505.319000', '133505.322000', '133505.325000', '133505.328000', '133505.331000', '133505.333000', '133505.336000', '133505.356000', '133505.358000', '133505.361000', '133505.364000', '133505.367000', '133505.370000', '133505.372000', '133505.375000', '133505.378000', '133505.381000', '133505.384000', '133525.239000', '133525.242000', '133525.245000', '133525.247000', '133525.250000', '133525.253000', '133525.256000', '133525.259000', '133525.262000', '133525.264000', '133525.267000', '133525.270000', '133525.273000', '133525.276000', '133525.279000', '133525.282000', '133525.284000', '133525.287000', '133525.290000', '133525.293000', '133525.296000', '133525.299000', '133525.301000', '133525.304000', '133525.307000', '133525.310000', '133525.313000', '133525.316000', '133525.318000', '133525.321000', '133525.324000', '133525.327000', '133525.330000', '133525.333000', '133525.335000', '133525.338000', '133525.341000', '133525.344000', '133525.347000', '133525.350000', '133525.352000', '133525.355000', '133525.359000', '133525.362000', '133545.240000', '133545.243000', '133545.246000', '133545.248000', '133545.252000', '133545.255000', '133545.258000', '133545.261000', '133545.264000', '133545.267000', '133545.270000', '133545.272000', '133545.275000', '133545.278000', '133545.281000', '133545.284000', '133545.287000', '133545.290000', '133545.292000', '133545.295000', '133545.298000', '133545.301000', '133545.304000', '133545.309000', '133545.313000', '133545.316000', '133545.319000', '133545.322000', '133545.325000', '133545.328000', '133545.330000', '133545.333000', '133545.336000', '133545.339000', '133545.342000', '133545.345000', '133545.347000', '133545.350000', '133545.353000', '133545.356000', '133545.359000', '133545.361000', '133545.364000', '133605.239000', '133605.242000', '133605.245000', '133605.248000', '133605.250000', '133605.253000', '133605.256000', '133605.259000', '133605.262000', '133605.265000', '133605.268000', '133605.270000', '133605.273000', '133605.276000', '133605.279000', '133605.282000', '133605.285000', '133605.288000', '133605.291000', '133605.294000', '133605.296000', '133605.299000', '133605.302000', '133605.305000', '133605.308000', '133605.310000', '133605.313000', '133605.316000', '133605.319000', '133605.322000', '133605.325000', '133605.327000', '133605.330000', '133605.333000', '133605.336000', '133605.339000', '133605.341000', '133605.344000', '133605.347000', '133605.350000', '133605.353000', '133605.356000', '133605.358000', '133605.361000', '133625.239000', '133625.252000', '133625.255000', '133625.258000', '133625.261000', '133625.271000', '133625.274000', '133625.277000', '133625.280000', '133625.283000', '133625.286000', '133625.288000', '133625.291000', '133625.294000', '133625.297000', '133625.300000', '133625.303000', '133625.306000', '133625.308000', '133625.311000', '133625.314000', '133625.317000', '133625.320000', '133625.323000', '133625.325000', '133625.330000', '133625.333000', '133625.337000', '133625.340000', '133625.342000', '133625.346000', '133625.348000', '133625.351000', '133625.354000', '133625.357000', '133625.360000', '133625.362000', '133625.365000', '133625.368000', '133625.371000', '133625.374000', '133625.376000', '133625.379000', '133645.239000', '133645.242000', '133645.245000', '133645.248000', '133645.250000', '133645.253000', '133645.256000', '133645.259000', '133645.262000', '133645.265000', '133645.268000', '133645.270000', '133645.273000', '133645.276000', '133645.279000', '133645.282000', '133645.285000', '133645.288000', '133645.290000', '133645.293000', '133645.296000', '133645.299000', '133645.302000', '133645.305000', '133645.307000', '133645.310000', '133645.313000', '133645.316000', '133645.319000', '133645.322000', '133645.325000', '133645.327000', '133645.330000', '133645.333000', '133645.336000', '133645.339000', '133645.342000', '133645.345000', '133645.348000', '133645.350000', '133645.353000', '133645.356000', '133645.359000', '133645.362000', '133705.239000', '133705.242000', '133705.245000', '133705.248000', '133705.250000', '133705.253000', '133705.256000', '133705.259000', '133705.262000', '133705.265000', '133705.267000', '133705.270000', '133705.273000', '133705.276000', '133705.279000', '133705.282000', '133705.285000', '133705.288000', '133705.292000', '133705.295000', '133705.298000', '133705.300000', '133705.303000', '133705.306000', '133705.309000', '133705.312000', '133705.315000', '133705.318000', '133705.321000', '133705.323000', '133705.326000', '133705.329000', '133705.332000', '133705.335000', '133705.338000', '133705.340000', '133705.343000', '133705.346000', '133705.349000', '133705.352000', '133705.356000', '133705.361000', '133705.364000', '133725.239000', '133725.242000', '133725.245000', '133725.247000', '133725.250000', '133725.253000', '133725.256000', '133725.259000', '133725.262000', '133725.265000', '133725.268000', '133725.270000', '133725.274000', '133725.277000', '133725.279000', '133725.282000', '133725.285000', '133725.288000', '133725.296000', '133725.298000', '133725.301000', '133725.304000', '133725.307000', '133725.310000', '133725.313000', '133725.316000', '133725.318000', '133725.321000', '133725.324000', '133725.327000', '133725.330000', '133725.333000', '133725.336000', '133725.339000', '133725.341000', '133725.344000', '133725.347000', '133725.350000', '133725.353000', '133725.356000', '133725.358000', '133725.361000', '133725.364000', '133725.367000', '133745.239000', '133745.242000', '133745.245000', '133745.248000', '133745.250000', '133745.253000', '133745.256000', '133745.259000', '133745.262000', '133745.265000', '133745.268000', '133745.270000', '133745.273000', '133745.276000', '133745.279000', '133745.282000', '133745.285000', '133745.288000', '133745.291000', '133745.294000', '133745.297000', '133745.299000', '133745.302000', '133745.305000', '133745.308000', '133745.311000', '133745.328000', '133745.331000', '133745.334000', '133745.337000', '133745.340000', '133745.342000', '133745.345000', '133745.348000', '133745.351000', '133745.354000', '133745.357000', '133745.359000', '133745.362000', '133745.365000', '133745.368000', '133745.371000', '133745.374000', '133805.240000', '133805.243000', '133805.246000', '133805.249000', '133805.252000', '133805.254000', '133805.257000', '133805.260000', '133805.263000', '133805.266000', '133805.268000', '133805.272000', '133805.274000', '133805.277000', '133805.280000', '133805.283000', '133805.286000', '133805.289000', '133805.291000', '133805.294000', '133805.297000', '133805.300000', '133805.303000', '133805.310000', '133805.313000', '133805.316000', '133805.319000', '133805.322000', '133805.324000', '133805.327000', '133805.330000', '133805.333000', '133805.336000', '133805.339000', '133805.341000', '133805.344000', '133805.347000', '133805.350000', '133805.353000', '133805.356000', '133805.359000', '133805.361000', '133805.364000', '133805.367000', '133825.239000', '133825.242000', '133825.245000', '133825.248000', '133825.251000', '133825.254000', '133825.257000', '133825.259000', '133825.262000', '133825.265000', '133825.268000', '133825.271000', '133825.274000', '133825.277000', '133825.280000', '133825.282000', '133825.285000', '133825.288000', '133825.291000', '133825.294000', '133825.297000', '133825.300000', '133825.303000', '133825.305000', '133825.308000', '133825.311000', '133825.314000', '133825.317000', '133825.320000', '133825.323000', '133825.326000', '133825.329000', '133825.332000', '133825.335000', '133825.338000', '133825.341000', '133825.344000', '133825.347000', '133825.350000', '133825.353000', '133825.356000', '133825.359000', '133825.361000', '133845.239000', '133845.242000', '133845.245000', '133845.248000', '133845.250000', '133845.253000', '133845.256000', '133845.259000', '133845.262000', '133845.265000', '133845.268000', '133845.271000', '133845.274000', '133845.276000', '133845.280000', '133845.282000', '133845.285000', '133845.288000', '133845.291000', '133845.294000', '133845.297000', '133845.299000', '133845.302000', '133845.305000', '133845.308000', '133845.311000', '133845.314000', '133845.317000', '133845.319000', '133845.322000', '133845.325000', '133845.328000', '133845.331000', '133845.334000', '133845.336000', '133845.339000', '133845.342000', '133845.345000', '133845.348000', '133845.351000', '133845.354000', '133845.356000', '133845.359000', '133845.362000', '133905.239000', '133905.242000', '133905.245000', '133905.248000', '133905.251000', '133905.253000', '133905.256000', '133905.259000', '133905.262000', '133905.265000', '133905.268000', '133905.270000', '133905.273000', '133905.276000', '133905.279000', '133905.282000', '133905.285000', '133905.288000', '133905.291000', '133905.294000', '133905.297000', '133905.299000', '133905.302000', '133905.305000', '133905.308000', '133905.311000', '133905.314000', '133905.317000', '133905.319000', '133905.322000', '133905.325000', '133905.328000', '133905.331000', '133905.334000', '133905.336000', '133905.339000', '133905.342000', '133905.345000', '133905.348000', '133905.351000', '133905.357000', '133905.359000', '133905.362000', '133925.239000', '133925.242000', '133925.245000', '133925.248000', '133925.251000', '133925.254000', '133925.256000', '133925.259000', '133925.279000', '133925.288000', '133925.290000', '133925.293000', '133925.296000', '133925.299000', '133925.302000', '133925.305000', '133925.308000', '133925.311000', '133925.314000', '133925.316000', '133925.319000', '133925.322000', '133925.325000', '133925.328000', '133925.331000', '133925.334000', '133925.337000', '133925.340000', '133925.343000', '133925.346000', '133925.348000', '133925.351000', '133925.354000', '133925.357000', '133925.360000', '133925.363000', '133925.366000', '133925.369000', '133925.371000', '133925.374000', '133925.377000', '133925.380000', '133925.383000', '133925.386000', '133945.239000', '133945.242000', '133945.245000', '133945.248000', '133945.251000', '133945.253000', '133945.256000', '133945.259000', '133945.262000', '133945.265000', '133945.268000', '133945.271000', '133945.274000', '133945.276000', '133945.279000', '133945.282000', '133945.285000', '133945.288000', '133945.291000', '133945.294000', '133945.296000', '133945.299000', '133945.302000', '133945.305000', '133945.308000', '133945.311000', '133945.313000', '133945.316000', '133945.319000', '133945.322000', '133945.325000', '133945.328000', '133945.331000', '133945.334000', '133945.337000', '133945.340000', '133945.342000', '133945.345000', '133945.348000', '133945.351000', '133945.354000', '133945.356000', '133945.359000', '134005.239000', '134005.242000', '134005.245000', '134005.247000', '134005.250000', '134005.253000', '134005.256000', '134005.267000', '134005.270000', '134005.273000', '134005.275000', '134005.278000', '134005.281000', '134005.284000', '134005.287000', '134005.290000', '134005.293000', '134005.296000', '134005.298000', '134005.301000', '134005.304000', '134005.307000', '134005.310000', '134005.313000', '134005.316000', '134005.319000', '134005.321000', '134005.324000', '134005.327000', '134005.330000', '134005.333000', '134005.336000', '134005.339000', '134005.342000', '134005.345000', '134005.348000', '134005.351000', '134005.353000', '134005.356000', '134005.359000', '134005.362000', '134005.367000', '134005.370000', '134005.372000', '134025.240000', '134025.243000', '134025.246000', '134025.249000', '134025.252000', '134025.255000', '134025.258000', '134025.260000', '134025.263000', '134025.266000', '134025.269000', '134025.272000', '134025.275000', '134025.277000', '134025.280000', '134025.283000', '134025.286000', '134025.289000', '134025.292000', '134025.295000', '134025.298000', '134025.300000', '134025.303000', '134025.306000', '134025.309000', '134025.312000', '134025.315000', '134025.317000', '134025.320000', '134025.323000', '134025.326000', '134025.329000', '134025.332000', '134025.334000', '134025.337000', '134025.340000', '134025.343000', '134025.346000', '134025.349000', '134025.351000', '134025.354000', '134025.357000', '134025.360000', '134045.239000', '134045.242000', '134045.245000', '134045.248000', '134045.250000', '134045.253000', '134045.256000', '134045.259000', '134045.262000', '134045.265000', '134045.268000', '134045.271000', '134045.274000', '134045.276000', '134045.279000', '134045.282000', '134045.285000', '134045.288000', '134045.291000', '134045.305000', '134045.308000', '134045.311000', '134045.313000', '134045.316000', '134045.319000', '134045.322000', '134045.325000', '134045.328000', '134045.331000', '134045.334000', '134045.337000', '134045.340000', '134045.342000', '134045.345000', '134045.348000', '134045.351000', '134045.354000', '134045.357000', '134045.359000', '134045.362000', '134045.365000', '134045.368000', '134045.371000', '134045.374000', '134105.239000', '134105.242000', '134105.245000', '134105.248000', '134105.251000', '134105.254000', '134105.256000', '134105.259000', '134105.262000', '134105.270000', '134105.272000', '134105.275000', '134105.278000', '134105.281000', '134105.284000', '134105.287000', '134105.290000', '134105.293000', '134105.295000', '134105.298000', '134105.301000', '134105.304000', '134105.307000', '134105.310000', '134105.312000', '134105.315000', '134105.318000', '134105.321000', '134105.324000', '134105.327000', '134105.330000', '134105.332000', '134105.335000', '134105.338000', '134105.341000', '134105.344000', '134105.347000', '134105.349000', '134105.352000', '134105.355000', '134105.358000', '134105.361000', '134105.364000', '134125.239000', '134125.245000', '134125.249000', '134125.252000', '134125.254000', '134125.257000', '134125.260000', '134125.263000', '134125.266000', '134125.269000', '134125.272000', '134125.275000', '134125.277000', '134125.280000', '134125.283000', '134125.286000', '134125.289000', '134125.292000', '134125.295000', '134125.298000', '134125.300000', '134125.303000', '134125.306000', '134125.309000', '134125.312000', '134125.315000', '134125.318000', '134125.320000', '134125.323000', '134125.326000', '134125.329000', '134125.332000', '134125.335000', '134125.337000', '134125.340000', '134125.343000', '134125.346000', '134125.349000', '134125.352000', '134125.355000', '134125.357000', '134125.360000', '134125.363000', '134145.239000', '134145.242000', '134145.245000', '134145.248000', '134145.251000', '134145.254000', '134145.256000', '134145.259000', '134145.262000', '134145.265000', '134145.268000', '134145.271000', '134145.273000', '134145.276000', '134145.279000', '134145.282000', '134145.285000', '134145.288000', '134145.291000', '134145.294000', '134145.296000', '134145.299000', '134145.302000', '134145.305000', '134145.308000', '134145.311000', '134145.313000', '134145.316000', '134145.319000', '134145.322000', '134145.325000', '134145.328000', '134145.331000', '134145.334000', '134145.336000', '134145.339000', '134145.342000', '134145.345000', '134145.348000', '134145.350000', '134145.353000', '134145.356000', '134145.359000', '134145.362000', '134205.239000', '134205.242000', '134205.245000', '134205.248000', '134205.251000', '134205.254000', '134205.257000', '134205.260000', '134205.262000', '134205.265000', '134205.268000', '134205.271000', '134205.274000', '134205.278000', '134205.283000', '134205.287000', '134205.290000', '134205.293000', '134205.295000', '134205.298000', '134205.301000', '134205.304000', '134205.307000', '134205.310000', '134205.313000', '134205.316000', '134205.319000', '134205.321000', '134205.324000', '134205.346000', '134205.349000', '134205.352000', '134205.355000', '134205.366000', '134205.369000', '134205.371000', '134205.374000', '134205.377000', '134205.380000', '134205.383000', '134205.386000', '134205.389000', '134205.391000', '134225.239000', '134225.242000', '134225.245000', '134225.248000', '134225.251000', '134225.254000', '134225.256000', '134225.259000', '134225.262000', '134225.265000', '134225.268000', '134225.271000', '134225.274000', '134225.276000', '134225.279000', '134225.282000', '134225.285000', '134225.288000', '134225.291000', '134225.294000', '134225.297000', '134225.300000', '134225.302000', '134225.305000', '134225.308000', '134225.311000', '134225.314000', '134225.317000', '134225.320000', '134225.323000', '134225.326000', '134225.328000', '134225.331000', '134225.334000', '134225.337000', '134225.340000', '134225.343000', '134225.346000', '134225.348000', '134225.351000', '134225.354000', '134225.357000', '134225.360000', '134225.363000', '134245.240000', '134245.243000', '134245.246000', '134245.249000', '134245.252000', '134245.255000', '134245.257000', '134245.260000', '134245.263000', '134245.266000', '134245.269000', '134245.272000', '134245.274000', '134245.277000', '134245.280000', '134245.283000', '134245.286000', '134245.289000', '134245.294000', '134245.297000', '134245.301000', '134245.303000', '134245.306000', '134245.309000', '134245.312000', '134245.315000', '134245.318000', '134245.321000', '134245.324000', '134245.327000', '134245.329000', '134245.332000', '134245.335000', '134245.338000', '134245.341000', '134245.343000', '134245.346000', '134245.349000', '134245.352000', '134245.355000', '134245.358000', '134245.361000', '134245.363000', '134305.239000', '134305.242000', '134305.245000', '134305.248000', '134305.251000', '134305.253000', '134305.256000', '134305.259000', '134305.262000', '134305.265000', '134305.268000', '134305.271000', '134305.273000', '134305.276000', '134305.279000', '134305.282000', '134305.285000', '134305.288000', '134305.291000', '134305.294000', '134305.296000', '134305.299000', '134305.302000', '134305.305000', '134305.308000', '134305.311000', '134305.314000', '134305.317000', '134305.320000', '134305.322000', '134305.325000', '134305.328000', '134305.331000', '134305.334000', '134305.337000', '134305.339000', '134305.342000', '134305.345000', '134305.348000', '134305.351000', '134305.354000', '134305.356000', '134305.359000', '134305.362000', '134325.240000', '134325.244000', '134325.246000', '134325.249000', '134325.252000', '134325.255000', '134325.258000', '134325.261000', '134325.264000', '134325.267000', '134325.269000', '134325.272000', '134325.275000', '134325.278000', '134325.281000', '134325.284000', '134325.287000', '134325.290000', '134325.292000', '134325.295000', '134325.298000', '134325.301000', '134325.304000', '134325.307000', '134325.310000', '134325.315000', '134325.332000', '134325.335000', '134325.338000', '134325.341000', '134325.344000', '134325.347000', '134325.350000', '134325.352000', '134325.355000', '134325.358000', '134325.361000', '134325.364000', '134325.367000', '134325.370000', '134325.372000', '134325.375000', '134325.378000', '134327.205000', '134327.209000', '134327.212000', '134327.215000', '134327.218000'], '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': [17554, 10162, 18420, 11911, 14728, 9713, 11832, 10973, 9775, 19516, 9806, 17457, 9978, 14161, 8896, 11430, 8402, 9207, 8473, 9116, 8492, 8349, 8462, 8701, 8413, 9286, 8385, 9573, 8315, 9654, 8767, 9269, 8894, 9425, 9309, 9427, 8118, 9541, 8275, 8996, 15651, 8782, 15827, 10155, 14089, 8377, 11904, 8666, 11261, 9037, 14082, 8587, 12117, 8367, 11942, 8497, 11692, 10087, 14428, 8938, 11741, 8849, 10983, 8862, 10510, 8716, 7879, 8272, 8624, 8175, 16982, 12905, 18251, 9104, 15738, 8573, 12988, 11072, 17435, 9137, 10995, 8565, 8926, 8399, 10295, 8305, 9784, 8538, 9316, 14242, 9548, 15663, 10722, 16289, 8409, 9767, 8316, 8741, 9879, 9056, 13965, 9224, 15587, 8082, 9819, 8578, 8828, 8482, 9080, 17107, 8962, 12218, 8639, 11086, 8310, 9024, 11766, 9088, 14439, 8922, 12769, 8270, 8974, 8335, 9578, 16277, 8908, 14765, 8257, 11428, 8336, 9124, 8530, 9108, 15251, 8754, 13775, 8450, 8734, 11346, 9048, 18098, 9625, 13255, 8103, 9396, 12766, 9242, 13077, 8748, 10339, 8287, 9740, 8133, 9775, 14836, 8471, 11442, 8391, 8735, 8279, 9334, 11485, 9672, 9701, 8983, 8230, 7684, 8013, 9276, 8157, 9864, 8746, 12277, 7896, 9198, 8937, 16912, 8870, 8344, 11484, 10700, 18804, 13816, 18869, 12517, 16038, 12795, 14764, 10982, 16199, 8624, 9372, 18245, 8953, 19220, 11170, 14116, 8141, 9501, 8492, 8123, 8644, 7830, 8520, 9295, 8199, 8968, 11934, 8609, 13034, 8523, 10472, 8629, 8199, 9615, 8617, 17151, 8222, 13317, 8426, 8736, 9554, 8384, 17707, 8551, 12921, 8523, 8847, 7927, 8622, 13359, 8650, 12539, 8250, 9022, 8214, 8461, 13854, 8845, 15188, 8164, 9138, 8806, 8473, 16673, 8375, 12604, 8127, 9596, 8550, 8925, 8346, 8443, 8271, 7931, 10836, 8153, 16317, 12193, 14351, 11362, 8474, 19058, 15640, 16873, 11283, 11695, 20839, 8527, 16237, 10879, 13790, 10336, 12525, 8412, 8630, 7983, 8180, 11850, 8725, 14852, 8363, 13030, 8740, 10721, 8466, 11413, 8020, 8280, 19764, 8603, 14554, 9994, 12920, 9723, 8925, 16639, 8576, 12430, 8983, 11723, 8507, 8690, 8242, 8561, 8271, 8900, 14496, 8714, 11115, 8623, 8762, 8656, 13435, 8510, 10849, 8410, 9199, 10259, 8736, 18709, 8785, 13658, 8491, 8982, 19391, 10100, 15243, 8893, 9270, 8778, 9068, 15221, 9297, 13228, 8409, 9068, 8608, 8401, 8483, 9063, 8118, 9586, 15002, 8677, 12083, 8924, 11852, 8446, 8426, 8222, 8592, 16363, 8597, 13298, 8715, 10797, 8237, 8998, 7974, 9124, 14887, 9169, 13959, 8728, 9386, 8584, 9095, 8620, 9235, 9169, 9137, 10353, 8715, 10241, 8585, 10768, 8673, 9073, 8637, 8671, 10245, 9214, 13260, 8506, 15313, 8614, 12710, 9221, 12908, 9150, 12550, 8422, 8859, 8606, 9104, 8710, 12924, 8610, 9871, 8524, 9489, 8920, 14794, 8847, 14029, 8516, 9868, 8728, 10587, 8299, 9840, 15736, 8318, 16252, 8425, 11486, 8283, 8972, 10286, 8862, 12428, 8184, 9893, 8257, 10113, 8298, 8337, 8329, 8183, 8489, 8223, 8639, 8859, 8117, 10089, 8322, 13795, 11473, 12559, 8712, 16823, 9149, 17744, 14290, 18686, 15179, 16960, 11957, 14823, 11813, 11771, 9065, 8689, 9174, 12737, 8962, 20616, 15019, 18177, 11412, 14586, 9797, 17379, 13285, 15509, 11079, 9066, 8147, 8424, 10480, 13591, 17433, 11604, 9822, 8634, 8936, 8594, 12231, 8614, 9059, 9784, 9585, 12835, 9461, 8531, 11343, 8782, 8493, 8975, 8750, 7625, 9105, 8594, 9101, 8651, 11289, 9360, 12677, 12272, 9595, 15230, 10675, 11760, 20026, 11713, 19064, 14501, 18629, 16692, 20132, 15021, 17591, 17928, 19563, 13809, 17872, 11289, 17548, 14082, 12314, 10504, 18377, 9066, 19285, 10669, 14193, 9891, 10524, 8924, 9542, 8988, 9149, 8905, 9271, 8972, 9426, 8725, 9473, 8833, 10526, 8304, 9041, 8935, 9182, 8885, 8136, 8877, 9312, 9036, 10708, 8492, 9445, 8259, 8906, 10518, 9357, 16761, 8945, 11927, 8275, 8816, 8279, 9224, 9365, 9270, 10093, 8798, 8567, 8842, 9523, 9520, 9160, 10437, 8692, 8745, 8356, 9374, 14519, 8449, 9148, 9133, 9250, 8907, 8634, 13077, 8847, 9047, 8989, 9023, 12993, 8473, 12193, 8960, 8997, 9162, 9528, 8594, 9774, 9133, 9068, 9207, 8502, 10417, 9145, 16660, 8837, 15061, 9351, 13722, 12685, 15208, 9315, 13095, 9085, 11958, 11107, 15963, 10445, 14971, 8883, 11026, 8837, 13477, 10325, 16281, 12809, 8900, 9574, 9425, 9842, 8974, 17967, 13135, 19792, 13328, 15581, 9706, 14752, 15169, 18629, 11609, 14592, 9068, 14456, 9516, 19975, 14190, 16503, 10529, 9211, 8951, 9857, 11998, 12829, 11304, 20078, 11050, 19915, 13767, 19016, 12707, 15272, 9621, 8519, 8658, 8689, 9048, 8563, 9110, 8534, 9257, 9473, 8739, 14868, 9458, 17207, 9401, 13075, 9470, 11874, 9355, 9186, 9561, 8573, 9472, 8518, 9271, 9186, 9599, 11832, 9714, 14004, 9382, 14049, 9145, 12838, 9450, 11249, 9557, 11863, 9257, 8276, 8202, 8623, 9851, 7741, 8884, 7973, 7893, 9218, 8729, 7503, 9003, 15037, 11537, 17329, 13868, 20949, 15997, 20933, 16047, 17325, 19484, 14330, 13638, 11263, 9531, 14060, 9597, 17280, 9394, 17562, 9394, 13842, 9050, 9992, 8883, 9698, 8162, 9210, 8699, 9395, 8445, 8937, 8208, 8781, 8383, 9235, 8320, 8560, 9095, 10520, 9383, 15689, 9484, 11504, 8599, 8480, 8353, 9043, 8062, 9820, 13652, 9630, 10852, 8678, 8539, 8742, 8394, 8476, 8002, 8332, 8964, 8499, 8297, 8083, 8102, 8016, 8791, 14694, 9376, 13146, 9028, 8680, 8203, 8853, 11670, 8685, 14018, 8564, 10361, 8644, 10708, 8475, 11150, 8206, 9111, 8371, 8534, 8226, 13492, 8213, 7801, 8361, 7821, 8412, 9016, 8468, 9386, 8508, 10928, 8463, 10710, 8328, 12386, 8227, 8161, 13719, 8392, 15236, 9640, 16364, 8511, 10051, 7859, 8299, 13832, 8278, 18019, 9428, 13269, 7916, 8231, 7800, 8513, 11416, 8296, 9823, 8399, 8328, 8348, 8446, 8311, 11586, 8555, 14704, 8470, 13353, 9713, 14273, 15137, 8650, 19311, 12875, 12531, 18365, 10877, 19559, 12164, 12629, 8459, 8820, 16663, 8245, 10287, 8005, 8477, 7965, 9354, 10155, 8457, 9167, 8568, 8317, 7930, 9019, 13649, 8890, 13360, 8365, 10065, 7588, 8765, 15524, 9261, 11822, 8004, 8678, 7779, 9148, 10498, 8808, 9732, 8254, 8478, 7736, 7826, 7785, 8443, 11709, 8270, 9182, 8190, 8146, 7834, 8797, 9010, 8502, 11699, 8044, 10401, 8605, 9978, 8027, 8091, 9743, 8202, 16749, 8764, 13768, 9575, 11035, 7851, 8175, 7802, 8519, 11603, 8555, 13474, 8263, 10597, 8192, 8765, 7814, 8625, 10887, 8585, 13658, 8215, 8491, 7844, 8745, 9897, 8479, 11760, 8368, 8983, 8115, 8702, 8242, 8419, 7601, 8237, 7889, 8568, 8938, 8925, 7773, 8758, 8060, 8410, 8377, 14418, 10084, 15404, 9223, 8595, 19973, 12512, 18536, 14402, 19758, 13634, 14704, 8346, 11329, 9048, 19560, 11470, 15856, 8215, 10020, 8170, 12061, 12437, 8600, 21544, 10499, 16450, 12140, 14789, 9450, 8908, 20900, 8334, 16016, 8924, 11235, 7718, 8825, 13286, 8552, 9971, 8661, 9277, 8609, 8331, 7964, 8409, 8354, 9010, 14774, 8961, 12056, 8678, 10070, 8117, 9475, 7964, 8815, 17737, 8567, 13349, 9399, 9605, 7957, 8806, 7835, 8547, 8051, 8594, 9110, 8412, 11864, 8466, 10336, 8319, 8863, 8657, 8440, 8148, 8685, 16412, 8813, 13642, 8851, 10857, 8405, 8546, 10105, 8635, 14614, 8615, 14178, 8391, 9509, 8790, 8319, 8114, 8720, 16780, 8226, 12628, 8479, 8820, 8216, 8659, 15067, 8587, 11755, 8664, 10177, 8533, 11193, 8753, 11910, 8467, 10424, 8903, 15474, 11956, 16614, 8327, 7760, 7906, 7853, 9092, 8008, 9017, 8057, 7926, 15374, 13028, 15510, 10044, 18094, 10090, 19784, 13649, 20833, 14568, 17898, 11041, 14745, 12368, 14968, 9671, 13980, 9366, 15389, 8840, 17755, 12569, 12519, 8523, 7970, 8322, 8655, 16081, 8724, 16693, 8554, 10609, 8183, 12570, 10812, 16093, 9468, 8859, 11142, 8658, 18913, 9898, 17651, 9163, 9820, 9067, 8250, 8710, 8221, 8143, 8202, 9122, 8484, 10056, 8665, 14454, 8486, 11351, 8734, 13141, 9028, 16746, 9248, 14020], 'WindowCenter': [4513.0, 4446.0, 4484.0, 4441.0, 4451.0, 4405.0, 4423.0, 4414.0, 4402.0, 4454.0, 4401.0, 4442.0, 4399.0, 4422.0, 4392.0, 4410.0, 4382.0, 4390.0, 4393.0, 4393.0, 4393.0, 4391.0, 4393.0, 4393.0, 4392.0, 4404.0, 4392.0, 4404.0, 4394.0, 4405.0, 4392.0, 4404.0, 4403.0, 4406.0, 4404.0, 4405.0, 4395.0, 4417.0, 4405.0, 4405.0, 4455.0, 4408.0, 4456.0, 4428.0, 4446.0, 4406.0, 4425.0, 4407.0, 4427.0, 4406.0, 4446.0, 4408.0, 4438.0, 4409.0, 4438.0, 4420.0, 4438.0, 4430.0, 4448.0, 4418.0, 4438.0, 4420.0, 4439.0, 4419.0, 4439.0, 4419.0, 4408.0, 4409.0, 4419.0, 4421.0, 4471.0, 4452.0, 4480.0, 4418.0, 4459.0, 4408.0, 4448.0, 4426.0, 4467.0, 4405.0, 4425.0, 4405.0, 4406.0, 4407.0, 4425.0, 4393.0, 4415.0, 4402.0, 4405.0, 4446.0, 4416.0, 4446.0, 4425.0, 4454.0, 4393.0, 4401.0, 4394.0, 4404.0, 4414.0, 4404.0, 4433.0, 4404.0, 4444.0, 4393.0, 4413.0, 4393.0, 4403.0, 4392.0, 4403.0, 4452.0, 4403.0, 4422.0, 4392.0, 4413.0, 4390.0, 4403.0, 4421.0, 4402.0, 4432.0, 4391.0, 4422.0, 4392.0, 4391.0, 4380.0, 4402.0, 4441.0, 4391.0, 4431.0, 4392.0, 4411.0, 4392.0, 4402.0, 4403.0, 4405.0, 4444.0, 4403.0, 4434.0, 4394.0, 4394.0, 4424.0, 4403.0, 4454.0, 4402.0, 4422.0, 4382.0, 4401.0, 4423.0, 4401.0, 4422.0, 4391.0, 4401.0, 4390.0, 4401.0, 4383.0, 4402.0, 4432.0, 4391.0, 4411.0, 4392.0, 4392.0, 4392.0, 4406.0, 4425.0, 4404.0, 4402.0, 4407.0, 4398.0, 4374.0, 4373.0, 4381.0, 4393.0, 4430.0, 4422.0, 4463.0, 4435.0, 4432.0, 4420.0, 4468.0, 4404.0, 4407.0, 4438.0, 4431.0, 4482.0, 4450.0, 4481.0, 4451.0, 4459.0, 4436.0, 4435.0, 4413.0, 4441.0, 4380.0, 4389.0, 4441.0, 4392.0, 4452.0, 4411.0, 4420.0, 4379.0, 4388.0, 4379.0, 4382.0, 4390.0, 4379.0, 4391.0, 4404.0, 4392.0, 4404.0, 4436.0, 4405.0, 4434.0, 4406.0, 4415.0, 4404.0, 4406.0, 4416.0, 4407.0, 4457.0, 4396.0, 4435.0, 4396.0, 4407.0, 4404.0, 4395.0, 4457.0, 4394.0, 4425.0, 4392.0, 4405.0, 4382.0, 4406.0, 4435.0, 4394.0, 4424.0, 4395.0, 4406.0, 4395.0, 4397.0, 4435.0, 4404.0, 4444.0, 4395.0, 4407.0, 4402.0, 4395.0, 4455.0, 4393.0, 4424.0, 4396.0, 4415.0, 4407.0, 4406.0, 4407.0, 4408.0, 4409.0, 4410.0, 4441.0, 4412.0, 4472.0, 4439.0, 4462.0, 4428.0, 4408.0, 4471.0, 4459.0, 4457.0, 4413.0, 4426.0, 4466.0, 4395.0, 4444.0, 4415.0, 4434.0, 4402.0, 4423.0, 4393.0, 4393.0, 4393.0, 4395.0, 4426.0, 4405.0, 4443.0, 4394.0, 4434.0, 4405.0, 4414.0, 4396.0, 4423.0, 4384.0, 4392.0, 4466.0, 4393.0, 4435.0, 4403.0, 4422.0, 4389.0, 4391.0, 4442.0, 4390.0, 4412.0, 4390.0, 4411.0, 4390.0, 4390.0, 4390.0, 4391.0, 4381.0, 4392.0, 4433.0, 4392.0, 4411.0, 4391.0, 4395.0, 4391.0, 4433.0, 4392.0, 4412.0, 4392.0, 4404.0, 4413.0, 4392.0, 4457.0, 4392.0, 4432.0, 4393.0, 4392.0, 4453.0, 4402.0, 4431.0, 4389.0, 4390.0, 4379.0, 4390.0, 4429.0, 4389.0, 4421.0, 4380.0, 4390.0, 4390.0, 4392.0, 4390.0, 4392.0, 4380.0, 4403.0, 4443.0, 4393.0, 4423.0, 4394.0, 4423.0, 4393.0, 4393.0, 4391.0, 4395.0, 4445.0, 4394.0, 4434.0, 4392.0, 4411.0, 4394.0, 4403.0, 4384.0, 4402.0, 4443.0, 4403.0, 4434.0, 4393.0, 4404.0, 4393.0, 4393.0, 4392.0, 4404.0, 4401.0, 4404.0, 4414.0, 4404.0, 4414.0, 4406.0, 4415.0, 4406.0, 4407.0, 4404.0, 4407.0, 4415.0, 4407.0, 4436.0, 4406.0, 4447.0, 4406.0, 4437.0, 4416.0, 4436.0, 4408.0, 4436.0, 4397.0, 4405.0, 4408.0, 4407.0, 4406.0, 4438.0, 4407.0, 4417.0, 4408.0, 4419.0, 4418.0, 4457.0, 4408.0, 4448.0, 4406.0, 4418.0, 4407.0, 4427.0, 4398.0, 4416.0, 4445.0, 4393.0, 4457.0, 4394.0, 4424.0, 4393.0, 4392.0, 4402.0, 4393.0, 4423.0, 4392.0, 4402.0, 4393.0, 4402.0, 4395.0, 4379.0, 4379.0, 4393.0, 4393.0, 4381.0, 4397.0, 4402.0, 4421.0, 4441.0, 4436.0, 4476.0, 4454.0, 4451.0, 4410.0, 4457.0, 4418.0, 4484.0, 4461.0, 4470.0, 4459.0, 4467.0, 4439.0, 4457.0, 4426.0, 4425.0, 4404.0, 4393.0, 4404.0, 4422.0, 4404.0, 4466.0, 4444.0, 4456.0, 4413.0, 4433.0, 4401.0, 4442.0, 4422.0, 4430.0, 4400.0, 4377.0, 4367.0, 4380.0, 4401.0, 4421.0, 4442.0, 4399.0, 4387.0, 4378.0, 4378.0, 4378.0, 4410.0, 4377.0, 4378.0, 4387.0, 4388.0, 4408.0, 4387.0, 4378.0, 4398.0, 4378.0, 4379.0, 4394.0, 4403.0, 4384.0, 4404.0, 4394.0, 4406.0, 4394.0, 4426.0, 4406.0, 4425.0, 4426.0, 4406.0, 4446.0, 4403.0, 4414.0, 4453.0, 4412.0, 4443.0, 4436.0, 4457.0, 4447.0, 4468.0, 4434.0, 4443.0, 4441.0, 4428.0, 4396.0, 4427.0, 4385.0, 4414.0, 4394.0, 4383.0, 4361.0, 4399.0, 4338.0, 4400.0, 4347.0, 4377.0, 4345.0, 4357.0, 4349.0, 4347.0, 4337.0, 4336.0, 4337.0, 4336.0, 4336.0, 4346.0, 4339.0, 4359.0, 4362.0, 4369.0, 4353.0, 4362.0, 4363.0, 4375.0, 4375.0, 4355.0, 4376.0, 4376.0, 4366.0, 4385.0, 4365.0, 4374.0, 4354.0, 4365.0, 4374.0, 4364.0, 4414.0, 4363.0, 4382.0, 4355.0, 4364.0, 4354.0, 4365.0, 4364.0, 4377.0, 4375.0, 4368.0, 4365.0, 4378.0, 4388.0, 4387.0, 4389.0, 4399.0, 4380.0, 4391.0, 4381.0, 4391.0, 4432.0, 4382.0, 4391.0, 4392.0, 4392.0, 4392.0, 4393.0, 4422.0, 4394.0, 4404.0, 4393.0, 4404.0, 4433.0, 4398.0, 4425.0, 4408.0, 4407.0, 4417.0, 4418.0, 4409.0, 4417.0, 4420.0, 4419.0, 4419.0, 4420.0, 4430.0, 4422.0, 4472.0, 4420.0, 4461.0, 4433.0, 4450.0, 4453.0, 4461.0, 4423.0, 4452.0, 4421.0, 4441.0, 4442.0, 4472.0, 4432.0, 4460.0, 4420.0, 4430.0, 4433.0, 4463.0, 4443.0, 4474.0, 4452.0, 4422.0, 4420.0, 4421.0, 4431.0, 4421.0, 4484.0, 4452.0, 4485.0, 4450.0, 4459.0, 4420.0, 4450.0, 4448.0, 4468.0, 4427.0, 4435.0, 4394.0, 4445.0, 4407.0, 4468.0, 4436.0, 4445.0, 4415.0, 4404.0, 4404.0, 4405.0, 4425.0, 4424.0, 4414.0, 4465.0, 4412.0, 4453.0, 4423.0, 4442.0, 4410.0, 4430.0, 4390.0, 4379.0, 4379.0, 4378.0, 4379.0, 4380.0, 4379.0, 4378.0, 4389.0, 4388.0, 4380.0, 4420.0, 4390.0, 4430.0, 4380.0, 4409.0, 4389.0, 4397.0, 4377.0, 4379.0, 4389.0, 4378.0, 4389.0, 4379.0, 4389.0, 4392.0, 4390.0, 4410.0, 4390.0, 4419.0, 4390.0, 4420.0, 4390.0, 4410.0, 4390.0, 4399.0, 4392.0, 4412.0, 4404.0, 4394.0, 4392.0, 4393.0, 4390.0, 4370.0, 4391.0, 4382.0, 4384.0, 4406.0, 4395.0, 4401.0, 4409.0, 4448.0, 4439.0, 4470.0, 4438.0, 4469.0, 4448.0, 4466.0, 4444.0, 4441.0, 4452.0, 4420.0, 4419.0, 4397.0, 4389.0, 4405.0, 4374.0, 4411.0, 4361.0, 4408.0, 4359.0, 4388.0, 4350.0, 4358.0, 4348.0, 4357.0, 4347.0, 4358.0, 4348.0, 4359.0, 4350.0, 4362.0, 4351.0, 4361.0, 4363.0, 4372.0, 4362.0, 4363.0, 4374.0, 4385.0, 4375.0, 4414.0, 4374.0, 4395.0, 4366.0, 4375.0, 4363.0, 4376.0, 4366.0, 4386.0, 4416.0, 4386.0, 4397.0, 4378.0, 4377.0, 4388.0, 4377.0, 4381.0, 4380.0, 4392.0, 4403.0, 4405.0, 4394.0, 4396.0, 4395.0, 4395.0, 4406.0, 4444.0, 4404.0, 4434.0, 4403.0, 4394.0, 4392.0, 4406.0, 4424.0, 4394.0, 4434.0, 4394.0, 4416.0, 4406.0, 4415.0, 4405.0, 4425.0, 4406.0, 4405.0, 4408.0, 4417.0, 4409.0, 4448.0, 4408.0, 4397.0, 4406.0, 4408.0, 4409.0, 4421.0, 4420.0, 4419.0, 4420.0, 4438.0, 4420.0, 4440.0, 4410.0, 4450.0, 4408.0, 4409.0, 4448.0, 4408.0, 4459.0, 4418.0, 4458.0, 4407.0, 4418.0, 4394.0, 4407.0, 4446.0, 4405.0, 4468.0, 4405.0, 4432.0, 4394.0, 4393.0, 4395.0, 4394.0, 4412.0, 4392.0, 4401.0, 4405.0, 4418.0, 4421.0, 4434.0, 4422.0, 4439.0, 4419.0, 4445.0, 4406.0, 4436.0, 4404.0, 4446.0, 4446.0, 4402.0, 4465.0, 4422.0, 4421.0, 4451.0, 4400.0, 4451.0, 4409.0, 4408.0, 4378.0, 4377.0, 4428.0, 4379.0, 4399.0, 4369.0, 4376.0, 4367.0, 4388.0, 4398.0, 4378.0, 4389.0, 4388.0, 4381.0, 4379.0, 4391.0, 4419.0, 4391.0, 4421.0, 4378.0, 4390.0, 4369.0, 4378.0, 4429.0, 4387.0, 4408.0, 4378.0, 4378.0, 4368.0, 4387.0, 4397.0, 4389.0, 4388.0, 4378.0, 4378.0, 4380.0, 4381.0, 4380.0, 4392.0, 4421.0, 4393.0, 4402.0, 4394.0, 4392.0, 4382.0, 4403.0, 4402.0, 4404.0, 4424.0, 4395.0, 4425.0, 4406.0, 4417.0, 4395.0, 4396.0, 4417.0, 4406.0, 4457.0, 4406.0, 4435.0, 4414.0, 4424.0, 4393.0, 4394.0, 4394.0, 4406.0, 4423.0, 4406.0, 4435.0, 4395.0, 4413.0, 4396.0, 4406.0, 4395.0, 4404.0, 4425.0, 4405.0, 4436.0, 4396.0, 4405.0, 4395.0, 4406.0, 4415.0, 4406.0, 4435.0, 4406.0, 4418.0, 4408.0, 4418.0, 4410.0, 4408.0, 4399.0, 4409.0, 4408.0, 4421.0, 4430.0, 4432.0, 4408.0, 4420.0, 4421.0, 4423.0, 4434.0, 4473.0, 4442.0, 4472.0, 4428.0, 4420.0, 4492.0, 4450.0, 4483.0, 4460.0, 4478.0, 4447.0, 4446.0, 4395.0, 4427.0, 4406.0, 4467.0, 4425.0, 4454.0, 4396.0, 4413.0, 4393.0, 4435.0, 4423.0, 4394.0, 4478.0, 4414.0, 4445.0, 4421.0, 4433.0, 4390.0, 4392.0, 4465.0, 4381.0, 4441.0, 4376.0, 4398.0, 4369.0, 4378.0, 4418.0, 4378.0, 4398.0, 4378.0, 4388.0, 4391.0, 4379.0, 4379.0, 4380.0, 4379.0, 4390.0, 4431.0, 4390.0, 4412.0, 4391.0, 4401.0, 4380.0, 4400.0, 4378.0, 4389.0, 4442.0, 4391.0, 4419.0, 4390.0, 4389.0, 4377.0, 4390.0, 4369.0, 4391.0, 4380.0, 4391.0, 4391.0, 4392.0, 4423.0, 4393.0, 4414.0, 4394.0, 4405.0, 4406.0, 4406.0, 4395.0, 4407.0, 4455.0, 4406.0, 4434.0, 4402.0, 4413.0, 4392.0, 4404.0, 4412.0, 4393.0, 4443.0, 4396.0, 4434.0, 4395.0, 4416.0, 4406.0, 4395.0, 4394.0, 4406.0, 4457.0, 4395.0, 4426.0, 4395.0, 4403.0, 4394.0, 4394.0, 4444.0, 4404.0, 4424.0, 4406.0, 4414.0, 4406.0, 4427.0, 4406.0, 4426.0, 4408.0, 4427.0, 4418.0, 4471.0, 4442.0, 4472.0, 4418.0, 4410.0, 4410.0, 4409.0, 4421.0, 4410.0, 4420.0, 4410.0, 4411.0, 4459.0, 4450.0, 4459.0, 4419.0, 4467.0, 4416.0, 4479.0, 4436.0, 4466.0, 4444.0, 4455.0, 4424.0, 4445.0, 4424.0, 4445.0, 4404.0, 4434.0, 4402.0, 4432.0, 4393.0, 4455.0, 4425.0, 4423.0, 4393.0, 4394.0, 4406.0, 4394.0, 4443.0, 4393.0, 4444.0, 4393.0, 4401.0, 4393.0, 4421.0, 4401.0, 4432.0, 4388.0, 4389.0, 4399.0, 4379.0, 4440.0, 4388.0, 4428.0, 4387.0, 4387.0, 4389.0, 4379.0, 4391.0, 4380.0, 4380.0, 4381.0, 4390.0, 4393.0, 4403.0, 4393.0, 4434.0, 4394.0, 4412.0, 4394.0, 4422.0, 4392.0, 4442.0, 4390.0, 4418.0], 'WindowWidth': [9914.0, 9807.0, 9860.0, 9785.0, 9799.0, 9729.0, 9751.0, 9736.0, 9717.0, 9796.0, 9713.0, 9776.0, 9710.0, 9744.0, 9702.0, 9725.0, 9690.0, 9699.0, 9706.0, 9706.0, 9707.0, 9702.0, 9708.0, 9708.0, 9706.0, 9725.0, 9707.0, 9725.0, 9710.0, 9725.0, 9707.0, 9725.0, 9723.0, 9731.0, 9726.0, 9729.0, 9715.0, 9746.0, 9729.0, 9731.0, 9799.0, 9736.0, 9801.0, 9763.0, 9786.0, 9731.0, 9754.0, 9735.0, 9761.0, 9733.0, 9785.0, 9738.0, 9775.0, 9739.0, 9779.0, 9758.0, 9779.0, 9771.0, 9792.0, 9752.0, 9778.0, 9758.0, 9784.0, 9757.0, 9783.0, 9754.0, 9738.0, 9743.0, 9758.0, 9762.0, 9832.0, 9804.0, 9845.0, 9751.0, 9811.0, 9739.0, 9795.0, 9763.0, 9821.0, 9731.0, 9756.0, 9728.0, 9732.0, 9735.0, 9757.0, 9712.0, 9742.0, 9722.0, 9729.0, 9788.0, 9746.0, 9789.0, 9758.0, 9799.0, 9709.0, 9719.0, 9712.0, 9727.0, 9739.0, 9725.0, 9763.0, 9724.0, 9782.0, 9709.0, 9738.0, 9709.0, 9723.0, 9705.0, 9722.0, 9793.0, 9723.0, 9748.0, 9706.0, 9736.0, 9701.0, 9720.0, 9744.0, 9721.0, 9761.0, 9705.0, 9746.0, 9705.0, 9703.0, 9686.0, 9719.0, 9774.0, 9704.0, 9758.0, 9705.0, 9730.0, 9706.0, 9721.0, 9724.0, 9730.0, 9782.0, 9723.0, 9767.0, 9711.0, 9714.0, 9751.0, 9722.0, 9801.0, 9719.0, 9748.0, 9690.0, 9716.0, 9748.0, 9717.0, 9748.0, 9703.0, 9716.0, 9700.0, 9715.0, 9693.0, 9720.0, 9760.0, 9704.0, 9731.0, 9706.0, 9706.0, 9706.0, 9730.0, 9755.0, 9724.0, 9718.0, 9730.0, 9716.0, 9677.0, 9669.0, 9679.0, 9707.0, 9772.0, 9764.0, 9822.0, 9790.0, 9777.0, 9759.0, 9824.0, 9728.0, 9734.0, 9778.0, 9773.0, 9854.0, 9801.0, 9849.0, 9800.0, 9809.0, 9772.0, 9770.0, 9733.0, 9771.0, 9683.0, 9696.0, 9772.0, 9703.0, 9795.0, 9727.0, 9739.0, 9682.0, 9694.0, 9684.0, 9690.0, 9700.0, 9686.0, 9703.0, 9723.0, 9705.0, 9727.0, 9771.0, 9730.0, 9768.0, 9730.0, 9742.0, 9726.0, 9732.0, 9743.0, 9732.0, 9804.0, 9716.0, 9770.0, 9716.0, 9732.0, 9726.0, 9713.0, 9804.0, 9710.0, 9754.0, 9707.0, 9727.0, 9694.0, 9728.0, 9767.0, 9711.0, 9752.0, 9713.0, 9730.0, 9713.0, 9719.0, 9769.0, 9726.0, 9780.0, 9714.0, 9732.0, 9720.0, 9714.0, 9798.0, 9709.0, 9751.0, 9715.0, 9740.0, 9735.0, 9732.0, 9736.0, 9737.0, 9740.0, 9744.0, 9786.0, 9749.0, 9832.0, 9782.0, 9818.0, 9764.0, 9736.0, 9834.0, 9806.0, 9807.0, 9737.0, 9756.0, 9818.0, 9713.0, 9782.0, 9739.0, 9766.0, 9721.0, 9749.0, 9707.0, 9707.0, 9710.0, 9713.0, 9756.0, 9726.0, 9778.0, 9710.0, 9767.0, 9728.0, 9739.0, 9716.0, 9751.0, 9697.0, 9706.0, 9820.0, 9709.0, 9770.0, 9721.0, 9745.0, 9697.0, 9700.0, 9774.0, 9699.0, 9730.0, 9700.0, 9729.0, 9699.0, 9698.0, 9702.0, 9703.0, 9688.0, 9706.0, 9761.0, 9705.0, 9730.0, 9702.0, 9712.0, 9704.0, 9760.0, 9705.0, 9731.0, 9704.0, 9723.0, 9734.0, 9707.0, 9806.0, 9706.0, 9761.0, 9705.0, 9705.0, 9794.0, 9717.0, 9758.0, 9695.0, 9697.0, 9683.0, 9698.0, 9753.0, 9696.0, 9740.0, 9685.0, 9698.0, 9700.0, 9704.0, 9699.0, 9704.0, 9687.0, 9721.0, 9776.0, 9710.0, 9749.0, 9710.0, 9749.0, 9707.0, 9707.0, 9702.0, 9713.0, 9784.0, 9710.0, 9765.0, 9706.0, 9731.0, 9708.0, 9721.0, 9696.0, 9719.0, 9777.0, 9721.0, 9765.0, 9706.0, 9722.0, 9707.0, 9706.0, 9705.0, 9722.0, 9716.0, 9724.0, 9736.0, 9725.0, 9737.0, 9730.0, 9740.0, 9731.0, 9731.0, 9728.0, 9733.0, 9742.0, 9733.0, 9772.0, 9731.0, 9790.0, 9733.0, 9777.0, 9746.0, 9773.0, 9736.0, 9771.0, 9719.0, 9727.0, 9736.0, 9734.0, 9731.0, 9776.0, 9732.0, 9746.0, 9737.0, 9751.0, 9751.0, 9805.0, 9737.0, 9790.0, 9730.0, 9750.0, 9735.0, 9760.0, 9722.0, 9745.0, 9785.0, 9709.0, 9806.0, 9710.0, 9752.0, 9707.0, 9705.0, 9717.0, 9706.0, 9750.0, 9707.0, 9720.0, 9709.0, 9718.0, 9714.0, 9681.0, 9682.0, 9706.0, 9704.0, 9685.0, 9718.0, 9719.0, 9764.0, 9793.0, 9790.0, 9844.0, 9812.0, 9801.0, 9741.0, 9804.0, 9752.0, 9856.0, 9818.0, 9833.0, 9810.0, 9821.0, 9783.0, 9806.0, 9761.0, 9755.0, 9726.0, 9709.0, 9723.0, 9747.0, 9725.0, 9822.0, 9782.0, 9800.0, 9735.0, 9761.0, 9716.0, 9776.0, 9745.0, 9755.0, 9711.0, 9678.0, 9664.0, 9685.0, 9714.0, 9744.0, 9781.0, 9708.0, 9691.0, 9679.0, 9679.0, 9678.0, 9724.0, 9676.0, 9677.0, 9691.0, 9693.0, 9721.0, 9691.0, 9680.0, 9706.0, 9679.0, 9681.0, 9709.0, 9724.0, 9697.0, 9724.0, 9710.0, 9729.0, 9711.0, 9759.0, 9730.0, 9753.0, 9758.0, 9729.0, 9786.0, 9719.0, 9732.0, 9792.0, 9729.0, 9780.0, 9770.0, 9809.0, 9789.0, 9832.0, 9765.0, 9779.0, 9769.0, 9749.0, 9695.0, 9745.0, 9680.0, 9718.0, 9690.0, 9674.0, 9639.0, 9690.0, 9602.0, 9696.0, 9610.0, 9654.0, 9608.0, 9628.0, 9619.0, 9611.0, 9600.0, 9595.0, 9598.0, 9596.0, 9598.0, 9610.0, 9606.0, 9636.0, 9643.0, 9650.0, 9636.0, 9647.0, 9650.0, 9669.0, 9668.0, 9640.0, 9670.0, 9669.0, 9655.0, 9680.0, 9654.0, 9664.0, 9636.0, 9651.0, 9661.0, 9648.0, 9721.0, 9646.0, 9672.0, 9637.0, 9647.0, 9634.0, 9652.0, 9649.0, 9670.0, 9667.0, 9661.0, 9656.0, 9675.0, 9691.0, 9688.0, 9694.0, 9707.0, 9683.0, 9700.0, 9684.0, 9701.0, 9755.0, 9690.0, 9700.0, 9702.0, 9704.0, 9702.0, 9707.0, 9744.0, 9708.0, 9723.0, 9706.0, 9724.0, 9761.0, 9720.0, 9752.0, 9735.0, 9732.0, 9748.0, 9748.0, 9740.0, 9747.0, 9755.0, 9752.0, 9753.0, 9756.0, 9768.0, 9760.0, 9830.0, 9755.0, 9814.0, 9776.0, 9798.0, 9805.0, 9813.0, 9763.0, 9802.0, 9761.0, 9787.0, 9789.0, 9831.0, 9775.0, 9812.0, 9758.0, 9769.0, 9779.0, 9818.0, 9797.0, 9838.0, 9802.0, 9762.0, 9757.0, 9758.0, 9772.0, 9760.0, 9852.0, 9803.0, 9859.0, 9797.0, 9810.0, 9754.0, 9797.0, 9788.0, 9824.0, 9757.0, 9766.0, 9711.0, 9783.0, 9732.0, 9825.0, 9769.0, 9782.0, 9737.0, 9724.0, 9724.0, 9726.0, 9754.0, 9749.0, 9737.0, 9813.0, 9729.0, 9797.0, 9745.0, 9774.0, 9725.0, 9751.0, 9696.0, 9682.0, 9681.0, 9679.0, 9681.0, 9682.0, 9680.0, 9678.0, 9693.0, 9691.0, 9682.0, 9737.0, 9694.0, 9753.0, 9681.0, 9720.0, 9694.0, 9703.0, 9675.0, 9679.0, 9693.0, 9677.0, 9694.0, 9680.0, 9695.0, 9700.0, 9697.0, 9724.0, 9697.0, 9738.0, 9698.0, 9738.0, 9697.0, 9724.0, 9697.0, 9710.0, 9702.0, 9729.0, 9728.0, 9710.0, 9704.0, 9706.0, 9695.0, 9668.0, 9698.0, 9690.0, 9695.0, 9729.0, 9710.0, 9734.0, 9735.0, 9789.0, 9780.0, 9830.0, 9779.0, 9829.0, 9795.0, 9817.0, 9781.0, 9770.0, 9791.0, 9740.0, 9735.0, 9703.0, 9694.0, 9710.0, 9666.0, 9713.0, 9642.0, 9706.0, 9639.0, 9675.0, 9625.0, 9633.0, 9621.0, 9632.0, 9618.0, 9637.0, 9621.0, 9640.0, 9627.0, 9647.0, 9630.0, 9646.0, 9649.0, 9662.0, 9649.0, 9650.0, 9667.0, 9682.0, 9668.0, 9726.0, 9667.0, 9695.0, 9658.0, 9667.0, 9653.0, 9671.0, 9658.0, 9686.0, 9729.0, 9685.0, 9703.0, 9679.0, 9678.0, 9694.0, 9678.0, 9688.0, 9686.0, 9705.0, 9722.0, 9727.0, 9713.0, 9717.0, 9714.0, 9714.0, 9731.0, 9782.0, 9727.0, 9767.0, 9723.0, 9711.0, 9707.0, 9730.0, 9753.0, 9711.0, 9768.0, 9713.0, 9745.0, 9731.0, 9742.0, 9729.0, 9754.0, 9731.0, 9728.0, 9738.0, 9750.0, 9740.0, 9793.0, 9738.0, 9720.0, 9736.0, 9738.0, 9742.0, 9759.0, 9758.0, 9754.0, 9757.0, 9782.0, 9759.0, 9786.0, 9744.0, 9796.0, 9738.0, 9739.0, 9791.0, 9738.0, 9811.0, 9751.0, 9808.0, 9735.0, 9748.0, 9713.0, 9733.0, 9786.0, 9728.0, 9823.0, 9728.0, 9763.0, 9710.0, 9711.0, 9715.0, 9709.0, 9732.0, 9705.0, 9713.0, 9731.0, 9753.0, 9762.0, 9787.0, 9766.0, 9781.0, 9754.0, 9786.0, 9732.0, 9774.0, 9726.0, 9789.0, 9785.0, 9722.0, 9819.0, 9747.0, 9746.0, 9788.0, 9711.0, 9791.0, 9721.0, 9720.0, 9677.0, 9677.0, 9751.0, 9681.0, 9709.0, 9667.0, 9676.0, 9663.0, 9694.0, 9707.0, 9681.0, 9696.0, 9695.0, 9687.0, 9684.0, 9701.0, 9738.0, 9701.0, 9742.0, 9680.0, 9697.0, 9668.0, 9680.0, 9752.0, 9691.0, 9720.0, 9678.0, 9679.0, 9665.0, 9690.0, 9704.0, 9694.0, 9693.0, 9682.0, 9682.0, 9687.0, 9688.0, 9687.0, 9706.0, 9745.0, 9710.0, 9721.0, 9711.0, 9708.0, 9695.0, 9724.0, 9720.0, 9725.0, 9754.0, 9715.0, 9756.0, 9732.0, 9746.0, 9715.0, 9719.0, 9745.0, 9733.0, 9805.0, 9731.0, 9771.0, 9739.0, 9754.0, 9709.0, 9711.0, 9712.0, 9731.0, 9752.0, 9731.0, 9769.0, 9715.0, 9738.0, 9718.0, 9731.0, 9716.0, 9728.0, 9755.0, 9729.0, 9772.0, 9716.0, 9729.0, 9715.0, 9731.0, 9743.0, 9731.0, 9770.0, 9734.0, 9751.0, 9741.0, 9754.0, 9744.0, 9739.0, 9727.0, 9742.0, 9740.0, 9762.0, 9776.0, 9781.0, 9739.0, 9761.0, 9765.0, 9768.0, 9787.0, 9838.0, 9792.0, 9835.0, 9766.0, 9759.0, 9866.0, 9798.0, 9855.0, 9814.0, 9841.0, 9788.0, 9787.0, 9717.0, 9760.0, 9731.0, 9823.0, 9756.0, 9796.0, 9716.0, 9737.0, 9709.0, 9771.0, 9751.0, 9712.0, 9843.0, 9738.0, 9789.0, 9746.0, 9765.0, 9700.0, 9705.0, 9818.0, 9689.0, 9772.0, 9677.0, 9707.0, 9666.0, 9680.0, 9734.0, 9681.0, 9708.0, 9682.0, 9694.0, 9699.0, 9683.0, 9684.0, 9687.0, 9683.0, 9700.0, 9756.0, 9699.0, 9730.0, 9702.0, 9716.0, 9686.0, 9713.0, 9680.0, 9697.0, 9777.0, 9701.0, 9739.0, 9697.0, 9695.0, 9677.0, 9698.0, 9669.0, 9699.0, 9685.0, 9703.0, 9701.0, 9706.0, 9750.0, 9710.0, 9739.0, 9711.0, 9730.0, 9732.0, 9735.0, 9714.0, 9731.0, 9799.0, 9728.0, 9766.0, 9721.0, 9737.0, 9707.0, 9725.0, 9732.0, 9709.0, 9778.0, 9716.0, 9766.0, 9714.0, 9743.0, 9731.0, 9715.0, 9712.0, 9730.0, 9804.0, 9713.0, 9757.0, 9712.0, 9723.0, 9709.0, 9711.0, 9778.0, 9726.0, 9754.0, 9730.0, 9739.0, 9731.0, 9759.0, 9731.0, 9758.0, 9736.0, 9762.0, 9751.0, 9831.0, 9787.0, 9832.0, 9753.0, 9745.0, 9743.0, 9741.0, 9760.0, 9744.0, 9758.0, 9745.0, 9746.0, 9811.0, 9798.0, 9809.0, 9752.0, 9821.0, 9746.0, 9840.0, 9773.0, 9823.0, 9779.0, 9799.0, 9753.0, 9782.0, 9754.0, 9780.0, 9723.0, 9764.0, 9717.0, 9759.0, 9706.0, 9797.0, 9756.0, 9745.0, 9708.0, 9713.0, 9729.0, 9711.0, 9779.0, 9706.0, 9780.0, 9705.0, 9715.0, 9705.0, 9744.0, 9714.0, 9759.0, 9691.0, 9693.0, 9707.0, 9680.0, 9770.0, 9691.0, 9749.0, 9689.0, 9689.0, 9694.0, 9682.0, 9702.0, 9684.0, 9684.0, 9686.0, 9701.0, 9707.0, 9720.0, 9706.0, 9765.0, 9710.0, 9732.0, 9711.0, 9745.0, 9705.0, 9773.0, 9698.0, 9735.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.0012954458874458875</td></tr>
<tr><td colspan=3>aqi</td><td>0.03233818441558441</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.151234879540716</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3003369680762562</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9973506524956677</td></tr>
<tr><td colspan=3>efc</td><td>0.4799</td></tr>
<tr><td colspan=3>fber</td><td>7695.3525</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09581654972575546</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.878787878787879</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.513891995405452</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4251946694515807</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.769248024885073</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.347233291879702</td></tr>
<tr><td colspan=3>gcor</td><td>0.0233986</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00327647989615798</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04159366339445114</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8557745486539843</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>15.3342</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.5863</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.1184</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298813.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1013.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.1694</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.387</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.6929</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3600.2048</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77731.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4716.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.5309</td></tr>
<tr><td colspan=3>tsnr</td><td>36.345423074672</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>