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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-03/func/sub-0115_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f7b621f78778dc974b2d1c4bdbbad5cf</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>21:07:20.087500</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.998011, -0.00987656, -0.0622565, 0.00174189, 0.991593, -0.129386]</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0809964</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7694, -7314, 192, -146, -69, -115, 100]</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>234.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bcd2de34-e1b3-45a4-ac21-ae87b2c9cc1b||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.677591323852539, 0.004673355724662542, -0.1701297014951706, 111.69415283203125], [0.0264980960637331, 2.6603710651397705, -0.3483540117740631, -98.15072631835938], [-0.16702967882156372, 0.34713253378868103, 2.672022819519043, -97.13198852539062], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['210720.087500', '210720.547500', '210721.007500', '210721.467500', '210721.927500', '210722.387500', '210722.847500', '210723.307500', '210723.767500', '210724.227500', '210724.687500', '210725.147500', '210725.607500', '210726.067500', '210726.527500', '210726.987500', '210727.447500', '210727.907500', '210728.367500', '210728.827500', '210729.287500', '210729.747500', '210730.207500', '210730.667500', '210731.127500', '210731.587500', '210732.047500', '210732.507500', '210732.967500', '210733.427500', '210733.887500', '210734.347500', '210734.807500', '210735.267500', '210735.727500', '210736.187500', '210736.647500', '210737.107500', '210737.567500', '210738.027500', '210738.487500', '210738.947500', '210739.407500', '210739.867500', '210740.327500', '210740.787500', '210741.247500', '210741.707500', '210742.167500', '210742.627500', '210743.087500', '210743.547500', '210744.007500', '210744.467500', '210744.927500', '210745.387500', '210745.847500', '210746.307500', '210746.767500', '210747.227500', '210747.687500', '210748.147500', '210748.607500', '210749.067500', '210749.527500', '210749.987500', '210750.447500', '210750.907500', '210751.367500', '210751.827500', '210752.287500', '210752.747500', '210753.207500', '210753.667500', '210754.127500', '210754.587500', '210755.047500', '210755.507500', '210755.967500', '210756.427500', '210756.887500', '210757.347500', '210757.807500', '210758.267500', '210758.727500', '210759.187500', '210759.647500', '210800.107500', '210800.567500', '210801.027500', '210801.487500', '210801.947500', '210802.407500', '210802.867500', '210803.327500', '210803.787500', '210804.247500', '210804.707500', '210805.167500', '210805.627500', '210806.087500', '210806.547500', '210807.007500', '210807.467500', '210807.927500', '210808.387500', '210808.847500', '210809.307500', '210809.767500', '210810.227500', '210810.687500', '210811.147500', '210811.607500', '210812.067500', '210812.527500', '210812.987500', '210813.447500', '210813.907500', '210814.367500', '210814.827500', '210815.287500', '210815.747500', '210816.207500', '210816.667500', '210817.127500', '210817.587500', '210818.047500', '210818.507500', '210818.967500', '210819.427500', '210819.887500', '210820.347500', '210820.807500', '210821.267500', '210821.727500', '210822.187500', '210822.647500', '210823.107500', '210823.567500', '210824.027500', '210824.487500', '210824.947500', '210825.407500', '210825.867500', '210826.327500', '210826.787500', '210827.247500', '210827.707500', '210828.167500', '210828.627500', '210829.087500', '210829.547500', '210830.007500', '210830.467500', '210830.927500', '210831.387500', '210831.847500', '210832.307500', '210832.767500', '210833.227500', '210833.687500', '210834.147500', '210834.607500', '210835.067500', '210835.527500', '210835.987500', '210836.447500', '210836.907500', '210837.367500', '210837.827500', '210838.287500', '210838.747500', '210839.207500', '210839.667500', '210840.127500', '210840.587500', '210841.047500', '210841.507500', '210841.967500', '210842.427500', '210842.887500', '210843.347500', '210843.807500', '210844.267500', '210844.727500', '210845.187500', '210845.647500', '210846.107500', '210846.567500', '210847.027500', '210847.487500', '210847.947500', '210848.407500', '210848.867500', '210849.327500', '210849.787500', '210850.247500', '210850.707500', '210851.167500', '210851.627500', '210852.087500', '210852.547500', '210853.007500', '210853.467500', '210853.927500', '210854.387500', '210854.847500', '210855.307500', '210855.767500', '210856.227500', '210856.687500', '210857.147500', '210857.607500', '210858.067500', '210858.527500', '210858.987500', '210859.447500', '210859.907500', '210900.367500', '210900.827500', '210901.287500', '210901.747500', '210902.207500', '210902.667500', '210903.127500', '210903.587500', '210904.047500', '210904.507500', '210904.967500', '210905.427500', '210905.887500', '210906.347500', '210906.807500', '210907.267500', '210907.727500', '210908.187500', '210908.647500', '210909.107500', '210909.567500', '210910.027500', '210910.487500', '210910.947500', '210911.407500', '210911.867500', '210912.327500', '210912.787500', '210913.247500', '210913.707500', '210914.167500', '210914.627500', '210915.087500', '210915.547500', '210916.007500', '210916.467500', '210916.927500', '210917.387500', '210917.847500', '210918.307500', '210918.767500', '210919.227500', '210919.687500', '210920.147500', '210920.607500', '210921.067500', '210921.527500', '210921.987500', '210922.447500', '210922.907500', '210923.367500', '210923.827500', '210924.287500', '210924.747500', '210925.207500', '210925.667500', '210926.127500', '210926.587500', '210927.047500', '210927.507500', '210927.967500', '210928.427500', '210928.887500', '210929.347500', '210929.807500', '210930.267500', '210930.727500', '210931.187500', '210931.647500', '210932.107500', '210932.567500', '210933.027500', '210933.487500', '210933.947500', '210934.407500', '210934.867500', '210935.327500', '210935.787500', '210936.247500', '210936.707500', '210937.167500', '210937.627500', '210938.087500', '210938.547500', '210939.007500', '210939.467500', '210939.927500', '210940.387500', '210940.847500', '210941.307500', '210941.767500', '210942.227500', '210942.687500', '210943.147500', '210943.607500', '210944.067500', '210944.527500', '210944.987500', '210945.447500', '210945.907500', '210946.367500', '210946.827500', '210947.287500', '210947.747500', '210948.207500', '210948.667500', '210949.127500', '210949.587500', '210950.047500', '210950.507500', '210950.967500', '210951.427500', '210951.887500', '210952.347500', '210952.807500', '210953.267500', '210953.727500', '210954.187500', '210954.647500', '210955.107500', '210955.567500', '210956.027500', '210956.487500', '210956.947500', '210957.407500', '210957.867500', '210958.327500', '210958.787500', '210959.247500', '210959.707500', '211000.167500', '211000.627500', '211001.087500', '211001.547500', '211002.007500', '211002.467500', '211002.927500', '211003.387500', '211003.847500', '211004.307500', '211004.767500', '211005.227500', '211005.687500', '211006.147500', '211006.607500', '211007.067500', '211007.527500', '211007.987500', '211008.447500', '211008.907500', '211009.367500', '211009.827500', '211010.287500', '211010.747500', '211011.207500', '211011.667500', '211012.127500', '211012.587500', '211013.047500', '211013.507500', '211013.967500', '211014.427500', '211014.887500', '211015.347500', '211015.807500', '211016.267500', '211016.727500', '211017.187500', '211017.647500', '211018.107500', '211018.567500', '211019.027500', '211019.487500', '211019.947500', '211020.407500', '211020.867500', '211021.327500', '211021.787500', '211022.247500', '211022.707500', '211023.167500', '211023.627500', '211024.087500', '211024.547500', '211025.007500', '211025.467500', '211025.927500', '211026.387500', '211026.847500', '211027.307500', '211027.767500', '211028.227500', '211028.687500', '211029.147500', '211029.607500', '211030.067500', '211030.527500', '211030.987500', '211031.447500', '211031.907500', '211032.367500', '211032.827500', '211033.287500', '211033.747500', '211034.207500', '211034.667500', '211035.127500', '211035.587500', '211036.047500', '211036.507500', '211036.967500', '211037.427500', '211037.887500', '211038.347500', '211038.807500', '211039.267500', '211039.727500', '211040.187500', '211040.647500', '211041.107500', '211041.567500', '211042.027500', '211042.487500', '211042.947500', '211043.407500', '211043.867500', '211044.327500', '211044.787500', '211045.247500', '211045.707500', '211046.167500', '211046.627500', '211047.087500', '211047.547500', '211048.007500', '211048.467500', '211048.927500', '211049.387500', '211049.847500', '211050.307500', '211050.767500', '211051.227500', '211051.687500', '211052.147500', '211052.607500', '211053.067500', '211053.527500', '211053.987500', '211054.447500', '211054.907500', '211055.367500', '211055.827500', '211056.287500', '211056.747500', '211057.207500', '211057.667500', '211058.127500', '211058.587500', '211059.047500', '211059.507500', '211059.967500', '211100.427500', '211100.887500', '211101.347500', '211101.807500', '211102.267500', '211102.727500', '211103.187500', '211103.647500', '211104.107500', '211104.567500', '211105.027500', '211105.487500', '211105.947500', '211106.407500', '211106.867500', '211107.327500', '211107.787500', '211108.247500', '211108.707500', '211109.167500', '211109.627500', '211110.087500', '211110.547500', '211111.007500', '211111.467500', '211111.927500', '211112.387500', '211112.847500', '211113.307500', '211113.767500', '211114.227500', '211114.687500', '211115.147500', '211115.607500', '211116.067500', '211116.527500', '211116.987500', '211117.447500', '211117.907500', '211118.367500', '211118.827500', '211119.287500', '211119.747500', '211120.207500', '211120.667500', '211121.127500', '211121.587500', '211122.047500', '211122.507500', '211122.967500', '211123.427500', '211123.887500', '211124.347500', '211124.807500', '211125.267500', '211125.727500', '211126.187500', '211126.647500', '211127.107500', '211127.567500', '211128.027500', '211128.487500', '211128.947500', '211129.407500', '211129.867500', '211130.327500', '211130.787500', '211131.247500', '211131.707500', '211132.167500', '211132.627500', '211133.087500', '211133.547500', '211134.007500', '211134.467500', '211134.927500', '211135.387500', '211135.847500', '211136.307500', '211136.767500', '211137.227500', '211137.687500', '211138.147500', '211138.607500', '211139.067500', '211139.527500', '211139.987500', '211140.447500', '211140.907500', '211141.367500', '211141.827500', '211142.287500', '211142.747500', '211143.207500', '211143.667500', '211144.127500', '211144.587500', '211145.047500', '211145.507500', '211145.967500', '211146.427500', '211146.887500', '211147.347500', '211147.807500', '211148.267500', '211148.727500', '211149.187500', '211149.647500', '211150.107500', '211150.567500', '211151.027500', '211151.487500', '211151.947500', '211152.407500', '211152.867500', '211153.327500', '211153.787500', '211154.247500', '211154.707500', '211155.167500', '211155.627500', '211156.087500', '211156.547500', '211157.007500', '211157.467500', '211157.927500', '211158.387500', '211158.847500', '211159.307500', '211159.767500', '211200.227500', '211200.687500', '211201.147500', '211201.607500', '211202.067500', '211202.527500', '211202.987500', '211203.447500', '211203.907500', '211204.367500', '211204.827500', '211205.287500', '211205.747500', '211206.207500', '211206.667500', '211207.127500', '211207.587500', '211208.047500', '211208.507500', '211208.967500', '211209.427500', '211209.887500', '211210.347500', '211210.807500', '211211.267500', '211211.727500', '211212.187500', '211212.647500', '211213.107500', '211213.567500', '211214.027500', '211214.487500', '211214.947500', '211215.407500', '211215.867500', '211216.327500', '211216.787500', '211217.247500', '211217.707500', '211218.167500', '211218.627500', '211219.087500', '211219.547500', '211220.007500', '211220.467500', '211220.927500', '211221.387500', '211221.847500', '211222.307500', '211222.767500', '211223.227500', '211223.687500', '211224.147500', '211224.607500', '211225.067500', '211225.527500', '211225.987500', '211226.447500', '211226.907500', '211227.367500', '211227.827500', '211228.287500', '211228.747500', '211229.207500', '211229.667500', '211230.127500', '211230.587500', '211231.047500', '211231.507500', '211231.967500', '211232.427500', '211232.887500', '211233.347500', '211233.807500', '211234.267500', '211234.727500', '211235.187500', '211235.647500', '211236.107500', '211236.567500', '211237.027500', '211237.487500', '211237.947500', '211238.407500', '211238.867500', '211239.327500', '211239.787500', '211240.247500', '211240.707500', '211241.167500', '211241.627500', '211242.087500', '211242.547500', '211243.007500', '211243.467500', '211243.927500', '211244.387500', '211244.847500', '211245.307500', '211245.767500', '211246.227500', '211246.687500', '211247.147500', '211247.607500', '211248.067500', '211248.527500', '211248.987500', '211249.447500', '211249.907500', '211250.367500', '211250.827500', '211251.287500', '211251.747500', '211252.207500', '211252.667500', '211253.127500', '211253.587500', '211254.047500', '211254.507500', '211254.967500', '211255.427500', '211255.887500', '211256.347500', '211256.807500', '211257.267500', '211257.727500', '211258.187500', '211258.647500', '211259.107500', '211259.567500', '211300.027500', '211300.487500', '211300.947500', '211301.407500', '211301.867500', '211302.327500', '211302.787500', '211303.247500', '211303.707500', '211304.167500', '211304.627500', '211305.087500', '211305.547500', '211306.007500', '211306.467500', '211306.927500', '211307.387500', '211307.847500', '211308.307500', '211308.767500', '211309.227500', '211309.687500', '211310.147500', '211310.607500', '211311.067500', '211311.527500', '211311.987500', '211312.447500', '211312.907500', '211313.367500', '211313.827500', '211314.287500', '211314.747500', '211315.207500', '211315.667500', '211316.127500', '211316.587500', '211317.047500', '211317.507500', '211317.967500', '211318.427500', '211318.887500', '211319.347500', '211319.807500', '211320.267500', '211320.727500', '211321.187500', '211321.647500', '211322.107500', '211322.567500', '211323.027500', '211323.487500', '211323.947500', '211324.407500', '211324.867500', '211325.327500', '211325.787500', '211326.247500', '211326.707500', '211327.167500', '211327.627500', '211328.087500', '211328.547500', '211329.007500', '211329.467500', '211329.927500', '211330.387500', '211330.847500', '211331.307500', '211331.767500', '211332.227500', '211332.687500', '211333.147500', '211333.607500', '211334.067500', '211334.527500', '211334.987500', '211335.447500', '211335.907500', '211336.367500', '211336.827500', '211337.287500', '211337.747500', '211338.207500', '211338.667500', '211339.127500', '211339.587500', '211340.047500', '211340.507500', '211340.967500', '211341.427500', '211341.887500', '211342.347500', '211342.807500', '211343.267500', '211343.727500', '211344.187500', '211344.647500', '211345.107500', '211345.567500', '211346.027500', '211346.487500', '211346.947500', '211347.407500', '211347.867500', '211348.327500', '211348.787500', '211349.247500', '211349.707500', '211350.167500', '211350.627500', '211351.087500', '211351.547500', '211352.007500', '211352.467500', '211352.927500', '211353.387500', '211353.847500', '211354.307500', '211354.767500', '211355.227500', '211355.687500', '211356.147500', '211356.607500', '211357.067500', '211357.527500', '211357.987500', '211358.447500', '211358.907500', '211359.367500', '211359.827500', '211400.287500', '211400.747500', '211401.207500', '211401.667500', '211402.127500', '211402.587500', '211403.047500', '211403.507500', '211403.967500', '211404.427500', '211404.887500', '211405.347500', '211405.807500', '211406.267500', '211406.727500', '211407.187500', '211407.647500', '211408.107500', '211408.567500', '211409.027500', '211409.487500', '211409.947500', '211410.407500', '211410.867500', '211411.327500', '211411.787500', '211412.247500', '211412.707500', '211413.167500', '211413.627500', '211414.087500', '211414.547500', '211415.007500', '211415.467500', '211415.927500', '211416.387500', '211416.847500', '211417.307500', '211417.767500', '211418.227500', '211418.687500', '211419.147500', '211419.607500', '211420.067500', '211420.527500', '211420.987500', '211421.447500', '211421.907500', '211422.367500', '211422.827500', '211423.287500', '211423.747500', '211424.207500', '211424.667500', '211425.127500', '211425.587500', '211426.047500', '211426.507500', '211426.967500', '211427.427500', '211427.887500', '211428.347500', '211428.807500', '211429.267500', '211429.727500', '211430.187500', '211430.647500', '211431.107500', '211431.567500', '211432.027500', '211432.487500', '211432.947500', '211433.407500', '211433.867500', '211434.327500', '211434.787500', '211435.247500', '211435.707500', '211436.167500', '211436.627500', '211437.087500', '211437.547500', '211438.007500', '211438.467500', '211438.927500', '211439.387500', '211439.847500', '211440.307500', '211440.767500', '211441.227500', '211441.687500', '211442.147500', '211442.607500', '211443.067500', '211443.527500', '211443.987500', '211444.447500', '211444.907500', '211445.367500', '211445.827500', '211446.287500', '211446.747500', '211447.207500', '211447.667500', '211448.127500', '211448.587500', '211449.047500', '211449.507500', '211449.967500', '211450.427500', '211450.887500', '211451.347500', '211451.807500', '211452.267500', '211452.727500', '211453.187500', '211453.647500', '211454.107500', '211454.567500', '211455.027500', '211455.487500', '211455.947500', '211456.407500', '211456.867500', '211457.327500', '211457.787500', '211458.247500', '211458.707500', '211459.167500', '211459.627500', '211500.087500', '211500.547500', '211501.007500', '211501.467500', '211501.927500', '211502.387500', '211502.847500', '211503.307500', '211503.767500', '211504.227500', '211504.687500', '211505.147500', '211505.607500', '211506.067500', '211506.527500', '211506.987500', '211507.447500', '211507.907500', '211508.367500', '211508.827500', '211509.287500', '211509.747500', '211510.207500', '211510.667500', '211511.127500', '211511.587500', '211512.047500', '211512.507500', '211512.967500', '211513.427500', '211513.887500', '211514.347500', '211514.807500', '211515.267500', '211515.727500', '211516.187500', '211516.647500', '211517.107500', '211517.567500', '211518.027500', '211518.487500', '211518.947500', '211519.407500', '211519.867500', '211520.327500', '211520.787500', '211521.247500', '211521.707500', '211522.167500', '211522.627500', '211523.087500', '211523.547500', '211524.007500', '211524.467500', '211524.927500', '211525.387500', '211525.847500', '211526.307500', '211526.767500', '211527.227500', '211527.687500', '211528.147500', '211528.607500', '211529.067500', '211529.527500', '211529.987500', '211530.447500', '211530.907500', '211531.367500', '211531.827500', '211532.287500', '211532.747500', '211533.207500', '211533.667500', '211534.127500', '211534.587500', '211535.047500', '211535.507500', '211535.967500', '211536.427500', '211536.887500', '211537.347500', '211537.807500', '211538.267500', '211538.727500', '211539.187500', '211539.647500', '211540.107500', '211540.567500', '211541.027500', '211541.487500', '211541.947500', '211542.407500', '211542.867500', '211543.327500', '211543.787500', '211544.247500', '211544.707500', '211545.167500', '211545.627500', '211546.087500', '211546.547500', '211547.007500', '211547.467500', '211547.927500', '211548.387500', '211548.847500', '211549.307500', '211549.767500', '211550.227500', '211550.687500', '211551.147500', '211551.607500', '211552.067500', '211552.527500', '211552.987500', '211553.447500', '211553.907500', '211554.367500', '211554.827500', '211555.287500', '211555.747500', '211556.207500', '211556.667500', '211557.127500', '211557.587500', '211558.047500', '211558.507500', '211558.967500', '211559.427500', '211559.887500', '211600.347500', '211600.807500', '211601.267500', '211601.727500', '211602.187500', '211602.647500', '211603.107500', '211603.567500', '211604.027500', '211604.487500', '211604.947500', '211605.407500', '211605.867500', '211606.327500', '211606.787500', '211607.247500', '211607.707500', '211608.167500', '211608.627500', '211609.087500', '211609.547500', '211610.007500', '211610.467500', '211610.927500', '211611.387500', '211611.847500'], 'ContentTime': ['210739.744000', '210739.747000', '210739.750000', '210739.753000', '210739.756000', '210739.761000', '210739.763000', '210739.766000', '210739.768000', '210739.771000', '210739.774000', '210739.776000', '210739.785000', '210739.788000', '210739.791000', '210739.793000', '210739.796000', '210739.799000', '210739.801000', '210739.804000', '210739.807000', '210739.809000', '210739.812000', '210739.814000', '210739.817000', '210739.819000', '210739.822000', '210739.825000', '210739.827000', '210739.830000', '210739.832000', '210739.835000', '210739.837000', '210739.840000', '210739.843000', '210739.845000', '210739.848000', '210739.850000', '210739.853000', '210759.710000', '210759.713000', '210759.716000', '210759.719000', '210759.721000', '210759.724000', '210759.726000', '210759.729000', '210759.731000', '210759.734000', '210759.737000', '210759.739000', '210759.742000', '210759.744000', '210759.747000', '210759.749000', '210759.762000', '210759.765000', '210759.767000', '210759.770000', '210759.772000', '210759.775000', '210759.778000', '210759.780000', '210759.783000', '210759.785000', '210759.788000', '210759.790000', '210759.793000', '210759.795000', '210759.798000', '210759.801000', '210759.803000', '210759.806000', '210759.808000', '210759.811000', '210759.813000', '210759.816000', '210759.819000', '210759.821000', '210759.824000', '210759.826000', '210759.829000', '210759.831000', '210819.709000', '210819.712000', '210819.715000', '210819.717000', '210819.720000', '210819.723000', '210819.725000', '210819.728000', '210819.730000', '210819.733000', '210819.735000', '210819.738000', '210819.741000', '210819.743000', '210819.746000', '210819.748000', '210819.751000', '210819.754000', '210819.756000', '210819.759000', '210819.762000', '210819.764000', '210819.767000', '210819.769000', '210819.772000', '210819.774000', '210819.777000', '210819.779000', '210819.782000', '210819.785000', '210819.787000', '210819.790000', '210819.792000', '210819.795000', '210819.797000', '210819.800000', '210819.803000', '210819.805000', '210819.808000', '210819.810000', '210819.813000', '210819.816000', '210819.818000', '210839.710000', '210839.712000', '210839.715000', '210839.718000', '210839.720000', '210839.723000', '210839.725000', '210839.728000', '210839.730000', '210839.733000', '210839.735000', '210839.738000', '210839.741000', '210839.743000', '210839.746000', '210839.748000', '210839.751000', '210839.754000', '210839.756000', '210839.759000', '210839.761000', '210839.764000', '210839.766000', '210839.769000', '210839.771000', '210839.774000', '210839.777000', '210839.779000', '210839.782000', '210839.784000', '210839.787000', '210839.790000', '210839.792000', '210839.795000', '210839.797000', '210839.800000', '210839.803000', '210839.805000', '210839.808000', '210839.814000', '210839.817000', '210839.819000', '210839.822000', '210839.825000', '210859.709000', '210859.712000', '210859.715000', '210859.717000', '210859.720000', '210859.723000', '210859.725000', '210859.728000', '210859.730000', '210859.733000', '210859.736000', '210859.738000', '210859.741000', '210859.744000', '210859.746000', '210859.749000', '210859.751000', '210859.754000', '210859.756000', '210859.759000', '210859.762000', '210859.764000', '210859.767000', '210859.769000', '210859.772000', '210859.774000', '210859.777000', '210859.780000', '210859.782000', '210859.785000', '210859.788000', '210859.791000', '210859.793000', '210859.796000', '210859.799000', '210859.801000', '210859.804000', '210859.807000', '210859.809000', '210859.812000', '210859.814000', '210859.817000', '210859.820000', '210919.709000', '210919.712000', '210919.715000', '210919.717000', '210919.720000', '210919.723000', '210919.725000', '210919.728000', '210919.730000', '210919.733000', '210919.735000', '210919.738000', '210919.741000', '210919.743000', '210919.746000', '210919.748000', '210919.751000', '210919.754000', '210919.756000', '210919.759000', '210919.761000', '210919.764000', '210919.767000', '210919.769000', '210919.772000', '210919.774000', '210919.777000', '210919.780000', '210919.782000', '210919.785000', '210919.787000', '210919.790000', '210919.792000', '210919.795000', '210919.798000', '210919.809000', '210919.812000', '210919.814000', '210919.817000', '210919.820000', '210919.822000', '210919.825000', '210919.827000', '210919.830000', '210939.710000', '210939.713000', '210939.716000', '210939.718000', '210939.721000', '210939.723000', '210939.726000', '210939.729000', '210939.731000', '210939.734000', '210939.737000', '210939.739000', '210939.742000', '210939.744000', '210939.748000', '210939.751000', '210939.754000', '210939.756000', '210939.759000', '210939.761000', '210939.764000', '210939.767000', '210939.769000', '210939.772000', '210939.774000', '210939.811000', '210939.814000', '210939.817000', '210939.819000', '210939.822000', '210939.825000', '210939.827000', '210939.830000', '210939.832000', '210939.835000', '210939.837000', '210939.840000', '210939.843000', '210939.845000', '210939.848000', '210939.851000', '210939.853000', '210939.856000', '210959.710000', '210959.713000', '210959.716000', '210959.719000', '210959.721000', '210959.724000', '210959.726000', '210959.729000', '210959.732000', '210959.734000', '210959.737000', '210959.740000', '210959.742000', '210959.745000', '210959.747000', '210959.750000', '210959.753000', '210959.755000', '210959.758000', '210959.761000', '210959.763000', '210959.766000', '210959.769000', '210959.771000', '210959.774000', '210959.777000', '210959.779000', '210959.786000', '210959.789000', '210959.791000', '210959.794000', '210959.796000', '210959.799000', '210959.802000', '210959.804000', '210959.807000', '210959.809000', '210959.812000', '210959.815000', '210959.817000', '210959.820000', '210959.823000', '210959.825000', '210959.828000', '211019.711000', '211019.713000', '211019.716000', '211019.719000', '211019.721000', '211019.724000', '211019.726000', '211019.729000', '211019.732000', '211019.734000', '211019.737000', '211019.740000', '211019.742000', '211019.745000', '211019.747000', '211019.750000', '211019.753000', '211019.755000', '211019.758000', '211019.761000', '211019.763000', '211019.766000', '211019.768000', '211019.771000', '211019.774000', '211019.776000', '211019.779000', '211019.781000', '211019.784000', '211019.787000', '211019.789000', '211019.792000', '211019.794000', '211019.797000', '211019.800000', '211019.802000', '211019.805000', '211019.808000', '211019.811000', '211019.813000', '211019.816000', '211019.818000', '211019.821000', '211039.710000', '211039.712000', '211039.715000', '211039.718000', '211039.720000', '211039.723000', '211039.725000', '211039.728000', '211039.730000', '211039.733000', '211039.736000', '211039.738000', '211039.741000', '211039.744000', '211039.746000', '211039.749000', '211039.751000', '211039.754000', '211039.756000', '211039.759000', '211039.762000', '211039.764000', '211039.767000', '211039.770000', '211039.772000', '211039.775000', '211039.777000', '211039.780000', '211039.782000', '211039.785000', '211039.788000', '211039.790000', '211039.793000', '211039.795000', '211039.798000', '211039.801000', '211039.803000', '211039.806000', '211039.809000', '211039.811000', '211039.814000', '211039.817000', '211039.820000', '211039.822000', '211059.710000', '211059.712000', '211059.715000', '211059.717000', '211059.720000', '211059.723000', '211059.725000', '211059.728000', '211059.730000', '211059.733000', '211059.736000', '211059.738000', '211059.741000', '211059.743000', '211059.746000', '211059.748000', '211059.751000', '211059.754000', '211059.756000', '211059.759000', '211059.762000', '211059.764000', '211059.767000', '211059.769000', '211059.772000', '211059.775000', '211059.777000', '211059.780000', '211059.783000', '211059.785000', '211059.788000', '211059.790000', '211059.793000', '211059.795000', '211059.798000', '211059.801000', '211059.803000', '211059.806000', '211059.809000', '211059.811000', '211059.814000', '211059.816000', '211059.819000', '211119.710000', '211119.712000', '211119.715000', '211119.718000', '211119.720000', '211119.723000', '211119.725000', '211119.740000', '211119.743000', '211119.745000', '211119.748000', '211119.750000', '211119.753000', '211119.756000', '211119.758000', '211119.761000', '211119.763000', '211119.766000', '211119.769000', '211119.771000', '211119.774000', '211119.776000', '211119.779000', '211119.782000', '211119.784000', '211119.787000', '211119.789000', '211119.792000', '211119.795000', '211119.797000', '211119.851000', '211119.854000', '211119.857000', '211119.859000', '211119.862000', '211119.864000', '211119.867000', '211119.870000', '211119.872000', '211119.875000', '211119.878000', '211119.880000', '211119.883000', '211119.885000', '211139.709000', '211139.712000', '211139.715000', '211139.718000', '211139.720000', '211139.723000', '211139.725000', '211139.728000', '211139.730000', '211139.733000', '211139.736000', '211139.738000', '211139.741000', '211139.743000', '211139.746000', '211139.749000', '211139.751000', '211139.754000', '211139.756000', '211139.759000', '211139.762000', '211139.764000', '211139.767000', '211139.769000', '211139.772000', '211139.775000', '211139.777000', '211139.780000', '211139.782000', '211139.785000', '211139.787000', '211139.790000', '211139.793000', '211139.795000', '211139.798000', '211139.838000', '211139.841000', '211139.844000', '211139.846000', '211139.849000', '211139.851000', '211139.854000', '211139.856000', '211159.711000', '211159.713000', '211159.716000', '211159.719000', '211159.721000', '211159.724000', '211159.726000', '211159.729000', '211159.732000', '211159.734000', '211159.737000', '211159.740000', '211159.742000', '211159.745000', '211159.747000', '211159.750000', '211159.753000', '211159.755000', '211159.758000', '211159.760000', '211159.763000', '211159.766000', '211159.768000', '211159.771000', '211159.774000', '211159.776000', '211159.779000', '211159.781000', '211159.784000', '211159.787000', '211159.789000', '211159.792000', '211159.795000', '211159.797000', '211159.850000', '211159.853000', '211159.856000', '211159.858000', '211159.861000', '211159.863000', '211159.866000', '211159.868000', '211159.871000', '211159.874000', '211219.711000', '211219.714000', '211219.716000', '211219.719000', '211219.722000', '211219.724000', '211219.727000', '211219.729000', '211219.732000', '211219.734000', '211219.737000', '211219.740000', '211219.742000', '211219.745000', '211219.747000', '211219.750000', '211219.753000', '211219.755000', '211219.758000', '211219.760000', '211219.763000', '211219.766000', '211219.768000', '211219.771000', '211219.773000', '211219.776000', '211219.779000', '211219.781000', '211219.784000', '211219.787000', '211219.789000', '211219.792000', '211219.795000', '211219.797000', '211219.856000', '211219.859000', '211219.862000', '211219.865000', '211219.868000', '211219.871000', '211219.873000', '211219.876000', '211219.878000', '211239.709000', '211239.712000', '211239.715000', '211239.718000', '211239.721000', '211239.723000', '211239.726000', '211239.728000', '211239.731000', '211239.734000', '211239.736000', '211239.739000', '211239.741000', '211239.744000', '211239.747000', '211239.749000', '211239.752000', '211239.755000', '211239.757000', '211239.760000', '211239.763000', '211239.765000', '211239.768000', '211239.770000', '211239.773000', '211239.775000', '211239.778000', '211239.781000', '211239.783000', '211239.786000', '211239.788000', '211239.791000', '211239.808000', '211239.851000', '211239.853000', '211239.856000', '211239.859000', '211239.861000', '211239.864000', '211239.866000', '211239.869000', '211239.872000', '211239.874000', '211239.877000', '211259.710000', '211259.712000', '211259.715000', '211259.718000', '211259.720000', '211259.723000', '211259.726000', '211259.728000', '211259.731000', '211259.733000', '211259.736000', '211259.739000', '211259.741000', '211259.744000', '211259.746000', '211259.749000', '211259.752000', '211259.754000', '211259.757000', '211259.761000', '211259.764000', '211259.767000', '211259.769000', '211259.772000', '211259.775000', '211259.777000', '211259.780000', '211259.783000', '211259.785000', '211259.788000', '211259.790000', '211259.793000', '211259.796000', '211259.798000', '211259.852000', '211259.854000', '211259.857000', '211259.859000', '211259.862000', '211259.865000', '211259.867000', '211259.870000', '211259.873000', '211319.710000', '211319.712000', '211319.715000', '211319.718000', '211319.720000', '211319.723000', '211319.725000', '211319.728000', '211319.731000', '211319.733000', '211319.736000', '211319.738000', '211319.741000', '211319.743000', '211319.746000', '211319.749000', '211319.751000', '211319.754000', '211319.757000', '211319.759000', '211319.762000', '211319.764000', '211319.767000', '211319.770000', '211319.772000', '211319.775000', '211319.778000', '211319.780000', '211319.783000', '211319.785000', '211319.788000', '211319.791000', '211319.793000', '211319.796000', '211319.798000', '211319.882000', '211319.884000', '211319.887000', '211319.890000', '211319.892000', '211319.895000', '211319.897000', '211319.900000', '211319.903000', '211339.709000', '211339.712000', '211339.715000', '211339.718000', '211339.720000', '211339.723000', '211339.725000', '211339.728000', '211339.731000', '211339.733000', '211339.736000', '211339.738000', '211339.741000', '211339.744000', '211339.746000', '211339.749000', '211339.752000', '211339.754000', '211339.757000', '211339.759000', '211339.762000', '211339.765000', '211339.767000', '211339.770000', '211339.772000', '211339.775000', '211339.777000', '211339.780000', '211339.783000', '211339.785000', '211339.788000', '211339.791000', '211339.793000', '211339.796000', '211339.798000', '211339.879000', '211339.882000', '211339.885000', '211339.888000', '211339.891000', '211339.894000', '211339.896000', '211339.899000', '211359.710000', '211359.712000', '211359.715000', '211359.718000', '211359.720000', '211359.723000', '211359.726000', '211359.728000', '211359.731000', '211359.734000', '211359.736000', '211359.739000', '211359.741000', '211359.744000', '211359.747000', '211359.749000', '211359.752000', '211359.754000', '211359.757000', '211359.760000', '211359.762000', '211359.765000', '211359.768000', '211359.770000', '211359.773000', '211359.776000', '211359.778000', '211359.781000', '211359.784000', '211359.786000', '211359.789000', '211359.791000', '211359.794000', '211359.797000', '211359.799000', '211359.892000', '211359.894000', '211359.897000', '211359.899000', '211359.902000', '211359.905000', '211359.907000', '211359.910000', '211359.922000', '211419.711000', '211419.713000', '211419.716000', '211419.719000', '211419.721000', '211419.724000', '211419.726000', '211419.729000', '211419.732000', '211419.734000', '211419.737000', '211419.739000', '211419.742000', '211419.745000', '211419.747000', '211419.750000', '211419.752000', '211419.755000', '211419.757000', '211419.760000', '211419.763000', '211419.765000', '211419.768000', '211419.771000', '211419.773000', '211419.776000', '211419.778000', '211419.781000', '211419.783000', '211419.786000', '211419.789000', '211419.791000', '211419.794000', '211419.796000', '211419.799000', '211419.842000', '211419.845000', '211419.847000', '211419.850000', '211419.852000', '211419.855000', '211419.857000', '211419.860000', '211439.711000', '211439.714000', '211439.717000', '211439.720000', '211439.723000', '211439.725000', '211439.728000', '211439.730000', '211439.733000', '211439.736000', '211439.738000', '211439.741000', '211439.744000', '211439.746000', '211439.749000', '211439.751000', '211439.754000', '211439.757000', '211439.759000', '211439.762000', '211439.764000', '211439.767000', '211439.770000', '211439.772000', '211439.775000', '211439.777000', '211439.780000', '211439.782000', '211439.785000', '211439.788000', '211439.790000', '211439.793000', '211439.796000', '211439.798000', '211439.863000', '211439.866000', '211439.868000', '211439.871000', '211439.874000', '211439.876000', '211439.879000', '211439.881000', '211439.884000', '211459.710000', '211459.712000', '211459.715000', '211459.718000', '211459.720000', '211459.723000', '211459.726000', '211459.728000', '211459.731000', '211459.733000', '211459.736000', '211459.738000', '211459.741000', '211459.744000', '211459.746000', '211459.749000', '211459.752000', '211459.754000', '211459.757000', '211459.759000', '211459.762000', '211459.765000', '211459.767000', '211459.770000', '211459.772000', '211459.775000', '211459.777000', '211459.780000', '211459.783000', '211459.785000', '211459.788000', '211459.791000', '211459.793000', '211459.796000', '211459.798000', '211459.855000', '211459.857000', '211459.860000', '211459.862000', '211459.865000', '211459.868000', '211459.870000', '211459.873000', '211459.875000', '211519.709000', '211519.712000', '211519.716000', '211519.719000', '211519.722000', '211519.724000', '211519.727000', '211519.730000', '211519.732000', '211519.735000', '211519.737000', '211519.740000', '211519.743000', '211519.746000', '211519.749000', '211519.752000', '211519.754000', '211519.757000', '211519.759000', '211519.762000', '211519.765000', '211519.767000', '211519.770000', '211519.772000', '211519.775000', '211519.778000', '211519.780000', '211519.783000', '211519.785000', '211519.788000', '211519.791000', '211519.793000', '211519.796000', '211519.799000', '211519.867000', '211519.870000', '211519.873000', '211519.875000', '211519.878000', '211519.880000', '211519.904000', '211519.907000', '211519.910000', '211539.710000', '211539.712000', '211539.715000', '211539.718000', '211539.720000', '211539.723000', '211539.726000', '211539.728000', '211539.731000', '211539.733000', '211539.736000', '211539.739000', '211539.741000', '211539.744000', '211539.747000', '211539.749000', '211539.752000', '211539.754000', '211539.757000', '211539.760000', '211539.762000', '211539.765000', '211539.767000', '211539.770000', '211539.773000', '211539.775000', '211539.778000', '211539.780000', '211539.783000', '211539.786000', '211539.788000', '211539.791000', '211539.793000', '211539.796000', '211539.799000', '211539.881000', '211539.884000', '211539.886000', '211539.889000', '211539.891000', '211539.894000', '211539.897000', '211539.899000', '211539.902000', '211559.710000', '211559.713000', '211559.715000', '211559.718000', '211559.721000', '211559.723000', '211559.726000', '211559.729000', '211559.731000', '211559.734000', '211559.737000', '211559.740000', '211559.742000', '211559.745000', '211559.748000', '211559.750000', '211559.753000', '211559.755000', '211559.758000', '211559.761000', '211559.763000', '211559.766000', '211559.768000', '211559.771000', '211559.774000', '211559.776000', '211559.779000', '211559.782000', '211559.784000', '211559.787000', '211559.789000', '211559.792000', '211559.795000', '211559.797000', '211559.830000', '211559.832000', '211559.835000', '211559.837000', '211559.840000', '211559.843000', '211559.845000', '211559.848000', '211559.851000', '211613.538000', '211613.543000', '211613.546000', '211613.549000', '211613.552000', '211613.555000', '211613.557000', '211613.560000', '211613.563000', '211613.566000', '211613.568000', '211613.571000', '211613.573000', '211613.576000', '211613.579000', '211613.582000', '211613.585000', '211613.588000', '211613.591000', '211613.594000', '211613.597000', '211613.599000', '211613.602000', '211613.605000', '211613.608000', '211613.610000', '211613.613000', '211613.616000', '211613.619000', '211613.622000', '211613.624000'], 'InstanceCreationTime': ['210739.744000', '210739.747000', '210739.750000', '210739.753000', '210739.756000', '210739.761000', '210739.763000', '210739.766000', '210739.768000', '210739.771000', '210739.774000', '210739.776000', '210739.785000', '210739.788000', '210739.791000', '210739.793000', '210739.796000', '210739.799000', '210739.801000', '210739.804000', '210739.807000', '210739.809000', '210739.812000', '210739.814000', '210739.817000', '210739.819000', '210739.822000', '210739.825000', '210739.827000', '210739.830000', '210739.832000', '210739.835000', '210739.837000', '210739.840000', '210739.843000', '210739.845000', '210739.848000', '210739.850000', '210739.853000', '210759.710000', '210759.713000', '210759.716000', '210759.719000', '210759.721000', '210759.724000', '210759.726000', '210759.729000', '210759.731000', '210759.734000', '210759.737000', '210759.739000', '210759.742000', '210759.744000', '210759.747000', '210759.749000', '210759.762000', '210759.765000', '210759.767000', '210759.770000', '210759.772000', '210759.775000', '210759.778000', '210759.780000', '210759.783000', '210759.785000', '210759.788000', '210759.790000', '210759.793000', '210759.795000', '210759.798000', '210759.801000', '210759.803000', '210759.806000', '210759.808000', '210759.811000', '210759.813000', '210759.816000', '210759.819000', '210759.821000', '210759.824000', '210759.826000', '210759.829000', '210759.831000', '210819.709000', '210819.712000', '210819.715000', '210819.717000', '210819.720000', '210819.723000', '210819.725000', '210819.728000', '210819.730000', '210819.733000', '210819.735000', '210819.738000', '210819.741000', '210819.743000', '210819.746000', '210819.748000', '210819.751000', '210819.754000', '210819.756000', '210819.759000', '210819.762000', '210819.764000', '210819.767000', '210819.769000', '210819.772000', '210819.774000', '210819.777000', '210819.779000', '210819.782000', '210819.785000', '210819.787000', '210819.790000', '210819.792000', '210819.795000', '210819.797000', '210819.800000', '210819.803000', '210819.805000', '210819.808000', '210819.810000', '210819.813000', '210819.816000', '210819.818000', '210839.710000', '210839.712000', '210839.715000', '210839.718000', '210839.720000', '210839.723000', '210839.725000', '210839.728000', '210839.730000', '210839.733000', '210839.735000', '210839.738000', '210839.741000', '210839.743000', '210839.746000', '210839.748000', '210839.751000', '210839.754000', '210839.756000', '210839.759000', '210839.761000', '210839.764000', '210839.766000', '210839.769000', '210839.771000', '210839.774000', '210839.777000', '210839.779000', '210839.782000', '210839.784000', '210839.787000', '210839.790000', '210839.792000', '210839.795000', '210839.797000', '210839.800000', '210839.803000', '210839.805000', '210839.808000', '210839.814000', '210839.817000', '210839.819000', '210839.822000', '210839.825000', '210859.709000', '210859.712000', '210859.715000', '210859.717000', '210859.720000', '210859.723000', '210859.725000', '210859.728000', '210859.730000', '210859.733000', '210859.736000', '210859.738000', '210859.741000', '210859.744000', '210859.746000', '210859.749000', '210859.751000', '210859.754000', '210859.756000', '210859.759000', '210859.762000', '210859.764000', '210859.767000', '210859.769000', '210859.772000', '210859.774000', '210859.777000', '210859.780000', '210859.782000', '210859.785000', '210859.788000', '210859.791000', '210859.793000', '210859.796000', '210859.799000', '210859.801000', '210859.804000', '210859.807000', '210859.809000', '210859.812000', '210859.814000', '210859.817000', '210859.820000', '210919.709000', '210919.712000', '210919.715000', '210919.717000', '210919.720000', '210919.723000', '210919.725000', '210919.728000', '210919.730000', '210919.733000', '210919.735000', '210919.738000', '210919.741000', '210919.743000', '210919.746000', '210919.748000', '210919.751000', '210919.754000', '210919.756000', '210919.759000', '210919.761000', '210919.764000', '210919.767000', '210919.769000', '210919.772000', '210919.774000', '210919.777000', '210919.780000', '210919.782000', '210919.785000', '210919.787000', '210919.790000', '210919.792000', '210919.795000', '210919.798000', '210919.809000', '210919.812000', '210919.814000', '210919.817000', '210919.820000', '210919.822000', '210919.825000', '210919.827000', '210919.830000', '210939.710000', '210939.713000', '210939.716000', '210939.718000', '210939.721000', '210939.723000', '210939.726000', '210939.729000', '210939.731000', '210939.734000', '210939.737000', '210939.739000', '210939.742000', '210939.744000', '210939.748000', '210939.751000', '210939.754000', '210939.756000', '210939.759000', '210939.761000', '210939.764000', '210939.767000', '210939.769000', '210939.772000', '210939.774000', '210939.811000', '210939.814000', '210939.817000', '210939.819000', '210939.822000', '210939.825000', '210939.827000', '210939.830000', '210939.832000', '210939.835000', '210939.837000', '210939.840000', '210939.843000', '210939.845000', '210939.848000', '210939.851000', '210939.853000', '210939.856000', '210959.710000', '210959.713000', '210959.716000', '210959.719000', '210959.721000', '210959.724000', '210959.726000', '210959.729000', '210959.732000', '210959.734000', '210959.737000', '210959.740000', '210959.742000', '210959.745000', '210959.747000', '210959.750000', '210959.753000', '210959.755000', '210959.758000', '210959.761000', '210959.763000', '210959.766000', '210959.769000', '210959.771000', '210959.774000', '210959.777000', '210959.779000', '210959.786000', '210959.789000', '210959.791000', '210959.794000', '210959.796000', '210959.799000', '210959.802000', '210959.804000', '210959.807000', '210959.809000', '210959.812000', '210959.815000', '210959.817000', '210959.820000', '210959.823000', '210959.825000', '210959.828000', '211019.711000', '211019.713000', '211019.716000', '211019.719000', '211019.721000', '211019.724000', '211019.726000', '211019.729000', '211019.732000', '211019.734000', '211019.737000', '211019.740000', '211019.742000', '211019.745000', '211019.747000', '211019.750000', '211019.753000', '211019.755000', '211019.758000', '211019.761000', '211019.763000', '211019.766000', '211019.768000', '211019.771000', '211019.774000', '211019.776000', '211019.779000', '211019.781000', '211019.784000', '211019.787000', '211019.789000', '211019.792000', '211019.794000', '211019.797000', '211019.800000', '211019.802000', '211019.805000', '211019.808000', '211019.811000', '211019.813000', '211019.816000', '211019.818000', '211019.821000', '211039.710000', '211039.712000', '211039.715000', '211039.718000', '211039.720000', '211039.723000', '211039.725000', '211039.728000', '211039.730000', '211039.733000', '211039.736000', '211039.738000', '211039.741000', '211039.744000', '211039.746000', '211039.749000', '211039.751000', '211039.754000', '211039.756000', '211039.759000', '211039.762000', '211039.764000', '211039.767000', '211039.770000', '211039.772000', '211039.775000', '211039.777000', '211039.780000', '211039.782000', '211039.785000', '211039.788000', '211039.790000', '211039.793000', '211039.795000', '211039.798000', '211039.801000', '211039.803000', '211039.806000', '211039.809000', '211039.811000', '211039.814000', '211039.817000', '211039.820000', '211039.822000', '211059.710000', '211059.712000', '211059.715000', '211059.717000', '211059.720000', '211059.723000', '211059.725000', '211059.728000', '211059.730000', '211059.733000', '211059.736000', '211059.738000', '211059.741000', '211059.743000', '211059.746000', '211059.748000', '211059.751000', '211059.754000', '211059.756000', '211059.759000', '211059.762000', '211059.764000', '211059.767000', '211059.769000', '211059.772000', '211059.775000', '211059.777000', '211059.780000', '211059.783000', '211059.785000', '211059.788000', '211059.790000', '211059.793000', '211059.795000', '211059.798000', '211059.801000', '211059.803000', '211059.806000', '211059.809000', '211059.811000', '211059.814000', '211059.816000', '211059.819000', '211119.710000', '211119.712000', '211119.715000', '211119.718000', '211119.720000', '211119.723000', '211119.725000', '211119.740000', '211119.743000', '211119.745000', '211119.748000', '211119.750000', '211119.753000', '211119.756000', '211119.758000', '211119.761000', '211119.763000', '211119.766000', '211119.769000', '211119.771000', '211119.774000', '211119.776000', '211119.779000', '211119.782000', '211119.784000', '211119.787000', '211119.789000', '211119.792000', '211119.795000', '211119.797000', '211119.851000', '211119.854000', '211119.857000', '211119.859000', '211119.862000', '211119.864000', '211119.867000', '211119.870000', '211119.872000', '211119.875000', '211119.878000', '211119.880000', '211119.883000', '211119.885000', '211139.709000', '211139.712000', '211139.715000', '211139.718000', '211139.720000', '211139.723000', '211139.725000', '211139.728000', '211139.730000', '211139.733000', '211139.736000', '211139.738000', '211139.741000', '211139.743000', '211139.746000', '211139.749000', '211139.751000', '211139.754000', '211139.756000', '211139.759000', '211139.762000', '211139.764000', '211139.767000', '211139.769000', '211139.772000', '211139.775000', '211139.777000', '211139.780000', '211139.782000', '211139.785000', '211139.787000', '211139.790000', '211139.793000', '211139.795000', '211139.798000', '211139.838000', '211139.841000', '211139.844000', '211139.846000', '211139.849000', '211139.851000', '211139.854000', '211139.856000', '211159.711000', '211159.713000', '211159.716000', '211159.719000', '211159.721000', '211159.724000', '211159.726000', '211159.729000', '211159.732000', '211159.734000', '211159.737000', '211159.740000', '211159.742000', '211159.745000', '211159.747000', '211159.750000', '211159.753000', '211159.755000', '211159.758000', '211159.760000', '211159.763000', '211159.766000', '211159.768000', '211159.771000', '211159.774000', '211159.776000', '211159.779000', '211159.781000', '211159.784000', '211159.787000', '211159.789000', '211159.792000', '211159.795000', '211159.797000', '211159.850000', '211159.853000', '211159.856000', '211159.858000', '211159.861000', '211159.863000', '211159.866000', '211159.868000', '211159.871000', '211159.874000', '211219.711000', '211219.714000', '211219.716000', '211219.719000', '211219.722000', '211219.724000', '211219.727000', '211219.729000', '211219.732000', '211219.734000', '211219.737000', '211219.740000', '211219.742000', '211219.745000', '211219.747000', '211219.750000', '211219.753000', '211219.755000', '211219.758000', '211219.760000', '211219.763000', '211219.766000', '211219.768000', '211219.771000', '211219.773000', '211219.776000', '211219.779000', '211219.781000', '211219.784000', '211219.787000', '211219.789000', '211219.792000', '211219.795000', '211219.797000', '211219.856000', '211219.859000', '211219.862000', '211219.865000', '211219.868000', '211219.871000', '211219.873000', '211219.876000', '211219.878000', '211239.709000', '211239.712000', '211239.715000', '211239.718000', '211239.721000', '211239.723000', '211239.726000', '211239.728000', '211239.731000', '211239.734000', '211239.736000', '211239.739000', '211239.741000', '211239.744000', '211239.747000', '211239.749000', '211239.752000', '211239.755000', '211239.757000', '211239.760000', '211239.763000', '211239.765000', '211239.768000', '211239.770000', '211239.773000', '211239.775000', '211239.778000', '211239.781000', '211239.783000', '211239.786000', '211239.788000', '211239.791000', '211239.808000', '211239.851000', '211239.853000', '211239.856000', '211239.859000', '211239.861000', '211239.864000', '211239.866000', '211239.869000', '211239.872000', '211239.874000', '211239.877000', '211259.710000', '211259.712000', '211259.715000', '211259.718000', '211259.720000', '211259.723000', '211259.726000', '211259.728000', '211259.731000', '211259.733000', '211259.736000', '211259.739000', '211259.741000', '211259.744000', '211259.746000', '211259.749000', '211259.752000', '211259.754000', '211259.757000', '211259.761000', '211259.764000', '211259.767000', '211259.769000', '211259.772000', '211259.775000', '211259.777000', '211259.780000', '211259.783000', '211259.785000', '211259.788000', '211259.790000', '211259.793000', '211259.796000', '211259.798000', '211259.852000', '211259.854000', '211259.857000', '211259.859000', '211259.862000', '211259.865000', '211259.867000', '211259.870000', '211259.873000', '211319.710000', '211319.712000', '211319.715000', '211319.718000', '211319.720000', '211319.723000', '211319.725000', '211319.728000', '211319.731000', '211319.733000', '211319.736000', '211319.738000', '211319.741000', '211319.743000', '211319.746000', '211319.749000', '211319.751000', '211319.754000', '211319.757000', '211319.759000', '211319.762000', '211319.764000', '211319.767000', '211319.770000', '211319.772000', '211319.775000', '211319.778000', '211319.780000', '211319.783000', '211319.785000', '211319.788000', '211319.791000', '211319.793000', '211319.796000', '211319.798000', '211319.882000', '211319.884000', '211319.887000', '211319.890000', '211319.892000', '211319.895000', '211319.897000', '211319.900000', '211319.903000', '211339.709000', '211339.712000', '211339.715000', '211339.718000', '211339.720000', '211339.723000', '211339.725000', '211339.728000', '211339.731000', '211339.733000', '211339.736000', '211339.738000', '211339.741000', '211339.744000', '211339.746000', '211339.749000', '211339.752000', '211339.754000', '211339.757000', '211339.759000', '211339.762000', '211339.765000', '211339.767000', '211339.770000', '211339.772000', '211339.775000', '211339.777000', '211339.780000', '211339.783000', '211339.785000', '211339.788000', '211339.791000', '211339.793000', '211339.796000', '211339.798000', '211339.879000', '211339.882000', '211339.885000', '211339.888000', '211339.891000', '211339.894000', '211339.896000', '211339.899000', '211359.710000', '211359.712000', '211359.715000', '211359.718000', '211359.720000', '211359.723000', '211359.726000', '211359.728000', '211359.731000', '211359.734000', '211359.736000', '211359.739000', '211359.741000', '211359.744000', '211359.747000', '211359.749000', '211359.752000', '211359.754000', '211359.757000', '211359.760000', '211359.762000', '211359.765000', '211359.768000', '211359.770000', '211359.773000', '211359.776000', '211359.778000', '211359.781000', '211359.784000', '211359.786000', '211359.789000', '211359.791000', '211359.794000', '211359.797000', '211359.799000', '211359.892000', '211359.894000', '211359.897000', '211359.899000', '211359.902000', '211359.905000', '211359.907000', '211359.910000', '211359.922000', '211419.711000', '211419.713000', '211419.716000', '211419.719000', '211419.721000', '211419.724000', '211419.726000', '211419.729000', '211419.732000', '211419.734000', '211419.737000', '211419.739000', '211419.742000', '211419.745000', '211419.747000', '211419.750000', '211419.752000', '211419.755000', '211419.757000', '211419.760000', '211419.763000', '211419.765000', '211419.768000', '211419.771000', '211419.773000', '211419.776000', '211419.778000', '211419.781000', '211419.783000', '211419.786000', '211419.789000', '211419.791000', '211419.794000', '211419.796000', '211419.799000', '211419.842000', '211419.845000', '211419.847000', '211419.850000', '211419.852000', '211419.855000', '211419.857000', '211419.860000', '211439.711000', '211439.714000', '211439.717000', '211439.720000', '211439.723000', '211439.725000', '211439.728000', '211439.730000', '211439.733000', '211439.736000', '211439.738000', '211439.741000', '211439.744000', '211439.746000', '211439.749000', '211439.751000', '211439.754000', '211439.757000', '211439.759000', '211439.762000', '211439.764000', '211439.767000', '211439.770000', '211439.772000', '211439.775000', '211439.777000', '211439.780000', '211439.782000', '211439.785000', '211439.788000', '211439.790000', '211439.793000', '211439.796000', '211439.798000', '211439.863000', '211439.866000', '211439.868000', '211439.871000', '211439.874000', '211439.876000', '211439.879000', '211439.881000', '211439.884000', '211459.710000', '211459.712000', '211459.715000', '211459.718000', '211459.720000', '211459.723000', '211459.726000', '211459.728000', '211459.731000', '211459.733000', '211459.736000', '211459.738000', '211459.741000', '211459.744000', '211459.746000', '211459.749000', '211459.752000', '211459.754000', '211459.757000', '211459.759000', '211459.762000', '211459.765000', '211459.767000', '211459.770000', '211459.772000', '211459.775000', '211459.777000', '211459.780000', '211459.783000', '211459.785000', '211459.788000', '211459.791000', '211459.793000', '211459.796000', '211459.798000', '211459.855000', '211459.857000', '211459.860000', '211459.862000', '211459.865000', '211459.868000', '211459.870000', '211459.873000', '211459.875000', '211519.709000', '211519.712000', '211519.716000', '211519.719000', '211519.722000', '211519.724000', '211519.727000', '211519.730000', '211519.732000', '211519.735000', '211519.737000', '211519.740000', '211519.743000', '211519.746000', '211519.749000', '211519.752000', '211519.754000', '211519.757000', '211519.759000', '211519.762000', '211519.765000', '211519.767000', '211519.770000', '211519.772000', '211519.775000', '211519.778000', '211519.780000', '211519.783000', '211519.785000', '211519.788000', '211519.791000', '211519.793000', '211519.796000', '211519.799000', '211519.867000', '211519.870000', '211519.873000', '211519.875000', '211519.878000', '211519.880000', '211519.904000', '211519.907000', '211519.910000', '211539.710000', '211539.712000', '211539.715000', '211539.718000', '211539.720000', '211539.723000', '211539.726000', '211539.728000', '211539.731000', '211539.733000', '211539.736000', '211539.739000', '211539.741000', '211539.744000', '211539.747000', '211539.749000', '211539.752000', '211539.754000', '211539.757000', '211539.760000', '211539.762000', '211539.765000', '211539.767000', '211539.770000', '211539.773000', '211539.775000', '211539.778000', '211539.780000', '211539.783000', '211539.786000', '211539.788000', '211539.791000', '211539.793000', '211539.796000', '211539.799000', '211539.881000', '211539.884000', '211539.886000', '211539.889000', '211539.891000', '211539.894000', '211539.897000', '211539.899000', '211539.902000', '211559.710000', '211559.713000', '211559.715000', '211559.718000', '211559.721000', '211559.723000', '211559.726000', '211559.729000', '211559.731000', '211559.734000', '211559.737000', '211559.740000', '211559.742000', '211559.745000', '211559.748000', '211559.750000', '211559.753000', '211559.755000', '211559.758000', '211559.761000', '211559.763000', '211559.766000', '211559.768000', '211559.771000', '211559.774000', '211559.776000', '211559.779000', '211559.782000', '211559.784000', '211559.787000', '211559.789000', '211559.792000', '211559.795000', '211559.797000', '211559.830000', '211559.832000', '211559.835000', '211559.837000', '211559.840000', '211559.843000', '211559.845000', '211559.848000', '211559.851000', '211613.538000', '211613.543000', '211613.546000', '211613.549000', '211613.552000', '211613.555000', '211613.557000', '211613.560000', '211613.563000', '211613.566000', '211613.568000', '211613.571000', '211613.573000', '211613.576000', '211613.579000', '211613.582000', '211613.585000', '211613.588000', '211613.591000', '211613.594000', '211613.597000', '211613.599000', '211613.602000', '211613.605000', '211613.608000', '211613.610000', '211613.613000', '211613.616000', '211613.619000', '211613.622000', '211613.624000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [9597, 14441, 8700, 11138, 8188, 11216, 8256, 14320, 8100, 10834, 8153, 10921, 7713, 11040, 7886, 10297, 7505, 10358, 7229, 10571, 7726, 11447, 7432, 10074, 7706, 9884, 8085, 10541, 8971, 9311, 7424, 9271, 8252, 9856, 8489, 11767, 7467, 9842, 7348, 10042, 7547, 11117, 8010, 12068, 7396, 9984, 7252, 11253, 7518, 14495, 7775, 10718, 7699, 10878, 7868, 11256, 8597, 12027, 7804, 10671, 7869, 10684, 7867, 10965, 7555, 9316, 7419, 9114, 8190, 9779, 10010, 9531, 7628, 9118, 7875, 9116, 7952, 10210, 7312, 9663, 7725, 9232, 10013, 9757, 13995, 10119, 14167, 8506, 13796, 9020, 13623, 9518, 15115, 8716, 13079, 8271, 11378, 8251, 11617, 8272, 11359, 7975, 9880, 7910, 10550, 7584, 11220, 7432, 9700, 7092, 9817, 7437, 10068, 7525, 9345, 7056, 9249, 7447, 9281, 8552, 9701, 8674, 9206, 7501, 9599, 7606, 10378, 7694, 15564, 8362, 12782, 8109, 10887, 8944, 13392, 9079, 9337, 9233, 7898, 8775, 7701, 9698, 7547, 14488, 8079, 13683, 8731, 11637, 9018, 9777, 8707, 7406, 13881, 9111, 7940, 8814, 7559, 11649, 8856, 15836, 12320, 9857, 10436, 8234, 9675, 12918, 10915, 15425, 10486, 13498, 8193, 10329, 8507, 11092, 9268, 12959, 9157, 13379, 8872, 11893, 8602, 13076, 8814, 12329, 8489, 10678, 8278, 10817, 8187, 12821, 8139, 13145, 7845, 10644, 8178, 10577, 8451, 11719, 8820, 12585, 8969, 12051, 9139, 11835, 8986, 14246, 8772, 11604, 8445, 12596, 8810, 13047, 9457, 10344, 8330, 10651, 8546, 12120, 9093, 10156, 8558, 7940, 8190, 8313, 8862, 8680, 9197, 7636, 8679, 8215, 9265, 8868, 9967, 9076, 9384, 6984, 9352, 7594, 10304, 7657, 11471, 7354, 9952, 7243, 10069, 7539, 10394, 7281, 10076, 7103, 10063, 7601, 10107, 7940, 10638, 8314, 10515, 8427, 8950, 8598, 7891, 9478, 7533, 11041, 7594, 11443, 7964, 14065, 9601, 15291, 8285, 10540, 7281, 9576, 6918, 10443, 7962, 11810, 7685, 10531, 8914, 11054, 8930, 15327, 9260, 12424, 8028, 12854, 9837, 13437, 9994, 10514, 8403, 9829, 8024, 10943, 8693, 10431, 8212, 7177, 8157, 7379, 8945, 8038, 9125, 8727, 8853, 7327, 8906, 7719, 8922, 10127, 9725, 13824, 10470, 13697, 8402, 14889, 9602, 14103, 8524, 12821, 8505, 10707, 8249, 11166, 8276, 12528, 8434, 11912, 8600, 11952, 8629, 12949, 8204, 12021, 8232, 10780, 7906, 9932, 7602, 9614, 7235, 9036, 7308, 9757, 7785, 10904, 8851, 14638, 8388, 12123, 7222, 9503, 7135, 8890, 10838, 9546, 14729, 11251, 14377, 8769, 14161, 9811, 14740, 11098, 15191, 8461, 12734, 8174, 11887, 8174, 11884, 7832, 9652, 6981, 8917, 6997, 8595, 7796, 8742, 6828, 8019, 6973, 7997, 8382, 7945, 9474, 8276, 8783, 8475, 7963, 8113, 10213, 8517, 13164, 8689, 13829, 8875, 12874, 7934, 11753, 7440, 10921, 10777, 12462, 11540, 10001, 8543, 8543, 9296, 9148, 11079, 8980, 11953, 8764, 7602, 8322, 8815, 8219, 11539, 8589, 13059, 8475, 10993, 7847, 11260, 8710, 12264, 8872, 12167, 8004, 11507, 7772, 9509, 7388, 9409, 7180, 8793, 7533, 8254, 8092, 9180, 8740, 8647, 7716, 9042, 11095, 8864, 16799, 11683, 14994, 12456, 8219, 9228, 6767, 9450, 7532, 9358, 7965, 8046, 10429, 7915, 14107, 9492, 15909, 11534, 17155, 10597, 15091, 9474, 13994, 7993, 11969, 7892, 11686, 7705, 13958, 7816, 9807, 7676, 9845, 8361, 10857, 8575, 11988, 8329, 11659, 8601, 12342, 8565, 14007, 9507, 13207, 8586, 10872, 7951, 9112, 8605, 7930, 8142, 6929, 8540, 6679, 10048, 7812, 14081, 7887, 13292, 8128, 12666, 8532, 14620, 10038, 15165, 8348, 13573, 8578, 12967, 8114, 12365, 7898, 11743, 7758, 10097, 7710, 9579, 8042, 10415, 8268, 12257, 8010, 12003, 8050, 9985, 8260, 9906, 8360, 11000, 7686, 10382, 7691, 9679, 7458, 12759, 7406, 10174, 7531, 9334, 7341, 10923, 8180, 15717, 8655, 12422, 8641, 15559, 11029, 14891, 11928, 9145, 8903, 10634, 9582, 13616, 11763, 13235, 10571, 8318, 9036, 9128, 9305, 14113, 11426, 13018, 8871, 11840, 8255, 11776, 8343, 12211, 8108, 10177, 7858, 9089, 8094, 10152, 8254, 10797, 8372, 10438, 8114, 10730, 8443, 12759, 10227, 12074, 8769, 12836, 8214, 13894, 10068, 16138, 10344, 14024, 8222, 12356, 8220, 11477, 7988, 11011, 7606, 9669, 7541, 9691, 7535, 10435, 8049, 9670, 8113, 10127, 8270, 10387, 7313, 12069, 11589, 9694, 14622, 8287, 15299, 10716, 14986, 9641, 13762, 7833, 10744, 7184, 10489, 9392, 11480, 7309, 9264, 7924, 9170, 11193, 9522, 12088, 8750, 11445, 8129, 11670, 8606, 10320, 8796, 7073, 8208, 6807, 9453, 7230, 10950, 7665, 9748, 7565, 10591, 7871, 10869, 8353, 13647, 8161, 10185, 8215, 10459, 8305, 10604, 9604, 8948, 9168, 7317, 9273, 8047, 8550, 8178, 7257, 11150, 8809, 12510, 10246, 7800, 9954, 8583, 11653, 13069, 9534, 15144, 8929, 13174, 8153, 12751, 8418, 11628, 7947, 13038, 7557, 10034, 7489, 9098, 6760, 8290, 7111, 8820, 6962, 9126, 6984, 8779, 6977, 9715, 7960, 10768, 8636, 13166, 9095, 14022, 8397, 12760, 8026, 12163, 7762, 15061, 8574, 10554, 10248, 9197, 13517, 8340, 13318, 9302, 13204, 8199, 11728, 8067, 10488, 7916, 10014, 8089, 11444, 8081, 11007, 7949, 9780, 8468, 10550, 8764, 15157, 8946, 13800, 8288, 12540, 7884, 12149, 7616, 14869, 9219, 14112, 8004, 10808, 8149, 11549, 8620, 14668, 8367, 12865, 8136, 11442, 8215, 11937, 8476, 13238, 7886, 12045, 8203, 10084, 7708, 9742, 7126, 9323, 6769, 8886, 6996, 9445, 7097, 9710, 7351, 9833, 7188, 9436, 7351, 9471, 7418, 9588, 7276, 11858, 7131, 9504, 7089, 9334, 12011, 11065, 15568, 12925, 16572, 11691, 15063, 9825, 12993, 8219, 14580, 7519, 9206, 7771, 9535, 7422, 10239, 7325, 9211, 6729, 8588, 7531, 8627, 11741, 8255, 11251, 8276, 11851, 7750, 9902, 8104, 9928, 8349, 10812, 8025, 10205, 8663, 10562, 8443, 9666, 8491, 7223, 8123, 7376, 8393, 9581, 7940, 11606, 8215, 12031, 8372, 12458, 7706, 10943, 7581, 14322, 12468, 14992, 10684, 10792, 9509, 9063, 8811, 9219, 10112, 10158, 7170, 8962, 7139, 8787, 8445, 8689, 9585, 8696, 9135, 8165, 9785, 7786, 10413, 7793, 10502, 7856, 9219, 7705, 7724, 8371, 6775, 8827, 7000, 9942, 6890, 9396, 11630, 8509, 15047, 8101, 13215, 8115, 11685, 7449, 10689, 7750, 9696, 10028, 8504, 9679, 7996, 11322, 8061, 11860, 8221, 11590, 7894, 11029, 8025, 10474, 8126, 10926, 8179, 10944, 7760, 10462, 8026, 9999, 7704, 9571, 7329, 9211, 7313, 9855, 7981, 9780, 7634, 10315, 8607, 10754, 8687, 13519, 9638, 13369, 11854, 9276, 10541, 10365, 9072, 12744, 12009, 13561, 12816, 8540, 9387, 8131, 9368, 6840, 9733, 7661, 9643, 7904, 13314, 8075, 6875, 8941, 7568, 10422, 8237, 13714, 7521, 11105, 7119, 9564, 12757, 8293, 15385, 8999, 14117, 8491, 10881, 7364, 9312, 7054, 9371, 6993, 10161, 7338, 9777, 7331, 10167, 7373, 9935, 6721, 9710, 6923, 9130, 7644, 8360, 10962, 8622, 12129, 8762, 12047, 7708, 9948, 6995, 9575, 8950, 8867, 14193, 8275, 12697, 8143, 10236, 8055, 9767, 7717, 10004, 7956, 9976, 7493, 9603, 7971, 10700, 8450, 13264, 7899, 11041, 11148, 8282, 13495, 7605, 10405, 7392, 8226, 11898, 7866, 10814, 7681, 10493, 7408, 9606, 7079, 9447, 6993, 9551, 9449, 9030, 15430, 8206, 14872, 8452, 11500, 10782, 8296, 14669, 8362, 13093, 7377, 9652, 11752, 8504, 13661, 7926, 10000, 7781, 9466, 7250, 9283, 6827, 9480, 6898, 9163, 9981, 8469, 13224, 10173, 13962, 9050, 14036, 8327, 11959, 8563, 8288, 9578, 7842, 9764, 7835, 14811, 11677, 13540, 11418, 7728, 11548, 7833, 13150, 8499, 16712, 10660, 15054, 8123, 12380, 7884, 11267, 8331, 13636, 8277, 7955, 7855, 7284, 8426, 7595, 8809, 10444, 9085, 6812, 8695, 6951, 9528, 7429, 12396, 7792, 12269, 7819, 10643, 8287, 11493, 8333, 13151, 7936, 11611, 7696, 9344, 7075, 8682, 7824, 8373, 8644, 7516, 10184, 7863, 10060, 7581, 9953, 7219, 9163, 6663, 8630, 7036, 8884, 7109, 8691, 6643, 8987, 8674], 'WindowCenter': [4208.0, 4240.0, 4166.0, 4181.0, 4138.0, 4179.0, 4136.0, 4196.0, 4124.0, 4153.0, 4122.0, 4152.0, 4112.0, 4163.0, 4121.0, 4151.0, 4111.0, 4151.0, 4111.0, 4152.0, 4111.0, 4163.0, 4111.0, 4141.0, 4110.0, 4141.0, 4121.0, 4152.0, 4130.0, 4130.0, 4099.0, 4130.0, 4120.0, 4141.0, 4131.0, 4163.0, 4110.0, 4141.0, 4110.0, 4141.0, 4110.0, 4162.0, 4120.0, 4161.0, 4099.0, 4140.0, 4099.0, 4151.0, 4099.0, 4182.0, 4109.0, 4139.0, 4108.0, 4149.0, 4108.0, 4150.0, 4119.0, 4159.0, 4109.0, 4139.0, 4109.0, 4150.0, 4108.0, 4151.0, 4098.0, 4129.0, 4098.0, 4118.0, 4118.0, 4139.0, 4128.0, 4129.0, 4097.0, 4118.0, 4108.0, 4130.0, 4119.0, 4151.0, 4099.0, 4141.0, 4110.0, 4142.0, 4152.0, 4142.0, 4183.0, 4152.0, 4182.0, 4121.0, 4181.0, 4131.0, 4181.0, 4141.0, 4181.0, 4119.0, 4169.0, 4118.0, 4149.0, 4119.0, 4149.0, 4119.0, 4149.0, 4108.0, 4138.0, 4119.0, 4150.0, 4109.0, 4150.0, 4098.0, 4139.0, 4099.0, 4140.0, 4110.0, 4141.0, 4110.0, 4142.0, 4100.0, 4142.0, 4111.0, 4142.0, 4132.0, 4143.0, 4132.0, 4143.0, 4112.0, 4142.0, 4122.0, 4153.0, 4122.0, 4195.0, 4121.0, 4172.0, 4120.0, 4151.0, 4131.0, 4171.0, 4132.0, 4130.0, 4141.0, 4120.0, 4131.0, 4111.0, 4141.0, 4110.0, 4182.0, 4119.0, 4181.0, 4131.0, 4161.0, 4131.0, 4151.0, 4131.0, 4111.0, 4182.0, 4132.0, 4121.0, 4130.0, 4110.0, 4161.0, 4132.0, 4192.0, 4174.0, 4153.0, 4154.0, 4120.0, 4140.0, 4172.0, 4151.0, 4192.0, 4152.0, 4170.0, 4117.0, 4137.0, 4117.0, 4145.0, 4126.0, 4169.0, 4140.0, 4170.0, 4130.0, 4172.0, 4129.0, 4169.0, 4117.0, 4157.0, 4116.0, 4136.0, 4106.0, 4147.0, 4117.0, 4159.0, 4107.0, 4158.0, 4107.0, 4137.0, 4107.0, 4137.0, 4118.0, 4148.0, 4129.0, 4159.0, 4129.0, 4160.0, 4141.0, 4161.0, 4132.0, 4182.0, 4120.0, 4160.0, 4120.0, 4160.0, 4130.0, 4171.0, 4140.0, 4139.0, 4119.0, 4139.0, 4130.0, 4160.0, 4130.0, 4139.0, 4119.0, 4118.0, 4120.0, 4120.0, 4131.0, 4131.0, 4142.0, 4110.0, 4132.0, 4121.0, 4143.0, 4132.0, 4153.0, 4132.0, 4142.0, 4100.0, 4142.0, 4111.0, 4152.0, 4111.0, 4163.0, 4110.0, 4141.0, 4109.0, 4151.0, 4110.0, 4152.0, 4109.0, 4140.0, 4099.0, 4139.0, 4109.0, 4151.0, 4122.0, 4162.0, 4134.0, 4164.0, 4145.0, 4155.0, 4157.0, 4136.0, 4168.0, 4136.0, 4177.0, 4126.0, 4176.0, 4135.0, 4197.0, 4155.0, 4197.0, 4122.0, 4152.0, 4110.0, 4141.0, 4100.0, 4152.0, 4122.0, 4173.0, 4121.0, 4152.0, 4142.0, 4162.0, 4143.0, 4194.0, 4142.0, 4171.0, 4111.0, 4171.0, 4141.0, 4171.0, 4140.0, 4139.0, 4108.0, 4127.0, 4108.0, 4148.0, 4118.0, 4139.0, 4119.0, 4098.0, 4119.0, 4111.0, 4141.0, 4120.0, 4142.0, 4131.0, 4143.0, 4111.0, 4143.0, 4122.0, 4144.0, 4164.0, 4155.0, 4195.0, 4164.0, 4183.0, 4133.0, 4205.0, 4143.0, 4182.0, 4130.0, 4170.0, 4130.0, 4150.0, 4131.0, 4161.0, 4132.0, 4171.0, 4131.0, 4161.0, 4132.0, 4171.0, 4131.0, 4171.0, 4131.0, 4160.0, 4120.0, 4150.0, 4120.0, 4154.0, 4135.0, 4154.0, 4111.0, 4129.0, 4110.0, 4152.0, 4123.0, 4176.0, 4145.0, 4195.0, 4134.0, 4185.0, 4113.0, 4155.0, 4113.0, 4143.0, 4162.0, 4141.0, 4181.0, 4150.0, 4180.0, 4118.0, 4179.0, 4138.0, 4168.0, 4148.0, 4167.0, 4105.0, 4155.0, 4105.0, 4146.0, 4105.0, 4146.0, 4095.0, 4126.0, 4085.0, 4127.0, 4098.0, 4130.0, 4109.0, 4130.0, 4099.0, 4120.0, 4099.0, 4132.0, 4132.0, 4134.0, 4154.0, 4146.0, 4146.0, 4147.0, 4147.0, 4148.0, 4167.0, 4148.0, 4198.0, 4158.0, 4198.0, 4147.0, 4186.0, 4134.0, 4175.0, 4112.0, 4165.0, 4163.0, 4174.0, 4163.0, 4142.0, 4130.0, 4130.0, 4140.0, 4141.0, 4151.0, 4131.0, 4161.0, 4131.0, 4110.0, 4121.0, 4143.0, 4133.0, 4173.0, 4133.0, 4183.0, 4134.0, 4163.0, 4134.0, 4174.0, 4145.0, 4185.0, 4145.0, 4175.0, 4134.0, 4174.0, 4123.0, 4153.0, 4113.0, 4144.0, 4113.0, 4143.0, 4123.0, 4135.0, 4134.0, 4155.0, 4145.0, 4145.0, 4134.0, 4145.0, 4176.0, 4145.0, 4217.0, 4177.0, 4197.0, 4187.0, 4135.0, 4156.0, 4115.0, 4155.0, 4134.0, 4141.0, 4134.0, 4134.0, 4165.0, 4122.0, 4195.0, 4168.0, 4207.0, 4176.0, 4203.0, 4163.0, 4194.0, 4127.0, 4167.0, 4106.0, 4145.0, 4095.0, 4146.0, 4095.0, 4168.0, 4095.0, 4126.0, 4107.0, 4136.0, 4118.0, 4148.0, 4130.0, 4160.0, 4120.0, 4160.0, 4130.0, 4170.0, 4131.0, 4180.0, 4141.0, 4170.0, 4130.0, 4150.0, 4121.0, 4142.0, 4147.0, 4135.0, 4135.0, 4114.0, 4146.0, 4114.0, 4165.0, 4122.0, 4196.0, 4123.0, 4183.0, 4136.0, 4183.0, 4133.0, 4194.0, 4156.0, 4193.0, 4122.0, 4171.0, 4130.0, 4171.0, 4120.0, 4171.0, 4121.0, 4161.0, 4111.0, 4152.0, 4122.0, 4152.0, 4133.0, 4164.0, 4134.0, 4174.0, 4135.0, 4174.0, 4134.0, 4153.0, 4134.0, 4155.0, 4146.0, 4165.0, 4125.0, 4165.0, 4124.0, 4154.0, 4124.0, 4187.0, 4113.0, 4154.0, 4124.0, 4144.0, 4125.0, 4178.0, 4179.0, 4238.0, 4177.0, 4190.0, 4147.0, 4193.0, 4151.0, 4181.0, 4161.0, 4129.0, 4129.0, 4150.0, 4140.0, 4170.0, 4160.0, 4159.0, 4138.0, 4107.0, 4116.0, 4127.0, 4128.0, 4170.0, 4150.0, 4170.0, 4118.0, 4147.0, 4106.0, 4146.0, 4106.0, 4147.0, 4107.0, 4138.0, 4119.0, 4129.0, 4121.0, 4151.0, 4133.0, 4163.0, 4135.0, 4165.0, 4135.0, 4176.0, 4146.0, 4186.0, 4167.0, 4176.0, 4145.0, 4185.0, 4134.0, 4184.0, 4154.0, 4194.0, 4153.0, 4183.0, 4121.0, 4161.0, 4121.0, 4149.0, 4108.0, 4150.0, 4109.0, 4127.0, 4107.0, 4127.0, 4109.0, 4150.0, 4122.0, 4153.0, 4134.0, 4164.0, 4134.0, 4165.0, 4124.0, 4187.0, 4175.0, 4155.0, 4195.0, 4132.0, 4192.0, 4153.0, 4194.0, 4129.0, 4170.0, 4109.0, 4150.0, 4097.0, 4150.0, 4116.0, 4147.0, 4097.0, 4128.0, 4095.0, 4114.0, 4135.0, 4116.0, 4146.0, 4116.0, 4147.0, 4106.0, 4145.0, 4117.0, 4125.0, 4105.0, 4086.0, 4106.0, 4087.0, 4141.0, 4110.0, 4150.0, 4109.0, 4139.0, 4109.0, 4149.0, 4120.0, 4163.0, 4134.0, 4194.0, 4133.0, 4164.0, 4132.0, 4163.0, 4134.0, 4164.0, 4155.0, 4144.0, 4144.0, 4125.0, 4154.0, 4134.0, 4145.0, 4145.0, 4126.0, 4188.0, 4158.0, 4199.0, 4178.0, 4138.0, 4167.0, 4145.0, 4176.0, 4184.0, 4143.0, 4193.0, 4133.0, 4173.0, 4122.0, 4172.0, 4131.0, 4161.0, 4121.0, 4172.0, 4110.0, 4139.0, 4099.0, 4129.0, 4088.0, 4121.0, 4100.0, 4144.0, 4126.0, 4155.0, 4124.0, 4144.0, 4126.0, 4166.0, 4135.0, 4175.0, 4146.0, 4196.0, 4158.0, 4209.0, 4146.0, 4185.0, 4123.0, 4174.0, 4123.0, 4208.0, 4132.0, 4164.0, 4152.0, 4141.0, 4171.0, 4120.0, 4171.0, 4141.0, 4171.0, 4121.0, 4159.0, 4119.0, 4149.0, 4120.0, 4151.0, 4123.0, 4173.0, 4123.0, 4163.0, 4133.0, 4153.0, 4133.0, 4163.0, 4144.0, 4195.0, 4143.0, 4184.0, 4133.0, 4173.0, 4121.0, 4186.0, 4125.0, 4195.0, 4143.0, 4181.0, 4119.0, 4149.0, 4121.0, 4160.0, 4131.0, 4181.0, 4120.0, 4169.0, 4119.0, 4159.0, 4120.0, 4160.0, 4121.0, 4182.0, 4120.0, 4159.0, 4119.0, 4149.0, 4110.0, 4141.0, 4100.0, 4141.0, 4099.0, 4130.0, 4099.0, 4141.0, 4112.0, 4153.0, 4111.0, 4153.0, 4114.0, 4154.0, 4126.0, 4166.0, 4137.0, 4169.0, 4138.0, 4189.0, 4127.0, 4167.0, 4115.0, 4155.0, 4186.0, 4175.0, 4206.0, 4175.0, 4195.0, 4163.0, 4182.0, 4140.0, 4170.0, 4108.0, 4180.0, 4097.0, 4127.0, 4097.0, 4127.0, 4096.0, 4138.0, 4096.0, 4127.0, 4086.0, 4117.0, 4095.0, 4117.0, 4146.0, 4106.0, 4147.0, 4117.0, 4158.0, 4108.0, 4139.0, 4120.0, 4140.0, 4132.0, 4161.0, 4122.0, 4152.0, 4145.0, 4165.0, 4148.0, 4156.0, 4146.0, 4124.0, 4135.0, 4124.0, 4146.0, 4155.0, 4147.0, 4187.0, 4147.0, 4187.0, 4147.0, 4186.0, 4135.0, 4164.0, 4123.0, 4207.0, 4185.0, 4207.0, 4153.0, 4152.0, 4141.0, 4129.0, 4129.0, 4128.0, 4138.0, 4139.0, 4097.0, 4117.0, 4086.0, 4118.0, 4119.0, 4129.0, 4139.0, 4119.0, 4128.0, 4119.0, 4139.0, 4109.0, 4150.0, 4120.0, 4161.0, 4132.0, 4152.0, 4123.0, 4124.0, 4145.0, 4115.0, 4156.0, 4126.0, 4178.0, 4127.0, 4158.0, 4188.0, 4147.0, 4207.0, 4136.0, 4185.0, 4134.0, 4174.0, 4113.0, 4165.0, 4123.0, 4154.0, 4153.0, 4133.0, 4153.0, 4122.0, 4162.0, 4122.0, 4172.0, 4132.0, 4162.0, 4122.0, 4162.0, 4134.0, 4163.0, 4133.0, 4163.0, 4133.0, 4163.0, 4123.0, 4163.0, 4134.0, 4154.0, 4124.0, 4154.0, 4125.0, 4166.0, 4138.0, 4177.0, 4148.0, 4178.0, 4149.0, 4178.0, 4159.0, 4189.0, 4160.0, 4210.0, 4170.0, 4210.0, 4189.0, 4156.0, 4166.0, 4165.0, 4144.0, 4185.0, 4175.0, 4184.0, 4186.0, 4143.0, 4130.0, 4119.0, 4142.0, 4101.0, 4141.0, 4110.0, 4152.0, 4122.0, 4184.0, 4133.0, 4113.0, 4143.0, 4124.0, 4164.0, 4135.0, 4197.0, 4124.0, 4165.0, 4102.0, 4142.0, 4172.0, 4121.0, 4192.0, 4131.0, 4182.0, 4131.0, 4150.0, 4110.0, 4129.0, 4099.0, 4141.0, 4101.0, 4153.0, 4112.0, 4153.0, 4112.0, 4152.0, 4112.0, 4153.0, 4101.0, 4154.0, 4112.0, 4154.0, 4124.0, 4135.0, 4176.0, 4146.0, 4186.0, 4146.0, 4175.0, 4124.0, 4154.0, 4114.0, 4156.0, 4144.0, 4144.0, 4184.0, 4133.0, 4173.0, 4122.0, 4152.0, 4122.0, 4153.0, 4123.0, 4154.0, 4134.0, 4165.0, 4126.0, 4166.0, 4147.0, 4177.0, 4148.0, 4199.0, 4136.0, 4177.0, 4165.0, 4134.0, 4185.0, 4113.0, 4165.0, 4112.0, 4133.0, 4174.0, 4123.0, 4164.0, 4125.0, 4166.0, 4124.0, 4154.0, 4113.0, 4153.0, 4112.0, 4154.0, 4154.0, 4145.0, 4195.0, 4133.0, 4184.0, 4121.0, 4162.0, 4151.0, 4120.0, 4181.0, 4119.0, 4170.0, 4098.0, 4139.0, 4159.0, 4118.0, 4170.0, 4119.0, 4139.0, 4109.0, 4140.0, 4109.0, 4140.0, 4099.0, 4141.0, 4099.0, 4142.0, 4152.0, 4133.0, 4184.0, 4154.0, 4194.0, 4143.0, 4183.0, 4121.0, 4173.0, 4143.0, 4133.0, 4153.0, 4147.0, 4165.0, 4136.0, 4207.0, 4175.0, 4186.0, 4163.0, 4110.0, 4161.0, 4111.0, 4182.0, 4132.0, 4203.0, 4151.0, 4180.0, 4107.0, 4157.0, 4106.0, 4147.0, 4118.0, 4168.0, 4118.0, 4118.0, 4119.0, 4108.0, 4120.0, 4110.0, 4141.0, 4163.0, 4131.0, 4100.0, 4130.0, 4099.0, 4141.0, 4112.0, 4174.0, 4123.0, 4174.0, 4123.0, 4162.0, 4133.0, 4173.0, 4134.0, 4184.0, 4123.0, 4173.0, 4122.0, 4142.0, 4111.0, 4143.0, 4122.0, 4133.0, 4132.0, 4112.0, 4162.0, 4133.0, 4153.0, 4123.0, 4154.0, 4124.0, 4154.0, 4103.0, 4146.0, 4115.0, 4156.0, 4115.0, 4146.0, 4115.0, 4157.0, 4146.0], 'WindowWidth': [9355.0, 9378.0, 9272.0, 9279.0, 9218.0, 9270.0, 9207.0, 9288.0, 9187.0, 9224.0, 9181.0, 9222.0, 9169.0, 9238.0, 9179.0, 9219.0, 9166.0, 9218.0, 9165.0, 9222.0, 9167.0, 9238.0, 9166.0, 9206.0, 9162.0, 9206.0, 9177.0, 9222.0, 9188.0, 9189.0, 9147.0, 9190.0, 9174.0, 9206.0, 9191.0, 9239.0, 9164.0, 9205.0, 9162.0, 9204.0, 9163.0, 9234.0, 9177.0, 9232.0, 9148.0, 9201.0, 9146.0, 9217.0, 9146.0, 9262.0, 9158.0, 9198.0, 9158.0, 9211.0, 9158.0, 9214.0, 9173.0, 9225.0, 9159.0, 9198.0, 9159.0, 9214.0, 9158.0, 9217.0, 9143.0, 9184.0, 9142.0, 9170.0, 9169.0, 9198.0, 9183.0, 9185.0, 9140.0, 9170.0, 9158.0, 9188.0, 9175.0, 9219.0, 9147.0, 9205.0, 9164.0, 9208.0, 9221.0, 9209.0, 9263.0, 9222.0, 9260.0, 9178.0, 9258.0, 9192.0, 9258.0, 9205.0, 9258.0, 9174.0, 9238.0, 9171.0, 9212.0, 9174.0, 9212.0, 9172.0, 9212.0, 9157.0, 9196.0, 9175.0, 9214.0, 9161.0, 9215.0, 9145.0, 9199.0, 9146.0, 9203.0, 9164.0, 9207.0, 9162.0, 9207.0, 9150.0, 9208.0, 9167.0, 9210.0, 9196.0, 9212.0, 9197.0, 9212.0, 9169.0, 9210.0, 9183.0, 9227.0, 9182.0, 9284.0, 9179.0, 9247.0, 9177.0, 9217.0, 9192.0, 9247.0, 9196.0, 9190.0, 9205.0, 9177.0, 9192.0, 9166.0, 9207.0, 9166.0, 9263.0, 9176.0, 9260.0, 9191.0, 9232.0, 9192.0, 9220.0, 9194.0, 9168.0, 9262.0, 9196.0, 9179.0, 9189.0, 9163.0, 9232.0, 9196.0, 9276.0, 9253.0, 9224.0, 9226.0, 9177.0, 9200.0, 9249.0, 9218.0, 9278.0, 9222.0, 9243.0, 9167.0, 9192.0, 9169.0, 9201.0, 9176.0, 9237.0, 9203.0, 9241.0, 9189.0, 9248.0, 9188.0, 9238.0, 9166.0, 9219.0, 9165.0, 9190.0, 9150.0, 9207.0, 9168.0, 9225.0, 9154.0, 9223.0, 9154.0, 9193.0, 9154.0, 9194.0, 9170.0, 9210.0, 9187.0, 9225.0, 9188.0, 9228.0, 9207.0, 9233.0, 9196.0, 9260.0, 9177.0, 9229.0, 9175.0, 9229.0, 9190.0, 9243.0, 9203.0, 9199.0, 9172.0, 9197.0, 9189.0, 9227.0, 9190.0, 9199.0, 9175.0, 9173.0, 9178.0, 9177.0, 9195.0, 9193.0, 9208.0, 9166.0, 9195.0, 9180.0, 9211.0, 9195.0, 9226.0, 9195.0, 9208.0, 9152.0, 9209.0, 9168.0, 9223.0, 9166.0, 9237.0, 9164.0, 9205.0, 9161.0, 9221.0, 9164.0, 9223.0, 9163.0, 9205.0, 9150.0, 9201.0, 9162.0, 9219.0, 9183.0, 9237.0, 9203.0, 9243.0, 9220.0, 9234.0, 9239.0, 9212.0, 9256.0, 9211.0, 9268.0, 9195.0, 9262.0, 9207.0, 9291.0, 9232.0, 9292.0, 9184.0, 9221.0, 9163.0, 9205.0, 9152.0, 9221.0, 9182.0, 9251.0, 9181.0, 9222.0, 9211.0, 9237.0, 9213.0, 9281.0, 9209.0, 9245.0, 9165.0, 9247.0, 9205.0, 9247.0, 9201.0, 9199.0, 9156.0, 9180.0, 9157.0, 9209.0, 9171.0, 9198.0, 9174.0, 9145.0, 9176.0, 9169.0, 9208.0, 9178.0, 9209.0, 9194.0, 9211.0, 9169.0, 9214.0, 9186.0, 9218.0, 9244.0, 9234.0, 9285.0, 9242.0, 9268.0, 9200.0, 9301.0, 9213.0, 9263.0, 9190.0, 9241.0, 9190.0, 9219.0, 9197.0, 9232.0, 9195.0, 9245.0, 9194.0, 9232.0, 9196.0, 9248.0, 9195.0, 9246.0, 9194.0, 9229.0, 9177.0, 9217.0, 9177.0, 9231.0, 9210.0, 9229.0, 9166.0, 9187.0, 9166.0, 9223.0, 9189.0, 9262.0, 9217.0, 9284.0, 9201.0, 9273.0, 9172.0, 9234.0, 9176.0, 9211.0, 9237.0, 9208.0, 9261.0, 9215.0, 9256.0, 9173.0, 9256.0, 9199.0, 9236.0, 9210.0, 9231.0, 9149.0, 9213.0, 9149.0, 9203.0, 9149.0, 9202.0, 9134.0, 9176.0, 9123.0, 9181.0, 9145.0, 9190.0, 9162.0, 9190.0, 9149.0, 9180.0, 9150.0, 9197.0, 9198.0, 9207.0, 9232.0, 9223.0, 9222.0, 9227.0, 9226.0, 9229.0, 9253.0, 9230.0, 9297.0, 9242.0, 9294.0, 9225.0, 9275.0, 9203.0, 9255.0, 9170.0, 9243.0, 9239.0, 9255.0, 9236.0, 9206.0, 9190.0, 9190.0, 9204.0, 9204.0, 9218.0, 9191.0, 9232.0, 9192.0, 9162.0, 9179.0, 9214.0, 9202.0, 9253.0, 9198.0, 9268.0, 9205.0, 9240.0, 9204.0, 9256.0, 9220.0, 9273.0, 9221.0, 9257.0, 9203.0, 9255.0, 9188.0, 9228.0, 9175.0, 9216.0, 9173.0, 9215.0, 9189.0, 9205.0, 9204.0, 9234.0, 9222.0, 9222.0, 9206.0, 9220.0, 9263.0, 9219.0, 9319.0, 9265.0, 9293.0, 9279.0, 9205.0, 9236.0, 9181.0, 9234.0, 9207.0, 9210.0, 9208.0, 9205.0, 9248.0, 9184.0, 9287.0, 9254.0, 9304.0, 9260.0, 9292.0, 9239.0, 9282.0, 9177.0, 9232.0, 9149.0, 9198.0, 9133.0, 9202.0, 9134.0, 9236.0, 9135.0, 9177.0, 9153.0, 9193.0, 9172.0, 9209.0, 9192.0, 9228.0, 9177.0, 9229.0, 9189.0, 9241.0, 9192.0, 9255.0, 9208.0, 9242.0, 9190.0, 9219.0, 9181.0, 9211.0, 9228.0, 9209.0, 9207.0, 9178.0, 9226.0, 9180.0, 9247.0, 9184.0, 9289.0, 9187.0, 9264.0, 9209.0, 9265.0, 9201.0, 9284.0, 9234.0, 9279.0, 9181.0, 9245.0, 9190.0, 9243.0, 9175.0, 9243.0, 9179.0, 9232.0, 9166.0, 9222.0, 9183.0, 9223.0, 9200.0, 9242.0, 9205.0, 9257.0, 9206.0, 9254.0, 9204.0, 9227.0, 9205.0, 9231.0, 9223.0, 9244.0, 9194.0, 9244.0, 9190.0, 9231.0, 9191.0, 9279.0, 9174.0, 9229.0, 9190.0, 9214.0, 9194.0, 9270.0, 9291.0, 9366.0, 9283.0, 9288.0, 9223.0, 9276.0, 9217.0, 9257.0, 9230.0, 9184.0, 9186.0, 9216.0, 9200.0, 9243.0, 9230.0, 9226.0, 9196.0, 9154.0, 9164.0, 9180.0, 9182.0, 9242.0, 9215.0, 9242.0, 9170.0, 9208.0, 9151.0, 9202.0, 9152.0, 9204.0, 9153.0, 9196.0, 9173.0, 9186.0, 9179.0, 9219.0, 9201.0, 9240.0, 9204.0, 9245.0, 9209.0, 9262.0, 9222.0, 9272.0, 9249.0, 9260.0, 9219.0, 9271.0, 9203.0, 9267.0, 9230.0, 9280.0, 9223.0, 9262.0, 9179.0, 9228.0, 9178.0, 9212.0, 9156.0, 9215.0, 9160.0, 9179.0, 9154.0, 9181.0, 9161.0, 9215.0, 9183.0, 9226.0, 9205.0, 9242.0, 9203.0, 9247.0, 9191.0, 9278.0, 9259.0, 9229.0, 9287.0, 9195.0, 9275.0, 9224.0, 9282.0, 9186.0, 9242.0, 9160.0, 9218.0, 9143.0, 9215.0, 9164.0, 9207.0, 9142.0, 9182.0, 9135.0, 9156.0, 9186.0, 9161.0, 9203.0, 9164.0, 9210.0, 9153.0, 9202.0, 9166.0, 9175.0, 9148.0, 9124.0, 9151.0, 9131.0, 9208.0, 9164.0, 9218.0, 9161.0, 9200.0, 9159.0, 9213.0, 9178.0, 9237.0, 9206.0, 9284.0, 9204.0, 9244.0, 9199.0, 9239.0, 9204.0, 9243.0, 9231.0, 9219.0, 9215.0, 9193.0, 9230.0, 9205.0, 9219.0, 9220.0, 9198.0, 9283.0, 9245.0, 9298.0, 9271.0, 9216.0, 9252.0, 9220.0, 9260.0, 9269.0, 9211.0, 9279.0, 9197.0, 9250.0, 9184.0, 9248.0, 9195.0, 9235.0, 9180.0, 9249.0, 9162.0, 9201.0, 9147.0, 9187.0, 9133.0, 9180.0, 9153.0, 9216.0, 9199.0, 9237.0, 9195.0, 9219.0, 9201.0, 9252.0, 9208.0, 9260.0, 9225.0, 9290.0, 9246.0, 9311.0, 9224.0, 9271.0, 9187.0, 9257.0, 9188.0, 9309.0, 9197.0, 9243.0, 9221.0, 9206.0, 9245.0, 9176.0, 9244.0, 9208.0, 9245.0, 9181.0, 9228.0, 9174.0, 9213.0, 9179.0, 9220.0, 9187.0, 9251.0, 9186.0, 9240.0, 9201.0, 9226.0, 9201.0, 9239.0, 9217.0, 9286.0, 9216.0, 9269.0, 9200.0, 9251.0, 9183.0, 9277.0, 9194.0, 9288.0, 9213.0, 9261.0, 9174.0, 9212.0, 9182.0, 9230.0, 9195.0, 9261.0, 9180.0, 9242.0, 9175.0, 9228.0, 9179.0, 9231.0, 9180.0, 9261.0, 9180.0, 9229.0, 9175.0, 9214.0, 9167.0, 9206.0, 9151.0, 9205.0, 9151.0, 9192.0, 9151.0, 9207.0, 9173.0, 9226.0, 9171.0, 9228.0, 9179.0, 9232.0, 9197.0, 9251.0, 9216.0, 9259.0, 9217.0, 9284.0, 9201.0, 9253.0, 9180.0, 9234.0, 9273.0, 9261.0, 9301.0, 9258.0, 9286.0, 9240.0, 9266.0, 9205.0, 9246.0, 9159.0, 9257.0, 9142.0, 9180.0, 9140.0, 9180.0, 9141.0, 9198.0, 9142.0, 9182.0, 9128.0, 9166.0, 9138.0, 9167.0, 9206.0, 9153.0, 9207.0, 9170.0, 9223.0, 9158.0, 9200.0, 9180.0, 9206.0, 9196.0, 9235.0, 9186.0, 9225.0, 9220.0, 9247.0, 9230.0, 9237.0, 9225.0, 9192.0, 9207.0, 9192.0, 9224.0, 9235.0, 9225.0, 9280.0, 9228.0, 9281.0, 9227.0, 9277.0, 9208.0, 9245.0, 9188.0, 9308.0, 9274.0, 9308.0, 9226.0, 9224.0, 9207.0, 9190.0, 9188.0, 9185.0, 9198.0, 9200.0, 9142.0, 9168.0, 9127.0, 9171.0, 9175.0, 9187.0, 9200.0, 9173.0, 9186.0, 9175.0, 9202.0, 9163.0, 9216.0, 9179.0, 9233.0, 9199.0, 9226.0, 9189.0, 9191.0, 9225.0, 9185.0, 9241.0, 9201.0, 9271.0, 9202.0, 9243.0, 9281.0, 9225.0, 9305.0, 9209.0, 9273.0, 9204.0, 9257.0, 9174.0, 9245.0, 9186.0, 9230.0, 9227.0, 9199.0, 9227.0, 9185.0, 9236.0, 9183.0, 9251.0, 9198.0, 9236.0, 9185.0, 9238.0, 9203.0, 9242.0, 9204.0, 9240.0, 9202.0, 9239.0, 9190.0, 9239.0, 9205.0, 9230.0, 9192.0, 9230.0, 9195.0, 9254.0, 9221.0, 9269.0, 9230.0, 9270.0, 9233.0, 9270.0, 9248.0, 9287.0, 9252.0, 9317.0, 9265.0, 9316.0, 9288.0, 9238.0, 9251.0, 9249.0, 9219.0, 9274.0, 9260.0, 9270.0, 9275.0, 9217.0, 9190.0, 9173.0, 9208.0, 9154.0, 9209.0, 9165.0, 9224.0, 9185.0, 9267.0, 9200.0, 9178.0, 9214.0, 9191.0, 9246.0, 9209.0, 9294.0, 9191.0, 9244.0, 9158.0, 9210.0, 9250.0, 9179.0, 9278.0, 9194.0, 9264.0, 9193.0, 9217.0, 9164.0, 9188.0, 9147.0, 9206.0, 9154.0, 9225.0, 9169.0, 9225.0, 9172.0, 9223.0, 9171.0, 9225.0, 9155.0, 9228.0, 9172.0, 9230.0, 9191.0, 9208.0, 9263.0, 9223.0, 9275.0, 9222.0, 9258.0, 9189.0, 9228.0, 9177.0, 9234.0, 9218.0, 9215.0, 9269.0, 9200.0, 9251.0, 9183.0, 9224.0, 9185.0, 9229.0, 9190.0, 9230.0, 9206.0, 9249.0, 9197.0, 9251.0, 9230.0, 9268.0, 9230.0, 9297.0, 9210.0, 9262.0, 9243.0, 9203.0, 9270.0, 9172.0, 9244.0, 9170.0, 9200.0, 9254.0, 9187.0, 9242.0, 9194.0, 9249.0, 9190.0, 9228.0, 9174.0, 9225.0, 9172.0, 9232.0, 9231.0, 9220.0, 9286.0, 9199.0, 9268.0, 9179.0, 9234.0, 9218.0, 9178.0, 9258.0, 9175.0, 9243.0, 9145.0, 9201.0, 9228.0, 9173.0, 9242.0, 9175.0, 9202.0, 9165.0, 9205.0, 9163.0, 9205.0, 9151.0, 9206.0, 9150.0, 9211.0, 9224.0, 9200.0, 9268.0, 9230.0, 9283.0, 9215.0, 9266.0, 9180.0, 9257.0, 9215.0, 9205.0, 9228.0, 9229.0, 9247.0, 9214.0, 9309.0, 9263.0, 9276.0, 9240.0, 9164.0, 9234.0, 9167.0, 9265.0, 9198.0, 9296.0, 9223.0, 9256.0, 9154.0, 9218.0, 9151.0, 9207.0, 9173.0, 9238.0, 9171.0, 9175.0, 9175.0, 9159.0, 9177.0, 9165.0, 9209.0, 9240.0, 9195.0, 9151.0, 9193.0, 9148.0, 9208.0, 9170.0, 9255.0, 9189.0, 9258.0, 9188.0, 9238.0, 9199.0, 9253.0, 9202.0, 9266.0, 9186.0, 9252.0, 9185.0, 9211.0, 9170.0, 9215.0, 9184.0, 9199.0, 9197.0, 9172.0, 9238.0, 9202.0, 9227.0, 9188.0, 9229.0, 9192.0, 9232.0, 9164.0, 9223.0, 9181.0, 9236.0, 9182.0, 9225.0, 9183.0, 9238.0, 9223.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.0006509565217391304</td></tr>
<tr><td colspan=3>aqi</td><td>0.01829939513043478</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.02524695799819</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1863866158311571</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008031350626632</td></tr>
<tr><td colspan=3>efc</td><td>0.491</td></tr>
<tr><td colspan=3>fber</td><td>3711.1943</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08129906580296212</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.511654540907161</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.575224847692764</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6155054830960354</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344233291932684</td></tr>
<tr><td colspan=3>gcor</td><td>0.0150085</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0012757200747728348</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022381704300642014</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1150</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.895724943927823</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>27.707</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.4235</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.6484</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296707.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>840.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.8553</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6665</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.0521</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3322.5079</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79837.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>887.8908</td></tr>
<tr><td colspan=3>tsnr</td><td>40.75456183729693</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>