<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-02/func/sub-0066_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>d2e194fbe04ca97ccd777792ed357f26</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>15:54:46.512500</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.999864, -0.00782862, 0.0145348, 0.00855113, 0.998696, -0.0503308]</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.117329</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>[4143, -7728, -7298, 420, -133, -79, 57, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>285.472</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5a8fa81b-7128-4bc3-9f6a-16f4be4cabda||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.682561159133911, 0.02294205315411091, 0.0381290540099144, 108.22874450683594], [0.021003620699048042, 2.6794283390045166, -0.136210098862648, -86.9484634399414], [0.038995932787656784, 0.1350337415933609, 2.6962924003601074, -74.90118408203125], [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': ['155446.512500', '155446.972500', '155447.432500', '155447.892500', '155448.352500', '155448.812500', '155449.272500', '155449.732500', '155450.192500', '155450.652500', '155451.112500', '155451.572500', '155452.032500', '155452.492500', '155452.952500', '155453.412500', '155453.872500', '155454.332500', '155454.792500', '155455.252500', '155455.712500', '155456.172500', '155456.632500', '155457.092500', '155457.552500', '155458.012500', '155458.472500', '155458.932500', '155459.392500', '155459.852500', '155500.312500', '155500.772500', '155501.232500', '155501.692500', '155502.152500', '155502.612500', '155503.072500', '155503.532500', '155503.992500', '155504.452500', '155504.912500', '155505.372500', '155505.832500', '155506.292500', '155506.752500', '155507.212500', '155507.672500', '155508.132500', '155508.592500', '155509.052500', '155509.512500', '155509.972500', '155510.432500', '155510.892500', '155511.352500', '155511.812500', '155512.272500', '155512.732500', '155513.192500', '155513.652500', '155514.112500', '155514.572500', '155515.032500', '155515.492500', '155515.952500', '155516.412500', '155516.872500', '155517.332500', '155517.792500', '155518.252500', '155518.712500', '155519.172500', '155519.632500', '155520.092500', '155520.552500', '155521.012500', '155521.472500', '155521.932500', '155522.392500', '155522.852500', '155523.312500', '155523.772500', '155524.232500', '155524.692500', '155525.152500', '155525.612500', '155526.072500', '155526.532500', '155526.992500', '155527.452500', '155527.912500', '155528.372500', '155528.832500', '155529.292500', '155529.752500', '155530.212500', '155530.672500', '155531.132500', '155531.592500', '155532.052500', '155532.512500', '155532.972500', '155533.432500', '155533.892500', '155534.352500', '155534.812500', '155535.272500', '155535.732500', '155536.192500', '155536.652500', '155537.112500', '155537.572500', '155538.032500', '155538.492500', '155538.952500', '155539.412500', '155539.872500', '155540.332500', '155540.792500', '155541.252500', '155541.712500', '155542.172500', '155542.632500', '155543.092500', '155543.552500', '155544.012500', '155544.472500', '155544.932500', '155545.392500', '155545.852500', '155546.312500', '155546.772500', '155547.232500', '155547.692500', '155548.152500', '155548.612500', '155549.072500', '155549.532500', '155549.992500', '155550.452500', '155550.912500', '155551.372500', '155551.832500', '155552.292500', '155552.752500', '155553.212500', '155553.672500', '155554.132500', '155554.592500', '155555.052500', '155555.512500', '155555.972500', '155556.432500', '155556.892500', '155557.352500', '155557.812500', '155558.272500', '155558.732500', '155559.192500', '155559.652500', '155600.112500', '155600.572500', '155601.032500', '155601.492500', '155601.952500', '155602.412500', '155602.872500', '155603.332500', '155603.792500', '155604.252500', '155604.712500', '155605.172500', '155605.632500', '155606.092500', '155606.552500', '155607.012500', '155607.472500', '155607.932500', '155608.392500', '155608.852500', '155609.312500', '155609.772500', '155610.232500', '155610.692500', '155611.152500', '155611.612500', '155612.072500', '155612.532500', '155612.992500', '155613.452500', '155613.912500', '155614.372500', '155614.832500', '155615.292500', '155615.752500', '155616.212500', '155616.672500', '155617.132500', '155617.592500', '155618.052500', '155618.512500', '155618.972500', '155619.432500', '155619.892500', '155620.352500', '155620.812500', '155621.272500', '155621.732500', '155622.192500', '155622.652500', '155623.112500', '155623.572500', '155624.032500', '155624.492500', '155624.952500', '155625.412500', '155625.872500', '155626.332500', '155626.792500', '155627.252500', '155627.712500', '155628.172500', '155628.632500', '155629.092500', '155629.552500', '155630.012500', '155630.472500', '155630.932500', '155631.392500', '155631.852500', '155632.312500', '155632.772500', '155633.232500', '155633.692500', '155634.152500', '155634.612500', '155635.072500', '155635.532500', '155635.992500', '155636.452500', '155636.912500', '155637.372500', '155637.832500', '155638.292500', '155638.752500', '155639.212500', '155639.672500', '155640.132500', '155640.592500', '155641.052500', '155641.512500', '155641.972500', '155642.432500', '155642.892500', '155643.352500', '155643.812500', '155644.272500', '155644.732500', '155645.192500', '155645.652500', '155646.112500', '155646.572500', '155647.032500', '155647.492500', '155647.952500', '155648.412500', '155648.872500', '155649.332500', '155649.792500', '155650.252500', '155650.712500', '155651.172500', '155651.632500', '155652.092500', '155652.552500', '155653.012500', '155653.472500', '155653.932500', '155654.392500', '155654.852500', '155655.312500', '155655.772500', '155656.232500', '155656.692500', '155657.152500', '155657.612500', '155658.072500', '155658.532500', '155658.992500', '155659.452500', '155659.912500', '155700.372500', '155700.832500', '155701.292500', '155701.752500', '155702.212500', '155702.672500', '155703.132500', '155703.592500', '155704.052500', '155704.512500', '155704.972500', '155705.432500', '155705.892500', '155706.352500', '155706.812500', '155707.272500', '155707.732500', '155708.192500', '155708.652500', '155709.112500', '155709.572500', '155710.032500', '155710.492500', '155710.952500', '155711.412500', '155711.872500', '155712.332500', '155712.792500', '155713.252500', '155713.712500', '155714.172500', '155714.632500', '155715.092500', '155715.552500', '155716.012500', '155716.472500', '155716.932500', '155717.392500', '155717.852500', '155718.312500', '155718.772500', '155719.232500', '155719.692500', '155720.152500', '155720.612500', '155721.072500', '155721.532500', '155721.992500', '155722.452500', '155722.912500', '155723.372500', '155723.832500', '155724.292500', '155724.752500', '155725.212500', '155725.672500', '155726.132500', '155726.592500', '155727.052500', '155727.512500', '155727.972500', '155728.432500', '155728.892500', '155729.352500', '155729.812500', '155730.272500', '155730.732500', '155731.192500', '155731.652500', '155732.112500', '155732.572500', '155733.032500', '155733.492500', '155733.952500', '155734.412500', '155734.872500', '155735.332500', '155735.792500', '155736.252500', '155736.712500', '155737.172500', '155737.632500', '155738.092500', '155738.552500', '155739.012500', '155739.472500', '155739.932500', '155740.392500', '155740.852500', '155741.312500', '155741.772500', '155742.232500', '155742.692500', '155743.152500', '155743.612500', '155744.072500', '155744.532500', '155744.992500', '155745.452500', '155745.912500', '155746.372500', '155746.832500', '155747.292500', '155747.752500', '155748.212500', '155748.672500', '155749.132500', '155749.592500', '155750.052500', '155750.512500', '155750.972500', '155751.432500', '155751.892500', '155752.352500', '155752.812500', '155753.272500', '155753.732500', '155754.192500', '155754.652500', '155755.112500', '155755.572500', '155756.032500', '155756.492500', '155756.952500', '155757.412500', '155757.872500', '155758.332500', '155758.792500', '155759.252500', '155759.712500', '155800.172500', '155800.632500', '155801.092500', '155801.552500', '155802.012500', '155802.472500', '155802.932500', '155803.392500', '155803.852500', '155804.312500', '155804.772500', '155805.232500', '155805.692500', '155806.152500', '155806.612500', '155807.072500', '155807.532500', '155807.992500', '155808.452500', '155808.912500', '155809.372500', '155809.832500', '155810.292500', '155810.752500', '155811.212500', '155811.672500', '155812.132500', '155812.592500', '155813.052500', '155813.512500', '155813.972500', '155814.432500', '155814.892500', '155815.352500', '155815.812500', '155816.272500', '155816.732500', '155817.192500', '155817.652500', '155818.112500', '155818.572500', '155819.032500', '155819.492500', '155819.952500', '155820.412500', '155820.872500', '155821.332500', '155821.792500', '155822.252500', '155822.712500', '155823.172500', '155823.632500', '155824.092500', '155824.552500', '155825.012500', '155825.472500', '155825.932500', '155826.392500', '155826.852500', '155827.312500', '155827.772500', '155828.232500', '155828.692500', '155829.152500', '155829.612500', '155830.072500', '155830.532500', '155830.992500', '155831.452500', '155831.912500', '155832.372500', '155832.832500', '155833.292500', '155833.752500', '155834.212500', '155834.672500', '155835.132500', '155835.592500', '155836.052500', '155836.512500', '155836.972500', '155837.432500', '155837.892500', '155838.352500', '155838.812500', '155839.272500', '155839.732500', '155840.192500', '155840.652500', '155841.112500', '155841.572500', '155842.032500', '155842.492500', '155842.952500', '155843.412500', '155843.872500', '155844.332500', '155844.792500', '155845.252500', '155845.712500', '155846.172500', '155846.632500', '155847.092500', '155847.552500', '155848.012500', '155848.472500', '155848.932500', '155849.392500', '155849.852500', '155850.312500', '155850.772500', '155851.232500', '155851.692500', '155852.152500', '155852.612500', '155853.072500', '155853.532500', '155853.992500', '155854.452500', '155854.912500', '155855.372500', '155855.832500', '155856.292500', '155856.752500', '155857.212500', '155857.672500', '155858.132500', '155858.592500', '155859.052500', '155859.512500', '155859.972500', '155900.432500', '155900.892500', '155901.352500', '155901.812500', '155902.272500', '155902.732500', '155903.192500', '155903.652500', '155904.112500', '155904.572500', '155905.032500', '155905.492500', '155905.952500', '155906.412500', '155906.872500', '155907.332500', '155907.792500', '155908.252500', '155908.712500', '155909.172500', '155909.632500', '155910.092500', '155910.552500', '155911.012500', '155911.472500', '155911.932500', '155912.392500', '155912.852500', '155913.312500', '155913.772500', '155914.232500', '155914.692500', '155915.152500', '155915.612500', '155916.072500', '155916.532500', '155916.992500', '155917.452500', '155917.912500', '155918.372500', '155918.832500', '155919.292500', '155919.752500', '155920.212500', '155920.672500', '155921.132500', '155921.592500', '155922.052500', '155922.512500', '155922.972500', '155923.432500', '155923.892500', '155924.352500', '155924.812500', '155925.272500', '155925.732500', '155926.192500', '155926.652500', '155927.112500', '155927.572500', '155928.032500', '155928.492500', '155928.952500', '155929.412500', '155929.872500', '155930.332500', '155930.792500', '155931.252500', '155931.712500', '155932.172500', '155932.632500', '155933.092500', '155933.552500', '155934.012500', '155934.472500', '155934.932500', '155935.392500', '155935.852500', '155936.312500', '155936.772500', '155937.232500', '155937.692500', '155938.152500', '155938.612500', '155939.072500', '155939.532500', '155939.992500', '155940.452500', '155940.912500', '155941.372500', '155941.832500', '155942.292500', '155942.752500', '155943.212500', '155943.672500', '155944.132500', '155944.592500', '155945.052500', '155945.512500', '155945.972500', '155946.432500', '155946.892500', '155947.352500', '155947.812500', '155948.272500', '155948.732500', '155949.192500', '155949.652500', '155950.112500', '155950.572500', '155951.032500', '155951.492500', '155951.952500', '155952.412500', '155952.872500', '155953.332500', '155953.792500', '155954.252500', '155954.712500', '155955.172500', '155955.632500', '155956.092500', '155956.552500', '155957.012500', '155957.472500', '155957.932500', '155958.392500', '155958.852500', '155959.312500', '155959.772500', '160000.232500', '160000.692500', '160001.152500', '160001.612500', '160002.072500', '160002.532500', '160002.992500', '160003.452500', '160003.912500', '160004.372500', '160004.832500', '160005.292500', '160005.752500', '160006.212500', '160006.672500', '160007.132500', '160007.592500', '160008.052500', '160008.512500', '160008.972500', '160009.432500', '160009.892500', '160010.352500', '160010.812500', '160011.272500', '160011.732500', '160012.192500', '160012.652500', '160013.112500', '160013.572500', '160014.032500', '160014.492500', '160014.952500', '160015.412500', '160015.872500', '160016.332500', '160016.792500', '160017.252500', '160017.712500', '160018.172500', '160018.632500', '160019.092500', '160019.552500', '160020.012500', '160020.472500', '160020.932500', '160021.392500', '160021.852500', '160022.312500', '160022.772500', '160023.232500', '160023.692500', '160024.152500', '160024.612500', '160025.072500', '160025.532500', '160025.992500', '160026.452500', '160026.912500', '160027.372500', '160027.832500', '160028.292500', '160028.752500', '160029.212500', '160029.672500', '160030.132500', '160030.592500', '160031.052500', '160031.512500', '160031.972500', '160032.432500', '160032.892500', '160033.352500', '160033.812500', '160034.272500', '160034.732500', '160035.192500', '160035.652500', '160036.112500', '160036.572500', '160037.032500', '160037.492500', '160037.952500', '160038.412500', '160038.872500', '160039.332500', '160039.792500', '160040.252500', '160040.712500', '160041.172500', '160041.632500', '160042.092500', '160042.552500', '160043.012500', '160043.472500', '160043.932500', '160044.392500', '160044.852500', '160045.312500', '160045.772500', '160046.232500', '160046.692500', '160047.152500', '160047.612500', '160048.072500', '160048.532500', '160048.992500', '160049.452500', '160049.912500', '160050.372500', '160050.832500', '160051.292500', '160051.752500', '160052.212500', '160052.672500', '160053.132500', '160053.592500', '160054.052500', '160054.512500', '160054.972500', '160055.432500', '160055.892500', '160056.352500', '160056.812500', '160057.272500', '160057.732500', '160058.192500', '160058.652500', '160059.112500', '160059.572500', '160100.032500', '160100.492500', '160100.952500', '160101.412500', '160101.872500', '160102.332500', '160102.792500', '160103.252500', '160103.712500', '160104.172500', '160104.632500', '160105.092500', '160105.552500', '160106.012500', '160106.472500', '160106.932500', '160107.392500', '160107.852500', '160108.312500', '160108.772500', '160109.232500', '160109.692500', '160110.152500', '160110.612500', '160111.072500', '160111.532500', '160111.992500', '160112.452500', '160112.912500', '160113.372500', '160113.832500', '160114.292500', '160114.752500', '160115.212500', '160115.672500', '160116.132500', '160116.592500', '160117.052500', '160117.512500', '160117.972500', '160118.432500', '160118.892500', '160119.352500', '160119.812500', '160120.272500', '160120.732500', '160121.192500', '160121.652500', '160122.112500', '160122.572500', '160123.032500', '160123.492500', '160123.952500', '160124.412500', '160124.872500', '160125.332500', '160125.792500', '160126.252500', '160126.712500', '160127.172500', '160127.632500', '160128.092500', '160128.552500', '160129.012500', '160129.472500', '160129.932500', '160130.392500', '160130.852500', '160131.312500', '160131.772500', '160132.232500', '160132.692500', '160133.152500', '160133.612500', '160134.072500', '160134.532500', '160134.992500', '160135.452500', '160135.912500', '160136.372500', '160136.832500', '160137.292500', '160137.752500', '160138.212500', '160138.672500', '160139.132500', '160139.592500', '160140.052500', '160140.512500', '160140.972500', '160141.432500', '160141.892500', '160142.352500', '160142.812500', '160143.272500', '160143.732500', '160144.192500', '160144.652500', '160145.112500', '160145.572500', '160146.032500', '160146.492500', '160146.952500', '160147.412500', '160147.872500', '160148.332500', '160148.792500', '160149.252500', '160149.712500', '160150.172500', '160150.632500', '160151.092500', '160151.552500', '160152.012500', '160152.472500', '160152.932500', '160153.392500', '160153.852500', '160154.312500', '160154.772500', '160155.232500', '160155.692500', '160156.152500', '160156.612500', '160157.072500', '160157.532500', '160157.992500', '160158.452500', '160158.912500', '160159.372500', '160159.832500', '160200.292500', '160200.752500', '160201.212500', '160201.672500', '160202.132500', '160202.592500', '160203.052500', '160203.512500', '160203.972500', '160204.432500', '160204.892500', '160205.352500', '160205.812500', '160206.272500', '160206.732500', '160207.192500', '160207.652500', '160208.112500', '160208.572500', '160209.032500', '160209.492500', '160209.952500', '160210.412500', '160210.872500', '160211.332500', '160211.792500', '160212.252500', '160212.712500', '160213.172500', '160213.632500', '160214.092500', '160214.552500', '160215.012500', '160215.472500', '160215.932500', '160216.392500', '160216.852500', '160217.312500', '160217.772500', '160218.232500', '160218.692500', '160219.152500', '160219.612500', '160220.072500', '160220.532500', '160220.992500', '160221.452500', '160221.912500', '160222.372500', '160222.832500', '160223.292500', '160223.752500', '160224.212500', '160224.672500', '160225.132500', '160225.592500', '160226.052500', '160226.512500', '160226.972500', '160227.432500', '160227.892500', '160228.352500', '160228.812500', '160229.272500', '160229.732500', '160230.192500', '160230.652500', '160231.112500', '160231.572500', '160232.032500', '160232.492500', '160232.952500', '160233.412500', '160233.872500', '160234.332500', '160234.792500', '160235.252500', '160235.712500', '160236.172500', '160236.632500', '160237.092500', '160237.552500', '160238.012500', '160238.472500', '160238.932500', '160239.392500', '160239.852500', '160240.312500', '160240.772500', '160241.232500', '160241.692500', '160242.152500', '160242.612500', '160243.072500', '160243.532500', '160243.992500', '160244.452500', '160244.912500', '160245.372500', '160245.832500', '160246.292500', '160246.752500', '160247.212500', '160247.672500', '160248.132500', '160248.592500', '160249.052500', '160249.512500', '160249.972500', '160250.432500', '160250.892500', '160251.352500', '160251.812500', '160252.272500', '160252.732500', '160253.192500', '160253.652500', '160254.112500', '160254.572500', '160255.032500', '160255.492500', '160255.952500', '160256.412500', '160256.872500', '160257.332500', '160257.792500', '160258.252500', '160258.712500', '160259.172500', '160259.632500', '160300.092500', '160300.552500', '160301.012500', '160301.472500', '160301.932500', '160302.392500', '160302.852500', '160303.312500', '160303.772500', '160304.232500', '160304.692500', '160305.152500', '160305.612500', '160306.072500', '160306.532500', '160306.992500', '160307.452500', '160307.912500', '160308.372500', '160308.832500', '160309.292500', '160309.752500', '160310.212500', '160310.672500', '160311.132500', '160311.592500', '160312.052500', '160312.512500', '160312.972500', '160313.432500', '160313.892500', '160314.352500', '160314.812500', '160315.272500', '160315.732500', '160316.192500', '160316.652500', '160317.112500', '160317.572500', '160318.032500', '160318.492500', '160318.952500', '160319.412500', '160319.872500', '160320.332500', '160320.792500', '160321.252500', '160321.712500', '160322.172500', '160322.632500', '160323.092500', '160323.552500', '160324.012500', '160324.472500', '160324.932500', '160325.392500', '160325.852500', '160326.312500', '160326.772500', '160327.232500', '160327.692500', '160328.152500', '160328.612500', '160329.072500', '160329.532500', '160329.992500', '160330.452500', '160330.912500', '160331.372500', '160331.832500', '160332.292500', '160332.752500', '160333.212500', '160333.672500', '160334.132500', '160334.592500', '160335.052500', '160335.512500', '160335.972500', '160336.432500', '160336.892500', '160337.352500', '160337.812500', '160338.272500', '160338.732500'], 'ContentTime': ['155509.469000', '155509.472000', '155509.475000', '155509.477000', '155509.480000', '155509.483000', '155509.486000', '155509.489000', '155509.492000', '155509.494000', '155509.497000', '155509.500000', '155509.503000', '155509.506000', '155509.508000', '155509.511000', '155509.514000', '155509.516000', '155509.519000', '155509.522000', '155509.525000', '155509.527000', '155509.530000', '155509.533000', '155509.535000', '155509.538000', '155509.541000', '155509.544000', '155509.546000', '155509.549000', '155509.552000', '155509.554000', '155509.558000', '155509.560000', '155509.563000', '155509.566000', '155509.568000', '155509.571000', '155509.573000', '155509.576000', '155509.579000', '155509.589000', '155509.592000', '155509.596000', '155509.598000', '155509.601000', '155509.603000', '155529.440000', '155529.444000', '155529.446000', '155529.449000', '155529.451000', '155529.454000', '155529.457000', '155529.459000', '155529.462000', '155529.465000', '155529.467000', '155529.470000', '155529.472000', '155529.475000', '155529.478000', '155529.480000', '155529.483000', '155529.486000', '155529.488000', '155529.491000', '155529.493000', '155529.496000', '155529.499000', '155529.501000', '155529.504000', '155529.507000', '155529.509000', '155529.512000', '155529.520000', '155529.523000', '155529.526000', '155529.528000', '155529.531000', '155529.533000', '155529.536000', '155529.539000', '155529.541000', '155529.544000', '155529.547000', '155529.549000', '155529.552000', '155529.555000', '155529.557000', '155549.441000', '155549.443000', '155549.447000', '155549.450000', '155549.452000', '155549.455000', '155549.458000', '155549.460000', '155549.463000', '155549.466000', '155549.468000', '155549.471000', '155549.474000', '155549.476000', '155549.479000', '155549.482000', '155549.484000', '155549.487000', '155549.490000', '155549.492000', '155549.495000', '155549.498000', '155549.505000', '155549.507000', '155549.510000', '155549.512000', '155549.515000', '155549.518000', '155549.521000', '155549.523000', '155549.526000', '155549.529000', '155549.531000', '155549.534000', '155549.536000', '155549.539000', '155549.542000', '155549.544000', '155549.547000', '155549.549000', '155549.552000', '155549.555000', '155549.557000', '155549.560000', '155609.440000', '155609.443000', '155609.446000', '155609.449000', '155609.452000', '155609.454000', '155609.457000', '155609.459000', '155609.462000', '155609.465000', '155609.467000', '155609.470000', '155609.473000', '155609.475000', '155609.478000', '155609.480000', '155609.483000', '155609.486000', '155609.488000', '155609.491000', '155609.494000', '155609.496000', '155609.499000', '155609.502000', '155609.504000', '155609.507000', '155609.510000', '155609.512000', '155609.515000', '155609.518000', '155609.520000', '155609.523000', '155609.525000', '155609.528000', '155609.531000', '155609.533000', '155609.536000', '155609.539000', '155609.541000', '155609.544000', '155609.546000', '155609.549000', '155609.553000', '155629.441000', '155629.445000', '155629.447000', '155629.450000', '155629.452000', '155629.455000', '155629.458000', '155629.460000', '155629.463000', '155629.466000', '155629.468000', '155629.471000', '155629.474000', '155629.476000', '155629.479000', '155629.482000', '155629.484000', '155629.487000', '155629.490000', '155629.492000', '155629.496000', '155629.499000', '155629.502000', '155629.504000', '155629.507000', '155629.510000', '155629.512000', '155629.515000', '155629.518000', '155629.520000', '155629.523000', '155629.526000', '155629.528000', '155629.531000', '155629.534000', '155629.536000', '155629.539000', '155629.542000', '155629.544000', '155629.547000', '155629.549000', '155629.552000', '155629.555000', '155629.557000', '155649.441000', '155649.443000', '155649.446000', '155649.449000', '155649.452000', '155649.503000', '155649.505000', '155649.508000', '155649.511000', '155649.513000', '155649.516000', '155649.519000', '155649.521000', '155649.524000', '155649.526000', '155649.529000', '155649.532000', '155649.534000', '155649.537000', '155649.540000', '155649.542000', '155649.545000', '155649.548000', '155649.550000', '155649.553000', '155649.556000', '155649.568000', '155649.571000', '155649.574000', '155649.576000', '155649.579000', '155649.582000', '155649.584000', '155649.587000', '155649.590000', '155649.593000', '155649.595000', '155649.598000', '155649.601000', '155649.603000', '155649.607000', '155649.609000', '155649.612000', '155709.440000', '155709.443000', '155709.446000', '155709.449000', '155709.452000', '155709.454000', '155709.457000', '155709.460000', '155709.462000', '155709.465000', '155709.468000', '155709.470000', '155709.473000', '155709.476000', '155709.478000', '155709.481000', '155709.484000', '155709.486000', '155709.489000', '155709.491000', '155709.494000', '155709.497000', '155709.499000', '155709.502000', '155709.505000', '155709.507000', '155709.510000', '155709.513000', '155709.515000', '155709.518000', '155709.521000', '155709.523000', '155709.526000', '155709.529000', '155709.532000', '155709.534000', '155709.537000', '155709.539000', '155709.542000', '155709.545000', '155709.547000', '155709.550000', '155709.553000', '155709.555000', '155729.440000', '155729.443000', '155729.446000', '155729.449000', '155729.451000', '155729.454000', '155729.456000', '155729.459000', '155729.462000', '155729.464000', '155729.467000', '155729.470000', '155729.472000', '155729.475000', '155729.478000', '155729.480000', '155729.483000', '155729.486000', '155729.488000', '155729.491000', '155729.493000', '155729.496000', '155729.499000', '155729.501000', '155729.514000', '155729.517000', '155729.520000', '155729.523000', '155729.525000', '155729.528000', '155729.531000', '155729.533000', '155729.536000', '155729.539000', '155729.541000', '155729.544000', '155729.547000', '155729.549000', '155729.552000', '155729.555000', '155729.557000', '155729.560000', '155729.562000', '155749.440000', '155749.443000', '155749.446000', '155749.449000', '155749.451000', '155749.454000', '155749.457000', '155749.459000', '155749.462000', '155749.465000', '155749.467000', '155749.470000', '155749.473000', '155749.475000', '155749.478000', '155749.481000', '155749.483000', '155749.486000', '155749.489000', '155749.492000', '155749.494000', '155749.497000', '155749.500000', '155749.502000', '155749.505000', '155749.508000', '155749.510000', '155749.513000', '155749.516000', '155749.518000', '155749.521000', '155749.524000', '155749.526000', '155749.529000', '155749.532000', '155749.534000', '155749.537000', '155749.540000', '155749.542000', '155749.545000', '155749.548000', '155749.550000', '155749.553000', '155749.556000', '155809.440000', '155809.444000', '155809.446000', '155809.449000', '155809.451000', '155809.454000', '155809.457000', '155809.460000', '155809.462000', '155809.465000', '155809.467000', '155809.470000', '155809.473000', '155809.476000', '155809.478000', '155809.481000', '155809.483000', '155809.486000', '155809.489000', '155809.491000', '155809.494000', '155809.497000', '155809.499000', '155809.502000', '155809.505000', '155809.507000', '155809.510000', '155809.513000', '155809.515000', '155809.518000', '155809.532000', '155809.535000', '155809.538000', '155809.541000', '155809.543000', '155809.546000', '155809.549000', '155809.551000', '155809.554000', '155809.557000', '155809.559000', '155809.562000', '155809.565000', '155829.441000', '155829.444000', '155829.447000', '155829.450000', '155829.452000', '155829.455000', '155829.458000', '155829.460000', '155829.463000', '155829.465000', '155829.468000', '155829.471000', '155829.474000', '155829.476000', '155829.479000', '155829.482000', '155829.484000', '155829.487000', '155829.490000', '155829.492000', '155829.495000', '155829.497000', '155829.500000', '155829.503000', '155829.505000', '155829.508000', '155829.511000', '155829.513000', '155829.516000', '155829.519000', '155829.522000', '155829.524000', '155829.527000', '155829.529000', '155829.532000', '155829.535000', '155829.537000', '155829.540000', '155829.543000', '155829.546000', '155829.548000', '155829.551000', '155829.554000', '155829.556000', '155849.440000', '155849.443000', '155849.446000', '155849.449000', '155849.452000', '155849.455000', '155849.457000', '155849.460000', '155849.463000', '155849.465000', '155849.468000', '155849.471000', '155849.473000', '155849.476000', '155849.479000', '155849.481000', '155849.484000', '155849.487000', '155849.489000', '155849.492000', '155849.495000', '155849.497000', '155849.500000', '155849.503000', '155849.505000', '155849.508000', '155849.511000', '155849.513000', '155849.516000', '155849.519000', '155849.522000', '155849.524000', '155849.527000', '155849.530000', '155849.532000', '155849.535000', '155849.538000', '155849.540000', '155849.543000', '155849.546000', '155849.548000', '155849.551000', '155849.554000', '155909.440000', '155909.444000', '155909.446000', '155909.449000', '155909.451000', '155909.454000', '155909.457000', '155909.460000', '155909.462000', '155909.465000', '155909.468000', '155909.470000', '155909.473000', '155909.476000', '155909.478000', '155909.481000', '155909.483000', '155909.486000', '155909.489000', '155909.491000', '155909.494000', '155909.497000', '155909.499000', '155909.502000', '155909.505000', '155909.507000', '155909.510000', '155909.513000', '155909.515000', '155909.518000', '155909.521000', '155909.523000', '155909.526000', '155909.529000', '155909.531000', '155909.534000', '155909.536000', '155909.539000', '155909.542000', '155909.544000', '155909.547000', '155909.550000', '155909.552000', '155909.555000', '155929.440000', '155929.443000', '155929.446000', '155929.450000', '155929.452000', '155929.455000', '155929.458000', '155929.460000', '155929.463000', '155929.466000', '155929.468000', '155929.471000', '155929.474000', '155929.476000', '155929.479000', '155929.481000', '155929.484000', '155929.487000', '155929.489000', '155929.492000', '155929.494000', '155929.497000', '155929.500000', '155929.502000', '155929.505000', '155929.508000', '155929.510000', '155929.513000', '155929.516000', '155929.518000', '155929.521000', '155929.523000', '155929.526000', '155929.529000', '155929.531000', '155929.534000', '155929.536000', '155929.539000', '155929.542000', '155929.544000', '155929.547000', '155929.550000', '155929.552000', '155949.440000', '155949.443000', '155949.445000', '155949.448000', '155949.451000', '155949.453000', '155949.456000', '155949.459000', '155949.461000', '155949.464000', '155949.467000', '155949.469000', '155949.472000', '155949.475000', '155949.477000', '155949.480000', '155949.483000', '155949.485000', '155949.488000', '155949.491000', '155949.493000', '155949.496000', '155949.499000', '155949.501000', '155949.504000', '155949.507000', '155949.526000', '155949.529000', '155949.532000', '155949.534000', '155949.537000', '155949.540000', '155949.542000', '155949.545000', '155949.548000', '155949.550000', '155949.553000', '155949.555000', '155949.558000', '155949.561000', '155949.563000', '155949.566000', '155949.569000', '155949.571000', '160009.441000', '160009.444000', '160009.447000', '160009.449000', '160009.452000', '160009.455000', '160009.457000', '160009.460000', '160009.463000', '160009.465000', '160009.468000', '160009.471000', '160009.473000', '160009.476000', '160009.479000', '160009.481000', '160009.484000', '160009.487000', '160009.489000', '160009.494000', '160009.497000', '160009.499000', '160009.502000', '160009.505000', '160009.507000', '160009.510000', '160009.512000', '160009.515000', '160009.518000', '160009.520000', '160009.523000', '160009.526000', '160009.528000', '160009.531000', '160009.534000', '160009.536000', '160009.539000', '160009.541000', '160009.544000', '160009.547000', '160009.549000', '160009.552000', '160009.555000', '160029.441000', '160029.443000', '160029.446000', '160029.449000', '160029.452000', '160029.454000', '160029.457000', '160029.459000', '160029.462000', '160029.465000', '160029.467000', '160029.471000', '160029.473000', '160029.476000', '160029.478000', '160029.481000', '160029.484000', '160029.486000', '160029.489000', '160029.492000', '160029.494000', '160029.497000', '160029.500000', '160029.502000', '160029.505000', '160029.508000', '160029.510000', '160029.513000', '160029.516000', '160029.518000', '160029.521000', '160029.524000', '160029.526000', '160029.529000', '160029.531000', '160029.534000', '160029.537000', '160029.539000', '160029.542000', '160029.545000', '160029.547000', '160029.550000', '160029.553000', '160049.441000', '160049.443000', '160049.446000', '160049.449000', '160049.452000', '160049.454000', '160049.457000', '160049.460000', '160049.462000', '160049.465000', '160049.468000', '160049.470000', '160049.473000', '160049.476000', '160049.478000', '160049.481000', '160049.484000', '160049.486000', '160049.489000', '160049.492000', '160049.494000', '160049.497000', '160049.500000', '160049.502000', '160049.505000', '160049.507000', '160049.510000', '160049.513000', '160049.515000', '160049.518000', '160049.521000', '160049.523000', '160049.526000', '160049.529000', '160049.531000', '160049.534000', '160049.537000', '160049.539000', '160049.542000', '160049.545000', '160049.547000', '160049.550000', '160049.552000', '160049.555000', '160109.440000', '160109.443000', '160109.446000', '160109.449000', '160109.451000', '160109.454000', '160109.457000', '160109.460000', '160109.462000', '160109.465000', '160109.468000', '160109.471000', '160109.473000', '160109.476000', '160109.479000', '160109.482000', '160109.484000', '160109.487000', '160109.490000', '160109.492000', '160109.495000', '160109.497000', '160109.510000', '160109.513000', '160109.516000', '160109.518000', '160109.521000', '160109.524000', '160109.526000', '160109.529000', '160109.532000', '160109.534000', '160109.537000', '160109.539000', '160109.542000', '160109.545000', '160109.548000', '160109.550000', '160109.553000', '160109.556000', '160109.558000', '160109.561000', '160109.564000', '160109.566000', '160129.441000', '160129.443000', '160129.446000', '160129.449000', '160129.452000', '160129.454000', '160129.457000', '160129.460000', '160129.462000', '160129.465000', '160129.468000', '160129.470000', '160129.473000', '160129.476000', '160129.478000', '160129.481000', '160129.484000', '160129.486000', '160129.489000', '160129.491000', '160129.494000', '160129.497000', '160129.499000', '160129.502000', '160129.505000', '160129.508000', '160129.510000', '160129.513000', '160129.516000', '160129.518000', '160129.521000', '160129.523000', '160129.526000', '160129.529000', '160129.531000', '160129.534000', '160129.537000', '160129.539000', '160129.542000', '160129.545000', '160129.547000', '160129.550000', '160129.553000', '160149.441000', '160149.444000', '160149.446000', '160149.449000', '160149.452000', '160149.454000', '160149.457000', '160149.460000', '160149.462000', '160149.465000', '160149.467000', '160149.470000', '160149.473000', '160149.476000', '160149.479000', '160149.482000', '160149.484000', '160149.487000', '160149.490000', '160149.492000', '160149.495000', '160149.498000', '160149.500000', '160149.503000', '160149.505000', '160149.508000', '160149.511000', '160149.513000', '160149.516000', '160149.519000', '160149.521000', '160149.524000', '160149.526000', '160149.529000', '160149.532000', '160149.534000', '160149.537000', '160149.540000', '160149.542000', '160149.545000', '160149.547000', '160149.550000', '160149.553000', '160209.439000', '160209.442000', '160209.445000', '160209.448000', '160209.451000', '160209.453000', '160209.456000', '160209.459000', '160209.461000', '160209.464000', '160209.467000', '160209.469000', '160209.472000', '160209.474000', '160209.477000', '160209.480000', '160209.482000', '160209.485000', '160209.488000', '160209.490000', '160209.493000', '160209.496000', '160209.498000', '160209.501000', '160209.504000', '160209.506000', '160209.509000', '160209.511000', '160209.514000', '160209.517000', '160209.519000', '160209.522000', '160209.525000', '160209.527000', '160209.530000', '160209.533000', '160209.535000', '160209.538000', '160209.541000', '160209.543000', '160209.546000', '160209.549000', '160209.551000', '160209.554000', '160229.441000', '160229.444000', '160229.447000', '160229.449000', '160229.452000', '160229.455000', '160229.457000', '160229.460000', '160229.463000', '160229.465000', '160229.468000', '160229.470000', '160229.473000', '160229.476000', '160229.479000', '160229.482000', '160229.485000', '160229.488000', '160229.491000', '160229.517000', '160229.520000', '160229.522000', '160229.525000', '160229.528000', '160229.530000', '160229.533000', '160229.536000', '160229.538000', '160229.541000', '160229.544000', '160229.546000', '160229.549000', '160229.552000', '160229.554000', '160229.557000', '160229.560000', '160229.563000', '160229.565000', '160229.568000', '160229.571000', '160229.573000', '160229.576000', '160229.579000', '160249.441000', '160249.444000', '160249.446000', '160249.449000', '160249.452000', '160249.455000', '160249.457000', '160249.460000', '160249.463000', '160249.465000', '160249.468000', '160249.470000', '160249.473000', '160249.476000', '160249.478000', '160249.481000', '160249.484000', '160249.486000', '160249.489000', '160249.492000', '160249.494000', '160249.497000', '160249.500000', '160249.502000', '160249.505000', '160249.508000', '160249.510000', '160249.513000', '160249.515000', '160249.518000', '160249.521000', '160249.523000', '160249.526000', '160249.529000', '160249.532000', '160249.534000', '160249.537000', '160249.540000', '160249.542000', '160249.545000', '160249.547000', '160249.550000', '160249.553000', '160249.555000', '160309.441000', '160309.444000', '160309.447000', '160309.449000', '160309.452000', '160309.455000', '160309.457000', '160309.460000', '160309.462000', '160309.465000', '160309.468000', '160309.470000', '160309.473000', '160309.476000', '160309.478000', '160309.481000', '160309.484000', '160309.486000', '160309.489000', '160309.492000', '160309.494000', '160309.497000', '160309.500000', '160309.503000', '160309.505000', '160309.509000', '160309.511000', '160309.514000', '160309.517000', '160309.519000', '160309.522000', '160309.525000', '160309.527000', '160309.530000', '160309.533000', '160309.536000', '160309.538000', '160309.541000', '160309.544000', '160309.546000', '160309.549000', '160309.552000', '160309.554000', '160329.440000', '160329.443000', '160329.446000', '160329.449000', '160329.452000', '160329.454000', '160329.457000', '160329.460000', '160329.462000', '160329.465000', '160329.468000', '160329.470000', '160329.473000', '160329.476000', '160329.478000', '160329.481000', '160329.484000', '160329.487000', '160329.490000', '160329.492000', '160329.495000', '160329.498000', '160329.500000', '160329.503000', '160329.506000', '160329.508000', '160329.511000', '160329.514000', '160329.516000', '160329.519000', '160329.522000', '160329.524000', '160329.527000', '160329.530000', '160329.532000', '160329.535000', '160329.538000', '160329.540000', '160329.543000', '160329.546000', '160329.548000', '160329.551000', '160329.554000', '160329.556000', '160340.301000', '160340.304000', '160340.307000', '160340.310000', '160340.313000', '160340.316000', '160340.319000', '160340.322000', '160340.325000', '160340.327000', '160340.332000', '160340.334000', '160340.337000', '160340.340000', '160340.343000', '160340.346000', '160340.348000', '160340.351000', '160340.354000', '160340.357000', '160340.360000', '160340.362000', '160340.365000', '160340.368000'], 'InstanceCreationTime': ['155509.469000', '155509.472000', '155509.475000', '155509.477000', '155509.480000', '155509.483000', '155509.486000', '155509.489000', '155509.492000', '155509.494000', '155509.497000', '155509.500000', '155509.503000', '155509.506000', '155509.508000', '155509.511000', '155509.514000', '155509.516000', '155509.519000', '155509.522000', '155509.525000', '155509.527000', '155509.530000', '155509.533000', '155509.535000', '155509.538000', '155509.541000', '155509.544000', '155509.546000', '155509.549000', '155509.552000', '155509.554000', '155509.558000', '155509.560000', '155509.563000', '155509.566000', '155509.568000', '155509.571000', '155509.573000', '155509.576000', '155509.579000', '155509.589000', '155509.592000', '155509.596000', '155509.598000', '155509.601000', '155509.603000', '155529.440000', '155529.444000', '155529.446000', '155529.449000', '155529.451000', '155529.454000', '155529.457000', '155529.459000', '155529.462000', '155529.465000', '155529.467000', '155529.470000', '155529.472000', '155529.475000', '155529.478000', '155529.480000', '155529.483000', '155529.486000', '155529.488000', '155529.491000', '155529.493000', '155529.496000', '155529.499000', '155529.501000', '155529.504000', '155529.507000', '155529.509000', '155529.512000', '155529.520000', '155529.523000', '155529.526000', '155529.528000', '155529.531000', '155529.533000', '155529.536000', '155529.539000', '155529.541000', '155529.544000', '155529.547000', '155529.549000', '155529.552000', '155529.555000', '155529.557000', '155549.441000', '155549.443000', '155549.447000', '155549.450000', '155549.452000', '155549.455000', '155549.458000', '155549.460000', '155549.463000', '155549.466000', '155549.468000', '155549.471000', '155549.474000', '155549.476000', '155549.479000', '155549.482000', '155549.484000', '155549.487000', '155549.490000', '155549.492000', '155549.495000', '155549.498000', '155549.505000', '155549.507000', '155549.510000', '155549.512000', '155549.515000', '155549.518000', '155549.521000', '155549.523000', '155549.526000', '155549.529000', '155549.531000', '155549.534000', '155549.536000', '155549.539000', '155549.542000', '155549.544000', '155549.547000', '155549.549000', '155549.552000', '155549.555000', '155549.557000', '155549.560000', '155609.440000', '155609.443000', '155609.446000', '155609.449000', '155609.452000', '155609.454000', '155609.457000', '155609.459000', '155609.462000', '155609.465000', '155609.467000', '155609.470000', '155609.473000', '155609.475000', '155609.478000', '155609.480000', '155609.483000', '155609.486000', '155609.488000', '155609.491000', '155609.494000', '155609.496000', '155609.499000', '155609.502000', '155609.504000', '155609.507000', '155609.510000', '155609.512000', '155609.515000', '155609.518000', '155609.520000', '155609.523000', '155609.525000', '155609.528000', '155609.531000', '155609.533000', '155609.536000', '155609.539000', '155609.541000', '155609.544000', '155609.546000', '155609.549000', '155609.553000', '155629.441000', '155629.445000', '155629.447000', '155629.450000', '155629.452000', '155629.455000', '155629.458000', '155629.460000', '155629.463000', '155629.466000', '155629.468000', '155629.471000', '155629.474000', '155629.476000', '155629.479000', '155629.482000', '155629.484000', '155629.487000', '155629.490000', '155629.492000', '155629.496000', '155629.499000', '155629.502000', '155629.504000', '155629.507000', '155629.510000', '155629.512000', '155629.515000', '155629.518000', '155629.520000', '155629.523000', '155629.526000', '155629.528000', '155629.531000', '155629.534000', '155629.536000', '155629.539000', '155629.542000', '155629.544000', '155629.547000', '155629.549000', '155629.552000', '155629.555000', '155629.557000', '155649.441000', '155649.443000', '155649.446000', '155649.449000', '155649.452000', '155649.503000', '155649.505000', '155649.508000', '155649.511000', '155649.513000', '155649.516000', '155649.519000', '155649.521000', '155649.524000', '155649.526000', '155649.529000', '155649.532000', '155649.534000', '155649.537000', '155649.540000', '155649.542000', '155649.545000', '155649.548000', '155649.550000', '155649.553000', '155649.556000', '155649.568000', '155649.571000', '155649.574000', '155649.576000', '155649.579000', '155649.582000', '155649.584000', '155649.587000', '155649.590000', '155649.593000', '155649.595000', '155649.598000', '155649.601000', '155649.603000', '155649.607000', '155649.609000', '155649.612000', '155709.440000', '155709.443000', '155709.446000', '155709.449000', '155709.452000', '155709.454000', '155709.457000', '155709.460000', '155709.462000', '155709.465000', '155709.468000', '155709.470000', '155709.473000', '155709.476000', '155709.478000', '155709.481000', '155709.484000', '155709.486000', '155709.489000', '155709.491000', '155709.494000', '155709.497000', '155709.499000', '155709.502000', '155709.505000', '155709.507000', '155709.510000', '155709.513000', '155709.515000', '155709.518000', '155709.521000', '155709.523000', '155709.526000', '155709.529000', '155709.532000', '155709.534000', '155709.537000', '155709.539000', '155709.542000', '155709.545000', '155709.547000', '155709.550000', '155709.553000', '155709.555000', '155729.440000', '155729.443000', '155729.446000', '155729.449000', '155729.451000', '155729.454000', '155729.456000', '155729.459000', '155729.462000', '155729.464000', '155729.467000', '155729.470000', '155729.472000', '155729.475000', '155729.478000', '155729.480000', '155729.483000', '155729.486000', '155729.488000', '155729.491000', '155729.493000', '155729.496000', '155729.499000', '155729.501000', '155729.514000', '155729.517000', '155729.520000', '155729.523000', '155729.525000', '155729.528000', '155729.531000', '155729.533000', '155729.536000', '155729.539000', '155729.541000', '155729.544000', '155729.547000', '155729.549000', '155729.552000', '155729.555000', '155729.557000', '155729.560000', '155729.562000', '155749.440000', '155749.443000', '155749.446000', '155749.449000', '155749.451000', '155749.454000', '155749.457000', '155749.459000', '155749.462000', '155749.465000', '155749.467000', '155749.470000', '155749.473000', '155749.475000', '155749.478000', '155749.481000', '155749.483000', '155749.486000', '155749.489000', '155749.492000', '155749.494000', '155749.497000', '155749.500000', '155749.502000', '155749.505000', '155749.508000', '155749.510000', '155749.513000', '155749.516000', '155749.518000', '155749.521000', '155749.524000', '155749.526000', '155749.529000', '155749.532000', '155749.534000', '155749.537000', '155749.540000', '155749.542000', '155749.545000', '155749.548000', '155749.550000', '155749.553000', '155749.556000', '155809.440000', '155809.444000', '155809.446000', '155809.449000', '155809.451000', '155809.454000', '155809.457000', '155809.460000', '155809.462000', '155809.465000', '155809.467000', '155809.470000', '155809.473000', '155809.476000', '155809.478000', '155809.481000', '155809.483000', '155809.486000', '155809.489000', '155809.491000', '155809.494000', '155809.497000', '155809.499000', '155809.502000', '155809.505000', '155809.507000', '155809.510000', '155809.513000', '155809.515000', '155809.518000', '155809.532000', '155809.535000', '155809.538000', '155809.541000', '155809.543000', '155809.546000', '155809.549000', '155809.551000', '155809.554000', '155809.557000', '155809.559000', '155809.562000', '155809.565000', '155829.441000', '155829.444000', '155829.447000', '155829.450000', '155829.452000', '155829.455000', '155829.458000', '155829.460000', '155829.463000', '155829.465000', '155829.468000', '155829.471000', '155829.474000', '155829.476000', '155829.479000', '155829.482000', '155829.484000', '155829.487000', '155829.490000', '155829.492000', '155829.495000', '155829.497000', '155829.500000', '155829.503000', '155829.505000', '155829.508000', '155829.511000', '155829.513000', '155829.516000', '155829.519000', '155829.522000', '155829.524000', '155829.527000', '155829.529000', '155829.532000', '155829.535000', '155829.537000', '155829.540000', '155829.543000', '155829.546000', '155829.548000', '155829.551000', '155829.554000', '155829.556000', '155849.440000', '155849.443000', '155849.446000', '155849.449000', '155849.452000', '155849.455000', '155849.457000', '155849.460000', '155849.463000', '155849.465000', '155849.468000', '155849.471000', '155849.473000', '155849.476000', '155849.479000', '155849.481000', '155849.484000', '155849.487000', '155849.489000', '155849.492000', '155849.495000', '155849.497000', '155849.500000', '155849.503000', '155849.505000', '155849.508000', '155849.511000', '155849.513000', '155849.516000', '155849.519000', '155849.522000', '155849.524000', '155849.527000', '155849.530000', '155849.532000', '155849.535000', '155849.538000', '155849.540000', '155849.543000', '155849.546000', '155849.548000', '155849.551000', '155849.554000', '155909.440000', '155909.444000', '155909.446000', '155909.449000', '155909.451000', '155909.454000', '155909.457000', '155909.460000', '155909.462000', '155909.465000', '155909.468000', '155909.470000', '155909.473000', '155909.476000', '155909.478000', '155909.481000', '155909.483000', '155909.486000', '155909.489000', '155909.491000', '155909.494000', '155909.497000', '155909.499000', '155909.502000', '155909.505000', '155909.507000', '155909.510000', '155909.513000', '155909.515000', '155909.518000', '155909.521000', '155909.523000', '155909.526000', '155909.529000', '155909.531000', '155909.534000', '155909.536000', '155909.539000', '155909.542000', '155909.544000', '155909.547000', '155909.550000', '155909.552000', '155909.555000', '155929.440000', '155929.443000', '155929.446000', '155929.450000', '155929.452000', '155929.455000', '155929.458000', '155929.460000', '155929.463000', '155929.466000', '155929.468000', '155929.471000', '155929.474000', '155929.476000', '155929.479000', '155929.481000', '155929.484000', '155929.487000', '155929.489000', '155929.492000', '155929.494000', '155929.497000', '155929.500000', '155929.502000', '155929.505000', '155929.508000', '155929.510000', '155929.513000', '155929.516000', '155929.518000', '155929.521000', '155929.523000', '155929.526000', '155929.529000', '155929.531000', '155929.534000', '155929.536000', '155929.539000', '155929.542000', '155929.544000', '155929.547000', '155929.550000', '155929.552000', '155949.440000', '155949.443000', '155949.445000', '155949.448000', '155949.451000', '155949.453000', '155949.456000', '155949.459000', '155949.461000', '155949.464000', '155949.467000', '155949.469000', '155949.472000', '155949.475000', '155949.477000', '155949.480000', '155949.483000', '155949.485000', '155949.488000', '155949.491000', '155949.493000', '155949.496000', '155949.499000', '155949.501000', '155949.504000', '155949.507000', '155949.526000', '155949.529000', '155949.532000', '155949.534000', '155949.537000', '155949.540000', '155949.542000', '155949.545000', '155949.548000', '155949.550000', '155949.553000', '155949.555000', '155949.558000', '155949.561000', '155949.563000', '155949.566000', '155949.569000', '155949.571000', '160009.441000', '160009.444000', '160009.447000', '160009.449000', '160009.452000', '160009.455000', '160009.457000', '160009.460000', '160009.463000', '160009.465000', '160009.468000', '160009.471000', '160009.473000', '160009.476000', '160009.479000', '160009.481000', '160009.484000', '160009.487000', '160009.489000', '160009.494000', '160009.497000', '160009.499000', '160009.502000', '160009.505000', '160009.507000', '160009.510000', '160009.512000', '160009.515000', '160009.518000', '160009.520000', '160009.523000', '160009.526000', '160009.528000', '160009.531000', '160009.534000', '160009.536000', '160009.539000', '160009.541000', '160009.544000', '160009.547000', '160009.549000', '160009.552000', '160009.555000', '160029.441000', '160029.443000', '160029.446000', '160029.449000', '160029.452000', '160029.454000', '160029.457000', '160029.459000', '160029.462000', '160029.465000', '160029.467000', '160029.471000', '160029.473000', '160029.476000', '160029.478000', '160029.481000', '160029.484000', '160029.486000', '160029.489000', '160029.492000', '160029.494000', '160029.497000', '160029.500000', '160029.502000', '160029.505000', '160029.508000', '160029.510000', '160029.513000', '160029.516000', '160029.518000', '160029.521000', '160029.524000', '160029.526000', '160029.529000', '160029.531000', '160029.534000', '160029.537000', '160029.539000', '160029.542000', '160029.545000', '160029.547000', '160029.550000', '160029.553000', '160049.441000', '160049.443000', '160049.446000', '160049.449000', '160049.452000', '160049.454000', '160049.457000', '160049.460000', '160049.462000', '160049.465000', '160049.468000', '160049.470000', '160049.473000', '160049.476000', '160049.478000', '160049.481000', '160049.484000', '160049.486000', '160049.489000', '160049.492000', '160049.494000', '160049.497000', '160049.500000', '160049.502000', '160049.505000', '160049.507000', '160049.510000', '160049.513000', '160049.515000', '160049.518000', '160049.521000', '160049.523000', '160049.526000', '160049.529000', '160049.531000', '160049.534000', '160049.537000', '160049.539000', '160049.542000', '160049.545000', '160049.547000', '160049.550000', '160049.552000', '160049.555000', '160109.440000', '160109.443000', '160109.446000', '160109.449000', '160109.451000', '160109.454000', '160109.457000', '160109.460000', '160109.462000', '160109.465000', '160109.468000', '160109.471000', '160109.473000', '160109.476000', '160109.479000', '160109.482000', '160109.484000', '160109.487000', '160109.490000', '160109.492000', '160109.495000', '160109.497000', '160109.510000', '160109.513000', '160109.516000', '160109.518000', '160109.521000', '160109.524000', '160109.526000', '160109.529000', '160109.532000', '160109.534000', '160109.537000', '160109.539000', '160109.542000', '160109.545000', '160109.548000', '160109.550000', '160109.553000', '160109.556000', '160109.558000', '160109.561000', '160109.564000', '160109.566000', '160129.441000', '160129.443000', '160129.446000', '160129.449000', '160129.452000', '160129.454000', '160129.457000', '160129.460000', '160129.462000', '160129.465000', '160129.468000', '160129.470000', '160129.473000', '160129.476000', '160129.478000', '160129.481000', '160129.484000', '160129.486000', '160129.489000', '160129.491000', '160129.494000', '160129.497000', '160129.499000', '160129.502000', '160129.505000', '160129.508000', '160129.510000', '160129.513000', '160129.516000', '160129.518000', '160129.521000', '160129.523000', '160129.526000', '160129.529000', '160129.531000', '160129.534000', '160129.537000', '160129.539000', '160129.542000', '160129.545000', '160129.547000', '160129.550000', '160129.553000', '160149.441000', '160149.444000', '160149.446000', '160149.449000', '160149.452000', '160149.454000', '160149.457000', '160149.460000', '160149.462000', '160149.465000', '160149.467000', '160149.470000', '160149.473000', '160149.476000', '160149.479000', '160149.482000', '160149.484000', '160149.487000', '160149.490000', '160149.492000', '160149.495000', '160149.498000', '160149.500000', '160149.503000', '160149.505000', '160149.508000', '160149.511000', '160149.513000', '160149.516000', '160149.519000', '160149.521000', '160149.524000', '160149.526000', '160149.529000', '160149.532000', '160149.534000', '160149.537000', '160149.540000', '160149.542000', '160149.545000', '160149.547000', '160149.550000', '160149.553000', '160209.439000', '160209.442000', '160209.445000', '160209.448000', '160209.451000', '160209.453000', '160209.456000', '160209.459000', '160209.461000', '160209.464000', '160209.467000', '160209.469000', '160209.472000', '160209.474000', '160209.477000', '160209.480000', '160209.482000', '160209.485000', '160209.488000', '160209.490000', '160209.493000', '160209.496000', '160209.498000', '160209.501000', '160209.504000', '160209.506000', '160209.509000', '160209.511000', '160209.514000', '160209.517000', '160209.519000', '160209.522000', '160209.525000', '160209.527000', '160209.530000', '160209.533000', '160209.535000', '160209.538000', '160209.541000', '160209.543000', '160209.546000', '160209.549000', '160209.551000', '160209.554000', '160229.441000', '160229.444000', '160229.447000', '160229.449000', '160229.452000', '160229.455000', '160229.457000', '160229.460000', '160229.463000', '160229.465000', '160229.468000', '160229.470000', '160229.473000', '160229.476000', '160229.479000', '160229.482000', '160229.485000', '160229.488000', '160229.491000', '160229.517000', '160229.520000', '160229.522000', '160229.525000', '160229.528000', '160229.530000', '160229.533000', '160229.536000', '160229.538000', '160229.541000', '160229.544000', '160229.546000', '160229.549000', '160229.552000', '160229.554000', '160229.557000', '160229.560000', '160229.563000', '160229.565000', '160229.568000', '160229.571000', '160229.573000', '160229.576000', '160229.579000', '160249.441000', '160249.444000', '160249.446000', '160249.449000', '160249.452000', '160249.455000', '160249.457000', '160249.460000', '160249.463000', '160249.465000', '160249.468000', '160249.470000', '160249.473000', '160249.476000', '160249.478000', '160249.481000', '160249.484000', '160249.486000', '160249.489000', '160249.492000', '160249.494000', '160249.497000', '160249.500000', '160249.502000', '160249.505000', '160249.508000', '160249.510000', '160249.513000', '160249.515000', '160249.518000', '160249.521000', '160249.523000', '160249.526000', '160249.529000', '160249.532000', '160249.534000', '160249.537000', '160249.540000', '160249.542000', '160249.545000', '160249.547000', '160249.550000', '160249.553000', '160249.555000', '160309.441000', '160309.444000', '160309.447000', '160309.449000', '160309.452000', '160309.455000', '160309.457000', '160309.460000', '160309.462000', '160309.465000', '160309.468000', '160309.470000', '160309.473000', '160309.476000', '160309.478000', '160309.481000', '160309.484000', '160309.486000', '160309.489000', '160309.492000', '160309.494000', '160309.497000', '160309.500000', '160309.503000', '160309.505000', '160309.509000', '160309.511000', '160309.514000', '160309.517000', '160309.519000', '160309.522000', '160309.525000', '160309.527000', '160309.530000', '160309.533000', '160309.536000', '160309.538000', '160309.541000', '160309.544000', '160309.546000', '160309.549000', '160309.552000', '160309.554000', '160329.440000', '160329.443000', '160329.446000', '160329.449000', '160329.452000', '160329.454000', '160329.457000', '160329.460000', '160329.462000', '160329.465000', '160329.468000', '160329.470000', '160329.473000', '160329.476000', '160329.478000', '160329.481000', '160329.484000', '160329.487000', '160329.490000', '160329.492000', '160329.495000', '160329.498000', '160329.500000', '160329.503000', '160329.506000', '160329.508000', '160329.511000', '160329.514000', '160329.516000', '160329.519000', '160329.522000', '160329.524000', '160329.527000', '160329.530000', '160329.532000', '160329.535000', '160329.538000', '160329.540000', '160329.543000', '160329.546000', '160329.548000', '160329.551000', '160329.554000', '160329.556000', '160340.301000', '160340.304000', '160340.307000', '160340.310000', '160340.313000', '160340.316000', '160340.319000', '160340.322000', '160340.325000', '160340.327000', '160340.332000', '160340.334000', '160340.337000', '160340.340000', '160340.343000', '160340.346000', '160340.348000', '160340.351000', '160340.354000', '160340.357000', '160340.360000', '160340.362000', '160340.365000', '160340.368000'], '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': [8776, 8006, 10407, 7723, 12925, 8492, 13718, 10189, 10284, 8848, 7329, 8444, 7309, 10347, 7617, 11957, 8595, 12819, 8323, 12276, 7869, 11495, 7507, 11332, 8091, 12100, 8884, 7865, 8262, 7740, 8314, 8750, 8686, 9251, 9863, 7436, 9742, 7628, 9800, 7773, 10823, 7873, 10690, 7670, 10665, 7828, 10651, 7872, 11498, 7793, 10972, 7823, 10371, 8181, 11848, 8622, 12003, 7650, 10964, 7863, 10695, 12767, 9834, 11564, 8819, 12705, 8451, 12490, 8631, 13504, 9507, 12191, 8685, 12864, 8076, 13022, 9416, 13609, 8908, 12839, 8141, 12037, 8468, 12638, 8933, 12592, 7823, 10741, 7448, 11517, 7713, 11961, 7571, 10806, 7483, 10536, 7696, 11515, 7867, 11045, 7610, 10861, 7531, 11000, 8120, 12693, 8145, 11959, 7588, 11047, 7884, 11326, 8037, 11569, 7706, 10548, 7651, 10215, 7565, 10971, 8374, 10520, 7510, 10449, 7587, 10205, 7866, 11390, 8435, 11096, 7586, 10917, 7595, 11128, 7693, 12775, 8415, 12711, 7803, 11783, 7888, 12383, 8884, 13590, 8767, 12898, 7945, 12190, 8486, 12917, 9585, 12834, 8206, 12285, 8235, 12153, 8182, 12666, 8970, 12193, 8020, 11725, 7868, 11449, 7824, 12427, 8708, 12598, 8031, 11708, 7631, 10795, 7876, 11503, 7939, 10271, 7285, 9724, 7330, 9753, 8510, 9711, 8889, 9697, 7894, 9266, 8459, 9226, 9390, 9920, 9770, 9790, 7722, 9516, 9287, 9346, 12394, 9424, 14405, 9885, 12961, 8952, 12378, 8523, 12058, 8415, 12704, 9321, 12542, 8470, 11510, 7941, 11282, 8122, 11967, 8301, 12559, 8496, 12037, 7567, 11255, 7590, 10935, 7790, 11575, 8387, 12509, 8357, 11614, 7733, 11016, 7651, 11481, 8269, 13318, 8760, 12689, 8000, 12144, 7994, 12127, 8640, 13276, 9253, 12891, 8131, 12776, 8287, 12683, 8566, 13581, 9052, 13339, 7902, 12349, 7851, 12201, 8106, 12728, 8765, 13623, 9330, 12283, 7886, 11547, 7995, 11684, 8153, 13214, 8964, 9206, 8399, 7516, 11065, 8329, 12152, 8558, 10230, 8971, 8179, 14719, 10234, 9901, 8779, 7455, 10530, 7867, 12979, 8683, 14037, 9489, 13478, 10398, 7709, 10753, 7293, 11516, 7837, 12985, 8581, 12158, 9796, 7516, 11063, 7442, 12437, 8005, 13511, 8398, 13902, 9818, 10862, 8925, 7284, 11810, 7946, 13264, 8472, 10050, 9490, 8733, 13119, 8781, 13119, 7917, 10485, 7720, 9937, 8120, 11450, 8850, 9837, 9342, 8416, 9280, 7370, 10412, 7776, 11580, 7864, 12926, 8327, 13201, 9092, 12464, 8395, 10375, 8387, 10746, 8466, 12105, 8932, 10225, 8764, 8951, 8529, 10135, 8752, 11357, 9121, 7817, 9034, 7613, 9106, 8322, 9354, 8442, 9647, 7623, 9898, 7852, 10016, 7894, 10936, 7854, 10701, 7909, 10288, 8025, 10636, 8370, 11985, 8633, 11404, 7903, 11427, 8394, 12904, 8939, 13775, 10677, 13830, 9141, 13010, 8472, 13023, 9317, 11867, 15583, 12914, 15957, 8733, 12664, 8164, 12275, 8964, 13039, 9177, 12701, 8346, 11143, 7804, 11633, 8561, 12681, 9898, 10132, 9060, 10147, 8920, 11922, 9186, 14566, 10871, 14101, 9144, 12659, 8793, 13089, 8448, 13422, 9399, 11671, 8226, 11290, 7923, 11281, 8088, 12251, 8455, 13253, 8807, 11352, 8178, 11129, 7983, 11296, 8147, 12233, 8875, 11328, 8331, 10626, 8062, 11171, 8322, 12634, 9048, 11224, 8880, 11078, 8609, 10514, 8536, 10898, 8668, 11156, 9159, 7844, 8947, 7728, 9210, 7747, 9294, 8316, 9845, 8937, 9676, 7469, 9447, 7684, 9418, 8318, 9705, 8924, 9892, 7531, 10368, 7607, 10213, 7878, 11671, 8126, 11677, 8125, 10882, 7935, 11334, 8410, 12972, 8932, 12628, 8321, 11675, 8378, 12595, 9358, 13536, 9137, 12616, 8911, 12107, 8934, 13474, 10104, 11692, 9286, 11589, 9234, 11122, 9307, 11913, 10275, 7563, 9895, 7486, 10904, 7988, 12668, 8649, 12974, 7888, 12461, 7718, 12177, 7541, 13222, 8276, 12570, 7811, 11919, 7826, 11876, 8177, 12404, 8637, 12144, 8063, 11652, 7830, 11879, 8069, 12295, 8767, 12572, 8143, 11604, 7737, 11217, 8077, 12167, 8982, 9868, 8471, 10756, 8172, 11843, 8449, 13040, 9148, 12112, 8368, 12166, 8153, 12065, 8655, 11837, 8300, 11373, 8502, 11697, 8738, 12433, 9207, 12345, 8252, 11421, 8108, 10507, 8446, 10471, 9225, 8266, 10055, 8748, 10464, 9230, 11262, 10589, 11166, 8255, 11149, 8108, 11430, 8257, 11181, 8384, 12068, 8644, 12197, 8475, 12151, 8994, 13263, 9475, 13997, 9893, 11025, 9348, 9274, 9523, 9148, 10998, 9317, 11622, 8117, 12488, 8022, 12994, 8773, 13003, 9284, 12696, 8764, 11974, 8645, 8469, 9672, 8619, 11377, 8167, 12373, 8756, 11733, 8803, 12754, 9041, 8767, 10103, 7569, 11317, 8419, 12711, 9372, 13058, 9112, 8888, 9559, 8224, 11435, 8930, 13398, 9649, 13327, 8782, 11070, 8840, 7765, 11567, 8371, 13669, 9884, 13435, 9460, 9947, 9747, 8632, 12246, 9168, 13359, 8998, 13189, 8853, 13134, 9131, 13763, 9853, 11199, 9524, 7781, 10467, 7978, 12852, 9040, 13663, 8855, 13506, 8641, 12558, 8960, 11616, 9991, 7608, 10686, 7750, 11979, 8518, 13681, 9464, 14153, 10844, 9712, 9732, 7600, 10934, 7899, 12297, 9078, 14491, 10531, 9548, 11812, 7842, 12936, 8188, 10631, 8395, 9017, 11440, 8147, 12189, 8088, 12575, 8113, 11499, 9399, 9298, 14261, 11447, 8134, 8306, 7545, 11000, 8110, 10523, 9277, 8582, 12046, 8594, 13994, 9808, 12677, 11293, 9842, 14670, 10940, 15493, 13018, 15107, 12504, 13660, 10923, 9347, 11587, 7771, 12190, 7533, 12093, 7893, 10626, 8230, 7391, 9055, 7372, 11509, 7647, 11701, 7560, 8796, 7574, 7256, 9886, 7441, 11580, 7869, 12809, 8471, 7514, 8370, 7368, 9542, 7772, 11751, 8105, 12892, 8487, 7352, 8600, 7413, 10836, 8203, 11466, 7881, 8022, 9610, 7779, 11451, 7913, 12178, 8244, 12939, 9039, 11426, 8693, 8253, 9112, 8545, 9404, 10552, 9990, 7976, 9576, 9405, 8889, 13113, 9046, 11544, 8507, 11871, 8292, 11943, 8749, 12352, 8912, 11528, 8121, 12135, 8359, 12380, 8709, 12664, 9131, 12140, 8477, 12242, 8468, 12413, 9065, 12611, 9282, 12853, 8003, 12423, 8147, 12451, 8383, 13197, 7942, 11698, 7803, 10459, 9275, 9469, 13797, 9462, 9863, 8199, 7746, 8511, 7749, 11221, 8135, 12936, 8093, 12759, 7696, 11347, 8416, 11830, 8563, 11886, 10441, 10497, 10815, 7719, 11694, 7819, 13061, 8212, 13741, 9920, 14208, 12274, 14459, 9191, 12697, 7724, 12622, 10740, 13405, 7979, 11134, 7697, 7883, 8408, 7759, 11776, 7771, 12821, 7747, 10823, 7535, 9730, 8371, 9913, 9622, 8305, 10272, 7401, 9955, 7341, 10561, 7272, 12532, 8129, 13368, 8225, 12204, 7652, 9532, 7549, 8831, 8410, 8515, 10878, 7369, 12017, 7758, 11505, 7831, 11989, 7579, 11149, 8733, 7663, 12460, 8463, 12750, 7461, 10433, 7795, 10206, 8276, 12233, 9641, 8057, 9676, 7646, 9560, 7584, 10162, 7635, 11850, 7667, 12293, 8220, 11654, 8047, 11691, 8067, 10925, 8519, 7472, 9324, 7346, 11126, 9134, 11423, 7495, 10440, 7412, 11240, 7406, 12200, 8133, 12659, 7384, 11507, 7768, 12161, 7719, 12689, 7945, 11863, 8241, 11548, 7974, 12226, 8439, 11173, 8116, 10433, 8094, 10275, 8556, 12098, 9370, 7416, 9073, 8684, 8849, 9825, 9084, 9482, 9651, 7454, 9684, 7816, 11572, 8157, 13407, 8447, 12588, 8208, 12748, 8104, 13080, 9986, 12724, 8238, 11728, 7872, 12069, 8286, 12329, 8866, 9213, 8522, 8655, 8318, 10580, 8880, 7871, 9369, 7585, 9130, 7425, 10017, 8195, 11345, 7330, 10675, 7613, 11619, 7713, 12403, 8333, 12479, 8091, 11335, 7987, 11846, 7914, 11260, 7801, 12348, 8057, 12401, 8786, 12027, 8253, 10712, 8005, 10037, 8361, 10309, 9446, 7534, 9675, 7286, 10216, 7454, 13350, 8793, 12922, 8089, 9041, 7865, 7413, 9858, 7572, 11169, 8338, 13528, 8223, 13112, 8010, 13044, 8267, 12532, 8895, 13484, 9603, 10738, 8305, 7118, 9297, 7216, 11990, 8272, 13922, 9025, 13086, 8076, 10971, 7682, 8998, 8080, 9253, 8430, 9223, 10892, 7183, 10687, 7818, 11343, 8165, 12133, 8430, 12845, 8833, 11227, 7798, 8191, 7887, 7326, 9426, 7460, 12312, 7585, 12007, 7862, 12040, 8149, 12634, 8538, 12771, 8579, 8218, 8443, 8319, 11419, 7737, 12454, 8343, 13335, 9213, 12412], 'WindowCenter': [4502.0, 4475.0, 4501.0, 4457.0, 4506.0, 4455.0, 4504.0, 4474.0, 4472.0, 4462.0, 4442.0, 4451.0, 4442.0, 4473.0, 4443.0, 4494.0, 4464.0, 4495.0, 4465.0, 4495.0, 4455.0, 4494.0, 4445.0, 4495.0, 4456.0, 4507.0, 4477.0, 4467.0, 4468.0, 4468.0, 4468.0, 4477.0, 4479.0, 4479.0, 4490.0, 4459.0, 4490.0, 4469.0, 4489.0, 4469.0, 4500.0, 4470.0, 4501.0, 4470.0, 4500.0, 4470.0, 4500.0, 4469.0, 4511.0, 4470.0, 4509.0, 4470.0, 4500.0, 4480.0, 4510.0, 4480.0, 4511.0, 4469.0, 4500.0, 4468.0, 4499.0, 4518.0, 4488.0, 4498.0, 4478.0, 4518.0, 4468.0, 4507.0, 4479.0, 4519.0, 4490.0, 4507.0, 4479.0, 4518.0, 4468.0, 4518.0, 4479.0, 4519.0, 4478.0, 4506.0, 4467.0, 4507.0, 4466.0, 4507.0, 4477.0, 4507.0, 4456.0, 4485.0, 4456.0, 4496.0, 4456.0, 4507.0, 4455.0, 4497.0, 4456.0, 4486.0, 4457.0, 4497.0, 4468.0, 4498.0, 4467.0, 4497.0, 4457.0, 4498.0, 4467.0, 4519.0, 4468.0, 4509.0, 4468.0, 4509.0, 4481.0, 4509.0, 4467.0, 4497.0, 4456.0, 4486.0, 4456.0, 4485.0, 4455.0, 4496.0, 4466.0, 4487.0, 4455.0, 4485.0, 4455.0, 4485.0, 4466.0, 4496.0, 4466.0, 4497.0, 4456.0, 4496.0, 4455.0, 4496.0, 4456.0, 4507.0, 4467.0, 4507.0, 4456.0, 4506.0, 4466.0, 4507.0, 4476.0, 4517.0, 4466.0, 4505.0, 4455.0, 4505.0, 4465.0, 4505.0, 4475.0, 4504.0, 4464.0, 4494.0, 4464.0, 4494.0, 4464.0, 4504.0, 4465.0, 4495.0, 4454.0, 4494.0, 4454.0, 4495.0, 4456.0, 4505.0, 4465.0, 4505.0, 4455.0, 4495.0, 4455.0, 4495.0, 4466.0, 4495.0, 4454.0, 4484.0, 4443.0, 4474.0, 4443.0, 4474.0, 4464.0, 4475.0, 4474.0, 4475.0, 4465.0, 4476.0, 4465.0, 4476.0, 4476.0, 4487.0, 4486.0, 4487.0, 4456.0, 4486.0, 4475.0, 4476.0, 4506.0, 4477.0, 4516.0, 4486.0, 4505.0, 4475.0, 4505.0, 4465.0, 4505.0, 4465.0, 4505.0, 4476.0, 4507.0, 4466.0, 4495.0, 4466.0, 4497.0, 4466.0, 4507.0, 4467.0, 4508.0, 4477.0, 4506.0, 4467.0, 4497.0, 4456.0, 4496.0, 4466.0, 4507.0, 4466.0, 4508.0, 4468.0, 4508.0, 4456.0, 4497.0, 4456.0, 4496.0, 4466.0, 4517.0, 4467.0, 4507.0, 4466.0, 4508.0, 4466.0, 4506.0, 4476.0, 4506.0, 4476.0, 4506.0, 4455.0, 4505.0, 4465.0, 4504.0, 4464.0, 4505.0, 4464.0, 4504.0, 4453.0, 4493.0, 4453.0, 4492.0, 4452.0, 4503.0, 4462.0, 4504.0, 4463.0, 4492.0, 4451.0, 4481.0, 4451.0, 4492.0, 4453.0, 4503.0, 4464.0, 4475.0, 4465.0, 4443.0, 4494.0, 4465.0, 4506.0, 4477.0, 4486.0, 4478.0, 4466.0, 4528.0, 4488.0, 4487.0, 4477.0, 4456.0, 4486.0, 4455.0, 4506.0, 4466.0, 4516.0, 4476.0, 4505.0, 4485.0, 4454.0, 4484.0, 4443.0, 4482.0, 4442.0, 4503.0, 4464.0, 4492.0, 4474.0, 4444.0, 4495.0, 4444.0, 4492.0, 4452.0, 4503.0, 4453.0, 4503.0, 4475.0, 4482.0, 4461.0, 4441.0, 4492.0, 4454.0, 4515.0, 4465.0, 4474.0, 4475.0, 4464.0, 4505.0, 4464.0, 4505.0, 4454.0, 4482.0, 4453.0, 4473.0, 4454.0, 4483.0, 4463.0, 4472.0, 4462.0, 4452.0, 4462.0, 4441.0, 4482.0, 4442.0, 4482.0, 4452.0, 4493.0, 4453.0, 4503.0, 4464.0, 4504.0, 4454.0, 4483.0, 4453.0, 4482.0, 4453.0, 4492.0, 4463.0, 4473.0, 4463.0, 4463.0, 4463.0, 4482.0, 4464.0, 4482.0, 4463.0, 4453.0, 4474.0, 4454.0, 4474.0, 4465.0, 4475.0, 4465.0, 4487.0, 4466.0, 4487.0, 4467.0, 4498.0, 4468.0, 4498.0, 4468.0, 4498.0, 4466.0, 4498.0, 4467.0, 4498.0, 4478.0, 4508.0, 4478.0, 4508.0, 4467.0, 4508.0, 4478.0, 4518.0, 4479.0, 4529.0, 4499.0, 4529.0, 4488.0, 4518.0, 4466.0, 4516.0, 4475.0, 4495.0, 4512.0, 4504.0, 4511.0, 4461.0, 4490.0, 4451.0, 4492.0, 4462.0, 4501.0, 4473.0, 4502.0, 4452.0, 4482.0, 4452.0, 4493.0, 4463.0, 4503.0, 4485.0, 4481.0, 4463.0, 4482.0, 4462.0, 4491.0, 4472.0, 4510.0, 4482.0, 4499.0, 4459.0, 4488.0, 4448.0, 4488.0, 4447.0, 4487.0, 4459.0, 4477.0, 4447.0, 4467.0, 4437.0, 4476.0, 4438.0, 4478.0, 4448.0, 4487.0, 4460.0, 4478.0, 4448.0, 4478.0, 4438.0, 4478.0, 4450.0, 4490.0, 4460.0, 4480.0, 4451.0, 4470.0, 4451.0, 4481.0, 4462.0, 4491.0, 4463.0, 4480.0, 4462.0, 4481.0, 4461.0, 4481.0, 4461.0, 4481.0, 4462.0, 4480.0, 4472.0, 4451.0, 4462.0, 4451.0, 4472.0, 4452.0, 4473.0, 4463.0, 4473.0, 4463.0, 4474.0, 4443.0, 4474.0, 4453.0, 4474.0, 4465.0, 4485.0, 4474.0, 4486.0, 4465.0, 4496.0, 4466.0, 4497.0, 4465.0, 4507.0, 4467.0, 4508.0, 4467.0, 4508.0, 4478.0, 4508.0, 4478.0, 4519.0, 4489.0, 4519.0, 4478.0, 4506.0, 4478.0, 4517.0, 4488.0, 4529.0, 4489.0, 4518.0, 4478.0, 4507.0, 4488.0, 4517.0, 4499.0, 4508.0, 4487.0, 4505.0, 4476.0, 4494.0, 4475.0, 4495.0, 4485.0, 4454.0, 4484.0, 4453.0, 4483.0, 4464.0, 4503.0, 4463.0, 4505.0, 4452.0, 4493.0, 4441.0, 4492.0, 4441.0, 4501.0, 4451.0, 4492.0, 4440.0, 4491.0, 4440.0, 4491.0, 4451.0, 4491.0, 4462.0, 4492.0, 4452.0, 4492.0, 4453.0, 4493.0, 4464.0, 4493.0, 4464.0, 4504.0, 4454.0, 4493.0, 4453.0, 4493.0, 4465.0, 4505.0, 4475.0, 4484.0, 4464.0, 4494.0, 4465.0, 4505.0, 4465.0, 4515.0, 4476.0, 4504.0, 4466.0, 4505.0, 4466.0, 4506.0, 4476.0, 4506.0, 4467.0, 4507.0, 4477.0, 4506.0, 4477.0, 4507.0, 4477.0, 4507.0, 4478.0, 4507.0, 4467.0, 4496.0, 4479.0, 4498.0, 4490.0, 4480.0, 4500.0, 4490.0, 4511.0, 4488.0, 4522.0, 4501.0, 4510.0, 4478.0, 4508.0, 4466.0, 4507.0, 4464.0, 4497.0, 4465.0, 4506.0, 4477.0, 4508.0, 4467.0, 4508.0, 4488.0, 4518.0, 4488.0, 4528.0, 4500.0, 4499.0, 4487.0, 4476.0, 4487.0, 4476.0, 4499.0, 4477.0, 4507.0, 4467.0, 4508.0, 4466.0, 4505.0, 4465.0, 4507.0, 4477.0, 4507.0, 4477.0, 4495.0, 4477.0, 4465.0, 4486.0, 4476.0, 4509.0, 4479.0, 4520.0, 4480.0, 4520.0, 4492.0, 4532.0, 4491.0, 4481.0, 4502.0, 4469.0, 4510.0, 4492.0, 4534.0, 4492.0, 4532.0, 4492.0, 4492.0, 4502.0, 4492.0, 4521.0, 4490.0, 4532.0, 4490.0, 4531.0, 4492.0, 4536.0, 4504.0, 4483.0, 4523.0, 4494.0, 4531.0, 4504.0, 4532.0, 4501.0, 4500.0, 4491.0, 4481.0, 4522.0, 4491.0, 4522.0, 4490.0, 4520.0, 4491.0, 4520.0, 4490.0, 4529.0, 4502.0, 4509.0, 4491.0, 4470.0, 4499.0, 4467.0, 4520.0, 4480.0, 4521.0, 4480.0, 4520.0, 4492.0, 4546.0, 4504.0, 4508.0, 4489.0, 4457.0, 4511.0, 4469.0, 4509.0, 4478.0, 4518.0, 4489.0, 4518.0, 4500.0, 4488.0, 4488.0, 4457.0, 4496.0, 4455.0, 4521.0, 4478.0, 4527.0, 4487.0, 4477.0, 4497.0, 4455.0, 4505.0, 4465.0, 4483.0, 4453.0, 4462.0, 4496.0, 4454.0, 4507.0, 4456.0, 4494.0, 4456.0, 4494.0, 4476.0, 4466.0, 4518.0, 4499.0, 4457.0, 4469.0, 4457.0, 4498.0, 4482.0, 4512.0, 4491.0, 4480.0, 4522.0, 4491.0, 4533.0, 4503.0, 4520.0, 4500.0, 4476.0, 4518.0, 4475.0, 4503.0, 4491.0, 4489.0, 4478.0, 4476.0, 4445.0, 4430.0, 4440.0, 4412.0, 4464.0, 4412.0, 4449.0, 4410.0, 4441.0, 4435.0, 4413.0, 4432.0, 4412.0, 4453.0, 4413.0, 4453.0, 4414.0, 4435.0, 4426.0, 4427.0, 4459.0, 4428.0, 4480.0, 4440.0, 4491.0, 4452.0, 4431.0, 4452.0, 4442.0, 4474.0, 4454.0, 4493.0, 4467.0, 4505.0, 4467.0, 4456.0, 4466.0, 4456.0, 4497.0, 4467.0, 4509.0, 4471.0, 4471.0, 4492.0, 4471.0, 4512.0, 4481.0, 4520.0, 4481.0, 4520.0, 4493.0, 4513.0, 4483.0, 4482.0, 4492.0, 4480.0, 4492.0, 4500.0, 4503.0, 4471.0, 4490.0, 4479.0, 4480.0, 4519.0, 4479.0, 4508.0, 4480.0, 4509.0, 4469.0, 4509.0, 4480.0, 4519.0, 4491.0, 4509.0, 4470.0, 4509.0, 4480.0, 4520.0, 4480.0, 4518.0, 4490.0, 4509.0, 4480.0, 4509.0, 4469.0, 4509.0, 4479.0, 4509.0, 4478.0, 4508.0, 4468.0, 4508.0, 4467.0, 4508.0, 4467.0, 4519.0, 4457.0, 4497.0, 4456.0, 4487.0, 4475.0, 4477.0, 4515.0, 4489.0, 4486.0, 4467.0, 4456.0, 4478.0, 4468.0, 4510.0, 4469.0, 4521.0, 4471.0, 4520.0, 4472.0, 4511.0, 4484.0, 4524.0, 4493.0, 4512.0, 4502.0, 4502.0, 4502.0, 4472.0, 4510.0, 4469.0, 4518.0, 4468.0, 4519.0, 4488.0, 4519.0, 4508.0, 4516.0, 4476.0, 4505.0, 4454.0, 4491.0, 4483.0, 4501.0, 4452.0, 4481.0, 4442.0, 4452.0, 4453.0, 4454.0, 4495.0, 4455.0, 4505.0, 4454.0, 4482.0, 4444.0, 4474.0, 4455.0, 4475.0, 4476.0, 4455.0, 4475.0, 4444.0, 4474.0, 4443.0, 4473.0, 4444.0, 4494.0, 4453.0, 4504.0, 4454.0, 4493.0, 4454.0, 4473.0, 4454.0, 4464.0, 4465.0, 4464.0, 4486.0, 4445.0, 4506.0, 4456.0, 4494.0, 4456.0, 4506.0, 4458.0, 4498.0, 4479.0, 4469.0, 4520.0, 4470.0, 4519.0, 4459.0, 4496.0, 4457.0, 4487.0, 4468.0, 4508.0, 4490.0, 4468.0, 4488.0, 4457.0, 4477.0, 4456.0, 4486.0, 4455.0, 4496.0, 4456.0, 4496.0, 4466.0, 4497.0, 4484.0, 4523.0, 4470.0, 4497.0, 4477.0, 4457.0, 4476.0, 4445.0, 4496.0, 4476.0, 4498.0, 4445.0, 4485.0, 4444.0, 4495.0, 4455.0, 4495.0, 4454.0, 4506.0, 4444.0, 4493.0, 4454.0, 4495.0, 4454.0, 4505.0, 4454.0, 4494.0, 4463.0, 4494.0, 4465.0, 4495.0, 4467.0, 4496.0, 4466.0, 4485.0, 4456.0, 4486.0, 4466.0, 4496.0, 4477.0, 4456.0, 4477.0, 4465.0, 4476.0, 4486.0, 4476.0, 4476.0, 4476.0, 4457.0, 4489.0, 4470.0, 4508.0, 4466.0, 4517.0, 4467.0, 4505.0, 4467.0, 4506.0, 4467.0, 4506.0, 4487.0, 4505.0, 4465.0, 4494.0, 4454.0, 4494.0, 4454.0, 4495.0, 4465.0, 4474.0, 4464.0, 4464.0, 4464.0, 4484.0, 4464.0, 4454.0, 4474.0, 4454.0, 4474.0, 4444.0, 4474.0, 4454.0, 4496.0, 4444.0, 4484.0, 4454.0, 4495.0, 4454.0, 4505.0, 4466.0, 4504.0, 4455.0, 4495.0, 4466.0, 4496.0, 4467.0, 4497.0, 4467.0, 4506.0, 4467.0, 4507.0, 4467.0, 4507.0, 4467.0, 4485.0, 4456.0, 4485.0, 4465.0, 4485.0, 4476.0, 4454.0, 4475.0, 4443.0, 4474.0, 4444.0, 4505.0, 4464.0, 4505.0, 4455.0, 4475.0, 4466.0, 4455.0, 4486.0, 4455.0, 4496.0, 4455.0, 4506.0, 4465.0, 4506.0, 4454.0, 4503.0, 4452.0, 4491.0, 4451.0, 4491.0, 4461.0, 4470.0, 4451.0, 4430.0, 4459.0, 4429.0, 4479.0, 4438.0, 4489.0, 4450.0, 4489.0, 4439.0, 4469.0, 4439.0, 4448.0, 4439.0, 4449.0, 4439.0, 4450.0, 4471.0, 4429.0, 4471.0, 4440.0, 4480.0, 4451.0, 4491.0, 4451.0, 4489.0, 4463.0, 4482.0, 4441.0, 4451.0, 4451.0, 4441.0, 4462.0, 4442.0, 4506.0, 4455.0, 4495.0, 4454.0, 4494.0, 4454.0, 4493.0, 4453.0, 4493.0, 4454.0, 4454.0, 4452.0, 4452.0, 4494.0, 4455.0, 4494.0, 4454.0, 4504.0, 4475.0, 4493.0], 'WindowWidth': [9919.0, 9866.0, 9893.0, 9826.0, 9889.0, 9816.0, 9882.0, 9837.0, 9834.0, 9819.0, 9792.0, 9805.0, 9793.0, 9837.0, 9797.0, 9867.0, 9826.0, 9869.0, 9829.0, 9870.0, 9816.0, 9869.0, 9804.0, 9872.0, 9820.0, 9889.0, 9849.0, 9837.0, 9841.0, 9841.0, 9841.0, 9853.0, 9857.0, 9855.0, 9872.0, 9831.0, 9873.0, 9844.0, 9872.0, 9845.0, 9887.0, 9847.0, 9889.0, 9847.0, 9887.0, 9848.0, 9888.0, 9845.0, 9905.0, 9848.0, 9899.0, 9847.0, 9888.0, 9862.0, 9902.0, 9861.0, 9903.0, 9845.0, 9887.0, 9842.0, 9884.0, 9910.0, 9868.0, 9881.0, 9853.0, 9909.0, 9840.0, 9894.0, 9858.0, 9911.0, 9873.0, 9896.0, 9856.0, 9909.0, 9841.0, 9910.0, 9857.0, 9912.0, 9854.0, 9892.0, 9837.0, 9892.0, 9835.0, 9892.0, 9850.0, 9891.0, 9821.0, 9860.0, 9821.0, 9876.0, 9821.0, 9893.0, 9819.0, 9877.0, 9824.0, 9864.0, 9825.0, 9880.0, 9840.0, 9882.0, 9839.0, 9879.0, 9827.0, 9882.0, 9839.0, 9912.0, 9842.0, 9897.0, 9842.0, 9899.0, 9865.0, 9900.0, 9839.0, 9879.0, 9822.0, 9863.0, 9822.0, 9861.0, 9819.0, 9875.0, 9834.0, 9864.0, 9820.0, 9860.0, 9820.0, 9861.0, 9836.0, 9876.0, 9835.0, 9879.0, 9822.0, 9877.0, 9821.0, 9877.0, 9824.0, 9892.0, 9838.0, 9893.0, 9824.0, 9891.0, 9837.0, 9892.0, 9850.0, 9905.0, 9837.0, 9888.0, 9819.0, 9886.0, 9833.0, 9887.0, 9846.0, 9885.0, 9829.0, 9870.0, 9828.0, 9869.0, 9830.0, 9883.0, 9832.0, 9872.0, 9817.0, 9870.0, 9819.0, 9873.0, 9823.0, 9889.0, 9833.0, 9888.0, 9820.0, 9875.0, 9819.0, 9875.0, 9837.0, 9875.0, 9816.0, 9858.0, 9801.0, 9842.0, 9801.0, 9844.0, 9830.0, 9845.0, 9845.0, 9848.0, 9833.0, 9849.0, 9834.0, 9851.0, 9851.0, 9865.0, 9864.0, 9866.0, 9822.0, 9863.0, 9848.0, 9851.0, 9892.0, 9851.0, 9904.0, 9862.0, 9889.0, 9846.0, 9888.0, 9834.0, 9888.0, 9835.0, 9887.0, 9848.0, 9892.0, 9837.0, 9877.0, 9838.0, 9880.0, 9839.0, 9895.0, 9842.0, 9895.0, 9852.0, 9892.0, 9839.0, 9880.0, 9825.0, 9879.0, 9838.0, 9894.0, 9837.0, 9897.0, 9842.0, 9895.0, 9824.0, 9880.0, 9825.0, 9879.0, 9838.0, 9907.0, 9839.0, 9893.0, 9838.0, 9894.0, 9837.0, 9889.0, 9850.0, 9890.0, 9850.0, 9890.0, 9821.0, 9888.0, 9833.0, 9885.0, 9831.0, 9886.0, 9830.0, 9885.0, 9814.0, 9869.0, 9813.0, 9866.0, 9811.0, 9880.0, 9825.0, 9884.0, 9825.0, 9865.0, 9809.0, 9848.0, 9808.0, 9864.0, 9816.0, 9880.0, 9828.0, 9846.0, 9834.0, 9800.0, 9872.0, 9833.0, 9892.0, 9852.0, 9865.0, 9856.0, 9837.0, 9924.0, 9867.0, 9866.0, 9852.0, 9822.0, 9861.0, 9818.0, 9890.0, 9834.0, 9903.0, 9849.0, 9888.0, 9859.0, 9814.0, 9854.0, 9799.0, 9851.0, 9797.0, 9879.0, 9828.0, 9865.0, 9843.0, 9801.0, 9872.0, 9801.0, 9865.0, 9811.0, 9879.0, 9812.0, 9879.0, 9843.0, 9849.0, 9820.0, 9792.0, 9863.0, 9816.0, 9902.0, 9834.0, 9844.0, 9844.0, 9827.0, 9886.0, 9827.0, 9886.0, 9813.0, 9851.0, 9813.0, 9838.0, 9814.0, 9852.0, 9826.0, 9836.0, 9823.0, 9807.0, 9822.0, 9793.0, 9849.0, 9795.0, 9850.0, 9811.0, 9865.0, 9813.0, 9880.0, 9829.0, 9882.0, 9815.0, 9854.0, 9813.0, 9850.0, 9811.0, 9863.0, 9826.0, 9838.0, 9825.0, 9825.0, 9825.0, 9851.0, 9828.0, 9852.0, 9828.0, 9813.0, 9843.0, 9817.0, 9845.0, 9834.0, 9848.0, 9834.0, 9866.0, 9838.0, 9866.0, 9840.0, 9885.0, 9843.0, 9884.0, 9843.0, 9884.0, 9839.0, 9882.0, 9840.0, 9884.0, 9857.0, 9896.0, 9854.0, 9896.0, 9842.0, 9898.0, 9859.0, 9912.0, 9859.0, 9927.0, 9886.0, 9928.0, 9868.0, 9910.0, 9837.0, 9905.0, 9848.0, 9875.0, 9897.0, 9883.0, 9891.0, 9821.0, 9860.0, 9808.0, 9866.0, 9822.0, 9875.0, 9841.0, 9878.0, 9811.0, 9851.0, 9812.0, 9870.0, 9829.0, 9881.0, 9859.0, 9851.0, 9826.0, 9851.0, 9823.0, 9864.0, 9837.0, 9888.0, 9851.0, 9871.0, 9814.0, 9854.0, 9798.0, 9852.0, 9796.0, 9850.0, 9813.0, 9836.0, 9796.0, 9823.0, 9783.0, 9835.0, 9784.0, 9838.0, 9799.0, 9850.0, 9815.0, 9839.0, 9799.0, 9838.0, 9786.0, 9840.0, 9804.0, 9858.0, 9819.0, 9846.0, 9807.0, 9833.0, 9808.0, 9849.0, 9825.0, 9863.0, 9826.0, 9847.0, 9824.0, 9849.0, 9823.0, 9847.0, 9822.0, 9849.0, 9823.0, 9846.0, 9838.0, 9809.0, 9825.0, 9810.0, 9839.0, 9811.0, 9841.0, 9830.0, 9842.0, 9826.0, 9844.0, 9801.0, 9844.0, 9816.0, 9845.0, 9834.0, 9860.0, 9845.0, 9866.0, 9836.0, 9880.0, 9837.0, 9881.0, 9838.0, 9894.0, 9843.0, 9899.0, 9843.0, 9898.0, 9859.0, 9900.0, 9858.0, 9915.0, 9873.0, 9914.0, 9858.0, 9895.0, 9858.0, 9909.0, 9872.0, 9929.0, 9874.0, 9912.0, 9857.0, 9897.0, 9871.0, 9910.0, 9887.0, 9898.0, 9869.0, 9890.0, 9850.0, 9874.0, 9847.0, 9873.0, 9862.0, 9816.0, 9857.0, 9814.0, 9856.0, 9831.0, 9883.0, 9826.0, 9890.0, 9811.0, 9866.0, 9796.0, 9863.0, 9795.0, 9876.0, 9807.0, 9864.0, 9793.0, 9861.0, 9793.0, 9860.0, 9808.0, 9862.0, 9824.0, 9866.0, 9813.0, 9866.0, 9815.0, 9867.0, 9830.0, 9869.0, 9830.0, 9885.0, 9817.0, 9870.0, 9816.0, 9870.0, 9832.0, 9888.0, 9848.0, 9859.0, 9831.0, 9871.0, 9834.0, 9890.0, 9835.0, 9903.0, 9850.0, 9886.0, 9836.0, 9889.0, 9837.0, 9890.0, 9850.0, 9891.0, 9839.0, 9894.0, 9853.0, 9892.0, 9854.0, 9892.0, 9854.0, 9894.0, 9855.0, 9896.0, 9841.0, 9881.0, 9860.0, 9885.0, 9877.0, 9865.0, 9892.0, 9877.0, 9905.0, 9873.0, 9924.0, 9893.0, 9904.0, 9858.0, 9898.0, 9838.0, 9893.0, 9832.0, 9881.0, 9835.0, 9891.0, 9851.0, 9896.0, 9841.0, 9896.0, 9870.0, 9913.0, 9870.0, 9925.0, 9889.0, 9885.0, 9868.0, 9852.0, 9866.0, 9851.0, 9884.0, 9853.0, 9895.0, 9839.0, 9895.0, 9836.0, 9889.0, 9832.0, 9891.0, 9852.0, 9894.0, 9852.0, 9876.0, 9853.0, 9835.0, 9863.0, 9850.0, 9899.0, 9859.0, 9914.0, 9861.0, 9918.0, 9883.0, 9935.0, 9878.0, 9865.0, 9893.0, 9849.0, 9903.0, 9881.0, 9941.0, 9882.0, 9935.0, 9882.0, 9882.0, 9896.0, 9883.0, 9921.0, 9878.0, 9936.0, 9877.0, 9934.0, 9882.0, 9951.0, 9905.0, 9874.0, 9924.0, 9890.0, 9935.0, 9901.0, 9939.0, 9894.0, 9889.0, 9879.0, 9866.0, 9921.0, 9877.0, 9921.0, 9874.0, 9916.0, 9876.0, 9915.0, 9874.0, 9927.0, 9893.0, 9899.0, 9876.0, 9848.0, 9884.0, 9840.0, 9912.0, 9858.0, 9916.0, 9858.0, 9915.0, 9881.0, 9965.0, 9902.0, 9898.0, 9869.0, 9824.0, 9905.0, 9845.0, 9896.0, 9854.0, 9909.0, 9868.0, 9911.0, 9886.0, 9867.0, 9867.0, 9824.0, 9874.0, 9820.0, 9916.0, 9852.0, 9920.0, 9865.0, 9848.0, 9877.0, 9819.0, 9885.0, 9830.0, 9852.0, 9812.0, 9823.0, 9871.0, 9813.0, 9889.0, 9818.0, 9867.0, 9818.0, 9869.0, 9844.0, 9830.0, 9908.0, 9883.0, 9823.0, 9842.0, 9824.0, 9884.0, 9867.0, 9909.0, 9876.0, 9859.0, 9923.0, 9878.0, 9937.0, 9895.0, 9917.0, 9885.0, 9846.0, 9908.0, 9841.0, 9884.0, 9859.0, 9857.0, 9836.0, 9828.0, 9783.0, 9757.0, 9771.0, 9732.0, 9811.0, 9734.0, 9779.0, 9729.0, 9772.0, 9771.0, 9738.0, 9762.0, 9736.0, 9793.0, 9737.0, 9791.0, 9741.0, 9770.0, 9760.0, 9764.0, 9810.0, 9769.0, 9840.0, 9788.0, 9856.0, 9804.0, 9778.0, 9806.0, 9796.0, 9840.0, 9814.0, 9867.0, 9837.0, 9885.0, 9836.0, 9820.0, 9836.0, 9823.0, 9879.0, 9838.0, 9897.0, 9848.0, 9848.0, 9880.0, 9851.0, 9906.0, 9865.0, 9916.0, 9864.0, 9917.0, 9882.0, 9910.0, 9870.0, 9865.0, 9879.0, 9861.0, 9879.0, 9886.0, 9896.0, 9849.0, 9873.0, 9857.0, 9859.0, 9910.0, 9856.0, 9895.0, 9858.0, 9897.0, 9844.0, 9898.0, 9860.0, 9913.0, 9877.0, 9898.0, 9848.0, 9899.0, 9860.0, 9915.0, 9860.0, 9910.0, 9873.0, 9899.0, 9858.0, 9898.0, 9844.0, 9898.0, 9856.0, 9897.0, 9854.0, 9895.0, 9840.0, 9893.0, 9837.0, 9893.0, 9837.0, 9909.0, 9822.0, 9878.0, 9821.0, 9863.0, 9846.0, 9849.0, 9903.0, 9868.0, 9862.0, 9836.0, 9822.0, 9854.0, 9841.0, 9902.0, 9844.0, 9918.0, 9850.0, 9916.0, 9853.0, 9903.0, 9873.0, 9928.0, 9883.0, 9906.0, 9893.0, 9891.0, 9892.0, 9852.0, 9902.0, 9843.0, 9909.0, 9839.0, 9911.0, 9866.0, 9913.0, 9893.0, 9905.0, 9845.0, 9886.0, 9814.0, 9861.0, 9851.0, 9875.0, 9807.0, 9845.0, 9794.0, 9808.0, 9811.0, 9812.0, 9869.0, 9814.0, 9882.0, 9814.0, 9851.0, 9800.0, 9840.0, 9817.0, 9844.0, 9846.0, 9816.0, 9844.0, 9799.0, 9840.0, 9798.0, 9838.0, 9800.0, 9868.0, 9811.0, 9882.0, 9812.0, 9866.0, 9814.0, 9840.0, 9815.0, 9828.0, 9830.0, 9828.0, 9859.0, 9804.0, 9888.0, 9819.0, 9869.0, 9821.0, 9889.0, 9825.0, 9880.0, 9856.0, 9843.0, 9914.0, 9844.0, 9912.0, 9830.0, 9877.0, 9824.0, 9862.0, 9840.0, 9892.0, 9871.0, 9840.0, 9866.0, 9823.0, 9849.0, 9820.0, 9862.0, 9818.0, 9874.0, 9818.0, 9874.0, 9834.0, 9879.0, 9874.0, 9927.0, 9847.0, 9879.0, 9852.0, 9823.0, 9848.0, 9804.0, 9875.0, 9845.0, 9881.0, 9803.0, 9859.0, 9803.0, 9870.0, 9818.0, 9871.0, 9815.0, 9886.0, 9800.0, 9866.0, 9813.0, 9871.0, 9815.0, 9884.0, 9815.0, 9869.0, 9828.0, 9871.0, 9833.0, 9872.0, 9838.0, 9875.0, 9835.0, 9859.0, 9820.0, 9861.0, 9835.0, 9873.0, 9851.0, 9821.0, 9851.0, 9832.0, 9847.0, 9863.0, 9847.0, 9846.0, 9848.0, 9825.0, 9873.0, 9850.0, 9894.0, 9836.0, 9905.0, 9837.0, 9889.0, 9839.0, 9891.0, 9837.0, 9889.0, 9863.0, 9887.0, 9831.0, 9871.0, 9815.0, 9871.0, 9816.0, 9871.0, 9830.0, 9841.0, 9827.0, 9827.0, 9831.0, 9856.0, 9830.0, 9814.0, 9842.0, 9814.0, 9841.0, 9803.0, 9843.0, 9815.0, 9874.0, 9804.0, 9856.0, 9815.0, 9871.0, 9817.0, 9886.0, 9834.0, 9884.0, 9820.0, 9873.0, 9836.0, 9875.0, 9838.0, 9878.0, 9839.0, 9891.0, 9838.0, 9892.0, 9838.0, 9892.0, 9836.0, 9860.0, 9820.0, 9860.0, 9832.0, 9856.0, 9848.0, 9816.0, 9844.0, 9801.0, 9842.0, 9800.0, 9885.0, 9829.0, 9886.0, 9819.0, 9847.0, 9834.0, 9819.0, 9862.0, 9818.0, 9874.0, 9816.0, 9888.0, 9830.0, 9888.0, 9815.0, 9878.0, 9807.0, 9859.0, 9805.0, 9859.0, 9818.0, 9829.0, 9804.0, 9774.0, 9813.0, 9770.0, 9840.0, 9783.0, 9852.0, 9799.0, 9854.0, 9783.0, 9827.0, 9785.0, 9796.0, 9785.0, 9797.0, 9786.0, 9799.0, 9831.0, 9772.0, 9830.0, 9789.0, 9843.0, 9804.0, 9858.0, 9804.0, 9855.0, 9825.0, 9847.0, 9792.0, 9803.0, 9805.0, 9792.0, 9822.0, 9797.0, 9890.0, 9820.0, 9872.0, 9816.0, 9869.0, 9813.0, 9866.0, 9812.0, 9867.0, 9813.0, 9813.0, 9807.0, 9809.0, 9869.0, 9820.0, 9870.0, 9815.0, 9881.0, 9843.0, 9866.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.0005908815903197925</td></tr>
<tr><td colspan=3>aqi</td><td>0.023550100172860845</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.09118255032009</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.179939645077853</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9928411270761242</td></tr>
<tr><td colspan=3>efc</td><td>0.5182</td></tr>
<tr><td colspan=3>fber</td><td>3482.8589</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05987606878075607</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0371650821089022</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7191117529942193</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6850936632551057</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.922867566677043</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5493740290505085</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100969</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008450978435575962</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02821510285139084</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.881684377622815</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>9.9175</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.3683</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>255.0939</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292014.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1255.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>443.6874</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1453</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.0496</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3612.5902</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3850.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.8316</td></tr>
<tr><td colspan=3>tsnr</td><td>36.3865155223757</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>