<?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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-02/func/sub-0060_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>0864b53cab653417d307995a8d5f333d</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>19:41:44.795000</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.997742, -0.0266256, 0.0616589, 0.0148028, 0.982664, 0.184801]</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.0884353</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7739, -7281, 687, -48, -14, -41, 85]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>230.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c08e1288-a826-435d-8e04-802196e46846||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.6768691539764404, 0.039714962244033813, 0.17687834799289703, 101.982421875], [0.07143460959196091, 2.6364169120788574, 0.49537158012390137, -113.91329193115234], [0.16542644798755646, -0.495807409286499, 2.6482675075531006, -54.12340545654297], [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': ['194144.795000', '194145.255000', '194145.715000', '194146.175000', '194146.635000', '194147.095000', '194147.555000', '194148.015000', '194148.475000', '194148.935000', '194149.395000', '194149.855000', '194150.315000', '194150.775000', '194151.235000', '194151.695000', '194152.155000', '194152.615000', '194153.075000', '194153.535000', '194153.995000', '194154.455000', '194154.915000', '194155.375000', '194155.835000', '194156.295000', '194156.755000', '194157.215000', '194157.675000', '194158.135000', '194158.595000', '194159.055000', '194159.515000', '194159.975000', '194200.435000', '194200.895000', '194201.355000', '194201.815000', '194202.275000', '194202.735000', '194203.195000', '194203.655000', '194204.115000', '194204.575000', '194205.035000', '194205.495000', '194205.955000', '194206.415000', '194206.875000', '194207.335000', '194207.795000', '194208.255000', '194208.715000', '194209.175000', '194209.635000', '194210.095000', '194210.555000', '194211.015000', '194211.475000', '194211.935000', '194212.395000', '194212.855000', '194213.315000', '194213.775000', '194214.235000', '194214.695000', '194215.155000', '194215.615000', '194216.075000', '194216.535000', '194216.995000', '194217.455000', '194217.915000', '194218.375000', '194218.835000', '194219.295000', '194219.755000', '194220.215000', '194220.675000', '194221.135000', '194221.595000', '194222.055000', '194222.515000', '194222.975000', '194223.435000', '194223.895000', '194224.355000', '194224.815000', '194225.275000', '194225.735000', '194226.195000', '194226.655000', '194227.115000', '194227.575000', '194228.035000', '194228.495000', '194228.955000', '194229.415000', '194229.875000', '194230.335000', '194230.795000', '194231.255000', '194231.715000', '194232.175000', '194232.635000', '194233.095000', '194233.555000', '194234.015000', '194234.475000', '194234.935000', '194235.395000', '194235.855000', '194236.315000', '194236.775000', '194237.235000', '194237.695000', '194238.155000', '194238.615000', '194239.075000', '194239.535000', '194239.995000', '194240.455000', '194240.915000', '194241.375000', '194241.835000', '194242.295000', '194242.755000', '194243.215000', '194243.675000', '194244.135000', '194244.595000', '194245.055000', '194245.515000', '194245.975000', '194246.435000', '194246.895000', '194247.355000', '194247.815000', '194248.275000', '194248.735000', '194249.195000', '194249.655000', '194250.115000', '194250.575000', '194251.035000', '194251.495000', '194251.955000', '194252.415000', '194252.875000', '194253.335000', '194253.795000', '194254.255000', '194254.715000', '194255.175000', '194255.635000', '194256.095000', '194256.555000', '194257.015000', '194257.475000', '194257.935000', '194258.395000', '194258.855000', '194259.315000', '194259.775000', '194300.235000', '194300.695000', '194301.155000', '194301.615000', '194302.075000', '194302.535000', '194302.995000', '194303.455000', '194303.915000', '194304.375000', '194304.835000', '194305.295000', '194305.755000', '194306.215000', '194306.675000', '194307.135000', '194307.595000', '194308.055000', '194308.515000', '194308.975000', '194309.435000', '194309.895000', '194310.355000', '194310.815000', '194311.275000', '194311.735000', '194312.195000', '194312.655000', '194313.115000', '194313.575000', '194314.035000', '194314.495000', '194314.955000', '194315.415000', '194315.875000', '194316.335000', '194316.795000', '194317.255000', '194317.715000', '194318.175000', '194318.635000', '194319.095000', '194319.555000', '194320.015000', '194320.475000', '194320.935000', '194321.395000', '194321.855000', '194322.315000', '194322.775000', '194323.235000', '194323.695000', '194324.155000', '194324.615000', '194325.075000', '194325.535000', '194325.995000', '194326.455000', '194326.915000', '194327.375000', '194327.835000', '194328.295000', '194328.755000', '194329.215000', '194329.675000', '194330.135000', '194330.595000', '194331.055000', '194331.515000', '194331.975000', '194332.435000', '194332.895000', '194333.355000', '194333.815000', '194334.275000', '194334.735000', '194335.195000', '194335.655000', '194336.115000', '194336.575000', '194337.035000', '194337.495000', '194337.955000', '194338.415000', '194338.875000', '194339.335000', '194339.795000', '194340.255000', '194340.715000', '194341.175000', '194341.635000', '194342.095000', '194342.555000', '194343.015000', '194343.475000', '194343.935000', '194344.395000', '194344.855000', '194345.315000', '194345.775000', '194346.235000', '194346.695000', '194347.155000', '194347.615000', '194348.075000', '194348.535000', '194348.995000', '194349.455000', '194349.915000', '194350.375000', '194350.835000', '194351.295000', '194351.755000', '194352.215000', '194352.675000', '194353.135000', '194353.595000', '194354.055000', '194354.515000', '194354.975000', '194355.435000', '194355.895000', '194356.355000', '194356.815000', '194357.275000', '194357.735000', '194358.195000', '194358.655000', '194359.115000', '194359.575000', '194400.035000', '194400.495000', '194400.955000', '194401.415000', '194401.875000', '194402.335000', '194402.795000', '194403.255000', '194403.715000', '194404.175000', '194404.635000', '194405.095000', '194405.555000', '194406.015000', '194406.475000', '194406.935000', '194407.395000', '194407.855000', '194408.315000', '194408.775000', '194409.235000', '194409.695000', '194410.155000', '194410.615000', '194411.075000', '194411.535000', '194411.995000', '194412.455000', '194412.915000', '194413.375000', '194413.835000', '194414.295000', '194414.755000', '194415.215000', '194415.675000', '194416.135000', '194416.595000', '194417.055000', '194417.515000', '194417.975000', '194418.435000', '194418.895000', '194419.355000', '194419.815000', '194420.275000', '194420.735000', '194421.195000', '194421.655000', '194422.115000', '194422.575000', '194423.035000', '194423.495000', '194423.955000', '194424.415000', '194424.875000', '194425.335000', '194425.795000', '194426.255000', '194426.715000', '194427.175000', '194427.635000', '194428.095000', '194428.555000', '194429.015000', '194429.475000', '194429.935000', '194430.395000', '194430.855000', '194431.315000', '194431.775000', '194432.235000', '194432.695000', '194433.155000', '194433.615000', '194434.075000', '194434.535000', '194434.995000', '194435.455000', '194435.915000', '194436.375000', '194436.835000', '194437.295000', '194437.755000', '194438.215000', '194438.675000', '194439.135000', '194439.595000', '194440.055000', '194440.515000', '194440.975000', '194441.435000', '194441.895000', '194442.355000', '194442.815000', '194443.275000', '194443.735000', '194444.195000', '194444.655000', '194445.115000', '194445.575000', '194446.035000', '194446.495000', '194446.955000', '194447.415000', '194447.875000', '194448.335000', '194448.795000', '194449.255000', '194449.715000', '194450.175000', '194450.635000', '194451.095000', '194451.555000', '194452.015000', '194452.475000', '194452.935000', '194453.395000', '194453.855000', '194454.315000', '194454.775000', '194455.235000', '194455.695000', '194456.155000', '194456.615000', '194457.075000', '194457.535000', '194457.995000', '194458.455000', '194458.915000', '194459.375000', '194459.835000', '194500.295000', '194500.755000', '194501.215000', '194501.675000', '194502.135000', '194502.595000', '194503.055000', '194503.515000', '194503.975000', '194504.435000', '194504.895000', '194505.355000', '194505.815000', '194506.275000', '194506.735000', '194507.195000', '194507.655000', '194508.115000', '194508.575000', '194509.035000', '194509.495000', '194509.955000', '194510.415000', '194510.875000', '194511.335000', '194511.795000', '194512.255000', '194512.715000', '194513.175000', '194513.635000', '194514.095000', '194514.555000', '194515.015000', '194515.475000', '194515.935000', '194516.395000', '194516.855000', '194517.315000', '194517.775000', '194518.235000', '194518.695000', '194519.155000', '194519.615000', '194520.075000', '194520.535000', '194520.995000', '194521.455000', '194521.915000', '194522.375000', '194522.835000', '194523.295000', '194523.755000', '194524.215000', '194524.675000', '194525.135000', '194525.595000', '194526.055000', '194526.515000', '194526.975000', '194527.435000', '194527.895000', '194528.355000', '194528.815000', '194529.275000', '194529.735000', '194530.195000', '194530.655000', '194531.115000', '194531.575000', '194532.035000', '194532.495000', '194532.955000', '194533.415000', '194533.875000', '194534.335000', '194534.795000', '194535.255000', '194535.715000', '194536.175000', '194536.635000', '194537.095000', '194537.555000', '194538.015000', '194538.475000', '194538.935000', '194539.395000', '194539.855000', '194540.315000', '194540.775000', '194541.235000', '194541.695000', '194542.155000', '194542.615000', '194543.075000', '194543.535000', '194543.995000', '194544.455000', '194544.915000', '194545.375000', '194545.835000', '194546.295000', '194546.755000', '194547.215000', '194547.675000', '194548.135000', '194548.595000', '194549.055000', '194549.515000', '194549.975000', '194550.435000', '194550.895000', '194551.355000', '194551.815000', '194552.275000', '194552.735000', '194553.195000', '194553.655000', '194554.115000', '194554.575000', '194555.035000', '194555.495000', '194555.955000', '194556.415000', '194556.875000', '194557.335000', '194557.795000', '194558.255000', '194558.715000', '194559.175000', '194559.635000', '194600.095000', '194600.555000', '194601.015000', '194601.475000', '194601.935000', '194602.395000', '194602.855000', '194603.315000', '194603.775000', '194604.235000', '194604.695000', '194605.155000', '194605.615000', '194606.075000', '194606.535000', '194606.995000', '194607.455000', '194607.915000', '194608.375000', '194608.835000', '194609.295000', '194609.755000', '194610.215000', '194610.675000', '194611.135000', '194611.595000', '194612.055000', '194612.515000', '194612.975000', '194613.435000', '194613.895000', '194614.355000', '194614.815000', '194615.275000', '194615.735000', '194616.195000', '194616.655000', '194617.115000', '194617.575000', '194618.035000', '194618.495000', '194618.955000', '194619.415000', '194619.875000', '194620.335000', '194620.795000', '194621.255000', '194621.715000', '194622.175000', '194622.635000', '194623.095000', '194623.555000', '194624.015000', '194624.475000', '194624.935000', '194625.395000', '194625.855000', '194626.315000', '194626.775000', '194627.235000', '194627.695000', '194628.155000', '194628.615000', '194629.075000', '194629.535000', '194629.995000', '194630.455000', '194630.915000', '194631.375000', '194631.835000', '194632.295000', '194632.755000', '194633.215000', '194633.675000', '194634.135000', '194634.595000', '194635.055000', '194635.515000', '194635.975000', '194636.435000', '194636.895000', '194637.355000', '194637.815000', '194638.275000', '194638.735000', '194639.195000', '194639.655000', '194640.115000', '194640.575000', '194641.035000', '194641.495000', '194641.955000', '194642.415000', '194642.875000', '194643.335000', '194643.795000', '194644.255000', '194644.715000', '194645.175000', '194645.635000', '194646.095000', '194646.555000', '194647.015000', '194647.475000', '194647.935000', '194648.395000', '194648.855000', '194649.315000', '194649.775000', '194650.235000', '194650.695000', '194651.155000', '194651.615000', '194652.075000', '194652.535000', '194652.995000', '194653.455000', '194653.915000', '194654.375000', '194654.835000', '194655.295000', '194655.755000', '194656.215000', '194656.675000', '194657.135000', '194657.595000', '194658.055000', '194658.515000', '194658.975000', '194659.435000', '194659.895000', '194700.355000', '194700.815000', '194701.275000', '194701.735000', '194702.195000', '194702.655000', '194703.115000', '194703.575000', '194704.035000', '194704.495000', '194704.955000', '194705.415000', '194705.875000', '194706.335000', '194706.795000', '194707.255000', '194707.715000', '194708.175000', '194708.635000', '194709.095000', '194709.555000', '194710.015000', '194710.475000', '194710.935000', '194711.395000', '194711.855000', '194712.315000', '194712.775000', '194713.235000', '194713.695000', '194714.155000', '194714.615000', '194715.075000', '194715.535000', '194715.995000', '194716.455000', '194716.915000', '194717.375000', '194717.835000', '194718.295000', '194718.755000', '194719.215000', '194719.675000', '194720.135000', '194720.595000', '194721.055000', '194721.515000', '194721.975000', '194722.435000', '194722.895000', '194723.355000', '194723.815000', '194724.275000', '194724.735000', '194725.195000', '194725.655000', '194726.115000', '194726.575000', '194727.035000', '194727.495000', '194727.955000', '194728.415000', '194728.875000', '194729.335000', '194729.795000', '194730.255000', '194730.715000', '194731.175000', '194731.635000', '194732.095000', '194732.555000', '194733.015000', '194733.475000', '194733.935000', '194734.395000', '194734.855000', '194735.315000', '194735.775000', '194736.235000', '194736.695000', '194737.155000', '194737.615000', '194738.075000', '194738.535000', '194738.995000', '194739.455000', '194739.915000', '194740.375000', '194740.835000', '194741.295000', '194741.755000', '194742.215000', '194742.675000', '194743.135000', '194743.595000', '194744.055000', '194744.515000', '194744.975000', '194745.435000', '194745.895000', '194746.355000', '194746.815000', '194747.275000', '194747.735000', '194748.195000', '194748.655000', '194749.115000', '194749.575000', '194750.035000', '194750.495000', '194750.955000', '194751.415000', '194751.875000', '194752.335000', '194752.795000', '194753.255000', '194753.715000', '194754.175000', '194754.635000', '194755.095000', '194755.555000', '194756.015000', '194756.475000', '194756.935000', '194757.395000', '194757.855000', '194758.315000', '194758.775000', '194759.235000', '194759.695000', '194800.155000', '194800.615000', '194801.075000', '194801.535000', '194801.995000', '194802.455000', '194802.915000', '194803.375000', '194803.835000', '194804.295000', '194804.755000', '194805.215000', '194805.675000', '194806.135000', '194806.595000', '194807.055000', '194807.515000', '194807.975000', '194808.435000', '194808.895000', '194809.355000', '194809.815000', '194810.275000', '194810.735000', '194811.195000', '194811.655000', '194812.115000', '194812.575000', '194813.035000', '194813.495000', '194813.955000', '194814.415000', '194814.875000', '194815.335000', '194815.795000', '194816.255000', '194816.715000', '194817.175000', '194817.635000', '194818.095000', '194818.555000', '194819.015000', '194819.475000', '194819.935000', '194820.395000', '194820.855000', '194821.315000', '194821.775000', '194822.235000', '194822.695000', '194823.155000', '194823.615000', '194824.075000', '194824.535000', '194824.995000', '194825.455000', '194825.915000', '194826.375000', '194826.835000', '194827.295000', '194827.755000', '194828.215000', '194828.675000', '194829.135000', '194829.595000', '194830.055000', '194830.515000', '194830.975000', '194831.435000', '194831.895000', '194832.355000', '194832.815000', '194833.275000', '194833.735000', '194834.195000', '194834.655000', '194835.115000', '194835.575000', '194836.035000', '194836.495000', '194836.955000', '194837.415000', '194837.875000', '194838.335000', '194838.795000', '194839.255000', '194839.715000', '194840.175000', '194840.635000', '194841.095000', '194841.555000', '194842.015000', '194842.475000', '194842.935000', '194843.395000', '194843.855000', '194844.315000', '194844.775000', '194845.235000', '194845.695000', '194846.155000', '194846.615000', '194847.075000', '194847.535000', '194847.995000', '194848.455000', '194848.915000', '194849.375000', '194849.835000', '194850.295000', '194850.755000', '194851.215000', '194851.675000', '194852.135000', '194852.595000', '194853.055000', '194853.515000', '194853.975000', '194854.435000', '194854.895000', '194855.355000', '194855.815000', '194856.275000', '194856.735000', '194857.195000', '194857.655000', '194858.115000', '194858.575000', '194859.035000', '194859.495000', '194859.955000', '194900.415000', '194900.875000', '194901.335000', '194901.795000', '194902.255000', '194902.715000', '194903.175000', '194903.635000', '194904.095000', '194904.555000', '194905.015000', '194905.475000', '194905.935000', '194906.395000', '194906.855000', '194907.315000', '194907.775000', '194908.235000', '194908.695000', '194909.155000', '194909.615000', '194910.075000', '194910.535000', '194910.995000', '194911.455000', '194911.915000', '194912.375000', '194912.835000', '194913.295000', '194913.755000', '194914.215000', '194914.675000', '194915.135000', '194915.595000', '194916.055000', '194916.515000', '194916.975000', '194917.435000', '194917.895000', '194918.355000', '194918.815000', '194919.275000', '194919.735000', '194920.195000', '194920.655000', '194921.115000', '194921.575000', '194922.035000', '194922.495000', '194922.955000', '194923.415000', '194923.875000', '194924.335000', '194924.795000', '194925.255000', '194925.715000', '194926.175000', '194926.635000', '194927.095000', '194927.555000', '194928.015000', '194928.475000', '194928.935000', '194929.395000', '194929.855000', '194930.315000', '194930.775000', '194931.235000', '194931.695000', '194932.155000', '194932.615000', '194933.075000', '194933.535000', '194933.995000', '194934.455000', '194934.915000', '194935.375000', '194935.835000', '194936.295000', '194936.755000', '194937.215000', '194937.675000', '194938.135000', '194938.595000', '194939.055000', '194939.515000', '194939.975000', '194940.435000', '194940.895000', '194941.355000', '194941.815000', '194942.275000', '194942.735000', '194943.195000', '194943.655000', '194944.115000', '194944.575000', '194945.035000', '194945.495000', '194945.955000', '194946.415000', '194946.875000', '194947.335000', '194947.795000', '194948.255000', '194948.715000', '194949.175000', '194949.635000', '194950.095000', '194950.555000', '194951.015000', '194951.475000', '194951.935000', '194952.395000', '194952.855000', '194953.315000', '194953.775000', '194954.235000', '194954.695000', '194955.155000', '194955.615000', '194956.075000', '194956.535000', '194956.995000', '194957.455000', '194957.915000', '194958.375000', '194958.835000', '194959.295000', '194959.755000', '195000.215000', '195000.675000', '195001.135000', '195001.595000', '195002.055000', '195002.515000', '195002.975000', '195003.435000', '195003.895000', '195004.355000', '195004.815000', '195005.275000', '195005.735000', '195006.195000', '195006.655000', '195007.115000', '195007.575000', '195008.035000', '195008.495000', '195008.955000', '195009.415000', '195009.875000', '195010.335000', '195010.795000', '195011.255000', '195011.715000', '195012.175000', '195012.635000', '195013.095000', '195013.555000', '195014.015000', '195014.475000', '195014.935000', '195015.395000', '195015.855000', '195016.315000', '195016.775000', '195017.235000', '195017.695000', '195018.155000', '195018.615000', '195019.075000', '195019.535000', '195019.995000', '195020.455000', '195020.915000', '195021.375000', '195021.835000', '195022.295000', '195022.755000', '195023.215000', '195023.675000', '195024.135000', '195024.595000', '195025.055000', '195025.515000', '195025.975000', '195026.435000', '195026.895000', '195027.355000', '195027.815000', '195028.275000', '195028.735000', '195029.195000', '195029.655000', '195030.115000', '195030.575000', '195031.035000', '195031.495000', '195031.955000', '195032.415000', '195032.875000', '195033.335000', '195033.795000', '195034.255000', '195034.715000', '195035.175000', '195035.635000', '195036.095000', '195036.555000', '195037.015000'], 'ContentTime': ['194213.855000', '194213.859000', '194213.864000', '194213.866000', '194213.869000', '194213.872000', '194213.874000', '194213.877000', '194213.879000', '194213.882000', '194213.884000', '194213.887000', '194213.890000', '194213.892000', '194213.895000', '194213.897000', '194213.900000', '194213.903000', '194213.905000', '194213.908000', '194213.910000', '194213.913000', '194213.915000', '194213.918000', '194213.921000', '194213.923000', '194213.926000', '194213.929000', '194213.931000', '194213.934000', '194213.936000', '194213.939000', '194213.941000', '194213.944000', '194213.947000', '194213.949000', '194213.952000', '194213.954000', '194213.957000', '194213.959000', '194213.962000', '194213.965000', '194213.967000', '194213.970000', '194213.972000', '194213.975000', '194213.978000', '194213.980000', '194213.983000', '194213.986000', '194213.988000', '194213.991000', '194213.993000', '194213.996000', '194213.998000', '194214.005000', '194214.008000', '194214.010000', '194214.013000', '194214.016000', '194214.018000', '194233.827000', '194233.830000', '194233.833000', '194233.835000', '194233.838000', '194233.841000', '194233.843000', '194233.846000', '194233.849000', '194233.851000', '194233.854000', '194233.857000', '194233.859000', '194233.862000', '194233.864000', '194233.867000', '194233.870000', '194233.872000', '194233.875000', '194233.877000', '194233.880000', '194233.882000', '194233.885000', '194233.888000', '194233.890000', '194233.893000', '194233.895000', '194233.898000', '194233.901000', '194233.903000', '194233.906000', '194233.909000', '194233.911000', '194233.914000', '194233.916000', '194233.919000', '194233.922000', '194233.924000', '194233.927000', '194233.929000', '194233.932000', '194233.935000', '194233.937000', '194233.940000', '194253.826000', '194253.829000', '194253.832000', '194253.835000', '194253.837000', '194253.840000', '194253.842000', '194253.845000', '194253.848000', '194253.850000', '194253.853000', '194253.855000', '194253.858000', '194253.861000', '194253.863000', '194253.866000', '194253.868000', '194253.871000', '194253.874000', '194253.876000', '194253.879000', '194253.882000', '194253.884000', '194253.887000', '194253.889000', '194253.892000', '194253.895000', '194253.897000', '194253.900000', '194253.902000', '194253.905000', '194253.908000', '194253.910000', '194253.913000', '194253.915000', '194253.918000', '194253.921000', '194253.923000', '194253.926000', '194253.929000', '194253.931000', '194253.934000', '194253.936000', '194313.828000', '194313.831000', '194313.833000', '194313.836000', '194313.839000', '194313.841000', '194313.844000', '194313.847000', '194313.850000', '194313.852000', '194313.855000', '194313.857000', '194313.860000', '194313.863000', '194313.865000', '194313.868000', '194313.870000', '194313.874000', '194313.877000', '194313.880000', '194313.882000', '194313.913000', '194313.916000', '194313.918000', '194313.921000', '194313.924000', '194313.926000', '194313.929000', '194313.931000', '194313.934000', '194313.937000', '194313.939000', '194313.942000', '194313.945000', '194313.947000', '194313.950000', '194313.952000', '194313.955000', '194313.958000', '194313.960000', '194313.963000', '194313.965000', '194313.968000', '194333.827000', '194333.831000', '194333.834000', '194333.836000', '194333.839000', '194333.842000', '194333.844000', '194333.847000', '194333.850000', '194333.852000', '194333.855000', '194333.858000', '194333.860000', '194333.863000', '194333.865000', '194333.868000', '194333.871000', '194333.873000', '194333.876000', '194333.878000', '194333.881000', '194333.884000', '194333.886000', '194333.889000', '194333.891000', '194333.894000', '194333.897000', '194333.899000', '194333.902000', '194333.905000', '194333.908000', '194333.910000', '194333.913000', '194333.915000', '194333.918000', '194333.921000', '194333.923000', '194333.926000', '194333.928000', '194333.931000', '194333.934000', '194333.936000', '194333.939000', '194333.941000', '194353.828000', '194353.830000', '194353.833000', '194353.836000', '194353.839000', '194353.842000', '194353.844000', '194353.847000', '194353.850000', '194353.852000', '194353.855000', '194353.858000', '194353.860000', '194353.863000', '194353.865000', '194353.868000', '194353.871000', '194353.873000', '194353.876000', '194353.879000', '194353.881000', '194353.884000', '194353.886000', '194353.889000', '194353.892000', '194353.894000', '194353.897000', '194353.900000', '194353.902000', '194353.905000', '194353.907000', '194353.910000', '194353.913000', '194353.915000', '194353.918000', '194353.921000', '194353.923000', '194353.926000', '194353.928000', '194353.931000', '194353.934000', '194353.937000', '194353.939000', '194413.827000', '194413.830000', '194413.833000', '194413.836000', '194413.839000', '194413.841000', '194413.844000', '194413.846000', '194413.849000', '194413.852000', '194413.854000', '194413.857000', '194413.859000', '194413.862000', '194413.865000', '194413.867000', '194413.870000', '194413.872000', '194413.875000', '194413.878000', '194413.880000', '194413.883000', '194413.885000', '194413.888000', '194413.891000', '194413.893000', '194413.896000', '194413.898000', '194413.901000', '194413.904000', '194413.906000', '194413.909000', '194413.911000', '194413.914000', '194413.917000', '194413.919000', '194413.922000', '194413.925000', '194413.927000', '194413.930000', '194413.933000', '194413.935000', '194413.938000', '194413.940000', '194433.828000', '194433.830000', '194433.833000', '194433.836000', '194433.838000', '194433.841000', '194433.844000', '194433.847000', '194433.849000', '194433.852000', '194433.854000', '194433.857000', '194433.860000', '194433.862000', '194433.865000', '194433.867000', '194433.870000', '194433.873000', '194433.875000', '194433.878000', '194433.881000', '194433.883000', '194433.886000', '194433.888000', '194433.891000', '194433.894000', '194433.896000', '194433.899000', '194433.901000', '194433.904000', '194433.907000', '194433.909000', '194433.913000', '194433.916000', '194433.918000', '194433.921000', '194433.925000', '194433.927000', '194433.930000', '194433.932000', '194433.935000', '194433.938000', '194433.940000', '194453.828000', '194453.830000', '194453.833000', '194453.845000', '194453.848000', '194453.850000', '194453.853000', '194453.856000', '194453.858000', '194453.861000', '194453.863000', '194453.866000', '194453.869000', '194453.872000', '194453.874000', '194453.877000', '194453.880000', '194453.882000', '194453.885000', '194453.888000', '194453.890000', '194453.893000', '194453.896000', '194453.898000', '194453.901000', '194453.904000', '194453.906000', '194453.909000', '194453.911000', '194453.914000', '194453.917000', '194453.919000', '194453.922000', '194453.925000', '194453.927000', '194453.930000', '194453.932000', '194453.935000', '194453.938000', '194453.940000', '194453.943000', '194453.946000', '194453.948000', '194453.951000', '194513.827000', '194513.830000', '194513.832000', '194513.835000', '194513.838000', '194513.840000', '194513.843000', '194513.845000', '194513.848000', '194513.851000', '194513.853000', '194513.856000', '194513.859000', '194513.861000', '194513.864000', '194513.867000', '194513.869000', '194513.872000', '194513.875000', '194513.877000', '194513.880000', '194513.883000', '194513.885000', '194513.889000', '194513.891000', '194513.894000', '194513.897000', '194513.899000', '194513.902000', '194513.905000', '194513.907000', '194513.910000', '194513.912000', '194513.915000', '194513.918000', '194513.920000', '194513.923000', '194513.926000', '194513.928000', '194513.931000', '194513.933000', '194513.936000', '194513.939000', '194533.828000', '194533.830000', '194533.834000', '194533.837000', '194533.839000', '194533.842000', '194533.844000', '194533.847000', '194533.850000', '194533.852000', '194533.855000', '194533.858000', '194533.860000', '194533.863000', '194533.866000', '194533.868000', '194533.871000', '194533.874000', '194533.876000', '194533.879000', '194533.882000', '194533.884000', '194533.887000', '194533.889000', '194533.892000', '194533.895000', '194533.897000', '194533.900000', '194533.903000', '194533.905000', '194533.908000', '194533.911000', '194533.913000', '194533.916000', '194533.919000', '194533.921000', '194533.924000', '194533.926000', '194533.929000', '194533.932000', '194533.934000', '194533.937000', '194533.940000', '194533.942000', '194553.827000', '194553.830000', '194553.833000', '194553.835000', '194553.838000', '194553.841000', '194553.844000', '194553.846000', '194553.849000', '194553.851000', '194553.854000', '194553.857000', '194553.859000', '194553.862000', '194553.865000', '194553.867000', '194553.870000', '194553.872000', '194553.875000', '194553.878000', '194553.880000', '194553.883000', '194553.886000', '194553.888000', '194553.891000', '194553.893000', '194553.896000', '194553.899000', '194553.901000', '194553.904000', '194553.907000', '194553.909000', '194553.912000', '194553.914000', '194553.917000', '194553.920000', '194553.922000', '194553.925000', '194553.928000', '194553.931000', '194553.933000', '194553.936000', '194553.939000', '194613.827000', '194613.830000', '194613.833000', '194613.836000', '194613.838000', '194613.841000', '194613.844000', '194613.847000', '194613.849000', '194613.852000', '194613.854000', '194613.857000', '194613.860000', '194613.862000', '194613.865000', '194613.868000', '194613.870000', '194613.873000', '194613.875000', '194613.878000', '194613.881000', '194613.883000', '194613.886000', '194613.889000', '194613.891000', '194613.894000', '194613.897000', '194613.899000', '194613.902000', '194613.905000', '194613.907000', '194613.910000', '194613.912000', '194613.915000', '194613.918000', '194613.920000', '194613.923000', '194613.926000', '194613.928000', '194613.931000', '194613.934000', '194613.936000', '194613.961000', '194613.964000', '194633.828000', '194633.830000', '194633.833000', '194633.836000', '194633.838000', '194633.841000', '194633.844000', '194633.846000', '194633.849000', '194633.851000', '194633.854000', '194633.857000', '194633.859000', '194633.862000', '194633.865000', '194633.867000', '194633.870000', '194633.873000', '194633.875000', '194633.878000', '194633.880000', '194633.883000', '194633.886000', '194633.888000', '194633.891000', '194633.893000', '194633.896000', '194633.899000', '194633.901000', '194633.904000', '194633.907000', '194633.909000', '194633.912000', '194633.915000', '194633.917000', '194633.920000', '194633.923000', '194633.925000', '194633.928000', '194633.931000', '194633.933000', '194633.936000', '194633.938000', '194653.828000', '194653.831000', '194653.833000', '194653.836000', '194653.839000', '194653.841000', '194653.844000', '194653.846000', '194653.850000', '194653.852000', '194653.855000', '194653.857000', '194653.860000', '194653.863000', '194653.865000', '194653.868000', '194653.870000', '194653.873000', '194653.876000', '194653.878000', '194653.881000', '194653.883000', '194653.886000', '194653.889000', '194653.891000', '194653.894000', '194653.897000', '194653.899000', '194653.902000', '194653.905000', '194653.907000', '194653.910000', '194653.913000', '194653.915000', '194653.918000', '194653.921000', '194653.923000', '194653.926000', '194653.929000', '194653.931000', '194653.934000', '194653.936000', '194653.939000', '194653.942000', '194713.828000', '194713.831000', '194713.836000', '194713.838000', '194713.841000', '194713.843000', '194713.846000', '194713.849000', '194713.851000', '194713.854000', '194713.857000', '194713.859000', '194713.862000', '194713.864000', '194713.867000', '194713.870000', '194713.872000', '194713.875000', '194713.878000', '194713.880000', '194713.883000', '194713.886000', '194713.888000', '194713.896000', '194713.898000', '194713.901000', '194713.904000', '194713.906000', '194713.909000', '194713.911000', '194713.914000', '194713.917000', '194713.919000', '194713.922000', '194713.924000', '194713.927000', '194713.930000', '194713.933000', '194713.935000', '194713.938000', '194713.941000', '194713.944000', '194713.946000', '194733.827000', '194733.829000', '194733.832000', '194733.835000', '194733.837000', '194733.840000', '194733.842000', '194733.845000', '194733.848000', '194733.850000', '194733.853000', '194733.856000', '194733.858000', '194733.861000', '194733.864000', '194733.866000', '194733.869000', '194733.871000', '194733.874000', '194733.877000', '194733.879000', '194733.882000', '194733.884000', '194733.887000', '194733.890000', '194733.892000', '194733.895000', '194733.898000', '194733.900000', '194733.903000', '194733.906000', '194733.908000', '194733.911000', '194733.913000', '194733.916000', '194733.919000', '194733.921000', '194733.924000', '194733.926000', '194733.929000', '194733.932000', '194733.934000', '194733.937000', '194733.940000', '194753.828000', '194753.831000', '194753.833000', '194753.836000', '194753.838000', '194753.841000', '194753.844000', '194753.846000', '194753.849000', '194753.851000', '194753.854000', '194753.857000', '194753.859000', '194753.862000', '194753.865000', '194753.867000', '194753.870000', '194753.873000', '194753.875000', '194753.878000', '194753.880000', '194753.883000', '194753.886000', '194753.888000', '194753.891000', '194753.894000', '194753.896000', '194753.899000', '194753.901000', '194753.904000', '194753.907000', '194753.909000', '194753.912000', '194753.915000', '194753.917000', '194753.920000', '194753.922000', '194753.925000', '194753.928000', '194753.930000', '194753.933000', '194753.935000', '194753.938000', '194813.828000', '194813.831000', '194813.833000', '194813.836000', '194813.839000', '194813.841000', '194813.844000', '194813.847000', '194813.850000', '194813.852000', '194813.855000', '194813.858000', '194813.861000', '194813.863000', '194813.866000', '194813.868000', '194813.871000', '194813.874000', '194813.876000', '194813.879000', '194813.881000', '194813.884000', '194813.887000', '194813.889000', '194813.892000', '194813.895000', '194813.897000', '194813.900000', '194813.902000', '194813.905000', '194813.908000', '194813.910000', '194813.913000', '194813.915000', '194813.918000', '194813.921000', '194813.923000', '194813.926000', '194813.929000', '194813.931000', '194813.934000', '194813.936000', '194813.939000', '194813.942000', '194833.828000', '194833.830000', '194833.833000', '194833.836000', '194833.838000', '194833.841000', '194833.844000', '194833.846000', '194833.849000', '194833.851000', '194833.854000', '194833.857000', '194833.860000', '194833.862000', '194833.865000', '194833.867000', '194833.870000', '194833.873000', '194833.875000', '194833.878000', '194833.881000', '194833.883000', '194833.886000', '194833.888000', '194833.891000', '194833.894000', '194833.896000', '194833.899000', '194833.902000', '194833.904000', '194833.907000', '194833.909000', '194833.912000', '194833.915000', '194833.917000', '194833.920000', '194833.922000', '194833.925000', '194833.928000', '194833.930000', '194833.933000', '194833.936000', '194833.938000', '194853.828000', '194853.831000', '194853.833000', '194853.836000', '194853.838000', '194853.841000', '194853.844000', '194853.846000', '194853.849000', '194853.852000', '194853.854000', '194853.857000', '194853.859000', '194853.862000', '194853.865000', '194853.867000', '194853.870000', '194853.873000', '194853.875000', '194853.878000', '194853.881000', '194853.883000', '194853.886000', '194853.888000', '194853.891000', '194853.894000', '194853.896000', '194853.899000', '194853.902000', '194853.904000', '194853.907000', '194853.909000', '194853.912000', '194853.915000', '194853.917000', '194853.920000', '194853.923000', '194853.925000', '194853.928000', '194853.931000', '194853.933000', '194853.936000', '194853.938000', '194853.941000', '194913.828000', '194913.831000', '194913.833000', '194913.836000', '194913.839000', '194913.841000', '194913.844000', '194913.847000', '194913.849000', '194913.852000', '194913.855000', '194913.857000', '194913.860000', '194913.862000', '194913.865000', '194913.868000', '194913.870000', '194913.873000', '194913.876000', '194913.880000', '194913.883000', '194913.885000', '194913.888000', '194913.891000', '194913.893000', '194913.896000', '194913.898000', '194913.901000', '194913.904000', '194913.906000', '194913.909000', '194913.912000', '194913.914000', '194913.917000', '194913.920000', '194913.922000', '194913.925000', '194913.927000', '194913.930000', '194913.933000', '194913.935000', '194913.938000', '194913.940000', '194933.827000', '194933.831000', '194933.834000', '194933.836000', '194933.839000', '194933.842000', '194933.844000', '194933.847000', '194933.850000', '194933.852000', '194933.855000', '194933.857000', '194933.860000', '194933.863000', '194933.865000', '194933.868000', '194933.871000', '194933.873000', '194933.876000', '194933.878000', '194933.881000', '194933.884000', '194933.887000', '194933.889000', '194933.892000', '194933.895000', '194933.897000', '194933.900000', '194933.902000', '194933.905000', '194933.908000', '194933.910000', '194933.913000', '194933.916000', '194933.918000', '194933.921000', '194933.923000', '194933.926000', '194933.929000', '194933.931000', '194933.934000', '194933.937000', '194933.939000', '194933.942000', '194953.827000', '194953.829000', '194953.832000', '194953.835000', '194953.837000', '194953.840000', '194953.843000', '194953.845000', '194953.848000', '194953.850000', '194953.853000', '194953.856000', '194953.858000', '194953.861000', '194953.864000', '194953.866000', '194953.869000', '194953.871000', '194953.874000', '194953.877000', '194953.879000', '194953.882000', '194953.885000', '194953.887000', '194953.890000', '194953.893000', '194953.895000', '194953.898000', '194953.900000', '194953.903000', '194953.906000', '194953.908000', '194953.911000', '194953.914000', '194953.916000', '194953.919000', '194953.921000', '194953.924000', '194953.927000', '194953.929000', '194953.932000', '194953.934000', '194953.937000', '195013.828000', '195013.830000', '195013.833000', '195013.836000', '195013.838000', '195013.841000', '195013.844000', '195013.847000', '195013.849000', '195013.852000', '195013.854000', '195013.857000', '195013.860000', '195013.862000', '195013.865000', '195013.868000', '195013.870000', '195013.873000', '195013.875000', '195013.878000', '195013.881000', '195013.883000', '195013.886000', '195013.889000', '195013.891000', '195013.894000', '195013.896000', '195013.899000', '195013.902000', '195013.904000', '195013.907000', '195013.910000', '195013.912000', '195013.915000', '195013.917000', '195013.920000', '195013.923000', '195013.925000', '195013.928000', '195013.931000', '195013.933000', '195013.936000', '195013.938000', '195013.941000', '195033.828000', '195033.831000', '195033.833000', '195033.836000', '195033.838000', '195033.841000', '195033.844000', '195033.846000', '195033.849000', '195033.852000', '195033.854000', '195033.857000', '195033.859000', '195033.862000', '195033.865000', '195033.867000', '195033.870000', '195033.873000', '195033.875000', '195033.878000', '195033.880000', '195033.883000', '195033.886000', '195033.888000', '195033.891000', '195033.893000', '195033.896000', '195033.899000', '195033.901000', '195033.904000', '195033.907000', '195033.909000', '195033.912000', '195033.915000', '195033.917000', '195033.920000', '195033.923000', '195033.925000', '195033.928000', '195033.930000', '195033.933000', '195033.936000', '195033.938000', '195038.170000', '195038.174000', '195038.177000', '195038.180000', '195038.182000', '195038.185000', '195038.188000', '195038.191000', '195038.194000', '195038.197000'], 'InstanceCreationTime': ['194213.855000', '194213.859000', '194213.864000', '194213.866000', '194213.869000', '194213.872000', '194213.874000', '194213.877000', '194213.879000', '194213.882000', '194213.884000', '194213.887000', '194213.890000', '194213.892000', '194213.895000', '194213.897000', '194213.900000', '194213.903000', '194213.905000', '194213.908000', '194213.910000', '194213.913000', '194213.915000', '194213.918000', '194213.921000', '194213.923000', '194213.926000', '194213.929000', '194213.931000', '194213.934000', '194213.936000', '194213.939000', '194213.941000', '194213.944000', '194213.947000', '194213.949000', '194213.952000', '194213.954000', '194213.957000', '194213.959000', '194213.962000', '194213.965000', '194213.967000', '194213.970000', '194213.972000', '194213.975000', '194213.978000', '194213.980000', '194213.983000', '194213.986000', '194213.988000', '194213.991000', '194213.993000', '194213.996000', '194213.998000', '194214.005000', '194214.008000', '194214.010000', '194214.013000', '194214.016000', '194214.018000', '194233.827000', '194233.830000', '194233.833000', '194233.835000', '194233.838000', '194233.841000', '194233.843000', '194233.846000', '194233.849000', '194233.851000', '194233.854000', '194233.857000', '194233.859000', '194233.862000', '194233.864000', '194233.867000', '194233.870000', '194233.872000', '194233.875000', '194233.877000', '194233.880000', '194233.882000', '194233.885000', '194233.888000', '194233.890000', '194233.893000', '194233.895000', '194233.898000', '194233.901000', '194233.903000', '194233.906000', '194233.909000', '194233.911000', '194233.914000', '194233.916000', '194233.919000', '194233.922000', '194233.924000', '194233.927000', '194233.929000', '194233.932000', '194233.935000', '194233.937000', '194233.940000', '194253.826000', '194253.829000', '194253.832000', '194253.835000', '194253.837000', '194253.840000', '194253.842000', '194253.845000', '194253.848000', '194253.850000', '194253.853000', '194253.855000', '194253.858000', '194253.861000', '194253.863000', '194253.866000', '194253.868000', '194253.871000', '194253.874000', '194253.876000', '194253.879000', '194253.882000', '194253.884000', '194253.887000', '194253.889000', '194253.892000', '194253.895000', '194253.897000', '194253.900000', '194253.902000', '194253.905000', '194253.908000', '194253.910000', '194253.913000', '194253.915000', '194253.918000', '194253.921000', '194253.923000', '194253.926000', '194253.929000', '194253.931000', '194253.934000', '194253.936000', '194313.828000', '194313.831000', '194313.833000', '194313.836000', '194313.839000', '194313.841000', '194313.844000', '194313.847000', '194313.850000', '194313.852000', '194313.855000', '194313.857000', '194313.860000', '194313.863000', '194313.865000', '194313.868000', '194313.870000', '194313.874000', '194313.877000', '194313.880000', '194313.882000', '194313.913000', '194313.916000', '194313.918000', '194313.921000', '194313.924000', '194313.926000', '194313.929000', '194313.931000', '194313.934000', '194313.937000', '194313.939000', '194313.942000', '194313.945000', '194313.947000', '194313.950000', '194313.952000', '194313.955000', '194313.958000', '194313.960000', '194313.963000', '194313.965000', '194313.968000', '194333.827000', '194333.831000', '194333.834000', '194333.836000', '194333.839000', '194333.842000', '194333.844000', '194333.847000', '194333.850000', '194333.852000', '194333.855000', '194333.858000', '194333.860000', '194333.863000', '194333.865000', '194333.868000', '194333.871000', '194333.873000', '194333.876000', '194333.878000', '194333.881000', '194333.884000', '194333.886000', '194333.889000', '194333.891000', '194333.894000', '194333.897000', '194333.899000', '194333.902000', '194333.905000', '194333.908000', '194333.910000', '194333.913000', '194333.915000', '194333.918000', '194333.921000', '194333.923000', '194333.926000', '194333.928000', '194333.931000', '194333.934000', '194333.936000', '194333.939000', '194333.941000', '194353.828000', '194353.830000', '194353.833000', '194353.836000', '194353.839000', '194353.842000', '194353.844000', '194353.847000', '194353.850000', '194353.852000', '194353.855000', '194353.858000', '194353.860000', '194353.863000', '194353.865000', '194353.868000', '194353.871000', '194353.873000', '194353.876000', '194353.879000', '194353.881000', '194353.884000', '194353.886000', '194353.889000', '194353.892000', '194353.894000', '194353.897000', '194353.900000', '194353.902000', '194353.905000', '194353.907000', '194353.910000', '194353.913000', '194353.915000', '194353.918000', '194353.921000', '194353.923000', '194353.926000', '194353.928000', '194353.931000', '194353.934000', '194353.937000', '194353.939000', '194413.827000', '194413.830000', '194413.833000', '194413.836000', '194413.839000', '194413.841000', '194413.844000', '194413.846000', '194413.849000', '194413.852000', '194413.854000', '194413.857000', '194413.859000', '194413.862000', '194413.865000', '194413.867000', '194413.870000', '194413.872000', '194413.875000', '194413.878000', '194413.880000', '194413.883000', '194413.885000', '194413.888000', '194413.891000', '194413.893000', '194413.896000', '194413.898000', '194413.901000', '194413.904000', '194413.906000', '194413.909000', '194413.911000', '194413.914000', '194413.917000', '194413.919000', '194413.922000', '194413.925000', '194413.927000', '194413.930000', '194413.933000', '194413.935000', '194413.938000', '194413.940000', '194433.828000', '194433.830000', '194433.833000', '194433.836000', '194433.838000', '194433.841000', '194433.844000', '194433.847000', '194433.849000', '194433.852000', '194433.854000', '194433.857000', '194433.860000', '194433.862000', '194433.865000', '194433.867000', '194433.870000', '194433.873000', '194433.875000', '194433.878000', '194433.881000', '194433.883000', '194433.886000', '194433.888000', '194433.891000', '194433.894000', '194433.896000', '194433.899000', '194433.901000', '194433.904000', '194433.907000', '194433.909000', '194433.913000', '194433.916000', '194433.918000', '194433.921000', '194433.925000', '194433.927000', '194433.930000', '194433.932000', '194433.935000', '194433.938000', '194433.940000', '194453.828000', '194453.830000', '194453.833000', '194453.845000', '194453.848000', '194453.850000', '194453.853000', '194453.856000', '194453.858000', '194453.861000', '194453.863000', '194453.866000', '194453.869000', '194453.872000', '194453.874000', '194453.877000', '194453.880000', '194453.882000', '194453.885000', '194453.888000', '194453.890000', '194453.893000', '194453.896000', '194453.898000', '194453.901000', '194453.904000', '194453.906000', '194453.909000', '194453.911000', '194453.914000', '194453.917000', '194453.919000', '194453.922000', '194453.925000', '194453.927000', '194453.930000', '194453.932000', '194453.935000', '194453.938000', '194453.940000', '194453.943000', '194453.946000', '194453.948000', '194453.951000', '194513.827000', '194513.830000', '194513.832000', '194513.835000', '194513.838000', '194513.840000', '194513.843000', '194513.845000', '194513.848000', '194513.851000', '194513.853000', '194513.856000', '194513.859000', '194513.861000', '194513.864000', '194513.867000', '194513.869000', '194513.872000', '194513.875000', '194513.877000', '194513.880000', '194513.883000', '194513.885000', '194513.889000', '194513.891000', '194513.894000', '194513.897000', '194513.899000', '194513.902000', '194513.905000', '194513.907000', '194513.910000', '194513.912000', '194513.915000', '194513.918000', '194513.920000', '194513.923000', '194513.926000', '194513.928000', '194513.931000', '194513.933000', '194513.936000', '194513.939000', '194533.828000', '194533.830000', '194533.834000', '194533.837000', '194533.839000', '194533.842000', '194533.844000', '194533.847000', '194533.850000', '194533.852000', '194533.855000', '194533.858000', '194533.860000', '194533.863000', '194533.866000', '194533.868000', '194533.871000', '194533.874000', '194533.876000', '194533.879000', '194533.882000', '194533.884000', '194533.887000', '194533.889000', '194533.892000', '194533.895000', '194533.897000', '194533.900000', '194533.903000', '194533.905000', '194533.908000', '194533.911000', '194533.913000', '194533.916000', '194533.919000', '194533.921000', '194533.924000', '194533.926000', '194533.929000', '194533.932000', '194533.934000', '194533.937000', '194533.940000', '194533.942000', '194553.827000', '194553.830000', '194553.833000', '194553.835000', '194553.838000', '194553.841000', '194553.844000', '194553.846000', '194553.849000', '194553.851000', '194553.854000', '194553.857000', '194553.859000', '194553.862000', '194553.865000', '194553.867000', '194553.870000', '194553.872000', '194553.875000', '194553.878000', '194553.880000', '194553.883000', '194553.886000', '194553.888000', '194553.891000', '194553.893000', '194553.896000', '194553.899000', '194553.901000', '194553.904000', '194553.907000', '194553.909000', '194553.912000', '194553.914000', '194553.917000', '194553.920000', '194553.922000', '194553.925000', '194553.928000', '194553.931000', '194553.933000', '194553.936000', '194553.939000', '194613.827000', '194613.830000', '194613.833000', '194613.836000', '194613.838000', '194613.841000', '194613.844000', '194613.847000', '194613.849000', '194613.852000', '194613.854000', '194613.857000', '194613.860000', '194613.862000', '194613.865000', '194613.868000', '194613.870000', '194613.873000', '194613.875000', '194613.878000', '194613.881000', '194613.883000', '194613.886000', '194613.889000', '194613.891000', '194613.894000', '194613.897000', '194613.899000', '194613.902000', '194613.905000', '194613.907000', '194613.910000', '194613.912000', '194613.915000', '194613.918000', '194613.920000', '194613.923000', '194613.926000', '194613.928000', '194613.931000', '194613.934000', '194613.936000', '194613.961000', '194613.964000', '194633.828000', '194633.830000', '194633.833000', '194633.836000', '194633.838000', '194633.841000', '194633.844000', '194633.846000', '194633.849000', '194633.851000', '194633.854000', '194633.857000', '194633.859000', '194633.862000', '194633.865000', '194633.867000', '194633.870000', '194633.873000', '194633.875000', '194633.878000', '194633.880000', '194633.883000', '194633.886000', '194633.888000', '194633.891000', '194633.893000', '194633.896000', '194633.899000', '194633.901000', '194633.904000', '194633.907000', '194633.909000', '194633.912000', '194633.915000', '194633.917000', '194633.920000', '194633.923000', '194633.925000', '194633.928000', '194633.931000', '194633.933000', '194633.936000', '194633.938000', '194653.828000', '194653.831000', '194653.833000', '194653.836000', '194653.839000', '194653.841000', '194653.844000', '194653.846000', '194653.850000', '194653.852000', '194653.855000', '194653.857000', '194653.860000', '194653.863000', '194653.865000', '194653.868000', '194653.870000', '194653.873000', '194653.876000', '194653.878000', '194653.881000', '194653.883000', '194653.886000', '194653.889000', '194653.891000', '194653.894000', '194653.897000', '194653.899000', '194653.902000', '194653.905000', '194653.907000', '194653.910000', '194653.913000', '194653.915000', '194653.918000', '194653.921000', '194653.923000', '194653.926000', '194653.929000', '194653.931000', '194653.934000', '194653.936000', '194653.939000', '194653.942000', '194713.828000', '194713.831000', '194713.836000', '194713.838000', '194713.841000', '194713.843000', '194713.846000', '194713.849000', '194713.851000', '194713.854000', '194713.857000', '194713.859000', '194713.862000', '194713.864000', '194713.867000', '194713.870000', '194713.872000', '194713.875000', '194713.878000', '194713.880000', '194713.883000', '194713.886000', '194713.888000', '194713.896000', '194713.898000', '194713.901000', '194713.904000', '194713.906000', '194713.909000', '194713.911000', '194713.914000', '194713.917000', '194713.919000', '194713.922000', '194713.924000', '194713.927000', '194713.930000', '194713.933000', '194713.935000', '194713.938000', '194713.941000', '194713.944000', '194713.946000', '194733.827000', '194733.829000', '194733.832000', '194733.835000', '194733.837000', '194733.840000', '194733.842000', '194733.845000', '194733.848000', '194733.850000', '194733.853000', '194733.856000', '194733.858000', '194733.861000', '194733.864000', '194733.866000', '194733.869000', '194733.871000', '194733.874000', '194733.877000', '194733.879000', '194733.882000', '194733.884000', '194733.887000', '194733.890000', '194733.892000', '194733.895000', '194733.898000', '194733.900000', '194733.903000', '194733.906000', '194733.908000', '194733.911000', '194733.913000', '194733.916000', '194733.919000', '194733.921000', '194733.924000', '194733.926000', '194733.929000', '194733.932000', '194733.934000', '194733.937000', '194733.940000', '194753.828000', '194753.831000', '194753.833000', '194753.836000', '194753.838000', '194753.841000', '194753.844000', '194753.846000', '194753.849000', '194753.851000', '194753.854000', '194753.857000', '194753.859000', '194753.862000', '194753.865000', '194753.867000', '194753.870000', '194753.873000', '194753.875000', '194753.878000', '194753.880000', '194753.883000', '194753.886000', '194753.888000', '194753.891000', '194753.894000', '194753.896000', '194753.899000', '194753.901000', '194753.904000', '194753.907000', '194753.909000', '194753.912000', '194753.915000', '194753.917000', '194753.920000', '194753.922000', '194753.925000', '194753.928000', '194753.930000', '194753.933000', '194753.935000', '194753.938000', '194813.828000', '194813.831000', '194813.833000', '194813.836000', '194813.839000', '194813.841000', '194813.844000', '194813.847000', '194813.850000', '194813.852000', '194813.855000', '194813.858000', '194813.861000', '194813.863000', '194813.866000', '194813.868000', '194813.871000', '194813.874000', '194813.876000', '194813.879000', '194813.881000', '194813.884000', '194813.887000', '194813.889000', '194813.892000', '194813.895000', '194813.897000', '194813.900000', '194813.902000', '194813.905000', '194813.908000', '194813.910000', '194813.913000', '194813.915000', '194813.918000', '194813.921000', '194813.923000', '194813.926000', '194813.929000', '194813.931000', '194813.934000', '194813.936000', '194813.939000', '194813.942000', '194833.828000', '194833.830000', '194833.833000', '194833.836000', '194833.838000', '194833.841000', '194833.844000', '194833.846000', '194833.849000', '194833.851000', '194833.854000', '194833.857000', '194833.860000', '194833.862000', '194833.865000', '194833.867000', '194833.870000', '194833.873000', '194833.875000', '194833.878000', '194833.881000', '194833.883000', '194833.886000', '194833.888000', '194833.891000', '194833.894000', '194833.896000', '194833.899000', '194833.902000', '194833.904000', '194833.907000', '194833.909000', '194833.912000', '194833.915000', '194833.917000', '194833.920000', '194833.922000', '194833.925000', '194833.928000', '194833.930000', '194833.933000', '194833.936000', '194833.938000', '194853.828000', '194853.831000', '194853.833000', '194853.836000', '194853.838000', '194853.841000', '194853.844000', '194853.846000', '194853.849000', '194853.852000', '194853.854000', '194853.857000', '194853.859000', '194853.862000', '194853.865000', '194853.867000', '194853.870000', '194853.873000', '194853.875000', '194853.878000', '194853.881000', '194853.883000', '194853.886000', '194853.888000', '194853.891000', '194853.894000', '194853.896000', '194853.899000', '194853.902000', '194853.904000', '194853.907000', '194853.909000', '194853.912000', '194853.915000', '194853.917000', '194853.920000', '194853.923000', '194853.925000', '194853.928000', '194853.931000', '194853.933000', '194853.936000', '194853.938000', '194853.941000', '194913.828000', '194913.831000', '194913.833000', '194913.836000', '194913.839000', '194913.841000', '194913.844000', '194913.847000', '194913.849000', '194913.852000', '194913.855000', '194913.857000', '194913.860000', '194913.862000', '194913.865000', '194913.868000', '194913.870000', '194913.873000', '194913.876000', '194913.880000', '194913.883000', '194913.885000', '194913.888000', '194913.891000', '194913.893000', '194913.896000', '194913.898000', '194913.901000', '194913.904000', '194913.906000', '194913.909000', '194913.912000', '194913.914000', '194913.917000', '194913.920000', '194913.922000', '194913.925000', '194913.927000', '194913.930000', '194913.933000', '194913.935000', '194913.938000', '194913.940000', '194933.827000', '194933.831000', '194933.834000', '194933.836000', '194933.839000', '194933.842000', '194933.844000', '194933.847000', '194933.850000', '194933.852000', '194933.855000', '194933.857000', '194933.860000', '194933.863000', '194933.865000', '194933.868000', '194933.871000', '194933.873000', '194933.876000', '194933.878000', '194933.881000', '194933.884000', '194933.887000', '194933.889000', '194933.892000', '194933.895000', '194933.897000', '194933.900000', '194933.902000', '194933.905000', '194933.908000', '194933.910000', '194933.913000', '194933.916000', '194933.918000', '194933.921000', '194933.923000', '194933.926000', '194933.929000', '194933.931000', '194933.934000', '194933.937000', '194933.939000', '194933.942000', '194953.827000', '194953.829000', '194953.832000', '194953.835000', '194953.837000', '194953.840000', '194953.843000', '194953.845000', '194953.848000', '194953.850000', '194953.853000', '194953.856000', '194953.858000', '194953.861000', '194953.864000', '194953.866000', '194953.869000', '194953.871000', '194953.874000', '194953.877000', '194953.879000', '194953.882000', '194953.885000', '194953.887000', '194953.890000', '194953.893000', '194953.895000', '194953.898000', '194953.900000', '194953.903000', '194953.906000', '194953.908000', '194953.911000', '194953.914000', '194953.916000', '194953.919000', '194953.921000', '194953.924000', '194953.927000', '194953.929000', '194953.932000', '194953.934000', '194953.937000', '195013.828000', '195013.830000', '195013.833000', '195013.836000', '195013.838000', '195013.841000', '195013.844000', '195013.847000', '195013.849000', '195013.852000', '195013.854000', '195013.857000', '195013.860000', '195013.862000', '195013.865000', '195013.868000', '195013.870000', '195013.873000', '195013.875000', '195013.878000', '195013.881000', '195013.883000', '195013.886000', '195013.889000', '195013.891000', '195013.894000', '195013.896000', '195013.899000', '195013.902000', '195013.904000', '195013.907000', '195013.910000', '195013.912000', '195013.915000', '195013.917000', '195013.920000', '195013.923000', '195013.925000', '195013.928000', '195013.931000', '195013.933000', '195013.936000', '195013.938000', '195013.941000', '195033.828000', '195033.831000', '195033.833000', '195033.836000', '195033.838000', '195033.841000', '195033.844000', '195033.846000', '195033.849000', '195033.852000', '195033.854000', '195033.857000', '195033.859000', '195033.862000', '195033.865000', '195033.867000', '195033.870000', '195033.873000', '195033.875000', '195033.878000', '195033.880000', '195033.883000', '195033.886000', '195033.888000', '195033.891000', '195033.893000', '195033.896000', '195033.899000', '195033.901000', '195033.904000', '195033.907000', '195033.909000', '195033.912000', '195033.915000', '195033.917000', '195033.920000', '195033.923000', '195033.925000', '195033.928000', '195033.930000', '195033.933000', '195033.936000', '195033.938000', '195038.170000', '195038.174000', '195038.177000', '195038.180000', '195038.182000', '195038.185000', '195038.188000', '195038.191000', '195038.194000', '195038.197000'], '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': [7787, 7021, 10715, 8165, 6994, 12736, 10028, 8196, 10239, 8173, 7226, 7491, 8239, 7162, 9496, 8346, 7054, 7441, 7562, 7099, 7887, 8092, 6911, 9469, 8397, 7062, 7615, 7780, 7206, 7594, 7687, 7110, 8706, 9138, 7145, 7392, 7824, 7240, 7462, 7929, 7127, 8429, 7805, 7288, 7349, 8053, 7236, 9203, 7788, 7389, 7712, 7805, 7365, 7707, 7812, 7402, 7768, 7829, 7343, 7986, 7920, 7258, 7585, 7903, 7367, 7629, 7702, 7446, 7777, 7835, 7311, 7714, 7937, 7281, 7743, 7726, 7291, 7719, 7680, 7294, 7769, 9809, 7244, 7347, 7599, 8030, 7406, 8107, 7982, 7420, 8580, 7245, 7251, 8016, 7045, 7445, 8949, 7278, 7603, 7618, 7242, 7633, 9009, 7135, 7475, 7490, 7213, 7608, 9287, 7255, 7692, 7796, 7405, 7905, 8136, 7462, 7533, 7946, 7324, 7598, 7910, 7484, 7454, 7835, 7389, 7785, 7703, 7297, 7807, 7706, 7288, 7479, 7508, 7298, 7386, 8972, 7846, 7350, 8630, 7617, 7394, 9716, 7994, 7348, 9635, 7131, 7426, 9445, 7527, 7449, 8585, 7149, 7725, 7397, 7126, 7453, 8460, 7160, 7383, 7561, 7110, 7366, 8179, 7551, 7463, 7632, 7415, 7304, 8850, 7987, 7364, 7853, 7013, 7173, 10162, 7027, 7370, 8048, 7189, 7250, 9309, 7160, 7187, 7822, 7075, 7302, 9474, 7372, 7267, 8517, 7014, 7293, 10211, 7040, 7158, 8005, 6907, 7286, 8588, 6816, 7174, 7585, 6996, 7184, 9216, 7207, 7009, 7733, 6786, 7327, 9448, 6903, 7000, 7654, 6797, 7394, 10273, 7765, 7360, 7215, 7731, 7145, 8184, 7671, 7474, 7658, 7457, 7202, 7916, 7383, 7214, 7087, 12578, 10799, 7629, 7504, 7722, 6934, 7015, 10712, 9684, 6927, 8890, 7432, 6997, 8072, 6897, 7166, 11231, 6703, 7020, 7479, 7157, 7021, 8240, 7538, 6862, 10886, 10695, 7412, 6968, 7758, 7181, 6661, 11073, 8544, 6929, 12637, 7203, 6905, 8499, 7011, 6878, 8931, 7582, 6829, 9441, 7564, 6761, 7964, 7902, 6800, 8167, 7406, 6728, 7183, 7473, 6815, 7150, 8272, 6737, 6983, 7551, 7446, 7095, 9826, 7772, 7143, 7434, 7653, 7006, 7257, 11775, 9128, 7053, 7473, 7190, 6941, 7375, 7911, 7180, 7297, 9318, 6885, 7064, 8275, 6955, 7013, 11311, 9607, 8605, 9880, 7094, 7333, 8943, 8014, 9581, 12916, 7402, 7003, 7711, 6995, 6816, 9388, 8274, 6956, 7128, 7360, 6973, 7313, 7739, 6830, 11268, 9420, 6882, 7428, 7798, 6743, 8424, 7952, 6802, 9014, 7545, 6914, 7338, 7592, 6711, 7199, 9883, 7043, 6937, 7804, 6923, 6687, 10905, 7596, 7154, 8547, 7670, 6608, 9261, 7496, 6962, 7140, 7574, 6807, 7198, 12290, 7733, 7226, 7191, 7558, 7183, 7300, 9015, 6983, 7160, 7416, 7014, 6861, 9050, 7794, 6759, 10552, 7953, 6855, 8745, 7875, 6999, 7811, 7858, 6958, 7041, 8000, 6953, 6684, 12255, 7880, 7320, 7250, 7334, 6983, 8504, 10621, 7796, 7020, 7407, 8012, 7289, 9281, 7489, 7969, 7703, 9479, 7418, 7207, 9041, 7462, 7357, 11041, 10049, 7106, 11700, 7805, 6771, 7544, 7313, 6779, 8405, 11297, 7048, 6978, 7955, 7003, 6906, 8525, 7096, 6678, 11821, 7294, 7085, 6936, 7142, 7198, 6869, 9287, 7808, 7153, 9422, 7758, 6832, 7692, 7478, 6643, 9950, 12473, 7903, 7069, 9451, 7177, 7201, 10067, 7813, 6754, 8113, 7107, 7146, 7200, 8008, 6906, 6975, 12132, 7954, 6900, 7595, 7595, 6808, 7599, 10805, 7120, 7220, 7724, 6942, 7015, 10256, 6879, 7078, 7447, 7383, 7099, 8669, 8213, 7512, 7319, 7255, 6989, 7025, 11706, 8152, 7704, 8606, 7046, 7034, 10523, 8811, 6945, 7589, 7450, 7222, 7364, 8348, 7122, 7164, 7480, 7316, 6960, 9302, 7766, 8723, 11160, 7252, 7411, 7749, 7126, 7020, 10794, 9174, 7487, 7919, 7570, 7378, 7109, 7117, 7027, 7291, 10180, 7978, 7315, 7902, 7231, 7575, 8458, 6982, 6876, 11516, 7895, 7876, 8402, 6956, 6858, 8745, 9805, 11105, 12646, 11547, 9297, 6950, 7156, 6852, 7013, 7132, 8079, 6958, 6943, 6964, 7122, 7104, 7011, 7005, 7245, 7133, 7044, 9834, 7957, 7638, 13297, 10826, 8371, 11096, 7871, 9113, 9895, 7351, 11547, 11277, 7458, 8066, 8188, 6679, 6746, 7434, 6674, 6549, 6877, 6787, 6809, 7058, 6782, 6720, 6965, 6666, 6868, 7374, 6542, 6892, 8058, 7022, 6690, 7328, 6855, 6800, 6927, 7364, 6905, 6712, 6867, 6640, 6561, 8745, 6764, 6558, 7497, 6650, 6656, 9068, 6624, 6764, 6395, 6867, 7042, 6812, 7717, 6649, 6576, 8162, 6935, 6386, 9222, 7131, 7132, 6846, 8005, 7194, 6657, 9915, 7278, 6859, 10449, 8674, 6866, 7227, 7736, 7105, 6988, 12348, 6924, 6731, 9709, 7269, 6657, 11075, 7009, 6832, 9376, 7616, 6346, 8366, 7079, 7114, 6596, 8550, 7064, 6861, 8096, 7131, 6508, 10290, 8559, 6723, 7825, 7701, 7210, 7507, 10985, 7204, 6905, 8789, 7158, 6500, 11589, 7613, 6421, 9087, 7637, 6517, 10993, 9760, 6683, 8077, 7637, 6658, 8705, 7021, 6977, 6460, 7425, 6746, 6713, 8214, 6916, 6649, 7381, 7031, 6777, 9163, 7228, 7921, 7427, 7007, 7304, 7198, 7651, 7187, 7188, 11139, 7317, 6943, 9009, 7204, 6949, 10454, 8045, 7022, 7839, 7288, 7190, 8383, 7437, 7018, 9526, 7637, 7226, 8210, 7058, 7132, 11383, 7524, 7141, 7305, 7553, 7154, 10302, 8712, 7106, 12162, 7754, 6909, 12283, 9557, 6961, 10621, 7793, 7070, 10505, 7537, 6821, 13079, 7712, 7131, 8253, 7410, 7011, 11606, 10250, 7220, 7292, 7297, 7232, 7358, 8452, 7157, 7300, 7575, 7209, 7211, 8131, 7053, 9394, 9677, 7235, 8353, 8059, 7233, 7221, 7990, 7386, 7121, 7684, 7020, 6919, 11487, 7697, 6988, 7405, 7456, 6913, 7321, 7965, 7301, 8262, 7588, 6899, 9327, 8288, 7035, 7459, 7482, 6975, 9191, 8834, 7277, 7555, 7349, 7223, 7437, 9304, 7420, 7323, 7760, 7288, 10414, 8704, 7146, 11222, 7602, 7162, 8365, 7425, 6950, 10627, 8654, 7100, 7167, 7457, 7335, 7833, 9183, 8565, 9010, 9687, 9756, 7847, 7399, 7629, 7291, 7878, 7462, 8386, 7245, 10036, 7445, 12309, 8356, 11832, 10411, 7440, 13589, 11057, 7573, 12990, 9407, 11914, 10699, 7767, 12245, 7909, 8035, 8228, 7673, 9239, 7794, 7401, 8041, 7586, 7325, 7980, 7468, 7255, 7783, 7433, 7131, 7602, 7269, 7367, 7388, 7163, 7266, 7259, 7375, 7022, 7484, 7018, 8698, 7742, 7512, 7790, 8001, 7522, 8235, 8267, 7642, 10822, 7863, 7343, 11450, 8369, 7637, 7834, 8229, 7684, 7996, 7725, 7519, 9758, 8421, 7736, 7688, 8181, 7914, 8748, 8453, 7793, 8112, 8573, 8024, 9290, 8466, 7881, 8138, 8442, 7837, 9475, 8416, 7728, 8153, 7621, 7630, 7971, 7753, 7822, 8726, 12464, 7962, 7565, 8441, 8570, 7892, 10502, 9098, 7702, 9085, 7907, 7576, 8273, 8113, 7555, 10785, 10001, 7437, 7756, 7825, 7540, 7632, 8080, 7723, 7597, 8336, 7839, 7816, 8463, 7872, 7628, 9898, 7993, 7614, 9334, 7988, 7749, 9807, 8600, 7873, 7662, 8442, 7881, 8754, 7821, 7711, 8012, 7959, 7867, 9301, 9043, 7709, 8111, 7617, 7744, 7869, 9892, 8566, 7898, 8304, 8252, 7773, 9182, 8448, 7667, 10099, 7974, 7607, 7992, 8285, 7666, 7817, 8329, 7815, 7523, 8486, 7762, 7512, 9907, 7683, 7530, 8220, 7607, 7670, 12148, 7902, 7680, 8059, 7717, 7519, 9281, 7820, 7480, 8268, 7716, 7779, 9364, 7911, 7746, 8196, 8004, 7977, 10191, 8702, 7956, 8199, 7775, 7837, 12097, 10326, 7884, 8114, 8646, 7874, 9234, 8639, 7795, 10517, 7743, 7636, 8731, 7662, 7756, 8049, 7722, 7905, 8451, 7855, 7572, 8279, 7770, 7628, 8234, 7933, 7604, 8891, 7946, 7573, 8362, 7735, 7400, 10469, 8111, 7585, 8132, 7846, 7208, 12583, 9535, 7688, 7402, 7505, 7570, 7605, 9881, 7682, 7394, 7611, 7651, 7407, 9758, 7647, 9520, 8077, 7576, 8463, 7940, 7298, 11646, 10789, 7720, 7397, 7319, 7596, 7486, 7648, 7454, 8246, 11909, 8895, 7395, 7507, 7740, 7622, 8528, 7618, 7533, 11725, 10411, 9729, 7973, 9196, 7841, 7597, 7458, 7762, 7792], 'WindowCenter': [3916.0, 3890.0, 3917.0, 3883.0, 3860.0, 3912.0, 3889.0, 3867.0, 3887.0, 3866.0, 3856.0, 3856.0, 3866.0, 3857.0, 3888.0, 3867.0, 3846.0, 3854.0, 3854.0, 3845.0, 3855.0, 3855.0, 3846.0, 3877.0, 3866.0, 3845.0, 3855.0, 3855.0, 3856.0, 3856.0, 3866.0, 3858.0, 3877.0, 3877.0, 3845.0, 3855.0, 3856.0, 3856.0, 3857.0, 3867.0, 3856.0, 3866.0, 3856.0, 3856.0, 3855.0, 3866.0, 3857.0, 3877.0, 3856.0, 3855.0, 3856.0, 3866.0, 3856.0, 3868.0, 3867.0, 3857.0, 3856.0, 3857.0, 3857.0, 3868.0, 3867.0, 3857.0, 3856.0, 3867.0, 3857.0, 3856.0, 3867.0, 3857.0, 3867.0, 3867.0, 3857.0, 3867.0, 3868.0, 3858.0, 3857.0, 3856.0, 3857.0, 3856.0, 3867.0, 3869.0, 3868.0, 3889.0, 3858.0, 3857.0, 3868.0, 3868.0, 3869.0, 3879.0, 3868.0, 3869.0, 3879.0, 3857.0, 3857.0, 3880.0, 3860.0, 3858.0, 3878.0, 3858.0, 3857.0, 3869.0, 3859.0, 3868.0, 3878.0, 3857.0, 3857.0, 3857.0, 3868.0, 3868.0, 3878.0, 3857.0, 3857.0, 3867.0, 3857.0, 3868.0, 3868.0, 3857.0, 3867.0, 3867.0, 3858.0, 3868.0, 3868.0, 3858.0, 3858.0, 3867.0, 3858.0, 3868.0, 3869.0, 3859.0, 3868.0, 3869.0, 3869.0, 3858.0, 3857.0, 3870.0, 3871.0, 3891.0, 3880.0, 3869.0, 3879.0, 3869.0, 3869.0, 3889.0, 3869.0, 3858.0, 3889.0, 3858.0, 3856.0, 3889.0, 3868.0, 3857.0, 3876.0, 3847.0, 3856.0, 3857.0, 3857.0, 3857.0, 3868.0, 3856.0, 3857.0, 3869.0, 3859.0, 3858.0, 3879.0, 3869.0, 3869.0, 3870.0, 3871.0, 3870.0, 3889.0, 3869.0, 3869.0, 3880.0, 3859.0, 3859.0, 3900.0, 3858.0, 3857.0, 3868.0, 3859.0, 3858.0, 3889.0, 3859.0, 3858.0, 3870.0, 3860.0, 3869.0, 3890.0, 3859.0, 3858.0, 3880.0, 3859.0, 3857.0, 3888.0, 3857.0, 3857.0, 3879.0, 3858.0, 3857.0, 3878.0, 3847.0, 3857.0, 3868.0, 3859.0, 3858.0, 3889.0, 3858.0, 3859.0, 3868.0, 3859.0, 3868.0, 3889.0, 3858.0, 3857.0, 3868.0, 3859.0, 3858.0, 3889.0, 3869.0, 3858.0, 3858.0, 3869.0, 3859.0, 3880.0, 3869.0, 3859.0, 3869.0, 3859.0, 3870.0, 3880.0, 3871.0, 3870.0, 3860.0, 3922.0, 3901.0, 3869.0, 3858.0, 3867.0, 3858.0, 3858.0, 3900.0, 3889.0, 3846.0, 3876.0, 3857.0, 3846.0, 3867.0, 3858.0, 3846.0, 3898.0, 3846.0, 3846.0, 3856.0, 3856.0, 3857.0, 3879.0, 3868.0, 3848.0, 3900.0, 3889.0, 3857.0, 3847.0, 3857.0, 3846.0, 3846.0, 3897.0, 3878.0, 3846.0, 3897.0, 3856.0, 3846.0, 3866.0, 3846.0, 3846.0, 3877.0, 3866.0, 3847.0, 3888.0, 3857.0, 3846.0, 3865.0, 3867.0, 3846.0, 3867.0, 3857.0, 3847.0, 3846.0, 3856.0, 3847.0, 3846.0, 3866.0, 3847.0, 3847.0, 3857.0, 3857.0, 3858.0, 3890.0, 3868.0, 3858.0, 3857.0, 3869.0, 3859.0, 3859.0, 3911.0, 3889.0, 3860.0, 3870.0, 3859.0, 3859.0, 3859.0, 3870.0, 3860.0, 3859.0, 3890.0, 3859.0, 3859.0, 3879.0, 3859.0, 3859.0, 3899.0, 3890.0, 3868.0, 3877.0, 3846.0, 3856.0, 3877.0, 3866.0, 3877.0, 3898.0, 3855.0, 3845.0, 3855.0, 3846.0, 3847.0, 3878.0, 3867.0, 3847.0, 3857.0, 3857.0, 3858.0, 3857.0, 3868.0, 3848.0, 3898.0, 3879.0, 3847.0, 3857.0, 3857.0, 3847.0, 3877.0, 3868.0, 3846.0, 3877.0, 3856.0, 3846.0, 3856.0, 3855.0, 3847.0, 3846.0, 3887.0, 3846.0, 3845.0, 3856.0, 3857.0, 3846.0, 3887.0, 3856.0, 3845.0, 3866.0, 3858.0, 3846.0, 3877.0, 3856.0, 3846.0, 3846.0, 3868.0, 3847.0, 3846.0, 3909.0, 3868.0, 3856.0, 3856.0, 3867.0, 3858.0, 3858.0, 3878.0, 3858.0, 3847.0, 3857.0, 3858.0, 3847.0, 3889.0, 3868.0, 3848.0, 3888.0, 3866.0, 3847.0, 3878.0, 3867.0, 3847.0, 3857.0, 3867.0, 3856.0, 3846.0, 3867.0, 3858.0, 3847.0, 3910.0, 3866.0, 3857.0, 3857.0, 3856.0, 3858.0, 3878.0, 3899.0, 3868.0, 3846.0, 3856.0, 3867.0, 3858.0, 3878.0, 3868.0, 3870.0, 3868.0, 3888.0, 3858.0, 3858.0, 3877.0, 3857.0, 3858.0, 3900.0, 3888.0, 3847.0, 3897.0, 3868.0, 3846.0, 3855.0, 3845.0, 3834.0, 3866.0, 3887.0, 3846.0, 3845.0, 3856.0, 3845.0, 3846.0, 3866.0, 3847.0, 3846.0, 3898.0, 3845.0, 3845.0, 3846.0, 3846.0, 3846.0, 3847.0, 3878.0, 3857.0, 3847.0, 3877.0, 3857.0, 3846.0, 3856.0, 3857.0, 3847.0, 3888.0, 3898.0, 3856.0, 3845.0, 3876.0, 3845.0, 3845.0, 3888.0, 3856.0, 3835.0, 3855.0, 3845.0, 3844.0, 3844.0, 3855.0, 3847.0, 3845.0, 3898.0, 3855.0, 3846.0, 3855.0, 3856.0, 3846.0, 3856.0, 3887.0, 3845.0, 3855.0, 3855.0, 3846.0, 3846.0, 3888.0, 3847.0, 3847.0, 3855.0, 3856.0, 3857.0, 3878.0, 3868.0, 3858.0, 3858.0, 3857.0, 3858.0, 3859.0, 3899.0, 3869.0, 3857.0, 3878.0, 3857.0, 3858.0, 3899.0, 3878.0, 3847.0, 3857.0, 3856.0, 3857.0, 3858.0, 3868.0, 3847.0, 3847.0, 3857.0, 3856.0, 3858.0, 3878.0, 3857.0, 3867.0, 3897.0, 3857.0, 3857.0, 3856.0, 3847.0, 3847.0, 3899.0, 3877.0, 3858.0, 3867.0, 3856.0, 3857.0, 3845.0, 3845.0, 3846.0, 3858.0, 3888.0, 3868.0, 3857.0, 3856.0, 3856.0, 3856.0, 3866.0, 3845.0, 3846.0, 3897.0, 3855.0, 3854.0, 3854.0, 3845.0, 3834.0, 3866.0, 3876.0, 3887.0, 3897.0, 3898.0, 3876.0, 3845.0, 3845.0, 3834.0, 3845.0, 3845.0, 3853.0, 3846.0, 3845.0, 3846.0, 3846.0, 3856.0, 3857.0, 3856.0, 3857.0, 3857.0, 3845.0, 3877.0, 3857.0, 3856.0, 3897.0, 3875.0, 3853.0, 3873.0, 3842.0, 3851.0, 3861.0, 3829.0, 3871.0, 3871.0, 3830.0, 3839.0, 3840.0, 3820.0, 3832.0, 3831.0, 3820.0, 3820.0, 3820.0, 3831.0, 3831.0, 3832.0, 3833.0, 3832.0, 3832.0, 3834.0, 3834.0, 3843.0, 3835.0, 3846.0, 3866.0, 3846.0, 3846.0, 3856.0, 3845.0, 3847.0, 3847.0, 3857.0, 3847.0, 3846.0, 3847.0, 3848.0, 3848.0, 3879.0, 3848.0, 3837.0, 3859.0, 3859.0, 3849.0, 3879.0, 3849.0, 3860.0, 3848.0, 3861.0, 3871.0, 3861.0, 3870.0, 3860.0, 3860.0, 3893.0, 3872.0, 3863.0, 3892.0, 3860.0, 3859.0, 3859.0, 3882.0, 3861.0, 3861.0, 3902.0, 3870.0, 3861.0, 3901.0, 3881.0, 3850.0, 3859.0, 3870.0, 3860.0, 3859.0, 3911.0, 3859.0, 3848.0, 3890.0, 3860.0, 3848.0, 3900.0, 3859.0, 3848.0, 3889.0, 3869.0, 3848.0, 3869.0, 3858.0, 3858.0, 3848.0, 3879.0, 3859.0, 3848.0, 3869.0, 3859.0, 3849.0, 3890.0, 3879.0, 3847.0, 3856.0, 3858.0, 3857.0, 3858.0, 3901.0, 3872.0, 3859.0, 3879.0, 3860.0, 3849.0, 3900.0, 3857.0, 3836.0, 3866.0, 3857.0, 3836.0, 3887.0, 3888.0, 3836.0, 3856.0, 3856.0, 3845.0, 3879.0, 3858.0, 3847.0, 3834.0, 3857.0, 3846.0, 3847.0, 3868.0, 3857.0, 3847.0, 3857.0, 3859.0, 3848.0, 3879.0, 3859.0, 3883.0, 3871.0, 3860.0, 3871.0, 3860.0, 3870.0, 3873.0, 3861.0, 3912.0, 3860.0, 3859.0, 3880.0, 3858.0, 3861.0, 3901.0, 3871.0, 3859.0, 3858.0, 3858.0, 3846.0, 3880.0, 3859.0, 3859.0, 3889.0, 3858.0, 3858.0, 3869.0, 3861.0, 3860.0, 3911.0, 3869.0, 3858.0, 3859.0, 3869.0, 3860.0, 3901.0, 3882.0, 3859.0, 3910.0, 3858.0, 3848.0, 3911.0, 3879.0, 3846.0, 3887.0, 3856.0, 3846.0, 3886.0, 3857.0, 3847.0, 3908.0, 3856.0, 3845.0, 3866.0, 3856.0, 3847.0, 3899.0, 3887.0, 3857.0, 3845.0, 3845.0, 3846.0, 3856.0, 3866.0, 3846.0, 3845.0, 3856.0, 3846.0, 3845.0, 3856.0, 3847.0, 3877.0, 3876.0, 3845.0, 3854.0, 3856.0, 3845.0, 3844.0, 3854.0, 3845.0, 3844.0, 3855.0, 3847.0, 3846.0, 3898.0, 3856.0, 3845.0, 3856.0, 3856.0, 3847.0, 3858.0, 3868.0, 3858.0, 3867.0, 3857.0, 3859.0, 3878.0, 3867.0, 3847.0, 3856.0, 3857.0, 3857.0, 3878.0, 3878.0, 3859.0, 3857.0, 3857.0, 3858.0, 3857.0, 3877.0, 3857.0, 3856.0, 3856.0, 3856.0, 3887.0, 3866.0, 3845.0, 3886.0, 3854.0, 3845.0, 3865.0, 3856.0, 3846.0, 3887.0, 3866.0, 3845.0, 3845.0, 3856.0, 3856.0, 3857.0, 3879.0, 3881.0, 3880.0, 3891.0, 3889.0, 3869.0, 3857.0, 3857.0, 3845.0, 3868.0, 3857.0, 3868.0, 3858.0, 3886.0, 3843.0, 3896.0, 3855.0, 3884.0, 3874.0, 3832.0, 3893.0, 3872.0, 3829.0, 3880.0, 3849.0, 3868.0, 3858.0, 3816.0, 3868.0, 3826.0, 3824.0, 3825.0, 3825.0, 3836.0, 3826.0, 3816.0, 3826.0, 3828.0, 3828.0, 3839.0, 3828.0, 3827.0, 3828.0, 3829.0, 3829.0, 3840.0, 3841.0, 3842.0, 3843.0, 3831.0, 3842.0, 3844.0, 3844.0, 3844.0, 3844.0, 3846.0, 3867.0, 3856.0, 3856.0, 3856.0, 3866.0, 3857.0, 3866.0, 3868.0, 3857.0, 3888.0, 3868.0, 3856.0, 3898.0, 3867.0, 3857.0, 3857.0, 3868.0, 3857.0, 3868.0, 3859.0, 3859.0, 3890.0, 3868.0, 3869.0, 3858.0, 3869.0, 3869.0, 3880.0, 3870.0, 3870.0, 3870.0, 3880.0, 3871.0, 3892.0, 3881.0, 3871.0, 3870.0, 3881.0, 3869.0, 3891.0, 3882.0, 3870.0, 3869.0, 3859.0, 3870.0, 3869.0, 3870.0, 3870.0, 3881.0, 3911.0, 3869.0, 3858.0, 3868.0, 3879.0, 3868.0, 3901.0, 3880.0, 3858.0, 3878.0, 3868.0, 3858.0, 3869.0, 3869.0, 3858.0, 3888.0, 3878.0, 3846.0, 3857.0, 3857.0, 3857.0, 3858.0, 3869.0, 3868.0, 3857.0, 3867.0, 3858.0, 3858.0, 3867.0, 3868.0, 3867.0, 3889.0, 3868.0, 3856.0, 3878.0, 3868.0, 3856.0, 3889.0, 3867.0, 3868.0, 3856.0, 3868.0, 3868.0, 3879.0, 3858.0, 3858.0, 3868.0, 3868.0, 3869.0, 3879.0, 3879.0, 3858.0, 3867.0, 3856.0, 3869.0, 3869.0, 3890.0, 3880.0, 3869.0, 3868.0, 3867.0, 3858.0, 3879.0, 3869.0, 3858.0, 3888.0, 3855.0, 3857.0, 3855.0, 3867.0, 3856.0, 3856.0, 3866.0, 3856.0, 3855.0, 3867.0, 3857.0, 3856.0, 3877.0, 3856.0, 3856.0, 3865.0, 3857.0, 3856.0, 3898.0, 3867.0, 3856.0, 3867.0, 3857.0, 3858.0, 3878.0, 3858.0, 3857.0, 3867.0, 3858.0, 3858.0, 3878.0, 3867.0, 3857.0, 3867.0, 3869.0, 3869.0, 3889.0, 3878.0, 3869.0, 3868.0, 3870.0, 3858.0, 3900.0, 3889.0, 3868.0, 3855.0, 3867.0, 3867.0, 3877.0, 3867.0, 3857.0, 3886.0, 3857.0, 3856.0, 3867.0, 3856.0, 3855.0, 3855.0, 3856.0, 3856.0, 3867.0, 3857.0, 3857.0, 3866.0, 3856.0, 3857.0, 3868.0, 3868.0, 3857.0, 3877.0, 3856.0, 3856.0, 3867.0, 3856.0, 3846.0, 3888.0, 3855.0, 3855.0, 3882.0, 3881.0, 3858.0, 3897.0, 3876.0, 3857.0, 3857.0, 3856.0, 3857.0, 3857.0, 3888.0, 3857.0, 3855.0, 3857.0, 3857.0, 3857.0, 3878.0, 3855.0, 3876.0, 3855.0, 3856.0, 3854.0, 3855.0, 3845.0, 3897.0, 3886.0, 3854.0, 3843.0, 3844.0, 3855.0, 3843.0, 3855.0, 3857.0, 3867.0, 3898.0, 3877.0, 3845.0, 3845.0, 3856.0, 3856.0, 3866.0, 3857.0, 3858.0, 3899.0, 3889.0, 3891.0, 3869.0, 3879.0, 3856.0, 3856.0, 3855.0, 3855.0, 3856.0], 'WindowWidth': [8774.0, 8725.0, 8752.0, 8699.0, 8662.0, 8732.0, 8698.0, 8665.0, 8689.0, 8660.0, 8647.0, 8647.0, 8662.0, 8652.0, 8692.0, 8662.0, 8634.0, 8643.0, 8643.0, 8632.0, 8645.0, 8644.0, 8635.0, 8676.0, 8660.0, 8632.0, 8645.0, 8644.0, 8648.0, 8648.0, 8662.0, 8655.0, 8678.0, 8678.0, 8632.0, 8646.0, 8647.0, 8648.0, 8652.0, 8664.0, 8648.0, 8660.0, 8646.0, 8647.0, 8646.0, 8662.0, 8650.0, 8678.0, 8649.0, 8646.0, 8649.0, 8662.0, 8650.0, 8668.0, 8666.0, 8651.0, 8649.0, 8650.0, 8652.0, 8669.0, 8665.0, 8651.0, 8648.0, 8663.0, 8650.0, 8650.0, 8666.0, 8652.0, 8664.0, 8662.0, 8651.0, 8663.0, 8668.0, 8655.0, 8651.0, 8649.0, 8651.0, 8649.0, 8665.0, 8670.0, 8668.0, 8696.0, 8654.0, 8652.0, 8667.0, 8669.0, 8671.0, 8685.0, 8670.0, 8671.0, 8683.0, 8654.0, 8653.0, 8687.0, 8661.0, 8655.0, 8681.0, 8654.0, 8652.0, 8670.0, 8657.0, 8667.0, 8680.0, 8652.0, 8651.0, 8652.0, 8670.0, 8668.0, 8681.0, 8652.0, 8650.0, 8665.0, 8653.0, 8670.0, 8667.0, 8651.0, 8664.0, 8665.0, 8653.0, 8669.0, 8668.0, 8654.0, 8654.0, 8664.0, 8654.0, 8669.0, 8671.0, 8657.0, 8669.0, 8669.0, 8671.0, 8656.0, 8654.0, 8675.0, 8677.0, 8702.0, 8688.0, 8671.0, 8684.0, 8672.0, 8672.0, 8699.0, 8672.0, 8654.0, 8695.0, 8655.0, 8650.0, 8696.0, 8668.0, 8650.0, 8674.0, 8637.0, 8648.0, 8652.0, 8652.0, 8651.0, 8666.0, 8650.0, 8651.0, 8670.0, 8659.0, 8655.0, 8684.0, 8670.0, 8670.0, 8677.0, 8677.0, 8674.0, 8698.0, 8671.0, 8670.0, 8688.0, 8661.0, 8657.0, 8712.0, 8656.0, 8651.0, 8668.0, 8660.0, 8656.0, 8698.0, 8657.0, 8656.0, 8674.0, 8662.0, 8671.0, 8699.0, 8657.0, 8654.0, 8687.0, 8659.0, 8651.0, 8694.0, 8653.0, 8650.0, 8686.0, 8656.0, 8652.0, 8680.0, 8639.0, 8652.0, 8670.0, 8657.0, 8654.0, 8696.0, 8655.0, 8658.0, 8669.0, 8659.0, 8669.0, 8696.0, 8654.0, 8653.0, 8667.0, 8658.0, 8655.0, 8698.0, 8672.0, 8656.0, 8655.0, 8671.0, 8659.0, 8686.0, 8672.0, 8658.0, 8670.0, 8658.0, 8673.0, 8688.0, 8677.0, 8674.0, 8661.0, 8746.0, 8715.0, 8670.0, 8653.0, 8663.0, 8653.0, 8654.0, 8711.0, 8695.0, 8636.0, 8672.0, 8649.0, 8634.0, 8665.0, 8654.0, 8636.0, 8705.0, 8635.0, 8634.0, 8649.0, 8651.0, 8652.0, 8685.0, 8668.0, 8639.0, 8711.0, 8694.0, 8651.0, 8637.0, 8650.0, 8635.0, 8635.0, 8704.0, 8679.0, 8636.0, 8702.0, 8647.0, 8634.0, 8662.0, 8636.0, 8635.0, 8676.0, 8662.0, 8637.0, 8691.0, 8649.0, 8634.0, 8658.0, 8664.0, 8634.0, 8663.0, 8649.0, 8637.0, 8635.0, 8649.0, 8639.0, 8635.0, 8661.0, 8637.0, 8637.0, 8652.0, 8652.0, 8657.0, 8698.0, 8668.0, 8654.0, 8651.0, 8672.0, 8658.0, 8656.0, 8729.0, 8698.0, 8660.0, 8673.0, 8660.0, 8658.0, 8656.0, 8673.0, 8660.0, 8658.0, 8699.0, 8658.0, 8656.0, 8684.0, 8657.0, 8659.0, 8711.0, 8700.0, 8665.0, 8677.0, 8635.0, 8647.0, 8675.0, 8661.0, 8675.0, 8703.0, 8645.0, 8631.0, 8644.0, 8634.0, 8637.0, 8678.0, 8663.0, 8637.0, 8650.0, 8650.0, 8653.0, 8651.0, 8668.0, 8642.0, 8707.0, 8681.0, 8638.0, 8650.0, 8650.0, 8636.0, 8678.0, 8666.0, 8635.0, 8675.0, 8646.0, 8634.0, 8646.0, 8645.0, 8637.0, 8633.0, 8690.0, 8634.0, 8633.0, 8647.0, 8651.0, 8636.0, 8691.0, 8646.0, 8631.0, 8660.0, 8653.0, 8636.0, 8678.0, 8649.0, 8635.0, 8634.0, 8666.0, 8640.0, 8636.0, 8722.0, 8665.0, 8649.0, 8649.0, 8664.0, 8653.0, 8654.0, 8680.0, 8654.0, 8638.0, 8651.0, 8654.0, 8638.0, 8697.0, 8668.0, 8640.0, 8693.0, 8662.0, 8637.0, 8678.0, 8663.0, 8637.0, 8651.0, 8663.0, 8648.0, 8635.0, 8664.0, 8654.0, 8639.0, 8724.0, 8662.0, 8650.0, 8650.0, 8648.0, 8654.0, 8680.0, 8710.0, 8667.0, 8634.0, 8647.0, 8665.0, 8654.0, 8680.0, 8670.0, 8672.0, 8667.0, 8692.0, 8654.0, 8653.0, 8677.0, 8650.0, 8652.0, 8711.0, 8693.0, 8638.0, 8701.0, 8667.0, 8633.0, 8643.0, 8630.0, 8617.0, 8660.0, 8688.0, 8633.0, 8631.0, 8645.0, 8631.0, 8632.0, 8660.0, 8637.0, 8634.0, 8706.0, 8632.0, 8632.0, 8633.0, 8634.0, 8635.0, 8637.0, 8679.0, 8651.0, 8636.0, 8675.0, 8648.0, 8634.0, 8648.0, 8650.0, 8637.0, 8691.0, 8705.0, 8647.0, 8631.0, 8671.0, 8630.0, 8630.0, 8692.0, 8647.0, 8616.0, 8642.0, 8629.0, 8629.0, 8628.0, 8644.0, 8638.0, 8632.0, 8704.0, 8644.0, 8631.0, 8643.0, 8646.0, 8634.0, 8644.0, 8687.0, 8631.0, 8644.0, 8642.0, 8635.0, 8634.0, 8690.0, 8639.0, 8636.0, 8646.0, 8647.0, 8650.0, 8680.0, 8666.0, 8652.0, 8653.0, 8650.0, 8653.0, 8655.0, 8709.0, 8667.0, 8649.0, 8679.0, 8650.0, 8655.0, 8709.0, 8678.0, 8636.0, 8649.0, 8646.0, 8651.0, 8654.0, 8666.0, 8638.0, 8636.0, 8650.0, 8649.0, 8652.0, 8679.0, 8651.0, 8663.0, 8701.0, 8648.0, 8648.0, 8647.0, 8636.0, 8635.0, 8707.0, 8678.0, 8652.0, 8661.0, 8648.0, 8650.0, 8632.0, 8633.0, 8635.0, 8653.0, 8691.0, 8666.0, 8650.0, 8645.0, 8647.0, 8646.0, 8659.0, 8631.0, 8633.0, 8702.0, 8644.0, 8640.0, 8641.0, 8629.0, 8616.0, 8657.0, 8671.0, 8689.0, 8703.0, 8703.0, 8672.0, 8633.0, 8631.0, 8614.0, 8631.0, 8631.0, 8639.0, 8634.0, 8630.0, 8633.0, 8633.0, 8647.0, 8652.0, 8648.0, 8650.0, 8651.0, 8632.0, 8675.0, 8648.0, 8646.0, 8699.0, 8669.0, 8636.0, 8662.0, 8620.0, 8630.0, 8642.0, 8598.0, 8655.0, 8654.0, 8600.0, 8610.0, 8612.0, 8588.0, 8608.0, 8603.0, 8590.0, 8587.0, 8588.0, 8605.0, 8606.0, 8609.0, 8612.0, 8608.0, 8608.0, 8614.0, 8613.0, 8626.0, 8617.0, 8633.0, 8661.0, 8634.0, 8634.0, 8646.0, 8631.0, 8637.0, 8637.0, 8651.0, 8638.0, 8634.0, 8638.0, 8642.0, 8642.0, 8682.0, 8641.0, 8626.0, 8657.0, 8659.0, 8643.0, 8685.0, 8643.0, 8659.0, 8643.0, 8665.0, 8677.0, 8663.0, 8674.0, 8661.0, 8662.0, 8709.0, 8681.0, 8672.0, 8705.0, 8661.0, 8659.0, 8660.0, 8691.0, 8664.0, 8662.0, 8717.0, 8673.0, 8663.0, 8716.0, 8689.0, 8648.0, 8658.0, 8673.0, 8661.0, 8658.0, 8729.0, 8657.0, 8641.0, 8698.0, 8659.0, 8642.0, 8711.0, 8656.0, 8641.0, 8697.0, 8671.0, 8642.0, 8669.0, 8653.0, 8655.0, 8640.0, 8683.0, 8656.0, 8641.0, 8668.0, 8655.0, 8644.0, 8698.0, 8682.0, 8638.0, 8648.0, 8651.0, 8651.0, 8654.0, 8715.0, 8679.0, 8655.0, 8681.0, 8661.0, 8643.0, 8710.0, 8651.0, 8622.0, 8659.0, 8648.0, 8621.0, 8689.0, 8689.0, 8620.0, 8645.0, 8645.0, 8630.0, 8684.0, 8654.0, 8636.0, 8614.0, 8648.0, 8635.0, 8637.0, 8664.0, 8650.0, 8638.0, 8651.0, 8656.0, 8641.0, 8683.0, 8656.0, 8695.0, 8675.0, 8661.0, 8675.0, 8659.0, 8672.0, 8682.0, 8662.0, 8729.0, 8657.0, 8656.0, 8684.0, 8655.0, 8662.0, 8714.0, 8674.0, 8654.0, 8650.0, 8650.0, 8636.0, 8686.0, 8656.0, 8654.0, 8695.0, 8653.0, 8652.0, 8669.0, 8663.0, 8660.0, 8727.0, 8668.0, 8654.0, 8656.0, 8670.0, 8660.0, 8715.0, 8690.0, 8655.0, 8722.0, 8652.0, 8639.0, 8726.0, 8680.0, 8633.0, 8687.0, 8645.0, 8632.0, 8684.0, 8649.0, 8638.0, 8717.0, 8646.0, 8630.0, 8658.0, 8648.0, 8638.0, 8708.0, 8689.0, 8647.0, 8630.0, 8630.0, 8633.0, 8647.0, 8659.0, 8634.0, 8630.0, 8645.0, 8633.0, 8630.0, 8647.0, 8635.0, 8673.0, 8672.0, 8630.0, 8640.0, 8645.0, 8630.0, 8628.0, 8640.0, 8629.0, 8627.0, 8644.0, 8636.0, 8635.0, 8703.0, 8647.0, 8631.0, 8646.0, 8647.0, 8638.0, 8653.0, 8665.0, 8653.0, 8663.0, 8650.0, 8656.0, 8681.0, 8662.0, 8636.0, 8647.0, 8648.0, 8652.0, 8680.0, 8679.0, 8656.0, 8651.0, 8649.0, 8653.0, 8652.0, 8676.0, 8648.0, 8645.0, 8646.0, 8646.0, 8691.0, 8660.0, 8630.0, 8684.0, 8641.0, 8629.0, 8656.0, 8647.0, 8633.0, 8687.0, 8660.0, 8632.0, 8631.0, 8646.0, 8648.0, 8651.0, 8684.0, 8688.0, 8684.0, 8701.0, 8696.0, 8668.0, 8648.0, 8647.0, 8630.0, 8664.0, 8649.0, 8667.0, 8654.0, 8687.0, 8625.0, 8697.0, 8641.0, 8678.0, 8666.0, 8605.0, 8687.0, 8658.0, 8596.0, 8664.0, 8622.0, 8644.0, 8632.0, 8572.0, 8642.0, 8585.0, 8580.0, 8583.0, 8583.0, 8598.0, 8587.0, 8574.0, 8588.0, 8593.0, 8596.0, 8609.0, 8596.0, 8591.0, 8595.0, 8597.0, 8597.0, 8615.0, 8618.0, 8623.0, 8624.0, 8605.0, 8621.0, 8625.0, 8627.0, 8625.0, 8629.0, 8635.0, 8664.0, 8647.0, 8646.0, 8646.0, 8659.0, 8649.0, 8660.0, 8664.0, 8648.0, 8691.0, 8665.0, 8647.0, 8702.0, 8659.0, 8647.0, 8647.0, 8663.0, 8649.0, 8665.0, 8654.0, 8655.0, 8696.0, 8665.0, 8667.0, 8652.0, 8669.0, 8668.0, 8685.0, 8673.0, 8670.0, 8670.0, 8686.0, 8673.0, 8702.0, 8689.0, 8673.0, 8672.0, 8687.0, 8670.0, 8701.0, 8692.0, 8672.0, 8668.0, 8654.0, 8670.0, 8668.0, 8670.0, 8672.0, 8687.0, 8726.0, 8668.0, 8652.0, 8666.0, 8681.0, 8666.0, 8712.0, 8683.0, 8652.0, 8679.0, 8664.0, 8651.0, 8668.0, 8666.0, 8651.0, 8690.0, 8675.0, 8633.0, 8647.0, 8648.0, 8649.0, 8651.0, 8669.0, 8667.0, 8649.0, 8664.0, 8653.0, 8652.0, 8662.0, 8665.0, 8663.0, 8695.0, 8666.0, 8647.0, 8676.0, 8664.0, 8648.0, 8693.0, 8663.0, 8664.0, 8646.0, 8664.0, 8666.0, 8680.0, 8652.0, 8651.0, 8664.0, 8665.0, 8669.0, 8680.0, 8680.0, 8651.0, 8663.0, 8648.0, 8668.0, 8668.0, 8697.0, 8683.0, 8668.0, 8665.0, 8663.0, 8651.0, 8681.0, 8667.0, 8651.0, 8691.0, 8644.0, 8648.0, 8644.0, 8663.0, 8647.0, 8647.0, 8659.0, 8647.0, 8643.0, 8663.0, 8650.0, 8645.0, 8674.0, 8647.0, 8644.0, 8658.0, 8650.0, 8647.0, 8704.0, 8660.0, 8647.0, 8661.0, 8651.0, 8653.0, 8679.0, 8651.0, 8649.0, 8663.0, 8652.0, 8651.0, 8680.0, 8663.0, 8651.0, 8665.0, 8670.0, 8669.0, 8696.0, 8680.0, 8667.0, 8667.0, 8674.0, 8653.0, 8709.0, 8696.0, 8664.0, 8645.0, 8663.0, 8663.0, 8676.0, 8663.0, 8649.0, 8686.0, 8648.0, 8646.0, 8662.0, 8647.0, 8642.0, 8644.0, 8645.0, 8646.0, 8663.0, 8648.0, 8648.0, 8659.0, 8646.0, 8648.0, 8665.0, 8664.0, 8648.0, 8674.0, 8647.0, 8646.0, 8663.0, 8649.0, 8634.0, 8690.0, 8645.0, 8645.0, 8693.0, 8689.0, 8654.0, 8703.0, 8672.0, 8648.0, 8649.0, 8646.0, 8649.0, 8649.0, 8692.0, 8650.0, 8645.0, 8648.0, 8650.0, 8649.0, 8678.0, 8645.0, 8671.0, 8641.0, 8645.0, 8640.0, 8644.0, 8631.0, 8702.0, 8685.0, 8641.0, 8626.0, 8627.0, 8643.0, 8626.0, 8645.0, 8649.0, 8661.0, 8705.0, 8675.0, 8631.0, 8630.0, 8645.0, 8645.0, 8659.0, 8651.0, 8653.0, 8709.0, 8695.0, 8703.0, 8670.0, 8682.0, 8646.0, 8646.0, 8644.0, 8645.0, 8648.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.00044380208333333327</td></tr>
<tr><td colspan=3>aqi</td><td>0.023702237413194445</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.76338669233716</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.134158874622068</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9834292629278891</td></tr>
<tr><td colspan=3>efc</td><td>0.4477</td></tr>
<tr><td colspan=3>fber</td><td>6420.0449</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06828126685672559</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0833333333333335</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4842187076577313</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3991410337091112</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7136743898464153</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.339840699417667</td></tr>
<tr><td colspan=3>gcor</td><td>0.00895423</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017038734629750252</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022837217897176743</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</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.6331231220299665</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>33.3243</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.7228</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.2246</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308787.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>678.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.2739</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.683</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.2418</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3096.5311</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67757.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.661</td></tr>
<tr><td colspan=3>tsnr</td><td>39.81473909167107</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>