<?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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-02/func/sub-0050_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>2f5460e0adcb36bfe2688472cdf6862e</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>17:57:49.165000</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.998513, 0.0472407, -0.0271945, -0.0493595, 0.995294, -0.0833908]</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.0886933</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7749, -7273, 602, -88, -174, 17, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>241.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>610f8b65-9227-4bde-ba20-6a2add6d2c59||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.678938150405884, -0.13242802023887634, -0.06244304031133652, 112.8624038696289], [-0.1267433762550354, 2.670300245285034, -0.22844454646110535, -84.28861999511719], [-0.07296079397201538, 0.22373132407665253, 2.689593553543091, -67.32284545898438], [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': ['175749.165000', '175749.625000', '175750.085000', '175750.545000', '175751.005000', '175751.465000', '175751.925000', '175752.385000', '175752.845000', '175753.305000', '175753.765000', '175754.225000', '175754.685000', '175755.145000', '175755.605000', '175756.065000', '175756.525000', '175756.985000', '175757.445000', '175757.905000', '175758.365000', '175758.825000', '175759.285000', '175759.745000', '175800.205000', '175800.665000', '175801.125000', '175801.585000', '175802.045000', '175802.505000', '175802.965000', '175803.425000', '175803.885000', '175804.345000', '175804.805000', '175805.265000', '175805.725000', '175806.185000', '175806.645000', '175807.105000', '175807.565000', '175808.025000', '175808.485000', '175808.945000', '175809.405000', '175809.865000', '175810.325000', '175810.785000', '175811.245000', '175811.705000', '175812.165000', '175812.625000', '175813.085000', '175813.545000', '175814.005000', '175814.465000', '175814.925000', '175815.385000', '175815.845000', '175816.305000', '175816.765000', '175817.225000', '175817.685000', '175818.145000', '175818.605000', '175819.065000', '175819.525000', '175819.985000', '175820.445000', '175820.905000', '175821.365000', '175821.825000', '175822.285000', '175822.745000', '175823.205000', '175823.665000', '175824.125000', '175824.585000', '175825.045000', '175825.505000', '175825.965000', '175826.425000', '175826.885000', '175827.345000', '175827.805000', '175828.265000', '175828.725000', '175829.185000', '175829.645000', '175830.105000', '175830.565000', '175831.025000', '175831.485000', '175831.945000', '175832.405000', '175832.865000', '175833.325000', '175833.785000', '175834.245000', '175834.705000', '175835.165000', '175835.625000', '175836.085000', '175836.545000', '175837.005000', '175837.465000', '175837.925000', '175838.385000', '175838.845000', '175839.305000', '175839.765000', '175840.225000', '175840.685000', '175841.145000', '175841.605000', '175842.065000', '175842.525000', '175842.985000', '175843.445000', '175843.905000', '175844.365000', '175844.825000', '175845.285000', '175845.745000', '175846.205000', '175846.665000', '175847.125000', '175847.585000', '175848.045000', '175848.505000', '175848.965000', '175849.425000', '175849.885000', '175850.345000', '175850.805000', '175851.265000', '175851.725000', '175852.185000', '175852.645000', '175853.105000', '175853.565000', '175854.025000', '175854.485000', '175854.945000', '175855.405000', '175855.865000', '175856.325000', '175856.785000', '175857.245000', '175857.705000', '175858.165000', '175858.625000', '175859.085000', '175859.545000', '175900.005000', '175900.465000', '175900.925000', '175901.385000', '175901.845000', '175902.305000', '175902.765000', '175903.225000', '175903.685000', '175904.145000', '175904.605000', '175905.065000', '175905.525000', '175905.985000', '175906.445000', '175906.905000', '175907.365000', '175907.825000', '175908.285000', '175908.745000', '175909.205000', '175909.665000', '175910.125000', '175910.585000', '175911.045000', '175911.505000', '175911.965000', '175912.425000', '175912.885000', '175913.345000', '175913.805000', '175914.265000', '175914.725000', '175915.185000', '175915.645000', '175916.105000', '175916.565000', '175917.025000', '175917.485000', '175917.945000', '175918.405000', '175918.865000', '175919.325000', '175919.785000', '175920.245000', '175920.705000', '175921.165000', '175921.625000', '175922.085000', '175922.545000', '175923.005000', '175923.465000', '175923.925000', '175924.385000', '175924.845000', '175925.305000', '175925.765000', '175926.225000', '175926.685000', '175927.145000', '175927.605000', '175928.065000', '175928.525000', '175928.985000', '175929.445000', '175929.905000', '175930.365000', '175930.825000', '175931.285000', '175931.745000', '175932.205000', '175932.665000', '175933.125000', '175933.585000', '175934.045000', '175934.505000', '175934.965000', '175935.425000', '175935.885000', '175936.345000', '175936.805000', '175937.265000', '175937.725000', '175938.185000', '175938.645000', '175939.105000', '175939.565000', '175940.025000', '175940.485000', '175940.945000', '175941.405000', '175941.865000', '175942.325000', '175942.785000', '175943.245000', '175943.705000', '175944.165000', '175944.625000', '175945.085000', '175945.545000', '175946.005000', '175946.465000', '175946.925000', '175947.385000', '175947.845000', '175948.305000', '175948.765000', '175949.225000', '175949.685000', '175950.145000', '175950.605000', '175951.065000', '175951.525000', '175951.985000', '175952.445000', '175952.905000', '175953.365000', '175953.825000', '175954.285000', '175954.745000', '175955.205000', '175955.665000', '175956.125000', '175956.585000', '175957.045000', '175957.505000', '175957.965000', '175958.425000', '175958.885000', '175959.345000', '175959.805000', '180000.265000', '180000.725000', '180001.185000', '180001.645000', '180002.105000', '180002.565000', '180003.025000', '180003.485000', '180003.945000', '180004.405000', '180004.865000', '180005.325000', '180005.785000', '180006.245000', '180006.705000', '180007.165000', '180007.625000', '180008.085000', '180008.545000', '180009.005000', '180009.465000', '180009.925000', '180010.385000', '180010.845000', '180011.305000', '180011.765000', '180012.225000', '180012.685000', '180013.145000', '180013.605000', '180014.065000', '180014.525000', '180014.985000', '180015.445000', '180015.905000', '180016.365000', '180016.825000', '180017.285000', '180017.745000', '180018.205000', '180018.665000', '180019.125000', '180019.585000', '180020.045000', '180020.505000', '180020.965000', '180021.425000', '180021.885000', '180022.345000', '180022.805000', '180023.265000', '180023.725000', '180024.185000', '180024.645000', '180025.105000', '180025.565000', '180026.025000', '180026.485000', '180026.945000', '180027.405000', '180027.865000', '180028.325000', '180028.785000', '180029.245000', '180029.705000', '180030.165000', '180030.625000', '180031.085000', '180031.545000', '180032.005000', '180032.465000', '180032.925000', '180033.385000', '180033.845000', '180034.305000', '180034.765000', '180035.225000', '180035.685000', '180036.145000', '180036.605000', '180037.065000', '180037.525000', '180037.985000', '180038.445000', '180038.905000', '180039.365000', '180039.825000', '180040.285000', '180040.745000', '180041.205000', '180041.665000', '180042.125000', '180042.585000', '180043.045000', '180043.505000', '180043.965000', '180044.425000', '180044.885000', '180045.345000', '180045.805000', '180046.265000', '180046.725000', '180047.185000', '180047.645000', '180048.105000', '180048.565000', '180049.025000', '180049.485000', '180049.945000', '180050.405000', '180050.865000', '180051.325000', '180051.785000', '180052.245000', '180052.705000', '180053.165000', '180053.625000', '180054.085000', '180054.545000', '180055.005000', '180055.465000', '180055.925000', '180056.385000', '180056.845000', '180057.305000', '180057.765000', '180058.225000', '180058.685000', '180059.145000', '180059.605000', '180100.065000', '180100.525000', '180100.985000', '180101.445000', '180101.905000', '180102.365000', '180102.825000', '180103.285000', '180103.745000', '180104.205000', '180104.665000', '180105.125000', '180105.585000', '180106.045000', '180106.505000', '180106.965000', '180107.425000', '180107.885000', '180108.345000', '180108.805000', '180109.265000', '180109.725000', '180110.185000', '180110.645000', '180111.105000', '180111.565000', '180112.025000', '180112.485000', '180112.945000', '180113.405000', '180113.865000', '180114.325000', '180114.785000', '180115.245000', '180115.705000', '180116.165000', '180116.625000', '180117.085000', '180117.545000', '180118.005000', '180118.465000', '180118.925000', '180119.385000', '180119.845000', '180120.305000', '180120.765000', '180121.225000', '180121.685000', '180122.145000', '180122.605000', '180123.065000', '180123.525000', '180123.985000', '180124.445000', '180124.905000', '180125.365000', '180125.825000', '180126.285000', '180126.745000', '180127.205000', '180127.665000', '180128.125000', '180128.585000', '180129.045000', '180129.505000', '180129.965000', '180130.425000', '180130.885000', '180131.345000', '180131.805000', '180132.265000', '180132.725000', '180133.185000', '180133.645000', '180134.105000', '180134.565000', '180135.025000', '180135.485000', '180135.945000', '180136.405000', '180136.865000', '180137.325000', '180137.785000', '180138.245000', '180138.705000', '180139.165000', '180139.625000', '180140.085000', '180140.545000', '180141.005000', '180141.465000', '180141.925000', '180142.385000', '180142.845000', '180143.305000', '180143.765000', '180144.225000', '180144.685000', '180145.145000', '180145.605000', '180146.065000', '180146.525000', '180146.985000', '180147.445000', '180147.905000', '180148.365000', '180148.825000', '180149.285000', '180149.745000', '180150.205000', '180150.665000', '180151.125000', '180151.585000', '180152.045000', '180152.505000', '180152.965000', '180153.425000', '180153.885000', '180154.345000', '180154.805000', '180155.265000', '180155.725000', '180156.185000', '180156.645000', '180157.105000', '180157.565000', '180158.025000', '180158.485000', '180158.945000', '180159.405000', '180159.865000', '180200.325000', '180200.785000', '180201.245000', '180201.705000', '180202.165000', '180202.625000', '180203.085000', '180203.545000', '180204.005000', '180204.465000', '180204.925000', '180205.385000', '180205.845000', '180206.305000', '180206.765000', '180207.225000', '180207.685000', '180208.145000', '180208.605000', '180209.065000', '180209.525000', '180209.985000', '180210.445000', '180210.905000', '180211.365000', '180211.825000', '180212.285000', '180212.745000', '180213.205000', '180213.665000', '180214.125000', '180214.585000', '180215.045000', '180215.505000', '180215.965000', '180216.425000', '180216.885000', '180217.345000', '180217.805000', '180218.265000', '180218.725000', '180219.185000', '180219.645000', '180220.105000', '180220.565000', '180221.025000', '180221.485000', '180221.945000', '180222.405000', '180222.865000', '180223.325000', '180223.785000', '180224.245000', '180224.705000', '180225.165000', '180225.625000', '180226.085000', '180226.545000', '180227.005000', '180227.465000', '180227.925000', '180228.385000', '180228.845000', '180229.305000', '180229.765000', '180230.225000', '180230.685000', '180231.145000', '180231.605000', '180232.065000', '180232.525000', '180232.985000', '180233.445000', '180233.905000', '180234.365000', '180234.825000', '180235.285000', '180235.745000', '180236.205000', '180236.665000', '180237.125000', '180237.585000', '180238.045000', '180238.505000', '180238.965000', '180239.425000', '180239.885000', '180240.345000', '180240.805000', '180241.265000', '180241.725000', '180242.185000', '180242.645000', '180243.105000', '180243.565000', '180244.025000', '180244.485000', '180244.945000', '180245.405000', '180245.865000', '180246.325000', '180246.785000', '180247.245000', '180247.705000', '180248.165000', '180248.625000', '180249.085000', '180249.545000', '180250.005000', '180250.465000', '180250.925000', '180251.385000', '180251.845000', '180252.305000', '180252.765000', '180253.225000', '180253.685000', '180254.145000', '180254.605000', '180255.065000', '180255.525000', '180255.985000', '180256.445000', '180256.905000', '180257.365000', '180257.825000', '180258.285000', '180258.745000', '180259.205000', '180259.665000', '180300.125000', '180300.585000', '180301.045000', '180301.505000', '180301.965000', '180302.425000', '180302.885000', '180303.345000', '180303.805000', '180304.265000', '180304.725000', '180305.185000', '180305.645000', '180306.105000', '180306.565000', '180307.025000', '180307.485000', '180307.945000', '180308.405000', '180308.865000', '180309.325000', '180309.785000', '180310.245000', '180310.705000', '180311.165000', '180311.625000', '180312.085000', '180312.545000', '180313.005000', '180313.465000', '180313.925000', '180314.385000', '180314.845000', '180315.305000', '180315.765000', '180316.225000', '180316.685000', '180317.145000', '180317.605000', '180318.065000', '180318.525000', '180318.985000', '180319.445000', '180319.905000', '180320.365000', '180320.825000', '180321.285000', '180321.745000', '180322.205000', '180322.665000', '180323.125000', '180323.585000', '180324.045000', '180324.505000', '180324.965000', '180325.425000', '180325.885000', '180326.345000', '180326.805000', '180327.265000', '180327.725000', '180328.185000', '180328.645000', '180329.105000', '180329.565000', '180330.025000', '180330.485000', '180330.945000', '180331.405000', '180331.865000', '180332.325000', '180332.785000', '180333.245000', '180333.705000', '180334.165000', '180334.625000', '180335.085000', '180335.545000', '180336.005000', '180336.465000', '180336.925000', '180337.385000', '180337.845000', '180338.305000', '180338.765000', '180339.225000', '180339.685000', '180340.145000', '180340.605000', '180341.065000', '180341.525000', '180341.985000', '180342.445000', '180342.905000', '180343.365000', '180343.825000', '180344.285000', '180344.745000', '180345.205000', '180345.665000', '180346.125000', '180346.585000', '180347.045000', '180347.505000', '180347.965000', '180348.425000', '180348.885000', '180349.345000', '180349.805000', '180350.265000', '180350.725000', '180351.185000', '180351.645000', '180352.105000', '180352.565000', '180353.025000', '180353.485000', '180353.945000', '180354.405000', '180354.865000', '180355.325000', '180355.785000', '180356.245000', '180356.705000', '180357.165000', '180357.625000', '180358.085000', '180358.545000', '180359.005000', '180359.465000', '180359.925000', '180400.385000', '180400.845000', '180401.305000', '180401.765000', '180402.225000', '180402.685000', '180403.145000', '180403.605000', '180404.065000', '180404.525000', '180404.985000', '180405.445000', '180405.905000', '180406.365000', '180406.825000', '180407.285000', '180407.745000', '180408.205000', '180408.665000', '180409.125000', '180409.585000', '180410.045000', '180410.505000', '180410.965000', '180411.425000', '180411.885000', '180412.345000', '180412.805000', '180413.265000', '180413.725000', '180414.185000', '180414.645000', '180415.105000', '180415.565000', '180416.025000', '180416.485000', '180416.945000', '180417.405000', '180417.865000', '180418.325000', '180418.785000', '180419.245000', '180419.705000', '180420.165000', '180420.625000', '180421.085000', '180421.545000', '180422.005000', '180422.465000', '180422.925000', '180423.385000', '180423.845000', '180424.305000', '180424.765000', '180425.225000', '180425.685000', '180426.145000', '180426.605000', '180427.065000', '180427.525000', '180427.985000', '180428.445000', '180428.905000', '180429.365000', '180429.825000', '180430.285000', '180430.745000', '180431.205000', '180431.665000', '180432.125000', '180432.585000', '180433.045000', '180433.505000', '180433.965000', '180434.425000', '180434.885000', '180435.345000', '180435.805000', '180436.265000', '180436.725000', '180437.185000', '180437.645000', '180438.105000', '180438.565000', '180439.025000', '180439.485000', '180439.945000', '180440.405000', '180440.865000', '180441.325000', '180441.785000', '180442.245000', '180442.705000', '180443.165000', '180443.625000', '180444.085000', '180444.545000', '180445.005000', '180445.465000', '180445.925000', '180446.385000', '180446.845000', '180447.305000', '180447.765000', '180448.225000', '180448.685000', '180449.145000', '180449.605000', '180450.065000', '180450.525000', '180450.985000', '180451.445000', '180451.905000', '180452.365000', '180452.825000', '180453.285000', '180453.745000', '180454.205000', '180454.665000', '180455.125000', '180455.585000', '180456.045000', '180456.505000', '180456.965000', '180457.425000', '180457.885000', '180458.345000', '180458.805000', '180459.265000', '180459.725000', '180500.185000', '180500.645000', '180501.105000', '180501.565000', '180502.025000', '180502.485000', '180502.945000', '180503.405000', '180503.865000', '180504.325000', '180504.785000', '180505.245000', '180505.705000', '180506.165000', '180506.625000', '180507.085000', '180507.545000', '180508.005000', '180508.465000', '180508.925000', '180509.385000', '180509.845000', '180510.305000', '180510.765000', '180511.225000', '180511.685000', '180512.145000', '180512.605000', '180513.065000', '180513.525000', '180513.985000', '180514.445000', '180514.905000', '180515.365000', '180515.825000', '180516.285000', '180516.745000', '180517.205000', '180517.665000', '180518.125000', '180518.585000', '180519.045000', '180519.505000', '180519.965000', '180520.425000', '180520.885000', '180521.345000', '180521.805000', '180522.265000', '180522.725000', '180523.185000', '180523.645000', '180524.105000', '180524.565000', '180525.025000', '180525.485000', '180525.945000', '180526.405000', '180526.865000', '180527.325000', '180527.785000', '180528.245000', '180528.705000', '180529.165000', '180529.625000', '180530.085000', '180530.545000', '180531.005000', '180531.465000', '180531.925000', '180532.385000', '180532.845000', '180533.305000', '180533.765000', '180534.225000', '180534.685000', '180535.145000', '180535.605000', '180536.065000', '180536.525000', '180536.985000', '180537.445000', '180537.905000', '180538.365000', '180538.825000', '180539.285000', '180539.745000', '180540.205000', '180540.665000', '180541.125000', '180541.585000', '180542.045000', '180542.505000', '180542.965000', '180543.425000', '180543.885000', '180544.345000', '180544.805000', '180545.265000', '180545.725000', '180546.185000', '180546.645000', '180547.105000', '180547.565000', '180548.025000', '180548.485000', '180548.945000', '180549.405000', '180549.865000', '180550.325000', '180550.785000', '180551.245000', '180551.705000', '180552.165000', '180552.625000', '180553.085000', '180553.545000', '180554.005000', '180554.465000', '180554.925000', '180555.385000', '180555.845000', '180556.305000', '180556.765000', '180557.225000', '180557.685000', '180558.145000', '180558.605000', '180559.065000', '180559.525000', '180559.985000', '180600.445000', '180600.905000', '180601.365000', '180601.825000', '180602.285000', '180602.745000', '180603.205000', '180603.665000', '180604.125000', '180604.585000', '180605.045000', '180605.505000', '180605.965000', '180606.425000', '180606.885000', '180607.345000', '180607.805000', '180608.265000', '180608.725000', '180609.185000', '180609.645000', '180610.105000', '180610.565000', '180611.025000', '180611.485000', '180611.945000', '180612.405000', '180612.865000', '180613.325000', '180613.785000', '180614.245000', '180614.705000', '180615.165000', '180615.625000', '180616.085000', '180616.545000', '180617.005000', '180617.465000', '180617.925000', '180618.385000', '180618.845000', '180619.305000', '180619.765000', '180620.225000', '180620.685000', '180621.145000', '180621.605000', '180622.065000', '180622.525000', '180622.985000', '180623.445000', '180623.905000', '180624.365000', '180624.825000', '180625.285000', '180625.745000', '180626.205000', '180626.665000', '180627.125000', '180627.585000', '180628.045000', '180628.505000', '180628.965000', '180629.425000', '180629.885000', '180630.345000', '180630.805000', '180631.265000', '180631.725000', '180632.185000', '180632.645000', '180633.105000', '180633.565000', '180634.025000', '180634.485000', '180634.945000', '180635.405000', '180635.865000', '180636.325000', '180636.785000', '180637.245000', '180637.705000', '180638.165000', '180638.625000', '180639.085000', '180639.545000', '180640.005000', '180640.465000', '180640.925000', '180641.385000'], 'ContentTime': ['175814.803000', '175814.806000', '175814.809000', '175814.812000', '175814.815000', '175814.818000', '175814.825000', '175814.828000', '175814.830000', '175814.833000', '175814.836000', '175814.839000', '175814.841000', '175814.844000', '175814.847000', '175814.849000', '175814.852000', '175814.855000', '175814.857000', '175814.860000', '175814.863000', '175814.866000', '175814.868000', '175814.882000', '175814.884000', '175814.887000', '175814.890000', '175814.892000', '175814.895000', '175814.898000', '175814.900000', '175814.903000', '175814.905000', '175814.908000', '175814.911000', '175814.913000', '175814.916000', '175814.919000', '175814.921000', '175814.924000', '175814.926000', '175814.940000', '175814.942000', '175814.945000', '175814.948000', '175814.950000', '175814.953000', '175814.956000', '175814.958000', '175814.961000', '175814.964000', '175814.967000', '175814.969000', '175834.772000', '175834.775000', '175834.778000', '175834.781000', '175834.784000', '175834.787000', '175834.789000', '175834.792000', '175834.795000', '175834.798000', '175834.801000', '175834.803000', '175834.812000', '175834.815000', '175834.818000', '175834.822000', '175834.826000', '175834.830000', '175834.832000', '175834.835000', '175834.838000', '175834.840000', '175834.843000', '175834.846000', '175834.848000', '175834.851000', '175834.854000', '175834.856000', '175834.859000', '175834.862000', '175834.864000', '175834.867000', '175834.870000', '175834.872000', '175834.876000', '175834.878000', '175834.881000', '175834.883000', '175834.886000', '175834.889000', '175834.891000', '175834.894000', '175834.898000', '175854.773000', '175854.775000', '175854.778000', '175854.781000', '175854.783000', '175854.786000', '175854.788000', '175854.791000', '175854.794000', '175854.796000', '175854.799000', '175854.801000', '175854.804000', '175854.807000', '175854.809000', '175854.812000', '175854.815000', '175854.817000', '175854.820000', '175854.822000', '175854.825000', '175854.828000', '175854.830000', '175854.833000', '175854.835000', '175854.838000', '175854.841000', '175854.843000', '175854.846000', '175854.849000', '175854.851000', '175854.854000', '175854.856000', '175854.859000', '175854.861000', '175854.864000', '175854.867000', '175854.869000', '175854.872000', '175854.874000', '175854.877000', '175854.879000', '175854.882000', '175854.884000', '175914.772000', '175914.775000', '175914.778000', '175914.780000', '175914.783000', '175914.786000', '175914.788000', '175914.791000', '175914.794000', '175914.796000', '175914.800000', '175914.803000', '175914.806000', '175914.808000', '175914.811000', '175914.814000', '175914.816000', '175914.819000', '175914.821000', '175914.824000', '175914.827000', '175914.829000', '175914.832000', '175914.835000', '175914.837000', '175914.840000', '175914.842000', '175914.845000', '175914.848000', '175914.850000', '175914.853000', '175914.855000', '175914.858000', '175914.861000', '175914.863000', '175914.866000', '175914.868000', '175914.871000', '175914.873000', '175914.876000', '175914.879000', '175914.881000', '175914.884000', '175934.771000', '175934.774000', '175934.777000', '175934.779000', '175934.782000', '175934.785000', '175934.789000', '175934.792000', '175934.795000', '175934.797000', '175934.800000', '175934.802000', '175934.805000', '175934.808000', '175934.810000', '175934.813000', '175934.816000', '175934.818000', '175934.821000', '175934.823000', '175934.826000', '175934.829000', '175934.831000', '175934.834000', '175934.836000', '175934.839000', '175934.842000', '175934.844000', '175934.847000', '175934.849000', '175934.852000', '175934.855000', '175934.857000', '175934.860000', '175934.862000', '175934.865000', '175934.868000', '175934.870000', '175934.873000', '175934.875000', '175934.878000', '175934.881000', '175934.883000', '175934.886000', '175954.771000', '175954.774000', '175954.777000', '175954.779000', '175954.782000', '175954.785000', '175954.787000', '175954.790000', '175954.792000', '175954.795000', '175954.798000', '175954.800000', '175954.803000', '175954.828000', '175954.830000', '175954.833000', '175954.835000', '175954.838000', '175954.841000', '175954.843000', '175954.846000', '175954.848000', '175954.851000', '175954.854000', '175954.856000', '175954.859000', '175954.861000', '175954.864000', '175954.867000', '175954.869000', '175954.872000', '175954.874000', '175954.877000', '175954.880000', '175954.883000', '175954.885000', '175954.888000', '175954.890000', '175954.893000', '175954.895000', '175954.898000', '175954.901000', '175954.903000', '180014.772000', '180014.775000', '180014.777000', '180014.780000', '180014.782000', '180014.785000', '180014.788000', '180014.790000', '180014.793000', '180014.795000', '180014.798000', '180014.800000', '180014.803000', '180014.806000', '180014.808000', '180014.811000', '180014.818000', '180014.821000', '180014.823000', '180014.826000', '180014.829000', '180014.831000', '180014.834000', '180014.836000', '180014.839000', '180014.842000', '180014.844000', '180014.847000', '180014.850000', '180014.852000', '180014.855000', '180014.857000', '180014.860000', '180014.863000', '180014.865000', '180014.868000', '180014.870000', '180014.873000', '180014.875000', '180014.878000', '180014.881000', '180014.883000', '180014.886000', '180014.888000', '180034.772000', '180034.775000', '180034.778000', '180034.780000', '180034.783000', '180034.786000', '180034.788000', '180034.791000', '180034.794000', '180034.796000', '180034.799000', '180034.802000', '180034.804000', '180034.807000', '180034.809000', '180034.812000', '180034.814000', '180034.817000', '180034.820000', '180034.822000', '180034.825000', '180034.827000', '180034.830000', '180034.833000', '180034.871000', '180034.873000', '180034.876000', '180034.878000', '180034.882000', '180034.885000', '180034.888000', '180034.890000', '180034.893000', '180034.896000', '180034.898000', '180034.901000', '180034.903000', '180034.906000', '180034.908000', '180034.911000', '180034.914000', '180034.916000', '180034.919000', '180054.772000', '180054.775000', '180054.778000', '180054.781000', '180054.783000', '180054.786000', '180054.788000', '180054.791000', '180054.794000', '180054.796000', '180054.799000', '180054.802000', '180054.804000', '180054.807000', '180054.810000', '180054.812000', '180054.815000', '180054.817000', '180054.820000', '180054.823000', '180054.825000', '180054.828000', '180054.830000', '180054.833000', '180054.836000', '180054.838000', '180054.841000', '180054.843000', '180054.846000', '180054.849000', '180054.851000', '180054.854000', '180054.857000', '180054.859000', '180054.862000', '180054.864000', '180054.867000', '180054.869000', '180054.872000', '180054.875000', '180054.877000', '180054.880000', '180054.882000', '180054.885000', '180114.772000', '180114.776000', '180114.778000', '180114.781000', '180114.784000', '180114.786000', '180114.789000', '180114.792000', '180114.794000', '180114.797000', '180114.799000', '180114.802000', '180114.805000', '180114.807000', '180114.810000', '180114.813000', '180114.815000', '180114.818000', '180114.821000', '180114.823000', '180114.826000', '180114.828000', '180114.831000', '180114.833000', '180114.836000', '180114.839000', '180114.841000', '180114.844000', '180114.847000', '180114.849000', '180114.852000', '180114.854000', '180114.857000', '180114.860000', '180114.862000', '180114.865000', '180114.868000', '180114.871000', '180114.874000', '180114.877000', '180114.879000', '180114.882000', '180114.885000', '180134.772000', '180134.775000', '180134.778000', '180134.781000', '180134.783000', '180134.786000', '180134.789000', '180134.791000', '180134.794000', '180134.814000', '180134.817000', '180134.819000', '180134.822000', '180134.825000', '180134.827000', '180134.830000', '180134.833000', '180134.835000', '180134.838000', '180134.841000', '180134.843000', '180134.846000', '180134.849000', '180134.851000', '180134.854000', '180134.856000', '180134.859000', '180134.862000', '180134.864000', '180134.867000', '180134.869000', '180134.872000', '180134.875000', '180134.877000', '180134.880000', '180134.882000', '180134.885000', '180134.888000', '180134.890000', '180134.893000', '180134.895000', '180134.898000', '180134.901000', '180134.903000', '180154.771000', '180154.774000', '180154.777000', '180154.780000', '180154.782000', '180154.785000', '180154.788000', '180154.790000', '180154.793000', '180154.796000', '180154.798000', '180154.801000', '180154.804000', '180154.806000', '180154.809000', '180154.811000', '180154.814000', '180154.817000', '180154.819000', '180154.822000', '180154.825000', '180154.827000', '180154.830000', '180154.832000', '180154.835000', '180154.838000', '180154.840000', '180154.843000', '180154.845000', '180154.848000', '180154.851000', '180154.853000', '180154.856000', '180154.859000', '180154.861000', '180154.864000', '180154.867000', '180154.869000', '180154.872000', '180154.874000', '180154.877000', '180154.880000', '180154.882000', '180214.771000', '180214.774000', '180214.777000', '180214.780000', '180214.782000', '180214.785000', '180214.788000', '180214.790000', '180214.793000', '180214.795000', '180214.798000', '180214.801000', '180214.803000', '180214.806000', '180214.808000', '180214.811000', '180214.814000', '180214.816000', '180214.819000', '180214.822000', '180214.824000', '180214.827000', '180214.830000', '180214.833000', '180214.835000', '180214.838000', '180214.841000', '180214.843000', '180214.846000', '180214.849000', '180214.851000', '180214.854000', '180214.856000', '180214.859000', '180214.862000', '180214.864000', '180214.867000', '180214.870000', '180214.872000', '180214.875000', '180214.878000', '180214.880000', '180214.883000', '180214.885000', '180234.771000', '180234.774000', '180234.777000', '180234.780000', '180234.782000', '180234.785000', '180234.788000', '180234.790000', '180234.793000', '180234.795000', '180234.798000', '180234.801000', '180234.803000', '180234.806000', '180234.809000', '180234.811000', '180234.814000', '180234.816000', '180234.819000', '180234.822000', '180234.824000', '180234.827000', '180234.829000', '180234.832000', '180234.835000', '180234.837000', '180234.840000', '180234.843000', '180234.845000', '180234.848000', '180234.850000', '180234.853000', '180234.856000', '180234.858000', '180234.861000', '180234.864000', '180234.866000', '180234.869000', '180234.872000', '180234.874000', '180234.877000', '180234.880000', '180234.882000', '180254.773000', '180254.776000', '180254.779000', '180254.781000', '180254.784000', '180254.786000', '180254.789000', '180254.792000', '180254.794000', '180254.797000', '180254.800000', '180254.802000', '180254.805000', '180254.807000', '180254.810000', '180254.812000', '180254.815000', '180254.818000', '180254.820000', '180254.823000', '180254.836000', '180254.839000', '180254.842000', '180254.844000', '180254.847000', '180254.850000', '180254.852000', '180254.855000', '180254.858000', '180254.861000', '180254.863000', '180254.866000', '180254.869000', '180254.872000', '180254.874000', '180254.877000', '180254.880000', '180254.882000', '180254.885000', '180254.888000', '180254.890000', '180254.893000', '180254.895000', '180254.898000', '180314.773000', '180314.776000', '180314.778000', '180314.781000', '180314.784000', '180314.786000', '180314.789000', '180314.791000', '180314.794000', '180314.797000', '180314.801000', '180314.804000', '180314.807000', '180314.809000', '180314.812000', '180314.815000', '180314.817000', '180314.820000', '180314.822000', '180314.825000', '180314.828000', '180314.830000', '180314.833000', '180314.835000', '180314.838000', '180314.840000', '180314.843000', '180314.846000', '180314.848000', '180314.851000', '180314.853000', '180314.856000', '180314.858000', '180314.861000', '180314.864000', '180314.866000', '180314.869000', '180314.871000', '180314.874000', '180314.877000', '180314.879000', '180314.882000', '180314.884000', '180334.773000', '180334.775000', '180334.778000', '180334.781000', '180334.783000', '180334.786000', '180334.789000', '180334.791000', '180334.794000', '180334.796000', '180334.799000', '180334.802000', '180334.804000', '180334.807000', '180334.809000', '180334.812000', '180334.814000', '180334.817000', '180334.820000', '180334.822000', '180334.825000', '180334.828000', '180334.830000', '180334.833000', '180334.835000', '180334.838000', '180334.841000', '180334.843000', '180334.846000', '180334.848000', '180334.851000', '180334.854000', '180334.856000', '180334.859000', '180334.862000', '180334.864000', '180334.867000', '180334.869000', '180334.872000', '180334.875000', '180334.877000', '180334.880000', '180334.882000', '180334.885000', '180354.773000', '180354.775000', '180354.778000', '180354.781000', '180354.783000', '180354.786000', '180354.788000', '180354.791000', '180354.794000', '180354.796000', '180354.799000', '180354.802000', '180354.804000', '180354.807000', '180354.809000', '180354.812000', '180354.814000', '180354.817000', '180354.820000', '180354.822000', '180354.825000', '180354.828000', '180354.830000', '180354.833000', '180354.835000', '180354.838000', '180354.841000', '180354.843000', '180354.846000', '180354.848000', '180354.851000', '180354.854000', '180354.856000', '180354.859000', '180354.862000', '180354.864000', '180354.867000', '180354.869000', '180354.872000', '180354.875000', '180354.877000', '180354.880000', '180354.882000', '180414.771000', '180414.774000', '180414.777000', '180414.779000', '180414.782000', '180414.785000', '180414.787000', '180414.790000', '180414.792000', '180414.795000', '180414.798000', '180414.800000', '180414.803000', '180414.806000', '180414.808000', '180414.811000', '180414.814000', '180414.817000', '180414.820000', '180414.822000', '180414.825000', '180414.828000', '180414.830000', '180414.833000', '180414.835000', '180414.838000', '180414.840000', '180414.843000', '180414.846000', '180414.848000', '180414.851000', '180414.854000', '180414.856000', '180414.859000', '180414.861000', '180414.864000', '180414.866000', '180414.869000', '180414.872000', '180414.874000', '180414.877000', '180414.880000', '180414.882000', '180414.885000', '180434.772000', '180434.774000', '180434.777000', '180434.780000', '180434.782000', '180434.785000', '180434.787000', '180434.790000', '180434.793000', '180434.795000', '180434.798000', '180434.800000', '180434.803000', '180434.806000', '180434.808000', '180434.811000', '180434.813000', '180434.816000', '180434.819000', '180434.821000', '180434.824000', '180434.826000', '180434.829000', '180434.831000', '180434.834000', '180434.837000', '180434.839000', '180434.842000', '180434.844000', '180434.847000', '180434.850000', '180434.852000', '180434.855000', '180434.857000', '180434.860000', '180434.862000', '180434.865000', '180434.868000', '180434.870000', '180434.873000', '180434.875000', '180434.878000', '180434.880000', '180454.772000', '180454.774000', '180454.777000', '180454.780000', '180454.782000', '180454.785000', '180454.787000', '180454.790000', '180454.793000', '180454.795000', '180454.798000', '180454.800000', '180454.803000', '180454.806000', '180454.808000', '180454.811000', '180454.814000', '180454.816000', '180454.819000', '180454.821000', '180454.824000', '180454.827000', '180454.829000', '180454.832000', '180454.834000', '180454.837000', '180454.839000', '180454.842000', '180454.845000', '180454.847000', '180454.850000', '180454.852000', '180454.855000', '180454.858000', '180454.860000', '180454.863000', '180454.866000', '180454.868000', '180454.871000', '180454.873000', '180454.876000', '180454.879000', '180454.881000', '180514.772000', '180514.775000', '180514.778000', '180514.780000', '180514.783000', '180514.786000', '180514.788000', '180514.791000', '180514.794000', '180514.796000', '180514.799000', '180514.801000', '180514.804000', '180514.807000', '180514.809000', '180514.812000', '180514.814000', '180514.817000', '180514.820000', '180514.822000', '180514.825000', '180514.827000', '180514.830000', '180514.832000', '180514.835000', '180514.838000', '180514.840000', '180514.843000', '180514.845000', '180514.848000', '180514.850000', '180514.853000', '180514.856000', '180514.858000', '180514.861000', '180514.863000', '180514.866000', '180514.869000', '180514.871000', '180514.874000', '180514.876000', '180514.879000', '180514.882000', '180514.884000', '180534.773000', '180534.776000', '180534.778000', '180534.781000', '180534.783000', '180534.786000', '180534.789000', '180534.791000', '180534.794000', '180534.796000', '180534.799000', '180534.802000', '180534.804000', '180534.807000', '180534.810000', '180534.813000', '180534.816000', '180534.819000', '180534.821000', '180534.824000', '180534.826000', '180534.829000', '180534.832000', '180534.834000', '180534.837000', '180534.840000', '180534.842000', '180534.845000', '180534.847000', '180534.850000', '180534.853000', '180534.856000', '180534.859000', '180534.861000', '180534.864000', '180534.867000', '180534.869000', '180534.872000', '180534.874000', '180534.877000', '180534.880000', '180534.894000', '180534.897000', '180554.773000', '180554.775000', '180554.778000', '180554.781000', '180554.783000', '180554.786000', '180554.788000', '180554.791000', '180554.793000', '180554.796000', '180554.799000', '180554.801000', '180554.804000', '180554.806000', '180554.809000', '180554.812000', '180554.814000', '180554.817000', '180554.819000', '180554.822000', '180554.825000', '180554.827000', '180554.830000', '180554.832000', '180554.835000', '180554.838000', '180554.840000', '180554.843000', '180554.845000', '180554.848000', '180554.851000', '180554.853000', '180554.856000', '180554.858000', '180554.861000', '180554.864000', '180554.866000', '180554.869000', '180554.871000', '180554.874000', '180554.877000', '180554.879000', '180554.882000', '180554.884000', '180614.773000', '180614.775000', '180614.778000', '180614.781000', '180614.783000', '180614.786000', '180614.788000', '180614.791000', '180614.794000', '180614.796000', '180614.799000', '180614.801000', '180614.804000', '180614.807000', '180614.809000', '180614.812000', '180614.814000', '180614.817000', '180614.820000', '180614.822000', '180614.825000', '180614.827000', '180614.830000', '180614.833000', '180614.835000', '180614.838000', '180614.841000', '180614.843000', '180614.846000', '180614.848000', '180614.851000', '180614.853000', '180614.856000', '180614.859000', '180614.861000', '180614.864000', '180614.867000', '180614.869000', '180614.872000', '180614.875000', '180614.877000', '180614.880000', '180614.882000', '180634.772000', '180634.775000', '180634.777000', '180634.780000', '180634.782000', '180634.785000', '180634.787000', '180634.790000', '180634.793000', '180634.795000', '180634.798000', '180634.800000', '180634.803000', '180634.806000', '180634.808000', '180634.811000', '180634.813000', '180634.816000', '180634.819000', '180634.821000', '180634.824000', '180634.826000', '180634.829000', '180634.832000', '180634.834000', '180634.837000', '180634.840000', '180634.842000', '180634.845000', '180634.847000', '180634.850000', '180634.852000', '180634.855000', '180634.858000', '180634.860000', '180634.863000', '180634.865000', '180634.868000', '180634.871000', '180634.873000', '180634.876000', '180634.878000', '180634.881000', '180634.884000', '180642.890000', '180642.893000', '180642.895000', '180642.898000', '180642.901000', '180642.904000', '180642.906000', '180642.910000', '180642.912000', '180642.915000', '180642.918000', '180642.921000', '180642.924000', '180642.927000', '180642.931000', '180642.934000', '180642.937000', '180642.940000'], 'InstanceCreationTime': ['175814.803000', '175814.806000', '175814.809000', '175814.812000', '175814.815000', '175814.818000', '175814.825000', '175814.828000', '175814.830000', '175814.833000', '175814.836000', '175814.839000', '175814.841000', '175814.844000', '175814.847000', '175814.849000', '175814.852000', '175814.855000', '175814.857000', '175814.860000', '175814.863000', '175814.866000', '175814.868000', '175814.882000', '175814.884000', '175814.887000', '175814.890000', '175814.892000', '175814.895000', '175814.898000', '175814.900000', '175814.903000', '175814.905000', '175814.908000', '175814.911000', '175814.913000', '175814.916000', '175814.919000', '175814.921000', '175814.924000', '175814.926000', '175814.940000', '175814.942000', '175814.945000', '175814.948000', '175814.950000', '175814.953000', '175814.956000', '175814.958000', '175814.961000', '175814.964000', '175814.967000', '175814.969000', '175834.772000', '175834.775000', '175834.778000', '175834.781000', '175834.784000', '175834.787000', '175834.789000', '175834.792000', '175834.795000', '175834.798000', '175834.801000', '175834.803000', '175834.812000', '175834.815000', '175834.818000', '175834.822000', '175834.826000', '175834.830000', '175834.832000', '175834.835000', '175834.838000', '175834.840000', '175834.843000', '175834.846000', '175834.848000', '175834.851000', '175834.854000', '175834.856000', '175834.859000', '175834.862000', '175834.864000', '175834.867000', '175834.870000', '175834.872000', '175834.876000', '175834.878000', '175834.881000', '175834.883000', '175834.886000', '175834.889000', '175834.891000', '175834.894000', '175834.898000', '175854.773000', '175854.775000', '175854.778000', '175854.781000', '175854.783000', '175854.786000', '175854.788000', '175854.791000', '175854.794000', '175854.796000', '175854.799000', '175854.801000', '175854.804000', '175854.807000', '175854.809000', '175854.812000', '175854.815000', '175854.817000', '175854.820000', '175854.822000', '175854.825000', '175854.828000', '175854.830000', '175854.833000', '175854.835000', '175854.838000', '175854.841000', '175854.843000', '175854.846000', '175854.849000', '175854.851000', '175854.854000', '175854.856000', '175854.859000', '175854.861000', '175854.864000', '175854.867000', '175854.869000', '175854.872000', '175854.874000', '175854.877000', '175854.879000', '175854.882000', '175854.884000', '175914.772000', '175914.775000', '175914.778000', '175914.780000', '175914.783000', '175914.786000', '175914.788000', '175914.791000', '175914.794000', '175914.796000', '175914.800000', '175914.803000', '175914.806000', '175914.808000', '175914.811000', '175914.814000', '175914.816000', '175914.819000', '175914.821000', '175914.824000', '175914.827000', '175914.829000', '175914.832000', '175914.835000', '175914.837000', '175914.840000', '175914.842000', '175914.845000', '175914.848000', '175914.850000', '175914.853000', '175914.855000', '175914.858000', '175914.861000', '175914.863000', '175914.866000', '175914.868000', '175914.871000', '175914.873000', '175914.876000', '175914.879000', '175914.881000', '175914.884000', '175934.771000', '175934.774000', '175934.777000', '175934.779000', '175934.782000', '175934.785000', '175934.789000', '175934.792000', '175934.795000', '175934.797000', '175934.800000', '175934.802000', '175934.805000', '175934.808000', '175934.810000', '175934.813000', '175934.816000', '175934.818000', '175934.821000', '175934.823000', '175934.826000', '175934.829000', '175934.831000', '175934.834000', '175934.836000', '175934.839000', '175934.842000', '175934.844000', '175934.847000', '175934.849000', '175934.852000', '175934.855000', '175934.857000', '175934.860000', '175934.862000', '175934.865000', '175934.868000', '175934.870000', '175934.873000', '175934.875000', '175934.878000', '175934.881000', '175934.883000', '175934.886000', '175954.771000', '175954.774000', '175954.777000', '175954.779000', '175954.782000', '175954.785000', '175954.787000', '175954.790000', '175954.792000', '175954.795000', '175954.798000', '175954.800000', '175954.803000', '175954.828000', '175954.830000', '175954.833000', '175954.835000', '175954.838000', '175954.841000', '175954.843000', '175954.846000', '175954.848000', '175954.851000', '175954.854000', '175954.856000', '175954.859000', '175954.861000', '175954.864000', '175954.867000', '175954.869000', '175954.872000', '175954.874000', '175954.877000', '175954.880000', '175954.883000', '175954.885000', '175954.888000', '175954.890000', '175954.893000', '175954.895000', '175954.898000', '175954.901000', '175954.903000', '180014.772000', '180014.775000', '180014.777000', '180014.780000', '180014.782000', '180014.785000', '180014.788000', '180014.790000', '180014.793000', '180014.795000', '180014.798000', '180014.800000', '180014.803000', '180014.806000', '180014.808000', '180014.811000', '180014.818000', '180014.821000', '180014.823000', '180014.826000', '180014.829000', '180014.831000', '180014.834000', '180014.836000', '180014.839000', '180014.842000', '180014.844000', '180014.847000', '180014.850000', '180014.852000', '180014.855000', '180014.857000', '180014.860000', '180014.863000', '180014.865000', '180014.868000', '180014.870000', '180014.873000', '180014.875000', '180014.878000', '180014.881000', '180014.883000', '180014.886000', '180014.888000', '180034.772000', '180034.775000', '180034.778000', '180034.780000', '180034.783000', '180034.786000', '180034.788000', '180034.791000', '180034.794000', '180034.796000', '180034.799000', '180034.802000', '180034.804000', '180034.807000', '180034.809000', '180034.812000', '180034.814000', '180034.817000', '180034.820000', '180034.822000', '180034.825000', '180034.827000', '180034.830000', '180034.833000', '180034.871000', '180034.873000', '180034.876000', '180034.878000', '180034.882000', '180034.885000', '180034.888000', '180034.890000', '180034.893000', '180034.896000', '180034.898000', '180034.901000', '180034.903000', '180034.906000', '180034.908000', '180034.911000', '180034.914000', '180034.916000', '180034.919000', '180054.772000', '180054.775000', '180054.778000', '180054.781000', '180054.783000', '180054.786000', '180054.788000', '180054.791000', '180054.794000', '180054.796000', '180054.799000', '180054.802000', '180054.804000', '180054.807000', '180054.810000', '180054.812000', '180054.815000', '180054.817000', '180054.820000', '180054.823000', '180054.825000', '180054.828000', '180054.830000', '180054.833000', '180054.836000', '180054.838000', '180054.841000', '180054.843000', '180054.846000', '180054.849000', '180054.851000', '180054.854000', '180054.857000', '180054.859000', '180054.862000', '180054.864000', '180054.867000', '180054.869000', '180054.872000', '180054.875000', '180054.877000', '180054.880000', '180054.882000', '180054.885000', '180114.772000', '180114.776000', '180114.778000', '180114.781000', '180114.784000', '180114.786000', '180114.789000', '180114.792000', '180114.794000', '180114.797000', '180114.799000', '180114.802000', '180114.805000', '180114.807000', '180114.810000', '180114.813000', '180114.815000', '180114.818000', '180114.821000', '180114.823000', '180114.826000', '180114.828000', '180114.831000', '180114.833000', '180114.836000', '180114.839000', '180114.841000', '180114.844000', '180114.847000', '180114.849000', '180114.852000', '180114.854000', '180114.857000', '180114.860000', '180114.862000', '180114.865000', '180114.868000', '180114.871000', '180114.874000', '180114.877000', '180114.879000', '180114.882000', '180114.885000', '180134.772000', '180134.775000', '180134.778000', '180134.781000', '180134.783000', '180134.786000', '180134.789000', '180134.791000', '180134.794000', '180134.814000', '180134.817000', '180134.819000', '180134.822000', '180134.825000', '180134.827000', '180134.830000', '180134.833000', '180134.835000', '180134.838000', '180134.841000', '180134.843000', '180134.846000', '180134.849000', '180134.851000', '180134.854000', '180134.856000', '180134.859000', '180134.862000', '180134.864000', '180134.867000', '180134.869000', '180134.872000', '180134.875000', '180134.877000', '180134.880000', '180134.882000', '180134.885000', '180134.888000', '180134.890000', '180134.893000', '180134.895000', '180134.898000', '180134.901000', '180134.903000', '180154.771000', '180154.774000', '180154.777000', '180154.780000', '180154.782000', '180154.785000', '180154.788000', '180154.790000', '180154.793000', '180154.796000', '180154.798000', '180154.801000', '180154.804000', '180154.806000', '180154.809000', '180154.811000', '180154.814000', '180154.817000', '180154.819000', '180154.822000', '180154.825000', '180154.827000', '180154.830000', '180154.832000', '180154.835000', '180154.838000', '180154.840000', '180154.843000', '180154.845000', '180154.848000', '180154.851000', '180154.853000', '180154.856000', '180154.859000', '180154.861000', '180154.864000', '180154.867000', '180154.869000', '180154.872000', '180154.874000', '180154.877000', '180154.880000', '180154.882000', '180214.771000', '180214.774000', '180214.777000', '180214.780000', '180214.782000', '180214.785000', '180214.788000', '180214.790000', '180214.793000', '180214.795000', '180214.798000', '180214.801000', '180214.803000', '180214.806000', '180214.808000', '180214.811000', '180214.814000', '180214.816000', '180214.819000', '180214.822000', '180214.824000', '180214.827000', '180214.830000', '180214.833000', '180214.835000', '180214.838000', '180214.841000', '180214.843000', '180214.846000', '180214.849000', '180214.851000', '180214.854000', '180214.856000', '180214.859000', '180214.862000', '180214.864000', '180214.867000', '180214.870000', '180214.872000', '180214.875000', '180214.878000', '180214.880000', '180214.883000', '180214.885000', '180234.771000', '180234.774000', '180234.777000', '180234.780000', '180234.782000', '180234.785000', '180234.788000', '180234.790000', '180234.793000', '180234.795000', '180234.798000', '180234.801000', '180234.803000', '180234.806000', '180234.809000', '180234.811000', '180234.814000', '180234.816000', '180234.819000', '180234.822000', '180234.824000', '180234.827000', '180234.829000', '180234.832000', '180234.835000', '180234.837000', '180234.840000', '180234.843000', '180234.845000', '180234.848000', '180234.850000', '180234.853000', '180234.856000', '180234.858000', '180234.861000', '180234.864000', '180234.866000', '180234.869000', '180234.872000', '180234.874000', '180234.877000', '180234.880000', '180234.882000', '180254.773000', '180254.776000', '180254.779000', '180254.781000', '180254.784000', '180254.786000', '180254.789000', '180254.792000', '180254.794000', '180254.797000', '180254.800000', '180254.802000', '180254.805000', '180254.807000', '180254.810000', '180254.812000', '180254.815000', '180254.818000', '180254.820000', '180254.823000', '180254.836000', '180254.839000', '180254.842000', '180254.844000', '180254.847000', '180254.850000', '180254.852000', '180254.855000', '180254.858000', '180254.861000', '180254.863000', '180254.866000', '180254.869000', '180254.872000', '180254.874000', '180254.877000', '180254.880000', '180254.882000', '180254.885000', '180254.888000', '180254.890000', '180254.893000', '180254.895000', '180254.898000', '180314.773000', '180314.776000', '180314.778000', '180314.781000', '180314.784000', '180314.786000', '180314.789000', '180314.791000', '180314.794000', '180314.797000', '180314.801000', '180314.804000', '180314.807000', '180314.809000', '180314.812000', '180314.815000', '180314.817000', '180314.820000', '180314.822000', '180314.825000', '180314.828000', '180314.830000', '180314.833000', '180314.835000', '180314.838000', '180314.840000', '180314.843000', '180314.846000', '180314.848000', '180314.851000', '180314.853000', '180314.856000', '180314.858000', '180314.861000', '180314.864000', '180314.866000', '180314.869000', '180314.871000', '180314.874000', '180314.877000', '180314.879000', '180314.882000', '180314.884000', '180334.773000', '180334.775000', '180334.778000', '180334.781000', '180334.783000', '180334.786000', '180334.789000', '180334.791000', '180334.794000', '180334.796000', '180334.799000', '180334.802000', '180334.804000', '180334.807000', '180334.809000', '180334.812000', '180334.814000', '180334.817000', '180334.820000', '180334.822000', '180334.825000', '180334.828000', '180334.830000', '180334.833000', '180334.835000', '180334.838000', '180334.841000', '180334.843000', '180334.846000', '180334.848000', '180334.851000', '180334.854000', '180334.856000', '180334.859000', '180334.862000', '180334.864000', '180334.867000', '180334.869000', '180334.872000', '180334.875000', '180334.877000', '180334.880000', '180334.882000', '180334.885000', '180354.773000', '180354.775000', '180354.778000', '180354.781000', '180354.783000', '180354.786000', '180354.788000', '180354.791000', '180354.794000', '180354.796000', '180354.799000', '180354.802000', '180354.804000', '180354.807000', '180354.809000', '180354.812000', '180354.814000', '180354.817000', '180354.820000', '180354.822000', '180354.825000', '180354.828000', '180354.830000', '180354.833000', '180354.835000', '180354.838000', '180354.841000', '180354.843000', '180354.846000', '180354.848000', '180354.851000', '180354.854000', '180354.856000', '180354.859000', '180354.862000', '180354.864000', '180354.867000', '180354.869000', '180354.872000', '180354.875000', '180354.877000', '180354.880000', '180354.882000', '180414.771000', '180414.774000', '180414.777000', '180414.779000', '180414.782000', '180414.785000', '180414.787000', '180414.790000', '180414.792000', '180414.795000', '180414.798000', '180414.800000', '180414.803000', '180414.806000', '180414.808000', '180414.811000', '180414.814000', '180414.817000', '180414.820000', '180414.822000', '180414.825000', '180414.828000', '180414.830000', '180414.833000', '180414.835000', '180414.838000', '180414.840000', '180414.843000', '180414.846000', '180414.848000', '180414.851000', '180414.854000', '180414.856000', '180414.859000', '180414.861000', '180414.864000', '180414.866000', '180414.869000', '180414.872000', '180414.874000', '180414.877000', '180414.880000', '180414.882000', '180414.885000', '180434.772000', '180434.774000', '180434.777000', '180434.780000', '180434.782000', '180434.785000', '180434.787000', '180434.790000', '180434.793000', '180434.795000', '180434.798000', '180434.800000', '180434.803000', '180434.806000', '180434.808000', '180434.811000', '180434.813000', '180434.816000', '180434.819000', '180434.821000', '180434.824000', '180434.826000', '180434.829000', '180434.831000', '180434.834000', '180434.837000', '180434.839000', '180434.842000', '180434.844000', '180434.847000', '180434.850000', '180434.852000', '180434.855000', '180434.857000', '180434.860000', '180434.862000', '180434.865000', '180434.868000', '180434.870000', '180434.873000', '180434.875000', '180434.878000', '180434.880000', '180454.772000', '180454.774000', '180454.777000', '180454.780000', '180454.782000', '180454.785000', '180454.787000', '180454.790000', '180454.793000', '180454.795000', '180454.798000', '180454.800000', '180454.803000', '180454.806000', '180454.808000', '180454.811000', '180454.814000', '180454.816000', '180454.819000', '180454.821000', '180454.824000', '180454.827000', '180454.829000', '180454.832000', '180454.834000', '180454.837000', '180454.839000', '180454.842000', '180454.845000', '180454.847000', '180454.850000', '180454.852000', '180454.855000', '180454.858000', '180454.860000', '180454.863000', '180454.866000', '180454.868000', '180454.871000', '180454.873000', '180454.876000', '180454.879000', '180454.881000', '180514.772000', '180514.775000', '180514.778000', '180514.780000', '180514.783000', '180514.786000', '180514.788000', '180514.791000', '180514.794000', '180514.796000', '180514.799000', '180514.801000', '180514.804000', '180514.807000', '180514.809000', '180514.812000', '180514.814000', '180514.817000', '180514.820000', '180514.822000', '180514.825000', '180514.827000', '180514.830000', '180514.832000', '180514.835000', '180514.838000', '180514.840000', '180514.843000', '180514.845000', '180514.848000', '180514.850000', '180514.853000', '180514.856000', '180514.858000', '180514.861000', '180514.863000', '180514.866000', '180514.869000', '180514.871000', '180514.874000', '180514.876000', '180514.879000', '180514.882000', '180514.884000', '180534.773000', '180534.776000', '180534.778000', '180534.781000', '180534.783000', '180534.786000', '180534.789000', '180534.791000', '180534.794000', '180534.796000', '180534.799000', '180534.802000', '180534.804000', '180534.807000', '180534.810000', '180534.813000', '180534.816000', '180534.819000', '180534.821000', '180534.824000', '180534.826000', '180534.829000', '180534.832000', '180534.834000', '180534.837000', '180534.840000', '180534.842000', '180534.845000', '180534.847000', '180534.850000', '180534.853000', '180534.856000', '180534.859000', '180534.861000', '180534.864000', '180534.867000', '180534.869000', '180534.872000', '180534.874000', '180534.877000', '180534.880000', '180534.894000', '180534.897000', '180554.773000', '180554.775000', '180554.778000', '180554.781000', '180554.783000', '180554.786000', '180554.788000', '180554.791000', '180554.793000', '180554.796000', '180554.799000', '180554.801000', '180554.804000', '180554.806000', '180554.809000', '180554.812000', '180554.814000', '180554.817000', '180554.819000', '180554.822000', '180554.825000', '180554.827000', '180554.830000', '180554.832000', '180554.835000', '180554.838000', '180554.840000', '180554.843000', '180554.845000', '180554.848000', '180554.851000', '180554.853000', '180554.856000', '180554.858000', '180554.861000', '180554.864000', '180554.866000', '180554.869000', '180554.871000', '180554.874000', '180554.877000', '180554.879000', '180554.882000', '180554.884000', '180614.773000', '180614.775000', '180614.778000', '180614.781000', '180614.783000', '180614.786000', '180614.788000', '180614.791000', '180614.794000', '180614.796000', '180614.799000', '180614.801000', '180614.804000', '180614.807000', '180614.809000', '180614.812000', '180614.814000', '180614.817000', '180614.820000', '180614.822000', '180614.825000', '180614.827000', '180614.830000', '180614.833000', '180614.835000', '180614.838000', '180614.841000', '180614.843000', '180614.846000', '180614.848000', '180614.851000', '180614.853000', '180614.856000', '180614.859000', '180614.861000', '180614.864000', '180614.867000', '180614.869000', '180614.872000', '180614.875000', '180614.877000', '180614.880000', '180614.882000', '180634.772000', '180634.775000', '180634.777000', '180634.780000', '180634.782000', '180634.785000', '180634.787000', '180634.790000', '180634.793000', '180634.795000', '180634.798000', '180634.800000', '180634.803000', '180634.806000', '180634.808000', '180634.811000', '180634.813000', '180634.816000', '180634.819000', '180634.821000', '180634.824000', '180634.826000', '180634.829000', '180634.832000', '180634.834000', '180634.837000', '180634.840000', '180634.842000', '180634.845000', '180634.847000', '180634.850000', '180634.852000', '180634.855000', '180634.858000', '180634.860000', '180634.863000', '180634.865000', '180634.868000', '180634.871000', '180634.873000', '180634.876000', '180634.878000', '180634.881000', '180634.884000', '180642.890000', '180642.893000', '180642.895000', '180642.898000', '180642.901000', '180642.904000', '180642.906000', '180642.910000', '180642.912000', '180642.915000', '180642.918000', '180642.921000', '180642.924000', '180642.927000', '180642.931000', '180642.934000', '180642.937000', '180642.940000'], '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': [10882, 12300, 10088, 13250, 11982, 13323, 15254, 12730, 16261, 12164, 16509, 11997, 13506, 11209, 13124, 11390, 15905, 11494, 15738, 11638, 15504, 10785, 15346, 11111, 15664, 11761, 15530, 11009, 15457, 11010, 15587, 11108, 15504, 11239, 14427, 10377, 14636, 11004, 16061, 11310, 15953, 11092, 15283, 10360, 14871, 9637, 15141, 9561, 15078, 9665, 14997, 10633, 15727, 11661, 16138, 11701, 15652, 11298, 15152, 11224, 16251, 11305, 14135, 10994, 14484, 10964, 15620, 11103, 16491, 11828, 14983, 10647, 15437, 11091, 15682, 11202, 15529, 11212, 10047, 10911, 9114, 11464, 11475, 11993, 8414, 12300, 9005, 12792, 10381, 12917, 11408, 13620, 8631, 13747, 8992, 14642, 9078, 14718, 9759, 14950, 9502, 14733, 10122, 15368, 8869, 14503, 9149, 14214, 8516, 13912, 9018, 13502, 8767, 14527, 8601, 13918, 9348, 14136, 9172, 14126, 9315, 14575, 8599, 14239, 9065, 14669, 8974, 15064, 9319, 14687, 9124, 14267, 9984, 15451, 10884, 16178, 11026, 14755, 11153, 15288, 11061, 16352, 11742, 14529, 11089, 14615, 10998, 14877, 11136, 16391, 11680, 11057, 10888, 9305, 11719, 8467, 12983, 9430, 13886, 8559, 13787, 9036, 13947, 9210, 14359, 9532, 14575, 10627, 15163, 11164, 15662, 11403, 15110, 10812, 15478, 10889, 15570, 10865, 14901, 10630, 15256, 10858, 15419, 10915, 16302, 11447, 9742, 11236, 8630, 11946, 11175, 12641, 8117, 12336, 10040, 12088, 12084, 12709, 7826, 13061, 9530, 12911, 9086, 13582, 9196, 13733, 8721, 13685, 9159, 14147, 9353, 14835, 9542, 15035, 11246, 15622, 11103, 15874, 11483, 11932, 10589, 10389, 11150, 12303, 11313, 13477, 12088, 8571, 11577, 8505, 12788, 9129, 13250, 9075, 14113, 8835, 14153, 9500, 15247, 10118, 16084, 11903, 15716, 11079, 13086, 11239, 12386, 11153, 12826, 11997, 9244, 13024, 9471, 15267, 10645, 14608, 11001, 15987, 11149, 15934, 11332, 16166, 11786, 10707, 10818, 8774, 13186, 9084, 15355, 11246, 10071, 11494, 9520, 14967, 11561, 11857, 12232, 8357, 13859, 9661, 15693, 10442, 16540, 11674, 14688, 10628, 12092, 11065, 8557, 11600, 8523, 13209, 8629, 13668, 9805, 14508, 10040, 15527, 11136, 15532, 10527, 15036, 10985, 13838, 11035, 9959, 11325, 8423, 12764, 8769, 13575, 8751, 14223, 8706, 14163, 8856, 14241, 9011, 14695, 8607, 14483, 8932, 14225, 9058, 15038, 10112, 14593, 10540, 14911, 11127, 15465, 11031, 16044, 11341, 13443, 10653, 10773, 10831, 12337, 11112, 12607, 11615, 8171, 11999, 8597, 13769, 9886, 15126, 10103, 15487, 10756, 15075, 10346, 14627, 10932, 14982, 10109, 15376, 10169, 14584, 10134, 13987, 10444, 14436, 9929, 15147, 10104, 14528, 10128, 14252, 8735, 13769, 8794, 13557, 8439, 13458, 8367, 13217, 8482, 12714, 9872, 13031, 8132, 12961, 8460, 13005, 8676, 13052, 8916, 13394, 8350, 13724, 8808, 14109, 8623, 13034, 9733, 13033, 8286, 13424, 8474, 13148, 9232, 12717, 10212, 12198, 7966, 13031, 8886, 12316, 10688, 11599, 12060, 11998, 7955, 12056, 8467, 12835, 8272, 12806, 8760, 13386, 8510, 13785, 8682, 13801, 8339, 12975, 9309, 13379, 8418, 13307, 8609, 12698, 12481, 11619, 12479, 11716, 7989, 11851, 8627, 12742, 8263, 12172, 10385, 12192, 7709, 11825, 8721, 12277, 11420, 11874, 10612, 12171, 8356, 13154, 8840, 13897, 8813, 14210, 10270, 14553, 10617, 14400, 10628, 15207, 10378, 15242, 10659, 14430, 10544, 14596, 10439, 15269, 10800, 15041, 10871, 12957, 10965, 13098, 10779, 14126, 10768, 8977, 11383, 8240, 12299, 8632, 12457, 8568, 12986, 8593, 13258, 8827, 13714, 8854, 13571, 9012, 14536, 9230, 14465, 10080, 14308, 10130, 15130, 11032, 14855, 10566, 14569, 10614, 15583, 10902, 14931, 10361, 14550, 10691, 14941, 10590, 15305, 10921, 12788, 10505, 8865, 11097, 8556, 12306, 8897, 13201, 8289, 14013, 8833, 14512, 9073, 13996, 8891, 14310, 8658, 14737, 9421, 14958, 10260, 14821, 10882, 14823, 11251, 15424, 10663, 15251, 10727, 11962, 10951, 9854, 11098, 8898, 12094, 8406, 13069, 9294, 14500, 10691, 14926, 10785, 15833, 11209, 15183, 10291, 14296, 10819, 15190, 10758, 15263, 10863, 14709, 10399, 13283, 10792, 13514, 10617, 14306, 10929, 8665, 11024, 7934, 11925, 8471, 12472, 8615, 13140, 8844, 13585, 9350, 15332, 10958, 15599, 10923, 15725, 11309, 14473, 10612, 12616, 10967, 13225, 10734, 15779, 11233, 13245, 10954, 13692, 10766, 14416, 10856, 14863, 10755, 14624, 10508, 14668, 10630, 14943, 10515, 15171, 10872, 14903, 10212, 14605, 10290, 14772, 9788, 14758, 9417, 14238, 9141, 14079, 9625, 14405, 9131, 14615, 9605, 14353, 9956, 13924, 10652, 14831, 10028, 14945, 9670, 14679, 9568, 14217, 9492, 14573, 8779, 14307, 8862, 14012, 8718, 13775, 9151, 13960, 10322, 14446, 10045, 14566, 10091, 14972, 10153, 14320, 10430, 14928, 10498, 15281, 9912, 15074, 9931, 14947, 10382, 14511, 10902, 14635, 10439, 14401, 10261, 14465, 10078, 15527, 10408, 13004, 10479, 8674, 12710, 9895, 14202, 8654, 12517, 9696, 11218, 15996, 11381, 16031, 10970, 14984, 9820, 14379, 9001, 14439, 8886, 14795, 10299, 15414, 11246, 15501, 11275, 14965, 10841, 8415, 13124, 10473, 16072, 10916, 15457, 10791, 15290, 11041, 13109, 10311, 10437, 10931, 9630, 11063, 10191, 11674, 8200, 12475, 8791, 13114, 9020, 14054, 9760, 15046, 10812, 15123, 10879, 15464, 10895, 15958, 11041, 16097, 11050, 15141, 10904, 15083, 11153, 15163, 10951, 15618, 11235, 10511, 10875, 8405, 11779, 8223, 12741, 8678, 13653, 8702, 13309, 9242, 14906, 10692, 16096, 11156, 15215, 10964, 14938, 10872, 14397, 11352, 9469, 10804, 8445, 11920, 8503, 13085, 8742, 13811, 8810, 13171, 9266, 13945, 9361, 15063, 10507, 14951, 11026, 15381, 11096, 15578, 10855, 15273, 10707, 12707, 10730, 8772, 11436, 8556, 13653, 8472, 14112, 9735, 14535, 10367, 15576, 11497, 15521, 10675, 14941, 10956, 14876, 10098, 14839, 9099, 13698, 8520, 13200, 8561, 13136, 8887, 14056, 8259, 13160, 8627, 12893, 8986, 13846, 9054, 13569, 8718, 13131, 10758, 13094, 12683, 13448, 8701, 12778, 10755, 12921, 13185, 12537, 13546, 12724, 8436, 12340, 9379, 13417, 10280, 13809, 10017, 14140, 9181, 14714, 9578, 14456, 9447, 14757, 9046, 14238, 9254, 14185, 9467, 14946, 11039, 15870, 11681, 8538, 12280, 9401, 14277, 10932, 15404, 11458, 16448, 11225, 15751, 11174, 15675, 11383, 16664, 11918, 13631, 11379, 10839, 11343, 9264, 13097, 9422, 13872, 9193, 14419, 9935, 15357, 9783, 15344, 11245, 15378, 10965, 14904, 11481, 15261, 11030, 14713, 11863, 8625, 11550, 8917, 13215, 9338, 14485, 10218, 15225, 10333, 14479, 11557, 15459, 11204, 16301, 11756, 9512, 11103, 8695, 12699, 9251, 13566, 9521, 14744, 9624, 14940, 11312, 15497, 11385, 15985, 11750, 9833, 11267, 8454, 13311, 9682, 14766, 11141, 8554, 14090, 10626, 16381, 11135, 11101, 10534, 11309, 11161, 12184, 11677, 9234, 12335, 8678, 12525, 9317, 12633, 9228, 12984, 8594, 12797, 8930, 12430, 12345, 11688, 15418, 12255, 12007, 10747, 14122, 11126, 16125, 10838, 15928, 11635, 15007, 10270, 13651, 10597, 14725, 10802, 15085, 10637, 15739, 11442, 9184, 10758, 8517, 12349, 8707, 14032, 9998, 15104, 10709, 15153, 11069, 15529, 10969, 14901, 11339, 10079, 11022, 8510, 12121, 8787, 13259, 8860, 13361, 10010, 14975, 10999, 15305, 11025, 15775, 10635, 15601, 10811, 15832, 10943, 15985, 10903, 16168, 11069, 13490, 10816, 11925, 11038, 11669, 11041, 11411, 11192, 9968, 11021, 11484, 11558, 15989, 11200, 15982, 11020, 14921, 10547, 14187, 10818, 14986, 10757, 14539, 10567, 14815, 10752, 15064, 10571, 14684, 10492, 13750, 9094, 13665, 8623, 13447, 9064, 13924, 8168, 13047, 8653, 12497, 9341, 12175, 9831, 12470, 8545, 11797, 13502, 11317, 15574, 11317, 9267, 11140, 8303, 12648, 8717, 14377, 9966, 15048, 10273, 15137, 11178, 15839, 11456, 16525, 11510, 13611, 11969, 10219, 11283, 10290, 8456, 13368, 10167, 8718, 12934, 9635, 9635, 11350, 8976, 14899, 10571, 12914, 11879, 9259, 16336, 11755, 16907, 11888, 16638, 11358, 12869, 11113, 8665, 12645, 9644, 14784, 11104, 13944, 10698, 8946, 11541, 8727, 13104, 9647, 15292, 11059, 9401, 12903, 10421, 13178, 11215, 8808, 12461, 9185, 14645, 11095, 15722, 11187, 11811, 11238, 9485, 12834, 9397, 14384, 9108, 14188, 11393], 'WindowCenter': [4294.0, 4290.0, 4256.0, 4285.0, 4261.0, 4272.0, 4280.0, 4270.0, 4289.0, 4258.0, 4286.0, 4248.0, 4257.0, 4247.0, 4256.0, 4248.0, 4289.0, 4248.0, 4278.0, 4249.0, 4278.0, 4251.0, 4280.0, 4251.0, 4290.0, 4260.0, 4291.0, 4251.0, 4278.0, 4251.0, 4290.0, 4250.0, 4291.0, 4262.0, 4283.0, 4254.0, 4291.0, 4263.0, 4304.0, 4263.0, 4306.0, 4263.0, 4290.0, 4239.0, 4281.0, 4241.0, 4280.0, 4230.0, 4280.0, 4229.0, 4278.0, 4239.0, 4279.0, 4250.0, 4289.0, 4260.0, 4278.0, 4250.0, 4280.0, 4261.0, 4290.0, 4249.0, 4279.0, 4250.0, 4279.0, 4250.0, 4289.0, 4249.0, 4289.0, 4248.0, 4269.0, 4236.0, 4277.0, 4236.0, 4279.0, 4237.0, 4276.0, 4235.0, 4224.0, 4236.0, 4216.0, 4248.0, 4248.0, 4258.0, 4207.0, 4259.0, 4216.0, 4260.0, 4237.0, 4270.0, 4248.0, 4269.0, 4217.0, 4269.0, 4215.0, 4278.0, 4217.0, 4279.0, 4227.0, 4278.0, 4227.0, 4266.0, 4227.0, 4278.0, 4217.0, 4269.0, 4217.0, 4267.0, 4207.0, 4255.0, 4218.0, 4267.0, 4206.0, 4268.0, 4204.0, 4267.0, 4214.0, 4266.0, 4227.0, 4269.0, 4229.0, 4279.0, 4217.0, 4270.0, 4216.0, 4267.0, 4217.0, 4280.0, 4217.0, 4267.0, 4215.0, 4267.0, 4228.0, 4280.0, 4247.0, 4290.0, 4249.0, 4279.0, 4250.0, 4292.0, 4250.0, 4291.0, 4260.0, 4270.0, 4247.0, 4267.0, 4238.0, 4269.0, 4248.0, 4278.0, 4247.0, 4235.0, 4236.0, 4214.0, 4245.0, 4206.0, 4256.0, 4216.0, 4256.0, 4205.0, 4266.0, 4215.0, 4266.0, 4217.0, 4270.0, 4227.0, 4278.0, 4239.0, 4279.0, 4250.0, 4290.0, 4261.0, 4280.0, 4249.0, 4279.0, 4248.0, 4280.0, 4237.0, 4268.0, 4236.0, 4276.0, 4237.0, 4277.0, 4237.0, 4277.0, 4247.0, 4215.0, 4234.0, 4204.0, 4247.0, 4237.0, 4258.0, 4196.0, 4258.0, 4227.0, 4259.0, 4246.0, 4258.0, 4195.0, 4257.0, 4215.0, 4257.0, 4216.0, 4268.0, 4216.0, 4268.0, 4205.0, 4267.0, 4217.0, 4267.0, 4217.0, 4279.0, 4227.0, 4278.0, 4237.0, 4276.0, 4248.0, 4279.0, 4250.0, 4248.0, 4238.0, 4237.0, 4247.0, 4258.0, 4248.0, 4258.0, 4248.0, 4206.0, 4246.0, 4205.0, 4257.0, 4216.0, 4257.0, 4216.0, 4266.0, 4217.0, 4266.0, 4217.0, 4277.0, 4238.0, 4278.0, 4247.0, 4278.0, 4237.0, 4255.0, 4236.0, 4257.0, 4249.0, 4256.0, 4249.0, 4229.0, 4259.0, 4227.0, 4278.0, 4238.0, 4277.0, 4248.0, 4276.0, 4248.0, 4277.0, 4251.0, 4290.0, 4248.0, 4235.0, 4235.0, 4218.0, 4272.0, 4218.0, 4278.0, 4248.0, 4226.0, 4248.0, 4227.0, 4278.0, 4248.0, 4247.0, 4245.0, 4193.0, 4255.0, 4215.0, 4265.0, 4224.0, 4265.0, 4223.0, 4253.0, 4221.0, 4232.0, 4223.0, 4203.0, 4233.0, 4206.0, 4254.0, 4204.0, 4255.0, 4227.0, 4266.0, 4228.0, 4278.0, 4249.0, 4278.0, 4239.0, 4279.0, 4238.0, 4268.0, 4250.0, 4240.0, 4248.0, 4218.0, 4258.0, 4220.0, 4271.0, 4219.0, 4283.0, 4219.0, 4268.0, 4219.0, 4268.0, 4218.0, 4268.0, 4207.0, 4268.0, 4217.0, 4269.0, 4217.0, 4279.0, 4239.0, 4269.0, 4240.0, 4279.0, 4250.0, 4280.0, 4250.0, 4291.0, 4251.0, 4259.0, 4238.0, 4236.0, 4239.0, 4261.0, 4248.0, 4258.0, 4249.0, 4207.0, 4248.0, 4218.0, 4268.0, 4229.0, 4280.0, 4239.0, 4281.0, 4239.0, 4279.0, 4239.0, 4268.0, 4237.0, 4267.0, 4228.0, 4279.0, 4228.0, 4267.0, 4227.0, 4256.0, 4238.0, 4269.0, 4240.0, 4279.0, 4238.0, 4268.0, 4228.0, 4269.0, 4208.0, 4269.0, 4217.0, 4268.0, 4206.0, 4257.0, 4207.0, 4257.0, 4207.0, 4259.0, 4228.0, 4259.0, 4195.0, 4258.0, 4207.0, 4259.0, 4217.0, 4270.0, 4219.0, 4270.0, 4209.0, 4270.0, 4219.0, 4271.0, 4221.0, 4271.0, 4229.0, 4260.0, 4206.0, 4258.0, 4206.0, 4257.0, 4218.0, 4259.0, 4226.0, 4248.0, 4206.0, 4257.0, 4217.0, 4259.0, 4237.0, 4250.0, 4260.0, 4260.0, 4208.0, 4261.0, 4208.0, 4259.0, 4220.0, 4260.0, 4220.0, 4270.0, 4218.0, 4268.0, 4206.0, 4269.0, 4208.0, 4259.0, 4216.0, 4258.0, 4206.0, 4258.0, 4206.0, 4260.0, 4258.0, 4249.0, 4258.0, 4249.0, 4207.0, 4249.0, 4217.0, 4259.0, 4219.0, 4261.0, 4239.0, 4261.0, 4199.0, 4260.0, 4219.0, 4261.0, 4250.0, 4249.0, 4239.0, 4249.0, 4208.0, 4259.0, 4218.0, 4270.0, 4219.0, 4280.0, 4241.0, 4281.0, 4251.0, 4281.0, 4252.0, 4292.0, 4240.0, 4282.0, 4240.0, 4279.0, 4242.0, 4280.0, 4240.0, 4281.0, 4237.0, 4270.0, 4238.0, 4247.0, 4237.0, 4255.0, 4237.0, 4267.0, 4237.0, 4215.0, 4236.0, 4205.0, 4247.0, 4205.0, 4258.0, 4206.0, 4258.0, 4206.0, 4256.0, 4217.0, 4269.0, 4217.0, 4270.0, 4218.0, 4270.0, 4229.0, 4268.0, 4238.0, 4279.0, 4240.0, 4281.0, 4250.0, 4279.0, 4250.0, 4281.0, 4252.0, 4292.0, 4251.0, 4281.0, 4241.0, 4281.0, 4250.0, 4281.0, 4252.0, 4291.0, 4251.0, 4260.0, 4241.0, 4229.0, 4251.0, 4232.0, 4273.0, 4231.0, 4284.0, 4223.0, 4283.0, 4230.0, 4282.0, 4230.0, 4281.0, 4220.0, 4281.0, 4217.0, 4279.0, 4231.0, 4280.0, 4240.0, 4280.0, 4250.0, 4279.0, 4250.0, 4292.0, 4251.0, 4280.0, 4250.0, 4250.0, 4251.0, 4240.0, 4251.0, 4230.0, 4260.0, 4220.0, 4271.0, 4231.0, 4281.0, 4250.0, 4282.0, 4252.0, 4291.0, 4250.0, 4282.0, 4242.0, 4280.0, 4250.0, 4280.0, 4250.0, 4281.0, 4240.0, 4270.0, 4241.0, 4259.0, 4250.0, 4269.0, 4253.0, 4281.0, 4251.0, 4218.0, 4251.0, 4210.0, 4261.0, 4208.0, 4260.0, 4220.0, 4270.0, 4220.0, 4270.0, 4231.0, 4280.0, 4239.0, 4280.0, 4241.0, 4280.0, 4239.0, 4268.0, 4240.0, 4247.0, 4238.0, 4257.0, 4239.0, 4279.0, 4237.0, 4256.0, 4237.0, 4256.0, 4237.0, 4266.0, 4238.0, 4268.0, 4238.0, 4267.0, 4237.0, 4266.0, 4238.0, 4267.0, 4239.0, 4280.0, 4238.0, 4278.0, 4228.0, 4268.0, 4227.0, 4267.0, 4229.0, 4269.0, 4217.0, 4267.0, 4217.0, 4267.0, 4215.0, 4268.0, 4218.0, 4269.0, 4229.0, 4268.0, 4228.0, 4267.0, 4238.0, 4269.0, 4241.0, 4280.0, 4228.0, 4269.0, 4218.0, 4268.0, 4228.0, 4269.0, 4208.0, 4268.0, 4218.0, 4269.0, 4208.0, 4269.0, 4218.0, 4269.0, 4239.0, 4281.0, 4243.0, 4281.0, 4242.0, 4282.0, 4241.0, 4280.0, 4240.0, 4281.0, 4239.0, 4281.0, 4231.0, 4282.0, 4228.0, 4270.0, 4230.0, 4269.0, 4238.0, 4270.0, 4239.0, 4279.0, 4242.0, 4282.0, 4243.0, 4292.0, 4252.0, 4298.0, 4267.0, 4235.0, 4274.0, 4254.0, 4297.0, 4221.0, 4273.0, 4230.0, 4253.0, 4293.0, 4251.0, 4280.0, 4240.0, 4281.0, 4228.0, 4268.0, 4205.0, 4256.0, 4205.0, 4255.0, 4225.0, 4264.0, 4235.0, 4254.0, 4223.0, 4253.0, 4224.0, 4193.0, 4243.0, 4225.0, 4264.0, 4224.0, 4253.0, 4222.0, 4252.0, 4223.0, 4232.0, 4212.0, 4211.0, 4222.0, 4201.0, 4236.0, 4224.0, 4234.0, 4192.0, 4245.0, 4204.0, 4258.0, 4218.0, 4268.0, 4230.0, 4279.0, 4249.0, 4281.0, 4251.0, 4281.0, 4251.0, 4290.0, 4251.0, 4281.0, 4250.0, 4279.0, 4238.0, 4269.0, 4238.0, 4280.0, 4240.0, 4278.0, 4238.0, 4240.0, 4239.0, 4208.0, 4259.0, 4219.0, 4272.0, 4222.0, 4274.0, 4221.0, 4273.0, 4242.0, 4293.0, 4251.0, 4293.0, 4252.0, 4292.0, 4252.0, 4282.0, 4252.0, 4281.0, 4252.0, 4230.0, 4251.0, 4209.0, 4260.0, 4221.0, 4271.0, 4221.0, 4270.0, 4219.0, 4271.0, 4229.0, 4282.0, 4230.0, 4294.0, 4251.0, 4281.0, 4252.0, 4294.0, 4253.0, 4296.0, 4266.0, 4295.0, 4254.0, 4272.0, 4253.0, 4223.0, 4263.0, 4233.0, 4284.0, 4222.0, 4283.0, 4245.0, 4283.0, 4253.0, 4295.0, 4266.0, 4305.0, 4254.0, 4293.0, 4254.0, 4292.0, 4253.0, 4293.0, 4231.0, 4281.0, 4221.0, 4271.0, 4233.0, 4284.0, 4232.0, 4284.0, 4222.0, 4282.0, 4232.0, 4284.0, 4234.0, 4286.0, 4234.0, 4283.0, 4233.0, 4283.0, 4253.0, 4286.0, 4273.0, 4273.0, 4220.0, 4272.0, 4250.0, 4272.0, 4273.0, 4270.0, 4270.0, 4262.0, 4209.0, 4261.0, 4229.0, 4271.0, 4241.0, 4270.0, 4239.0, 4270.0, 4229.0, 4280.0, 4229.0, 4280.0, 4229.0, 4281.0, 4220.0, 4282.0, 4230.0, 4283.0, 4242.0, 4282.0, 4252.0, 4290.0, 4262.0, 4231.0, 4262.0, 4242.0, 4282.0, 4253.0, 4292.0, 4260.0, 4293.0, 4251.0, 4290.0, 4250.0, 4280.0, 4251.0, 4289.0, 4261.0, 4257.0, 4237.0, 4235.0, 4237.0, 4216.0, 4257.0, 4215.0, 4256.0, 4216.0, 4267.0, 4216.0, 4268.0, 4226.0, 4265.0, 4236.0, 4265.0, 4236.0, 4265.0, 4236.0, 4277.0, 4236.0, 4268.0, 4246.0, 4205.0, 4236.0, 4207.0, 4257.0, 4216.0, 4267.0, 4225.0, 4266.0, 4227.0, 4266.0, 4247.0, 4278.0, 4248.0, 4288.0, 4249.0, 4229.0, 4247.0, 4217.0, 4258.0, 4216.0, 4268.0, 4228.0, 4282.0, 4227.0, 4278.0, 4247.0, 4277.0, 4247.0, 4291.0, 4249.0, 4253.0, 4250.0, 4206.0, 4256.0, 4227.0, 4280.0, 4251.0, 4231.0, 4282.0, 4253.0, 4292.0, 4251.0, 4249.0, 4238.0, 4236.0, 4237.0, 4248.0, 4248.0, 4217.0, 4247.0, 4206.0, 4256.0, 4217.0, 4259.0, 4229.0, 4270.0, 4218.0, 4271.0, 4228.0, 4271.0, 4270.0, 4261.0, 4280.0, 4261.0, 4260.0, 4250.0, 4268.0, 4250.0, 4291.0, 4248.0, 4290.0, 4250.0, 4280.0, 4238.0, 4269.0, 4239.0, 4279.0, 4250.0, 4292.0, 4252.0, 4292.0, 4262.0, 4230.0, 4251.0, 4220.0, 4261.0, 4222.0, 4281.0, 4241.0, 4280.0, 4239.0, 4279.0, 4251.0, 4292.0, 4252.0, 4280.0, 4249.0, 4227.0, 4238.0, 4207.0, 4259.0, 4217.0, 4269.0, 4218.0, 4269.0, 4239.0, 4281.0, 4252.0, 4293.0, 4251.0, 4291.0, 4240.0, 4279.0, 4249.0, 4280.0, 4238.0, 4279.0, 4235.0, 4278.0, 4237.0, 4256.0, 4224.0, 4233.0, 4237.0, 4235.0, 4235.0, 4235.0, 4236.0, 4214.0, 4236.0, 4234.0, 4235.0, 4277.0, 4236.0, 4277.0, 4237.0, 4264.0, 4225.0, 4256.0, 4237.0, 4269.0, 4238.0, 4268.0, 4238.0, 4269.0, 4239.0, 4279.0, 4238.0, 4280.0, 4239.0, 4269.0, 4220.0, 4269.0, 4219.0, 4270.0, 4218.0, 4270.0, 4207.0, 4259.0, 4207.0, 4261.0, 4230.0, 4260.0, 4240.0, 4261.0, 4222.0, 4275.0, 4272.0, 4253.0, 4292.0, 4252.0, 4231.0, 4250.0, 4219.0, 4271.0, 4232.0, 4282.0, 4241.0, 4280.0, 4240.0, 4281.0, 4249.0, 4291.0, 4251.0, 4290.0, 4251.0, 4282.0, 4249.0, 4250.0, 4261.0, 4249.0, 4219.0, 4270.0, 4252.0, 4232.0, 4285.0, 4243.0, 4241.0, 4250.0, 4217.0, 4268.0, 4238.0, 4257.0, 4248.0, 4216.0, 4267.0, 4234.0, 4264.0, 4219.0, 4248.0, 4197.0, 4216.0, 4197.0, 4166.0, 4218.0, 4188.0, 4239.0, 4209.0, 4240.0, 4212.0, 4190.0, 4221.0, 4192.0, 4242.0, 4203.0, 4265.0, 4235.0, 4216.0, 4248.0, 4226.0, 4257.0, 4236.0, 4208.0, 4259.0, 4219.0, 4269.0, 4236.0, 4279.0, 4249.0, 4248.0, 4250.0, 4227.0, 4260.0, 4230.0, 4272.0, 4218.0, 4268.0, 4251.0], 'WindowWidth': [9506.0, 9490.0, 9436.0, 9471.0, 9433.0, 9446.0, 9455.0, 9439.0, 9466.0, 9419.0, 9457.0, 9407.0, 9416.0, 9404.0, 9415.0, 9406.0, 9462.0, 9408.0, 9448.0, 9409.0, 9448.0, 9413.0, 9452.0, 9413.0, 9466.0, 9425.0, 9468.0, 9412.0, 9448.0, 9414.0, 9467.0, 9413.0, 9471.0, 9431.0, 9460.0, 9425.0, 9472.0, 9437.0, 9493.0, 9437.0, 9496.0, 9434.0, 9468.0, 9399.0, 9455.0, 9402.0, 9456.0, 9385.0, 9453.0, 9382.0, 9448.0, 9395.0, 9451.0, 9411.0, 9466.0, 9425.0, 9448.0, 9412.0, 9452.0, 9430.0, 9468.0, 9413.0, 9451.0, 9413.0, 9451.0, 9411.0, 9465.0, 9411.0, 9464.0, 9408.0, 9434.0, 9387.0, 9441.0, 9387.0, 9449.0, 9391.0, 9441.0, 9385.0, 9370.0, 9387.0, 9362.0, 9408.0, 9408.0, 9421.0, 9351.0, 9421.0, 9362.0, 9422.0, 9391.0, 9437.0, 9407.0, 9436.0, 9362.0, 9433.0, 9359.0, 9448.0, 9364.0, 9449.0, 9377.0, 9447.0, 9375.0, 9428.0, 9376.0, 9446.0, 9364.0, 9435.0, 9362.0, 9428.0, 9347.0, 9412.0, 9362.0, 9431.0, 9349.0, 9431.0, 9342.0, 9430.0, 9356.0, 9429.0, 9377.0, 9436.0, 9381.0, 9450.0, 9363.0, 9437.0, 9360.0, 9432.0, 9364.0, 9451.0, 9363.0, 9431.0, 9358.0, 9431.0, 9380.0, 9450.0, 9404.0, 9465.0, 9409.0, 9450.0, 9412.0, 9470.0, 9414.0, 9469.0, 9427.0, 9438.0, 9405.0, 9431.0, 9391.0, 9435.0, 9405.0, 9445.0, 9404.0, 9385.0, 9386.0, 9355.0, 9397.0, 9347.0, 9415.0, 9361.0, 9415.0, 9345.0, 9427.0, 9358.0, 9430.0, 9363.0, 9437.0, 9377.0, 9447.0, 9395.0, 9451.0, 9412.0, 9467.0, 9428.0, 9452.0, 9410.0, 9450.0, 9409.0, 9452.0, 9391.0, 9432.0, 9387.0, 9441.0, 9388.0, 9445.0, 9389.0, 9443.0, 9401.0, 9356.0, 9382.0, 9341.0, 9403.0, 9390.0, 9419.0, 9333.0, 9417.0, 9375.0, 9422.0, 9401.0, 9420.0, 9333.0, 9416.0, 9358.0, 9415.0, 9361.0, 9432.0, 9361.0, 9432.0, 9346.0, 9431.0, 9362.0, 9431.0, 9364.0, 9449.0, 9376.0, 9445.0, 9390.0, 9443.0, 9406.0, 9449.0, 9411.0, 9406.0, 9394.0, 9391.0, 9404.0, 9421.0, 9405.0, 9421.0, 9405.0, 9346.0, 9400.0, 9344.0, 9415.0, 9361.0, 9415.0, 9361.0, 9427.0, 9360.0, 9428.0, 9360.0, 9444.0, 9393.0, 9446.0, 9403.0, 9445.0, 9389.0, 9412.0, 9389.0, 9417.0, 9408.0, 9416.0, 9409.0, 9382.0, 9422.0, 9377.0, 9447.0, 9393.0, 9445.0, 9407.0, 9441.0, 9404.0, 9444.0, 9413.0, 9466.0, 9406.0, 9384.0, 9384.0, 9365.0, 9445.0, 9364.0, 9445.0, 9407.0, 9374.0, 9404.0, 9377.0, 9448.0, 9407.0, 9402.0, 9395.0, 9323.0, 9407.0, 9354.0, 9422.0, 9364.0, 9422.0, 9361.0, 9401.0, 9358.0, 9371.0, 9362.0, 9335.0, 9376.0, 9343.0, 9408.0, 9339.0, 9408.0, 9373.0, 9427.0, 9379.0, 9446.0, 9407.0, 9445.0, 9393.0, 9446.0, 9393.0, 9434.0, 9410.0, 9398.0, 9407.0, 9366.0, 9421.0, 9370.0, 9440.0, 9369.0, 9459.0, 9366.0, 9434.0, 9366.0, 9433.0, 9364.0, 9435.0, 9347.0, 9431.0, 9361.0, 9434.0, 9363.0, 9449.0, 9394.0, 9433.0, 9395.0, 9447.0, 9409.0, 9451.0, 9410.0, 9466.0, 9413.0, 9422.0, 9393.0, 9388.0, 9393.0, 9430.0, 9407.0, 9419.0, 9407.0, 9351.0, 9403.0, 9365.0, 9432.0, 9381.0, 9450.0, 9395.0, 9453.0, 9395.0, 9449.0, 9394.0, 9432.0, 9389.0, 9430.0, 9379.0, 9448.0, 9376.0, 9428.0, 9374.0, 9412.0, 9390.0, 9434.0, 9397.0, 9448.0, 9392.0, 9431.0, 9377.0, 9435.0, 9350.0, 9436.0, 9363.0, 9434.0, 9347.0, 9416.0, 9348.0, 9417.0, 9350.0, 9422.0, 9379.0, 9420.0, 9332.0, 9419.0, 9349.0, 9421.0, 9365.0, 9437.0, 9368.0, 9438.0, 9353.0, 9440.0, 9368.0, 9442.0, 9374.0, 9440.0, 9383.0, 9423.0, 9347.0, 9419.0, 9347.0, 9417.0, 9365.0, 9422.0, 9374.0, 9406.0, 9347.0, 9415.0, 9364.0, 9421.0, 9393.0, 9412.0, 9425.0, 9426.0, 9353.0, 9426.0, 9352.0, 9422.0, 9370.0, 9424.0, 9371.0, 9439.0, 9365.0, 9433.0, 9348.0, 9435.0, 9353.0, 9421.0, 9360.0, 9418.0, 9345.0, 9418.0, 9347.0, 9422.0, 9418.0, 9407.0, 9420.0, 9406.0, 9351.0, 9406.0, 9363.0, 9421.0, 9368.0, 9428.0, 9397.0, 9427.0, 9341.0, 9425.0, 9369.0, 9426.0, 9411.0, 9409.0, 9396.0, 9408.0, 9352.0, 9422.0, 9367.0, 9439.0, 9370.0, 9453.0, 9401.0, 9457.0, 9416.0, 9456.0, 9418.0, 9472.0, 9401.0, 9457.0, 9399.0, 9451.0, 9402.0, 9451.0, 9397.0, 9453.0, 9390.0, 9438.0, 9392.0, 9401.0, 9388.0, 9411.0, 9389.0, 9429.0, 9389.0, 9356.0, 9386.0, 9344.0, 9402.0, 9345.0, 9418.0, 9348.0, 9418.0, 9347.0, 9415.0, 9362.0, 9434.0, 9365.0, 9437.0, 9366.0, 9438.0, 9380.0, 9433.0, 9393.0, 9448.0, 9400.0, 9454.0, 9413.0, 9450.0, 9413.0, 9453.0, 9419.0, 9472.0, 9415.0, 9454.0, 9400.0, 9453.0, 9412.0, 9456.0, 9418.0, 9469.0, 9416.0, 9427.0, 9401.0, 9383.0, 9416.0, 9392.0, 9448.0, 9391.0, 9465.0, 9379.0, 9461.0, 9388.0, 9460.0, 9388.0, 9458.0, 9371.0, 9455.0, 9365.0, 9449.0, 9388.0, 9453.0, 9399.0, 9453.0, 9410.0, 9449.0, 9411.0, 9471.0, 9415.0, 9454.0, 9412.0, 9411.0, 9413.0, 9397.0, 9414.0, 9385.0, 9424.0, 9371.0, 9440.0, 9387.0, 9456.0, 9413.0, 9457.0, 9417.0, 9471.0, 9414.0, 9457.0, 9402.0, 9451.0, 9412.0, 9451.0, 9412.0, 9454.0, 9397.0, 9436.0, 9398.0, 9422.0, 9413.0, 9437.0, 9418.0, 9456.0, 9414.0, 9369.0, 9412.0, 9357.0, 9427.0, 9354.0, 9424.0, 9371.0, 9439.0, 9370.0, 9439.0, 9385.0, 9450.0, 9394.0, 9452.0, 9399.0, 9452.0, 9394.0, 9432.0, 9395.0, 9403.0, 9393.0, 9418.0, 9395.0, 9447.0, 9389.0, 9414.0, 9388.0, 9412.0, 9387.0, 9425.0, 9391.0, 9432.0, 9390.0, 9429.0, 9389.0, 9427.0, 9391.0, 9429.0, 9395.0, 9449.0, 9393.0, 9445.0, 9377.0, 9430.0, 9376.0, 9430.0, 9381.0, 9434.0, 9362.0, 9430.0, 9361.0, 9429.0, 9357.0, 9432.0, 9365.0, 9434.0, 9378.0, 9432.0, 9377.0, 9429.0, 9392.0, 9435.0, 9401.0, 9453.0, 9379.0, 9436.0, 9363.0, 9431.0, 9376.0, 9434.0, 9351.0, 9433.0, 9363.0, 9434.0, 9350.0, 9433.0, 9365.0, 9436.0, 9395.0, 9455.0, 9406.0, 9457.0, 9404.0, 9457.0, 9402.0, 9451.0, 9398.0, 9453.0, 9395.0, 9455.0, 9387.0, 9456.0, 9377.0, 9434.0, 9380.0, 9432.0, 9391.0, 9435.0, 9394.0, 9449.0, 9405.0, 9457.0, 9405.0, 9472.0, 9419.0, 9494.0, 9447.0, 9401.0, 9451.0, 9425.0, 9486.0, 9376.0, 9447.0, 9385.0, 9417.0, 9474.0, 9415.0, 9454.0, 9398.0, 9452.0, 9378.0, 9431.0, 9343.0, 9413.0, 9340.0, 9409.0, 9367.0, 9421.0, 9382.0, 9406.0, 9360.0, 9405.0, 9365.0, 9324.0, 9389.0, 9367.0, 9420.0, 9363.0, 9403.0, 9359.0, 9399.0, 9361.0, 9371.0, 9344.0, 9340.0, 9359.0, 9328.0, 9384.0, 9367.0, 9379.0, 9322.0, 9396.0, 9339.0, 9417.0, 9363.0, 9431.0, 9383.0, 9450.0, 9408.0, 9453.0, 9414.0, 9453.0, 9413.0, 9466.0, 9413.0, 9453.0, 9411.0, 9449.0, 9393.0, 9434.0, 9392.0, 9452.0, 9396.0, 9446.0, 9393.0, 9397.0, 9396.0, 9353.0, 9423.0, 9371.0, 9443.0, 9376.0, 9446.0, 9374.0, 9447.0, 9406.0, 9474.0, 9417.0, 9475.0, 9417.0, 9471.0, 9417.0, 9459.0, 9418.0, 9457.0, 9418.0, 9385.0, 9412.0, 9356.0, 9426.0, 9376.0, 9440.0, 9374.0, 9439.0, 9367.0, 9438.0, 9382.0, 9458.0, 9387.0, 9476.0, 9414.0, 9456.0, 9416.0, 9474.0, 9421.0, 9480.0, 9441.0, 9479.0, 9423.0, 9445.0, 9419.0, 9379.0, 9433.0, 9394.0, 9464.0, 9378.0, 9462.0, 9414.0, 9461.0, 9421.0, 9480.0, 9441.0, 9495.0, 9422.0, 9474.0, 9423.0, 9474.0, 9421.0, 9476.0, 9388.0, 9456.0, 9375.0, 9442.0, 9394.0, 9465.0, 9393.0, 9464.0, 9379.0, 9461.0, 9393.0, 9466.0, 9398.0, 9470.0, 9399.0, 9464.0, 9394.0, 9462.0, 9421.0, 9468.0, 9448.0, 9448.0, 9373.0, 9444.0, 9413.0, 9443.0, 9446.0, 9442.0, 9441.0, 9431.0, 9357.0, 9427.0, 9383.0, 9442.0, 9402.0, 9441.0, 9396.0, 9440.0, 9381.0, 9452.0, 9381.0, 9454.0, 9383.0, 9457.0, 9371.0, 9459.0, 9386.0, 9461.0, 9406.0, 9458.0, 9418.0, 9469.0, 9433.0, 9391.0, 9432.0, 9406.0, 9460.0, 9420.0, 9471.0, 9427.0, 9475.0, 9414.0, 9468.0, 9412.0, 9452.0, 9416.0, 9462.0, 9428.0, 9418.0, 9388.0, 9384.0, 9388.0, 9360.0, 9415.0, 9358.0, 9413.0, 9361.0, 9428.0, 9356.0, 9430.0, 9371.0, 9424.0, 9385.0, 9425.0, 9385.0, 9425.0, 9387.0, 9443.0, 9388.0, 9434.0, 9401.0, 9343.0, 9385.0, 9346.0, 9414.0, 9360.0, 9430.0, 9371.0, 9426.0, 9374.0, 9427.0, 9402.0, 9446.0, 9406.0, 9461.0, 9409.0, 9382.0, 9404.0, 9365.0, 9419.0, 9360.0, 9433.0, 9377.0, 9458.0, 9376.0, 9447.0, 9404.0, 9445.0, 9405.0, 9466.0, 9410.0, 9424.0, 9414.0, 9347.0, 9414.0, 9377.0, 9452.0, 9414.0, 9389.0, 9459.0, 9421.0, 9474.0, 9414.0, 9410.0, 9393.0, 9388.0, 9390.0, 9407.0, 9405.0, 9362.0, 9402.0, 9347.0, 9413.0, 9363.0, 9421.0, 9381.0, 9440.0, 9367.0, 9442.0, 9382.0, 9442.0, 9442.0, 9429.0, 9454.0, 9429.0, 9425.0, 9411.0, 9435.0, 9413.0, 9468.0, 9409.0, 9465.0, 9412.0, 9452.0, 9395.0, 9436.0, 9397.0, 9451.0, 9413.0, 9471.0, 9418.0, 9472.0, 9431.0, 9385.0, 9414.0, 9371.0, 9427.0, 9377.0, 9456.0, 9403.0, 9455.0, 9396.0, 9451.0, 9415.0, 9474.0, 9418.0, 9455.0, 9408.0, 9376.0, 9392.0, 9349.0, 9422.0, 9365.0, 9437.0, 9365.0, 9435.0, 9397.0, 9454.0, 9417.0, 9475.0, 9415.0, 9469.0, 9399.0, 9450.0, 9408.0, 9452.0, 9392.0, 9447.0, 9385.0, 9446.0, 9389.0, 9413.0, 9367.0, 9378.0, 9385.0, 9383.0, 9383.0, 9383.0, 9386.0, 9354.0, 9385.0, 9382.0, 9384.0, 9442.0, 9386.0, 9442.0, 9387.0, 9421.0, 9370.0, 9410.0, 9387.0, 9433.0, 9391.0, 9432.0, 9393.0, 9435.0, 9395.0, 9449.0, 9394.0, 9450.0, 9395.0, 9435.0, 9368.0, 9434.0, 9367.0, 9438.0, 9366.0, 9438.0, 9350.0, 9420.0, 9350.0, 9426.0, 9385.0, 9425.0, 9398.0, 9427.0, 9378.0, 9453.0, 9444.0, 9419.0, 9472.0, 9419.0, 9388.0, 9414.0, 9372.0, 9443.0, 9391.0, 9459.0, 9401.0, 9453.0, 9399.0, 9453.0, 9409.0, 9467.0, 9414.0, 9467.0, 9415.0, 9460.0, 9409.0, 9414.0, 9430.0, 9412.0, 9372.0, 9440.0, 9420.0, 9396.0, 9470.0, 9409.0, 9403.0, 9409.0, 9360.0, 9431.0, 9390.0, 9415.0, 9403.0, 9359.0, 9430.0, 9377.0, 9419.0, 9349.0, 9388.0, 9315.0, 9337.0, 9313.0, 9272.0, 9343.0, 9304.0, 9374.0, 9336.0, 9378.0, 9344.0, 9316.0, 9356.0, 9317.0, 9385.0, 9332.0, 9419.0, 9382.0, 9356.0, 9401.0, 9370.0, 9414.0, 9383.0, 9348.0, 9419.0, 9366.0, 9431.0, 9386.0, 9447.0, 9406.0, 9404.0, 9408.0, 9377.0, 9422.0, 9383.0, 9441.0, 9365.0, 9432.0, 9410.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.0004573615916955017</td></tr>
<tr><td colspan=3>aqi</td><td>0.018355321453287197</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.175753321844084</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2948592424242433</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0018453592294365</td></tr>
<tr><td colspan=3>efc</td><td>0.4939</td></tr>
<tr><td colspan=3>fber</td><td>4838.895</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07767152694232886</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5570934256055364</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3822687749572444</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.357544671064482</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5593802117068933</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.229881442100358</td></tr>
<tr><td colspan=3>gcor</td><td>0.00994683</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008780919015407562</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02755686640739441</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.93689304829026</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>21.7016</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2351</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.2961</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295338.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>874.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.2752</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6121</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.7126</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3405.1575</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81206.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.0068</td></tr>
<tr><td colspan=3>tsnr</td><td>41.38357598381117</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>