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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-03/func/sub-0052_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e0515753dfa775ab5dfc3dde1e701966</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>11:43:41.657500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999948, -0.00696762, 0.00749097, 0.00593384, 0.99148, 0.13012]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0936648</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7698, -7275, 751, -81, 20, -34, 135]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3fd91515-1672-4a44-bebd-e586c2321539||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682786464691162, 0.015920070931315422, 0.022501207888126373, 111.05706787109375], [0.018693622201681137, 2.660069465637207, 0.3511866331100464, -108.07218170166016], [0.020097726956009865, -0.34910348057746887, 2.676968812942505, -46.108642578125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['114341.657500', '114342.117500', '114342.577500', '114343.037500', '114343.497500', '114343.957500', '114344.417500', '114344.877500', '114345.337500', '114345.797500', '114346.257500', '114346.717500', '114347.177500', '114347.637500', '114348.097500', '114348.557500', '114349.017500', '114349.477500', '114349.937500', '114350.397500', '114350.857500', '114351.317500', '114351.777500', '114352.237500', '114352.697500', '114353.157500', '114353.617500', '114354.077500', '114354.537500', '114354.997500', '114355.457500', '114355.917500', '114356.377500', '114356.837500', '114357.297500', '114357.757500', '114358.217500', '114358.677500', '114359.137500', '114359.597500', '114400.057500', '114400.517500', '114400.977500', '114401.437500', '114401.897500', '114402.357500', '114402.817500', '114403.277500', '114403.737500', '114404.197500', '114404.657500', '114405.117500', '114405.577500', '114406.037500', '114406.497500', '114406.957500', '114407.417500', '114407.877500', '114408.337500', '114408.797500', '114409.257500', '114409.717500', '114410.177500', '114410.637500', '114411.097500', '114411.557500', '114412.017500', '114412.477500', '114412.937500', '114413.397500', '114413.857500', '114414.317500', '114414.777500', '114415.237500', '114415.697500', '114416.157500', '114416.617500', '114417.077500', '114417.537500', '114417.997500', '114418.457500', '114418.917500', '114419.377500', '114419.837500', '114420.297500', '114420.757500', '114421.217500', '114421.677500', '114422.137500', '114422.597500', '114423.057500', '114423.517500', '114423.977500', '114424.437500', '114424.897500', '114425.357500', '114425.817500', '114426.277500', '114426.737500', '114427.197500', '114427.657500', '114428.117500', '114428.577500', '114429.037500', '114429.497500', '114429.957500', '114430.417500', '114430.877500', '114431.337500', '114431.797500', '114432.257500', '114432.717500', '114433.177500', '114433.637500', '114434.097500', '114434.557500', '114435.017500', '114435.477500', '114435.937500', '114436.397500', '114436.857500', '114437.317500', '114437.777500', '114438.237500', '114438.697500', '114439.157500', '114439.617500', '114440.077500', '114440.537500', '114440.997500', '114441.457500', '114441.917500', '114442.377500', '114442.837500', '114443.297500', '114443.757500', '114444.217500', '114444.677500', '114445.137500', '114445.597500', '114446.057500', '114446.517500', '114446.977500', '114447.437500', '114447.897500', '114448.357500', '114448.817500', '114449.277500', '114449.737500', '114450.197500', '114450.657500', '114451.117500', '114451.577500', '114452.037500', '114452.497500', '114452.957500', '114453.417500', '114453.877500', '114454.337500', '114454.797500', '114455.257500', '114455.717500', '114456.177500', '114456.637500', '114457.097500', '114457.557500', '114458.017500', '114458.477500', '114458.937500', '114459.397500', '114459.857500', '114500.317500', '114500.777500', '114501.237500', '114501.697500', '114502.157500', '114502.617500', '114503.077500', '114503.537500', '114503.997500', '114504.457500', '114504.917500', '114505.377500', '114505.837500', '114506.297500', '114506.757500', '114507.217500', '114507.677500', '114508.137500', '114508.597500', '114509.057500', '114509.517500', '114509.977500', '114510.437500', '114510.897500', '114511.357500', '114511.817500', '114512.277500', '114512.737500', '114513.197500', '114513.657500', '114514.117500', '114514.577500', '114515.037500', '114515.497500', '114515.957500', '114516.417500', '114516.877500', '114517.337500', '114517.797500', '114518.257500', '114518.717500', '114519.177500', '114519.637500', '114520.097500', '114520.557500', '114521.017500', '114521.477500', '114521.937500', '114522.397500', '114522.857500', '114523.317500', '114523.777500', '114524.237500', '114524.697500', '114525.157500', '114525.617500', '114526.077500', '114526.537500', '114526.997500', '114527.457500', '114527.917500', '114528.377500', '114528.837500', '114529.297500', '114529.757500', '114530.217500', '114530.677500', '114531.137500', '114531.597500', '114532.057500', '114532.517500', '114532.977500', '114533.437500', '114533.897500', '114534.357500', '114534.817500', '114535.277500', '114535.737500', '114536.197500', '114536.657500', '114537.117500', '114537.577500', '114538.037500', '114538.497500', '114538.957500', '114539.417500', '114539.877500', '114540.337500', '114540.797500', '114541.257500', '114541.717500', '114542.177500', '114542.637500', '114543.097500', '114543.557500', '114544.017500', '114544.477500', '114544.937500', '114545.397500', '114545.857500', '114546.317500', '114546.777500', '114547.237500', '114547.697500', '114548.157500', '114548.617500', '114549.077500', '114549.537500', '114549.997500', '114550.457500', '114550.917500', '114551.377500', '114551.837500', '114552.297500', '114552.757500', '114553.217500', '114553.677500', '114554.137500', '114554.597500', '114555.057500', '114555.517500', '114555.977500', '114556.437500', '114556.897500', '114557.357500', '114557.817500', '114558.277500', '114558.737500', '114559.197500', '114559.657500', '114600.117500', '114600.577500', '114601.037500', '114601.497500', '114601.957500', '114602.417500', '114602.877500', '114603.337500', '114603.797500', '114604.257500', '114604.717500', '114605.177500', '114605.637500', '114606.097500', '114606.557500', '114607.017500', '114607.477500', '114607.937500', '114608.397500', '114608.857500', '114609.317500', '114609.777500', '114610.237500', '114610.697500', '114611.157500', '114611.617500', '114612.077500', '114612.537500', '114612.997500', '114613.457500', '114613.917500', '114614.377500', '114614.837500', '114615.297500', '114615.757500', '114616.217500', '114616.677500', '114617.137500', '114617.597500', '114618.057500', '114618.517500', '114618.977500', '114619.437500', '114619.897500', '114620.357500', '114620.817500', '114621.277500', '114621.737500', '114622.197500', '114622.657500', '114623.117500', '114623.577500', '114624.037500', '114624.497500', '114624.957500', '114625.417500', '114625.877500', '114626.337500', '114626.797500', '114627.257500', '114627.717500', '114628.177500', '114628.637500', '114629.097500', '114629.557500', '114630.017500', '114630.477500', '114630.937500', '114631.397500', '114631.857500', '114632.317500', '114632.777500', '114633.237500', '114633.697500', '114634.157500', '114634.617500', '114635.077500', '114635.537500', '114635.997500', '114636.457500', '114636.917500', '114637.377500', '114637.837500', '114638.297500', '114638.757500', '114639.217500', '114639.677500', '114640.137500', '114640.597500', '114641.057500', '114641.517500', '114641.977500', '114642.437500', '114642.897500', '114643.357500', '114643.817500', '114644.277500', '114644.737500', '114645.197500', '114645.657500', '114646.117500', '114646.577500', '114647.037500', '114647.497500', '114647.957500', '114648.417500', '114648.877500', '114649.337500', '114649.797500', '114650.257500', '114650.717500', '114651.177500', '114651.637500', '114652.097500', '114652.557500', '114653.017500', '114653.477500', '114653.937500', '114654.397500', '114654.857500', '114655.317500', '114655.777500', '114656.237500', '114656.697500', '114657.157500', '114657.617500', '114658.077500', '114658.537500', '114658.997500', '114659.457500', '114659.917500', '114700.377500', '114700.837500', '114701.297500', '114701.757500', '114702.217500', '114702.677500', '114703.137500', '114703.597500', '114704.057500', '114704.517500', '114704.977500', '114705.437500', '114705.897500', '114706.357500', '114706.817500', '114707.277500', '114707.737500', '114708.197500', '114708.657500', '114709.117500', '114709.577500', '114710.037500', '114710.497500', '114710.957500', '114711.417500', '114711.877500', '114712.337500', '114712.797500', '114713.257500', '114713.717500', '114714.177500', '114714.637500', '114715.097500', '114715.557500', '114716.017500', '114716.477500', '114716.937500', '114717.397500', '114717.857500', '114718.317500', '114718.777500', '114719.237500', '114719.697500', '114720.157500', '114720.617500', '114721.077500', '114721.537500', '114721.997500', '114722.457500', '114722.917500', '114723.377500', '114723.837500', '114724.297500', '114724.757500', '114725.217500', '114725.677500', '114726.137500', '114726.597500', '114727.057500', '114727.517500', '114727.977500', '114728.437500', '114728.897500', '114729.357500', '114729.817500', '114730.277500', '114730.737500', '114731.197500', '114731.657500', '114732.117500', '114732.577500', '114733.037500', '114733.497500', '114733.957500', '114734.417500', '114734.877500', '114735.337500', '114735.797500', '114736.257500', '114736.717500', '114737.177500', '114737.637500', '114738.097500', '114738.557500', '114739.017500', '114739.477500', '114739.937500', '114740.397500', '114740.857500', '114741.317500', '114741.777500', '114742.237500', '114742.697500', '114743.157500', '114743.617500', '114744.077500', '114744.537500', '114744.997500', '114745.457500', '114745.917500', '114746.377500', '114746.837500', '114747.297500', '114747.757500', '114748.217500', '114748.677500', '114749.137500', '114749.597500', '114750.057500', '114750.517500', '114750.977500', '114751.437500', '114751.897500', '114752.357500', '114752.817500', '114753.277500', '114753.737500', '114754.197500', '114754.657500', '114755.117500', '114755.577500', '114756.037500', '114756.497500', '114756.957500', '114757.417500', '114757.877500', '114758.337500', '114758.797500', '114759.257500', '114759.717500', '114800.177500', '114800.637500', '114801.097500', '114801.557500', '114802.017500', '114802.477500', '114802.937500', '114803.397500', '114803.857500', '114804.317500', '114804.777500', '114805.237500', '114805.697500', '114806.157500', '114806.617500', '114807.077500', '114807.537500', '114807.997500', '114808.457500', '114808.917500', '114809.377500', '114809.837500', '114810.297500', '114810.757500', '114811.217500', '114811.677500', '114812.137500', '114812.597500', '114813.057500', '114813.517500', '114813.977500', '114814.437500', '114814.897500', '114815.357500', '114815.817500', '114816.277500', '114816.737500', '114817.197500', '114817.657500', '114818.117500', '114818.577500', '114819.037500', '114819.497500', '114819.957500', '114820.417500', '114820.877500', '114821.337500', '114821.797500', '114822.257500', '114822.717500', '114823.177500', '114823.637500', '114824.097500', '114824.557500', '114825.017500', '114825.477500', '114825.937500', '114826.397500', '114826.857500', '114827.317500', '114827.777500', '114828.237500', '114828.697500', '114829.157500', '114829.617500', '114830.077500', '114830.537500', '114830.997500', '114831.457500', '114831.917500', '114832.377500', '114832.837500', '114833.297500', '114833.757500', '114834.217500', '114834.677500', '114835.137500', '114835.597500', '114836.057500', '114836.517500', '114836.977500', '114837.437500', '114837.897500', '114838.357500', '114838.817500', '114839.277500', '114839.737500', '114840.197500', '114840.657500', '114841.117500', '114841.577500', '114842.037500', '114842.497500', '114842.957500', '114843.417500', '114843.877500', '114844.337500', '114844.797500', '114845.257500', '114845.717500', '114846.177500', '114846.637500', '114847.097500', '114847.557500', '114848.017500', '114848.477500', '114848.937500', '114849.397500', '114849.857500', '114850.317500', '114850.777500', '114851.237500', '114851.697500', '114852.157500', '114852.617500', '114853.077500', '114853.537500', '114853.997500', '114854.457500', '114854.917500', '114855.377500', '114855.837500', '114856.297500', '114856.757500', '114857.217500', '114857.677500', '114858.137500', '114858.597500', '114859.057500', '114859.517500', '114859.977500', '114900.437500', '114900.897500', '114901.357500', '114901.817500', '114902.277500', '114902.737500', '114903.197500', '114903.657500', '114904.117500', '114904.577500', '114905.037500', '114905.497500', '114905.957500', '114906.417500', '114906.877500', '114907.337500', '114907.797500', '114908.257500', '114908.717500', '114909.177500', '114909.637500', '114910.097500', '114910.557500', '114911.017500', '114911.477500', '114911.937500', '114912.397500', '114912.857500', '114913.317500', '114913.777500', '114914.237500', '114914.697500', '114915.157500', '114915.617500', '114916.077500', '114916.537500', '114916.997500', '114917.457500', '114917.917500', '114918.377500', '114918.837500', '114919.297500', '114919.757500', '114920.217500', '114920.677500', '114921.137500', '114921.597500', '114922.057500', '114922.517500', '114922.977500', '114923.437500', '114923.897500', '114924.357500', '114924.817500', '114925.277500', '114925.737500', '114926.197500', '114926.657500', '114927.117500', '114927.577500', '114928.037500', '114928.497500', '114928.957500', '114929.417500', '114929.877500', '114930.337500', '114930.797500', '114931.257500', '114931.717500', '114932.177500', '114932.637500', '114933.097500', '114933.557500', '114934.017500', '114934.477500', '114934.937500', '114935.397500', '114935.857500', '114936.317500', '114936.777500', '114937.237500', '114937.697500', '114938.157500', '114938.617500', '114939.077500', '114939.537500', '114939.997500', '114940.457500', '114940.917500', '114941.377500', '114941.837500', '114942.297500', '114942.757500', '114943.217500', '114943.677500', '114944.137500', '114944.597500', '114945.057500', '114945.517500', '114945.977500', '114946.437500', '114946.897500', '114947.357500', '114947.817500', '114948.277500', '114948.737500', '114949.197500', '114949.657500', '114950.117500', '114950.577500', '114951.037500', '114951.497500', '114951.957500', '114952.417500', '114952.877500', '114953.337500', '114953.797500', '114954.257500', '114954.717500', '114955.177500', '114955.637500', '114956.097500', '114956.557500', '114957.017500', '114957.477500', '114957.937500', '114958.397500', '114958.857500', '114959.317500', '114959.777500', '115000.237500', '115000.697500', '115001.157500', '115001.617500', '115002.077500', '115002.537500', '115002.997500', '115003.457500', '115003.917500', '115004.377500', '115004.837500', '115005.297500', '115005.757500', '115006.217500', '115006.677500', '115007.137500', '115007.597500', '115008.057500', '115008.517500', '115008.977500', '115009.437500', '115009.897500', '115010.357500', '115010.817500', '115011.277500', '115011.737500', '115012.197500', '115012.657500', '115013.117500', '115013.577500', '115014.037500', '115014.497500', '115014.957500', '115015.417500', '115015.877500', '115016.337500', '115016.797500', '115017.257500', '115017.717500', '115018.177500', '115018.637500', '115019.097500', '115019.557500', '115020.017500', '115020.477500', '115020.937500', '115021.397500', '115021.857500', '115022.317500', '115022.777500', '115023.237500', '115023.697500', '115024.157500', '115024.617500', '115025.077500', '115025.537500', '115025.997500', '115026.457500', '115026.917500', '115027.377500', '115027.837500', '115028.297500', '115028.757500', '115029.217500', '115029.677500', '115030.137500', '115030.597500', '115031.057500', '115031.517500', '115031.977500', '115032.437500', '115032.897500', '115033.357500', '115033.817500', '115034.277500', '115034.737500', '115035.197500', '115035.657500', '115036.117500', '115036.577500', '115037.037500', '115037.497500', '115037.957500', '115038.417500', '115038.877500', '115039.337500', '115039.797500', '115040.257500', '115040.717500', '115041.177500', '115041.637500', '115042.097500', '115042.557500', '115043.017500', '115043.477500', '115043.937500', '115044.397500', '115044.857500', '115045.317500', '115045.777500', '115046.237500', '115046.697500', '115047.157500', '115047.617500', '115048.077500', '115048.537500', '115048.997500', '115049.457500', '115049.917500', '115050.377500', '115050.837500', '115051.297500', '115051.757500', '115052.217500', '115052.677500', '115053.137500', '115053.597500', '115054.057500', '115054.517500', '115054.977500', '115055.437500', '115055.897500', '115056.357500', '115056.817500', '115057.277500', '115057.737500', '115058.197500', '115058.657500', '115059.117500', '115059.577500', '115100.037500', '115100.497500', '115100.957500', '115101.417500', '115101.877500', '115102.337500', '115102.797500', '115103.257500', '115103.717500', '115104.177500', '115104.637500', '115105.097500', '115105.557500', '115106.017500', '115106.477500', '115106.937500', '115107.397500', '115107.857500', '115108.317500', '115108.777500', '115109.237500', '115109.697500', '115110.157500', '115110.617500', '115111.077500', '115111.537500', '115111.997500', '115112.457500', '115112.917500', '115113.377500', '115113.837500', '115114.297500', '115114.757500', '115115.217500', '115115.677500', '115116.137500', '115116.597500', '115117.057500', '115117.517500', '115117.977500', '115118.437500', '115118.897500', '115119.357500', '115119.817500', '115120.277500', '115120.737500', '115121.197500', '115121.657500', '115122.117500', '115122.577500', '115123.037500', '115123.497500', '115123.957500', '115124.417500', '115124.877500', '115125.337500', '115125.797500', '115126.257500', '115126.717500', '115127.177500', '115127.637500', '115128.097500', '115128.557500', '115129.017500', '115129.477500', '115129.937500', '115130.397500', '115130.857500', '115131.317500', '115131.777500', '115132.237500', '115132.697500', '115133.157500', '115133.617500', '115134.077500', '115134.537500', '115134.997500', '115135.457500', '115135.917500', '115136.377500', '115136.837500', '115137.297500', '115137.757500', '115138.217500', '115138.677500', '115139.137500', '115139.597500', '115140.057500', '115140.517500', '115140.977500', '115141.437500', '115141.897500', '115142.357500', '115142.817500', '115143.277500', '115143.737500', '115144.197500', '115144.657500', '115145.117500', '115145.577500', '115146.037500', '115146.497500', '115146.957500', '115147.417500', '115147.877500', '115148.337500', '115148.797500', '115149.257500', '115149.717500', '115150.177500', '115150.637500', '115151.097500', '115151.557500', '115152.017500', '115152.477500', '115152.937500', '115153.397500', '115153.857500', '115154.317500', '115154.777500', '115155.237500', '115155.697500', '115156.157500', '115156.617500', '115157.077500', '115157.537500', '115157.997500', '115158.457500', '115158.917500', '115159.377500', '115159.837500', '115200.297500', '115200.757500', '115201.217500', '115201.677500', '115202.137500', '115202.597500', '115203.057500', '115203.517500', '115203.977500', '115204.437500', '115204.897500', '115205.357500', '115205.817500', '115206.277500', '115206.737500', '115207.197500', '115207.657500', '115208.117500', '115208.577500', '115209.037500', '115209.497500', '115209.957500', '115210.417500', '115210.877500', '115211.337500', '115211.797500', '115212.257500', '115212.717500', '115213.177500', '115213.637500', '115214.097500', '115214.557500', '115215.017500', '115215.477500', '115215.937500', '115216.397500', '115216.857500', '115217.317500', '115217.777500', '115218.237500', '115218.697500', '115219.157500', '115219.617500', '115220.077500', '115220.537500', '115220.997500', '115221.457500', '115221.917500', '115222.377500', '115222.837500', '115223.297500', '115223.757500', '115224.217500', '115224.677500', '115225.137500', '115225.597500', '115226.057500', '115226.517500', '115226.977500', '115227.437500', '115227.897500', '115228.357500', '115228.817500', '115229.277500', '115229.737500', '115230.197500', '115230.657500', '115231.117500', '115231.577500', '115232.037500', '115232.497500', '115232.957500', '115233.417500'], 'ContentTime': ['114410.809000', '114410.812000', '114410.815000', '114410.817000', '114410.820000', '114410.823000', '114410.825000', '114410.828000', '114410.831000', '114410.833000', '114410.836000', '114410.839000', '114410.841000', '114410.853000', '114410.855000', '114410.858000', '114410.860000', '114410.863000', '114410.866000', '114410.868000', '114410.871000', '114410.874000', '114410.876000', '114410.879000', '114410.887000', '114410.890000', '114410.892000', '114410.895000', '114410.898000', '114410.900000', '114410.903000', '114410.905000', '114410.908000', '114410.911000', '114410.913000', '114410.916000', '114410.919000', '114410.921000', '114410.924000', '114410.927000', '114410.931000', '114410.934000', '114410.936000', '114410.940000', '114410.942000', '114410.945000', '114410.948000', '114410.950000', '114410.966000', '114410.968000', '114410.971000', '114410.974000', '114410.976000', '114410.979000', '114410.981000', '114410.984000', '114410.987000', '114410.989000', '114410.992000', '114410.995000', '114410.997000', '114430.781000', '114430.784000', '114430.787000', '114430.789000', '114430.792000', '114430.795000', '114430.797000', '114430.800000', '114430.802000', '114430.805000', '114430.808000', '114430.810000', '114430.813000', '114430.815000', '114430.818000', '114430.821000', '114430.824000', '114430.826000', '114430.829000', '114430.832000', '114430.834000', '114430.837000', '114430.839000', '114430.849000', '114430.851000', '114430.854000', '114430.857000', '114430.859000', '114430.862000', '114430.864000', '114430.867000', '114430.870000', '114430.872000', '114430.875000', '114430.878000', '114430.880000', '114430.883000', '114430.885000', '114430.888000', '114430.891000', '114430.893000', '114430.900000', '114430.903000', '114430.906000', '114450.781000', '114450.784000', '114450.787000', '114450.789000', '114450.792000', '114450.795000', '114450.797000', '114450.800000', '114450.803000', '114450.805000', '114450.808000', '114450.810000', '114450.813000', '114450.816000', '114450.818000', '114450.821000', '114450.824000', '114450.826000', '114450.829000', '114450.831000', '114450.834000', '114450.836000', '114450.839000', '114450.842000', '114450.844000', '114450.847000', '114450.850000', '114450.852000', '114450.855000', '114450.857000', '114450.860000', '114450.863000', '114450.865000', '114450.868000', '114450.870000', '114450.873000', '114450.876000', '114450.878000', '114450.881000', '114450.883000', '114450.886000', '114450.889000', '114450.891000', '114510.782000', '114510.785000', '114510.787000', '114510.790000', '114510.792000', '114510.795000', '114510.798000', '114510.800000', '114510.803000', '114510.806000', '114510.808000', '114510.811000', '114510.813000', '114510.816000', '114510.819000', '114510.821000', '114510.824000', '114510.827000', '114510.829000', '114510.832000', '114510.834000', '114510.837000', '114510.840000', '114510.842000', '114510.845000', '114510.848000', '114510.850000', '114510.853000', '114510.855000', '114510.858000', '114510.861000', '114510.863000', '114510.866000', '114510.868000', '114510.871000', '114510.874000', '114510.876000', '114510.879000', '114510.882000', '114510.884000', '114510.887000', '114510.889000', '114510.892000', '114510.895000', '114530.781000', '114530.784000', '114530.787000', '114530.790000', '114530.792000', '114530.795000', '114530.797000', '114530.800000', '114530.803000', '114530.805000', '114530.808000', '114530.811000', '114530.813000', '114530.858000', '114530.861000', '114530.864000', '114530.866000', '114530.869000', '114530.871000', '114530.874000', '114530.877000', '114530.879000', '114530.882000', '114530.885000', '114530.887000', '114530.890000', '114530.892000', '114530.895000', '114530.898000', '114530.900000', '114530.903000', '114530.906000', '114530.908000', '114530.911000', '114530.913000', '114530.916000', '114530.919000', '114530.921000', '114530.924000', '114530.926000', '114530.929000', '114530.931000', '114530.934000', '114550.781000', '114550.784000', '114550.787000', '114550.790000', '114550.792000', '114550.795000', '114550.798000', '114550.800000', '114550.803000', '114550.805000', '114550.808000', '114550.811000', '114550.814000', '114550.875000', '114550.878000', '114550.880000', '114550.883000', '114550.886000', '114550.888000', '114550.891000', '114550.894000', '114550.896000', '114550.899000', '114550.902000', '114550.904000', '114550.907000', '114550.910000', '114550.912000', '114550.915000', '114550.918000', '114550.920000', '114550.923000', '114550.925000', '114550.928000', '114550.931000', '114550.933000', '114550.936000', '114550.939000', '114550.941000', '114550.944000', '114550.947000', '114550.949000', '114550.952000', '114610.782000', '114610.784000', '114610.787000', '114610.790000', '114610.803000', '114610.806000', '114610.808000', '114610.811000', '114610.814000', '114610.816000', '114610.819000', '114610.821000', '114610.824000', '114610.827000', '114610.829000', '114610.832000', '114610.835000', '114610.837000', '114610.840000', '114610.846000', '114610.848000', '114610.851000', '114610.853000', '114610.856000', '114610.859000', '114610.861000', '114610.864000', '114610.867000', '114610.869000', '114610.872000', '114610.874000', '114610.877000', '114610.879000', '114610.882000', '114610.885000', '114610.887000', '114610.890000', '114610.892000', '114610.895000', '114610.898000', '114610.900000', '114610.903000', '114610.905000', '114610.908000', '114630.781000', '114630.784000', '114630.787000', '114630.790000', '114630.792000', '114630.795000', '114630.798000', '114630.800000', '114630.803000', '114630.805000', '114630.808000', '114630.811000', '114630.813000', '114630.816000', '114630.819000', '114630.822000', '114630.824000', '114630.827000', '114630.830000', '114630.832000', '114630.835000', '114630.837000', '114630.840000', '114630.843000', '114630.845000', '114630.848000', '114630.850000', '114630.853000', '114630.856000', '114630.858000', '114630.861000', '114630.864000', '114630.866000', '114630.869000', '114630.871000', '114630.874000', '114630.877000', '114630.879000', '114630.882000', '114630.884000', '114630.887000', '114630.890000', '114630.892000', '114630.895000', '114650.781000', '114650.784000', '114650.787000', '114650.790000', '114650.792000', '114650.795000', '114650.798000', '114650.800000', '114650.803000', '114650.805000', '114650.808000', '114650.810000', '114650.813000', '114650.858000', '114650.860000', '114650.863000', '114650.865000', '114650.868000', '114650.871000', '114650.873000', '114650.876000', '114650.879000', '114650.881000', '114650.884000', '114650.886000', '114650.889000', '114650.892000', '114650.894000', '114650.897000', '114650.899000', '114650.902000', '114650.905000', '114650.907000', '114650.910000', '114650.913000', '114650.915000', '114650.918000', '114650.920000', '114650.923000', '114650.926000', '114650.928000', '114650.931000', '114650.933000', '114710.782000', '114710.784000', '114710.787000', '114710.790000', '114710.792000', '114710.795000', '114710.798000', '114710.800000', '114710.803000', '114710.805000', '114710.808000', '114710.811000', '114710.814000', '114710.859000', '114710.862000', '114710.864000', '114710.867000', '114710.870000', '114710.872000', '114710.875000', '114710.878000', '114710.880000', '114710.883000', '114710.885000', '114710.888000', '114710.891000', '114710.893000', '114710.896000', '114710.898000', '114710.901000', '114710.904000', '114710.907000', '114710.909000', '114710.912000', '114710.914000', '114710.917000', '114710.920000', '114710.922000', '114710.925000', '114710.927000', '114710.930000', '114710.933000', '114710.935000', '114730.781000', '114730.785000', '114730.787000', '114730.790000', '114730.793000', '114730.795000', '114730.798000', '114730.800000', '114730.803000', '114730.806000', '114730.808000', '114730.811000', '114730.813000', '114730.892000', '114730.894000', '114730.897000', '114730.899000', '114730.902000', '114730.905000', '114730.907000', '114730.910000', '114730.912000', '114730.915000', '114730.918000', '114730.920000', '114730.923000', '114730.925000', '114730.928000', '114730.931000', '114730.933000', '114730.936000', '114730.939000', '114730.941000', '114730.944000', '114730.946000', '114730.949000', '114730.952000', '114730.954000', '114730.957000', '114730.959000', '114730.962000', '114730.965000', '114730.967000', '114730.970000', '114750.782000', '114750.784000', '114750.787000', '114750.790000', '114750.793000', '114750.795000', '114750.798000', '114750.801000', '114750.803000', '114750.806000', '114750.809000', '114750.812000', '114750.815000', '114750.899000', '114750.902000', '114750.905000', '114750.907000', '114750.910000', '114750.912000', '114750.915000', '114750.917000', '114750.920000', '114750.923000', '114750.925000', '114750.928000', '114750.931000', '114750.933000', '114750.936000', '114750.938000', '114750.941000', '114750.944000', '114750.946000', '114750.949000', '114750.952000', '114750.954000', '114750.957000', '114750.959000', '114750.962000', '114750.964000', '114750.967000', '114750.970000', '114750.972000', '114750.975000', '114810.781000', '114810.784000', '114810.787000', '114810.789000', '114810.792000', '114810.795000', '114810.797000', '114810.800000', '114810.803000', '114810.805000', '114810.808000', '114810.810000', '114810.813000', '114810.878000', '114810.880000', '114810.883000', '114810.886000', '114810.888000', '114810.891000', '114810.893000', '114810.896000', '114810.899000', '114810.902000', '114810.904000', '114810.907000', '114810.909000', '114810.912000', '114810.915000', '114810.917000', '114810.920000', '114810.922000', '114810.925000', '114810.928000', '114810.930000', '114810.933000', '114810.935000', '114810.938000', '114810.941000', '114810.943000', '114810.946000', '114810.949000', '114810.951000', '114810.954000', '114810.957000', '114830.782000', '114830.784000', '114830.787000', '114830.790000', '114830.793000', '114830.795000', '114830.798000', '114830.801000', '114830.803000', '114830.806000', '114830.809000', '114830.811000', '114830.815000', '114830.817000', '114830.820000', '114830.823000', '114830.825000', '114830.828000', '114830.831000', '114830.833000', '114830.836000', '114830.839000', '114830.841000', '114830.844000', '114830.847000', '114830.849000', '114830.852000', '114830.854000', '114830.858000', '114830.860000', '114830.863000', '114830.865000', '114830.868000', '114830.871000', '114830.874000', '114830.876000', '114830.879000', '114830.881000', '114830.884000', '114830.887000', '114830.889000', '114830.892000', '114830.895000', '114850.781000', '114850.784000', '114850.787000', '114850.790000', '114850.792000', '114850.795000', '114850.798000', '114850.800000', '114850.803000', '114850.806000', '114850.808000', '114850.811000', '114850.814000', '114850.816000', '114850.819000', '114850.822000', '114850.824000', '114850.827000', '114850.829000', '114850.832000', '114850.835000', '114850.837000', '114850.840000', '114850.843000', '114850.845000', '114850.848000', '114850.850000', '114850.853000', '114850.856000', '114850.858000', '114850.861000', '114850.864000', '114850.866000', '114850.869000', '114850.871000', '114850.874000', '114850.877000', '114850.879000', '114850.882000', '114850.885000', '114850.887000', '114850.890000', '114850.892000', '114850.895000', '114910.782000', '114910.785000', '114910.787000', '114910.790000', '114910.792000', '114910.795000', '114910.798000', '114910.800000', '114910.803000', '114910.806000', '114910.817000', '114910.843000', '114910.845000', '114910.849000', '114910.852000', '114910.855000', '114910.858000', '114910.860000', '114910.863000', '114910.865000', '114910.868000', '114910.871000', '114910.873000', '114910.876000', '114910.879000', '114910.881000', '114910.884000', '114910.887000', '114910.889000', '114910.892000', '114910.894000', '114910.897000', '114910.900000', '114910.902000', '114910.905000', '114910.908000', '114910.910000', '114910.921000', '114910.924000', '114910.926000', '114910.929000', '114910.932000', '114910.934000', '114930.782000', '114930.784000', '114930.787000', '114930.790000', '114930.792000', '114930.795000', '114930.798000', '114930.800000', '114930.803000', '114930.806000', '114930.808000', '114930.811000', '114930.813000', '114930.874000', '114930.876000', '114930.879000', '114930.882000', '114930.884000', '114930.887000', '114930.889000', '114930.892000', '114930.895000', '114930.897000', '114930.900000', '114930.903000', '114930.905000', '114930.908000', '114930.911000', '114930.913000', '114930.916000', '114930.919000', '114930.921000', '114930.924000', '114930.926000', '114930.929000', '114930.932000', '114930.934000', '114930.937000', '114930.940000', '114930.942000', '114930.945000', '114930.948000', '114930.950000', '114930.953000', '114950.781000', '114950.784000', '114950.787000', '114950.789000', '114950.792000', '114950.795000', '114950.798000', '114950.800000', '114950.803000', '114950.806000', '114950.808000', '114950.811000', '114950.814000', '114950.816000', '114950.819000', '114950.821000', '114950.824000', '114950.827000', '114950.831000', '114950.834000', '114950.836000', '114950.839000', '114950.842000', '114950.844000', '114950.847000', '114950.850000', '114950.852000', '114950.855000', '114950.858000', '114950.860000', '114950.863000', '114950.865000', '114950.868000', '114950.871000', '114950.873000', '114950.876000', '114950.879000', '114950.881000', '114950.884000', '114950.886000', '114950.889000', '114950.892000', '114950.894000', '115010.782000', '115010.785000', '115010.788000', '115010.790000', '115010.793000', '115010.796000', '115010.798000', '115010.801000', '115010.803000', '115010.806000', '115010.809000', '115010.811000', '115010.814000', '115010.871000', '115010.874000', '115010.876000', '115010.879000', '115010.882000', '115010.884000', '115010.887000', '115010.889000', '115010.892000', '115010.895000', '115010.897000', '115010.900000', '115010.903000', '115010.905000', '115010.908000', '115010.910000', '115010.913000', '115010.916000', '115010.918000', '115010.921000', '115010.924000', '115010.926000', '115010.929000', '115010.931000', '115010.934000', '115010.937000', '115010.940000', '115010.942000', '115010.945000', '115010.947000', '115010.950000', '115030.781000', '115030.784000', '115030.787000', '115030.790000', '115030.792000', '115030.795000', '115030.798000', '115030.800000', '115030.803000', '115030.805000', '115030.808000', '115030.811000', '115030.813000', '115030.861000', '115030.864000', '115030.866000', '115030.869000', '115030.872000', '115030.874000', '115030.877000', '115030.880000', '115030.894000', '115030.897000', '115030.900000', '115030.902000', '115030.905000', '115030.908000', '115030.910000', '115030.913000', '115030.916000', '115030.918000', '115030.921000', '115030.923000', '115030.926000', '115030.929000', '115030.932000', '115030.934000', '115030.937000', '115030.939000', '115030.942000', '115030.945000', '115030.948000', '115030.950000', '115050.782000', '115050.784000', '115050.787000', '115050.790000', '115050.792000', '115050.795000', '115050.798000', '115050.800000', '115050.803000', '115050.806000', '115050.808000', '115050.811000', '115050.814000', '115050.891000', '115050.894000', '115050.897000', '115050.904000', '115050.907000', '115050.910000', '115050.912000', '115050.915000', '115050.918000', '115050.921000', '115050.923000', '115050.926000', '115050.929000', '115050.931000', '115050.934000', '115050.937000', '115050.939000', '115050.942000', '115050.944000', '115050.947000', '115050.950000', '115050.952000', '115050.955000', '115050.958000', '115050.960000', '115050.963000', '115050.966000', '115050.968000', '115050.971000', '115050.973000', '115050.976000', '115110.782000', '115110.784000', '115110.787000', '115110.790000', '115110.793000', '115110.795000', '115110.798000', '115110.801000', '115110.803000', '115110.806000', '115110.809000', '115110.811000', '115110.814000', '115110.842000', '115110.845000', '115110.848000', '115110.850000', '115110.853000', '115110.856000', '115110.858000', '115110.861000', '115110.864000', '115110.866000', '115110.869000', '115110.871000', '115110.874000', '115110.877000', '115110.879000', '115110.882000', '115110.885000', '115110.887000', '115110.890000', '115110.893000', '115110.895000', '115110.898000', '115110.901000', '115110.903000', '115110.906000', '115110.909000', '115110.911000', '115110.914000', '115110.917000', '115110.919000', '115130.781000', '115130.784000', '115130.787000', '115130.790000', '115130.792000', '115130.795000', '115130.797000', '115130.800000', '115130.803000', '115130.805000', '115130.808000', '115130.811000', '115130.813000', '115130.863000', '115130.866000', '115130.869000', '115130.871000', '115130.874000', '115130.876000', '115130.879000', '115130.882000', '115130.884000', '115130.887000', '115130.890000', '115130.892000', '115130.895000', '115130.897000', '115130.900000', '115130.903000', '115130.905000', '115130.908000', '115130.911000', '115130.913000', '115130.916000', '115130.919000', '115130.921000', '115130.924000', '115130.927000', '115130.929000', '115130.932000', '115130.934000', '115130.937000', '115130.940000', '115130.942000', '115150.781000', '115150.785000', '115150.787000', '115150.790000', '115150.793000', '115150.795000', '115150.798000', '115150.800000', '115150.803000', '115150.806000', '115150.808000', '115150.811000', '115150.814000', '115150.877000', '115150.880000', '115150.882000', '115150.885000', '115150.888000', '115150.906000', '115150.909000', '115150.911000', '115150.914000', '115150.917000', '115150.919000', '115150.922000', '115150.924000', '115150.928000', '115150.931000', '115150.934000', '115150.936000', '115150.939000', '115150.942000', '115150.944000', '115150.947000', '115150.950000', '115150.952000', '115150.955000', '115150.958000', '115150.960000', '115150.963000', '115150.966000', '115150.968000', '115150.971000', '115210.781000', '115210.784000', '115210.787000', '115210.790000', '115210.793000', '115210.795000', '115210.798000', '115210.801000', '115210.803000', '115210.806000', '115210.809000', '115210.811000', '115210.814000', '115210.859000', '115210.862000', '115210.865000', '115210.867000', '115210.870000', '115210.873000', '115210.875000', '115210.878000', '115210.880000', '115210.883000', '115210.886000', '115210.888000', '115210.891000', '115210.894000', '115210.896000', '115210.899000', '115210.902000', '115210.904000', '115210.907000', '115210.910000', '115210.912000', '115210.915000', '115210.917000', '115210.920000', '115210.923000', '115210.925000', '115210.928000', '115210.931000', '115210.933000', '115210.936000', '115210.938000', '115230.782000', '115230.784000', '115230.787000', '115230.790000', '115230.793000', '115230.795000', '115230.798000', '115230.800000', '115230.803000', '115230.806000', '115230.808000', '115230.811000', '115230.814000', '115230.864000', '115230.867000', '115230.870000', '115230.872000', '115230.875000', '115230.878000', '115230.880000', '115230.883000', '115230.886000', '115230.889000', '115230.891000', '115230.894000', '115230.897000', '115230.899000', '115230.902000', '115230.905000', '115230.907000', '115230.910000', '115230.913000', '115230.915000', '115230.918000', '115230.921000', '115230.923000', '115230.926000', '115230.929000', '115230.931000', '115230.934000', '115230.936000', '115230.939000', '115230.942000', '115234.599000', '115234.602000', '115234.605000', '115234.608000', '115234.610000', '115234.613000', '115234.616000', '115234.619000', '115234.621000'], 'InstanceCreationTime': ['114410.809000', '114410.812000', '114410.815000', '114410.817000', '114410.820000', '114410.823000', '114410.825000', '114410.828000', '114410.831000', '114410.833000', '114410.836000', '114410.839000', '114410.841000', '114410.853000', '114410.855000', '114410.858000', '114410.860000', '114410.863000', '114410.866000', '114410.868000', '114410.871000', '114410.874000', '114410.876000', '114410.879000', '114410.887000', '114410.890000', '114410.892000', '114410.895000', '114410.898000', '114410.900000', '114410.903000', '114410.905000', '114410.908000', '114410.911000', '114410.913000', '114410.916000', '114410.919000', '114410.921000', '114410.924000', '114410.927000', '114410.931000', '114410.934000', '114410.936000', '114410.940000', '114410.942000', '114410.945000', '114410.948000', '114410.950000', '114410.966000', '114410.968000', '114410.971000', '114410.974000', '114410.976000', '114410.979000', '114410.981000', '114410.984000', '114410.987000', '114410.989000', '114410.992000', '114410.995000', '114410.997000', '114430.781000', '114430.784000', '114430.787000', '114430.789000', '114430.792000', '114430.795000', '114430.797000', '114430.800000', '114430.802000', '114430.805000', '114430.808000', '114430.810000', '114430.813000', '114430.815000', '114430.818000', '114430.821000', '114430.824000', '114430.826000', '114430.829000', '114430.832000', '114430.834000', '114430.837000', '114430.839000', '114430.849000', '114430.851000', '114430.854000', '114430.857000', '114430.859000', '114430.862000', '114430.864000', '114430.867000', '114430.870000', '114430.872000', '114430.875000', '114430.878000', '114430.880000', '114430.883000', '114430.885000', '114430.888000', '114430.891000', '114430.893000', '114430.900000', '114430.903000', '114430.906000', '114450.781000', '114450.784000', '114450.787000', '114450.789000', '114450.792000', '114450.795000', '114450.797000', '114450.800000', '114450.803000', '114450.805000', '114450.808000', '114450.810000', '114450.813000', '114450.816000', '114450.818000', '114450.821000', '114450.824000', '114450.826000', '114450.829000', '114450.831000', '114450.834000', '114450.836000', '114450.839000', '114450.842000', '114450.844000', '114450.847000', '114450.850000', '114450.852000', '114450.855000', '114450.857000', '114450.860000', '114450.863000', '114450.865000', '114450.868000', '114450.870000', '114450.873000', '114450.876000', '114450.878000', '114450.881000', '114450.883000', '114450.886000', '114450.889000', '114450.891000', '114510.782000', '114510.785000', '114510.787000', '114510.790000', '114510.792000', '114510.795000', '114510.798000', '114510.800000', '114510.803000', '114510.806000', '114510.808000', '114510.811000', '114510.813000', '114510.816000', '114510.819000', '114510.821000', '114510.824000', '114510.827000', '114510.829000', '114510.832000', '114510.834000', '114510.837000', '114510.840000', '114510.842000', '114510.845000', '114510.848000', '114510.850000', '114510.853000', '114510.855000', '114510.858000', '114510.861000', '114510.863000', '114510.866000', '114510.868000', '114510.871000', '114510.874000', '114510.876000', '114510.879000', '114510.882000', '114510.884000', '114510.887000', '114510.889000', '114510.892000', '114510.895000', '114530.781000', '114530.784000', '114530.787000', '114530.790000', '114530.792000', '114530.795000', '114530.797000', '114530.800000', '114530.803000', '114530.805000', '114530.808000', '114530.811000', '114530.813000', '114530.858000', '114530.861000', '114530.864000', '114530.866000', '114530.869000', '114530.871000', '114530.874000', '114530.877000', '114530.879000', '114530.882000', '114530.885000', '114530.887000', '114530.890000', '114530.892000', '114530.895000', '114530.898000', '114530.900000', '114530.903000', '114530.906000', '114530.908000', '114530.911000', '114530.913000', '114530.916000', '114530.919000', '114530.921000', '114530.924000', '114530.926000', '114530.929000', '114530.931000', '114530.934000', '114550.781000', '114550.784000', '114550.787000', '114550.790000', '114550.792000', '114550.795000', '114550.798000', '114550.800000', '114550.803000', '114550.805000', '114550.808000', '114550.811000', '114550.814000', '114550.875000', '114550.878000', '114550.880000', '114550.883000', '114550.886000', '114550.888000', '114550.891000', '114550.894000', '114550.896000', '114550.899000', '114550.902000', '114550.904000', '114550.907000', '114550.910000', '114550.912000', '114550.915000', '114550.918000', '114550.920000', '114550.923000', '114550.925000', '114550.928000', '114550.931000', '114550.933000', '114550.936000', '114550.939000', '114550.941000', '114550.944000', '114550.947000', '114550.949000', '114550.952000', '114610.782000', '114610.784000', '114610.787000', '114610.790000', '114610.803000', '114610.806000', '114610.808000', '114610.811000', '114610.814000', '114610.816000', '114610.819000', '114610.821000', '114610.824000', '114610.827000', '114610.829000', '114610.832000', '114610.835000', '114610.837000', '114610.840000', '114610.846000', '114610.848000', '114610.851000', '114610.853000', '114610.856000', '114610.859000', '114610.861000', '114610.864000', '114610.867000', '114610.869000', '114610.872000', '114610.874000', '114610.877000', '114610.879000', '114610.882000', '114610.885000', '114610.887000', '114610.890000', '114610.892000', '114610.895000', '114610.898000', '114610.900000', '114610.903000', '114610.905000', '114610.908000', '114630.781000', '114630.784000', '114630.787000', '114630.790000', '114630.792000', '114630.795000', '114630.798000', '114630.800000', '114630.803000', '114630.805000', '114630.808000', '114630.811000', '114630.813000', '114630.816000', '114630.819000', '114630.822000', '114630.824000', '114630.827000', '114630.830000', '114630.832000', '114630.835000', '114630.837000', '114630.840000', '114630.843000', '114630.845000', '114630.848000', '114630.850000', '114630.853000', '114630.856000', '114630.858000', '114630.861000', '114630.864000', '114630.866000', '114630.869000', '114630.871000', '114630.874000', '114630.877000', '114630.879000', '114630.882000', '114630.884000', '114630.887000', '114630.890000', '114630.892000', '114630.895000', '114650.781000', '114650.784000', '114650.787000', '114650.790000', '114650.792000', '114650.795000', '114650.798000', '114650.800000', '114650.803000', '114650.805000', '114650.808000', '114650.810000', '114650.813000', '114650.858000', '114650.860000', '114650.863000', '114650.865000', '114650.868000', '114650.871000', '114650.873000', '114650.876000', '114650.879000', '114650.881000', '114650.884000', '114650.886000', '114650.889000', '114650.892000', '114650.894000', '114650.897000', '114650.899000', '114650.902000', '114650.905000', '114650.907000', '114650.910000', '114650.913000', '114650.915000', '114650.918000', '114650.920000', '114650.923000', '114650.926000', '114650.928000', '114650.931000', '114650.933000', '114710.782000', '114710.784000', '114710.787000', '114710.790000', '114710.792000', '114710.795000', '114710.798000', '114710.800000', '114710.803000', '114710.805000', '114710.808000', '114710.811000', '114710.814000', '114710.859000', '114710.862000', '114710.864000', '114710.867000', '114710.870000', '114710.872000', '114710.875000', '114710.878000', '114710.880000', '114710.883000', '114710.885000', '114710.888000', '114710.891000', '114710.893000', '114710.896000', '114710.898000', '114710.901000', '114710.904000', '114710.907000', '114710.909000', '114710.912000', '114710.914000', '114710.917000', '114710.920000', '114710.922000', '114710.925000', '114710.927000', '114710.930000', '114710.933000', '114710.935000', '114730.781000', '114730.785000', '114730.787000', '114730.790000', '114730.793000', '114730.795000', '114730.798000', '114730.800000', '114730.803000', '114730.806000', '114730.808000', '114730.811000', '114730.813000', '114730.892000', '114730.894000', '114730.897000', '114730.899000', '114730.902000', '114730.905000', '114730.907000', '114730.910000', '114730.912000', '114730.915000', '114730.918000', '114730.920000', '114730.923000', '114730.925000', '114730.928000', '114730.931000', '114730.933000', '114730.936000', '114730.939000', '114730.941000', '114730.944000', '114730.946000', '114730.949000', '114730.952000', '114730.954000', '114730.957000', '114730.959000', '114730.962000', '114730.965000', '114730.967000', '114730.970000', '114750.782000', '114750.784000', '114750.787000', '114750.790000', '114750.793000', '114750.795000', '114750.798000', '114750.801000', '114750.803000', '114750.806000', '114750.809000', '114750.812000', '114750.815000', '114750.899000', '114750.902000', '114750.905000', '114750.907000', '114750.910000', '114750.912000', '114750.915000', '114750.917000', '114750.920000', '114750.923000', '114750.925000', '114750.928000', '114750.931000', '114750.933000', '114750.936000', '114750.938000', '114750.941000', '114750.944000', '114750.946000', '114750.949000', '114750.952000', '114750.954000', '114750.957000', '114750.959000', '114750.962000', '114750.964000', '114750.967000', '114750.970000', '114750.972000', '114750.975000', '114810.781000', '114810.784000', '114810.787000', '114810.789000', '114810.792000', '114810.795000', '114810.797000', '114810.800000', '114810.803000', '114810.805000', '114810.808000', '114810.810000', '114810.813000', '114810.878000', '114810.880000', '114810.883000', '114810.886000', '114810.888000', '114810.891000', '114810.893000', '114810.896000', '114810.899000', '114810.902000', '114810.904000', '114810.907000', '114810.909000', '114810.912000', '114810.915000', '114810.917000', '114810.920000', '114810.922000', '114810.925000', '114810.928000', '114810.930000', '114810.933000', '114810.935000', '114810.938000', '114810.941000', '114810.943000', '114810.946000', '114810.949000', '114810.951000', '114810.954000', '114810.957000', '114830.782000', '114830.784000', '114830.787000', '114830.790000', '114830.793000', '114830.795000', '114830.798000', '114830.801000', '114830.803000', '114830.806000', '114830.809000', '114830.811000', '114830.815000', '114830.817000', '114830.820000', '114830.823000', '114830.825000', '114830.828000', '114830.831000', '114830.833000', '114830.836000', '114830.839000', '114830.841000', '114830.844000', '114830.847000', '114830.849000', '114830.852000', '114830.854000', '114830.858000', '114830.860000', '114830.863000', '114830.865000', '114830.868000', '114830.871000', '114830.874000', '114830.876000', '114830.879000', '114830.881000', '114830.884000', '114830.887000', '114830.889000', '114830.892000', '114830.895000', '114850.781000', '114850.784000', '114850.787000', '114850.790000', '114850.792000', '114850.795000', '114850.798000', '114850.800000', '114850.803000', '114850.806000', '114850.808000', '114850.811000', '114850.814000', '114850.816000', '114850.819000', '114850.822000', '114850.824000', '114850.827000', '114850.829000', '114850.832000', '114850.835000', '114850.837000', '114850.840000', '114850.843000', '114850.845000', '114850.848000', '114850.850000', '114850.853000', '114850.856000', '114850.858000', '114850.861000', '114850.864000', '114850.866000', '114850.869000', '114850.871000', '114850.874000', '114850.877000', '114850.879000', '114850.882000', '114850.885000', '114850.887000', '114850.890000', '114850.892000', '114850.895000', '114910.782000', '114910.785000', '114910.787000', '114910.790000', '114910.792000', '114910.795000', '114910.798000', '114910.800000', '114910.803000', '114910.806000', '114910.817000', '114910.843000', '114910.845000', '114910.849000', '114910.852000', '114910.855000', '114910.858000', '114910.860000', '114910.863000', '114910.865000', '114910.868000', '114910.871000', '114910.873000', '114910.876000', '114910.879000', '114910.881000', '114910.884000', '114910.887000', '114910.889000', '114910.892000', '114910.894000', '114910.897000', '114910.900000', '114910.902000', '114910.905000', '114910.908000', '114910.910000', '114910.921000', '114910.924000', '114910.926000', '114910.929000', '114910.932000', '114910.934000', '114930.782000', '114930.784000', '114930.787000', '114930.790000', '114930.792000', '114930.795000', '114930.798000', '114930.800000', '114930.803000', '114930.806000', '114930.808000', '114930.811000', '114930.813000', '114930.874000', '114930.876000', '114930.879000', '114930.882000', '114930.884000', '114930.887000', '114930.889000', '114930.892000', '114930.895000', '114930.897000', '114930.900000', '114930.903000', '114930.905000', '114930.908000', '114930.911000', '114930.913000', '114930.916000', '114930.919000', '114930.921000', '114930.924000', '114930.926000', '114930.929000', '114930.932000', '114930.934000', '114930.937000', '114930.940000', '114930.942000', '114930.945000', '114930.948000', '114930.950000', '114930.953000', '114950.781000', '114950.784000', '114950.787000', '114950.789000', '114950.792000', '114950.795000', '114950.798000', '114950.800000', '114950.803000', '114950.806000', '114950.808000', '114950.811000', '114950.814000', '114950.816000', '114950.819000', '114950.821000', '114950.824000', '114950.827000', '114950.831000', '114950.834000', '114950.836000', '114950.839000', '114950.842000', '114950.844000', '114950.847000', '114950.850000', '114950.852000', '114950.855000', '114950.858000', '114950.860000', '114950.863000', '114950.865000', '114950.868000', '114950.871000', '114950.873000', '114950.876000', '114950.879000', '114950.881000', '114950.884000', '114950.886000', '114950.889000', '114950.892000', '114950.894000', '115010.782000', '115010.785000', '115010.788000', '115010.790000', '115010.793000', '115010.796000', '115010.798000', '115010.801000', '115010.803000', '115010.806000', '115010.809000', '115010.811000', '115010.814000', '115010.871000', '115010.874000', '115010.876000', '115010.879000', '115010.882000', '115010.884000', '115010.887000', '115010.889000', '115010.892000', '115010.895000', '115010.897000', '115010.900000', '115010.903000', '115010.905000', '115010.908000', '115010.910000', '115010.913000', '115010.916000', '115010.918000', '115010.921000', '115010.924000', '115010.926000', '115010.929000', '115010.931000', '115010.934000', '115010.937000', '115010.940000', '115010.942000', '115010.945000', '115010.947000', '115010.950000', '115030.781000', '115030.784000', '115030.787000', '115030.790000', '115030.792000', '115030.795000', '115030.798000', '115030.800000', '115030.803000', '115030.805000', '115030.808000', '115030.811000', '115030.813000', '115030.861000', '115030.864000', '115030.866000', '115030.869000', '115030.872000', '115030.874000', '115030.877000', '115030.880000', '115030.894000', '115030.897000', '115030.900000', '115030.902000', '115030.905000', '115030.908000', '115030.910000', '115030.913000', '115030.916000', '115030.918000', '115030.921000', '115030.923000', '115030.926000', '115030.929000', '115030.932000', '115030.934000', '115030.937000', '115030.939000', '115030.942000', '115030.945000', '115030.948000', '115030.950000', '115050.782000', '115050.784000', '115050.787000', '115050.790000', '115050.792000', '115050.795000', '115050.798000', '115050.800000', '115050.803000', '115050.806000', '115050.808000', '115050.811000', '115050.814000', '115050.891000', '115050.894000', '115050.897000', '115050.904000', '115050.907000', '115050.910000', '115050.912000', '115050.915000', '115050.918000', '115050.921000', '115050.923000', '115050.926000', '115050.929000', '115050.931000', '115050.934000', '115050.937000', '115050.939000', '115050.942000', '115050.944000', '115050.947000', '115050.950000', '115050.952000', '115050.955000', '115050.958000', '115050.960000', '115050.963000', '115050.966000', '115050.968000', '115050.971000', '115050.973000', '115050.976000', '115110.782000', '115110.784000', '115110.787000', '115110.790000', '115110.793000', '115110.795000', '115110.798000', '115110.801000', '115110.803000', '115110.806000', '115110.809000', '115110.811000', '115110.814000', '115110.842000', '115110.845000', '115110.848000', '115110.850000', '115110.853000', '115110.856000', '115110.858000', '115110.861000', '115110.864000', '115110.866000', '115110.869000', '115110.871000', '115110.874000', '115110.877000', '115110.879000', '115110.882000', '115110.885000', '115110.887000', '115110.890000', '115110.893000', '115110.895000', '115110.898000', '115110.901000', '115110.903000', '115110.906000', '115110.909000', '115110.911000', '115110.914000', '115110.917000', '115110.919000', '115130.781000', '115130.784000', '115130.787000', '115130.790000', '115130.792000', '115130.795000', '115130.797000', '115130.800000', '115130.803000', '115130.805000', '115130.808000', '115130.811000', '115130.813000', '115130.863000', '115130.866000', '115130.869000', '115130.871000', '115130.874000', '115130.876000', '115130.879000', '115130.882000', '115130.884000', '115130.887000', '115130.890000', '115130.892000', '115130.895000', '115130.897000', '115130.900000', '115130.903000', '115130.905000', '115130.908000', '115130.911000', '115130.913000', '115130.916000', '115130.919000', '115130.921000', '115130.924000', '115130.927000', '115130.929000', '115130.932000', '115130.934000', '115130.937000', '115130.940000', '115130.942000', '115150.781000', '115150.785000', '115150.787000', '115150.790000', '115150.793000', '115150.795000', '115150.798000', '115150.800000', '115150.803000', '115150.806000', '115150.808000', '115150.811000', '115150.814000', '115150.877000', '115150.880000', '115150.882000', '115150.885000', '115150.888000', '115150.906000', '115150.909000', '115150.911000', '115150.914000', '115150.917000', '115150.919000', '115150.922000', '115150.924000', '115150.928000', '115150.931000', '115150.934000', '115150.936000', '115150.939000', '115150.942000', '115150.944000', '115150.947000', '115150.950000', '115150.952000', '115150.955000', '115150.958000', '115150.960000', '115150.963000', '115150.966000', '115150.968000', '115150.971000', '115210.781000', '115210.784000', '115210.787000', '115210.790000', '115210.793000', '115210.795000', '115210.798000', '115210.801000', '115210.803000', '115210.806000', '115210.809000', '115210.811000', '115210.814000', '115210.859000', '115210.862000', '115210.865000', '115210.867000', '115210.870000', '115210.873000', '115210.875000', '115210.878000', '115210.880000', '115210.883000', '115210.886000', '115210.888000', '115210.891000', '115210.894000', '115210.896000', '115210.899000', '115210.902000', '115210.904000', '115210.907000', '115210.910000', '115210.912000', '115210.915000', '115210.917000', '115210.920000', '115210.923000', '115210.925000', '115210.928000', '115210.931000', '115210.933000', '115210.936000', '115210.938000', '115230.782000', '115230.784000', '115230.787000', '115230.790000', '115230.793000', '115230.795000', '115230.798000', '115230.800000', '115230.803000', '115230.806000', '115230.808000', '115230.811000', '115230.814000', '115230.864000', '115230.867000', '115230.870000', '115230.872000', '115230.875000', '115230.878000', '115230.880000', '115230.883000', '115230.886000', '115230.889000', '115230.891000', '115230.894000', '115230.897000', '115230.899000', '115230.902000', '115230.905000', '115230.907000', '115230.910000', '115230.913000', '115230.915000', '115230.918000', '115230.921000', '115230.923000', '115230.926000', '115230.929000', '115230.931000', '115230.934000', '115230.936000', '115230.939000', '115230.942000', '115234.599000', '115234.602000', '115234.605000', '115234.608000', '115234.610000', '115234.613000', '115234.616000', '115234.619000', '115234.621000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [13696, 9604, 13309, 9597, 13236, 8536, 11264, 13928, 10531, 13599, 10322, 12916, 9628, 10136, 13697, 9081, 13305, 8613, 10997, 13683, 9249, 12019, 8853, 12079, 8400, 9976, 13908, 9640, 13718, 8856, 11716, 13989, 9909, 12526, 9099, 10142, 13933, 10326, 13500, 9118, 11819, 14615, 11773, 14080, 9034, 12276, 8807, 11025, 13712, 11793, 14080, 9659, 12535, 14005, 9214, 13740, 11747, 10137, 13938, 9385, 11719, 14168, 10138, 13041, 12633, 10304, 13958, 9651, 12052, 14044, 9981, 12523, 10142, 9394, 13066, 8112, 9989, 12387, 8101, 10199, 11802, 8851, 10872, 7989, 9654, 11617, 8543, 11075, 8025, 9761, 11346, 8074, 9606, 11915, 8531, 10939, 12560, 8644, 11273, 12583, 8721, 11116, 7853, 8904, 11396, 7926, 11194, 11359, 8107, 10794, 11502, 8411, 11280, 9846, 8221, 11569, 7933, 9674, 12169, 8111, 11503, 11124, 8887, 11780, 8144, 9667, 13239, 8643, 11068, 12127, 8977, 10767, 13468, 8782, 11712, 14121, 8753, 12089, 7989, 9351, 12377, 8168, 11160, 11650, 8034, 10593, 11677, 8631, 10864, 8284, 9028, 14326, 8299, 9504, 13762, 8918, 11936, 14394, 9608, 12479, 9847, 9267, 13069, 8170, 10952, 12703, 8480, 10804, 8963, 9314, 13835, 9072, 11494, 16429, 9321, 12745, 12759, 9631, 13814, 9333, 10428, 12372, 8724, 10701, 9169, 8131, 11929, 8074, 9488, 13501, 8960, 13027, 11453, 9188, 12974, 8578, 12181, 11970, 10130, 13373, 8659, 12365, 12676, 9431, 12367, 8360, 10862, 8379, 8829, 12910, 10439, 9654, 13443, 8885, 10849, 13303, 8623, 10857, 8050, 9055, 10791, 7936, 10470, 12391, 8302, 9784, 7995, 8715, 12087, 8138, 9766, 13506, 8846, 12043, 12459, 9085, 13064, 8108, 10210, 13049, 8451, 10004, 8481, 8672, 9892, 7858, 9194, 8195, 9516, 7952, 8217, 9260, 8237, 11360, 13774, 8585, 10432, 10993, 9771, 12243, 8521, 11278, 13461, 9394, 11931, 10357, 9938, 13213, 8870, 12865, 12268, 9994, 13203, 8973, 12774, 12492, 11173, 13383, 9108, 11331, 14595, 10590, 12591, 8190, 10362, 13375, 9076, 12194, 12032, 9033, 12489, 8105, 9793, 13258, 8745, 10213, 8100, 8963, 12271, 8044, 10330, 7850, 8871, 10381, 8055, 10201, 7971, 8874, 10884, 8032, 10607, 8061, 10079, 12681, 8816, 11971, 8302, 12304, 9793, 8865, 13003, 8895, 12746, 8186, 10940, 13048, 9783, 11878, 9362, 10042, 12678, 8846, 11341, 8092, 9508, 12954, 8930, 11291, 8339, 10222, 11506, 8782, 11711, 8128, 10778, 9447, 9342, 12104, 8162, 9830, 8202, 8812, 11253, 8054, 10179, 7951, 9003, 11415, 8530, 10251, 8047, 9806, 11605, 8784, 10375, 8308, 10085, 11498, 8824, 10562, 8096, 9965, 12698, 8671, 11555, 7979, 9830, 12217, 9068, 11754, 7930, 11616, 12690, 9212, 11649, 8795, 9141, 12405, 8590, 10158, 8694, 9063, 10258, 8151, 9034, 8183, 8687, 10464, 8179, 9335, 10964, 8609, 10954, 8087, 8925, 10477, 8371, 9651, 8266, 8469, 10017, 8177, 9705, 11150, 8308, 9605, 7600, 9087, 9704, 8175, 8850, 9864, 8149, 9518, 12048, 8311, 10285, 9340, 8869, 10599, 8009, 9978, 11963, 8412, 9376, 7786, 9071, 12290, 8474, 9886, 13189, 9100, 12030, 7963, 9057, 12771, 9058, 12540, 12802, 10476, 12708, 9588, 9108, 12342, 8426, 8888, 12293, 8161, 9078, 13673, 8194, 9381, 9354, 8793, 9699, 8003, 9142, 9526, 8265, 9268, 8155, 8919, 9065, 8381, 9298, 12686, 8899, 11087, 8035, 8864, 7956, 9507, 8668, 9570, 8866, 8395, 10382, 14327, 11583, 12637, 8759, 10080, 13271, 10076, 11003, 9033, 11251, 12834, 8986, 11074, 8257, 11105, 11668, 10050, 12921, 8936, 11672, 8218, 10465, 11146, 9619, 12884, 9113, 11946, 8655, 10691, 10825, 9493, 12626, 9024, 13947, 8705, 9910, 13242, 9617, 11824, 8483, 10485, 8553, 9002, 13261, 10384, 13669, 8777, 9079, 9540, 10990, 8809, 10496, 12087, 8649, 10546, 7502, 9148, 7607, 9943, 8483, 7862, 10595, 8702, 12211, 9899, 16719, 10651, 13453, 11451, 14717, 12170, 11096, 10196, 10408, 13024, 15774, 10449, 12105, 12629, 8903, 11694, 8313, 10491, 9867, 9408, 10915, 8074, 10213, 7650, 9504, 10703, 8472, 9876, 7677, 8976, 10422, 7947, 9476, 7615, 9266, 7624, 8439, 10367, 7709, 10235, 7801, 9251, 7589, 8702, 11191, 7922, 11404, 8519, 10417, 9498, 9186, 12157, 9042, 11681, 13056, 9956, 12556, 9213, 11986, 17301, 10261, 12341, 9403, 11178, 14009, 9787, 11872, 9076, 10019, 12762, 9327, 11591, 11449, 9601, 12315, 8914, 11545, 11509, 9389, 12865, 9521, 12428, 10365, 9683, 12418, 8910, 11460, 13652, 9824, 12125, 8395, 9817, 12530, 9224, 11527, 10679, 9449, 12717, 8887, 11999, 13570, 9916, 12173, 8166, 10294, 12800, 9151, 11425, 7929, 9790, 11710, 8632, 11283, 7554, 9285, 11136, 8462, 11452, 8471, 11045, 11935, 8811, 10848, 8953, 11423, 7759, 11016, 14339, 9702, 11798, 10628, 9552, 12864, 8565, 11036, 12753, 9363, 11887, 8405, 11482, 13180, 9255, 13976, 8383, 10591, 14080, 10096, 12012, 8066, 10812, 11699, 8767, 12770, 8952, 12611, 10598, 9392, 12948, 9140, 12369, 13602, 9883, 12067, 8455, 10956, 12646, 9390, 12101, 11332, 9150, 13102, 8769, 11305, 9880, 8598, 11755, 8067, 10583, 8843, 8673, 12054, 8065, 10864, 8692, 8795, 12296, 8704, 12154, 8184, 10503, 12839, 8965, 11555, 8141, 11173, 9734, 9188, 12581, 8971, 12502, 8324, 10423, 13239, 9299, 12141, 8742, 12128, 11292, 9247, 12527, 8974, 12688, 9899, 9995, 13211, 9571, 12552, 11410, 9978, 13358, 8818, 12634, 11351, 10147, 13557, 9736, 13082, 13487, 9403, 12479, 9054, 9279, 12830, 8654, 11096, 10989, 8387, 11382, 8002, 9595, 10438, 7945, 10546, 8075, 9249, 11035, 8176, 11490, 8247, 9763, 12461, 8375, 12183, 8525, 10073, 13129, 8822, 11949, 8945, 9679, 13211, 10030, 12609, 9297, 9113, 12042, 8340, 10684, 10541, 8572, 12555, 8162, 10528, 13062, 8987, 11312, 7835, 10600, 13185, 9869, 12216, 8448, 11578, 13245, 9050, 11767, 9582, 9409, 13614, 8677, 11998, 12231, 9513, 13603, 9936, 11933, 14779, 9690, 11356, 13587, 9126, 11480, 8051, 9705, 12862, 8285, 10611, 12283, 8504, 10621, 12006, 8967, 11074, 8883, 8747, 11188, 8131, 9723, 10746, 8184, 9712, 8057, 8752, 12527, 8513, 11092, 12959, 8734, 11605, 10984, 9057, 13186, 8922, 11661, 13337, 9306, 12232, 13614, 9228, 11671, 13774, 9002, 10984, 8993, 8352, 11049, 7639, 8197, 10962, 7952, 9885, 10846, 7763, 10549, 9422, 8212, 10540, 8006, 9432, 9558, 8191, 12320, 8357, 10755, 12897, 9373, 12438, 8626, 9708, 13202, 9386, 12937, 12336, 10422, 13164, 9175, 10575, 13458, 8908, 12117, 13612, 9601, 12380, 9243, 8873, 12006, 8233, 8964, 10993, 7911, 9672, 11338, 8278, 10040, 7940, 8127, 10949, 7787, 9994, 11498, 8114, 10760, 7699, 8933, 11213, 8092, 10802, 8910, 8932, 12506, 8138, 11171, 13540, 9780, 12415, 8344, 10626, 13865, 9872, 12665, 8531, 10905, 12693, 9906, 12453, 8880, 12481, 10470, 10095, 13777, 9738, 13234, 12336, 9468, 13706, 9664, 12897, 8372, 9882, 11701, 8734, 10999, 8129, 10700, 13596, 10306, 13165, 9446, 12403, 14026, 9654, 12390, 9628, 11551, 13256, 10786, 13017, 8761, 10419, 14632, 9591, 13384, 8981, 10147, 12686, 8684, 11190, 8059, 9107, 10906, 8550, 10657, 7900, 10189, 12907, 9744, 11982, 8294, 11265, 11848, 9441, 12020, 9025, 12377, 10771, 9567, 12977, 9551, 12721, 8418, 10009, 13096, 9559, 12415, 8245, 11468, 12786, 9151, 12136, 8606, 11729, 12398, 9489, 12672, 9525, 12600, 8417, 10479, 13375, 10301, 13126, 8989, 11108, 12968, 9943, 12833, 8825, 12563, 11716, 10671, 13981, 10771, 13376, 9069, 10393, 13503, 10660, 12964, 8221, 10949, 13375, 8956, 12141, 8445, 11667, 7930, 9588, 8838, 9623, 8065, 11221, 13464, 9791, 12947, 13068, 9804, 13147, 9592, 13023, 8406, 13138, 11928, 10226, 13059, 10032, 13420, 8465, 11137, 13864, 9332, 12769, 8719, 12071, 12082, 8946, 12956, 9243, 11629, 8190, 10251, 12234, 8455, 12160, 10331, 10126, 13053, 9628, 12293, 8642, 11407, 13167, 9946, 12762, 9288, 11777, 12367, 9485, 11825, 8921, 12321, 8762, 12770, 10675, 9602, 11952, 9059, 12786, 8844, 13587, 10793, 13055, 8258, 10088, 8287, 10159], 'WindowCenter': [4343.0, 4310.0, 4328.0, 4294.0, 4313.0, 4269.0, 4291.0, 4298.0, 4279.0, 4300.0, 4277.0, 4299.0, 4267.0, 4279.0, 4299.0, 4281.0, 4299.0, 4256.0, 4289.0, 4296.0, 4269.0, 4299.0, 4268.0, 4301.0, 4256.0, 4279.0, 4299.0, 4278.0, 4299.0, 4255.0, 4289.0, 4295.0, 4266.0, 4288.0, 4267.0, 4278.0, 4297.0, 4277.0, 4286.0, 4254.0, 4288.0, 4296.0, 4275.0, 4284.0, 4279.0, 4286.0, 4268.0, 4291.0, 4286.0, 4276.0, 4283.0, 4264.0, 4287.0, 4282.0, 4255.0, 4285.0, 4261.0, 4264.0, 4270.0, 4239.0, 4274.0, 4271.0, 4251.0, 4274.0, 4269.0, 4252.0, 4269.0, 4238.0, 4260.0, 4268.0, 4249.0, 4259.0, 4236.0, 4238.0, 4257.0, 4216.0, 4251.0, 4258.0, 4230.0, 4261.0, 4257.0, 4252.0, 4261.0, 4227.0, 4250.0, 4259.0, 4239.0, 4261.0, 4229.0, 4263.0, 4274.0, 4231.0, 4264.0, 4274.0, 4243.0, 4274.0, 4272.0, 4252.0, 4275.0, 4272.0, 4256.0, 4277.0, 4242.0, 4255.0, 4274.0, 4255.0, 4290.0, 4276.0, 4258.0, 4290.0, 4275.0, 4257.0, 4289.0, 4265.0, 4258.0, 4290.0, 4257.0, 4279.0, 4286.0, 4259.0, 4301.0, 4288.0, 4281.0, 4302.0, 4257.0, 4279.0, 4288.0, 4256.0, 4289.0, 4288.0, 4267.0, 4288.0, 4286.0, 4267.0, 4290.0, 4286.0, 4269.0, 4289.0, 4245.0, 4268.0, 4285.0, 4255.0, 4289.0, 4276.0, 4257.0, 4291.0, 4276.0, 4258.0, 4278.0, 4255.0, 4269.0, 4310.0, 4258.0, 4268.0, 4285.0, 4267.0, 4289.0, 4285.0, 4267.0, 4287.0, 4264.0, 4266.0, 4285.0, 4256.0, 4289.0, 4286.0, 4269.0, 4290.0, 4266.0, 4268.0, 4297.0, 4267.0, 4289.0, 4297.0, 4266.0, 4288.0, 4285.0, 4266.0, 4286.0, 4254.0, 4276.0, 4274.0, 4254.0, 4277.0, 4254.0, 4256.0, 4287.0, 4245.0, 4279.0, 4287.0, 4267.0, 4298.0, 4274.0, 4280.0, 4300.0, 4272.0, 4276.0, 4273.0, 4291.0, 4287.0, 4270.0, 4302.0, 4286.0, 4266.0, 4287.0, 4242.0, 4276.0, 4243.0, 4255.0, 4288.0, 4263.0, 4265.0, 4272.0, 4253.0, 4277.0, 4272.0, 4243.0, 4263.0, 4230.0, 4254.0, 4261.0, 4242.0, 4277.0, 4275.0, 4244.0, 4266.0, 4243.0, 4243.0, 4271.0, 4243.0, 4266.0, 4272.0, 4253.0, 4276.0, 4273.0, 4254.0, 4273.0, 4231.0, 4264.0, 4271.0, 4243.0, 4264.0, 4242.0, 4254.0, 4264.0, 4255.0, 4265.0, 4271.0, 4294.0, 4271.0, 4283.0, 4282.0, 4285.0, 4318.0, 4314.0, 4281.0, 4294.0, 4290.0, 4281.0, 4301.0, 4268.0, 4292.0, 4300.0, 4279.0, 4290.0, 4276.0, 4278.0, 4287.0, 4268.0, 4300.0, 4286.0, 4278.0, 4288.0, 4267.0, 4300.0, 4275.0, 4277.0, 4285.0, 4254.0, 4276.0, 4284.0, 4264.0, 4274.0, 4241.0, 4264.0, 4272.0, 4253.0, 4275.0, 4261.0, 4252.0, 4272.0, 4233.0, 4264.0, 4272.0, 4254.0, 4264.0, 4231.0, 4253.0, 4270.0, 4242.0, 4264.0, 4243.0, 4255.0, 4263.0, 4244.0, 4265.0, 4242.0, 4268.0, 4276.0, 4245.0, 4276.0, 4245.0, 4279.0, 4286.0, 4267.0, 4287.0, 4246.0, 4288.0, 4264.0, 4267.0, 4287.0, 4255.0, 4288.0, 4245.0, 4278.0, 4285.0, 4265.0, 4275.0, 4253.0, 4266.0, 4273.0, 4254.0, 4275.0, 4243.0, 4267.0, 4286.0, 4255.0, 4274.0, 4245.0, 4278.0, 4273.0, 4255.0, 4275.0, 4245.0, 4275.0, 4254.0, 4255.0, 4272.0, 4244.0, 4268.0, 4242.0, 4255.0, 4263.0, 4244.0, 4265.0, 4256.0, 4269.0, 4276.0, 4258.0, 4267.0, 4245.0, 4279.0, 4287.0, 4269.0, 4277.0, 4256.0, 4279.0, 4275.0, 4268.0, 4276.0, 4245.0, 4278.0, 4285.0, 4256.0, 4276.0, 4245.0, 4277.0, 4285.0, 4266.0, 4276.0, 4244.0, 4277.0, 4273.0, 4254.0, 4275.0, 4242.0, 4254.0, 4272.0, 4255.0, 4265.0, 4241.0, 4255.0, 4263.0, 4243.0, 4256.0, 4243.0, 4256.0, 4276.0, 4256.0, 4268.0, 4276.0, 4258.0, 4279.0, 4245.0, 4268.0, 4277.0, 4257.0, 4268.0, 4256.0, 4258.0, 4278.0, 4256.0, 4280.0, 4277.0, 4257.0, 4279.0, 4246.0, 4269.0, 4279.0, 4268.0, 4270.0, 4279.0, 4258.0, 4280.0, 4286.0, 4269.0, 4280.0, 4266.0, 4267.0, 4276.0, 4244.0, 4277.0, 4275.0, 4255.0, 4266.0, 4244.0, 4267.0, 4286.0, 4255.0, 4278.0, 4285.0, 4255.0, 4285.0, 4243.0, 4267.0, 4284.0, 4255.0, 4287.0, 4273.0, 4264.0, 4274.0, 4252.0, 4253.0, 4272.0, 4230.0, 4242.0, 4259.0, 4240.0, 4252.0, 4269.0, 4241.0, 4253.0, 4239.0, 4241.0, 4251.0, 4241.0, 4265.0, 4253.0, 4244.0, 4255.0, 4244.0, 4267.0, 4254.0, 4257.0, 4269.0, 4297.0, 4282.0, 4289.0, 4258.0, 4281.0, 4272.0, 4281.0, 4282.0, 4304.0, 4295.0, 4285.0, 4319.0, 4327.0, 4291.0, 4288.0, 4253.0, 4278.0, 4286.0, 4265.0, 4274.0, 4240.0, 4273.0, 4270.0, 4251.0, 4261.0, 4242.0, 4274.0, 4259.0, 4251.0, 4269.0, 4251.0, 4270.0, 4241.0, 4274.0, 4260.0, 4262.0, 4270.0, 4252.0, 4274.0, 4253.0, 4275.0, 4262.0, 4264.0, 4272.0, 4265.0, 4295.0, 4252.0, 4265.0, 4284.0, 4263.0, 4273.0, 4252.0, 4275.0, 4252.0, 4267.0, 4300.0, 4280.0, 4286.0, 4257.0, 4267.0, 4279.0, 4289.0, 4266.0, 4304.0, 4330.0, 4296.0, 4309.0, 4237.0, 4269.0, 4245.0, 4264.0, 4269.0, 4259.0, 4280.0, 4270.0, 4318.0, 4299.0, 4288.0, 4212.0, 4232.0, 4237.0, 4234.0, 4235.0, 4223.0, 4254.0, 4241.0, 4246.0, 4232.0, 4199.0, 4207.0, 4204.0, 4188.0, 4207.0, 4188.0, 4209.0, 4195.0, 4198.0, 4208.0, 4187.0, 4222.0, 4189.0, 4212.0, 4221.0, 4215.0, 4237.0, 4204.0, 4225.0, 4233.0, 4217.0, 4238.0, 4218.0, 4253.0, 4231.0, 4244.0, 4254.0, 4262.0, 4280.0, 4260.0, 4271.0, 4248.0, 4273.0, 4291.0, 4261.0, 4305.0, 4260.0, 4292.0, 4280.0, 4283.0, 4291.0, 4270.0, 4292.0, 4288.0, 4281.0, 4289.0, 4256.0, 4279.0, 4296.0, 4267.0, 4277.0, 4257.0, 4276.0, 4272.0, 4254.0, 4275.0, 4243.0, 4265.0, 4273.0, 4252.0, 4274.0, 4262.0, 4254.0, 4274.0, 4256.0, 4276.0, 4263.0, 4254.0, 4274.0, 4252.0, 4275.0, 4251.0, 4254.0, 4273.0, 4243.0, 4277.0, 4274.0, 4265.0, 4275.0, 4231.0, 4266.0, 4272.0, 4256.0, 4275.0, 4251.0, 4253.0, 4272.0, 4242.0, 4275.0, 4271.0, 4254.0, 4276.0, 4231.0, 4265.0, 4274.0, 4254.0, 4263.0, 4231.0, 4266.0, 4262.0, 4255.0, 4278.0, 4261.0, 4272.0, 4241.0, 4223.0, 4228.0, 4221.0, 4279.0, 4332.0, 4274.0, 4292.0, 4283.0, 4290.0, 4249.0, 4279.0, 4283.0, 4254.0, 4277.0, 4264.0, 4267.0, 4286.0, 4258.0, 4281.0, 4287.0, 4265.0, 4276.0, 4231.0, 4263.0, 4272.0, 4254.0, 4284.0, 4242.0, 4278.0, 4286.0, 4265.0, 4273.0, 4233.0, 4265.0, 4262.0, 4243.0, 4272.0, 4243.0, 4276.0, 4262.0, 4256.0, 4275.0, 4253.0, 4274.0, 4273.0, 4252.0, 4261.0, 4230.0, 4264.0, 4260.0, 4241.0, 4273.0, 4259.0, 4253.0, 4271.0, 4241.0, 4262.0, 4250.0, 4240.0, 4263.0, 4232.0, 4265.0, 4242.0, 4254.0, 4275.0, 4245.0, 4277.0, 4256.0, 4259.0, 4289.0, 4269.0, 4288.0, 4256.0, 4281.0, 4289.0, 4270.0, 4276.0, 4259.0, 4291.0, 4279.0, 4270.0, 4289.0, 4267.0, 4301.0, 4270.0, 4289.0, 4289.0, 4270.0, 4291.0, 4257.0, 4289.0, 4276.0, 4266.0, 4288.0, 4256.0, 4287.0, 4265.0, 4269.0, 4285.0, 4266.0, 4288.0, 4273.0, 4264.0, 4272.0, 4253.0, 4275.0, 4262.0, 4264.0, 4275.0, 4250.0, 4273.0, 4271.0, 4242.0, 4272.0, 4239.0, 4241.0, 4260.0, 4240.0, 4262.0, 4249.0, 4242.0, 4261.0, 4231.0, 4267.0, 4262.0, 4244.0, 4265.0, 4243.0, 4266.0, 4275.0, 4245.0, 4276.0, 4245.0, 4277.0, 4288.0, 4257.0, 4288.0, 4256.0, 4268.0, 4285.0, 4255.0, 4288.0, 4256.0, 4269.0, 4286.0, 4265.0, 4288.0, 4253.0, 4256.0, 4286.0, 4244.0, 4277.0, 4265.0, 4257.0, 4287.0, 4256.0, 4279.0, 4286.0, 4269.0, 4276.0, 4244.0, 4278.0, 4286.0, 4266.0, 4276.0, 4244.0, 4276.0, 4273.0, 4254.0, 4276.0, 4254.0, 4265.0, 4284.0, 4256.0, 4288.0, 4274.0, 4254.0, 4285.0, 4251.0, 4263.0, 4270.0, 4239.0, 4261.0, 4270.0, 4239.0, 4261.0, 4217.0, 4250.0, 4258.0, 4227.0, 4251.0, 4260.0, 4228.0, 4250.0, 4257.0, 4239.0, 4261.0, 4228.0, 4240.0, 4260.0, 4229.0, 4252.0, 4250.0, 4242.0, 4253.0, 4231.0, 4245.0, 4274.0, 4242.0, 4265.0, 4273.0, 4243.0, 4275.0, 4261.0, 4254.0, 4273.0, 4243.0, 4264.0, 4270.0, 4241.0, 4273.0, 4270.0, 4240.0, 4262.0, 4258.0, 4240.0, 4250.0, 4227.0, 4232.0, 4262.0, 4220.0, 4244.0, 4264.0, 4242.0, 4266.0, 4263.0, 4245.0, 4278.0, 4254.0, 4257.0, 4277.0, 4245.0, 4269.0, 4267.0, 4257.0, 4298.0, 4256.0, 4290.0, 4288.0, 4269.0, 4287.0, 4255.0, 4268.0, 4286.0, 4266.0, 4288.0, 4276.0, 4265.0, 4286.0, 4253.0, 4266.0, 4284.0, 4254.0, 4274.0, 4274.0, 4253.0, 4273.0, 4239.0, 4253.0, 4274.0, 4230.0, 4242.0, 4261.0, 4231.0, 4253.0, 4262.0, 4241.0, 4265.0, 4242.0, 4245.0, 4274.0, 4243.0, 4277.0, 4276.0, 4256.0, 4278.0, 4245.0, 4269.0, 4288.0, 4258.0, 4289.0, 4266.0, 4268.0, 4287.0, 4256.0, 4289.0, 4286.0, 4267.0, 4288.0, 4256.0, 4278.0, 4286.0, 4267.0, 4286.0, 4256.0, 4277.0, 4285.0, 4267.0, 4287.0, 4255.0, 4287.0, 4264.0, 4276.0, 4284.0, 4253.0, 4286.0, 4273.0, 4269.0, 4285.0, 4264.0, 4284.0, 4241.0, 4265.0, 4273.0, 4254.0, 4275.0, 4243.0, 4277.0, 4283.0, 4265.0, 4284.0, 4253.0, 4284.0, 4280.0, 4253.0, 4273.0, 4250.0, 4262.0, 4271.0, 4260.0, 4270.0, 4227.0, 4251.0, 4268.0, 4249.0, 4271.0, 4238.0, 4249.0, 4257.0, 4238.0, 4261.0, 4229.0, 4252.0, 4260.0, 4243.0, 4262.0, 4230.0, 4264.0, 4272.0, 4252.0, 4271.0, 4242.0, 4275.0, 4273.0, 4255.0, 4273.0, 4254.0, 4274.0, 4261.0, 4266.0, 4283.0, 4254.0, 4274.0, 4241.0, 4265.0, 4283.0, 4263.0, 4285.0, 4242.0, 4275.0, 4274.0, 4265.0, 4274.0, 4255.0, 4275.0, 4274.0, 4266.0, 4284.0, 4255.0, 4286.0, 4243.0, 4276.0, 4283.0, 4265.0, 4285.0, 4254.0, 4276.0, 4273.0, 4264.0, 4273.0, 4253.0, 4286.0, 4273.0, 4266.0, 4283.0, 4262.0, 4283.0, 4251.0, 4264.0, 4272.0, 4262.0, 4272.0, 4243.0, 4276.0, 4284.0, 4266.0, 4274.0, 4242.0, 4277.0, 4243.0, 4267.0, 4255.0, 4266.0, 4256.0, 4290.0, 4288.0, 4256.0, 4274.0, 4270.0, 4252.0, 4271.0, 4252.0, 4271.0, 4242.0, 4287.0, 4260.0, 4264.0, 4272.0, 4250.0, 4270.0, 4229.0, 4262.0, 4269.0, 4251.0, 4272.0, 4240.0, 4273.0, 4260.0, 4254.0, 4273.0, 4252.0, 4273.0, 4242.0, 4265.0, 4273.0, 4243.0, 4286.0, 4263.0, 4265.0, 4284.0, 4266.0, 4275.0, 4253.0, 4275.0, 4273.0, 4265.0, 4274.0, 4255.0, 4276.0, 4274.0, 4264.0, 4273.0, 4255.0, 4274.0, 4255.0, 4286.0, 4266.0, 4268.0, 4287.0, 4268.0, 4286.0, 4270.0, 4313.0, 4279.0, 4303.0, 4315.0, 4336.0, 4296.0, 4302.0], 'WindowWidth': [9594.0, 9543.0, 9560.0, 9506.0, 9530.0, 9465.0, 9497.0, 9502.0, 9478.0, 9509.0, 9472.0, 9503.0, 9456.0, 9478.0, 9503.0, 9483.0, 9506.0, 9442.0, 9491.0, 9495.0, 9464.0, 9505.0, 9461.0, 9509.0, 9442.0, 9478.0, 9504.0, 9474.0, 9502.0, 9438.0, 9489.0, 9492.0, 9455.0, 9488.0, 9458.0, 9474.0, 9496.0, 9471.0, 9481.0, 9437.0, 9489.0, 9498.0, 9466.0, 9474.0, 9479.0, 9481.0, 9463.0, 9499.0, 9480.0, 9468.0, 9472.0, 9450.0, 9486.0, 9469.0, 9437.0, 9480.0, 9437.0, 9445.0, 9450.0, 9408.0, 9460.0, 9451.0, 9425.0, 9461.0, 9446.0, 9426.0, 9446.0, 9401.0, 9436.0, 9443.0, 9418.0, 9433.0, 9396.0, 9402.0, 9427.0, 9370.0, 9425.0, 9429.0, 9395.0, 9440.0, 9427.0, 9428.0, 9438.0, 9386.0, 9422.0, 9433.0, 9406.0, 9438.0, 9394.0, 9447.0, 9463.0, 9398.0, 9448.0, 9463.0, 9419.0, 9460.0, 9455.0, 9429.0, 9464.0, 9454.0, 9441.0, 9471.0, 9415.0, 9437.0, 9461.0, 9438.0, 9494.0, 9469.0, 9449.0, 9496.0, 9467.0, 9445.0, 9491.0, 9450.0, 9447.0, 9494.0, 9445.0, 9477.0, 9483.0, 9451.0, 9512.0, 9486.0, 9484.0, 9514.0, 9444.0, 9478.0, 9489.0, 9441.0, 9490.0, 9488.0, 9458.0, 9489.0, 9480.0, 9459.0, 9494.0, 9480.0, 9464.0, 9492.0, 9424.0, 9460.0, 9480.0, 9439.0, 9490.0, 9469.0, 9447.0, 9497.0, 9469.0, 9446.0, 9475.0, 9439.0, 9464.0, 9522.0, 9447.0, 9461.0, 9478.0, 9458.0, 9493.0, 9480.0, 9457.0, 9487.0, 9447.0, 9454.0, 9477.0, 9441.0, 9491.0, 9482.0, 9466.0, 9495.0, 9455.0, 9462.0, 9498.0, 9455.0, 9490.0, 9499.0, 9455.0, 9485.0, 9476.0, 9453.0, 9481.0, 9434.0, 9470.0, 9462.0, 9436.0, 9471.0, 9434.0, 9443.0, 9486.0, 9426.0, 9478.0, 9485.0, 9459.0, 9501.0, 9461.0, 9481.0, 9507.0, 9473.0, 9467.0, 9457.0, 9499.0, 9481.0, 9465.0, 9514.0, 9481.0, 9455.0, 9482.0, 9417.0, 9468.0, 9417.0, 9440.0, 9489.0, 9443.0, 9450.0, 9456.0, 9433.0, 9470.0, 9454.0, 9417.0, 9446.0, 9395.0, 9433.0, 9438.0, 9417.0, 9470.0, 9462.0, 9421.0, 9455.0, 9418.0, 9419.0, 9453.0, 9419.0, 9454.0, 9455.0, 9432.0, 9467.0, 9457.0, 9434.0, 9459.0, 9399.0, 9447.0, 9452.0, 9416.0, 9447.0, 9414.0, 9434.0, 9446.0, 9440.0, 9454.0, 9472.0, 9508.0, 9470.0, 9491.0, 9486.0, 9497.0, 9547.0, 9536.0, 9486.0, 9505.0, 9493.0, 9484.0, 9511.0, 9462.0, 9500.0, 9507.0, 9478.0, 9492.0, 9468.0, 9476.0, 9485.0, 9460.0, 9508.0, 9481.0, 9472.0, 9487.0, 9455.0, 9506.0, 9464.0, 9468.0, 9478.0, 9433.0, 9467.0, 9476.0, 9447.0, 9460.0, 9411.0, 9447.0, 9455.0, 9430.0, 9464.0, 9438.0, 9427.0, 9453.0, 9403.0, 9447.0, 9455.0, 9434.0, 9448.0, 9397.0, 9432.0, 9449.0, 9415.0, 9450.0, 9418.0, 9437.0, 9444.0, 9422.0, 9452.0, 9417.0, 9461.0, 9469.0, 9425.0, 9468.0, 9424.0, 9476.0, 9481.0, 9458.0, 9484.0, 9428.0, 9486.0, 9447.0, 9458.0, 9484.0, 9438.0, 9486.0, 9423.0, 9473.0, 9479.0, 9450.0, 9467.0, 9430.0, 9454.0, 9459.0, 9436.0, 9464.0, 9419.0, 9457.0, 9480.0, 9438.0, 9463.0, 9423.0, 9472.0, 9458.0, 9437.0, 9465.0, 9426.0, 9465.0, 9432.0, 9437.0, 9457.0, 9421.0, 9460.0, 9417.0, 9437.0, 9445.0, 9423.0, 9453.0, 9442.0, 9464.0, 9469.0, 9446.0, 9457.0, 9425.0, 9477.0, 9485.0, 9466.0, 9474.0, 9442.0, 9478.0, 9464.0, 9460.0, 9470.0, 9425.0, 9474.0, 9478.0, 9443.0, 9468.0, 9424.0, 9472.0, 9477.0, 9455.0, 9468.0, 9422.0, 9470.0, 9457.0, 9435.0, 9467.0, 9415.0, 9436.0, 9455.0, 9435.0, 9451.0, 9413.0, 9439.0, 9446.0, 9417.0, 9440.0, 9417.0, 9441.0, 9467.0, 9441.0, 9462.0, 9468.0, 9445.0, 9476.0, 9425.0, 9462.0, 9470.0, 9443.0, 9461.0, 9438.0, 9447.0, 9474.0, 9442.0, 9479.0, 9473.0, 9446.0, 9477.0, 9427.0, 9465.0, 9477.0, 9461.0, 9468.0, 9478.0, 9449.0, 9481.0, 9479.0, 9464.0, 9482.0, 9452.0, 9459.0, 9468.0, 9424.0, 9473.0, 9466.0, 9439.0, 9456.0, 9423.0, 9459.0, 9481.0, 9440.0, 9475.0, 9477.0, 9438.0, 9479.0, 9418.0, 9456.0, 9477.0, 9437.0, 9483.0, 9458.0, 9448.0, 9463.0, 9428.0, 9430.0, 9455.0, 9394.0, 9413.0, 9432.0, 9408.0, 9429.0, 9446.0, 9412.0, 9431.0, 9404.0, 9413.0, 9424.0, 9412.0, 9451.0, 9432.0, 9422.0, 9438.0, 9421.0, 9459.0, 9435.0, 9447.0, 9466.0, 9500.0, 9490.0, 9491.0, 9450.0, 9485.0, 9476.0, 9484.0, 9488.0, 9525.0, 9515.0, 9500.0, 9555.0, 9566.0, 9500.0, 9491.0, 9434.0, 9478.0, 9485.0, 9451.0, 9462.0, 9410.0, 9461.0, 9451.0, 9429.0, 9443.0, 9417.0, 9464.0, 9436.0, 9428.0, 9450.0, 9429.0, 9452.0, 9413.0, 9463.0, 9439.0, 9445.0, 9451.0, 9432.0, 9463.0, 9433.0, 9468.0, 9443.0, 9451.0, 9458.0, 9453.0, 9494.0, 9431.0, 9455.0, 9478.0, 9448.0, 9459.0, 9433.0, 9468.0, 9431.0, 9461.0, 9510.0, 9479.0, 9480.0, 9446.0, 9459.0, 9482.0, 9496.0, 9456.0, 9525.0, 9566.0, 9514.0, 9535.0, 9413.0, 9459.0, 9426.0, 9450.0, 9466.0, 9447.0, 9479.0, 9465.0, 9545.0, 9519.0, 9482.0, 9348.0, 9374.0, 9389.0, 9385.0, 9386.0, 9366.0, 9427.0, 9404.0, 9401.0, 9378.0, 9324.0, 9332.0, 9324.0, 9310.0, 9334.0, 9311.0, 9340.0, 9314.0, 9325.0, 9338.0, 9311.0, 9364.0, 9315.0, 9353.0, 9362.0, 9361.0, 9396.0, 9344.0, 9376.0, 9381.0, 9368.0, 9397.0, 9373.0, 9430.0, 9394.0, 9420.0, 9430.0, 9456.0, 9478.0, 9451.0, 9468.0, 9432.0, 9475.0, 9493.0, 9454.0, 9523.0, 9451.0, 9496.0, 9478.0, 9489.0, 9496.0, 9463.0, 9497.0, 9484.0, 9479.0, 9488.0, 9437.0, 9474.0, 9492.0, 9453.0, 9470.0, 9440.0, 9465.0, 9453.0, 9430.0, 9462.0, 9413.0, 9449.0, 9455.0, 9427.0, 9459.0, 9438.0, 9432.0, 9457.0, 9440.0, 9466.0, 9440.0, 9432.0, 9460.0, 9427.0, 9462.0, 9423.0, 9432.0, 9457.0, 9415.0, 9467.0, 9458.0, 9449.0, 9461.0, 9396.0, 9451.0, 9454.0, 9439.0, 9461.0, 9422.0, 9428.0, 9454.0, 9414.0, 9460.0, 9450.0, 9431.0, 9464.0, 9394.0, 9448.0, 9460.0, 9431.0, 9442.0, 9396.0, 9451.0, 9441.0, 9435.0, 9474.0, 9457.0, 9466.0, 9397.0, 9375.0, 9372.0, 9373.0, 9470.0, 9571.0, 9474.0, 9497.0, 9489.0, 9493.0, 9435.0, 9473.0, 9471.0, 9432.0, 9468.0, 9447.0, 9457.0, 9481.0, 9446.0, 9480.0, 9480.0, 9452.0, 9465.0, 9397.0, 9444.0, 9451.0, 9432.0, 9474.0, 9414.0, 9470.0, 9480.0, 9447.0, 9455.0, 9403.0, 9449.0, 9438.0, 9417.0, 9454.0, 9416.0, 9464.0, 9440.0, 9437.0, 9461.0, 9429.0, 9460.0, 9457.0, 9426.0, 9437.0, 9395.0, 9446.0, 9435.0, 9411.0, 9458.0, 9431.0, 9428.0, 9450.0, 9409.0, 9439.0, 9418.0, 9409.0, 9441.0, 9401.0, 9450.0, 9415.0, 9434.0, 9461.0, 9423.0, 9469.0, 9440.0, 9447.0, 9490.0, 9461.0, 9486.0, 9439.0, 9482.0, 9488.0, 9463.0, 9468.0, 9451.0, 9496.0, 9476.0, 9467.0, 9488.0, 9458.0, 9509.0, 9467.0, 9491.0, 9489.0, 9466.0, 9493.0, 9443.0, 9490.0, 9465.0, 9455.0, 9484.0, 9439.0, 9484.0, 9449.0, 9460.0, 9477.0, 9452.0, 9485.0, 9458.0, 9446.0, 9456.0, 9429.0, 9463.0, 9440.0, 9448.0, 9462.0, 9422.0, 9456.0, 9451.0, 9412.0, 9455.0, 9403.0, 9411.0, 9434.0, 9407.0, 9440.0, 9417.0, 9414.0, 9438.0, 9396.0, 9457.0, 9441.0, 9422.0, 9452.0, 9418.0, 9455.0, 9464.0, 9425.0, 9467.0, 9423.0, 9472.0, 9490.0, 9446.0, 9487.0, 9440.0, 9459.0, 9477.0, 9439.0, 9486.0, 9440.0, 9462.0, 9481.0, 9451.0, 9485.0, 9430.0, 9441.0, 9479.0, 9421.0, 9470.0, 9449.0, 9442.0, 9483.0, 9440.0, 9477.0, 9480.0, 9460.0, 9467.0, 9423.0, 9474.0, 9480.0, 9454.0, 9467.0, 9419.0, 9467.0, 9459.0, 9434.0, 9467.0, 9432.0, 9452.0, 9474.0, 9441.0, 9486.0, 9459.0, 9434.0, 9477.0, 9423.0, 9442.0, 9449.0, 9405.0, 9439.0, 9449.0, 9406.0, 9437.0, 9372.0, 9421.0, 9430.0, 9387.0, 9425.0, 9434.0, 9389.0, 9422.0, 9426.0, 9404.0, 9436.0, 9386.0, 9408.0, 9435.0, 9391.0, 9427.0, 9420.0, 9416.0, 9432.0, 9398.0, 9421.0, 9460.0, 9412.0, 9449.0, 9456.0, 9417.0, 9462.0, 9437.0, 9432.0, 9457.0, 9413.0, 9445.0, 9449.0, 9410.0, 9456.0, 9446.0, 9406.0, 9441.0, 9428.0, 9404.0, 9421.0, 9386.0, 9398.0, 9441.0, 9380.0, 9419.0, 9447.0, 9414.0, 9453.0, 9444.0, 9424.0, 9473.0, 9435.0, 9443.0, 9470.0, 9425.0, 9463.0, 9455.0, 9447.0, 9501.0, 9443.0, 9494.0, 9486.0, 9461.0, 9485.0, 9437.0, 9460.0, 9483.0, 9454.0, 9487.0, 9465.0, 9450.0, 9478.0, 9431.0, 9453.0, 9474.0, 9434.0, 9463.0, 9458.0, 9429.0, 9458.0, 9405.0, 9431.0, 9461.0, 9394.0, 9415.0, 9439.0, 9397.0, 9432.0, 9442.0, 9414.0, 9450.0, 9416.0, 9426.0, 9462.0, 9421.0, 9474.0, 9467.0, 9442.0, 9474.0, 9425.0, 9464.0, 9487.0, 9447.0, 9491.0, 9455.0, 9461.0, 9483.0, 9441.0, 9491.0, 9480.0, 9456.0, 9486.0, 9440.0, 9476.0, 9480.0, 9456.0, 9480.0, 9441.0, 9473.0, 9479.0, 9456.0, 9482.0, 9439.0, 9485.0, 9448.0, 9468.0, 9474.0, 9432.0, 9480.0, 9456.0, 9462.0, 9481.0, 9448.0, 9474.0, 9413.0, 9452.0, 9459.0, 9436.0, 9464.0, 9419.0, 9472.0, 9474.0, 9451.0, 9478.0, 9431.0, 9476.0, 9464.0, 9430.0, 9459.0, 9421.0, 9441.0, 9453.0, 9436.0, 9450.0, 9385.0, 9422.0, 9443.0, 9420.0, 9450.0, 9402.0, 9421.0, 9426.0, 9404.0, 9439.0, 9391.0, 9428.0, 9435.0, 9418.0, 9442.0, 9396.0, 9448.0, 9456.0, 9429.0, 9453.0, 9414.0, 9465.0, 9456.0, 9437.0, 9460.0, 9434.0, 9462.0, 9437.0, 9452.0, 9471.0, 9434.0, 9461.0, 9412.0, 9452.0, 9473.0, 9446.0, 9478.0, 9416.0, 9466.0, 9459.0, 9452.0, 9461.0, 9437.0, 9464.0, 9459.0, 9453.0, 9474.0, 9435.0, 9478.0, 9418.0, 9467.0, 9472.0, 9450.0, 9476.0, 9432.0, 9469.0, 9457.0, 9448.0, 9457.0, 9432.0, 9481.0, 9456.0, 9452.0, 9471.0, 9442.0, 9472.0, 9426.0, 9448.0, 9456.0, 9442.0, 9454.0, 9419.0, 9468.0, 9474.0, 9453.0, 9460.0, 9417.0, 9469.0, 9417.0, 9457.0, 9436.0, 9455.0, 9441.0, 9493.0, 9488.0, 9438.0, 9460.0, 9446.0, 9426.0, 9450.0, 9427.0, 9452.0, 9412.0, 9482.0, 9435.0, 9446.0, 9455.0, 9421.0, 9447.0, 9390.0, 9440.0, 9445.0, 9425.0, 9453.0, 9408.0, 9455.0, 9433.0, 9433.0, 9458.0, 9429.0, 9456.0, 9413.0, 9450.0, 9457.0, 9419.0, 9479.0, 9444.0, 9450.0, 9475.0, 9453.0, 9463.0, 9432.0, 9465.0, 9456.0, 9450.0, 9460.0, 9436.0, 9466.0, 9458.0, 9448.0, 9458.0, 9437.0, 9462.0, 9436.0, 9480.0, 9451.0, 9459.0, 9484.0, 9459.0, 9480.0, 9467.0, 9531.0, 9475.0, 9514.0, 9559.0, 9587.0, 9516.0, 9516.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.0024989861351819758</td></tr>
<tr><td colspan=3>aqi</td><td>0.028971466031195842</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.167189936496065</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3504407176322635</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0289623596530784</td></tr>
<tr><td colspan=3>efc</td><td>0.4667</td></tr>
<tr><td colspan=3>fber</td><td>8468.8408</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09411363583920544</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.932409012131716</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3616614972222663</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2956793998121925</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.504749576645753</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2845555152088535</td></tr>
<tr><td colspan=3>gcor</td><td>0.0245089</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0005912047927267849</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02764112874865532</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.139452526462128</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.1272</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5705</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.8266</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298255.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>643.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.5276</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8265</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.7246</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3473.4655</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78289.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1329.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.6524</td></tr>
<tr><td colspan=3>tsnr</td><td>38.939228429691866</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>