<?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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-03/func/sub-0026_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>eff98fe2ff56ee60432d84d5d6e88406</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>10:38:43.265000</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.9958, 0.000710459, 0.0915539, -0.00695212, 0.99767, 0.0678739]</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.0962861</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, -7746, -7272, 615, 11, -115, 16, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.873</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c5a62a8-304d-46db-a314-4b41bfef0158||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.6716582775115967, -0.018652040511369705, 0.24648933112621307, 107.32093048095703], [-0.001906110323034227, 2.6766748428344727, 0.18420833349227905, -96.04588317871094], [0.24563245475292206, -0.18210069835186005, 2.6824076175689697, -63.66690444946289], [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': ['103843.265000', '103843.725000', '103844.185000', '103844.645000', '103845.105000', '103845.565000', '103846.025000', '103846.485000', '103846.945000', '103847.405000', '103847.865000', '103848.325000', '103848.785000', '103849.245000', '103849.705000', '103850.165000', '103850.625000', '103851.085000', '103851.545000', '103852.005000', '103852.465000', '103852.925000', '103853.385000', '103853.845000', '103854.305000', '103854.765000', '103855.225000', '103855.685000', '103856.145000', '103856.605000', '103857.065000', '103857.525000', '103857.985000', '103858.445000', '103858.905000', '103859.365000', '103859.825000', '103900.285000', '103900.745000', '103901.205000', '103901.665000', '103902.125000', '103902.585000', '103903.045000', '103903.505000', '103903.965000', '103904.425000', '103904.885000', '103905.345000', '103905.805000', '103906.265000', '103906.725000', '103907.185000', '103907.645000', '103908.105000', '103908.565000', '103909.025000', '103909.485000', '103909.945000', '103910.405000', '103910.865000', '103911.325000', '103911.785000', '103912.245000', '103912.705000', '103913.165000', '103913.625000', '103914.085000', '103914.545000', '103915.005000', '103915.465000', '103915.925000', '103916.385000', '103916.845000', '103917.305000', '103917.765000', '103918.225000', '103918.685000', '103919.145000', '103919.605000', '103920.065000', '103920.525000', '103920.985000', '103921.445000', '103921.905000', '103922.365000', '103922.825000', '103923.285000', '103923.745000', '103924.205000', '103924.665000', '103925.125000', '103925.585000', '103926.045000', '103926.505000', '103926.965000', '103927.425000', '103927.885000', '103928.345000', '103928.805000', '103929.265000', '103929.725000', '103930.185000', '103930.645000', '103931.105000', '103931.565000', '103932.025000', '103932.485000', '103932.945000', '103933.405000', '103933.865000', '103934.325000', '103934.785000', '103935.245000', '103935.705000', '103936.165000', '103936.625000', '103937.085000', '103937.545000', '103938.005000', '103938.465000', '103938.925000', '103939.385000', '103939.845000', '103940.305000', '103940.765000', '103941.225000', '103941.685000', '103942.145000', '103942.605000', '103943.065000', '103943.525000', '103943.985000', '103944.445000', '103944.905000', '103945.365000', '103945.825000', '103946.285000', '103946.745000', '103947.205000', '103947.665000', '103948.125000', '103948.585000', '103949.045000', '103949.505000', '103949.965000', '103950.425000', '103950.885000', '103951.345000', '103951.805000', '103952.265000', '103952.725000', '103953.185000', '103953.645000', '103954.105000', '103954.565000', '103955.025000', '103955.485000', '103955.945000', '103956.405000', '103956.865000', '103957.325000', '103957.785000', '103958.245000', '103958.705000', '103959.165000', '103959.625000', '104000.085000', '104000.545000', '104001.005000', '104001.465000', '104001.925000', '104002.385000', '104002.845000', '104003.305000', '104003.765000', '104004.225000', '104004.685000', '104005.145000', '104005.605000', '104006.065000', '104006.525000', '104006.985000', '104007.445000', '104007.905000', '104008.365000', '104008.825000', '104009.285000', '104009.745000', '104010.205000', '104010.665000', '104011.125000', '104011.585000', '104012.045000', '104012.505000', '104012.965000', '104013.425000', '104013.885000', '104014.345000', '104014.805000', '104015.265000', '104015.725000', '104016.185000', '104016.645000', '104017.105000', '104017.565000', '104018.025000', '104018.485000', '104018.945000', '104019.405000', '104019.865000', '104020.325000', '104020.785000', '104021.245000', '104021.705000', '104022.165000', '104022.625000', '104023.085000', '104023.545000', '104024.005000', '104024.465000', '104024.925000', '104025.385000', '104025.845000', '104026.305000', '104026.765000', '104027.225000', '104027.685000', '104028.145000', '104028.605000', '104029.065000', '104029.525000', '104029.985000', '104030.445000', '104030.905000', '104031.365000', '104031.825000', '104032.285000', '104032.745000', '104033.205000', '104033.665000', '104034.125000', '104034.585000', '104035.045000', '104035.505000', '104035.965000', '104036.425000', '104036.885000', '104037.345000', '104037.805000', '104038.265000', '104038.725000', '104039.185000', '104039.645000', '104040.105000', '104040.565000', '104041.025000', '104041.485000', '104041.945000', '104042.405000', '104042.865000', '104043.325000', '104043.785000', '104044.245000', '104044.705000', '104045.165000', '104045.625000', '104046.085000', '104046.545000', '104047.005000', '104047.465000', '104047.925000', '104048.385000', '104048.845000', '104049.305000', '104049.765000', '104050.225000', '104050.685000', '104051.145000', '104051.605000', '104052.065000', '104052.525000', '104052.985000', '104053.445000', '104053.905000', '104054.365000', '104054.825000', '104055.285000', '104055.745000', '104056.205000', '104056.665000', '104057.125000', '104057.585000', '104058.045000', '104058.505000', '104058.965000', '104059.425000', '104059.885000', '104100.345000', '104100.805000', '104101.265000', '104101.725000', '104102.185000', '104102.645000', '104103.105000', '104103.565000', '104104.025000', '104104.485000', '104104.945000', '104105.405000', '104105.865000', '104106.325000', '104106.785000', '104107.245000', '104107.705000', '104108.165000', '104108.625000', '104109.085000', '104109.545000', '104110.005000', '104110.465000', '104110.925000', '104111.385000', '104111.845000', '104112.305000', '104112.765000', '104113.225000', '104113.685000', '104114.145000', '104114.605000', '104115.065000', '104115.525000', '104115.985000', '104116.445000', '104116.905000', '104117.365000', '104117.825000', '104118.285000', '104118.745000', '104119.205000', '104119.665000', '104120.125000', '104120.585000', '104121.045000', '104121.505000', '104121.965000', '104122.425000', '104122.885000', '104123.345000', '104123.805000', '104124.265000', '104124.725000', '104125.185000', '104125.645000', '104126.105000', '104126.565000', '104127.025000', '104127.485000', '104127.945000', '104128.405000', '104128.865000', '104129.325000', '104129.785000', '104130.245000', '104130.705000', '104131.165000', '104131.625000', '104132.085000', '104132.545000', '104133.005000', '104133.465000', '104133.925000', '104134.385000', '104134.845000', '104135.305000', '104135.765000', '104136.225000', '104136.685000', '104137.145000', '104137.605000', '104138.065000', '104138.525000', '104138.985000', '104139.445000', '104139.905000', '104140.365000', '104140.825000', '104141.285000', '104141.745000', '104142.205000', '104142.665000', '104143.125000', '104143.585000', '104144.045000', '104144.505000', '104144.965000', '104145.425000', '104145.885000', '104146.345000', '104146.805000', '104147.265000', '104147.725000', '104148.185000', '104148.645000', '104149.105000', '104149.565000', '104150.025000', '104150.485000', '104150.945000', '104151.405000', '104151.865000', '104152.325000', '104152.785000', '104153.245000', '104153.705000', '104154.165000', '104154.625000', '104155.085000', '104155.545000', '104156.005000', '104156.465000', '104156.925000', '104157.385000', '104157.845000', '104158.305000', '104158.765000', '104159.225000', '104159.685000', '104200.145000', '104200.605000', '104201.065000', '104201.525000', '104201.985000', '104202.445000', '104202.905000', '104203.365000', '104203.825000', '104204.285000', '104204.745000', '104205.205000', '104205.665000', '104206.125000', '104206.585000', '104207.045000', '104207.505000', '104207.965000', '104208.425000', '104208.885000', '104209.345000', '104209.805000', '104210.265000', '104210.725000', '104211.185000', '104211.645000', '104212.105000', '104212.565000', '104213.025000', '104213.485000', '104213.945000', '104214.405000', '104214.865000', '104215.325000', '104215.785000', '104216.245000', '104216.705000', '104217.165000', '104217.625000', '104218.085000', '104218.545000', '104219.005000', '104219.465000', '104219.925000', '104220.385000', '104220.845000', '104221.305000', '104221.765000', '104222.225000', '104222.685000', '104223.145000', '104223.605000', '104224.065000', '104224.525000', '104224.985000', '104225.445000', '104225.905000', '104226.365000', '104226.825000', '104227.285000', '104227.745000', '104228.205000', '104228.665000', '104229.125000', '104229.585000', '104230.045000', '104230.505000', '104230.965000', '104231.425000', '104231.885000', '104232.345000', '104232.805000', '104233.265000', '104233.725000', '104234.185000', '104234.645000', '104235.105000', '104235.565000', '104236.025000', '104236.485000', '104236.945000', '104237.405000', '104237.865000', '104238.325000', '104238.785000', '104239.245000', '104239.705000', '104240.165000', '104240.625000', '104241.085000', '104241.545000', '104242.005000', '104242.465000', '104242.925000', '104243.385000', '104243.845000', '104244.305000', '104244.765000', '104245.225000', '104245.685000', '104246.145000', '104246.605000', '104247.065000', '104247.525000', '104247.985000', '104248.445000', '104248.905000', '104249.365000', '104249.825000', '104250.285000', '104250.745000', '104251.205000', '104251.665000', '104252.125000', '104252.585000', '104253.045000', '104253.505000', '104253.965000', '104254.425000', '104254.885000', '104255.345000', '104255.805000', '104256.265000', '104256.725000', '104257.185000', '104257.645000', '104258.105000', '104258.565000', '104259.025000', '104259.485000', '104259.945000', '104300.405000', '104300.865000', '104301.325000', '104301.785000', '104302.245000', '104302.705000', '104303.165000', '104303.625000', '104304.085000', '104304.545000', '104305.005000', '104305.465000', '104305.925000', '104306.385000', '104306.845000', '104307.305000', '104307.765000', '104308.225000', '104308.685000', '104309.145000', '104309.605000', '104310.065000', '104310.525000', '104310.985000', '104311.445000', '104311.905000', '104312.365000', '104312.825000', '104313.285000', '104313.745000', '104314.205000', '104314.665000', '104315.125000', '104315.585000', '104316.045000', '104316.505000', '104316.965000', '104317.425000', '104317.885000', '104318.345000', '104318.805000', '104319.265000', '104319.725000', '104320.185000', '104320.645000', '104321.105000', '104321.565000', '104322.025000', '104322.485000', '104322.945000', '104323.405000', '104323.865000', '104324.325000', '104324.785000', '104325.245000', '104325.705000', '104326.165000', '104326.625000', '104327.085000', '104327.545000', '104328.005000', '104328.465000', '104328.925000', '104329.385000', '104329.845000', '104330.305000', '104330.765000', '104331.225000', '104331.685000', '104332.145000', '104332.605000', '104333.065000', '104333.525000', '104333.985000', '104334.445000', '104334.905000', '104335.365000', '104335.825000', '104336.285000', '104336.745000', '104337.205000', '104337.665000', '104338.125000', '104338.585000', '104339.045000', '104339.505000', '104339.965000', '104340.425000', '104340.885000', '104341.345000', '104341.805000', '104342.265000', '104342.725000', '104343.185000', '104343.645000', '104344.105000', '104344.565000', '104345.025000', '104345.485000', '104345.945000', '104346.405000', '104346.865000', '104347.325000', '104347.785000', '104348.245000', '104348.705000', '104349.165000', '104349.625000', '104350.085000', '104350.545000', '104351.005000', '104351.465000', '104351.925000', '104352.385000', '104352.845000', '104353.305000', '104353.765000', '104354.225000', '104354.685000', '104355.145000', '104355.605000', '104356.065000', '104356.525000', '104356.985000', '104357.445000', '104357.905000', '104358.365000', '104358.825000', '104359.285000', '104359.745000', '104400.205000', '104400.665000', '104401.125000', '104401.585000', '104402.045000', '104402.505000', '104402.965000', '104403.425000', '104403.885000', '104404.345000', '104404.805000', '104405.265000', '104405.725000', '104406.185000', '104406.645000', '104407.105000', '104407.565000', '104408.025000', '104408.485000', '104408.945000', '104409.405000', '104409.865000', '104410.325000', '104410.785000', '104411.245000', '104411.705000', '104412.165000', '104412.625000', '104413.085000', '104413.545000', '104414.005000', '104414.465000', '104414.925000', '104415.385000', '104415.845000', '104416.305000', '104416.765000', '104417.225000', '104417.685000', '104418.145000', '104418.605000', '104419.065000', '104419.525000', '104419.985000', '104420.445000', '104420.905000', '104421.365000', '104421.825000', '104422.285000', '104422.745000', '104423.205000', '104423.665000', '104424.125000', '104424.585000', '104425.045000', '104425.505000', '104425.965000', '104426.425000', '104426.885000', '104427.345000', '104427.805000', '104428.265000', '104428.725000', '104429.185000', '104429.645000', '104430.105000', '104430.565000', '104431.025000', '104431.485000', '104431.945000', '104432.405000', '104432.865000', '104433.325000', '104433.785000', '104434.245000', '104434.705000', '104435.165000', '104435.625000', '104436.085000', '104436.545000', '104437.005000', '104437.465000', '104437.925000', '104438.385000', '104438.845000', '104439.305000', '104439.765000', '104440.225000', '104440.685000', '104441.145000', '104441.605000', '104442.065000', '104442.525000', '104442.985000', '104443.445000', '104443.905000', '104444.365000', '104444.825000', '104445.285000', '104445.745000', '104446.205000', '104446.665000', '104447.125000', '104447.585000', '104448.045000', '104448.505000', '104448.965000', '104449.425000', '104449.885000', '104450.345000', '104450.805000', '104451.265000', '104451.725000', '104452.185000', '104452.645000', '104453.105000', '104453.565000', '104454.025000', '104454.485000', '104454.945000', '104455.405000', '104455.865000', '104456.325000', '104456.785000', '104457.245000', '104457.705000', '104458.165000', '104458.625000', '104459.085000', '104459.545000', '104500.005000', '104500.465000', '104500.925000', '104501.385000', '104501.845000', '104502.305000', '104502.765000', '104503.225000', '104503.685000', '104504.145000', '104504.605000', '104505.065000', '104505.525000', '104505.985000', '104506.445000', '104506.905000', '104507.365000', '104507.825000', '104508.285000', '104508.745000', '104509.205000', '104509.665000', '104510.125000', '104510.585000', '104511.045000', '104511.505000', '104511.965000', '104512.425000', '104512.885000', '104513.345000', '104513.805000', '104514.265000', '104514.725000', '104515.185000', '104515.645000', '104516.105000', '104516.565000', '104517.025000', '104517.485000', '104517.945000', '104518.405000', '104518.865000', '104519.325000', '104519.785000', '104520.245000', '104520.705000', '104521.165000', '104521.625000', '104522.085000', '104522.545000', '104523.005000', '104523.465000', '104523.925000', '104524.385000', '104524.845000', '104525.305000', '104525.765000', '104526.225000', '104526.685000', '104527.145000', '104527.605000', '104528.065000', '104528.525000', '104528.985000', '104529.445000', '104529.905000', '104530.365000', '104530.825000', '104531.285000', '104531.745000', '104532.205000', '104532.665000', '104533.125000', '104533.585000', '104534.045000', '104534.505000', '104534.965000', '104535.425000', '104535.885000', '104536.345000', '104536.805000', '104537.265000', '104537.725000', '104538.185000', '104538.645000', '104539.105000', '104539.565000', '104540.025000', '104540.485000', '104540.945000', '104541.405000', '104541.865000', '104542.325000', '104542.785000', '104543.245000', '104543.705000', '104544.165000', '104544.625000', '104545.085000', '104545.545000', '104546.005000', '104546.465000', '104546.925000', '104547.385000', '104547.845000', '104548.305000', '104548.765000', '104549.225000', '104549.685000', '104550.145000', '104550.605000', '104551.065000', '104551.525000', '104551.985000', '104552.445000', '104552.905000', '104553.365000', '104553.825000', '104554.285000', '104554.745000', '104555.205000', '104555.665000', '104556.125000', '104556.585000', '104557.045000', '104557.505000', '104557.965000', '104558.425000', '104558.885000', '104559.345000', '104559.805000', '104600.265000', '104600.725000', '104601.185000', '104601.645000', '104602.105000', '104602.565000', '104603.025000', '104603.485000', '104603.945000', '104604.405000', '104604.865000', '104605.325000', '104605.785000', '104606.245000', '104606.705000', '104607.165000', '104607.625000', '104608.085000', '104608.545000', '104609.005000', '104609.465000', '104609.925000', '104610.385000', '104610.845000', '104611.305000', '104611.765000', '104612.225000', '104612.685000', '104613.145000', '104613.605000', '104614.065000', '104614.525000', '104614.985000', '104615.445000', '104615.905000', '104616.365000', '104616.825000', '104617.285000', '104617.745000', '104618.205000', '104618.665000', '104619.125000', '104619.585000', '104620.045000', '104620.505000', '104620.965000', '104621.425000', '104621.885000', '104622.345000', '104622.805000', '104623.265000', '104623.725000', '104624.185000', '104624.645000', '104625.105000', '104625.565000', '104626.025000', '104626.485000', '104626.945000', '104627.405000', '104627.865000', '104628.325000', '104628.785000', '104629.245000', '104629.705000', '104630.165000', '104630.625000', '104631.085000', '104631.545000', '104632.005000', '104632.465000', '104632.925000', '104633.385000', '104633.845000', '104634.305000', '104634.765000', '104635.225000', '104635.685000', '104636.145000', '104636.605000', '104637.065000', '104637.525000', '104637.985000', '104638.445000', '104638.905000', '104639.365000', '104639.825000', '104640.285000', '104640.745000', '104641.205000', '104641.665000', '104642.125000', '104642.585000', '104643.045000', '104643.505000', '104643.965000', '104644.425000', '104644.885000', '104645.345000', '104645.805000', '104646.265000', '104646.725000', '104647.185000', '104647.645000', '104648.105000', '104648.565000', '104649.025000', '104649.485000', '104649.945000', '104650.405000', '104650.865000', '104651.325000', '104651.785000', '104652.245000', '104652.705000', '104653.165000', '104653.625000', '104654.085000', '104654.545000', '104655.005000', '104655.465000', '104655.925000', '104656.385000', '104656.845000', '104657.305000', '104657.765000', '104658.225000', '104658.685000', '104659.145000', '104659.605000', '104700.065000', '104700.525000', '104700.985000', '104701.445000', '104701.905000', '104702.365000', '104702.825000', '104703.285000', '104703.745000', '104704.205000', '104704.665000', '104705.125000', '104705.585000', '104706.045000', '104706.505000', '104706.965000', '104707.425000', '104707.885000', '104708.345000', '104708.805000', '104709.265000', '104709.725000', '104710.185000', '104710.645000', '104711.105000', '104711.565000', '104712.025000', '104712.485000', '104712.945000', '104713.405000', '104713.865000', '104714.325000', '104714.785000', '104715.245000', '104715.705000', '104716.165000', '104716.625000', '104717.085000', '104717.545000', '104718.005000', '104718.465000', '104718.925000', '104719.385000', '104719.845000', '104720.305000', '104720.765000', '104721.225000', '104721.685000', '104722.145000', '104722.605000', '104723.065000', '104723.525000', '104723.985000', '104724.445000', '104724.905000', '104725.365000', '104725.825000', '104726.285000', '104726.745000', '104727.205000', '104727.665000', '104728.125000', '104728.585000', '104729.045000', '104729.505000', '104729.965000', '104730.425000', '104730.885000', '104731.345000', '104731.805000', '104732.265000', '104732.725000', '104733.185000', '104733.645000', '104734.105000', '104734.565000', '104735.025000'], 'ContentTime': ['103905.349000', '103905.353000', '103905.356000', '103905.360000', '103905.363000', '103905.365000', '103905.372000', '103905.375000', '103905.378000', '103905.381000', '103905.384000', '103905.387000', '103905.390000', '103905.393000', '103905.395000', '103905.398000', '103905.401000', '103905.404000', '103905.407000', '103905.410000', '103905.413000', '103905.416000', '103905.419000', '103905.422000', '103905.425000', '103905.428000', '103905.431000', '103905.434000', '103905.437000', '103905.440000', '103905.442000', '103905.445000', '103905.448000', '103905.451000', '103905.454000', '103905.457000', '103905.460000', '103905.468000', '103905.471000', '103905.474000', '103905.477000', '103905.480000', '103905.483000', '103905.485000', '103905.488000', '103905.491000', '103905.494000', '103925.306000', '103925.309000', '103925.312000', '103925.315000', '103925.318000', '103925.321000', '103925.324000', '103925.327000', '103925.330000', '103925.333000', '103925.336000', '103925.339000', '103925.342000', '103925.345000', '103925.348000', '103925.351000', '103925.354000', '103925.357000', '103925.360000', '103925.363000', '103925.367000', '103925.370000', '103925.373000', '103925.376000', '103925.379000', '103925.382000', '103925.385000', '103925.388000', '103925.391000', '103925.394000', '103925.397000', '103925.400000', '103925.403000', '103925.405000', '103925.408000', '103925.411000', '103925.414000', '103925.418000', '103925.421000', '103925.424000', '103925.427000', '103925.430000', '103925.433000', '103945.305000', '103945.308000', '103945.311000', '103945.314000', '103945.317000', '103945.320000', '103945.323000', '103945.326000', '103945.329000', '103945.332000', '103945.335000', '103945.338000', '103945.341000', '103945.344000', '103945.347000', '103945.349000', '103945.352000', '103945.355000', '103945.358000', '103945.361000', '103945.364000', '103945.367000', '103945.370000', '103945.373000', '103945.376000', '103945.379000', '103945.382000', '103945.385000', '103945.388000', '103945.398000', '103945.409000', '103945.412000', '103945.415000', '103945.418000', '103945.421000', '103945.424000', '103945.427000', '103945.430000', '103945.433000', '103945.436000', '103945.438000', '103945.441000', '103945.444000', '103945.447000', '104005.305000', '104005.308000', '104005.311000', '104005.314000', '104005.317000', '104005.320000', '104005.323000', '104005.326000', '104005.329000', '104005.332000', '104005.335000', '104005.338000', '104005.341000', '104005.344000', '104005.347000', '104005.350000', '104005.353000', '104005.355000', '104005.358000', '104005.361000', '104005.364000', '104005.367000', '104005.370000', '104005.373000', '104005.376000', '104005.379000', '104005.382000', '104005.385000', '104005.388000', '104005.391000', '104005.394000', '104005.397000', '104005.404000', '104005.407000', '104005.410000', '104005.413000', '104005.416000', '104005.419000', '104005.422000', '104005.425000', '104005.428000', '104005.431000', '104005.434000', '104025.305000', '104025.309000', '104025.312000', '104025.315000', '104025.317000', '104025.320000', '104025.323000', '104025.326000', '104025.329000', '104025.332000', '104025.335000', '104025.338000', '104025.341000', '104025.344000', '104025.347000', '104025.350000', '104025.353000', '104025.356000', '104025.359000', '104025.362000', '104025.365000', '104025.368000', '104025.370000', '104025.379000', '104025.382000', '104025.385000', '104025.388000', '104025.391000', '104025.394000', '104025.396000', '104025.399000', '104025.402000', '104025.405000', '104025.408000', '104025.412000', '104025.415000', '104025.418000', '104025.421000', '104025.424000', '104025.427000', '104025.430000', '104025.433000', '104025.436000', '104025.439000', '104045.305000', '104045.308000', '104045.311000', '104045.314000', '104045.317000', '104045.329000', '104045.332000', '104045.335000', '104045.338000', '104045.341000', '104045.344000', '104045.347000', '104045.350000', '104045.353000', '104045.356000', '104045.359000', '104045.361000', '104045.364000', '104045.367000', '104045.370000', '104045.373000', '104045.376000', '104045.379000', '104045.382000', '104045.385000', '104045.388000', '104045.391000', '104045.394000', '104045.407000', '104045.410000', '104045.413000', '104045.416000', '104045.419000', '104045.422000', '104045.425000', '104045.428000', '104045.431000', '104045.434000', '104045.437000', '104045.440000', '104045.443000', '104045.446000', '104045.449000', '104105.305000', '104105.308000', '104105.311000', '104105.314000', '104105.317000', '104105.320000', '104105.323000', '104105.326000', '104105.329000', '104105.332000', '104105.335000', '104105.338000', '104105.341000', '104105.344000', '104105.347000', '104105.350000', '104105.353000', '104105.356000', '104105.359000', '104105.362000', '104105.365000', '104105.369000', '104105.372000', '104105.375000', '104105.378000', '104105.381000', '104105.384000', '104105.386000', '104105.389000', '104105.392000', '104105.395000', '104105.398000', '104105.401000', '104105.404000', '104105.407000', '104105.410000', '104105.413000', '104105.416000', '104105.419000', '104105.422000', '104105.425000', '104105.428000', '104105.431000', '104105.434000', '104125.306000', '104125.309000', '104125.312000', '104125.315000', '104125.318000', '104125.321000', '104125.324000', '104125.327000', '104125.330000', '104125.333000', '104125.336000', '104125.339000', '104125.342000', '104125.345000', '104125.348000', '104125.351000', '104125.354000', '104125.357000', '104125.360000', '104125.363000', '104125.366000', '104125.369000', '104125.372000', '104125.375000', '104125.378000', '104125.380000', '104125.383000', '104125.389000', '104125.392000', '104125.395000', '104125.398000', '104125.401000', '104125.404000', '104125.415000', '104125.418000', '104125.421000', '104125.424000', '104125.427000', '104125.430000', '104125.433000', '104125.436000', '104125.439000', '104125.442000', '104145.306000', '104145.309000', '104145.312000', '104145.315000', '104145.318000', '104145.321000', '104145.324000', '104145.327000', '104145.330000', '104145.333000', '104145.336000', '104145.339000', '104145.342000', '104145.344000', '104145.347000', '104145.350000', '104145.353000', '104145.356000', '104145.359000', '104145.362000', '104145.365000', '104145.368000', '104145.371000', '104145.374000', '104145.377000', '104145.380000', '104145.383000', '104145.386000', '104145.389000', '104145.392000', '104145.395000', '104145.398000', '104145.401000', '104145.404000', '104145.407000', '104145.410000', '104145.413000', '104145.416000', '104145.418000', '104145.421000', '104145.424000', '104145.427000', '104145.430000', '104145.433000', '104205.305000', '104205.308000', '104205.311000', '104205.314000', '104205.317000', '104205.320000', '104205.323000', '104205.326000', '104205.329000', '104205.332000', '104205.335000', '104205.338000', '104205.341000', '104205.344000', '104205.347000', '104205.350000', '104205.353000', '104205.356000', '104205.359000', '104205.362000', '104205.365000', '104205.368000', '104205.371000', '104205.374000', '104205.377000', '104205.380000', '104205.383000', '104205.386000', '104205.389000', '104205.392000', '104205.413000', '104205.416000', '104205.419000', '104205.422000', '104205.425000', '104205.428000', '104205.431000', '104205.434000', '104205.436000', '104205.441000', '104205.444000', '104205.447000', '104205.450000', '104225.305000', '104225.308000', '104225.311000', '104225.314000', '104225.317000', '104225.320000', '104225.323000', '104225.326000', '104225.329000', '104225.332000', '104225.335000', '104225.339000', '104225.342000', '104225.345000', '104225.348000', '104225.351000', '104225.354000', '104225.357000', '104225.360000', '104225.363000', '104225.366000', '104225.369000', '104225.372000', '104225.375000', '104225.378000', '104225.381000', '104225.383000', '104225.386000', '104225.389000', '104225.392000', '104225.395000', '104225.398000', '104225.401000', '104225.404000', '104225.408000', '104225.411000', '104225.414000', '104225.417000', '104225.420000', '104225.423000', '104225.426000', '104225.429000', '104225.432000', '104225.435000', '104245.305000', '104245.309000', '104245.311000', '104245.314000', '104245.317000', '104245.320000', '104245.323000', '104245.326000', '104245.329000', '104245.332000', '104245.335000', '104245.338000', '104245.341000', '104245.344000', '104245.347000', '104245.350000', '104245.353000', '104245.356000', '104245.359000', '104245.362000', '104245.365000', '104245.368000', '104245.371000', '104245.374000', '104245.377000', '104245.380000', '104245.383000', '104245.386000', '104245.390000', '104245.393000', '104245.396000', '104245.399000', '104245.401000', '104245.404000', '104245.407000', '104245.410000', '104245.413000', '104245.416000', '104245.419000', '104245.422000', '104245.425000', '104245.428000', '104245.431000', '104305.305000', '104305.308000', '104305.311000', '104305.314000', '104305.317000', '104305.320000', '104305.323000', '104305.326000', '104305.329000', '104305.332000', '104305.335000', '104305.338000', '104305.341000', '104305.344000', '104305.347000', '104305.350000', '104305.361000', '104305.363000', '104305.366000', '104305.369000', '104305.372000', '104305.375000', '104305.378000', '104305.381000', '104305.384000', '104305.387000', '104305.390000', '104305.393000', '104305.396000', '104305.399000', '104305.402000', '104305.405000', '104305.408000', '104305.411000', '104305.414000', '104305.417000', '104305.420000', '104305.423000', '104305.426000', '104305.429000', '104305.432000', '104305.435000', '104305.438000', '104325.305000', '104325.308000', '104325.311000', '104325.314000', '104325.317000', '104325.330000', '104325.333000', '104325.336000', '104325.338000', '104325.342000', '104325.345000', '104325.348000', '104325.351000', '104325.354000', '104325.357000', '104325.360000', '104325.363000', '104325.366000', '104325.369000', '104325.372000', '104325.375000', '104325.378000', '104325.381000', '104325.384000', '104325.387000', '104325.390000', '104325.393000', '104325.396000', '104325.399000', '104325.402000', '104325.405000', '104325.408000', '104325.411000', '104325.414000', '104325.417000', '104325.420000', '104325.423000', '104325.426000', '104325.429000', '104325.432000', '104325.435000', '104325.438000', '104325.441000', '104325.444000', '104345.306000', '104345.309000', '104345.312000', '104345.315000', '104345.318000', '104345.322000', '104345.325000', '104345.328000', '104345.331000', '104345.334000', '104345.337000', '104345.349000', '104345.352000', '104345.355000', '104345.358000', '104345.361000', '104345.364000', '104345.367000', '104345.370000', '104345.373000', '104345.376000', '104345.379000', '104345.382000', '104345.385000', '104345.388000', '104345.391000', '104345.394000', '104345.397000', '104345.400000', '104345.403000', '104345.406000', '104345.409000', '104345.412000', '104345.415000', '104345.418000', '104345.421000', '104345.424000', '104345.427000', '104345.430000', '104345.433000', '104345.436000', '104345.439000', '104345.442000', '104405.306000', '104405.309000', '104405.312000', '104405.315000', '104405.318000', '104405.321000', '104405.324000', '104405.327000', '104405.330000', '104405.333000', '104405.336000', '104405.339000', '104405.342000', '104405.345000', '104405.348000', '104405.351000', '104405.354000', '104405.357000', '104405.360000', '104405.363000', '104405.366000', '104405.369000', '104405.372000', '104405.375000', '104405.378000', '104405.380000', '104405.383000', '104405.386000', '104405.389000', '104405.392000', '104405.395000', '104405.398000', '104405.401000', '104405.404000', '104405.407000', '104405.410000', '104405.413000', '104405.416000', '104405.419000', '104405.422000', '104405.425000', '104405.428000', '104405.431000', '104405.434000', '104425.305000', '104425.308000', '104425.311000', '104425.314000', '104425.317000', '104425.320000', '104425.323000', '104425.326000', '104425.329000', '104425.333000', '104425.339000', '104425.344000', '104425.347000', '104425.350000', '104425.353000', '104425.356000', '104425.359000', '104425.362000', '104425.365000', '104425.368000', '104425.371000', '104425.374000', '104425.377000', '104425.380000', '104425.383000', '104425.386000', '104425.389000', '104425.392000', '104425.395000', '104425.398000', '104425.401000', '104425.403000', '104425.406000', '104425.409000', '104425.412000', '104425.415000', '104425.418000', '104425.421000', '104425.424000', '104425.427000', '104425.430000', '104425.433000', '104425.436000', '104445.305000', '104445.308000', '104445.311000', '104445.314000', '104445.317000', '104445.320000', '104445.323000', '104445.326000', '104445.329000', '104445.332000', '104445.335000', '104445.338000', '104445.341000', '104445.344000', '104445.347000', '104445.350000', '104445.353000', '104445.356000', '104445.359000', '104445.362000', '104445.365000', '104445.368000', '104445.371000', '104445.374000', '104445.377000', '104445.380000', '104445.383000', '104445.386000', '104445.389000', '104445.392000', '104445.395000', '104445.398000', '104445.401000', '104445.404000', '104445.407000', '104445.409000', '104445.412000', '104445.415000', '104445.418000', '104445.421000', '104445.424000', '104445.427000', '104445.430000', '104445.433000', '104505.305000', '104505.308000', '104505.311000', '104505.314000', '104505.317000', '104505.320000', '104505.323000', '104505.326000', '104505.329000', '104505.332000', '104505.335000', '104505.338000', '104505.341000', '104505.344000', '104505.347000', '104505.350000', '104505.353000', '104505.356000', '104505.359000', '104505.362000', '104505.365000', '104505.368000', '104505.385000', '104505.389000', '104505.391000', '104505.394000', '104505.397000', '104505.400000', '104505.403000', '104505.406000', '104505.409000', '104505.412000', '104505.415000', '104505.418000', '104505.421000', '104505.424000', '104505.427000', '104505.430000', '104505.433000', '104505.436000', '104505.439000', '104505.442000', '104505.445000', '104525.305000', '104525.308000', '104525.311000', '104525.314000', '104525.317000', '104525.320000', '104525.323000', '104525.326000', '104525.329000', '104525.332000', '104525.335000', '104525.338000', '104525.341000', '104525.344000', '104525.357000', '104525.360000', '104525.363000', '104525.366000', '104525.369000', '104525.372000', '104525.375000', '104525.378000', '104525.382000', '104525.385000', '104525.388000', '104525.391000', '104525.394000', '104525.397000', '104525.400000', '104525.403000', '104525.406000', '104525.409000', '104525.412000', '104525.415000', '104525.418000', '104525.421000', '104525.424000', '104525.427000', '104525.430000', '104525.433000', '104525.436000', '104525.439000', '104525.442000', '104525.445000', '104545.305000', '104545.308000', '104545.311000', '104545.315000', '104545.318000', '104545.321000', '104545.324000', '104545.327000', '104545.330000', '104545.333000', '104545.336000', '104545.339000', '104545.342000', '104545.345000', '104545.348000', '104545.351000', '104545.354000', '104545.357000', '104545.360000', '104545.363000', '104545.366000', '104545.369000', '104545.372000', '104545.375000', '104545.378000', '104545.381000', '104545.384000', '104545.387000', '104545.390000', '104545.393000', '104545.396000', '104545.399000', '104545.402000', '104545.405000', '104545.408000', '104545.411000', '104545.414000', '104545.417000', '104545.420000', '104545.423000', '104545.426000', '104545.429000', '104545.432000', '104605.306000', '104605.309000', '104605.312000', '104605.315000', '104605.318000', '104605.321000', '104605.324000', '104605.327000', '104605.330000', '104605.333000', '104605.336000', '104605.339000', '104605.342000', '104605.345000', '104605.348000', '104605.351000', '104605.354000', '104605.357000', '104605.360000', '104605.363000', '104605.366000', '104605.369000', '104605.372000', '104605.375000', '104605.378000', '104605.381000', '104605.384000', '104605.387000', '104605.390000', '104605.393000', '104605.396000', '104605.399000', '104605.402000', '104605.404000', '104605.407000', '104605.410000', '104605.413000', '104605.416000', '104605.419000', '104605.422000', '104605.425000', '104605.428000', '104605.431000', '104605.434000', '104625.306000', '104625.309000', '104625.312000', '104625.315000', '104625.319000', '104625.321000', '104625.324000', '104625.327000', '104625.330000', '104625.333000', '104625.336000', '104625.339000', '104625.342000', '104625.345000', '104625.348000', '104625.351000', '104625.354000', '104625.357000', '104625.360000', '104625.363000', '104625.366000', '104625.369000', '104625.372000', '104625.375000', '104625.378000', '104625.381000', '104625.384000', '104625.387000', '104625.390000', '104625.393000', '104625.397000', '104625.400000', '104625.404000', '104625.417000', '104625.420000', '104625.423000', '104625.426000', '104625.429000', '104625.432000', '104625.435000', '104625.438000', '104625.441000', '104625.444000', '104645.305000', '104645.308000', '104645.311000', '104645.314000', '104645.317000', '104645.320000', '104645.323000', '104645.326000', '104645.329000', '104645.332000', '104645.335000', '104645.338000', '104645.341000', '104645.344000', '104645.347000', '104645.350000', '104645.353000', '104645.356000', '104645.359000', '104645.362000', '104645.365000', '104645.367000', '104645.370000', '104645.373000', '104645.376000', '104645.379000', '104645.382000', '104645.385000', '104645.388000', '104645.391000', '104645.394000', '104645.397000', '104645.400000', '104645.403000', '104645.406000', '104645.409000', '104645.412000', '104645.415000', '104645.418000', '104645.421000', '104645.424000', '104645.427000', '104645.430000', '104645.433000', '104705.305000', '104705.308000', '104705.311000', '104705.314000', '104705.317000', '104705.320000', '104705.323000', '104705.326000', '104705.329000', '104705.332000', '104705.335000', '104705.338000', '104705.341000', '104705.344000', '104705.347000', '104705.350000', '104705.354000', '104705.358000', '104705.361000', '104705.364000', '104705.367000', '104705.370000', '104705.373000', '104705.376000', '104705.379000', '104705.382000', '104705.385000', '104705.396000', '104705.399000', '104705.402000', '104705.405000', '104705.408000', '104705.412000', '104705.415000', '104705.418000', '104705.421000', '104705.424000', '104705.426000', '104705.429000', '104705.433000', '104705.439000', '104705.442000', '104705.445000', '104725.305000', '104725.308000', '104725.311000', '104725.314000', '104725.317000', '104725.320000', '104725.323000', '104725.326000', '104725.329000', '104725.332000', '104725.335000', '104725.338000', '104725.341000', '104725.344000', '104725.347000', '104725.350000', '104725.353000', '104725.356000', '104725.366000', '104725.369000', '104725.372000', '104725.375000', '104725.378000', '104725.381000', '104725.384000', '104725.389000', '104725.392000', '104725.395000', '104725.398000', '104725.401000', '104725.404000', '104725.407000', '104725.410000', '104725.414000', '104725.417000', '104725.420000', '104725.423000', '104725.426000', '104725.429000', '104725.432000', '104725.435000', '104725.438000', '104725.441000', '104725.444000', '104735.830000', '104735.843000', '104735.846000', '104735.850000', '104735.854000', '104735.857000', '104735.860000', '104735.863000', '104735.867000', '104735.870000', '104735.873000', '104735.876000', '104735.880000', '104735.883000', '104735.886000', '104735.890000', '104735.894000', '104735.897000', '104735.900000', '104735.903000', '104735.906000', '104735.909000', '104735.921000'], 'InstanceCreationTime': ['103905.349000', '103905.353000', '103905.356000', '103905.360000', '103905.363000', '103905.365000', '103905.372000', '103905.375000', '103905.378000', '103905.381000', '103905.384000', '103905.387000', '103905.390000', '103905.393000', '103905.395000', '103905.398000', '103905.401000', '103905.404000', '103905.407000', '103905.410000', '103905.413000', '103905.416000', '103905.419000', '103905.422000', '103905.425000', '103905.428000', '103905.431000', '103905.434000', '103905.437000', '103905.440000', '103905.442000', '103905.445000', '103905.448000', '103905.451000', '103905.454000', '103905.457000', '103905.460000', '103905.468000', '103905.471000', '103905.474000', '103905.477000', '103905.480000', '103905.483000', '103905.485000', '103905.488000', '103905.491000', '103905.494000', '103925.306000', '103925.309000', '103925.312000', '103925.315000', '103925.318000', '103925.321000', '103925.324000', '103925.327000', '103925.330000', '103925.333000', '103925.336000', '103925.339000', '103925.342000', '103925.345000', '103925.348000', '103925.351000', '103925.354000', '103925.357000', '103925.360000', '103925.363000', '103925.367000', '103925.370000', '103925.373000', '103925.376000', '103925.379000', '103925.382000', '103925.385000', '103925.388000', '103925.391000', '103925.394000', '103925.397000', '103925.400000', '103925.403000', '103925.405000', '103925.408000', '103925.411000', '103925.414000', '103925.418000', '103925.421000', '103925.424000', '103925.427000', '103925.430000', '103925.433000', '103945.305000', '103945.308000', '103945.311000', '103945.314000', '103945.317000', '103945.320000', '103945.323000', '103945.326000', '103945.329000', '103945.332000', '103945.335000', '103945.338000', '103945.341000', '103945.344000', '103945.347000', '103945.349000', '103945.352000', '103945.355000', '103945.358000', '103945.361000', '103945.364000', '103945.367000', '103945.370000', '103945.373000', '103945.376000', '103945.379000', '103945.382000', '103945.385000', '103945.388000', '103945.398000', '103945.409000', '103945.412000', '103945.415000', '103945.418000', '103945.421000', '103945.424000', '103945.427000', '103945.430000', '103945.433000', '103945.436000', '103945.438000', '103945.441000', '103945.444000', '103945.447000', '104005.305000', '104005.308000', '104005.311000', '104005.314000', '104005.317000', '104005.320000', '104005.323000', '104005.326000', '104005.329000', '104005.332000', '104005.335000', '104005.338000', '104005.341000', '104005.344000', '104005.347000', '104005.350000', '104005.353000', '104005.355000', '104005.358000', '104005.361000', '104005.364000', '104005.367000', '104005.370000', '104005.373000', '104005.376000', '104005.379000', '104005.382000', '104005.385000', '104005.388000', '104005.391000', '104005.394000', '104005.397000', '104005.404000', '104005.407000', '104005.410000', '104005.413000', '104005.416000', '104005.419000', '104005.422000', '104005.425000', '104005.428000', '104005.431000', '104005.434000', '104025.305000', '104025.309000', '104025.312000', '104025.315000', '104025.317000', '104025.320000', '104025.323000', '104025.326000', '104025.329000', '104025.332000', '104025.335000', '104025.338000', '104025.341000', '104025.344000', '104025.347000', '104025.350000', '104025.353000', '104025.356000', '104025.359000', '104025.362000', '104025.365000', '104025.368000', '104025.370000', '104025.379000', '104025.382000', '104025.385000', '104025.388000', '104025.391000', '104025.394000', '104025.396000', '104025.399000', '104025.402000', '104025.405000', '104025.408000', '104025.412000', '104025.415000', '104025.418000', '104025.421000', '104025.424000', '104025.427000', '104025.430000', '104025.433000', '104025.436000', '104025.439000', '104045.305000', '104045.308000', '104045.311000', '104045.314000', '104045.317000', '104045.329000', '104045.332000', '104045.335000', '104045.338000', '104045.341000', '104045.344000', '104045.347000', '104045.350000', '104045.353000', '104045.356000', '104045.359000', '104045.361000', '104045.364000', '104045.367000', '104045.370000', '104045.373000', '104045.376000', '104045.379000', '104045.382000', '104045.385000', '104045.388000', '104045.391000', '104045.394000', '104045.407000', '104045.410000', '104045.413000', '104045.416000', '104045.419000', '104045.422000', '104045.425000', '104045.428000', '104045.431000', '104045.434000', '104045.437000', '104045.440000', '104045.443000', '104045.446000', '104045.449000', '104105.305000', '104105.308000', '104105.311000', '104105.314000', '104105.317000', '104105.320000', '104105.323000', '104105.326000', '104105.329000', '104105.332000', '104105.335000', '104105.338000', '104105.341000', '104105.344000', '104105.347000', '104105.350000', '104105.353000', '104105.356000', '104105.359000', '104105.362000', '104105.365000', '104105.369000', '104105.372000', '104105.375000', '104105.378000', '104105.381000', '104105.384000', '104105.386000', '104105.389000', '104105.392000', '104105.395000', '104105.398000', '104105.401000', '104105.404000', '104105.407000', '104105.410000', '104105.413000', '104105.416000', '104105.419000', '104105.422000', '104105.425000', '104105.428000', '104105.431000', '104105.434000', '104125.306000', '104125.309000', '104125.312000', '104125.315000', '104125.318000', '104125.321000', '104125.324000', '104125.327000', '104125.330000', '104125.333000', '104125.336000', '104125.339000', '104125.342000', '104125.345000', '104125.348000', '104125.351000', '104125.354000', '104125.357000', '104125.360000', '104125.363000', '104125.366000', '104125.369000', '104125.372000', '104125.375000', '104125.378000', '104125.380000', '104125.383000', '104125.389000', '104125.392000', '104125.395000', '104125.398000', '104125.401000', '104125.404000', '104125.415000', '104125.418000', '104125.421000', '104125.424000', '104125.427000', '104125.430000', '104125.433000', '104125.436000', '104125.439000', '104125.442000', '104145.306000', '104145.309000', '104145.312000', '104145.315000', '104145.318000', '104145.321000', '104145.324000', '104145.327000', '104145.330000', '104145.333000', '104145.336000', '104145.339000', '104145.342000', '104145.344000', '104145.347000', '104145.350000', '104145.353000', '104145.356000', '104145.359000', '104145.362000', '104145.365000', '104145.368000', '104145.371000', '104145.374000', '104145.377000', '104145.380000', '104145.383000', '104145.386000', '104145.389000', '104145.392000', '104145.395000', '104145.398000', '104145.401000', '104145.404000', '104145.407000', '104145.410000', '104145.413000', '104145.416000', '104145.418000', '104145.421000', '104145.424000', '104145.427000', '104145.430000', '104145.433000', '104205.305000', '104205.308000', '104205.311000', '104205.314000', '104205.317000', '104205.320000', '104205.323000', '104205.326000', '104205.329000', '104205.332000', '104205.335000', '104205.338000', '104205.341000', '104205.344000', '104205.347000', '104205.350000', '104205.353000', '104205.356000', '104205.359000', '104205.362000', '104205.365000', '104205.368000', '104205.371000', '104205.374000', '104205.377000', '104205.380000', '104205.383000', '104205.386000', '104205.389000', '104205.392000', '104205.413000', '104205.416000', '104205.419000', '104205.422000', '104205.425000', '104205.428000', '104205.431000', '104205.434000', '104205.436000', '104205.441000', '104205.444000', '104205.447000', '104205.450000', '104225.305000', '104225.308000', '104225.311000', '104225.314000', '104225.317000', '104225.320000', '104225.323000', '104225.326000', '104225.329000', '104225.332000', '104225.335000', '104225.339000', '104225.342000', '104225.345000', '104225.348000', '104225.351000', '104225.354000', '104225.357000', '104225.360000', '104225.363000', '104225.366000', '104225.369000', '104225.372000', '104225.375000', '104225.378000', '104225.381000', '104225.383000', '104225.386000', '104225.389000', '104225.392000', '104225.395000', '104225.398000', '104225.401000', '104225.404000', '104225.408000', '104225.411000', '104225.414000', '104225.417000', '104225.420000', '104225.423000', '104225.426000', '104225.429000', '104225.432000', '104225.435000', '104245.305000', '104245.309000', '104245.311000', '104245.314000', '104245.317000', '104245.320000', '104245.323000', '104245.326000', '104245.329000', '104245.332000', '104245.335000', '104245.338000', '104245.341000', '104245.344000', '104245.347000', '104245.350000', '104245.353000', '104245.356000', '104245.359000', '104245.362000', '104245.365000', '104245.368000', '104245.371000', '104245.374000', '104245.377000', '104245.380000', '104245.383000', '104245.386000', '104245.390000', '104245.393000', '104245.396000', '104245.399000', '104245.401000', '104245.404000', '104245.407000', '104245.410000', '104245.413000', '104245.416000', '104245.419000', '104245.422000', '104245.425000', '104245.428000', '104245.431000', '104305.305000', '104305.308000', '104305.311000', '104305.314000', '104305.317000', '104305.320000', '104305.323000', '104305.326000', '104305.329000', '104305.332000', '104305.335000', '104305.338000', '104305.341000', '104305.344000', '104305.347000', '104305.350000', '104305.361000', '104305.363000', '104305.366000', '104305.369000', '104305.372000', '104305.375000', '104305.378000', '104305.381000', '104305.384000', '104305.387000', '104305.390000', '104305.393000', '104305.396000', '104305.399000', '104305.402000', '104305.405000', '104305.408000', '104305.411000', '104305.414000', '104305.417000', '104305.420000', '104305.423000', '104305.426000', '104305.429000', '104305.432000', '104305.435000', '104305.438000', '104325.305000', '104325.308000', '104325.311000', '104325.314000', '104325.317000', '104325.330000', '104325.333000', '104325.336000', '104325.338000', '104325.342000', '104325.345000', '104325.348000', '104325.351000', '104325.354000', '104325.357000', '104325.360000', '104325.363000', '104325.366000', '104325.369000', '104325.372000', '104325.375000', '104325.378000', '104325.381000', '104325.384000', '104325.387000', '104325.390000', '104325.393000', '104325.396000', '104325.399000', '104325.402000', '104325.405000', '104325.408000', '104325.411000', '104325.414000', '104325.417000', '104325.420000', '104325.423000', '104325.426000', '104325.429000', '104325.432000', '104325.435000', '104325.438000', '104325.441000', '104325.444000', '104345.306000', '104345.309000', '104345.312000', '104345.315000', '104345.318000', '104345.322000', '104345.325000', '104345.328000', '104345.331000', '104345.334000', '104345.337000', '104345.349000', '104345.352000', '104345.355000', '104345.358000', '104345.361000', '104345.364000', '104345.367000', '104345.370000', '104345.373000', '104345.376000', '104345.379000', '104345.382000', '104345.385000', '104345.388000', '104345.391000', '104345.394000', '104345.397000', '104345.400000', '104345.403000', '104345.406000', '104345.409000', '104345.412000', '104345.415000', '104345.418000', '104345.421000', '104345.424000', '104345.427000', '104345.430000', '104345.433000', '104345.436000', '104345.439000', '104345.442000', '104405.306000', '104405.309000', '104405.312000', '104405.315000', '104405.318000', '104405.321000', '104405.324000', '104405.327000', '104405.330000', '104405.333000', '104405.336000', '104405.339000', '104405.342000', '104405.345000', '104405.348000', '104405.351000', '104405.354000', '104405.357000', '104405.360000', '104405.363000', '104405.366000', '104405.369000', '104405.372000', '104405.375000', '104405.378000', '104405.380000', '104405.383000', '104405.386000', '104405.389000', '104405.392000', '104405.395000', '104405.398000', '104405.401000', '104405.404000', '104405.407000', '104405.410000', '104405.413000', '104405.416000', '104405.419000', '104405.422000', '104405.425000', '104405.428000', '104405.431000', '104405.434000', '104425.305000', '104425.308000', '104425.311000', '104425.314000', '104425.317000', '104425.320000', '104425.323000', '104425.326000', '104425.329000', '104425.333000', '104425.339000', '104425.344000', '104425.347000', '104425.350000', '104425.353000', '104425.356000', '104425.359000', '104425.362000', '104425.365000', '104425.368000', '104425.371000', '104425.374000', '104425.377000', '104425.380000', '104425.383000', '104425.386000', '104425.389000', '104425.392000', '104425.395000', '104425.398000', '104425.401000', '104425.403000', '104425.406000', '104425.409000', '104425.412000', '104425.415000', '104425.418000', '104425.421000', '104425.424000', '104425.427000', '104425.430000', '104425.433000', '104425.436000', '104445.305000', '104445.308000', '104445.311000', '104445.314000', '104445.317000', '104445.320000', '104445.323000', '104445.326000', '104445.329000', '104445.332000', '104445.335000', '104445.338000', '104445.341000', '104445.344000', '104445.347000', '104445.350000', '104445.353000', '104445.356000', '104445.359000', '104445.362000', '104445.365000', '104445.368000', '104445.371000', '104445.374000', '104445.377000', '104445.380000', '104445.383000', '104445.386000', '104445.389000', '104445.392000', '104445.395000', '104445.398000', '104445.401000', '104445.404000', '104445.407000', '104445.409000', '104445.412000', '104445.415000', '104445.418000', '104445.421000', '104445.424000', '104445.427000', '104445.430000', '104445.433000', '104505.305000', '104505.308000', '104505.311000', '104505.314000', '104505.317000', '104505.320000', '104505.323000', '104505.326000', '104505.329000', '104505.332000', '104505.335000', '104505.338000', '104505.341000', '104505.344000', '104505.347000', '104505.350000', '104505.353000', '104505.356000', '104505.359000', '104505.362000', '104505.365000', '104505.368000', '104505.385000', '104505.389000', '104505.391000', '104505.394000', '104505.397000', '104505.400000', '104505.403000', '104505.406000', '104505.409000', '104505.412000', '104505.415000', '104505.418000', '104505.421000', '104505.424000', '104505.427000', '104505.430000', '104505.433000', '104505.436000', '104505.439000', '104505.442000', '104505.445000', '104525.305000', '104525.308000', '104525.311000', '104525.314000', '104525.317000', '104525.320000', '104525.323000', '104525.326000', '104525.329000', '104525.332000', '104525.335000', '104525.338000', '104525.341000', '104525.344000', '104525.357000', '104525.360000', '104525.363000', '104525.366000', '104525.369000', '104525.372000', '104525.375000', '104525.378000', '104525.382000', '104525.385000', '104525.388000', '104525.391000', '104525.394000', '104525.397000', '104525.400000', '104525.403000', '104525.406000', '104525.409000', '104525.412000', '104525.415000', '104525.418000', '104525.421000', '104525.424000', '104525.427000', '104525.430000', '104525.433000', '104525.436000', '104525.439000', '104525.442000', '104525.445000', '104545.305000', '104545.308000', '104545.311000', '104545.315000', '104545.318000', '104545.321000', '104545.324000', '104545.327000', '104545.330000', '104545.333000', '104545.336000', '104545.339000', '104545.342000', '104545.345000', '104545.348000', '104545.351000', '104545.354000', '104545.357000', '104545.360000', '104545.363000', '104545.366000', '104545.369000', '104545.372000', '104545.375000', '104545.378000', '104545.381000', '104545.384000', '104545.387000', '104545.390000', '104545.393000', '104545.396000', '104545.399000', '104545.402000', '104545.405000', '104545.408000', '104545.411000', '104545.414000', '104545.417000', '104545.420000', '104545.423000', '104545.426000', '104545.429000', '104545.432000', '104605.306000', '104605.309000', '104605.312000', '104605.315000', '104605.318000', '104605.321000', '104605.324000', '104605.327000', '104605.330000', '104605.333000', '104605.336000', '104605.339000', '104605.342000', '104605.345000', '104605.348000', '104605.351000', '104605.354000', '104605.357000', '104605.360000', '104605.363000', '104605.366000', '104605.369000', '104605.372000', '104605.375000', '104605.378000', '104605.381000', '104605.384000', '104605.387000', '104605.390000', '104605.393000', '104605.396000', '104605.399000', '104605.402000', '104605.404000', '104605.407000', '104605.410000', '104605.413000', '104605.416000', '104605.419000', '104605.422000', '104605.425000', '104605.428000', '104605.431000', '104605.434000', '104625.306000', '104625.309000', '104625.312000', '104625.315000', '104625.319000', '104625.321000', '104625.324000', '104625.327000', '104625.330000', '104625.333000', '104625.336000', '104625.339000', '104625.342000', '104625.345000', '104625.348000', '104625.351000', '104625.354000', '104625.357000', '104625.360000', '104625.363000', '104625.366000', '104625.369000', '104625.372000', '104625.375000', '104625.378000', '104625.381000', '104625.384000', '104625.387000', '104625.390000', '104625.393000', '104625.397000', '104625.400000', '104625.404000', '104625.417000', '104625.420000', '104625.423000', '104625.426000', '104625.429000', '104625.432000', '104625.435000', '104625.438000', '104625.441000', '104625.444000', '104645.305000', '104645.308000', '104645.311000', '104645.314000', '104645.317000', '104645.320000', '104645.323000', '104645.326000', '104645.329000', '104645.332000', '104645.335000', '104645.338000', '104645.341000', '104645.344000', '104645.347000', '104645.350000', '104645.353000', '104645.356000', '104645.359000', '104645.362000', '104645.365000', '104645.367000', '104645.370000', '104645.373000', '104645.376000', '104645.379000', '104645.382000', '104645.385000', '104645.388000', '104645.391000', '104645.394000', '104645.397000', '104645.400000', '104645.403000', '104645.406000', '104645.409000', '104645.412000', '104645.415000', '104645.418000', '104645.421000', '104645.424000', '104645.427000', '104645.430000', '104645.433000', '104705.305000', '104705.308000', '104705.311000', '104705.314000', '104705.317000', '104705.320000', '104705.323000', '104705.326000', '104705.329000', '104705.332000', '104705.335000', '104705.338000', '104705.341000', '104705.344000', '104705.347000', '104705.350000', '104705.354000', '104705.358000', '104705.361000', '104705.364000', '104705.367000', '104705.370000', '104705.373000', '104705.376000', '104705.379000', '104705.382000', '104705.385000', '104705.396000', '104705.399000', '104705.402000', '104705.405000', '104705.408000', '104705.412000', '104705.415000', '104705.418000', '104705.421000', '104705.424000', '104705.426000', '104705.429000', '104705.433000', '104705.439000', '104705.442000', '104705.445000', '104725.305000', '104725.308000', '104725.311000', '104725.314000', '104725.317000', '104725.320000', '104725.323000', '104725.326000', '104725.329000', '104725.332000', '104725.335000', '104725.338000', '104725.341000', '104725.344000', '104725.347000', '104725.350000', '104725.353000', '104725.356000', '104725.366000', '104725.369000', '104725.372000', '104725.375000', '104725.378000', '104725.381000', '104725.384000', '104725.389000', '104725.392000', '104725.395000', '104725.398000', '104725.401000', '104725.404000', '104725.407000', '104725.410000', '104725.414000', '104725.417000', '104725.420000', '104725.423000', '104725.426000', '104725.429000', '104725.432000', '104725.435000', '104725.438000', '104725.441000', '104725.444000', '104735.830000', '104735.843000', '104735.846000', '104735.850000', '104735.854000', '104735.857000', '104735.860000', '104735.863000', '104735.867000', '104735.870000', '104735.873000', '104735.876000', '104735.880000', '104735.883000', '104735.886000', '104735.890000', '104735.894000', '104735.897000', '104735.900000', '104735.903000', '104735.906000', '104735.909000', '104735.921000'], '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': [10023, 8802, 8925, 8763, 8501, 12193, 8677, 9105, 14643, 11234, 9058, 14166, 14194, 11157, 11238, 8576, 8486, 8705, 8644, 11417, 8352, 8217, 10806, 8657, 8341, 11067, 8514, 8540, 9620, 8781, 9834, 8358, 8655, 11433, 8773, 11014, 12299, 8424, 12668, 12778, 9582, 13568, 11166, 8845, 13769, 12489, 10164, 15740, 10307, 8751, 13968, 11055, 9372, 12346, 8351, 9850, 8611, 8255, 10944, 8769, 8987, 12779, 8610, 9182, 13058, 9511, 8748, 13841, 11621, 8746, 10558, 8620, 8557, 10572, 8506, 8622, 8409, 8242, 10747, 8344, 8426, 11605, 8547, 8555, 10561, 8665, 10420, 12387, 8778, 9762, 8422, 8219, 11565, 9786, 8479, 10353, 8570, 8756, 13145, 8833, 8756, 9281, 8336, 10310, 9815, 8470, 10146, 11203, 8258, 10193, 8594, 8458, 11412, 8509, 8629, 11086, 8776, 8735, 12854, 8827, 9379, 12071, 9339, 9872, 8697, 8471, 9445, 8601, 9504, 10356, 8451, 10160, 11267, 8585, 10252, 8373, 8777, 12873, 8493, 9287, 13009, 9710, 9456, 8708, 8298, 11630, 10655, 8548, 11085, 8760, 8528, 12061, 12306, 8674, 13257, 9530, 8839, 11538, 8897, 8498, 12617, 8559, 9027, 10376, 8389, 9809, 12695, 8391, 10065, 10434, 8188, 10935, 10519, 8289, 11823, 12802, 9683, 11189, 11318, 8234, 10939, 9887, 8271, 11055, 12811, 8236, 10130, 8702, 8199, 10484, 8611, 8485, 9573, 8725, 8828, 11725, 8883, 9426, 14413, 11408, 8553, 10877, 9351, 8496, 13853, 12319, 8667, 14050, 11912, 8895, 10635, 8869, 8266, 12265, 11426, 8128, 10510, 8222, 8242, 10791, 8525, 8492, 11631, 8615, 8553, 9791, 8174, 9439, 8504, 8094, 10085, 8450, 8714, 9414, 8474, 9595, 8061, 8510, 9004, 8282, 11175, 8221, 9065, 16077, 15327, 11506, 9409, 13138, 10347, 8540, 8063, 8034, 10611, 8604, 8249, 8658, 8441, 9993, 8225, 8850, 13064, 9172, 9260, 8474, 8302, 12089, 12914, 10062, 13691, 8242, 10770, 13910, 10437, 14278, 9901, 9623, 15061, 12171, 11137, 15076, 11387, 11796, 7988, 8140, 11179, 8464, 8737, 8343, 8162, 11140, 8178, 8527, 12598, 9623, 11737, 8211, 8552, 8398, 8208, 10563, 8509, 8853, 11505, 8247, 9660, 15351, 11499, 9311, 14818, 10543, 9116, 11889, 9086, 9229, 8238, 8483, 9971, 8301, 9038, 8725, 8161, 9459, 8248, 8256, 10939, 11407, 8344, 9775, 12674, 8178, 10159, 8370, 8215, 10527, 8342, 8111, 9729, 8783, 8919, 8690, 8283, 9244, 8256, 8348, 11168, 8532, 9399, 9324, 8092, 10394, 14707, 10639, 8909, 12248, 8514, 8799, 11336, 8414, 8311, 10823, 8581, 8440, 8436, 8421, 9883, 8221, 8626, 11082, 8537, 9195, 12770, 8467, 10031, 12551, 10046, 9932, 14250, 10499, 11345, 15112, 11444, 11894, 10133, 8156, 12738, 14075, 10427, 14395, 9333, 8196, 14554, 12481, 9327, 15145, 8754, 8249, 10625, 8224, 9106, 8114, 8307, 9838, 8342, 8581, 10742, 8132, 9355, 8386, 8320, 8349, 8479, 11869, 15943, 10972, 9604, 11277, 14598, 9073, 9105, 12082, 8454, 8228, 12010, 8650, 8374, 11397, 8494, 8343, 11031, 8218, 9065, 8841, 8175, 11347, 14752, 10251, 12939, 11420, 8238, 14132, 13747, 7937, 10899, 8555, 8140, 9259, 7999, 8235, 10215, 8253, 8399, 9632, 8405, 8422, 8047, 7884, 8786, 8214, 8309, 9321, 8100, 8170, 10439, 8480, 8582, 8286, 8189, 9036, 8222, 8276, 8251, 8092, 8688, 8220, 8569, 8407, 8120, 8120, 8072, 8644, 8070, 9465, 12955, 10823, 8189, 11096, 8247, 7922, 9612, 8201, 9046, 8175, 8254, 12734, 9978, 14100, 11803, 14348, 15976, 12995, 15809, 14696, 15265, 16770, 13992, 15572, 10195, 8729, 15597, 11289, 10296, 8519, 8724, 8609, 8059, 7899, 7916, 7916, 8208, 11108, 15809, 11620, 12758, 9398, 8300, 7960, 7898, 8700, 7871, 8816, 7959, 8416, 8105, 8334, 8133, 7842, 8461, 7745, 9901, 8316, 9638, 8595, 8131, 11202, 8331, 12426, 10614, 13750, 8882, 9347, 8568, 8876, 8318, 8644, 14979, 16621, 13238, 10492, 12464, 8537, 8573, 11308, 8702, 8186, 9624, 8444, 8157, 10391, 8152, 7944, 10004, 8200, 8008, 10503, 7947, 8230, 11074, 7923, 8179, 10285, 8195, 8279, 11600, 8778, 8188, 10229, 12574, 8106, 10012, 13063, 9050, 8594, 7979, 7954, 10415, 8130, 8599, 9261, 8425, 9193, 8553, 8716, 9488, 8169, 12122, 14129, 10681, 12304, 13540, 8299, 13117, 14337, 12584, 14611, 9064, 13667, 15359, 11657, 15553, 15261, 11636, 15549, 10467, 8226, 15041, 10146, 11609, 13665, 9541, 14465, 8700, 8206, 14207, 8732, 8975, 15416, 12280, 10270, 14795, 10087, 10163, 8033, 7913, 9693, 8377, 8002, 8217, 7939, 9379, 12762, 8510, 8767, 8731, 7705, 8902, 7611, 8147, 10543, 8311, 7879, 8066, 8066, 9312, 7770, 8280, 11317, 8456, 11017, 10216, 9247, 13768, 8135, 8629, 14401, 11593, 8924, 12962, 15099, 9685, 9892, 14855, 9356, 8129, 12024, 8687, 8502, 10082, 8626, 8041, 10097, 8620, 8605, 9976, 8797, 11273, 8859, 8539, 8556, 8292, 9809, 13313, 15614, 11341, 10386, 11274, 11373, 8397, 9373, 14989, 10166, 9695, 10233, 8605, 8528, 9077, 8598, 8274, 8351, 8676, 10805, 8804, 8872, 13275, 13046, 11584, 15036, 10527, 8850, 14762, 10604, 8659, 14717, 10939, 9171, 11740, 8134, 8993, 8294, 8195, 9834, 8285, 8873, 8100, 8368, 10950, 8382, 8502, 14395, 13138, 9110, 12092, 7858, 8250, 10467, 8467, 8063, 8552, 8550, 9046, 8515, 8058, 9005, 8654, 8674, 8468, 8504, 10919, 8712, 9278, 8761, 8282, 10919, 10813, 10067, 13244, 10567, 8831, 8207, 8582, 10394, 8557, 8464, 9006, 8288, 9989, 10400, 8112, 12116, 8239, 8268, 12510, 8677, 8701, 11952, 9180, 12088, 8663, 8650, 8404, 8262, 11286, 9192, 8312, 12887, 11103, 12427, 10911, 8470, 8821, 8317, 8505, 8407, 8603, 9116, 8714, 10415, 14694, 12723, 10085, 12361, 13210, 10143, 9573, 8220, 8482, 8627, 8411, 8213, 8601, 8176, 8695, 9789, 8264, 8458, 9523, 8842, 8563, 10847, 8807, 8891, 10979, 8876, 8546, 10030, 8660, 8469, 12057, 8870, 8680, 12539, 8818, 8563, 10799, 8980, 8223, 8733, 8427, 8576, 10422, 8947, 8652, 9069, 8306, 9005, 8403, 8329, 11192, 9404, 8380, 14550, 9699, 8729, 14214, 13513, 10207, 14296, 10632, 9644, 8338, 8441, 9007, 8645, 8930, 11407, 10929, 8279, 9071, 14380, 10456, 8700, 11697, 11149, 8583, 8600, 8153, 9281, 8642, 8208, 10668, 9415, 8466, 13527, 12920, 9827, 15192, 11589, 9439, 14835, 11944, 9663, 13390, 8703, 9848, 13500, 8695, 10405, 14375, 9258, 10469, 14779, 11131, 10010, 7931, 8222, 8355, 8273, 8172, 10096, 8163, 8142, 9907, 8304, 7965, 9164, 8233, 7905, 9525, 9555, 7910, 8272, 10548, 8499, 8529, 11203, 8645, 8444, 10206, 8588, 8634, 12077, 8771, 8413, 11840, 8714, 8821, 9752, 8198, 9868, 11600, 7940, 10173, 8378, 8473, 12504, 8519, 8232, 13368, 10381, 8140, 13154, 10181, 8081, 12349, 8864, 8447, 12805, 8711, 8468, 10126, 8244, 9382, 10785, 7996, 9580, 11764, 8050, 11446, 14560, 9700, 11722, 15237, 10030, 9526, 11358, 8074, 9219, 8648, 8243, 9796, 8491, 8017, 9875, 9169, 8170, 9143, 8890, 8021, 10228, 8803, 8239, 9322, 9015, 8398, 10266, 9888, 8218, 9729, 10922, 8386, 10075, 11403, 8488, 11215, 9115, 8387, 12685, 8929, 8400, 14395, 9562, 8478, 12050, 8766, 8697, 10447, 8511, 9273, 8933, 8443, 10463, 9040, 8318, 10383, 8750, 8769, 12839, 10844, 8538, 12211, 8699, 8834, 11798, 8535, 9025, 8473, 8327, 11246, 8674, 8495, 15137, 9182, 8543, 15043, 10956, 9119, 14107, 8597, 9239, 11154, 8159, 9780, 8589, 8025, 10108, 8255, 8164, 10664, 8402, 8309, 10341, 8447, 8595, 8032, 8146, 11603, 8818, 9959, 9997, 9218, 12610, 8289, 9221, 8344, 8539, 8890, 9082, 13966, 13904, 13583, 10612, 8453, 12185, 8730, 9534, 14882, 12624, 10398, 14351, 12185, 9998, 11802, 8809, 8602, 9959, 9322, 10844, 11331, 9417, 8544, 8618, 10503, 8925, 8473, 11987, 9340, 10473, 13485, 10646, 14971, 12349, 10247, 8651, 8859, 9516, 9090, 9601, 13846, 10268, 11238, 14539, 10686, 10584, 9058, 9050, 13064, 8944, 8205, 8489, 8612, 9785, 8818, 8649, 11329, 8597, 8586, 10754, 9303], 'WindowCenter': [4431.0, 4417.0, 4406.0, 4393.0, 4393.0, 4442.0, 4393.0, 4390.0, 4451.0, 4408.0, 4388.0, 4438.0, 4438.0, 4409.0, 4406.0, 4377.0, 4376.0, 4387.0, 4388.0, 4417.0, 4377.0, 4377.0, 4420.0, 4402.0, 4405.0, 4431.0, 4404.0, 4402.0, 4414.0, 4401.0, 4423.0, 4402.0, 4415.0, 4457.0, 4418.0, 4448.0, 4456.0, 4417.0, 4466.0, 4454.0, 4414.0, 4451.0, 4418.0, 4400.0, 4450.0, 4441.0, 4409.0, 4458.0, 4396.0, 4377.0, 4436.0, 4405.0, 4387.0, 4425.0, 4377.0, 4397.0, 4386.0, 4376.0, 4415.0, 4388.0, 4389.0, 4437.0, 4388.0, 4399.0, 4436.0, 4398.0, 4387.0, 4447.0, 4417.0, 4374.0, 4403.0, 4387.0, 4386.0, 4405.0, 4386.0, 4388.0, 4386.0, 4387.0, 4428.0, 4388.0, 4390.0, 4431.0, 4399.0, 4400.0, 4421.0, 4400.0, 4430.0, 4442.0, 4399.0, 4408.0, 4388.0, 4389.0, 4430.0, 4410.0, 4388.0, 4407.0, 4390.0, 4399.0, 4448.0, 4398.0, 4387.0, 4410.0, 4389.0, 4420.0, 4420.0, 4400.0, 4420.0, 4429.0, 4391.0, 4420.0, 4399.0, 4389.0, 4429.0, 4398.0, 4399.0, 4429.0, 4402.0, 4400.0, 4441.0, 4401.0, 4399.0, 4439.0, 4400.0, 4408.0, 4388.0, 4390.0, 4408.0, 4401.0, 4409.0, 4418.0, 4388.0, 4419.0, 4428.0, 4398.0, 4420.0, 4388.0, 4399.0, 4437.0, 4389.0, 4396.0, 4437.0, 4407.0, 4409.0, 4386.0, 4389.0, 4428.0, 4421.0, 4391.0, 4429.0, 4385.0, 4386.0, 4426.0, 4426.0, 4386.0, 4437.0, 4395.0, 4387.0, 4414.0, 4385.0, 4388.0, 4425.0, 4387.0, 4386.0, 4405.0, 4377.0, 4407.0, 4436.0, 4377.0, 4408.0, 4404.0, 4378.0, 4407.0, 4404.0, 4375.0, 4413.0, 4424.0, 4395.0, 4416.0, 4403.0, 4375.0, 4405.0, 4395.0, 4373.0, 4413.0, 4422.0, 4372.0, 4395.0, 4375.0, 4376.0, 4404.0, 4384.0, 4385.0, 4398.0, 4387.0, 4399.0, 4427.0, 4400.0, 4400.0, 4447.0, 4418.0, 4388.0, 4415.0, 4394.0, 4386.0, 4433.0, 4423.0, 4375.0, 4432.0, 4412.0, 4385.0, 4395.0, 4373.0, 4363.0, 4413.0, 4403.0, 4363.0, 4389.0, 4360.0, 4363.0, 4400.0, 4375.0, 4373.0, 4403.0, 4373.0, 4372.0, 4391.0, 4375.0, 4382.0, 4374.0, 4363.0, 4393.0, 4376.0, 4387.0, 4386.0, 4372.0, 4396.0, 4376.0, 4387.0, 4399.0, 4391.0, 4431.0, 4391.0, 4401.0, 4472.0, 4448.0, 4415.0, 4382.0, 4423.0, 4395.0, 4375.0, 4364.0, 4375.0, 4417.0, 4387.0, 4378.0, 4387.0, 4387.0, 4406.0, 4389.0, 4398.0, 4449.0, 4398.0, 4409.0, 4390.0, 4388.0, 4438.0, 4440.0, 4406.0, 4448.0, 4378.0, 4417.0, 4446.0, 4408.0, 4445.0, 4395.0, 4395.0, 4448.0, 4412.0, 4403.0, 4443.0, 4403.0, 4413.0, 4361.0, 4362.0, 4404.0, 4364.0, 4373.0, 4364.0, 4373.0, 4405.0, 4376.0, 4387.0, 4425.0, 4384.0, 4416.0, 4362.0, 4372.0, 4361.0, 4362.0, 4402.0, 4375.0, 4386.0, 4413.0, 4377.0, 4398.0, 4445.0, 4403.0, 4384.0, 4432.0, 4391.0, 4370.0, 4400.0, 4370.0, 4373.0, 4360.0, 4372.0, 4383.0, 4362.0, 4372.0, 4372.0, 4361.0, 4385.0, 4364.0, 4375.0, 4403.0, 4403.0, 4364.0, 4381.0, 4411.0, 4363.0, 4391.0, 4363.0, 4364.0, 4393.0, 4363.0, 4364.0, 4383.0, 4376.0, 4385.0, 4384.0, 4377.0, 4387.0, 4377.0, 4386.0, 4416.0, 4388.0, 4397.0, 4400.0, 4380.0, 4419.0, 4460.0, 4406.0, 4386.0, 4425.0, 4387.0, 4386.0, 4417.0, 4375.0, 4378.0, 4416.0, 4389.0, 4389.0, 4387.0, 4391.0, 4408.0, 4391.0, 4400.0, 4432.0, 4404.0, 4424.0, 4453.0, 4392.0, 4421.0, 4442.0, 4409.0, 4410.0, 4451.0, 4417.0, 4417.0, 4449.0, 4418.0, 4418.0, 4393.0, 4364.0, 4425.0, 4433.0, 4403.0, 4433.0, 4383.0, 4361.0, 4435.0, 4412.0, 4380.0, 4431.0, 4370.0, 4360.0, 4389.0, 4361.0, 4372.0, 4352.0, 4361.0, 4390.0, 4386.0, 4396.0, 4414.0, 4362.0, 4368.0, 4347.0, 4347.0, 4351.0, 4364.0, 4414.0, 4445.0, 4391.0, 4383.0, 4403.0, 4432.0, 4371.0, 4372.0, 4399.0, 4351.0, 4362.0, 4401.0, 4360.0, 4350.0, 4402.0, 4363.0, 4350.0, 4380.0, 4350.0, 4359.0, 4349.0, 4348.0, 4378.0, 4407.0, 4366.0, 4386.0, 4362.0, 4333.0, 4394.0, 4384.0, 4323.0, 4363.0, 4333.0, 4324.0, 4341.0, 4324.0, 4336.0, 4365.0, 4335.0, 4337.0, 4356.0, 4338.0, 4338.0, 4338.0, 4337.0, 4359.0, 4350.0, 4352.0, 4370.0, 4352.0, 4363.0, 4393.0, 4362.0, 4376.0, 4363.0, 4365.0, 4372.0, 4378.0, 4390.0, 4388.0, 4380.0, 4387.0, 4376.0, 4374.0, 4375.0, 4376.0, 4367.0, 4365.0, 4388.0, 4393.0, 4415.0, 4440.0, 4409.0, 4390.0, 4416.0, 4378.0, 4379.0, 4399.0, 4388.0, 4397.0, 4377.0, 4389.0, 4439.0, 4413.0, 4450.0, 4428.0, 4449.0, 4446.0, 4424.0, 4433.0, 4421.0, 4430.0, 4430.0, 4408.0, 4417.0, 4355.0, 4335.0, 4403.0, 4363.0, 4353.0, 4331.0, 4332.0, 4333.0, 4324.0, 4334.0, 4335.0, 4335.0, 4346.0, 4377.0, 4408.0, 4374.0, 4384.0, 4343.0, 4332.0, 4324.0, 4336.0, 4347.0, 4350.0, 4360.0, 4351.0, 4362.0, 4364.0, 4374.0, 4365.0, 4365.0, 4375.0, 4366.0, 4396.0, 4378.0, 4399.0, 4388.0, 4380.0, 4419.0, 4378.0, 4429.0, 4408.0, 4437.0, 4376.0, 4385.0, 4375.0, 4374.0, 4376.0, 4388.0, 4449.0, 4447.0, 4417.0, 4393.0, 4401.0, 4361.0, 4360.0, 4378.0, 4348.0, 4349.0, 4369.0, 4361.0, 4365.0, 4393.0, 4353.0, 4367.0, 4394.0, 4365.0, 4368.0, 4405.0, 4365.0, 4377.0, 4417.0, 4377.0, 4378.0, 4410.0, 4378.0, 4390.0, 4430.0, 4387.0, 4377.0, 4408.0, 4425.0, 4378.0, 4410.0, 4440.0, 4387.0, 4389.0, 4364.0, 4376.0, 4406.0, 4378.0, 4389.0, 4399.0, 4402.0, 4412.0, 4403.0, 4403.0, 4422.0, 4404.0, 4455.0, 4465.0, 4423.0, 4443.0, 4450.0, 4390.0, 4440.0, 4449.0, 4441.0, 4460.0, 4399.0, 4450.0, 4448.0, 4418.0, 4459.0, 4448.0, 4416.0, 4444.0, 4393.0, 4363.0, 4432.0, 4382.0, 4402.0, 4423.0, 4384.0, 4422.0, 4360.0, 4350.0, 4420.0, 4360.0, 4361.0, 4421.0, 4399.0, 4369.0, 4409.0, 4369.0, 4367.0, 4336.0, 4337.0, 4357.0, 4348.0, 4349.0, 4350.0, 4351.0, 4371.0, 4400.0, 4362.0, 4360.0, 4349.0, 4340.0, 4358.0, 4339.0, 4350.0, 4380.0, 4362.0, 4351.0, 4351.0, 4364.0, 4384.0, 4354.0, 4364.0, 4404.0, 4362.0, 4392.0, 4382.0, 4373.0, 4422.0, 4351.0, 4362.0, 4422.0, 4390.0, 4360.0, 4411.0, 4420.0, 4370.0, 4380.0, 4419.0, 4359.0, 4348.0, 4388.0, 4348.0, 4359.0, 4379.0, 4360.0, 4351.0, 4381.0, 4362.0, 4362.0, 4381.0, 4362.0, 4393.0, 4373.0, 4361.0, 4360.0, 4363.0, 4395.0, 4426.0, 4435.0, 4391.0, 4382.0, 4392.0, 4401.0, 4361.0, 4371.0, 4420.0, 4368.0, 4368.0, 4379.0, 4359.0, 4360.0, 4359.0, 4361.0, 4361.0, 4361.0, 4371.0, 4390.0, 4372.0, 4373.0, 4413.0, 4412.0, 4402.0, 4431.0, 4381.0, 4360.0, 4418.0, 4378.0, 4348.0, 4420.0, 4392.0, 4385.0, 4401.0, 4349.0, 4359.0, 4349.0, 4349.0, 4369.0, 4350.0, 4358.0, 4338.0, 4349.0, 4379.0, 4349.0, 4360.0, 4420.0, 4399.0, 4359.0, 4387.0, 4336.0, 4347.0, 4365.0, 4337.0, 4337.0, 4347.0, 4359.0, 4371.0, 4360.0, 4351.0, 4360.0, 4363.0, 4361.0, 4361.0, 4373.0, 4403.0, 4374.0, 4385.0, 4374.0, 4364.0, 4405.0, 4404.0, 4382.0, 4412.0, 4382.0, 4360.0, 4350.0, 4362.0, 4381.0, 4362.0, 4363.0, 4374.0, 4365.0, 4394.0, 4394.0, 4353.0, 4402.0, 4351.0, 4361.0, 4401.0, 4361.0, 4362.0, 4402.0, 4372.0, 4401.0, 4362.0, 4361.0, 4351.0, 4352.0, 4391.0, 4359.0, 4362.0, 4411.0, 4391.0, 4400.0, 4379.0, 4352.0, 4358.0, 4350.0, 4361.0, 4362.0, 4363.0, 4373.0, 4375.0, 4406.0, 4435.0, 4413.0, 4382.0, 4400.0, 4399.0, 4366.0, 4355.0, 4336.0, 4347.0, 4347.0, 4338.0, 4349.0, 4349.0, 4350.0, 4372.0, 4381.0, 4351.0, 4362.0, 4371.0, 4373.0, 4363.0, 4391.0, 4374.0, 4375.0, 4394.0, 4374.0, 4375.0, 4383.0, 4363.0, 4364.0, 4403.0, 4372.0, 4363.0, 4412.0, 4373.0, 4374.0, 4392.0, 4373.0, 4362.0, 4362.0, 4364.0, 4375.0, 4395.0, 4386.0, 4377.0, 4386.0, 4377.0, 4387.0, 4377.0, 4377.0, 4406.0, 4385.0, 4377.0, 4436.0, 4385.0, 4375.0, 4435.0, 4424.0, 4383.0, 4422.0, 4394.0, 4372.0, 4352.0, 4362.0, 4372.0, 4373.0, 4375.0, 4405.0, 4393.0, 4364.0, 4373.0, 4433.0, 4394.0, 4374.0, 4403.0, 4402.0, 4362.0, 4361.0, 4353.0, 4383.0, 4373.0, 4364.0, 4394.0, 4374.0, 4362.0, 4425.0, 4412.0, 4382.0, 4421.0, 4391.0, 4371.0, 4420.0, 4390.0, 4369.0, 4409.0, 4358.0, 4368.0, 4409.0, 4359.0, 4379.0, 4408.0, 4358.0, 4379.0, 4407.0, 4377.0, 4366.0, 4337.0, 4348.0, 4346.0, 4348.0, 4360.0, 4379.0, 4360.0, 4351.0, 4381.0, 4361.0, 4352.0, 4371.0, 4350.0, 4352.0, 4382.0, 4371.0, 4351.0, 4363.0, 4392.0, 4373.0, 4374.0, 4403.0, 4374.0, 4375.0, 4394.0, 4386.0, 4386.0, 4426.0, 4386.0, 4377.0, 4416.0, 4376.0, 4386.0, 4385.0, 4375.0, 4395.0, 4404.0, 4364.0, 4395.0, 4375.0, 4375.0, 4415.0, 4374.0, 4375.0, 4427.0, 4394.0, 4366.0, 4426.0, 4394.0, 4364.0, 4413.0, 4384.0, 4375.0, 4424.0, 4374.0, 4374.0, 4394.0, 4375.0, 4385.0, 4404.0, 4365.0, 4384.0, 4413.0, 4365.0, 4414.0, 4434.0, 4384.0, 4414.0, 4443.0, 4392.0, 4382.0, 4403.0, 4364.0, 4386.0, 4373.0, 4374.0, 4394.0, 4374.0, 4367.0, 4394.0, 4384.0, 4374.0, 4386.0, 4373.0, 4364.0, 4396.0, 4373.0, 4374.0, 4384.0, 4376.0, 4374.0, 4397.0, 4394.0, 4376.0, 4394.0, 4404.0, 4375.0, 4395.0, 4415.0, 4375.0, 4404.0, 4374.0, 4375.0, 4424.0, 4376.0, 4375.0, 4437.0, 4382.0, 4374.0, 4416.0, 4377.0, 4377.0, 4406.0, 4376.0, 4386.0, 4388.0, 4378.0, 4406.0, 4385.0, 4377.0, 4407.0, 4386.0, 4389.0, 4428.0, 4405.0, 4375.0, 4415.0, 4375.0, 4388.0, 4415.0, 4378.0, 4388.0, 4377.0, 4378.0, 4416.0, 4376.0, 4378.0, 4446.0, 4387.0, 4375.0, 4447.0, 4404.0, 4386.0, 4435.0, 4374.0, 4383.0, 4403.0, 4365.0, 4384.0, 4372.0, 4366.0, 4393.0, 4365.0, 4376.0, 4395.0, 4363.0, 4374.0, 4395.0, 4374.0, 4373.0, 4365.0, 4366.0, 4415.0, 4386.0, 4395.0, 4394.0, 4385.0, 4413.0, 4375.0, 4385.0, 4375.0, 4376.0, 4387.0, 4385.0, 4449.0, 4437.0, 4425.0, 4393.0, 4363.0, 4412.0, 4361.0, 4383.0, 4434.0, 4412.0, 4379.0, 4421.0, 4401.0, 4380.0, 4399.0, 4357.0, 4356.0, 4368.0, 4368.0, 4388.0, 4386.0, 4358.0, 4348.0, 4358.0, 4379.0, 4356.0, 4349.0, 4387.0, 4370.0, 4392.0, 4412.0, 4379.0, 4406.0, 4386.0, 4366.0, 4345.0, 4345.0, 4355.0, 4357.0, 4358.0, 4408.0, 4368.0, 4389.0, 4407.0, 4366.0, 4365.0, 4345.0, 4345.0, 4383.0, 4345.0, 4334.0, 4333.0, 4344.0, 4365.0, 4357.0, 4348.0, 4377.0, 4346.0, 4346.0, 4374.0, 4357.0], 'WindowWidth': [9782.0, 9754.0, 9734.0, 9711.0, 9711.0, 9773.0, 9705.0, 9700.0, 9785.0, 9718.0, 9694.0, 9762.0, 9757.0, 9718.0, 9713.0, 9675.0, 9672.0, 9691.0, 9694.0, 9731.0, 9677.0, 9679.0, 9740.0, 9724.0, 9728.0, 9759.0, 9725.0, 9723.0, 9738.0, 9719.0, 9750.0, 9722.0, 9744.0, 9802.0, 9754.0, 9794.0, 9804.0, 9752.0, 9815.0, 9797.0, 9738.0, 9787.0, 9736.0, 9715.0, 9787.0, 9769.0, 9724.0, 9794.0, 9704.0, 9678.0, 9757.0, 9713.0, 9692.0, 9740.0, 9677.0, 9704.0, 9691.0, 9677.0, 9728.0, 9694.0, 9698.0, 9762.0, 9697.0, 9712.0, 9760.0, 9708.0, 9694.0, 9776.0, 9731.0, 9671.0, 9708.0, 9692.0, 9693.0, 9716.0, 9691.0, 9695.0, 9693.0, 9696.0, 9752.0, 9699.0, 9703.0, 9758.0, 9715.0, 9717.0, 9745.0, 9716.0, 9758.0, 9776.0, 9714.0, 9726.0, 9698.0, 9700.0, 9757.0, 9729.0, 9697.0, 9722.0, 9702.0, 9713.0, 9780.0, 9712.0, 9697.0, 9730.0, 9702.0, 9744.0, 9744.0, 9719.0, 9745.0, 9755.0, 9705.0, 9745.0, 9715.0, 9702.0, 9754.0, 9713.0, 9714.0, 9755.0, 9721.0, 9717.0, 9775.0, 9717.0, 9713.0, 9768.0, 9716.0, 9725.0, 9699.0, 9704.0, 9728.0, 9720.0, 9728.0, 9738.0, 9697.0, 9740.0, 9753.0, 9712.0, 9744.0, 9700.0, 9715.0, 9765.0, 9697.0, 9705.0, 9762.0, 9721.0, 9726.0, 9693.0, 9701.0, 9753.0, 9744.0, 9704.0, 9753.0, 9691.0, 9693.0, 9746.0, 9743.0, 9690.0, 9760.0, 9701.0, 9692.0, 9727.0, 9688.0, 9695.0, 9742.0, 9691.0, 9691.0, 9714.0, 9681.0, 9720.0, 9760.0, 9679.0, 9722.0, 9713.0, 9681.0, 9720.0, 9713.0, 9675.0, 9726.0, 9739.0, 9700.0, 9729.0, 9708.0, 9673.0, 9713.0, 9698.0, 9670.0, 9722.0, 9734.0, 9666.0, 9699.0, 9672.0, 9676.0, 9713.0, 9686.0, 9689.0, 9707.0, 9696.0, 9714.0, 9750.0, 9716.0, 9717.0, 9779.0, 9735.0, 9694.0, 9729.0, 9700.0, 9691.0, 9754.0, 9737.0, 9673.0, 9749.0, 9718.0, 9684.0, 9699.0, 9666.0, 9653.0, 9722.0, 9705.0, 9652.0, 9684.0, 9647.0, 9652.0, 9700.0, 9670.0, 9667.0, 9706.0, 9667.0, 9665.0, 9691.0, 9671.0, 9680.0, 9671.0, 9656.0, 9696.0, 9677.0, 9694.0, 9689.0, 9665.0, 9701.0, 9678.0, 9695.0, 9714.0, 9706.0, 9759.0, 9704.0, 9717.0, 9818.0, 9780.0, 9724.0, 9679.0, 9737.0, 9699.0, 9674.0, 9657.0, 9676.0, 9733.0, 9692.0, 9680.0, 9691.0, 9695.0, 9719.0, 9699.0, 9713.0, 9781.0, 9712.0, 9728.0, 9701.0, 9700.0, 9767.0, 9769.0, 9718.0, 9776.0, 9681.0, 9734.0, 9773.0, 9722.0, 9770.0, 9700.0, 9703.0, 9778.0, 9719.0, 9709.0, 9764.0, 9705.0, 9720.0, 9649.0, 9651.0, 9710.0, 9655.0, 9667.0, 9654.0, 9668.0, 9712.0, 9676.0, 9690.0, 9742.0, 9682.0, 9728.0, 9653.0, 9666.0, 9648.0, 9651.0, 9704.0, 9673.0, 9691.0, 9724.0, 9675.0, 9706.0, 9771.0, 9706.0, 9682.0, 9744.0, 9687.0, 9658.0, 9697.0, 9657.0, 9664.0, 9646.0, 9663.0, 9676.0, 9650.0, 9665.0, 9665.0, 9649.0, 9683.0, 9654.0, 9672.0, 9708.0, 9705.0, 9654.0, 9674.0, 9714.0, 9652.0, 9687.0, 9650.0, 9653.0, 9693.0, 9654.0, 9656.0, 9681.0, 9675.0, 9687.0, 9687.0, 9679.0, 9690.0, 9679.0, 9692.0, 9732.0, 9695.0, 9708.0, 9714.0, 9686.0, 9740.0, 9798.0, 9715.0, 9689.0, 9741.0, 9692.0, 9690.0, 9732.0, 9674.0, 9680.0, 9730.0, 9698.0, 9697.0, 9694.0, 9704.0, 9725.0, 9705.0, 9717.0, 9762.0, 9728.0, 9756.0, 9791.0, 9708.0, 9746.0, 9776.0, 9726.0, 9729.0, 9785.0, 9732.0, 9735.0, 9780.0, 9734.0, 9732.0, 9695.0, 9658.0, 9740.0, 9748.0, 9706.0, 9748.0, 9679.0, 9650.0, 9752.0, 9717.0, 9673.0, 9743.0, 9658.0, 9646.0, 9683.0, 9647.0, 9662.0, 9636.0, 9649.0, 9690.0, 9696.0, 9710.0, 9726.0, 9651.0, 9651.0, 9617.0, 9619.0, 9630.0, 9654.0, 9722.0, 9771.0, 9685.0, 9677.0, 9708.0, 9743.0, 9658.0, 9662.0, 9696.0, 9631.0, 9647.0, 9699.0, 9641.0, 9630.0, 9701.0, 9649.0, 9631.0, 9668.0, 9628.0, 9638.0, 9623.0, 9621.0, 9661.0, 9696.0, 9639.0, 9666.0, 9629.0, 9591.0, 9675.0, 9658.0, 9578.0, 9632.0, 9591.0, 9581.0, 9602.0, 9582.0, 9600.0, 9639.0, 9599.0, 9603.0, 9628.0, 9606.0, 9608.0, 9608.0, 9607.0, 9639.0, 9628.0, 9632.0, 9656.0, 9633.0, 9650.0, 9688.0, 9649.0, 9672.0, 9653.0, 9655.0, 9663.0, 9679.0, 9702.0, 9696.0, 9686.0, 9692.0, 9674.0, 9667.0, 9669.0, 9673.0, 9661.0, 9658.0, 9696.0, 9708.0, 9740.0, 9770.0, 9721.0, 9698.0, 9729.0, 9677.0, 9681.0, 9710.0, 9695.0, 9705.0, 9677.0, 9697.0, 9766.0, 9732.0, 9780.0, 9748.0, 9776.0, 9771.0, 9733.0, 9750.0, 9723.0, 9735.0, 9738.0, 9702.0, 9713.0, 9623.0, 9596.0, 9686.0, 9630.0, 9617.0, 9585.0, 9588.0, 9592.0, 9581.0, 9596.0, 9598.0, 9599.0, 9615.0, 9658.0, 9699.0, 9645.0, 9659.0, 9605.0, 9590.0, 9580.0, 9599.0, 9618.0, 9624.0, 9638.0, 9629.0, 9647.0, 9655.0, 9668.0, 9655.0, 9657.0, 9669.0, 9659.0, 9700.0, 9677.0, 9707.0, 9692.0, 9683.0, 9736.0, 9678.0, 9747.0, 9716.0, 9753.0, 9670.0, 9680.0, 9668.0, 9666.0, 9671.0, 9690.0, 9779.0, 9775.0, 9723.0, 9687.0, 9696.0, 9640.0, 9638.0, 9659.0, 9621.0, 9624.0, 9651.0, 9642.0, 9654.0, 9690.0, 9637.0, 9659.0, 9694.0, 9656.0, 9664.0, 9710.0, 9657.0, 9675.0, 9729.0, 9676.0, 9679.0, 9721.0, 9677.0, 9700.0, 9752.0, 9689.0, 9677.0, 9718.0, 9738.0, 9679.0, 9725.0, 9764.0, 9689.0, 9696.0, 9654.0, 9674.0, 9715.0, 9681.0, 9696.0, 9710.0, 9722.0, 9735.0, 9725.0, 9725.0, 9748.0, 9724.0, 9795.0, 9810.0, 9747.0, 9773.0, 9779.0, 9698.0, 9766.0, 9776.0, 9767.0, 9792.0, 9709.0, 9780.0, 9773.0, 9731.0, 9791.0, 9774.0, 9723.0, 9760.0, 9688.0, 9648.0, 9741.0, 9673.0, 9701.0, 9729.0, 9678.0, 9727.0, 9640.0, 9627.0, 9722.0, 9639.0, 9643.0, 9724.0, 9689.0, 9649.0, 9701.0, 9647.0, 9642.0, 9600.0, 9601.0, 9630.0, 9618.0, 9624.0, 9625.0, 9628.0, 9654.0, 9693.0, 9646.0, 9639.0, 9621.0, 9610.0, 9634.0, 9608.0, 9627.0, 9665.0, 9645.0, 9631.0, 9629.0, 9653.0, 9679.0, 9639.0, 9653.0, 9706.0, 9646.0, 9686.0, 9670.0, 9660.0, 9724.0, 9629.0, 9646.0, 9727.0, 9676.0, 9637.0, 9709.0, 9720.0, 9650.0, 9667.0, 9717.0, 9635.0, 9622.0, 9673.0, 9620.0, 9636.0, 9662.0, 9639.0, 9630.0, 9669.0, 9646.0, 9647.0, 9670.0, 9643.0, 9687.0, 9660.0, 9642.0, 9640.0, 9650.0, 9696.0, 9742.0, 9754.0, 9683.0, 9672.0, 9687.0, 9697.0, 9645.0, 9658.0, 9724.0, 9646.0, 9647.0, 9667.0, 9638.0, 9638.0, 9638.0, 9643.0, 9643.0, 9645.0, 9660.0, 9682.0, 9658.0, 9662.0, 9719.0, 9712.0, 9698.0, 9737.0, 9667.0, 9639.0, 9717.0, 9658.0, 9620.0, 9721.0, 9685.0, 9683.0, 9695.0, 9623.0, 9637.0, 9624.0, 9623.0, 9648.0, 9628.0, 9633.0, 9605.0, 9621.0, 9664.0, 9621.0, 9637.0, 9722.0, 9689.0, 9633.0, 9668.0, 9599.0, 9618.0, 9637.0, 9602.0, 9602.0, 9617.0, 9636.0, 9656.0, 9640.0, 9628.0, 9638.0, 9648.0, 9645.0, 9644.0, 9664.0, 9703.0, 9666.0, 9683.0, 9664.0, 9653.0, 9710.0, 9708.0, 9671.0, 9714.0, 9670.0, 9637.0, 9623.0, 9642.0, 9667.0, 9643.0, 9648.0, 9662.0, 9654.0, 9693.0, 9691.0, 9636.0, 9698.0, 9628.0, 9642.0, 9696.0, 9640.0, 9646.0, 9698.0, 9656.0, 9696.0, 9644.0, 9643.0, 9627.0, 9630.0, 9682.0, 9636.0, 9644.0, 9710.0, 9680.0, 9692.0, 9664.0, 9630.0, 9634.0, 9624.0, 9644.0, 9646.0, 9648.0, 9663.0, 9668.0, 9711.0, 9754.0, 9714.0, 9672.0, 9691.0, 9687.0, 9641.0, 9624.0, 9598.0, 9616.0, 9616.0, 9604.0, 9623.0, 9623.0, 9627.0, 9660.0, 9669.0, 9629.0, 9645.0, 9655.0, 9660.0, 9649.0, 9685.0, 9665.0, 9668.0, 9690.0, 9665.0, 9666.0, 9674.0, 9648.0, 9650.0, 9704.0, 9659.0, 9647.0, 9713.0, 9660.0, 9663.0, 9687.0, 9661.0, 9647.0, 9647.0, 9651.0, 9667.0, 9695.0, 9685.0, 9675.0, 9686.0, 9676.0, 9689.0, 9674.0, 9675.0, 9714.0, 9682.0, 9673.0, 9754.0, 9681.0, 9669.0, 9750.0, 9731.0, 9675.0, 9726.0, 9688.0, 9658.0, 9629.0, 9645.0, 9657.0, 9662.0, 9667.0, 9708.0, 9689.0, 9650.0, 9665.0, 9744.0, 9692.0, 9667.0, 9703.0, 9699.0, 9646.0, 9644.0, 9635.0, 9676.0, 9663.0, 9653.0, 9693.0, 9665.0, 9648.0, 9736.0, 9713.0, 9671.0, 9725.0, 9681.0, 9656.0, 9722.0, 9677.0, 9650.0, 9703.0, 9634.0, 9650.0, 9703.0, 9637.0, 9663.0, 9700.0, 9634.0, 9663.0, 9699.0, 9655.0, 9639.0, 9601.0, 9619.0, 9615.0, 9620.0, 9640.0, 9665.0, 9640.0, 9632.0, 9671.0, 9644.0, 9635.0, 9658.0, 9628.0, 9633.0, 9672.0, 9657.0, 9631.0, 9650.0, 9688.0, 9664.0, 9668.0, 9705.0, 9668.0, 9671.0, 9694.0, 9686.0, 9689.0, 9742.0, 9688.0, 9677.0, 9728.0, 9673.0, 9686.0, 9684.0, 9672.0, 9698.0, 9706.0, 9654.0, 9699.0, 9671.0, 9671.0, 9723.0, 9668.0, 9671.0, 9741.0, 9693.0, 9658.0, 9738.0, 9694.0, 9654.0, 9719.0, 9682.0, 9670.0, 9736.0, 9668.0, 9669.0, 9696.0, 9671.0, 9686.0, 9709.0, 9657.0, 9683.0, 9719.0, 9657.0, 9723.0, 9748.0, 9680.0, 9722.0, 9759.0, 9689.0, 9676.0, 9703.0, 9653.0, 9685.0, 9666.0, 9669.0, 9694.0, 9668.0, 9660.0, 9695.0, 9680.0, 9667.0, 9685.0, 9665.0, 9655.0, 9698.0, 9664.0, 9669.0, 9683.0, 9670.0, 9669.0, 9701.0, 9696.0, 9673.0, 9697.0, 9709.0, 9670.0, 9698.0, 9723.0, 9671.0, 9708.0, 9667.0, 9670.0, 9736.0, 9671.0, 9672.0, 9756.0, 9676.0, 9669.0, 9725.0, 9675.0, 9677.0, 9714.0, 9672.0, 9688.0, 9690.0, 9680.0, 9715.0, 9685.0, 9676.0, 9716.0, 9687.0, 9693.0, 9747.0, 9710.0, 9671.0, 9724.0, 9673.0, 9691.0, 9725.0, 9677.0, 9691.0, 9676.0, 9677.0, 9727.0, 9673.0, 9677.0, 9769.0, 9689.0, 9671.0, 9768.0, 9708.0, 9685.0, 9750.0, 9667.0, 9680.0, 9704.0, 9656.0, 9679.0, 9662.0, 9657.0, 9690.0, 9655.0, 9672.0, 9696.0, 9652.0, 9669.0, 9697.0, 9667.0, 9667.0, 9658.0, 9661.0, 9726.0, 9686.0, 9698.0, 9695.0, 9681.0, 9715.0, 9669.0, 9684.0, 9672.0, 9674.0, 9692.0, 9685.0, 9778.0, 9755.0, 9734.0, 9688.0, 9648.0, 9713.0, 9644.0, 9678.0, 9752.0, 9712.0, 9666.0, 9728.0, 9697.0, 9668.0, 9691.0, 9632.0, 9629.0, 9646.0, 9647.0, 9676.0, 9670.0, 9634.0, 9621.0, 9637.0, 9663.0, 9632.0, 9624.0, 9673.0, 9653.0, 9687.0, 9714.0, 9662.0, 9698.0, 9668.0, 9638.0, 9610.0, 9611.0, 9624.0, 9628.0, 9633.0, 9701.0, 9646.0, 9677.0, 9697.0, 9641.0, 9638.0, 9610.0, 9612.0, 9659.0, 9609.0, 9595.0, 9592.0, 9608.0, 9639.0, 9629.0, 9618.0, 9657.0, 9613.0, 9616.0, 9651.0, 9630.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.00026533275713050994</td></tr>
<tr><td colspan=3>aqi</td><td>0.023008366205704404</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.31613181604669</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1624668981487871</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9653111080190323</td></tr>
<tr><td colspan=3>efc</td><td>0.5012</td></tr>
<tr><td colspan=3>fber</td><td>4112.7568</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07725985094007902</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9507346585998271</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4046687768340695</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.282838945572878</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6206155738832924</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3105518110460386</td></tr>
<tr><td colspan=3>gcor</td><td>0.0166498</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01768527552485466</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03615088015794754</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</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.7469981485328683</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>14.911</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.2676</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.493</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296275.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1107.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.316</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8855</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>651.6989</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3553.8234</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1189.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.0586</td></tr>
<tr><td colspan=3>tsnr</td><td>34.104294622084126</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>