<?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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-03/func/sub-0044_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>67ad4350c4738026b284a7067c90de78</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>18:17:33.405000</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_VE11C_LATEST_20160120</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.997707, -0.0304995, 0.0604267, 0.0283913, 0.998968, 0.0354458]</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.0970284</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7706, -7237, 475, -27, 4, 53, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>229.302</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2344ae42-937d-4aa6-8f37-c860216c3d4e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6767737865448, 0.07617177069187164, 0.16590268909931183, 105.44036865234375], [0.08182799816131592, 2.680158853530884, 0.09085210412740707, -103.55232238769531], [0.16212043166160583, -0.09509852528572083, 2.693366289138794, -56.13753128051758], [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': ['181733.405000', '181733.865000', '181734.325000', '181734.785000', '181735.245000', '181735.705000', '181736.165000', '181736.625000', '181737.085000', '181737.545000', '181738.005000', '181738.465000', '181738.925000', '181739.385000', '181739.845000', '181740.305000', '181740.765000', '181741.225000', '181741.685000', '181742.145000', '181742.605000', '181743.065000', '181743.525000', '181743.985000', '181744.445000', '181744.905000', '181745.365000', '181745.825000', '181746.285000', '181746.745000', '181747.205000', '181747.665000', '181748.125000', '181748.585000', '181749.045000', '181749.505000', '181749.965000', '181750.425000', '181750.885000', '181751.345000', '181751.805000', '181752.265000', '181752.725000', '181753.185000', '181753.645000', '181754.105000', '181754.565000', '181755.025000', '181755.485000', '181755.945000', '181756.405000', '181756.865000', '181757.325000', '181757.785000', '181758.245000', '181758.705000', '181759.165000', '181759.625000', '181800.085000', '181800.545000', '181801.005000', '181801.465000', '181801.925000', '181802.385000', '181802.845000', '181803.305000', '181803.765000', '181804.225000', '181804.685000', '181805.145000', '181805.605000', '181806.065000', '181806.525000', '181806.985000', '181807.445000', '181807.905000', '181808.365000', '181808.825000', '181809.285000', '181809.745000', '181810.205000', '181810.665000', '181811.125000', '181811.585000', '181812.045000', '181812.505000', '181812.965000', '181813.425000', '181813.885000', '181814.345000', '181814.805000', '181815.265000', '181815.725000', '181816.185000', '181816.645000', '181817.105000', '181817.565000', '181818.025000', '181818.485000', '181818.945000', '181819.405000', '181819.865000', '181820.325000', '181820.785000', '181821.245000', '181821.705000', '181822.165000', '181822.625000', '181823.085000', '181823.545000', '181824.005000', '181824.465000', '181824.925000', '181825.385000', '181825.845000', '181826.305000', '181826.765000', '181827.225000', '181827.685000', '181828.145000', '181828.605000', '181829.065000', '181829.525000', '181829.985000', '181830.445000', '181830.905000', '181831.365000', '181831.825000', '181832.285000', '181832.745000', '181833.205000', '181833.665000', '181834.125000', '181834.585000', '181835.045000', '181835.505000', '181835.965000', '181836.425000', '181836.885000', '181837.345000', '181837.805000', '181838.265000', '181838.725000', '181839.185000', '181839.645000', '181840.105000', '181840.565000', '181841.025000', '181841.485000', '181841.945000', '181842.405000', '181842.865000', '181843.325000', '181843.785000', '181844.245000', '181844.705000', '181845.165000', '181845.625000', '181846.085000', '181846.545000', '181847.005000', '181847.465000', '181847.925000', '181848.385000', '181848.845000', '181849.305000', '181849.765000', '181850.225000', '181850.685000', '181851.145000', '181851.605000', '181852.065000', '181852.525000', '181852.985000', '181853.445000', '181853.905000', '181854.365000', '181854.825000', '181855.285000', '181855.745000', '181856.205000', '181856.665000', '181857.125000', '181857.585000', '181858.045000', '181858.505000', '181858.965000', '181859.425000', '181859.885000', '181900.345000', '181900.805000', '181901.265000', '181901.725000', '181902.185000', '181902.645000', '181903.105000', '181903.565000', '181904.025000', '181904.485000', '181904.945000', '181905.405000', '181905.865000', '181906.325000', '181906.785000', '181907.245000', '181907.705000', '181908.165000', '181908.625000', '181909.085000', '181909.545000', '181910.005000', '181910.465000', '181910.925000', '181911.385000', '181911.845000', '181912.305000', '181912.765000', '181913.225000', '181913.685000', '181914.145000', '181914.605000', '181915.065000', '181915.525000', '181915.985000', '181916.445000', '181916.905000', '181917.365000', '181917.825000', '181918.285000', '181918.745000', '181919.205000', '181919.665000', '181920.125000', '181920.585000', '181921.045000', '181921.505000', '181921.965000', '181922.425000', '181922.885000', '181923.345000', '181923.805000', '181924.265000', '181924.725000', '181925.185000', '181925.645000', '181926.105000', '181926.565000', '181927.025000', '181927.485000', '181927.945000', '181928.405000', '181928.865000', '181929.325000', '181929.785000', '181930.245000', '181930.705000', '181931.165000', '181931.625000', '181932.085000', '181932.545000', '181933.005000', '181933.465000', '181933.925000', '181934.385000', '181934.845000', '181935.305000', '181935.765000', '181936.225000', '181936.685000', '181937.145000', '181937.605000', '181938.065000', '181938.525000', '181938.985000', '181939.445000', '181939.905000', '181940.365000', '181940.825000', '181941.285000', '181941.745000', '181942.205000', '181942.665000', '181943.125000', '181943.585000', '181944.045000', '181944.505000', '181944.965000', '181945.425000', '181945.885000', '181946.345000', '181946.805000', '181947.265000', '181947.725000', '181948.185000', '181948.645000', '181949.105000', '181949.565000', '181950.025000', '181950.485000', '181950.945000', '181951.405000', '181951.865000', '181952.325000', '181952.785000', '181953.245000', '181953.705000', '181954.165000', '181954.625000', '181955.085000', '181955.545000', '181956.005000', '181956.465000', '181956.925000', '181957.385000', '181957.845000', '181958.305000', '181958.765000', '181959.225000', '181959.685000', '182000.145000', '182000.605000', '182001.065000', '182001.525000', '182001.985000', '182002.445000', '182002.905000', '182003.365000', '182003.825000', '182004.285000', '182004.745000', '182005.205000', '182005.665000', '182006.125000', '182006.585000', '182007.045000', '182007.505000', '182007.965000', '182008.425000', '182008.885000', '182009.345000', '182009.805000', '182010.265000', '182010.725000', '182011.185000', '182011.645000', '182012.105000', '182012.565000', '182013.025000', '182013.485000', '182013.945000', '182014.405000', '182014.865000', '182015.325000', '182015.785000', '182016.245000', '182016.705000', '182017.165000', '182017.625000', '182018.085000', '182018.545000', '182019.005000', '182019.465000', '182019.925000', '182020.385000', '182020.845000', '182021.305000', '182021.765000', '182022.225000', '182022.685000', '182023.145000', '182023.605000', '182024.065000', '182024.525000', '182024.985000', '182025.445000', '182025.905000', '182026.365000', '182026.825000', '182027.285000', '182027.745000', '182028.205000', '182028.665000', '182029.125000', '182029.585000', '182030.045000', '182030.505000', '182030.965000', '182031.425000', '182031.885000', '182032.345000', '182032.805000', '182033.265000', '182033.725000', '182034.185000', '182034.645000', '182035.105000', '182035.565000', '182036.025000', '182036.485000', '182036.945000', '182037.405000', '182037.865000', '182038.325000', '182038.785000', '182039.245000', '182039.705000', '182040.165000', '182040.625000', '182041.085000', '182041.545000', '182042.005000', '182042.465000', '182042.925000', '182043.385000', '182043.845000', '182044.305000', '182044.765000', '182045.225000', '182045.685000', '182046.145000', '182046.605000', '182047.065000', '182047.525000', '182047.985000', '182048.445000', '182048.905000', '182049.365000', '182049.825000', '182050.285000', '182050.745000', '182051.205000', '182051.665000', '182052.125000', '182052.585000', '182053.045000', '182053.505000', '182053.965000', '182054.425000', '182054.885000', '182055.345000', '182055.805000', '182056.265000', '182056.725000', '182057.185000', '182057.645000', '182058.105000', '182058.565000', '182059.025000', '182059.485000', '182059.945000', '182100.405000', '182100.865000', '182101.325000', '182101.785000', '182102.245000', '182102.705000', '182103.165000', '182103.625000', '182104.085000', '182104.545000', '182105.005000', '182105.465000', '182105.925000', '182106.385000', '182106.845000', '182107.305000', '182107.765000', '182108.225000', '182108.685000', '182109.145000', '182109.605000', '182110.065000', '182110.525000', '182110.985000', '182111.445000', '182111.905000', '182112.365000', '182112.825000', '182113.285000', '182113.745000', '182114.205000', '182114.665000', '182115.125000', '182115.585000', '182116.045000', '182116.505000', '182116.965000', '182117.425000', '182117.885000', '182118.345000', '182118.805000', '182119.265000', '182119.725000', '182120.185000', '182120.645000', '182121.105000', '182121.565000', '182122.025000', '182122.485000', '182122.945000', '182123.405000', '182123.865000', '182124.325000', '182124.785000', '182125.245000', '182125.705000', '182126.165000', '182126.625000', '182127.085000', '182127.545000', '182128.005000', '182128.465000', '182128.925000', '182129.385000', '182129.845000', '182130.305000', '182130.765000', '182131.225000', '182131.685000', '182132.145000', '182132.605000', '182133.065000', '182133.525000', '182133.985000', '182134.445000', '182134.905000', '182135.365000', '182135.825000', '182136.285000', '182136.745000', '182137.205000', '182137.665000', '182138.125000', '182138.585000', '182139.045000', '182139.505000', '182139.965000', '182140.425000', '182140.885000', '182141.345000', '182141.805000', '182142.265000', '182142.725000', '182143.185000', '182143.645000', '182144.105000', '182144.565000', '182145.025000', '182145.485000', '182145.945000', '182146.405000', '182146.865000', '182147.325000', '182147.785000', '182148.245000', '182148.705000', '182149.165000', '182149.625000', '182150.085000', '182150.545000', '182151.005000', '182151.465000', '182151.925000', '182152.385000', '182152.845000', '182153.305000', '182153.765000', '182154.225000', '182154.685000', '182155.145000', '182155.605000', '182156.065000', '182156.525000', '182156.985000', '182157.445000', '182157.905000', '182158.365000', '182158.825000', '182159.285000', '182159.745000', '182200.205000', '182200.665000', '182201.125000', '182201.585000', '182202.045000', '182202.505000', '182202.965000', '182203.425000', '182203.885000', '182204.345000', '182204.805000', '182205.265000', '182205.725000', '182206.185000', '182206.645000', '182207.105000', '182207.565000', '182208.025000', '182208.485000', '182208.945000', '182209.405000', '182209.865000', '182210.325000', '182210.785000', '182211.245000', '182211.705000', '182212.165000', '182212.625000', '182213.085000', '182213.545000', '182214.005000', '182214.465000', '182214.925000', '182215.385000', '182215.845000', '182216.305000', '182216.765000', '182217.225000', '182217.685000', '182218.145000', '182218.605000', '182219.065000', '182219.525000', '182219.985000', '182220.445000', '182220.905000', '182221.365000', '182221.825000', '182222.285000', '182222.745000', '182223.205000', '182223.665000', '182224.125000', '182224.585000', '182225.045000', '182225.505000', '182225.965000', '182226.425000', '182226.885000', '182227.345000', '182227.805000', '182228.265000', '182228.725000', '182229.185000', '182229.645000', '182230.105000', '182230.565000', '182231.025000', '182231.485000', '182231.945000', '182232.405000', '182232.865000', '182233.325000', '182233.785000', '182234.245000', '182234.705000', '182235.165000', '182235.625000', '182236.085000', '182236.545000', '182237.005000', '182237.465000', '182237.925000', '182238.385000', '182238.845000', '182239.305000', '182239.765000', '182240.225000', '182240.685000', '182241.145000', '182241.605000', '182242.065000', '182242.525000', '182242.985000', '182243.445000', '182243.905000', '182244.365000', '182244.825000', '182245.285000', '182245.745000', '182246.205000', '182246.665000', '182247.125000', '182247.585000', '182248.045000', '182248.505000', '182248.965000', '182249.425000', '182249.885000', '182250.345000', '182250.805000', '182251.265000', '182251.725000', '182252.185000', '182252.645000', '182253.105000', '182253.565000', '182254.025000', '182254.485000', '182254.945000', '182255.405000', '182255.865000', '182256.325000', '182256.785000', '182257.245000', '182257.705000', '182258.165000', '182258.625000', '182259.085000', '182259.545000', '182300.005000', '182300.465000', '182300.925000', '182301.385000', '182301.845000', '182302.305000', '182302.765000', '182303.225000', '182303.685000', '182304.145000', '182304.605000', '182305.065000', '182305.525000', '182305.985000', '182306.445000', '182306.905000', '182307.365000', '182307.825000', '182308.285000', '182308.745000', '182309.205000', '182309.665000', '182310.125000', '182310.585000', '182311.045000', '182311.505000', '182311.965000', '182312.425000', '182312.885000', '182313.345000', '182313.805000', '182314.265000', '182314.725000', '182315.185000', '182315.645000', '182316.105000', '182316.565000', '182317.025000', '182317.485000', '182317.945000', '182318.405000', '182318.865000', '182319.325000', '182319.785000', '182320.245000', '182320.705000', '182321.165000', '182321.625000', '182322.085000', '182322.545000', '182323.005000', '182323.465000', '182323.925000', '182324.385000', '182324.845000', '182325.305000', '182325.765000', '182326.225000', '182326.685000', '182327.145000', '182327.605000', '182328.065000', '182328.525000', '182328.985000', '182329.445000', '182329.905000', '182330.365000', '182330.825000', '182331.285000', '182331.745000', '182332.205000', '182332.665000', '182333.125000', '182333.585000', '182334.045000', '182334.505000', '182334.965000', '182335.425000', '182335.885000', '182336.345000', '182336.805000', '182337.265000', '182337.725000', '182338.185000', '182338.645000', '182339.105000', '182339.565000', '182340.025000', '182340.485000', '182340.945000', '182341.405000', '182341.865000', '182342.325000', '182342.785000', '182343.245000', '182343.705000', '182344.165000', '182344.625000', '182345.085000', '182345.545000', '182346.005000', '182346.465000', '182346.925000', '182347.385000', '182347.845000', '182348.305000', '182348.765000', '182349.225000', '182349.685000', '182350.145000', '182350.605000', '182351.065000', '182351.525000', '182351.985000', '182352.445000', '182352.905000', '182353.365000', '182353.825000', '182354.285000', '182354.745000', '182355.205000', '182355.665000', '182356.125000', '182356.585000', '182357.045000', '182357.505000', '182357.965000', '182358.425000', '182358.885000', '182359.345000', '182359.805000', '182400.265000', '182400.725000', '182401.185000', '182401.645000', '182402.105000', '182402.565000', '182403.025000', '182403.485000', '182403.945000', '182404.405000', '182404.865000', '182405.325000', '182405.785000', '182406.245000', '182406.705000', '182407.165000', '182407.625000', '182408.085000', '182408.545000', '182409.005000', '182409.465000', '182409.925000', '182410.385000', '182410.845000', '182411.305000', '182411.765000', '182412.225000', '182412.685000', '182413.145000', '182413.605000', '182414.065000', '182414.525000', '182414.985000', '182415.445000', '182415.905000', '182416.365000', '182416.825000', '182417.285000', '182417.745000', '182418.205000', '182418.665000', '182419.125000', '182419.585000', '182420.045000', '182420.505000', '182420.965000', '182421.425000', '182421.885000', '182422.345000', '182422.805000', '182423.265000', '182423.725000', '182424.185000', '182424.645000', '182425.105000', '182425.565000', '182426.025000', '182426.485000', '182426.945000', '182427.405000', '182427.865000', '182428.325000', '182428.785000', '182429.245000', '182429.705000', '182430.165000', '182430.625000', '182431.085000', '182431.545000', '182432.005000', '182432.465000', '182432.925000', '182433.385000', '182433.845000', '182434.305000', '182434.765000', '182435.225000', '182435.685000', '182436.145000', '182436.605000', '182437.065000', '182437.525000', '182437.985000', '182438.445000', '182438.905000', '182439.365000', '182439.825000', '182440.285000', '182440.745000', '182441.205000', '182441.665000', '182442.125000', '182442.585000', '182443.045000', '182443.505000', '182443.965000', '182444.425000', '182444.885000', '182445.345000', '182445.805000', '182446.265000', '182446.725000', '182447.185000', '182447.645000', '182448.105000', '182448.565000', '182449.025000', '182449.485000', '182449.945000', '182450.405000', '182450.865000', '182451.325000', '182451.785000', '182452.245000', '182452.705000', '182453.165000', '182453.625000', '182454.085000', '182454.545000', '182455.005000', '182455.465000', '182455.925000', '182456.385000', '182456.845000', '182457.305000', '182457.765000', '182458.225000', '182458.685000', '182459.145000', '182459.605000', '182500.065000', '182500.525000', '182500.985000', '182501.445000', '182501.905000', '182502.365000', '182502.825000', '182503.285000', '182503.745000', '182504.205000', '182504.665000', '182505.125000', '182505.585000', '182506.045000', '182506.505000', '182506.965000', '182507.425000', '182507.885000', '182508.345000', '182508.805000', '182509.265000', '182509.725000', '182510.185000', '182510.645000', '182511.105000', '182511.565000', '182512.025000', '182512.485000', '182512.945000', '182513.405000', '182513.865000', '182514.325000', '182514.785000', '182515.245000', '182515.705000', '182516.165000', '182516.625000', '182517.085000', '182517.545000', '182518.005000', '182518.465000', '182518.925000', '182519.385000', '182519.845000', '182520.305000', '182520.765000', '182521.225000', '182521.685000', '182522.145000', '182522.605000', '182523.065000', '182523.525000', '182523.985000', '182524.445000', '182524.905000', '182525.365000', '182525.825000', '182526.285000', '182526.745000', '182527.205000', '182527.665000', '182528.125000', '182528.585000', '182529.045000', '182529.505000', '182529.965000', '182530.425000', '182530.885000', '182531.345000', '182531.805000', '182532.265000', '182532.725000', '182533.185000', '182533.645000', '182534.105000', '182534.565000', '182535.025000', '182535.485000', '182535.945000', '182536.405000', '182536.865000', '182537.325000', '182537.785000', '182538.245000', '182538.705000', '182539.165000', '182539.625000', '182540.085000', '182540.545000', '182541.005000', '182541.465000', '182541.925000', '182542.385000', '182542.845000', '182543.305000', '182543.765000', '182544.225000', '182544.685000', '182545.145000', '182545.605000', '182546.065000', '182546.525000', '182546.985000', '182547.445000', '182547.905000', '182548.365000', '182548.825000', '182549.285000', '182549.745000', '182550.205000', '182550.665000', '182551.125000', '182551.585000', '182552.045000', '182552.505000', '182552.965000', '182553.425000', '182553.885000', '182554.345000', '182554.805000', '182555.265000', '182555.725000', '182556.185000', '182556.645000', '182557.105000', '182557.565000', '182558.025000', '182558.485000', '182558.945000', '182559.405000', '182559.865000', '182600.325000', '182600.785000', '182601.245000', '182601.705000', '182602.165000', '182602.625000', '182603.085000', '182603.545000', '182604.005000', '182604.465000', '182604.925000', '182605.385000', '182605.845000', '182606.305000', '182606.765000', '182607.225000', '182607.685000', '182608.145000', '182608.605000', '182609.065000', '182609.525000', '182609.985000', '182610.445000', '182610.905000', '182611.365000', '182611.825000', '182612.285000', '182612.745000', '182613.205000', '182613.665000', '182614.125000', '182614.585000', '182615.045000', '182615.505000', '182615.965000', '182616.425000', '182616.885000', '182617.345000', '182617.805000', '182618.265000', '182618.725000', '182619.185000', '182619.645000', '182620.105000', '182620.565000', '182621.025000', '182621.485000', '182621.945000', '182622.405000', '182622.865000', '182623.325000', '182623.785000', '182624.245000', '182624.705000', '182625.165000'], 'ContentTime': ['181745.702000', '181745.705000', '181745.708000', '181745.711000', '181745.714000', '181745.717000', '181745.720000', '181745.723000', '181745.725000', '181745.728000', '181745.731000', '181745.734000', '181745.737000', '181745.746000', '181745.748000', '181745.751000', '181745.762000', '181745.765000', '181745.768000', '181745.771000', '181745.773000', '181745.776000', '181745.779000', '181745.782000', '181805.671000', '181805.674000', '181805.677000', '181805.697000', '181805.700000', '181805.702000', '181805.705000', '181805.708000', '181805.711000', '181805.714000', '181805.716000', '181805.725000', '181805.728000', '181805.731000', '181805.733000', '181805.736000', '181805.739000', '181805.742000', '181805.745000', '181805.748000', '181805.750000', '181805.753000', '181805.756000', '181805.759000', '181805.766000', '181805.769000', '181805.772000', '181805.775000', '181805.778000', '181805.780000', '181805.783000', '181805.786000', '181805.789000', '181805.792000', '181805.795000', '181805.798000', '181805.800000', '181805.803000', '181805.806000', '181805.809000', '181805.812000', '181805.815000', '181805.817000', '181805.820000', '181825.671000', '181825.674000', '181825.677000', '181825.680000', '181825.683000', '181825.686000', '181825.688000', '181825.691000', '181825.694000', '181825.697000', '181825.700000', '181825.703000', '181825.706000', '181825.709000', '181825.711000', '181825.714000', '181825.717000', '181825.720000', '181825.723000', '181825.726000', '181825.728000', '181825.731000', '181825.734000', '181825.737000', '181825.740000', '181825.743000', '181825.746000', '181825.750000', '181825.753000', '181825.756000', '181825.759000', '181825.762000', '181825.764000', '181825.767000', '181825.770000', '181825.773000', '181825.776000', '181825.779000', '181825.782000', '181825.785000', '181825.787000', '181825.790000', '181825.793000', '181845.671000', '181845.674000', '181845.677000', '181845.680000', '181845.682000', '181845.685000', '181845.688000', '181845.691000', '181845.694000', '181845.697000', '181845.699000', '181845.702000', '181845.705000', '181845.708000', '181845.711000', '181845.714000', '181845.717000', '181845.719000', '181845.722000', '181845.725000', '181845.728000', '181845.731000', '181845.734000', '181845.737000', '181845.740000', '181845.742000', '181845.745000', '181845.748000', '181845.751000', '181845.754000', '181845.757000', '181845.759000', '181845.762000', '181845.765000', '181845.768000', '181845.771000', '181845.774000', '181845.776000', '181845.779000', '181845.782000', '181845.785000', '181845.788000', '181845.791000', '181845.793000', '181905.671000', '181905.674000', '181905.677000', '181905.680000', '181905.682000', '181905.685000', '181905.688000', '181905.691000', '181905.694000', '181905.696000', '181905.699000', '181905.702000', '181905.705000', '181905.708000', '181905.711000', '181905.714000', '181905.717000', '181905.720000', '181905.723000', '181905.726000', '181905.729000', '181905.731000', '181905.734000', '181905.737000', '181905.740000', '181905.743000', '181905.746000', '181905.749000', '181905.751000', '181905.754000', '181905.757000', '181905.760000', '181905.763000', '181905.766000', '181905.769000', '181905.771000', '181905.774000', '181905.777000', '181905.780000', '181905.783000', '181905.786000', '181905.789000', '181905.792000', '181925.671000', '181925.674000', '181925.677000', '181925.680000', '181925.682000', '181925.685000', '181925.688000', '181925.691000', '181925.694000', '181925.697000', '181925.700000', '181925.702000', '181925.705000', '181925.708000', '181925.711000', '181925.714000', '181925.717000', '181925.720000', '181925.723000', '181925.726000', '181925.729000', '181925.732000', '181925.734000', '181925.737000', '181925.740000', '181925.743000', '181925.746000', '181925.749000', '181925.752000', '181925.755000', '181925.757000', '181925.760000', '181925.763000', '181925.766000', '181925.769000', '181925.772000', '181925.775000', '181925.778000', '181925.780000', '181925.783000', '181925.786000', '181925.789000', '181925.792000', '181925.795000', '181945.670000', '181945.673000', '181945.676000', '181945.679000', '181945.682000', '181945.685000', '181945.688000', '181945.690000', '181945.693000', '181945.696000', '181945.699000', '181945.702000', '181945.713000', '181945.716000', '181945.719000', '181945.722000', '181945.725000', '181945.728000', '181945.731000', '181945.734000', '181945.737000', '181945.739000', '181945.742000', '181945.745000', '181945.749000', '181945.752000', '181945.755000', '181945.758000', '181945.761000', '181945.763000', '181945.766000', '181945.769000', '181945.772000', '181945.775000', '181945.778000', '181945.781000', '181945.784000', '181945.786000', '181945.789000', '181945.792000', '181945.795000', '181945.798000', '181945.801000', '182005.670000', '182005.673000', '182005.676000', '182005.679000', '182005.682000', '182005.684000', '182005.687000', '182005.690000', '182005.693000', '182005.696000', '182005.699000', '182005.702000', '182005.705000', '182005.708000', '182005.710000', '182005.713000', '182005.716000', '182005.719000', '182005.722000', '182005.725000', '182005.728000', '182005.731000', '182005.734000', '182005.737000', '182005.740000', '182005.743000', '182005.745000', '182005.748000', '182005.751000', '182005.754000', '182005.757000', '182005.760000', '182005.763000', '182005.766000', '182005.768000', '182005.771000', '182005.774000', '182005.777000', '182005.780000', '182005.783000', '182005.786000', '182005.789000', '182005.791000', '182005.794000', '182025.671000', '182025.674000', '182025.677000', '182025.680000', '182025.683000', '182025.686000', '182025.689000', '182025.692000', '182025.695000', '182025.698000', '182025.701000', '182025.704000', '182025.707000', '182025.710000', '182025.713000', '182025.716000', '182025.719000', '182025.722000', '182025.725000', '182025.728000', '182025.730000', '182025.733000', '182025.736000', '182025.739000', '182025.742000', '182025.746000', '182025.750000', '182025.753000', '182025.755000', '182025.758000', '182025.761000', '182025.764000', '182025.767000', '182025.770000', '182025.773000', '182025.775000', '182025.778000', '182025.781000', '182025.784000', '182025.787000', '182025.790000', '182025.793000', '182025.796000', '182045.671000', '182045.674000', '182045.677000', '182045.680000', '182045.683000', '182045.685000', '182045.689000', '182045.691000', '182045.694000', '182045.697000', '182045.700000', '182045.703000', '182045.706000', '182045.709000', '182045.712000', '182045.715000', '182045.717000', '182045.720000', '182045.723000', '182045.726000', '182045.729000', '182045.732000', '182045.735000', '182045.738000', '182045.741000', '182045.743000', '182045.746000', '182045.749000', '182045.752000', '182045.755000', '182045.758000', '182045.761000', '182045.764000', '182045.766000', '182045.769000', '182045.772000', '182045.775000', '182045.778000', '182045.781000', '182045.784000', '182045.787000', '182045.789000', '182045.792000', '182045.795000', '182105.671000', '182105.674000', '182105.677000', '182105.680000', '182105.683000', '182105.686000', '182105.688000', '182105.691000', '182105.694000', '182105.697000', '182105.700000', '182105.703000', '182105.706000', '182105.709000', '182105.712000', '182105.714000', '182105.717000', '182105.720000', '182105.723000', '182105.726000', '182105.729000', '182105.732000', '182105.735000', '182105.738000', '182105.741000', '182105.743000', '182105.746000', '182105.749000', '182105.752000', '182105.755000', '182105.758000', '182105.761000', '182105.764000', '182105.767000', '182105.770000', '182105.772000', '182105.775000', '182105.791000', '182105.794000', '182105.797000', '182105.800000', '182105.803000', '182105.806000', '182125.671000', '182125.674000', '182125.677000', '182125.680000', '182125.683000', '182125.686000', '182125.689000', '182125.691000', '182125.694000', '182125.697000', '182125.700000', '182125.703000', '182125.706000', '182125.709000', '182125.712000', '182125.715000', '182125.717000', '182125.720000', '182125.723000', '182125.726000', '182125.729000', '182125.732000', '182125.735000', '182125.738000', '182125.741000', '182125.744000', '182125.746000', '182125.749000', '182125.752000', '182125.755000', '182125.758000', '182125.761000', '182125.764000', '182125.767000', '182125.770000', '182125.773000', '182125.775000', '182125.778000', '182125.781000', '182125.784000', '182125.787000', '182125.790000', '182125.793000', '182125.796000', '182145.671000', '182145.674000', '182145.677000', '182145.680000', '182145.683000', '182145.686000', '182145.689000', '182145.692000', '182145.694000', '182145.697000', '182145.700000', '182145.703000', '182145.706000', '182145.709000', '182145.711000', '182145.715000', '182145.717000', '182145.720000', '182145.723000', '182145.726000', '182145.730000', '182145.734000', '182145.737000', '182145.740000', '182145.743000', '182145.745000', '182145.748000', '182145.751000', '182145.754000', '182145.757000', '182145.760000', '182145.763000', '182145.766000', '182145.769000', '182145.771000', '182145.775000', '182145.777000', '182145.780000', '182145.783000', '182145.786000', '182145.789000', '182145.792000', '182145.795000', '182205.670000', '182205.673000', '182205.676000', '182205.679000', '182205.682000', '182205.685000', '182205.687000', '182205.690000', '182205.693000', '182205.696000', '182205.699000', '182205.702000', '182205.705000', '182205.708000', '182205.711000', '182205.714000', '182205.717000', '182205.719000', '182205.722000', '182205.725000', '182205.728000', '182205.731000', '182205.734000', '182205.737000', '182205.740000', '182205.743000', '182205.746000', '182205.749000', '182205.752000', '182205.755000', '182205.757000', '182205.760000', '182205.763000', '182205.766000', '182205.769000', '182205.772000', '182205.775000', '182205.778000', '182205.781000', '182205.783000', '182205.786000', '182205.789000', '182205.792000', '182205.795000', '182225.670000', '182225.673000', '182225.676000', '182225.679000', '182225.682000', '182225.685000', '182225.688000', '182225.691000', '182225.693000', '182225.696000', '182225.699000', '182225.702000', '182225.705000', '182225.708000', '182225.711000', '182225.714000', '182225.717000', '182225.719000', '182225.722000', '182225.725000', '182225.728000', '182225.731000', '182225.734000', '182225.737000', '182225.740000', '182225.743000', '182225.746000', '182225.748000', '182225.751000', '182225.754000', '182225.757000', '182225.760000', '182225.763000', '182225.766000', '182225.769000', '182225.772000', '182225.774000', '182225.777000', '182225.780000', '182225.783000', '182225.786000', '182225.789000', '182225.792000', '182245.671000', '182245.674000', '182245.677000', '182245.680000', '182245.683000', '182245.686000', '182245.688000', '182245.692000', '182245.694000', '182245.697000', '182245.700000', '182245.703000', '182245.706000', '182245.709000', '182245.712000', '182245.715000', '182245.718000', '182245.720000', '182245.723000', '182245.735000', '182245.738000', '182245.741000', '182245.744000', '182245.747000', '182245.750000', '182245.753000', '182245.756000', '182245.759000', '182245.761000', '182245.764000', '182245.767000', '182245.770000', '182245.773000', '182245.776000', '182245.779000', '182245.782000', '182245.785000', '182245.788000', '182245.790000', '182245.793000', '182245.796000', '182245.799000', '182245.802000', '182245.805000', '182305.671000', '182305.674000', '182305.677000', '182305.680000', '182305.683000', '182305.690000', '182305.693000', '182305.696000', '182305.699000', '182305.702000', '182305.704000', '182305.707000', '182305.710000', '182305.713000', '182305.716000', '182305.719000', '182305.722000', '182305.725000', '182305.727000', '182305.730000', '182305.733000', '182305.736000', '182305.739000', '182305.742000', '182305.745000', '182305.748000', '182305.751000', '182305.754000', '182305.756000', '182305.760000', '182305.762000', '182305.765000', '182305.770000', '182305.775000', '182305.778000', '182305.781000', '182305.784000', '182305.786000', '182305.789000', '182305.792000', '182305.795000', '182305.798000', '182305.801000', '182325.671000', '182325.674000', '182325.677000', '182325.680000', '182325.682000', '182325.685000', '182325.688000', '182325.691000', '182325.694000', '182325.697000', '182325.699000', '182325.702000', '182325.705000', '182325.708000', '182325.711000', '182325.714000', '182325.717000', '182325.719000', '182325.722000', '182325.725000', '182325.728000', '182325.731000', '182325.734000', '182325.737000', '182325.739000', '182325.742000', '182325.745000', '182325.748000', '182325.751000', '182325.754000', '182325.757000', '182325.759000', '182325.762000', '182325.765000', '182325.768000', '182325.771000', '182325.774000', '182325.777000', '182325.780000', '182325.782000', '182325.785000', '182325.788000', '182325.791000', '182325.794000', '182345.671000', '182345.674000', '182345.677000', '182345.680000', '182345.683000', '182345.685000', '182345.688000', '182345.691000', '182345.694000', '182345.697000', '182345.700000', '182345.702000', '182345.705000', '182345.708000', '182345.711000', '182345.714000', '182345.717000', '182345.720000', '182345.723000', '182345.725000', '182345.728000', '182345.731000', '182345.734000', '182345.737000', '182345.740000', '182345.742000', '182345.745000', '182345.748000', '182345.751000', '182345.754000', '182345.757000', '182345.760000', '182345.763000', '182345.766000', '182345.769000', '182345.772000', '182345.775000', '182345.778000', '182345.781000', '182345.784000', '182345.787000', '182345.789000', '182345.792000', '182405.671000', '182405.674000', '182405.677000', '182405.680000', '182405.682000', '182405.685000', '182405.688000', '182405.691000', '182405.694000', '182405.697000', '182405.699000', '182405.702000', '182405.705000', '182405.708000', '182405.711000', '182405.714000', '182405.716000', '182405.719000', '182405.722000', '182405.725000', '182405.728000', '182405.731000', '182405.734000', '182405.736000', '182405.739000', '182405.742000', '182405.745000', '182405.748000', '182405.751000', '182405.757000', '182405.768000', '182405.771000', '182405.774000', '182405.777000', '182405.780000', '182405.783000', '182405.785000', '182405.788000', '182405.791000', '182405.794000', '182405.797000', '182405.800000', '182405.803000', '182405.806000', '182425.670000', '182425.673000', '182425.676000', '182425.679000', '182425.682000', '182425.685000', '182425.687000', '182425.690000', '182425.693000', '182425.696000', '182425.699000', '182425.702000', '182425.705000', '182425.708000', '182425.711000', '182425.714000', '182425.716000', '182425.719000', '182425.722000', '182425.725000', '182425.728000', '182425.731000', '182425.734000', '182425.737000', '182425.740000', '182425.742000', '182425.745000', '182425.748000', '182425.751000', '182425.754000', '182425.757000', '182425.760000', '182425.762000', '182425.765000', '182425.768000', '182425.771000', '182425.774000', '182425.777000', '182425.780000', '182425.782000', '182425.785000', '182425.788000', '182425.791000', '182445.670000', '182445.673000', '182445.676000', '182445.679000', '182445.681000', '182445.684000', '182445.687000', '182445.690000', '182445.699000', '182445.702000', '182445.704000', '182445.707000', '182445.710000', '182445.713000', '182445.716000', '182445.719000', '182445.722000', '182445.725000', '182445.728000', '182445.730000', '182445.733000', '182445.736000', '182445.739000', '182445.742000', '182445.745000', '182445.748000', '182445.751000', '182445.753000', '182445.756000', '182445.759000', '182445.762000', '182445.765000', '182445.768000', '182445.771000', '182445.774000', '182445.777000', '182445.780000', '182445.782000', '182445.785000', '182445.788000', '182445.791000', '182445.794000', '182445.797000', '182445.800000', '182505.671000', '182505.674000', '182505.677000', '182505.680000', '182505.683000', '182505.686000', '182505.689000', '182505.692000', '182505.694000', '182505.697000', '182505.700000', '182505.703000', '182505.706000', '182505.709000', '182505.712000', '182505.715000', '182505.718000', '182505.720000', '182505.724000', '182505.726000', '182505.729000', '182505.732000', '182505.735000', '182505.738000', '182505.741000', '182505.744000', '182505.747000', '182505.750000', '182505.752000', '182505.755000', '182505.758000', '182505.761000', '182505.764000', '182505.767000', '182505.770000', '182505.773000', '182505.776000', '182505.778000', '182505.782000', '182505.784000', '182505.787000', '182505.790000', '182505.793000', '182525.671000', '182525.675000', '182525.677000', '182525.680000', '182525.683000', '182525.686000', '182525.689000', '182525.692000', '182525.695000', '182525.698000', '182525.701000', '182525.704000', '182525.707000', '182525.709000', '182525.712000', '182525.715000', '182525.718000', '182525.721000', '182525.724000', '182525.727000', '182525.730000', '182525.732000', '182525.735000', '182525.738000', '182525.741000', '182525.744000', '182525.763000', '182525.774000', '182525.776000', '182525.779000', '182525.782000', '182525.785000', '182525.788000', '182525.791000', '182525.794000', '182525.797000', '182525.800000', '182525.802000', '182525.805000', '182525.808000', '182525.811000', '182525.814000', '182525.817000', '182545.671000', '182545.674000', '182545.677000', '182545.680000', '182545.683000', '182545.686000', '182545.689000', '182545.692000', '182545.694000', '182545.697000', '182545.700000', '182545.703000', '182545.706000', '182545.709000', '182545.712000', '182545.715000', '182545.718000', '182545.720000', '182545.723000', '182545.726000', '182545.729000', '182545.732000', '182545.735000', '182545.738000', '182545.741000', '182545.743000', '182545.747000', '182545.749000', '182545.752000', '182545.755000', '182545.758000', '182545.761000', '182545.764000', '182545.767000', '182545.770000', '182545.773000', '182545.775000', '182545.778000', '182545.781000', '182545.784000', '182545.787000', '182545.790000', '182545.793000', '182545.796000', '182605.671000', '182605.674000', '182605.677000', '182605.680000', '182605.683000', '182605.686000', '182605.688000', '182605.691000', '182605.694000', '182605.697000', '182605.700000', '182605.703000', '182605.706000', '182605.710000', '182605.713000', '182605.716000', '182605.719000', '182605.721000', '182605.724000', '182605.727000', '182605.730000', '182605.733000', '182605.736000', '182605.739000', '182605.742000', '182605.745000', '182605.748000', '182605.750000', '182605.753000', '182605.756000', '182605.759000', '182605.762000', '182605.765000', '182605.768000', '182605.771000', '182605.774000', '182605.777000', '182605.779000', '182605.782000', '182605.785000', '182605.788000', '182605.791000', '182605.794000', '182625.671000', '182625.674000', '182625.677000', '182625.680000', '182625.683000', '182625.686000', '182625.689000', '182625.692000', '182625.695000', '182625.698000', '182625.701000', '182625.704000', '182625.706000', '182625.709000', '182625.712000', '182625.715000', '182625.718000', '182625.721000', '182625.724000', '182625.727000', '182625.730000', '182625.733000', '182625.736000', '182625.738000', '182625.741000', '182625.744000', '182625.747000', '182625.750000', '182625.753000', '182625.756000', '182625.759000', '182625.762000', '182625.765000', '182625.768000', '182625.771000', '182625.774000', '182625.776000', '182625.779000', '182625.782000', '182625.785000', '182625.788000', '182625.791000', '182625.794000', '182625.797000', '182626.444000', '182626.447000'], 'InstanceCreationTime': ['181745.702000', '181745.705000', '181745.708000', '181745.711000', '181745.714000', '181745.717000', '181745.720000', '181745.723000', '181745.725000', '181745.728000', '181745.731000', '181745.734000', '181745.737000', '181745.746000', '181745.748000', '181745.751000', '181745.762000', '181745.765000', '181745.768000', '181745.771000', '181745.773000', '181745.776000', '181745.779000', '181745.782000', '181805.671000', '181805.674000', '181805.677000', '181805.697000', '181805.700000', '181805.702000', '181805.705000', '181805.708000', '181805.711000', '181805.714000', '181805.716000', '181805.725000', '181805.728000', '181805.731000', '181805.733000', '181805.736000', '181805.739000', '181805.742000', '181805.745000', '181805.748000', '181805.750000', '181805.753000', '181805.756000', '181805.759000', '181805.766000', '181805.769000', '181805.772000', '181805.775000', '181805.778000', '181805.780000', '181805.783000', '181805.786000', '181805.789000', '181805.792000', '181805.795000', '181805.798000', '181805.800000', '181805.803000', '181805.806000', '181805.809000', '181805.812000', '181805.815000', '181805.817000', '181805.820000', '181825.671000', '181825.674000', '181825.677000', '181825.680000', '181825.683000', '181825.686000', '181825.688000', '181825.691000', '181825.694000', '181825.697000', '181825.700000', '181825.703000', '181825.706000', '181825.709000', '181825.711000', '181825.714000', '181825.717000', '181825.720000', '181825.723000', '181825.726000', '181825.728000', '181825.731000', '181825.734000', '181825.737000', '181825.740000', '181825.743000', '181825.746000', '181825.750000', '181825.753000', '181825.756000', '181825.759000', '181825.762000', '181825.764000', '181825.767000', '181825.770000', '181825.773000', '181825.776000', '181825.779000', '181825.782000', '181825.785000', '181825.787000', '181825.790000', '181825.793000', '181845.671000', '181845.674000', '181845.677000', '181845.680000', '181845.682000', '181845.685000', '181845.688000', '181845.691000', '181845.694000', '181845.697000', '181845.699000', '181845.702000', '181845.705000', '181845.708000', '181845.711000', '181845.714000', '181845.717000', '181845.719000', '181845.722000', '181845.725000', '181845.728000', '181845.731000', '181845.734000', '181845.737000', '181845.740000', '181845.742000', '181845.745000', '181845.748000', '181845.751000', '181845.754000', '181845.757000', '181845.759000', '181845.762000', '181845.765000', '181845.768000', '181845.771000', '181845.774000', '181845.776000', '181845.779000', '181845.782000', '181845.785000', '181845.788000', '181845.791000', '181845.793000', '181905.671000', '181905.674000', '181905.677000', '181905.680000', '181905.682000', '181905.685000', '181905.688000', '181905.691000', '181905.694000', '181905.696000', '181905.699000', '181905.702000', '181905.705000', '181905.708000', '181905.711000', '181905.714000', '181905.717000', '181905.720000', '181905.723000', '181905.726000', '181905.729000', '181905.731000', '181905.734000', '181905.737000', '181905.740000', '181905.743000', '181905.746000', '181905.749000', '181905.751000', '181905.754000', '181905.757000', '181905.760000', '181905.763000', '181905.766000', '181905.769000', '181905.771000', '181905.774000', '181905.777000', '181905.780000', '181905.783000', '181905.786000', '181905.789000', '181905.792000', '181925.671000', '181925.674000', '181925.677000', '181925.680000', '181925.682000', '181925.685000', '181925.688000', '181925.691000', '181925.694000', '181925.697000', '181925.700000', '181925.702000', '181925.705000', '181925.708000', '181925.711000', '181925.714000', '181925.717000', '181925.720000', '181925.723000', '181925.726000', '181925.729000', '181925.732000', '181925.734000', '181925.737000', '181925.740000', '181925.743000', '181925.746000', '181925.749000', '181925.752000', '181925.755000', '181925.757000', '181925.760000', '181925.763000', '181925.766000', '181925.769000', '181925.772000', '181925.775000', '181925.778000', '181925.780000', '181925.783000', '181925.786000', '181925.789000', '181925.792000', '181925.795000', '181945.670000', '181945.673000', '181945.676000', '181945.679000', '181945.682000', '181945.685000', '181945.688000', '181945.690000', '181945.693000', '181945.696000', '181945.699000', '181945.702000', '181945.713000', '181945.716000', '181945.719000', '181945.722000', '181945.725000', '181945.728000', '181945.731000', '181945.734000', '181945.737000', '181945.739000', '181945.742000', '181945.745000', '181945.749000', '181945.752000', '181945.755000', '181945.758000', '181945.761000', '181945.763000', '181945.766000', '181945.769000', '181945.772000', '181945.775000', '181945.778000', '181945.781000', '181945.784000', '181945.786000', '181945.789000', '181945.792000', '181945.795000', '181945.798000', '181945.801000', '182005.670000', '182005.673000', '182005.676000', '182005.679000', '182005.682000', '182005.684000', '182005.687000', '182005.690000', '182005.693000', '182005.696000', '182005.699000', '182005.702000', '182005.705000', '182005.708000', '182005.710000', '182005.713000', '182005.716000', '182005.719000', '182005.722000', '182005.725000', '182005.728000', '182005.731000', '182005.734000', '182005.737000', '182005.740000', '182005.743000', '182005.745000', '182005.748000', '182005.751000', '182005.754000', '182005.757000', '182005.760000', '182005.763000', '182005.766000', '182005.768000', '182005.771000', '182005.774000', '182005.777000', '182005.780000', '182005.783000', '182005.786000', '182005.789000', '182005.791000', '182005.794000', '182025.671000', '182025.674000', '182025.677000', '182025.680000', '182025.683000', '182025.686000', '182025.689000', '182025.692000', '182025.695000', '182025.698000', '182025.701000', '182025.704000', '182025.707000', '182025.710000', '182025.713000', '182025.716000', '182025.719000', '182025.722000', '182025.725000', '182025.728000', '182025.730000', '182025.733000', '182025.736000', '182025.739000', '182025.742000', '182025.746000', '182025.750000', '182025.753000', '182025.755000', '182025.758000', '182025.761000', '182025.764000', '182025.767000', '182025.770000', '182025.773000', '182025.775000', '182025.778000', '182025.781000', '182025.784000', '182025.787000', '182025.790000', '182025.793000', '182025.796000', '182045.671000', '182045.674000', '182045.677000', '182045.680000', '182045.683000', '182045.685000', '182045.689000', '182045.691000', '182045.694000', '182045.697000', '182045.700000', '182045.703000', '182045.706000', '182045.709000', '182045.712000', '182045.715000', '182045.717000', '182045.720000', '182045.723000', '182045.726000', '182045.729000', '182045.732000', '182045.735000', '182045.738000', '182045.741000', '182045.743000', '182045.746000', '182045.749000', '182045.752000', '182045.755000', '182045.758000', '182045.761000', '182045.764000', '182045.766000', '182045.769000', '182045.772000', '182045.775000', '182045.778000', '182045.781000', '182045.784000', '182045.787000', '182045.789000', '182045.792000', '182045.795000', '182105.671000', '182105.674000', '182105.677000', '182105.680000', '182105.683000', '182105.686000', '182105.688000', '182105.691000', '182105.694000', '182105.697000', '182105.700000', '182105.703000', '182105.706000', '182105.709000', '182105.712000', '182105.714000', '182105.717000', '182105.720000', '182105.723000', '182105.726000', '182105.729000', '182105.732000', '182105.735000', '182105.738000', '182105.741000', '182105.743000', '182105.746000', '182105.749000', '182105.752000', '182105.755000', '182105.758000', '182105.761000', '182105.764000', '182105.767000', '182105.770000', '182105.772000', '182105.775000', '182105.791000', '182105.794000', '182105.797000', '182105.800000', '182105.803000', '182105.806000', '182125.671000', '182125.674000', '182125.677000', '182125.680000', '182125.683000', '182125.686000', '182125.689000', '182125.691000', '182125.694000', '182125.697000', '182125.700000', '182125.703000', '182125.706000', '182125.709000', '182125.712000', '182125.715000', '182125.717000', '182125.720000', '182125.723000', '182125.726000', '182125.729000', '182125.732000', '182125.735000', '182125.738000', '182125.741000', '182125.744000', '182125.746000', '182125.749000', '182125.752000', '182125.755000', '182125.758000', '182125.761000', '182125.764000', '182125.767000', '182125.770000', '182125.773000', '182125.775000', '182125.778000', '182125.781000', '182125.784000', '182125.787000', '182125.790000', '182125.793000', '182125.796000', '182145.671000', '182145.674000', '182145.677000', '182145.680000', '182145.683000', '182145.686000', '182145.689000', '182145.692000', '182145.694000', '182145.697000', '182145.700000', '182145.703000', '182145.706000', '182145.709000', '182145.711000', '182145.715000', '182145.717000', '182145.720000', '182145.723000', '182145.726000', '182145.730000', '182145.734000', '182145.737000', '182145.740000', '182145.743000', '182145.745000', '182145.748000', '182145.751000', '182145.754000', '182145.757000', '182145.760000', '182145.763000', '182145.766000', '182145.769000', '182145.771000', '182145.775000', '182145.777000', '182145.780000', '182145.783000', '182145.786000', '182145.789000', '182145.792000', '182145.795000', '182205.670000', '182205.673000', '182205.676000', '182205.679000', '182205.682000', '182205.685000', '182205.687000', '182205.690000', '182205.693000', '182205.696000', '182205.699000', '182205.702000', '182205.705000', '182205.708000', '182205.711000', '182205.714000', '182205.717000', '182205.719000', '182205.722000', '182205.725000', '182205.728000', '182205.731000', '182205.734000', '182205.737000', '182205.740000', '182205.743000', '182205.746000', '182205.749000', '182205.752000', '182205.755000', '182205.757000', '182205.760000', '182205.763000', '182205.766000', '182205.769000', '182205.772000', '182205.775000', '182205.778000', '182205.781000', '182205.783000', '182205.786000', '182205.789000', '182205.792000', '182205.795000', '182225.670000', '182225.673000', '182225.676000', '182225.679000', '182225.682000', '182225.685000', '182225.688000', '182225.691000', '182225.693000', '182225.696000', '182225.699000', '182225.702000', '182225.705000', '182225.708000', '182225.711000', '182225.714000', '182225.717000', '182225.719000', '182225.722000', '182225.725000', '182225.728000', '182225.731000', '182225.734000', '182225.737000', '182225.740000', '182225.743000', '182225.746000', '182225.748000', '182225.751000', '182225.754000', '182225.757000', '182225.760000', '182225.763000', '182225.766000', '182225.769000', '182225.772000', '182225.774000', '182225.777000', '182225.780000', '182225.783000', '182225.786000', '182225.789000', '182225.792000', '182245.671000', '182245.674000', '182245.677000', '182245.680000', '182245.683000', '182245.686000', '182245.688000', '182245.692000', '182245.694000', '182245.697000', '182245.700000', '182245.703000', '182245.706000', '182245.709000', '182245.712000', '182245.715000', '182245.718000', '182245.720000', '182245.723000', '182245.735000', '182245.738000', '182245.741000', '182245.744000', '182245.747000', '182245.750000', '182245.753000', '182245.756000', '182245.759000', '182245.761000', '182245.764000', '182245.767000', '182245.770000', '182245.773000', '182245.776000', '182245.779000', '182245.782000', '182245.785000', '182245.788000', '182245.790000', '182245.793000', '182245.796000', '182245.799000', '182245.802000', '182245.805000', '182305.671000', '182305.674000', '182305.677000', '182305.680000', '182305.683000', '182305.690000', '182305.693000', '182305.696000', '182305.699000', '182305.702000', '182305.704000', '182305.707000', '182305.710000', '182305.713000', '182305.716000', '182305.719000', '182305.722000', '182305.725000', '182305.727000', '182305.730000', '182305.733000', '182305.736000', '182305.739000', '182305.742000', '182305.745000', '182305.748000', '182305.751000', '182305.754000', '182305.756000', '182305.760000', '182305.762000', '182305.765000', '182305.770000', '182305.775000', '182305.778000', '182305.781000', '182305.784000', '182305.786000', '182305.789000', '182305.792000', '182305.795000', '182305.798000', '182305.801000', '182325.671000', '182325.674000', '182325.677000', '182325.680000', '182325.682000', '182325.685000', '182325.688000', '182325.691000', '182325.694000', '182325.697000', '182325.699000', '182325.702000', '182325.705000', '182325.708000', '182325.711000', '182325.714000', '182325.717000', '182325.719000', '182325.722000', '182325.725000', '182325.728000', '182325.731000', '182325.734000', '182325.737000', '182325.739000', '182325.742000', '182325.745000', '182325.748000', '182325.751000', '182325.754000', '182325.757000', '182325.759000', '182325.762000', '182325.765000', '182325.768000', '182325.771000', '182325.774000', '182325.777000', '182325.780000', '182325.782000', '182325.785000', '182325.788000', '182325.791000', '182325.794000', '182345.671000', '182345.674000', '182345.677000', '182345.680000', '182345.683000', '182345.685000', '182345.688000', '182345.691000', '182345.694000', '182345.697000', '182345.700000', '182345.702000', '182345.705000', '182345.708000', '182345.711000', '182345.714000', '182345.717000', '182345.720000', '182345.723000', '182345.725000', '182345.728000', '182345.731000', '182345.734000', '182345.737000', '182345.740000', '182345.742000', '182345.745000', '182345.748000', '182345.751000', '182345.754000', '182345.757000', '182345.760000', '182345.763000', '182345.766000', '182345.769000', '182345.772000', '182345.775000', '182345.778000', '182345.781000', '182345.784000', '182345.787000', '182345.789000', '182345.792000', '182405.671000', '182405.674000', '182405.677000', '182405.680000', '182405.682000', '182405.685000', '182405.688000', '182405.691000', '182405.694000', '182405.697000', '182405.699000', '182405.702000', '182405.705000', '182405.708000', '182405.711000', '182405.714000', '182405.716000', '182405.719000', '182405.722000', '182405.725000', '182405.728000', '182405.731000', '182405.734000', '182405.736000', '182405.739000', '182405.742000', '182405.745000', '182405.748000', '182405.751000', '182405.757000', '182405.768000', '182405.771000', '182405.774000', '182405.777000', '182405.780000', '182405.783000', '182405.785000', '182405.788000', '182405.791000', '182405.794000', '182405.797000', '182405.800000', '182405.803000', '182405.806000', '182425.670000', '182425.673000', '182425.676000', '182425.679000', '182425.682000', '182425.685000', '182425.687000', '182425.690000', '182425.693000', '182425.696000', '182425.699000', '182425.702000', '182425.705000', '182425.708000', '182425.711000', '182425.714000', '182425.716000', '182425.719000', '182425.722000', '182425.725000', '182425.728000', '182425.731000', '182425.734000', '182425.737000', '182425.740000', '182425.742000', '182425.745000', '182425.748000', '182425.751000', '182425.754000', '182425.757000', '182425.760000', '182425.762000', '182425.765000', '182425.768000', '182425.771000', '182425.774000', '182425.777000', '182425.780000', '182425.782000', '182425.785000', '182425.788000', '182425.791000', '182445.670000', '182445.673000', '182445.676000', '182445.679000', '182445.681000', '182445.684000', '182445.687000', '182445.690000', '182445.699000', '182445.702000', '182445.704000', '182445.707000', '182445.710000', '182445.713000', '182445.716000', '182445.719000', '182445.722000', '182445.725000', '182445.728000', '182445.730000', '182445.733000', '182445.736000', '182445.739000', '182445.742000', '182445.745000', '182445.748000', '182445.751000', '182445.753000', '182445.756000', '182445.759000', '182445.762000', '182445.765000', '182445.768000', '182445.771000', '182445.774000', '182445.777000', '182445.780000', '182445.782000', '182445.785000', '182445.788000', '182445.791000', '182445.794000', '182445.797000', '182445.800000', '182505.671000', '182505.674000', '182505.677000', '182505.680000', '182505.683000', '182505.686000', '182505.689000', '182505.692000', '182505.694000', '182505.697000', '182505.700000', '182505.703000', '182505.706000', '182505.709000', '182505.712000', '182505.715000', '182505.718000', '182505.720000', '182505.724000', '182505.726000', '182505.729000', '182505.732000', '182505.735000', '182505.738000', '182505.741000', '182505.744000', '182505.747000', '182505.750000', '182505.752000', '182505.755000', '182505.758000', '182505.761000', '182505.764000', '182505.767000', '182505.770000', '182505.773000', '182505.776000', '182505.778000', '182505.782000', '182505.784000', '182505.787000', '182505.790000', '182505.793000', '182525.671000', '182525.675000', '182525.677000', '182525.680000', '182525.683000', '182525.686000', '182525.689000', '182525.692000', '182525.695000', '182525.698000', '182525.701000', '182525.704000', '182525.707000', '182525.709000', '182525.712000', '182525.715000', '182525.718000', '182525.721000', '182525.724000', '182525.727000', '182525.730000', '182525.732000', '182525.735000', '182525.738000', '182525.741000', '182525.744000', '182525.763000', '182525.774000', '182525.776000', '182525.779000', '182525.782000', '182525.785000', '182525.788000', '182525.791000', '182525.794000', '182525.797000', '182525.800000', '182525.802000', '182525.805000', '182525.808000', '182525.811000', '182525.814000', '182525.817000', '182545.671000', '182545.674000', '182545.677000', '182545.680000', '182545.683000', '182545.686000', '182545.689000', '182545.692000', '182545.694000', '182545.697000', '182545.700000', '182545.703000', '182545.706000', '182545.709000', '182545.712000', '182545.715000', '182545.718000', '182545.720000', '182545.723000', '182545.726000', '182545.729000', '182545.732000', '182545.735000', '182545.738000', '182545.741000', '182545.743000', '182545.747000', '182545.749000', '182545.752000', '182545.755000', '182545.758000', '182545.761000', '182545.764000', '182545.767000', '182545.770000', '182545.773000', '182545.775000', '182545.778000', '182545.781000', '182545.784000', '182545.787000', '182545.790000', '182545.793000', '182545.796000', '182605.671000', '182605.674000', '182605.677000', '182605.680000', '182605.683000', '182605.686000', '182605.688000', '182605.691000', '182605.694000', '182605.697000', '182605.700000', '182605.703000', '182605.706000', '182605.710000', '182605.713000', '182605.716000', '182605.719000', '182605.721000', '182605.724000', '182605.727000', '182605.730000', '182605.733000', '182605.736000', '182605.739000', '182605.742000', '182605.745000', '182605.748000', '182605.750000', '182605.753000', '182605.756000', '182605.759000', '182605.762000', '182605.765000', '182605.768000', '182605.771000', '182605.774000', '182605.777000', '182605.779000', '182605.782000', '182605.785000', '182605.788000', '182605.791000', '182605.794000', '182625.671000', '182625.674000', '182625.677000', '182625.680000', '182625.683000', '182625.686000', '182625.689000', '182625.692000', '182625.695000', '182625.698000', '182625.701000', '182625.704000', '182625.706000', '182625.709000', '182625.712000', '182625.715000', '182625.718000', '182625.721000', '182625.724000', '182625.727000', '182625.730000', '182625.733000', '182625.736000', '182625.738000', '182625.741000', '182625.744000', '182625.747000', '182625.750000', '182625.753000', '182625.756000', '182625.759000', '182625.762000', '182625.765000', '182625.768000', '182625.771000', '182625.774000', '182625.776000', '182625.779000', '182625.782000', '182625.785000', '182625.788000', '182625.791000', '182625.794000', '182625.797000', '182626.444000', '182626.447000'], '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': [14896, 10999, 13067, 9598, 11734, 16178, 11097, 13719, 9972, 12712, 9007, 11708, 12810, 11546, 10437, 11582, 9097, 11216, 9859, 11240, 15865, 10774, 14134, 9901, 12242, 14114, 11048, 14702, 10445, 12986, 9977, 11719, 15696, 11566, 16020, 10634, 13098, 9164, 11979, 8268, 11167, 14200, 10583, 13899, 11079, 12598, 9616, 11816, 8991, 11300, 13063, 10671, 14998, 11356, 13423, 9180, 12084, 9368, 11043, 16571, 10641, 13656, 10028, 12130, 8553, 10925, 13049, 10730, 15689, 10437, 12930, 9929, 12829, 9095, 12088, 8995, 10994, 16465, 10738, 13696, 9780, 12043, 12411, 11073, 15219, 10613, 13468, 8839, 12104, 11846, 10820, 15181, 10760, 13323, 9042, 12230, 11130, 11002, 15845, 10776, 13971, 9514, 12984, 8665, 12386, 12738, 11113, 14271, 10083, 13292, 9647, 13507, 9299, 13591, 9480, 13602, 9563, 14328, 9062, 14393, 9365, 13686, 10012, 14026, 8996, 14106, 9598, 13778, 15784, 12038, 17667, 12053, 16927, 10668, 14722, 11363, 14421, 10656, 13276, 16377, 11570, 17627, 12482, 16495, 9874, 13898, 10185, 12794, 11906, 13668, 16656, 11605, 16786, 11826, 14750, 11314, 13815, 9502, 13275, 9392, 12517, 10781, 13354, 9229, 13392, 9645, 13292, 14885, 12378, 16989, 12629, 15593, 11397, 17798, 11640, 15077, 11959, 13105, 11615, 11904, 15422, 11092, 15737, 11643, 14153, 11615, 12061, 9183, 11077, 12541, 10424, 15182, 11798, 14422, 9850, 12079, 10734, 10811, 15565, 10735, 12571, 9549, 11862, 9229, 11060, 13833, 10806, 13375, 11511, 13254, 9117, 12924, 9018, 11445, 15367, 10815, 13780, 10750, 13552, 9525, 13036, 9789, 12862, 10503, 13265, 11719, 12416, 16170, 11456, 17249, 12474, 15710, 11098, 13906, 11201, 15767, 11732, 16061, 10533, 13301, 10061, 12878, 14244, 11648, 17900, 10954, 14309, 9921, 13088, 9580, 11271, 17473, 12315, 15779, 11057, 13202, 10343, 12636, 10192, 12612, 15710, 11778, 17306, 11774, 13741, 11453, 12429, 15053, 11300, 15217, 11479, 13051, 10746, 12113, 13645, 10841, 18312, 10958, 15328, 11115, 13085, 10072, 12693, 10052, 12312, 10036, 11498, 15941, 11016, 16992, 10286, 12730, 9773, 12889, 10281, 12209, 13120, 11258, 13920, 10618, 14579, 10277, 13525, 9374, 11722, 15233, 11375, 15544, 10959, 15641, 11226, 14019, 11387, 13245, 11037, 12575, 10469, 12171, 8929, 12026, 12143, 12001, 17102, 12878, 17455, 10772, 14416, 11062, 12630, 13282, 10826, 16503, 11309, 13528, 11937, 13431, 10317, 11831, 14580, 10730, 14295, 11531, 12872, 11064, 12112, 14522, 11058, 16287, 10836, 13478, 10615, 12260, 9910, 11365, 16377, 11253, 15234, 9920, 12392, 8965, 11664, 12133, 11018, 16310, 11669, 16356, 10840, 13777, 10960, 13554, 10723, 12573, 10542, 12114, 15491, 11758, 13709, 10616, 15323, 10947, 14857, 11770, 14793, 11579, 12169, 11751, 10893, 16646, 11411, 13736, 12220, 12750, 10477, 11959, 8299, 11047, 12640, 10963, 17137, 11964, 15175, 10290, 12156, 9841, 11687, 17222, 11733, 16061, 10904, 13412, 9602, 12489, 10940, 10786, 14786, 11899, 13953, 11253, 12667, 8858, 11476, 16342, 10950, 14093, 11194, 12936, 10456, 12990, 8918, 12146, 9012, 12494, 13470, 11696, 17630, 12233, 15243, 10384, 13003, 10654, 12815, 13202, 11008, 16778, 11476, 14990, 10058, 13183, 9508, 12822, 9809, 12020, 16567, 11796, 16385, 10797, 14232, 10321, 13344, 10677, 12782, 11342, 11257, 14809, 11610, 13300, 11188, 8297, 12126, 8713, 12021, 17625, 10207, 13173, 11246, 13099, 9920, 12049, 9147, 11009, 15161, 11312, 13958, 13013, 11404, 18220, 10206, 13595, 10592, 11923, 15195, 10547, 16222, 11972, 12039, 10964, 10649, 15860, 10275, 13537, 10546, 11778, 10918, 9931, 14094, 10102, 12599, 10563, 11573, 10418, 10257, 14539, 10022, 13768, 11511, 11487, 10853, 9698, 14568, 9891, 13457, 9821, 12164, 10299, 10001, 14008, 10552, 12785, 11236, 11011, 15846, 9894, 13383, 10481, 12768, 10831, 11724, 8484, 10449, 12853, 10300, 14136, 10656, 15920, 10278, 14645, 9726, 11858, 10069, 10761, 17848, 11151, 14638, 9728, 11546, 9340, 10641, 15562, 10741, 14032, 10002, 11683, 9815, 11600, 13304, 11090, 11475, 9946, 13526, 10543, 12833, 10513, 12174, 11058, 10332, 15361, 10558, 13261, 11282, 12598, 10498, 10993, 12050, 10453, 14313, 10990, 13301, 11390, 12594, 9473, 11526, 16925, 10526, 15346, 11879, 11548, 15462, 10806, 17094, 10483, 12472, 10877, 10965, 17968, 11176, 16085, 10516, 12375, 10269, 10545, 17102, 10163, 15650, 11432, 11343, 13803, 10296, 15736, 10285, 16342, 10024, 12758, 10280, 11777, 13140, 9988, 17382, 9660, 12492, 9538, 11646, 11728, 10585, 14040, 9218, 13983, 9947, 13330, 11369, 10329, 10858, 9337, 14628, 9746, 12902, 10347, 10847, 9043, 9879, 14886, 11116, 15949, 9657, 11847, 10201, 11437, 9756, 10991, 15859, 10138, 15679, 10170, 11884, 9433, 12235, 10500, 12282, 11908, 10645, 15514, 9625, 13361, 10384, 12533, 11874, 11039, 10630, 9759, 14538, 10219, 12629, 11231, 10359, 16432, 9428, 14575, 10556, 11251, 9864, 10405, 15214, 10533, 17292, 9862, 12321, 10048, 12405, 11179, 10873, 11823, 9665, 15456, 9788, 13429, 9869, 11227, 10198, 10568, 15746, 10807, 16270, 9646, 12951, 10573, 12146, 10980, 11170, 14373, 9585, 14630, 10330, 11834, 10445, 11131, 12474, 10064, 16962, 10769, 14365, 9972, 12026, 9844, 11652, 10384, 11644, 11453, 11704, 10553, 11032, 8469, 11214, 12248, 10583, 10602, 10893, 8949, 12517, 10741, 12866, 10269, 12026, 9800, 12121, 13365, 10883, 17391, 12430, 12564, 13914, 11174, 14837, 9959, 16521, 9843, 14128, 11037, 11299, 17379, 10249, 16037, 9837, 11906, 10647, 10844, 17815, 9796, 14705, 10416, 11594, 9391, 10506, 10750, 10852, 12050, 10559, 8940, 10771, 10860, 11072, 18430, 10203, 13525, 9708, 11284, 12783, 10069, 14476, 10173, 12242, 10826, 10690, 16946, 10216, 13192, 10372, 11704, 10234, 10408, 15712, 10191, 14109, 10839, 11780, 9897, 11519, 11402, 10730, 8104, 10473, 11131, 10523, 16703, 10379, 14277, 11719, 11877, 9401, 11336, 12715, 10690, 9484, 10430, 10917, 11331, 14560, 11933, 14733, 10981, 11227, 10802, 15401, 11950, 13759, 13810, 12842, 11795, 11908, 9207, 11401, 15637, 10792, 14753, 12243, 12736, 12826, 10896, 17535, 10749, 13926, 11640, 11725, 16087, 10916, 16780, 11322, 12707, 11368, 10912, 16783, 10143, 14603, 10658, 11798, 9873, 11243, 12232, 11031, 14259, 10756, 8960, 11143, 9705, 11593, 12025, 11145, 18288, 10773, 14419, 11400, 14647, 10203, 12211, 10240, 12471, 10655, 12848, 10537, 12223, 10258, 11718, 11171, 11384, 14376, 10951, 13094, 10621, 14475, 10699, 16726, 10816, 15503, 11438, 15186, 10116, 13751, 10535, 12935, 10897, 13091, 12277, 11749, 9322, 11160, 13922, 10537, 17215, 11041, 14599, 10371, 12261, 10402, 11855, 11995, 12058, 12236, 11278, 9391, 10881, 15249, 10481, 14124, 12006, 12125, 11170, 10836, 16589, 10506, 13852, 11371, 11999, 13581, 10733, 11664, 11152, 9179, 12259, 13250, 12059, 9817, 11595, 10293, 11482, 16254, 10547, 15877, 11030, 14591, 9874, 12004, 10136, 12255, 10534, 11582, 8731, 10828, 11555, 11107, 13356, 11638, 9451, 12467, 9132, 12753, 15739, 12372, 18948, 13345, 18432, 10746, 15582, 12029, 14695, 12383, 12904, 18494, 13822, 18043, 11462, 18002, 10476, 14837, 12188, 13811, 12650, 12793, 12419, 12283, 9720, 11571, 14247, 10509, 17465, 13778, 18462, 9552, 14338, 9735, 13504, 10990, 14734, 11455, 15170, 9169, 11970, 8881, 12097, 11955, 11961, 18033, 13587, 18905, 12025, 16632, 11154, 10550, 11047, 17447, 10515, 15125, 11490, 13665, 10476, 12323, 9254, 12483, 9504, 14031, 10246, 13949, 10109, 14180, 10966, 15089, 11415, 14726, 12319, 15126, 10402, 14518, 10059, 11983, 9884, 10021, 14593, 11524, 17110, 10987, 14043, 9800, 13040, 9446, 12324, 11482, 11781, 17646, 12391, 18537, 10719, 14158, 10614, 11704, 10035, 12531, 10440, 11367, 11572, 15003, 12294, 16210, 12534, 17961, 12620, 16383, 12445, 12599, 11648, 8902, 11701, 9184, 11922, 10701, 11839, 16821, 13543, 17880, 12350, 15847, 10771, 8433, 11129, 8996, 11459, 17351, 10289, 14496, 9443, 11592, 14133, 10050, 16762, 9846, 14235, 12436, 11254, 18955, 10265, 16364, 11052, 10922, 17586, 10003, 16066, 9194, 12480, 10095, 12180, 8735, 10292, 13668, 9430, 13249, 9081, 11604, 10059, 11216, 12304, 10394, 15096, 9125, 12321, 8846, 11110, 11884, 10654, 17664, 13047, 17357], 'WindowCenter': [4598.0, 4542.0, 4549.0, 4505.0, 4525.0, 4553.0, 4512.0, 4531.0, 4491.0, 4521.0, 4482.0, 4523.0, 4532.0, 4512.0, 4501.0, 4522.0, 4492.0, 4524.0, 4503.0, 4526.0, 4554.0, 4525.0, 4546.0, 4504.0, 4534.0, 4542.0, 4523.0, 4542.0, 4514.0, 4534.0, 4504.0, 4524.0, 4542.0, 4512.0, 4541.0, 4503.0, 4520.0, 4482.0, 4535.0, 4472.0, 4524.0, 4532.0, 4514.0, 4542.0, 4512.0, 4533.0, 4504.0, 4524.0, 4482.0, 4524.0, 4532.0, 4513.0, 4541.0, 4513.0, 4532.0, 4492.0, 4523.0, 4481.0, 4513.0, 4565.0, 4515.0, 4544.0, 4502.0, 4522.0, 4483.0, 4525.0, 4532.0, 4513.0, 4551.0, 4514.0, 4533.0, 4503.0, 4532.0, 4482.0, 4533.0, 4493.0, 4514.0, 4552.0, 4514.0, 4543.0, 4503.0, 4535.0, 4532.0, 4525.0, 4552.0, 4513.0, 4543.0, 4493.0, 4534.0, 4522.0, 4515.0, 4554.0, 4513.0, 4543.0, 4493.0, 4534.0, 4512.0, 4525.0, 4564.0, 4527.0, 4544.0, 4505.0, 4546.0, 4483.0, 4546.0, 4533.0, 4536.0, 4555.0, 4527.0, 4557.0, 4518.0, 4556.0, 4506.0, 4570.0, 4531.0, 4557.0, 4520.0, 4569.0, 4510.0, 4568.0, 4532.0, 4571.0, 4530.0, 4571.0, 4509.0, 4570.0, 4518.0, 4572.0, 4580.0, 4549.0, 4579.0, 4550.0, 4576.0, 4540.0, 4569.0, 4536.0, 4567.0, 4526.0, 4557.0, 4565.0, 4539.0, 4575.0, 4535.0, 4564.0, 4515.0, 4545.0, 4528.0, 4546.0, 4535.0, 4557.0, 4563.0, 4524.0, 4565.0, 4536.0, 4543.0, 4524.0, 4544.0, 4503.0, 4532.0, 4507.0, 4536.0, 4514.0, 4545.0, 4494.0, 4544.0, 4493.0, 4546.0, 4556.0, 4534.0, 4552.0, 4522.0, 4551.0, 4538.0, 4562.0, 4523.0, 4554.0, 4522.0, 4522.0, 4510.0, 4510.0, 4538.0, 4499.0, 4539.0, 4509.0, 4518.0, 4497.0, 4507.0, 4466.0, 4498.0, 4506.0, 4499.0, 4539.0, 4509.0, 4528.0, 4477.0, 4508.0, 4486.0, 4498.0, 4527.0, 4497.0, 4518.0, 4489.0, 4508.0, 4477.0, 4509.0, 4527.0, 4510.0, 4529.0, 4509.0, 4520.0, 4479.0, 4519.0, 4468.0, 4510.0, 4552.0, 4512.0, 4529.0, 4501.0, 4530.0, 4491.0, 4531.0, 4502.0, 4532.0, 4502.0, 4533.0, 4521.0, 4532.0, 4551.0, 4524.0, 4551.0, 4524.0, 4540.0, 4512.0, 4542.0, 4526.0, 4554.0, 4522.0, 4541.0, 4500.0, 4529.0, 4489.0, 4532.0, 4530.0, 4511.0, 4550.0, 4500.0, 4530.0, 4491.0, 4531.0, 4491.0, 4513.0, 4549.0, 4509.0, 4539.0, 4499.0, 4518.0, 4488.0, 4517.0, 4489.0, 4520.0, 4538.0, 4510.0, 4548.0, 4508.0, 4517.0, 4496.0, 4508.0, 4526.0, 4497.0, 4526.0, 4497.0, 4517.0, 4496.0, 4507.0, 4516.0, 4497.0, 4536.0, 4486.0, 4526.0, 4498.0, 4516.0, 4488.0, 4517.0, 4489.0, 4522.0, 4491.0, 4510.0, 4538.0, 4499.0, 4548.0, 4499.0, 4518.0, 4491.0, 4530.0, 4500.0, 4520.0, 4519.0, 4511.0, 4541.0, 4514.0, 4540.0, 4501.0, 4544.0, 4494.0, 4523.0, 4540.0, 4511.0, 4541.0, 4511.0, 4550.0, 4512.0, 4542.0, 4524.0, 4532.0, 4501.0, 4520.0, 4499.0, 4509.0, 4479.0, 4521.0, 4521.0, 4523.0, 4550.0, 4520.0, 4549.0, 4501.0, 4526.0, 4498.0, 4508.0, 4516.0, 4487.0, 4538.0, 4511.0, 4520.0, 4496.0, 4516.0, 4475.0, 4506.0, 4514.0, 4499.0, 4528.0, 4496.0, 4518.0, 4497.0, 4506.0, 4514.0, 4496.0, 4536.0, 4498.0, 4516.0, 4486.0, 4508.0, 4489.0, 4509.0, 4537.0, 4499.0, 4539.0, 4488.0, 4507.0, 4468.0, 4523.0, 4522.0, 4500.0, 4536.0, 4499.0, 4538.0, 4500.0, 4529.0, 4511.0, 4529.0, 4511.0, 4533.0, 4502.0, 4520.0, 4538.0, 4522.0, 4529.0, 4500.0, 4538.0, 4512.0, 4541.0, 4510.0, 4529.0, 4509.0, 4509.0, 4496.0, 4497.0, 4536.0, 4510.0, 4529.0, 4508.0, 4505.0, 4475.0, 4495.0, 4446.0, 4496.0, 4517.0, 4498.0, 4537.0, 4507.0, 4526.0, 4486.0, 4506.0, 4490.0, 4510.0, 4547.0, 4507.0, 4524.0, 4485.0, 4504.0, 4466.0, 4507.0, 4484.0, 4496.0, 4526.0, 4496.0, 4514.0, 4496.0, 4520.0, 4466.0, 4507.0, 4525.0, 4498.0, 4540.0, 4509.0, 4506.0, 4485.0, 4503.0, 4454.0, 4494.0, 4454.0, 4519.0, 4528.0, 4507.0, 4535.0, 4496.0, 4514.0, 4475.0, 4506.0, 4488.0, 4507.0, 4505.0, 4497.0, 4537.0, 4496.0, 4526.0, 4476.0, 4505.0, 4475.0, 4506.0, 4490.0, 4508.0, 4536.0, 4496.0, 4536.0, 4496.0, 4516.0, 4476.0, 4516.0, 4486.0, 4519.0, 4499.0, 4497.0, 4514.0, 4484.0, 4515.0, 4496.0, 4458.0, 4508.0, 4456.0, 4507.0, 4536.0, 4489.0, 4519.0, 4496.0, 4506.0, 4476.0, 4506.0, 4466.0, 4498.0, 4527.0, 4497.0, 4529.0, 4506.0, 4508.0, 4546.0, 4487.0, 4505.0, 4486.0, 4495.0, 4513.0, 4474.0, 4523.0, 4482.0, 4482.0, 4470.0, 4472.0, 4523.0, 4485.0, 4503.0, 4472.0, 4493.0, 4470.0, 4461.0, 4500.0, 4473.0, 4492.0, 4471.0, 4484.0, 4472.0, 4473.0, 4502.0, 4474.0, 4514.0, 4495.0, 4494.0, 4482.0, 4464.0, 4513.0, 4486.0, 4516.0, 4475.0, 4494.0, 4472.0, 4474.0, 4510.0, 4484.0, 4504.0, 4483.0, 4485.0, 4522.0, 4473.0, 4514.0, 4485.0, 4504.0, 4483.0, 4495.0, 4454.0, 4487.0, 4504.0, 4486.0, 4515.0, 4487.0, 4526.0, 4487.0, 4525.0, 4476.0, 4506.0, 4475.0, 4496.0, 4535.0, 4485.0, 4515.0, 4464.0, 4495.0, 4465.0, 4486.0, 4525.0, 4486.0, 4515.0, 4476.0, 4496.0, 4474.0, 4496.0, 4515.0, 4497.0, 4495.0, 4489.0, 4517.0, 4499.0, 4519.0, 4498.0, 4510.0, 4497.0, 4490.0, 4526.0, 4498.0, 4518.0, 4497.0, 4507.0, 4488.0, 4500.0, 4507.0, 4499.0, 4530.0, 4512.0, 4530.0, 4511.0, 4521.0, 4490.0, 4522.0, 4538.0, 4499.0, 4540.0, 4509.0, 4498.0, 4527.0, 4487.0, 4524.0, 4485.0, 4508.0, 4498.0, 4487.0, 4523.0, 4485.0, 4526.0, 4474.0, 4493.0, 4472.0, 4474.0, 4521.0, 4462.0, 4511.0, 4483.0, 4483.0, 4501.0, 4461.0, 4511.0, 4473.0, 4520.0, 4462.0, 4491.0, 4472.0, 4482.0, 4490.0, 4461.0, 4510.0, 4451.0, 4482.0, 4449.0, 4482.0, 4480.0, 4471.0, 4499.0, 4451.0, 4501.0, 4473.0, 4503.0, 4481.0, 4472.0, 4470.0, 4451.0, 4501.0, 4461.0, 4490.0, 4460.0, 4472.0, 4451.0, 4473.0, 4511.0, 4485.0, 4523.0, 4464.0, 4492.0, 4472.0, 4493.0, 4464.0, 4485.0, 4523.0, 4474.0, 4525.0, 4474.0, 4492.0, 4463.0, 4505.0, 4473.0, 4506.0, 4494.0, 4485.0, 4512.0, 4464.0, 4504.0, 4473.0, 4494.0, 4493.0, 4485.0, 4473.0, 4464.0, 4513.0, 4475.0, 4494.0, 4483.0, 4474.0, 4523.0, 4463.0, 4511.0, 4472.0, 4482.0, 4473.0, 4483.0, 4512.0, 4473.0, 4524.0, 4474.0, 4493.0, 4475.0, 4504.0, 4484.0, 4484.0, 4493.0, 4464.0, 4514.0, 4475.0, 4504.0, 4474.0, 4495.0, 4485.0, 4485.0, 4524.0, 4485.0, 4524.0, 4475.0, 4504.0, 4486.0, 4506.0, 4486.0, 4496.0, 4516.0, 4477.0, 4515.0, 4475.0, 4495.0, 4485.0, 4495.0, 4504.0, 4476.0, 4535.0, 4497.0, 4515.0, 4487.0, 4507.0, 4487.0, 4508.0, 4488.0, 4497.0, 4507.0, 4507.0, 4498.0, 4499.0, 4470.0, 4525.0, 4532.0, 4513.0, 4512.0, 4523.0, 4495.0, 4534.0, 4514.0, 4535.0, 4514.0, 4532.0, 4504.0, 4523.0, 4532.0, 4503.0, 4551.0, 4521.0, 4521.0, 4520.0, 4500.0, 4528.0, 4489.0, 4539.0, 4489.0, 4528.0, 4488.0, 4499.0, 4536.0, 4477.0, 4526.0, 4477.0, 4496.0, 4485.0, 4486.0, 4534.0, 4475.0, 4514.0, 4486.0, 4494.0, 4464.0, 4486.0, 4485.0, 4497.0, 4506.0, 4498.0, 4480.0, 4510.0, 4510.0, 4511.0, 4549.0, 4490.0, 4518.0, 4480.0, 4510.0, 4519.0, 4491.0, 4529.0, 4489.0, 4521.0, 4500.0, 4500.0, 4537.0, 4488.0, 4518.0, 4488.0, 4509.0, 4488.0, 4501.0, 4539.0, 4503.0, 4530.0, 4499.0, 4508.0, 4488.0, 4510.0, 4509.0, 4500.0, 4470.0, 4501.0, 4511.0, 4513.0, 4551.0, 4502.0, 4541.0, 4521.0, 4522.0, 4490.0, 4523.0, 4531.0, 4513.0, 4502.0, 4514.0, 4524.0, 4537.0, 4566.0, 4537.0, 4566.0, 4527.0, 4535.0, 4537.0, 4566.0, 4536.0, 4545.0, 4544.0, 4534.0, 4534.0, 4535.0, 4504.0, 4535.0, 4552.0, 4524.0, 4553.0, 4533.0, 4533.0, 4531.0, 4513.0, 4561.0, 4512.0, 4541.0, 4510.0, 4521.0, 4540.0, 4500.0, 4540.0, 4498.0, 4518.0, 4497.0, 4498.0, 4536.0, 4488.0, 4526.0, 4498.0, 4507.0, 4488.0, 4509.0, 4508.0, 4499.0, 4539.0, 4510.0, 4491.0, 4511.0, 4501.0, 4522.0, 4521.0, 4523.0, 4561.0, 4513.0, 4541.0, 4522.0, 4541.0, 4501.0, 4520.0, 4512.0, 4530.0, 4512.0, 4531.0, 4512.0, 4522.0, 4502.0, 4522.0, 4522.0, 4523.0, 4540.0, 4512.0, 4531.0, 4512.0, 4540.0, 4513.0, 4551.0, 4513.0, 4552.0, 4523.0, 4552.0, 4513.0, 4541.0, 4512.0, 4531.0, 4511.0, 4532.0, 4521.0, 4521.0, 4491.0, 4522.0, 4540.0, 4512.0, 4561.0, 4512.0, 4540.0, 4502.0, 4533.0, 4511.0, 4521.0, 4521.0, 4532.0, 4521.0, 4523.0, 4503.0, 4524.0, 4552.0, 4524.0, 4543.0, 4535.0, 4534.0, 4524.0, 4524.0, 4563.0, 4524.0, 4543.0, 4522.0, 4533.0, 4541.0, 4523.0, 4533.0, 4535.0, 4518.0, 4547.0, 4545.0, 4546.0, 4515.0, 4535.0, 4515.0, 4536.0, 4564.0, 4527.0, 4568.0, 4526.0, 4554.0, 4515.0, 4545.0, 4526.0, 4546.0, 4526.0, 4536.0, 4495.0, 4537.0, 4536.0, 4539.0, 4566.0, 4562.0, 4527.0, 4561.0, 4518.0, 4573.0, 4592.0, 4559.0, 4589.0, 4561.0, 4585.0, 4538.0, 4567.0, 4537.0, 4569.0, 4547.0, 4547.0, 4575.0, 4544.0, 4560.0, 4523.0, 4562.0, 4512.0, 4555.0, 4536.0, 4531.0, 4519.0, 4519.0, 4506.0, 4508.0, 4477.0, 4509.0, 4528.0, 4500.0, 4537.0, 4532.0, 4548.0, 4489.0, 4529.0, 4490.0, 4529.0, 4500.0, 4529.0, 4497.0, 4527.0, 4466.0, 4496.0, 4466.0, 4511.0, 4507.0, 4508.0, 4535.0, 4508.0, 4535.0, 4496.0, 4524.0, 4485.0, 4473.0, 4495.0, 4523.0, 4485.0, 4515.0, 4484.0, 4503.0, 4473.0, 4480.0, 4453.0, 4493.0, 4463.0, 4502.0, 4474.0, 4503.0, 4475.0, 4503.0, 4472.0, 4516.0, 4473.0, 4501.0, 4496.0, 4500.0, 4460.0, 4488.0, 4449.0, 4456.0, 4435.0, 4449.0, 4488.0, 4457.0, 4497.0, 4459.0, 4488.0, 4448.0, 4465.0, 4423.0, 4464.0, 4443.0, 4454.0, 4483.0, 4463.0, 4506.0, 4475.0, 4491.0, 4434.0, 4442.0, 4424.0, 4438.0, 4435.0, 4444.0, 4456.0, 4527.0, 4440.0, 4455.0, 4462.0, 4493.0, 4476.0, 4483.0, 4478.0, 4465.0, 4466.0, 4439.0, 4479.0, 4452.0, 4484.0, 4472.0, 4483.0, 4510.0, 4502.0, 4510.0, 4490.0, 4510.0, 4482.0, 4453.0, 4494.0, 4464.0, 4495.0, 4524.0, 4473.0, 4502.0, 4450.0, 4481.0, 4500.0, 4461.0, 4510.0, 4460.0, 4501.0, 4477.0, 4468.0, 4507.0, 4447.0, 4497.0, 4455.0, 4458.0, 4505.0, 4446.0, 4484.0, 4435.0, 4477.0, 4446.0, 4478.0, 4426.0, 4459.0, 4487.0, 4449.0, 4489.0, 4438.0, 4481.0, 4472.0, 4482.0, 4491.0, 4472.0, 4510.0, 4462.0, 4491.0, 4451.0, 4482.0, 4480.0, 4473.0, 4523.0, 4506.0, 4523.0], 'WindowWidth': [10068.0, 9979.0, 9980.0, 9915.0, 9939.0, 9975.0, 9917.0, 9941.0, 9887.0, 9929.0, 9878.0, 9933.0, 9945.0, 9915.0, 9901.0, 9931.0, 9892.0, 9938.0, 9909.0, 9942.0, 9978.0, 9940.0, 9969.0, 9909.0, 9951.0, 9958.0, 9934.0, 9959.0, 9923.0, 9950.0, 9910.0, 9935.0, 9957.0, 9916.0, 9954.0, 9904.0, 9924.0, 9876.0, 9956.0, 9866.0, 9936.0, 9945.0, 9924.0, 9960.0, 9919.0, 9947.0, 9910.0, 9935.0, 9878.0, 9937.0, 9944.0, 9920.0, 9958.0, 9919.0, 9946.0, 9891.0, 9933.0, 9875.0, 9921.0, 9994.0, 9930.0, 9962.0, 9905.0, 9931.0, 9879.0, 9942.0, 9945.0, 9919.0, 9971.0, 9923.0, 9949.0, 9910.0, 9946.0, 9879.0, 9949.0, 9893.0, 9924.0, 9974.0, 9924.0, 9963.0, 9908.0, 9952.0, 9945.0, 9939.0, 9973.0, 9923.0, 9963.0, 9895.0, 9950.0, 9933.0, 9927.0, 9977.0, 9923.0, 9963.0, 9894.0, 9950.0, 9919.0, 9940.0, 9995.0, 9945.0, 9965.0, 9915.0, 9969.0, 9883.0, 9971.0, 9948.0, 9959.0, 9984.0, 9947.0, 9988.0, 9939.0, 9985.0, 9920.0, 10010.0, 9962.0, 9989.0, 9943.0, 10010.0, 9931.0, 10006.0, 9966.0, 10016.0, 9957.0, 10013.0, 9929.0, 10014.0, 9940.0, 10019.0, 10028.0, 9982.0, 10025.0, 9981.0, 10013.0, 9970.0, 10007.0, 9957.0, 10003.0, 9945.0, 9987.0, 9997.0, 9965.0, 10013.0, 9954.0, 9992.0, 9927.0, 9968.0, 9950.0, 9973.0, 9954.0, 9987.0, 9989.0, 9937.0, 9999.0, 9957.0, 9962.0, 9937.0, 9965.0, 9909.0, 9947.0, 9922.0, 9957.0, 9924.0, 9969.0, 9898.0, 9965.0, 9894.0, 9970.0, 9985.0, 9952.0, 9972.0, 9931.0, 9970.0, 9961.0, 9988.0, 9934.0, 9979.0, 9930.0, 9929.0, 9910.0, 9912.0, 9945.0, 9893.0, 9950.0, 9908.0, 9919.0, 9888.0, 9902.0, 9845.0, 9890.0, 9901.0, 9895.0, 9952.0, 9907.0, 9932.0, 9862.0, 9905.0, 9871.0, 9892.0, 9929.0, 9889.0, 9920.0, 9881.0, 9903.0, 9861.0, 9906.0, 9928.0, 9912.0, 9938.0, 9909.0, 9923.0, 9868.0, 9922.0, 9850.0, 9914.0, 9975.0, 9917.0, 9936.0, 9899.0, 9937.0, 9886.0, 9940.0, 9905.0, 9946.0, 9903.0, 9947.0, 9926.0, 9945.0, 9968.0, 9935.0, 9970.0, 9933.0, 9953.0, 9915.0, 9959.0, 9944.0, 9979.0, 9930.0, 9954.0, 9897.0, 9935.0, 9883.0, 9944.0, 9939.0, 9914.0, 9967.0, 9897.0, 9939.0, 9886.0, 9942.0, 9888.0, 9920.0, 9965.0, 9908.0, 9949.0, 9896.0, 9919.0, 9880.0, 9917.0, 9882.0, 9923.0, 9946.0, 9913.0, 9962.0, 9905.0, 9917.0, 9887.0, 9904.0, 9925.0, 9888.0, 9929.0, 9889.0, 9916.0, 9886.0, 9902.0, 9911.0, 9888.0, 9941.0, 9872.0, 9926.0, 9890.0, 9913.0, 9879.0, 9917.0, 9881.0, 9930.0, 9888.0, 9912.0, 9945.0, 9894.0, 9960.0, 9895.0, 9920.0, 9887.0, 9939.0, 9896.0, 9925.0, 9921.0, 9914.0, 9955.0, 9923.0, 9953.0, 9901.0, 9962.0, 9898.0, 9934.0, 9952.0, 9915.0, 9953.0, 9916.0, 9967.0, 9918.0, 9958.0, 9938.0, 9945.0, 9899.0, 9923.0, 9894.0, 9908.0, 9868.0, 9927.0, 9930.0, 9933.0, 9968.0, 9926.0, 9964.0, 9898.0, 9929.0, 9891.0, 9904.0, 9911.0, 9873.0, 9946.0, 9914.0, 9923.0, 9885.0, 9910.0, 9854.0, 9898.0, 9907.0, 9896.0, 9932.0, 9887.0, 9918.0, 9890.0, 9898.0, 9906.0, 9885.0, 9941.0, 9892.0, 9913.0, 9871.0, 9906.0, 9883.0, 9907.0, 9945.0, 9893.0, 9949.0, 9876.0, 9901.0, 9850.0, 9935.0, 9930.0, 9896.0, 9939.0, 9893.0, 9948.0, 9896.0, 9935.0, 9915.0, 9935.0, 9915.0, 9949.0, 9904.0, 9924.0, 9945.0, 9928.0, 9935.0, 9897.0, 9947.0, 9918.0, 9957.0, 9908.0, 9938.0, 9906.0, 9906.0, 9883.0, 9888.0, 9939.0, 9909.0, 9936.0, 9904.0, 9895.0, 9853.0, 9881.0, 9815.0, 9884.0, 9915.0, 9890.0, 9943.0, 9901.0, 9925.0, 9870.0, 9897.0, 9884.0, 9909.0, 9958.0, 9900.0, 9920.0, 9867.0, 9892.0, 9842.0, 9899.0, 9864.0, 9884.0, 9928.0, 9883.0, 9906.0, 9885.0, 9924.0, 9845.0, 9901.0, 9922.0, 9892.0, 9953.0, 9906.0, 9900.0, 9866.0, 9888.0, 9824.0, 9879.0, 9825.0, 9920.0, 9934.0, 9901.0, 9936.0, 9882.0, 9907.0, 9854.0, 9898.0, 9876.0, 9901.0, 9895.0, 9885.0, 9944.0, 9884.0, 9927.0, 9858.0, 9895.0, 9855.0, 9899.0, 9883.0, 9903.0, 9938.0, 9883.0, 9941.0, 9884.0, 9912.0, 9859.0, 9912.0, 9871.0, 9921.0, 9896.0, 9888.0, 9904.0, 9864.0, 9908.0, 9885.0, 9838.0, 9905.0, 9832.0, 9902.0, 9940.0, 9879.0, 9922.0, 9884.0, 9898.0, 9856.0, 9898.0, 9844.0, 9892.0, 9930.0, 9886.0, 9935.0, 9897.0, 9906.0, 9956.0, 9876.0, 9897.0, 9871.0, 9882.0, 9903.0, 9850.0, 9918.0, 9858.0, 9858.0, 9840.0, 9847.0, 9920.0, 9869.0, 9890.0, 9846.0, 9875.0, 9838.0, 9828.0, 9881.0, 9847.0, 9873.0, 9842.0, 9863.0, 9845.0, 9848.0, 9886.0, 9853.0, 9906.0, 9882.0, 9880.0, 9860.0, 9839.0, 9906.0, 9872.0, 9913.0, 9854.0, 9879.0, 9847.0, 9853.0, 9896.0, 9865.0, 9892.0, 9861.0, 9867.0, 9914.0, 9849.0, 9906.0, 9868.0, 9891.0, 9862.0, 9880.0, 9826.0, 9875.0, 9893.0, 9872.0, 9909.0, 9876.0, 9927.0, 9875.0, 9924.0, 9859.0, 9898.0, 9854.0, 9884.0, 9939.0, 9867.0, 9909.0, 9839.0, 9881.0, 9842.0, 9872.0, 9923.0, 9870.0, 9911.0, 9859.0, 9884.0, 9852.0, 9884.0, 9907.0, 9886.0, 9883.0, 9878.0, 9915.0, 9894.0, 9921.0, 9892.0, 9908.0, 9888.0, 9881.0, 9928.0, 9890.0, 9918.0, 9885.0, 9899.0, 9875.0, 9896.0, 9903.0, 9894.0, 9938.0, 9916.0, 9940.0, 9913.0, 9927.0, 9884.0, 9931.0, 9945.0, 9892.0, 9951.0, 9908.0, 9888.0, 9929.0, 9873.0, 9922.0, 9867.0, 9904.0, 9890.0, 9872.0, 9917.0, 9865.0, 9926.0, 9850.0, 9875.0, 9845.0, 9850.0, 9910.0, 9830.0, 9896.0, 9862.0, 9862.0, 9882.0, 9828.0, 9895.0, 9847.0, 9908.0, 9834.0, 9871.0, 9844.0, 9860.0, 9866.0, 9829.0, 9895.0, 9814.0, 9857.0, 9809.0, 9859.0, 9851.0, 9841.0, 9878.0, 9815.0, 9884.0, 9849.0, 9890.0, 9856.0, 9843.0, 9839.0, 9817.0, 9881.0, 9828.0, 9867.0, 9825.0, 9844.0, 9815.0, 9848.0, 9898.0, 9865.0, 9916.0, 9839.0, 9873.0, 9847.0, 9876.0, 9840.0, 9869.0, 9917.0, 9852.0, 9923.0, 9853.0, 9874.0, 9836.0, 9894.0, 9849.0, 9898.0, 9878.0, 9869.0, 9901.0, 9838.0, 9890.0, 9850.0, 9879.0, 9875.0, 9867.0, 9849.0, 9840.0, 9904.0, 9853.0, 9880.0, 9862.0, 9852.0, 9915.0, 9835.0, 9899.0, 9847.0, 9860.0, 9848.0, 9862.0, 9900.0, 9849.0, 9920.0, 9851.0, 9878.0, 9857.0, 9892.0, 9864.0, 9866.0, 9875.0, 9839.0, 9905.0, 9853.0, 9891.0, 9852.0, 9881.0, 9868.0, 9869.0, 9919.0, 9869.0, 9920.0, 9856.0, 9893.0, 9871.0, 9899.0, 9869.0, 9886.0, 9911.0, 9860.0, 9909.0, 9856.0, 9883.0, 9868.0, 9883.0, 9894.0, 9857.0, 9936.0, 9886.0, 9911.0, 9875.0, 9901.0, 9876.0, 9907.0, 9880.0, 9889.0, 9902.0, 9902.0, 9890.0, 9896.0, 9856.0, 9941.0, 9947.0, 9921.0, 9917.0, 9936.0, 9902.0, 9952.0, 9924.0, 9955.0, 9924.0, 9946.0, 9908.0, 9935.0, 9941.0, 9904.0, 9969.0, 9924.0, 9927.0, 9921.0, 9895.0, 9931.0, 9880.0, 9948.0, 9880.0, 9931.0, 9875.0, 9891.0, 9938.0, 9858.0, 9924.0, 9861.0, 9886.0, 9866.0, 9869.0, 9933.0, 9854.0, 9907.0, 9869.0, 9878.0, 9838.0, 9868.0, 9867.0, 9886.0, 9898.0, 9891.0, 9871.0, 9912.0, 9912.0, 9914.0, 9963.0, 9883.0, 9919.0, 9867.0, 9910.0, 9919.0, 9885.0, 9934.0, 9881.0, 9926.0, 9897.0, 9897.0, 9944.0, 9878.0, 9919.0, 9878.0, 9907.0, 9879.0, 9900.0, 9950.0, 9907.0, 9939.0, 9894.0, 9905.0, 9877.0, 9910.0, 9907.0, 9896.0, 9859.0, 9902.0, 9914.0, 9920.0, 9971.0, 9906.0, 9956.0, 9926.0, 9929.0, 9886.0, 9933.0, 9941.0, 9920.0, 9905.0, 9924.0, 9938.0, 9961.0, 9999.0, 9960.0, 10000.0, 9946.0, 9956.0, 9963.0, 10000.0, 9959.0, 9972.0, 9964.0, 9950.0, 9951.0, 9957.0, 9913.0, 9955.0, 9974.0, 9937.0, 9975.0, 9947.0, 9949.0, 9943.0, 9921.0, 9985.0, 9918.0, 9956.0, 9912.0, 9928.0, 9950.0, 9896.0, 9952.0, 9891.0, 9918.0, 9887.0, 9891.0, 9941.0, 9877.0, 9927.0, 9890.0, 9904.0, 9878.0, 9909.0, 9907.0, 9896.0, 9948.0, 9911.0, 9890.0, 9916.0, 9904.0, 9934.0, 9929.0, 9934.0, 9983.0, 9919.0, 9956.0, 9930.0, 9955.0, 9902.0, 9927.0, 9919.0, 9939.0, 9918.0, 9944.0, 9919.0, 9933.0, 9905.0, 9933.0, 9932.0, 9935.0, 9954.0, 9918.0, 9942.0, 9918.0, 9955.0, 9921.0, 9972.0, 9923.0, 9975.0, 9933.0, 9973.0, 9924.0, 9956.0, 9918.0, 9942.0, 9917.0, 9945.0, 9929.0, 9931.0, 9891.0, 9932.0, 9955.0, 9920.0, 9987.0, 9918.0, 9955.0, 9906.0, 9948.0, 9916.0, 9930.0, 9929.0, 9945.0, 9931.0, 9937.0, 9911.0, 9942.0, 9975.0, 9941.0, 9966.0, 9954.0, 9953.0, 9937.0, 9940.0, 9992.0, 9940.0, 9966.0, 9934.0, 9949.0, 9957.0, 9938.0, 9952.0, 9957.0, 9939.0, 9979.0, 9971.0, 9973.0, 9931.0, 9957.0, 9929.0, 9959.0, 9996.0, 9946.0, 10006.0, 9947.0, 9982.0, 9930.0, 9972.0, 9947.0, 9973.0, 9946.0, 9960.0, 9905.0, 9965.0, 9960.0, 9967.0, 10004.0, 10007.0, 9954.0, 10002.0, 9943.0, 10021.0, 10046.0, 9999.0, 10039.0, 10000.0, 10027.0, 9966.0, 10003.0, 9961.0, 10009.0, 9976.0, 9974.0, 10012.0, 9967.0, 9985.0, 9935.0, 9989.0, 9917.0, 9983.0, 9960.0, 9944.0, 9923.0, 9921.0, 9900.0, 9905.0, 9862.0, 9908.0, 9935.0, 9900.0, 9947.0, 9944.0, 9960.0, 9881.0, 9935.0, 9884.0, 9939.0, 9897.0, 9936.0, 9887.0, 9926.0, 9844.0, 9885.0, 9845.0, 9913.0, 9901.0, 9901.0, 9935.0, 9899.0, 9938.0, 9883.0, 9916.0, 9865.0, 9849.0, 9880.0, 9918.0, 9865.0, 9908.0, 9863.0, 9889.0, 9845.0, 9850.0, 9820.0, 9873.0, 9836.0, 9885.0, 9849.0, 9888.0, 9852.0, 9887.0, 9841.0, 9909.0, 9842.0, 9879.0, 9878.0, 9876.0, 9823.0, 9858.0, 9803.0, 9810.0, 9778.0, 9807.0, 9855.0, 9813.0, 9867.0, 9819.0, 9857.0, 9802.0, 9820.0, 9761.0, 9816.0, 9785.0, 9803.0, 9840.0, 9814.0, 9881.0, 9851.0, 9863.0, 9771.0, 9777.0, 9755.0, 9766.0, 9773.0, 9784.0, 9809.0, 9926.0, 9775.0, 9788.0, 9811.0, 9856.0, 9838.0, 9844.0, 9843.0, 9822.0, 9827.0, 9795.0, 9851.0, 9817.0, 9863.0, 9846.0, 9859.0, 9894.0, 9883.0, 9893.0, 9865.0, 9895.0, 9860.0, 9824.0, 9880.0, 9841.0, 9883.0, 9919.0, 9847.0, 9885.0, 9812.0, 9856.0, 9879.0, 9828.0, 9894.0, 9826.0, 9882.0, 9842.0, 9832.0, 9884.0, 9801.0, 9869.0, 9809.0, 9818.0, 9878.0, 9797.0, 9849.0, 9781.0, 9845.0, 9800.0, 9845.0, 9773.0, 9822.0, 9859.0, 9808.0, 9861.0, 9792.0, 9853.0, 9847.0, 9858.0, 9868.0, 9845.0, 9896.0, 9833.0, 9869.0, 9815.0, 9858.0, 9853.0, 9847.0, 9917.0, 9897.0, 9916.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.0013171663778162913</td></tr>
<tr><td colspan=3>aqi</td><td>0.025171376516464467</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.51599211076319</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2459589983261061</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0153726246660875</td></tr>
<tr><td colspan=3>efc</td><td>0.4838</td></tr>
<tr><td colspan=3>fber</td><td>5678.3647</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09211064693413659</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.332755632582322</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4602890830040085</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4374648509772183</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.64430984604565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2990925519891574</td></tr>
<tr><td colspan=3>gcor</td><td>0.0249366</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009531940333545208</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03163280338048935</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9173069983651176</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.7868</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.4903</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.5533</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295889.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.3604</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6833</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>632.4417</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3656.0029</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80655.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.8984</td></tr>
<tr><td colspan=3>tsnr</td><td>35.20084201544523</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>