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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-03/func/sub-0091_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e0727b580f03d35ef72e974c155ad573</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>13:52:39.320000</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.999693, 0.0149457, -0.0197783, -0.0195442, 0.965971, -0.25791]</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109819</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7708, -7264, 581, -100, -199, -85, 74]</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>265.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ed7beca5-bc12-4430-8578-57cd21f93b3f||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.6821024417877197, -0.052435606718063354, -0.04117662459611893, 115.13275146484375], [-0.04009833559393883, 2.591630220413208, -0.6971863508224487, -71.81246185302734], [-0.05306369811296463, 0.6919533610343933, 2.608109474182129, -102.00786590576172], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['135239.320000', '135239.780000', '135240.240000', '135240.700000', '135241.160000', '135241.620000', '135242.080000', '135242.540000', '135243.000000', '135243.460000', '135243.920000', '135244.380000', '135244.840000', '135245.300000', '135245.760000', '135246.220000', '135246.680000', '135247.140000', '135247.600000', '135248.060000', '135248.520000', '135248.980000', '135249.440000', '135249.900000', '135250.360000', '135250.820000', '135251.280000', '135251.740000', '135252.200000', '135252.660000', '135253.120000', '135253.580000', '135254.040000', '135254.500000', '135254.960000', '135255.420000', '135255.880000', '135256.340000', '135256.800000', '135257.260000', '135257.720000', '135258.180000', '135258.640000', '135259.100000', '135259.560000', '135300.020000', '135300.480000', '135300.940000', '135301.400000', '135301.860000', '135302.320000', '135302.780000', '135303.240000', '135303.700000', '135304.160000', '135304.620000', '135305.080000', '135305.540000', '135306.000000', '135306.460000', '135306.920000', '135307.380000', '135307.840000', '135308.300000', '135308.760000', '135309.220000', '135309.680000', '135310.140000', '135310.600000', '135311.060000', '135311.520000', '135311.980000', '135312.440000', '135312.900000', '135313.360000', '135313.820000', '135314.280000', '135314.740000', '135315.200000', '135315.660000', '135316.120000', '135316.580000', '135317.040000', '135317.500000', '135317.960000', '135318.420000', '135318.880000', '135319.340000', '135319.800000', '135320.260000', '135320.720000', '135321.180000', '135321.640000', '135322.100000', '135322.560000', '135323.020000', '135323.480000', '135323.940000', '135324.400000', '135324.860000', '135325.320000', '135325.780000', '135326.240000', '135326.700000', '135327.160000', '135327.620000', '135328.080000', '135328.540000', '135329.000000', '135329.460000', '135329.920000', '135330.380000', '135330.840000', '135331.300000', '135331.760000', '135332.220000', '135332.680000', '135333.140000', '135333.600000', '135334.060000', '135334.520000', '135334.980000', '135335.440000', '135335.900000', '135336.360000', '135336.820000', '135337.280000', '135337.740000', '135338.200000', '135338.660000', '135339.120000', '135339.580000', '135340.040000', '135340.500000', '135340.960000', '135341.420000', '135341.880000', '135342.340000', '135342.800000', '135343.260000', '135343.720000', '135344.180000', '135344.640000', '135345.100000', '135345.560000', '135346.020000', '135346.480000', '135346.940000', '135347.400000', '135347.860000', '135348.320000', '135348.780000', '135349.240000', '135349.700000', '135350.160000', '135350.620000', '135351.080000', '135351.540000', '135352.000000', '135352.460000', '135352.920000', '135353.380000', '135353.840000', '135354.300000', '135354.760000', '135355.220000', '135355.680000', '135356.140000', '135356.600000', '135357.060000', '135357.520000', '135357.980000', '135358.440000', '135358.900000', '135359.360000', '135359.820000', '135400.280000', '135400.740000', '135401.200000', '135401.660000', '135402.120000', '135402.580000', '135403.040000', '135403.500000', '135403.960000', '135404.420000', '135404.880000', '135405.340000', '135405.800000', '135406.260000', '135406.720000', '135407.180000', '135407.640000', '135408.100000', '135408.560000', '135409.020000', '135409.480000', '135409.940000', '135410.400000', '135410.860000', '135411.320000', '135411.780000', '135412.240000', '135412.700000', '135413.160000', '135413.620000', '135414.080000', '135414.540000', '135415.000000', '135415.460000', '135415.920000', '135416.380000', '135416.840000', '135417.300000', '135417.760000', '135418.220000', '135418.680000', '135419.140000', '135419.600000', '135420.060000', '135420.520000', '135420.980000', '135421.440000', '135421.900000', '135422.360000', '135422.820000', '135423.280000', '135423.740000', '135424.200000', '135424.660000', '135425.120000', '135425.580000', '135426.040000', '135426.500000', '135426.960000', '135427.420000', '135427.880000', '135428.340000', '135428.800000', '135429.260000', '135429.720000', '135430.180000', '135430.640000', '135431.100000', '135431.560000', '135432.020000', '135432.480000', '135432.940000', '135433.400000', '135433.860000', '135434.320000', '135434.780000', '135435.240000', '135435.700000', '135436.160000', '135436.620000', '135437.080000', '135437.540000', '135438.000000', '135438.460000', '135438.920000', '135439.380000', '135439.840000', '135440.300000', '135440.760000', '135441.220000', '135441.680000', '135442.140000', '135442.600000', '135443.060000', '135443.520000', '135443.980000', '135444.440000', '135444.900000', '135445.360000', '135445.820000', '135446.280000', '135446.740000', '135447.200000', '135447.660000', '135448.120000', '135448.580000', '135449.040000', '135449.500000', '135449.960000', '135450.420000', '135450.880000', '135451.340000', '135451.800000', '135452.260000', '135452.720000', '135453.180000', '135453.640000', '135454.100000', '135454.560000', '135455.020000', '135455.480000', '135455.940000', '135456.400000', '135456.860000', '135457.320000', '135457.780000', '135458.240000', '135458.700000', '135459.160000', '135459.620000', '135500.080000', '135500.540000', '135501.000000', '135501.460000', '135501.920000', '135502.380000', '135502.840000', '135503.300000', '135503.760000', '135504.220000', '135504.680000', '135505.140000', '135505.600000', '135506.060000', '135506.520000', '135506.980000', '135507.440000', '135507.900000', '135508.360000', '135508.820000', '135509.280000', '135509.740000', '135510.200000', '135510.660000', '135511.120000', '135511.580000', '135512.040000', '135512.500000', '135512.960000', '135513.420000', '135513.880000', '135514.340000', '135514.800000', '135515.260000', '135515.720000', '135516.180000', '135516.640000', '135517.100000', '135517.560000', '135518.020000', '135518.480000', '135518.940000', '135519.400000', '135519.860000', '135520.320000', '135520.780000', '135521.240000', '135521.700000', '135522.160000', '135522.620000', '135523.080000', '135523.540000', '135524.000000', '135524.460000', '135524.920000', '135525.380000', '135525.840000', '135526.300000', '135526.760000', '135527.220000', '135527.680000', '135528.140000', '135528.600000', '135529.060000', '135529.520000', '135529.980000', '135530.440000', '135530.900000', '135531.360000', '135531.820000', '135532.280000', '135532.740000', '135533.200000', '135533.660000', '135534.120000', '135534.580000', '135535.040000', '135535.500000', '135535.960000', '135536.420000', '135536.880000', '135537.340000', '135537.800000', '135538.260000', '135538.720000', '135539.180000', '135539.640000', '135540.100000', '135540.560000', '135541.020000', '135541.480000', '135541.940000', '135542.400000', '135542.860000', '135543.320000', '135543.780000', '135544.240000', '135544.700000', '135545.160000', '135545.620000', '135546.080000', '135546.540000', '135547.000000', '135547.460000', '135547.920000', '135548.380000', '135548.840000', '135549.300000', '135549.760000', '135550.220000', '135550.680000', '135551.140000', '135551.600000', '135552.060000', '135552.520000', '135552.980000', '135553.440000', '135553.900000', '135554.360000', '135554.820000', '135555.280000', '135555.740000', '135556.200000', '135556.660000', '135557.120000', '135557.580000', '135558.040000', '135558.500000', '135558.960000', '135559.420000', '135559.880000', '135600.340000', '135600.800000', '135601.260000', '135601.720000', '135602.180000', '135602.640000', '135603.100000', '135603.560000', '135604.020000', '135604.480000', '135604.940000', '135605.400000', '135605.860000', '135606.320000', '135606.780000', '135607.240000', '135607.700000', '135608.160000', '135608.620000', '135609.080000', '135609.540000', '135610.000000', '135610.460000', '135610.920000', '135611.380000', '135611.840000', '135612.300000', '135612.760000', '135613.220000', '135613.680000', '135614.140000', '135614.600000', '135615.060000', '135615.520000', '135615.980000', '135616.440000', '135616.900000', '135617.360000', '135617.820000', '135618.280000', '135618.740000', '135619.200000', '135619.660000', '135620.120000', '135620.580000', '135621.040000', '135621.500000', '135621.960000', '135622.420000', '135622.880000', '135623.340000', '135623.800000', '135624.260000', '135624.720000', '135625.180000', '135625.640000', '135626.100000', '135626.560000', '135627.020000', '135627.480000', '135627.940000', '135628.400000', '135628.860000', '135629.320000', '135629.780000', '135630.240000', '135630.700000', '135631.160000', '135631.620000', '135632.080000', '135632.540000', '135633.000000', '135633.460000', '135633.920000', '135634.380000', '135634.840000', '135635.300000', '135635.760000', '135636.220000', '135636.680000', '135637.140000', '135637.600000', '135638.060000', '135638.520000', '135638.980000', '135639.440000', '135639.900000', '135640.360000', '135640.820000', '135641.280000', '135641.740000', '135642.200000', '135642.660000', '135643.120000', '135643.580000', '135644.040000', '135644.500000', '135644.960000', '135645.420000', '135645.880000', '135646.340000', '135646.800000', '135647.260000', '135647.720000', '135648.180000', '135648.640000', '135649.100000', '135649.560000', '135650.020000', '135650.480000', '135650.940000', '135651.400000', '135651.860000', '135652.320000', '135652.780000', '135653.240000', '135653.700000', '135654.160000', '135654.620000', '135655.080000', '135655.540000', '135656.000000', '135656.460000', '135656.920000', '135657.380000', '135657.840000', '135658.300000', '135658.760000', '135659.220000', '135659.680000', '135700.140000', '135700.600000', '135701.060000', '135701.520000', '135701.980000', '135702.440000', '135702.900000', '135703.360000', '135703.820000', '135704.280000', '135704.740000', '135705.200000', '135705.660000', '135706.120000', '135706.580000', '135707.040000', '135707.500000', '135707.960000', '135708.420000', '135708.880000', '135709.340000', '135709.800000', '135710.260000', '135710.720000', '135711.180000', '135711.640000', '135712.100000', '135712.560000', '135713.020000', '135713.480000', '135713.940000', '135714.400000', '135714.860000', '135715.320000', '135715.780000', '135716.240000', '135716.700000', '135717.160000', '135717.620000', '135718.080000', '135718.540000', '135719.000000', '135719.460000', '135719.920000', '135720.380000', '135720.840000', '135721.300000', '135721.760000', '135722.220000', '135722.680000', '135723.140000', '135723.600000', '135724.060000', '135724.520000', '135724.980000', '135725.440000', '135725.900000', '135726.360000', '135726.820000', '135727.280000', '135727.740000', '135728.200000', '135728.660000', '135729.120000', '135729.580000', '135730.040000', '135730.500000', '135730.960000', '135731.420000', '135731.880000', '135732.340000', '135732.800000', '135733.260000', '135733.720000', '135734.180000', '135734.640000', '135735.100000', '135735.560000', '135736.020000', '135736.480000', '135736.940000', '135737.400000', '135737.860000', '135738.320000', '135738.780000', '135739.240000', '135739.700000', '135740.160000', '135740.620000', '135741.080000', '135741.540000', '135742.000000', '135742.460000', '135742.920000', '135743.380000', '135743.840000', '135744.300000', '135744.760000', '135745.220000', '135745.680000', '135746.140000', '135746.600000', '135747.060000', '135747.520000', '135747.980000', '135748.440000', '135748.900000', '135749.360000', '135749.820000', '135750.280000', '135750.740000', '135751.200000', '135751.660000', '135752.120000', '135752.580000', '135753.040000', '135753.500000', '135753.960000', '135754.420000', '135754.880000', '135755.340000', '135755.800000', '135756.260000', '135756.720000', '135757.180000', '135757.640000', '135758.100000', '135758.560000', '135759.020000', '135759.480000', '135759.940000', '135800.400000', '135800.860000', '135801.320000', '135801.780000', '135802.240000', '135802.700000', '135803.160000', '135803.620000', '135804.080000', '135804.540000', '135805.000000', '135805.460000', '135805.920000', '135806.380000', '135806.840000', '135807.300000', '135807.760000', '135808.220000', '135808.680000', '135809.140000', '135809.600000', '135810.060000', '135810.520000', '135810.980000', '135811.440000', '135811.900000', '135812.360000', '135812.820000', '135813.280000', '135813.740000', '135814.200000', '135814.660000', '135815.120000', '135815.580000', '135816.040000', '135816.500000', '135816.960000', '135817.420000', '135817.880000', '135818.340000', '135818.800000', '135819.260000', '135819.720000', '135820.180000', '135820.640000', '135821.100000', '135821.560000', '135822.020000', '135822.480000', '135822.940000', '135823.400000', '135823.860000', '135824.320000', '135824.780000', '135825.240000', '135825.700000', '135826.160000', '135826.620000', '135827.080000', '135827.540000', '135828.000000', '135828.460000', '135828.920000', '135829.380000', '135829.840000', '135830.300000', '135830.760000', '135831.220000', '135831.680000', '135832.140000', '135832.600000', '135833.060000', '135833.520000', '135833.980000', '135834.440000', '135834.900000', '135835.360000', '135835.820000', '135836.280000', '135836.740000', '135837.200000', '135837.660000', '135838.120000', '135838.580000', '135839.040000', '135839.500000', '135839.960000', '135840.420000', '135840.880000', '135841.340000', '135841.800000', '135842.260000', '135842.720000', '135843.180000', '135843.640000', '135844.100000', '135844.560000', '135845.020000', '135845.480000', '135845.940000', '135846.400000', '135846.860000', '135847.320000', '135847.780000', '135848.240000', '135848.700000', '135849.160000', '135849.620000', '135850.080000', '135850.540000', '135851.000000', '135851.460000', '135851.920000', '135852.380000', '135852.840000', '135853.300000', '135853.760000', '135854.220000', '135854.680000', '135855.140000', '135855.600000', '135856.060000', '135856.520000', '135856.980000', '135857.440000', '135857.900000', '135858.360000', '135858.820000', '135859.280000', '135859.740000', '135900.200000', '135900.660000', '135901.120000', '135901.580000', '135902.040000', '135902.500000', '135902.960000', '135903.420000', '135903.880000', '135904.340000', '135904.800000', '135905.260000', '135905.720000', '135906.180000', '135906.640000', '135907.100000', '135907.560000', '135908.020000', '135908.480000', '135908.940000', '135909.400000', '135909.860000', '135910.320000', '135910.780000', '135911.240000', '135911.700000', '135912.160000', '135912.620000', '135913.080000', '135913.540000', '135914.000000', '135914.460000', '135914.920000', '135915.380000', '135915.840000', '135916.300000', '135916.760000', '135917.220000', '135917.680000', '135918.140000', '135918.600000', '135919.060000', '135919.520000', '135919.980000', '135920.440000', '135920.900000', '135921.360000', '135921.820000', '135922.280000', '135922.740000', '135923.200000', '135923.660000', '135924.120000', '135924.580000', '135925.040000', '135925.500000', '135925.960000', '135926.420000', '135926.880000', '135927.340000', '135927.800000', '135928.260000', '135928.720000', '135929.180000', '135929.640000', '135930.100000', '135930.560000', '135931.020000', '135931.480000', '135931.940000', '135932.400000', '135932.860000', '135933.320000', '135933.780000', '135934.240000', '135934.700000', '135935.160000', '135935.620000', '135936.080000', '135936.540000', '135937.000000', '135937.460000', '135937.920000', '135938.380000', '135938.840000', '135939.300000', '135939.760000', '135940.220000', '135940.680000', '135941.140000', '135941.600000', '135942.060000', '135942.520000', '135942.980000', '135943.440000', '135943.900000', '135944.360000', '135944.820000', '135945.280000', '135945.740000', '135946.200000', '135946.660000', '135947.120000', '135947.580000', '135948.040000', '135948.500000', '135948.960000', '135949.420000', '135949.880000', '135950.340000', '135950.800000', '135951.260000', '135951.720000', '135952.180000', '135952.640000', '135953.100000', '135953.560000', '135954.020000', '135954.480000', '135954.940000', '135955.400000', '135955.860000', '135956.320000', '135956.780000', '135957.240000', '135957.700000', '135958.160000', '135958.620000', '135959.080000', '135959.540000', '140000.000000', '140000.460000', '140000.920000', '140001.380000', '140001.840000', '140002.300000', '140002.760000', '140003.220000', '140003.680000', '140004.140000', '140004.600000', '140005.060000', '140005.520000', '140005.980000', '140006.440000', '140006.900000', '140007.360000', '140007.820000', '140008.280000', '140008.740000', '140009.200000', '140009.660000', '140010.120000', '140010.580000', '140011.040000', '140011.500000', '140011.960000', '140012.420000', '140012.880000', '140013.340000', '140013.800000', '140014.260000', '140014.720000', '140015.180000', '140015.640000', '140016.100000', '140016.560000', '140017.020000', '140017.480000', '140017.940000', '140018.400000', '140018.860000', '140019.320000', '140019.780000', '140020.240000', '140020.700000', '140021.160000', '140021.620000', '140022.080000', '140022.540000', '140023.000000', '140023.460000', '140023.920000', '140024.380000', '140024.840000', '140025.300000', '140025.760000', '140026.220000', '140026.680000', '140027.140000', '140027.600000', '140028.060000', '140028.520000', '140028.980000', '140029.440000', '140029.900000', '140030.360000', '140030.820000', '140031.280000', '140031.740000', '140032.200000', '140032.660000', '140033.120000', '140033.580000', '140034.040000', '140034.500000', '140034.960000', '140035.420000', '140035.880000', '140036.340000', '140036.800000', '140037.260000', '140037.720000', '140038.180000', '140038.640000', '140039.100000', '140039.560000', '140040.020000', '140040.480000', '140040.940000', '140041.400000', '140041.860000', '140042.320000', '140042.780000', '140043.240000', '140043.700000', '140044.160000', '140044.620000', '140045.080000', '140045.540000', '140046.000000', '140046.460000', '140046.920000', '140047.380000', '140047.840000', '140048.300000', '140048.760000', '140049.220000', '140049.680000', '140050.140000', '140050.600000', '140051.060000', '140051.520000', '140051.980000', '140052.440000', '140052.900000', '140053.360000', '140053.820000', '140054.280000', '140054.740000', '140055.200000', '140055.660000', '140056.120000', '140056.580000', '140057.040000', '140057.500000', '140057.960000', '140058.420000', '140058.880000', '140059.340000', '140059.800000', '140100.260000', '140100.720000', '140101.180000', '140101.640000', '140102.100000', '140102.560000', '140103.020000', '140103.480000', '140103.940000', '140104.400000', '140104.860000', '140105.320000', '140105.780000', '140106.240000', '140106.700000', '140107.160000', '140107.620000', '140108.080000', '140108.540000', '140109.000000', '140109.460000', '140109.920000', '140110.380000', '140110.840000', '140111.300000', '140111.760000', '140112.220000', '140112.680000', '140113.140000', '140113.600000', '140114.060000', '140114.520000', '140114.980000', '140115.440000', '140115.900000', '140116.360000', '140116.820000', '140117.280000', '140117.740000', '140118.200000', '140118.660000', '140119.120000', '140119.580000', '140120.040000', '140120.500000', '140120.960000', '140121.420000', '140121.880000', '140122.340000', '140122.800000', '140123.260000', '140123.720000', '140124.180000', '140124.640000', '140125.100000', '140125.560000', '140126.020000', '140126.480000', '140126.940000', '140127.400000', '140127.860000', '140128.320000', '140128.780000', '140129.240000', '140129.700000', '140130.160000', '140130.620000', '140131.080000'], 'ContentTime': ['135250.705000', '135250.709000', '135250.712000', '135250.715000', '135250.718000', '135250.720000', '135250.728000', '135250.731000', '135250.733000', '135250.736000', '135250.738000', '135250.741000', '135250.744000', '135250.746000', '135250.749000', '135250.751000', '135250.754000', '135250.757000', '135250.759000', '135250.762000', '135250.764000', '135250.774000', '135310.672000', '135310.675000', '135310.678000', '135310.681000', '135310.684000', '135310.693000', '135310.696000', '135310.699000', '135310.701000', '135310.704000', '135310.706000', '135310.709000', '135310.712000', '135310.714000', '135310.717000', '135310.719000', '135310.722000', '135310.724000', '135310.727000', '135310.730000', '135310.732000', '135310.735000', '135310.737000', '135310.740000', '135310.742000', '135310.745000', '135310.747000', '135310.750000', '135310.753000', '135310.755000', '135310.758000', '135310.761000', '135310.771000', '135310.774000', '135310.777000', '135310.779000', '135310.782000', '135310.784000', '135310.787000', '135310.790000', '135310.792000', '135310.795000', '135310.797000', '135310.800000', '135330.672000', '135330.675000', '135330.677000', '135330.680000', '135330.683000', '135330.685000', '135330.688000', '135330.690000', '135330.693000', '135330.696000', '135330.698000', '135330.701000', '135330.703000', '135330.706000', '135330.709000', '135330.711000', '135330.714000', '135330.717000', '135330.719000', '135330.722000', '135330.724000', '135330.727000', '135330.730000', '135330.732000', '135330.735000', '135330.738000', '135330.740000', '135330.744000', '135330.747000', '135330.749000', '135330.752000', '135330.755000', '135330.758000', '135330.760000', '135330.763000', '135330.767000', '135330.769000', '135330.772000', '135330.775000', '135330.777000', '135330.780000', '135330.782000', '135330.790000', '135350.672000', '135350.675000', '135350.678000', '135350.681000', '135350.683000', '135350.686000', '135350.689000', '135350.691000', '135350.694000', '135350.696000', '135350.699000', '135350.702000', '135350.704000', '135350.707000', '135350.710000', '135350.712000', '135350.715000', '135350.718000', '135350.720000', '135350.723000', '135350.725000', '135350.728000', '135350.731000', '135350.733000', '135350.736000', '135350.738000', '135350.741000', '135350.744000', '135350.746000', '135350.749000', '135350.751000', '135350.754000', '135350.757000', '135350.759000', '135350.762000', '135350.764000', '135350.767000', '135350.770000', '135350.772000', '135350.775000', '135350.777000', '135350.780000', '135350.783000', '135350.785000', '135410.672000', '135410.675000', '135410.678000', '135410.680000', '135410.683000', '135410.686000', '135410.688000', '135410.691000', '135410.694000', '135410.696000', '135410.699000', '135410.701000', '135410.704000', '135410.706000', '135410.709000', '135410.712000', '135410.714000', '135410.717000', '135410.720000', '135410.722000', '135410.725000', '135410.727000', '135410.730000', '135410.732000', '135410.735000', '135410.738000', '135410.740000', '135410.743000', '135410.745000', '135410.748000', '135410.751000', '135410.753000', '135410.756000', '135410.759000', '135410.761000', '135410.764000', '135410.767000', '135410.769000', '135410.772000', '135410.775000', '135410.778000', '135410.781000', '135410.784000', '135430.672000', '135430.676000', '135430.679000', '135430.681000', '135430.684000', '135430.687000', '135430.689000', '135430.692000', '135430.694000', '135430.697000', '135430.699000', '135430.702000', '135430.705000', '135430.707000', '135430.710000', '135430.713000', '135430.715000', '135430.718000', '135430.720000', '135430.723000', '135430.726000', '135430.728000', '135430.731000', '135430.733000', '135430.736000', '135430.739000', '135430.741000', '135430.744000', '135430.746000', '135430.749000', '135430.752000', '135430.754000', '135430.757000', '135430.760000', '135430.762000', '135430.765000', '135430.767000', '135430.770000', '135430.773000', '135430.775000', '135430.778000', '135430.780000', '135430.783000', '135430.786000', '135450.685000', '135450.687000', '135450.690000', '135450.693000', '135450.695000', '135450.704000', '135450.707000', '135450.710000', '135450.712000', '135450.715000', '135450.717000', '135450.720000', '135450.723000', '135450.725000', '135450.728000', '135450.730000', '135450.733000', '135450.736000', '135450.738000', '135450.741000', '135450.743000', '135450.746000', '135450.749000', '135450.751000', '135450.754000', '135450.756000', '135450.759000', '135450.762000', '135450.764000', '135450.767000', '135450.770000', '135450.772000', '135450.775000', '135450.778000', '135450.781000', '135450.784000', '135450.786000', '135450.789000', '135450.791000', '135450.794000', '135450.797000', '135450.799000', '135450.802000', '135510.672000', '135510.675000', '135510.678000', '135510.680000', '135510.684000', '135510.686000', '135510.689000', '135510.691000', '135510.694000', '135510.697000', '135510.699000', '135510.702000', '135510.704000', '135510.707000', '135510.710000', '135510.712000', '135510.715000', '135510.718000', '135510.720000', '135510.723000', '135510.725000', '135510.728000', '135510.731000', '135510.733000', '135510.736000', '135510.738000', '135510.741000', '135510.744000', '135510.746000', '135510.749000', '135510.752000', '135510.754000', '135510.757000', '135510.759000', '135510.762000', '135510.765000', '135510.767000', '135510.770000', '135510.773000', '135510.775000', '135510.778000', '135510.781000', '135510.783000', '135510.786000', '135530.672000', '135530.675000', '135530.678000', '135530.681000', '135530.683000', '135530.686000', '135530.689000', '135530.691000', '135530.694000', '135530.696000', '135530.699000', '135530.702000', '135530.704000', '135530.707000', '135530.710000', '135530.712000', '135530.715000', '135530.717000', '135530.720000', '135530.723000', '135530.725000', '135530.728000', '135530.731000', '135530.733000', '135530.736000', '135530.738000', '135530.741000', '135530.744000', '135530.746000', '135530.749000', '135530.752000', '135530.754000', '135530.757000', '135530.759000', '135530.762000', '135530.765000', '135530.767000', '135530.770000', '135530.773000', '135530.776000', '135530.779000', '135530.782000', '135530.785000', '135550.672000', '135550.675000', '135550.677000', '135550.680000', '135550.683000', '135550.685000', '135550.688000', '135550.691000', '135550.693000', '135550.696000', '135550.698000', '135550.701000', '135550.704000', '135550.706000', '135550.709000', '135550.712000', '135550.714000', '135550.717000', '135550.719000', '135550.722000', '135550.725000', '135550.727000', '135550.730000', '135550.732000', '135550.735000', '135550.738000', '135550.740000', '135550.743000', '135550.746000', '135550.748000', '135550.751000', '135550.754000', '135550.756000', '135550.759000', '135550.761000', '135550.764000', '135550.767000', '135550.769000', '135550.772000', '135550.775000', '135550.777000', '135550.780000', '135550.782000', '135550.785000', '135610.672000', '135610.675000', '135610.678000', '135610.680000', '135610.683000', '135610.686000', '135610.688000', '135610.691000', '135610.693000', '135610.696000', '135610.699000', '135610.701000', '135610.704000', '135610.711000', '135610.714000', '135610.716000', '135610.719000', '135610.722000', '135610.724000', '135610.727000', '135610.730000', '135610.732000', '135610.735000', '135610.737000', '135610.740000', '135610.757000', '135610.760000', '135610.762000', '135610.765000', '135610.768000', '135610.770000', '135610.773000', '135610.775000', '135610.778000', '135610.781000', '135610.783000', '135610.786000', '135610.789000', '135610.791000', '135610.795000', '135610.797000', '135610.860000', '135610.862000', '135630.672000', '135630.675000', '135630.678000', '135630.680000', '135630.683000', '135630.686000', '135630.688000', '135630.691000', '135630.694000', '135630.696000', '135630.699000', '135630.702000', '135630.704000', '135630.707000', '135630.709000', '135630.712000', '135630.715000', '135630.717000', '135630.720000', '135630.723000', '135630.725000', '135630.728000', '135630.731000', '135630.733000', '135630.736000', '135630.739000', '135630.741000', '135630.744000', '135630.746000', '135630.749000', '135630.752000', '135630.754000', '135630.757000', '135630.759000', '135630.762000', '135630.765000', '135630.767000', '135630.770000', '135630.773000', '135630.775000', '135630.778000', '135630.781000', '135630.783000', '135630.786000', '135650.673000', '135650.675000', '135650.678000', '135650.681000', '135650.683000', '135650.686000', '135650.689000', '135650.691000', '135650.694000', '135650.697000', '135650.699000', '135650.702000', '135650.705000', '135650.707000', '135650.710000', '135650.712000', '135650.715000', '135650.718000', '135650.720000', '135650.723000', '135650.726000', '135650.728000', '135650.731000', '135650.734000', '135650.736000', '135650.739000', '135650.742000', '135650.744000', '135650.747000', '135650.749000', '135650.752000', '135650.755000', '135650.758000', '135650.760000', '135650.763000', '135650.765000', '135650.768000', '135650.771000', '135650.773000', '135650.776000', '135650.778000', '135650.781000', '135650.784000', '135710.673000', '135710.676000', '135710.678000', '135710.681000', '135710.683000', '135710.686000', '135710.689000', '135710.691000', '135710.694000', '135710.696000', '135710.699000', '135710.702000', '135710.704000', '135710.707000', '135710.710000', '135710.712000', '135710.715000', '135710.717000', '135710.720000', '135710.722000', '135710.725000', '135710.728000', '135710.731000', '135710.733000', '135710.736000', '135710.738000', '135710.741000', '135710.744000', '135710.746000', '135710.749000', '135710.752000', '135710.754000', '135710.757000', '135710.759000', '135710.762000', '135710.765000', '135710.767000', '135710.770000', '135710.772000', '135710.775000', '135710.778000', '135710.780000', '135710.783000', '135710.786000', '135730.673000', '135730.675000', '135730.678000', '135730.681000', '135730.683000', '135730.686000', '135730.688000', '135730.691000', '135730.694000', '135730.696000', '135730.699000', '135730.702000', '135730.704000', '135730.707000', '135730.709000', '135730.712000', '135730.715000', '135730.717000', '135730.720000', '135730.723000', '135730.725000', '135730.728000', '135730.730000', '135730.733000', '135730.736000', '135730.738000', '135730.741000', '135730.744000', '135730.746000', '135730.749000', '135730.751000', '135730.754000', '135730.757000', '135730.759000', '135730.762000', '135730.765000', '135730.767000', '135730.770000', '135730.772000', '135730.775000', '135730.778000', '135730.780000', '135730.783000', '135750.673000', '135750.675000', '135750.678000', '135750.681000', '135750.683000', '135750.686000', '135750.689000', '135750.698000', '135750.701000', '135750.703000', '135750.706000', '135750.708000', '135750.711000', '135750.714000', '135750.716000', '135750.719000', '135750.722000', '135750.724000', '135750.727000', '135750.729000', '135750.732000', '135750.735000', '135750.738000', '135750.740000', '135750.743000', '135750.745000', '135750.748000', '135750.751000', '135750.753000', '135750.756000', '135750.759000', '135750.761000', '135750.764000', '135750.767000', '135750.769000', '135750.772000', '135750.775000', '135750.777000', '135750.780000', '135750.782000', '135750.785000', '135750.788000', '135750.790000', '135750.793000', '135810.671000', '135810.674000', '135810.677000', '135810.679000', '135810.682000', '135810.685000', '135810.688000', '135810.690000', '135810.693000', '135810.695000', '135810.698000', '135810.701000', '135810.703000', '135810.706000', '135810.708000', '135810.711000', '135810.714000', '135810.716000', '135810.719000', '135810.722000', '135810.724000', '135810.727000', '135810.730000', '135810.732000', '135810.735000', '135810.738000', '135810.740000', '135810.743000', '135810.746000', '135810.748000', '135810.751000', '135810.753000', '135810.756000', '135810.759000', '135810.761000', '135810.764000', '135810.767000', '135810.769000', '135810.772000', '135810.776000', '135810.779000', '135810.781000', '135810.784000', '135830.673000', '135830.675000', '135830.678000', '135830.681000', '135830.684000', '135830.687000', '135830.690000', '135830.692000', '135830.695000', '135830.698000', '135830.700000', '135830.703000', '135830.705000', '135830.708000', '135830.711000', '135830.713000', '135830.716000', '135830.718000', '135830.721000', '135830.724000', '135830.726000', '135830.729000', '135830.732000', '135830.734000', '135830.737000', '135830.740000', '135830.742000', '135830.745000', '135830.748000', '135830.750000', '135830.753000', '135830.755000', '135830.758000', '135830.761000', '135830.763000', '135830.766000', '135830.769000', '135830.771000', '135830.774000', '135830.776000', '135830.779000', '135830.782000', '135830.784000', '135830.787000', '135850.673000', '135850.676000', '135850.678000', '135850.681000', '135850.683000', '135850.686000', '135850.689000', '135850.691000', '135850.694000', '135850.697000', '135850.699000', '135850.702000', '135850.704000', '135850.707000', '135850.710000', '135850.712000', '135850.715000', '135850.717000', '135850.720000', '135850.723000', '135850.725000', '135850.728000', '135850.731000', '135850.734000', '135850.736000', '135850.739000', '135850.742000', '135850.744000', '135850.747000', '135850.749000', '135850.752000', '135850.755000', '135850.757000', '135850.760000', '135850.763000', '135850.765000', '135850.768000', '135850.770000', '135850.773000', '135850.776000', '135850.778000', '135850.781000', '135850.784000', '135910.672000', '135910.675000', '135910.678000', '135910.681000', '135910.684000', '135910.687000', '135910.689000', '135910.692000', '135910.695000', '135910.697000', '135910.700000', '135910.702000', '135910.705000', '135910.708000', '135910.710000', '135910.713000', '135910.715000', '135910.729000', '135910.732000', '135910.735000', '135910.737000', '135910.740000', '135910.742000', '135910.745000', '135910.747000', '135910.750000', '135910.753000', '135910.755000', '135910.758000', '135910.760000', '135910.763000', '135910.766000', '135910.768000', '135910.771000', '135910.774000', '135910.776000', '135910.779000', '135910.781000', '135910.784000', '135910.787000', '135910.790000', '135910.792000', '135910.795000', '135930.673000', '135930.676000', '135930.678000', '135930.681000', '135930.684000', '135930.686000', '135930.689000', '135930.691000', '135930.694000', '135930.697000', '135930.699000', '135930.702000', '135930.704000', '135930.707000', '135930.710000', '135930.712000', '135930.715000', '135930.718000', '135930.720000', '135930.723000', '135930.725000', '135930.728000', '135930.731000', '135930.733000', '135930.736000', '135930.739000', '135930.741000', '135930.744000', '135930.746000', '135930.749000', '135930.752000', '135930.754000', '135930.757000', '135930.760000', '135930.762000', '135930.765000', '135930.767000', '135930.770000', '135930.773000', '135930.775000', '135930.778000', '135930.780000', '135930.783000', '135930.785000', '135950.673000', '135950.675000', '135950.678000', '135950.681000', '135950.684000', '135950.686000', '135950.689000', '135950.691000', '135950.694000', '135950.697000', '135950.699000', '135950.702000', '135950.704000', '135950.707000', '135950.710000', '135950.713000', '135950.715000', '135950.718000', '135950.721000', '135950.724000', '135950.727000', '135950.730000', '135950.733000', '135950.735000', '135950.738000', '135950.741000', '135950.743000', '135950.746000', '135950.748000', '135950.751000', '135950.754000', '135950.757000', '135950.759000', '135950.762000', '135950.764000', '135950.767000', '135950.770000', '135950.772000', '135950.775000', '135950.778000', '135950.780000', '135950.783000', '135950.786000', '140010.673000', '140010.675000', '140010.678000', '140010.681000', '140010.684000', '140010.686000', '140010.689000', '140010.692000', '140010.694000', '140010.697000', '140010.699000', '140010.702000', '140010.705000', '140010.707000', '140010.710000', '140010.713000', '140010.715000', '140010.718000', '140010.721000', '140010.723000', '140010.726000', '140010.728000', '140010.731000', '140010.733000', '140010.736000', '140010.739000', '140010.741000', '140010.744000', '140010.747000', '140010.749000', '140010.752000', '140010.754000', '140010.757000', '140010.760000', '140010.762000', '140010.765000', '140010.768000', '140010.770000', '140010.773000', '140010.775000', '140010.778000', '140010.781000', '140010.783000', '140010.786000', '140030.672000', '140030.675000', '140030.677000', '140030.680000', '140030.683000', '140030.685000', '140030.688000', '140030.690000', '140030.693000', '140030.696000', '140030.699000', '140030.701000', '140030.704000', '140030.707000', '140030.715000', '140030.718000', '140030.721000', '140030.723000', '140030.726000', '140030.729000', '140030.731000', '140030.734000', '140030.737000', '140030.739000', '140030.742000', '140030.744000', '140030.747000', '140030.750000', '140030.753000', '140030.755000', '140030.758000', '140030.760000', '140030.763000', '140030.766000', '140030.768000', '140030.771000', '140030.774000', '140030.776000', '140030.779000', '140030.781000', '140030.784000', '140030.787000', '140030.789000', '140050.673000', '140050.675000', '140050.678000', '140050.681000', '140050.683000', '140050.686000', '140050.689000', '140050.691000', '140050.694000', '140050.696000', '140050.699000', '140050.702000', '140050.704000', '140050.707000', '140050.710000', '140050.718000', '140050.721000', '140050.724000', '140050.726000', '140050.729000', '140050.732000', '140050.734000', '140050.737000', '140050.740000', '140050.742000', '140050.745000', '140050.747000', '140050.750000', '140050.753000', '140050.755000', '140050.758000', '140050.761000', '140050.764000', '140050.766000', '140050.769000', '140050.771000', '140050.774000', '140050.777000', '140050.779000', '140050.782000', '140050.785000', '140050.787000', '140050.790000', '140050.793000', '140110.672000', '140110.675000', '140110.678000', '140110.681000', '140110.683000', '140110.686000', '140110.689000', '140110.691000', '140110.694000', '140110.696000', '140110.699000', '140110.702000', '140110.704000', '140110.707000', '140110.710000', '140110.713000', '140110.717000', '140110.719000', '140110.722000', '140110.725000', '140110.727000', '140110.730000', '140110.733000', '140110.735000', '140110.738000', '140110.741000', '140110.743000', '140110.746000', '140110.749000', '140110.751000', '140110.754000', '140110.756000', '140110.759000', '140110.762000', '140110.765000', '140110.768000', '140110.770000', '140110.773000', '140110.775000', '140110.778000', '140110.781000', '140110.783000', '140110.786000', '140130.673000', '140130.675000', '140130.678000', '140130.681000', '140130.684000', '140130.686000', '140130.689000', '140130.691000', '140130.694000', '140130.697000', '140130.699000', '140130.702000', '140130.705000', '140130.707000', '140130.710000', '140130.713000', '140130.715000', '140130.718000', '140130.721000', '140130.723000', '140130.726000', '140130.728000', '140130.731000', '140130.734000', '140130.736000', '140130.739000', '140130.742000', '140130.744000', '140130.747000', '140130.750000', '140130.752000', '140130.755000', '140130.758000', '140130.760000', '140130.763000', '140130.766000', '140130.768000', '140130.771000', '140130.774000', '140130.777000', '140130.779000', '140130.782000', '140130.785000', '140130.787000', '140132.368000', '140132.371000', '140132.374000', '140132.377000'], 'InstanceCreationTime': ['135250.705000', '135250.709000', '135250.712000', '135250.715000', '135250.718000', '135250.720000', '135250.728000', '135250.731000', '135250.733000', '135250.736000', '135250.738000', '135250.741000', '135250.744000', '135250.746000', '135250.749000', '135250.751000', '135250.754000', '135250.757000', '135250.759000', '135250.762000', '135250.764000', '135250.774000', '135310.672000', '135310.675000', '135310.678000', '135310.681000', '135310.684000', '135310.693000', '135310.696000', '135310.699000', '135310.701000', '135310.704000', '135310.706000', '135310.709000', '135310.712000', '135310.714000', '135310.717000', '135310.719000', '135310.722000', '135310.724000', '135310.727000', '135310.730000', '135310.732000', '135310.735000', '135310.737000', '135310.740000', '135310.742000', '135310.745000', '135310.747000', '135310.750000', '135310.753000', '135310.755000', '135310.758000', '135310.761000', '135310.771000', '135310.774000', '135310.777000', '135310.779000', '135310.782000', '135310.784000', '135310.787000', '135310.790000', '135310.792000', '135310.795000', '135310.797000', '135310.800000', '135330.672000', '135330.675000', '135330.677000', '135330.680000', '135330.683000', '135330.685000', '135330.688000', '135330.690000', '135330.693000', '135330.696000', '135330.698000', '135330.701000', '135330.703000', '135330.706000', '135330.709000', '135330.711000', '135330.714000', '135330.717000', '135330.719000', '135330.722000', '135330.724000', '135330.727000', '135330.730000', '135330.732000', '135330.735000', '135330.738000', '135330.740000', '135330.744000', '135330.747000', '135330.749000', '135330.752000', '135330.755000', '135330.758000', '135330.760000', '135330.763000', '135330.767000', '135330.769000', '135330.772000', '135330.775000', '135330.777000', '135330.780000', '135330.782000', '135330.790000', '135350.672000', '135350.675000', '135350.678000', '135350.681000', '135350.683000', '135350.686000', '135350.689000', '135350.691000', '135350.694000', '135350.696000', '135350.699000', '135350.702000', '135350.704000', '135350.707000', '135350.710000', '135350.712000', '135350.715000', '135350.718000', '135350.720000', '135350.723000', '135350.725000', '135350.728000', '135350.731000', '135350.733000', '135350.736000', '135350.738000', '135350.741000', '135350.744000', '135350.746000', '135350.749000', '135350.751000', '135350.754000', '135350.757000', '135350.759000', '135350.762000', '135350.764000', '135350.767000', '135350.770000', '135350.772000', '135350.775000', '135350.777000', '135350.780000', '135350.783000', '135350.785000', '135410.672000', '135410.675000', '135410.678000', '135410.680000', '135410.683000', '135410.686000', '135410.688000', '135410.691000', '135410.694000', '135410.696000', '135410.699000', '135410.701000', '135410.704000', '135410.706000', '135410.709000', '135410.712000', '135410.714000', '135410.717000', '135410.720000', '135410.722000', '135410.725000', '135410.727000', '135410.730000', '135410.732000', '135410.735000', '135410.738000', '135410.740000', '135410.743000', '135410.745000', '135410.748000', '135410.751000', '135410.753000', '135410.756000', '135410.759000', '135410.761000', '135410.764000', '135410.767000', '135410.769000', '135410.772000', '135410.775000', '135410.778000', '135410.781000', '135410.784000', '135430.672000', '135430.676000', '135430.679000', '135430.681000', '135430.684000', '135430.687000', '135430.689000', '135430.692000', '135430.694000', '135430.697000', '135430.699000', '135430.702000', '135430.705000', '135430.707000', '135430.710000', '135430.713000', '135430.715000', '135430.718000', '135430.720000', '135430.723000', '135430.726000', '135430.728000', '135430.731000', '135430.733000', '135430.736000', '135430.739000', '135430.741000', '135430.744000', '135430.746000', '135430.749000', '135430.752000', '135430.754000', '135430.757000', '135430.760000', '135430.762000', '135430.765000', '135430.767000', '135430.770000', '135430.773000', '135430.775000', '135430.778000', '135430.780000', '135430.783000', '135430.786000', '135450.685000', '135450.687000', '135450.690000', '135450.693000', '135450.695000', '135450.704000', '135450.707000', '135450.710000', '135450.712000', '135450.715000', '135450.717000', '135450.720000', '135450.723000', '135450.725000', '135450.728000', '135450.730000', '135450.733000', '135450.736000', '135450.738000', '135450.741000', '135450.743000', '135450.746000', '135450.749000', '135450.751000', '135450.754000', '135450.756000', '135450.759000', '135450.762000', '135450.764000', '135450.767000', '135450.770000', '135450.772000', '135450.775000', '135450.778000', '135450.781000', '135450.784000', '135450.786000', '135450.789000', '135450.791000', '135450.794000', '135450.797000', '135450.799000', '135450.802000', '135510.672000', '135510.675000', '135510.678000', '135510.680000', '135510.684000', '135510.686000', '135510.689000', '135510.691000', '135510.694000', '135510.697000', '135510.699000', '135510.702000', '135510.704000', '135510.707000', '135510.710000', '135510.712000', '135510.715000', '135510.718000', '135510.720000', '135510.723000', '135510.725000', '135510.728000', '135510.731000', '135510.733000', '135510.736000', '135510.738000', '135510.741000', '135510.744000', '135510.746000', '135510.749000', '135510.752000', '135510.754000', '135510.757000', '135510.759000', '135510.762000', '135510.765000', '135510.767000', '135510.770000', '135510.773000', '135510.775000', '135510.778000', '135510.781000', '135510.783000', '135510.786000', '135530.672000', '135530.675000', '135530.678000', '135530.681000', '135530.683000', '135530.686000', '135530.689000', '135530.691000', '135530.694000', '135530.696000', '135530.699000', '135530.702000', '135530.704000', '135530.707000', '135530.710000', '135530.712000', '135530.715000', '135530.717000', '135530.720000', '135530.723000', '135530.725000', '135530.728000', '135530.731000', '135530.733000', '135530.736000', '135530.738000', '135530.741000', '135530.744000', '135530.746000', '135530.749000', '135530.752000', '135530.754000', '135530.757000', '135530.759000', '135530.762000', '135530.765000', '135530.767000', '135530.770000', '135530.773000', '135530.776000', '135530.779000', '135530.782000', '135530.785000', '135550.672000', '135550.675000', '135550.677000', '135550.680000', '135550.683000', '135550.685000', '135550.688000', '135550.691000', '135550.693000', '135550.696000', '135550.698000', '135550.701000', '135550.704000', '135550.706000', '135550.709000', '135550.712000', '135550.714000', '135550.717000', '135550.719000', '135550.722000', '135550.725000', '135550.727000', '135550.730000', '135550.732000', '135550.735000', '135550.738000', '135550.740000', '135550.743000', '135550.746000', '135550.748000', '135550.751000', '135550.754000', '135550.756000', '135550.759000', '135550.761000', '135550.764000', '135550.767000', '135550.769000', '135550.772000', '135550.775000', '135550.777000', '135550.780000', '135550.782000', '135550.785000', '135610.672000', '135610.675000', '135610.678000', '135610.680000', '135610.683000', '135610.686000', '135610.688000', '135610.691000', '135610.693000', '135610.696000', '135610.699000', '135610.701000', '135610.704000', '135610.711000', '135610.714000', '135610.716000', '135610.719000', '135610.722000', '135610.724000', '135610.727000', '135610.730000', '135610.732000', '135610.735000', '135610.737000', '135610.740000', '135610.757000', '135610.760000', '135610.762000', '135610.765000', '135610.768000', '135610.770000', '135610.773000', '135610.775000', '135610.778000', '135610.781000', '135610.783000', '135610.786000', '135610.789000', '135610.791000', '135610.795000', '135610.797000', '135610.860000', '135610.862000', '135630.672000', '135630.675000', '135630.678000', '135630.680000', '135630.683000', '135630.686000', '135630.688000', '135630.691000', '135630.694000', '135630.696000', '135630.699000', '135630.702000', '135630.704000', '135630.707000', '135630.709000', '135630.712000', '135630.715000', '135630.717000', '135630.720000', '135630.723000', '135630.725000', '135630.728000', '135630.731000', '135630.733000', '135630.736000', '135630.739000', '135630.741000', '135630.744000', '135630.746000', '135630.749000', '135630.752000', '135630.754000', '135630.757000', '135630.759000', '135630.762000', '135630.765000', '135630.767000', '135630.770000', '135630.773000', '135630.775000', '135630.778000', '135630.781000', '135630.783000', '135630.786000', '135650.673000', '135650.675000', '135650.678000', '135650.681000', '135650.683000', '135650.686000', '135650.689000', '135650.691000', '135650.694000', '135650.697000', '135650.699000', '135650.702000', '135650.705000', '135650.707000', '135650.710000', '135650.712000', '135650.715000', '135650.718000', '135650.720000', '135650.723000', '135650.726000', '135650.728000', '135650.731000', '135650.734000', '135650.736000', '135650.739000', '135650.742000', '135650.744000', '135650.747000', '135650.749000', '135650.752000', '135650.755000', '135650.758000', '135650.760000', '135650.763000', '135650.765000', '135650.768000', '135650.771000', '135650.773000', '135650.776000', '135650.778000', '135650.781000', '135650.784000', '135710.673000', '135710.676000', '135710.678000', '135710.681000', '135710.683000', '135710.686000', '135710.689000', '135710.691000', '135710.694000', '135710.696000', '135710.699000', '135710.702000', '135710.704000', '135710.707000', '135710.710000', '135710.712000', '135710.715000', '135710.717000', '135710.720000', '135710.722000', '135710.725000', '135710.728000', '135710.731000', '135710.733000', '135710.736000', '135710.738000', '135710.741000', '135710.744000', '135710.746000', '135710.749000', '135710.752000', '135710.754000', '135710.757000', '135710.759000', '135710.762000', '135710.765000', '135710.767000', '135710.770000', '135710.772000', '135710.775000', '135710.778000', '135710.780000', '135710.783000', '135710.786000', '135730.673000', '135730.675000', '135730.678000', '135730.681000', '135730.683000', '135730.686000', '135730.688000', '135730.691000', '135730.694000', '135730.696000', '135730.699000', '135730.702000', '135730.704000', '135730.707000', '135730.709000', '135730.712000', '135730.715000', '135730.717000', '135730.720000', '135730.723000', '135730.725000', '135730.728000', '135730.730000', '135730.733000', '135730.736000', '135730.738000', '135730.741000', '135730.744000', '135730.746000', '135730.749000', '135730.751000', '135730.754000', '135730.757000', '135730.759000', '135730.762000', '135730.765000', '135730.767000', '135730.770000', '135730.772000', '135730.775000', '135730.778000', '135730.780000', '135730.783000', '135750.673000', '135750.675000', '135750.678000', '135750.681000', '135750.683000', '135750.686000', '135750.689000', '135750.698000', '135750.701000', '135750.703000', '135750.706000', '135750.708000', '135750.711000', '135750.714000', '135750.716000', '135750.719000', '135750.722000', '135750.724000', '135750.727000', '135750.729000', '135750.732000', '135750.735000', '135750.738000', '135750.740000', '135750.743000', '135750.745000', '135750.748000', '135750.751000', '135750.753000', '135750.756000', '135750.759000', '135750.761000', '135750.764000', '135750.767000', '135750.769000', '135750.772000', '135750.775000', '135750.777000', '135750.780000', '135750.782000', '135750.785000', '135750.788000', '135750.790000', '135750.793000', '135810.671000', '135810.674000', '135810.677000', '135810.679000', '135810.682000', '135810.685000', '135810.688000', '135810.690000', '135810.693000', '135810.695000', '135810.698000', '135810.701000', '135810.703000', '135810.706000', '135810.708000', '135810.711000', '135810.714000', '135810.716000', '135810.719000', '135810.722000', '135810.724000', '135810.727000', '135810.730000', '135810.732000', '135810.735000', '135810.738000', '135810.740000', '135810.743000', '135810.746000', '135810.748000', '135810.751000', '135810.753000', '135810.756000', '135810.759000', '135810.761000', '135810.764000', '135810.767000', '135810.769000', '135810.772000', '135810.776000', '135810.779000', '135810.781000', '135810.784000', '135830.673000', '135830.675000', '135830.678000', '135830.681000', '135830.684000', '135830.687000', '135830.690000', '135830.692000', '135830.695000', '135830.698000', '135830.700000', '135830.703000', '135830.705000', '135830.708000', '135830.711000', '135830.713000', '135830.716000', '135830.718000', '135830.721000', '135830.724000', '135830.726000', '135830.729000', '135830.732000', '135830.734000', '135830.737000', '135830.740000', '135830.742000', '135830.745000', '135830.748000', '135830.750000', '135830.753000', '135830.755000', '135830.758000', '135830.761000', '135830.763000', '135830.766000', '135830.769000', '135830.771000', '135830.774000', '135830.776000', '135830.779000', '135830.782000', '135830.784000', '135830.787000', '135850.673000', '135850.676000', '135850.678000', '135850.681000', '135850.683000', '135850.686000', '135850.689000', '135850.691000', '135850.694000', '135850.697000', '135850.699000', '135850.702000', '135850.704000', '135850.707000', '135850.710000', '135850.712000', '135850.715000', '135850.717000', '135850.720000', '135850.723000', '135850.725000', '135850.728000', '135850.731000', '135850.734000', '135850.736000', '135850.739000', '135850.742000', '135850.744000', '135850.747000', '135850.749000', '135850.752000', '135850.755000', '135850.757000', '135850.760000', '135850.763000', '135850.765000', '135850.768000', '135850.770000', '135850.773000', '135850.776000', '135850.778000', '135850.781000', '135850.784000', '135910.672000', '135910.675000', '135910.678000', '135910.681000', '135910.684000', '135910.687000', '135910.689000', '135910.692000', '135910.695000', '135910.697000', '135910.700000', '135910.702000', '135910.705000', '135910.708000', '135910.710000', '135910.713000', '135910.715000', '135910.729000', '135910.732000', '135910.735000', '135910.737000', '135910.740000', '135910.742000', '135910.745000', '135910.747000', '135910.750000', '135910.753000', '135910.755000', '135910.758000', '135910.760000', '135910.763000', '135910.766000', '135910.768000', '135910.771000', '135910.774000', '135910.776000', '135910.779000', '135910.781000', '135910.784000', '135910.787000', '135910.790000', '135910.792000', '135910.795000', '135930.673000', '135930.676000', '135930.678000', '135930.681000', '135930.684000', '135930.686000', '135930.689000', '135930.691000', '135930.694000', '135930.697000', '135930.699000', '135930.702000', '135930.704000', '135930.707000', '135930.710000', '135930.712000', '135930.715000', '135930.718000', '135930.720000', '135930.723000', '135930.725000', '135930.728000', '135930.731000', '135930.733000', '135930.736000', '135930.739000', '135930.741000', '135930.744000', '135930.746000', '135930.749000', '135930.752000', '135930.754000', '135930.757000', '135930.760000', '135930.762000', '135930.765000', '135930.767000', '135930.770000', '135930.773000', '135930.775000', '135930.778000', '135930.780000', '135930.783000', '135930.785000', '135950.673000', '135950.675000', '135950.678000', '135950.681000', '135950.684000', '135950.686000', '135950.689000', '135950.691000', '135950.694000', '135950.697000', '135950.699000', '135950.702000', '135950.704000', '135950.707000', '135950.710000', '135950.713000', '135950.715000', '135950.718000', '135950.721000', '135950.724000', '135950.727000', '135950.730000', '135950.733000', '135950.735000', '135950.738000', '135950.741000', '135950.743000', '135950.746000', '135950.748000', '135950.751000', '135950.754000', '135950.757000', '135950.759000', '135950.762000', '135950.764000', '135950.767000', '135950.770000', '135950.772000', '135950.775000', '135950.778000', '135950.780000', '135950.783000', '135950.786000', '140010.673000', '140010.675000', '140010.678000', '140010.681000', '140010.684000', '140010.686000', '140010.689000', '140010.692000', '140010.694000', '140010.697000', '140010.699000', '140010.702000', '140010.705000', '140010.707000', '140010.710000', '140010.713000', '140010.715000', '140010.718000', '140010.721000', '140010.723000', '140010.726000', '140010.728000', '140010.731000', '140010.733000', '140010.736000', '140010.739000', '140010.741000', '140010.744000', '140010.747000', '140010.749000', '140010.752000', '140010.754000', '140010.757000', '140010.760000', '140010.762000', '140010.765000', '140010.768000', '140010.770000', '140010.773000', '140010.775000', '140010.778000', '140010.781000', '140010.783000', '140010.786000', '140030.672000', '140030.675000', '140030.677000', '140030.680000', '140030.683000', '140030.685000', '140030.688000', '140030.690000', '140030.693000', '140030.696000', '140030.699000', '140030.701000', '140030.704000', '140030.707000', '140030.715000', '140030.718000', '140030.721000', '140030.723000', '140030.726000', '140030.729000', '140030.731000', '140030.734000', '140030.737000', '140030.739000', '140030.742000', '140030.744000', '140030.747000', '140030.750000', '140030.753000', '140030.755000', '140030.758000', '140030.760000', '140030.763000', '140030.766000', '140030.768000', '140030.771000', '140030.774000', '140030.776000', '140030.779000', '140030.781000', '140030.784000', '140030.787000', '140030.789000', '140050.673000', '140050.675000', '140050.678000', '140050.681000', '140050.683000', '140050.686000', '140050.689000', '140050.691000', '140050.694000', '140050.696000', '140050.699000', '140050.702000', '140050.704000', '140050.707000', '140050.710000', '140050.718000', '140050.721000', '140050.724000', '140050.726000', '140050.729000', '140050.732000', '140050.734000', '140050.737000', '140050.740000', '140050.742000', '140050.745000', '140050.747000', '140050.750000', '140050.753000', '140050.755000', '140050.758000', '140050.761000', '140050.764000', '140050.766000', '140050.769000', '140050.771000', '140050.774000', '140050.777000', '140050.779000', '140050.782000', '140050.785000', '140050.787000', '140050.790000', '140050.793000', '140110.672000', '140110.675000', '140110.678000', '140110.681000', '140110.683000', '140110.686000', '140110.689000', '140110.691000', '140110.694000', '140110.696000', '140110.699000', '140110.702000', '140110.704000', '140110.707000', '140110.710000', '140110.713000', '140110.717000', '140110.719000', '140110.722000', '140110.725000', '140110.727000', '140110.730000', '140110.733000', '140110.735000', '140110.738000', '140110.741000', '140110.743000', '140110.746000', '140110.749000', '140110.751000', '140110.754000', '140110.756000', '140110.759000', '140110.762000', '140110.765000', '140110.768000', '140110.770000', '140110.773000', '140110.775000', '140110.778000', '140110.781000', '140110.783000', '140110.786000', '140130.673000', '140130.675000', '140130.678000', '140130.681000', '140130.684000', '140130.686000', '140130.689000', '140130.691000', '140130.694000', '140130.697000', '140130.699000', '140130.702000', '140130.705000', '140130.707000', '140130.710000', '140130.713000', '140130.715000', '140130.718000', '140130.721000', '140130.723000', '140130.726000', '140130.728000', '140130.731000', '140130.734000', '140130.736000', '140130.739000', '140130.742000', '140130.744000', '140130.747000', '140130.750000', '140130.752000', '140130.755000', '140130.758000', '140130.760000', '140130.763000', '140130.766000', '140130.768000', '140130.771000', '140130.774000', '140130.777000', '140130.779000', '140130.782000', '140130.785000', '140130.787000', '140132.368000', '140132.371000', '140132.374000', '140132.377000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [10287, 12748, 11553, 9599, 14864, 12110, 12964, 12498, 10135, 13390, 10854, 12597, 11930, 10324, 11834, 9502, 9715, 12735, 9492, 10062, 9976, 8678, 9729, 8781, 7553, 8966, 9742, 8052, 8339, 9775, 7946, 8102, 9432, 8151, 8996, 9415, 8140, 9998, 8648, 10282, 10329, 7711, 9821, 7899, 10178, 8385, 10138, 8784, 9456, 9909, 7353, 9466, 7658, 9624, 7813, 8802, 8339, 7681, 9276, 7742, 10077, 7939, 10016, 8128, 9259, 8316, 10343, 8663, 7616, 8695, 7363, 9903, 7553, 11393, 8011, 9663, 8702, 8978, 8838, 8735, 8355, 8198, 8565, 7672, 9887, 7768, 10064, 7769, 10887, 8102, 9565, 8857, 9224, 9024, 7582, 9209, 7934, 10599, 8536, 10306, 8954, 9763, 9152, 8941, 9251, 8690, 10249, 9167, 10426, 8670, 10898, 7763, 11901, 8680, 10110, 8793, 7811, 9281, 8139, 11520, 8306, 9314, 8608, 8403, 9152, 8565, 9892, 8363, 10697, 9520, 10750, 9043, 9290, 8887, 8663, 9646, 8409, 10293, 7985, 10747, 7753, 9993, 7998, 9791, 8404, 8112, 8714, 7978, 9508, 7878, 9285, 8589, 9046, 8512, 8025, 8957, 7871, 9741, 8444, 9081, 8702, 9916, 8807, 9839, 8887, 9070, 8621, 8016, 9634, 8465, 10623, 8663, 10246, 8580, 9672, 8486, 8511, 10167, 8106, 10466, 8876, 10284, 8246, 9185, 8692, 8728, 9733, 8639, 9910, 8663, 9406, 8555, 9820, 8602, 8946, 8609, 9471, 10108, 11276, 11891, 11236, 11303, 9733, 11912, 9098, 12665, 9163, 13532, 10230, 11530, 9955, 9900, 10130, 8704, 9913, 8625, 8518, 9043, 8553, 10292, 8085, 8659, 8506, 8257, 9117, 7901, 9372, 8056, 7698, 8809, 9291, 9392, 8825, 9346, 8946, 10403, 9009, 8823, 9477, 8334, 9884, 8496, 11959, 8900, 10670, 8888, 9640, 8669, 9041, 9623, 8290, 10440, 9228, 11664, 9912, 11910, 9893, 9052, 10773, 8552, 10825, 9517, 8843, 10635, 8938, 11407, 9111, 8717, 9916, 8857, 12543, 9504, 10005, 9124, 9094, 10205, 8398, 9930, 9530, 8659, 10776, 8595, 10168, 9156, 8964, 10390, 8681, 10711, 9108, 8988, 9538, 8749, 10273, 8505, 10872, 8712, 9181, 8967, 9052, 10001, 8629, 10719, 8821, 10037, 8762, 8307, 9903, 8563, 10754, 8467, 10312, 8849, 8500, 9677, 8638, 11885, 8848, 10370, 9078, 8532, 9714, 8782, 11690, 8909, 10921, 9633, 10970, 9662, 11188, 10370, 8679, 10133, 9868, 9883, 9069, 10963, 8388, 11433, 8982, 10421, 8818, 8223, 8925, 8179, 9178, 9231, 9321, 8538, 9234, 9306, 8632, 9168, 8776, 9181, 8983, 9434, 9501, 10165, 9528, 11132, 9404, 11858, 9442, 9022, 9523, 8730, 11344, 9083, 13975, 10114, 12477, 10407, 9473, 10807, 9450, 12280, 8872, 12616, 8933, 10751, 9440, 10349, 9449, 8638, 9123, 9038, 10255, 9685, 10241, 9899, 9580, 9655, 9934, 9525, 9448, 9757, 10146, 9696, 8144, 9823, 9397, 9075, 9577, 11102, 9505, 11748, 9886, 11983, 9591, 10099, 9641, 10628, 8896, 11790, 9976, 10653, 10004, 10408, 10054, 9714, 9864, 9061, 9672, 9146, 9772, 10295, 9659, 8699, 10364, 9414, 13664, 10000, 13154, 9910, 12158, 9741, 9064, 9137, 9413, 10094, 10133, 9680, 10382, 9877, 8528, 10048, 10852, 9106, 9790, 9401, 7910, 9402, 9540, 9890, 9068, 9834, 9555, 8318, 9653, 9855, 9363, 9812, 10582, 10009, 11256, 9851, 11318, 9422, 10712, 10941, 9515, 11542, 9899, 12978, 9770, 11940, 9819, 8747, 9179, 9832, 10444, 9670, 8854, 9579, 9901, 12434, 9651, 12940, 9603, 12393, 9451, 11164, 9504, 8916, 10755, 9660, 13355, 9313, 12871, 9244, 10155, 9014, 9707, 9975, 9623, 11761, 8747, 11839, 9566, 10830, 9764, 8382, 9145, 9779, 9127, 9454, 7689, 8836, 7419, 8272, 8656, 7497, 8753, 7357, 9555, 10028, 7924, 8849, 8123, 10712, 8932, 12128, 9406, 10544, 8753, 8906, 10855, 8968, 12604, 9297, 12892, 9294, 9890, 8949, 10829, 12430, 9339, 11085, 11349, 11541, 9618, 12526, 10388, 9065, 11226, 11019, 9160, 8874, 9014, 9454, 9023, 9348, 9228, 9281, 9430, 9404, 9010, 10390, 8813, 9219, 9583, 9181, 10511, 9677, 9071, 9903, 8259, 9257, 8004, 8976, 8746, 9492, 9240, 8261, 9268, 7516, 10206, 7323, 9915, 7317, 9775, 8192, 7587, 8295, 9022, 8951, 7420, 8685, 7273, 8862, 8952, 8038, 10750, 7438, 11400, 7739, 11755, 8518, 11662, 8240, 11661, 8087, 10864, 8185, 7994, 8162, 8888, 8747, 7798, 9838, 7683, 10553, 7516, 11094, 7244, 11009, 7362, 10199, 7543, 8229, 7915, 8202, 8115, 8335, 9682, 7518, 10599, 7505, 10588, 7464, 8228, 8324, 8000, 9937, 8824, 10084, 8344, 10512, 8833, 9806, 7251, 9602, 8355, 8952, 7244, 10293, 7305, 9482, 7131, 9411, 8639, 7181, 9511, 7201, 11297, 7923, 12174, 8741, 12558, 8998, 12267, 8569, 11355, 7768, 11108, 7486, 11232, 7687, 9424, 8350, 8297, 9323, 8484, 11313, 8726, 11495, 8415, 11804, 10018, 12552, 9766, 12668, 9082, 12404, 7545, 12392, 7416, 11731, 7497, 11872, 7702, 9574, 8447, 9343, 9782, 7533, 9971, 7717, 10929, 7517, 10354, 8166, 9934, 7809, 7922, 9010, 7593, 10308, 9242, 11699, 8365, 12465, 7753, 12687, 7939, 12466, 7837, 12212, 7531, 11525, 7743, 9624, 8079, 7812, 9561, 10816, 10692, 8542, 10759, 8310, 11297, 8087, 11171, 7904, 10670, 7975, 8851, 8311, 8092, 9458, 7619, 9938, 8000, 10881, 8577, 10488, 9591, 10416, 11554, 11652, 10609, 7538, 10104, 9069, 8475, 9074, 8091, 10218, 10551, 10016, 10175, 9359, 10704, 8537, 14160, 10546, 17890, 14772, 10614, 8548, 8434, 8774, 9385, 10105, 9674, 9454, 9660, 10436, 9226, 11012, 11334, 9298, 9578, 10169, 9752, 9346, 8515, 10697, 9079, 8240, 10048, 7607, 8163, 9275, 7750, 10026, 8583, 9335, 10150, 7172, 6951, 8638, 8191, 10172, 7190, 10631, 7027, 10891, 7324, 9269, 7354, 8264, 7723, 9152, 8437, 9754, 9233, 10142, 9335, 10526, 8925, 10797, 9034, 10250, 8798, 9010, 8621, 7956, 8419, 7827, 8992, 8386, 10456, 7568, 9785, 8493, 8874, 8061, 8515, 7571, 8700, 7288, 8605, 7378, 8401, 7358, 8899, 7687, 8735, 7539, 9543, 8098, 9955, 8987, 11366, 8098, 10694, 9009, 10952, 8485, 11403, 8426, 9002, 7930, 7717, 8598, 8303, 10310, 8163, 9192, 8439, 8678, 8348, 8852, 8914, 11225, 10722, 9881, 9852, 10241, 9861, 12183, 9928, 14478, 9242, 11903, 8920, 11045, 7601, 10087, 7904, 9304, 7708, 8676, 8440, 8610, 10702, 8464, 11196, 8141, 10637, 8092, 10414, 8861, 9060, 7897, 8467, 8650, 8117, 9475, 8760, 10215, 8471, 9084, 8127, 8691, 8698, 9324, 8640, 9617, 8486, 9542, 8656, 9139, 9393, 10082, 8869, 9367, 8827, 10071, 9207, 9180, 8927, 9102, 8592, 8845, 8817, 9609, 8201, 8532, 8499, 10873, 8431, 10731, 8713, 10283, 9080, 8563, 7936, 8666, 8854, 8555, 9338, 9150, 10179, 8329, 9423, 8018, 7781, 8863, 8219, 9413, 8398, 10066, 8152, 10779, 8303, 10808, 8693, 10943, 8652, 11948, 8465, 10991, 8688, 11386, 8170, 11467, 7755, 9483, 8035, 8449, 9372, 8849, 11585, 8564, 11255, 8917, 8432, 8257, 8356, 8982, 8913, 11970, 9135, 11177, 8007, 8466, 8165, 8209, 9101, 8355, 9527, 9193, 10238, 8453, 10875, 9290, 8141, 8964, 8352, 12342, 8760, 10230, 8405, 7684, 9342, 8650, 10149, 8551, 10853, 9539, 8133, 9186, 8332, 10031, 8569, 11315, 9359, 11031, 8589, 8696, 10305, 8784, 11297, 9600, 10412, 9061, 9393, 12988, 8914, 10770, 9147, 8817, 11580, 9377, 8996, 9881, 8908, 10258, 8953, 8654, 8893, 7423, 9961, 8006, 7165, 9911, 7625, 7311, 8704, 7349, 11021, 8212, 9574, 14015, 12953, 10791, 9766, 13678, 9181, 7598, 9259, 9659, 10916, 9122, 10602, 9710, 8420, 9954, 7833, 9301, 9084, 8954, 10271, 8800, 8234, 9541, 8891, 8385, 9229, 8844, 12741, 10384, 10967, 13313, 12040, 11694, 13229, 10553, 9297, 11012, 9608, 9972, 9247, 9064, 10406, 8588, 9072, 8099, 8518, 7713, 8569, 8561, 7653, 11747, 9088, 11002, 9466, 8200, 8491, 8428, 7294, 7993, 8966, 9606, 11161, 10216, 11761, 11467, 10887, 12135, 10106, 10965, 8898, 13075, 11880, 10568, 12743, 8148, 11155, 10123, 9459, 9757, 8390, 7852, 8920], 'WindowCenter': [4543.0, 4536.0, 4511.0, 4494.0, 4512.0, 4492.0, 4497.0, 4490.0, 4424.0, 4445.0, 4381.0, 4391.0, 4392.0, 4387.0, 4411.0, 4403.0, 4405.0, 4435.0, 4392.0, 4462.0, 4443.0, 4450.0, 4457.0, 4417.0, 4408.0, 4418.0, 4428.0, 4406.0, 4406.0, 4426.0, 4415.0, 4409.0, 4430.0, 4411.0, 4420.0, 4430.0, 4411.0, 4429.0, 4420.0, 4428.0, 4428.0, 4397.0, 4428.0, 4408.0, 4429.0, 4409.0, 4429.0, 4428.0, 4428.0, 4428.0, 4397.0, 4416.0, 4398.0, 4427.0, 4402.0, 4419.0, 4420.0, 4410.0, 4432.0, 4410.0, 4430.0, 4409.0, 4428.0, 4408.0, 4420.0, 4428.0, 4440.0, 4421.0, 4410.0, 4420.0, 4399.0, 4441.0, 4410.0, 4450.0, 4423.0, 4442.0, 4434.0, 4430.0, 4432.0, 4420.0, 4421.0, 4422.0, 4437.0, 4412.0, 4445.0, 4412.0, 4431.0, 4410.0, 4440.0, 4411.0, 4431.0, 4433.0, 4431.0, 4433.0, 4410.0, 4438.0, 4422.0, 4453.0, 4435.0, 4454.0, 4434.0, 4428.0, 4433.0, 4420.0, 4432.0, 4420.0, 4441.0, 4418.0, 4439.0, 4409.0, 4438.0, 4399.0, 4448.0, 4419.0, 4427.0, 4407.0, 4396.0, 4416.0, 4413.0, 4450.0, 4421.0, 4430.0, 4421.0, 4410.0, 4430.0, 4420.0, 4442.0, 4422.0, 4440.0, 4432.0, 4439.0, 4421.0, 4418.0, 4420.0, 4407.0, 4429.0, 4409.0, 4428.0, 4397.0, 4438.0, 4398.0, 4427.0, 4408.0, 4427.0, 4410.0, 4423.0, 4434.0, 4423.0, 4444.0, 4424.0, 4433.0, 4434.0, 4435.0, 4437.0, 4424.0, 4434.0, 4413.0, 4433.0, 4411.0, 4420.0, 4421.0, 4429.0, 4420.0, 4429.0, 4420.0, 4417.0, 4408.0, 4416.0, 4418.0, 4407.0, 4439.0, 4407.0, 4427.0, 4407.0, 4431.0, 4408.0, 4407.0, 4428.0, 4396.0, 4426.0, 4406.0, 4426.0, 4408.0, 4418.0, 4407.0, 4407.0, 4425.0, 4408.0, 4428.0, 4420.0, 4430.0, 4421.0, 4429.0, 4423.0, 4420.0, 4412.0, 4417.0, 4431.0, 4439.0, 4450.0, 4438.0, 4439.0, 4415.0, 4435.0, 4393.0, 4445.0, 4403.0, 4443.0, 4414.0, 4420.0, 4400.0, 4398.0, 4400.0, 4392.0, 4399.0, 4390.0, 4390.0, 4391.0, 4392.0, 4413.0, 4397.0, 4404.0, 4405.0, 4407.0, 4419.0, 4410.0, 4418.0, 4411.0, 4400.0, 4433.0, 4433.0, 4444.0, 4447.0, 4445.0, 4436.0, 4457.0, 4437.0, 4434.0, 4434.0, 4411.0, 4433.0, 4420.0, 4454.0, 4424.0, 4442.0, 4422.0, 4443.0, 4422.0, 4420.0, 4444.0, 4410.0, 4440.0, 4420.0, 4451.0, 4430.0, 4449.0, 4430.0, 4406.0, 4426.0, 4395.0, 4427.0, 4416.0, 4405.0, 4426.0, 4404.0, 4423.0, 4405.0, 4394.0, 4416.0, 4410.0, 4436.0, 4416.0, 4402.0, 4402.0, 4392.0, 4425.0, 4395.0, 4414.0, 4415.0, 4405.0, 4425.0, 4405.0, 4412.0, 4417.0, 4418.0, 4427.0, 4407.0, 4426.0, 4406.0, 4404.0, 4415.0, 4408.0, 4429.0, 4408.0, 4438.0, 4407.0, 4404.0, 4406.0, 4418.0, 4427.0, 4409.0, 4428.0, 4406.0, 4414.0, 4405.0, 4406.0, 4427.0, 4407.0, 4438.0, 4407.0, 4426.0, 4407.0, 4408.0, 4418.0, 4408.0, 4450.0, 4419.0, 4426.0, 4408.0, 4420.0, 4429.0, 4408.0, 4450.0, 4419.0, 4438.0, 4418.0, 4438.0, 4419.0, 4444.0, 4434.0, 4394.0, 4415.0, 4421.0, 4413.0, 4403.0, 4433.0, 4402.0, 4435.0, 4406.0, 4425.0, 4407.0, 4406.0, 4406.0, 4407.0, 4418.0, 4432.0, 4431.0, 4422.0, 4431.0, 4433.0, 4422.0, 4434.0, 4456.0, 4448.0, 4449.0, 4449.0, 4450.0, 4446.0, 4448.0, 4456.0, 4435.0, 4453.0, 4433.0, 4409.0, 4420.0, 4408.0, 4441.0, 4427.0, 4461.0, 4430.0, 4438.0, 4435.0, 4405.0, 4427.0, 4416.0, 4436.0, 4406.0, 4434.0, 4404.0, 4425.0, 4418.0, 4415.0, 4418.0, 4409.0, 4418.0, 4419.0, 4431.0, 4419.0, 4429.0, 4430.0, 4418.0, 4419.0, 4437.0, 4433.0, 4432.0, 4432.0, 4441.0, 4433.0, 4412.0, 4433.0, 4435.0, 4436.0, 4445.0, 4457.0, 4455.0, 4467.0, 4430.0, 4455.0, 4420.0, 4433.0, 4416.0, 4430.0, 4408.0, 4438.0, 4418.0, 4428.0, 4430.0, 4430.0, 4432.0, 4431.0, 4444.0, 4422.0, 4421.0, 4421.0, 4420.0, 4431.0, 4420.0, 4409.0, 4430.0, 4403.0, 4449.0, 4416.0, 4436.0, 4416.0, 4424.0, 4405.0, 4395.0, 4410.0, 4406.0, 4415.0, 4414.0, 4423.0, 4416.0, 4419.0, 4395.0, 4417.0, 4425.0, 4407.0, 4414.0, 4406.0, 4383.0, 4406.0, 4416.0, 4416.0, 4407.0, 4417.0, 4430.0, 4409.0, 4419.0, 4431.0, 4432.0, 4444.0, 4444.0, 4446.0, 4445.0, 4432.0, 4441.0, 4423.0, 4430.0, 4430.0, 4407.0, 4428.0, 4416.0, 4446.0, 4416.0, 4436.0, 4416.0, 4406.0, 4418.0, 4420.0, 4428.0, 4438.0, 4420.0, 4420.0, 4420.0, 4450.0, 4418.0, 4437.0, 4406.0, 4438.0, 4406.0, 4424.0, 4407.0, 4393.0, 4414.0, 4410.0, 4432.0, 4404.0, 4439.0, 4404.0, 4408.0, 4393.0, 4403.0, 4403.0, 4390.0, 4421.0, 4393.0, 4425.0, 4404.0, 4412.0, 4404.0, 4395.0, 4405.0, 4427.0, 4417.0, 4431.0, 4414.0, 4415.0, 4455.0, 4443.0, 4434.0, 4427.0, 4448.0, 4425.0, 4421.0, 4450.0, 4435.0, 4427.0, 4443.0, 4489.0, 4412.0, 4431.0, 4428.0, 4420.0, 4444.0, 4399.0, 4434.0, 4399.0, 4428.0, 4428.0, 4472.0, 4429.0, 4426.0, 4416.0, 4407.0, 4426.0, 4383.0, 4391.0, 4403.0, 4405.0, 4396.0, 4415.0, 4392.0, 4373.0, 4389.0, 4391.0, 4369.0, 4358.0, 4355.0, 4367.0, 4367.0, 4368.0, 4387.0, 4381.0, 4385.0, 4395.0, 4397.0, 4408.0, 4397.0, 4409.0, 4408.0, 4399.0, 4422.0, 4411.0, 4402.0, 4422.0, 4405.0, 4412.0, 4405.0, 4414.0, 4415.0, 4424.0, 4426.0, 4417.0, 4426.0, 4408.0, 4438.0, 4409.0, 4436.0, 4423.0, 4467.0, 4416.0, 4404.0, 4434.0, 4441.0, 4440.0, 4409.0, 4429.0, 4421.0, 4442.0, 4445.0, 4434.0, 4464.0, 4412.0, 4461.0, 4409.0, 4458.0, 4430.0, 4447.0, 4418.0, 4446.0, 4407.0, 4434.0, 4416.0, 4405.0, 4415.0, 4426.0, 4426.0, 4407.0, 4438.0, 4407.0, 4435.0, 4405.0, 4444.0, 4406.0, 4446.0, 4406.0, 4437.0, 4422.0, 4425.0, 4419.0, 4424.0, 4419.0, 4429.0, 4438.0, 4421.0, 4450.0, 4411.0, 4449.0, 4410.0, 4418.0, 4419.0, 4418.0, 4438.0, 4426.0, 4439.0, 4417.0, 4448.0, 4428.0, 4438.0, 4394.0, 4424.0, 4414.0, 4424.0, 4408.0, 4435.0, 4408.0, 4437.0, 4411.0, 4441.0, 4438.0, 4423.0, 4455.0, 4422.0, 4475.0, 4423.0, 4461.0, 4429.0, 4466.0, 4415.0, 4454.0, 4404.0, 4443.0, 4394.0, 4434.0, 4394.0, 4441.0, 4394.0, 4414.0, 4405.0, 4416.0, 4426.0, 4419.0, 4448.0, 4418.0, 4444.0, 4407.0, 4434.0, 4424.0, 4431.0, 4411.0, 4431.0, 4399.0, 4429.0, 4378.0, 4427.0, 4368.0, 4418.0, 4378.0, 4430.0, 4390.0, 4408.0, 4399.0, 4412.0, 4422.0, 4392.0, 4421.0, 4392.0, 4432.0, 4398.0, 4436.0, 4418.0, 4425.0, 4394.0, 4404.0, 4415.0, 4412.0, 4435.0, 4415.0, 4446.0, 4403.0, 4445.0, 4399.0, 4457.0, 4403.0, 4443.0, 4395.0, 4443.0, 4392.0, 4430.0, 4392.0, 4417.0, 4393.0, 4391.0, 4422.0, 4432.0, 4421.0, 4401.0, 4434.0, 4404.0, 4446.0, 4392.0, 4432.0, 4406.0, 4435.0, 4405.0, 4414.0, 4413.0, 4406.0, 4426.0, 4407.0, 4438.0, 4419.0, 4450.0, 4432.0, 4466.0, 4454.0, 4455.0, 4452.0, 4360.0, 4404.0, 4377.0, 4418.0, 4410.0, 4399.0, 4414.0, 4398.0, 4429.0, 4474.0, 4425.0, 4442.0, 4428.0, 4425.0, 4317.0, 4417.0, 4357.0, 4383.0, 4415.0, 4400.0, 4393.0, 4406.0, 4406.0, 4429.0, 4427.0, 4412.0, 4430.0, 4382.0, 4392.0, 4372.0, 4395.0, 4434.0, 4432.0, 4417.0, 4423.0, 4415.0, 4428.0, 4373.0, 4414.0, 4400.0, 4373.0, 4397.0, 4408.0, 4393.0, 4401.0, 4393.0, 4426.0, 4416.0, 4426.0, 4438.0, 4397.0, 4384.0, 4417.0, 4408.0, 4438.0, 4398.0, 4439.0, 4399.0, 4440.0, 4400.0, 4418.0, 4411.0, 4419.0, 4410.0, 4441.0, 4423.0, 4442.0, 4446.0, 4440.0, 4430.0, 4436.0, 4419.0, 4435.0, 4424.0, 4425.0, 4418.0, 4429.0, 4431.0, 4416.0, 4421.0, 4411.0, 4433.0, 4422.0, 4453.0, 4411.0, 4431.0, 4420.0, 4420.0, 4408.0, 4419.0, 4397.0, 4419.0, 4397.0, 4418.0, 4410.0, 4421.0, 4399.0, 4431.0, 4409.0, 4421.0, 4408.0, 4430.0, 4409.0, 4427.0, 4418.0, 4436.0, 4392.0, 4424.0, 4403.0, 4423.0, 4407.0, 4435.0, 4406.0, 4415.0, 4395.0, 4395.0, 4405.0, 4419.0, 4440.0, 4421.0, 4430.0, 4421.0, 4419.0, 4408.0, 4417.0, 4433.0, 4438.0, 4436.0, 4413.0, 4414.0, 4411.0, 4412.0, 4430.0, 4400.0, 4452.0, 4400.0, 4416.0, 4395.0, 4405.0, 4374.0, 4406.0, 4376.0, 4399.0, 4391.0, 4403.0, 4393.0, 4403.0, 4422.0, 4403.0, 4432.0, 4394.0, 4424.0, 4395.0, 4437.0, 4417.0, 4416.0, 4396.0, 4405.0, 4417.0, 4396.0, 4418.0, 4405.0, 4425.0, 4413.0, 4417.0, 4406.0, 4405.0, 4404.0, 4416.0, 4405.0, 4423.0, 4405.0, 4415.0, 4424.0, 4417.0, 4417.0, 4427.0, 4415.0, 4415.0, 4417.0, 4414.0, 4415.0, 4414.0, 4415.0, 4416.0, 4418.0, 4416.0, 4416.0, 4426.0, 4407.0, 4415.0, 4417.0, 4438.0, 4419.0, 4449.0, 4422.0, 4437.0, 4419.0, 4405.0, 4406.0, 4412.0, 4415.0, 4417.0, 4416.0, 4429.0, 4437.0, 4419.0, 4427.0, 4408.0, 4408.0, 4431.0, 4432.0, 4431.0, 4420.0, 4439.0, 4410.0, 4439.0, 4410.0, 4438.0, 4419.0, 4438.0, 4407.0, 4435.0, 4393.0, 4424.0, 4402.0, 4424.0, 4392.0, 4434.0, 4393.0, 4412.0, 4401.0, 4393.0, 4415.0, 4414.0, 4446.0, 4420.0, 4437.0, 4418.0, 4407.0, 4408.0, 4407.0, 4418.0, 4420.0, 4450.0, 4419.0, 4438.0, 4409.0, 4407.0, 4408.0, 4407.0, 4418.0, 4420.0, 4429.0, 4421.0, 4455.0, 4426.0, 4449.0, 4421.0, 4410.0, 4435.0, 4422.0, 4461.0, 4421.0, 4439.0, 4410.0, 4411.0, 4434.0, 4434.0, 4442.0, 4434.0, 4452.0, 4433.0, 4411.0, 4432.0, 4421.0, 4441.0, 4422.0, 4438.0, 4417.0, 4438.0, 4420.0, 4417.0, 4428.0, 4407.0, 4436.0, 4416.0, 4437.0, 4419.0, 4419.0, 4471.0, 4418.0, 4436.0, 4415.0, 4419.0, 4450.0, 4430.0, 4415.0, 4453.0, 4380.0, 4472.0, 4405.0, 4444.0, 4432.0, 4411.0, 4427.0, 4408.0, 4399.0, 4449.0, 4426.0, 4414.0, 4434.0, 4420.0, 4463.0, 4435.0, 4444.0, 4474.0, 4434.0, 4410.0, 4412.0, 4474.0, 4429.0, 4395.0, 4375.0, 4382.0, 4407.0, 4383.0, 4421.0, 4408.0, 4389.0, 4433.0, 4364.0, 4391.0, 4445.0, 4443.0, 4466.0, 4444.0, 4434.0, 4476.0, 4457.0, 4434.0, 4455.0, 4444.0, 4485.0, 4454.0, 4453.0, 4458.0, 4448.0, 4436.0, 4432.0, 4410.0, 4386.0, 4406.0, 4396.0, 4392.0, 4384.0, 4386.0, 4405.0, 4386.0, 4386.0, 4386.0, 4400.0, 4403.0, 4428.0, 4408.0, 4369.0, 4424.0, 4407.0, 4425.0, 4384.0, 4482.0, 4462.0, 4446.0, 4437.0, 4433.0, 4445.0, 4441.0, 4476.0, 4465.0, 4473.0, 4462.0, 4450.0, 4459.0, 4437.0, 4436.0, 4415.0, 4454.0, 4432.0, 4409.0, 4426.0, 4388.0, 4417.0, 4408.0, 4410.0, 4407.0, 4401.0, 4391.0, 4403.0], 'WindowWidth': [9976.0, 9950.0, 9907.0, 9876.0, 9891.0, 9860.0, 9866.0, 9855.0, 9737.0, 9766.0, 9649.0, 9663.0, 9667.0, 9667.0, 9707.0, 9699.0, 9704.0, 9747.0, 9684.0, 9815.0, 9777.0, 9798.0, 9803.0, 9732.0, 9724.0, 9735.0, 9749.0, 9718.0, 9718.0, 9743.0, 9735.0, 9725.0, 9755.0, 9731.0, 9741.0, 9754.0, 9730.0, 9753.0, 9743.0, 9749.0, 9750.0, 9707.0, 9748.0, 9721.0, 9750.0, 9724.0, 9753.0, 9756.0, 9749.0, 9749.0, 9706.0, 9729.0, 9709.0, 9748.0, 9718.0, 9739.0, 9743.0, 9730.0, 9761.0, 9728.0, 9755.0, 9725.0, 9749.0, 9722.0, 9738.0, 9755.0, 9768.0, 9746.0, 9729.0, 9740.0, 9713.0, 9771.0, 9727.0, 9782.0, 9753.0, 9777.0, 9767.0, 9755.0, 9761.0, 9742.0, 9745.0, 9746.0, 9772.0, 9735.0, 9783.0, 9732.0, 9757.0, 9727.0, 9767.0, 9730.0, 9759.0, 9763.0, 9758.0, 9763.0, 9728.0, 9768.0, 9747.0, 9792.0, 9770.0, 9793.0, 9767.0, 9753.0, 9762.0, 9741.0, 9758.0, 9740.0, 9770.0, 9735.0, 9764.0, 9721.0, 9760.0, 9713.0, 9776.0, 9738.0, 9745.0, 9719.0, 9702.0, 9730.0, 9733.0, 9782.0, 9745.0, 9756.0, 9743.0, 9727.0, 9754.0, 9741.0, 9773.0, 9747.0, 9769.0, 9758.0, 9764.0, 9743.0, 9734.0, 9738.0, 9717.0, 9751.0, 9723.0, 9746.0, 9703.0, 9761.0, 9706.0, 9743.0, 9721.0, 9746.0, 9726.0, 9751.0, 9765.0, 9750.0, 9779.0, 9753.0, 9762.0, 9766.0, 9768.0, 9773.0, 9753.0, 9767.0, 9735.0, 9763.0, 9729.0, 9739.0, 9744.0, 9751.0, 9740.0, 9749.0, 9740.0, 9731.0, 9721.0, 9736.0, 9734.0, 9718.0, 9763.0, 9717.0, 9743.0, 9717.0, 9753.0, 9720.0, 9719.0, 9749.0, 9702.0, 9742.0, 9714.0, 9741.0, 9720.0, 9733.0, 9717.0, 9717.0, 9745.0, 9720.0, 9747.0, 9739.0, 9756.0, 9744.0, 9752.0, 9748.0, 9738.0, 9729.0, 9731.0, 9757.0, 9766.0, 9781.0, 9760.0, 9764.0, 9722.0, 9751.0, 9689.0, 9766.0, 9706.0, 9760.0, 9720.0, 9721.0, 9694.0, 9689.0, 9696.0, 9688.0, 9695.0, 9683.0, 9681.0, 9686.0, 9688.0, 9717.0, 9701.0, 9708.0, 9711.0, 9716.0, 9735.0, 9726.0, 9735.0, 9727.0, 9712.0, 9760.0, 9762.0, 9780.0, 9789.0, 9784.0, 9774.0, 9799.0, 9775.0, 9764.0, 9764.0, 9729.0, 9762.0, 9740.0, 9790.0, 9751.0, 9773.0, 9746.0, 9776.0, 9748.0, 9741.0, 9779.0, 9726.0, 9767.0, 9738.0, 9782.0, 9753.0, 9774.0, 9753.0, 9712.0, 9739.0, 9696.0, 9746.0, 9729.0, 9710.0, 9741.0, 9707.0, 9733.0, 9709.0, 9693.0, 9727.0, 9720.0, 9755.0, 9726.0, 9701.0, 9701.0, 9686.0, 9737.0, 9699.0, 9720.0, 9724.0, 9711.0, 9738.0, 9711.0, 9718.0, 9729.0, 9732.0, 9743.0, 9716.0, 9741.0, 9714.0, 9708.0, 9725.0, 9721.0, 9748.0, 9719.0, 9760.0, 9716.0, 9709.0, 9713.0, 9735.0, 9745.0, 9720.0, 9746.0, 9715.0, 9721.0, 9711.0, 9717.0, 9745.0, 9717.0, 9760.0, 9719.0, 9741.0, 9718.0, 9722.0, 9735.0, 9720.0, 9782.0, 9736.0, 9742.0, 9719.0, 9740.0, 9752.0, 9722.0, 9781.0, 9737.0, 9762.0, 9734.0, 9761.0, 9737.0, 9769.0, 9755.0, 9694.0, 9723.0, 9730.0, 9719.0, 9703.0, 9752.0, 9710.0, 9751.0, 9714.0, 9737.0, 9716.0, 9712.0, 9713.0, 9715.0, 9732.0, 9758.0, 9755.0, 9745.0, 9755.0, 9763.0, 9746.0, 9763.0, 9806.0, 9790.0, 9792.0, 9793.0, 9795.0, 9783.0, 9786.0, 9797.0, 9764.0, 9785.0, 9758.0, 9720.0, 9736.0, 9717.0, 9767.0, 9748.0, 9795.0, 9750.0, 9758.0, 9754.0, 9708.0, 9742.0, 9724.0, 9754.0, 9709.0, 9747.0, 9703.0, 9736.0, 9728.0, 9722.0, 9731.0, 9721.0, 9731.0, 9733.0, 9752.0, 9732.0, 9748.0, 9748.0, 9731.0, 9734.0, 9762.0, 9760.0, 9759.0, 9758.0, 9767.0, 9758.0, 9730.0, 9757.0, 9763.0, 9768.0, 9778.0, 9799.0, 9799.0, 9813.0, 9753.0, 9791.0, 9734.0, 9758.0, 9730.0, 9748.0, 9716.0, 9757.0, 9728.0, 9744.0, 9749.0, 9750.0, 9756.0, 9752.0, 9776.0, 9741.0, 9740.0, 9735.0, 9733.0, 9749.0, 9735.0, 9718.0, 9748.0, 9705.0, 9772.0, 9722.0, 9752.0, 9722.0, 9732.0, 9705.0, 9692.0, 9717.0, 9709.0, 9721.0, 9715.0, 9736.0, 9724.0, 9732.0, 9695.0, 9727.0, 9735.0, 9711.0, 9717.0, 9710.0, 9673.0, 9709.0, 9722.0, 9725.0, 9714.0, 9728.0, 9752.0, 9719.0, 9733.0, 9753.0, 9757.0, 9776.0, 9772.0, 9781.0, 9774.0, 9753.0, 9766.0, 9744.0, 9747.0, 9748.0, 9712.0, 9742.0, 9723.0, 9765.0, 9724.0, 9753.0, 9724.0, 9711.0, 9730.0, 9733.0, 9743.0, 9762.0, 9737.0, 9735.0, 9732.0, 9775.0, 9729.0, 9755.0, 9709.0, 9756.0, 9710.0, 9730.0, 9714.0, 9684.0, 9716.0, 9709.0, 9739.0, 9703.0, 9757.0, 9704.0, 9706.0, 9686.0, 9698.0, 9699.0, 9677.0, 9721.0, 9685.0, 9733.0, 9703.0, 9711.0, 9702.0, 9694.0, 9709.0, 9741.0, 9727.0, 9750.0, 9734.0, 9724.0, 9818.0, 9787.0, 9769.0, 9765.0, 9792.0, 9756.0, 9736.0, 9793.0, 9773.0, 9746.0, 9787.0, 9860.0, 9721.0, 9742.0, 9754.0, 9728.0, 9789.0, 9698.0, 9753.0, 9696.0, 9735.0, 9751.0, 9818.0, 9753.0, 9745.0, 9729.0, 9704.0, 9730.0, 9666.0, 9673.0, 9694.0, 9698.0, 9686.0, 9711.0, 9678.0, 9651.0, 9670.0, 9673.0, 9640.0, 9624.0, 9616.0, 9635.0, 9636.0, 9640.0, 9672.0, 9662.0, 9673.0, 9685.0, 9693.0, 9708.0, 9694.0, 9713.0, 9708.0, 9699.0, 9732.0, 9718.0, 9708.0, 9733.0, 9717.0, 9723.0, 9717.0, 9729.0, 9731.0, 9743.0, 9748.0, 9735.0, 9748.0, 9728.0, 9767.0, 9729.0, 9761.0, 9754.0, 9821.0, 9731.0, 9713.0, 9771.0, 9777.0, 9772.0, 9731.0, 9758.0, 9751.0, 9780.0, 9789.0, 9770.0, 9810.0, 9738.0, 9801.0, 9730.0, 9793.0, 9759.0, 9778.0, 9739.0, 9773.0, 9723.0, 9752.0, 9732.0, 9716.0, 9732.0, 9747.0, 9749.0, 9724.0, 9768.0, 9723.0, 9758.0, 9720.0, 9770.0, 9725.0, 9775.0, 9723.0, 9763.0, 9749.0, 9753.0, 9742.0, 9750.0, 9743.0, 9755.0, 9767.0, 9748.0, 9785.0, 9735.0, 9783.0, 9733.0, 9738.0, 9741.0, 9737.0, 9764.0, 9745.0, 9768.0, 9738.0, 9778.0, 9752.0, 9764.0, 9700.0, 9740.0, 9727.0, 9743.0, 9726.0, 9758.0, 9727.0, 9764.0, 9733.0, 9775.0, 9773.0, 9756.0, 9797.0, 9752.0, 9826.0, 9754.0, 9799.0, 9754.0, 9806.0, 9726.0, 9783.0, 9709.0, 9768.0, 9699.0, 9751.0, 9699.0, 9763.0, 9698.0, 9723.0, 9714.0, 9730.0, 9745.0, 9739.0, 9777.0, 9736.0, 9767.0, 9718.0, 9751.0, 9737.0, 9745.0, 9715.0, 9741.0, 9698.0, 9736.0, 9666.0, 9729.0, 9651.0, 9720.0, 9668.0, 9737.0, 9687.0, 9708.0, 9700.0, 9719.0, 9733.0, 9691.0, 9731.0, 9693.0, 9745.0, 9709.0, 9759.0, 9737.0, 9740.0, 9701.0, 9711.0, 9728.0, 9728.0, 9755.0, 9726.0, 9771.0, 9709.0, 9767.0, 9707.0, 9788.0, 9710.0, 9763.0, 9701.0, 9762.0, 9693.0, 9740.0, 9693.0, 9725.0, 9695.0, 9691.0, 9734.0, 9745.0, 9730.0, 9703.0, 9750.0, 9713.0, 9772.0, 9694.0, 9747.0, 9717.0, 9754.0, 9717.0, 9727.0, 9728.0, 9718.0, 9745.0, 9723.0, 9766.0, 9742.0, 9782.0, 9764.0, 9814.0, 9797.0, 9799.0, 9787.0, 9610.0, 9697.0, 9670.0, 9728.0, 9719.0, 9702.0, 9726.0, 9701.0, 9745.0, 9834.0, 9746.0, 9775.0, 9748.0, 9740.0, 9538.0, 9710.0, 9606.0, 9644.0, 9704.0, 9687.0, 9690.0, 9716.0, 9716.0, 9755.0, 9747.0, 9719.0, 9758.0, 9659.0, 9672.0, 9647.0, 9684.0, 9752.0, 9763.0, 9731.0, 9735.0, 9728.0, 9751.0, 9650.0, 9716.0, 9700.0, 9651.0, 9690.0, 9725.0, 9694.0, 9704.0, 9696.0, 9745.0, 9734.0, 9745.0, 9763.0, 9708.0, 9685.0, 9733.0, 9721.0, 9763.0, 9710.0, 9769.0, 9714.0, 9768.0, 9716.0, 9737.0, 9733.0, 9740.0, 9731.0, 9774.0, 9750.0, 9775.0, 9783.0, 9767.0, 9756.0, 9757.0, 9737.0, 9753.0, 9743.0, 9740.0, 9735.0, 9755.0, 9759.0, 9739.0, 9747.0, 9733.0, 9764.0, 9747.0, 9791.0, 9728.0, 9757.0, 9741.0, 9740.0, 9722.0, 9738.0, 9706.0, 9738.0, 9706.0, 9736.0, 9729.0, 9744.0, 9713.0, 9760.0, 9725.0, 9743.0, 9722.0, 9753.0, 9726.0, 9747.0, 9732.0, 9756.0, 9689.0, 9734.0, 9704.0, 9735.0, 9717.0, 9754.0, 9716.0, 9726.0, 9700.0, 9699.0, 9715.0, 9739.0, 9769.0, 9745.0, 9757.0, 9743.0, 9737.0, 9723.0, 9732.0, 9763.0, 9761.0, 9756.0, 9719.0, 9721.0, 9713.0, 9717.0, 9737.0, 9698.0, 9773.0, 9699.0, 9715.0, 9689.0, 9696.0, 9661.0, 9698.0, 9661.0, 9696.0, 9690.0, 9707.0, 9693.0, 9706.0, 9731.0, 9708.0, 9743.0, 9698.0, 9736.0, 9701.0, 9758.0, 9733.0, 9728.0, 9702.0, 9712.0, 9732.0, 9701.0, 9733.0, 9711.0, 9738.0, 9728.0, 9732.0, 9716.0, 9714.0, 9711.0, 9729.0, 9712.0, 9741.0, 9712.0, 9726.0, 9744.0, 9731.0, 9732.0, 9744.0, 9725.0, 9725.0, 9733.0, 9723.0, 9725.0, 9724.0, 9725.0, 9729.0, 9736.0, 9731.0, 9731.0, 9745.0, 9719.0, 9729.0, 9735.0, 9760.0, 9739.0, 9778.0, 9744.0, 9760.0, 9737.0, 9715.0, 9715.0, 9724.0, 9726.0, 9733.0, 9730.0, 9750.0, 9760.0, 9741.0, 9747.0, 9723.0, 9725.0, 9760.0, 9763.0, 9758.0, 9743.0, 9767.0, 9728.0, 9766.0, 9728.0, 9762.0, 9737.0, 9765.0, 9718.0, 9755.0, 9694.0, 9735.0, 9704.0, 9733.0, 9692.0, 9748.0, 9696.0, 9719.0, 9710.0, 9693.0, 9724.0, 9722.0, 9770.0, 9738.0, 9759.0, 9734.0, 9718.0, 9719.0, 9716.0, 9730.0, 9739.0, 9777.0, 9736.0, 9759.0, 9722.0, 9717.0, 9718.0, 9715.0, 9731.0, 9739.0, 9749.0, 9738.0, 9795.0, 9755.0, 9780.0, 9738.0, 9724.0, 9766.0, 9744.0, 9795.0, 9743.0, 9764.0, 9724.0, 9727.0, 9761.0, 9764.0, 9773.0, 9765.0, 9786.0, 9761.0, 9729.0, 9759.0, 9744.0, 9772.0, 9742.0, 9762.0, 9733.0, 9761.0, 9738.0, 9733.0, 9749.0, 9717.0, 9756.0, 9728.0, 9758.0, 9736.0, 9736.0, 9810.0, 9735.0, 9753.0, 9725.0, 9738.0, 9780.0, 9753.0, 9725.0, 9796.0, 9657.0, 9833.0, 9710.0, 9788.0, 9764.0, 9735.0, 9750.0, 9726.0, 9714.0, 9791.0, 9764.0, 9743.0, 9770.0, 9752.0, 9808.0, 9774.0, 9779.0, 9819.0, 9744.0, 9707.0, 9713.0, 9820.0, 9752.0, 9702.0, 9652.0, 9659.0, 9702.0, 9662.0, 9729.0, 9709.0, 9683.0, 9753.0, 9641.0, 9675.0, 9783.0, 9782.0, 9814.0, 9785.0, 9771.0, 9839.0, 9806.0, 9770.0, 9800.0, 9786.0, 9840.0, 9798.0, 9793.0, 9795.0, 9779.0, 9756.0, 9748.0, 9713.0, 9677.0, 9702.0, 9687.0, 9678.0, 9671.0, 9675.0, 9700.0, 9677.0, 9675.0, 9680.0, 9703.0, 9714.0, 9755.0, 9720.0, 9653.0, 9730.0, 9713.0, 9731.0, 9663.0, 9864.0, 9826.0, 9796.0, 9783.0, 9771.0, 9790.0, 9777.0, 9833.0, 9814.0, 9821.0, 9808.0, 9785.0, 9800.0, 9763.0, 9761.0, 9731.0, 9778.0, 9746.0, 9709.0, 9732.0, 9681.0, 9718.0, 9711.0, 9713.0, 9708.0, 9703.0, 9689.0, 9708.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.012905677083333334</td></tr>
<tr><td colspan=3>aqi</td><td>0.15058310364583333</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.50456467142489</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1071149463770653</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0306911604778464</td></tr>
<tr><td colspan=3>efc</td><td>0.5532</td></tr>
<tr><td colspan=3>fber</td><td>2094.0911</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2638286252696528</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>263</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.82986111111111</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7284657053422605</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5385857576572173</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9947778376898415</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6520335206797228</td></tr>
<tr><td colspan=3>gcor</td><td>0.00697098</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020426349714398384</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06865217536687851</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>4.9463108927963155</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.6015</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>85.8519</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>279.5736</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>80.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283771.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1209.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.6408</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6016</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.0041</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3569.6458</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3677.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>743.3783</td></tr>
<tr><td colspan=3>tsnr</td><td>16.783163816668093</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>