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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0065/ses-02/func/sub-0065_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>92e76fdc2b0a2304e6ac2fe928c79743</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:13:37.602500</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.999684, 0.00482283, 0.0246748, -0.00348958, 0.998546, -0.0537933]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0828001</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7767, -7306, 809, -13, -432, 378, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>236.368</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c424515-1935-48de-b163-f87e01d41399||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.6820788383483887, -0.009362297132611275, 0.0672256276011467, 108.21160888671875], [-0.01293930783867836, 2.679025888442993, -0.14496350288391113, -92.27322387695312], [0.06620074063539505, 0.14432348310947418, 2.69526743888855, -90.72724151611328], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['211337.602500', '211338.062500', '211338.522500', '211338.982500', '211339.442500', '211339.902500', '211340.362500', '211340.822500', '211341.282500', '211341.742500', '211342.202500', '211342.662500', '211343.122500', '211343.582500', '211344.042500', '211344.502500', '211344.962500', '211345.422500', '211345.882500', '211346.342500', '211346.802500', '211347.262500', '211347.722500', '211348.182500', '211348.642500', '211349.102500', '211349.562500', '211350.022500', '211350.482500', '211350.942500', '211351.402500', '211351.862500', '211352.322500', '211352.782500', '211353.242500', '211353.702500', '211354.162500', '211354.622500', '211355.082500', '211355.542500', '211356.002500', '211356.462500', '211356.922500', '211357.382500', '211357.842500', '211358.302500', '211358.762500', '211359.222500', '211359.682500', '211400.142500', '211400.602500', '211401.062500', '211401.522500', '211401.982500', '211402.442500', '211402.902500', '211403.362500', '211403.822500', '211404.282500', '211404.742500', '211405.202500', '211405.662500', '211406.122500', '211406.582500', '211407.042500', '211407.502500', '211407.962500', '211408.422500', '211408.882500', '211409.342500', '211409.802500', '211410.262500', '211410.722500', '211411.182500', '211411.642500', '211412.102500', '211412.562500', '211413.022500', '211413.482500', '211413.942500', '211414.402500', '211414.862500', '211415.322500', '211415.782500', '211416.242500', '211416.702500', '211417.162500', '211417.622500', '211418.082500', '211418.542500', '211419.002500', '211419.462500', '211419.922500', '211420.382500', '211420.842500', '211421.302500', '211421.762500', '211422.222500', '211422.682500', '211423.142500', '211423.602500', '211424.062500', '211424.522500', '211424.982500', '211425.442500', '211425.902500', '211426.362500', '211426.822500', '211427.282500', '211427.742500', '211428.202500', '211428.662500', '211429.122500', '211429.582500', '211430.042500', '211430.502500', '211430.962500', '211431.422500', '211431.882500', '211432.342500', '211432.802500', '211433.262500', '211433.722500', '211434.182500', '211434.642500', '211435.102500', '211435.562500', '211436.022500', '211436.482500', '211436.942500', '211437.402500', '211437.862500', '211438.322500', '211438.782500', '211439.242500', '211439.702500', '211440.162500', '211440.622500', '211441.082500', '211441.542500', '211442.002500', '211442.462500', '211442.922500', '211443.382500', '211443.842500', '211444.302500', '211444.762500', '211445.222500', '211445.682500', '211446.142500', '211446.602500', '211447.062500', '211447.522500', '211447.982500', '211448.442500', '211448.902500', '211449.362500', '211449.822500', '211450.282500', '211450.742500', '211451.202500', '211451.662500', '211452.122500', '211452.582500', '211453.042500', '211453.502500', '211453.962500', '211454.422500', '211454.882500', '211455.342500', '211455.802500', '211456.262500', '211456.722500', '211457.182500', '211457.642500', '211458.102500', '211458.562500', '211459.022500', '211459.482500', '211459.942500', '211500.402500', '211500.862500', '211501.322500', '211501.782500', '211502.242500', '211502.702500', '211503.162500', '211503.622500', '211504.082500', '211504.542500', '211505.002500', '211505.462500', '211505.922500', '211506.382500', '211506.842500', '211507.302500', '211507.762500', '211508.222500', '211508.682500', '211509.142500', '211509.602500', '211510.062500', '211510.522500', '211510.982500', '211511.442500', '211511.902500', '211512.362500', '211512.822500', '211513.282500', '211513.742500', '211514.202500', '211514.662500', '211515.122500', '211515.582500', '211516.042500', '211516.502500', '211516.962500', '211517.422500', '211517.882500', '211518.342500', '211518.802500', '211519.262500', '211519.722500', '211520.182500', '211520.642500', '211521.102500', '211521.562500', '211522.022500', '211522.482500', '211522.942500', '211523.402500', '211523.862500', '211524.322500', '211524.782500', '211525.242500', '211525.702500', '211526.162500', '211526.622500', '211527.082500', '211527.542500', '211528.002500', '211528.462500', '211528.922500', '211529.382500', '211529.842500', '211530.302500', '211530.762500', '211531.222500', '211531.682500', '211532.142500', '211532.602500', '211533.062500', '211533.522500', '211533.982500', '211534.442500', '211534.902500', '211535.362500', '211535.822500', '211536.282500', '211536.742500', '211537.202500', '211537.662500', '211538.122500', '211538.582500', '211539.042500', '211539.502500', '211539.962500', '211540.422500', '211540.882500', '211541.342500', '211541.802500', '211542.262500', '211542.722500', '211543.182500', '211543.642500', '211544.102500', '211544.562500', '211545.022500', '211545.482500', '211545.942500', '211546.402500', '211546.862500', '211547.322500', '211547.782500', '211548.242500', '211548.702500', '211549.162500', '211549.622500', '211550.082500', '211550.542500', '211551.002500', '211551.462500', '211551.922500', '211552.382500', '211552.842500', '211553.302500', '211553.762500', '211554.222500', '211554.682500', '211555.142500', '211555.602500', '211556.062500', '211556.522500', '211556.982500', '211557.442500', '211557.902500', '211558.362500', '211558.822500', '211559.282500', '211559.742500', '211600.202500', '211600.662500', '211601.122500', '211601.582500', '211602.042500', '211602.502500', '211602.962500', '211603.422500', '211603.882500', '211604.342500', '211604.802500', '211605.262500', '211605.722500', '211606.182500', '211606.642500', '211607.102500', '211607.562500', '211608.022500', '211608.482500', '211608.942500', '211609.402500', '211609.862500', '211610.322500', '211610.782500', '211611.242500', '211611.702500', '211612.162500', '211612.622500', '211613.082500', '211613.542500', '211614.002500', '211614.462500', '211614.922500', '211615.382500', '211615.842500', '211616.302500', '211616.762500', '211617.222500', '211617.682500', '211618.142500', '211618.602500', '211619.062500', '211619.522500', '211619.982500', '211620.442500', '211620.902500', '211621.362500', '211621.822500', '211622.282500', '211622.742500', '211623.202500', '211623.662500', '211624.122500', '211624.582500', '211625.042500', '211625.502500', '211625.962500', '211626.422500', '211626.882500', '211627.342500', '211627.802500', '211628.262500', '211628.722500', '211629.182500', '211629.642500', '211630.102500', '211630.562500', '211631.022500', '211631.482500', '211631.942500', '211632.402500', '211632.862500', '211633.322500', '211633.782500', '211634.242500', '211634.702500', '211635.162500', '211635.622500', '211636.082500', '211636.542500', '211637.002500', '211637.462500', '211637.922500', '211638.382500', '211638.842500', '211639.302500', '211639.762500', '211640.222500', '211640.682500', '211641.142500', '211641.602500', '211642.062500', '211642.522500', '211642.982500', '211643.442500', '211643.902500', '211644.362500', '211644.822500', '211645.282500', '211645.742500', '211646.202500', '211646.662500', '211647.122500', '211647.582500', '211648.042500', '211648.502500', '211648.962500', '211649.422500', '211649.882500', '211650.342500', '211650.802500', '211651.262500', '211651.722500', '211652.182500', '211652.642500', '211653.102500', '211653.562500', '211654.022500', '211654.482500', '211654.942500', '211655.402500', '211655.862500', '211656.322500', '211656.782500', '211657.242500', '211657.702500', '211658.162500', '211658.622500', '211659.082500', '211659.542500', '211700.002500', '211700.462500', '211700.922500', '211701.382500', '211701.842500', '211702.302500', '211702.762500', '211703.222500', '211703.682500', '211704.142500', '211704.602500', '211705.062500', '211705.522500', '211705.982500', '211706.442500', '211706.902500', '211707.362500', '211707.822500', '211708.282500', '211708.742500', '211709.202500', '211709.662500', '211710.122500', '211710.582500', '211711.042500', '211711.502500', '211711.962500', '211712.422500', '211712.882500', '211713.342500', '211713.802500', '211714.262500', '211714.722500', '211715.182500', '211715.642500', '211716.102500', '211716.562500', '211717.022500', '211717.482500', '211717.942500', '211718.402500', '211718.862500', '211719.322500', '211719.782500', '211720.242500', '211720.702500', '211721.162500', '211721.622500', '211722.082500', '211722.542500', '211723.002500', '211723.462500', '211723.922500', '211724.382500', '211724.842500', '211725.302500', '211725.762500', '211726.222500', '211726.682500', '211727.142500', '211727.602500', '211728.062500', '211728.522500', '211728.982500', '211729.442500', '211729.902500', '211730.362500', '211730.822500', '211731.282500', '211731.742500', '211732.202500', '211732.662500', '211733.122500', '211733.582500', '211734.042500', '211734.502500', '211734.962500', '211735.422500', '211735.882500', '211736.342500', '211736.802500', '211737.262500', '211737.722500', '211738.182500', '211738.642500', '211739.102500', '211739.562500', '211740.022500', '211740.482500', '211740.942500', '211741.402500', '211741.862500', '211742.322500', '211742.782500', '211743.242500', '211743.702500', '211744.162500', '211744.622500', '211745.082500', '211745.542500', '211746.002500', '211746.462500', '211746.922500', '211747.382500', '211747.842500', '211748.302500', '211748.762500', '211749.222500', '211749.682500', '211750.142500', '211750.602500', '211751.062500', '211751.522500', '211751.982500', '211752.442500', '211752.902500', '211753.362500', '211753.822500', '211754.282500', '211754.742500', '211755.202500', '211755.662500', '211756.122500', '211756.582500', '211757.042500', '211757.502500', '211757.962500', '211758.422500', '211758.882500', '211759.342500', '211759.802500', '211800.262500', '211800.722500', '211801.182500', '211801.642500', '211802.102500', '211802.562500', '211803.022500', '211803.482500', '211803.942500', '211804.402500', '211804.862500', '211805.322500', '211805.782500', '211806.242500', '211806.702500', '211807.162500', '211807.622500', '211808.082500', '211808.542500', '211809.002500', '211809.462500', '211809.922500', '211810.382500', '211810.842500', '211811.302500', '211811.762500', '211812.222500', '211812.682500', '211813.142500', '211813.602500', '211814.062500', '211814.522500', '211814.982500', '211815.442500', '211815.902500', '211816.362500', '211816.822500', '211817.282500', '211817.742500', '211818.202500', '211818.662500', '211819.122500', '211819.582500', '211820.042500', '211820.502500', '211820.962500', '211821.422500', '211821.882500', '211822.342500', '211822.802500', '211823.262500', '211823.722500', '211824.182500', '211824.642500', '211825.102500', '211825.562500', '211826.022500', '211826.482500', '211826.942500', '211827.402500', '211827.862500', '211828.322500', '211828.782500', '211829.242500', '211829.702500', '211830.162500', '211830.622500', '211831.082500', '211831.542500', '211832.002500', '211832.462500', '211832.922500', '211833.382500', '211833.842500', '211834.302500', '211834.762500', '211835.222500', '211835.682500', '211836.142500', '211836.602500', '211837.062500', '211837.522500', '211837.982500', '211838.442500', '211838.902500', '211839.362500', '211839.822500', '211840.282500', '211840.742500', '211841.202500', '211841.662500', '211842.122500', '211842.582500', '211843.042500', '211843.502500', '211843.962500', '211844.422500', '211844.882500', '211845.342500', '211845.802500', '211846.262500', '211846.722500', '211847.182500', '211847.642500', '211848.102500', '211848.562500', '211849.022500', '211849.482500', '211849.942500', '211850.402500', '211850.862500', '211851.322500', '211851.782500', '211852.242500', '211852.702500', '211853.162500', '211853.622500', '211854.082500', '211854.542500', '211855.002500', '211855.462500', '211855.922500', '211856.382500', '211856.842500', '211857.302500', '211857.762500', '211858.222500', '211858.682500', '211859.142500', '211859.602500', '211900.062500', '211900.522500', '211900.982500', '211901.442500', '211901.902500', '211902.362500', '211902.822500', '211903.282500', '211903.742500', '211904.202500', '211904.662500', '211905.122500', '211905.582500', '211906.042500', '211906.502500', '211906.962500', '211907.422500', '211907.882500', '211908.342500', '211908.802500', '211909.262500', '211909.722500', '211910.182500', '211910.642500', '211911.102500', '211911.562500', '211912.022500', '211912.482500', '211912.942500', '211913.402500', '211913.862500', '211914.322500', '211914.782500', '211915.242500', '211915.702500', '211916.162500', '211916.622500', '211917.082500', '211917.542500', '211918.002500', '211918.462500', '211918.922500', '211919.382500', '211919.842500', '211920.302500', '211920.762500', '211921.222500', '211921.682500', '211922.142500', '211922.602500', '211923.062500', '211923.522500', '211923.982500', '211924.442500', '211924.902500', '211925.362500', '211925.822500', '211926.282500', '211926.742500', '211927.202500', '211927.662500', '211928.122500', '211928.582500', '211929.042500', '211929.502500', '211929.962500', '211930.422500', '211930.882500', '211931.342500', '211931.802500', '211932.262500', '211932.722500', '211933.182500', '211933.642500', '211934.102500', '211934.562500', '211935.022500', '211935.482500', '211935.942500', '211936.402500', '211936.862500', '211937.322500', '211937.782500', '211938.242500', '211938.702500', '211939.162500', '211939.622500', '211940.082500', '211940.542500', '211941.002500', '211941.462500', '211941.922500', '211942.382500', '211942.842500', '211943.302500', '211943.762500', '211944.222500', '211944.682500', '211945.142500', '211945.602500', '211946.062500', '211946.522500', '211946.982500', '211947.442500', '211947.902500', '211948.362500', '211948.822500', '211949.282500', '211949.742500', '211950.202500', '211950.662500', '211951.122500', '211951.582500', '211952.042500', '211952.502500', '211952.962500', '211953.422500', '211953.882500', '211954.342500', '211954.802500', '211955.262500', '211955.722500', '211956.182500', '211956.642500', '211957.102500', '211957.562500', '211958.022500', '211958.482500', '211958.942500', '211959.402500', '211959.862500', '212000.322500', '212000.782500', '212001.242500', '212001.702500', '212002.162500', '212002.622500', '212003.082500', '212003.542500', '212004.002500', '212004.462500', '212004.922500', '212005.382500', '212005.842500', '212006.302500', '212006.762500', '212007.222500', '212007.682500', '212008.142500', '212008.602500', '212009.062500', '212009.522500', '212009.982500', '212010.442500', '212010.902500', '212011.362500', '212011.822500', '212012.282500', '212012.742500', '212013.202500', '212013.662500', '212014.122500', '212014.582500', '212015.042500', '212015.502500', '212015.962500', '212016.422500', '212016.882500', '212017.342500', '212017.802500', '212018.262500', '212018.722500', '212019.182500', '212019.642500', '212020.102500', '212020.562500', '212021.022500', '212021.482500', '212021.942500', '212022.402500', '212022.862500', '212023.322500', '212023.782500', '212024.242500', '212024.702500', '212025.162500', '212025.622500', '212026.082500', '212026.542500', '212027.002500', '212027.462500', '212027.922500', '212028.382500', '212028.842500', '212029.302500', '212029.762500', '212030.222500', '212030.682500', '212031.142500', '212031.602500', '212032.062500', '212032.522500', '212032.982500', '212033.442500', '212033.902500', '212034.362500', '212034.822500', '212035.282500', '212035.742500', '212036.202500', '212036.662500', '212037.122500', '212037.582500', '212038.042500', '212038.502500', '212038.962500', '212039.422500', '212039.882500', '212040.342500', '212040.802500', '212041.262500', '212041.722500', '212042.182500', '212042.642500', '212043.102500', '212043.562500', '212044.022500', '212044.482500', '212044.942500', '212045.402500', '212045.862500', '212046.322500', '212046.782500', '212047.242500', '212047.702500', '212048.162500', '212048.622500', '212049.082500', '212049.542500', '212050.002500', '212050.462500', '212050.922500', '212051.382500', '212051.842500', '212052.302500', '212052.762500', '212053.222500', '212053.682500', '212054.142500', '212054.602500', '212055.062500', '212055.522500', '212055.982500', '212056.442500', '212056.902500', '212057.362500', '212057.822500', '212058.282500', '212058.742500', '212059.202500', '212059.662500', '212100.122500', '212100.582500', '212101.042500', '212101.502500', '212101.962500', '212102.422500', '212102.882500', '212103.342500', '212103.802500', '212104.262500', '212104.722500', '212105.182500', '212105.642500', '212106.102500', '212106.562500', '212107.022500', '212107.482500', '212107.942500', '212108.402500', '212108.862500', '212109.322500', '212109.782500', '212110.242500', '212110.702500', '212111.162500', '212111.622500', '212112.082500', '212112.542500', '212113.002500', '212113.462500', '212113.922500', '212114.382500', '212114.842500', '212115.302500', '212115.762500', '212116.222500', '212116.682500', '212117.142500', '212117.602500', '212118.062500', '212118.522500', '212118.982500', '212119.442500', '212119.902500', '212120.362500', '212120.822500', '212121.282500', '212121.742500', '212122.202500', '212122.662500', '212123.122500', '212123.582500', '212124.042500', '212124.502500', '212124.962500', '212125.422500', '212125.882500', '212126.342500', '212126.802500', '212127.262500', '212127.722500', '212128.182500', '212128.642500', '212129.102500', '212129.562500', '212130.022500', '212130.482500', '212130.942500', '212131.402500', '212131.862500', '212132.322500', '212132.782500', '212133.242500', '212133.702500', '212134.162500', '212134.622500', '212135.082500', '212135.542500', '212136.002500', '212136.462500', '212136.922500', '212137.382500', '212137.842500', '212138.302500', '212138.762500', '212139.222500', '212139.682500', '212140.142500', '212140.602500', '212141.062500', '212141.522500', '212141.982500', '212142.442500', '212142.902500', '212143.362500', '212143.822500', '212144.282500', '212144.742500', '212145.202500', '212145.662500', '212146.122500', '212146.582500', '212147.042500', '212147.502500', '212147.962500', '212148.422500', '212148.882500', '212149.342500', '212149.802500', '212150.262500', '212150.722500', '212151.182500', '212151.642500', '212152.102500', '212152.562500', '212153.022500', '212153.482500', '212153.942500', '212154.402500', '212154.862500', '212155.322500', '212155.782500', '212156.242500', '212156.702500', '212157.162500', '212157.622500', '212158.082500', '212158.542500', '212159.002500', '212159.462500', '212159.922500', '212200.382500', '212200.842500', '212201.302500', '212201.762500', '212202.222500', '212202.682500', '212203.142500', '212203.602500', '212204.062500', '212204.522500', '212204.982500', '212205.442500', '212205.902500', '212206.362500', '212206.822500', '212207.282500', '212207.742500', '212208.202500', '212208.662500', '212209.122500', '212209.582500', '212210.042500', '212210.502500', '212210.962500', '212211.422500', '212211.882500', '212212.342500', '212212.802500', '212213.262500', '212213.722500', '212214.182500', '212214.642500', '212215.102500', '212215.562500', '212216.022500', '212216.482500', '212216.942500', '212217.402500', '212217.862500', '212218.322500', '212218.782500', '212219.242500', '212219.702500', '212220.162500', '212220.622500', '212221.082500', '212221.542500', '212222.002500', '212222.462500', '212222.922500', '212223.382500', '212223.842500', '212224.302500', '212224.762500', '212225.222500', '212225.682500', '212226.142500', '212226.602500', '212227.062500', '212227.522500', '212227.982500', '212228.442500', '212228.902500', '212229.362500', '212229.822500'], 'ContentTime': ['211353.505000', '211353.509000', '211353.512000', '211353.515000', '211353.518000', '211353.521000', '211353.523000', '211353.526000', '211353.529000', '211353.531000', '211353.534000', '211353.537000', '211353.540000', '211353.542000', '211353.545000', '211353.548000', '211353.551000', '211353.554000', '211353.556000', '211353.560000', '211353.563000', '211353.566000', '211353.569000', '211353.572000', '211353.574000', '211353.577000', '211353.580000', '211353.593000', '211353.596000', '211353.598000', '211353.601000', '211353.604000', '211413.475000', '211413.478000', '211413.481000', '211413.483000', '211413.486000', '211413.488000', '211413.491000', '211413.494000', '211413.496000', '211413.499000', '211413.501000', '211413.504000', '211413.506000', '211413.509000', '211413.515000', '211413.518000', '211413.520000', '211413.523000', '211413.525000', '211413.528000', '211413.531000', '211413.533000', '211413.536000', '211413.538000', '211413.541000', '211413.543000', '211413.546000', '211413.548000', '211413.551000', '211413.554000', '211413.556000', '211413.559000', '211413.561000', '211413.564000', '211413.566000', '211413.569000', '211413.571000', '211413.574000', '211413.576000', '211413.579000', '211413.582000', '211413.584000', '211413.587000', '211413.589000', '211433.476000', '211433.478000', '211433.481000', '211433.483000', '211433.486000', '211433.489000', '211433.491000', '211433.494000', '211433.496000', '211433.499000', '211433.502000', '211433.504000', '211433.507000', '211433.509000', '211433.512000', '211433.514000', '211433.517000', '211433.520000', '211433.525000', '211433.527000', '211433.530000', '211433.532000', '211433.535000', '211433.538000', '211433.540000', '211433.543000', '211433.546000', '211433.549000', '211433.552000', '211433.554000', '211433.557000', '211433.559000', '211433.562000', '211433.565000', '211433.567000', '211433.570000', '211433.572000', '211433.575000', '211433.578000', '211433.580000', '211433.583000', '211433.585000', '211433.588000', '211453.475000', '211453.478000', '211453.481000', '211453.483000', '211453.486000', '211453.489000', '211453.491000', '211453.494000', '211453.497000', '211453.499000', '211453.502000', '211453.504000', '211453.507000', '211453.510000', '211453.512000', '211453.515000', '211453.517000', '211453.520000', '211453.523000', '211453.525000', '211453.528000', '211453.530000', '211453.533000', '211453.536000', '211453.538000', '211453.541000', '211453.543000', '211453.546000', '211453.548000', '211453.551000', '211453.554000', '211453.556000', '211453.559000', '211453.562000', '211453.564000', '211453.567000', '211453.579000', '211453.581000', '211453.584000', '211453.587000', '211453.589000', '211453.592000', '211453.594000', '211453.597000', '211513.476000', '211513.479000', '211513.482000', '211513.484000', '211513.487000', '211513.489000', '211513.492000', '211513.495000', '211513.497000', '211513.500000', '211513.502000', '211513.505000', '211513.508000', '211513.510000', '211513.513000', '211513.516000', '211513.518000', '211513.521000', '211513.523000', '211513.526000', '211513.529000', '211513.531000', '211513.534000', '211513.536000', '211513.539000', '211513.542000', '211513.544000', '211513.547000', '211513.549000', '211513.552000', '211513.555000', '211513.557000', '211513.560000', '211513.562000', '211513.565000', '211513.568000', '211513.570000', '211513.573000', '211513.576000', '211513.578000', '211513.581000', '211513.583000', '211513.586000', '211533.476000', '211533.478000', '211533.481000', '211533.483000', '211533.486000', '211533.489000', '211533.491000', '211533.494000', '211533.496000', '211533.499000', '211533.501000', '211533.504000', '211533.507000', '211533.509000', '211533.512000', '211533.514000', '211533.517000', '211533.520000', '211533.522000', '211533.525000', '211533.527000', '211533.530000', '211533.532000', '211533.535000', '211533.538000', '211533.540000', '211533.543000', '211533.545000', '211533.548000', '211533.550000', '211533.553000', '211533.556000', '211533.559000', '211533.561000', '211533.564000', '211533.566000', '211533.569000', '211533.572000', '211533.574000', '211533.577000', '211533.579000', '211533.582000', '211533.584000', '211533.587000', '211553.475000', '211553.478000', '211553.481000', '211553.483000', '211553.486000', '211553.489000', '211553.491000', '211553.494000', '211553.496000', '211553.499000', '211553.502000', '211553.504000', '211553.507000', '211553.509000', '211553.512000', '211553.515000', '211553.518000', '211553.521000', '211553.523000', '211553.526000', '211553.528000', '211553.531000', '211553.534000', '211553.536000', '211553.539000', '211553.541000', '211553.544000', '211553.547000', '211553.549000', '211553.552000', '211553.554000', '211553.557000', '211553.560000', '211553.563000', '211553.565000', '211553.568000', '211553.570000', '211553.573000', '211553.576000', '211553.578000', '211553.581000', '211553.584000', '211553.587000', '211613.474000', '211613.477000', '211613.480000', '211613.482000', '211613.485000', '211613.488000', '211613.490000', '211613.493000', '211613.495000', '211613.498000', '211613.500000', '211613.503000', '211613.506000', '211613.508000', '211613.511000', '211613.513000', '211613.516000', '211613.519000', '211613.521000', '211613.524000', '211613.526000', '211613.529000', '211613.532000', '211613.534000', '211613.537000', '211613.539000', '211613.542000', '211613.545000', '211613.547000', '211613.550000', '211613.552000', '211613.555000', '211613.558000', '211613.561000', '211613.563000', '211613.566000', '211613.568000', '211613.571000', '211613.574000', '211613.576000', '211613.579000', '211613.581000', '211613.584000', '211613.587000', '211633.476000', '211633.478000', '211633.481000', '211633.484000', '211633.486000', '211633.489000', '211633.491000', '211633.494000', '211633.496000', '211633.499000', '211633.502000', '211633.504000', '211633.507000', '211633.509000', '211633.512000', '211633.515000', '211633.517000', '211633.520000', '211633.523000', '211633.525000', '211633.528000', '211633.530000', '211633.533000', '211633.536000', '211633.538000', '211633.541000', '211633.543000', '211633.546000', '211633.548000', '211633.551000', '211633.554000', '211633.570000', '211633.572000', '211633.575000', '211633.577000', '211633.580000', '211633.582000', '211633.585000', '211633.588000', '211633.590000', '211633.593000', '211633.595000', '211633.598000', '211653.475000', '211653.478000', '211653.481000', '211653.484000', '211653.486000', '211653.489000', '211653.491000', '211653.494000', '211653.496000', '211653.499000', '211653.502000', '211653.504000', '211653.507000', '211653.509000', '211653.512000', '211653.514000', '211653.517000', '211653.520000', '211653.522000', '211653.525000', '211653.527000', '211653.530000', '211653.533000', '211653.535000', '211653.538000', '211653.540000', '211653.543000', '211653.545000', '211653.548000', '211653.550000', '211653.553000', '211653.556000', '211653.558000', '211653.561000', '211653.564000', '211653.566000', '211653.569000', '211653.572000', '211653.574000', '211653.577000', '211653.579000', '211653.582000', '211653.585000', '211653.587000', '211713.476000', '211713.478000', '211713.481000', '211713.484000', '211713.486000', '211713.489000', '211713.491000', '211713.494000', '211713.497000', '211713.499000', '211713.502000', '211713.505000', '211713.507000', '211713.510000', '211713.512000', '211713.515000', '211713.518000', '211713.520000', '211713.523000', '211713.525000', '211713.528000', '211713.531000', '211713.533000', '211713.536000', '211713.538000', '211713.541000', '211713.544000', '211713.546000', '211713.549000', '211713.552000', '211713.555000', '211713.558000', '211713.561000', '211713.563000', '211713.566000', '211713.569000', '211713.571000', '211713.574000', '211713.576000', '211713.579000', '211713.582000', '211713.584000', '211713.587000', '211733.476000', '211733.479000', '211733.481000', '211733.484000', '211733.487000', '211733.489000', '211733.492000', '211733.494000', '211733.497000', '211733.500000', '211733.502000', '211733.505000', '211733.507000', '211733.510000', '211733.513000', '211733.515000', '211733.518000', '211733.520000', '211733.523000', '211733.526000', '211733.528000', '211733.531000', '211733.533000', '211733.536000', '211733.539000', '211733.541000', '211733.544000', '211733.546000', '211733.549000', '211733.552000', '211733.555000', '211733.557000', '211733.560000', '211733.562000', '211733.565000', '211733.567000', '211733.570000', '211733.573000', '211733.575000', '211733.578000', '211733.580000', '211733.583000', '211733.585000', '211733.588000', '211753.475000', '211753.478000', '211753.481000', '211753.484000', '211753.486000', '211753.489000', '211753.491000', '211753.494000', '211753.497000', '211753.499000', '211753.502000', '211753.504000', '211753.507000', '211753.510000', '211753.512000', '211753.515000', '211753.518000', '211753.520000', '211753.523000', '211753.525000', '211753.528000', '211753.530000', '211753.533000', '211753.536000', '211753.538000', '211753.541000', '211753.543000', '211753.546000', '211753.549000', '211753.551000', '211753.554000', '211753.556000', '211753.559000', '211753.562000', '211753.564000', '211753.567000', '211753.569000', '211753.572000', '211753.575000', '211753.578000', '211753.581000', '211753.584000', '211753.586000', '211813.476000', '211813.478000', '211813.481000', '211813.484000', '211813.486000', '211813.489000', '211813.492000', '211813.494000', '211813.497000', '211813.499000', '211813.502000', '211813.504000', '211813.507000', '211813.510000', '211813.512000', '211813.515000', '211813.517000', '211813.520000', '211813.522000', '211813.525000', '211813.528000', '211813.530000', '211813.533000', '211813.535000', '211813.538000', '211813.541000', '211813.543000', '211813.546000', '211813.548000', '211813.551000', '211813.554000', '211813.556000', '211813.559000', '211813.561000', '211813.564000', '211813.566000', '211813.569000', '211813.572000', '211813.574000', '211813.577000', '211813.579000', '211813.582000', '211813.585000', '211813.587000', '211833.475000', '211833.477000', '211833.480000', '211833.483000', '211833.485000', '211833.488000', '211833.491000', '211833.493000', '211833.496000', '211833.499000', '211833.501000', '211833.504000', '211833.506000', '211833.509000', '211833.512000', '211833.514000', '211833.517000', '211833.520000', '211833.522000', '211833.525000', '211833.527000', '211833.530000', '211833.533000', '211833.535000', '211833.538000', '211833.540000', '211833.543000', '211833.546000', '211833.548000', '211833.551000', '211833.554000', '211833.556000', '211833.559000', '211833.561000', '211833.564000', '211833.567000', '211833.569000', '211833.572000', '211833.574000', '211833.577000', '211833.580000', '211833.582000', '211833.585000', '211853.476000', '211853.478000', '211853.481000', '211853.484000', '211853.486000', '211853.489000', '211853.491000', '211853.494000', '211853.497000', '211853.499000', '211853.502000', '211853.504000', '211853.507000', '211853.509000', '211853.512000', '211853.515000', '211853.517000', '211853.520000', '211853.522000', '211853.525000', '211853.528000', '211853.530000', '211853.533000', '211853.535000', '211853.538000', '211853.541000', '211853.543000', '211853.546000', '211853.548000', '211853.551000', '211853.554000', '211853.556000', '211853.559000', '211853.561000', '211853.564000', '211853.567000', '211853.571000', '211853.574000', '211853.576000', '211853.579000', '211853.582000', '211853.584000', '211853.587000', '211853.589000', '211913.476000', '211913.479000', '211913.481000', '211913.484000', '211913.486000', '211913.489000', '211913.492000', '211913.494000', '211913.497000', '211913.499000', '211913.502000', '211913.505000', '211913.507000', '211913.510000', '211913.512000', '211913.515000', '211913.518000', '211913.520000', '211913.523000', '211913.525000', '211913.528000', '211913.531000', '211913.533000', '211913.536000', '211913.539000', '211913.541000', '211913.544000', '211913.546000', '211913.549000', '211913.552000', '211913.554000', '211913.557000', '211913.559000', '211913.562000', '211913.565000', '211913.567000', '211913.570000', '211913.572000', '211913.575000', '211913.578000', '211913.580000', '211913.583000', '211913.585000', '211933.476000', '211933.479000', '211933.481000', '211933.484000', '211933.487000', '211933.489000', '211933.492000', '211933.494000', '211933.497000', '211933.507000', '211933.510000', '211933.512000', '211933.515000', '211933.518000', '211933.520000', '211933.523000', '211933.526000', '211933.528000', '211933.531000', '211933.533000', '211933.536000', '211933.539000', '211933.541000', '211933.544000', '211933.546000', '211933.549000', '211933.551000', '211933.554000', '211933.557000', '211933.559000', '211933.562000', '211933.564000', '211933.567000', '211933.570000', '211933.572000', '211933.575000', '211933.578000', '211933.580000', '211933.583000', '211933.585000', '211933.588000', '211933.590000', '211933.593000', '211933.596000', '211953.476000', '211953.478000', '211953.481000', '211953.484000', '211953.486000', '211953.489000', '211953.492000', '211953.494000', '211953.497000', '211953.499000', '211953.502000', '211953.505000', '211953.507000', '211953.510000', '211953.512000', '211953.515000', '211953.518000', '211953.520000', '211953.523000', '211953.525000', '211953.528000', '211953.530000', '211953.533000', '211953.536000', '211953.538000', '211953.541000', '211953.544000', '211953.546000', '211953.549000', '211953.551000', '211953.554000', '211953.556000', '211953.559000', '211953.562000', '211953.564000', '211953.567000', '211953.570000', '211953.573000', '211953.576000', '211953.578000', '211953.581000', '211953.584000', '211953.586000', '212013.476000', '212013.478000', '212013.481000', '212013.484000', '212013.486000', '212013.489000', '212013.491000', '212013.494000', '212013.496000', '212013.499000', '212013.502000', '212013.504000', '212013.507000', '212013.509000', '212013.512000', '212013.514000', '212013.517000', '212013.520000', '212013.522000', '212013.525000', '212013.527000', '212013.530000', '212013.532000', '212013.535000', '212013.538000', '212013.540000', '212013.543000', '212013.545000', '212013.548000', '212013.551000', '212013.553000', '212013.556000', '212013.558000', '212013.561000', '212013.564000', '212013.566000', '212013.569000', '212013.572000', '212013.574000', '212013.577000', '212013.579000', '212013.582000', '212013.585000', '212013.587000', '212033.476000', '212033.478000', '212033.481000', '212033.484000', '212033.486000', '212033.489000', '212033.491000', '212033.494000', '212033.496000', '212033.499000', '212033.502000', '212033.504000', '212033.507000', '212033.509000', '212033.512000', '212033.515000', '212033.517000', '212033.520000', '212033.531000', '212033.533000', '212033.536000', '212033.538000', '212033.541000', '212033.543000', '212033.546000', '212033.549000', '212033.551000', '212033.554000', '212033.556000', '212033.559000', '212033.562000', '212033.564000', '212033.567000', '212033.569000', '212033.572000', '212033.575000', '212033.577000', '212033.580000', '212033.583000', '212033.585000', '212033.588000', '212033.590000', '212033.593000', '212053.474000', '212053.477000', '212053.480000', '212053.482000', '212053.485000', '212053.488000', '212053.490000', '212053.493000', '212053.495000', '212053.498000', '212053.502000', '212053.505000', '212053.507000', '212053.510000', '212053.512000', '212053.515000', '212053.518000', '212053.520000', '212053.523000', '212053.525000', '212053.528000', '212053.531000', '212053.533000', '212053.536000', '212053.538000', '212053.541000', '212053.544000', '212053.546000', '212053.549000', '212053.551000', '212053.554000', '212053.557000', '212053.559000', '212053.562000', '212053.589000', '212053.591000', '212053.594000', '212053.596000', '212053.599000', '212053.602000', '212053.604000', '212053.607000', '212053.610000', '212053.612000', '212113.476000', '212113.478000', '212113.481000', '212113.484000', '212113.486000', '212113.489000', '212113.492000', '212113.494000', '212113.497000', '212113.499000', '212113.502000', '212113.504000', '212113.507000', '212113.510000', '212113.512000', '212113.515000', '212113.517000', '212113.520000', '212113.523000', '212113.525000', '212113.528000', '212113.531000', '212113.533000', '212113.536000', '212113.538000', '212113.541000', '212113.544000', '212113.546000', '212113.549000', '212113.552000', '212113.554000', '212113.557000', '212113.559000', '212113.562000', '212113.565000', '212113.568000', '212113.570000', '212113.573000', '212113.575000', '212113.578000', '212113.581000', '212113.583000', '212113.586000', '212133.476000', '212133.478000', '212133.481000', '212133.483000', '212133.486000', '212133.489000', '212133.491000', '212133.494000', '212133.497000', '212133.499000', '212133.502000', '212133.504000', '212133.507000', '212133.509000', '212133.512000', '212133.515000', '212133.517000', '212133.520000', '212133.522000', '212133.525000', '212133.527000', '212133.530000', '212133.533000', '212133.535000', '212133.538000', '212133.541000', '212133.543000', '212133.546000', '212133.549000', '212133.551000', '212133.554000', '212133.556000', '212133.559000', '212133.562000', '212133.564000', '212133.567000', '212133.569000', '212133.572000', '212133.575000', '212133.577000', '212133.580000', '212133.583000', '212133.585000', '212133.588000', '212153.476000', '212153.478000', '212153.481000', '212153.484000', '212153.486000', '212153.489000', '212153.492000', '212153.494000', '212153.497000', '212153.500000', '212153.502000', '212153.505000', '212153.507000', '212153.510000', '212153.513000', '212153.515000', '212153.518000', '212153.521000', '212153.523000', '212153.526000', '212153.528000', '212153.531000', '212153.533000', '212153.536000', '212153.539000', '212153.541000', '212153.544000', '212153.546000', '212153.549000', '212153.552000', '212153.554000', '212153.557000', '212153.560000', '212153.562000', '212153.565000', '212153.568000', '212153.570000', '212153.573000', '212153.575000', '212153.578000', '212153.581000', '212153.583000', '212153.586000', '212213.476000', '212213.478000', '212213.481000', '212213.484000', '212213.486000', '212213.489000', '212213.491000', '212213.494000', '212213.496000', '212213.499000', '212213.502000', '212213.504000', '212213.507000', '212213.510000', '212213.513000', '212213.516000', '212213.518000', '212213.521000', '212213.523000', '212213.526000', '212213.529000', '212213.531000', '212213.534000', '212213.536000', '212213.539000', '212213.542000', '212213.545000', '212213.548000', '212213.550000', '212213.553000', '212213.555000', '212213.568000', '212213.570000', '212213.573000', '212213.575000', '212213.578000', '212213.581000', '212213.583000', '212213.586000', '212213.588000', '212213.591000', '212213.594000', '212213.596000', '212230.970000', '212230.974000', '212230.977000', '212230.980000', '212230.983000', '212230.986000', '212230.989000', '212230.991000', '212230.994000', '212230.997000', '212231.001000', '212231.004000', '212231.006000', '212231.009000', '212231.012000', '212231.015000', '212231.017000', '212231.020000', '212231.023000', '212231.025000', '212231.028000', '212231.031000', '212231.033000', '212231.036000', '212231.039000', '212231.041000', '212231.044000', '212231.047000', '212231.050000', '212231.053000', '212231.056000', '212231.059000', '212231.062000', '212231.066000', '212231.068000', '212231.071000', '212231.074000', '212231.078000', '212231.080000'], 'InstanceCreationTime': ['211353.505000', '211353.509000', '211353.512000', '211353.515000', '211353.518000', '211353.521000', '211353.523000', '211353.526000', '211353.529000', '211353.531000', '211353.534000', '211353.537000', '211353.540000', '211353.542000', '211353.545000', '211353.548000', '211353.551000', '211353.554000', '211353.556000', '211353.560000', '211353.563000', '211353.566000', '211353.569000', '211353.572000', '211353.574000', '211353.577000', '211353.580000', '211353.593000', '211353.596000', '211353.598000', '211353.601000', '211353.604000', '211413.475000', '211413.478000', '211413.481000', '211413.483000', '211413.486000', '211413.488000', '211413.491000', '211413.494000', '211413.496000', '211413.499000', '211413.501000', '211413.504000', '211413.506000', '211413.509000', '211413.515000', '211413.518000', '211413.520000', '211413.523000', '211413.525000', '211413.528000', '211413.531000', '211413.533000', '211413.536000', '211413.538000', '211413.541000', '211413.543000', '211413.546000', '211413.548000', '211413.551000', '211413.554000', '211413.556000', '211413.559000', '211413.561000', '211413.564000', '211413.566000', '211413.569000', '211413.571000', '211413.574000', '211413.576000', '211413.579000', '211413.582000', '211413.584000', '211413.587000', '211413.589000', '211433.476000', '211433.478000', '211433.481000', '211433.483000', '211433.486000', '211433.489000', '211433.491000', '211433.494000', '211433.496000', '211433.499000', '211433.502000', '211433.504000', '211433.507000', '211433.509000', '211433.512000', '211433.514000', '211433.517000', '211433.520000', '211433.525000', '211433.527000', '211433.530000', '211433.532000', '211433.535000', '211433.538000', '211433.540000', '211433.543000', '211433.546000', '211433.549000', '211433.552000', '211433.554000', '211433.557000', '211433.559000', '211433.562000', '211433.565000', '211433.567000', '211433.570000', '211433.572000', '211433.575000', '211433.578000', '211433.580000', '211433.583000', '211433.585000', '211433.588000', '211453.475000', '211453.478000', '211453.481000', '211453.483000', '211453.486000', '211453.489000', '211453.491000', '211453.494000', '211453.497000', '211453.499000', '211453.502000', '211453.504000', '211453.507000', '211453.510000', '211453.512000', '211453.515000', '211453.517000', '211453.520000', '211453.523000', '211453.525000', '211453.528000', '211453.530000', '211453.533000', '211453.536000', '211453.538000', '211453.541000', '211453.543000', '211453.546000', '211453.548000', '211453.551000', '211453.554000', '211453.556000', '211453.559000', '211453.562000', '211453.564000', '211453.567000', '211453.579000', '211453.581000', '211453.584000', '211453.587000', '211453.589000', '211453.592000', '211453.594000', '211453.597000', '211513.476000', '211513.479000', '211513.482000', '211513.484000', '211513.487000', '211513.489000', '211513.492000', '211513.495000', '211513.497000', '211513.500000', '211513.502000', '211513.505000', '211513.508000', '211513.510000', '211513.513000', '211513.516000', '211513.518000', '211513.521000', '211513.523000', '211513.526000', '211513.529000', '211513.531000', '211513.534000', '211513.536000', '211513.539000', '211513.542000', '211513.544000', '211513.547000', '211513.549000', '211513.552000', '211513.555000', '211513.557000', '211513.560000', '211513.562000', '211513.565000', '211513.568000', '211513.570000', '211513.573000', '211513.576000', '211513.578000', '211513.581000', '211513.583000', '211513.586000', '211533.476000', '211533.478000', '211533.481000', '211533.483000', '211533.486000', '211533.489000', '211533.491000', '211533.494000', '211533.496000', '211533.499000', '211533.501000', '211533.504000', '211533.507000', '211533.509000', '211533.512000', '211533.514000', '211533.517000', '211533.520000', '211533.522000', '211533.525000', '211533.527000', '211533.530000', '211533.532000', '211533.535000', '211533.538000', '211533.540000', '211533.543000', '211533.545000', '211533.548000', '211533.550000', '211533.553000', '211533.556000', '211533.559000', '211533.561000', '211533.564000', '211533.566000', '211533.569000', '211533.572000', '211533.574000', '211533.577000', '211533.579000', '211533.582000', '211533.584000', '211533.587000', '211553.475000', '211553.478000', '211553.481000', '211553.483000', '211553.486000', '211553.489000', '211553.491000', '211553.494000', '211553.496000', '211553.499000', '211553.502000', '211553.504000', '211553.507000', '211553.509000', '211553.512000', '211553.515000', '211553.518000', '211553.521000', '211553.523000', '211553.526000', '211553.528000', '211553.531000', '211553.534000', '211553.536000', '211553.539000', '211553.541000', '211553.544000', '211553.547000', '211553.549000', '211553.552000', '211553.554000', '211553.557000', '211553.560000', '211553.563000', '211553.565000', '211553.568000', '211553.570000', '211553.573000', '211553.576000', '211553.578000', '211553.581000', '211553.584000', '211553.587000', '211613.474000', '211613.477000', '211613.480000', '211613.482000', '211613.485000', '211613.488000', '211613.490000', '211613.493000', '211613.495000', '211613.498000', '211613.500000', '211613.503000', '211613.506000', '211613.508000', '211613.511000', '211613.513000', '211613.516000', '211613.519000', '211613.521000', '211613.524000', '211613.526000', '211613.529000', '211613.532000', '211613.534000', '211613.537000', '211613.539000', '211613.542000', '211613.545000', '211613.547000', '211613.550000', '211613.552000', '211613.555000', '211613.558000', '211613.561000', '211613.563000', '211613.566000', '211613.568000', '211613.571000', '211613.574000', '211613.576000', '211613.579000', '211613.581000', '211613.584000', '211613.587000', '211633.476000', '211633.478000', '211633.481000', '211633.484000', '211633.486000', '211633.489000', '211633.491000', '211633.494000', '211633.496000', '211633.499000', '211633.502000', '211633.504000', '211633.507000', '211633.509000', '211633.512000', '211633.515000', '211633.517000', '211633.520000', '211633.523000', '211633.525000', '211633.528000', '211633.530000', '211633.533000', '211633.536000', '211633.538000', '211633.541000', '211633.543000', '211633.546000', '211633.548000', '211633.551000', '211633.554000', '211633.570000', '211633.572000', '211633.575000', '211633.577000', '211633.580000', '211633.582000', '211633.585000', '211633.588000', '211633.590000', '211633.593000', '211633.595000', '211633.598000', '211653.475000', '211653.478000', '211653.481000', '211653.484000', '211653.486000', '211653.489000', '211653.491000', '211653.494000', '211653.496000', '211653.499000', '211653.502000', '211653.504000', '211653.507000', '211653.509000', '211653.512000', '211653.514000', '211653.517000', '211653.520000', '211653.522000', '211653.525000', '211653.527000', '211653.530000', '211653.533000', '211653.535000', '211653.538000', '211653.540000', '211653.543000', '211653.545000', '211653.548000', '211653.550000', '211653.553000', '211653.556000', '211653.558000', '211653.561000', '211653.564000', '211653.566000', '211653.569000', '211653.572000', '211653.574000', '211653.577000', '211653.579000', '211653.582000', '211653.585000', '211653.587000', '211713.476000', '211713.478000', '211713.481000', '211713.484000', '211713.486000', '211713.489000', '211713.491000', '211713.494000', '211713.497000', '211713.499000', '211713.502000', '211713.505000', '211713.507000', '211713.510000', '211713.512000', '211713.515000', '211713.518000', '211713.520000', '211713.523000', '211713.525000', '211713.528000', '211713.531000', '211713.533000', '211713.536000', '211713.538000', '211713.541000', '211713.544000', '211713.546000', '211713.549000', '211713.552000', '211713.555000', '211713.558000', '211713.561000', '211713.563000', '211713.566000', '211713.569000', '211713.571000', '211713.574000', '211713.576000', '211713.579000', '211713.582000', '211713.584000', '211713.587000', '211733.476000', '211733.479000', '211733.481000', '211733.484000', '211733.487000', '211733.489000', '211733.492000', '211733.494000', '211733.497000', '211733.500000', '211733.502000', '211733.505000', '211733.507000', '211733.510000', '211733.513000', '211733.515000', '211733.518000', '211733.520000', '211733.523000', '211733.526000', '211733.528000', '211733.531000', '211733.533000', '211733.536000', '211733.539000', '211733.541000', '211733.544000', '211733.546000', '211733.549000', '211733.552000', '211733.555000', '211733.557000', '211733.560000', '211733.562000', '211733.565000', '211733.567000', '211733.570000', '211733.573000', '211733.575000', '211733.578000', '211733.580000', '211733.583000', '211733.585000', '211733.588000', '211753.475000', '211753.478000', '211753.481000', '211753.484000', '211753.486000', '211753.489000', '211753.491000', '211753.494000', '211753.497000', '211753.499000', '211753.502000', '211753.504000', '211753.507000', '211753.510000', '211753.512000', '211753.515000', '211753.518000', '211753.520000', '211753.523000', '211753.525000', '211753.528000', '211753.530000', '211753.533000', '211753.536000', '211753.538000', '211753.541000', '211753.543000', '211753.546000', '211753.549000', '211753.551000', '211753.554000', '211753.556000', '211753.559000', '211753.562000', '211753.564000', '211753.567000', '211753.569000', '211753.572000', '211753.575000', '211753.578000', '211753.581000', '211753.584000', '211753.586000', '211813.476000', '211813.478000', '211813.481000', '211813.484000', '211813.486000', '211813.489000', '211813.492000', '211813.494000', '211813.497000', '211813.499000', '211813.502000', '211813.504000', '211813.507000', '211813.510000', '211813.512000', '211813.515000', '211813.517000', '211813.520000', '211813.522000', '211813.525000', '211813.528000', '211813.530000', '211813.533000', '211813.535000', '211813.538000', '211813.541000', '211813.543000', '211813.546000', '211813.548000', '211813.551000', '211813.554000', '211813.556000', '211813.559000', '211813.561000', '211813.564000', '211813.566000', '211813.569000', '211813.572000', '211813.574000', '211813.577000', '211813.579000', '211813.582000', '211813.585000', '211813.587000', '211833.475000', '211833.477000', '211833.480000', '211833.483000', '211833.485000', '211833.488000', '211833.491000', '211833.493000', '211833.496000', '211833.499000', '211833.501000', '211833.504000', '211833.506000', '211833.509000', '211833.512000', '211833.514000', '211833.517000', '211833.520000', '211833.522000', '211833.525000', '211833.527000', '211833.530000', '211833.533000', '211833.535000', '211833.538000', '211833.540000', '211833.543000', '211833.546000', '211833.548000', '211833.551000', '211833.554000', '211833.556000', '211833.559000', '211833.561000', '211833.564000', '211833.567000', '211833.569000', '211833.572000', '211833.574000', '211833.577000', '211833.580000', '211833.582000', '211833.585000', '211853.476000', '211853.478000', '211853.481000', '211853.484000', '211853.486000', '211853.489000', '211853.491000', '211853.494000', '211853.497000', '211853.499000', '211853.502000', '211853.504000', '211853.507000', '211853.509000', '211853.512000', '211853.515000', '211853.517000', '211853.520000', '211853.522000', '211853.525000', '211853.528000', '211853.530000', '211853.533000', '211853.535000', '211853.538000', '211853.541000', '211853.543000', '211853.546000', '211853.548000', '211853.551000', '211853.554000', '211853.556000', '211853.559000', '211853.561000', '211853.564000', '211853.567000', '211853.571000', '211853.574000', '211853.576000', '211853.579000', '211853.582000', '211853.584000', '211853.587000', '211853.589000', '211913.476000', '211913.479000', '211913.481000', '211913.484000', '211913.486000', '211913.489000', '211913.492000', '211913.494000', '211913.497000', '211913.499000', '211913.502000', '211913.505000', '211913.507000', '211913.510000', '211913.512000', '211913.515000', '211913.518000', '211913.520000', '211913.523000', '211913.525000', '211913.528000', '211913.531000', '211913.533000', '211913.536000', '211913.539000', '211913.541000', '211913.544000', '211913.546000', '211913.549000', '211913.552000', '211913.554000', '211913.557000', '211913.559000', '211913.562000', '211913.565000', '211913.567000', '211913.570000', '211913.572000', '211913.575000', '211913.578000', '211913.580000', '211913.583000', '211913.585000', '211933.476000', '211933.479000', '211933.481000', '211933.484000', '211933.487000', '211933.489000', '211933.492000', '211933.494000', '211933.497000', '211933.507000', '211933.510000', '211933.512000', '211933.515000', '211933.518000', '211933.520000', '211933.523000', '211933.526000', '211933.528000', '211933.531000', '211933.533000', '211933.536000', '211933.539000', '211933.541000', '211933.544000', '211933.546000', '211933.549000', '211933.551000', '211933.554000', '211933.557000', '211933.559000', '211933.562000', '211933.564000', '211933.567000', '211933.570000', '211933.572000', '211933.575000', '211933.578000', '211933.580000', '211933.583000', '211933.585000', '211933.588000', '211933.590000', '211933.593000', '211933.596000', '211953.476000', '211953.478000', '211953.481000', '211953.484000', '211953.486000', '211953.489000', '211953.492000', '211953.494000', '211953.497000', '211953.499000', '211953.502000', '211953.505000', '211953.507000', '211953.510000', '211953.512000', '211953.515000', '211953.518000', '211953.520000', '211953.523000', '211953.525000', '211953.528000', '211953.530000', '211953.533000', '211953.536000', '211953.538000', '211953.541000', '211953.544000', '211953.546000', '211953.549000', '211953.551000', '211953.554000', '211953.556000', '211953.559000', '211953.562000', '211953.564000', '211953.567000', '211953.570000', '211953.573000', '211953.576000', '211953.578000', '211953.581000', '211953.584000', '211953.586000', '212013.476000', '212013.478000', '212013.481000', '212013.484000', '212013.486000', '212013.489000', '212013.491000', '212013.494000', '212013.496000', '212013.499000', '212013.502000', '212013.504000', '212013.507000', '212013.509000', '212013.512000', '212013.514000', '212013.517000', '212013.520000', '212013.522000', '212013.525000', '212013.527000', '212013.530000', '212013.532000', '212013.535000', '212013.538000', '212013.540000', '212013.543000', '212013.545000', '212013.548000', '212013.551000', '212013.553000', '212013.556000', '212013.558000', '212013.561000', '212013.564000', '212013.566000', '212013.569000', '212013.572000', '212013.574000', '212013.577000', '212013.579000', '212013.582000', '212013.585000', '212013.587000', '212033.476000', '212033.478000', '212033.481000', '212033.484000', '212033.486000', '212033.489000', '212033.491000', '212033.494000', '212033.496000', '212033.499000', '212033.502000', '212033.504000', '212033.507000', '212033.509000', '212033.512000', '212033.515000', '212033.517000', '212033.520000', '212033.531000', '212033.533000', '212033.536000', '212033.538000', '212033.541000', '212033.543000', '212033.546000', '212033.549000', '212033.551000', '212033.554000', '212033.556000', '212033.559000', '212033.562000', '212033.564000', '212033.567000', '212033.569000', '212033.572000', '212033.575000', '212033.577000', '212033.580000', '212033.583000', '212033.585000', '212033.588000', '212033.590000', '212033.593000', '212053.474000', '212053.477000', '212053.480000', '212053.482000', '212053.485000', '212053.488000', '212053.490000', '212053.493000', '212053.495000', '212053.498000', '212053.502000', '212053.505000', '212053.507000', '212053.510000', '212053.512000', '212053.515000', '212053.518000', '212053.520000', '212053.523000', '212053.525000', '212053.528000', '212053.531000', '212053.533000', '212053.536000', '212053.538000', '212053.541000', '212053.544000', '212053.546000', '212053.549000', '212053.551000', '212053.554000', '212053.557000', '212053.559000', '212053.562000', '212053.589000', '212053.591000', '212053.594000', '212053.596000', '212053.599000', '212053.602000', '212053.604000', '212053.607000', '212053.610000', '212053.612000', '212113.476000', '212113.478000', '212113.481000', '212113.484000', '212113.486000', '212113.489000', '212113.492000', '212113.494000', '212113.497000', '212113.499000', '212113.502000', '212113.504000', '212113.507000', '212113.510000', '212113.512000', '212113.515000', '212113.517000', '212113.520000', '212113.523000', '212113.525000', '212113.528000', '212113.531000', '212113.533000', '212113.536000', '212113.538000', '212113.541000', '212113.544000', '212113.546000', '212113.549000', '212113.552000', '212113.554000', '212113.557000', '212113.559000', '212113.562000', '212113.565000', '212113.568000', '212113.570000', '212113.573000', '212113.575000', '212113.578000', '212113.581000', '212113.583000', '212113.586000', '212133.476000', '212133.478000', '212133.481000', '212133.483000', '212133.486000', '212133.489000', '212133.491000', '212133.494000', '212133.497000', '212133.499000', '212133.502000', '212133.504000', '212133.507000', '212133.509000', '212133.512000', '212133.515000', '212133.517000', '212133.520000', '212133.522000', '212133.525000', '212133.527000', '212133.530000', '212133.533000', '212133.535000', '212133.538000', '212133.541000', '212133.543000', '212133.546000', '212133.549000', '212133.551000', '212133.554000', '212133.556000', '212133.559000', '212133.562000', '212133.564000', '212133.567000', '212133.569000', '212133.572000', '212133.575000', '212133.577000', '212133.580000', '212133.583000', '212133.585000', '212133.588000', '212153.476000', '212153.478000', '212153.481000', '212153.484000', '212153.486000', '212153.489000', '212153.492000', '212153.494000', '212153.497000', '212153.500000', '212153.502000', '212153.505000', '212153.507000', '212153.510000', '212153.513000', '212153.515000', '212153.518000', '212153.521000', '212153.523000', '212153.526000', '212153.528000', '212153.531000', '212153.533000', '212153.536000', '212153.539000', '212153.541000', '212153.544000', '212153.546000', '212153.549000', '212153.552000', '212153.554000', '212153.557000', '212153.560000', '212153.562000', '212153.565000', '212153.568000', '212153.570000', '212153.573000', '212153.575000', '212153.578000', '212153.581000', '212153.583000', '212153.586000', '212213.476000', '212213.478000', '212213.481000', '212213.484000', '212213.486000', '212213.489000', '212213.491000', '212213.494000', '212213.496000', '212213.499000', '212213.502000', '212213.504000', '212213.507000', '212213.510000', '212213.513000', '212213.516000', '212213.518000', '212213.521000', '212213.523000', '212213.526000', '212213.529000', '212213.531000', '212213.534000', '212213.536000', '212213.539000', '212213.542000', '212213.545000', '212213.548000', '212213.550000', '212213.553000', '212213.555000', '212213.568000', '212213.570000', '212213.573000', '212213.575000', '212213.578000', '212213.581000', '212213.583000', '212213.586000', '212213.588000', '212213.591000', '212213.594000', '212213.596000', '212230.970000', '212230.974000', '212230.977000', '212230.980000', '212230.983000', '212230.986000', '212230.989000', '212230.991000', '212230.994000', '212230.997000', '212231.001000', '212231.004000', '212231.006000', '212231.009000', '212231.012000', '212231.015000', '212231.017000', '212231.020000', '212231.023000', '212231.025000', '212231.028000', '212231.031000', '212231.033000', '212231.036000', '212231.039000', '212231.041000', '212231.044000', '212231.047000', '212231.050000', '212231.053000', '212231.056000', '212231.059000', '212231.062000', '212231.066000', '212231.068000', '212231.071000', '212231.074000', '212231.078000', '212231.080000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [7492, 7549, 8712, 7346, 10323, 7701, 8106, 6748, 7056, 7245, 7862, 6865, 6368, 7253, 8207, 6704, 6929, 9092, 7030, 6884, 7218, 7049, 8981, 8845, 7282, 11140, 7186, 9950, 6790, 9018, 6888, 7403, 6851, 6573, 6715, 6263, 7477, 6636, 8824, 6794, 9564, 6933, 9711, 7032, 8991, 6603, 7803, 6528, 8178, 6500, 8625, 6739, 8580, 6535, 9304, 6641, 8402, 6428, 7631, 6897, 7046, 6419, 7110, 7019, 7118, 11418, 7170, 9005, 6572, 8108, 6594, 8140, 6604, 6140, 6892, 7841, 6677, 11355, 7527, 9964, 7076, 7926, 6546, 10004, 6734, 8910, 6515, 8846, 6513, 8072, 6338, 8054, 6507, 7604, 6315, 8374, 6438, 9070, 6737, 8988, 6683, 9260, 6944, 9529, 6884, 8790, 6694, 8061, 6186, 6767, 6164, 6714, 10846, 7097, 9352, 7501, 8404, 6986, 6399, 7090, 6680, 7909, 6859, 6639, 7849, 6919, 9654, 7208, 8224, 6587, 6656, 8435, 6937, 6701, 6612, 6435, 7017, 9426, 6826, 7378, 6551, 6236, 7082, 6651, 7724, 6531, 8204, 6841, 8725, 7150, 6825, 6229, 7160, 6393, 7815, 6617, 9063, 6732, 8481, 6817, 9298, 6850, 9224, 6757, 8825, 6733, 9290, 6869, 8871, 6942, 8325, 6813, 8466, 6834, 7315, 6556, 6199, 6607, 7220, 8539, 6520, 7286, 7319, 10429, 7230, 10898, 8229, 9247, 6845, 8556, 6930, 8706, 6694, 8669, 6729, 8172, 6586, 8374, 6637, 8436, 6792, 8738, 6644, 6747, 6423, 8046, 6927, 10643, 6957, 9573, 6856, 8526, 6594, 8051, 6483, 7309, 6398, 7460, 6274, 7098, 6239, 7551, 6349, 7516, 6662, 8779, 6513, 9583, 6762, 9549, 6933, 10161, 7703, 10239, 6867, 9438, 7026, 9819, 7222, 9383, 7038, 9082, 6993, 9214, 6971, 9152, 7015, 8730, 7132, 8792, 7032, 9407, 7060, 9101, 7299, 9098, 7146, 8705, 7081, 7704, 6743, 6050, 8197, 6426, 6313, 7402, 7096, 10073, 7674, 10099, 7079, 9416, 7145, 9350, 6912, 8808, 6989, 7940, 6955, 8659, 6761, 6712, 6661, 6689, 7292, 6676, 8242, 6611, 7011, 8044, 7024, 10543, 7107, 6445, 6856, 6919, 7369, 6572, 8483, 6528, 7543, 6729, 7296, 6704, 8845, 7207, 9252, 7260, 9167, 7258, 9733, 7460, 8706, 6949, 7367, 6410, 7063, 6988, 7786, 6943, 8605, 7122, 9176, 7076, 9244, 7229, 9582, 7344, 9047, 6894, 7321, 6378, 6299, 6841, 6851, 8579, 7200, 8376, 7086, 10116, 7556, 9732, 6748, 8890, 7023, 8932, 7264, 6939, 6648, 6678, 7194, 7034, 8888, 7574, 9139, 7513, 8994, 7238, 8582, 7163, 8276, 7355, 8756, 7609, 9064, 7262, 7558, 7366, 9992, 7528, 8466, 7451, 9279, 7490, 9373, 7190, 8825, 6757, 6942, 6559, 6467, 7255, 7060, 8239, 6976, 8684, 7068, 9480, 7002, 8051, 6858, 7218, 6517, 8053, 6830, 8171, 7002, 8069, 6749, 8047, 7053, 8125, 7210, 8493, 7134, 8929, 7267, 8924, 7562, 8387, 6678, 5994, 7444, 7319, 7460, 6820, 7370, 9247, 10643, 7973, 10578, 7310, 8680, 7288, 8527, 6797, 7937, 7056, 8037, 6822, 8048, 6865, 7826, 6906, 7972, 6933, 8720, 6901, 8676, 6971, 8800, 6968, 9327, 6941, 8130, 6616, 7693, 9986, 7594, 8667, 7225, 9961, 6899, 9818, 7238, 8628, 6775, 8091, 6549, 7550, 6725, 7218, 6547, 7598, 6933, 7209, 10770, 6991, 9711, 6961, 9079, 6937, 8520, 6784, 8034, 6373, 7538, 6499, 7443, 10201, 7056, 10212, 6906, 9425, 6864, 9180, 7239, 8868, 7025, 9172, 7000, 9508, 7111, 8766, 6804, 7887, 6608, 7678, 6969, 7707, 8507, 7221, 10701, 7598, 10087, 6974, 8479, 6986, 7802, 6977, 7533, 6505, 7942, 7316, 7007, 8479, 6860, 10694, 7231, 9440, 7202, 7502, 6694, 6487, 7152, 11156, 8353, 9777, 7112, 8650, 7096, 8428, 6858, 8306, 7066, 7603, 7048, 8191, 6861, 8328, 7281, 7988, 7309, 8233, 6889, 6778, 7315, 7072, 10494, 7073, 9365, 6942, 8500, 7202, 7810, 6884, 8074, 6948, 7829, 6766, 7499, 6595, 8666, 6647, 8281, 6738, 7653, 6896, 6795, 6714, 6648, 8817, 6788, 6769, 6992, 10676, 6770, 9523, 7202, 9062, 6865, 8829, 7183, 9140, 6797, 6894, 7317, 10487, 7554, 9348, 7281, 8000, 7041, 8023, 7075, 8163, 6913, 7354, 6663, 6641, 6732, 6695, 8344, 7124, 9524, 6617, 7042, 11067, 7143, 9981, 7055, 8382, 7108, 8161, 6881, 7137, 6520, 6990, 7115, 10074, 7289, 9680, 7148, 8869, 7037, 7491, 7118, 7699, 6726, 7240, 6820, 7709, 6960, 9026, 6778, 9229, 6796, 9384, 6863, 8245, 6447, 7379, 6462, 7508, 6661, 7431, 6541, 8517, 6719, 8398, 6767, 9386, 6918, 8635, 6776, 8419, 6618, 6863, 6676, 6927, 7164, 6710, 6385, 6861, 6621, 6868, 7006, 7173, 6424, 7590, 6449, 8202, 6649, 7599, 6427, 7436, 7030, 7268, 6717, 8235, 6981, 8872, 10130, 7077, 9412, 6756, 8939, 6630, 8529, 7158, 9432, 7315, 6313, 9130, 6727, 7389, 6980, 10831, 6660, 8046, 8666, 6597, 9577, 6792, 8201, 6527, 7121, 6594, 7244, 6972, 8907, 7211, 9923, 7037, 6996, 6936, 7728, 7276, 7874, 7375, 10887, 7138, 9650, 7453, 8871, 7418, 8332, 7085, 6899, 6696, 6931, 7107, 7631, 8321, 6977, 9658, 7650, 9223, 7261, 7214, 6722, 7218, 7612, 6579, 6621, 8162, 7151, 9393, 7161, 8230, 7016, 8261, 6710, 7703, 6686, 6938, 6478, 6473, 6482, 6720, 6374, 6577, 6467, 6830, 6476, 6869, 6363, 7205, 6376, 8038, 6471, 8211, 6080, 7508, 6594, 7198, 10950, 6932, 8826, 6389, 6612, 6930, 9408, 6959, 8979, 6688, 8532, 6651, 7745, 6224, 6710, 6520, 7792, 6233, 9648, 6706, 6302, 6929, 9841, 6821, 7649, 6600, 6916, 9933, 6682, 6539, 6773, 6390, 6924, 9419, 6826, 8716, 6766, 8543, 6579, 7896, 6448, 7879, 6316, 7074, 6324, 6734, 6490, 6718, 6800, 6750, 8253, 6567, 8758, 6750, 8446, 6641, 6162, 6483, 6539, 6737, 7130, 6842, 10267, 6482, 9724, 7588, 8671, 6675, 7705, 6432, 8105, 6578, 8097, 6293, 7997, 6792, 8730, 6990, 8703, 6482, 8204, 6177, 7353, 6303, 6629, 6472, 6809, 6456, 7224, 6273, 7689, 6365, 8345, 6290, 8679, 6630, 8388, 6715, 9026, 7206, 9433, 6611, 8713, 6218, 8007, 6145, 6761, 6642, 6052, 6702, 6907, 6520, 6336, 6621, 6157, 8901, 6727, 8799, 6378, 6865, 8289, 6793, 7581, 6554, 8243, 6623, 8039, 6788, 6736, 6609, 9076, 6755, 7770, 6987, 8934, 6241, 8452, 7171, 8401, 6856, 6489, 7000, 9691, 6891, 8857, 6809, 7975, 6434, 8178, 6298, 8362, 6568, 8203, 6527, 8948, 7229, 9009, 6838, 8959, 6647, 8311, 6557, 8782, 6715, 7979, 6563, 7903, 6224, 8608, 6484, 8491, 6964, 6303, 6780, 6362, 6956, 10126, 6951, 9220, 7061, 8738, 6943, 8983, 6911, 9049, 7126, 8736, 6844, 8370, 7171, 9034, 7382, 8510, 6874, 6825, 7160, 9707, 7060, 8450, 6995, 8329, 7579, 7007, 7097, 6488, 7401, 7653, 6951, 7657, 6996, 7707, 7422, 7420, 10290, 7287, 8863, 6789, 7904, 6363, 7293, 6421, 7529, 6247, 7791, 6662, 7501, 6650, 7911, 6242, 8085, 6410, 7891, 6410, 7305, 6465, 7320, 8520, 7489, 7481, 7283, 6885, 7228, 8687, 7150, 7219, 7409, 6584, 7254, 9854, 7315, 9030, 7210, 9984, 6965, 9271, 7212, 8601, 6693, 8179, 6731, 8705, 6814, 8659, 6562, 8344, 6464, 8494, 6491, 7957, 6706, 7309, 6564, 7492, 6858, 7277, 6433, 8101, 6475, 7539, 8183, 7182, 9850, 6922, 9170, 6855, 8417, 6693, 8164, 6416, 7533, 6274, 7993, 6475, 7676, 6826, 7374, 6645, 8239, 6410, 8717, 6313, 8134, 6473, 7412, 8681, 7284, 7270, 7168, 8609, 7099, 10058, 7597, 8244, 7446, 9612, 7045, 9035, 7252, 9220, 7287, 7972, 7512, 9637, 7548, 9036, 7264, 8643, 6789, 8489, 7056, 8618, 7161, 6833, 7539, 9460, 6577, 8668, 7170, 7319, 6728, 7399, 6345, 8605, 6494, 8599, 7155, 8688, 6860, 9050, 7137, 8632, 7425, 8647, 6601, 8042, 6467, 7597, 6671, 8145, 7017, 7722, 8728, 7429, 9828, 7541, 8544, 7643, 6152, 7326, 6467, 8668, 6664, 8688, 6885, 7536, 6951, 7565, 6885, 7442, 7219, 7436, 6717], 'WindowCenter': [3751.0, 3746.0, 3753.0, 3733.0, 3766.0, 3729.0, 3738.0, 3705.0, 3702.0, 3714.0, 3726.0, 3703.0, 3706.0, 3727.0, 3737.0, 3719.0, 3729.0, 3758.0, 3729.0, 3718.0, 3732.0, 3718.0, 3752.0, 3737.0, 3716.0, 3746.0, 3706.0, 3733.0, 3705.0, 3722.0, 3702.0, 3712.0, 3707.0, 3703.0, 3705.0, 3704.0, 3730.0, 3705.0, 3751.0, 3718.0, 3751.0, 3717.0, 3752.0, 3715.0, 3739.0, 3706.0, 3729.0, 3704.0, 3739.0, 3705.0, 3740.0, 3717.0, 3740.0, 3706.0, 3753.0, 3720.0, 3742.0, 3706.0, 3730.0, 3703.0, 3719.0, 3704.0, 3718.0, 3714.0, 3719.0, 3755.0, 3717.0, 3735.0, 3708.0, 3724.0, 3706.0, 3725.0, 3718.0, 3705.0, 3719.0, 3725.0, 3717.0, 3776.0, 3728.0, 3748.0, 3718.0, 3727.0, 3709.0, 3765.0, 3718.0, 3754.0, 3708.0, 3750.0, 3707.0, 3730.0, 3706.0, 3730.0, 3706.0, 3731.0, 3707.0, 3740.0, 3707.0, 3752.0, 3719.0, 3749.0, 3718.0, 3751.0, 3718.0, 3763.0, 3719.0, 3742.0, 3706.0, 3732.0, 3694.0, 3707.0, 3694.0, 3707.0, 3763.0, 3717.0, 3738.0, 3716.0, 3732.0, 3717.0, 3705.0, 3720.0, 3719.0, 3750.0, 3732.0, 3732.0, 3755.0, 3732.0, 3767.0, 3731.0, 3743.0, 3706.0, 3708.0, 3725.0, 3716.0, 3703.0, 3708.0, 3705.0, 3717.0, 3747.0, 3717.0, 3715.0, 3708.0, 3695.0, 3719.0, 3717.0, 3742.0, 3719.0, 3741.0, 3719.0, 3751.0, 3717.0, 3710.0, 3695.0, 3717.0, 3706.0, 3730.0, 3717.0, 3752.0, 3718.0, 3752.0, 3718.0, 3751.0, 3719.0, 3749.0, 3719.0, 3748.0, 3718.0, 3751.0, 3718.0, 3750.0, 3718.0, 3740.0, 3717.0, 3740.0, 3718.0, 3717.0, 3706.0, 3707.0, 3719.0, 3741.0, 3751.0, 3722.0, 3731.0, 3745.0, 3760.0, 3731.0, 3761.0, 3726.0, 3738.0, 3705.0, 3737.0, 3705.0, 3736.0, 3705.0, 3736.0, 3717.0, 3738.0, 3719.0, 3737.0, 3717.0, 3737.0, 3718.0, 3738.0, 3719.0, 3718.0, 3708.0, 3727.0, 3719.0, 3765.0, 3718.0, 3749.0, 3706.0, 3739.0, 3705.0, 3729.0, 3707.0, 3719.0, 3705.0, 3731.0, 3707.0, 3719.0, 3707.0, 3730.0, 3707.0, 3731.0, 3718.0, 3755.0, 3709.0, 3763.0, 3721.0, 3762.0, 3730.0, 3764.0, 3729.0, 3761.0, 3707.0, 3753.0, 3717.0, 3750.0, 3717.0, 3749.0, 3718.0, 3737.0, 3717.0, 3750.0, 3718.0, 3750.0, 3717.0, 3738.0, 3715.0, 3738.0, 3716.0, 3747.0, 3717.0, 3747.0, 3728.0, 3750.0, 3717.0, 3738.0, 3718.0, 3715.0, 3708.0, 3696.0, 3738.0, 3720.0, 3720.0, 3732.0, 3731.0, 3763.0, 3741.0, 3766.0, 3718.0, 3751.0, 3717.0, 3739.0, 3704.0, 3737.0, 3706.0, 3724.0, 3715.0, 3742.0, 3706.0, 3705.0, 3719.0, 3718.0, 3731.0, 3718.0, 3743.0, 3717.0, 3722.0, 3727.0, 3716.0, 3757.0, 3716.0, 3694.0, 3706.0, 3716.0, 3730.0, 3717.0, 3750.0, 3706.0, 3729.0, 3716.0, 3727.0, 3705.0, 3740.0, 3717.0, 3750.0, 3728.0, 3748.0, 3728.0, 3751.0, 3717.0, 3740.0, 3715.0, 3715.0, 3693.0, 3707.0, 3714.0, 3729.0, 3716.0, 3737.0, 3718.0, 3754.0, 3718.0, 3754.0, 3728.0, 3750.0, 3716.0, 3742.0, 3716.0, 3716.0, 3709.0, 3706.0, 3721.0, 3718.0, 3751.0, 3729.0, 3739.0, 3730.0, 3766.0, 3740.0, 3754.0, 3718.0, 3740.0, 3717.0, 3743.0, 3717.0, 3716.0, 3718.0, 3716.0, 3718.0, 3718.0, 3751.0, 3729.0, 3752.0, 3718.0, 3751.0, 3715.0, 3739.0, 3704.0, 3726.0, 3715.0, 3737.0, 3726.0, 3736.0, 3716.0, 3726.0, 3716.0, 3746.0, 3727.0, 3725.0, 3717.0, 3735.0, 3715.0, 3737.0, 3704.0, 3737.0, 3704.0, 3716.0, 3705.0, 3704.0, 3727.0, 3716.0, 3741.0, 3719.0, 3740.0, 3716.0, 3751.0, 3704.0, 3728.0, 3703.0, 3717.0, 3692.0, 3725.0, 3704.0, 3726.0, 3714.0, 3726.0, 3704.0, 3726.0, 3717.0, 3728.0, 3716.0, 3739.0, 3716.0, 3740.0, 3716.0, 3738.0, 3727.0, 3736.0, 3717.0, 3707.0, 3732.0, 3730.0, 3729.0, 3719.0, 3730.0, 3768.0, 3760.0, 3731.0, 3748.0, 3704.0, 3726.0, 3714.0, 3726.0, 3703.0, 3726.0, 3715.0, 3728.0, 3705.0, 3727.0, 3715.0, 3728.0, 3716.0, 3737.0, 3719.0, 3740.0, 3716.0, 3740.0, 3717.0, 3740.0, 3716.0, 3751.0, 3717.0, 3727.0, 3704.0, 3729.0, 3745.0, 3729.0, 3735.0, 3719.0, 3745.0, 3714.0, 3749.0, 3716.0, 3739.0, 3705.0, 3729.0, 3704.0, 3730.0, 3705.0, 3729.0, 3706.0, 3731.0, 3716.0, 3730.0, 3758.0, 3719.0, 3750.0, 3716.0, 3739.0, 3716.0, 3739.0, 3705.0, 3730.0, 3705.0, 3730.0, 3705.0, 3720.0, 3757.0, 3717.0, 3753.0, 3719.0, 3747.0, 3717.0, 3748.0, 3728.0, 3748.0, 3718.0, 3752.0, 3718.0, 3750.0, 3717.0, 3741.0, 3717.0, 3740.0, 3716.0, 3730.0, 3717.0, 3728.0, 3737.0, 3728.0, 3757.0, 3727.0, 3749.0, 3715.0, 3728.0, 3714.0, 3729.0, 3715.0, 3728.0, 3704.0, 3729.0, 3716.0, 3717.0, 3736.0, 3708.0, 3760.0, 3716.0, 3750.0, 3717.0, 3716.0, 3717.0, 3706.0, 3731.0, 3772.0, 3739.0, 3749.0, 3717.0, 3739.0, 3716.0, 3740.0, 3705.0, 3729.0, 3715.0, 3728.0, 3717.0, 3737.0, 3704.0, 3738.0, 3714.0, 3726.0, 3717.0, 3737.0, 3704.0, 3707.0, 3714.0, 3716.0, 3748.0, 3704.0, 3737.0, 3703.0, 3736.0, 3714.0, 3717.0, 3716.0, 3729.0, 3715.0, 3729.0, 3718.0, 3719.0, 3718.0, 3752.0, 3720.0, 3741.0, 3706.0, 3731.0, 3716.0, 3719.0, 3705.0, 3718.0, 3737.0, 3717.0, 3718.0, 3718.0, 3764.0, 3718.0, 3748.0, 3728.0, 3751.0, 3718.0, 3753.0, 3718.0, 3748.0, 3718.0, 3717.0, 3729.0, 3761.0, 3727.0, 3750.0, 3715.0, 3729.0, 3704.0, 3729.0, 3715.0, 3739.0, 3718.0, 3716.0, 3716.0, 3717.0, 3718.0, 3720.0, 3754.0, 3732.0, 3777.0, 3718.0, 3718.0, 3758.0, 3704.0, 3747.0, 3704.0, 3726.0, 3703.0, 3724.0, 3716.0, 3715.0, 3707.0, 3718.0, 3729.0, 3759.0, 3730.0, 3752.0, 3716.0, 3741.0, 3716.0, 3721.0, 3716.0, 3727.0, 3705.0, 3727.0, 3717.0, 3740.0, 3729.0, 3750.0, 3720.0, 3763.0, 3720.0, 3764.0, 3719.0, 3741.0, 3706.0, 3718.0, 3705.0, 3728.0, 3716.0, 3727.0, 3706.0, 3749.0, 3717.0, 3738.0, 3717.0, 3752.0, 3717.0, 3739.0, 3706.0, 3739.0, 3705.0, 3706.0, 3704.0, 3715.0, 3714.0, 3706.0, 3704.0, 3716.0, 3704.0, 3717.0, 3716.0, 3717.0, 3706.0, 3731.0, 3707.0, 3740.0, 3717.0, 3730.0, 3706.0, 3729.0, 3716.0, 3717.0, 3705.0, 3737.0, 3717.0, 3752.0, 3747.0, 3716.0, 3735.0, 3704.0, 3734.0, 3704.0, 3740.0, 3716.0, 3760.0, 3728.0, 3706.0, 3749.0, 3719.0, 3731.0, 3731.0, 3773.0, 3702.0, 3715.0, 3723.0, 3692.0, 3735.0, 3691.0, 3725.0, 3692.0, 3703.0, 3701.0, 3714.0, 3701.0, 3734.0, 3702.0, 3744.0, 3703.0, 3702.0, 3705.0, 3705.0, 3707.0, 3715.0, 3705.0, 3744.0, 3692.0, 3727.0, 3691.0, 3710.0, 3691.0, 3712.0, 3695.0, 3694.0, 3696.0, 3697.0, 3707.0, 3718.0, 3731.0, 3709.0, 3753.0, 3732.0, 3758.0, 3730.0, 3716.0, 3710.0, 3716.0, 3725.0, 3717.0, 3717.0, 3742.0, 3718.0, 3753.0, 3718.0, 3730.0, 3705.0, 3728.0, 3704.0, 3717.0, 3702.0, 3707.0, 3691.0, 3694.0, 3693.0, 3707.0, 3703.0, 3706.0, 3704.0, 3705.0, 3705.0, 3719.0, 3706.0, 3729.0, 3707.0, 3739.0, 3707.0, 3739.0, 3708.0, 3730.0, 3717.0, 3720.0, 3758.0, 3717.0, 3736.0, 3706.0, 3716.0, 3718.0, 3747.0, 3718.0, 3741.0, 3717.0, 3739.0, 3705.0, 3730.0, 3695.0, 3705.0, 3693.0, 3716.0, 3695.0, 3754.0, 3717.0, 3706.0, 3730.0, 3761.0, 3707.0, 3731.0, 3703.0, 3718.0, 3746.0, 3705.0, 3704.0, 3705.0, 3704.0, 3717.0, 3751.0, 3717.0, 3737.0, 3707.0, 3736.0, 3705.0, 3728.0, 3705.0, 3728.0, 3705.0, 3716.0, 3703.0, 3705.0, 3692.0, 3705.0, 3704.0, 3706.0, 3736.0, 3717.0, 3736.0, 3718.0, 3738.0, 3717.0, 3706.0, 3708.0, 3706.0, 3718.0, 3717.0, 3718.0, 3757.0, 3707.0, 3750.0, 3716.0, 3737.0, 3705.0, 3728.0, 3705.0, 3728.0, 3717.0, 3740.0, 3718.0, 3744.0, 3719.0, 3755.0, 3729.0, 3752.0, 3707.0, 3741.0, 3694.0, 3729.0, 3704.0, 3706.0, 3704.0, 3705.0, 3705.0, 3728.0, 3707.0, 3728.0, 3707.0, 3741.0, 3707.0, 3749.0, 3720.0, 3749.0, 3719.0, 3750.0, 3730.0, 3754.0, 3718.0, 3742.0, 3696.0, 3728.0, 3693.0, 3708.0, 3704.0, 3693.0, 3703.0, 3715.0, 3706.0, 3717.0, 3730.0, 3710.0, 3765.0, 3733.0, 3755.0, 3707.0, 3718.0, 3725.0, 3704.0, 3714.0, 3704.0, 3724.0, 3717.0, 3725.0, 3717.0, 3715.0, 3716.0, 3746.0, 3717.0, 3726.0, 3717.0, 3753.0, 3706.0, 3739.0, 3718.0, 3737.0, 3718.0, 3717.0, 3729.0, 3762.0, 3718.0, 3738.0, 3706.0, 3728.0, 3705.0, 3740.0, 3705.0, 3737.0, 3706.0, 3737.0, 3706.0, 3753.0, 3729.0, 3748.0, 3719.0, 3751.0, 3717.0, 3738.0, 3706.0, 3739.0, 3717.0, 3727.0, 3706.0, 3728.0, 3695.0, 3740.0, 3707.0, 3739.0, 3731.0, 3719.0, 3731.0, 3718.0, 3732.0, 3760.0, 3729.0, 3748.0, 3728.0, 3738.0, 3718.0, 3738.0, 3717.0, 3737.0, 3716.0, 3741.0, 3706.0, 3731.0, 3717.0, 3735.0, 3715.0, 3736.0, 3705.0, 3704.0, 3716.0, 3734.0, 3705.0, 3723.0, 3703.0, 3726.0, 3715.0, 3703.0, 3716.0, 3705.0, 3729.0, 3740.0, 3730.0, 3742.0, 3730.0, 3743.0, 3728.0, 3729.0, 3763.0, 3716.0, 3739.0, 3705.0, 3726.0, 3694.0, 3714.0, 3705.0, 3727.0, 3705.0, 3729.0, 3705.0, 3728.0, 3719.0, 3742.0, 3707.0, 3742.0, 3707.0, 3740.0, 3708.0, 3729.0, 3707.0, 3729.0, 3737.0, 3729.0, 3727.0, 3730.0, 3717.0, 3729.0, 3738.0, 3718.0, 3727.0, 3728.0, 3717.0, 3729.0, 3759.0, 3729.0, 3747.0, 3728.0, 3747.0, 3717.0, 3751.0, 3716.0, 3738.0, 3705.0, 3727.0, 3705.0, 3739.0, 3707.0, 3739.0, 3705.0, 3739.0, 3706.0, 3740.0, 3706.0, 3739.0, 3705.0, 3730.0, 3705.0, 3728.0, 3706.0, 3727.0, 3706.0, 3739.0, 3707.0, 3729.0, 3737.0, 3717.0, 3747.0, 3716.0, 3753.0, 3716.0, 3740.0, 3716.0, 3740.0, 3707.0, 3728.0, 3707.0, 3740.0, 3706.0, 3728.0, 3717.0, 3729.0, 3718.0, 3751.0, 3707.0, 3750.0, 3707.0, 3741.0, 3707.0, 3729.0, 3738.0, 3729.0, 3727.0, 3729.0, 3738.0, 3729.0, 3764.0, 3730.0, 3738.0, 3729.0, 3748.0, 3718.0, 3751.0, 3717.0, 3747.0, 3730.0, 3726.0, 3730.0, 3750.0, 3729.0, 3742.0, 3717.0, 3739.0, 3706.0, 3737.0, 3715.0, 3740.0, 3716.0, 3716.0, 3738.0, 3751.0, 3706.0, 3740.0, 3714.0, 3717.0, 3703.0, 3717.0, 3704.0, 3736.0, 3705.0, 3737.0, 3717.0, 3752.0, 3719.0, 3750.0, 3729.0, 3748.0, 3729.0, 3739.0, 3707.0, 3727.0, 3704.0, 3728.0, 3704.0, 3728.0, 3714.0, 3726.0, 3735.0, 3716.0, 3750.0, 3725.0, 3735.0, 3726.0, 3706.0, 3727.0, 3707.0, 3751.0, 3718.0, 3753.0, 3717.0, 3730.0, 3715.0, 3727.0, 3715.0, 3717.0, 3717.0, 3718.0, 3704.0], 'WindowWidth': [8464.0, 8447.0, 8451.0, 8424.0, 8464.0, 8411.0, 8422.0, 8373.0, 8365.0, 8381.0, 8400.0, 8365.0, 8376.0, 8404.0, 8420.0, 8399.0, 8412.0, 8457.0, 8411.0, 8395.0, 8415.0, 8392.0, 8443.0, 8413.0, 8385.0, 8423.0, 8370.0, 8403.0, 8368.0, 8387.0, 8364.0, 8377.0, 8375.0, 8366.0, 8373.0, 8370.0, 8411.0, 8373.0, 8438.0, 8393.0, 8438.0, 8390.0, 8441.0, 8386.0, 8421.0, 8373.0, 8406.0, 8370.0, 8421.0, 8374.0, 8425.0, 8392.0, 8426.0, 8377.0, 8444.0, 8398.0, 8429.0, 8375.0, 8409.0, 8368.0, 8394.0, 8369.0, 8393.0, 8382.0, 8395.0, 8439.0, 8389.0, 8411.0, 8379.0, 8398.0, 8377.0, 8400.0, 8393.0, 8375.0, 8397.0, 8400.0, 8392.0, 8477.0, 8406.0, 8431.0, 8394.0, 8405.0, 8384.0, 8460.0, 8395.0, 8446.0, 8381.0, 8438.0, 8377.0, 8411.0, 8375.0, 8411.0, 8377.0, 8413.0, 8379.0, 8425.0, 8379.0, 8443.0, 8397.0, 8437.0, 8396.0, 8440.0, 8395.0, 8457.0, 8396.0, 8428.0, 8374.0, 8415.0, 8357.0, 8377.0, 8357.0, 8378.0, 8455.0, 8389.0, 8418.0, 8386.0, 8411.0, 8388.0, 8374.0, 8399.0, 8401.0, 8443.0, 8423.0, 8422.0, 8456.0, 8421.0, 8471.0, 8415.0, 8432.0, 8376.0, 8379.0, 8397.0, 8387.0, 8368.0, 8380.0, 8372.0, 8391.0, 8431.0, 8391.0, 8385.0, 8381.0, 8361.0, 8398.0, 8393.0, 8432.0, 8398.0, 8431.0, 8398.0, 8444.0, 8393.0, 8384.0, 8361.0, 8392.0, 8375.0, 8413.0, 8393.0, 8444.0, 8396.0, 8444.0, 8394.0, 8442.0, 8397.0, 8438.0, 8399.0, 8435.0, 8395.0, 8440.0, 8394.0, 8439.0, 8394.0, 8424.0, 8392.0, 8423.0, 8393.0, 8389.0, 8378.0, 8380.0, 8398.0, 8431.0, 8445.0, 8410.0, 8420.0, 8440.0, 8454.0, 8413.0, 8452.0, 8401.0, 8418.0, 8373.0, 8414.0, 8371.0, 8412.0, 8374.0, 8415.0, 8392.0, 8419.0, 8395.0, 8417.0, 8393.0, 8418.0, 8395.0, 8420.0, 8399.0, 8395.0, 8384.0, 8406.0, 8397.0, 8462.0, 8393.0, 8434.0, 8375.0, 8421.0, 8370.0, 8407.0, 8377.0, 8396.0, 8372.0, 8413.0, 8377.0, 8398.0, 8380.0, 8413.0, 8379.0, 8415.0, 8395.0, 8450.0, 8384.0, 8460.0, 8403.0, 8458.0, 8413.0, 8461.0, 8409.0, 8452.0, 8378.0, 8443.0, 8392.0, 8437.0, 8391.0, 8435.0, 8393.0, 8416.0, 8392.0, 8438.0, 8392.0, 8435.0, 8389.0, 8417.0, 8386.0, 8418.0, 8389.0, 8429.0, 8390.0, 8429.0, 8407.0, 8437.0, 8389.0, 8416.0, 8391.0, 8382.0, 8378.0, 8361.0, 8422.0, 8402.0, 8402.0, 8420.0, 8419.0, 8461.0, 8431.0, 8466.0, 8395.0, 8438.0, 8389.0, 8420.0, 8370.0, 8413.0, 8373.0, 8395.0, 8387.0, 8427.0, 8377.0, 8375.0, 8397.0, 8395.0, 8415.0, 8394.0, 8434.0, 8392.0, 8403.0, 8405.0, 8389.0, 8441.0, 8387.0, 8356.0, 8376.0, 8388.0, 8411.0, 8392.0, 8440.0, 8378.0, 8410.0, 8388.0, 8404.0, 8374.0, 8425.0, 8390.0, 8438.0, 8407.0, 8433.0, 8409.0, 8441.0, 8390.0, 8423.0, 8385.0, 8385.0, 8352.0, 8374.0, 8381.0, 8406.0, 8387.0, 8417.0, 8395.0, 8446.0, 8395.0, 8446.0, 8408.0, 8437.0, 8390.0, 8427.0, 8389.0, 8389.0, 8383.0, 8376.0, 8402.0, 8394.0, 8442.0, 8413.0, 8425.0, 8416.0, 8466.0, 8428.0, 8447.0, 8394.0, 8423.0, 8391.0, 8428.0, 8391.0, 8389.0, 8394.0, 8390.0, 8396.0, 8395.0, 8443.0, 8410.0, 8444.0, 8394.0, 8441.0, 8385.0, 8418.0, 8368.0, 8400.0, 8384.0, 8416.0, 8402.0, 8415.0, 8391.0, 8401.0, 8390.0, 8429.0, 8403.0, 8398.0, 8391.0, 8410.0, 8384.0, 8415.0, 8368.0, 8414.0, 8370.0, 8387.0, 8374.0, 8372.0, 8405.0, 8390.0, 8427.0, 8396.0, 8425.0, 8388.0, 8440.0, 8369.0, 8405.0, 8366.0, 8388.0, 8350.0, 8397.0, 8367.0, 8400.0, 8382.0, 8402.0, 8369.0, 8401.0, 8389.0, 8407.0, 8389.0, 8421.0, 8388.0, 8424.0, 8387.0, 8419.0, 8404.0, 8416.0, 8393.0, 8378.0, 8418.0, 8414.0, 8412.0, 8399.0, 8414.0, 8475.0, 8454.0, 8412.0, 8431.0, 8365.0, 8396.0, 8379.0, 8397.0, 8366.0, 8399.0, 8385.0, 8404.0, 8372.0, 8404.0, 8388.0, 8407.0, 8391.0, 8419.0, 8397.0, 8425.0, 8388.0, 8425.0, 8392.0, 8424.0, 8387.0, 8440.0, 8390.0, 8405.0, 8369.0, 8409.0, 8425.0, 8406.0, 8409.0, 8394.0, 8426.0, 8385.0, 8435.0, 8388.0, 8421.0, 8372.0, 8407.0, 8370.0, 8410.0, 8373.0, 8410.0, 8375.0, 8416.0, 8390.0, 8412.0, 8447.0, 8396.0, 8436.0, 8386.0, 8421.0, 8387.0, 8422.0, 8374.0, 8412.0, 8373.0, 8411.0, 8372.0, 8397.0, 8442.0, 8390.0, 8442.0, 8395.0, 8431.0, 8394.0, 8434.0, 8409.0, 8435.0, 8396.0, 8443.0, 8395.0, 8439.0, 8392.0, 8426.0, 8391.0, 8426.0, 8388.0, 8411.0, 8391.0, 8410.0, 8417.0, 8408.0, 8444.0, 8404.0, 8434.0, 8385.0, 8406.0, 8383.0, 8407.0, 8384.0, 8406.0, 8371.0, 8409.0, 8389.0, 8391.0, 8415.0, 8380.0, 8451.0, 8389.0, 8436.0, 8391.0, 8388.0, 8394.0, 8378.0, 8417.0, 8470.0, 8421.0, 8433.0, 8389.0, 8420.0, 8388.0, 8422.0, 8371.0, 8407.0, 8384.0, 8406.0, 8391.0, 8416.0, 8369.0, 8420.0, 8382.0, 8401.0, 8389.0, 8418.0, 8368.0, 8377.0, 8381.0, 8387.0, 8430.0, 8369.0, 8414.0, 8366.0, 8412.0, 8383.0, 8389.0, 8388.0, 8407.0, 8386.0, 8407.0, 8393.0, 8396.0, 8395.0, 8443.0, 8398.0, 8428.0, 8376.0, 8415.0, 8388.0, 8395.0, 8374.0, 8395.0, 8416.0, 8393.0, 8395.0, 8397.0, 8460.0, 8396.0, 8434.0, 8408.0, 8440.0, 8396.0, 8445.0, 8396.0, 8434.0, 8396.0, 8394.0, 8410.0, 8454.0, 8402.0, 8435.0, 8386.0, 8406.0, 8368.0, 8407.0, 8385.0, 8423.0, 8393.0, 8387.0, 8391.0, 8394.0, 8399.0, 8403.0, 8454.0, 8422.0, 8487.0, 8394.0, 8395.0, 8444.0, 8369.0, 8427.0, 8368.0, 8398.0, 8367.0, 8396.0, 8390.0, 8388.0, 8380.0, 8394.0, 8413.0, 8450.0, 8412.0, 8443.0, 8390.0, 8425.0, 8388.0, 8399.0, 8389.0, 8405.0, 8374.0, 8404.0, 8393.0, 8427.0, 8413.0, 8441.0, 8402.0, 8461.0, 8401.0, 8463.0, 8397.0, 8429.0, 8376.0, 8395.0, 8373.0, 8407.0, 8388.0, 8406.0, 8376.0, 8437.0, 8392.0, 8420.0, 8392.0, 8445.0, 8393.0, 8423.0, 8375.0, 8423.0, 8371.0, 8374.0, 8370.0, 8386.0, 8382.0, 8374.0, 8370.0, 8389.0, 8370.0, 8392.0, 8390.0, 8392.0, 8377.0, 8414.0, 8378.0, 8426.0, 8391.0, 8411.0, 8376.0, 8409.0, 8387.0, 8390.0, 8373.0, 8419.0, 8391.0, 8444.0, 8429.0, 8386.0, 8408.0, 8369.0, 8408.0, 8369.0, 8421.0, 8389.0, 8454.0, 8407.0, 8375.0, 8435.0, 8399.0, 8417.0, 8417.0, 8472.0, 8363.0, 8381.0, 8387.0, 8347.0, 8406.0, 8347.0, 8396.0, 8348.0, 8365.0, 8359.0, 8380.0, 8359.0, 8407.0, 8362.0, 8420.0, 8366.0, 8361.0, 8370.0, 8366.0, 8372.0, 8378.0, 8366.0, 8416.0, 8346.0, 8394.0, 8341.0, 8366.0, 8342.0, 8370.0, 8352.0, 8349.0, 8355.0, 8355.0, 8370.0, 8386.0, 8408.0, 8376.0, 8440.0, 8414.0, 8458.0, 8412.0, 8386.0, 8383.0, 8388.0, 8399.0, 8391.0, 8391.0, 8429.0, 8393.0, 8444.0, 8393.0, 8409.0, 8369.0, 8401.0, 8366.0, 8385.0, 8363.0, 8374.0, 8347.0, 8355.0, 8352.0, 8377.0, 8366.0, 8374.0, 8370.0, 8373.0, 8373.0, 8396.0, 8377.0, 8410.0, 8378.0, 8425.0, 8378.0, 8424.0, 8382.0, 8412.0, 8391.0, 8399.0, 8445.0, 8390.0, 8413.0, 8377.0, 8389.0, 8393.0, 8430.0, 8393.0, 8425.0, 8391.0, 8421.0, 8371.0, 8409.0, 8356.0, 8370.0, 8351.0, 8385.0, 8357.0, 8444.0, 8393.0, 8378.0, 8412.0, 8454.0, 8376.0, 8412.0, 8366.0, 8392.0, 8425.0, 8371.0, 8370.0, 8374.0, 8371.0, 8393.0, 8440.0, 8391.0, 8417.0, 8376.0, 8415.0, 8374.0, 8405.0, 8371.0, 8405.0, 8372.0, 8388.0, 8367.0, 8372.0, 8352.0, 8373.0, 8369.0, 8376.0, 8414.0, 8392.0, 8414.0, 8393.0, 8418.0, 8393.0, 8377.0, 8382.0, 8377.0, 8396.0, 8390.0, 8395.0, 8443.0, 8377.0, 8435.0, 8386.0, 8414.0, 8373.0, 8405.0, 8374.0, 8407.0, 8392.0, 8425.0, 8396.0, 8434.0, 8400.0, 8451.0, 8413.0, 8445.0, 8380.0, 8426.0, 8358.0, 8407.0, 8370.0, 8375.0, 8369.0, 8373.0, 8372.0, 8406.0, 8379.0, 8408.0, 8381.0, 8429.0, 8381.0, 8439.0, 8400.0, 8438.0, 8400.0, 8438.0, 8414.0, 8448.0, 8396.0, 8429.0, 8362.0, 8405.0, 8354.0, 8378.0, 8368.0, 8352.0, 8367.0, 8387.0, 8378.0, 8394.0, 8415.0, 8389.0, 8467.0, 8424.0, 8454.0, 8378.0, 8394.0, 8398.0, 8369.0, 8381.0, 8369.0, 8395.0, 8390.0, 8399.0, 8392.0, 8387.0, 8391.0, 8429.0, 8392.0, 8402.0, 8394.0, 8444.0, 8378.0, 8422.0, 8394.0, 8419.0, 8397.0, 8392.0, 8413.0, 8457.0, 8392.0, 8419.0, 8374.0, 8405.0, 8374.0, 8422.0, 8372.0, 8416.0, 8376.0, 8417.0, 8378.0, 8444.0, 8412.0, 8435.0, 8397.0, 8441.0, 8391.0, 8419.0, 8376.0, 8421.0, 8392.0, 8405.0, 8376.0, 8407.0, 8360.0, 8422.0, 8378.0, 8423.0, 8418.0, 8402.0, 8418.0, 8396.0, 8420.0, 8454.0, 8412.0, 8435.0, 8409.0, 8421.0, 8396.0, 8419.0, 8392.0, 8417.0, 8388.0, 8425.0, 8377.0, 8411.0, 8389.0, 8411.0, 8386.0, 8412.0, 8373.0, 8370.0, 8387.0, 8408.0, 8370.0, 8391.0, 8364.0, 8396.0, 8381.0, 8365.0, 8387.0, 8375.0, 8411.0, 8430.0, 8415.0, 8435.0, 8414.0, 8435.0, 8407.0, 8408.0, 8455.0, 8385.0, 8417.0, 8368.0, 8397.0, 8354.0, 8382.0, 8371.0, 8403.0, 8373.0, 8409.0, 8375.0, 8408.0, 8396.0, 8430.0, 8381.0, 8432.0, 8380.0, 8427.0, 8381.0, 8410.0, 8378.0, 8409.0, 8416.0, 8409.0, 8403.0, 8411.0, 8393.0, 8409.0, 8420.0, 8395.0, 8405.0, 8409.0, 8394.0, 8412.0, 8449.0, 8410.0, 8431.0, 8408.0, 8431.0, 8390.0, 8437.0, 8387.0, 8418.0, 8372.0, 8402.0, 8374.0, 8422.0, 8378.0, 8421.0, 8375.0, 8422.0, 8377.0, 8426.0, 8377.0, 8422.0, 8374.0, 8411.0, 8374.0, 8407.0, 8375.0, 8405.0, 8375.0, 8424.0, 8379.0, 8411.0, 8419.0, 8392.0, 8430.0, 8391.0, 8444.0, 8390.0, 8423.0, 8389.0, 8423.0, 8380.0, 8409.0, 8379.0, 8427.0, 8377.0, 8409.0, 8394.0, 8411.0, 8396.0, 8442.0, 8379.0, 8441.0, 8380.0, 8429.0, 8379.0, 8412.0, 8419.0, 8408.0, 8404.0, 8411.0, 8420.0, 8411.0, 8461.0, 8413.0, 8420.0, 8411.0, 8432.0, 8395.0, 8439.0, 8392.0, 8430.0, 8412.0, 8402.0, 8412.0, 8437.0, 8410.0, 8429.0, 8392.0, 8420.0, 8374.0, 8416.0, 8386.0, 8423.0, 8389.0, 8390.0, 8423.0, 8440.0, 8376.0, 8422.0, 8381.0, 8388.0, 8367.0, 8389.0, 8369.0, 8415.0, 8374.0, 8418.0, 8395.0, 8446.0, 8399.0, 8439.0, 8412.0, 8434.0, 8410.0, 8423.0, 8376.0, 8402.0, 8371.0, 8405.0, 8371.0, 8406.0, 8383.0, 8401.0, 8410.0, 8387.0, 8434.0, 8399.0, 8411.0, 8402.0, 8378.0, 8405.0, 8381.0, 8443.0, 8396.0, 8446.0, 8391.0, 8410.0, 8384.0, 8402.0, 8386.0, 8390.0, 8389.0, 8394.0, 8371.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.0004439757994814175</td></tr>
<tr><td colspan=3>aqi</td><td>0.026798690579083836</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.831995330527704</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1633442621366794</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9661055935121114</td></tr>
<tr><td colspan=3>efc</td><td>0.4554</td></tr>
<tr><td colspan=3>fber</td><td>6449.123</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07567552560266343</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6914433880726015</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4767485697724636</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3468250349564217</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7514577525819535</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3319629217790157</td></tr>
<tr><td colspan=3>gcor</td><td>0.00512381</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01316819153726101</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023553086444735527</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</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.6867644653436686</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>30.0432</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7182</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.3714</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304556.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>595.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.6543</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7877</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.29</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2939.7253</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.3332</td></tr>
<tr><td colspan=3>tsnr</td><td>35.16587771859486</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>