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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-02/func/sub-0074_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dd3aebdaa771d9e034213754bd63c5e1</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>20:26:35.047500</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.994328, -0.0833696, 0.0660436, 0.0787792, 0.99448, 0.0693042]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0973508</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7765, -7215, 631, -135, -238, -41, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>25ef45f4-eaf8-4c02-8ae6-b45af8629b98||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.6677088737487793, 0.21135880053043365, 0.19293372333049774, 99.10676574707031], [0.22367459535598755, 2.6681175231933594, 0.17201223969459534, -110.07281494140625], [0.17719019949436188, -0.18593811988830566, 2.687598943710327, -53.27225875854492], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['202635.047500', '202635.507500', '202635.967500', '202636.427500', '202636.887500', '202637.347500', '202637.807500', '202638.267500', '202638.727500', '202639.187500', '202639.647500', '202640.107500', '202640.567500', '202641.027500', '202641.487500', '202641.947500', '202642.407500', '202642.867500', '202643.327500', '202643.787500', '202644.247500', '202644.707500', '202645.167500', '202645.627500', '202646.087500', '202646.547500', '202647.007500', '202647.467500', '202647.927500', '202648.387500', '202648.847500', '202649.307500', '202649.767500', '202650.227500', '202650.687500', '202651.147500', '202651.607500', '202652.067500', '202652.527500', '202652.987500', '202653.447500', '202653.907500', '202654.367500', '202654.827500', '202655.287500', '202655.747500', '202656.207500', '202656.667500', '202657.127500', '202657.587500', '202658.047500', '202658.507500', '202658.967500', '202659.427500', '202659.887500', '202700.347500', '202700.807500', '202701.267500', '202701.727500', '202702.187500', '202702.647500', '202703.107500', '202703.567500', '202704.027500', '202704.487500', '202704.947500', '202705.407500', '202705.867500', '202706.327500', '202706.787500', '202707.247500', '202707.707500', '202708.167500', '202708.627500', '202709.087500', '202709.547500', '202710.007500', '202710.467500', '202710.927500', '202711.387500', '202711.847500', '202712.307500', '202712.767500', '202713.227500', '202713.687500', '202714.147500', '202714.607500', '202715.067500', '202715.527500', '202715.987500', '202716.447500', '202716.907500', '202717.367500', '202717.827500', '202718.287500', '202718.747500', '202719.207500', '202719.667500', '202720.127500', '202720.587500', '202721.047500', '202721.507500', '202721.967500', '202722.427500', '202722.887500', '202723.347500', '202723.807500', '202724.267500', '202724.727500', '202725.187500', '202725.647500', '202726.107500', '202726.567500', '202727.027500', '202727.487500', '202727.947500', '202728.407500', '202728.867500', '202729.327500', '202729.787500', '202730.247500', '202730.707500', '202731.167500', '202731.627500', '202732.087500', '202732.547500', '202733.007500', '202733.467500', '202733.927500', '202734.387500', '202734.847500', '202735.307500', '202735.767500', '202736.227500', '202736.687500', '202737.147500', '202737.607500', '202738.067500', '202738.527500', '202738.987500', '202739.447500', '202739.907500', '202740.367500', '202740.827500', '202741.287500', '202741.747500', '202742.207500', '202742.667500', '202743.127500', '202743.587500', '202744.047500', '202744.507500', '202744.967500', '202745.427500', '202745.887500', '202746.347500', '202746.807500', '202747.267500', '202747.727500', '202748.187500', '202748.647500', '202749.107500', '202749.567500', '202750.027500', '202750.487500', '202750.947500', '202751.407500', '202751.867500', '202752.327500', '202752.787500', '202753.247500', '202753.707500', '202754.167500', '202754.627500', '202755.087500', '202755.547500', '202756.007500', '202756.467500', '202756.927500', '202757.387500', '202757.847500', '202758.307500', '202758.767500', '202759.227500', '202759.687500', '202800.147500', '202800.607500', '202801.067500', '202801.527500', '202801.987500', '202802.447500', '202802.907500', '202803.367500', '202803.827500', '202804.287500', '202804.747500', '202805.207500', '202805.667500', '202806.127500', '202806.587500', '202807.047500', '202807.507500', '202807.967500', '202808.427500', '202808.887500', '202809.347500', '202809.807500', '202810.267500', '202810.727500', '202811.187500', '202811.647500', '202812.107500', '202812.567500', '202813.027500', '202813.487500', '202813.947500', '202814.407500', '202814.867500', '202815.327500', '202815.787500', '202816.247500', '202816.707500', '202817.167500', '202817.627500', '202818.087500', '202818.547500', '202819.007500', '202819.467500', '202819.927500', '202820.387500', '202820.847500', '202821.307500', '202821.767500', '202822.227500', '202822.687500', '202823.147500', '202823.607500', '202824.067500', '202824.527500', '202824.987500', '202825.447500', '202825.907500', '202826.367500', '202826.827500', '202827.287500', '202827.747500', '202828.207500', '202828.667500', '202829.127500', '202829.587500', '202830.047500', '202830.507500', '202830.967500', '202831.427500', '202831.887500', '202832.347500', '202832.807500', '202833.267500', '202833.727500', '202834.187500', '202834.647500', '202835.107500', '202835.567500', '202836.027500', '202836.487500', '202836.947500', '202837.407500', '202837.867500', '202838.327500', '202838.787500', '202839.247500', '202839.707500', '202840.167500', '202840.627500', '202841.087500', '202841.547500', '202842.007500', '202842.467500', '202842.927500', '202843.387500', '202843.847500', '202844.307500', '202844.767500', '202845.227500', '202845.687500', '202846.147500', '202846.607500', '202847.067500', '202847.527500', '202847.987500', '202848.447500', '202848.907500', '202849.367500', '202849.827500', '202850.287500', '202850.747500', '202851.207500', '202851.667500', '202852.127500', '202852.587500', '202853.047500', '202853.507500', '202853.967500', '202854.427500', '202854.887500', '202855.347500', '202855.807500', '202856.267500', '202856.727500', '202857.187500', '202857.647500', '202858.107500', '202858.567500', '202859.027500', '202859.487500', '202859.947500', '202900.407500', '202900.867500', '202901.327500', '202901.787500', '202902.247500', '202902.707500', '202903.167500', '202903.627500', '202904.087500', '202904.547500', '202905.007500', '202905.467500', '202905.927500', '202906.387500', '202906.847500', '202907.307500', '202907.767500', '202908.227500', '202908.687500', '202909.147500', '202909.607500', '202910.067500', '202910.527500', '202910.987500', '202911.447500', '202911.907500', '202912.367500', '202912.827500', '202913.287500', '202913.747500', '202914.207500', '202914.667500', '202915.127500', '202915.587500', '202916.047500', '202916.507500', '202916.967500', '202917.427500', '202917.887500', '202918.347500', '202918.807500', '202919.267500', '202919.727500', '202920.187500', '202920.647500', '202921.107500', '202921.567500', '202922.027500', '202922.487500', '202922.947500', '202923.407500', '202923.867500', '202924.327500', '202924.787500', '202925.247500', '202925.707500', '202926.167500', '202926.627500', '202927.087500', '202927.547500', '202928.007500', '202928.467500', '202928.927500', '202929.387500', '202929.847500', '202930.307500', '202930.767500', '202931.227500', '202931.687500', '202932.147500', '202932.607500', '202933.067500', '202933.527500', '202933.987500', '202934.447500', '202934.907500', '202935.367500', '202935.827500', '202936.287500', '202936.747500', '202937.207500', '202937.667500', '202938.127500', '202938.587500', '202939.047500', '202939.507500', '202939.967500', '202940.427500', '202940.887500', '202941.347500', '202941.807500', '202942.267500', '202942.727500', '202943.187500', '202943.647500', '202944.107500', '202944.567500', '202945.027500', '202945.487500', '202945.947500', '202946.407500', '202946.867500', '202947.327500', '202947.787500', '202948.247500', '202948.707500', '202949.167500', '202949.627500', '202950.087500', '202950.547500', '202951.007500', '202951.467500', '202951.927500', '202952.387500', '202952.847500', '202953.307500', '202953.767500', '202954.227500', '202954.687500', '202955.147500', '202955.607500', '202956.067500', '202956.527500', '202956.987500', '202957.447500', '202957.907500', '202958.367500', '202958.827500', '202959.287500', '202959.747500', '203000.207500', '203000.667500', '203001.127500', '203001.587500', '203002.047500', '203002.507500', '203002.967500', '203003.427500', '203003.887500', '203004.347500', '203004.807500', '203005.267500', '203005.727500', '203006.187500', '203006.647500', '203007.107500', '203007.567500', '203008.027500', '203008.487500', '203008.947500', '203009.407500', '203009.867500', '203010.327500', '203010.787500', '203011.247500', '203011.707500', '203012.167500', '203012.627500', '203013.087500', '203013.547500', '203014.007500', '203014.467500', '203014.927500', '203015.387500', '203015.847500', '203016.307500', '203016.767500', '203017.227500', '203017.687500', '203018.147500', '203018.607500', '203019.067500', '203019.527500', '203019.987500', '203020.447500', '203020.907500', '203021.367500', '203021.827500', '203022.287500', '203022.747500', '203023.207500', '203023.667500', '203024.127500', '203024.587500', '203025.047500', '203025.507500', '203025.967500', '203026.427500', '203026.887500', '203027.347500', '203027.807500', '203028.267500', '203028.727500', '203029.187500', '203029.647500', '203030.107500', '203030.567500', '203031.027500', '203031.487500', '203031.947500', '203032.407500', '203032.867500', '203033.327500', '203033.787500', '203034.247500', '203034.707500', '203035.167500', '203035.627500', '203036.087500', '203036.547500', '203037.007500', '203037.467500', '203037.927500', '203038.387500', '203038.847500', '203039.307500', '203039.767500', '203040.227500', '203040.687500', '203041.147500', '203041.607500', '203042.067500', '203042.527500', '203042.987500', '203043.447500', '203043.907500', '203044.367500', '203044.827500', '203045.287500', '203045.747500', '203046.207500', '203046.667500', '203047.127500', '203047.587500', '203048.047500', '203048.507500', '203048.967500', '203049.427500', '203049.887500', '203050.347500', '203050.807500', '203051.267500', '203051.727500', '203052.187500', '203052.647500', '203053.107500', '203053.567500', '203054.027500', '203054.487500', '203054.947500', '203055.407500', '203055.867500', '203056.327500', '203056.787500', '203057.247500', '203057.707500', '203058.167500', '203058.627500', '203059.087500', '203059.547500', '203100.007500', '203100.467500', '203100.927500', '203101.387500', '203101.847500', '203102.307500', '203102.767500', '203103.227500', '203103.687500', '203104.147500', '203104.607500', '203105.067500', '203105.527500', '203105.987500', '203106.447500', '203106.907500', '203107.367500', '203107.827500', '203108.287500', '203108.747500', '203109.207500', '203109.667500', '203110.127500', '203110.587500', '203111.047500', '203111.507500', '203111.967500', '203112.427500', '203112.887500', '203113.347500', '203113.807500', '203114.267500', '203114.727500', '203115.187500', '203115.647500', '203116.107500', '203116.567500', '203117.027500', '203117.487500', '203117.947500', '203118.407500', '203118.867500', '203119.327500', '203119.787500', '203120.247500', '203120.707500', '203121.167500', '203121.627500', '203122.087500', '203122.547500', '203123.007500', '203123.467500', '203123.927500', '203124.387500', '203124.847500', '203125.307500', '203125.767500', '203126.227500', '203126.687500', '203127.147500', '203127.607500', '203128.067500', '203128.527500', '203128.987500', '203129.447500', '203129.907500', '203130.367500', '203130.827500', '203131.287500', '203131.747500', '203132.207500', '203132.667500', '203133.127500', '203133.587500', '203134.047500', '203134.507500', '203134.967500', '203135.427500', '203135.887500', '203136.347500', '203136.807500', '203137.267500', '203137.727500', '203138.187500', '203138.647500', '203139.107500', '203139.567500', '203140.027500', '203140.487500', '203140.947500', '203141.407500', '203141.867500', '203142.327500', '203142.787500', '203143.247500', '203143.707500', '203144.167500', '203144.627500', '203145.087500', '203145.547500', '203146.007500', '203146.467500', '203146.927500', '203147.387500', '203147.847500', '203148.307500', '203148.767500', '203149.227500', '203149.687500', '203150.147500', '203150.607500', '203151.067500', '203151.527500', '203151.987500', '203152.447500', '203152.907500', '203153.367500', '203153.827500', '203154.287500', '203154.747500', '203155.207500', '203155.667500', '203156.127500', '203156.587500', '203157.047500', '203157.507500', '203157.967500', '203158.427500', '203158.887500', '203159.347500', '203159.807500', '203200.267500', '203200.727500', '203201.187500', '203201.647500', '203202.107500', '203202.567500', '203203.027500', '203203.487500', '203203.947500', '203204.407500', '203204.867500', '203205.327500', '203205.787500', '203206.247500', '203206.707500', '203207.167500', '203207.627500', '203208.087500', '203208.547500', '203209.007500', '203209.467500', '203209.927500', '203210.387500', '203210.847500', '203211.307500', '203211.767500', '203212.227500', '203212.687500', '203213.147500', '203213.607500', '203214.067500', '203214.527500', '203214.987500', '203215.447500', '203215.907500', '203216.367500', '203216.827500', '203217.287500', '203217.747500', '203218.207500', '203218.667500', '203219.127500', '203219.587500', '203220.047500', '203220.507500', '203220.967500', '203221.427500', '203221.887500', '203222.347500', '203222.807500', '203223.267500', '203223.727500', '203224.187500', '203224.647500', '203225.107500', '203225.567500', '203226.027500', '203226.487500', '203226.947500', '203227.407500', '203227.867500', '203228.327500', '203228.787500', '203229.247500', '203229.707500', '203230.167500', '203230.627500', '203231.087500', '203231.547500', '203232.007500', '203232.467500', '203232.927500', '203233.387500', '203233.847500', '203234.307500', '203234.767500', '203235.227500', '203235.687500', '203236.147500', '203236.607500', '203237.067500', '203237.527500', '203237.987500', '203238.447500', '203238.907500', '203239.367500', '203239.827500', '203240.287500', '203240.747500', '203241.207500', '203241.667500', '203242.127500', '203242.587500', '203243.047500', '203243.507500', '203243.967500', '203244.427500', '203244.887500', '203245.347500', '203245.807500', '203246.267500', '203246.727500', '203247.187500', '203247.647500', '203248.107500', '203248.567500', '203249.027500', '203249.487500', '203249.947500', '203250.407500', '203250.867500', '203251.327500', '203251.787500', '203252.247500', '203252.707500', '203253.167500', '203253.627500', '203254.087500', '203254.547500', '203255.007500', '203255.467500', '203255.927500', '203256.387500', '203256.847500', '203257.307500', '203257.767500', '203258.227500', '203258.687500', '203259.147500', '203259.607500', '203300.067500', '203300.527500', '203300.987500', '203301.447500', '203301.907500', '203302.367500', '203302.827500', '203303.287500', '203303.747500', '203304.207500', '203304.667500', '203305.127500', '203305.587500', '203306.047500', '203306.507500', '203306.967500', '203307.427500', '203307.887500', '203308.347500', '203308.807500', '203309.267500', '203309.727500', '203310.187500', '203310.647500', '203311.107500', '203311.567500', '203312.027500', '203312.487500', '203312.947500', '203313.407500', '203313.867500', '203314.327500', '203314.787500', '203315.247500', '203315.707500', '203316.167500', '203316.627500', '203317.087500', '203317.547500', '203318.007500', '203318.467500', '203318.927500', '203319.387500', '203319.847500', '203320.307500', '203320.767500', '203321.227500', '203321.687500', '203322.147500', '203322.607500', '203323.067500', '203323.527500', '203323.987500', '203324.447500', '203324.907500', '203325.367500', '203325.827500', '203326.287500', '203326.747500', '203327.207500', '203327.667500', '203328.127500', '203328.587500', '203329.047500', '203329.507500', '203329.967500', '203330.427500', '203330.887500', '203331.347500', '203331.807500', '203332.267500', '203332.727500', '203333.187500', '203333.647500', '203334.107500', '203334.567500', '203335.027500', '203335.487500', '203335.947500', '203336.407500', '203336.867500', '203337.327500', '203337.787500', '203338.247500', '203338.707500', '203339.167500', '203339.627500', '203340.087500', '203340.547500', '203341.007500', '203341.467500', '203341.927500', '203342.387500', '203342.847500', '203343.307500', '203343.767500', '203344.227500', '203344.687500', '203345.147500', '203345.607500', '203346.067500', '203346.527500', '203346.987500', '203347.447500', '203347.907500', '203348.367500', '203348.827500', '203349.287500', '203349.747500', '203350.207500', '203350.667500', '203351.127500', '203351.587500', '203352.047500', '203352.507500', '203352.967500', '203353.427500', '203353.887500', '203354.347500', '203354.807500', '203355.267500', '203355.727500', '203356.187500', '203356.647500', '203357.107500', '203357.567500', '203358.027500', '203358.487500', '203358.947500', '203359.407500', '203359.867500', '203400.327500', '203400.787500', '203401.247500', '203401.707500', '203402.167500', '203402.627500', '203403.087500', '203403.547500', '203404.007500', '203404.467500', '203404.927500', '203405.387500', '203405.847500', '203406.307500', '203406.767500', '203407.227500', '203407.687500', '203408.147500', '203408.607500', '203409.067500', '203409.527500', '203409.987500', '203410.447500', '203410.907500', '203411.367500', '203411.827500', '203412.287500', '203412.747500', '203413.207500', '203413.667500', '203414.127500', '203414.587500', '203415.047500', '203415.507500', '203415.967500', '203416.427500', '203416.887500', '203417.347500', '203417.807500', '203418.267500', '203418.727500', '203419.187500', '203419.647500', '203420.107500', '203420.567500', '203421.027500', '203421.487500', '203421.947500', '203422.407500', '203422.867500', '203423.327500', '203423.787500', '203424.247500', '203424.707500', '203425.167500', '203425.627500', '203426.087500', '203426.547500', '203427.007500', '203427.467500', '203427.927500', '203428.387500', '203428.847500', '203429.307500', '203429.767500', '203430.227500', '203430.687500', '203431.147500', '203431.607500', '203432.067500', '203432.527500', '203432.987500', '203433.447500', '203433.907500', '203434.367500', '203434.827500', '203435.287500', '203435.747500', '203436.207500', '203436.667500', '203437.127500', '203437.587500', '203438.047500', '203438.507500', '203438.967500', '203439.427500', '203439.887500', '203440.347500', '203440.807500', '203441.267500', '203441.727500', '203442.187500', '203442.647500', '203443.107500', '203443.567500', '203444.027500', '203444.487500', '203444.947500', '203445.407500', '203445.867500', '203446.327500', '203446.787500', '203447.247500', '203447.707500', '203448.167500', '203448.627500', '203449.087500', '203449.547500', '203450.007500', '203450.467500', '203450.927500', '203451.387500', '203451.847500', '203452.307500', '203452.767500', '203453.227500', '203453.687500', '203454.147500', '203454.607500', '203455.067500', '203455.527500', '203455.987500', '203456.447500', '203456.907500', '203457.367500', '203457.827500', '203458.287500', '203458.747500', '203459.207500', '203459.667500', '203500.127500', '203500.587500', '203501.047500', '203501.507500', '203501.967500', '203502.427500', '203502.887500', '203503.347500', '203503.807500', '203504.267500', '203504.727500', '203505.187500', '203505.647500', '203506.107500', '203506.567500', '203507.027500', '203507.487500', '203507.947500', '203508.407500', '203508.867500', '203509.327500', '203509.787500', '203510.247500', '203510.707500', '203511.167500', '203511.627500', '203512.087500', '203512.547500', '203513.007500', '203513.467500', '203513.927500', '203514.387500', '203514.847500', '203515.307500', '203515.767500', '203516.227500', '203516.687500', '203517.147500', '203517.607500', '203518.067500', '203518.527500', '203518.987500', '203519.447500', '203519.907500', '203520.367500', '203520.827500', '203521.287500', '203521.747500', '203522.207500', '203522.667500', '203523.127500', '203523.587500', '203524.047500', '203524.507500', '203524.967500', '203525.427500', '203525.887500', '203526.347500', '203526.807500', '203527.267500'], 'ContentTime': ['202656.421000', '202656.424000', '202656.427000', '202656.430000', '202656.432000', '202656.435000', '202656.438000', '202656.441000', '202656.444000', '202656.446000', '202656.449000', '202656.452000', '202656.455000', '202656.458000', '202656.461000', '202656.463000', '202656.466000', '202656.468000', '202656.471000', '202656.474000', '202656.476000', '202656.479000', '202656.481000', '202656.484000', '202656.487000', '202656.489000', '202656.505000', '202656.508000', '202656.510000', '202656.513000', '202656.515000', '202656.518000', '202656.521000', '202656.523000', '202656.526000', '202656.529000', '202656.531000', '202656.534000', '202656.537000', '202656.539000', '202656.542000', '202656.553000', '202656.555000', '202656.558000', '202716.390000', '202716.393000', '202716.396000', '202716.398000', '202716.401000', '202716.403000', '202716.406000', '202716.409000', '202716.411000', '202716.414000', '202716.416000', '202716.419000', '202716.422000', '202716.424000', '202716.427000', '202716.430000', '202716.432000', '202716.435000', '202716.437000', '202716.440000', '202716.442000', '202716.445000', '202716.448000', '202716.450000', '202716.453000', '202716.455000', '202716.458000', '202716.461000', '202716.463000', '202716.466000', '202716.468000', '202716.471000', '202716.473000', '202716.476000', '202716.478000', '202716.481000', '202716.484000', '202716.486000', '202716.489000', '202716.492000', '202716.494000', '202716.505000', '202716.508000', '202736.391000', '202736.394000', '202736.397000', '202736.399000', '202736.402000', '202736.404000', '202736.407000', '202736.409000', '202736.412000', '202736.415000', '202736.417000', '202736.420000', '202736.422000', '202736.425000', '202736.428000', '202736.430000', '202736.433000', '202736.435000', '202736.438000', '202736.440000', '202736.443000', '202736.446000', '202736.448000', '202736.451000', '202736.453000', '202736.456000', '202736.458000', '202736.461000', '202736.463000', '202736.466000', '202736.469000', '202736.471000', '202736.474000', '202736.476000', '202736.479000', '202736.481000', '202736.484000', '202736.487000', '202736.489000', '202736.492000', '202736.495000', '202736.497000', '202736.500000', '202736.502000', '202756.391000', '202756.394000', '202756.397000', '202756.399000', '202756.402000', '202756.405000', '202756.407000', '202756.410000', '202756.412000', '202756.425000', '202756.428000', '202756.430000', '202756.433000', '202756.435000', '202756.438000', '202756.441000', '202756.443000', '202756.446000', '202756.448000', '202756.451000', '202756.454000', '202756.456000', '202756.459000', '202756.461000', '202756.478000', '202756.481000', '202756.483000', '202756.486000', '202756.489000', '202756.491000', '202756.494000', '202756.496000', '202756.499000', '202756.502000', '202756.504000', '202756.507000', '202756.510000', '202756.512000', '202756.515000', '202756.517000', '202756.520000', '202756.523000', '202756.525000', '202816.392000', '202816.395000', '202816.398000', '202816.401000', '202816.403000', '202816.406000', '202816.408000', '202816.411000', '202816.413000', '202816.416000', '202816.419000', '202816.421000', '202816.424000', '202816.426000', '202816.429000', '202816.432000', '202816.434000', '202816.437000', '202816.439000', '202816.442000', '202816.445000', '202816.448000', '202816.450000', '202816.453000', '202816.456000', '202816.458000', '202816.461000', '202816.463000', '202816.466000', '202816.468000', '202816.471000', '202816.474000', '202816.476000', '202816.479000', '202816.481000', '202816.484000', '202816.487000', '202816.489000', '202816.492000', '202816.494000', '202816.497000', '202816.499000', '202816.502000', '202816.505000', '202836.392000', '202836.394000', '202836.397000', '202836.400000', '202836.402000', '202836.405000', '202836.407000', '202836.410000', '202836.413000', '202836.415000', '202836.418000', '202836.420000', '202836.423000', '202836.426000', '202836.428000', '202836.431000', '202836.433000', '202836.436000', '202836.438000', '202836.441000', '202836.444000', '202836.446000', '202836.449000', '202836.451000', '202836.454000', '202836.457000', '202836.459000', '202836.462000', '202836.464000', '202836.467000', '202836.469000', '202836.472000', '202836.475000', '202836.477000', '202836.480000', '202836.483000', '202836.485000', '202836.488000', '202836.491000', '202836.493000', '202836.496000', '202836.498000', '202836.501000', '202856.391000', '202856.394000', '202856.397000', '202856.400000', '202856.402000', '202856.405000', '202856.407000', '202856.410000', '202856.413000', '202856.415000', '202856.418000', '202856.420000', '202856.423000', '202856.426000', '202856.428000', '202856.431000', '202856.433000', '202856.436000', '202856.438000', '202856.441000', '202856.444000', '202856.446000', '202856.449000', '202856.451000', '202856.454000', '202856.457000', '202856.459000', '202856.462000', '202856.464000', '202856.467000', '202856.469000', '202856.472000', '202856.475000', '202856.477000', '202856.480000', '202856.482000', '202856.485000', '202856.488000', '202856.490000', '202856.493000', '202856.496000', '202856.498000', '202856.501000', '202916.391000', '202916.394000', '202916.397000', '202916.400000', '202916.402000', '202916.405000', '202916.407000', '202916.410000', '202916.413000', '202916.415000', '202916.418000', '202916.420000', '202916.423000', '202916.425000', '202916.428000', '202916.431000', '202916.433000', '202916.436000', '202916.438000', '202916.441000', '202916.444000', '202916.446000', '202916.449000', '202916.451000', '202916.454000', '202916.463000', '202916.466000', '202916.468000', '202916.471000', '202916.474000', '202916.476000', '202916.479000', '202916.481000', '202916.484000', '202916.487000', '202916.489000', '202916.492000', '202916.494000', '202916.497000', '202916.499000', '202916.502000', '202916.505000', '202916.507000', '202916.510000', '202936.390000', '202936.393000', '202936.396000', '202936.398000', '202936.401000', '202936.416000', '202936.418000', '202936.421000', '202936.424000', '202936.426000', '202936.429000', '202936.432000', '202936.435000', '202936.437000', '202936.440000', '202936.443000', '202936.445000', '202936.448000', '202936.450000', '202936.453000', '202936.456000', '202936.458000', '202936.461000', '202936.464000', '202936.466000', '202936.469000', '202936.471000', '202936.474000', '202936.477000', '202936.479000', '202936.482000', '202936.485000', '202936.487000', '202936.490000', '202936.493000', '202936.495000', '202936.498000', '202936.500000', '202936.503000', '202936.505000', '202936.508000', '202936.511000', '202936.513000', '202936.516000', '202956.392000', '202956.394000', '202956.397000', '202956.400000', '202956.402000', '202956.405000', '202956.408000', '202956.410000', '202956.413000', '202956.415000', '202956.418000', '202956.420000', '202956.423000', '202956.426000', '202956.428000', '202956.431000', '202956.433000', '202956.436000', '202956.439000', '202956.441000', '202956.444000', '202956.446000', '202956.449000', '202956.452000', '202956.454000', '202956.457000', '202956.459000', '202956.462000', '202956.465000', '202956.467000', '202956.470000', '202956.472000', '202956.475000', '202956.478000', '202956.480000', '202956.483000', '202956.485000', '202956.488000', '202956.491000', '202956.493000', '202956.496000', '202956.498000', '202956.501000', '203016.391000', '203016.394000', '203016.397000', '203016.400000', '203016.402000', '203016.405000', '203016.408000', '203016.410000', '203016.414000', '203016.417000', '203016.419000', '203016.422000', '203016.425000', '203016.427000', '203016.430000', '203016.432000', '203016.435000', '203016.437000', '203016.440000', '203016.443000', '203016.445000', '203016.448000', '203016.451000', '203016.453000', '203016.456000', '203016.458000', '203016.461000', '203016.463000', '203016.466000', '203016.469000', '203016.471000', '203016.474000', '203016.476000', '203016.479000', '203016.482000', '203016.484000', '203016.487000', '203016.489000', '203016.492000', '203016.495000', '203016.497000', '203016.500000', '203016.502000', '203036.392000', '203036.394000', '203036.397000', '203036.400000', '203036.403000', '203036.405000', '203036.408000', '203036.410000', '203036.413000', '203036.415000', '203036.418000', '203036.421000', '203036.423000', '203036.426000', '203036.428000', '203036.431000', '203036.434000', '203036.436000', '203036.439000', '203036.441000', '203036.444000', '203036.447000', '203036.449000', '203036.452000', '203036.454000', '203036.457000', '203036.460000', '203036.462000', '203036.465000', '203036.467000', '203036.470000', '203036.473000', '203036.475000', '203036.478000', '203036.481000', '203036.483000', '203036.486000', '203036.488000', '203036.491000', '203036.494000', '203036.496000', '203036.499000', '203036.501000', '203036.504000', '203056.392000', '203056.395000', '203056.397000', '203056.400000', '203056.403000', '203056.405000', '203056.408000', '203056.411000', '203056.414000', '203056.417000', '203056.420000', '203056.422000', '203056.425000', '203056.428000', '203056.430000', '203056.433000', '203056.435000', '203056.438000', '203056.441000', '203056.443000', '203056.446000', '203056.449000', '203056.451000', '203056.454000', '203056.456000', '203056.459000', '203056.461000', '203056.464000', '203056.467000', '203056.469000', '203056.489000', '203056.492000', '203056.494000', '203056.497000', '203056.500000', '203056.502000', '203056.505000', '203056.507000', '203056.510000', '203056.512000', '203056.515000', '203056.518000', '203056.520000', '203116.391000', '203116.394000', '203116.397000', '203116.400000', '203116.402000', '203116.405000', '203116.407000', '203116.410000', '203116.413000', '203116.415000', '203116.418000', '203116.420000', '203116.423000', '203116.426000', '203116.428000', '203116.431000', '203116.434000', '203116.436000', '203116.439000', '203116.442000', '203116.444000', '203116.447000', '203116.450000', '203116.452000', '203116.455000', '203116.457000', '203116.460000', '203116.463000', '203116.465000', '203116.468000', '203116.471000', '203116.473000', '203116.476000', '203116.478000', '203116.481000', '203116.484000', '203116.486000', '203116.489000', '203116.491000', '203116.494000', '203116.496000', '203116.499000', '203116.502000', '203116.504000', '203136.391000', '203136.394000', '203136.397000', '203136.400000', '203136.402000', '203136.405000', '203136.407000', '203136.410000', '203136.412000', '203136.415000', '203136.418000', '203136.420000', '203136.423000', '203136.425000', '203136.428000', '203136.430000', '203136.433000', '203136.436000', '203136.438000', '203136.441000', '203136.443000', '203136.446000', '203136.448000', '203136.451000', '203136.454000', '203136.456000', '203136.459000', '203136.462000', '203136.464000', '203136.467000', '203136.470000', '203136.472000', '203136.475000', '203136.478000', '203136.480000', '203136.483000', '203136.485000', '203136.488000', '203136.490000', '203136.493000', '203136.496000', '203136.498000', '203136.501000', '203156.391000', '203156.394000', '203156.396000', '203156.399000', '203156.401000', '203156.404000', '203156.407000', '203156.409000', '203156.412000', '203156.415000', '203156.417000', '203156.420000', '203156.422000', '203156.425000', '203156.428000', '203156.430000', '203156.433000', '203156.435000', '203156.438000', '203156.441000', '203156.445000', '203156.448000', '203156.451000', '203156.453000', '203156.456000', '203156.458000', '203156.461000', '203156.464000', '203156.466000', '203156.469000', '203156.472000', '203156.474000', '203156.477000', '203156.479000', '203156.482000', '203156.485000', '203156.487000', '203156.490000', '203156.492000', '203156.495000', '203156.498000', '203156.500000', '203156.503000', '203156.506000', '203216.392000', '203216.394000', '203216.397000', '203216.400000', '203216.402000', '203216.405000', '203216.407000', '203216.410000', '203216.413000', '203216.415000', '203216.418000', '203216.420000', '203216.423000', '203216.426000', '203216.428000', '203216.431000', '203216.433000', '203216.436000', '203216.438000', '203216.441000', '203216.444000', '203216.446000', '203216.449000', '203216.451000', '203216.454000', '203216.457000', '203216.459000', '203216.462000', '203216.464000', '203216.467000', '203216.470000', '203216.472000', '203216.475000', '203216.477000', '203216.480000', '203216.482000', '203216.485000', '203216.488000', '203216.490000', '203216.493000', '203216.496000', '203216.510000', '203216.513000', '203236.391000', '203236.394000', '203236.397000', '203236.400000', '203236.402000', '203236.405000', '203236.407000', '203236.410000', '203236.413000', '203236.415000', '203236.418000', '203236.420000', '203236.423000', '203236.426000', '203236.428000', '203236.431000', '203236.433000', '203236.436000', '203236.439000', '203236.441000', '203236.444000', '203236.446000', '203236.449000', '203236.452000', '203236.454000', '203236.457000', '203236.459000', '203236.462000', '203236.465000', '203236.467000', '203236.470000', '203236.472000', '203236.475000', '203236.478000', '203236.480000', '203236.483000', '203236.486000', '203236.488000', '203236.491000', '203236.493000', '203236.496000', '203236.499000', '203236.501000', '203236.504000', '203256.392000', '203256.394000', '203256.397000', '203256.400000', '203256.402000', '203256.405000', '203256.407000', '203256.410000', '203256.413000', '203256.415000', '203256.418000', '203256.421000', '203256.423000', '203256.426000', '203256.428000', '203256.431000', '203256.434000', '203256.436000', '203256.439000', '203256.441000', '203256.444000', '203256.446000', '203256.449000', '203256.452000', '203256.454000', '203256.457000', '203256.460000', '203256.462000', '203256.465000', '203256.467000', '203256.470000', '203256.473000', '203256.475000', '203256.478000', '203256.480000', '203256.483000', '203256.486000', '203256.488000', '203256.491000', '203256.494000', '203256.496000', '203256.499000', '203256.502000', '203316.392000', '203316.394000', '203316.400000', '203316.402000', '203316.405000', '203316.408000', '203316.410000', '203316.413000', '203316.415000', '203316.418000', '203316.421000', '203316.423000', '203316.426000', '203316.429000', '203316.431000', '203316.434000', '203316.436000', '203316.439000', '203316.442000', '203316.444000', '203316.447000', '203316.449000', '203316.452000', '203316.455000', '203316.457000', '203316.460000', '203316.462000', '203316.465000', '203316.468000', '203316.470000', '203316.473000', '203316.475000', '203316.478000', '203316.481000', '203316.483000', '203316.486000', '203316.489000', '203316.491000', '203316.494000', '203316.496000', '203316.499000', '203316.502000', '203316.504000', '203316.507000', '203336.391000', '203336.394000', '203336.397000', '203336.399000', '203336.402000', '203336.405000', '203336.407000', '203336.410000', '203336.412000', '203336.415000', '203336.418000', '203336.420000', '203336.423000', '203336.425000', '203336.428000', '203336.430000', '203336.433000', '203336.436000', '203336.438000', '203336.441000', '203336.443000', '203336.446000', '203336.448000', '203336.451000', '203336.454000', '203336.457000', '203336.459000', '203336.462000', '203336.464000', '203336.467000', '203336.469000', '203336.472000', '203336.475000', '203336.478000', '203336.480000', '203336.483000', '203336.485000', '203336.488000', '203336.491000', '203336.493000', '203336.496000', '203336.499000', '203336.501000', '203356.392000', '203356.394000', '203356.397000', '203356.400000', '203356.402000', '203356.405000', '203356.407000', '203356.410000', '203356.413000', '203356.415000', '203356.418000', '203356.421000', '203356.423000', '203356.426000', '203356.428000', '203356.431000', '203356.434000', '203356.436000', '203356.439000', '203356.441000', '203356.444000', '203356.447000', '203356.449000', '203356.452000', '203356.455000', '203356.457000', '203356.460000', '203356.462000', '203356.465000', '203356.468000', '203356.470000', '203356.473000', '203356.475000', '203356.478000', '203356.481000', '203356.483000', '203356.486000', '203356.488000', '203356.491000', '203356.494000', '203356.496000', '203356.499000', '203356.501000', '203356.504000', '203416.390000', '203416.393000', '203416.396000', '203416.398000', '203416.401000', '203416.404000', '203416.406000', '203416.409000', '203416.412000', '203416.414000', '203416.417000', '203416.419000', '203416.422000', '203416.424000', '203416.427000', '203416.430000', '203416.432000', '203416.435000', '203416.437000', '203416.440000', '203416.443000', '203416.445000', '203416.448000', '203416.451000', '203416.454000', '203416.456000', '203416.459000', '203416.461000', '203416.464000', '203416.467000', '203416.469000', '203416.472000', '203416.474000', '203416.477000', '203416.480000', '203416.482000', '203416.485000', '203416.488000', '203416.490000', '203416.493000', '203416.495000', '203416.498000', '203416.500000', '203436.392000', '203436.395000', '203436.397000', '203436.400000', '203436.403000', '203436.405000', '203436.408000', '203436.411000', '203436.414000', '203436.416000', '203436.419000', '203436.422000', '203436.425000', '203436.427000', '203436.430000', '203436.433000', '203436.435000', '203436.438000', '203436.440000', '203436.443000', '203436.446000', '203436.448000', '203436.451000', '203436.454000', '203436.457000', '203436.459000', '203436.462000', '203436.465000', '203436.471000', '203436.473000', '203436.476000', '203436.479000', '203436.481000', '203436.484000', '203436.487000', '203436.489000', '203436.492000', '203436.495000', '203436.497000', '203436.500000', '203436.502000', '203436.505000', '203436.508000', '203436.510000', '203456.392000', '203456.394000', '203456.397000', '203456.400000', '203456.402000', '203456.405000', '203456.407000', '203456.410000', '203456.413000', '203456.415000', '203456.418000', '203456.420000', '203456.423000', '203456.426000', '203456.428000', '203456.431000', '203456.433000', '203456.436000', '203456.439000', '203456.441000', '203456.444000', '203456.446000', '203456.449000', '203456.452000', '203456.454000', '203456.457000', '203456.459000', '203456.462000', '203456.465000', '203456.467000', '203456.470000', '203456.472000', '203456.475000', '203456.477000', '203456.480000', '203456.483000', '203456.485000', '203456.488000', '203456.491000', '203456.493000', '203456.496000', '203456.498000', '203456.501000', '203516.392000', '203516.394000', '203516.397000', '203516.400000', '203516.402000', '203516.405000', '203516.408000', '203516.410000', '203516.413000', '203516.415000', '203516.418000', '203516.421000', '203516.423000', '203516.426000', '203516.429000', '203516.431000', '203516.434000', '203516.436000', '203516.439000', '203516.442000', '203516.444000', '203516.447000', '203516.449000', '203516.452000', '203516.455000', '203516.457000', '203516.460000', '203516.463000', '203516.465000', '203516.468000', '203516.470000', '203516.473000', '203516.476000', '203516.478000', '203516.481000', '203516.483000', '203516.486000', '203516.489000', '203516.491000', '203516.494000', '203516.497000', '203516.499000', '203516.502000', '203516.504000', '203528.787000', '203528.790000', '203528.793000', '203528.796000', '203528.799000', '203528.802000', '203528.805000', '203528.807000', '203528.810000', '203528.813000', '203528.815000', '203528.818000', '203528.821000', '203528.824000', '203528.826000', '203528.829000', '203528.832000', '203528.835000', '203528.838000', '203528.840000', '203528.843000', '203528.846000', '203528.848000', '203528.851000', '203528.854000', '203528.856000', '203528.859000'], 'InstanceCreationTime': ['202656.421000', '202656.424000', '202656.427000', '202656.430000', '202656.432000', '202656.435000', '202656.438000', '202656.441000', '202656.444000', '202656.446000', '202656.449000', '202656.452000', '202656.455000', '202656.458000', '202656.461000', '202656.463000', '202656.466000', '202656.468000', '202656.471000', '202656.474000', '202656.476000', '202656.479000', '202656.481000', '202656.484000', '202656.487000', '202656.489000', '202656.505000', '202656.508000', '202656.510000', '202656.513000', '202656.515000', '202656.518000', '202656.521000', '202656.523000', '202656.526000', '202656.529000', '202656.531000', '202656.534000', '202656.537000', '202656.539000', '202656.542000', '202656.553000', '202656.555000', '202656.558000', '202716.390000', '202716.393000', '202716.396000', '202716.398000', '202716.401000', '202716.403000', '202716.406000', '202716.409000', '202716.411000', '202716.414000', '202716.416000', '202716.419000', '202716.422000', '202716.424000', '202716.427000', '202716.430000', '202716.432000', '202716.435000', '202716.437000', '202716.440000', '202716.442000', '202716.445000', '202716.448000', '202716.450000', '202716.453000', '202716.455000', '202716.458000', '202716.461000', '202716.463000', '202716.466000', '202716.468000', '202716.471000', '202716.473000', '202716.476000', '202716.478000', '202716.481000', '202716.484000', '202716.486000', '202716.489000', '202716.492000', '202716.494000', '202716.505000', '202716.508000', '202736.391000', '202736.394000', '202736.397000', '202736.399000', '202736.402000', '202736.404000', '202736.407000', '202736.409000', '202736.412000', '202736.415000', '202736.417000', '202736.420000', '202736.422000', '202736.425000', '202736.428000', '202736.430000', '202736.433000', '202736.435000', '202736.438000', '202736.440000', '202736.443000', '202736.446000', '202736.448000', '202736.451000', '202736.453000', '202736.456000', '202736.458000', '202736.461000', '202736.463000', '202736.466000', '202736.469000', '202736.471000', '202736.474000', '202736.476000', '202736.479000', '202736.481000', '202736.484000', '202736.487000', '202736.489000', '202736.492000', '202736.495000', '202736.497000', '202736.500000', '202736.502000', '202756.391000', '202756.394000', '202756.397000', '202756.399000', '202756.402000', '202756.405000', '202756.407000', '202756.410000', '202756.412000', '202756.425000', '202756.428000', '202756.430000', '202756.433000', '202756.435000', '202756.438000', '202756.441000', '202756.443000', '202756.446000', '202756.448000', '202756.451000', '202756.454000', '202756.456000', '202756.459000', '202756.461000', '202756.478000', '202756.481000', '202756.483000', '202756.486000', '202756.489000', '202756.491000', '202756.494000', '202756.496000', '202756.499000', '202756.502000', '202756.504000', '202756.507000', '202756.510000', '202756.512000', '202756.515000', '202756.517000', '202756.520000', '202756.523000', '202756.525000', '202816.392000', '202816.395000', '202816.398000', '202816.401000', '202816.403000', '202816.406000', '202816.408000', '202816.411000', '202816.413000', '202816.416000', '202816.419000', '202816.421000', '202816.424000', '202816.426000', '202816.429000', '202816.432000', '202816.434000', '202816.437000', '202816.439000', '202816.442000', '202816.445000', '202816.448000', '202816.450000', '202816.453000', '202816.456000', '202816.458000', '202816.461000', '202816.463000', '202816.466000', '202816.468000', '202816.471000', '202816.474000', '202816.476000', '202816.479000', '202816.481000', '202816.484000', '202816.487000', '202816.489000', '202816.492000', '202816.494000', '202816.497000', '202816.499000', '202816.502000', '202816.505000', '202836.392000', '202836.394000', '202836.397000', '202836.400000', '202836.402000', '202836.405000', '202836.407000', '202836.410000', '202836.413000', '202836.415000', '202836.418000', '202836.420000', '202836.423000', '202836.426000', '202836.428000', '202836.431000', '202836.433000', '202836.436000', '202836.438000', '202836.441000', '202836.444000', '202836.446000', '202836.449000', '202836.451000', '202836.454000', '202836.457000', '202836.459000', '202836.462000', '202836.464000', '202836.467000', '202836.469000', '202836.472000', '202836.475000', '202836.477000', '202836.480000', '202836.483000', '202836.485000', '202836.488000', '202836.491000', '202836.493000', '202836.496000', '202836.498000', '202836.501000', '202856.391000', '202856.394000', '202856.397000', '202856.400000', '202856.402000', '202856.405000', '202856.407000', '202856.410000', '202856.413000', '202856.415000', '202856.418000', '202856.420000', '202856.423000', '202856.426000', '202856.428000', '202856.431000', '202856.433000', '202856.436000', '202856.438000', '202856.441000', '202856.444000', '202856.446000', '202856.449000', '202856.451000', '202856.454000', '202856.457000', '202856.459000', '202856.462000', '202856.464000', '202856.467000', '202856.469000', '202856.472000', '202856.475000', '202856.477000', '202856.480000', '202856.482000', '202856.485000', '202856.488000', '202856.490000', '202856.493000', '202856.496000', '202856.498000', '202856.501000', '202916.391000', '202916.394000', '202916.397000', '202916.400000', '202916.402000', '202916.405000', '202916.407000', '202916.410000', '202916.413000', '202916.415000', '202916.418000', '202916.420000', '202916.423000', '202916.425000', '202916.428000', '202916.431000', '202916.433000', '202916.436000', '202916.438000', '202916.441000', '202916.444000', '202916.446000', '202916.449000', '202916.451000', '202916.454000', '202916.463000', '202916.466000', '202916.468000', '202916.471000', '202916.474000', '202916.476000', '202916.479000', '202916.481000', '202916.484000', '202916.487000', '202916.489000', '202916.492000', '202916.494000', '202916.497000', '202916.499000', '202916.502000', '202916.505000', '202916.507000', '202916.510000', '202936.390000', '202936.393000', '202936.396000', '202936.398000', '202936.401000', '202936.416000', '202936.418000', '202936.421000', '202936.424000', '202936.426000', '202936.429000', '202936.432000', '202936.435000', '202936.437000', '202936.440000', '202936.443000', '202936.445000', '202936.448000', '202936.450000', '202936.453000', '202936.456000', '202936.458000', '202936.461000', '202936.464000', '202936.466000', '202936.469000', '202936.471000', '202936.474000', '202936.477000', '202936.479000', '202936.482000', '202936.485000', '202936.487000', '202936.490000', '202936.493000', '202936.495000', '202936.498000', '202936.500000', '202936.503000', '202936.505000', '202936.508000', '202936.511000', '202936.513000', '202936.516000', '202956.392000', '202956.394000', '202956.397000', '202956.400000', '202956.402000', '202956.405000', '202956.408000', '202956.410000', '202956.413000', '202956.415000', '202956.418000', '202956.420000', '202956.423000', '202956.426000', '202956.428000', '202956.431000', '202956.433000', '202956.436000', '202956.439000', '202956.441000', '202956.444000', '202956.446000', '202956.449000', '202956.452000', '202956.454000', '202956.457000', '202956.459000', '202956.462000', '202956.465000', '202956.467000', '202956.470000', '202956.472000', '202956.475000', '202956.478000', '202956.480000', '202956.483000', '202956.485000', '202956.488000', '202956.491000', '202956.493000', '202956.496000', '202956.498000', '202956.501000', '203016.391000', '203016.394000', '203016.397000', '203016.400000', '203016.402000', '203016.405000', '203016.408000', '203016.410000', '203016.414000', '203016.417000', '203016.419000', '203016.422000', '203016.425000', '203016.427000', '203016.430000', '203016.432000', '203016.435000', '203016.437000', '203016.440000', '203016.443000', '203016.445000', '203016.448000', '203016.451000', '203016.453000', '203016.456000', '203016.458000', '203016.461000', '203016.463000', '203016.466000', '203016.469000', '203016.471000', '203016.474000', '203016.476000', '203016.479000', '203016.482000', '203016.484000', '203016.487000', '203016.489000', '203016.492000', '203016.495000', '203016.497000', '203016.500000', '203016.502000', '203036.392000', '203036.394000', '203036.397000', '203036.400000', '203036.403000', '203036.405000', '203036.408000', '203036.410000', '203036.413000', '203036.415000', '203036.418000', '203036.421000', '203036.423000', '203036.426000', '203036.428000', '203036.431000', '203036.434000', '203036.436000', '203036.439000', '203036.441000', '203036.444000', '203036.447000', '203036.449000', '203036.452000', '203036.454000', '203036.457000', '203036.460000', '203036.462000', '203036.465000', '203036.467000', '203036.470000', '203036.473000', '203036.475000', '203036.478000', '203036.481000', '203036.483000', '203036.486000', '203036.488000', '203036.491000', '203036.494000', '203036.496000', '203036.499000', '203036.501000', '203036.504000', '203056.392000', '203056.395000', '203056.397000', '203056.400000', '203056.403000', '203056.405000', '203056.408000', '203056.411000', '203056.414000', '203056.417000', '203056.420000', '203056.422000', '203056.425000', '203056.428000', '203056.430000', '203056.433000', '203056.435000', '203056.438000', '203056.441000', '203056.443000', '203056.446000', '203056.449000', '203056.451000', '203056.454000', '203056.456000', '203056.459000', '203056.461000', '203056.464000', '203056.467000', '203056.469000', '203056.489000', '203056.492000', '203056.494000', '203056.497000', '203056.500000', '203056.502000', '203056.505000', '203056.507000', '203056.510000', '203056.512000', '203056.515000', '203056.518000', '203056.520000', '203116.391000', '203116.394000', '203116.397000', '203116.400000', '203116.402000', '203116.405000', '203116.407000', '203116.410000', '203116.413000', '203116.415000', '203116.418000', '203116.420000', '203116.423000', '203116.426000', '203116.428000', '203116.431000', '203116.434000', '203116.436000', '203116.439000', '203116.442000', '203116.444000', '203116.447000', '203116.450000', '203116.452000', '203116.455000', '203116.457000', '203116.460000', '203116.463000', '203116.465000', '203116.468000', '203116.471000', '203116.473000', '203116.476000', '203116.478000', '203116.481000', '203116.484000', '203116.486000', '203116.489000', '203116.491000', '203116.494000', '203116.496000', '203116.499000', '203116.502000', '203116.504000', '203136.391000', '203136.394000', '203136.397000', '203136.400000', '203136.402000', '203136.405000', '203136.407000', '203136.410000', '203136.412000', '203136.415000', '203136.418000', '203136.420000', '203136.423000', '203136.425000', '203136.428000', '203136.430000', '203136.433000', '203136.436000', '203136.438000', '203136.441000', '203136.443000', '203136.446000', '203136.448000', '203136.451000', '203136.454000', '203136.456000', '203136.459000', '203136.462000', '203136.464000', '203136.467000', '203136.470000', '203136.472000', '203136.475000', '203136.478000', '203136.480000', '203136.483000', '203136.485000', '203136.488000', '203136.490000', '203136.493000', '203136.496000', '203136.498000', '203136.501000', '203156.391000', '203156.394000', '203156.396000', '203156.399000', '203156.401000', '203156.404000', '203156.407000', '203156.409000', '203156.412000', '203156.415000', '203156.417000', '203156.420000', '203156.422000', '203156.425000', '203156.428000', '203156.430000', '203156.433000', '203156.435000', '203156.438000', '203156.441000', '203156.445000', '203156.448000', '203156.451000', '203156.453000', '203156.456000', '203156.458000', '203156.461000', '203156.464000', '203156.466000', '203156.469000', '203156.472000', '203156.474000', '203156.477000', '203156.479000', '203156.482000', '203156.485000', '203156.487000', '203156.490000', '203156.492000', '203156.495000', '203156.498000', '203156.500000', '203156.503000', '203156.506000', '203216.392000', '203216.394000', '203216.397000', '203216.400000', '203216.402000', '203216.405000', '203216.407000', '203216.410000', '203216.413000', '203216.415000', '203216.418000', '203216.420000', '203216.423000', '203216.426000', '203216.428000', '203216.431000', '203216.433000', '203216.436000', '203216.438000', '203216.441000', '203216.444000', '203216.446000', '203216.449000', '203216.451000', '203216.454000', '203216.457000', '203216.459000', '203216.462000', '203216.464000', '203216.467000', '203216.470000', '203216.472000', '203216.475000', '203216.477000', '203216.480000', '203216.482000', '203216.485000', '203216.488000', '203216.490000', '203216.493000', '203216.496000', '203216.510000', '203216.513000', '203236.391000', '203236.394000', '203236.397000', '203236.400000', '203236.402000', '203236.405000', '203236.407000', '203236.410000', '203236.413000', '203236.415000', '203236.418000', '203236.420000', '203236.423000', '203236.426000', '203236.428000', '203236.431000', '203236.433000', '203236.436000', '203236.439000', '203236.441000', '203236.444000', '203236.446000', '203236.449000', '203236.452000', '203236.454000', '203236.457000', '203236.459000', '203236.462000', '203236.465000', '203236.467000', '203236.470000', '203236.472000', '203236.475000', '203236.478000', '203236.480000', '203236.483000', '203236.486000', '203236.488000', '203236.491000', '203236.493000', '203236.496000', '203236.499000', '203236.501000', '203236.504000', '203256.392000', '203256.394000', '203256.397000', '203256.400000', '203256.402000', '203256.405000', '203256.407000', '203256.410000', '203256.413000', '203256.415000', '203256.418000', '203256.421000', '203256.423000', '203256.426000', '203256.428000', '203256.431000', '203256.434000', '203256.436000', '203256.439000', '203256.441000', '203256.444000', '203256.446000', '203256.449000', '203256.452000', '203256.454000', '203256.457000', '203256.460000', '203256.462000', '203256.465000', '203256.467000', '203256.470000', '203256.473000', '203256.475000', '203256.478000', '203256.480000', '203256.483000', '203256.486000', '203256.488000', '203256.491000', '203256.494000', '203256.496000', '203256.499000', '203256.502000', '203316.392000', '203316.394000', '203316.400000', '203316.402000', '203316.405000', '203316.408000', '203316.410000', '203316.413000', '203316.415000', '203316.418000', '203316.421000', '203316.423000', '203316.426000', '203316.429000', '203316.431000', '203316.434000', '203316.436000', '203316.439000', '203316.442000', '203316.444000', '203316.447000', '203316.449000', '203316.452000', '203316.455000', '203316.457000', '203316.460000', '203316.462000', '203316.465000', '203316.468000', '203316.470000', '203316.473000', '203316.475000', '203316.478000', '203316.481000', '203316.483000', '203316.486000', '203316.489000', '203316.491000', '203316.494000', '203316.496000', '203316.499000', '203316.502000', '203316.504000', '203316.507000', '203336.391000', '203336.394000', '203336.397000', '203336.399000', '203336.402000', '203336.405000', '203336.407000', '203336.410000', '203336.412000', '203336.415000', '203336.418000', '203336.420000', '203336.423000', '203336.425000', '203336.428000', '203336.430000', '203336.433000', '203336.436000', '203336.438000', '203336.441000', '203336.443000', '203336.446000', '203336.448000', '203336.451000', '203336.454000', '203336.457000', '203336.459000', '203336.462000', '203336.464000', '203336.467000', '203336.469000', '203336.472000', '203336.475000', '203336.478000', '203336.480000', '203336.483000', '203336.485000', '203336.488000', '203336.491000', '203336.493000', '203336.496000', '203336.499000', '203336.501000', '203356.392000', '203356.394000', '203356.397000', '203356.400000', '203356.402000', '203356.405000', '203356.407000', '203356.410000', '203356.413000', '203356.415000', '203356.418000', '203356.421000', '203356.423000', '203356.426000', '203356.428000', '203356.431000', '203356.434000', '203356.436000', '203356.439000', '203356.441000', '203356.444000', '203356.447000', '203356.449000', '203356.452000', '203356.455000', '203356.457000', '203356.460000', '203356.462000', '203356.465000', '203356.468000', '203356.470000', '203356.473000', '203356.475000', '203356.478000', '203356.481000', '203356.483000', '203356.486000', '203356.488000', '203356.491000', '203356.494000', '203356.496000', '203356.499000', '203356.501000', '203356.504000', '203416.390000', '203416.393000', '203416.396000', '203416.398000', '203416.401000', '203416.404000', '203416.406000', '203416.409000', '203416.412000', '203416.414000', '203416.417000', '203416.419000', '203416.422000', '203416.424000', '203416.427000', '203416.430000', '203416.432000', '203416.435000', '203416.437000', '203416.440000', '203416.443000', '203416.445000', '203416.448000', '203416.451000', '203416.454000', '203416.456000', '203416.459000', '203416.461000', '203416.464000', '203416.467000', '203416.469000', '203416.472000', '203416.474000', '203416.477000', '203416.480000', '203416.482000', '203416.485000', '203416.488000', '203416.490000', '203416.493000', '203416.495000', '203416.498000', '203416.500000', '203436.392000', '203436.395000', '203436.397000', '203436.400000', '203436.403000', '203436.405000', '203436.408000', '203436.411000', '203436.414000', '203436.416000', '203436.419000', '203436.422000', '203436.425000', '203436.427000', '203436.430000', '203436.433000', '203436.435000', '203436.438000', '203436.440000', '203436.443000', '203436.446000', '203436.448000', '203436.451000', '203436.454000', '203436.457000', '203436.459000', '203436.462000', '203436.465000', '203436.471000', '203436.473000', '203436.476000', '203436.479000', '203436.481000', '203436.484000', '203436.487000', '203436.489000', '203436.492000', '203436.495000', '203436.497000', '203436.500000', '203436.502000', '203436.505000', '203436.508000', '203436.510000', '203456.392000', '203456.394000', '203456.397000', '203456.400000', '203456.402000', '203456.405000', '203456.407000', '203456.410000', '203456.413000', '203456.415000', '203456.418000', '203456.420000', '203456.423000', '203456.426000', '203456.428000', '203456.431000', '203456.433000', '203456.436000', '203456.439000', '203456.441000', '203456.444000', '203456.446000', '203456.449000', '203456.452000', '203456.454000', '203456.457000', '203456.459000', '203456.462000', '203456.465000', '203456.467000', '203456.470000', '203456.472000', '203456.475000', '203456.477000', '203456.480000', '203456.483000', '203456.485000', '203456.488000', '203456.491000', '203456.493000', '203456.496000', '203456.498000', '203456.501000', '203516.392000', '203516.394000', '203516.397000', '203516.400000', '203516.402000', '203516.405000', '203516.408000', '203516.410000', '203516.413000', '203516.415000', '203516.418000', '203516.421000', '203516.423000', '203516.426000', '203516.429000', '203516.431000', '203516.434000', '203516.436000', '203516.439000', '203516.442000', '203516.444000', '203516.447000', '203516.449000', '203516.452000', '203516.455000', '203516.457000', '203516.460000', '203516.463000', '203516.465000', '203516.468000', '203516.470000', '203516.473000', '203516.476000', '203516.478000', '203516.481000', '203516.483000', '203516.486000', '203516.489000', '203516.491000', '203516.494000', '203516.497000', '203516.499000', '203516.502000', '203516.504000', '203528.787000', '203528.790000', '203528.793000', '203528.796000', '203528.799000', '203528.802000', '203528.805000', '203528.807000', '203528.810000', '203528.813000', '203528.815000', '203528.818000', '203528.821000', '203528.824000', '203528.826000', '203528.829000', '203528.832000', '203528.835000', '203528.838000', '203528.840000', '203528.843000', '203528.846000', '203528.848000', '203528.851000', '203528.854000', '203528.856000', '203528.859000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [8284, 10619, 8622, 7817, 12707, 7861, 11957, 7765, 14324, 8061, 12514, 8390, 11475, 8255, 11075, 8677, 11281, 9150, 11508, 9086, 11224, 8030, 11359, 8308, 11288, 7980, 10589, 8043, 10106, 8215, 9112, 10062, 7875, 14350, 7835, 12340, 8136, 11128, 7971, 9756, 8824, 7611, 13089, 7754, 11199, 7908, 10958, 8069, 8467, 9951, 7788, 11621, 7858, 11516, 8291, 10926, 7917, 8305, 8791, 7690, 11586, 7846, 11452, 8345, 10815, 8285, 10661, 8008, 8017, 11970, 7897, 12429, 7752, 11601, 8280, 10062, 8196, 7597, 9888, 7695, 11938, 8077, 11336, 8225, 10072, 8670, 9013, 9169, 7615, 10546, 7761, 12794, 7928, 12163, 8424, 10459, 8313, 9180, 8841, 7798, 12476, 7911, 11120, 8071, 11524, 8291, 11089, 8571, 9750, 8839, 7739, 9204, 7767, 12699, 7788, 10765, 8080, 11514, 8464, 11081, 8708, 9594, 8495, 7581, 10046, 7703, 12898, 8629, 10604, 7918, 10970, 8311, 11173, 8610, 9774, 8283, 7549, 9047, 7788, 11922, 8001, 10760, 7990, 11288, 8238, 11660, 8445, 10461, 8475, 10089, 8473, 8532, 11003, 7796, 12065, 7921, 11457, 8103, 11498, 8682, 10904, 8527, 9729, 8841, 8572, 9128, 7764, 10278, 7908, 11639, 7800, 12125, 8207, 11045, 8871, 10198, 8263, 10307, 7964, 8205, 10666, 7823, 9429, 7976, 11373, 8068, 10955, 8229, 9869, 8274, 9917, 8120, 7642, 12241, 8120, 12460, 7944, 10747, 8163, 9660, 8919, 7557, 10313, 7708, 11403, 8029, 10478, 8424, 9220, 8062, 7728, 9999, 7598, 11714, 7724, 9748, 7732, 10457, 8044, 10129, 7829, 8682, 8459, 7627, 12723, 7793, 11317, 8250, 10186, 7610, 9602, 7578, 7937, 9882, 7773, 9046, 7840, 11087, 7668, 10929, 7739, 10095, 7602, 9554, 7604, 8125, 11628, 8123, 12678, 7820, 10816, 7532, 10387, 7724, 10287, 7378, 8789, 7792, 8151, 13393, 8798, 13998, 8106, 11053, 7880, 10273, 7449, 9344, 7997, 9000, 7493, 9313, 7292, 10788, 7397, 8864, 7573, 9261, 8140, 9321, 8070, 8093, 12900, 8227, 13639, 8054, 9222, 8134, 8530, 8237, 7902, 10467, 7841, 12465, 7623, 8482, 16697, 8892, 14559, 12080, 13601, 7889, 9474, 7614, 7951, 7814, 8163, 12555, 8123, 10206, 7137, 9145, 7071, 8091, 8215, 8096, 13047, 8013, 10393, 8353, 10329, 7815, 10168, 7247, 9455, 8070, 8240, 8059, 8245, 12950, 8064, 10292, 8213, 10349, 7279, 10556, 7666, 11399, 8402, 8138, 12677, 7998, 11780, 9401, 10172, 7297, 9068, 8398, 8044, 10712, 8156, 10854, 8161, 10484, 7678, 9968, 7483, 8325, 8506, 8217, 13185, 7934, 11566, 8827, 10314, 7802, 8067, 9129, 8060, 11869, 7850, 10788, 8109, 10827, 7243, 9231, 8306, 7979, 13302, 7888, 11176, 8728, 10402, 7283, 9769, 8310, 8000, 8451, 8016, 10519, 8323, 10431, 8095, 10375, 9412, 9932, 8243, 10353, 7542, 9821, 8128, 8206, 11071, 8127, 13538, 7757, 11667, 7447, 10168, 8702, 7989, 10249, 7773, 11644, 7575, 11267, 7762, 10901, 7944, 10149, 7628, 8513, 8299, 8095, 14870, 7724, 12306, 8509, 11604, 7733, 10547, 7808, 8950, 8412, 7948, 9492, 7965, 14456, 8302, 12525, 9766, 11569, 7685, 9005, 9292, 7893, 14449, 7977, 11750, 7817, 11054, 7576, 9895, 7494, 8064, 8235, 7954, 10690, 7793, 11292, 9271, 10852, 7885, 10456, 7843, 9762, 7350, 8575, 7947, 8212, 8210, 8419, 10619, 8080, 10510, 7970, 11698, 7836, 11694, 8324, 10910, 7892, 8553, 8323, 7936, 8316, 7985, 8286, 8102, 12298, 7593, 11497, 7661, 9724, 8495, 7855, 13170, 7723, 11595, 7838, 10282, 8544, 7959, 12581, 7644, 11077, 7905, 9995, 8363, 7833, 9615, 7942, 10996, 7704, 10766, 7944, 9893, 8326, 7948, 8665, 7962, 12412, 7768, 11346, 7406, 9842, 8255, 8066, 9457, 7930, 12395, 8687, 10244, 7889, 10004, 7734, 9028, 8371, 7937, 8580, 7963, 12938, 7897, 10980, 8170, 10158, 7794, 10480, 8095, 9485, 8316, 8091, 7949, 7956, 14289, 7715, 12598, 8646, 10200, 7925, 7834, 8624, 7793, 13166, 7495, 11292, 7873, 10304, 8532, 7753, 8141, 7835, 13051, 7550, 10796, 7787, 10014, 8019, 9820, 8012, 8614, 8584, 7886, 8135, 7878, 10721, 7817, 12445, 8734, 10711, 7947, 11214, 8296, 10585, 7732, 9183, 7871, 7892, 14784, 7527, 13132, 8800, 11739, 7700, 11990, 7742, 9594, 8342, 7715, 8794, 7757, 12716, 7254, 11462, 7781, 10870, 8141, 9102, 8877, 7682, 12647, 7443, 11940, 7285, 11564, 7664, 10891, 7421, 8265, 7577, 7308, 12325, 7487, 11597, 7324, 11643, 7658, 11717, 7723, 8893, 7869, 7333, 7355, 7459, 12748, 7542, 12207, 7653, 11753, 7486, 12352, 7883, 11531, 7866, 10986, 7930, 10512, 7819, 9641, 8012, 9665, 7824, 7422, 9207, 7657, 14118, 9903, 13918, 7576, 14439, 8008, 12980, 10740, 10972, 7605, 11002, 7584, 9362, 8127, 7691, 9441, 7319, 13325, 7370, 12488, 9258, 11243, 7491, 8301, 7716, 7466, 13354, 7412, 11439, 7120, 11671, 7459, 11552, 7863, 9657, 7813, 7405, 13916, 7671, 12910, 10656, 11307, 7142, 10110, 7814, 7974, 10557, 7584, 8842, 7228, 11702, 7370, 11485, 9407, 10793, 7369, 11572, 9098, 11629, 7986, 11690, 6898, 8411, 13136, 7731, 14696, 9951, 12075, 7066, 9239, 8148, 7672, 8424, 7366, 11553, 7428, 11054, 7815, 10424, 7094, 8387, 8140, 7524, 11951, 7481, 11585, 9714, 10584, 7134, 9817, 7365, 8310, 7525, 8124, 8171, 7347, 7914, 7649, 11456, 8920, 9970, 7513, 10295, 7244, 11219, 10280, 11931, 15434, 7756, 13002, 7729, 7500, 15740, 9343, 11083, 7676, 7201, 12863, 7646, 10704, 7136, 8368, 7712, 7357, 11117, 7479, 10554, 7576, 10419, 7064, 9510, 7283, 8760, 7856, 7196, 7581, 7376, 12506, 8772, 11067, 7470, 10886, 7137, 10865, 7481, 8660, 7766, 7330, 10560, 7620, 10079, 6831, 7549, 7763, 7386, 10161, 7978, 9971, 7267, 7509, 9844, 7443, 10337, 7323, 8704, 7598, 7397, 11901, 7438, 11197, 7914, 9653, 7664, 7409, 11945, 7346, 11343, 9042, 9966, 7462, 7682, 8707, 7455, 11326, 8371, 10443, 6971, 9910, 7696, 7257, 12925, 7688, 10845, 7411, 10122, 7084, 7844, 7613, 7198, 10386, 7131, 10033, 7442, 10442, 7488, 8921, 7399, 8473, 7730, 7541, 10927, 7786, 11856, 7354, 10626, 7195, 10779, 8526, 10782, 9307, 12803, 7737, 9961, 7454, 10484, 7562, 10277, 7825, 9394, 10356, 8527, 13371, 7789, 15172, 9546, 15130, 9361, 17705, 10351, 12558, 17118, 8109, 14673, 8570, 12418, 8620, 8096, 8506, 7380, 9950, 7299, 10087, 7181, 9471, 7457, 7583, 9705, 7580, 10540, 7893, 10497, 7616, 8121, 7286, 8011, 7381, 9417, 8020, 8875, 7616, 12291, 7384, 11486, 9809, 10581, 7565, 10746, 7067, 10370, 7179, 8839, 7667, 7128, 7633, 6989, 7475, 6794, 7652, 7540, 9056, 7598, 12366, 9228, 12979, 7380, 11748, 9478, 11891, 8282, 10510, 7625, 7548, 11357, 7249, 11500, 7662, 10858, 7261, 10577, 6782, 8653, 7956, 7362, 7904, 7208, 11402, 7960, 10235, 7452, 10567, 7295, 10595, 7291, 8455, 7810, 7062, 12510, 7197, 11329, 7194, 10177, 7627, 7480, 12607, 7012, 10715, 7350, 10437, 7641, 7529, 8626, 7274, 10493, 7171, 10760, 7544, 9117, 7665, 7129, 9190, 7061, 11221, 8313, 10404, 7560, 10607, 7423, 9898, 7813, 8725, 7867, 7240, 12169, 7283, 11684, 9395, 10707, 7338, 10690, 7286, 8325, 7911, 7430, 9776, 7115, 11906, 6985, 11465, 7435, 11006, 7734, 9676, 7663, 8142, 7826, 7242, 12219, 7048, 11666, 8114, 11202, 7439, 10990, 7520, 10676, 7778, 8624, 7643, 7294, 14110, 7053, 12488, 10479, 11001, 7354, 10624, 7879, 8178, 10144, 7411, 10561, 7201, 10382, 7292, 11009, 7696, 9498, 7782, 7570, 8931, 7205, 12455, 7352, 10993, 7295, 11430, 7443, 10922, 7082, 9289, 7712, 7564, 13085, 8373, 12595, 9963, 11360, 7255, 9168, 8503, 8323, 9916, 7333, 12489, 7383, 11058, 7854, 9987, 7001, 8235, 7737, 7289, 8797, 7358, 9484, 7440, 11879, 7578, 11387, 9470, 10210, 6902, 10509, 6959, 10112, 7296, 9326, 7515, 7408, 11615, 7259, 12224, 9695, 11025, 7613, 10617, 7574, 9590, 7517, 7486, 9635, 7445, 10843, 7387, 10895, 7541, 10663, 7058, 9571, 7421, 7776, 7740, 7059], 'WindowCenter': [4102.0, 4123.0, 4083.0, 4059.0, 4115.0, 4054.0, 4095.0, 4043.0, 4113.0, 4041.0, 4088.0, 4053.0, 4092.0, 4052.0, 4094.0, 4065.0, 4094.0, 4075.0, 4092.0, 4063.0, 4082.0, 4042.0, 4095.0, 4053.0, 4081.0, 4039.0, 4068.0, 4028.0, 4069.0, 4040.0, 4049.0, 4059.0, 4029.0, 4095.0, 4027.0, 4090.0, 4028.0, 4069.0, 4028.0, 4047.0, 4036.0, 4028.0, 4089.0, 4027.0, 4067.0, 4026.0, 4068.0, 4027.0, 4039.0, 4056.0, 4016.0, 4066.0, 4026.0, 4066.0, 4037.0, 4069.0, 4027.0, 4038.0, 4037.0, 4028.0, 4077.0, 4040.0, 4080.0, 4040.0, 4069.0, 4039.0, 4065.0, 4028.0, 4041.0, 4078.0, 4028.0, 4077.0, 4018.0, 4074.0, 4038.0, 4058.0, 4037.0, 4028.0, 4057.0, 4028.0, 4078.0, 4040.0, 4079.0, 4039.0, 4058.0, 4038.0, 4050.0, 4060.0, 4040.0, 4070.0, 4028.0, 4090.0, 4039.0, 4090.0, 4040.0, 4070.0, 4037.0, 4060.0, 4049.0, 4029.0, 4090.0, 4040.0, 4078.0, 4040.0, 4079.0, 4039.0, 4080.0, 4050.0, 4059.0, 4049.0, 4029.0, 4057.0, 4029.0, 4091.0, 4029.0, 4065.0, 4039.0, 4080.0, 4050.0, 4082.0, 4049.0, 4061.0, 4049.0, 4029.0, 4070.0, 4041.0, 4092.0, 4050.0, 4069.0, 4027.0, 4069.0, 4041.0, 4080.0, 4050.0, 4071.0, 4038.0, 4028.0, 4050.0, 4041.0, 4092.0, 4040.0, 4069.0, 4040.0, 4080.0, 4051.0, 4087.0, 4051.0, 4078.0, 4051.0, 4072.0, 4052.0, 4063.0, 4078.0, 4041.0, 4090.0, 4041.0, 4080.0, 4040.0, 4092.0, 4052.0, 4082.0, 4050.0, 4072.0, 4060.0, 4063.0, 4072.0, 4042.0, 4071.0, 4054.0, 4093.0, 4041.0, 4093.0, 4050.0, 4081.0, 4062.0, 4069.0, 4051.0, 4073.0, 4041.0, 4051.0, 4071.0, 4031.0, 4047.0, 4039.0, 4080.0, 4042.0, 4080.0, 4051.0, 4070.0, 4041.0, 4071.0, 4041.0, 4042.0, 4092.0, 4041.0, 4088.0, 4028.0, 4069.0, 4036.0, 4060.0, 4049.0, 4028.0, 4056.0, 4028.0, 4092.0, 4041.0, 4082.0, 4040.0, 4048.0, 4027.0, 4029.0, 4058.0, 4028.0, 4079.0, 4030.0, 4055.0, 4029.0, 4070.0, 4039.0, 4071.0, 4030.0, 4051.0, 4037.0, 4029.0, 4089.0, 4031.0, 4080.0, 4040.0, 4059.0, 4028.0, 4059.0, 4028.0, 4041.0, 4061.0, 4031.0, 4049.0, 4040.0, 4078.0, 4028.0, 4081.0, 4040.0, 4070.0, 4029.0, 4061.0, 4027.0, 4039.0, 4080.0, 4030.0, 4085.0, 4027.0, 4068.0, 4029.0, 4065.0, 4029.0, 4067.0, 4018.0, 4034.0, 4026.0, 4040.0, 4085.0, 4034.0, 4085.0, 4027.0, 4068.0, 4040.0, 4068.0, 4019.0, 4061.0, 4039.0, 4050.0, 4030.0, 4061.0, 4031.0, 4082.0, 4028.0, 4049.0, 4025.0, 4061.0, 4040.0, 4060.0, 4028.0, 4040.0, 4098.0, 4041.0, 4101.0, 4040.0, 4048.0, 4039.0, 4048.0, 4052.0, 4042.0, 4083.0, 4040.0, 4091.0, 4017.0, 4040.0, 4106.0, 4036.0, 4084.0, 4077.0, 4081.0, 4013.0, 4044.0, 4014.0, 4024.0, 4012.0, 4025.0, 4075.0, 4024.0, 4053.0, 4006.0, 4046.0, 4006.0, 4026.0, 4024.0, 4026.0, 4084.0, 4026.0, 4053.0, 4026.0, 4056.0, 4015.0, 4055.0, 4017.0, 4048.0, 4014.0, 4026.0, 4024.0, 4037.0, 4086.0, 4027.0, 4057.0, 4036.0, 4069.0, 4031.0, 4070.0, 4026.0, 4077.0, 4025.0, 4026.0, 4083.0, 4027.0, 4074.0, 4047.0, 4054.0, 4004.0, 4031.0, 4026.0, 4028.0, 4063.0, 4027.0, 4063.0, 4027.0, 4067.0, 4026.0, 4055.0, 4005.0, 4021.0, 4024.0, 4024.0, 4082.0, 4025.0, 4061.0, 4035.0, 4041.0, 4013.0, 4025.0, 4034.0, 4025.0, 4062.0, 4026.0, 4055.0, 4025.0, 4062.0, 4016.0, 4046.0, 4025.0, 4026.0, 4081.0, 4025.0, 4063.0, 4037.0, 4056.0, 4004.0, 4057.0, 4037.0, 4028.0, 4036.0, 4023.0, 4064.0, 4039.0, 4069.0, 4038.0, 4069.0, 4059.0, 4053.0, 4039.0, 4069.0, 4028.0, 4058.0, 4023.0, 4038.0, 4065.0, 4027.0, 4085.0, 4026.0, 4067.0, 4016.0, 4057.0, 4036.0, 4029.0, 4067.0, 4028.0, 4079.0, 4029.0, 4064.0, 4029.0, 4080.0, 4040.0, 4068.0, 4029.0, 4050.0, 4038.0, 4027.0, 4107.0, 4027.0, 4079.0, 4037.0, 4074.0, 4018.0, 4070.0, 4029.0, 4049.0, 4039.0, 4039.0, 4060.0, 4039.0, 4107.0, 4038.0, 4086.0, 4056.0, 4078.0, 4016.0, 4050.0, 4046.0, 4027.0, 4094.0, 4029.0, 4077.0, 4017.0, 4079.0, 4028.0, 4058.0, 4018.0, 4028.0, 4036.0, 4028.0, 4066.0, 4029.0, 4078.0, 4061.0, 4068.0, 4027.0, 4067.0, 4040.0, 4070.0, 4019.0, 4047.0, 4040.0, 4050.0, 4052.0, 4051.0, 4070.0, 4038.0, 4064.0, 4035.0, 4077.0, 4029.0, 4076.0, 4040.0, 4066.0, 4028.0, 4037.0, 4038.0, 4035.0, 4038.0, 4029.0, 4038.0, 4023.0, 4091.0, 4030.0, 4076.0, 4028.0, 4056.0, 4038.0, 4029.0, 4090.0, 4028.0, 4079.0, 4017.0, 4058.0, 4037.0, 4026.0, 4084.0, 4017.0, 4067.0, 4027.0, 4057.0, 4038.0, 4030.0, 4058.0, 4023.0, 4066.0, 4029.0, 4065.0, 4029.0, 4060.0, 4037.0, 4039.0, 4038.0, 4029.0, 4089.0, 4027.0, 4079.0, 4017.0, 4058.0, 4037.0, 4030.0, 4059.0, 4041.0, 4090.0, 4050.0, 4066.0, 4029.0, 4059.0, 4030.0, 4060.0, 4034.0, 4028.0, 4036.0, 4028.0, 4085.0, 4041.0, 4076.0, 4041.0, 4069.0, 4029.0, 4070.0, 4040.0, 4071.0, 4040.0, 4042.0, 4040.0, 4039.0, 4112.0, 4031.0, 4091.0, 4050.0, 4071.0, 4027.0, 4030.0, 4050.0, 4031.0, 4101.0, 4031.0, 4081.0, 4041.0, 4082.0, 4052.0, 4032.0, 4030.0, 4030.0, 4102.0, 4042.0, 4081.0, 4036.0, 4070.0, 4042.0, 4072.0, 4043.0, 4052.0, 4051.0, 4042.0, 4041.0, 4042.0, 4083.0, 4042.0, 4099.0, 4053.0, 4077.0, 4043.0, 4093.0, 4053.0, 4079.0, 4043.0, 4062.0, 4041.0, 4042.0, 4124.0, 4043.0, 4098.0, 4062.0, 4081.0, 4032.0, 4093.0, 4032.0, 4061.0, 4039.0, 4033.0, 4050.0, 4032.0, 4098.0, 4031.0, 4081.0, 4031.0, 4081.0, 4041.0, 4063.0, 4052.0, 4032.0, 4102.0, 4022.0, 4090.0, 4021.0, 4089.0, 4031.0, 4082.0, 4021.0, 4052.0, 4031.0, 4033.0, 4103.0, 4033.0, 4093.0, 4034.0, 4091.0, 4033.0, 4104.0, 4044.0, 4064.0, 4043.0, 4032.0, 4032.0, 4033.0, 4114.0, 4044.0, 4104.0, 4045.0, 4094.0, 4034.0, 4115.0, 4056.0, 4096.0, 4055.0, 4096.0, 4055.0, 4085.0, 4045.0, 4075.0, 4045.0, 4076.0, 4044.0, 4034.0, 4074.0, 4046.0, 4114.0, 4075.0, 4103.0, 4032.0, 4114.0, 4044.0, 4103.0, 4082.0, 4081.0, 4031.0, 4081.0, 4043.0, 4063.0, 4042.0, 4029.0, 4061.0, 4032.0, 4104.0, 4033.0, 4092.0, 4052.0, 4082.0, 4019.0, 4040.0, 4029.0, 4033.0, 4102.0, 4022.0, 4081.0, 4022.0, 4092.0, 4032.0, 4094.0, 4032.0, 4063.0, 4030.0, 4021.0, 4114.0, 4030.0, 4092.0, 4072.0, 4080.0, 4009.0, 4071.0, 4030.0, 4042.0, 4070.0, 4031.0, 4037.0, 4019.0, 4092.0, 4021.0, 4080.0, 4063.0, 4070.0, 4021.0, 4082.0, 4051.0, 4081.0, 4029.0, 4081.0, 4009.0, 4029.0, 4091.0, 4019.0, 4086.0, 4061.0, 4080.0, 4006.0, 4043.0, 4016.0, 4018.0, 4025.0, 4006.0, 4066.0, 4008.0, 4070.0, 4018.0, 4058.0, 4008.0, 4029.0, 4015.0, 4015.0, 4079.0, 4007.0, 4068.0, 4037.0, 4045.0, 3992.0, 4047.0, 4005.0, 4027.0, 4016.0, 4027.0, 4025.0, 4005.0, 4026.0, 4030.0, 4080.0, 4052.0, 4059.0, 4019.0, 4071.0, 4020.0, 4082.0, 4059.0, 4077.0, 4084.0, 4006.0, 4074.0, 4005.0, 4005.0, 4094.0, 4036.0, 4052.0, 3990.0, 4004.0, 4061.0, 4004.0, 4040.0, 3994.0, 4014.0, 4005.0, 4007.0, 4065.0, 4005.0, 4054.0, 4004.0, 4046.0, 3997.0, 4047.0, 4005.0, 4026.0, 4014.0, 3994.0, 4005.0, 4006.0, 4076.0, 4037.0, 4066.0, 4006.0, 4055.0, 3995.0, 4064.0, 4004.0, 4026.0, 4001.0, 4005.0, 4044.0, 4015.0, 4046.0, 3982.0, 4016.0, 4002.0, 4004.0, 4041.0, 4015.0, 4046.0, 4002.0, 4006.0, 4044.0, 4005.0, 4045.0, 4006.0, 4025.0, 4003.0, 4004.0, 4066.0, 4006.0, 4067.0, 4016.0, 4047.0, 4015.0, 4006.0, 4066.0, 4005.0, 4068.0, 4036.0, 4047.0, 4004.0, 4016.0, 4025.0, 4007.0, 4066.0, 4026.0, 4056.0, 3992.0, 4045.0, 4004.0, 4006.0, 4075.0, 4015.0, 4055.0, 4005.0, 4057.0, 4007.0, 4028.0, 4015.0, 4007.0, 4057.0, 4008.0, 4056.0, 4019.0, 4081.0, 4022.0, 4050.0, 4021.0, 4040.0, 4031.0, 4043.0, 4081.0, 4033.0, 4093.0, 4031.0, 4084.0, 4022.0, 4083.0, 4053.0, 4085.0, 4065.0, 4100.0, 4032.0, 4073.0, 4033.0, 4084.0, 4043.0, 4084.0, 4031.0, 4076.0, 4080.0, 4052.0, 4101.0, 4031.0, 4109.0, 4059.0, 4100.0, 4049.0, 4108.0, 4045.0, 4063.0, 4096.0, 4004.0, 4071.0, 4011.0, 4063.0, 4012.0, 4013.0, 4010.0, 3992.0, 4030.0, 3992.0, 4042.0, 3991.0, 4032.0, 3989.0, 4002.0, 4033.0, 4015.0, 4055.0, 4016.0, 4055.0, 4015.0, 4025.0, 4016.0, 4028.0, 4020.0, 4062.0, 4042.0, 4049.0, 4029.0, 4080.0, 4019.0, 4079.0, 4060.0, 4057.0, 4017.0, 4068.0, 4008.0, 4058.0, 4005.0, 4036.0, 4015.0, 4007.0, 4016.0, 4009.0, 4016.0, 4009.0, 4028.0, 4031.0, 4051.0, 4030.0, 4090.0, 4050.0, 4088.0, 4019.0, 4079.0, 4047.0, 4078.0, 4026.0, 4057.0, 4004.0, 4010.0, 4055.0, 4006.0, 4065.0, 4015.0, 4055.0, 4004.0, 4055.0, 3995.0, 4027.0, 4017.0, 4018.0, 4016.0, 4019.0, 4079.0, 4029.0, 4059.0, 4020.0, 4069.0, 4019.0, 4071.0, 4018.0, 4039.0, 4016.0, 4008.0, 4088.0, 4006.0, 4068.0, 4005.0, 4058.0, 4016.0, 4016.0, 4078.0, 4008.0, 4056.0, 4006.0, 4057.0, 4016.0, 4018.0, 4025.0, 4007.0, 4052.0, 4008.0, 4068.0, 4016.0, 4049.0, 4018.0, 4009.0, 4049.0, 4009.0, 4079.0, 4039.0, 4069.0, 4018.0, 4070.0, 4019.0, 4060.0, 4018.0, 4041.0, 4027.0, 4019.0, 4079.0, 4019.0, 4080.0, 4060.0, 4069.0, 4018.0, 4070.0, 4018.0, 4039.0, 4028.0, 4019.0, 4058.0, 4009.0, 4079.0, 4008.0, 4079.0, 4018.0, 4069.0, 4029.0, 4062.0, 4030.0, 4042.0, 4030.0, 4020.0, 4089.0, 4021.0, 4080.0, 4039.0, 4079.0, 4020.0, 4082.0, 4031.0, 4082.0, 4030.0, 4052.0, 4029.0, 4032.0, 4103.0, 4021.0, 4091.0, 4071.0, 4070.0, 4016.0, 4070.0, 4028.0, 4040.0, 4058.0, 4019.0, 4058.0, 4018.0, 4058.0, 4019.0, 4071.0, 4030.0, 4060.0, 4019.0, 4031.0, 4062.0, 4032.0, 4091.0, 4020.0, 4070.0, 4020.0, 4091.0, 4020.0, 4081.0, 4008.0, 4061.0, 4029.0, 4030.0, 4101.0, 4039.0, 4091.0, 4061.0, 4079.0, 4007.0, 4050.0, 4037.0, 4039.0, 4046.0, 4016.0, 4078.0, 4018.0, 4068.0, 4026.0, 4070.0, 4009.0, 4027.0, 4018.0, 4020.0, 4037.0, 4017.0, 4046.0, 4018.0, 4076.0, 4028.0, 4079.0, 4061.0, 4059.0, 4008.0, 4057.0, 4007.0, 4070.0, 4018.0, 4048.0, 4006.0, 4007.0, 4068.0, 4018.0, 4079.0, 4048.0, 4056.0, 4016.0, 4054.0, 4016.0, 4044.0, 3992.0, 4006.0, 4029.0, 4004.0, 4056.0, 4007.0, 4055.0, 4002.0, 4056.0, 3995.0, 4046.0, 4006.0, 4017.0, 4017.0, 4007.0], 'WindowWidth': [9154.0, 9166.0, 9103.0, 9065.0, 9134.0, 9047.0, 9099.0, 9029.0, 9120.0, 9022.0, 9082.0, 9043.0, 9090.0, 9041.0, 9098.0, 9062.0, 9099.0, 9075.0, 9090.0, 9053.0, 9075.0, 9022.0, 9101.0, 9041.0, 9073.0, 9015.0, 9052.0, 8997.0, 9055.0, 9016.0, 9029.0, 9040.0, 9000.0, 9085.0, 8995.0, 9081.0, 8998.0, 9053.0, 8996.0, 9022.0, 9002.0, 8997.0, 9082.0, 8995.0, 9046.0, 8991.0, 9048.0, 8993.0, 9012.0, 9030.0, 8979.0, 9043.0, 8991.0, 9044.0, 9007.0, 9053.0, 8995.0, 9011.0, 9006.0, 8998.0, 9062.0, 9018.0, 9069.0, 9018.0, 9053.0, 9015.0, 9046.0, 8998.0, 9022.0, 9064.0, 8998.0, 9061.0, 8982.0, 9056.0, 9011.0, 9036.0, 9006.0, 8996.0, 9034.0, 8997.0, 9065.0, 9015.0, 9066.0, 9013.0, 9036.0, 9010.0, 9029.0, 9043.0, 9018.0, 9055.0, 9000.0, 9084.0, 9015.0, 9083.0, 9016.0, 9056.0, 9008.0, 9043.0, 9025.0, 9003.0, 9084.0, 9017.0, 9065.0, 9015.0, 9067.0, 9013.0, 9071.0, 9029.0, 9042.0, 9025.0, 9001.0, 9035.0, 9004.0, 9085.0, 9002.0, 9045.0, 9016.0, 9070.0, 9032.0, 9076.0, 9029.0, 9047.0, 9027.0, 9003.0, 9057.0, 9022.0, 9089.0, 9030.0, 9054.0, 8996.0, 9053.0, 9020.0, 9072.0, 9031.0, 9059.0, 9012.0, 9001.0, 9030.0, 9022.0, 9088.0, 9020.0, 9055.0, 9019.0, 9070.0, 9035.0, 9080.0, 9035.0, 9066.0, 9034.0, 9064.0, 9036.0, 9053.0, 9067.0, 9021.0, 9084.0, 9020.0, 9070.0, 9020.0, 9091.0, 9037.0, 9076.0, 9033.0, 9062.0, 9044.0, 9054.0, 9065.0, 9027.0, 9062.0, 9044.0, 9092.0, 9024.0, 9094.0, 9034.0, 9072.0, 9051.0, 9056.0, 9033.0, 9066.0, 9024.0, 9035.0, 9059.0, 9006.0, 9022.0, 9016.0, 9070.0, 9023.0, 9072.0, 9034.0, 9058.0, 9020.0, 9061.0, 9020.0, 9024.0, 9089.0, 9018.0, 9078.0, 8998.0, 9052.0, 9006.0, 9043.0, 9025.0, 8999.0, 9031.0, 8996.0, 9091.0, 9021.0, 9076.0, 9017.0, 9024.0, 8994.0, 9001.0, 9037.0, 8999.0, 9065.0, 9004.0, 9030.0, 9002.0, 9057.0, 9013.0, 9059.0, 9003.0, 9034.0, 9009.0, 9003.0, 9082.0, 9007.0, 9069.0, 9017.0, 9040.0, 8998.0, 9040.0, 8998.0, 9020.0, 9044.0, 9005.0, 9025.0, 9018.0, 9063.0, 9001.0, 9072.0, 9019.0, 9057.0, 9001.0, 9046.0, 8996.0, 9016.0, 9068.0, 9002.0, 9069.0, 8995.0, 9049.0, 8999.0, 9045.0, 9001.0, 9050.0, 8984.0, 9004.0, 8994.0, 9016.0, 9072.0, 9003.0, 9070.0, 8995.0, 9048.0, 9016.0, 9052.0, 8987.0, 9046.0, 9015.0, 9030.0, 9007.0, 9049.0, 9008.0, 9076.0, 9000.0, 9029.0, 8995.0, 9048.0, 9017.0, 9044.0, 8996.0, 9018.0, 9095.0, 9020.0, 9099.0, 9017.0, 9023.0, 9016.0, 9028.0, 9037.0, 9024.0, 9079.0, 9017.0, 9087.0, 8982.0, 9014.0, 9103.0, 9006.0, 9069.0, 9060.0, 9060.0, 8967.0, 9011.0, 8972.0, 8986.0, 8967.0, 8988.0, 9052.0, 8985.0, 9024.0, 8967.0, 9018.0, 8966.0, 8992.0, 8987.0, 8992.0, 9067.0, 8992.0, 9025.0, 8992.0, 9030.0, 8976.0, 9032.0, 8981.0, 9021.0, 8973.0, 8992.0, 8986.0, 9009.0, 9073.0, 8997.0, 9034.0, 9007.0, 9055.0, 9007.0, 9058.0, 8994.0, 9063.0, 8989.0, 8992.0, 9065.0, 8996.0, 9054.0, 9021.0, 9024.0, 8960.0, 8993.0, 8991.0, 8997.0, 9038.0, 8996.0, 9036.0, 8994.0, 9047.0, 8994.0, 9029.0, 8962.0, 8981.0, 8983.0, 8987.0, 9062.0, 8989.0, 9032.0, 9002.0, 9006.0, 8968.0, 8989.0, 8999.0, 8990.0, 9035.0, 8991.0, 9027.0, 8989.0, 9036.0, 8978.0, 9018.0, 8986.0, 8991.0, 9059.0, 8990.0, 9036.0, 9005.0, 9028.0, 8960.0, 9032.0, 9006.0, 8997.0, 9004.0, 8987.0, 9039.0, 9015.0, 9055.0, 9013.0, 9053.0, 9041.0, 9027.0, 9014.0, 9053.0, 9000.0, 9038.0, 8985.0, 9012.0, 9041.0, 8994.0, 9070.0, 8992.0, 9046.0, 8979.0, 9033.0, 9004.0, 8999.0, 9048.0, 8999.0, 9065.0, 9001.0, 9041.0, 9000.0, 9071.0, 9017.0, 9053.0, 9001.0, 9030.0, 9009.0, 8997.0, 9106.0, 8996.0, 9064.0, 9008.0, 9054.0, 8984.0, 9056.0, 9002.0, 9029.0, 9013.0, 9016.0, 9043.0, 9015.0, 9106.0, 9014.0, 9073.0, 9034.0, 9065.0, 8979.0, 9029.0, 9019.0, 8996.0, 9082.0, 8999.0, 9059.0, 8981.0, 9067.0, 8998.0, 9037.0, 8984.0, 8997.0, 9005.0, 8999.0, 9048.0, 9003.0, 9063.0, 9045.0, 9049.0, 8996.0, 9049.0, 9016.0, 9057.0, 8988.0, 9024.0, 9017.0, 9033.0, 9037.0, 9036.0, 9058.0, 9015.0, 9042.0, 9006.0, 9064.0, 9003.0, 9060.0, 9015.0, 9045.0, 8998.0, 9011.0, 9013.0, 9005.0, 9010.0, 9000.0, 9010.0, 8989.0, 9085.0, 9004.0, 9060.0, 8999.0, 9034.0, 9009.0, 9000.0, 9083.0, 8997.0, 9063.0, 8981.0, 9037.0, 9004.0, 8994.0, 9069.0, 8981.0, 9046.0, 8994.0, 9034.0, 9009.0, 9003.0, 9038.0, 8988.0, 9046.0, 9000.0, 9043.0, 9000.0, 9044.0, 9007.0, 9015.0, 9009.0, 9000.0, 9079.0, 8997.0, 9066.0, 8983.0, 9038.0, 9009.0, 9002.0, 9041.0, 9021.0, 9083.0, 9031.0, 9045.0, 9001.0, 9040.0, 9003.0, 9043.0, 9001.0, 8998.0, 9007.0, 8999.0, 9074.0, 9021.0, 9061.0, 9020.0, 9053.0, 9001.0, 9057.0, 9019.0, 9061.0, 9018.0, 9022.0, 9016.0, 9017.0, 9119.0, 9008.0, 9085.0, 9030.0, 9058.0, 8997.0, 9006.0, 9030.0, 9008.0, 9100.0, 9008.0, 9070.0, 9020.0, 9076.0, 9037.0, 9010.0, 9004.0, 9005.0, 9101.0, 9027.0, 9073.0, 9011.0, 9057.0, 9023.0, 9062.0, 9027.0, 9039.0, 9033.0, 9025.0, 9020.0, 9025.0, 9079.0, 9026.0, 9098.0, 9040.0, 9066.0, 9025.0, 9093.0, 9040.0, 9073.0, 9026.0, 9052.0, 9021.0, 9024.0, 9137.0, 9027.0, 9094.0, 9050.0, 9071.0, 9008.0, 9091.0, 9010.0, 9047.0, 9016.0, 9011.0, 9029.0, 9010.0, 9094.0, 9006.0, 9072.0, 9008.0, 9073.0, 9020.0, 9053.0, 9036.0, 9011.0, 9100.0, 8995.0, 9083.0, 8994.0, 9081.0, 9008.0, 9075.0, 8995.0, 9036.0, 9006.0, 9014.0, 9106.0, 9015.0, 9092.0, 9015.0, 9087.0, 9013.0, 9111.0, 9030.0, 9056.0, 9025.0, 9012.0, 9008.0, 9014.0, 9122.0, 9030.0, 9107.0, 9031.0, 9094.0, 9017.0, 9127.0, 9050.0, 9100.0, 9046.0, 9099.0, 9045.0, 9087.0, 9035.0, 9074.0, 9031.0, 9074.0, 9030.0, 9018.0, 9071.0, 9035.0, 9124.0, 9072.0, 9105.0, 9010.0, 9123.0, 9029.0, 9104.0, 9075.0, 9072.0, 9006.0, 9073.0, 9025.0, 9053.0, 9022.0, 9005.0, 9045.0, 9010.0, 9108.0, 9013.0, 9088.0, 9035.0, 9073.0, 8986.0, 9017.0, 9001.0, 9011.0, 9101.0, 8996.0, 9072.0, 8995.0, 9089.0, 9011.0, 9093.0, 9008.0, 9050.0, 9002.0, 8994.0, 9122.0, 9005.0, 9087.0, 9061.0, 9068.0, 8974.0, 9058.0, 9005.0, 9020.0, 9053.0, 9005.0, 9007.0, 8987.0, 9088.0, 8992.0, 9069.0, 9050.0, 9055.0, 8992.0, 9072.0, 9032.0, 9071.0, 8999.0, 9071.0, 8970.0, 8997.0, 9083.0, 8985.0, 9072.0, 9046.0, 9068.0, 8965.0, 9013.0, 8977.0, 8982.0, 8986.0, 8964.0, 9042.0, 8970.0, 9054.0, 8982.0, 9035.0, 8971.0, 8998.0, 8974.0, 8975.0, 9064.0, 8966.0, 9044.0, 9003.0, 9009.0, 8939.0, 9017.0, 8964.0, 8993.0, 8975.0, 8994.0, 8987.0, 8963.0, 8993.0, 9005.0, 9067.0, 9033.0, 9040.0, 8989.0, 9057.0, 8992.0, 9074.0, 9038.0, 9060.0, 9067.0, 8960.0, 9054.0, 8961.0, 8959.0, 9081.0, 9001.0, 9018.0, 8932.0, 8957.0, 9029.0, 8955.0, 8997.0, 8941.0, 8970.0, 8959.0, 8967.0, 9039.0, 8960.0, 9022.0, 8957.0, 9012.0, 8950.0, 9019.0, 8962.0, 8990.0, 8971.0, 8946.0, 8958.0, 8965.0, 9056.0, 9005.0, 9041.0, 8962.0, 9026.0, 8948.0, 9038.0, 8957.0, 8988.0, 8949.0, 8958.0, 9008.0, 8973.0, 9013.0, 8925.0, 8975.0, 8950.0, 8956.0, 9005.0, 8972.0, 9014.0, 8952.0, 8962.0, 9009.0, 8961.0, 9014.0, 8964.0, 8986.0, 8955.0, 8960.0, 9041.0, 8962.0, 9044.0, 8975.0, 9018.0, 8974.0, 8963.0, 9042.0, 8963.0, 9047.0, 9003.0, 9018.0, 8957.0, 8976.0, 8986.0, 8967.0, 9042.0, 8988.0, 9026.0, 8940.0, 9012.0, 8956.0, 8963.0, 9053.0, 8973.0, 9025.0, 8961.0, 9030.0, 8967.0, 8995.0, 8975.0, 8966.0, 9029.0, 8970.0, 9030.0, 8987.0, 9072.0, 8995.0, 9031.0, 8992.0, 9018.0, 9007.0, 9027.0, 9073.0, 9011.0, 9089.0, 9008.0, 9083.0, 8997.0, 9080.0, 9041.0, 9085.0, 9059.0, 9099.0, 9010.0, 9064.0, 9014.0, 9081.0, 9026.0, 9081.0, 9009.0, 9076.0, 9074.0, 9038.0, 9101.0, 9006.0, 9109.0, 9039.0, 9097.0, 9025.0, 9105.0, 9013.0, 9036.0, 9083.0, 8953.0, 9041.0, 8961.0, 9031.0, 8960.0, 8965.0, 8956.0, 8935.0, 8983.0, 8937.0, 9003.0, 8934.0, 8989.0, 8930.0, 8950.0, 8993.0, 8973.0, 9023.0, 8976.0, 9025.0, 8973.0, 8987.0, 8978.0, 8997.0, 8991.0, 9050.0, 9023.0, 9025.0, 9000.0, 9068.0, 8987.0, 9065.0, 9041.0, 9033.0, 8980.0, 9048.0, 8969.0, 9034.0, 8962.0, 9004.0, 8975.0, 8967.0, 8977.0, 8972.0, 8979.0, 8973.0, 8998.0, 9005.0, 9031.0, 9006.0, 9082.0, 9029.0, 9075.0, 8984.0, 9063.0, 9021.0, 9062.0, 8989.0, 9031.0, 8956.0, 8962.0, 9026.0, 8963.0, 9039.0, 8973.0, 9024.0, 8957.0, 9026.0, 8947.0, 8991.0, 8978.0, 8983.0, 8977.0, 8987.0, 9065.0, 9000.0, 9037.0, 8988.0, 9051.0, 8989.0, 9058.0, 8983.0, 9013.0, 8977.0, 8969.0, 9076.0, 8965.0, 9047.0, 8963.0, 9036.0, 8977.0, 8979.0, 9061.0, 8968.0, 9030.0, 8964.0, 9033.0, 8977.0, 8983.0, 8986.0, 8966.0, 9022.0, 8970.0, 9048.0, 8980.0, 9024.0, 8982.0, 8974.0, 9023.0, 8975.0, 9064.0, 9013.0, 9050.0, 8985.0, 9055.0, 8986.0, 9044.0, 8985.0, 9016.0, 8994.0, 8986.0, 9066.0, 8988.0, 9068.0, 9042.0, 9050.0, 8984.0, 9053.0, 8983.0, 9014.0, 8995.0, 8986.0, 9036.0, 8973.0, 9064.0, 8971.0, 9063.0, 8985.0, 9052.0, 9000.0, 9048.0, 9005.0, 9023.0, 9004.0, 8990.0, 9081.0, 8993.0, 9070.0, 9015.0, 9067.0, 8991.0, 9073.0, 9006.0, 9076.0, 9004.0, 9036.0, 9001.0, 9011.0, 9104.0, 8991.0, 9083.0, 9058.0, 9054.0, 8979.0, 9055.0, 8995.0, 9014.0, 9034.0, 8986.0, 9035.0, 8984.0, 9036.0, 8989.0, 9057.0, 9002.0, 9040.0, 8987.0, 9004.0, 9049.0, 9010.0, 9085.0, 8990.0, 9055.0, 8990.0, 9086.0, 8990.0, 9071.0, 8973.0, 9045.0, 9001.0, 9003.0, 9100.0, 9016.0, 9083.0, 9044.0, 9065.0, 8967.0, 9027.0, 9007.0, 9012.0, 9016.0, 8978.0, 9063.0, 8983.0, 9050.0, 8992.0, 9057.0, 8971.0, 8994.0, 8983.0, 8989.0, 9008.0, 8980.0, 9017.0, 8983.0, 9058.0, 8998.0, 9067.0, 9045.0, 9038.0, 8971.0, 9033.0, 8968.0, 9055.0, 8985.0, 9023.0, 8965.0, 8968.0, 9049.0, 8984.0, 9065.0, 9022.0, 9028.0, 8977.0, 9024.0, 8975.0, 9010.0, 8939.0, 8960.0, 8985.0, 8957.0, 9029.0, 8966.0, 9026.0, 8954.0, 9027.0, 8946.0, 9017.0, 8964.0, 8979.0, 8977.0, 8967.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.004173762975778547</td></tr>
<tr><td colspan=3>aqi</td><td>0.05255288771626298</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.812497780562786</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1158857663203472</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9422086356623371</td></tr>
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
<tr><td colspan=3>fber</td><td>5783.7026</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0933589610058825</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7197231833910034</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.397790035171863</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3100331267427006</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5548925754502507</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.328444403322637</td></tr>
<tr><td colspan=3>gcor</td><td>0.00617639</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019480053335428238</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03144950792193413</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.9215625431183874</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>36.6888</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.946</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.087</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306427.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>702.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.7003</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1536</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.713</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3297.2968</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3444.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.2151</td></tr>
<tr><td colspan=3>tsnr</td><td>28.4598061630968</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>