<?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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-03/func/sub-0056_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>9db84f005bec2d63fa84de05b3521c20</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>19:35:54.352500</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.997801, 0.0620205, -0.0233762, -0.060329, 0.995914, 0.0671963]</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.0843377</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7760, -7298, 809, -17, -348, 72, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.726</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e2e03606-bcb1-44b0-88a8-96d2de5bbfa6||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.677027463912964, -0.16185830533504486, -0.07411027699708939, 119.85173034667969], [-0.1663965880870819, 2.6719648838043213, 0.17722347378730774, -94.32347106933594], [-0.06271665543317795, -0.18028287589550018, 2.693157911300659, -68.27429962158203], [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': ['193554.352500', '193554.812500', '193555.272500', '193555.732500', '193556.192500', '193556.652500', '193557.112500', '193557.572500', '193558.032500', '193558.492500', '193558.952500', '193559.412500', '193559.872500', '193600.332500', '193600.792500', '193601.252500', '193601.712500', '193602.172500', '193602.632500', '193603.092500', '193603.552500', '193604.012500', '193604.472500', '193604.932500', '193605.392500', '193605.852500', '193606.312500', '193606.772500', '193607.232500', '193607.692500', '193608.152500', '193608.612500', '193609.072500', '193609.532500', '193609.992500', '193610.452500', '193610.912500', '193611.372500', '193611.832500', '193612.292500', '193612.752500', '193613.212500', '193613.672500', '193614.132500', '193614.592500', '193615.052500', '193615.512500', '193615.972500', '193616.432500', '193616.892500', '193617.352500', '193617.812500', '193618.272500', '193618.732500', '193619.192500', '193619.652500', '193620.112500', '193620.572500', '193621.032500', '193621.492500', '193621.952500', '193622.412500', '193622.872500', '193623.332500', '193623.792500', '193624.252500', '193624.712500', '193625.172500', '193625.632500', '193626.092500', '193626.552500', '193627.012500', '193627.472500', '193627.932500', '193628.392500', '193628.852500', '193629.312500', '193629.772500', '193630.232500', '193630.692500', '193631.152500', '193631.612500', '193632.072500', '193632.532500', '193632.992500', '193633.452500', '193633.912500', '193634.372500', '193634.832500', '193635.292500', '193635.752500', '193636.212500', '193636.672500', '193637.132500', '193637.592500', '193638.052500', '193638.512500', '193638.972500', '193639.432500', '193639.892500', '193640.352500', '193640.812500', '193641.272500', '193641.732500', '193642.192500', '193642.652500', '193643.112500', '193643.572500', '193644.032500', '193644.492500', '193644.952500', '193645.412500', '193645.872500', '193646.332500', '193646.792500', '193647.252500', '193647.712500', '193648.172500', '193648.632500', '193649.092500', '193649.552500', '193650.012500', '193650.472500', '193650.932500', '193651.392500', '193651.852500', '193652.312500', '193652.772500', '193653.232500', '193653.692500', '193654.152500', '193654.612500', '193655.072500', '193655.532500', '193655.992500', '193656.452500', '193656.912500', '193657.372500', '193657.832500', '193658.292500', '193658.752500', '193659.212500', '193659.672500', '193700.132500', '193700.592500', '193701.052500', '193701.512500', '193701.972500', '193702.432500', '193702.892500', '193703.352500', '193703.812500', '193704.272500', '193704.732500', '193705.192500', '193705.652500', '193706.112500', '193706.572500', '193707.032500', '193707.492500', '193707.952500', '193708.412500', '193708.872500', '193709.332500', '193709.792500', '193710.252500', '193710.712500', '193711.172500', '193711.632500', '193712.092500', '193712.552500', '193713.012500', '193713.472500', '193713.932500', '193714.392500', '193714.852500', '193715.312500', '193715.772500', '193716.232500', '193716.692500', '193717.152500', '193717.612500', '193718.072500', '193718.532500', '193718.992500', '193719.452500', '193719.912500', '193720.372500', '193720.832500', '193721.292500', '193721.752500', '193722.212500', '193722.672500', '193723.132500', '193723.592500', '193724.052500', '193724.512500', '193724.972500', '193725.432500', '193725.892500', '193726.352500', '193726.812500', '193727.272500', '193727.732500', '193728.192500', '193728.652500', '193729.112500', '193729.572500', '193730.032500', '193730.492500', '193730.952500', '193731.412500', '193731.872500', '193732.332500', '193732.792500', '193733.252500', '193733.712500', '193734.172500', '193734.632500', '193735.092500', '193735.552500', '193736.012500', '193736.472500', '193736.932500', '193737.392500', '193737.852500', '193738.312500', '193738.772500', '193739.232500', '193739.692500', '193740.152500', '193740.612500', '193741.072500', '193741.532500', '193741.992500', '193742.452500', '193742.912500', '193743.372500', '193743.832500', '193744.292500', '193744.752500', '193745.212500', '193745.672500', '193746.132500', '193746.592500', '193747.052500', '193747.512500', '193747.972500', '193748.432500', '193748.892500', '193749.352500', '193749.812500', '193750.272500', '193750.732500', '193751.192500', '193751.652500', '193752.112500', '193752.572500', '193753.032500', '193753.492500', '193753.952500', '193754.412500', '193754.872500', '193755.332500', '193755.792500', '193756.252500', '193756.712500', '193757.172500', '193757.632500', '193758.092500', '193758.552500', '193759.012500', '193759.472500', '193759.932500', '193800.392500', '193800.852500', '193801.312500', '193801.772500', '193802.232500', '193802.692500', '193803.152500', '193803.612500', '193804.072500', '193804.532500', '193804.992500', '193805.452500', '193805.912500', '193806.372500', '193806.832500', '193807.292500', '193807.752500', '193808.212500', '193808.672500', '193809.132500', '193809.592500', '193810.052500', '193810.512500', '193810.972500', '193811.432500', '193811.892500', '193812.352500', '193812.812500', '193813.272500', '193813.732500', '193814.192500', '193814.652500', '193815.112500', '193815.572500', '193816.032500', '193816.492500', '193816.952500', '193817.412500', '193817.872500', '193818.332500', '193818.792500', '193819.252500', '193819.712500', '193820.172500', '193820.632500', '193821.092500', '193821.552500', '193822.012500', '193822.472500', '193822.932500', '193823.392500', '193823.852500', '193824.312500', '193824.772500', '193825.232500', '193825.692500', '193826.152500', '193826.612500', '193827.072500', '193827.532500', '193827.992500', '193828.452500', '193828.912500', '193829.372500', '193829.832500', '193830.292500', '193830.752500', '193831.212500', '193831.672500', '193832.132500', '193832.592500', '193833.052500', '193833.512500', '193833.972500', '193834.432500', '193834.892500', '193835.352500', '193835.812500', '193836.272500', '193836.732500', '193837.192500', '193837.652500', '193838.112500', '193838.572500', '193839.032500', '193839.492500', '193839.952500', '193840.412500', '193840.872500', '193841.332500', '193841.792500', '193842.252500', '193842.712500', '193843.172500', '193843.632500', '193844.092500', '193844.552500', '193845.012500', '193845.472500', '193845.932500', '193846.392500', '193846.852500', '193847.312500', '193847.772500', '193848.232500', '193848.692500', '193849.152500', '193849.612500', '193850.072500', '193850.532500', '193850.992500', '193851.452500', '193851.912500', '193852.372500', '193852.832500', '193853.292500', '193853.752500', '193854.212500', '193854.672500', '193855.132500', '193855.592500', '193856.052500', '193856.512500', '193856.972500', '193857.432500', '193857.892500', '193858.352500', '193858.812500', '193859.272500', '193859.732500', '193900.192500', '193900.652500', '193901.112500', '193901.572500', '193902.032500', '193902.492500', '193902.952500', '193903.412500', '193903.872500', '193904.332500', '193904.792500', '193905.252500', '193905.712500', '193906.172500', '193906.632500', '193907.092500', '193907.552500', '193908.012500', '193908.472500', '193908.932500', '193909.392500', '193909.852500', '193910.312500', '193910.772500', '193911.232500', '193911.692500', '193912.152500', '193912.612500', '193913.072500', '193913.532500', '193913.992500', '193914.452500', '193914.912500', '193915.372500', '193915.832500', '193916.292500', '193916.752500', '193917.212500', '193917.672500', '193918.132500', '193918.592500', '193919.052500', '193919.512500', '193919.972500', '193920.432500', '193920.892500', '193921.352500', '193921.812500', '193922.272500', '193922.732500', '193923.192500', '193923.652500', '193924.112500', '193924.572500', '193925.032500', '193925.492500', '193925.952500', '193926.412500', '193926.872500', '193927.332500', '193927.792500', '193928.252500', '193928.712500', '193929.172500', '193929.632500', '193930.092500', '193930.552500', '193931.012500', '193931.472500', '193931.932500', '193932.392500', '193932.852500', '193933.312500', '193933.772500', '193934.232500', '193934.692500', '193935.152500', '193935.612500', '193936.072500', '193936.532500', '193936.992500', '193937.452500', '193937.912500', '193938.372500', '193938.832500', '193939.292500', '193939.752500', '193940.212500', '193940.672500', '193941.132500', '193941.592500', '193942.052500', '193942.512500', '193942.972500', '193943.432500', '193943.892500', '193944.352500', '193944.812500', '193945.272500', '193945.732500', '193946.192500', '193946.652500', '193947.112500', '193947.572500', '193948.032500', '193948.492500', '193948.952500', '193949.412500', '193949.872500', '193950.332500', '193950.792500', '193951.252500', '193951.712500', '193952.172500', '193952.632500', '193953.092500', '193953.552500', '193954.012500', '193954.472500', '193954.932500', '193955.392500', '193955.852500', '193956.312500', '193956.772500', '193957.232500', '193957.692500', '193958.152500', '193958.612500', '193959.072500', '193959.532500', '193959.992500', '194000.452500', '194000.912500', '194001.372500', '194001.832500', '194002.292500', '194002.752500', '194003.212500', '194003.672500', '194004.132500', '194004.592500', '194005.052500', '194005.512500', '194005.972500', '194006.432500', '194006.892500', '194007.352500', '194007.812500', '194008.272500', '194008.732500', '194009.192500', '194009.652500', '194010.112500', '194010.572500', '194011.032500', '194011.492500', '194011.952500', '194012.412500', '194012.872500', '194013.332500', '194013.792500', '194014.252500', '194014.712500', '194015.172500', '194015.632500', '194016.092500', '194016.552500', '194017.012500', '194017.472500', '194017.932500', '194018.392500', '194018.852500', '194019.312500', '194019.772500', '194020.232500', '194020.692500', '194021.152500', '194021.612500', '194022.072500', '194022.532500', '194022.992500', '194023.452500', '194023.912500', '194024.372500', '194024.832500', '194025.292500', '194025.752500', '194026.212500', '194026.672500', '194027.132500', '194027.592500', '194028.052500', '194028.512500', '194028.972500', '194029.432500', '194029.892500', '194030.352500', '194030.812500', '194031.272500', '194031.732500', '194032.192500', '194032.652500', '194033.112500', '194033.572500', '194034.032500', '194034.492500', '194034.952500', '194035.412500', '194035.872500', '194036.332500', '194036.792500', '194037.252500', '194037.712500', '194038.172500', '194038.632500', '194039.092500', '194039.552500', '194040.012500', '194040.472500', '194040.932500', '194041.392500', '194041.852500', '194042.312500', '194042.772500', '194043.232500', '194043.692500', '194044.152500', '194044.612500', '194045.072500', '194045.532500', '194045.992500', '194046.452500', '194046.912500', '194047.372500', '194047.832500', '194048.292500', '194048.752500', '194049.212500', '194049.672500', '194050.132500', '194050.592500', '194051.052500', '194051.512500', '194051.972500', '194052.432500', '194052.892500', '194053.352500', '194053.812500', '194054.272500', '194054.732500', '194055.192500', '194055.652500', '194056.112500', '194056.572500', '194057.032500', '194057.492500', '194057.952500', '194058.412500', '194058.872500', '194059.332500', '194059.792500', '194100.252500', '194100.712500', '194101.172500', '194101.632500', '194102.092500', '194102.552500', '194103.012500', '194103.472500', '194103.932500', '194104.392500', '194104.852500', '194105.312500', '194105.772500', '194106.232500', '194106.692500', '194107.152500', '194107.612500', '194108.072500', '194108.532500', '194108.992500', '194109.452500', '194109.912500', '194110.372500', '194110.832500', '194111.292500', '194111.752500', '194112.212500', '194112.672500', '194113.132500', '194113.592500', '194114.052500', '194114.512500', '194114.972500', '194115.432500', '194115.892500', '194116.352500', '194116.812500', '194117.272500', '194117.732500', '194118.192500', '194118.652500', '194119.112500', '194119.572500', '194120.032500', '194120.492500', '194120.952500', '194121.412500', '194121.872500', '194122.332500', '194122.792500', '194123.252500', '194123.712500', '194124.172500', '194124.632500', '194125.092500', '194125.552500', '194126.012500', '194126.472500', '194126.932500', '194127.392500', '194127.852500', '194128.312500', '194128.772500', '194129.232500', '194129.692500', '194130.152500', '194130.612500', '194131.072500', '194131.532500', '194131.992500', '194132.452500', '194132.912500', '194133.372500', '194133.832500', '194134.292500', '194134.752500', '194135.212500', '194135.672500', '194136.132500', '194136.592500', '194137.052500', '194137.512500', '194137.972500', '194138.432500', '194138.892500', '194139.352500', '194139.812500', '194140.272500', '194140.732500', '194141.192500', '194141.652500', '194142.112500', '194142.572500', '194143.032500', '194143.492500', '194143.952500', '194144.412500', '194144.872500', '194145.332500', '194145.792500', '194146.252500', '194146.712500', '194147.172500', '194147.632500', '194148.092500', '194148.552500', '194149.012500', '194149.472500', '194149.932500', '194150.392500', '194150.852500', '194151.312500', '194151.772500', '194152.232500', '194152.692500', '194153.152500', '194153.612500', '194154.072500', '194154.532500', '194154.992500', '194155.452500', '194155.912500', '194156.372500', '194156.832500', '194157.292500', '194157.752500', '194158.212500', '194158.672500', '194159.132500', '194159.592500', '194200.052500', '194200.512500', '194200.972500', '194201.432500', '194201.892500', '194202.352500', '194202.812500', '194203.272500', '194203.732500', '194204.192500', '194204.652500', '194205.112500', '194205.572500', '194206.032500', '194206.492500', '194206.952500', '194207.412500', '194207.872500', '194208.332500', '194208.792500', '194209.252500', '194209.712500', '194210.172500', '194210.632500', '194211.092500', '194211.552500', '194212.012500', '194212.472500', '194212.932500', '194213.392500', '194213.852500', '194214.312500', '194214.772500', '194215.232500', '194215.692500', '194216.152500', '194216.612500', '194217.072500', '194217.532500', '194217.992500', '194218.452500', '194218.912500', '194219.372500', '194219.832500', '194220.292500', '194220.752500', '194221.212500', '194221.672500', '194222.132500', '194222.592500', '194223.052500', '194223.512500', '194223.972500', '194224.432500', '194224.892500', '194225.352500', '194225.812500', '194226.272500', '194226.732500', '194227.192500', '194227.652500', '194228.112500', '194228.572500', '194229.032500', '194229.492500', '194229.952500', '194230.412500', '194230.872500', '194231.332500', '194231.792500', '194232.252500', '194232.712500', '194233.172500', '194233.632500', '194234.092500', '194234.552500', '194235.012500', '194235.472500', '194235.932500', '194236.392500', '194236.852500', '194237.312500', '194237.772500', '194238.232500', '194238.692500', '194239.152500', '194239.612500', '194240.072500', '194240.532500', '194240.992500', '194241.452500', '194241.912500', '194242.372500', '194242.832500', '194243.292500', '194243.752500', '194244.212500', '194244.672500', '194245.132500', '194245.592500', '194246.052500', '194246.512500', '194246.972500', '194247.432500', '194247.892500', '194248.352500', '194248.812500', '194249.272500', '194249.732500', '194250.192500', '194250.652500', '194251.112500', '194251.572500', '194252.032500', '194252.492500', '194252.952500', '194253.412500', '194253.872500', '194254.332500', '194254.792500', '194255.252500', '194255.712500', '194256.172500', '194256.632500', '194257.092500', '194257.552500', '194258.012500', '194258.472500', '194258.932500', '194259.392500', '194259.852500', '194300.312500', '194300.772500', '194301.232500', '194301.692500', '194302.152500', '194302.612500', '194303.072500', '194303.532500', '194303.992500', '194304.452500', '194304.912500', '194305.372500', '194305.832500', '194306.292500', '194306.752500', '194307.212500', '194307.672500', '194308.132500', '194308.592500', '194309.052500', '194309.512500', '194309.972500', '194310.432500', '194310.892500', '194311.352500', '194311.812500', '194312.272500', '194312.732500', '194313.192500', '194313.652500', '194314.112500', '194314.572500', '194315.032500', '194315.492500', '194315.952500', '194316.412500', '194316.872500', '194317.332500', '194317.792500', '194318.252500', '194318.712500', '194319.172500', '194319.632500', '194320.092500', '194320.552500', '194321.012500', '194321.472500', '194321.932500', '194322.392500', '194322.852500', '194323.312500', '194323.772500', '194324.232500', '194324.692500', '194325.152500', '194325.612500', '194326.072500', '194326.532500', '194326.992500', '194327.452500', '194327.912500', '194328.372500', '194328.832500', '194329.292500', '194329.752500', '194330.212500', '194330.672500', '194331.132500', '194331.592500', '194332.052500', '194332.512500', '194332.972500', '194333.432500', '194333.892500', '194334.352500', '194334.812500', '194335.272500', '194335.732500', '194336.192500', '194336.652500', '194337.112500', '194337.572500', '194338.032500', '194338.492500', '194338.952500', '194339.412500', '194339.872500', '194340.332500', '194340.792500', '194341.252500', '194341.712500', '194342.172500', '194342.632500', '194343.092500', '194343.552500', '194344.012500', '194344.472500', '194344.932500', '194345.392500', '194345.852500', '194346.312500', '194346.772500', '194347.232500', '194347.692500', '194348.152500', '194348.612500', '194349.072500', '194349.532500', '194349.992500', '194350.452500', '194350.912500', '194351.372500', '194351.832500', '194352.292500', '194352.752500', '194353.212500', '194353.672500', '194354.132500', '194354.592500', '194355.052500', '194355.512500', '194355.972500', '194356.432500', '194356.892500', '194357.352500', '194357.812500', '194358.272500', '194358.732500', '194359.192500', '194359.652500', '194400.112500', '194400.572500', '194401.032500', '194401.492500', '194401.952500', '194402.412500', '194402.872500', '194403.332500', '194403.792500', '194404.252500', '194404.712500', '194405.172500', '194405.632500', '194406.092500', '194406.552500', '194407.012500', '194407.472500', '194407.932500', '194408.392500', '194408.852500', '194409.312500', '194409.772500', '194410.232500', '194410.692500', '194411.152500', '194411.612500', '194412.072500', '194412.532500', '194412.992500', '194413.452500', '194413.912500', '194414.372500', '194414.832500', '194415.292500', '194415.752500', '194416.212500', '194416.672500', '194417.132500', '194417.592500', '194418.052500', '194418.512500', '194418.972500', '194419.432500', '194419.892500', '194420.352500', '194420.812500', '194421.272500', '194421.732500', '194422.192500', '194422.652500', '194423.112500', '194423.572500', '194424.032500', '194424.492500', '194424.952500', '194425.412500', '194425.872500', '194426.332500', '194426.792500', '194427.252500', '194427.712500', '194428.172500', '194428.632500', '194429.092500', '194429.552500', '194430.012500', '194430.472500', '194430.932500', '194431.392500', '194431.852500', '194432.312500', '194432.772500', '194433.232500', '194433.692500', '194434.152500', '194434.612500', '194435.072500', '194435.532500', '194435.992500', '194436.452500', '194436.912500', '194437.372500', '194437.832500', '194438.292500', '194438.752500', '194439.212500', '194439.672500', '194440.132500', '194440.592500', '194441.052500', '194441.512500', '194441.972500', '194442.432500', '194442.892500', '194443.352500', '194443.812500', '194444.272500', '194444.732500', '194445.192500', '194445.652500', '194446.112500'], 'ContentTime': ['193616.818000', '193616.821000', '193616.824000', '193616.827000', '193616.829000', '193616.832000', '193616.835000', '193616.837000', '193616.840000', '193616.842000', '193616.845000', '193616.847000', '193616.852000', '193616.855000', '193616.857000', '193616.860000', '193616.863000', '193616.865000', '193616.868000', '193616.870000', '193616.873000', '193616.876000', '193616.878000', '193616.881000', '193616.883000', '193616.886000', '193616.889000', '193616.891000', '193616.894000', '193616.896000', '193616.899000', '193616.901000', '193616.904000', '193616.907000', '193616.909000', '193616.912000', '193616.914000', '193616.923000', '193616.925000', '193616.928000', '193616.930000', '193616.933000', '193616.936000', '193616.938000', '193616.941000', '193616.943000', '193636.776000', '193636.779000', '193636.782000', '193636.784000', '193636.787000', '193636.790000', '193636.792000', '193636.795000', '193636.797000', '193636.800000', '193636.803000', '193636.805000', '193636.808000', '193636.810000', '193636.813000', '193636.816000', '193636.818000', '193636.821000', '193636.823000', '193636.826000', '193636.829000', '193636.831000', '193636.834000', '193636.837000', '193636.839000', '193636.842000', '193636.845000', '193636.853000', '193636.856000', '193636.860000', '193636.862000', '193636.865000', '193636.867000', '193636.870000', '193636.873000', '193636.875000', '193636.878000', '193636.880000', '193636.883000', '193636.886000', '193636.888000', '193636.891000', '193636.893000', '193656.776000', '193656.779000', '193656.782000', '193656.784000', '193656.788000', '193656.790000', '193656.793000', '193656.795000', '193656.798000', '193656.801000', '193656.803000', '193656.806000', '193656.808000', '193656.811000', '193656.814000', '193656.816000', '193656.819000', '193656.821000', '193656.824000', '193656.826000', '193656.829000', '193656.832000', '193656.834000', '193656.837000', '193656.840000', '193656.842000', '193656.845000', '193656.847000', '193656.850000', '193656.852000', '193656.855000', '193656.858000', '193656.860000', '193656.863000', '193656.865000', '193656.868000', '193656.871000', '193656.873000', '193656.876000', '193656.878000', '193656.881000', '193656.887000', '193656.889000', '193656.892000', '193716.777000', '193716.779000', '193716.782000', '193716.785000', '193716.787000', '193716.790000', '193716.793000', '193716.795000', '193716.798000', '193716.800000', '193716.803000', '193716.806000', '193716.808000', '193716.811000', '193716.814000', '193716.816000', '193716.819000', '193716.821000', '193716.824000', '193716.827000', '193716.829000', '193716.832000', '193716.834000', '193716.837000', '193716.840000', '193716.842000', '193716.845000', '193716.848000', '193716.850000', '193716.853000', '193716.856000', '193716.858000', '193716.861000', '193716.863000', '193716.866000', '193716.869000', '193716.871000', '193716.874000', '193716.882000', '193716.885000', '193716.888000', '193716.890000', '193716.893000', '193736.776000', '193736.779000', '193736.782000', '193736.785000', '193736.787000', '193736.790000', '193736.792000', '193736.795000', '193736.798000', '193736.800000', '193736.803000', '193736.806000', '193736.808000', '193736.811000', '193736.814000', '193736.823000', '193736.825000', '193736.828000', '193736.831000', '193736.833000', '193736.836000', '193736.839000', '193736.841000', '193736.844000', '193736.846000', '193736.849000', '193736.852000', '193736.854000', '193736.857000', '193736.860000', '193736.862000', '193736.865000', '193736.867000', '193736.870000', '193736.872000', '193736.889000', '193736.891000', '193736.894000', '193736.896000', '193736.899000', '193736.902000', '193736.904000', '193736.907000', '193736.909000', '193756.776000', '193756.779000', '193756.782000', '193756.785000', '193756.787000', '193756.790000', '193756.792000', '193756.798000', '193756.800000', '193756.803000', '193756.805000', '193756.808000', '193756.811000', '193756.813000', '193756.816000', '193756.818000', '193756.821000', '193756.824000', '193756.826000', '193756.829000', '193756.831000', '193756.834000', '193756.837000', '193756.839000', '193756.842000', '193756.844000', '193756.847000', '193756.850000', '193756.852000', '193756.855000', '193756.857000', '193756.860000', '193756.862000', '193756.865000', '193756.868000', '193756.870000', '193756.873000', '193756.876000', '193756.878000', '193756.881000', '193756.883000', '193756.886000', '193756.889000', '193816.777000', '193816.779000', '193816.782000', '193816.785000', '193816.788000', '193816.790000', '193816.793000', '193816.796000', '193816.798000', '193816.801000', '193816.803000', '193816.806000', '193816.809000', '193816.811000', '193816.814000', '193816.816000', '193816.819000', '193816.822000', '193816.824000', '193816.827000', '193816.830000', '193816.832000', '193816.835000', '193816.837000', '193816.840000', '193816.843000', '193816.845000', '193816.848000', '193816.850000', '193816.853000', '193816.856000', '193816.858000', '193816.861000', '193816.863000', '193816.866000', '193816.869000', '193816.871000', '193816.874000', '193816.877000', '193816.879000', '193816.882000', '193816.885000', '193816.887000', '193816.890000', '193836.777000', '193836.779000', '193836.782000', '193836.785000', '193836.788000', '193836.790000', '193836.793000', '193836.795000', '193836.798000', '193836.801000', '193836.804000', '193836.806000', '193836.809000', '193836.811000', '193836.814000', '193836.817000', '193836.819000', '193836.822000', '193836.825000', '193836.827000', '193836.830000', '193836.832000', '193836.835000', '193836.838000', '193836.840000', '193836.843000', '193836.846000', '193836.848000', '193836.851000', '193836.853000', '193836.856000', '193836.859000', '193836.862000', '193836.864000', '193836.867000', '193836.869000', '193836.872000', '193836.874000', '193836.877000', '193836.880000', '193836.882000', '193836.885000', '193836.889000', '193856.777000', '193856.780000', '193856.782000', '193856.785000', '193856.787000', '193856.790000', '193856.793000', '193856.795000', '193856.798000', '193856.801000', '193856.803000', '193856.806000', '193856.808000', '193856.811000', '193856.814000', '193856.816000', '193856.819000', '193856.821000', '193856.824000', '193856.827000', '193856.829000', '193856.832000', '193856.835000', '193856.837000', '193856.840000', '193856.842000', '193856.845000', '193856.848000', '193856.850000', '193856.853000', '193856.856000', '193856.858000', '193856.861000', '193856.864000', '193856.866000', '193856.869000', '193856.871000', '193856.874000', '193856.877000', '193856.879000', '193856.882000', '193856.885000', '193856.887000', '193856.890000', '193916.776000', '193916.779000', '193916.782000', '193916.785000', '193916.788000', '193916.790000', '193916.793000', '193916.796000', '193916.798000', '193916.801000', '193916.803000', '193916.806000', '193916.809000', '193916.811000', '193916.814000', '193916.817000', '193916.819000', '193916.822000', '193916.824000', '193916.827000', '193916.830000', '193916.832000', '193916.835000', '193916.838000', '193916.840000', '193916.843000', '193916.845000', '193916.848000', '193916.851000', '193916.853000', '193916.856000', '193916.866000', '193916.869000', '193916.871000', '193916.874000', '193916.877000', '193916.879000', '193916.882000', '193916.884000', '193916.887000', '193916.890000', '193916.892000', '193916.895000', '193936.777000', '193936.780000', '193936.782000', '193936.785000', '193936.788000', '193936.790000', '193936.793000', '193936.795000', '193936.798000', '193936.801000', '193936.803000', '193936.806000', '193936.808000', '193936.811000', '193936.814000', '193936.816000', '193936.819000', '193936.822000', '193936.824000', '193936.827000', '193936.829000', '193936.832000', '193936.835000', '193936.837000', '193936.840000', '193936.842000', '193936.845000', '193936.848000', '193936.850000', '193936.853000', '193936.856000', '193936.858000', '193936.861000', '193936.864000', '193936.866000', '193936.869000', '193936.872000', '193936.874000', '193936.877000', '193936.879000', '193936.882000', '193936.885000', '193936.887000', '193936.890000', '193956.777000', '193956.779000', '193956.782000', '193956.785000', '193956.787000', '193956.790000', '193956.793000', '193956.795000', '193956.798000', '193956.800000', '193956.803000', '193956.805000', '193956.808000', '193956.811000', '193956.813000', '193956.816000', '193956.819000', '193956.821000', '193956.824000', '193956.827000', '193956.829000', '193956.832000', '193956.834000', '193956.837000', '193956.840000', '193956.842000', '193956.845000', '193956.847000', '193956.850000', '193956.853000', '193956.855000', '193956.858000', '193956.861000', '193956.863000', '193956.866000', '193956.869000', '193956.872000', '193956.876000', '193956.878000', '193956.881000', '193956.884000', '193956.905000', '193956.908000', '194016.777000', '194016.779000', '194016.782000', '194016.785000', '194016.788000', '194016.790000', '194016.793000', '194016.796000', '194016.799000', '194016.801000', '194016.804000', '194016.807000', '194016.809000', '194016.812000', '194016.815000', '194016.817000', '194016.820000', '194016.822000', '194016.825000', '194016.828000', '194016.830000', '194016.833000', '194016.836000', '194016.838000', '194016.841000', '194016.843000', '194016.846000', '194016.849000', '194016.851000', '194016.854000', '194016.856000', '194016.859000', '194016.862000', '194016.864000', '194016.867000', '194016.870000', '194016.872000', '194016.875000', '194016.877000', '194016.880000', '194016.883000', '194016.886000', '194016.888000', '194016.891000', '194036.777000', '194036.780000', '194036.782000', '194036.785000', '194036.787000', '194036.790000', '194036.793000', '194036.795000', '194036.798000', '194036.800000', '194036.803000', '194036.806000', '194036.808000', '194036.811000', '194036.814000', '194036.816000', '194036.819000', '194036.822000', '194036.824000', '194036.827000', '194036.829000', '194036.832000', '194036.834000', '194036.837000', '194036.840000', '194036.842000', '194036.845000', '194036.848000', '194036.850000', '194036.853000', '194036.855000', '194036.858000', '194036.861000', '194036.863000', '194036.866000', '194036.868000', '194036.871000', '194036.874000', '194036.877000', '194036.879000', '194036.882000', '194036.885000', '194036.887000', '194056.777000', '194056.779000', '194056.782000', '194056.785000', '194056.788000', '194056.790000', '194056.793000', '194056.795000', '194056.798000', '194056.801000', '194056.803000', '194056.806000', '194056.809000', '194056.811000', '194056.814000', '194056.816000', '194056.819000', '194056.822000', '194056.824000', '194056.827000', '194056.830000', '194056.832000', '194056.835000', '194056.837000', '194056.840000', '194056.843000', '194056.845000', '194056.848000', '194056.851000', '194056.853000', '194056.856000', '194056.858000', '194056.861000', '194056.864000', '194056.866000', '194056.869000', '194056.871000', '194056.874000', '194056.877000', '194056.879000', '194056.882000', '194056.885000', '194056.887000', '194056.890000', '194116.777000', '194116.780000', '194116.782000', '194116.785000', '194116.788000', '194116.790000', '194116.793000', '194116.796000', '194116.798000', '194116.801000', '194116.803000', '194116.806000', '194116.809000', '194116.811000', '194116.814000', '194116.817000', '194116.819000', '194116.822000', '194116.825000', '194116.827000', '194116.830000', '194116.832000', '194116.835000', '194116.838000', '194116.840000', '194116.843000', '194116.845000', '194116.848000', '194116.851000', '194116.853000', '194116.856000', '194116.859000', '194116.862000', '194116.864000', '194116.867000', '194116.869000', '194116.872000', '194116.875000', '194116.877000', '194116.880000', '194116.883000', '194116.885000', '194116.888000', '194136.778000', '194136.781000', '194136.784000', '194136.787000', '194136.790000', '194136.793000', '194136.796000', '194136.799000', '194136.801000', '194136.804000', '194136.807000', '194136.811000', '194136.814000', '194136.817000', '194136.819000', '194136.822000', '194136.824000', '194136.827000', '194136.830000', '194136.832000', '194136.835000', '194136.838000', '194136.840000', '194136.843000', '194136.845000', '194136.848000', '194136.851000', '194136.853000', '194136.856000', '194136.859000', '194136.861000', '194136.864000', '194136.867000', '194136.869000', '194136.872000', '194136.875000', '194136.877000', '194136.880000', '194136.883000', '194136.885000', '194136.888000', '194136.891000', '194136.893000', '194156.777000', '194156.780000', '194156.782000', '194156.785000', '194156.788000', '194156.790000', '194156.793000', '194156.796000', '194156.798000', '194156.801000', '194156.804000', '194156.806000', '194156.809000', '194156.812000', '194156.814000', '194156.817000', '194156.820000', '194156.822000', '194156.825000', '194156.827000', '194156.830000', '194156.833000', '194156.836000', '194156.838000', '194156.841000', '194156.843000', '194156.846000', '194156.849000', '194156.851000', '194156.854000', '194156.857000', '194156.859000', '194156.862000', '194156.864000', '194156.867000', '194156.870000', '194156.872000', '194156.875000', '194156.877000', '194156.880000', '194156.883000', '194156.885000', '194156.888000', '194156.891000', '194216.776000', '194216.779000', '194216.782000', '194216.785000', '194216.787000', '194216.790000', '194216.793000', '194216.795000', '194216.798000', '194216.813000', '194216.816000', '194216.818000', '194216.821000', '194216.824000', '194216.826000', '194216.829000', '194216.832000', '194216.834000', '194216.837000', '194216.839000', '194216.842000', '194216.845000', '194216.847000', '194216.850000', '194216.853000', '194216.855000', '194216.858000', '194216.861000', '194216.863000', '194216.866000', '194216.869000', '194216.871000', '194216.874000', '194216.876000', '194216.879000', '194216.882000', '194216.884000', '194216.887000', '194216.890000', '194216.892000', '194216.895000', '194216.898000', '194216.900000', '194216.903000', '194236.776000', '194236.779000', '194236.782000', '194236.785000', '194236.787000', '194236.790000', '194236.793000', '194236.795000', '194236.798000', '194236.801000', '194236.803000', '194236.806000', '194236.808000', '194236.811000', '194236.814000', '194236.816000', '194236.819000', '194236.821000', '194236.824000', '194236.827000', '194236.829000', '194236.832000', '194236.834000', '194236.837000', '194236.840000', '194236.842000', '194236.845000', '194236.847000', '194236.850000', '194236.853000', '194236.855000', '194236.858000', '194236.860000', '194236.863000', '194236.866000', '194236.868000', '194236.871000', '194236.873000', '194236.876000', '194236.879000', '194236.881000', '194236.884000', '194236.887000', '194256.777000', '194256.780000', '194256.783000', '194256.785000', '194256.788000', '194256.791000', '194256.793000', '194256.813000', '194256.815000', '194256.819000', '194256.822000', '194256.824000', '194256.827000', '194256.830000', '194256.832000', '194256.835000', '194256.838000', '194256.840000', '194256.843000', '194256.846000', '194256.848000', '194256.851000', '194256.854000', '194256.856000', '194256.859000', '194256.862000', '194256.864000', '194256.867000', '194256.870000', '194256.872000', '194256.875000', '194256.878000', '194256.881000', '194256.883000', '194256.886000', '194256.888000', '194256.891000', '194256.894000', '194256.896000', '194256.899000', '194256.902000', '194256.904000', '194256.907000', '194316.777000', '194316.780000', '194316.783000', '194316.785000', '194316.788000', '194316.791000', '194316.794000', '194316.796000', '194316.799000', '194316.801000', '194316.804000', '194316.807000', '194316.810000', '194316.812000', '194316.815000', '194316.818000', '194316.821000', '194316.823000', '194316.826000', '194316.829000', '194316.831000', '194316.834000', '194316.837000', '194316.839000', '194316.842000', '194316.844000', '194316.847000', '194316.849000', '194316.852000', '194316.855000', '194316.858000', '194316.860000', '194316.863000', '194316.865000', '194316.868000', '194316.871000', '194316.873000', '194316.876000', '194316.879000', '194316.881000', '194316.884000', '194316.886000', '194316.889000', '194336.777000', '194336.780000', '194336.782000', '194336.785000', '194336.788000', '194336.790000', '194336.812000', '194336.814000', '194336.817000', '194336.819000', '194336.822000', '194336.825000', '194336.827000', '194336.830000', '194336.833000', '194336.835000', '194336.838000', '194336.841000', '194336.843000', '194336.846000', '194336.849000', '194336.851000', '194336.854000', '194336.857000', '194336.859000', '194336.862000', '194336.864000', '194336.867000', '194336.870000', '194336.872000', '194336.875000', '194336.878000', '194336.880000', '194336.883000', '194336.885000', '194336.888000', '194336.891000', '194336.893000', '194336.896000', '194336.899000', '194336.901000', '194336.904000', '194336.906000', '194336.909000', '194356.776000', '194356.780000', '194356.782000', '194356.785000', '194356.788000', '194356.790000', '194356.793000', '194356.796000', '194356.798000', '194356.801000', '194356.804000', '194356.806000', '194356.809000', '194356.811000', '194356.814000', '194356.817000', '194356.819000', '194356.822000', '194356.824000', '194356.827000', '194356.830000', '194356.832000', '194356.835000', '194356.838000', '194356.840000', '194356.843000', '194356.846000', '194356.848000', '194356.851000', '194356.853000', '194356.856000', '194356.859000', '194356.861000', '194356.864000', '194356.866000', '194356.869000', '194356.872000', '194356.874000', '194356.877000', '194356.879000', '194356.882000', '194356.885000', '194356.887000', '194356.890000', '194416.777000', '194416.779000', '194416.782000', '194416.785000', '194416.787000', '194416.790000', '194416.792000', '194416.795000', '194416.798000', '194416.800000', '194416.803000', '194416.806000', '194416.808000', '194416.811000', '194416.813000', '194416.816000', '194416.819000', '194416.821000', '194416.824000', '194416.827000', '194416.829000', '194416.832000', '194416.835000', '194416.837000', '194416.840000', '194416.843000', '194416.845000', '194416.848000', '194416.851000', '194416.853000', '194416.857000', '194416.860000', '194416.863000', '194416.866000', '194416.868000', '194416.871000', '194416.873000', '194416.876000', '194416.879000', '194416.881000', '194416.884000', '194416.886000', '194416.889000', '194436.777000', '194436.780000', '194436.782000', '194436.785000', '194436.788000', '194436.791000', '194436.793000', '194436.796000', '194436.799000', '194436.802000', '194436.804000', '194436.807000', '194436.809000', '194436.812000', '194436.815000', '194436.817000', '194436.820000', '194436.823000', '194436.826000', '194436.828000', '194436.831000', '194436.834000', '194436.836000', '194436.839000', '194436.842000', '194436.844000', '194436.847000', '194436.849000', '194436.852000', '194436.855000', '194436.857000', '194436.860000', '194436.863000', '194436.865000', '194436.868000', '194436.871000', '194436.873000', '194436.876000', '194436.879000', '194436.881000', '194436.884000', '194436.886000', '194436.889000', '194436.892000', '194447.641000', '194447.644000', '194447.647000', '194447.650000', '194447.653000', '194447.656000', '194447.658000', '194447.661000', '194447.665000', '194447.668000', '194447.670000', '194447.673000', '194447.676000', '194447.679000', '194447.682000', '194447.685000', '194447.713000', '194447.715000', '194447.718000', '194447.721000', '194447.724000', '194447.727000', '194447.730000', '194447.733000'], 'InstanceCreationTime': ['193616.818000', '193616.821000', '193616.824000', '193616.827000', '193616.829000', '193616.832000', '193616.835000', '193616.837000', '193616.840000', '193616.842000', '193616.845000', '193616.847000', '193616.852000', '193616.855000', '193616.857000', '193616.860000', '193616.863000', '193616.865000', '193616.868000', '193616.870000', '193616.873000', '193616.876000', '193616.878000', '193616.881000', '193616.883000', '193616.886000', '193616.889000', '193616.891000', '193616.894000', '193616.896000', '193616.899000', '193616.901000', '193616.904000', '193616.907000', '193616.909000', '193616.912000', '193616.914000', '193616.923000', '193616.925000', '193616.928000', '193616.930000', '193616.933000', '193616.936000', '193616.938000', '193616.941000', '193616.943000', '193636.776000', '193636.779000', '193636.782000', '193636.784000', '193636.787000', '193636.790000', '193636.792000', '193636.795000', '193636.797000', '193636.800000', '193636.803000', '193636.805000', '193636.808000', '193636.810000', '193636.813000', '193636.816000', '193636.818000', '193636.821000', '193636.823000', '193636.826000', '193636.829000', '193636.831000', '193636.834000', '193636.837000', '193636.839000', '193636.842000', '193636.845000', '193636.853000', '193636.856000', '193636.860000', '193636.862000', '193636.865000', '193636.867000', '193636.870000', '193636.873000', '193636.875000', '193636.878000', '193636.880000', '193636.883000', '193636.886000', '193636.888000', '193636.891000', '193636.893000', '193656.776000', '193656.779000', '193656.782000', '193656.784000', '193656.788000', '193656.790000', '193656.793000', '193656.795000', '193656.798000', '193656.801000', '193656.803000', '193656.806000', '193656.808000', '193656.811000', '193656.814000', '193656.816000', '193656.819000', '193656.821000', '193656.824000', '193656.826000', '193656.829000', '193656.832000', '193656.834000', '193656.837000', '193656.840000', '193656.842000', '193656.845000', '193656.847000', '193656.850000', '193656.852000', '193656.855000', '193656.858000', '193656.860000', '193656.863000', '193656.865000', '193656.868000', '193656.871000', '193656.873000', '193656.876000', '193656.878000', '193656.881000', '193656.887000', '193656.889000', '193656.892000', '193716.777000', '193716.779000', '193716.782000', '193716.785000', '193716.787000', '193716.790000', '193716.793000', '193716.795000', '193716.798000', '193716.800000', '193716.803000', '193716.806000', '193716.808000', '193716.811000', '193716.814000', '193716.816000', '193716.819000', '193716.821000', '193716.824000', '193716.827000', '193716.829000', '193716.832000', '193716.834000', '193716.837000', '193716.840000', '193716.842000', '193716.845000', '193716.848000', '193716.850000', '193716.853000', '193716.856000', '193716.858000', '193716.861000', '193716.863000', '193716.866000', '193716.869000', '193716.871000', '193716.874000', '193716.882000', '193716.885000', '193716.888000', '193716.890000', '193716.893000', '193736.776000', '193736.779000', '193736.782000', '193736.785000', '193736.787000', '193736.790000', '193736.792000', '193736.795000', '193736.798000', '193736.800000', '193736.803000', '193736.806000', '193736.808000', '193736.811000', '193736.814000', '193736.823000', '193736.825000', '193736.828000', '193736.831000', '193736.833000', '193736.836000', '193736.839000', '193736.841000', '193736.844000', '193736.846000', '193736.849000', '193736.852000', '193736.854000', '193736.857000', '193736.860000', '193736.862000', '193736.865000', '193736.867000', '193736.870000', '193736.872000', '193736.889000', '193736.891000', '193736.894000', '193736.896000', '193736.899000', '193736.902000', '193736.904000', '193736.907000', '193736.909000', '193756.776000', '193756.779000', '193756.782000', '193756.785000', '193756.787000', '193756.790000', '193756.792000', '193756.798000', '193756.800000', '193756.803000', '193756.805000', '193756.808000', '193756.811000', '193756.813000', '193756.816000', '193756.818000', '193756.821000', '193756.824000', '193756.826000', '193756.829000', '193756.831000', '193756.834000', '193756.837000', '193756.839000', '193756.842000', '193756.844000', '193756.847000', '193756.850000', '193756.852000', '193756.855000', '193756.857000', '193756.860000', '193756.862000', '193756.865000', '193756.868000', '193756.870000', '193756.873000', '193756.876000', '193756.878000', '193756.881000', '193756.883000', '193756.886000', '193756.889000', '193816.777000', '193816.779000', '193816.782000', '193816.785000', '193816.788000', '193816.790000', '193816.793000', '193816.796000', '193816.798000', '193816.801000', '193816.803000', '193816.806000', '193816.809000', '193816.811000', '193816.814000', '193816.816000', '193816.819000', '193816.822000', '193816.824000', '193816.827000', '193816.830000', '193816.832000', '193816.835000', '193816.837000', '193816.840000', '193816.843000', '193816.845000', '193816.848000', '193816.850000', '193816.853000', '193816.856000', '193816.858000', '193816.861000', '193816.863000', '193816.866000', '193816.869000', '193816.871000', '193816.874000', '193816.877000', '193816.879000', '193816.882000', '193816.885000', '193816.887000', '193816.890000', '193836.777000', '193836.779000', '193836.782000', '193836.785000', '193836.788000', '193836.790000', '193836.793000', '193836.795000', '193836.798000', '193836.801000', '193836.804000', '193836.806000', '193836.809000', '193836.811000', '193836.814000', '193836.817000', '193836.819000', '193836.822000', '193836.825000', '193836.827000', '193836.830000', '193836.832000', '193836.835000', '193836.838000', '193836.840000', '193836.843000', '193836.846000', '193836.848000', '193836.851000', '193836.853000', '193836.856000', '193836.859000', '193836.862000', '193836.864000', '193836.867000', '193836.869000', '193836.872000', '193836.874000', '193836.877000', '193836.880000', '193836.882000', '193836.885000', '193836.889000', '193856.777000', '193856.780000', '193856.782000', '193856.785000', '193856.787000', '193856.790000', '193856.793000', '193856.795000', '193856.798000', '193856.801000', '193856.803000', '193856.806000', '193856.808000', '193856.811000', '193856.814000', '193856.816000', '193856.819000', '193856.821000', '193856.824000', '193856.827000', '193856.829000', '193856.832000', '193856.835000', '193856.837000', '193856.840000', '193856.842000', '193856.845000', '193856.848000', '193856.850000', '193856.853000', '193856.856000', '193856.858000', '193856.861000', '193856.864000', '193856.866000', '193856.869000', '193856.871000', '193856.874000', '193856.877000', '193856.879000', '193856.882000', '193856.885000', '193856.887000', '193856.890000', '193916.776000', '193916.779000', '193916.782000', '193916.785000', '193916.788000', '193916.790000', '193916.793000', '193916.796000', '193916.798000', '193916.801000', '193916.803000', '193916.806000', '193916.809000', '193916.811000', '193916.814000', '193916.817000', '193916.819000', '193916.822000', '193916.824000', '193916.827000', '193916.830000', '193916.832000', '193916.835000', '193916.838000', '193916.840000', '193916.843000', '193916.845000', '193916.848000', '193916.851000', '193916.853000', '193916.856000', '193916.866000', '193916.869000', '193916.871000', '193916.874000', '193916.877000', '193916.879000', '193916.882000', '193916.884000', '193916.887000', '193916.890000', '193916.892000', '193916.895000', '193936.777000', '193936.780000', '193936.782000', '193936.785000', '193936.788000', '193936.790000', '193936.793000', '193936.795000', '193936.798000', '193936.801000', '193936.803000', '193936.806000', '193936.808000', '193936.811000', '193936.814000', '193936.816000', '193936.819000', '193936.822000', '193936.824000', '193936.827000', '193936.829000', '193936.832000', '193936.835000', '193936.837000', '193936.840000', '193936.842000', '193936.845000', '193936.848000', '193936.850000', '193936.853000', '193936.856000', '193936.858000', '193936.861000', '193936.864000', '193936.866000', '193936.869000', '193936.872000', '193936.874000', '193936.877000', '193936.879000', '193936.882000', '193936.885000', '193936.887000', '193936.890000', '193956.777000', '193956.779000', '193956.782000', '193956.785000', '193956.787000', '193956.790000', '193956.793000', '193956.795000', '193956.798000', '193956.800000', '193956.803000', '193956.805000', '193956.808000', '193956.811000', '193956.813000', '193956.816000', '193956.819000', '193956.821000', '193956.824000', '193956.827000', '193956.829000', '193956.832000', '193956.834000', '193956.837000', '193956.840000', '193956.842000', '193956.845000', '193956.847000', '193956.850000', '193956.853000', '193956.855000', '193956.858000', '193956.861000', '193956.863000', '193956.866000', '193956.869000', '193956.872000', '193956.876000', '193956.878000', '193956.881000', '193956.884000', '193956.905000', '193956.908000', '194016.777000', '194016.779000', '194016.782000', '194016.785000', '194016.788000', '194016.790000', '194016.793000', '194016.796000', '194016.799000', '194016.801000', '194016.804000', '194016.807000', '194016.809000', '194016.812000', '194016.815000', '194016.817000', '194016.820000', '194016.822000', '194016.825000', '194016.828000', '194016.830000', '194016.833000', '194016.836000', '194016.838000', '194016.841000', '194016.843000', '194016.846000', '194016.849000', '194016.851000', '194016.854000', '194016.856000', '194016.859000', '194016.862000', '194016.864000', '194016.867000', '194016.870000', '194016.872000', '194016.875000', '194016.877000', '194016.880000', '194016.883000', '194016.886000', '194016.888000', '194016.891000', '194036.777000', '194036.780000', '194036.782000', '194036.785000', '194036.787000', '194036.790000', '194036.793000', '194036.795000', '194036.798000', '194036.800000', '194036.803000', '194036.806000', '194036.808000', '194036.811000', '194036.814000', '194036.816000', '194036.819000', '194036.822000', '194036.824000', '194036.827000', '194036.829000', '194036.832000', '194036.834000', '194036.837000', '194036.840000', '194036.842000', '194036.845000', '194036.848000', '194036.850000', '194036.853000', '194036.855000', '194036.858000', '194036.861000', '194036.863000', '194036.866000', '194036.868000', '194036.871000', '194036.874000', '194036.877000', '194036.879000', '194036.882000', '194036.885000', '194036.887000', '194056.777000', '194056.779000', '194056.782000', '194056.785000', '194056.788000', '194056.790000', '194056.793000', '194056.795000', '194056.798000', '194056.801000', '194056.803000', '194056.806000', '194056.809000', '194056.811000', '194056.814000', '194056.816000', '194056.819000', '194056.822000', '194056.824000', '194056.827000', '194056.830000', '194056.832000', '194056.835000', '194056.837000', '194056.840000', '194056.843000', '194056.845000', '194056.848000', '194056.851000', '194056.853000', '194056.856000', '194056.858000', '194056.861000', '194056.864000', '194056.866000', '194056.869000', '194056.871000', '194056.874000', '194056.877000', '194056.879000', '194056.882000', '194056.885000', '194056.887000', '194056.890000', '194116.777000', '194116.780000', '194116.782000', '194116.785000', '194116.788000', '194116.790000', '194116.793000', '194116.796000', '194116.798000', '194116.801000', '194116.803000', '194116.806000', '194116.809000', '194116.811000', '194116.814000', '194116.817000', '194116.819000', '194116.822000', '194116.825000', '194116.827000', '194116.830000', '194116.832000', '194116.835000', '194116.838000', '194116.840000', '194116.843000', '194116.845000', '194116.848000', '194116.851000', '194116.853000', '194116.856000', '194116.859000', '194116.862000', '194116.864000', '194116.867000', '194116.869000', '194116.872000', '194116.875000', '194116.877000', '194116.880000', '194116.883000', '194116.885000', '194116.888000', '194136.778000', '194136.781000', '194136.784000', '194136.787000', '194136.790000', '194136.793000', '194136.796000', '194136.799000', '194136.801000', '194136.804000', '194136.807000', '194136.811000', '194136.814000', '194136.817000', '194136.819000', '194136.822000', '194136.824000', '194136.827000', '194136.830000', '194136.832000', '194136.835000', '194136.838000', '194136.840000', '194136.843000', '194136.845000', '194136.848000', '194136.851000', '194136.853000', '194136.856000', '194136.859000', '194136.861000', '194136.864000', '194136.867000', '194136.869000', '194136.872000', '194136.875000', '194136.877000', '194136.880000', '194136.883000', '194136.885000', '194136.888000', '194136.891000', '194136.893000', '194156.777000', '194156.780000', '194156.782000', '194156.785000', '194156.788000', '194156.790000', '194156.793000', '194156.796000', '194156.798000', '194156.801000', '194156.804000', '194156.806000', '194156.809000', '194156.812000', '194156.814000', '194156.817000', '194156.820000', '194156.822000', '194156.825000', '194156.827000', '194156.830000', '194156.833000', '194156.836000', '194156.838000', '194156.841000', '194156.843000', '194156.846000', '194156.849000', '194156.851000', '194156.854000', '194156.857000', '194156.859000', '194156.862000', '194156.864000', '194156.867000', '194156.870000', '194156.872000', '194156.875000', '194156.877000', '194156.880000', '194156.883000', '194156.885000', '194156.888000', '194156.891000', '194216.776000', '194216.779000', '194216.782000', '194216.785000', '194216.787000', '194216.790000', '194216.793000', '194216.795000', '194216.798000', '194216.813000', '194216.816000', '194216.818000', '194216.821000', '194216.824000', '194216.826000', '194216.829000', '194216.832000', '194216.834000', '194216.837000', '194216.839000', '194216.842000', '194216.845000', '194216.847000', '194216.850000', '194216.853000', '194216.855000', '194216.858000', '194216.861000', '194216.863000', '194216.866000', '194216.869000', '194216.871000', '194216.874000', '194216.876000', '194216.879000', '194216.882000', '194216.884000', '194216.887000', '194216.890000', '194216.892000', '194216.895000', '194216.898000', '194216.900000', '194216.903000', '194236.776000', '194236.779000', '194236.782000', '194236.785000', '194236.787000', '194236.790000', '194236.793000', '194236.795000', '194236.798000', '194236.801000', '194236.803000', '194236.806000', '194236.808000', '194236.811000', '194236.814000', '194236.816000', '194236.819000', '194236.821000', '194236.824000', '194236.827000', '194236.829000', '194236.832000', '194236.834000', '194236.837000', '194236.840000', '194236.842000', '194236.845000', '194236.847000', '194236.850000', '194236.853000', '194236.855000', '194236.858000', '194236.860000', '194236.863000', '194236.866000', '194236.868000', '194236.871000', '194236.873000', '194236.876000', '194236.879000', '194236.881000', '194236.884000', '194236.887000', '194256.777000', '194256.780000', '194256.783000', '194256.785000', '194256.788000', '194256.791000', '194256.793000', '194256.813000', '194256.815000', '194256.819000', '194256.822000', '194256.824000', '194256.827000', '194256.830000', '194256.832000', '194256.835000', '194256.838000', '194256.840000', '194256.843000', '194256.846000', '194256.848000', '194256.851000', '194256.854000', '194256.856000', '194256.859000', '194256.862000', '194256.864000', '194256.867000', '194256.870000', '194256.872000', '194256.875000', '194256.878000', '194256.881000', '194256.883000', '194256.886000', '194256.888000', '194256.891000', '194256.894000', '194256.896000', '194256.899000', '194256.902000', '194256.904000', '194256.907000', '194316.777000', '194316.780000', '194316.783000', '194316.785000', '194316.788000', '194316.791000', '194316.794000', '194316.796000', '194316.799000', '194316.801000', '194316.804000', '194316.807000', '194316.810000', '194316.812000', '194316.815000', '194316.818000', '194316.821000', '194316.823000', '194316.826000', '194316.829000', '194316.831000', '194316.834000', '194316.837000', '194316.839000', '194316.842000', '194316.844000', '194316.847000', '194316.849000', '194316.852000', '194316.855000', '194316.858000', '194316.860000', '194316.863000', '194316.865000', '194316.868000', '194316.871000', '194316.873000', '194316.876000', '194316.879000', '194316.881000', '194316.884000', '194316.886000', '194316.889000', '194336.777000', '194336.780000', '194336.782000', '194336.785000', '194336.788000', '194336.790000', '194336.812000', '194336.814000', '194336.817000', '194336.819000', '194336.822000', '194336.825000', '194336.827000', '194336.830000', '194336.833000', '194336.835000', '194336.838000', '194336.841000', '194336.843000', '194336.846000', '194336.849000', '194336.851000', '194336.854000', '194336.857000', '194336.859000', '194336.862000', '194336.864000', '194336.867000', '194336.870000', '194336.872000', '194336.875000', '194336.878000', '194336.880000', '194336.883000', '194336.885000', '194336.888000', '194336.891000', '194336.893000', '194336.896000', '194336.899000', '194336.901000', '194336.904000', '194336.906000', '194336.909000', '194356.776000', '194356.780000', '194356.782000', '194356.785000', '194356.788000', '194356.790000', '194356.793000', '194356.796000', '194356.798000', '194356.801000', '194356.804000', '194356.806000', '194356.809000', '194356.811000', '194356.814000', '194356.817000', '194356.819000', '194356.822000', '194356.824000', '194356.827000', '194356.830000', '194356.832000', '194356.835000', '194356.838000', '194356.840000', '194356.843000', '194356.846000', '194356.848000', '194356.851000', '194356.853000', '194356.856000', '194356.859000', '194356.861000', '194356.864000', '194356.866000', '194356.869000', '194356.872000', '194356.874000', '194356.877000', '194356.879000', '194356.882000', '194356.885000', '194356.887000', '194356.890000', '194416.777000', '194416.779000', '194416.782000', '194416.785000', '194416.787000', '194416.790000', '194416.792000', '194416.795000', '194416.798000', '194416.800000', '194416.803000', '194416.806000', '194416.808000', '194416.811000', '194416.813000', '194416.816000', '194416.819000', '194416.821000', '194416.824000', '194416.827000', '194416.829000', '194416.832000', '194416.835000', '194416.837000', '194416.840000', '194416.843000', '194416.845000', '194416.848000', '194416.851000', '194416.853000', '194416.857000', '194416.860000', '194416.863000', '194416.866000', '194416.868000', '194416.871000', '194416.873000', '194416.876000', '194416.879000', '194416.881000', '194416.884000', '194416.886000', '194416.889000', '194436.777000', '194436.780000', '194436.782000', '194436.785000', '194436.788000', '194436.791000', '194436.793000', '194436.796000', '194436.799000', '194436.802000', '194436.804000', '194436.807000', '194436.809000', '194436.812000', '194436.815000', '194436.817000', '194436.820000', '194436.823000', '194436.826000', '194436.828000', '194436.831000', '194436.834000', '194436.836000', '194436.839000', '194436.842000', '194436.844000', '194436.847000', '194436.849000', '194436.852000', '194436.855000', '194436.857000', '194436.860000', '194436.863000', '194436.865000', '194436.868000', '194436.871000', '194436.873000', '194436.876000', '194436.879000', '194436.881000', '194436.884000', '194436.886000', '194436.889000', '194436.892000', '194447.641000', '194447.644000', '194447.647000', '194447.650000', '194447.653000', '194447.656000', '194447.658000', '194447.661000', '194447.665000', '194447.668000', '194447.670000', '194447.673000', '194447.676000', '194447.679000', '194447.682000', '194447.685000', '194447.713000', '194447.715000', '194447.718000', '194447.721000', '194447.724000', '194447.727000', '194447.730000', '194447.733000'], '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': [7234, 6864, 7090, 6541, 7066, 6466, 6874, 6386, 6974, 6619, 6960, 6387, 6588, 6179, 6559, 6458, 6712, 6800, 6615, 7085, 6785, 6992, 6116, 7445, 6497, 6440, 6668, 6693, 7101, 6372, 6994, 6630, 6669, 6914, 8460, 6371, 8117, 6393, 7966, 6569, 7109, 6307, 6713, 6331, 6477, 6136, 6664, 6468, 6625, 6543, 6571, 6419, 6462, 6677, 6560, 6695, 6574, 6507, 6633, 6416, 6626, 6513, 6761, 6644, 6694, 6629, 6650, 6901, 6770, 6425, 6855, 6860, 6862, 6957, 6772, 7071, 7052, 7289, 7053, 7122, 6913, 7321, 6940, 7151, 6616, 6447, 6445, 6523, 6530, 6648, 6437, 6740, 6727, 6848, 6399, 6771, 6540, 6763, 6923, 6894, 6987, 7049, 6992, 7052, 7219, 6980, 7175, 7231, 7130, 6764, 7205, 6858, 6741, 6626, 6644, 6540, 6794, 6636, 6579, 6566, 6896, 6847, 6692, 6937, 7170, 7135, 7083, 6997, 6474, 7187, 6689, 6631, 6422, 6625, 6502, 6490, 6422, 6538, 6660, 6658, 6558, 6692, 6698, 6509, 6492, 6694, 6538, 6672, 6841, 6993, 6852, 6757, 7184, 7001, 7164, 6809, 7008, 6502, 6922, 6522, 6687, 6553, 6747, 6552, 6315, 6320, 6387, 6633, 6702, 6527, 6748, 6637, 6800, 6561, 6849, 6681, 6808, 6829, 6784, 6780, 6885, 6590, 6968, 7030, 7087, 7061, 7140, 8341, 6713, 7104, 6521, 6547, 6654, 6488, 6458, 6791, 6602, 6578, 6743, 6660, 6506, 6698, 6981, 6839, 6954, 6833, 7084, 6832, 7030, 6409, 6776, 6566, 6883, 6505, 6605, 6607, 6604, 6721, 6547, 6447, 6703, 7044, 6935, 7033, 6747, 7185, 6726, 7084, 7140, 7022, 6660, 7161, 6669, 7069, 6669, 7151, 6381, 7041, 6486, 7155, 6438, 6614, 6307, 6439, 6500, 6661, 6461, 6725, 6428, 6593, 6514, 6628, 6513, 6746, 6377, 6660, 6428, 6625, 6605, 6623, 6597, 6764, 6513, 6904, 6476, 6901, 6607, 6851, 6487, 6991, 6776, 6854, 7077, 6963, 7040, 6848, 6950, 6996, 7227, 7028, 7059, 6936, 6953, 6875, 6889, 6815, 7209, 6916, 7153, 6908, 7151, 6724, 7205, 6802, 7252, 6720, 6988, 6818, 7006, 6821, 7376, 6791, 7005, 6702, 7155, 6634, 7138, 6662, 7345, 6819, 7095, 6462, 7214, 6745, 7301, 6884, 6892, 6564, 6938, 6657, 7322, 6515, 6664, 6352, 6372, 6559, 6921, 6380, 6281, 6176, 6317, 6373, 6407, 7239, 6428, 7773, 6492, 7381, 6412, 7385, 6636, 7205, 6706, 7476, 6399, 6936, 6500, 7303, 6605, 7189, 6490, 7045, 6224, 7201, 6518, 7122, 6546, 7304, 6469, 7044, 6489, 7176, 6439, 7134, 6320, 6749, 6307, 6553, 6316, 6903, 6495, 6548, 6590, 6707, 6515, 6684, 6539, 6593, 6904, 6787, 6878, 6873, 7161, 6774, 7258, 6857, 7227, 6644, 7239, 6687, 7223, 6658, 7095, 6425, 6555, 6389, 6654, 6446, 6525, 6330, 6480, 6567, 6290, 6399, 6282, 6438, 6498, 6495, 6484, 6415, 6703, 6412, 6541, 6722, 6712, 6492, 6627, 6452, 6787, 7209, 6703, 7030, 6602, 6903, 6485, 6472, 6422, 6492, 6532, 6478, 6499, 6651, 7037, 6769, 7251, 6644, 7259, 6585, 7029, 6587, 7233, 6621, 7357, 6748, 7238, 6391, 7103, 6523, 7242, 6407, 6607, 6448, 6563, 6774, 6692, 6498, 6775, 7122, 6845, 6993, 6626, 7242, 6388, 7095, 6507, 6769, 6363, 6664, 6433, 6519, 6488, 6518, 6331, 6531, 6509, 6545, 6444, 6349, 6648, 6543, 6496, 6564, 6360, 6429, 6414, 6429, 6606, 6556, 6819, 6716, 6791, 6620, 6880, 6755, 7261, 6630, 7014, 6583, 7259, 6636, 7413, 6354, 6920, 6610, 6612, 6419, 6524, 6321, 6544, 6274, 6417, 6302, 6365, 6434, 6485, 6488, 6735, 6673, 6584, 7007, 6697, 6534, 6593, 6322, 6733, 6505, 6692, 6439, 6730, 6664, 6763, 6917, 6858, 6788, 6847, 6991, 6706, 7163, 6700, 7102, 6667, 7246, 6701, 7267, 6759, 7008, 6456, 6996, 6500, 7352, 6653, 6844, 6431, 7456, 6433, 7142, 6497, 6281, 6440, 6225, 6481, 6361, 6364, 6462, 6343, 6226, 6448, 6542, 6357, 6477, 6281, 6444, 6404, 6568, 6561, 6338, 6365, 6388, 6492, 6468, 6370, 6558, 6590, 6537, 6868, 6703, 7046, 6826, 6930, 6691, 7422, 6516, 6920, 6305, 6486, 6322, 6277, 6558, 6299, 6629, 6426, 6457, 6594, 6503, 6494, 6485, 6361, 6335, 6465, 6540, 6472, 6341, 6664, 6373, 6869, 6480, 6743, 6986, 6857, 7216, 6807, 6988, 6686, 7347, 6815, 7187, 6433, 7264, 6427, 7175, 6460, 7118, 6348, 6736, 6399, 6820, 6348, 6356, 6319, 6426, 6281, 6360, 6502, 6492, 6577, 6541, 6535, 6667, 6427, 6550, 6471, 6696, 6370, 6628, 6671, 6901, 6886, 6781, 6935, 6581, 7141, 6836, 7364, 6666, 6359, 6420, 6416, 6388, 6251, 6268, 6527, 6223, 6402, 6284, 6660, 6252, 7284, 6319, 7249, 6582, 7241, 6389, 6915, 6543, 6847, 6581, 7514, 6555, 7669, 6477, 7200, 6339, 7015, 6466, 7020, 6485, 7170, 6657, 7115, 6532, 7061, 6411, 7570, 6345, 6801, 6312, 6392, 6441, 6572, 6439, 6417, 6326, 6346, 6223, 6196, 6456, 6387, 6328, 6405, 6581, 6529, 6662, 6713, 6809, 6661, 8293, 6436, 7263, 6281, 7505, 6364, 6376, 6520, 6477, 6279, 6322, 6444, 6335, 6359, 6349, 6618, 6329, 6262, 6463, 6261, 6370, 6889, 6685, 6889, 6482, 6813, 6390, 7145, 6753, 6900, 6516, 7160, 6487, 7241, 6619, 7243, 6472, 7024, 6687, 7215, 6669, 7045, 6293, 6970, 6458, 7739, 6638, 7213, 6375, 7114, 6249, 6775, 6255, 6313, 6287, 6480, 6293, 6329, 6311, 6349, 6358, 6515, 6226, 6441, 6244, 6313, 6354, 6264, 6431, 6309, 6531, 6512, 6441, 6444, 6460, 6477, 6216, 6535, 6843, 6727, 6811, 6894, 7072, 6828, 6981, 6655, 7076, 6590, 7336, 6689, 7217, 6360, 7082, 6371, 7163, 6383, 7152, 6546, 7382, 6679, 7081, 6391, 7574, 6519, 7132, 6320, 6458, 6441, 6567, 6262, 6566, 6414, 6261, 6318, 6236, 6305, 6327, 6326, 7032, 6488, 6958, 6781, 6987, 6699, 7437, 6776, 7175, 6732, 7196, 6893, 7091, 6737, 6977, 6538, 6903, 6952, 6899, 6704, 6776, 6829, 7106, 6876, 7008, 6958, 6863, 6592, 7203, 6626, 7085, 6676, 7002, 6595, 7042, 6690, 7195, 6599, 6894, 6395, 6758, 6385, 7050, 6470, 7129, 6300, 6657, 6269, 6991, 6468, 7080, 6295, 7044, 6482, 7053, 6609, 7070, 6493, 7196, 6733, 7152, 6504, 7290, 6530, 7141, 6592, 7198, 6429, 7160, 6517, 7202, 6750, 7042, 6637, 6609, 6445, 6875, 6237, 6830, 6262, 6517, 6453, 6550, 6235, 6385, 6510, 6377, 6530, 6588, 6311, 6319, 6380, 6375, 6287, 6378, 6390, 6288, 6295, 6667, 6496, 6320, 6666, 6529, 6711, 6430, 6750, 6509, 6589, 6357, 6681, 6934, 6495, 6693, 6521, 6678, 6950, 6768, 6455, 6821, 6599, 6701, 6550, 6744, 6593, 6591, 6922, 6710, 7191, 6757, 7104, 6879, 7251, 6600, 7335, 6622, 7209, 6430, 7335, 6562, 7334, 6354, 6669, 6272, 7271, 6414, 6828, 6342, 6533, 6246, 6587, 6254, 6542, 6370, 6330, 6365, 6274, 6298, 6230, 6524, 6344, 6509, 6377, 6554, 6336, 6456, 6484, 6589, 6377, 6488, 6563, 6579, 6499, 6684, 6356, 6989, 6683, 7010, 6559, 7289, 6761, 7382, 6749, 6922, 6515, 7165, 6466, 7376, 6589, 7128, 6301, 7044, 6322, 7287, 6444, 6901, 6421, 6928, 6311, 7342, 6510, 7104, 6463, 6492, 6246, 6698, 6310, 6442, 6329, 6195, 6249, 6450, 6496, 6858, 6288, 6351, 6383, 6504, 6257, 6805, 6392, 6487, 6343, 6525, 6425, 6518, 6340, 6241, 6467, 6665, 6564, 6566, 6315, 6592, 6836, 6848, 6763, 6705, 6564, 6609, 6725, 6549, 6371, 6466, 6816, 6596, 6711, 6716, 6582, 6530, 6608, 6559, 6435, 6534, 6280, 6985, 6347, 7121, 6215, 6611, 6267, 7344, 6380, 6347, 6381, 6349, 6262, 7432, 6382, 6315, 6519, 6391, 6698, 6325, 6498, 6465, 6531, 6384, 6252, 6587, 6231, 6233, 6258, 6517, 6495, 6643, 6271, 6284, 6328, 6566, 6486, 6378, 6729, 6363, 6290, 6216, 6501, 6222, 6341, 6868, 6450, 6544, 6480, 6237, 6691, 6362, 7723, 6212, 7670, 6294, 9239, 6324, 8219, 6412, 7329], 'WindowCenter': [3769.0, 3755.0, 3740.0, 3740.0, 3738.0, 3728.0, 3726.0, 3726.0, 3736.0, 3726.0, 3735.0, 3714.0, 3723.0, 3714.0, 3713.0, 3712.0, 3722.0, 3723.0, 3723.0, 3721.0, 3722.0, 3722.0, 3699.0, 3721.0, 3712.0, 3723.0, 3724.0, 3736.0, 3735.0, 3726.0, 3737.0, 3738.0, 3738.0, 3739.0, 3758.0, 3726.0, 3745.0, 3724.0, 3733.0, 3723.0, 3722.0, 3713.0, 3711.0, 3711.0, 3712.0, 3700.0, 3710.0, 3711.0, 3710.0, 3711.0, 3711.0, 3712.0, 3712.0, 3724.0, 3722.0, 3723.0, 3722.0, 3712.0, 3723.0, 3713.0, 3723.0, 3723.0, 3722.0, 3723.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3711.0, 3722.0, 3722.0, 3722.0, 3721.0, 3722.0, 3723.0, 3722.0, 3732.0, 3722.0, 3722.0, 3722.0, 3732.0, 3722.0, 3721.0, 3722.0, 3712.0, 3711.0, 3710.0, 3711.0, 3710.0, 3712.0, 3710.0, 3721.0, 3721.0, 3711.0, 3721.0, 3711.0, 3722.0, 3723.0, 3733.0, 3722.0, 3734.0, 3723.0, 3723.0, 3734.0, 3735.0, 3723.0, 3735.0, 3723.0, 3724.0, 3733.0, 3723.0, 3723.0, 3722.0, 3712.0, 3711.0, 3721.0, 3722.0, 3722.0, 3722.0, 3723.0, 3722.0, 3722.0, 3723.0, 3722.0, 3723.0, 3722.0, 3721.0, 3712.0, 3721.0, 3722.0, 3711.0, 3711.0, 3710.0, 3711.0, 3711.0, 3711.0, 3710.0, 3722.0, 3723.0, 3713.0, 3722.0, 3722.0, 3711.0, 3712.0, 3722.0, 3712.0, 3722.0, 3723.0, 3722.0, 3722.0, 3723.0, 3722.0, 3722.0, 3721.0, 3722.0, 3721.0, 3712.0, 3721.0, 3711.0, 3708.0, 3711.0, 3712.0, 3712.0, 3711.0, 3713.0, 3711.0, 3722.0, 3721.0, 3713.0, 3722.0, 3723.0, 3722.0, 3723.0, 3722.0, 3722.0, 3722.0, 3722.0, 3723.0, 3724.0, 3734.0, 3724.0, 3734.0, 3723.0, 3723.0, 3723.0, 3722.0, 3732.0, 3722.0, 3722.0, 3711.0, 3712.0, 3710.0, 3709.0, 3710.0, 3710.0, 3711.0, 3711.0, 3711.0, 3722.0, 3712.0, 3723.0, 3723.0, 3724.0, 3722.0, 3723.0, 3722.0, 3722.0, 3721.0, 3713.0, 3712.0, 3723.0, 3722.0, 3711.0, 3710.0, 3711.0, 3711.0, 3710.0, 3710.0, 3712.0, 3710.0, 3722.0, 3721.0, 3721.0, 3711.0, 3721.0, 3721.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3724.0, 3723.0, 3724.0, 3723.0, 3724.0, 3724.0, 3713.0, 3722.0, 3712.0, 3722.0, 3712.0, 3712.0, 3711.0, 3712.0, 3712.0, 3722.0, 3712.0, 3722.0, 3711.0, 3722.0, 3712.0, 3722.0, 3712.0, 3722.0, 3712.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3712.0, 3724.0, 3712.0, 3723.0, 3722.0, 3723.0, 3711.0, 3722.0, 3722.0, 3722.0, 3721.0, 3721.0, 3721.0, 3712.0, 3722.0, 3721.0, 3722.0, 3721.0, 3721.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3733.0, 3722.0, 3721.0, 3723.0, 3721.0, 3711.0, 3721.0, 3711.0, 3721.0, 3711.0, 3721.0, 3722.0, 3721.0, 3711.0, 3733.0, 3722.0, 3721.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3733.0, 3722.0, 3721.0, 3711.0, 3721.0, 3723.0, 3733.0, 3722.0, 3721.0, 3722.0, 3721.0, 3712.0, 3722.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3721.0, 3712.0, 3712.0, 3700.0, 3711.0, 3711.0, 3723.0, 3734.0, 3724.0, 3733.0, 3712.0, 3722.0, 3711.0, 3733.0, 3722.0, 3722.0, 3722.0, 3721.0, 3711.0, 3721.0, 3710.0, 3721.0, 3711.0, 3720.0, 3711.0, 3720.0, 3700.0, 3721.0, 3711.0, 3722.0, 3712.0, 3733.0, 3712.0, 3723.0, 3724.0, 3734.0, 3725.0, 3735.0, 3725.0, 3724.0, 3725.0, 3714.0, 3713.0, 3723.0, 3713.0, 3712.0, 3724.0, 3723.0, 3713.0, 3712.0, 3712.0, 3711.0, 3722.0, 3722.0, 3711.0, 3711.0, 3722.0, 3722.0, 3732.0, 3722.0, 3723.0, 3723.0, 3722.0, 3723.0, 3732.0, 3722.0, 3721.0, 3712.0, 3711.0, 3711.0, 3711.0, 3712.0, 3711.0, 3712.0, 3712.0, 3722.0, 3711.0, 3712.0, 3711.0, 3713.0, 3712.0, 3712.0, 3712.0, 3712.0, 3722.0, 3712.0, 3711.0, 3723.0, 3723.0, 3712.0, 3723.0, 3712.0, 3723.0, 3734.0, 3723.0, 3722.0, 3724.0, 3722.0, 3712.0, 3711.0, 3712.0, 3711.0, 3711.0, 3711.0, 3711.0, 3710.0, 3721.0, 3711.0, 3721.0, 3722.0, 3731.0, 3723.0, 3723.0, 3723.0, 3734.0, 3725.0, 3734.0, 3725.0, 3734.0, 3714.0, 3723.0, 3713.0, 3733.0, 3712.0, 3722.0, 3711.0, 3711.0, 3711.0, 3711.0, 3710.0, 3711.0, 3722.0, 3710.0, 3720.0, 3710.0, 3720.0, 3710.0, 3720.0, 3711.0, 3710.0, 3711.0, 3710.0, 3711.0, 3711.0, 3713.0, 3711.0, 3713.0, 3712.0, 3713.0, 3712.0, 3713.0, 3712.0, 3723.0, 3712.0, 3724.0, 3723.0, 3713.0, 3712.0, 3712.0, 3712.0, 3722.0, 3712.0, 3722.0, 3723.0, 3722.0, 3723.0, 3723.0, 3722.0, 3733.0, 3723.0, 3722.0, 3723.0, 3732.0, 3722.0, 3722.0, 3712.0, 3722.0, 3722.0, 3710.0, 3711.0, 3710.0, 3710.0, 3710.0, 3710.0, 3710.0, 3711.0, 3710.0, 3710.0, 3710.0, 3710.0, 3721.0, 3722.0, 3721.0, 3721.0, 3721.0, 3711.0, 3722.0, 3712.0, 3721.0, 3712.0, 3722.0, 3711.0, 3722.0, 3722.0, 3711.0, 3721.0, 3722.0, 3711.0, 3711.0, 3721.0, 3711.0, 3722.0, 3711.0, 3721.0, 3710.0, 3720.0, 3711.0, 3721.0, 3710.0, 3720.0, 3711.0, 3720.0, 3710.0, 3720.0, 3710.0, 3709.0, 3710.0, 3720.0, 3710.0, 3709.0, 3710.0, 3709.0, 3710.0, 3699.0, 3711.0, 3710.0, 3712.0, 3710.0, 3712.0, 3700.0, 3711.0, 3710.0, 3712.0, 3710.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3712.0, 3711.0, 3712.0, 3712.0, 3712.0, 3713.0, 3723.0, 3712.0, 3723.0, 3722.0, 3722.0, 3722.0, 3723.0, 3712.0, 3722.0, 3711.0, 3721.0, 3711.0, 3711.0, 3711.0, 3710.0, 3711.0, 3710.0, 3722.0, 3712.0, 3712.0, 3722.0, 3723.0, 3714.0, 3724.0, 3723.0, 3725.0, 3724.0, 3725.0, 3724.0, 3724.0, 3724.0, 3723.0, 3723.0, 3713.0, 3723.0, 3723.0, 3723.0, 3732.0, 3723.0, 3722.0, 3722.0, 3733.0, 3723.0, 3722.0, 3713.0, 3732.0, 3712.0, 3721.0, 3712.0, 3722.0, 3712.0, 3722.0, 3712.0, 3721.0, 3713.0, 3711.0, 3712.0, 3711.0, 3712.0, 3710.0, 3711.0, 3711.0, 3712.0, 3711.0, 3712.0, 3712.0, 3711.0, 3711.0, 3712.0, 3710.0, 3710.0, 3710.0, 3712.0, 3722.0, 3722.0, 3711.0, 3722.0, 3711.0, 3721.0, 3712.0, 3721.0, 3711.0, 3711.0, 3711.0, 3710.0, 3711.0, 3711.0, 3712.0, 3711.0, 3711.0, 3711.0, 3711.0, 3722.0, 3713.0, 3733.0, 3724.0, 3735.0, 3725.0, 3735.0, 3724.0, 3724.0, 3714.0, 3724.0, 3723.0, 3723.0, 3712.0, 3732.0, 3711.0, 3721.0, 3711.0, 3720.0, 3711.0, 3720.0, 3711.0, 3721.0, 3711.0, 3721.0, 3712.0, 3723.0, 3712.0, 3732.0, 3713.0, 3711.0, 3711.0, 3711.0, 3712.0, 3711.0, 3711.0, 3710.0, 3711.0, 3699.0, 3700.0, 3700.0, 3712.0, 3711.0, 3712.0, 3712.0, 3723.0, 3712.0, 3723.0, 3723.0, 3722.0, 3723.0, 3733.0, 3712.0, 3722.0, 3711.0, 3721.0, 3711.0, 3710.0, 3711.0, 3710.0, 3711.0, 3711.0, 3711.0, 3711.0, 3712.0, 3712.0, 3723.0, 3713.0, 3712.0, 3712.0, 3723.0, 3712.0, 3723.0, 3723.0, 3723.0, 3712.0, 3722.0, 3712.0, 3723.0, 3723.0, 3723.0, 3712.0, 3723.0, 3724.0, 3735.0, 3723.0, 3734.0, 3713.0, 3723.0, 3724.0, 3734.0, 3724.0, 3723.0, 3724.0, 3723.0, 3725.0, 3733.0, 3723.0, 3733.0, 3712.0, 3722.0, 3713.0, 3711.0, 3712.0, 3712.0, 3711.0, 3710.0, 3711.0, 3710.0, 3711.0, 3712.0, 3713.0, 3710.0, 3712.0, 3712.0, 3713.0, 3712.0, 3724.0, 3724.0, 3725.0, 3713.0, 3724.0, 3713.0, 3724.0, 3724.0, 3713.0, 3713.0, 3713.0, 3712.0, 3723.0, 3723.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3723.0, 3722.0, 3722.0, 3722.0, 3722.0, 3732.0, 3712.0, 3722.0, 3714.0, 3722.0, 3714.0, 3723.0, 3712.0, 3733.0, 3724.0, 3722.0, 3713.0, 3733.0, 3712.0, 3722.0, 3713.0, 3711.0, 3711.0, 3711.0, 3711.0, 3710.0, 3711.0, 3710.0, 3711.0, 3700.0, 3712.0, 3711.0, 3713.0, 3724.0, 3724.0, 3734.0, 3723.0, 3723.0, 3723.0, 3722.0, 3722.0, 3722.0, 3711.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3711.0, 3722.0, 3722.0, 3723.0, 3723.0, 3722.0, 3711.0, 3722.0, 3711.0, 3722.0, 3722.0, 3711.0, 3711.0, 3723.0, 3722.0, 3723.0, 3724.0, 3723.0, 3723.0, 3723.0, 3723.0, 3722.0, 3724.0, 3723.0, 3714.0, 3712.0, 3713.0, 3722.0, 3712.0, 3722.0, 3713.0, 3723.0, 3714.0, 3723.0, 3723.0, 3723.0, 3724.0, 3724.0, 3724.0, 3723.0, 3725.0, 3735.0, 3725.0, 3734.0, 3725.0, 3735.0, 3725.0, 3734.0, 3724.0, 3734.0, 3724.0, 3723.0, 3725.0, 3734.0, 3725.0, 3734.0, 3724.0, 3723.0, 3724.0, 3723.0, 3724.0, 3723.0, 3713.0, 3724.0, 3724.0, 3713.0, 3714.0, 3713.0, 3714.0, 3712.0, 3713.0, 3712.0, 3724.0, 3724.0, 3724.0, 3714.0, 3724.0, 3713.0, 3724.0, 3714.0, 3724.0, 3714.0, 3713.0, 3723.0, 3713.0, 3713.0, 3724.0, 3714.0, 3724.0, 3713.0, 3724.0, 3713.0, 3724.0, 3713.0, 3723.0, 3734.0, 3713.0, 3724.0, 3713.0, 3723.0, 3723.0, 3723.0, 3713.0, 3723.0, 3723.0, 3723.0, 3724.0, 3724.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3724.0, 3722.0, 3723.0, 3733.0, 3723.0, 3733.0, 3723.0, 3733.0, 3713.0, 3723.0, 3723.0, 3733.0, 3713.0, 3712.0, 3713.0, 3722.0, 3713.0, 3722.0, 3713.0, 3712.0, 3713.0, 3712.0, 3712.0, 3711.0, 3712.0, 3711.0, 3713.0, 3712.0, 3712.0, 3701.0, 3713.0, 3712.0, 3713.0, 3712.0, 3714.0, 3713.0, 3713.0, 3713.0, 3724.0, 3713.0, 3714.0, 3724.0, 3724.0, 3713.0, 3723.0, 3713.0, 3723.0, 3723.0, 3722.0, 3712.0, 3733.0, 3723.0, 3723.0, 3723.0, 3722.0, 3712.0, 3722.0, 3712.0, 3733.0, 3723.0, 3723.0, 3712.0, 3722.0, 3712.0, 3733.0, 3713.0, 3722.0, 3713.0, 3722.0, 3713.0, 3733.0, 3713.0, 3722.0, 3713.0, 3712.0, 3712.0, 3722.0, 3710.0, 3712.0, 3712.0, 3701.0, 3713.0, 3712.0, 3713.0, 3723.0, 3713.0, 3713.0, 3713.0, 3713.0, 3713.0, 3722.0, 3714.0, 3713.0, 3712.0, 3712.0, 3710.0, 3711.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3722.0, 3712.0, 3722.0, 3723.0, 3722.0, 3722.0, 3722.0, 3723.0, 3723.0, 3723.0, 3724.0, 3724.0, 3713.0, 3724.0, 3723.0, 3724.0, 3724.0, 3724.0, 3715.0, 3724.0, 3713.0, 3724.0, 3713.0, 3713.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3712.0, 3711.0, 3712.0, 3712.0, 3712.0, 3722.0, 3712.0, 3711.0, 3711.0, 3711.0, 3710.0, 3710.0, 3711.0, 3710.0, 3711.0, 3711.0, 3711.0, 3711.0, 3712.0, 3701.0, 3712.0, 3712.0, 3712.0, 3711.0, 3711.0, 3711.0, 3711.0, 3712.0, 3711.0, 3712.0, 3722.0, 3711.0, 3711.0, 3699.0, 3710.0, 3701.0, 3711.0, 3723.0, 3712.0, 3713.0, 3713.0, 3713.0, 3723.0, 3713.0, 3733.0, 3701.0, 3721.0, 3711.0, 3741.0, 3711.0, 3731.0, 3699.0, 3719.0], 'WindowWidth': [8498.0, 8470.0, 8441.0, 8438.0, 8431.0, 8417.0, 8412.0, 8412.0, 8423.0, 8410.0, 8420.0, 8390.0, 8401.0, 8388.0, 8387.0, 8385.0, 8398.0, 8400.0, 8399.0, 8394.0, 8397.0, 8397.0, 8365.0, 8393.0, 8384.0, 8401.0, 8406.0, 8423.0, 8419.0, 8410.0, 8428.0, 8430.0, 8432.0, 8432.0, 8454.0, 8409.0, 8433.0, 8404.0, 8414.0, 8400.0, 8396.0, 8386.0, 8380.0, 8382.0, 8382.0, 8365.0, 8376.0, 8380.0, 8379.0, 8381.0, 8381.0, 8384.0, 8383.0, 8401.0, 8397.0, 8400.0, 8396.0, 8386.0, 8400.0, 8387.0, 8400.0, 8402.0, 8397.0, 8400.0, 8398.0, 8398.0, 8399.0, 8396.0, 8397.0, 8382.0, 8397.0, 8396.0, 8396.0, 8394.0, 8396.0, 8398.0, 8396.0, 8411.0, 8397.0, 8396.0, 8398.0, 8410.0, 8398.0, 8395.0, 8397.0, 8383.0, 8380.0, 8378.0, 8380.0, 8377.0, 8382.0, 8379.0, 8396.0, 8395.0, 8380.0, 8396.0, 8383.0, 8398.0, 8400.0, 8414.0, 8399.0, 8417.0, 8401.0, 8401.0, 8418.0, 8419.0, 8401.0, 8420.0, 8400.0, 8403.0, 8414.0, 8400.0, 8400.0, 8398.0, 8384.0, 8382.0, 8394.0, 8398.0, 8397.0, 8397.0, 8399.0, 8396.0, 8397.0, 8399.0, 8398.0, 8401.0, 8398.0, 8396.0, 8384.0, 8396.0, 8398.0, 8381.0, 8382.0, 8380.0, 8381.0, 8380.0, 8382.0, 8380.0, 8397.0, 8399.0, 8386.0, 8398.0, 8397.0, 8383.0, 8385.0, 8397.0, 8385.0, 8399.0, 8400.0, 8399.0, 8398.0, 8401.0, 8398.0, 8397.0, 8396.0, 8397.0, 8395.0, 8383.0, 8394.0, 8381.0, 8375.0, 8383.0, 8383.0, 8384.0, 8382.0, 8386.0, 8382.0, 8399.0, 8395.0, 8386.0, 8397.0, 8399.0, 8396.0, 8401.0, 8396.0, 8399.0, 8398.0, 8399.0, 8401.0, 8404.0, 8416.0, 8403.0, 8418.0, 8402.0, 8401.0, 8400.0, 8399.0, 8410.0, 8396.0, 8396.0, 8380.0, 8382.0, 8378.0, 8376.0, 8379.0, 8377.0, 8380.0, 8381.0, 8381.0, 8396.0, 8384.0, 8399.0, 8401.0, 8403.0, 8399.0, 8401.0, 8399.0, 8399.0, 8396.0, 8386.0, 8383.0, 8398.0, 8396.0, 8382.0, 8378.0, 8380.0, 8380.0, 8378.0, 8378.0, 8382.0, 8379.0, 8396.0, 8395.0, 8393.0, 8380.0, 8394.0, 8396.0, 8398.0, 8398.0, 8396.0, 8399.0, 8399.0, 8404.0, 8400.0, 8403.0, 8401.0, 8403.0, 8402.0, 8388.0, 8398.0, 8386.0, 8396.0, 8384.0, 8384.0, 8383.0, 8383.0, 8383.0, 8398.0, 8384.0, 8397.0, 8383.0, 8397.0, 8384.0, 8398.0, 8385.0, 8399.0, 8384.0, 8400.0, 8402.0, 8400.0, 8402.0, 8401.0, 8386.0, 8404.0, 8385.0, 8401.0, 8398.0, 8398.0, 8381.0, 8396.0, 8396.0, 8396.0, 8395.0, 8394.0, 8393.0, 8382.0, 8395.0, 8394.0, 8396.0, 8395.0, 8396.0, 8398.0, 8397.0, 8398.0, 8397.0, 8397.0, 8413.0, 8398.0, 8395.0, 8399.0, 8393.0, 8380.0, 8394.0, 8380.0, 8393.0, 8380.0, 8394.0, 8396.0, 8395.0, 8381.0, 8413.0, 8397.0, 8396.0, 8397.0, 8396.0, 8397.0, 8397.0, 8398.0, 8412.0, 8398.0, 8395.0, 8383.0, 8395.0, 8399.0, 8412.0, 8398.0, 8394.0, 8396.0, 8394.0, 8384.0, 8395.0, 8382.0, 8380.0, 8379.0, 8379.0, 8380.0, 8394.0, 8383.0, 8382.0, 8364.0, 8381.0, 8383.0, 8402.0, 8416.0, 8404.0, 8414.0, 8384.0, 8395.0, 8381.0, 8410.0, 8396.0, 8397.0, 8397.0, 8393.0, 8381.0, 8393.0, 8378.0, 8393.0, 8380.0, 8391.0, 8380.0, 8391.0, 8366.0, 8393.0, 8380.0, 8396.0, 8385.0, 8412.0, 8386.0, 8400.0, 8404.0, 8417.0, 8407.0, 8419.0, 8407.0, 8403.0, 8407.0, 8389.0, 8389.0, 8400.0, 8387.0, 8385.0, 8402.0, 8399.0, 8384.0, 8382.0, 8383.0, 8382.0, 8396.0, 8397.0, 8381.0, 8382.0, 8396.0, 8397.0, 8411.0, 8398.0, 8398.0, 8399.0, 8396.0, 8399.0, 8411.0, 8398.0, 8395.0, 8383.0, 8381.0, 8382.0, 8380.0, 8383.0, 8381.0, 8385.0, 8383.0, 8398.0, 8382.0, 8384.0, 8382.0, 8388.0, 8383.0, 8386.0, 8383.0, 8385.0, 8397.0, 8385.0, 8382.0, 8400.0, 8400.0, 8384.0, 8401.0, 8384.0, 8399.0, 8416.0, 8400.0, 8396.0, 8401.0, 8396.0, 8383.0, 8381.0, 8383.0, 8380.0, 8380.0, 8381.0, 8381.0, 8378.0, 8393.0, 8380.0, 8394.0, 8396.0, 8408.0, 8400.0, 8401.0, 8402.0, 8416.0, 8406.0, 8417.0, 8406.0, 8416.0, 8389.0, 8400.0, 8387.0, 8412.0, 8385.0, 8397.0, 8381.0, 8381.0, 8380.0, 8380.0, 8378.0, 8381.0, 8394.0, 8378.0, 8390.0, 8378.0, 8390.0, 8378.0, 8391.0, 8380.0, 8377.0, 8380.0, 8377.0, 8381.0, 8381.0, 8385.0, 8380.0, 8387.0, 8383.0, 8387.0, 8385.0, 8387.0, 8385.0, 8400.0, 8386.0, 8404.0, 8400.0, 8386.0, 8386.0, 8385.0, 8385.0, 8399.0, 8383.0, 8398.0, 8400.0, 8397.0, 8399.0, 8400.0, 8399.0, 8412.0, 8399.0, 8399.0, 8400.0, 8411.0, 8398.0, 8397.0, 8384.0, 8396.0, 8395.0, 8379.0, 8381.0, 8377.0, 8379.0, 8378.0, 8379.0, 8378.0, 8380.0, 8377.0, 8379.0, 8379.0, 8378.0, 8395.0, 8396.0, 8395.0, 8394.0, 8395.0, 8381.0, 8396.0, 8383.0, 8396.0, 8383.0, 8397.0, 8382.0, 8396.0, 8397.0, 8382.0, 8395.0, 8396.0, 8380.0, 8381.0, 8395.0, 8381.0, 8396.0, 8380.0, 8393.0, 8378.0, 8392.0, 8381.0, 8393.0, 8379.0, 8390.0, 8379.0, 8391.0, 8379.0, 8391.0, 8378.0, 8375.0, 8378.0, 8389.0, 8377.0, 8375.0, 8379.0, 8375.0, 8378.0, 8362.0, 8380.0, 8377.0, 8382.0, 8378.0, 8383.0, 8365.0, 8380.0, 8379.0, 8384.0, 8379.0, 8382.0, 8380.0, 8381.0, 8381.0, 8382.0, 8381.0, 8384.0, 8381.0, 8384.0, 8384.0, 8384.0, 8387.0, 8400.0, 8384.0, 8400.0, 8399.0, 8398.0, 8399.0, 8399.0, 8383.0, 8397.0, 8382.0, 8393.0, 8381.0, 8381.0, 8380.0, 8377.0, 8381.0, 8379.0, 8396.0, 8383.0, 8384.0, 8398.0, 8402.0, 8389.0, 8405.0, 8403.0, 8405.0, 8405.0, 8406.0, 8403.0, 8404.0, 8403.0, 8402.0, 8402.0, 8386.0, 8399.0, 8400.0, 8400.0, 8411.0, 8400.0, 8395.0, 8396.0, 8413.0, 8398.0, 8396.0, 8386.0, 8410.0, 8384.0, 8395.0, 8384.0, 8398.0, 8384.0, 8396.0, 8384.0, 8395.0, 8386.0, 8380.0, 8384.0, 8381.0, 8382.0, 8379.0, 8380.0, 8380.0, 8382.0, 8379.0, 8382.0, 8382.0, 8382.0, 8379.0, 8383.0, 8379.0, 8379.0, 8379.0, 8382.0, 8396.0, 8396.0, 8381.0, 8395.0, 8381.0, 8392.0, 8382.0, 8394.0, 8381.0, 8380.0, 8379.0, 8378.0, 8381.0, 8381.0, 8384.0, 8380.0, 8383.0, 8381.0, 8382.0, 8399.0, 8388.0, 8414.0, 8404.0, 8419.0, 8406.0, 8420.0, 8405.0, 8402.0, 8388.0, 8401.0, 8400.0, 8399.0, 8382.0, 8407.0, 8381.0, 8391.0, 8380.0, 8391.0, 8380.0, 8391.0, 8379.0, 8392.0, 8381.0, 8393.0, 8384.0, 8397.0, 8383.0, 8410.0, 8385.0, 8380.0, 8382.0, 8379.0, 8381.0, 8379.0, 8379.0, 8376.0, 8379.0, 8362.0, 8365.0, 8363.0, 8383.0, 8382.0, 8385.0, 8385.0, 8399.0, 8386.0, 8400.0, 8400.0, 8398.0, 8399.0, 8413.0, 8383.0, 8395.0, 8381.0, 8392.0, 8379.0, 8377.0, 8379.0, 8377.0, 8382.0, 8380.0, 8382.0, 8381.0, 8384.0, 8383.0, 8401.0, 8386.0, 8386.0, 8386.0, 8400.0, 8386.0, 8399.0, 8402.0, 8400.0, 8384.0, 8398.0, 8385.0, 8400.0, 8401.0, 8399.0, 8385.0, 8399.0, 8402.0, 8417.0, 8402.0, 8415.0, 8388.0, 8401.0, 8403.0, 8417.0, 8405.0, 8402.0, 8404.0, 8402.0, 8405.0, 8413.0, 8401.0, 8412.0, 8385.0, 8397.0, 8387.0, 8382.0, 8383.0, 8383.0, 8381.0, 8379.0, 8380.0, 8378.0, 8381.0, 8385.0, 8387.0, 8380.0, 8385.0, 8383.0, 8388.0, 8384.0, 8403.0, 8403.0, 8406.0, 8388.0, 8404.0, 8389.0, 8404.0, 8403.0, 8387.0, 8387.0, 8387.0, 8385.0, 8399.0, 8399.0, 8398.0, 8398.0, 8397.0, 8397.0, 8396.0, 8400.0, 8397.0, 8398.0, 8396.0, 8398.0, 8411.0, 8385.0, 8397.0, 8389.0, 8399.0, 8388.0, 8400.0, 8385.0, 8414.0, 8404.0, 8398.0, 8386.0, 8412.0, 8385.0, 8396.0, 8386.0, 8380.0, 8382.0, 8380.0, 8380.0, 8378.0, 8382.0, 8378.0, 8382.0, 8364.0, 8383.0, 8383.0, 8388.0, 8403.0, 8403.0, 8418.0, 8402.0, 8400.0, 8400.0, 8398.0, 8397.0, 8396.0, 8382.0, 8397.0, 8397.0, 8396.0, 8397.0, 8397.0, 8382.0, 8397.0, 8398.0, 8399.0, 8399.0, 8396.0, 8382.0, 8396.0, 8382.0, 8396.0, 8396.0, 8379.0, 8380.0, 8398.0, 8397.0, 8398.0, 8401.0, 8399.0, 8399.0, 8399.0, 8400.0, 8399.0, 8402.0, 8400.0, 8389.0, 8383.0, 8386.0, 8397.0, 8385.0, 8398.0, 8386.0, 8399.0, 8390.0, 8399.0, 8400.0, 8400.0, 8403.0, 8403.0, 8405.0, 8402.0, 8406.0, 8419.0, 8406.0, 8418.0, 8406.0, 8419.0, 8406.0, 8417.0, 8406.0, 8417.0, 8406.0, 8402.0, 8407.0, 8416.0, 8406.0, 8416.0, 8404.0, 8402.0, 8405.0, 8402.0, 8404.0, 8402.0, 8390.0, 8402.0, 8403.0, 8388.0, 8390.0, 8387.0, 8390.0, 8386.0, 8388.0, 8386.0, 8404.0, 8402.0, 8403.0, 8389.0, 8404.0, 8388.0, 8404.0, 8389.0, 8404.0, 8390.0, 8388.0, 8400.0, 8388.0, 8387.0, 8403.0, 8389.0, 8404.0, 8388.0, 8403.0, 8389.0, 8405.0, 8389.0, 8401.0, 8417.0, 8388.0, 8403.0, 8388.0, 8401.0, 8401.0, 8402.0, 8386.0, 8401.0, 8401.0, 8402.0, 8403.0, 8403.0, 8401.0, 8401.0, 8401.0, 8400.0, 8400.0, 8404.0, 8398.0, 8400.0, 8413.0, 8401.0, 8415.0, 8402.0, 8413.0, 8388.0, 8398.0, 8401.0, 8413.0, 8386.0, 8384.0, 8386.0, 8397.0, 8386.0, 8398.0, 8386.0, 8383.0, 8386.0, 8383.0, 8384.0, 8382.0, 8385.0, 8382.0, 8387.0, 8384.0, 8384.0, 8368.0, 8386.0, 8383.0, 8386.0, 8385.0, 8389.0, 8386.0, 8389.0, 8387.0, 8404.0, 8388.0, 8390.0, 8403.0, 8401.0, 8387.0, 8401.0, 8386.0, 8400.0, 8401.0, 8398.0, 8385.0, 8413.0, 8399.0, 8399.0, 8400.0, 8397.0, 8384.0, 8397.0, 8385.0, 8413.0, 8399.0, 8399.0, 8384.0, 8397.0, 8385.0, 8413.0, 8387.0, 8398.0, 8388.0, 8398.0, 8386.0, 8412.0, 8386.0, 8397.0, 8387.0, 8385.0, 8385.0, 8397.0, 8380.0, 8383.0, 8385.0, 8369.0, 8386.0, 8384.0, 8387.0, 8400.0, 8389.0, 8386.0, 8389.0, 8386.0, 8387.0, 8398.0, 8388.0, 8385.0, 8385.0, 8383.0, 8379.0, 8382.0, 8384.0, 8382.0, 8383.0, 8382.0, 8383.0, 8398.0, 8383.0, 8397.0, 8398.0, 8398.0, 8398.0, 8397.0, 8400.0, 8400.0, 8401.0, 8404.0, 8403.0, 8388.0, 8403.0, 8402.0, 8404.0, 8403.0, 8403.0, 8393.0, 8404.0, 8388.0, 8403.0, 8387.0, 8388.0, 8401.0, 8389.0, 8401.0, 8388.0, 8401.0, 8386.0, 8399.0, 8384.0, 8381.0, 8384.0, 8383.0, 8383.0, 8397.0, 8383.0, 8380.0, 8381.0, 8380.0, 8378.0, 8378.0, 8380.0, 8377.0, 8379.0, 8380.0, 8381.0, 8381.0, 8383.0, 8367.0, 8383.0, 8384.0, 8384.0, 8381.0, 8381.0, 8380.0, 8382.0, 8383.0, 8381.0, 8385.0, 8398.0, 8380.0, 8380.0, 8362.0, 8378.0, 8367.0, 8383.0, 8401.0, 8386.0, 8387.0, 8386.0, 8388.0, 8401.0, 8387.0, 8411.0, 8368.0, 8394.0, 8379.0, 8419.0, 8379.0, 8404.0, 8362.0, 8386.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.00023138408304498265</td></tr>
<tr><td colspan=3>aqi</td><td>0.014081145501730102</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.66205189689174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1868610213679647</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9910633757835503</td></tr>
<tr><td colspan=3>efc</td><td>0.4465</td></tr>
<tr><td colspan=3>fber</td><td>6985.4409</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06106938207156273</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.25951557093425603</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4174395172318484</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3624944891282875</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5979500289691355</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.291874033598122</td></tr>
<tr><td colspan=3>gcor</td><td>0.0039769</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0107860853895545</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026221955195069313</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7657378622952526</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>26.5998</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.5982</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.442</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307504.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>602.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.3269</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0763</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.289</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2989.4775</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>842.3255</td></tr>
<tr><td colspan=3>tsnr</td><td>47.0414996528998</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>