<?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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-02/func/sub-0132_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>d2689a1e725807bc3c3d5f9ce348ca26</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:25:36.522500</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.999763, 0.000754599, -0.0217516, 0.00244287, 0.989193, 0.146598]</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.259</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.0748824</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4215, -7775, -7219, 217, -77, -34, -76, 142]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.506</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>73cfe883-29f9-4a73-8957-c85434a8e3a7||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.682291269302368, 0.006554048974066973, -0.05839334800839424, 114.35076141357422], [-0.00202453276142478, 2.653933048248291, 0.39586371183395386, -98.73192596435547], [-0.058357980102300644, -0.39331114292144775, 2.6701838970184326, -50.09911346435547], [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': ['202536.522500', '202536.982500', '202537.442500', '202537.902500', '202538.362500', '202538.822500', '202539.282500', '202539.742500', '202540.202500', '202540.662500', '202541.122500', '202541.582500', '202542.042500', '202542.502500', '202542.962500', '202543.422500', '202543.882500', '202544.342500', '202544.802500', '202545.262500', '202545.722500', '202546.182500', '202546.642500', '202547.102500', '202547.562500', '202548.022500', '202548.482500', '202548.942500', '202549.402500', '202549.862500', '202550.322500', '202550.782500', '202551.242500', '202551.702500', '202552.162500', '202552.622500', '202553.082500', '202553.542500', '202554.002500', '202554.462500', '202554.922500', '202555.382500', '202555.842500', '202556.302500', '202556.762500', '202557.222500', '202557.682500', '202558.142500', '202558.602500', '202559.062500', '202559.522500', '202559.982500', '202600.442500', '202600.902500', '202601.362500', '202601.822500', '202602.282500', '202602.742500', '202603.202500', '202603.662500', '202604.122500', '202604.582500', '202605.042500', '202605.502500', '202605.962500', '202606.422500', '202606.882500', '202607.342500', '202607.802500', '202608.262500', '202608.722500', '202609.182500', '202609.642500', '202610.102500', '202610.562500', '202611.022500', '202611.482500', '202611.942500', '202612.402500', '202612.862500', '202613.322500', '202613.782500', '202614.242500', '202614.702500', '202615.162500', '202615.622500', '202616.082500', '202616.542500', '202617.002500', '202617.462500', '202617.922500', '202618.382500', '202618.842500', '202619.302500', '202619.762500', '202620.222500', '202620.682500', '202621.142500', '202621.602500', '202622.062500', '202622.522500', '202622.982500', '202623.442500', '202623.902500', '202624.362500', '202624.822500', '202625.282500', '202625.742500', '202626.202500', '202626.662500', '202627.122500', '202627.582500', '202628.042500', '202628.502500', '202628.962500', '202629.422500', '202629.882500', '202630.342500', '202630.802500', '202631.262500', '202631.722500', '202632.182500', '202632.642500', '202633.102500', '202633.562500', '202634.022500', '202634.482500', '202634.942500', '202635.402500', '202635.862500', '202636.322500', '202636.782500', '202637.242500', '202637.702500', '202638.162500', '202638.622500', '202639.082500', '202639.542500', '202640.002500', '202640.462500', '202640.922500', '202641.382500', '202641.842500', '202642.302500', '202642.762500', '202643.222500', '202643.682500', '202644.142500', '202644.602500', '202645.062500', '202645.522500', '202645.982500', '202646.442500', '202646.902500', '202647.362500', '202647.822500', '202648.282500', '202648.742500', '202649.202500', '202649.662500', '202650.122500', '202650.582500', '202651.042500', '202651.502500', '202651.962500', '202652.422500', '202652.882500', '202653.342500', '202653.802500', '202654.262500', '202654.722500', '202655.182500', '202655.642500', '202656.102500', '202656.562500', '202657.022500', '202657.482500', '202657.942500', '202658.402500', '202658.862500', '202659.322500', '202659.782500', '202700.242500', '202700.702500', '202701.162500', '202701.622500', '202702.082500', '202702.542500', '202703.002500', '202703.462500', '202703.922500', '202704.382500', '202704.842500', '202705.302500', '202705.762500', '202706.222500', '202706.682500', '202707.142500', '202707.602500', '202708.062500', '202708.522500', '202708.982500', '202709.442500', '202709.902500', '202710.362500', '202710.822500', '202711.282500', '202711.742500', '202712.202500', '202712.662500', '202713.122500', '202713.582500', '202714.042500', '202714.502500', '202714.962500', '202715.422500', '202715.882500', '202716.342500', '202716.802500', '202717.262500', '202717.722500', '202718.182500', '202718.642500', '202719.102500', '202719.562500', '202720.022500', '202720.482500', '202720.942500', '202721.402500', '202721.862500', '202722.322500', '202722.782500', '202723.242500', '202723.702500', '202724.162500', '202724.622500', '202725.082500', '202725.542500', '202726.002500', '202726.462500', '202726.922500', '202727.382500', '202727.842500', '202728.302500', '202728.762500', '202729.222500', '202729.682500', '202730.142500', '202730.602500', '202731.062500', '202731.522500', '202731.982500', '202732.442500', '202732.902500', '202733.362500', '202733.822500', '202734.282500', '202734.742500', '202735.202500', '202735.662500', '202736.122500', '202736.582500', '202737.042500', '202737.502500', '202737.962500', '202738.422500', '202738.882500', '202739.342500', '202739.802500', '202740.262500', '202740.722500', '202741.182500', '202741.642500', '202742.102500', '202742.562500', '202743.022500', '202743.482500', '202743.942500', '202744.402500', '202744.862500', '202745.322500', '202745.782500', '202746.242500', '202746.702500', '202747.162500', '202747.622500', '202748.082500', '202748.542500', '202749.002500', '202749.462500', '202749.922500', '202750.382500', '202750.842500', '202751.302500', '202751.762500', '202752.222500', '202752.682500', '202753.142500', '202753.602500', '202754.062500', '202754.522500', '202754.982500', '202755.442500', '202755.902500', '202756.362500', '202756.822500', '202757.282500', '202757.742500', '202758.202500', '202758.662500', '202759.122500', '202759.582500', '202800.042500', '202800.502500', '202800.962500', '202801.422500', '202801.882500', '202802.342500', '202802.802500', '202803.262500', '202803.722500', '202804.182500', '202804.642500', '202805.102500', '202805.562500', '202806.022500', '202806.482500', '202806.942500', '202807.402500', '202807.862500', '202808.322500', '202808.782500', '202809.242500', '202809.702500', '202810.162500', '202810.622500', '202811.082500', '202811.542500', '202812.002500', '202812.462500', '202812.922500', '202813.382500', '202813.842500', '202814.302500', '202814.762500', '202815.222500', '202815.682500', '202816.142500', '202816.602500', '202817.062500', '202817.522500', '202817.982500', '202818.442500', '202818.902500', '202819.362500', '202819.822500', '202820.282500', '202820.742500', '202821.202500', '202821.662500', '202822.122500', '202822.582500', '202823.042500', '202823.502500', '202823.962500', '202824.422500', '202824.882500', '202825.342500', '202825.802500', '202826.262500', '202826.722500', '202827.182500', '202827.642500', '202828.102500', '202828.562500', '202829.022500', '202829.482500', '202829.942500', '202830.402500', '202830.862500', '202831.322500', '202831.782500', '202832.242500', '202832.702500', '202833.162500', '202833.622500', '202834.082500', '202834.542500', '202835.002500', '202835.462500', '202835.922500', '202836.382500', '202836.842500', '202837.302500', '202837.762500', '202838.222500', '202838.682500', '202839.142500', '202839.602500', '202840.062500', '202840.522500', '202840.982500', '202841.442500', '202841.902500', '202842.362500', '202842.822500', '202843.282500', '202843.742500', '202844.202500', '202844.662500', '202845.122500', '202845.582500', '202846.042500', '202846.502500', '202846.962500', '202847.422500', '202847.882500', '202848.342500', '202848.802500', '202849.262500', '202849.722500', '202850.182500', '202850.642500', '202851.102500', '202851.562500', '202852.022500', '202852.482500', '202852.942500', '202853.402500', '202853.862500', '202854.322500', '202854.782500', '202855.242500', '202855.702500', '202856.162500', '202856.622500', '202857.082500', '202857.542500', '202858.002500', '202858.462500', '202858.922500', '202859.382500', '202859.842500', '202900.302500', '202900.762500', '202901.222500', '202901.682500', '202902.142500', '202902.602500', '202903.062500', '202903.522500', '202903.982500', '202904.442500', '202904.902500', '202905.362500', '202905.822500', '202906.282500', '202906.742500', '202907.202500', '202907.662500', '202908.122500', '202908.582500', '202909.042500', '202909.502500', '202909.962500', '202910.422500', '202910.882500', '202911.342500', '202911.802500', '202912.262500', '202912.722500', '202913.182500', '202913.642500', '202914.102500', '202914.562500', '202915.022500', '202915.482500', '202915.942500', '202916.402500', '202916.862500', '202917.322500', '202917.782500', '202918.242500', '202918.702500', '202919.162500', '202919.622500', '202920.082500', '202920.542500', '202921.002500', '202921.462500', '202921.922500', '202922.382500', '202922.842500', '202923.302500', '202923.762500', '202924.222500', '202924.682500', '202925.142500', '202925.602500', '202926.062500', '202926.522500', '202926.982500', '202927.442500', '202927.902500', '202928.362500', '202928.822500', '202929.282500', '202929.742500', '202930.202500', '202930.662500', '202931.122500', '202931.582500', '202932.042500', '202932.502500', '202932.962500', '202933.422500', '202933.882500', '202934.342500', '202934.802500', '202935.262500', '202935.722500', '202936.182500', '202936.642500', '202937.102500', '202937.562500', '202938.022500', '202938.482500', '202938.942500', '202939.402500', '202939.862500', '202940.322500', '202940.782500', '202941.242500', '202941.702500', '202942.162500', '202942.622500', '202943.082500', '202943.542500', '202944.002500', '202944.462500', '202944.922500', '202945.382500', '202945.842500', '202946.302500', '202946.762500', '202947.222500', '202947.682500', '202948.142500', '202948.602500', '202949.062500', '202949.522500', '202949.982500', '202950.442500', '202950.902500', '202951.362500', '202951.822500', '202952.282500', '202952.742500', '202953.202500', '202953.662500', '202954.122500', '202954.582500', '202955.042500', '202955.502500', '202955.962500', '202956.422500', '202956.882500', '202957.342500', '202957.802500', '202958.262500', '202958.722500', '202959.182500', '202959.642500', '203000.102500', '203000.562500', '203001.022500', '203001.482500', '203001.942500', '203002.402500', '203002.862500', '203003.322500', '203003.782500', '203004.242500', '203004.702500', '203005.162500', '203005.622500', '203006.082500', '203006.542500', '203007.002500', '203007.462500', '203007.922500', '203008.382500', '203008.842500', '203009.302500', '203009.762500', '203010.222500', '203010.682500', '203011.142500', '203011.602500', '203012.062500', '203012.522500', '203012.982500', '203013.442500', '203013.902500', '203014.362500', '203014.822500', '203015.282500', '203015.742500', '203016.202500', '203016.662500', '203017.122500', '203017.582500', '203018.042500', '203018.502500', '203018.962500', '203019.422500', '203019.882500', '203020.342500', '203020.802500', '203021.262500', '203021.722500', '203022.182500', '203022.642500', '203023.102500', '203023.562500', '203024.022500', '203024.482500', '203024.942500', '203025.402500', '203025.862500', '203026.322500', '203026.782500', '203027.242500', '203027.702500', '203028.162500', '203028.622500', '203029.082500', '203029.542500', '203030.002500', '203030.462500', '203030.922500', '203031.382500', '203031.842500', '203032.302500', '203032.762500', '203033.222500', '203033.682500', '203034.142500', '203034.602500', '203035.062500', '203035.522500', '203035.982500', '203036.442500', '203036.902500', '203037.362500', '203037.822500', '203038.282500', '203038.742500', '203039.202500', '203039.662500', '203040.122500', '203040.582500', '203041.042500', '203041.502500', '203041.962500', '203042.422500', '203042.882500', '203043.342500', '203043.802500', '203044.262500', '203044.722500', '203045.182500', '203045.642500', '203046.102500', '203046.562500', '203047.022500', '203047.482500', '203047.942500', '203048.402500', '203048.862500', '203049.322500', '203049.782500', '203050.242500', '203050.702500', '203051.162500', '203051.622500', '203052.082500', '203052.542500', '203053.002500', '203053.462500', '203053.922500', '203054.382500', '203054.842500', '203055.302500', '203055.762500', '203056.222500', '203056.682500', '203057.142500', '203057.602500', '203058.062500', '203058.522500', '203058.982500', '203059.442500', '203059.902500', '203100.362500', '203100.822500', '203101.282500', '203101.742500', '203102.202500', '203102.662500', '203103.122500', '203103.582500', '203104.042500', '203104.502500', '203104.962500', '203105.422500', '203105.882500', '203106.342500', '203106.802500', '203107.262500', '203107.722500', '203108.182500', '203108.642500', '203109.102500', '203109.562500', '203110.022500', '203110.482500', '203110.942500', '203111.402500', '203111.862500', '203112.322500', '203112.782500', '203113.242500', '203113.702500', '203114.162500', '203114.622500', '203115.082500', '203115.542500', '203116.002500', '203116.462500', '203116.922500', '203117.382500', '203117.842500', '203118.302500', '203118.762500', '203119.222500', '203119.682500', '203120.142500', '203120.602500', '203121.062500', '203121.522500', '203121.982500', '203122.442500', '203122.902500', '203123.362500', '203123.822500', '203124.282500', '203124.742500', '203125.202500', '203125.662500', '203126.122500', '203126.582500', '203127.042500', '203127.502500', '203127.962500', '203128.422500', '203128.882500', '203129.342500', '203129.802500', '203130.262500', '203130.722500', '203131.182500', '203131.642500', '203132.102500', '203132.562500', '203133.022500', '203133.482500', '203133.942500', '203134.402500', '203134.862500', '203135.322500', '203135.782500', '203136.242500', '203136.702500', '203137.162500', '203137.622500', '203138.082500', '203138.542500', '203139.002500', '203139.462500', '203139.922500', '203140.382500', '203140.842500', '203141.302500', '203141.762500', '203142.222500', '203142.682500', '203143.142500', '203143.602500', '203144.062500', '203144.522500', '203144.982500', '203145.442500', '203145.902500', '203146.362500', '203146.822500', '203147.282500', '203147.742500', '203148.202500', '203148.662500', '203149.122500', '203149.582500', '203150.042500', '203150.502500', '203150.962500', '203151.422500', '203151.882500', '203152.342500', '203152.802500', '203153.262500', '203153.722500', '203154.182500', '203154.642500', '203155.102500', '203155.562500', '203156.022500', '203156.482500', '203156.942500', '203157.402500', '203157.862500', '203158.322500', '203158.782500', '203159.242500', '203159.702500', '203200.162500', '203200.622500', '203201.082500', '203201.542500', '203202.002500', '203202.462500', '203202.922500', '203203.382500', '203203.842500', '203204.302500', '203204.762500', '203205.222500', '203205.682500', '203206.142500', '203206.602500', '203207.062500', '203207.522500', '203207.982500', '203208.442500', '203208.902500', '203209.362500', '203209.822500', '203210.282500', '203210.742500', '203211.202500', '203211.662500', '203212.122500', '203212.582500', '203213.042500', '203213.502500', '203213.962500', '203214.422500', '203214.882500', '203215.342500', '203215.802500', '203216.262500', '203216.722500', '203217.182500', '203217.642500', '203218.102500', '203218.562500', '203219.022500', '203219.482500', '203219.942500', '203220.402500', '203220.862500', '203221.322500', '203221.782500', '203222.242500', '203222.702500', '203223.162500', '203223.622500', '203224.082500', '203224.542500', '203225.002500', '203225.462500', '203225.922500', '203226.382500', '203226.842500', '203227.302500', '203227.762500', '203228.222500', '203228.682500', '203229.142500', '203229.602500', '203230.062500', '203230.522500', '203230.982500', '203231.442500', '203231.902500', '203232.362500', '203232.822500', '203233.282500', '203233.742500', '203234.202500', '203234.662500', '203235.122500', '203235.582500', '203236.042500', '203236.502500', '203236.962500', '203237.422500', '203237.882500', '203238.342500', '203238.802500', '203239.262500', '203239.722500', '203240.182500', '203240.642500', '203241.102500', '203241.562500', '203242.022500', '203242.482500', '203242.942500', '203243.402500', '203243.862500', '203244.322500', '203244.782500', '203245.242500', '203245.702500', '203246.162500', '203246.622500', '203247.082500', '203247.542500', '203248.002500', '203248.462500', '203248.922500', '203249.382500', '203249.842500', '203250.302500', '203250.762500', '203251.222500', '203251.682500', '203252.142500', '203252.602500', '203253.062500', '203253.522500', '203253.982500', '203254.442500', '203254.902500', '203255.362500', '203255.822500', '203256.282500', '203256.742500', '203257.202500', '203257.662500', '203258.122500', '203258.582500', '203259.042500', '203259.502500', '203259.962500', '203300.422500', '203300.882500', '203301.342500', '203301.802500', '203302.262500', '203302.722500', '203303.182500', '203303.642500', '203304.102500', '203304.562500', '203305.022500', '203305.482500', '203305.942500', '203306.402500', '203306.862500', '203307.322500', '203307.782500', '203308.242500', '203308.702500', '203309.162500', '203309.622500', '203310.082500', '203310.542500', '203311.002500', '203311.462500', '203311.922500', '203312.382500', '203312.842500', '203313.302500', '203313.762500', '203314.222500', '203314.682500', '203315.142500', '203315.602500', '203316.062500', '203316.522500', '203316.982500', '203317.442500', '203317.902500', '203318.362500', '203318.822500', '203319.282500', '203319.742500', '203320.202500', '203320.662500', '203321.122500', '203321.582500', '203322.042500', '203322.502500', '203322.962500', '203323.422500', '203323.882500', '203324.342500', '203324.802500', '203325.262500', '203325.722500', '203326.182500', '203326.642500', '203327.102500', '203327.562500', '203328.022500', '203328.482500', '203328.942500', '203329.402500', '203329.862500', '203330.322500', '203330.782500', '203331.242500', '203331.702500', '203332.162500', '203332.622500', '203333.082500', '203333.542500', '203334.002500', '203334.462500', '203334.922500', '203335.382500', '203335.842500', '203336.302500', '203336.762500', '203337.222500', '203337.682500', '203338.142500', '203338.602500', '203339.062500', '203339.522500', '203339.982500', '203340.442500', '203340.902500', '203341.362500', '203341.822500', '203342.282500', '203342.742500', '203343.202500', '203343.662500', '203344.122500', '203344.582500', '203345.042500', '203345.502500', '203345.962500', '203346.422500', '203346.882500', '203347.342500', '203347.802500', '203348.262500', '203348.722500', '203349.182500', '203349.642500', '203350.102500', '203350.562500', '203351.022500', '203351.482500', '203351.942500', '203352.402500', '203352.862500', '203353.322500', '203353.782500', '203354.242500', '203354.702500', '203355.162500', '203355.622500', '203356.082500', '203356.542500', '203357.002500', '203357.462500', '203357.922500', '203358.382500', '203358.842500', '203359.302500', '203359.762500', '203400.222500', '203400.682500', '203401.142500', '203401.602500', '203402.062500', '203402.522500', '203402.982500', '203403.442500', '203403.902500', '203404.362500', '203404.822500', '203405.282500', '203405.742500', '203406.202500', '203406.662500', '203407.122500', '203407.582500', '203408.042500', '203408.502500', '203408.962500', '203409.422500', '203409.882500', '203410.342500', '203410.802500', '203411.262500', '203411.722500', '203412.182500', '203412.642500', '203413.102500', '203413.562500', '203414.022500', '203414.482500', '203414.942500', '203415.402500', '203415.862500', '203416.322500', '203416.782500', '203417.242500', '203417.702500', '203418.162500', '203418.622500', '203419.082500', '203419.542500', '203420.002500', '203420.462500', '203420.922500', '203421.382500', '203421.842500', '203422.302500', '203422.762500', '203423.222500', '203423.682500', '203424.142500', '203424.602500', '203425.062500', '203425.522500', '203425.982500', '203426.442500', '203426.902500', '203427.362500', '203427.822500', '203428.282500', '203428.742500'], 'ContentTime': ['202554.865000', '202554.868000', '202554.871000', '202554.874000', '202554.876000', '202554.889000', '202554.892000', '202554.894000', '202554.897000', '202554.899000', '202554.902000', '202554.904000', '202554.907000', '202554.913000', '202554.916000', '202554.918000', '202554.921000', '202554.923000', '202554.926000', '202554.928000', '202554.931000', '202554.934000', '202554.936000', '202554.939000', '202554.941000', '202554.944000', '202554.947000', '202554.949000', '202554.952000', '202554.954000', '202554.957000', '202554.959000', '202554.962000', '202554.964000', '202554.967000', '202554.970000', '202554.972000', '202554.975000', '202614.838000', '202614.841000', '202614.844000', '202614.846000', '202614.849000', '202614.851000', '202614.854000', '202614.857000', '202614.859000', '202614.862000', '202614.864000', '202614.867000', '202614.869000', '202614.872000', '202614.874000', '202614.877000', '202614.880000', '202614.882000', '202614.885000', '202614.887000', '202614.890000', '202614.893000', '202614.895000', '202614.898000', '202614.900000', '202614.903000', '202614.905000', '202614.908000', '202614.910000', '202614.913000', '202614.915000', '202614.946000', '202614.949000', '202614.952000', '202614.954000', '202614.957000', '202614.959000', '202614.962000', '202614.964000', '202614.967000', '202614.969000', '202614.972000', '202614.974000', '202614.977000', '202634.839000', '202634.841000', '202634.844000', '202634.847000', '202634.849000', '202634.852000', '202634.854000', '202634.857000', '202634.859000', '202634.862000', '202634.864000', '202634.867000', '202634.869000', '202634.872000', '202634.874000', '202634.877000', '202634.880000', '202634.882000', '202634.885000', '202634.887000', '202634.890000', '202634.893000', '202634.895000', '202634.898000', '202634.900000', '202634.903000', '202634.905000', '202634.908000', '202634.911000', '202634.913000', '202634.927000', '202634.930000', '202634.933000', '202634.935000', '202634.938000', '202634.940000', '202634.943000', '202634.945000', '202634.948000', '202634.950000', '202634.953000', '202634.956000', '202634.958000', '202654.839000', '202654.842000', '202654.845000', '202654.847000', '202654.850000', '202654.852000', '202654.855000', '202654.858000', '202654.860000', '202654.863000', '202654.865000', '202654.868000', '202654.871000', '202654.873000', '202654.876000', '202654.878000', '202654.881000', '202654.884000', '202654.886000', '202654.889000', '202654.891000', '202654.894000', '202654.896000', '202654.899000', '202654.901000', '202654.904000', '202654.907000', '202654.909000', '202654.912000', '202654.914000', '202654.917000', '202654.920000', '202654.922000', '202654.933000', '202654.936000', '202654.939000', '202654.941000', '202654.944000', '202654.946000', '202654.949000', '202654.951000', '202654.954000', '202654.956000', '202654.959000', '202714.838000', '202714.841000', '202714.844000', '202714.846000', '202714.849000', '202714.851000', '202714.854000', '202714.857000', '202714.859000', '202714.862000', '202714.864000', '202714.867000', '202714.869000', '202714.872000', '202714.875000', '202714.877000', '202714.880000', '202714.882000', '202714.885000', '202714.888000', '202714.899000', '202714.901000', '202714.904000', '202714.906000', '202714.909000', '202714.911000', '202714.914000', '202714.916000', '202714.919000', '202714.922000', '202714.924000', '202714.927000', '202714.929000', '202714.932000', '202714.935000', '202714.937000', '202714.940000', '202714.942000', '202714.945000', '202714.947000', '202714.950000', '202714.952000', '202714.955000', '202734.839000', '202734.841000', '202734.844000', '202734.847000', '202734.849000', '202734.852000', '202734.854000', '202734.857000', '202734.859000', '202734.862000', '202734.865000', '202734.867000', '202734.870000', '202734.872000', '202734.875000', '202734.878000', '202734.880000', '202734.883000', '202734.885000', '202734.888000', '202734.890000', '202734.893000', '202734.896000', '202734.898000', '202734.901000', '202734.903000', '202734.906000', '202734.908000', '202734.911000', '202734.914000', '202734.917000', '202734.919000', '202734.922000', '202734.924000', '202734.927000', '202734.929000', '202734.932000', '202734.935000', '202734.937000', '202734.940000', '202734.942000', '202734.945000', '202734.948000', '202734.950000', '202754.838000', '202754.841000', '202754.844000', '202754.846000', '202754.849000', '202754.851000', '202754.854000', '202754.857000', '202754.859000', '202754.862000', '202754.865000', '202754.867000', '202754.870000', '202754.872000', '202754.875000', '202754.878000', '202754.880000', '202754.883000', '202754.885000', '202754.888000', '202754.890000', '202754.893000', '202754.895000', '202754.898000', '202754.901000', '202754.903000', '202754.906000', '202754.908000', '202754.911000', '202754.914000', '202754.916000', '202754.919000', '202754.921000', '202754.924000', '202754.926000', '202754.929000', '202754.932000', '202754.934000', '202754.937000', '202754.939000', '202754.942000', '202754.945000', '202754.947000', '202814.838000', '202814.841000', '202814.844000', '202814.846000', '202814.849000', '202814.852000', '202814.854000', '202814.857000', '202814.859000', '202814.862000', '202814.865000', '202814.867000', '202814.870000', '202814.873000', '202814.875000', '202814.878000', '202814.880000', '202814.883000', '202814.885000', '202814.888000', '202814.890000', '202814.893000', '202814.896000', '202814.898000', '202814.901000', '202814.903000', '202814.936000', '202814.938000', '202814.941000', '202814.944000', '202814.946000', '202814.949000', '202814.951000', '202814.954000', '202814.957000', '202814.959000', '202814.962000', '202814.964000', '202814.967000', '202814.969000', '202814.972000', '202814.975000', '202814.977000', '202814.980000', '202834.839000', '202834.841000', '202834.844000', '202834.847000', '202834.849000', '202834.852000', '202834.855000', '202834.857000', '202834.860000', '202834.862000', '202834.865000', '202834.868000', '202834.870000', '202834.873000', '202834.875000', '202834.878000', '202834.881000', '202834.883000', '202834.886000', '202834.888000', '202834.891000', '202834.894000', '202834.896000', '202834.899000', '202834.901000', '202834.904000', '202834.907000', '202834.909000', '202834.912000', '202834.914000', '202834.917000', '202834.920000', '202834.922000', '202834.925000', '202834.928000', '202834.930000', '202834.933000', '202834.935000', '202834.938000', '202834.940000', '202834.943000', '202834.946000', '202834.948000', '202854.838000', '202854.841000', '202854.844000', '202854.847000', '202854.849000', '202854.853000', '202854.856000', '202854.858000', '202854.861000', '202854.864000', '202854.866000', '202854.869000', '202854.872000', '202854.874000', '202854.877000', '202854.880000', '202854.882000', '202854.885000', '202854.887000', '202854.890000', '202854.893000', '202854.895000', '202854.898000', '202854.900000', '202854.903000', '202854.906000', '202854.908000', '202854.911000', '202854.914000', '202854.917000', '202854.919000', '202854.922000', '202854.924000', '202854.927000', '202854.929000', '202854.932000', '202854.935000', '202854.937000', '202854.940000', '202854.943000', '202854.945000', '202854.948000', '202854.950000', '202854.953000', '202914.840000', '202914.843000', '202914.845000', '202914.848000', '202914.850000', '202914.853000', '202914.863000', '202914.866000', '202914.868000', '202914.871000', '202914.874000', '202914.876000', '202914.879000', '202914.882000', '202914.884000', '202914.887000', '202914.889000', '202914.892000', '202914.894000', '202914.897000', '202914.900000', '202914.902000', '202914.905000', '202914.907000', '202914.910000', '202914.913000', '202914.915000', '202914.918000', '202914.920000', '202914.923000', '202914.926000', '202914.928000', '202914.931000', '202914.933000', '202914.936000', '202914.939000', '202914.941000', '202914.944000', '202914.946000', '202914.949000', '202914.952000', '202914.954000', '202914.957000', '202934.838000', '202934.841000', '202934.844000', '202934.846000', '202934.849000', '202934.852000', '202934.855000', '202934.858000', '202934.861000', '202934.864000', '202934.869000', '202934.871000', '202934.874000', '202934.877000', '202934.879000', '202934.882000', '202934.884000', '202934.887000', '202934.895000', '202934.898000', '202934.901000', '202934.903000', '202934.906000', '202934.909000', '202934.911000', '202934.914000', '202934.917000', '202934.919000', '202934.922000', '202934.924000', '202934.927000', '202934.930000', '202934.932000', '202934.935000', '202934.937000', '202934.940000', '202934.942000', '202934.945000', '202934.948000', '202934.950000', '202934.953000', '202934.955000', '202934.958000', '202954.839000', '202954.842000', '202954.845000', '202954.847000', '202954.850000', '202954.852000', '202954.855000', '202954.858000', '202954.878000', '202954.881000', '202954.883000', '202954.886000', '202954.889000', '202954.891000', '202954.894000', '202954.897000', '202954.899000', '202954.902000', '202954.904000', '202954.907000', '202954.909000', '202954.912000', '202954.915000', '202954.917000', '202954.920000', '202954.923000', '202954.925000', '202954.928000', '202954.930000', '202954.933000', '202954.935000', '202954.938000', '202954.941000', '202954.943000', '202954.946000', '202954.948000', '202954.951000', '202954.954000', '202954.956000', '202954.959000', '202954.962000', '202954.964000', '202954.967000', '202954.969000', '203014.839000', '203014.842000', '203014.844000', '203014.847000', '203014.850000', '203014.853000', '203014.855000', '203014.858000', '203014.861000', '203014.863000', '203014.866000', '203014.868000', '203014.871000', '203014.873000', '203014.876000', '203014.879000', '203014.881000', '203014.884000', '203014.886000', '203014.889000', '203014.892000', '203014.895000', '203014.898000', '203014.901000', '203014.903000', '203014.906000', '203014.908000', '203014.911000', '203014.914000', '203014.916000', '203014.919000', '203014.921000', '203014.924000', '203014.926000', '203014.929000', '203014.932000', '203014.934000', '203014.937000', '203014.939000', '203014.942000', '203014.945000', '203014.947000', '203014.950000', '203034.838000', '203034.841000', '203034.844000', '203034.847000', '203034.849000', '203034.852000', '203034.854000', '203034.857000', '203034.859000', '203034.862000', '203034.865000', '203034.867000', '203034.870000', '203034.872000', '203034.875000', '203034.878000', '203034.880000', '203034.883000', '203034.885000', '203034.888000', '203034.891000', '203034.893000', '203034.896000', '203034.899000', '203034.901000', '203034.904000', '203034.906000', '203034.909000', '203034.912000', '203034.914000', '203034.917000', '203034.919000', '203034.922000', '203034.924000', '203034.927000', '203034.930000', '203034.932000', '203034.935000', '203034.937000', '203034.940000', '203034.943000', '203034.945000', '203034.948000', '203034.950000', '203054.839000', '203054.841000', '203054.844000', '203054.847000', '203054.849000', '203054.852000', '203054.854000', '203054.857000', '203054.860000', '203054.862000', '203054.865000', '203054.867000', '203054.870000', '203054.872000', '203054.875000', '203054.878000', '203054.880000', '203054.883000', '203054.885000', '203054.889000', '203054.892000', '203054.895000', '203054.897000', '203054.900000', '203054.903000', '203054.906000', '203054.908000', '203054.911000', '203054.914000', '203054.918000', '203054.921000', '203054.923000', '203054.926000', '203054.929000', '203054.931000', '203054.934000', '203054.936000', '203054.939000', '203054.942000', '203054.944000', '203054.947000', '203054.949000', '203054.952000', '203114.839000', '203114.841000', '203114.844000', '203114.847000', '203114.849000', '203114.852000', '203114.854000', '203114.857000', '203114.859000', '203114.862000', '203114.865000', '203114.867000', '203114.870000', '203114.872000', '203114.875000', '203114.877000', '203114.880000', '203114.883000', '203114.885000', '203114.898000', '203114.901000', '203114.904000', '203114.906000', '203114.909000', '203114.911000', '203114.914000', '203114.916000', '203114.919000', '203114.922000', '203114.924000', '203114.927000', '203114.929000', '203114.932000', '203114.934000', '203114.937000', '203114.940000', '203114.942000', '203114.945000', '203114.947000', '203114.950000', '203114.952000', '203114.963000', '203114.966000', '203114.968000', '203134.840000', '203134.842000', '203134.845000', '203134.848000', '203134.850000', '203134.853000', '203134.855000', '203134.858000', '203134.860000', '203134.863000', '203134.866000', '203134.868000', '203134.871000', '203134.873000', '203134.876000', '203134.878000', '203134.881000', '203134.884000', '203134.886000', '203134.889000', '203134.892000', '203134.894000', '203134.897000', '203134.899000', '203134.902000', '203134.904000', '203134.907000', '203134.910000', '203134.912000', '203134.915000', '203134.917000', '203134.920000', '203134.923000', '203134.925000', '203134.928000', '203134.931000', '203134.935000', '203134.938000', '203134.941000', '203134.945000', '203134.948000', '203134.950000', '203134.953000', '203154.838000', '203154.841000', '203154.844000', '203154.847000', '203154.849000', '203154.852000', '203154.854000', '203154.857000', '203154.859000', '203154.862000', '203154.865000', '203154.867000', '203154.870000', '203154.872000', '203154.875000', '203154.877000', '203154.880000', '203154.883000', '203154.885000', '203154.888000', '203154.890000', '203154.893000', '203154.896000', '203154.898000', '203154.901000', '203154.903000', '203154.906000', '203154.909000', '203154.911000', '203154.914000', '203154.916000', '203154.919000', '203154.922000', '203154.924000', '203154.927000', '203154.929000', '203154.932000', '203154.935000', '203154.937000', '203154.940000', '203154.942000', '203154.945000', '203154.947000', '203154.950000', '203214.839000', '203214.842000', '203214.844000', '203214.847000', '203214.849000', '203214.852000', '203214.855000', '203214.857000', '203214.860000', '203214.862000', '203214.865000', '203214.867000', '203214.870000', '203214.873000', '203214.875000', '203214.878000', '203214.880000', '203214.883000', '203214.885000', '203214.888000', '203214.891000', '203214.893000', '203214.896000', '203214.898000', '203214.901000', '203214.905000', '203214.907000', '203214.910000', '203214.913000', '203214.916000', '203214.919000', '203214.921000', '203214.924000', '203214.926000', '203214.929000', '203214.932000', '203214.934000', '203214.937000', '203214.939000', '203214.942000', '203214.944000', '203214.947000', '203214.950000', '203234.839000', '203234.842000', '203234.844000', '203234.847000', '203234.849000', '203234.852000', '203234.855000', '203234.857000', '203234.860000', '203234.867000', '203234.869000', '203234.872000', '203234.875000', '203234.877000', '203234.880000', '203234.883000', '203234.885000', '203234.888000', '203234.890000', '203234.893000', '203234.896000', '203234.898000', '203234.901000', '203234.904000', '203234.906000', '203234.909000', '203234.911000', '203234.914000', '203234.916000', '203234.930000', '203234.933000', '203234.935000', '203234.938000', '203234.941000', '203234.943000', '203234.946000', '203234.948000', '203234.958000', '203234.961000', '203234.964000', '203234.966000', '203234.969000', '203234.971000', '203234.974000', '203254.839000', '203254.841000', '203254.844000', '203254.847000', '203254.849000', '203254.852000', '203254.854000', '203254.857000', '203254.860000', '203254.862000', '203254.865000', '203254.867000', '203254.870000', '203254.873000', '203254.875000', '203254.878000', '203254.880000', '203254.883000', '203254.886000', '203254.888000', '203254.891000', '203254.893000', '203254.896000', '203254.898000', '203254.901000', '203254.904000', '203254.906000', '203254.909000', '203254.912000', '203254.914000', '203254.917000', '203254.919000', '203254.922000', '203254.924000', '203254.927000', '203254.931000', '203254.934000', '203254.936000', '203254.939000', '203254.942000', '203254.945000', '203254.947000', '203254.950000', '203314.839000', '203314.841000', '203314.844000', '203314.847000', '203314.849000', '203314.852000', '203314.856000', '203314.858000', '203314.861000', '203314.863000', '203314.866000', '203314.868000', '203314.871000', '203314.874000', '203314.876000', '203314.879000', '203314.881000', '203314.884000', '203314.886000', '203314.889000', '203314.892000', '203314.894000', '203314.897000', '203314.899000', '203314.902000', '203314.905000', '203314.907000', '203314.910000', '203314.912000', '203314.915000', '203314.918000', '203314.920000', '203314.923000', '203314.925000', '203314.928000', '203314.930000', '203314.934000', '203314.936000', '203314.939000', '203314.941000', '203314.944000', '203314.947000', '203314.950000', '203314.952000', '203334.839000', '203334.841000', '203334.844000', '203334.847000', '203334.849000', '203334.852000', '203334.854000', '203334.857000', '203334.860000', '203334.862000', '203334.865000', '203334.867000', '203334.870000', '203334.873000', '203334.875000', '203334.878000', '203334.880000', '203334.883000', '203334.886000', '203334.888000', '203334.891000', '203334.893000', '203334.896000', '203334.899000', '203334.901000', '203334.904000', '203334.906000', '203334.909000', '203334.912000', '203334.914000', '203334.917000', '203334.919000', '203334.922000', '203334.925000', '203334.928000', '203334.931000', '203334.934000', '203334.937000', '203334.939000', '203334.942000', '203334.945000', '203334.947000', '203334.950000', '203354.840000', '203354.842000', '203354.845000', '203354.848000', '203354.850000', '203354.853000', '203354.855000', '203354.858000', '203354.861000', '203354.863000', '203354.866000', '203354.868000', '203354.871000', '203354.874000', '203354.876000', '203354.879000', '203354.881000', '203354.884000', '203354.886000', '203354.889000', '203354.892000', '203354.894000', '203354.897000', '203354.899000', '203354.902000', '203354.905000', '203354.918000', '203354.920000', '203354.923000', '203354.925000', '203354.928000', '203354.931000', '203354.933000', '203354.936000', '203354.938000', '203354.941000', '203354.943000', '203354.946000', '203354.949000', '203354.951000', '203354.954000', '203354.956000', '203354.959000', '203354.962000', '203414.839000', '203414.842000', '203414.844000', '203414.847000', '203414.849000', '203414.852000', '203414.855000', '203414.857000', '203414.860000', '203414.862000', '203414.865000', '203414.868000', '203414.870000', '203414.873000', '203414.875000', '203414.878000', '203414.880000', '203414.883000', '203414.886000', '203414.888000', '203414.891000', '203414.893000', '203414.896000', '203414.899000', '203414.901000', '203414.904000', '203414.906000', '203414.909000', '203414.912000', '203414.914000', '203414.917000', '203414.919000', '203414.922000', '203414.924000', '203414.934000', '203414.937000', '203414.939000', '203414.942000', '203414.945000', '203414.947000', '203414.950000', '203414.952000', '203414.955000', '203429.674000', '203429.677000', '203429.679000', '203429.682000', '203429.685000', '203429.687000', '203429.690000', '203429.693000', '203429.696000', '203429.699000', '203429.702000', '203429.705000', '203429.708000', '203429.711000', '203429.713000', '203429.716000', '203429.719000', '203429.722000', '203429.725000', '203429.728000', '203429.731000', '203429.734000', '203429.736000', '203429.739000', '203429.743000', '203429.747000', '203429.750000', '203429.753000', '203429.756000', '203429.759000', '203429.761000', '203429.764000', '203429.769000'], 'InstanceCreationTime': ['202554.865000', '202554.868000', '202554.871000', '202554.874000', '202554.876000', '202554.889000', '202554.892000', '202554.894000', '202554.897000', '202554.899000', '202554.902000', '202554.904000', '202554.907000', '202554.913000', '202554.916000', '202554.918000', '202554.921000', '202554.923000', '202554.926000', '202554.928000', '202554.931000', '202554.934000', '202554.936000', '202554.939000', '202554.941000', '202554.944000', '202554.947000', '202554.949000', '202554.952000', '202554.954000', '202554.957000', '202554.959000', '202554.962000', '202554.964000', '202554.967000', '202554.970000', '202554.972000', '202554.975000', '202614.838000', '202614.841000', '202614.844000', '202614.846000', '202614.849000', '202614.851000', '202614.854000', '202614.857000', '202614.859000', '202614.862000', '202614.864000', '202614.867000', '202614.869000', '202614.872000', '202614.874000', '202614.877000', '202614.880000', '202614.882000', '202614.885000', '202614.887000', '202614.890000', '202614.893000', '202614.895000', '202614.898000', '202614.900000', '202614.903000', '202614.905000', '202614.908000', '202614.910000', '202614.913000', '202614.915000', '202614.946000', '202614.949000', '202614.952000', '202614.954000', '202614.957000', '202614.959000', '202614.962000', '202614.964000', '202614.967000', '202614.969000', '202614.972000', '202614.974000', '202614.977000', '202634.839000', '202634.841000', '202634.844000', '202634.847000', '202634.849000', '202634.852000', '202634.854000', '202634.857000', '202634.859000', '202634.862000', '202634.864000', '202634.867000', '202634.869000', '202634.872000', '202634.874000', '202634.877000', '202634.880000', '202634.882000', '202634.885000', '202634.887000', '202634.890000', '202634.893000', '202634.895000', '202634.898000', '202634.900000', '202634.903000', '202634.905000', '202634.908000', '202634.911000', '202634.913000', '202634.927000', '202634.930000', '202634.933000', '202634.935000', '202634.938000', '202634.940000', '202634.943000', '202634.945000', '202634.948000', '202634.950000', '202634.953000', '202634.956000', '202634.958000', '202654.839000', '202654.842000', '202654.845000', '202654.847000', '202654.850000', '202654.852000', '202654.855000', '202654.858000', '202654.860000', '202654.863000', '202654.865000', '202654.868000', '202654.871000', '202654.873000', '202654.876000', '202654.878000', '202654.881000', '202654.884000', '202654.886000', '202654.889000', '202654.891000', '202654.894000', '202654.896000', '202654.899000', '202654.901000', '202654.904000', '202654.907000', '202654.909000', '202654.912000', '202654.914000', '202654.917000', '202654.920000', '202654.922000', '202654.933000', '202654.936000', '202654.939000', '202654.941000', '202654.944000', '202654.946000', '202654.949000', '202654.951000', '202654.954000', '202654.956000', '202654.959000', '202714.838000', '202714.841000', '202714.844000', '202714.846000', '202714.849000', '202714.851000', '202714.854000', '202714.857000', '202714.859000', '202714.862000', '202714.864000', '202714.867000', '202714.869000', '202714.872000', '202714.875000', '202714.877000', '202714.880000', '202714.882000', '202714.885000', '202714.888000', '202714.899000', '202714.901000', '202714.904000', '202714.906000', '202714.909000', '202714.911000', '202714.914000', '202714.916000', '202714.919000', '202714.922000', '202714.924000', '202714.927000', '202714.929000', '202714.932000', '202714.935000', '202714.937000', '202714.940000', '202714.942000', '202714.945000', '202714.947000', '202714.950000', '202714.952000', '202714.955000', '202734.839000', '202734.841000', '202734.844000', '202734.847000', '202734.849000', '202734.852000', '202734.854000', '202734.857000', '202734.859000', '202734.862000', '202734.865000', '202734.867000', '202734.870000', '202734.872000', '202734.875000', '202734.878000', '202734.880000', '202734.883000', '202734.885000', '202734.888000', '202734.890000', '202734.893000', '202734.896000', '202734.898000', '202734.901000', '202734.903000', '202734.906000', '202734.908000', '202734.911000', '202734.914000', '202734.917000', '202734.919000', '202734.922000', '202734.924000', '202734.927000', '202734.929000', '202734.932000', '202734.935000', '202734.937000', '202734.940000', '202734.942000', '202734.945000', '202734.948000', '202734.950000', '202754.838000', '202754.841000', '202754.844000', '202754.846000', '202754.849000', '202754.851000', '202754.854000', '202754.857000', '202754.859000', '202754.862000', '202754.865000', '202754.867000', '202754.870000', '202754.872000', '202754.875000', '202754.878000', '202754.880000', '202754.883000', '202754.885000', '202754.888000', '202754.890000', '202754.893000', '202754.895000', '202754.898000', '202754.901000', '202754.903000', '202754.906000', '202754.908000', '202754.911000', '202754.914000', '202754.916000', '202754.919000', '202754.921000', '202754.924000', '202754.926000', '202754.929000', '202754.932000', '202754.934000', '202754.937000', '202754.939000', '202754.942000', '202754.945000', '202754.947000', '202814.838000', '202814.841000', '202814.844000', '202814.846000', '202814.849000', '202814.852000', '202814.854000', '202814.857000', '202814.859000', '202814.862000', '202814.865000', '202814.867000', '202814.870000', '202814.873000', '202814.875000', '202814.878000', '202814.880000', '202814.883000', '202814.885000', '202814.888000', '202814.890000', '202814.893000', '202814.896000', '202814.898000', '202814.901000', '202814.903000', '202814.936000', '202814.938000', '202814.941000', '202814.944000', '202814.946000', '202814.949000', '202814.951000', '202814.954000', '202814.957000', '202814.959000', '202814.962000', '202814.964000', '202814.967000', '202814.969000', '202814.972000', '202814.975000', '202814.977000', '202814.980000', '202834.839000', '202834.841000', '202834.844000', '202834.847000', '202834.849000', '202834.852000', '202834.855000', '202834.857000', '202834.860000', '202834.862000', '202834.865000', '202834.868000', '202834.870000', '202834.873000', '202834.875000', '202834.878000', '202834.881000', '202834.883000', '202834.886000', '202834.888000', '202834.891000', '202834.894000', '202834.896000', '202834.899000', '202834.901000', '202834.904000', '202834.907000', '202834.909000', '202834.912000', '202834.914000', '202834.917000', '202834.920000', '202834.922000', '202834.925000', '202834.928000', '202834.930000', '202834.933000', '202834.935000', '202834.938000', '202834.940000', '202834.943000', '202834.946000', '202834.948000', '202854.838000', '202854.841000', '202854.844000', '202854.847000', '202854.849000', '202854.853000', '202854.856000', '202854.858000', '202854.861000', '202854.864000', '202854.866000', '202854.869000', '202854.872000', '202854.874000', '202854.877000', '202854.880000', '202854.882000', '202854.885000', '202854.887000', '202854.890000', '202854.893000', '202854.895000', '202854.898000', '202854.900000', '202854.903000', '202854.906000', '202854.908000', '202854.911000', '202854.914000', '202854.917000', '202854.919000', '202854.922000', '202854.924000', '202854.927000', '202854.929000', '202854.932000', '202854.935000', '202854.937000', '202854.940000', '202854.943000', '202854.945000', '202854.948000', '202854.950000', '202854.953000', '202914.840000', '202914.843000', '202914.845000', '202914.848000', '202914.850000', '202914.853000', '202914.863000', '202914.866000', '202914.868000', '202914.871000', '202914.874000', '202914.876000', '202914.879000', '202914.882000', '202914.884000', '202914.887000', '202914.889000', '202914.892000', '202914.894000', '202914.897000', '202914.900000', '202914.902000', '202914.905000', '202914.907000', '202914.910000', '202914.913000', '202914.915000', '202914.918000', '202914.920000', '202914.923000', '202914.926000', '202914.928000', '202914.931000', '202914.933000', '202914.936000', '202914.939000', '202914.941000', '202914.944000', '202914.946000', '202914.949000', '202914.952000', '202914.954000', '202914.957000', '202934.838000', '202934.841000', '202934.844000', '202934.846000', '202934.849000', '202934.852000', '202934.855000', '202934.858000', '202934.861000', '202934.864000', '202934.869000', '202934.871000', '202934.874000', '202934.877000', '202934.879000', '202934.882000', '202934.884000', '202934.887000', '202934.895000', '202934.898000', '202934.901000', '202934.903000', '202934.906000', '202934.909000', '202934.911000', '202934.914000', '202934.917000', '202934.919000', '202934.922000', '202934.924000', '202934.927000', '202934.930000', '202934.932000', '202934.935000', '202934.937000', '202934.940000', '202934.942000', '202934.945000', '202934.948000', '202934.950000', '202934.953000', '202934.955000', '202934.958000', '202954.839000', '202954.842000', '202954.845000', '202954.847000', '202954.850000', '202954.852000', '202954.855000', '202954.858000', '202954.878000', '202954.881000', '202954.883000', '202954.886000', '202954.889000', '202954.891000', '202954.894000', '202954.897000', '202954.899000', '202954.902000', '202954.904000', '202954.907000', '202954.909000', '202954.912000', '202954.915000', '202954.917000', '202954.920000', '202954.923000', '202954.925000', '202954.928000', '202954.930000', '202954.933000', '202954.935000', '202954.938000', '202954.941000', '202954.943000', '202954.946000', '202954.948000', '202954.951000', '202954.954000', '202954.956000', '202954.959000', '202954.962000', '202954.964000', '202954.967000', '202954.969000', '203014.839000', '203014.842000', '203014.844000', '203014.847000', '203014.850000', '203014.853000', '203014.855000', '203014.858000', '203014.861000', '203014.863000', '203014.866000', '203014.868000', '203014.871000', '203014.873000', '203014.876000', '203014.879000', '203014.881000', '203014.884000', '203014.886000', '203014.889000', '203014.892000', '203014.895000', '203014.898000', '203014.901000', '203014.903000', '203014.906000', '203014.908000', '203014.911000', '203014.914000', '203014.916000', '203014.919000', '203014.921000', '203014.924000', '203014.926000', '203014.929000', '203014.932000', '203014.934000', '203014.937000', '203014.939000', '203014.942000', '203014.945000', '203014.947000', '203014.950000', '203034.838000', '203034.841000', '203034.844000', '203034.847000', '203034.849000', '203034.852000', '203034.854000', '203034.857000', '203034.859000', '203034.862000', '203034.865000', '203034.867000', '203034.870000', '203034.872000', '203034.875000', '203034.878000', '203034.880000', '203034.883000', '203034.885000', '203034.888000', '203034.891000', '203034.893000', '203034.896000', '203034.899000', '203034.901000', '203034.904000', '203034.906000', '203034.909000', '203034.912000', '203034.914000', '203034.917000', '203034.919000', '203034.922000', '203034.924000', '203034.927000', '203034.930000', '203034.932000', '203034.935000', '203034.937000', '203034.940000', '203034.943000', '203034.945000', '203034.948000', '203034.950000', '203054.839000', '203054.841000', '203054.844000', '203054.847000', '203054.849000', '203054.852000', '203054.854000', '203054.857000', '203054.860000', '203054.862000', '203054.865000', '203054.867000', '203054.870000', '203054.872000', '203054.875000', '203054.878000', '203054.880000', '203054.883000', '203054.885000', '203054.889000', '203054.892000', '203054.895000', '203054.897000', '203054.900000', '203054.903000', '203054.906000', '203054.908000', '203054.911000', '203054.914000', '203054.918000', '203054.921000', '203054.923000', '203054.926000', '203054.929000', '203054.931000', '203054.934000', '203054.936000', '203054.939000', '203054.942000', '203054.944000', '203054.947000', '203054.949000', '203054.952000', '203114.839000', '203114.841000', '203114.844000', '203114.847000', '203114.849000', '203114.852000', '203114.854000', '203114.857000', '203114.859000', '203114.862000', '203114.865000', '203114.867000', '203114.870000', '203114.872000', '203114.875000', '203114.877000', '203114.880000', '203114.883000', '203114.885000', '203114.898000', '203114.901000', '203114.904000', '203114.906000', '203114.909000', '203114.911000', '203114.914000', '203114.916000', '203114.919000', '203114.922000', '203114.924000', '203114.927000', '203114.929000', '203114.932000', '203114.934000', '203114.937000', '203114.940000', '203114.942000', '203114.945000', '203114.947000', '203114.950000', '203114.952000', '203114.963000', '203114.966000', '203114.968000', '203134.840000', '203134.842000', '203134.845000', '203134.848000', '203134.850000', '203134.853000', '203134.855000', '203134.858000', '203134.860000', '203134.863000', '203134.866000', '203134.868000', '203134.871000', '203134.873000', '203134.876000', '203134.878000', '203134.881000', '203134.884000', '203134.886000', '203134.889000', '203134.892000', '203134.894000', '203134.897000', '203134.899000', '203134.902000', '203134.904000', '203134.907000', '203134.910000', '203134.912000', '203134.915000', '203134.917000', '203134.920000', '203134.923000', '203134.925000', '203134.928000', '203134.931000', '203134.935000', '203134.938000', '203134.941000', '203134.945000', '203134.948000', '203134.950000', '203134.953000', '203154.838000', '203154.841000', '203154.844000', '203154.847000', '203154.849000', '203154.852000', '203154.854000', '203154.857000', '203154.859000', '203154.862000', '203154.865000', '203154.867000', '203154.870000', '203154.872000', '203154.875000', '203154.877000', '203154.880000', '203154.883000', '203154.885000', '203154.888000', '203154.890000', '203154.893000', '203154.896000', '203154.898000', '203154.901000', '203154.903000', '203154.906000', '203154.909000', '203154.911000', '203154.914000', '203154.916000', '203154.919000', '203154.922000', '203154.924000', '203154.927000', '203154.929000', '203154.932000', '203154.935000', '203154.937000', '203154.940000', '203154.942000', '203154.945000', '203154.947000', '203154.950000', '203214.839000', '203214.842000', '203214.844000', '203214.847000', '203214.849000', '203214.852000', '203214.855000', '203214.857000', '203214.860000', '203214.862000', '203214.865000', '203214.867000', '203214.870000', '203214.873000', '203214.875000', '203214.878000', '203214.880000', '203214.883000', '203214.885000', '203214.888000', '203214.891000', '203214.893000', '203214.896000', '203214.898000', '203214.901000', '203214.905000', '203214.907000', '203214.910000', '203214.913000', '203214.916000', '203214.919000', '203214.921000', '203214.924000', '203214.926000', '203214.929000', '203214.932000', '203214.934000', '203214.937000', '203214.939000', '203214.942000', '203214.944000', '203214.947000', '203214.950000', '203234.839000', '203234.842000', '203234.844000', '203234.847000', '203234.849000', '203234.852000', '203234.855000', '203234.857000', '203234.860000', '203234.867000', '203234.869000', '203234.872000', '203234.875000', '203234.877000', '203234.880000', '203234.883000', '203234.885000', '203234.888000', '203234.890000', '203234.893000', '203234.896000', '203234.898000', '203234.901000', '203234.904000', '203234.906000', '203234.909000', '203234.911000', '203234.914000', '203234.916000', '203234.930000', '203234.933000', '203234.935000', '203234.938000', '203234.941000', '203234.943000', '203234.946000', '203234.948000', '203234.958000', '203234.961000', '203234.964000', '203234.966000', '203234.969000', '203234.971000', '203234.974000', '203254.839000', '203254.841000', '203254.844000', '203254.847000', '203254.849000', '203254.852000', '203254.854000', '203254.857000', '203254.860000', '203254.862000', '203254.865000', '203254.867000', '203254.870000', '203254.873000', '203254.875000', '203254.878000', '203254.880000', '203254.883000', '203254.886000', '203254.888000', '203254.891000', '203254.893000', '203254.896000', '203254.898000', '203254.901000', '203254.904000', '203254.906000', '203254.909000', '203254.912000', '203254.914000', '203254.917000', '203254.919000', '203254.922000', '203254.924000', '203254.927000', '203254.931000', '203254.934000', '203254.936000', '203254.939000', '203254.942000', '203254.945000', '203254.947000', '203254.950000', '203314.839000', '203314.841000', '203314.844000', '203314.847000', '203314.849000', '203314.852000', '203314.856000', '203314.858000', '203314.861000', '203314.863000', '203314.866000', '203314.868000', '203314.871000', '203314.874000', '203314.876000', '203314.879000', '203314.881000', '203314.884000', '203314.886000', '203314.889000', '203314.892000', '203314.894000', '203314.897000', '203314.899000', '203314.902000', '203314.905000', '203314.907000', '203314.910000', '203314.912000', '203314.915000', '203314.918000', '203314.920000', '203314.923000', '203314.925000', '203314.928000', '203314.930000', '203314.934000', '203314.936000', '203314.939000', '203314.941000', '203314.944000', '203314.947000', '203314.950000', '203314.952000', '203334.839000', '203334.841000', '203334.844000', '203334.847000', '203334.849000', '203334.852000', '203334.854000', '203334.857000', '203334.860000', '203334.862000', '203334.865000', '203334.867000', '203334.870000', '203334.873000', '203334.875000', '203334.878000', '203334.880000', '203334.883000', '203334.886000', '203334.888000', '203334.891000', '203334.893000', '203334.896000', '203334.899000', '203334.901000', '203334.904000', '203334.906000', '203334.909000', '203334.912000', '203334.914000', '203334.917000', '203334.919000', '203334.922000', '203334.925000', '203334.928000', '203334.931000', '203334.934000', '203334.937000', '203334.939000', '203334.942000', '203334.945000', '203334.947000', '203334.950000', '203354.840000', '203354.842000', '203354.845000', '203354.848000', '203354.850000', '203354.853000', '203354.855000', '203354.858000', '203354.861000', '203354.863000', '203354.866000', '203354.868000', '203354.871000', '203354.874000', '203354.876000', '203354.879000', '203354.881000', '203354.884000', '203354.886000', '203354.889000', '203354.892000', '203354.894000', '203354.897000', '203354.899000', '203354.902000', '203354.905000', '203354.918000', '203354.920000', '203354.923000', '203354.925000', '203354.928000', '203354.931000', '203354.933000', '203354.936000', '203354.938000', '203354.941000', '203354.943000', '203354.946000', '203354.949000', '203354.951000', '203354.954000', '203354.956000', '203354.959000', '203354.962000', '203414.839000', '203414.842000', '203414.844000', '203414.847000', '203414.849000', '203414.852000', '203414.855000', '203414.857000', '203414.860000', '203414.862000', '203414.865000', '203414.868000', '203414.870000', '203414.873000', '203414.875000', '203414.878000', '203414.880000', '203414.883000', '203414.886000', '203414.888000', '203414.891000', '203414.893000', '203414.896000', '203414.899000', '203414.901000', '203414.904000', '203414.906000', '203414.909000', '203414.912000', '203414.914000', '203414.917000', '203414.919000', '203414.922000', '203414.924000', '203414.934000', '203414.937000', '203414.939000', '203414.942000', '203414.945000', '203414.947000', '203414.950000', '203414.952000', '203414.955000', '203429.674000', '203429.677000', '203429.679000', '203429.682000', '203429.685000', '203429.687000', '203429.690000', '203429.693000', '203429.696000', '203429.699000', '203429.702000', '203429.705000', '203429.708000', '203429.711000', '203429.713000', '203429.716000', '203429.719000', '203429.722000', '203429.725000', '203429.728000', '203429.731000', '203429.734000', '203429.736000', '203429.739000', '203429.743000', '203429.747000', '203429.750000', '203429.753000', '203429.756000', '203429.759000', '203429.761000', '203429.764000', '203429.769000'], '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': [12099, 14024, 8896, 13692, 8067, 12460, 13122, 10259, 13331, 8033, 11696, 7785, 11808, 8439, 11330, 7878, 10664, 7737, 12210, 10116, 10219, 10974, 8125, 11770, 8102, 10917, 9864, 9548, 11788, 7748, 10508, 7923, 8453, 11440, 8039, 10745, 7418, 8146, 10832, 8207, 10896, 7655, 9207, 7802, 8165, 11269, 8039, 11892, 7487, 9314, 11780, 9376, 10839, 7609, 9480, 12344, 7944, 12860, 7633, 9775, 11099, 7941, 10448, 8311, 8441, 11380, 7566, 10681, 7265, 8992, 7339, 7885, 10902, 7733, 10413, 9281, 9232, 12752, 8289, 11713, 10735, 8857, 11554, 7823, 10553, 7918, 8917, 11371, 8004, 11066, 7286, 8292, 11150, 7999, 10679, 7363, 8086, 10406, 8186, 9637, 7726, 10109, 7675, 8575, 10905, 8308, 10943, 7780, 8650, 11230, 8383, 10772, 7957, 8948, 12664, 8277, 12543, 8784, 9377, 7142, 8416, 10172, 8326, 9059, 8096, 9636, 7440, 9130, 11681, 8252, 11105, 8134, 10769, 8516, 8524, 7632, 8223, 10335, 8140, 11292, 7629, 12227, 10410, 8548, 10353, 8587, 9370, 8141, 8313, 7703, 9451, 7869, 9161, 8173, 9954, 8188, 11659, 8874, 9078, 11345, 8112, 11792, 7829, 9146, 12413, 8271, 10322, 8153, 9908, 7555, 8471, 8479, 8096, 9410, 7861, 10239, 7573, 8080, 10509, 7855, 11130, 7717, 8669, 11251, 7992, 12026, 7391, 9124, 10154, 8074, 10611, 8042, 10051, 8402, 7809, 10236, 7803, 9724, 7975, 9615, 7676, 8152, 11505, 8087, 11055, 8849, 7900, 14292, 7873, 11436, 7548, 8171, 8147, 7996, 9669, 8010, 9031, 7645, 8048, 10606, 8113, 9593, 7853, 8323, 7293, 9154, 8021, 8295, 10815, 7744, 12084, 8279, 11137, 8932, 8339, 8627, 8198, 10338, 7973, 10387, 7735, 9115, 14506, 8018, 11405, 8147, 9808, 7460, 7960, 10130, 8001, 10152, 7592, 8699, 7665, 8751, 7543, 9324, 7190, 9783, 8889, 8889, 9205, 7919, 11640, 8038, 11012, 8437, 9068, 7256, 7963, 10255, 8113, 12425, 9437, 7846, 8590, 7955, 9742, 7378, 10891, 7637, 11392, 10388, 10389, 13877, 8003, 9885, 14903, 8563, 11054, 7519, 10230, 9687, 8023, 9168, 7512, 7626, 6983, 9055, 7028, 10590, 7068, 9306, 12010, 8257, 10781, 7949, 10171, 8240, 8797, 7473, 8227, 13933, 7580, 11956, 8157, 8725, 13863, 7824, 9875, 7425, 8351, 8009, 7208, 9076, 7472, 8113, 7053, 8048, 6948, 9773, 8124, 8023, 10788, 7377, 9867, 7759, 9812, 8229, 8431, 11224, 8291, 11353, 8470, 10915, 7707, 9645, 7614, 10232, 7435, 10628, 8092, 10450, 8523, 11442, 8191, 10217, 7276, 11171, 8387, 9069, 7205, 8115, 8820, 7742, 10486, 8327, 10254, 7679, 10573, 7271, 8335, 7453, 9077, 7876, 7933, 7123, 8444, 7365, 8437, 7167, 8371, 7020, 12517, 8527, 9582, 7087, 8133, 11463, 7737, 10922, 8117, 9595, 8102, 9132, 7200, 8430, 9466, 7222, 10214, 6969, 8854, 7332, 8399, 7232, 9467, 7449, 9653, 7970, 8337, 9632, 8506, 10212, 8031, 10206, 7778, 9339, 7589, 9566, 7540, 7580, 11473, 7545, 9573, 8005, 9547, 7425, 7638, 8607, 7537, 10306, 7526, 9471, 7905, 8978, 7074, 8445, 9399, 7004, 9761, 7849, 9862, 7633, 8123, 9024, 7717, 9302, 7270, 9814, 7396, 7987, 11080, 7081, 10333, 7753, 9442, 7175, 8043, 9398, 6948, 10087, 7609, 10221, 7297, 8219, 9684, 7725, 9533, 7622, 7849, 9611, 7213, 9828, 7882, 9039, 8686, 7895, 10202, 6963, 10282, 7265, 8017, 7007, 8085, 8941, 7476, 9640, 8300, 10579, 7973, 8644, 11404, 8270, 10220, 7900, 8148, 10556, 7330, 10384, 7647, 8751, 6944, 10844, 7298, 8699, 9845, 8049, 9361, 8344, 8861, 7699, 8313, 8014, 7976, 9953, 7524, 10113, 7344, 9793, 7638, 9128, 7135, 8354, 9481, 7175, 10221, 8058, 10023, 7331, 8427, 8236, 7258, 10061, 6877, 9289, 7588, 8336, 7515, 9375, 7007, 8322, 9407, 7205, 10452, 7245, 8966, 7456, 8836, 7410, 10645, 7290, 8428, 10473, 7852, 9872, 7802, 10050, 7606, 9102, 7693, 8735, 8563, 8000, 10111, 7211, 9768, 7258, 7666, 8869, 7015, 9417, 7616, 9513, 7576, 7552, 8492, 7074, 9377, 7350, 10040, 7248, 8603, 9151, 7101, 10028, 7573, 9141, 12121, 8498, 11121, 7016, 10884, 7286, 8232, 8208, 8192, 9645, 7179, 10564, 7333, 7838, 12978, 7884, 10334, 7766, 8541, 7063, 8084, 9252, 7071, 9780, 7278, 8571, 7216, 9815, 7635, 7487, 10364, 7400, 9090, 8152, 9009, 7468, 8446, 10841, 7719, 10354, 7733, 9742, 7034, 8005, 8961, 7305, 9434, 7304, 9653, 7148, 7844, 8957, 7017, 8342, 7169, 8400, 7471, 7499, 7462, 7486, 7545, 7450, 9762, 7249, 10815, 7793, 8405, 10824, 8086, 11493, 7664, 10106, 7293, 8075, 14197, 7831, 10598, 7498, 8993, 7505, 7620, 8021, 7676, 9252, 6960, 8041, 7351, 8807, 7653, 9969, 7469, 8500, 12557, 7847, 12077, 8058, 9587, 13065, 7438, 11346, 7482, 8985, 10413, 7585, 10122, 7070, 7789, 7391, 7135, 7206, 7722, 7283, 8428, 7148, 8557, 7338, 10160, 8985, 12866, 7675, 12520, 7728, 13826, 14101, 11539, 15432, 8996, 11441, 10539, 8185, 14395, 7624, 11254, 7491, 10010, 7308, 8277, 7157, 7330, 8642, 7160, 10124, 8069, 8710, 7420, 9039, 8459, 7113, 10269, 7558, 8352, 7517, 8262, 7432, 7763, 7126, 7254, 8815, 7057, 10107, 7274, 8785, 7571, 10029, 8836, 8465, 9208, 9700, 9781, 8254, 9978, 12556, 11875, 13635, 7765, 13327, 7125, 11332, 7765, 8304, 15449, 7048, 10920, 7319, 8397, 12047, 6971, 8760, 7288, 8028, 7130, 7021, 9473, 7210, 9389, 7304, 7695, 7268, 6901, 8730, 7061, 10267, 9840, 9973, 11873, 8664, 9862, 6918, 8229, 12877, 8595, 13426, 8389, 9631, 8089, 10917, 7852, 8294, 7020, 8115, 10106, 7045, 13752, 9469, 9613, 15996, 8020, 10003, 7686, 9056, 9048, 7336, 9963, 7202, 8382, 11382, 7689, 9228, 7444, 8108, 9172, 7385, 9121, 7604, 9300, 9562, 7533, 9794, 7427, 9102, 7085, 7578, 10736, 7281, 8760, 12820, 7531, 10873, 7186, 7814, 10954, 7144, 9696, 7080, 7918, 9851, 7321, 8468, 9397, 7817, 9535, 7277, 8188, 7431, 7213, 9597, 7246, 8234, 7134, 7596, 10010, 7343, 10815, 7280, 9481, 7515, 9292, 8084, 11949, 7503, 8221, 7842, 9455, 7853, 9392, 7300, 10178, 15726, 8935, 14558, 7606, 11945, 7843, 9526, 14998, 9242, 14347, 7030, 8964, 7531, 8757, 7786, 8485, 7316, 10451, 7536, 8999, 7217, 7702, 9672, 7410, 9930, 7078, 8459, 7297, 9495, 7961, 8451, 7545, 9193, 7299, 9255, 7494, 8673, 7888, 8885, 13835, 8319, 12794, 8201, 9430, 13932, 7875, 11571, 8254, 8797, 7921, 9310, 7706, 7576, 9469, 7141, 8171, 7589, 7604, 7640, 7751, 7568, 9986, 7470, 8663, 7302, 7520, 9615, 7249, 9762, 7950, 10084, 7642, 7876, 13494, 7230, 11059, 7409, 8807, 12448, 7667, 10362, 7403, 9972, 7415, 7851, 7060, 7010, 7470, 7108, 7909, 7430, 8710, 8603, 9499, 8344, 7154, 11892, 8027, 10445, 8064, 9899, 7213, 7664, 11778, 7592, 10743, 7237, 9740, 7880, 7906, 8048, 7518, 8937, 6942, 8060, 7378, 8530, 7717, 7804, 7341, 8282, 11163, 7373, 10277, 6967, 8997, 7344, 7218, 7189, 7257, 8858, 7175, 11537, 8922, 10650, 7949, 7289, 7492, 9351, 7741, 6893, 7138, 7472, 7053, 8931, 8166, 12579, 7718, 8057, 15549, 8503, 13860, 9766, 8968, 15805, 7453, 10078, 7208, 7658, 9608, 6823, 7894, 7371, 7232, 7220, 6929, 8281, 6949, 8804, 6962, 7493, 8813, 7062, 9259, 7018, 7097, 11308, 7026, 9789, 8080, 8211, 12249, 6848, 10222, 7565, 8975, 7473, 8141, 8714, 6824, 8071, 7716, 9167, 8562, 7299, 9004, 6891, 9195, 7066, 7154, 6783, 6851, 8088, 6973, 9457, 7951, 7506, 7782, 7691, 6802, 8041, 11054, 7506, 10961, 7518, 9655, 13134, 8491, 13022, 7234, 8575, 7138, 8841, 7197, 8971, 7415, 10233, 7968, 7441, 13649, 7048, 8742, 7596, 7562, 6910, 7701, 11524, 7270, 10743, 7633, 7443, 7042, 7250, 9291, 7063, 9398, 7088, 7445, 10228, 7297, 9511, 7742, 9311, 7265, 7737, 9835, 7435, 9161, 7547, 9703, 7514, 7606, 7264, 8790, 8590, 7941, 10874, 7186, 10578, 7100, 10380, 8373, 9098], 'WindowCenter': [4238.0, 4230.0, 4162.0, 4201.0, 4138.0, 4189.0, 4175.0, 4155.0, 4173.0, 4121.0, 4149.0, 4109.0, 4149.0, 4122.0, 4151.0, 4122.0, 4152.0, 4123.0, 4176.0, 4142.0, 4155.0, 4151.0, 4120.0, 4151.0, 4110.0, 4140.0, 4129.0, 4129.0, 4147.0, 4108.0, 4141.0, 4107.0, 4120.0, 4148.0, 4111.0, 4150.0, 4108.0, 4122.0, 4162.0, 4144.0, 4163.0, 4132.0, 4155.0, 4121.0, 4133.0, 4163.0, 4134.0, 4175.0, 4123.0, 4168.0, 4176.0, 4144.0, 4153.0, 4110.0, 4142.0, 4161.0, 4121.0, 4162.0, 4109.0, 4141.0, 4150.0, 4109.0, 4152.0, 4118.0, 4120.0, 4149.0, 4110.0, 4150.0, 4109.0, 4143.0, 4111.0, 4134.0, 4164.0, 4124.0, 4154.0, 4132.0, 4141.0, 4161.0, 4121.0, 4164.0, 4150.0, 4130.0, 4149.0, 4108.0, 4140.0, 4119.0, 4131.0, 4149.0, 4109.0, 4150.0, 4096.0, 4118.0, 4137.0, 4106.0, 4139.0, 4097.0, 4108.0, 4138.0, 4118.0, 4129.0, 4109.0, 4151.0, 4109.0, 4133.0, 4152.0, 4132.0, 4163.0, 4120.0, 4143.0, 4149.0, 4118.0, 4139.0, 4107.0, 4118.0, 4146.0, 4107.0, 4148.0, 4106.0, 4116.0, 4083.0, 4107.0, 4127.0, 4106.0, 4117.0, 4106.0, 4128.0, 4095.0, 4130.0, 4148.0, 4119.0, 4148.0, 4119.0, 4149.0, 4117.0, 4117.0, 4095.0, 4108.0, 4127.0, 4106.0, 4138.0, 4107.0, 4150.0, 4127.0, 4118.0, 4138.0, 4130.0, 4127.0, 4108.0, 4117.0, 4108.0, 4129.0, 4120.0, 4141.0, 4133.0, 4142.0, 4133.0, 4164.0, 4130.0, 4133.0, 4139.0, 4109.0, 4151.0, 4098.0, 4130.0, 4148.0, 4108.0, 4126.0, 4107.0, 4129.0, 4108.0, 4119.0, 4117.0, 4120.0, 4130.0, 4121.0, 4154.0, 4111.0, 4122.0, 4152.0, 4121.0, 4164.0, 4111.0, 4134.0, 4152.0, 4121.0, 4163.0, 4112.0, 4144.0, 4140.0, 4122.0, 4150.0, 4121.0, 4143.0, 4121.0, 4122.0, 4139.0, 4121.0, 4142.0, 4133.0, 4144.0, 4121.0, 4123.0, 4162.0, 4121.0, 4153.0, 4120.0, 4111.0, 4159.0, 4107.0, 4149.0, 4108.0, 4120.0, 4107.0, 4108.0, 4141.0, 4119.0, 4129.0, 4108.0, 4110.0, 4138.0, 4120.0, 4129.0, 4120.0, 4120.0, 4110.0, 4141.0, 4119.0, 4133.0, 4151.0, 4135.0, 4175.0, 4133.0, 4163.0, 4131.0, 4120.0, 4116.0, 4119.0, 4128.0, 4121.0, 4139.0, 4108.0, 4118.0, 4157.0, 4108.0, 4137.0, 4106.0, 4126.0, 4084.0, 4108.0, 4136.0, 4107.0, 4138.0, 4108.0, 4118.0, 4109.0, 4130.0, 4109.0, 4141.0, 4099.0, 4142.0, 4128.0, 4131.0, 4128.0, 4121.0, 4150.0, 4121.0, 4153.0, 4120.0, 4130.0, 4098.0, 4120.0, 4140.0, 4121.0, 4159.0, 4142.0, 4121.0, 4132.0, 4121.0, 4154.0, 4112.0, 4164.0, 4110.0, 4163.0, 4140.0, 4140.0, 4160.0, 4106.0, 4128.0, 4157.0, 4105.0, 4135.0, 4083.0, 4125.0, 4125.0, 4106.0, 4113.0, 4097.0, 4106.0, 4099.0, 4128.0, 4109.0, 4163.0, 4111.0, 4156.0, 4173.0, 4133.0, 4151.0, 4120.0, 4151.0, 4120.0, 4120.0, 4098.0, 4120.0, 4159.0, 4109.0, 4149.0, 4107.0, 4118.0, 4155.0, 4095.0, 4128.0, 4095.0, 4109.0, 4093.0, 4097.0, 4127.0, 4098.0, 4119.0, 4111.0, 4121.0, 4112.0, 4155.0, 4121.0, 4124.0, 4151.0, 4111.0, 4141.0, 4123.0, 4153.0, 4120.0, 4123.0, 4149.0, 4121.0, 4149.0, 4121.0, 4150.0, 4110.0, 4138.0, 4110.0, 4141.0, 4111.0, 4152.0, 4120.0, 4140.0, 4130.0, 4163.0, 4131.0, 4140.0, 4097.0, 4149.0, 4107.0, 4117.0, 4083.0, 4095.0, 4116.0, 4121.0, 4138.0, 4118.0, 4127.0, 4084.0, 4125.0, 4084.0, 4106.0, 4083.0, 4117.0, 4105.0, 4109.0, 4088.0, 4119.0, 4110.0, 4122.0, 4099.0, 4120.0, 4098.0, 4161.0, 4118.0, 4129.0, 4087.0, 4109.0, 4138.0, 4099.0, 4137.0, 4098.0, 4116.0, 4094.0, 4117.0, 4096.0, 4109.0, 4129.0, 4098.0, 4127.0, 4099.0, 4128.0, 4110.0, 4121.0, 4111.0, 4141.0, 4111.0, 4142.0, 4120.0, 4123.0, 4129.0, 4131.0, 4141.0, 4123.0, 4140.0, 4111.0, 4131.0, 4110.0, 4141.0, 4109.0, 4111.0, 4150.0, 4109.0, 4129.0, 4110.0, 4128.0, 4098.0, 4109.0, 4118.0, 4108.0, 4139.0, 4110.0, 4128.0, 4108.0, 4129.0, 4097.0, 4121.0, 4130.0, 4100.0, 4130.0, 4120.0, 4140.0, 4108.0, 4119.0, 4118.0, 4109.0, 4127.0, 4110.0, 4140.0, 4100.0, 4121.0, 4150.0, 4099.0, 4140.0, 4110.0, 4129.0, 4086.0, 4120.0, 4128.0, 4100.0, 4139.0, 4108.0, 4139.0, 4111.0, 4120.0, 4128.0, 4111.0, 4129.0, 4098.0, 4119.0, 4127.0, 4099.0, 4128.0, 4108.0, 4131.0, 4118.0, 4110.0, 4138.0, 4098.0, 4139.0, 4097.0, 4121.0, 4097.0, 4120.0, 4130.0, 4111.0, 4140.0, 4121.0, 4152.0, 4107.0, 4131.0, 4151.0, 4119.0, 4140.0, 4119.0, 4134.0, 4150.0, 4110.0, 4139.0, 4108.0, 4116.0, 4099.0, 4149.0, 4099.0, 4119.0, 4127.0, 4119.0, 4129.0, 4118.0, 4119.0, 4094.0, 4117.0, 4105.0, 4109.0, 4139.0, 4109.0, 4126.0, 4097.0, 4129.0, 4097.0, 4128.0, 4086.0, 4118.0, 4127.0, 4088.0, 4126.0, 4107.0, 4126.0, 4085.0, 4107.0, 4105.0, 4097.0, 4126.0, 4087.0, 4127.0, 4108.0, 4116.0, 4096.0, 4129.0, 4097.0, 4120.0, 4129.0, 4109.0, 4138.0, 4100.0, 4129.0, 4110.0, 4130.0, 4109.0, 4152.0, 4099.0, 4122.0, 4139.0, 4108.0, 4127.0, 4108.0, 4138.0, 4108.0, 4129.0, 4106.0, 4118.0, 4118.0, 4109.0, 4138.0, 4099.0, 4138.0, 4097.0, 4108.0, 4117.0, 4097.0, 4128.0, 4108.0, 4138.0, 4108.0, 4121.0, 4130.0, 4110.0, 4129.0, 4109.0, 4153.0, 4110.0, 4131.0, 4140.0, 4111.0, 4152.0, 4121.0, 4145.0, 4161.0, 4131.0, 4149.0, 4100.0, 4162.0, 4110.0, 4130.0, 4120.0, 4132.0, 4138.0, 4101.0, 4152.0, 4109.0, 4110.0, 4160.0, 4119.0, 4139.0, 4108.0, 4119.0, 4086.0, 4108.0, 4127.0, 4099.0, 4137.0, 4108.0, 4117.0, 4108.0, 4140.0, 4108.0, 4110.0, 4137.0, 4110.0, 4128.0, 4119.0, 4130.0, 4097.0, 4120.0, 4149.0, 4109.0, 4139.0, 4108.0, 4137.0, 4097.0, 4120.0, 4128.0, 4109.0, 4128.0, 4107.0, 4140.0, 4097.0, 4121.0, 4128.0, 4110.0, 4131.0, 4111.0, 4132.0, 4111.0, 4123.0, 4110.0, 4123.0, 4122.0, 4123.0, 4152.0, 4123.0, 4165.0, 4124.0, 4134.0, 4152.0, 4122.0, 4160.0, 4111.0, 4152.0, 4110.0, 4121.0, 4170.0, 4120.0, 4140.0, 4099.0, 4129.0, 4098.0, 4110.0, 4107.0, 4110.0, 4138.0, 4111.0, 4120.0, 4111.0, 4131.0, 4120.0, 4154.0, 4110.0, 4132.0, 4171.0, 4121.0, 4160.0, 4120.0, 4140.0, 4159.0, 4097.0, 4148.0, 4097.0, 4129.0, 4136.0, 4107.0, 4138.0, 4098.0, 4107.0, 4110.0, 4111.0, 4124.0, 4123.0, 4134.0, 4144.0, 4126.0, 4146.0, 4150.0, 4180.0, 4159.0, 4188.0, 4136.0, 4175.0, 4123.0, 4185.0, 4172.0, 4165.0, 4196.0, 4142.0, 4164.0, 4151.0, 4120.0, 4168.0, 4097.0, 4137.0, 4096.0, 4126.0, 4086.0, 4107.0, 4084.0, 4097.0, 4104.0, 4086.0, 4126.0, 4106.0, 4105.0, 4083.0, 4118.0, 4106.0, 4098.0, 4128.0, 4108.0, 4107.0, 4099.0, 4132.0, 4113.0, 4111.0, 4098.0, 4111.0, 4120.0, 4101.0, 4140.0, 4112.0, 4144.0, 4136.0, 4153.0, 4145.0, 4121.0, 4144.0, 4142.0, 4142.0, 4121.0, 4145.0, 4163.0, 4164.0, 4160.0, 4111.0, 4159.0, 4088.0, 4138.0, 4097.0, 4107.0, 4156.0, 4100.0, 4139.0, 4086.0, 4107.0, 4133.0, 4086.0, 4104.0, 4094.0, 4106.0, 4084.0, 4098.0, 4127.0, 4097.0, 4131.0, 4109.0, 4111.0, 4098.0, 4100.0, 4120.0, 4112.0, 4154.0, 4141.0, 4154.0, 4162.0, 4131.0, 4153.0, 4100.0, 4133.0, 4172.0, 4131.0, 4170.0, 4122.0, 4129.0, 4121.0, 4152.0, 4111.0, 4122.0, 4087.0, 4108.0, 4127.0, 4087.0, 4159.0, 4116.0, 4116.0, 4154.0, 4094.0, 4115.0, 4082.0, 4105.0, 4101.0, 4082.0, 4113.0, 4082.0, 4095.0, 4120.0, 4083.0, 4112.0, 4083.0, 4095.0, 4114.0, 4095.0, 4114.0, 4094.0, 4127.0, 4125.0, 4097.0, 4125.0, 4096.0, 4128.0, 4086.0, 4109.0, 4150.0, 4098.0, 4119.0, 4145.0, 4107.0, 4150.0, 4085.0, 4107.0, 4136.0, 4097.0, 4139.0, 4097.0, 4119.0, 4139.0, 4109.0, 4120.0, 4128.0, 4120.0, 4140.0, 4110.0, 4121.0, 4098.0, 4110.0, 4139.0, 4110.0, 4122.0, 4097.0, 4123.0, 4154.0, 4123.0, 4161.0, 4121.0, 4142.0, 4123.0, 4155.0, 4132.0, 4186.0, 4126.0, 4145.0, 4134.0, 4155.0, 4134.0, 4144.0, 4112.0, 4156.0, 4194.0, 4133.0, 4171.0, 4110.0, 4163.0, 4122.0, 4143.0, 4170.0, 4118.0, 4156.0, 4084.0, 4116.0, 4097.0, 4106.0, 4097.0, 4117.0, 4098.0, 4149.0, 4108.0, 4130.0, 4096.0, 4109.0, 4130.0, 4100.0, 4139.0, 4098.0, 4108.0, 4110.0, 4141.0, 4120.0, 4119.0, 4110.0, 4130.0, 4100.0, 4132.0, 4099.0, 4143.0, 4119.0, 4131.0, 4170.0, 4120.0, 4147.0, 4119.0, 4129.0, 4169.0, 4107.0, 4137.0, 4106.0, 4104.0, 4093.0, 4115.0, 4094.0, 4096.0, 4114.0, 4086.0, 4106.0, 4098.0, 4096.0, 4107.0, 4108.0, 4109.0, 4141.0, 4109.0, 4131.0, 4097.0, 4110.0, 4130.0, 4099.0, 4128.0, 4109.0, 4141.0, 4107.0, 4109.0, 4158.0, 4097.0, 4137.0, 4084.0, 4116.0, 4144.0, 4095.0, 4125.0, 4084.0, 4126.0, 4083.0, 4107.0, 4085.0, 4098.0, 4098.0, 4099.0, 4119.0, 4111.0, 4130.0, 4130.0, 4141.0, 4121.0, 4101.0, 4160.0, 4120.0, 4151.0, 4120.0, 4140.0, 4097.0, 4109.0, 4148.0, 4110.0, 4139.0, 4098.0, 4129.0, 4106.0, 4109.0, 4107.0, 4098.0, 4117.0, 4099.0, 4108.0, 4110.0, 4119.0, 4110.0, 4110.0, 4109.0, 4134.0, 4150.0, 4110.0, 4139.0, 4100.0, 4130.0, 4111.0, 4111.0, 4099.0, 4111.0, 4129.0, 4099.0, 4162.0, 4133.0, 4153.0, 4133.0, 4112.0, 4100.0, 4132.0, 4123.0, 4123.0, 4114.0, 4112.0, 4113.0, 4134.0, 4124.0, 4163.0, 4111.0, 4110.0, 4170.0, 4122.0, 4161.0, 4128.0, 4117.0, 4156.0, 4085.0, 4115.0, 4074.0, 4085.0, 4103.0, 4076.0, 4095.0, 4086.0, 4096.0, 4097.0, 4099.0, 4107.0, 4099.0, 4131.0, 4098.0, 4100.0, 4116.0, 4098.0, 4131.0, 4100.0, 4100.0, 4150.0, 4099.0, 4129.0, 4109.0, 4121.0, 4149.0, 4089.0, 4127.0, 4097.0, 4118.0, 4097.0, 4109.0, 4116.0, 4089.0, 4107.0, 4109.0, 4131.0, 4118.0, 4100.0, 4118.0, 4101.0, 4131.0, 4099.0, 4102.0, 4088.0, 4101.0, 4120.0, 4113.0, 4143.0, 4123.0, 4110.0, 4110.0, 4111.0, 4100.0, 4124.0, 4162.0, 4114.0, 4151.0, 4099.0, 4143.0, 4160.0, 4121.0, 4160.0, 4112.0, 4119.0, 4099.0, 4131.0, 4099.0, 4130.0, 4111.0, 4152.0, 4111.0, 4111.0, 4169.0, 4112.0, 4131.0, 4111.0, 4121.0, 4110.0, 4110.0, 4148.0, 4097.0, 4138.0, 4110.0, 4099.0, 4085.0, 4098.0, 4115.0, 4098.0, 4128.0, 4087.0, 4099.0, 4138.0, 4109.0, 4129.0, 4096.0, 4129.0, 4097.0, 4111.0, 4138.0, 4100.0, 4129.0, 4110.0, 4130.0, 4099.0, 4107.0, 4097.0, 4120.0, 4118.0, 4110.0, 4138.0, 4101.0, 4151.0, 4111.0, 4148.0, 4121.0, 4127.0], 'WindowWidth': [9395.0, 9363.0, 9255.0, 9302.0, 9211.0, 9282.0, 9255.0, 9227.0, 9244.0, 9173.0, 9204.0, 9152.0, 9204.0, 9175.0, 9211.0, 9174.0, 9213.0, 9178.0, 9252.0, 9201.0, 9222.0, 9211.0, 9169.0, 9210.0, 9155.0, 9195.0, 9177.0, 9178.0, 9199.0, 9148.0, 9195.0, 9148.0, 9168.0, 9203.0, 9156.0, 9209.0, 9150.0, 9178.0, 9231.0, 9212.0, 9236.0, 9193.0, 9227.0, 9176.0, 9195.0, 9231.0, 9197.0, 9256.0, 9185.0, 9250.0, 9256.0, 9210.0, 9217.0, 9155.0, 9202.0, 9224.0, 9171.0, 9230.0, 9153.0, 9199.0, 9208.0, 9152.0, 9214.0, 9162.0, 9168.0, 9203.0, 9155.0, 9210.0, 9155.0, 9206.0, 9159.0, 9196.0, 9234.0, 9184.0, 9222.0, 9188.0, 9200.0, 9226.0, 9173.0, 9234.0, 9208.0, 9182.0, 9205.0, 9151.0, 9197.0, 9165.0, 9186.0, 9204.0, 9154.0, 9207.0, 9129.0, 9164.0, 9187.0, 9145.0, 9191.0, 9132.0, 9150.0, 9188.0, 9164.0, 9180.0, 9152.0, 9212.0, 9154.0, 9192.0, 9216.0, 9191.0, 9235.0, 9174.0, 9207.0, 9208.0, 9164.0, 9192.0, 9144.0, 9163.0, 9195.0, 9146.0, 9201.0, 9142.0, 9156.0, 9107.0, 9148.0, 9172.0, 9144.0, 9158.0, 9144.0, 9176.0, 9130.0, 9181.0, 9202.0, 9167.0, 9204.0, 9166.0, 9209.0, 9161.0, 9163.0, 9126.0, 9148.0, 9172.0, 9144.0, 9190.0, 9147.0, 9209.0, 9170.0, 9163.0, 9189.0, 9184.0, 9175.0, 9149.0, 9160.0, 9150.0, 9177.0, 9170.0, 9197.0, 9191.0, 9201.0, 9191.0, 9238.0, 9183.0, 9189.0, 9190.0, 9152.0, 9209.0, 9136.0, 9180.0, 9201.0, 9146.0, 9167.0, 9144.0, 9177.0, 9147.0, 9166.0, 9159.0, 9168.0, 9181.0, 9174.0, 9220.0, 9158.0, 9177.0, 9213.0, 9175.0, 9235.0, 9159.0, 9195.0, 9215.0, 9174.0, 9233.0, 9162.0, 9206.0, 9197.0, 9175.0, 9210.0, 9171.0, 9206.0, 9170.0, 9175.0, 9192.0, 9172.0, 9203.0, 9194.0, 9208.0, 9174.0, 9178.0, 9230.0, 9174.0, 9218.0, 9167.0, 9156.0, 9218.0, 9147.0, 9205.0, 9147.0, 9168.0, 9146.0, 9150.0, 9198.0, 9168.0, 9180.0, 9149.0, 9154.0, 9189.0, 9167.0, 9180.0, 9169.0, 9169.0, 9154.0, 9201.0, 9168.0, 9192.0, 9213.0, 9199.0, 9253.0, 9193.0, 9232.0, 9184.0, 9169.0, 9155.0, 9164.0, 9175.0, 9172.0, 9192.0, 9149.0, 9164.0, 9213.0, 9149.0, 9185.0, 9143.0, 9169.0, 9109.0, 9150.0, 9184.0, 9148.0, 9189.0, 9151.0, 9162.0, 9155.0, 9183.0, 9155.0, 9201.0, 9140.0, 9202.0, 9178.0, 9188.0, 9176.0, 9172.0, 9209.0, 9171.0, 9217.0, 9168.0, 9181.0, 9135.0, 9169.0, 9196.0, 9172.0, 9221.0, 9203.0, 9175.0, 9191.0, 9175.0, 9224.0, 9163.0, 9234.0, 9156.0, 9233.0, 9197.0, 9196.0, 9220.0, 9142.0, 9174.0, 9214.0, 9141.0, 9182.0, 9106.0, 9165.0, 9169.0, 9144.0, 9147.0, 9134.0, 9143.0, 9142.0, 9178.0, 9157.0, 9235.0, 9160.0, 9229.0, 9247.0, 9192.0, 9211.0, 9171.0, 9215.0, 9170.0, 9171.0, 9138.0, 9171.0, 9220.0, 9153.0, 9207.0, 9145.0, 9161.0, 9207.0, 9129.0, 9175.0, 9128.0, 9151.0, 9122.0, 9134.0, 9173.0, 9139.0, 9167.0, 9160.0, 9174.0, 9166.0, 9227.0, 9174.0, 9182.0, 9213.0, 9161.0, 9202.0, 9182.0, 9221.0, 9171.0, 9178.0, 9207.0, 9173.0, 9207.0, 9173.0, 9208.0, 9157.0, 9192.0, 9158.0, 9197.0, 9161.0, 9218.0, 9171.0, 9195.0, 9184.0, 9234.0, 9187.0, 9195.0, 9134.0, 9203.0, 9145.0, 9158.0, 9107.0, 9127.0, 9157.0, 9175.0, 9191.0, 9165.0, 9170.0, 9107.0, 9164.0, 9106.0, 9141.0, 9106.0, 9157.0, 9141.0, 9149.0, 9122.0, 9165.0, 9154.0, 9174.0, 9140.0, 9168.0, 9138.0, 9224.0, 9161.0, 9179.0, 9118.0, 9152.0, 9186.0, 9137.0, 9186.0, 9134.0, 9154.0, 9123.0, 9158.0, 9129.0, 9151.0, 9175.0, 9136.0, 9171.0, 9139.0, 9178.0, 9156.0, 9172.0, 9159.0, 9199.0, 9160.0, 9202.0, 9171.0, 9176.0, 9179.0, 9185.0, 9197.0, 9177.0, 9196.0, 9159.0, 9185.0, 9158.0, 9199.0, 9154.0, 9158.0, 9206.0, 9153.0, 9180.0, 9155.0, 9177.0, 9135.0, 9153.0, 9161.0, 9151.0, 9189.0, 9153.0, 9174.0, 9148.0, 9179.0, 9135.0, 9172.0, 9182.0, 9143.0, 9179.0, 9169.0, 9197.0, 9152.0, 9168.0, 9163.0, 9154.0, 9175.0, 9157.0, 9196.0, 9141.0, 9172.0, 9209.0, 9140.0, 9196.0, 9154.0, 9179.0, 9117.0, 9168.0, 9178.0, 9143.0, 9192.0, 9151.0, 9195.0, 9158.0, 9170.0, 9177.0, 9157.0, 9178.0, 9134.0, 9167.0, 9174.0, 9139.0, 9175.0, 9147.0, 9183.0, 9162.0, 9155.0, 9189.0, 9138.0, 9193.0, 9136.0, 9173.0, 9134.0, 9171.0, 9181.0, 9160.0, 9196.0, 9173.0, 9214.0, 9148.0, 9186.0, 9210.0, 9166.0, 9195.0, 9168.0, 9197.0, 9212.0, 9157.0, 9191.0, 9149.0, 9159.0, 9142.0, 9209.0, 9140.0, 9167.0, 9172.0, 9167.0, 9179.0, 9163.0, 9165.0, 9126.0, 9161.0, 9142.0, 9154.0, 9193.0, 9152.0, 9170.0, 9134.0, 9179.0, 9132.0, 9177.0, 9115.0, 9163.0, 9172.0, 9123.0, 9171.0, 9145.0, 9170.0, 9114.0, 9147.0, 9140.0, 9132.0, 9167.0, 9122.0, 9173.0, 9150.0, 9157.0, 9131.0, 9180.0, 9136.0, 9171.0, 9179.0, 9154.0, 9188.0, 9142.0, 9180.0, 9156.0, 9184.0, 9155.0, 9214.0, 9140.0, 9175.0, 9192.0, 9150.0, 9172.0, 9150.0, 9192.0, 9150.0, 9180.0, 9144.0, 9165.0, 9162.0, 9152.0, 9189.0, 9138.0, 9188.0, 9131.0, 9152.0, 9160.0, 9135.0, 9175.0, 9150.0, 9192.0, 9152.0, 9173.0, 9183.0, 9159.0, 9181.0, 9156.0, 9219.0, 9157.0, 9187.0, 9197.0, 9163.0, 9217.0, 9174.0, 9211.0, 9228.0, 9187.0, 9208.0, 9145.0, 9231.0, 9156.0, 9185.0, 9171.0, 9190.0, 9194.0, 9148.0, 9215.0, 9154.0, 9158.0, 9222.0, 9167.0, 9193.0, 9151.0, 9167.0, 9119.0, 9151.0, 9174.0, 9140.0, 9188.0, 9150.0, 9163.0, 9152.0, 9197.0, 9152.0, 9157.0, 9188.0, 9158.0, 9179.0, 9167.0, 9183.0, 9136.0, 9169.0, 9206.0, 9154.0, 9192.0, 9152.0, 9189.0, 9136.0, 9170.0, 9177.0, 9154.0, 9177.0, 9150.0, 9198.0, 9135.0, 9173.0, 9179.0, 9158.0, 9188.0, 9163.0, 9190.0, 9163.0, 9180.0, 9160.0, 9182.0, 9178.0, 9182.0, 9218.0, 9183.0, 9240.0, 9182.0, 9197.0, 9215.0, 9178.0, 9227.0, 9161.0, 9218.0, 9157.0, 9173.0, 9239.0, 9170.0, 9195.0, 9140.0, 9181.0, 9136.0, 9158.0, 9150.0, 9159.0, 9192.0, 9163.0, 9173.0, 9163.0, 9189.0, 9174.0, 9222.0, 9159.0, 9191.0, 9241.0, 9174.0, 9223.0, 9169.0, 9199.0, 9218.0, 9136.0, 9203.0, 9133.0, 9184.0, 9186.0, 9150.0, 9189.0, 9139.0, 9151.0, 9159.0, 9162.0, 9184.0, 9181.0, 9201.0, 9214.0, 9191.0, 9219.0, 9233.0, 9270.0, 9240.0, 9277.0, 9206.0, 9254.0, 9180.0, 9267.0, 9244.0, 9240.0, 9286.0, 9205.0, 9236.0, 9212.0, 9171.0, 9227.0, 9134.0, 9186.0, 9129.0, 9170.0, 9115.0, 9145.0, 9108.0, 9131.0, 9136.0, 9116.0, 9167.0, 9141.0, 9140.0, 9107.0, 9160.0, 9142.0, 9137.0, 9172.0, 9149.0, 9147.0, 9138.0, 9190.0, 9165.0, 9159.0, 9137.0, 9159.0, 9167.0, 9147.0, 9195.0, 9164.0, 9214.0, 9203.0, 9221.0, 9211.0, 9173.0, 9208.0, 9200.0, 9202.0, 9173.0, 9209.0, 9230.0, 9234.0, 9220.0, 9156.0, 9218.0, 9123.0, 9189.0, 9132.0, 9145.0, 9208.0, 9142.0, 9191.0, 9116.0, 9143.0, 9169.0, 9115.0, 9137.0, 9123.0, 9142.0, 9108.0, 9136.0, 9172.0, 9135.0, 9185.0, 9154.0, 9158.0, 9136.0, 9143.0, 9168.0, 9164.0, 9224.0, 9200.0, 9223.0, 9228.0, 9184.0, 9218.0, 9143.0, 9192.0, 9242.0, 9186.0, 9235.0, 9173.0, 9180.0, 9172.0, 9217.0, 9158.0, 9174.0, 9120.0, 9149.0, 9173.0, 9118.0, 9218.0, 9154.0, 9156.0, 9204.0, 9121.0, 9151.0, 9105.0, 9137.0, 9126.0, 9105.0, 9148.0, 9103.0, 9123.0, 9150.0, 9105.0, 9146.0, 9107.0, 9126.0, 9149.0, 9126.0, 9151.0, 9125.0, 9174.0, 9166.0, 9134.0, 9168.0, 9132.0, 9177.0, 9117.0, 9154.0, 9209.0, 9137.0, 9165.0, 9194.0, 9146.0, 9207.0, 9114.0, 9148.0, 9184.0, 9133.0, 9194.0, 9136.0, 9168.0, 9192.0, 9154.0, 9172.0, 9178.0, 9173.0, 9198.0, 9158.0, 9172.0, 9138.0, 9160.0, 9196.0, 9157.0, 9175.0, 9138.0, 9183.0, 9223.0, 9180.0, 9227.0, 9176.0, 9202.0, 9182.0, 9228.0, 9193.0, 9277.0, 9190.0, 9215.0, 9196.0, 9227.0, 9196.0, 9211.0, 9164.0, 9225.0, 9274.0, 9193.0, 9239.0, 9155.0, 9233.0, 9180.0, 9207.0, 9235.0, 9161.0, 9210.0, 9111.0, 9154.0, 9133.0, 9142.0, 9131.0, 9158.0, 9137.0, 9206.0, 9150.0, 9182.0, 9130.0, 9153.0, 9181.0, 9143.0, 9192.0, 9139.0, 9150.0, 9157.0, 9198.0, 9171.0, 9165.0, 9156.0, 9183.0, 9142.0, 9185.0, 9139.0, 9209.0, 9171.0, 9185.0, 9236.0, 9168.0, 9199.0, 9165.0, 9181.0, 9235.0, 9149.0, 9184.0, 9143.0, 9136.0, 9121.0, 9154.0, 9124.0, 9129.0, 9150.0, 9117.0, 9142.0, 9135.0, 9130.0, 9148.0, 9149.0, 9155.0, 9200.0, 9155.0, 9186.0, 9135.0, 9157.0, 9181.0, 9141.0, 9176.0, 9151.0, 9198.0, 9149.0, 9153.0, 9213.0, 9133.0, 9185.0, 9112.0, 9155.0, 9190.0, 9126.0, 9163.0, 9111.0, 9170.0, 9108.0, 9145.0, 9114.0, 9137.0, 9137.0, 9142.0, 9168.0, 9162.0, 9183.0, 9185.0, 9202.0, 9171.0, 9148.0, 9222.0, 9172.0, 9213.0, 9170.0, 9196.0, 9133.0, 9155.0, 9203.0, 9155.0, 9192.0, 9136.0, 9178.0, 9143.0, 9152.0, 9146.0, 9137.0, 9159.0, 9139.0, 9151.0, 9157.0, 9167.0, 9156.0, 9158.0, 9154.0, 9193.0, 9211.0, 9157.0, 9192.0, 9143.0, 9185.0, 9160.0, 9163.0, 9142.0, 9159.0, 9180.0, 9142.0, 9230.0, 9190.0, 9219.0, 9196.0, 9163.0, 9142.0, 9186.0, 9181.0, 9183.0, 9169.0, 9165.0, 9168.0, 9194.0, 9183.0, 9231.0, 9157.0, 9156.0, 9237.0, 9172.0, 9225.0, 9172.0, 9157.0, 9206.0, 9111.0, 9150.0, 9093.0, 9111.0, 9130.0, 9100.0, 9124.0, 9113.0, 9129.0, 9133.0, 9141.0, 9147.0, 9140.0, 9185.0, 9135.0, 9142.0, 9156.0, 9138.0, 9183.0, 9141.0, 9143.0, 9207.0, 9139.0, 9176.0, 9151.0, 9168.0, 9201.0, 9123.0, 9170.0, 9130.0, 9161.0, 9129.0, 9149.0, 9155.0, 9123.0, 9146.0, 9152.0, 9185.0, 9162.0, 9141.0, 9161.0, 9144.0, 9185.0, 9138.0, 9148.0, 9122.0, 9146.0, 9171.0, 9166.0, 9203.0, 9178.0, 9157.0, 9156.0, 9159.0, 9144.0, 9181.0, 9229.0, 9166.0, 9212.0, 9139.0, 9202.0, 9220.0, 9169.0, 9221.0, 9164.0, 9167.0, 9142.0, 9183.0, 9143.0, 9183.0, 9161.0, 9216.0, 9158.0, 9159.0, 9235.0, 9166.0, 9189.0, 9161.0, 9175.0, 9161.0, 9159.0, 9203.0, 9133.0, 9189.0, 9157.0, 9137.0, 9114.0, 9135.0, 9154.0, 9137.0, 9176.0, 9120.0, 9140.0, 9188.0, 9155.0, 9177.0, 9131.0, 9177.0, 9134.0, 9159.0, 9190.0, 9143.0, 9178.0, 9156.0, 9182.0, 9139.0, 9148.0, 9132.0, 9168.0, 9162.0, 9156.0, 9190.0, 9146.0, 9214.0, 9162.0, 9207.0, 9173.0, 9176.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.0025619896193771626</td></tr>
<tr><td colspan=3>aqi</td><td>0.05004266998269896</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.65529815206062</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1668415377316028</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9909086490476198</td></tr>
<tr><td colspan=3>efc</td><td>0.4451</td></tr>
<tr><td colspan=3>fber</td><td>7800.0522</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11748282678346522</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.688581314878892</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.340490194535396</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.270591127683071</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5446239393314376</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.206255516591681</td></tr>
<tr><td colspan=3>gcor</td><td>0.00800143</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01690816693007946</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025731133297085762</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.086709482003445</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>32.872</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.4582</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.2389</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309138.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>700.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.9668</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4523</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.5832</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3419.2973</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1323.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.0039</td></tr>
<tr><td colspan=3>tsnr</td><td>30.908076582476497</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>