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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0018/ses-02/func/sub-0018_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>88417cb3a60bf8eb763e6774c45ee064</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:28:46.130000</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.987593, 0.132391, 0.084452, -0.124237, 0.987651, -0.0954473]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101278</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7753, -7250, 726, -17, -227, -62, 45]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>627b2992-7621-493c-afda-038e7087dcd4||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.6496405601501465, -0.3333180248737335, 0.2593227028846741, 116.83895111083984], [-0.35519513487815857, 2.6497962474823, -0.22618193924427032, -74.7201919555664], [0.22657844424247742, 0.25607815384864807, 2.677983045578003, -81.67655181884766], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['102846.130000', '102846.590000', '102847.050000', '102847.510000', '102847.970000', '102848.430000', '102848.890000', '102849.350000', '102849.810000', '102850.270000', '102850.730000', '102851.190000', '102851.650000', '102852.110000', '102852.570000', '102853.030000', '102853.490000', '102853.950000', '102854.410000', '102854.870000', '102855.330000', '102855.790000', '102856.250000', '102856.710000', '102857.170000', '102857.630000', '102858.090000', '102858.550000', '102859.010000', '102859.470000', '102859.930000', '102900.390000', '102900.850000', '102901.310000', '102901.770000', '102902.230000', '102902.690000', '102903.150000', '102903.610000', '102904.070000', '102904.530000', '102904.990000', '102905.450000', '102905.910000', '102906.370000', '102906.830000', '102907.290000', '102907.750000', '102908.210000', '102908.670000', '102909.130000', '102909.590000', '102910.050000', '102910.510000', '102910.970000', '102911.430000', '102911.890000', '102912.350000', '102912.810000', '102913.270000', '102913.730000', '102914.190000', '102914.650000', '102915.110000', '102915.570000', '102916.030000', '102916.490000', '102916.950000', '102917.410000', '102917.870000', '102918.330000', '102918.790000', '102919.250000', '102919.710000', '102920.170000', '102920.630000', '102921.090000', '102921.550000', '102922.010000', '102922.470000', '102922.930000', '102923.390000', '102923.850000', '102924.310000', '102924.770000', '102925.230000', '102925.690000', '102926.150000', '102926.610000', '102927.070000', '102927.530000', '102927.990000', '102928.450000', '102928.910000', '102929.370000', '102929.830000', '102930.290000', '102930.750000', '102931.210000', '102931.670000', '102932.130000', '102932.590000', '102933.050000', '102933.510000', '102933.970000', '102934.430000', '102934.890000', '102935.350000', '102935.810000', '102936.270000', '102936.730000', '102937.190000', '102937.650000', '102938.110000', '102938.570000', '102939.030000', '102939.490000', '102939.950000', '102940.410000', '102940.870000', '102941.330000', '102941.790000', '102942.250000', '102942.710000', '102943.170000', '102943.630000', '102944.090000', '102944.550000', '102945.010000', '102945.470000', '102945.930000', '102946.390000', '102946.850000', '102947.310000', '102947.770000', '102948.230000', '102948.690000', '102949.150000', '102949.610000', '102950.070000', '102950.530000', '102950.990000', '102951.450000', '102951.910000', '102952.370000', '102952.830000', '102953.290000', '102953.750000', '102954.210000', '102954.670000', '102955.130000', '102955.590000', '102956.050000', '102956.510000', '102956.970000', '102957.430000', '102957.890000', '102958.350000', '102958.810000', '102959.270000', '102959.730000', '103000.190000', '103000.650000', '103001.110000', '103001.570000', '103002.030000', '103002.490000', '103002.950000', '103003.410000', '103003.870000', '103004.330000', '103004.790000', '103005.250000', '103005.710000', '103006.170000', '103006.630000', '103007.090000', '103007.550000', '103008.010000', '103008.470000', '103008.930000', '103009.390000', '103009.850000', '103010.310000', '103010.770000', '103011.230000', '103011.690000', '103012.150000', '103012.610000', '103013.070000', '103013.530000', '103013.990000', '103014.450000', '103014.910000', '103015.370000', '103015.830000', '103016.290000', '103016.750000', '103017.210000', '103017.670000', '103018.130000', '103018.590000', '103019.050000', '103019.510000', '103019.970000', '103020.430000', '103020.890000', '103021.350000', '103021.810000', '103022.270000', '103022.730000', '103023.190000', '103023.650000', '103024.110000', '103024.570000', '103025.030000', '103025.490000', '103025.950000', '103026.410000', '103026.870000', '103027.330000', '103027.790000', '103028.250000', '103028.710000', '103029.170000', '103029.630000', '103030.090000', '103030.550000', '103031.010000', '103031.470000', '103031.930000', '103032.390000', '103032.850000', '103033.310000', '103033.770000', '103034.230000', '103034.690000', '103035.150000', '103035.610000', '103036.070000', '103036.530000', '103036.990000', '103037.450000', '103037.910000', '103038.370000', '103038.830000', '103039.290000', '103039.750000', '103040.210000', '103040.670000', '103041.130000', '103041.590000', '103042.050000', '103042.510000', '103042.970000', '103043.430000', '103043.890000', '103044.350000', '103044.810000', '103045.270000', '103045.730000', '103046.190000', '103046.650000', '103047.110000', '103047.570000', '103048.030000', '103048.490000', '103048.950000', '103049.410000', '103049.870000', '103050.330000', '103050.790000', '103051.250000', '103051.710000', '103052.170000', '103052.630000', '103053.090000', '103053.550000', '103054.010000', '103054.470000', '103054.930000', '103055.390000', '103055.850000', '103056.310000', '103056.770000', '103057.230000', '103057.690000', '103058.150000', '103058.610000', '103059.070000', '103059.530000', '103059.990000', '103100.450000', '103100.910000', '103101.370000', '103101.830000', '103102.290000', '103102.750000', '103103.210000', '103103.670000', '103104.130000', '103104.590000', '103105.050000', '103105.510000', '103105.970000', '103106.430000', '103106.890000', '103107.350000', '103107.810000', '103108.270000', '103108.730000', '103109.190000', '103109.650000', '103110.110000', '103110.570000', '103111.030000', '103111.490000', '103111.950000', '103112.410000', '103112.870000', '103113.330000', '103113.790000', '103114.250000', '103114.710000', '103115.170000', '103115.630000', '103116.090000', '103116.550000', '103117.010000', '103117.470000', '103117.930000', '103118.390000', '103118.850000', '103119.310000', '103119.770000', '103120.230000', '103120.690000', '103121.150000', '103121.610000', '103122.070000', '103122.530000', '103122.990000', '103123.450000', '103123.910000', '103124.370000', '103124.830000', '103125.290000', '103125.750000', '103126.210000', '103126.670000', '103127.130000', '103127.590000', '103128.050000', '103128.510000', '103128.970000', '103129.430000', '103129.890000', '103130.350000', '103130.810000', '103131.270000', '103131.730000', '103132.190000', '103132.650000', '103133.110000', '103133.570000', '103134.030000', '103134.490000', '103134.950000', '103135.410000', '103135.870000', '103136.330000', '103136.790000', '103137.250000', '103137.710000', '103138.170000', '103138.630000', '103139.090000', '103139.550000', '103140.010000', '103140.470000', '103140.930000', '103141.390000', '103141.850000', '103142.310000', '103142.770000', '103143.230000', '103143.690000', '103144.150000', '103144.610000', '103145.070000', '103145.530000', '103145.990000', '103146.450000', '103146.910000', '103147.370000', '103147.830000', '103148.290000', '103148.750000', '103149.210000', '103149.670000', '103150.130000', '103150.590000', '103151.050000', '103151.510000', '103151.970000', '103152.430000', '103152.890000', '103153.350000', '103153.810000', '103154.270000', '103154.730000', '103155.190000', '103155.650000', '103156.110000', '103156.570000', '103157.030000', '103157.490000', '103157.950000', '103158.410000', '103158.870000', '103159.330000', '103159.790000', '103200.250000', '103200.710000', '103201.170000', '103201.630000', '103202.090000', '103202.550000', '103203.010000', '103203.470000', '103203.930000', '103204.390000', '103204.850000', '103205.310000', '103205.770000', '103206.230000', '103206.690000', '103207.150000', '103207.610000', '103208.070000', '103208.530000', '103208.990000', '103209.450000', '103209.910000', '103210.370000', '103210.830000', '103211.290000', '103211.750000', '103212.210000', '103212.670000', '103213.130000', '103213.590000', '103214.050000', '103214.510000', '103214.970000', '103215.430000', '103215.890000', '103216.350000', '103216.810000', '103217.270000', '103217.730000', '103218.190000', '103218.650000', '103219.110000', '103219.570000', '103220.030000', '103220.490000', '103220.950000', '103221.410000', '103221.870000', '103222.330000', '103222.790000', '103223.250000', '103223.710000', '103224.170000', '103224.630000', '103225.090000', '103225.550000', '103226.010000', '103226.470000', '103226.930000', '103227.390000', '103227.850000', '103228.310000', '103228.770000', '103229.230000', '103229.690000', '103230.150000', '103230.610000', '103231.070000', '103231.530000', '103231.990000', '103232.450000', '103232.910000', '103233.370000', '103233.830000', '103234.290000', '103234.750000', '103235.210000', '103235.670000', '103236.130000', '103236.590000', '103237.050000', '103237.510000', '103237.970000', '103238.430000', '103238.890000', '103239.350000', '103239.810000', '103240.270000', '103240.730000', '103241.190000', '103241.650000', '103242.110000', '103242.570000', '103243.030000', '103243.490000', '103243.950000', '103244.410000', '103244.870000', '103245.330000', '103245.790000', '103246.250000', '103246.710000', '103247.170000', '103247.630000', '103248.090000', '103248.550000', '103249.010000', '103249.470000', '103249.930000', '103250.390000', '103250.850000', '103251.310000', '103251.770000', '103252.230000', '103252.690000', '103253.150000', '103253.610000', '103254.070000', '103254.530000', '103254.990000', '103255.450000', '103255.910000', '103256.370000', '103256.830000', '103257.290000', '103257.750000', '103258.210000', '103258.670000', '103259.130000', '103259.590000', '103300.050000', '103300.510000', '103300.970000', '103301.430000', '103301.890000', '103302.350000', '103302.810000', '103303.270000', '103303.730000', '103304.190000', '103304.650000', '103305.110000', '103305.570000', '103306.030000', '103306.490000', '103306.950000', '103307.410000', '103307.870000', '103308.330000', '103308.790000', '103309.250000', '103309.710000', '103310.170000', '103310.630000', '103311.090000', '103311.550000', '103312.010000', '103312.470000', '103312.930000', '103313.390000', '103313.850000', '103314.310000', '103314.770000', '103315.230000', '103315.690000', '103316.150000', '103316.610000', '103317.070000', '103317.530000', '103317.990000', '103318.450000', '103318.910000', '103319.370000', '103319.830000', '103320.290000', '103320.750000', '103321.210000', '103321.670000', '103322.130000', '103322.590000', '103323.050000', '103323.510000', '103323.970000', '103324.430000', '103324.890000', '103325.350000', '103325.810000', '103326.270000', '103326.730000', '103327.190000', '103327.650000', '103328.110000', '103328.570000', '103329.030000', '103329.490000', '103329.950000', '103330.410000', '103330.870000', '103331.330000', '103331.790000', '103332.250000', '103332.710000', '103333.170000', '103333.630000', '103334.090000', '103334.550000', '103335.010000', '103335.470000', '103335.930000', '103336.390000', '103336.850000', '103337.310000', '103337.770000', '103338.230000', '103338.690000', '103339.150000', '103339.610000', '103340.070000', '103340.530000', '103340.990000', '103341.450000', '103341.910000', '103342.370000', '103342.830000', '103343.290000', '103343.750000', '103344.210000', '103344.670000', '103345.130000', '103345.590000', '103346.050000', '103346.510000', '103346.970000', '103347.430000', '103347.890000', '103348.350000', '103348.810000', '103349.270000', '103349.730000', '103350.190000', '103350.650000', '103351.110000', '103351.570000', '103352.030000', '103352.490000', '103352.950000', '103353.410000', '103353.870000', '103354.330000', '103354.790000', '103355.250000', '103355.710000', '103356.170000', '103356.630000', '103357.090000', '103357.550000', '103358.010000', '103358.470000', '103358.930000', '103359.390000', '103359.850000', '103400.310000', '103400.770000', '103401.230000', '103401.690000', '103402.150000', '103402.610000', '103403.070000', '103403.530000', '103403.990000', '103404.450000', '103404.910000', '103405.370000', '103405.830000', '103406.290000', '103406.750000', '103407.210000', '103407.670000', '103408.130000', '103408.590000', '103409.050000', '103409.510000', '103409.970000', '103410.430000', '103410.890000', '103411.350000', '103411.810000', '103412.270000', '103412.730000', '103413.190000', '103413.650000', '103414.110000', '103414.570000', '103415.030000', '103415.490000', '103415.950000', '103416.410000', '103416.870000', '103417.330000', '103417.790000', '103418.250000', '103418.710000', '103419.170000', '103419.630000', '103420.090000', '103420.550000', '103421.010000', '103421.470000', '103421.930000', '103422.390000', '103422.850000', '103423.310000', '103423.770000', '103424.230000', '103424.690000', '103425.150000', '103425.610000', '103426.070000', '103426.530000', '103426.990000', '103427.450000', '103427.910000', '103428.370000', '103428.830000', '103429.290000', '103429.750000', '103430.210000', '103430.670000', '103431.130000', '103431.590000', '103432.050000', '103432.510000', '103432.970000', '103433.430000', '103433.890000', '103434.350000', '103434.810000', '103435.270000', '103435.730000', '103436.190000', '103436.650000', '103437.110000', '103437.570000', '103438.030000', '103438.490000', '103438.950000', '103439.410000', '103439.870000', '103440.330000', '103440.790000', '103441.250000', '103441.710000', '103442.170000', '103442.630000', '103443.090000', '103443.550000', '103444.010000', '103444.470000', '103444.930000', '103445.390000', '103445.850000', '103446.310000', '103446.770000', '103447.230000', '103447.690000', '103448.150000', '103448.610000', '103449.070000', '103449.530000', '103449.990000', '103450.450000', '103450.910000', '103451.370000', '103451.830000', '103452.290000', '103452.750000', '103453.210000', '103453.670000', '103454.130000', '103454.590000', '103455.050000', '103455.510000', '103455.970000', '103456.430000', '103456.890000', '103457.350000', '103457.810000', '103458.270000', '103458.730000', '103459.190000', '103459.650000', '103500.110000', '103500.570000', '103501.030000', '103501.490000', '103501.950000', '103502.410000', '103502.870000', '103503.330000', '103503.790000', '103504.250000', '103504.710000', '103505.170000', '103505.630000', '103506.090000', '103506.550000', '103507.010000', '103507.470000', '103507.930000', '103508.390000', '103508.850000', '103509.310000', '103509.770000', '103510.230000', '103510.690000', '103511.150000', '103511.610000', '103512.070000', '103512.530000', '103512.990000', '103513.450000', '103513.910000', '103514.370000', '103514.830000', '103515.290000', '103515.750000', '103516.210000', '103516.670000', '103517.130000', '103517.590000', '103518.050000', '103518.510000', '103518.970000', '103519.430000', '103519.890000', '103520.350000', '103520.810000', '103521.270000', '103521.730000', '103522.190000', '103522.650000', '103523.110000', '103523.570000', '103524.030000', '103524.490000', '103524.950000', '103525.410000', '103525.870000', '103526.330000', '103526.790000', '103527.250000', '103527.710000', '103528.170000', '103528.630000', '103529.090000', '103529.550000', '103530.010000', '103530.470000', '103530.930000', '103531.390000', '103531.850000', '103532.310000', '103532.770000', '103533.230000', '103533.690000', '103534.150000', '103534.610000', '103535.070000', '103535.530000', '103535.990000', '103536.450000', '103536.910000', '103537.370000', '103537.830000', '103538.290000', '103538.750000', '103539.210000', '103539.670000', '103540.130000', '103540.590000', '103541.050000', '103541.510000', '103541.970000', '103542.430000', '103542.890000', '103543.350000', '103543.810000', '103544.270000', '103544.730000', '103545.190000', '103545.650000', '103546.110000', '103546.570000', '103547.030000', '103547.490000', '103547.950000', '103548.410000', '103548.870000', '103549.330000', '103549.790000', '103550.250000', '103550.710000', '103551.170000', '103551.630000', '103552.090000', '103552.550000', '103553.010000', '103553.470000', '103553.930000', '103554.390000', '103554.850000', '103555.310000', '103555.770000', '103556.230000', '103556.690000', '103557.150000', '103557.610000', '103558.070000', '103558.530000', '103558.990000', '103559.450000', '103559.910000', '103600.370000', '103600.830000', '103601.290000', '103601.750000', '103602.210000', '103602.670000', '103603.130000', '103603.590000', '103604.050000', '103604.510000', '103604.970000', '103605.430000', '103605.890000', '103606.350000', '103606.810000', '103607.270000', '103607.730000', '103608.190000', '103608.650000', '103609.110000', '103609.570000', '103610.030000', '103610.490000', '103610.950000', '103611.410000', '103611.870000', '103612.330000', '103612.790000', '103613.250000', '103613.710000', '103614.170000', '103614.630000', '103615.090000', '103615.550000', '103616.010000', '103616.470000', '103616.930000', '103617.390000', '103617.850000', '103618.310000', '103618.770000', '103619.230000', '103619.690000', '103620.150000', '103620.610000', '103621.070000', '103621.530000', '103621.990000', '103622.450000', '103622.910000', '103623.370000', '103623.830000', '103624.290000', '103624.750000', '103625.210000', '103625.670000', '103626.130000', '103626.590000', '103627.050000', '103627.510000', '103627.970000', '103628.430000', '103628.890000', '103629.350000', '103629.810000', '103630.270000', '103630.730000', '103631.190000', '103631.650000', '103632.110000', '103632.570000', '103633.030000', '103633.490000', '103633.950000', '103634.410000', '103634.870000', '103635.330000', '103635.790000', '103636.250000', '103636.710000', '103637.170000', '103637.630000', '103638.090000', '103638.550000', '103639.010000', '103639.470000', '103639.930000', '103640.390000', '103640.850000', '103641.310000', '103641.770000', '103642.230000', '103642.690000', '103643.150000', '103643.610000', '103644.070000', '103644.530000', '103644.990000', '103645.450000', '103645.910000', '103646.370000', '103646.830000', '103647.290000', '103647.750000', '103648.210000', '103648.670000', '103649.130000', '103649.590000', '103650.050000', '103650.510000', '103650.970000', '103651.430000', '103651.890000', '103652.350000', '103652.810000', '103653.270000', '103653.730000', '103654.190000', '103654.650000', '103655.110000', '103655.570000', '103656.030000', '103656.490000', '103656.950000', '103657.410000', '103657.870000', '103658.330000', '103658.790000', '103659.250000', '103659.710000', '103700.170000', '103700.630000', '103701.090000', '103701.550000', '103702.010000', '103702.470000', '103702.930000', '103703.390000', '103703.850000', '103704.310000', '103704.770000', '103705.230000', '103705.690000', '103706.150000', '103706.610000', '103707.070000', '103707.530000', '103707.990000', '103708.450000', '103708.910000', '103709.370000', '103709.830000', '103710.290000', '103710.750000', '103711.210000', '103711.670000', '103712.130000', '103712.590000', '103713.050000', '103713.510000', '103713.970000', '103714.430000', '103714.890000', '103715.350000', '103715.810000', '103716.270000', '103716.730000', '103717.190000', '103717.650000', '103718.110000', '103718.570000', '103719.030000', '103719.490000', '103719.950000', '103720.410000', '103720.870000', '103721.330000', '103721.790000', '103722.250000', '103722.710000', '103723.170000', '103723.630000', '103724.090000', '103724.550000', '103725.010000', '103725.470000', '103725.930000', '103726.390000', '103726.850000', '103727.310000', '103727.770000', '103728.230000', '103728.690000', '103729.150000', '103729.610000', '103730.070000', '103730.530000', '103730.990000', '103731.450000', '103731.910000', '103732.370000', '103732.830000', '103733.290000', '103733.750000', '103734.210000', '103734.670000', '103735.130000', '103735.590000', '103736.050000', '103736.510000', '103736.970000', '103737.430000', '103737.890000', '103738.350000'], 'ContentTime': ['102906.310000', '102906.313000', '102906.316000', '102906.319000', '102906.322000', '102906.325000', '102906.328000', '102906.331000', '102906.340000', '102906.343000', '102906.346000', '102906.349000', '102906.352000', '102906.355000', '102906.357000', '102906.360000', '102906.363000', '102906.366000', '102906.369000', '102906.372000', '102906.374000', '102906.377000', '102906.380000', '102906.383000', '102906.386000', '102906.390000', '102906.393000', '102906.396000', '102906.399000', '102906.402000', '102906.405000', '102906.408000', '102906.411000', '102906.413000', '102906.416000', '102906.419000', '102906.422000', '102906.425000', '102906.428000', '102906.431000', '102906.434000', '102906.445000', '102926.271000', '102926.274000', '102926.277000', '102926.279000', '102926.282000', '102926.286000', '102926.288000', '102926.291000', '102926.294000', '102926.297000', '102926.300000', '102926.303000', '102926.306000', '102926.309000', '102926.312000', '102926.315000', '102926.318000', '102926.321000', '102926.324000', '102926.327000', '102926.330000', '102926.332000', '102926.335000', '102926.339000', '102926.342000', '102926.345000', '102926.348000', '102926.351000', '102926.354000', '102926.357000', '102926.360000', '102926.363000', '102926.365000', '102926.368000', '102926.371000', '102926.374000', '102926.377000', '102926.380000', '102926.383000', '102926.386000', '102926.389000', '102926.403000', '102926.406000', '102926.409000', '102946.271000', '102946.274000', '102946.277000', '102946.280000', '102946.282000', '102946.285000', '102946.288000', '102946.291000', '102946.293000', '102946.296000', '102946.299000', '102946.302000', '102946.305000', '102946.308000', '102946.311000', '102946.313000', '102946.316000', '102946.319000', '102946.322000', '102946.324000', '102946.327000', '102946.330000', '102946.333000', '102946.336000', '102946.339000', '102946.342000', '102946.345000', '102946.348000', '102946.350000', '102946.353000', '102946.356000', '102946.359000', '102946.362000', '102946.365000', '102946.368000', '102946.370000', '102946.373000', '102946.376000', '102946.379000', '102946.382000', '102946.384000', '102946.387000', '102946.390000', '103006.271000', '103006.274000', '103006.277000', '103006.281000', '103006.283000', '103006.286000', '103006.289000', '103006.292000', '103006.295000', '103006.298000', '103006.300000', '103006.303000', '103006.306000', '103006.309000', '103006.312000', '103006.315000', '103006.318000', '103006.321000', '103006.323000', '103006.326000', '103006.329000', '103006.332000', '103006.335000', '103006.337000', '103006.340000', '103006.343000', '103006.346000', '103006.349000', '103006.352000', '103006.355000', '103006.357000', '103006.360000', '103006.366000', '103006.369000', '103006.372000', '103006.375000', '103006.378000', '103006.380000', '103006.383000', '103006.386000', '103006.389000', '103006.392000', '103006.395000', '103026.272000', '103026.275000', '103026.278000', '103026.281000', '103026.283000', '103026.286000', '103026.289000', '103026.292000', '103026.295000', '103026.297000', '103026.300000', '103026.303000', '103026.306000', '103026.309000', '103026.312000', '103026.315000', '103026.318000', '103026.320000', '103026.323000', '103026.326000', '103026.329000', '103026.332000', '103026.340000', '103026.343000', '103026.345000', '103026.348000', '103026.351000', '103026.354000', '103026.357000', '103026.360000', '103026.362000', '103026.365000', '103026.368000', '103026.371000', '103026.374000', '103026.377000', '103026.379000', '103026.382000', '103026.385000', '103026.388000', '103026.391000', '103026.394000', '103026.396000', '103026.399000', '103046.271000', '103046.274000', '103046.277000', '103046.280000', '103046.283000', '103046.286000', '103046.289000', '103046.292000', '103046.294000', '103046.297000', '103046.300000', '103046.303000', '103046.306000', '103046.309000', '103046.312000', '103046.314000', '103046.317000', '103046.320000', '103046.323000', '103046.326000', '103046.328000', '103046.331000', '103046.334000', '103046.337000', '103046.355000', '103046.358000', '103046.361000', '103046.364000', '103046.367000', '103046.370000', '103046.372000', '103046.375000', '103046.378000', '103046.381000', '103046.384000', '103046.387000', '103046.389000', '103046.392000', '103046.395000', '103046.398000', '103046.401000', '103046.404000', '103046.407000', '103106.271000', '103106.274000', '103106.277000', '103106.280000', '103106.283000', '103106.285000', '103106.288000', '103106.291000', '103106.294000', '103106.297000', '103106.300000', '103106.303000', '103106.305000', '103106.308000', '103106.311000', '103106.314000', '103106.317000', '103106.320000', '103106.322000', '103106.325000', '103106.328000', '103106.331000', '103106.334000', '103106.337000', '103106.339000', '103106.342000', '103106.345000', '103106.348000', '103106.351000', '103106.354000', '103106.357000', '103106.359000', '103106.362000', '103106.365000', '103106.368000', '103106.371000', '103106.374000', '103106.376000', '103106.379000', '103106.382000', '103106.385000', '103106.388000', '103106.391000', '103106.393000', '103126.271000', '103126.274000', '103126.277000', '103126.280000', '103126.284000', '103126.289000', '103126.292000', '103126.327000', '103126.330000', '103126.333000', '103126.336000', '103126.339000', '103126.342000', '103126.345000', '103126.347000', '103126.350000', '103126.353000', '103126.356000', '103126.359000', '103126.362000', '103126.364000', '103126.367000', '103126.370000', '103126.373000', '103126.376000', '103126.379000', '103126.382000', '103126.384000', '103126.387000', '103126.390000', '103126.393000', '103126.396000', '103126.398000', '103126.401000', '103126.404000', '103126.407000', '103126.410000', '103126.413000', '103126.416000', '103126.418000', '103126.421000', '103126.428000', '103126.431000', '103146.271000', '103146.274000', '103146.282000', '103146.285000', '103146.288000', '103146.291000', '103146.293000', '103146.296000', '103146.299000', '103146.302000', '103146.305000', '103146.308000', '103146.311000', '103146.313000', '103146.316000', '103146.319000', '103146.322000', '103146.325000', '103146.328000', '103146.330000', '103146.333000', '103146.336000', '103146.339000', '103146.342000', '103146.345000', '103146.348000', '103146.350000', '103146.353000', '103146.356000', '103146.359000', '103146.362000', '103146.365000', '103146.368000', '103146.370000', '103146.373000', '103146.376000', '103146.379000', '103146.382000', '103146.385000', '103146.388000', '103146.390000', '103146.393000', '103146.396000', '103146.399000', '103206.271000', '103206.274000', '103206.277000', '103206.280000', '103206.282000', '103206.285000', '103206.288000', '103206.291000', '103206.294000', '103206.297000', '103206.300000', '103206.303000', '103206.305000', '103206.313000', '103206.316000', '103206.319000', '103206.322000', '103206.325000', '103206.328000', '103206.330000', '103206.333000', '103206.336000', '103206.339000', '103206.342000', '103206.345000', '103206.348000', '103206.351000', '103206.353000', '103206.356000', '103206.359000', '103206.362000', '103206.365000', '103206.368000', '103206.370000', '103206.373000', '103206.376000', '103206.379000', '103206.382000', '103206.385000', '103206.388000', '103206.390000', '103206.393000', '103206.396000', '103226.271000', '103226.274000', '103226.277000', '103226.280000', '103226.283000', '103226.285000', '103226.288000', '103226.291000', '103226.294000', '103226.306000', '103226.309000', '103226.312000', '103226.315000', '103226.317000', '103226.320000', '103226.323000', '103226.326000', '103226.329000', '103226.332000', '103226.334000', '103226.345000', '103226.348000', '103226.350000', '103226.353000', '103226.356000', '103226.359000', '103226.362000', '103226.365000', '103226.367000', '103226.370000', '103226.373000', '103226.376000', '103226.379000', '103226.382000', '103226.385000', '103226.388000', '103226.390000', '103226.393000', '103226.396000', '103226.399000', '103226.402000', '103226.405000', '103226.407000', '103226.410000', '103246.272000', '103246.275000', '103246.278000', '103246.281000', '103246.284000', '103246.287000', '103246.289000', '103246.292000', '103246.295000', '103246.298000', '103246.301000', '103246.304000', '103246.306000', '103246.309000', '103246.312000', '103246.315000', '103246.318000', '103246.321000', '103246.324000', '103246.327000', '103246.329000', '103246.332000', '103246.335000', '103246.338000', '103246.341000', '103246.344000', '103246.347000', '103246.350000', '103246.353000', '103246.355000', '103246.358000', '103246.361000', '103246.364000', '103246.367000', '103246.370000', '103246.373000', '103246.376000', '103246.378000', '103246.381000', '103246.384000', '103246.387000', '103246.390000', '103246.393000', '103306.271000', '103306.274000', '103306.277000', '103306.280000', '103306.283000', '103306.286000', '103306.289000', '103306.291000', '103306.294000', '103306.297000', '103306.300000', '103306.303000', '103306.306000', '103306.308000', '103306.311000', '103306.314000', '103306.317000', '103306.320000', '103306.323000', '103306.326000', '103306.329000', '103306.331000', '103306.334000', '103306.337000', '103306.340000', '103306.343000', '103306.346000', '103306.348000', '103306.351000', '103306.354000', '103306.357000', '103306.360000', '103306.363000', '103306.366000', '103306.369000', '103306.371000', '103306.374000', '103306.377000', '103306.380000', '103306.383000', '103306.386000', '103306.388000', '103306.391000', '103306.394000', '103326.271000', '103326.274000', '103326.277000', '103326.280000', '103326.283000', '103326.286000', '103326.289000', '103326.291000', '103326.294000', '103326.297000', '103326.300000', '103326.303000', '103326.305000', '103326.308000', '103326.311000', '103326.314000', '103326.317000', '103326.320000', '103326.323000', '103326.325000', '103326.328000', '103326.331000', '103326.334000', '103326.337000', '103326.340000', '103326.343000', '103326.346000', '103326.349000', '103326.352000', '103326.355000', '103326.358000', '103326.361000', '103326.364000', '103326.367000', '103326.369000', '103326.372000', '103326.375000', '103326.378000', '103326.387000', '103326.390000', '103326.393000', '103326.396000', '103326.399000', '103346.271000', '103346.274000', '103346.277000', '103346.280000', '103346.283000', '103346.286000', '103346.288000', '103346.291000', '103346.301000', '103346.304000', '103346.307000', '103346.309000', '103346.312000', '103346.315000', '103346.318000', '103346.321000', '103346.336000', '103346.339000', '103346.342000', '103346.345000', '103346.348000', '103346.350000', '103346.353000', '103346.356000', '103346.359000', '103346.362000', '103346.365000', '103346.367000', '103346.370000', '103346.373000', '103346.376000', '103346.379000', '103346.382000', '103346.385000', '103346.388000', '103346.390000', '103346.393000', '103346.396000', '103346.399000', '103346.402000', '103346.404000', '103346.407000', '103346.410000', '103346.413000', '103406.271000', '103406.274000', '103406.277000', '103406.280000', '103406.283000', '103406.286000', '103406.288000', '103406.291000', '103406.294000', '103406.297000', '103406.300000', '103406.304000', '103406.307000', '103406.310000', '103406.312000', '103406.316000', '103406.318000', '103406.321000', '103406.324000', '103406.327000', '103406.330000', '103406.332000', '103406.335000', '103406.338000', '103406.341000', '103406.346000', '103406.349000', '103406.352000', '103406.355000', '103406.358000', '103406.361000', '103406.364000', '103406.367000', '103406.369000', '103406.372000', '103406.375000', '103406.378000', '103406.381000', '103406.384000', '103406.386000', '103406.389000', '103406.392000', '103406.395000', '103426.271000', '103426.274000', '103426.277000', '103426.280000', '103426.283000', '103426.286000', '103426.288000', '103426.291000', '103426.294000', '103426.297000', '103426.300000', '103426.303000', '103426.305000', '103426.308000', '103426.311000', '103426.314000', '103426.317000', '103426.320000', '103426.322000', '103426.325000', '103426.328000', '103426.331000', '103426.334000', '103426.337000', '103426.339000', '103426.342000', '103426.345000', '103426.348000', '103426.351000', '103426.354000', '103426.357000', '103426.359000', '103426.362000', '103426.365000', '103426.368000', '103426.371000', '103426.374000', '103426.376000', '103426.379000', '103426.382000', '103426.385000', '103426.388000', '103426.390000', '103426.393000', '103446.271000', '103446.274000', '103446.277000', '103446.280000', '103446.282000', '103446.285000', '103446.288000', '103446.291000', '103446.294000', '103446.297000', '103446.300000', '103446.303000', '103446.305000', '103446.308000', '103446.311000', '103446.314000', '103446.317000', '103446.320000', '103446.323000', '103446.326000', '103446.328000', '103446.331000', '103446.334000', '103446.337000', '103446.340000', '103446.342000', '103446.345000', '103446.348000', '103446.351000', '103446.354000', '103446.357000', '103446.360000', '103446.363000', '103446.366000', '103446.368000', '103446.371000', '103446.374000', '103446.377000', '103446.380000', '103446.382000', '103446.386000', '103446.391000', '103446.394000', '103506.272000', '103506.275000', '103506.278000', '103506.281000', '103506.284000', '103506.287000', '103506.290000', '103506.292000', '103506.295000', '103506.298000', '103506.301000', '103506.304000', '103506.307000', '103506.322000', '103506.325000', '103506.330000', '103506.333000', '103506.335000', '103506.338000', '103506.341000', '103506.344000', '103506.347000', '103506.350000', '103506.353000', '103506.356000', '103506.359000', '103506.361000', '103506.364000', '103506.367000', '103506.370000', '103506.373000', '103506.376000', '103506.379000', '103506.382000', '103506.384000', '103506.387000', '103506.390000', '103506.393000', '103506.396000', '103506.399000', '103506.401000', '103506.404000', '103506.407000', '103506.410000', '103526.271000', '103526.274000', '103526.277000', '103526.280000', '103526.283000', '103526.285000', '103526.288000', '103526.291000', '103526.294000', '103526.297000', '103526.300000', '103526.303000', '103526.306000', '103526.309000', '103526.311000', '103526.314000', '103526.317000', '103526.320000', '103526.323000', '103526.325000', '103526.328000', '103526.331000', '103526.334000', '103526.337000', '103526.340000', '103526.345000', '103526.348000', '103526.350000', '103526.353000', '103526.356000', '103526.359000', '103526.362000', '103526.365000', '103526.368000', '103526.371000', '103526.374000', '103526.377000', '103526.379000', '103526.382000', '103526.385000', '103526.388000', '103526.391000', '103526.394000', '103546.271000', '103546.274000', '103546.277000', '103546.280000', '103546.283000', '103546.286000', '103546.289000', '103546.291000', '103546.294000', '103546.297000', '103546.300000', '103546.303000', '103546.306000', '103546.309000', '103546.311000', '103546.314000', '103546.317000', '103546.320000', '103546.323000', '103546.325000', '103546.328000', '103546.331000', '103546.334000', '103546.337000', '103546.340000', '103546.343000', '103546.345000', '103546.348000', '103546.351000', '103546.354000', '103546.357000', '103546.360000', '103546.362000', '103546.365000', '103546.368000', '103546.371000', '103546.374000', '103546.377000', '103546.380000', '103546.382000', '103546.385000', '103546.388000', '103546.391000', '103546.394000', '103606.271000', '103606.274000', '103606.277000', '103606.280000', '103606.283000', '103606.286000', '103606.289000', '103606.291000', '103606.294000', '103606.297000', '103606.300000', '103606.303000', '103606.306000', '103606.309000', '103606.312000', '103606.314000', '103606.317000', '103606.320000', '103606.323000', '103606.326000', '103606.329000', '103606.331000', '103606.334000', '103606.337000', '103606.340000', '103606.343000', '103606.346000', '103606.349000', '103606.352000', '103606.354000', '103606.357000', '103606.360000', '103606.363000', '103606.366000', '103606.369000', '103606.371000', '103606.374000', '103606.377000', '103606.380000', '103606.383000', '103606.386000', '103606.389000', '103606.391000', '103626.271000', '103626.274000', '103626.277000', '103626.280000', '103626.283000', '103626.285000', '103626.288000', '103626.291000', '103626.294000', '103626.297000', '103626.300000', '103626.303000', '103626.306000', '103626.309000', '103626.311000', '103626.314000', '103626.317000', '103626.320000', '103626.323000', '103626.326000', '103626.328000', '103626.331000', '103626.334000', '103626.337000', '103626.340000', '103626.343000', '103626.346000', '103626.348000', '103626.351000', '103626.354000', '103626.357000', '103626.360000', '103626.363000', '103626.366000', '103626.369000', '103626.372000', '103626.374000', '103626.377000', '103626.380000', '103626.383000', '103626.386000', '103626.389000', '103626.392000', '103626.395000', '103646.271000', '103646.274000', '103646.277000', '103646.280000', '103646.283000', '103646.285000', '103646.288000', '103646.291000', '103646.294000', '103646.297000', '103646.300000', '103646.303000', '103646.306000', '103646.309000', '103646.312000', '103646.315000', '103646.317000', '103646.320000', '103646.323000', '103646.326000', '103646.329000', '103646.332000', '103646.335000', '103646.338000', '103646.340000', '103646.343000', '103646.346000', '103646.349000', '103646.352000', '103646.355000', '103646.357000', '103646.360000', '103646.363000', '103646.366000', '103646.369000', '103646.372000', '103646.375000', '103646.378000', '103646.382000', '103646.385000', '103646.388000', '103646.391000', '103646.393000', '103706.271000', '103706.274000', '103706.277000', '103706.280000', '103706.283000', '103706.285000', '103706.288000', '103706.291000', '103706.294000', '103706.297000', '103706.300000', '103706.303000', '103706.305000', '103706.308000', '103706.311000', '103706.314000', '103706.317000', '103706.320000', '103706.322000', '103706.325000', '103706.328000', '103706.331000', '103706.334000', '103706.337000', '103706.340000', '103706.342000', '103706.345000', '103706.348000', '103706.351000', '103706.354000', '103706.357000', '103706.360000', '103706.362000', '103706.365000', '103706.368000', '103706.371000', '103706.374000', '103706.377000', '103706.380000', '103706.382000', '103706.385000', '103706.388000', '103706.391000', '103706.394000', '103726.271000', '103726.274000', '103726.277000', '103726.280000', '103726.283000', '103726.285000', '103726.288000', '103726.291000', '103726.294000', '103726.297000', '103726.300000', '103726.303000', '103726.306000', '103726.308000', '103726.311000', '103726.314000', '103726.317000', '103726.320000', '103726.323000', '103726.326000', '103726.328000', '103726.331000', '103726.334000', '103726.337000', '103726.340000', '103726.343000', '103726.346000', '103726.348000', '103726.351000', '103726.354000', '103726.357000', '103726.360000', '103726.363000', '103726.366000', '103726.368000', '103726.371000', '103726.374000', '103726.377000', '103726.380000', '103726.383000', '103726.386000', '103726.388000', '103726.391000', '103739.428000', '103739.432000', '103739.435000', '103739.438000', '103739.441000', '103739.444000', '103739.458000', '103739.462000', '103739.465000', '103739.468000', '103739.471000', '103739.473000', '103739.476000', '103739.479000', '103739.482000', '103739.485000', '103739.488000', '103739.491000', '103739.494000', '103739.497000', '103739.500000', '103739.503000', '103739.506000', '103739.509000', '103739.511000', '103739.515000', '103739.518000', '103739.521000', '103739.524000'], 'InstanceCreationTime': ['102906.310000', '102906.313000', '102906.316000', '102906.319000', '102906.322000', '102906.325000', '102906.328000', '102906.331000', '102906.340000', '102906.343000', '102906.346000', '102906.349000', '102906.352000', '102906.355000', '102906.357000', '102906.360000', '102906.363000', '102906.366000', '102906.369000', '102906.372000', '102906.374000', '102906.377000', '102906.380000', '102906.383000', '102906.386000', '102906.390000', '102906.393000', '102906.396000', '102906.399000', '102906.402000', '102906.405000', '102906.408000', '102906.411000', '102906.413000', '102906.416000', '102906.419000', '102906.422000', '102906.425000', '102906.428000', '102906.431000', '102906.434000', '102906.445000', '102926.271000', '102926.274000', '102926.277000', '102926.279000', '102926.282000', '102926.286000', '102926.288000', '102926.291000', '102926.294000', '102926.297000', '102926.300000', '102926.303000', '102926.306000', '102926.309000', '102926.312000', '102926.315000', '102926.318000', '102926.321000', '102926.324000', '102926.327000', '102926.330000', '102926.332000', '102926.335000', '102926.339000', '102926.342000', '102926.345000', '102926.348000', '102926.351000', '102926.354000', '102926.357000', '102926.360000', '102926.363000', '102926.365000', '102926.368000', '102926.371000', '102926.374000', '102926.377000', '102926.380000', '102926.383000', '102926.386000', '102926.389000', '102926.403000', '102926.406000', '102926.409000', '102946.271000', '102946.274000', '102946.277000', '102946.280000', '102946.282000', '102946.285000', '102946.288000', '102946.291000', '102946.293000', '102946.296000', '102946.299000', '102946.302000', '102946.305000', '102946.308000', '102946.311000', '102946.313000', '102946.316000', '102946.319000', '102946.322000', '102946.324000', '102946.327000', '102946.330000', '102946.333000', '102946.336000', '102946.339000', '102946.342000', '102946.345000', '102946.348000', '102946.350000', '102946.353000', '102946.356000', '102946.359000', '102946.362000', '102946.365000', '102946.368000', '102946.370000', '102946.373000', '102946.376000', '102946.379000', '102946.382000', '102946.384000', '102946.387000', '102946.390000', '103006.271000', '103006.274000', '103006.277000', '103006.281000', '103006.283000', '103006.286000', '103006.289000', '103006.292000', '103006.295000', '103006.298000', '103006.300000', '103006.303000', '103006.306000', '103006.309000', '103006.312000', '103006.315000', '103006.318000', '103006.321000', '103006.323000', '103006.326000', '103006.329000', '103006.332000', '103006.335000', '103006.337000', '103006.340000', '103006.343000', '103006.346000', '103006.349000', '103006.352000', '103006.355000', '103006.357000', '103006.360000', '103006.366000', '103006.369000', '103006.372000', '103006.375000', '103006.378000', '103006.380000', '103006.383000', '103006.386000', '103006.389000', '103006.392000', '103006.395000', '103026.272000', '103026.275000', '103026.278000', '103026.281000', '103026.283000', '103026.286000', '103026.289000', '103026.292000', '103026.295000', '103026.297000', '103026.300000', '103026.303000', '103026.306000', '103026.309000', '103026.312000', '103026.315000', '103026.318000', '103026.320000', '103026.323000', '103026.326000', '103026.329000', '103026.332000', '103026.340000', '103026.343000', '103026.345000', '103026.348000', '103026.351000', '103026.354000', '103026.357000', '103026.360000', '103026.362000', '103026.365000', '103026.368000', '103026.371000', '103026.374000', '103026.377000', '103026.379000', '103026.382000', '103026.385000', '103026.388000', '103026.391000', '103026.394000', '103026.396000', '103026.399000', '103046.271000', '103046.274000', '103046.277000', '103046.280000', '103046.283000', '103046.286000', '103046.289000', '103046.292000', '103046.294000', '103046.297000', '103046.300000', '103046.303000', '103046.306000', '103046.309000', '103046.312000', '103046.314000', '103046.317000', '103046.320000', '103046.323000', '103046.326000', '103046.328000', '103046.331000', '103046.334000', '103046.337000', '103046.355000', '103046.358000', '103046.361000', '103046.364000', '103046.367000', '103046.370000', '103046.372000', '103046.375000', '103046.378000', '103046.381000', '103046.384000', '103046.387000', '103046.389000', '103046.392000', '103046.395000', '103046.398000', '103046.401000', '103046.404000', '103046.407000', '103106.271000', '103106.274000', '103106.277000', '103106.280000', '103106.283000', '103106.285000', '103106.288000', '103106.291000', '103106.294000', '103106.297000', '103106.300000', '103106.303000', '103106.305000', '103106.308000', '103106.311000', '103106.314000', '103106.317000', '103106.320000', '103106.322000', '103106.325000', '103106.328000', '103106.331000', '103106.334000', '103106.337000', '103106.339000', '103106.342000', '103106.345000', '103106.348000', '103106.351000', '103106.354000', '103106.357000', '103106.359000', '103106.362000', '103106.365000', '103106.368000', '103106.371000', '103106.374000', '103106.376000', '103106.379000', '103106.382000', '103106.385000', '103106.388000', '103106.391000', '103106.393000', '103126.271000', '103126.274000', '103126.277000', '103126.280000', '103126.284000', '103126.289000', '103126.292000', '103126.327000', '103126.330000', '103126.333000', '103126.336000', '103126.339000', '103126.342000', '103126.345000', '103126.347000', '103126.350000', '103126.353000', '103126.356000', '103126.359000', '103126.362000', '103126.364000', '103126.367000', '103126.370000', '103126.373000', '103126.376000', '103126.379000', '103126.382000', '103126.384000', '103126.387000', '103126.390000', '103126.393000', '103126.396000', '103126.398000', '103126.401000', '103126.404000', '103126.407000', '103126.410000', '103126.413000', '103126.416000', '103126.418000', '103126.421000', '103126.428000', '103126.431000', '103146.271000', '103146.274000', '103146.282000', '103146.285000', '103146.288000', '103146.291000', '103146.293000', '103146.296000', '103146.299000', '103146.302000', '103146.305000', '103146.308000', '103146.311000', '103146.313000', '103146.316000', '103146.319000', '103146.322000', '103146.325000', '103146.328000', '103146.330000', '103146.333000', '103146.336000', '103146.339000', '103146.342000', '103146.345000', '103146.348000', '103146.350000', '103146.353000', '103146.356000', '103146.359000', '103146.362000', '103146.365000', '103146.368000', '103146.370000', '103146.373000', '103146.376000', '103146.379000', '103146.382000', '103146.385000', '103146.388000', '103146.390000', '103146.393000', '103146.396000', '103146.399000', '103206.271000', '103206.274000', '103206.277000', '103206.280000', '103206.282000', '103206.285000', '103206.288000', '103206.291000', '103206.294000', '103206.297000', '103206.300000', '103206.303000', '103206.305000', '103206.313000', '103206.316000', '103206.319000', '103206.322000', '103206.325000', '103206.328000', '103206.330000', '103206.333000', '103206.336000', '103206.339000', '103206.342000', '103206.345000', '103206.348000', '103206.351000', '103206.353000', '103206.356000', '103206.359000', '103206.362000', '103206.365000', '103206.368000', '103206.370000', '103206.373000', '103206.376000', '103206.379000', '103206.382000', '103206.385000', '103206.388000', '103206.390000', '103206.393000', '103206.396000', '103226.271000', '103226.274000', '103226.277000', '103226.280000', '103226.283000', '103226.285000', '103226.288000', '103226.291000', '103226.294000', '103226.306000', '103226.309000', '103226.312000', '103226.315000', '103226.317000', '103226.320000', '103226.323000', '103226.326000', '103226.329000', '103226.332000', '103226.334000', '103226.345000', '103226.348000', '103226.350000', '103226.353000', '103226.356000', '103226.359000', '103226.362000', '103226.365000', '103226.367000', '103226.370000', '103226.373000', '103226.376000', '103226.379000', '103226.382000', '103226.385000', '103226.388000', '103226.390000', '103226.393000', '103226.396000', '103226.399000', '103226.402000', '103226.405000', '103226.407000', '103226.410000', '103246.272000', '103246.275000', '103246.278000', '103246.281000', '103246.284000', '103246.287000', '103246.289000', '103246.292000', '103246.295000', '103246.298000', '103246.301000', '103246.304000', '103246.306000', '103246.309000', '103246.312000', '103246.315000', '103246.318000', '103246.321000', '103246.324000', '103246.327000', '103246.329000', '103246.332000', '103246.335000', '103246.338000', '103246.341000', '103246.344000', '103246.347000', '103246.350000', '103246.353000', '103246.355000', '103246.358000', '103246.361000', '103246.364000', '103246.367000', '103246.370000', '103246.373000', '103246.376000', '103246.378000', '103246.381000', '103246.384000', '103246.387000', '103246.390000', '103246.393000', '103306.271000', '103306.274000', '103306.277000', '103306.280000', '103306.283000', '103306.286000', '103306.289000', '103306.291000', '103306.294000', '103306.297000', '103306.300000', '103306.303000', '103306.306000', '103306.308000', '103306.311000', '103306.314000', '103306.317000', '103306.320000', '103306.323000', '103306.326000', '103306.329000', '103306.331000', '103306.334000', '103306.337000', '103306.340000', '103306.343000', '103306.346000', '103306.348000', '103306.351000', '103306.354000', '103306.357000', '103306.360000', '103306.363000', '103306.366000', '103306.369000', '103306.371000', '103306.374000', '103306.377000', '103306.380000', '103306.383000', '103306.386000', '103306.388000', '103306.391000', '103306.394000', '103326.271000', '103326.274000', '103326.277000', '103326.280000', '103326.283000', '103326.286000', '103326.289000', '103326.291000', '103326.294000', '103326.297000', '103326.300000', '103326.303000', '103326.305000', '103326.308000', '103326.311000', '103326.314000', '103326.317000', '103326.320000', '103326.323000', '103326.325000', '103326.328000', '103326.331000', '103326.334000', '103326.337000', '103326.340000', '103326.343000', '103326.346000', '103326.349000', '103326.352000', '103326.355000', '103326.358000', '103326.361000', '103326.364000', '103326.367000', '103326.369000', '103326.372000', '103326.375000', '103326.378000', '103326.387000', '103326.390000', '103326.393000', '103326.396000', '103326.399000', '103346.271000', '103346.274000', '103346.277000', '103346.280000', '103346.283000', '103346.286000', '103346.288000', '103346.291000', '103346.301000', '103346.304000', '103346.307000', '103346.309000', '103346.312000', '103346.315000', '103346.318000', '103346.321000', '103346.336000', '103346.339000', '103346.342000', '103346.345000', '103346.348000', '103346.350000', '103346.353000', '103346.356000', '103346.359000', '103346.362000', '103346.365000', '103346.367000', '103346.370000', '103346.373000', '103346.376000', '103346.379000', '103346.382000', '103346.385000', '103346.388000', '103346.390000', '103346.393000', '103346.396000', '103346.399000', '103346.402000', '103346.404000', '103346.407000', '103346.410000', '103346.413000', '103406.271000', '103406.274000', '103406.277000', '103406.280000', '103406.283000', '103406.286000', '103406.288000', '103406.291000', '103406.294000', '103406.297000', '103406.300000', '103406.304000', '103406.307000', '103406.310000', '103406.312000', '103406.316000', '103406.318000', '103406.321000', '103406.324000', '103406.327000', '103406.330000', '103406.332000', '103406.335000', '103406.338000', '103406.341000', '103406.346000', '103406.349000', '103406.352000', '103406.355000', '103406.358000', '103406.361000', '103406.364000', '103406.367000', '103406.369000', '103406.372000', '103406.375000', '103406.378000', '103406.381000', '103406.384000', '103406.386000', '103406.389000', '103406.392000', '103406.395000', '103426.271000', '103426.274000', '103426.277000', '103426.280000', '103426.283000', '103426.286000', '103426.288000', '103426.291000', '103426.294000', '103426.297000', '103426.300000', '103426.303000', '103426.305000', '103426.308000', '103426.311000', '103426.314000', '103426.317000', '103426.320000', '103426.322000', '103426.325000', '103426.328000', '103426.331000', '103426.334000', '103426.337000', '103426.339000', '103426.342000', '103426.345000', '103426.348000', '103426.351000', '103426.354000', '103426.357000', '103426.359000', '103426.362000', '103426.365000', '103426.368000', '103426.371000', '103426.374000', '103426.376000', '103426.379000', '103426.382000', '103426.385000', '103426.388000', '103426.390000', '103426.393000', '103446.271000', '103446.274000', '103446.277000', '103446.280000', '103446.282000', '103446.285000', '103446.288000', '103446.291000', '103446.294000', '103446.297000', '103446.300000', '103446.303000', '103446.305000', '103446.308000', '103446.311000', '103446.314000', '103446.317000', '103446.320000', '103446.323000', '103446.326000', '103446.328000', '103446.331000', '103446.334000', '103446.337000', '103446.340000', '103446.342000', '103446.345000', '103446.348000', '103446.351000', '103446.354000', '103446.357000', '103446.360000', '103446.363000', '103446.366000', '103446.368000', '103446.371000', '103446.374000', '103446.377000', '103446.380000', '103446.382000', '103446.386000', '103446.391000', '103446.394000', '103506.272000', '103506.275000', '103506.278000', '103506.281000', '103506.284000', '103506.287000', '103506.290000', '103506.292000', '103506.295000', '103506.298000', '103506.301000', '103506.304000', '103506.307000', '103506.322000', '103506.325000', '103506.330000', '103506.333000', '103506.335000', '103506.338000', '103506.341000', '103506.344000', '103506.347000', '103506.350000', '103506.353000', '103506.356000', '103506.359000', '103506.361000', '103506.364000', '103506.367000', '103506.370000', '103506.373000', '103506.376000', '103506.379000', '103506.382000', '103506.384000', '103506.387000', '103506.390000', '103506.393000', '103506.396000', '103506.399000', '103506.401000', '103506.404000', '103506.407000', '103506.410000', '103526.271000', '103526.274000', '103526.277000', '103526.280000', '103526.283000', '103526.285000', '103526.288000', '103526.291000', '103526.294000', '103526.297000', '103526.300000', '103526.303000', '103526.306000', '103526.309000', '103526.311000', '103526.314000', '103526.317000', '103526.320000', '103526.323000', '103526.325000', '103526.328000', '103526.331000', '103526.334000', '103526.337000', '103526.340000', '103526.345000', '103526.348000', '103526.350000', '103526.353000', '103526.356000', '103526.359000', '103526.362000', '103526.365000', '103526.368000', '103526.371000', '103526.374000', '103526.377000', '103526.379000', '103526.382000', '103526.385000', '103526.388000', '103526.391000', '103526.394000', '103546.271000', '103546.274000', '103546.277000', '103546.280000', '103546.283000', '103546.286000', '103546.289000', '103546.291000', '103546.294000', '103546.297000', '103546.300000', '103546.303000', '103546.306000', '103546.309000', '103546.311000', '103546.314000', '103546.317000', '103546.320000', '103546.323000', '103546.325000', '103546.328000', '103546.331000', '103546.334000', '103546.337000', '103546.340000', '103546.343000', '103546.345000', '103546.348000', '103546.351000', '103546.354000', '103546.357000', '103546.360000', '103546.362000', '103546.365000', '103546.368000', '103546.371000', '103546.374000', '103546.377000', '103546.380000', '103546.382000', '103546.385000', '103546.388000', '103546.391000', '103546.394000', '103606.271000', '103606.274000', '103606.277000', '103606.280000', '103606.283000', '103606.286000', '103606.289000', '103606.291000', '103606.294000', '103606.297000', '103606.300000', '103606.303000', '103606.306000', '103606.309000', '103606.312000', '103606.314000', '103606.317000', '103606.320000', '103606.323000', '103606.326000', '103606.329000', '103606.331000', '103606.334000', '103606.337000', '103606.340000', '103606.343000', '103606.346000', '103606.349000', '103606.352000', '103606.354000', '103606.357000', '103606.360000', '103606.363000', '103606.366000', '103606.369000', '103606.371000', '103606.374000', '103606.377000', '103606.380000', '103606.383000', '103606.386000', '103606.389000', '103606.391000', '103626.271000', '103626.274000', '103626.277000', '103626.280000', '103626.283000', '103626.285000', '103626.288000', '103626.291000', '103626.294000', '103626.297000', '103626.300000', '103626.303000', '103626.306000', '103626.309000', '103626.311000', '103626.314000', '103626.317000', '103626.320000', '103626.323000', '103626.326000', '103626.328000', '103626.331000', '103626.334000', '103626.337000', '103626.340000', '103626.343000', '103626.346000', '103626.348000', '103626.351000', '103626.354000', '103626.357000', '103626.360000', '103626.363000', '103626.366000', '103626.369000', '103626.372000', '103626.374000', '103626.377000', '103626.380000', '103626.383000', '103626.386000', '103626.389000', '103626.392000', '103626.395000', '103646.271000', '103646.274000', '103646.277000', '103646.280000', '103646.283000', '103646.285000', '103646.288000', '103646.291000', '103646.294000', '103646.297000', '103646.300000', '103646.303000', '103646.306000', '103646.309000', '103646.312000', '103646.315000', '103646.317000', '103646.320000', '103646.323000', '103646.326000', '103646.329000', '103646.332000', '103646.335000', '103646.338000', '103646.340000', '103646.343000', '103646.346000', '103646.349000', '103646.352000', '103646.355000', '103646.357000', '103646.360000', '103646.363000', '103646.366000', '103646.369000', '103646.372000', '103646.375000', '103646.378000', '103646.382000', '103646.385000', '103646.388000', '103646.391000', '103646.393000', '103706.271000', '103706.274000', '103706.277000', '103706.280000', '103706.283000', '103706.285000', '103706.288000', '103706.291000', '103706.294000', '103706.297000', '103706.300000', '103706.303000', '103706.305000', '103706.308000', '103706.311000', '103706.314000', '103706.317000', '103706.320000', '103706.322000', '103706.325000', '103706.328000', '103706.331000', '103706.334000', '103706.337000', '103706.340000', '103706.342000', '103706.345000', '103706.348000', '103706.351000', '103706.354000', '103706.357000', '103706.360000', '103706.362000', '103706.365000', '103706.368000', '103706.371000', '103706.374000', '103706.377000', '103706.380000', '103706.382000', '103706.385000', '103706.388000', '103706.391000', '103706.394000', '103726.271000', '103726.274000', '103726.277000', '103726.280000', '103726.283000', '103726.285000', '103726.288000', '103726.291000', '103726.294000', '103726.297000', '103726.300000', '103726.303000', '103726.306000', '103726.308000', '103726.311000', '103726.314000', '103726.317000', '103726.320000', '103726.323000', '103726.326000', '103726.328000', '103726.331000', '103726.334000', '103726.337000', '103726.340000', '103726.343000', '103726.346000', '103726.348000', '103726.351000', '103726.354000', '103726.357000', '103726.360000', '103726.363000', '103726.366000', '103726.368000', '103726.371000', '103726.374000', '103726.377000', '103726.380000', '103726.383000', '103726.386000', '103726.388000', '103726.391000', '103739.428000', '103739.432000', '103739.435000', '103739.438000', '103739.441000', '103739.444000', '103739.458000', '103739.462000', '103739.465000', '103739.468000', '103739.471000', '103739.473000', '103739.476000', '103739.479000', '103739.482000', '103739.485000', '103739.488000', '103739.491000', '103739.494000', '103739.497000', '103739.500000', '103739.503000', '103739.506000', '103739.509000', '103739.511000', '103739.515000', '103739.518000', '103739.521000', '103739.524000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [11771, 8097, 8551, 9350, 7857, 8519, 9237, 8445, 8999, 10322, 8484, 11002, 11153, 8291, 13232, 8107, 8526, 11352, 8305, 14421, 9887, 8726, 10719, 8225, 9247, 8707, 8868, 11488, 8010, 8810, 9970, 8231, 9365, 8672, 8755, 11830, 8086, 9066, 11751, 8305, 9246, 9442, 8734, 11539, 8261, 9778, 8717, 8510, 12045, 8251, 8817, 10890, 8129, 13271, 8008, 8687, 12621, 8328, 9325, 9058, 8687, 12383, 7757, 8865, 10142, 8376, 13054, 9306, 8861, 12588, 9577, 8779, 10366, 8653, 9417, 10179, 8744, 13187, 8594, 9103, 11288, 8589, 12807, 9520, 8933, 11534, 8376, 10723, 9993, 8637, 13367, 8258, 9146, 10826, 8638, 9976, 9831, 8490, 11842, 9772, 8989, 11920, 8467, 8957, 10601, 8230, 11858, 8427, 8972, 12121, 7990, 13260, 7938, 9029, 9899, 8514, 13532, 8030, 8907, 10315, 8266, 10825, 9640, 8565, 12859, 7951, 9257, 9625, 8742, 12308, 9586, 8954, 10886, 8463, 14067, 9696, 8807, 11672, 8339, 13335, 8193, 9137, 12046, 8235, 9713, 9009, 8709, 12237, 8220, 9856, 11071, 8532, 12550, 7968, 12266, 9543, 8602, 12053, 8077, 11411, 8417, 9014, 11399, 8198, 9421, 9331, 8999, 11965, 8333, 9442, 9976, 8576, 12355, 8274, 9197, 11064, 8493, 10017, 9433, 8897, 11925, 8657, 9400, 10471, 8499, 13650, 8193, 9325, 11897, 8231, 13147, 9762, 8913, 11491, 8241, 9529, 10776, 8521, 12803, 9908, 9094, 11673, 8109, 9169, 10304, 8320, 11303, 9160, 8835, 13109, 8258, 12292, 8177, 10903, 8277, 8743, 10450, 8619, 11779, 8447, 9652, 9042, 8974, 11381, 9406, 9351, 9823, 8724, 11294, 9653, 8861, 12211, 8228, 14198, 9224, 11724, 11119, 8944, 10741, 8794, 11925, 8481, 13500, 7992, 12906, 8042, 9270, 9008, 8596, 12385, 7921, 9282, 9680, 8840, 11639, 8640, 10552, 8320, 9029, 10118, 8731, 11486, 9150, 14327, 8699, 12535, 10223, 8453, 9217, 9378, 8950, 9906, 10021, 8786, 9564, 10832, 8437, 14208, 8530, 14959, 10103, 14517, 11695, 11278, 9770, 9054, 10110, 8776, 12251, 8793, 9372, 11540, 8263, 9340, 9937, 8892, 12909, 9446, 9166, 12434, 9099, 9161, 11078, 8535, 12887, 11999, 9042, 14504, 7971, 9101, 9932, 8478, 13435, 9272, 15503, 8904, 8930, 9936, 8277, 12556, 8361, 9154, 12487, 9833, 9458, 10736, 8463, 9236, 9960, 9094, 13101, 9899, 9081, 12629, 8056, 9639, 10315, 9328, 13329, 9447, 9628, 10086, 8748, 9673, 9247, 9308, 12656, 9562, 9465, 14369, 9558, 9331, 10420, 8449, 11349, 9253, 9946, 11348, 8921, 11634, 8485, 12386, 8137, 10235, 9692, 9028, 11938, 8253, 9413, 9033, 8870, 11986, 8261, 12224, 9624, 8871, 10223, 8465, 12533, 8169, 9123, 9496, 8652, 10984, 8625, 12490, 8375, 9323, 9998, 9148, 10747, 8899, 9640, 9947, 9022, 12451, 8961, 10122, 8958, 9458, 11081, 9136, 12480, 8815, 13100, 8844, 10733, 9956, 9229, 10264, 9063, 12231, 8953, 9622, 10054, 9106, 12528, 8341, 9311, 10567, 8772, 14892, 8686, 12811, 8655, 9332, 10436, 9160, 12204, 8423, 12714, 8498, 9754, 9951, 9531, 12041, 8684, 9868, 10173, 9462, 11713, 9301, 9970, 10063, 9603, 10627, 8980, 12747, 9086, 14324, 9483, 14950, 8610, 12455, 8265, 9703, 9689, 9509, 11335, 8828, 12179, 8541, 9707, 9391, 9682, 10713, 9049, 12483, 8926, 10194, 9003, 9580, 11306, 9009, 11998, 8943, 12609, 8809, 12938, 8586, 9646, 9472, 9776, 10318, 9353, 11552, 9157, 10030, 10032, 9760, 10216, 9082, 10029, 9653, 9896, 10664, 9219, 13410, 9040, 10524, 9140, 9709, 11653, 9032, 13060, 8867, 11043, 9155, 9816, 11300, 9093, 13061, 8882, 10022, 10190, 9586, 12620, 9098, 10118, 10124, 9943, 12300, 9251, 14896, 8743, 14671, 9007, 12772, 9724, 9351, 10462, 9169, 10818, 9232, 10454, 9496, 9679, 10269, 8952, 12229, 8932, 9893, 10647, 9279, 13012, 8852, 13205, 8758, 9975, 11345, 9173, 12180, 9037, 11361, 9302, 9884, 10461, 9225, 10222, 9247, 9867, 10082, 9438, 13636, 9031, 10049, 10448, 9963, 10940, 9218, 13365, 9056, 9911, 9617, 9948, 11059, 8937, 10522, 9734, 9989, 10198, 9125, 11983, 9459, 9595, 10319, 9547, 12835, 8989, 9858, 9777, 9270, 12172, 9046, 9784, 11022, 8954, 12728, 8835, 10020, 10982, 9072, 10581, 9733, 9930, 10567, 9343, 11694, 9083, 9855, 10272, 9266, 12673, 9025, 10023, 9712, 9530, 11272, 9172, 11771, 10444, 9530, 11323, 9099, 10348, 9305, 9666, 11498, 9078, 9888, 10500, 9417, 10571, 9998, 9392, 11716, 8977, 10156, 9946, 9430, 11663, 10200, 9833, 10333, 9404, 10282, 10121, 9422, 12167, 9903, 9821, 10424, 9512, 10229, 10009, 9704, 12503, 9395, 9925, 11405, 9160, 10028, 10146, 9323, 11762, 9171, 9553, 12249, 8945, 12627, 10767, 9575, 10907, 9355, 12725, 9986, 9589, 10208, 9205, 10332, 10028, 9020, 12308, 10735, 9518, 10832, 8933, 9918, 9543, 8733, 11251, 8604, 10238, 10813, 8849, 14442, 10409, 9243, 10167, 8766, 9967, 10545, 8818, 10991, 10262, 9385, 11222, 8618, 9599, 9798, 8910, 11819, 8526, 11107, 10962, 8659, 13564, 8664, 9225, 10861, 8769, 12885, 11178, 9369, 10018, 9982, 9122, 8930, 9515, 8097, 10240, 9376, 8409, 9459, 10733, 8281, 15728, 13088, 11605, 15768, 11260, 9803, 10531, 7939, 9570, 10397, 8343, 9128, 10768, 7927, 8662, 9512, 8196, 9653, 10210, 8058, 9827, 9949, 8163, 11952, 8094, 8391, 12186, 8137, 9222, 10142, 8376, 11459, 10796, 8261, 9585, 10017, 8009, 9915, 9812, 9268, 13607, 10017, 8942, 12882, 10233, 8596, 12512, 8663, 8790, 12318, 8996, 14151, 10061, 8412, 11715, 8233, 8604, 11886, 8608, 9155, 9870, 7965, 10601, 10241, 9174, 13477, 10637, 8987, 10098, 9534, 8163, 9183, 10022, 9998, 8621, 11844, 8021, 14743, 9133, 15222, 9118, 14840, 8300, 13434, 8313, 9308, 9964, 8670, 9668, 8105, 11408, 8241, 9162, 9673, 8541, 9528, 8142, 10352, 8529, 8996, 10065, 8621, 10757, 8817, 12290, 8546, 10058, 8290, 9432, 9416, 9849, 11044, 9047, 12046, 8800, 10015, 8592, 9547, 9931, 9379, 13213, 8912, 10279, 8716, 9276, 10623, 9392, 13470, 8559, 9856, 10298, 9608, 10395, 9027, 9846, 10148, 8849, 12217, 8525, 9378, 11771, 9172, 15051, 10245, 8628, 10853, 8098, 13709, 8977, 8910, 11131, 8247, 11773, 8064, 9207, 12214, 8240, 8889, 9640, 8203, 9457, 9950, 8563, 13523, 10309, 8543, 11077, 8346, 14179, 10529, 8766, 13442, 8130, 9236, 9958, 8974, 13335, 9791, 8970, 11211, 10443, 8915, 10195, 8351, 13843, 9936, 8445, 11243, 8083, 10348, 10259, 8973, 14052, 9948, 8424, 10620, 8446, 9713, 9996, 8926, 14610, 9979, 8560, 11102, 10386, 8552, 11383, 8428, 9037, 12040, 10611, 8578, 10445, 8352, 8523, 11485, 8730, 11091, 11105, 8059, 9654, 9429, 8137, 8292, 11708, 8559, 8759, 14418, 9920, 8261, 10776, 8309, 8554, 9967, 8669, 14537, 11155, 8615, 9967, 9876, 8668, 10485, 8411, 9164, 10191, 8402, 11994, 8420, 9325, 9799, 8532, 13647, 8263, 10744, 8953, 9593, 10047, 8613, 11732, 8145, 9771, 10031, 9148, 11142, 8227, 9087, 9854, 8870, 11505, 8433, 9294, 9836, 8725, 11390, 8440, 12759, 10357, 8987, 11169, 8185, 9912, 9332, 9116, 12512, 8682, 10866, 10284, 8963, 11427, 8751, 8774, 10502, 8141, 10925, 8357, 9067, 10442, 8407, 14679, 8273, 8855, 10141, 8467, 12081, 8858, 10062, 10010, 8410, 10307, 8657, 9193, 9932, 8579, 11074, 8178, 9202, 9595, 9317, 10308, 9093, 11727, 8604, 11083, 8356, 13351, 9081, 9370, 9832, 8785, 10806, 8634, 12968, 8394, 9494, 9651, 9113, 10878, 8202, 10048, 9083, 8976, 10000, 9210, 12158, 8603, 9347, 9947, 8779, 11531, 8583, 9756, 10066, 8647, 12712, 8712, 9344, 10218, 9227, 14368, 9318, 15445, 9352, 12262, 10184, 8972, 12687, 8143, 9899, 9919, 9529, 11228, 10064, 9376, 10683, 10241, 9133, 10248, 8632, 13218, 10180, 8887, 13449, 8228, 10816, 9623, 8922, 11322, 9643, 14733, 8107, 8903, 9796, 8389, 10494, 9658, 8826, 11706, 8373, 8933, 10108, 8780, 13844, 10067, 8729, 11430, 8227, 14007, 8875, 9329, 11381, 8357, 11876, 10047, 9164, 11346, 10132, 9229, 10098, 8417, 9241, 9876, 8580], 'WindowCenter': [4428.0, 4362.0, 4374.0, 4368.0, 4343.0, 4363.0, 4356.0, 4360.0, 4370.0, 4383.0, 4356.0, 4374.0, 4375.0, 4354.0, 4395.0, 4340.0, 4346.0, 4374.0, 4370.0, 4393.0, 4359.0, 4354.0, 4362.0, 4344.0, 4365.0, 4355.0, 4354.0, 4386.0, 4358.0, 4353.0, 4357.0, 4347.0, 4359.0, 4352.0, 4365.0, 4405.0, 4359.0, 4359.0, 4385.0, 4363.0, 4361.0, 4376.0, 4362.0, 4384.0, 4359.0, 4362.0, 4344.0, 4358.0, 4386.0, 4369.0, 4353.0, 4382.0, 4345.0, 4396.0, 4352.0, 4356.0, 4385.0, 4345.0, 4353.0, 4355.0, 4361.0, 4387.0, 4354.0, 4367.0, 4381.0, 4361.0, 4408.0, 4374.0, 4357.0, 4394.0, 4372.0, 4368.0, 4386.0, 4383.0, 4380.0, 4376.0, 4380.0, 4396.0, 4363.0, 4372.0, 4397.0, 4369.0, 4394.0, 4380.0, 4378.0, 4385.0, 4360.0, 4395.0, 4382.0, 4368.0, 4394.0, 4361.0, 4373.0, 4396.0, 4381.0, 4376.0, 4375.0, 4362.0, 4384.0, 4379.0, 4382.0, 4397.0, 4357.0, 4379.0, 4374.0, 4360.0, 4396.0, 4354.0, 4374.0, 4398.0, 4371.0, 4397.0, 4359.0, 4360.0, 4377.0, 4362.0, 4394.0, 4345.0, 4357.0, 4379.0, 4358.0, 4383.0, 4366.0, 4362.0, 4394.0, 4346.0, 4367.0, 4386.0, 4374.0, 4396.0, 4389.0, 4372.0, 4385.0, 4364.0, 4404.0, 4381.0, 4360.0, 4391.0, 4362.0, 4396.0, 4370.0, 4374.0, 4393.0, 4354.0, 4363.0, 4366.0, 4361.0, 4396.0, 4364.0, 4378.0, 4387.0, 4358.0, 4379.0, 4357.0, 4382.0, 4375.0, 4355.0, 4381.0, 4343.0, 4371.0, 4345.0, 4369.0, 4383.0, 4354.0, 4364.0, 4365.0, 4369.0, 4395.0, 4362.0, 4367.0, 4375.0, 4360.0, 4395.0, 4360.0, 4374.0, 4386.0, 4369.0, 4373.0, 4367.0, 4368.0, 4394.0, 4374.0, 4377.0, 4399.0, 4355.0, 4404.0, 4357.0, 4366.0, 4392.0, 4358.0, 4394.0, 4365.0, 4354.0, 4383.0, 4358.0, 4364.0, 4374.0, 4360.0, 4382.0, 4369.0, 4356.0, 4386.0, 4357.0, 4365.0, 4374.0, 4361.0, 4387.0, 4366.0, 4371.0, 4396.0, 4367.0, 4380.0, 4363.0, 4372.0, 4355.0, 4358.0, 4373.0, 4362.0, 4388.0, 4355.0, 4365.0, 4369.0, 4363.0, 4388.0, 4379.0, 4374.0, 4378.0, 4374.0, 4393.0, 4382.0, 4374.0, 4396.0, 4359.0, 4405.0, 4380.0, 4392.0, 4382.0, 4351.0, 4371.0, 4341.0, 4371.0, 4347.0, 4379.0, 4332.0, 4369.0, 4329.0, 4351.0, 4352.0, 4354.0, 4381.0, 4349.0, 4353.0, 4370.0, 4362.0, 4395.0, 4355.0, 4375.0, 4352.0, 4364.0, 4365.0, 4342.0, 4385.0, 4351.0, 4393.0, 4341.0, 4367.0, 4361.0, 4338.0, 4356.0, 4369.0, 4372.0, 4379.0, 4390.0, 4384.0, 4391.0, 4398.0, 4370.0, 4416.0, 4368.0, 4407.0, 4388.0, 4407.0, 4384.0, 4374.0, 4352.0, 4339.0, 4349.0, 4340.0, 4381.0, 4344.0, 4363.0, 4367.0, 4347.0, 4351.0, 4366.0, 4354.0, 4381.0, 4366.0, 4353.0, 4381.0, 4348.0, 4363.0, 4379.0, 4363.0, 4394.0, 4380.0, 4367.0, 4388.0, 4330.0, 4341.0, 4360.0, 4330.0, 4381.0, 4364.0, 4390.0, 4351.0, 4352.0, 4351.0, 4333.0, 4367.0, 4356.0, 4352.0, 4394.0, 4354.0, 4364.0, 4359.0, 4352.0, 4352.0, 4361.0, 4365.0, 4394.0, 4376.0, 4367.0, 4383.0, 4348.0, 4365.0, 4374.0, 4367.0, 4393.0, 4358.0, 4340.0, 4348.0, 4365.0, 4352.0, 4353.0, 4373.0, 4395.0, 4358.0, 4350.0, 4391.0, 4364.0, 4357.0, 4368.0, 4354.0, 4371.0, 4352.0, 4343.0, 4361.0, 4340.0, 4358.0, 4330.0, 4356.0, 4322.0, 4334.0, 4336.0, 4337.0, 4355.0, 4328.0, 4324.0, 4327.0, 4343.0, 4363.0, 4335.0, 4357.0, 4339.0, 4323.0, 4359.0, 4333.0, 4367.0, 4342.0, 4336.0, 4340.0, 4341.0, 4358.0, 4354.0, 4381.0, 4342.0, 4357.0, 4362.0, 4363.0, 4383.0, 4379.0, 4378.0, 4369.0, 4371.0, 4392.0, 4378.0, 4375.0, 4373.0, 4376.0, 4383.0, 4365.0, 4395.0, 4372.0, 4395.0, 4375.0, 4382.0, 4364.0, 4371.0, 4375.0, 4366.0, 4393.0, 4374.0, 4363.0, 4374.0, 4371.0, 4394.0, 4362.0, 4366.0, 4386.0, 4367.0, 4404.0, 4359.0, 4381.0, 4353.0, 4351.0, 4363.0, 4355.0, 4371.0, 4347.0, 4380.0, 4348.0, 4363.0, 4388.0, 4364.0, 4376.0, 4352.0, 4369.0, 4372.0, 4375.0, 4405.0, 4387.0, 4374.0, 4384.0, 4372.0, 4372.0, 4359.0, 4392.0, 4365.0, 4405.0, 4351.0, 4386.0, 4351.0, 4369.0, 4330.0, 4356.0, 4364.0, 4357.0, 4369.0, 4363.0, 4370.0, 4346.0, 4347.0, 4368.0, 4372.0, 4370.0, 4358.0, 4381.0, 4365.0, 4371.0, 4367.0, 4364.0, 4373.0, 4360.0, 4370.0, 4360.0, 4383.0, 4358.0, 4380.0, 4364.0, 4350.0, 4374.0, 4376.0, 4387.0, 4370.0, 4383.0, 4378.0, 4374.0, 4387.0, 4394.0, 4384.0, 4381.0, 4392.0, 4379.0, 4389.0, 4400.0, 4381.0, 4415.0, 4384.0, 4386.0, 4376.0, 4378.0, 4385.0, 4363.0, 4393.0, 4359.0, 4385.0, 4365.0, 4363.0, 4382.0, 4358.0, 4393.0, 4371.0, 4389.0, 4387.0, 4361.0, 4395.0, 4376.0, 4373.0, 4392.0, 4391.0, 4396.0, 4364.0, 4404.0, 4357.0, 4391.0, 4354.0, 4382.0, 4351.0, 4351.0, 4372.0, 4362.0, 4358.0, 4365.0, 4385.0, 4374.0, 4364.0, 4380.0, 4359.0, 4383.0, 4379.0, 4378.0, 4374.0, 4372.0, 4391.0, 4359.0, 4390.0, 4365.0, 4366.0, 4374.0, 4357.0, 4369.0, 4341.0, 4383.0, 4374.0, 4369.0, 4373.0, 4363.0, 4373.0, 4366.0, 4375.0, 4387.0, 4375.0, 4403.0, 4371.0, 4374.0, 4381.0, 4376.0, 4383.0, 4378.0, 4393.0, 4363.0, 4364.0, 4366.0, 4378.0, 4383.0, 4365.0, 4373.0, 4363.0, 4375.0, 4373.0, 4360.0, 4381.0, 4364.0, 4366.0, 4382.0, 4389.0, 4395.0, 4364.0, 4376.0, 4383.0, 4370.0, 4395.0, 4378.0, 4380.0, 4391.0, 4370.0, 4393.0, 4365.0, 4370.0, 4375.0, 4361.0, 4380.0, 4365.0, 4387.0, 4381.0, 4376.0, 4384.0, 4372.0, 4378.0, 4372.0, 4377.0, 4395.0, 4366.0, 4369.0, 4365.0, 4376.0, 4372.0, 4376.0, 4384.0, 4380.0, 4362.0, 4372.0, 4349.0, 4359.0, 4365.0, 4377.0, 4384.0, 4370.0, 4376.0, 4385.0, 4390.0, 4393.0, 4388.0, 4382.0, 4396.0, 4380.0, 4387.0, 4378.0, 4378.0, 4396.0, 4383.0, 4376.0, 4385.0, 4381.0, 4385.0, 4386.0, 4383.0, 4395.0, 4382.0, 4388.0, 4394.0, 4372.0, 4379.0, 4375.0, 4379.0, 4396.0, 4384.0, 4384.0, 4385.0, 4370.0, 4375.0, 4386.0, 4377.0, 4385.0, 4380.0, 4377.0, 4396.0, 4364.0, 4394.0, 4389.0, 4371.0, 4375.0, 4366.0, 4394.0, 4369.0, 4370.0, 4380.0, 4373.0, 4380.0, 4378.0, 4365.0, 4382.0, 4387.0, 4364.0, 4385.0, 4366.0, 4365.0, 4378.0, 4362.0, 4383.0, 4361.0, 4375.0, 4385.0, 4353.0, 4392.0, 4373.0, 4356.0, 4372.0, 4368.0, 4370.0, 4381.0, 4359.0, 4374.0, 4379.0, 4363.0, 4385.0, 4356.0, 4367.0, 4365.0, 4355.0, 4383.0, 4357.0, 4373.0, 4373.0, 4349.0, 4382.0, 4341.0, 4358.0, 4373.0, 4356.0, 4397.0, 4382.0, 4368.0, 4365.0, 4363.0, 4366.0, 4366.0, 4372.0, 4358.0, 4376.0, 4368.0, 4362.0, 4372.0, 4388.0, 4369.0, 4405.0, 4395.0, 4387.0, 4391.0, 4353.0, 4344.0, 4337.0, 4330.0, 4326.0, 4336.0, 4326.0, 4339.0, 4348.0, 4321.0, 4339.0, 4349.0, 4332.0, 4357.0, 4357.0, 4344.0, 4350.0, 4363.0, 4331.0, 4371.0, 4334.0, 4340.0, 4371.0, 4330.0, 4353.0, 4347.0, 4356.0, 4374.0, 4361.0, 4346.0, 4355.0, 4366.0, 4343.0, 4364.0, 4365.0, 4371.0, 4396.0, 4367.0, 4355.0, 4385.0, 4376.0, 4355.0, 4384.0, 4345.0, 4343.0, 4383.0, 4344.0, 4383.0, 4354.0, 4337.0, 4370.0, 4332.0, 4340.0, 4372.0, 4342.0, 4348.0, 4353.0, 4333.0, 4361.0, 4376.0, 4380.0, 4393.0, 4360.0, 4354.0, 4374.0, 4366.0, 4350.0, 4360.0, 4371.0, 4372.0, 4359.0, 4387.0, 4347.0, 4405.0, 4355.0, 4394.0, 4350.0, 4382.0, 4336.0, 4368.0, 4331.0, 4329.0, 4342.0, 4339.0, 4340.0, 4320.0, 4359.0, 4342.0, 4347.0, 4353.0, 4343.0, 4353.0, 4351.0, 4364.0, 4356.0, 4367.0, 4377.0, 4348.0, 4389.0, 4380.0, 4384.0, 4368.0, 4365.0, 4356.0, 4354.0, 4372.0, 4385.0, 4386.0, 4369.0, 4385.0, 4352.0, 4375.0, 4358.0, 4373.0, 4378.0, 4369.0, 4396.0, 4372.0, 4374.0, 4359.0, 4357.0, 4376.0, 4371.0, 4397.0, 4358.0, 4364.0, 4365.0, 4384.0, 4377.0, 4369.0, 4383.0, 4375.0, 4369.0, 4396.0, 4353.0, 4372.0, 4400.0, 4368.0, 4405.0, 4377.0, 4357.0, 4374.0, 4340.0, 4393.0, 4350.0, 4354.0, 4363.0, 4331.0, 4371.0, 4355.0, 4371.0, 4383.0, 4354.0, 4349.0, 4352.0, 4350.0, 4371.0, 4372.0, 4362.0, 4395.0, 4377.0, 4344.0, 4374.0, 4346.0, 4405.0, 4364.0, 4344.0, 4382.0, 4329.0, 4340.0, 4352.0, 4356.0, 4393.0, 4352.0, 4344.0, 4360.0, 4374.0, 4352.0, 4362.0, 4346.0, 4393.0, 4367.0, 4342.0, 4373.0, 4333.0, 4363.0, 4369.0, 4355.0, 4391.0, 4352.0, 4331.0, 4350.0, 4344.0, 4341.0, 4358.0, 4341.0, 4390.0, 4344.0, 4352.0, 4358.0, 4346.0, 4346.0, 4371.0, 4343.0, 4349.0, 4382.0, 4373.0, 4346.0, 4362.0, 4345.0, 4349.0, 4380.0, 4344.0, 4362.0, 4368.0, 4338.0, 4350.0, 4346.0, 4337.0, 4341.0, 4370.0, 4344.0, 4342.0, 4392.0, 4351.0, 4333.0, 4372.0, 4342.0, 4330.0, 4352.0, 4345.0, 4390.0, 4360.0, 4337.0, 4350.0, 4356.0, 4340.0, 4362.0, 4348.0, 4363.0, 4363.0, 4350.0, 4373.0, 4349.0, 4353.0, 4366.0, 4356.0, 4392.0, 4345.0, 4361.0, 4344.0, 4352.0, 4357.0, 4328.0, 4371.0, 4338.0, 4350.0, 4364.0, 4367.0, 4385.0, 4348.0, 4353.0, 4375.0, 4361.0, 4373.0, 4353.0, 4361.0, 4369.0, 4357.0, 4372.0, 4340.0, 4380.0, 4365.0, 4350.0, 4370.0, 4347.0, 4362.0, 4355.0, 4358.0, 4384.0, 4356.0, 4362.0, 4375.0, 4342.0, 4373.0, 4355.0, 4344.0, 4360.0, 4345.0, 4361.0, 4355.0, 4365.0, 4380.0, 4343.0, 4393.0, 4347.0, 4354.0, 4373.0, 4332.0, 4379.0, 4353.0, 4352.0, 4350.0, 4330.0, 4359.0, 4343.0, 4359.0, 4368.0, 4361.0, 4373.0, 4361.0, 4369.0, 4365.0, 4378.0, 4378.0, 4355.0, 4373.0, 4347.0, 4355.0, 4348.0, 4383.0, 4366.0, 4343.0, 4361.0, 4341.0, 4369.0, 4345.0, 4381.0, 4332.0, 4363.0, 4348.0, 4345.0, 4361.0, 4345.0, 4351.0, 4343.0, 4349.0, 4375.0, 4367.0, 4384.0, 4346.0, 4350.0, 4365.0, 4345.0, 4372.0, 4358.0, 4373.0, 4371.0, 4370.0, 4395.0, 4368.0, 4369.0, 4387.0, 4378.0, 4404.0, 4360.0, 4391.0, 4358.0, 4370.0, 4351.0, 4331.0, 4370.0, 4319.0, 4337.0, 4350.0, 4376.0, 4373.0, 4349.0, 4339.0, 4367.0, 4359.0, 4358.0, 4363.0, 4358.0, 4384.0, 4369.0, 4365.0, 4381.0, 4354.0, 4361.0, 4351.0, 4329.0, 4361.0, 4347.0, 4380.0, 4325.0, 4340.0, 4353.0, 4343.0, 4374.0, 4357.0, 4343.0, 4371.0, 4349.0, 4345.0, 4360.0, 4366.0, 4392.0, 4352.0, 4332.0, 4358.0, 4337.0, 4379.0, 4351.0, 4339.0, 4365.0, 4335.0, 4358.0, 4349.0, 4351.0, 4377.0, 4373.0, 4348.0, 4373.0, 4342.0, 4352.0, 4368.0, 4367.0], 'WindowWidth': [9769.0, 9663.0, 9671.0, 9652.0, 9615.0, 9644.0, 9628.0, 9644.0, 9658.0, 9670.0, 9628.0, 9646.0, 9648.0, 9626.0, 9680.0, 9604.0, 9607.0, 9650.0, 9657.0, 9673.0, 9626.0, 9622.0, 9624.0, 9606.0, 9638.0, 9625.0, 9620.0, 9668.0, 9637.0, 9617.0, 9619.0, 9615.0, 9628.0, 9618.0, 9648.0, 9704.0, 9642.0, 9631.0, 9662.0, 9641.0, 9634.0, 9659.0, 9638.0, 9661.0, 9638.0, 9630.0, 9608.0, 9628.0, 9666.0, 9654.0, 9619.0, 9664.0, 9612.0, 9678.0, 9627.0, 9629.0, 9663.0, 9610.0, 9617.0, 9622.0, 9636.0, 9668.0, 9629.0, 9648.0, 9662.0, 9636.0, 9701.0, 9659.0, 9630.0, 9676.0, 9653.0, 9653.0, 9671.0, 9677.0, 9666.0, 9656.0, 9670.0, 9682.0, 9644.0, 9656.0, 9686.0, 9649.0, 9679.0, 9670.0, 9665.0, 9664.0, 9639.0, 9690.0, 9668.0, 9653.0, 9678.0, 9638.0, 9655.0, 9692.0, 9676.0, 9655.0, 9651.0, 9641.0, 9665.0, 9663.0, 9671.0, 9688.0, 9632.0, 9667.0, 9651.0, 9638.0, 9681.0, 9628.0, 9659.0, 9687.0, 9659.0, 9682.0, 9640.0, 9635.0, 9657.0, 9639.0, 9677.0, 9612.0, 9626.0, 9658.0, 9632.0, 9662.0, 9640.0, 9639.0, 9677.0, 9614.0, 9645.0, 9681.0, 9660.0, 9682.0, 9681.0, 9652.0, 9666.0, 9646.0, 9694.0, 9673.0, 9634.0, 9676.0, 9640.0, 9681.0, 9660.0, 9659.0, 9682.0, 9623.0, 9633.0, 9644.0, 9636.0, 9682.0, 9645.0, 9665.0, 9674.0, 9629.0, 9651.0, 9634.0, 9657.0, 9657.0, 9630.0, 9654.0, 9604.0, 9640.0, 9611.0, 9652.0, 9660.0, 9623.0, 9636.0, 9639.0, 9647.0, 9681.0, 9641.0, 9642.0, 9652.0, 9635.0, 9677.0, 9638.0, 9660.0, 9670.0, 9656.0, 9654.0, 9647.0, 9652.0, 9679.0, 9662.0, 9663.0, 9696.0, 9628.0, 9690.0, 9631.0, 9644.0, 9681.0, 9632.0, 9676.0, 9636.0, 9621.0, 9659.0, 9633.0, 9635.0, 9648.0, 9633.0, 9656.0, 9645.0, 9629.0, 9669.0, 9636.0, 9637.0, 9648.0, 9637.0, 9671.0, 9644.0, 9651.0, 9682.0, 9650.0, 9655.0, 9641.0, 9644.0, 9625.0, 9635.0, 9645.0, 9636.0, 9668.0, 9629.0, 9637.0, 9646.0, 9641.0, 9670.0, 9667.0, 9657.0, 9662.0, 9663.0, 9684.0, 9668.0, 9661.0, 9683.0, 9636.0, 9696.0, 9666.0, 9680.0, 9660.0, 9613.0, 9640.0, 9598.0, 9640.0, 9612.0, 9649.0, 9588.0, 9633.0, 9582.0, 9613.0, 9617.0, 9628.0, 9654.0, 9616.0, 9617.0, 9645.0, 9634.0, 9683.0, 9628.0, 9651.0, 9625.0, 9641.0, 9637.0, 9602.0, 9666.0, 9613.0, 9670.0, 9599.0, 9630.0, 9625.0, 9595.0, 9623.0, 9645.0, 9654.0, 9663.0, 9684.0, 9681.0, 9684.0, 9691.0, 9655.0, 9712.0, 9648.0, 9698.0, 9677.0, 9701.0, 9661.0, 9650.0, 9614.0, 9591.0, 9603.0, 9596.0, 9654.0, 9606.0, 9633.0, 9629.0, 9611.0, 9613.0, 9636.0, 9622.0, 9655.0, 9641.0, 9619.0, 9654.0, 9608.0, 9639.0, 9656.0, 9642.0, 9677.0, 9653.0, 9645.0, 9660.0, 9582.0, 9596.0, 9630.0, 9583.0, 9655.0, 9636.0, 9663.0, 9615.0, 9615.0, 9607.0, 9587.0, 9627.0, 9626.0, 9618.0, 9678.0, 9616.0, 9634.0, 9619.0, 9621.0, 9614.0, 9628.0, 9643.0, 9677.0, 9658.0, 9648.0, 9657.0, 9615.0, 9641.0, 9648.0, 9646.0, 9675.0, 9626.0, 9594.0, 9604.0, 9643.0, 9614.0, 9617.0, 9654.0, 9677.0, 9627.0, 9609.0, 9665.0, 9637.0, 9623.0, 9639.0, 9628.0, 9638.0, 9616.0, 9595.0, 9625.0, 9599.0, 9614.0, 9578.0, 9608.0, 9568.0, 9578.0, 9584.0, 9591.0, 9607.0, 9580.0, 9566.0, 9574.0, 9598.0, 9622.0, 9591.0, 9613.0, 9589.0, 9564.0, 9621.0, 9585.0, 9629.0, 9604.0, 9586.0, 9594.0, 9597.0, 9619.0, 9626.0, 9656.0, 9603.0, 9623.0, 9627.0, 9637.0, 9665.0, 9668.0, 9666.0, 9646.0, 9652.0, 9672.0, 9664.0, 9653.0, 9659.0, 9661.0, 9660.0, 9640.0, 9679.0, 9654.0, 9677.0, 9662.0, 9661.0, 9638.0, 9649.0, 9650.0, 9647.0, 9674.0, 9661.0, 9636.0, 9652.0, 9652.0, 9676.0, 9641.0, 9641.0, 9671.0, 9651.0, 9691.0, 9632.0, 9653.0, 9624.0, 9612.0, 9632.0, 9621.0, 9639.0, 9611.0, 9650.0, 9614.0, 9634.0, 9679.0, 9635.0, 9645.0, 9617.0, 9644.0, 9651.0, 9653.0, 9703.0, 9681.0, 9650.0, 9670.0, 9651.0, 9645.0, 9632.0, 9670.0, 9645.0, 9693.0, 9613.0, 9656.0, 9619.0, 9633.0, 9582.0, 9620.0, 9639.0, 9624.0, 9635.0, 9636.0, 9635.0, 9610.0, 9604.0, 9643.0, 9653.0, 9642.0, 9629.0, 9655.0, 9637.0, 9647.0, 9645.0, 9635.0, 9646.0, 9632.0, 9638.0, 9633.0, 9661.0, 9631.0, 9653.0, 9641.0, 9611.0, 9653.0, 9656.0, 9675.0, 9648.0, 9659.0, 9664.0, 9651.0, 9675.0, 9691.0, 9668.0, 9671.0, 9684.0, 9666.0, 9682.0, 9698.0, 9671.0, 9712.0, 9675.0, 9670.0, 9661.0, 9661.0, 9666.0, 9641.0, 9673.0, 9633.0, 9664.0, 9641.0, 9634.0, 9659.0, 9630.0, 9672.0, 9653.0, 9682.0, 9677.0, 9632.0, 9678.0, 9662.0, 9648.0, 9684.0, 9682.0, 9683.0, 9638.0, 9689.0, 9628.0, 9667.0, 9622.0, 9658.0, 9614.0, 9611.0, 9646.0, 9633.0, 9619.0, 9636.0, 9670.0, 9655.0, 9634.0, 9661.0, 9633.0, 9660.0, 9670.0, 9660.0, 9649.0, 9652.0, 9670.0, 9633.0, 9666.0, 9644.0, 9638.0, 9646.0, 9625.0, 9636.0, 9599.0, 9664.0, 9656.0, 9644.0, 9645.0, 9635.0, 9648.0, 9643.0, 9655.0, 9672.0, 9662.0, 9690.0, 9653.0, 9649.0, 9665.0, 9657.0, 9663.0, 9666.0, 9676.0, 9634.0, 9635.0, 9641.0, 9664.0, 9660.0, 9639.0, 9646.0, 9635.0, 9652.0, 9649.0, 9629.0, 9657.0, 9638.0, 9640.0, 9667.0, 9682.0, 9681.0, 9639.0, 9654.0, 9668.0, 9651.0, 9682.0, 9668.0, 9663.0, 9678.0, 9650.0, 9674.0, 9640.0, 9648.0, 9650.0, 9637.0, 9661.0, 9638.0, 9676.0, 9665.0, 9663.0, 9664.0, 9655.0, 9657.0, 9646.0, 9663.0, 9681.0, 9643.0, 9647.0, 9639.0, 9659.0, 9644.0, 9660.0, 9662.0, 9661.0, 9630.0, 9644.0, 9613.0, 9625.0, 9639.0, 9662.0, 9663.0, 9650.0, 9656.0, 9667.0, 9687.0, 9683.0, 9679.0, 9669.0, 9683.0, 9673.0, 9673.0, 9662.0, 9663.0, 9685.0, 9664.0, 9658.0, 9670.0, 9669.0, 9669.0, 9670.0, 9671.0, 9682.0, 9669.0, 9682.0, 9689.0, 9650.0, 9663.0, 9654.0, 9663.0, 9682.0, 9674.0, 9671.0, 9668.0, 9650.0, 9653.0, 9674.0, 9664.0, 9666.0, 9672.0, 9657.0, 9682.0, 9639.0, 9677.0, 9674.0, 9650.0, 9653.0, 9642.0, 9675.0, 9646.0, 9647.0, 9660.0, 9655.0, 9662.0, 9657.0, 9638.0, 9659.0, 9669.0, 9638.0, 9668.0, 9643.0, 9639.0, 9666.0, 9640.0, 9662.0, 9639.0, 9652.0, 9666.0, 9621.0, 9672.0, 9646.0, 9625.0, 9644.0, 9652.0, 9649.0, 9663.0, 9634.0, 9649.0, 9661.0, 9636.0, 9667.0, 9628.0, 9643.0, 9638.0, 9624.0, 9661.0, 9631.0, 9645.0, 9644.0, 9617.0, 9654.0, 9600.0, 9625.0, 9643.0, 9625.0, 9684.0, 9664.0, 9649.0, 9635.0, 9631.0, 9641.0, 9640.0, 9652.0, 9638.0, 9653.0, 9645.0, 9641.0, 9653.0, 9673.0, 9655.0, 9693.0, 9679.0, 9672.0, 9664.0, 9605.0, 9596.0, 9581.0, 9581.0, 9565.0, 9580.0, 9575.0, 9586.0, 9598.0, 9567.0, 9596.0, 9609.0, 9584.0, 9620.0, 9622.0, 9610.0, 9607.0, 9633.0, 9583.0, 9637.0, 9592.0, 9601.0, 9637.0, 9582.0, 9618.0, 9602.0, 9630.0, 9645.0, 9625.0, 9608.0, 9620.0, 9635.0, 9606.0, 9633.0, 9637.0, 9651.0, 9678.0, 9640.0, 9621.0, 9660.0, 9656.0, 9627.0, 9659.0, 9608.0, 9604.0, 9658.0, 9604.0, 9654.0, 9615.0, 9595.0, 9634.0, 9586.0, 9594.0, 9640.0, 9600.0, 9611.0, 9612.0, 9587.0, 9623.0, 9651.0, 9668.0, 9672.0, 9621.0, 9621.0, 9649.0, 9636.0, 9617.0, 9630.0, 9648.0, 9651.0, 9633.0, 9668.0, 9617.0, 9692.0, 9623.0, 9672.0, 9617.0, 9653.0, 9593.0, 9627.0, 9586.0, 9574.0, 9594.0, 9594.0, 9589.0, 9565.0, 9616.0, 9605.0, 9607.0, 9613.0, 9601.0, 9614.0, 9621.0, 9632.0, 9625.0, 9646.0, 9660.0, 9615.0, 9675.0, 9672.0, 9662.0, 9649.0, 9635.0, 9630.0, 9620.0, 9653.0, 9676.0, 9668.0, 9652.0, 9663.0, 9619.0, 9656.0, 9631.0, 9650.0, 9661.0, 9646.0, 9681.0, 9652.0, 9647.0, 9633.0, 9628.0, 9655.0, 9654.0, 9682.0, 9631.0, 9634.0, 9637.0, 9672.0, 9659.0, 9649.0, 9667.0, 9652.0, 9647.0, 9680.0, 9621.0, 9653.0, 9696.0, 9643.0, 9689.0, 9660.0, 9631.0, 9646.0, 9606.0, 9670.0, 9613.0, 9624.0, 9626.0, 9584.0, 9638.0, 9628.0, 9648.0, 9657.0, 9624.0, 9614.0, 9613.0, 9620.0, 9647.0, 9647.0, 9640.0, 9679.0, 9662.0, 9606.0, 9647.0, 9612.0, 9692.0, 9634.0, 9605.0, 9653.0, 9580.0, 9593.0, 9611.0, 9623.0, 9670.0, 9612.0, 9603.0, 9621.0, 9650.0, 9615.0, 9629.0, 9611.0, 9671.0, 9640.0, 9602.0, 9643.0, 9590.0, 9627.0, 9644.0, 9625.0, 9667.0, 9613.0, 9583.0, 9605.0, 9608.0, 9596.0, 9627.0, 9598.0, 9661.0, 9594.0, 9619.0, 9616.0, 9600.0, 9606.0, 9641.0, 9606.0, 9615.0, 9654.0, 9644.0, 9609.0, 9628.0, 9608.0, 9614.0, 9658.0, 9606.0, 9626.0, 9637.0, 9599.0, 9607.0, 9606.0, 9595.0, 9603.0, 9636.0, 9604.0, 9602.0, 9667.0, 9610.0, 9585.0, 9642.0, 9604.0, 9578.0, 9615.0, 9609.0, 9664.0, 9618.0, 9592.0, 9605.0, 9619.0, 9595.0, 9625.0, 9615.0, 9635.0, 9629.0, 9617.0, 9643.0, 9616.0, 9617.0, 9638.0, 9631.0, 9669.0, 9607.0, 9625.0, 9604.0, 9612.0, 9624.0, 9577.0, 9637.0, 9596.0, 9606.0, 9632.0, 9646.0, 9666.0, 9612.0, 9615.0, 9653.0, 9635.0, 9646.0, 9625.0, 9633.0, 9642.0, 9633.0, 9642.0, 9600.0, 9653.0, 9636.0, 9612.0, 9636.0, 9612.0, 9627.0, 9624.0, 9630.0, 9659.0, 9631.0, 9625.0, 9652.0, 9600.0, 9646.0, 9629.0, 9604.0, 9622.0, 9613.0, 9625.0, 9628.0, 9641.0, 9658.0, 9606.0, 9671.0, 9611.0, 9623.0, 9649.0, 9585.0, 9656.0, 9617.0, 9612.0, 9607.0, 9583.0, 9621.0, 9604.0, 9631.0, 9644.0, 9637.0, 9646.0, 9636.0, 9645.0, 9638.0, 9664.0, 9659.0, 9622.0, 9644.0, 9611.0, 9613.0, 9614.0, 9657.0, 9643.0, 9601.0, 9630.0, 9597.0, 9642.0, 9607.0, 9650.0, 9586.0, 9634.0, 9604.0, 9607.0, 9626.0, 9608.0, 9610.0, 9604.0, 9614.0, 9654.0, 9644.0, 9662.0, 9610.0, 9611.0, 9640.0, 9610.0, 9642.0, 9631.0, 9654.0, 9650.0, 9657.0, 9676.0, 9650.0, 9645.0, 9675.0, 9663.0, 9689.0, 9633.0, 9665.0, 9626.0, 9633.0, 9611.0, 9580.0, 9631.0, 9564.0, 9584.0, 9606.0, 9657.0, 9644.0, 9606.0, 9592.0, 9634.0, 9622.0, 9626.0, 9630.0, 9629.0, 9659.0, 9643.0, 9641.0, 9651.0, 9625.0, 9624.0, 9610.0, 9577.0, 9623.0, 9606.0, 9645.0, 9573.0, 9597.0, 9610.0, 9607.0, 9651.0, 9623.0, 9601.0, 9638.0, 9615.0, 9605.0, 9622.0, 9645.0, 9670.0, 9613.0, 9584.0, 9617.0, 9595.0, 9643.0, 9616.0, 9590.0, 9630.0, 9588.0, 9614.0, 9603.0, 9613.0, 9652.0, 9647.0, 9611.0, 9649.0, 9601.0, 9614.0, 9639.0, 9647.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.00018327854671280276</td></tr>
<tr><td colspan=3>aqi</td><td>0.01611780769896194</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.16052092526404</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1955215647878799</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9861779222337663</td></tr>
<tr><td colspan=3>efc</td><td>0.4716</td></tr>
<tr><td colspan=3>fber</td><td>5547.1479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.081180865074039</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6920415224913494</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.267137687761258</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2079356746314387</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4212661240906987</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1722112645616365</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138809</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011456666514277458</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026251662522554398</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.156040503179854</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7312</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2344</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.3188</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302872.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>930.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.1972</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7452</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.4095</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3628.5028</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.3854</td></tr>
<tr><td colspan=3>tsnr</td><td>44.20478639006615</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>