<?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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-03/func/sub-0019_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>d6c2b18521190481b94ecb9972783f19</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:10:47.587500</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.998609, -0.0524601, -0.00532125, 0.0525096, 0.998574, 0.00963639]</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.0769145</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7768, -7262, 603, 0, -284, 100, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.666</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>597c2040-9a05-4e52-abe9-e77a53818acc||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.679194450378418, 0.14087949693202972, -0.012981964275240898, 108.51241302490234], [0.14074665307998657, 2.679100751876831, 0.026736486703157425, -102.32147216796875], [-0.014276523143053055, -0.025853732600808144, 2.699836492538452, -68.62352752685547], [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': ['171047.587500', '171048.047500', '171048.507500', '171048.967500', '171049.427500', '171049.887500', '171050.347500', '171050.807500', '171051.267500', '171051.727500', '171052.187500', '171052.647500', '171053.107500', '171053.567500', '171054.027500', '171054.487500', '171054.947500', '171055.407500', '171055.867500', '171056.327500', '171056.787500', '171057.247500', '171057.707500', '171058.167500', '171058.627500', '171059.087500', '171059.547500', '171100.007500', '171100.467500', '171100.927500', '171101.387500', '171101.847500', '171102.307500', '171102.767500', '171103.227500', '171103.687500', '171104.147500', '171104.607500', '171105.067500', '171105.527500', '171105.987500', '171106.447500', '171106.907500', '171107.367500', '171107.827500', '171108.287500', '171108.747500', '171109.207500', '171109.667500', '171110.127500', '171110.587500', '171111.047500', '171111.507500', '171111.967500', '171112.427500', '171112.887500', '171113.347500', '171113.807500', '171114.267500', '171114.727500', '171115.187500', '171115.647500', '171116.107500', '171116.567500', '171117.027500', '171117.487500', '171117.947500', '171118.407500', '171118.867500', '171119.327500', '171119.787500', '171120.247500', '171120.707500', '171121.167500', '171121.627500', '171122.087500', '171122.547500', '171123.007500', '171123.467500', '171123.927500', '171124.387500', '171124.847500', '171125.307500', '171125.767500', '171126.227500', '171126.687500', '171127.147500', '171127.607500', '171128.067500', '171128.527500', '171128.987500', '171129.447500', '171129.907500', '171130.367500', '171130.827500', '171131.287500', '171131.747500', '171132.207500', '171132.667500', '171133.127500', '171133.587500', '171134.047500', '171134.507500', '171134.967500', '171135.427500', '171135.887500', '171136.347500', '171136.807500', '171137.267500', '171137.727500', '171138.187500', '171138.647500', '171139.107500', '171139.567500', '171140.027500', '171140.487500', '171140.947500', '171141.407500', '171141.867500', '171142.327500', '171142.787500', '171143.247500', '171143.707500', '171144.167500', '171144.627500', '171145.087500', '171145.547500', '171146.007500', '171146.467500', '171146.927500', '171147.387500', '171147.847500', '171148.307500', '171148.767500', '171149.227500', '171149.687500', '171150.147500', '171150.607500', '171151.067500', '171151.527500', '171151.987500', '171152.447500', '171152.907500', '171153.367500', '171153.827500', '171154.287500', '171154.747500', '171155.207500', '171155.667500', '171156.127500', '171156.587500', '171157.047500', '171157.507500', '171157.967500', '171158.427500', '171158.887500', '171159.347500', '171159.807500', '171200.267500', '171200.727500', '171201.187500', '171201.647500', '171202.107500', '171202.567500', '171203.027500', '171203.487500', '171203.947500', '171204.407500', '171204.867500', '171205.327500', '171205.787500', '171206.247500', '171206.707500', '171207.167500', '171207.627500', '171208.087500', '171208.547500', '171209.007500', '171209.467500', '171209.927500', '171210.387500', '171210.847500', '171211.307500', '171211.767500', '171212.227500', '171212.687500', '171213.147500', '171213.607500', '171214.067500', '171214.527500', '171214.987500', '171215.447500', '171215.907500', '171216.367500', '171216.827500', '171217.287500', '171217.747500', '171218.207500', '171218.667500', '171219.127500', '171219.587500', '171220.047500', '171220.507500', '171220.967500', '171221.427500', '171221.887500', '171222.347500', '171222.807500', '171223.267500', '171223.727500', '171224.187500', '171224.647500', '171225.107500', '171225.567500', '171226.027500', '171226.487500', '171226.947500', '171227.407500', '171227.867500', '171228.327500', '171228.787500', '171229.247500', '171229.707500', '171230.167500', '171230.627500', '171231.087500', '171231.547500', '171232.007500', '171232.467500', '171232.927500', '171233.387500', '171233.847500', '171234.307500', '171234.767500', '171235.227500', '171235.687500', '171236.147500', '171236.607500', '171237.067500', '171237.527500', '171237.987500', '171238.447500', '171238.907500', '171239.367500', '171239.827500', '171240.287500', '171240.747500', '171241.207500', '171241.667500', '171242.127500', '171242.587500', '171243.047500', '171243.507500', '171243.967500', '171244.427500', '171244.887500', '171245.347500', '171245.807500', '171246.267500', '171246.727500', '171247.187500', '171247.647500', '171248.107500', '171248.567500', '171249.027500', '171249.487500', '171249.947500', '171250.407500', '171250.867500', '171251.327500', '171251.787500', '171252.247500', '171252.707500', '171253.167500', '171253.627500', '171254.087500', '171254.547500', '171255.007500', '171255.467500', '171255.927500', '171256.387500', '171256.847500', '171257.307500', '171257.767500', '171258.227500', '171258.687500', '171259.147500', '171259.607500', '171300.067500', '171300.527500', '171300.987500', '171301.447500', '171301.907500', '171302.367500', '171302.827500', '171303.287500', '171303.747500', '171304.207500', '171304.667500', '171305.127500', '171305.587500', '171306.047500', '171306.507500', '171306.967500', '171307.427500', '171307.887500', '171308.347500', '171308.807500', '171309.267500', '171309.727500', '171310.187500', '171310.647500', '171311.107500', '171311.567500', '171312.027500', '171312.487500', '171312.947500', '171313.407500', '171313.867500', '171314.327500', '171314.787500', '171315.247500', '171315.707500', '171316.167500', '171316.627500', '171317.087500', '171317.547500', '171318.007500', '171318.467500', '171318.927500', '171319.387500', '171319.847500', '171320.307500', '171320.767500', '171321.227500', '171321.687500', '171322.147500', '171322.607500', '171323.067500', '171323.527500', '171323.987500', '171324.447500', '171324.907500', '171325.367500', '171325.827500', '171326.287500', '171326.747500', '171327.207500', '171327.667500', '171328.127500', '171328.587500', '171329.047500', '171329.507500', '171329.967500', '171330.427500', '171330.887500', '171331.347500', '171331.807500', '171332.267500', '171332.727500', '171333.187500', '171333.647500', '171334.107500', '171334.567500', '171335.027500', '171335.487500', '171335.947500', '171336.407500', '171336.867500', '171337.327500', '171337.787500', '171338.247500', '171338.707500', '171339.167500', '171339.627500', '171340.087500', '171340.547500', '171341.007500', '171341.467500', '171341.927500', '171342.387500', '171342.847500', '171343.307500', '171343.767500', '171344.227500', '171344.687500', '171345.147500', '171345.607500', '171346.067500', '171346.527500', '171346.987500', '171347.447500', '171347.907500', '171348.367500', '171348.827500', '171349.287500', '171349.747500', '171350.207500', '171350.667500', '171351.127500', '171351.587500', '171352.047500', '171352.507500', '171352.967500', '171353.427500', '171353.887500', '171354.347500', '171354.807500', '171355.267500', '171355.727500', '171356.187500', '171356.647500', '171357.107500', '171357.567500', '171358.027500', '171358.487500', '171358.947500', '171359.407500', '171359.867500', '171400.327500', '171400.787500', '171401.247500', '171401.707500', '171402.167500', '171402.627500', '171403.087500', '171403.547500', '171404.007500', '171404.467500', '171404.927500', '171405.387500', '171405.847500', '171406.307500', '171406.767500', '171407.227500', '171407.687500', '171408.147500', '171408.607500', '171409.067500', '171409.527500', '171409.987500', '171410.447500', '171410.907500', '171411.367500', '171411.827500', '171412.287500', '171412.747500', '171413.207500', '171413.667500', '171414.127500', '171414.587500', '171415.047500', '171415.507500', '171415.967500', '171416.427500', '171416.887500', '171417.347500', '171417.807500', '171418.267500', '171418.727500', '171419.187500', '171419.647500', '171420.107500', '171420.567500', '171421.027500', '171421.487500', '171421.947500', '171422.407500', '171422.867500', '171423.327500', '171423.787500', '171424.247500', '171424.707500', '171425.167500', '171425.627500', '171426.087500', '171426.547500', '171427.007500', '171427.467500', '171427.927500', '171428.387500', '171428.847500', '171429.307500', '171429.767500', '171430.227500', '171430.687500', '171431.147500', '171431.607500', '171432.067500', '171432.527500', '171432.987500', '171433.447500', '171433.907500', '171434.367500', '171434.827500', '171435.287500', '171435.747500', '171436.207500', '171436.667500', '171437.127500', '171437.587500', '171438.047500', '171438.507500', '171438.967500', '171439.427500', '171439.887500', '171440.347500', '171440.807500', '171441.267500', '171441.727500', '171442.187500', '171442.647500', '171443.107500', '171443.567500', '171444.027500', '171444.487500', '171444.947500', '171445.407500', '171445.867500', '171446.327500', '171446.787500', '171447.247500', '171447.707500', '171448.167500', '171448.627500', '171449.087500', '171449.547500', '171450.007500', '171450.467500', '171450.927500', '171451.387500', '171451.847500', '171452.307500', '171452.767500', '171453.227500', '171453.687500', '171454.147500', '171454.607500', '171455.067500', '171455.527500', '171455.987500', '171456.447500', '171456.907500', '171457.367500', '171457.827500', '171458.287500', '171458.747500', '171459.207500', '171459.667500', '171500.127500', '171500.587500', '171501.047500', '171501.507500', '171501.967500', '171502.427500', '171502.887500', '171503.347500', '171503.807500', '171504.267500', '171504.727500', '171505.187500', '171505.647500', '171506.107500', '171506.567500', '171507.027500', '171507.487500', '171507.947500', '171508.407500', '171508.867500', '171509.327500', '171509.787500', '171510.247500', '171510.707500', '171511.167500', '171511.627500', '171512.087500', '171512.547500', '171513.007500', '171513.467500', '171513.927500', '171514.387500', '171514.847500', '171515.307500', '171515.767500', '171516.227500', '171516.687500', '171517.147500', '171517.607500', '171518.067500', '171518.527500', '171518.987500', '171519.447500', '171519.907500', '171520.367500', '171520.827500', '171521.287500', '171521.747500', '171522.207500', '171522.667500', '171523.127500', '171523.587500', '171524.047500', '171524.507500', '171524.967500', '171525.427500', '171525.887500', '171526.347500', '171526.807500', '171527.267500', '171527.727500', '171528.187500', '171528.647500', '171529.107500', '171529.567500', '171530.027500', '171530.487500', '171530.947500', '171531.407500', '171531.867500', '171532.327500', '171532.787500', '171533.247500', '171533.707500', '171534.167500', '171534.627500', '171535.087500', '171535.547500', '171536.007500', '171536.467500', '171536.927500', '171537.387500', '171537.847500', '171538.307500', '171538.767500', '171539.227500', '171539.687500', '171540.147500', '171540.607500', '171541.067500', '171541.527500', '171541.987500', '171542.447500', '171542.907500', '171543.367500', '171543.827500', '171544.287500', '171544.747500', '171545.207500', '171545.667500', '171546.127500', '171546.587500', '171547.047500', '171547.507500', '171547.967500', '171548.427500', '171548.887500', '171549.347500', '171549.807500', '171550.267500', '171550.727500', '171551.187500', '171551.647500', '171552.107500', '171552.567500', '171553.027500', '171553.487500', '171553.947500', '171554.407500', '171554.867500', '171555.327500', '171555.787500', '171556.247500', '171556.707500', '171557.167500', '171557.627500', '171558.087500', '171558.547500', '171559.007500', '171559.467500', '171559.927500', '171600.387500', '171600.847500', '171601.307500', '171601.767500', '171602.227500', '171602.687500', '171603.147500', '171603.607500', '171604.067500', '171604.527500', '171604.987500', '171605.447500', '171605.907500', '171606.367500', '171606.827500', '171607.287500', '171607.747500', '171608.207500', '171608.667500', '171609.127500', '171609.587500', '171610.047500', '171610.507500', '171610.967500', '171611.427500', '171611.887500', '171612.347500', '171612.807500', '171613.267500', '171613.727500', '171614.187500', '171614.647500', '171615.107500', '171615.567500', '171616.027500', '171616.487500', '171616.947500', '171617.407500', '171617.867500', '171618.327500', '171618.787500', '171619.247500', '171619.707500', '171620.167500', '171620.627500', '171621.087500', '171621.547500', '171622.007500', '171622.467500', '171622.927500', '171623.387500', '171623.847500', '171624.307500', '171624.767500', '171625.227500', '171625.687500', '171626.147500', '171626.607500', '171627.067500', '171627.527500', '171627.987500', '171628.447500', '171628.907500', '171629.367500', '171629.827500', '171630.287500', '171630.747500', '171631.207500', '171631.667500', '171632.127500', '171632.587500', '171633.047500', '171633.507500', '171633.967500', '171634.427500', '171634.887500', '171635.347500', '171635.807500', '171636.267500', '171636.727500', '171637.187500', '171637.647500', '171638.107500', '171638.567500', '171639.027500', '171639.487500', '171639.947500', '171640.407500', '171640.867500', '171641.327500', '171641.787500', '171642.247500', '171642.707500', '171643.167500', '171643.627500', '171644.087500', '171644.547500', '171645.007500', '171645.467500', '171645.927500', '171646.387500', '171646.847500', '171647.307500', '171647.767500', '171648.227500', '171648.687500', '171649.147500', '171649.607500', '171650.067500', '171650.527500', '171650.987500', '171651.447500', '171651.907500', '171652.367500', '171652.827500', '171653.287500', '171653.747500', '171654.207500', '171654.667500', '171655.127500', '171655.587500', '171656.047500', '171656.507500', '171656.967500', '171657.427500', '171657.887500', '171658.347500', '171658.807500', '171659.267500', '171659.727500', '171700.187500', '171700.647500', '171701.107500', '171701.567500', '171702.027500', '171702.487500', '171702.947500', '171703.407500', '171703.867500', '171704.327500', '171704.787500', '171705.247500', '171705.707500', '171706.167500', '171706.627500', '171707.087500', '171707.547500', '171708.007500', '171708.467500', '171708.927500', '171709.387500', '171709.847500', '171710.307500', '171710.767500', '171711.227500', '171711.687500', '171712.147500', '171712.607500', '171713.067500', '171713.527500', '171713.987500', '171714.447500', '171714.907500', '171715.367500', '171715.827500', '171716.287500', '171716.747500', '171717.207500', '171717.667500', '171718.127500', '171718.587500', '171719.047500', '171719.507500', '171719.967500', '171720.427500', '171720.887500', '171721.347500', '171721.807500', '171722.267500', '171722.727500', '171723.187500', '171723.647500', '171724.107500', '171724.567500', '171725.027500', '171725.487500', '171725.947500', '171726.407500', '171726.867500', '171727.327500', '171727.787500', '171728.247500', '171728.707500', '171729.167500', '171729.627500', '171730.087500', '171730.547500', '171731.007500', '171731.467500', '171731.927500', '171732.387500', '171732.847500', '171733.307500', '171733.767500', '171734.227500', '171734.687500', '171735.147500', '171735.607500', '171736.067500', '171736.527500', '171736.987500', '171737.447500', '171737.907500', '171738.367500', '171738.827500', '171739.287500', '171739.747500', '171740.207500', '171740.667500', '171741.127500', '171741.587500', '171742.047500', '171742.507500', '171742.967500', '171743.427500', '171743.887500', '171744.347500', '171744.807500', '171745.267500', '171745.727500', '171746.187500', '171746.647500', '171747.107500', '171747.567500', '171748.027500', '171748.487500', '171748.947500', '171749.407500', '171749.867500', '171750.327500', '171750.787500', '171751.247500', '171751.707500', '171752.167500', '171752.627500', '171753.087500', '171753.547500', '171754.007500', '171754.467500', '171754.927500', '171755.387500', '171755.847500', '171756.307500', '171756.767500', '171757.227500', '171757.687500', '171758.147500', '171758.607500', '171759.067500', '171759.527500', '171759.987500', '171800.447500', '171800.907500', '171801.367500', '171801.827500', '171802.287500', '171802.747500', '171803.207500', '171803.667500', '171804.127500', '171804.587500', '171805.047500', '171805.507500', '171805.967500', '171806.427500', '171806.887500', '171807.347500', '171807.807500', '171808.267500', '171808.727500', '171809.187500', '171809.647500', '171810.107500', '171810.567500', '171811.027500', '171811.487500', '171811.947500', '171812.407500', '171812.867500', '171813.327500', '171813.787500', '171814.247500', '171814.707500', '171815.167500', '171815.627500', '171816.087500', '171816.547500', '171817.007500', '171817.467500', '171817.927500', '171818.387500', '171818.847500', '171819.307500', '171819.767500', '171820.227500', '171820.687500', '171821.147500', '171821.607500', '171822.067500', '171822.527500', '171822.987500', '171823.447500', '171823.907500', '171824.367500', '171824.827500', '171825.287500', '171825.747500', '171826.207500', '171826.667500', '171827.127500', '171827.587500', '171828.047500', '171828.507500', '171828.967500', '171829.427500', '171829.887500', '171830.347500', '171830.807500', '171831.267500', '171831.727500', '171832.187500', '171832.647500', '171833.107500', '171833.567500', '171834.027500', '171834.487500', '171834.947500', '171835.407500', '171835.867500', '171836.327500', '171836.787500', '171837.247500', '171837.707500', '171838.167500', '171838.627500', '171839.087500', '171839.547500', '171840.007500', '171840.467500', '171840.927500', '171841.387500', '171841.847500', '171842.307500', '171842.767500', '171843.227500', '171843.687500', '171844.147500', '171844.607500', '171845.067500', '171845.527500', '171845.987500', '171846.447500', '171846.907500', '171847.367500', '171847.827500', '171848.287500', '171848.747500', '171849.207500', '171849.667500', '171850.127500', '171850.587500', '171851.047500', '171851.507500', '171851.967500', '171852.427500', '171852.887500', '171853.347500', '171853.807500', '171854.267500', '171854.727500', '171855.187500', '171855.647500', '171856.107500', '171856.567500', '171857.027500', '171857.487500', '171857.947500', '171858.407500', '171858.867500', '171859.327500', '171859.787500', '171900.247500', '171900.707500', '171901.167500', '171901.627500', '171902.087500', '171902.547500', '171903.007500', '171903.467500', '171903.927500', '171904.387500', '171904.847500', '171905.307500', '171905.767500', '171906.227500', '171906.687500', '171907.147500', '171907.607500', '171908.067500', '171908.527500', '171908.987500', '171909.447500', '171909.907500', '171910.367500', '171910.827500', '171911.287500', '171911.747500', '171912.207500', '171912.667500', '171913.127500', '171913.587500', '171914.047500', '171914.507500', '171914.967500', '171915.427500', '171915.887500', '171916.347500', '171916.807500', '171917.267500', '171917.727500', '171918.187500', '171918.647500', '171919.107500', '171919.567500', '171920.027500', '171920.487500', '171920.947500', '171921.407500', '171921.867500', '171922.327500', '171922.787500', '171923.247500', '171923.707500', '171924.167500', '171924.627500', '171925.087500', '171925.547500', '171926.007500', '171926.467500', '171926.927500', '171927.387500', '171927.847500', '171928.307500', '171928.767500', '171929.227500', '171929.687500', '171930.147500', '171930.607500', '171931.067500', '171931.527500', '171931.987500', '171932.447500', '171932.907500', '171933.367500', '171933.827500', '171934.287500', '171934.747500', '171935.207500', '171935.667500', '171936.127500', '171936.587500', '171937.047500', '171937.507500', '171937.967500', '171938.427500', '171938.887500', '171939.347500'], 'ContentTime': ['171113.745000', '171113.749000', '171113.752000', '171113.755000', '171113.758000', '171113.760000', '171113.763000', '171113.766000', '171113.769000', '171113.772000', '171113.774000', '171113.777000', '171113.780000', '171113.794000', '171113.797000', '171113.799000', '171113.802000', '171113.805000', '171113.808000', '171113.811000', '171113.813000', '171113.816000', '171113.819000', '171113.822000', '171113.824000', '171113.827000', '171113.830000', '171113.833000', '171113.836000', '171113.839000', '171113.846000', '171113.848000', '171113.851000', '171113.854000', '171113.857000', '171113.859000', '171113.862000', '171113.865000', '171113.868000', '171113.871000', '171113.873000', '171113.876000', '171113.879000', '171113.882000', '171113.885000', '171113.887000', '171113.890000', '171113.893000', '171113.896000', '171113.899000', '171113.901000', '171113.904000', '171113.907000', '171113.910000', '171113.912000', '171133.713000', '171133.716000', '171133.719000', '171133.721000', '171133.724000', '171133.727000', '171133.730000', '171133.732000', '171133.735000', '171133.738000', '171133.741000', '171133.744000', '171133.746000', '171133.749000', '171133.752000', '171133.755000', '171133.758000', '171133.760000', '171133.763000', '171133.766000', '171133.769000', '171133.772000', '171133.774000', '171133.777000', '171133.780000', '171133.783000', '171133.786000', '171133.788000', '171133.791000', '171133.794000', '171133.797000', '171133.801000', '171133.803000', '171133.806000', '171133.809000', '171133.812000', '171133.814000', '171133.817000', '171133.820000', '171133.823000', '171133.825000', '171133.828000', '171133.831000', '171153.714000', '171153.717000', '171153.719000', '171153.722000', '171153.725000', '171153.728000', '171153.731000', '171153.733000', '171153.736000', '171153.739000', '171153.742000', '171153.745000', '171153.753000', '171153.756000', '171153.759000', '171153.762000', '171153.765000', '171153.768000', '171153.770000', '171153.773000', '171153.776000', '171153.779000', '171153.781000', '171153.784000', '171153.787000', '171153.790000', '171153.793000', '171153.795000', '171153.798000', '171153.801000', '171153.804000', '171153.807000', '171153.809000', '171153.812000', '171153.815000', '171153.818000', '171153.821000', '171153.823000', '171153.826000', '171153.829000', '171153.832000', '171153.834000', '171153.837000', '171153.840000', '171213.714000', '171213.717000', '171213.724000', '171213.727000', '171213.730000', '171213.733000', '171213.736000', '171213.738000', '171213.741000', '171213.744000', '171213.747000', '171213.750000', '171213.753000', '171213.755000', '171213.758000', '171213.761000', '171213.764000', '171213.767000', '171213.769000', '171213.772000', '171213.775000', '171213.778000', '171213.781000', '171213.783000', '171213.786000', '171213.789000', '171213.792000', '171213.795000', '171213.798000', '171213.800000', '171213.803000', '171213.806000', '171213.809000', '171213.812000', '171213.814000', '171213.817000', '171213.820000', '171213.823000', '171213.826000', '171213.828000', '171213.831000', '171213.834000', '171213.837000', '171233.714000', '171233.717000', '171233.720000', '171233.722000', '171233.725000', '171233.728000', '171233.731000', '171233.734000', '171233.736000', '171233.739000', '171233.742000', '171233.745000', '171233.748000', '171233.750000', '171233.753000', '171233.756000', '171233.759000', '171233.762000', '171233.764000', '171233.767000', '171233.770000', '171233.773000', '171233.776000', '171233.778000', '171233.781000', '171233.784000', '171233.787000', '171233.790000', '171233.793000', '171233.795000', '171233.798000', '171233.801000', '171233.804000', '171233.807000', '171233.809000', '171233.812000', '171233.815000', '171233.818000', '171233.820000', '171233.823000', '171233.826000', '171233.829000', '171233.832000', '171253.714000', '171253.717000', '171253.720000', '171253.722000', '171253.725000', '171253.728000', '171253.731000', '171253.734000', '171253.736000', '171253.739000', '171253.742000', '171253.745000', '171253.758000', '171253.761000', '171253.764000', '171253.766000', '171253.769000', '171253.772000', '171253.775000', '171253.778000', '171253.780000', '171253.783000', '171253.786000', '171253.789000', '171253.792000', '171253.794000', '171253.797000', '171253.800000', '171253.803000', '171253.806000', '171253.808000', '171253.811000', '171253.814000', '171253.817000', '171253.820000', '171253.822000', '171253.825000', '171253.828000', '171253.831000', '171253.834000', '171253.837000', '171253.839000', '171253.842000', '171253.845000', '171313.713000', '171313.716000', '171313.721000', '171313.725000', '171313.728000', '171313.731000', '171313.751000', '171313.754000', '171313.757000', '171313.760000', '171313.763000', '171313.765000', '171313.768000', '171313.771000', '171313.774000', '171313.777000', '171313.780000', '171313.782000', '171313.785000', '171313.788000', '171313.791000', '171313.794000', '171313.796000', '171313.799000', '171313.802000', '171313.805000', '171313.808000', '171313.811000', '171313.813000', '171313.816000', '171313.819000', '171313.822000', '171313.825000', '171313.827000', '171313.830000', '171313.833000', '171313.836000', '171313.839000', '171313.842000', '171313.845000', '171313.847000', '171313.850000', '171313.853000', '171333.713000', '171333.716000', '171333.719000', '171333.721000', '171333.724000', '171333.727000', '171333.730000', '171333.733000', '171333.735000', '171333.738000', '171333.741000', '171333.744000', '171333.747000', '171333.750000', '171333.752000', '171333.755000', '171333.758000', '171333.761000', '171333.763000', '171333.766000', '171333.769000', '171333.772000', '171333.775000', '171333.777000', '171333.780000', '171333.783000', '171333.786000', '171333.789000', '171333.792000', '171333.795000', '171333.797000', '171333.800000', '171333.803000', '171333.806000', '171333.809000', '171333.811000', '171333.814000', '171333.817000', '171333.820000', '171333.823000', '171333.825000', '171333.828000', '171333.831000', '171333.834000', '171353.714000', '171353.717000', '171353.720000', '171353.722000', '171353.725000', '171353.728000', '171353.731000', '171353.734000', '171353.737000', '171353.740000', '171353.742000', '171353.745000', '171353.748000', '171353.751000', '171353.754000', '171353.759000', '171353.763000', '171353.766000', '171353.769000', '171353.771000', '171353.774000', '171353.777000', '171353.780000', '171353.783000', '171353.785000', '171353.788000', '171353.791000', '171353.794000', '171353.797000', '171353.799000', '171353.802000', '171353.805000', '171353.808000', '171353.811000', '171353.814000', '171353.816000', '171353.819000', '171353.822000', '171353.825000', '171353.828000', '171353.830000', '171353.833000', '171353.836000', '171413.714000', '171413.717000', '171413.720000', '171413.723000', '171413.725000', '171413.728000', '171413.731000', '171413.734000', '171413.737000', '171413.740000', '171413.742000', '171413.745000', '171413.748000', '171413.751000', '171413.753000', '171413.756000', '171413.759000', '171413.762000', '171413.765000', '171413.768000', '171413.770000', '171413.773000', '171413.776000', '171413.779000', '171413.782000', '171413.785000', '171413.787000', '171413.790000', '171413.793000', '171413.796000', '171413.799000', '171413.801000', '171413.804000', '171413.807000', '171413.810000', '171413.813000', '171413.816000', '171413.825000', '171413.828000', '171413.830000', '171413.833000', '171413.836000', '171413.839000', '171413.842000', '171433.714000', '171433.717000', '171433.720000', '171433.723000', '171433.725000', '171433.728000', '171433.731000', '171433.734000', '171433.737000', '171433.740000', '171433.742000', '171433.745000', '171433.748000', '171433.751000', '171433.753000', '171433.756000', '171433.759000', '171433.762000', '171433.765000', '171433.768000', '171433.770000', '171433.773000', '171433.776000', '171433.779000', '171433.782000', '171433.785000', '171433.788000', '171433.791000', '171433.793000', '171433.796000', '171433.799000', '171433.802000', '171433.805000', '171433.807000', '171433.810000', '171433.813000', '171433.816000', '171433.819000', '171433.821000', '171433.824000', '171433.827000', '171433.830000', '171433.833000', '171453.714000', '171453.717000', '171453.720000', '171453.723000', '171453.725000', '171453.728000', '171453.731000', '171453.734000', '171453.737000', '171453.739000', '171453.742000', '171453.745000', '171453.748000', '171453.751000', '171453.753000', '171453.756000', '171453.759000', '171453.762000', '171453.765000', '171453.768000', '171453.771000', '171453.773000', '171453.776000', '171453.779000', '171453.782000', '171453.785000', '171453.787000', '171453.790000', '171453.793000', '171453.796000', '171453.799000', '171453.801000', '171453.804000', '171453.807000', '171453.810000', '171453.813000', '171453.816000', '171453.818000', '171453.821000', '171453.824000', '171453.827000', '171453.830000', '171453.832000', '171453.835000', '171513.715000', '171513.719000', '171513.721000', '171513.724000', '171513.727000', '171513.730000', '171513.733000', '171513.736000', '171513.739000', '171513.741000', '171513.744000', '171513.747000', '171513.750000', '171513.753000', '171513.755000', '171513.758000', '171513.761000', '171513.764000', '171513.766000', '171513.770000', '171513.772000', '171513.775000', '171513.778000', '171513.781000', '171513.784000', '171513.787000', '171513.790000', '171513.793000', '171513.796000', '171513.798000', '171513.801000', '171513.804000', '171513.807000', '171513.810000', '171513.812000', '171513.815000', '171513.818000', '171513.821000', '171513.824000', '171513.826000', '171513.829000', '171513.832000', '171513.835000', '171533.713000', '171533.716000', '171533.719000', '171533.722000', '171533.724000', '171533.727000', '171533.730000', '171533.733000', '171533.736000', '171533.738000', '171533.741000', '171533.744000', '171533.747000', '171533.750000', '171533.752000', '171533.755000', '171533.758000', '171533.761000', '171533.764000', '171533.767000', '171533.769000', '171533.772000', '171533.775000', '171533.778000', '171533.781000', '171533.783000', '171533.786000', '171533.789000', '171533.792000', '171533.795000', '171533.797000', '171533.800000', '171533.803000', '171533.806000', '171533.809000', '171533.812000', '171533.814000', '171533.817000', '171533.820000', '171533.823000', '171533.826000', '171533.829000', '171533.831000', '171533.834000', '171553.713000', '171553.716000', '171553.719000', '171553.722000', '171553.724000', '171553.727000', '171553.730000', '171553.733000', '171553.736000', '171553.738000', '171553.741000', '171553.744000', '171553.747000', '171553.750000', '171553.752000', '171553.755000', '171553.758000', '171553.761000', '171553.780000', '171553.783000', '171553.786000', '171553.789000', '171553.792000', '171553.794000', '171553.797000', '171553.801000', '171553.804000', '171553.807000', '171553.810000', '171553.812000', '171553.815000', '171553.818000', '171553.821000', '171553.824000', '171553.827000', '171553.829000', '171553.832000', '171553.835000', '171553.838000', '171553.841000', '171553.843000', '171553.846000', '171553.849000', '171613.714000', '171613.717000', '171613.720000', '171613.722000', '171613.725000', '171613.728000', '171613.731000', '171613.734000', '171613.737000', '171613.739000', '171613.742000', '171613.745000', '171613.748000', '171613.750000', '171613.753000', '171613.756000', '171613.759000', '171613.762000', '171613.765000', '171613.767000', '171613.770000', '171613.773000', '171613.776000', '171613.779000', '171613.782000', '171613.784000', '171613.787000', '171613.790000', '171613.793000', '171613.796000', '171613.799000', '171613.801000', '171613.804000', '171613.807000', '171613.810000', '171613.813000', '171613.816000', '171613.818000', '171613.821000', '171613.824000', '171613.827000', '171613.830000', '171613.832000', '171613.835000', '171633.714000', '171633.719000', '171633.722000', '171633.725000', '171633.728000', '171633.730000', '171633.733000', '171633.736000', '171633.739000', '171633.741000', '171633.744000', '171633.747000', '171633.750000', '171633.754000', '171633.757000', '171633.760000', '171633.763000', '171633.765000', '171633.768000', '171633.771000', '171633.774000', '171633.777000', '171633.779000', '171633.782000', '171633.785000', '171633.788000', '171633.790000', '171633.793000', '171633.796000', '171633.799000', '171633.802000', '171633.805000', '171633.807000', '171633.810000', '171633.813000', '171633.816000', '171633.819000', '171633.822000', '171633.825000', '171633.828000', '171633.830000', '171633.833000', '171633.836000', '171653.714000', '171653.717000', '171653.720000', '171653.723000', '171653.725000', '171653.728000', '171653.731000', '171653.734000', '171653.736000', '171653.739000', '171653.742000', '171653.745000', '171653.748000', '171653.751000', '171653.753000', '171653.756000', '171653.759000', '171653.762000', '171653.765000', '171653.768000', '171653.770000', '171653.773000', '171653.776000', '171653.779000', '171653.782000', '171653.784000', '171653.787000', '171653.790000', '171653.793000', '171653.795000', '171653.798000', '171653.801000', '171653.804000', '171653.807000', '171653.810000', '171653.812000', '171653.815000', '171653.818000', '171653.821000', '171653.823000', '171653.826000', '171653.829000', '171653.832000', '171653.835000', '171713.714000', '171713.717000', '171713.720000', '171713.723000', '171713.725000', '171713.728000', '171713.731000', '171713.734000', '171713.737000', '171713.739000', '171713.742000', '171713.745000', '171713.748000', '171713.750000', '171713.753000', '171713.756000', '171713.759000', '171713.762000', '171713.765000', '171713.767000', '171713.770000', '171713.773000', '171713.776000', '171713.779000', '171713.781000', '171713.784000', '171713.787000', '171713.790000', '171713.816000', '171713.819000', '171713.822000', '171713.824000', '171713.827000', '171713.830000', '171713.833000', '171713.836000', '171713.838000', '171713.841000', '171713.844000', '171713.847000', '171713.851000', '171713.854000', '171713.857000', '171733.714000', '171733.717000', '171733.720000', '171733.722000', '171733.725000', '171733.728000', '171733.731000', '171733.734000', '171733.736000', '171733.739000', '171733.742000', '171733.745000', '171733.747000', '171733.750000', '171733.753000', '171733.756000', '171733.759000', '171733.762000', '171733.764000', '171733.767000', '171733.770000', '171733.773000', '171733.776000', '171733.779000', '171733.781000', '171733.784000', '171733.787000', '171733.790000', '171733.793000', '171733.796000', '171733.798000', '171733.801000', '171733.804000', '171733.807000', '171733.810000', '171733.812000', '171733.815000', '171733.818000', '171733.821000', '171733.823000', '171733.826000', '171733.829000', '171733.832000', '171733.835000', '171753.714000', '171753.717000', '171753.719000', '171753.722000', '171753.725000', '171753.728000', '171753.731000', '171753.734000', '171753.736000', '171753.739000', '171753.742000', '171753.745000', '171753.748000', '171753.750000', '171753.753000', '171753.756000', '171753.759000', '171753.762000', '171753.764000', '171753.767000', '171753.770000', '171753.773000', '171753.776000', '171753.778000', '171753.781000', '171753.784000', '171753.787000', '171753.790000', '171753.794000', '171753.796000', '171753.799000', '171753.802000', '171753.805000', '171753.808000', '171753.811000', '171753.813000', '171753.816000', '171753.819000', '171753.822000', '171753.824000', '171753.827000', '171753.830000', '171753.833000', '171813.713000', '171813.716000', '171813.719000', '171813.722000', '171813.725000', '171813.728000', '171813.730000', '171813.733000', '171813.736000', '171813.739000', '171813.741000', '171813.744000', '171813.747000', '171813.750000', '171813.753000', '171813.756000', '171813.759000', '171813.761000', '171813.764000', '171813.767000', '171813.770000', '171813.773000', '171813.776000', '171813.778000', '171813.781000', '171813.784000', '171813.787000', '171813.790000', '171813.793000', '171813.795000', '171813.798000', '171813.801000', '171813.804000', '171813.807000', '171813.809000', '171813.812000', '171813.815000', '171813.818000', '171813.821000', '171813.823000', '171813.826000', '171813.829000', '171813.832000', '171813.835000', '171833.715000', '171833.718000', '171833.720000', '171833.723000', '171833.726000', '171833.729000', '171833.732000', '171833.734000', '171833.737000', '171833.740000', '171833.743000', '171833.746000', '171833.749000', '171833.751000', '171833.754000', '171833.757000', '171833.760000', '171833.763000', '171833.765000', '171833.768000', '171833.771000', '171833.774000', '171833.777000', '171833.779000', '171833.782000', '171833.796000', '171833.799000', '171833.802000', '171833.805000', '171833.807000', '171833.810000', '171833.813000', '171833.816000', '171833.819000', '171833.821000', '171833.824000', '171833.827000', '171833.830000', '171833.832000', '171833.835000', '171833.838000', '171833.841000', '171833.844000', '171853.714000', '171853.717000', '171853.720000', '171853.723000', '171853.725000', '171853.728000', '171853.731000', '171853.734000', '171853.737000', '171853.740000', '171853.742000', '171853.745000', '171853.748000', '171853.751000', '171853.754000', '171853.757000', '171853.759000', '171853.762000', '171853.765000', '171853.768000', '171853.771000', '171853.773000', '171853.776000', '171853.779000', '171853.782000', '171853.785000', '171853.787000', '171853.790000', '171853.793000', '171853.796000', '171853.799000', '171853.802000', '171853.804000', '171853.807000', '171853.810000', '171853.813000', '171853.816000', '171853.818000', '171853.821000', '171853.824000', '171853.827000', '171853.830000', '171853.832000', '171853.835000', '171913.714000', '171913.717000', '171913.720000', '171913.723000', '171913.726000', '171913.728000', '171913.731000', '171913.734000', '171913.737000', '171913.739000', '171913.742000', '171913.745000', '171913.748000', '171913.751000', '171913.754000', '171913.756000', '171913.759000', '171913.762000', '171913.765000', '171913.768000', '171913.770000', '171913.773000', '171913.776000', '171913.779000', '171913.782000', '171913.785000', '171913.787000', '171913.790000', '171913.793000', '171913.796000', '171913.799000', '171913.801000', '171913.804000', '171913.807000', '171913.810000', '171913.813000', '171913.816000', '171913.819000', '171913.821000', '171913.824000', '171913.827000', '171913.830000', '171913.833000', '171933.714000', '171933.717000', '171933.720000', '171933.723000', '171933.725000', '171933.728000', '171933.731000', '171933.734000', '171933.737000', '171933.739000', '171933.742000', '171933.745000', '171933.748000', '171933.751000', '171933.753000', '171933.756000', '171933.759000', '171933.762000', '171933.764000', '171933.767000', '171933.770000', '171933.773000', '171933.776000', '171933.779000', '171933.782000', '171933.784000', '171933.787000', '171933.790000', '171933.793000', '171933.796000', '171933.798000', '171933.801000', '171933.804000', '171933.807000', '171933.809000', '171933.812000', '171933.815000', '171933.818000', '171933.821000', '171933.823000', '171933.826000', '171933.829000', '171933.832000', '171933.835000', '171940.637000', '171940.641000', '171940.644000', '171940.647000', '171940.650000', '171940.654000', '171940.657000', '171940.660000', '171940.663000', '171940.666000', '171940.670000', '171940.672000', '171940.675000', '171940.678000', '171940.681000'], 'InstanceCreationTime': ['171113.745000', '171113.749000', '171113.752000', '171113.755000', '171113.758000', '171113.760000', '171113.763000', '171113.766000', '171113.769000', '171113.772000', '171113.774000', '171113.777000', '171113.780000', '171113.794000', '171113.797000', '171113.799000', '171113.802000', '171113.805000', '171113.808000', '171113.811000', '171113.813000', '171113.816000', '171113.819000', '171113.822000', '171113.824000', '171113.827000', '171113.830000', '171113.833000', '171113.836000', '171113.839000', '171113.846000', '171113.848000', '171113.851000', '171113.854000', '171113.857000', '171113.859000', '171113.862000', '171113.865000', '171113.868000', '171113.871000', '171113.873000', '171113.876000', '171113.879000', '171113.882000', '171113.885000', '171113.887000', '171113.890000', '171113.893000', '171113.896000', '171113.899000', '171113.901000', '171113.904000', '171113.907000', '171113.910000', '171113.912000', '171133.713000', '171133.716000', '171133.719000', '171133.721000', '171133.724000', '171133.727000', '171133.730000', '171133.732000', '171133.735000', '171133.738000', '171133.741000', '171133.744000', '171133.746000', '171133.749000', '171133.752000', '171133.755000', '171133.758000', '171133.760000', '171133.763000', '171133.766000', '171133.769000', '171133.772000', '171133.774000', '171133.777000', '171133.780000', '171133.783000', '171133.786000', '171133.788000', '171133.791000', '171133.794000', '171133.797000', '171133.801000', '171133.803000', '171133.806000', '171133.809000', '171133.812000', '171133.814000', '171133.817000', '171133.820000', '171133.823000', '171133.825000', '171133.828000', '171133.831000', '171153.714000', '171153.717000', '171153.719000', '171153.722000', '171153.725000', '171153.728000', '171153.731000', '171153.733000', '171153.736000', '171153.739000', '171153.742000', '171153.745000', '171153.753000', '171153.756000', '171153.759000', '171153.762000', '171153.765000', '171153.768000', '171153.770000', '171153.773000', '171153.776000', '171153.779000', '171153.781000', '171153.784000', '171153.787000', '171153.790000', '171153.793000', '171153.795000', '171153.798000', '171153.801000', '171153.804000', '171153.807000', '171153.809000', '171153.812000', '171153.815000', '171153.818000', '171153.821000', '171153.823000', '171153.826000', '171153.829000', '171153.832000', '171153.834000', '171153.837000', '171153.840000', '171213.714000', '171213.717000', '171213.724000', '171213.727000', '171213.730000', '171213.733000', '171213.736000', '171213.738000', '171213.741000', '171213.744000', '171213.747000', '171213.750000', '171213.753000', '171213.755000', '171213.758000', '171213.761000', '171213.764000', '171213.767000', '171213.769000', '171213.772000', '171213.775000', '171213.778000', '171213.781000', '171213.783000', '171213.786000', '171213.789000', '171213.792000', '171213.795000', '171213.798000', '171213.800000', '171213.803000', '171213.806000', '171213.809000', '171213.812000', '171213.814000', '171213.817000', '171213.820000', '171213.823000', '171213.826000', '171213.828000', '171213.831000', '171213.834000', '171213.837000', '171233.714000', '171233.717000', '171233.720000', '171233.722000', '171233.725000', '171233.728000', '171233.731000', '171233.734000', '171233.736000', '171233.739000', '171233.742000', '171233.745000', '171233.748000', '171233.750000', '171233.753000', '171233.756000', '171233.759000', '171233.762000', '171233.764000', '171233.767000', '171233.770000', '171233.773000', '171233.776000', '171233.778000', '171233.781000', '171233.784000', '171233.787000', '171233.790000', '171233.793000', '171233.795000', '171233.798000', '171233.801000', '171233.804000', '171233.807000', '171233.809000', '171233.812000', '171233.815000', '171233.818000', '171233.820000', '171233.823000', '171233.826000', '171233.829000', '171233.832000', '171253.714000', '171253.717000', '171253.720000', '171253.722000', '171253.725000', '171253.728000', '171253.731000', '171253.734000', '171253.736000', '171253.739000', '171253.742000', '171253.745000', '171253.758000', '171253.761000', '171253.764000', '171253.766000', '171253.769000', '171253.772000', '171253.775000', '171253.778000', '171253.780000', '171253.783000', '171253.786000', '171253.789000', '171253.792000', '171253.794000', '171253.797000', '171253.800000', '171253.803000', '171253.806000', '171253.808000', '171253.811000', '171253.814000', '171253.817000', '171253.820000', '171253.822000', '171253.825000', '171253.828000', '171253.831000', '171253.834000', '171253.837000', '171253.839000', '171253.842000', '171253.845000', '171313.713000', '171313.716000', '171313.721000', '171313.725000', '171313.728000', '171313.731000', '171313.751000', '171313.754000', '171313.757000', '171313.760000', '171313.763000', '171313.765000', '171313.768000', '171313.771000', '171313.774000', '171313.777000', '171313.780000', '171313.782000', '171313.785000', '171313.788000', '171313.791000', '171313.794000', '171313.796000', '171313.799000', '171313.802000', '171313.805000', '171313.808000', '171313.811000', '171313.813000', '171313.816000', '171313.819000', '171313.822000', '171313.825000', '171313.827000', '171313.830000', '171313.833000', '171313.836000', '171313.839000', '171313.842000', '171313.845000', '171313.847000', '171313.850000', '171313.853000', '171333.713000', '171333.716000', '171333.719000', '171333.721000', '171333.724000', '171333.727000', '171333.730000', '171333.733000', '171333.735000', '171333.738000', '171333.741000', '171333.744000', '171333.747000', '171333.750000', '171333.752000', '171333.755000', '171333.758000', '171333.761000', '171333.763000', '171333.766000', '171333.769000', '171333.772000', '171333.775000', '171333.777000', '171333.780000', '171333.783000', '171333.786000', '171333.789000', '171333.792000', '171333.795000', '171333.797000', '171333.800000', '171333.803000', '171333.806000', '171333.809000', '171333.811000', '171333.814000', '171333.817000', '171333.820000', '171333.823000', '171333.825000', '171333.828000', '171333.831000', '171333.834000', '171353.714000', '171353.717000', '171353.720000', '171353.722000', '171353.725000', '171353.728000', '171353.731000', '171353.734000', '171353.737000', '171353.740000', '171353.742000', '171353.745000', '171353.748000', '171353.751000', '171353.754000', '171353.759000', '171353.763000', '171353.766000', '171353.769000', '171353.771000', '171353.774000', '171353.777000', '171353.780000', '171353.783000', '171353.785000', '171353.788000', '171353.791000', '171353.794000', '171353.797000', '171353.799000', '171353.802000', '171353.805000', '171353.808000', '171353.811000', '171353.814000', '171353.816000', '171353.819000', '171353.822000', '171353.825000', '171353.828000', '171353.830000', '171353.833000', '171353.836000', '171413.714000', '171413.717000', '171413.720000', '171413.723000', '171413.725000', '171413.728000', '171413.731000', '171413.734000', '171413.737000', '171413.740000', '171413.742000', '171413.745000', '171413.748000', '171413.751000', '171413.753000', '171413.756000', '171413.759000', '171413.762000', '171413.765000', '171413.768000', '171413.770000', '171413.773000', '171413.776000', '171413.779000', '171413.782000', '171413.785000', '171413.787000', '171413.790000', '171413.793000', '171413.796000', '171413.799000', '171413.801000', '171413.804000', '171413.807000', '171413.810000', '171413.813000', '171413.816000', '171413.825000', '171413.828000', '171413.830000', '171413.833000', '171413.836000', '171413.839000', '171413.842000', '171433.714000', '171433.717000', '171433.720000', '171433.723000', '171433.725000', '171433.728000', '171433.731000', '171433.734000', '171433.737000', '171433.740000', '171433.742000', '171433.745000', '171433.748000', '171433.751000', '171433.753000', '171433.756000', '171433.759000', '171433.762000', '171433.765000', '171433.768000', '171433.770000', '171433.773000', '171433.776000', '171433.779000', '171433.782000', '171433.785000', '171433.788000', '171433.791000', '171433.793000', '171433.796000', '171433.799000', '171433.802000', '171433.805000', '171433.807000', '171433.810000', '171433.813000', '171433.816000', '171433.819000', '171433.821000', '171433.824000', '171433.827000', '171433.830000', '171433.833000', '171453.714000', '171453.717000', '171453.720000', '171453.723000', '171453.725000', '171453.728000', '171453.731000', '171453.734000', '171453.737000', '171453.739000', '171453.742000', '171453.745000', '171453.748000', '171453.751000', '171453.753000', '171453.756000', '171453.759000', '171453.762000', '171453.765000', '171453.768000', '171453.771000', '171453.773000', '171453.776000', '171453.779000', '171453.782000', '171453.785000', '171453.787000', '171453.790000', '171453.793000', '171453.796000', '171453.799000', '171453.801000', '171453.804000', '171453.807000', '171453.810000', '171453.813000', '171453.816000', '171453.818000', '171453.821000', '171453.824000', '171453.827000', '171453.830000', '171453.832000', '171453.835000', '171513.715000', '171513.719000', '171513.721000', '171513.724000', '171513.727000', '171513.730000', '171513.733000', '171513.736000', '171513.739000', '171513.741000', '171513.744000', '171513.747000', '171513.750000', '171513.753000', '171513.755000', '171513.758000', '171513.761000', '171513.764000', '171513.766000', '171513.770000', '171513.772000', '171513.775000', '171513.778000', '171513.781000', '171513.784000', '171513.787000', '171513.790000', '171513.793000', '171513.796000', '171513.798000', '171513.801000', '171513.804000', '171513.807000', '171513.810000', '171513.812000', '171513.815000', '171513.818000', '171513.821000', '171513.824000', '171513.826000', '171513.829000', '171513.832000', '171513.835000', '171533.713000', '171533.716000', '171533.719000', '171533.722000', '171533.724000', '171533.727000', '171533.730000', '171533.733000', '171533.736000', '171533.738000', '171533.741000', '171533.744000', '171533.747000', '171533.750000', '171533.752000', '171533.755000', '171533.758000', '171533.761000', '171533.764000', '171533.767000', '171533.769000', '171533.772000', '171533.775000', '171533.778000', '171533.781000', '171533.783000', '171533.786000', '171533.789000', '171533.792000', '171533.795000', '171533.797000', '171533.800000', '171533.803000', '171533.806000', '171533.809000', '171533.812000', '171533.814000', '171533.817000', '171533.820000', '171533.823000', '171533.826000', '171533.829000', '171533.831000', '171533.834000', '171553.713000', '171553.716000', '171553.719000', '171553.722000', '171553.724000', '171553.727000', '171553.730000', '171553.733000', '171553.736000', '171553.738000', '171553.741000', '171553.744000', '171553.747000', '171553.750000', '171553.752000', '171553.755000', '171553.758000', '171553.761000', '171553.780000', '171553.783000', '171553.786000', '171553.789000', '171553.792000', '171553.794000', '171553.797000', '171553.801000', '171553.804000', '171553.807000', '171553.810000', '171553.812000', '171553.815000', '171553.818000', '171553.821000', '171553.824000', '171553.827000', '171553.829000', '171553.832000', '171553.835000', '171553.838000', '171553.841000', '171553.843000', '171553.846000', '171553.849000', '171613.714000', '171613.717000', '171613.720000', '171613.722000', '171613.725000', '171613.728000', '171613.731000', '171613.734000', '171613.737000', '171613.739000', '171613.742000', '171613.745000', '171613.748000', '171613.750000', '171613.753000', '171613.756000', '171613.759000', '171613.762000', '171613.765000', '171613.767000', '171613.770000', '171613.773000', '171613.776000', '171613.779000', '171613.782000', '171613.784000', '171613.787000', '171613.790000', '171613.793000', '171613.796000', '171613.799000', '171613.801000', '171613.804000', '171613.807000', '171613.810000', '171613.813000', '171613.816000', '171613.818000', '171613.821000', '171613.824000', '171613.827000', '171613.830000', '171613.832000', '171613.835000', '171633.714000', '171633.719000', '171633.722000', '171633.725000', '171633.728000', '171633.730000', '171633.733000', '171633.736000', '171633.739000', '171633.741000', '171633.744000', '171633.747000', '171633.750000', '171633.754000', '171633.757000', '171633.760000', '171633.763000', '171633.765000', '171633.768000', '171633.771000', '171633.774000', '171633.777000', '171633.779000', '171633.782000', '171633.785000', '171633.788000', '171633.790000', '171633.793000', '171633.796000', '171633.799000', '171633.802000', '171633.805000', '171633.807000', '171633.810000', '171633.813000', '171633.816000', '171633.819000', '171633.822000', '171633.825000', '171633.828000', '171633.830000', '171633.833000', '171633.836000', '171653.714000', '171653.717000', '171653.720000', '171653.723000', '171653.725000', '171653.728000', '171653.731000', '171653.734000', '171653.736000', '171653.739000', '171653.742000', '171653.745000', '171653.748000', '171653.751000', '171653.753000', '171653.756000', '171653.759000', '171653.762000', '171653.765000', '171653.768000', '171653.770000', '171653.773000', '171653.776000', '171653.779000', '171653.782000', '171653.784000', '171653.787000', '171653.790000', '171653.793000', '171653.795000', '171653.798000', '171653.801000', '171653.804000', '171653.807000', '171653.810000', '171653.812000', '171653.815000', '171653.818000', '171653.821000', '171653.823000', '171653.826000', '171653.829000', '171653.832000', '171653.835000', '171713.714000', '171713.717000', '171713.720000', '171713.723000', '171713.725000', '171713.728000', '171713.731000', '171713.734000', '171713.737000', '171713.739000', '171713.742000', '171713.745000', '171713.748000', '171713.750000', '171713.753000', '171713.756000', '171713.759000', '171713.762000', '171713.765000', '171713.767000', '171713.770000', '171713.773000', '171713.776000', '171713.779000', '171713.781000', '171713.784000', '171713.787000', '171713.790000', '171713.816000', '171713.819000', '171713.822000', '171713.824000', '171713.827000', '171713.830000', '171713.833000', '171713.836000', '171713.838000', '171713.841000', '171713.844000', '171713.847000', '171713.851000', '171713.854000', '171713.857000', '171733.714000', '171733.717000', '171733.720000', '171733.722000', '171733.725000', '171733.728000', '171733.731000', '171733.734000', '171733.736000', '171733.739000', '171733.742000', '171733.745000', '171733.747000', '171733.750000', '171733.753000', '171733.756000', '171733.759000', '171733.762000', '171733.764000', '171733.767000', '171733.770000', '171733.773000', '171733.776000', '171733.779000', '171733.781000', '171733.784000', '171733.787000', '171733.790000', '171733.793000', '171733.796000', '171733.798000', '171733.801000', '171733.804000', '171733.807000', '171733.810000', '171733.812000', '171733.815000', '171733.818000', '171733.821000', '171733.823000', '171733.826000', '171733.829000', '171733.832000', '171733.835000', '171753.714000', '171753.717000', '171753.719000', '171753.722000', '171753.725000', '171753.728000', '171753.731000', '171753.734000', '171753.736000', '171753.739000', '171753.742000', '171753.745000', '171753.748000', '171753.750000', '171753.753000', '171753.756000', '171753.759000', '171753.762000', '171753.764000', '171753.767000', '171753.770000', '171753.773000', '171753.776000', '171753.778000', '171753.781000', '171753.784000', '171753.787000', '171753.790000', '171753.794000', '171753.796000', '171753.799000', '171753.802000', '171753.805000', '171753.808000', '171753.811000', '171753.813000', '171753.816000', '171753.819000', '171753.822000', '171753.824000', '171753.827000', '171753.830000', '171753.833000', '171813.713000', '171813.716000', '171813.719000', '171813.722000', '171813.725000', '171813.728000', '171813.730000', '171813.733000', '171813.736000', '171813.739000', '171813.741000', '171813.744000', '171813.747000', '171813.750000', '171813.753000', '171813.756000', '171813.759000', '171813.761000', '171813.764000', '171813.767000', '171813.770000', '171813.773000', '171813.776000', '171813.778000', '171813.781000', '171813.784000', '171813.787000', '171813.790000', '171813.793000', '171813.795000', '171813.798000', '171813.801000', '171813.804000', '171813.807000', '171813.809000', '171813.812000', '171813.815000', '171813.818000', '171813.821000', '171813.823000', '171813.826000', '171813.829000', '171813.832000', '171813.835000', '171833.715000', '171833.718000', '171833.720000', '171833.723000', '171833.726000', '171833.729000', '171833.732000', '171833.734000', '171833.737000', '171833.740000', '171833.743000', '171833.746000', '171833.749000', '171833.751000', '171833.754000', '171833.757000', '171833.760000', '171833.763000', '171833.765000', '171833.768000', '171833.771000', '171833.774000', '171833.777000', '171833.779000', '171833.782000', '171833.796000', '171833.799000', '171833.802000', '171833.805000', '171833.807000', '171833.810000', '171833.813000', '171833.816000', '171833.819000', '171833.821000', '171833.824000', '171833.827000', '171833.830000', '171833.832000', '171833.835000', '171833.838000', '171833.841000', '171833.844000', '171853.714000', '171853.717000', '171853.720000', '171853.723000', '171853.725000', '171853.728000', '171853.731000', '171853.734000', '171853.737000', '171853.740000', '171853.742000', '171853.745000', '171853.748000', '171853.751000', '171853.754000', '171853.757000', '171853.759000', '171853.762000', '171853.765000', '171853.768000', '171853.771000', '171853.773000', '171853.776000', '171853.779000', '171853.782000', '171853.785000', '171853.787000', '171853.790000', '171853.793000', '171853.796000', '171853.799000', '171853.802000', '171853.804000', '171853.807000', '171853.810000', '171853.813000', '171853.816000', '171853.818000', '171853.821000', '171853.824000', '171853.827000', '171853.830000', '171853.832000', '171853.835000', '171913.714000', '171913.717000', '171913.720000', '171913.723000', '171913.726000', '171913.728000', '171913.731000', '171913.734000', '171913.737000', '171913.739000', '171913.742000', '171913.745000', '171913.748000', '171913.751000', '171913.754000', '171913.756000', '171913.759000', '171913.762000', '171913.765000', '171913.768000', '171913.770000', '171913.773000', '171913.776000', '171913.779000', '171913.782000', '171913.785000', '171913.787000', '171913.790000', '171913.793000', '171913.796000', '171913.799000', '171913.801000', '171913.804000', '171913.807000', '171913.810000', '171913.813000', '171913.816000', '171913.819000', '171913.821000', '171913.824000', '171913.827000', '171913.830000', '171913.833000', '171933.714000', '171933.717000', '171933.720000', '171933.723000', '171933.725000', '171933.728000', '171933.731000', '171933.734000', '171933.737000', '171933.739000', '171933.742000', '171933.745000', '171933.748000', '171933.751000', '171933.753000', '171933.756000', '171933.759000', '171933.762000', '171933.764000', '171933.767000', '171933.770000', '171933.773000', '171933.776000', '171933.779000', '171933.782000', '171933.784000', '171933.787000', '171933.790000', '171933.793000', '171933.796000', '171933.798000', '171933.801000', '171933.804000', '171933.807000', '171933.809000', '171933.812000', '171933.815000', '171933.818000', '171933.821000', '171933.823000', '171933.826000', '171933.829000', '171933.832000', '171933.835000', '171940.637000', '171940.641000', '171940.644000', '171940.647000', '171940.650000', '171940.654000', '171940.657000', '171940.660000', '171940.663000', '171940.666000', '171940.670000', '171940.672000', '171940.675000', '171940.678000', '171940.681000'], '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': [8681, 13995, 8439, 13161, 8244, 13549, 8401, 13691, 8283, 11933, 8315, 8777, 8279, 8874, 8341, 9292, 8203, 8632, 8420, 8368, 8342, 8543, 8241, 8547, 8236, 8292, 8780, 7958, 8541, 7897, 8269, 8077, 9025, 8198, 9852, 8326, 9410, 8375, 9791, 8132, 10356, 8073, 13409, 8126, 12594, 8066, 13710, 8175, 13140, 8210, 14439, 8071, 12751, 7854, 10091, 8098, 8530, 8379, 8460, 9103, 8023, 9340, 7771, 9898, 8379, 13200, 7980, 12133, 7974, 14035, 8170, 12784, 8221, 8243, 8769, 7936, 9442, 8325, 11594, 8248, 13975, 8018, 8320, 8431, 8308, 9489, 8048, 13081, 7877, 14689, 8064, 14041, 8354, 13157, 8322, 9268, 8505, 8309, 9190, 7820, 9293, 7985, 9825, 8180, 10205, 8191, 11401, 8296, 10556, 8235, 11812, 8479, 12971, 8289, 8617, 8282, 8258, 8229, 8096, 8366, 8223, 8671, 7999, 9404, 8006, 8828, 8018, 9613, 8252, 11452, 8375, 8237, 8440, 8429, 9150, 7878, 11021, 8116, 14503, 8179, 13935, 8289, 14404, 8195, 14851, 8953, 14557, 9118, 10955, 8268, 8889, 8511, 10748, 8437, 10238, 8451, 8021, 8772, 8171, 8553, 8492, 8490, 10545, 8383, 10092, 8395, 12652, 8405, 12380, 8403, 10757, 8422, 10816, 8305, 9572, 8328, 10335, 8332, 13198, 8163, 13267, 8508, 9420, 8501, 8439, 8409, 8537, 8336, 8489, 8517, 8409, 10386, 8156, 10180, 8101, 10490, 8100, 10786, 8236, 13024, 8261, 11806, 8175, 10441, 8341, 10437, 8348, 10458, 8009, 10104, 7971, 9328, 8077, 9402, 8011, 9765, 8217, 9410, 8056, 9283, 8224, 9381, 8236, 9544, 7824, 8550, 8337, 8892, 8193, 9525, 8212, 10756, 7855, 8857, 7871, 8232, 8034, 9203, 8018, 8490, 9014, 12125, 8037, 14229, 8313, 15228, 8513, 14697, 8923, 12383, 8031, 9042, 8000, 8491, 8208, 8280, 9876, 7826, 9514, 8315, 9849, 8400, 10154, 7982, 13454, 8232, 13517, 8072, 14027, 8676, 12896, 10058, 7855, 9293, 7931, 9725, 8231, 11839, 8144, 14826, 8302, 11906, 8185, 9514, 8494, 7951, 11026, 7897, 11523, 8121, 12057, 8439, 11499, 8599, 8424, 11872, 7908, 10996, 8072, 12387, 8253, 14480, 9036, 14428, 8348, 11809, 8508, 9714, 8565, 8124, 9045, 8176, 9272, 8099, 9396, 8265, 9481, 8069, 9962, 8055, 9788, 8163, 10422, 8403, 9449, 8427, 8087, 8402, 8161, 8481, 8561, 8703, 8342, 9611, 8140, 12126, 8050, 9871, 8294, 11498, 8277, 13654, 8516, 9290, 8401, 7888, 9181, 7913, 11551, 8219, 15171, 9223, 8280, 9964, 8156, 10104, 10082, 8699, 10397, 8464, 9347, 8887, 8051, 9040, 8124, 9178, 8297, 8761, 8174, 9842, 8064, 9714, 7984, 9321, 7798, 10424, 8165, 12402, 8152, 14201, 8137, 12690, 8203, 14402, 8048, 14837, 8152, 14300, 8999, 8566, 8204, 8307, 8229, 8409, 8336, 9205, 8138, 8178, 8288, 8111, 8252, 8793, 8176, 10993, 8347, 7917, 9394, 8025, 9087, 8178, 9549, 8076, 11013, 8014, 12568, 7822, 10282, 8085, 9643, 8091, 8374, 8312, 8284, 8171, 8400, 8308, 8278, 8337, 8179, 9697, 8182, 8269, 8229, 8358, 7923, 8638, 8126, 9887, 7999, 8522, 8354, 8143, 8286, 8408, 8118, 9453, 8047, 11149, 8264, 8103, 8083, 10893, 8163, 12520, 8220, 11138, 8224, 8088, 8616, 7970, 8595, 8156, 8336, 8696, 9460, 7897, 9800, 8223, 9156, 8077, 9245, 8076, 9056, 7899, 9657, 8109, 8876, 8124, 8893, 8128, 9545, 8164, 9673, 7912, 9152, 8175, 9398, 7990, 10323, 8098, 10257, 8160, 10760, 8089, 12290, 8271, 14517, 8307, 14713, 8173, 14328, 8418, 14652, 8924, 14665, 8890, 10906, 8248, 8650, 8420, 8076, 9717, 7991, 11502, 8087, 10208, 8122, 10497, 8468, 13423, 8685, 12053, 8632, 7836, 8468, 7883, 8735, 8004, 8708, 7907, 9471, 8311, 10098, 8080, 10375, 8300, 12177, 8135, 13622, 7952, 11129, 8269, 11302, 8418, 15314, 9813, 13268, 8842, 10755, 8742, 11262, 8810, 12737, 9043, 9603, 8841, 8250, 8869, 8585, 8754, 8236, 8872, 8542, 8638, 8096, 8818, 8482, 8525, 8556, 8576, 8151, 8614, 8167, 9903, 8334, 9931, 8544, 13974, 8686, 13016, 8849, 10169, 8921, 8299, 8642, 8519, 10076, 8549, 9472, 8123, 12079, 8326, 10135, 8232, 10069, 8463, 10550, 8123, 13439, 8596, 13209, 8314, 9930, 8402, 10759, 8460, 9776, 8675, 10042, 8881, 8136, 9520, 8158, 9757, 10141, 8715, 8410, 9842, 8200, 9705, 8101, 9682, 8226, 8867, 9719, 9081, 8168, 8939, 8283, 9213, 8112, 9411, 8569, 10855, 8651, 10858, 8419, 10224, 8320, 9995, 8311, 10503, 8584, 12673, 8662, 13914, 8471, 12708, 8879, 10571, 8209, 9611, 8742, 13964, 8744, 14417, 8644, 8267, 9338, 13721, 8715, 11111, 8263, 9895, 8264, 10218, 8447, 12422, 8749, 12267, 8494, 12031, 8424, 12003, 8635, 10759, 8642, 10069, 8557, 9629, 8546, 10821, 8432, 10005, 8481, 10432, 8464, 10291, 8609, 10425, 8628, 10242, 8637, 10838, 8456, 10213, 8455, 10306, 8385, 10150, 8453, 10032, 8487, 9985, 8610, 9986, 8363, 9741, 8499, 10027, 8582, 10350, 8681, 9374, 8614, 8199, 8993, 8196, 9477, 8131, 9540, 8376, 10139, 8323, 12159, 8377, 11326, 8398, 10733, 8623, 12227, 8709, 9443, 8634, 8203, 8599, 8424, 8633, 8380, 8593, 8363, 9384, 7959, 9856, 8111, 10214, 8039, 10141, 8040, 11876, 8351, 10252, 8325, 8458, 8379, 8533, 8410, 8413, 8302, 8313, 8391, 8263, 8478, 8503, 9475, 8079, 9502, 8280, 9432, 8119, 9569, 8308, 10157, 8203, 9832, 7927, 10984, 8227, 11338, 8312, 8550, 8052, 9271, 8233, 10210, 8549, 8593, 8660, 8624, 8523, 8624, 8164, 9712, 7964, 8507, 8155, 8428, 8624, 8566, 8763, 8643, 9212, 8342, 10034, 8048, 9891, 8292, 10225, 8221, 13892, 7995, 12817, 7942, 13425, 7962, 14179, 8293, 13192, 8132, 11905, 7982, 11386, 8143, 10290, 8330, 8383, 9292, 8411, 8923, 8158, 9659, 8161, 11946, 7984, 7790, 8804, 8143, 9753, 7924, 11250, 8248, 13069, 9039, 8013, 9249, 8218, 11837, 8791, 9162, 8478, 8435, 9404, 8143, 9883, 8145, 9909, 8142, 10753, 8014, 10466, 8301, 10612, 8222, 10653, 8635, 7693, 8770, 7656, 8705, 8125, 8692, 7972, 8750, 8031, 8725, 8201, 8678, 8111, 8245, 8111, 8365, 8128, 8409, 8115, 9365, 8296, 8925, 8502, 8697, 8522, 9052, 8180, 11195, 7975, 10364, 8116, 10924, 8392, 10784, 8452, 8416, 8684, 8337, 8277, 8188, 9029, 7930, 12198, 7742, 12900, 7908, 10185, 7846, 10307, 7699, 13746, 8048, 12411, 8045, 13092, 8576, 14340, 7854, 12670, 8288, 10893, 8536, 10183, 8014, 8973, 8359, 8822, 8081, 8231, 8481, 8077, 11246, 8004, 9722, 7771, 9034, 7821, 8924, 7858, 8060, 8250, 8362, 8198, 8761, 8314, 9030, 8300, 9990, 8422, 9580, 8286, 9284, 8462, 9493, 8369, 9808, 7808, 10788, 7839, 9671, 7850, 9354, 8056, 8963, 7981, 9993, 8036, 11790, 7783, 10567, 7937, 10382, 8061, 8720, 7704, 8022, 7677, 8130, 7839, 8196, 7918, 8030, 8963, 8143, 8967, 8273, 8758, 8232, 8507, 8206, 8400, 7918, 9439, 8063, 8758, 8163, 8148, 8038, 8131, 8118, 8096, 7894, 8530, 8082, 8245, 8254, 8103, 7987, 8046, 8096, 8237, 8014, 8623, 8002, 8061, 9587, 8033, 11279, 8169, 8108, 8284, 7914, 8291, 8120, 8048, 8293, 9147, 8090, 9833, 8269, 9629, 8269, 9774, 8234, 11211, 7795, 10429, 7603, 9949, 7899, 10797, 8050, 12404, 8040, 10445, 8130, 12320, 8061, 8146, 8700, 7980, 8955, 7978, 8937, 8172, 9829, 8019, 13223, 8184, 12688, 8204, 13569, 8315, 13344, 8553, 14393, 8182, 14329, 8290, 10910, 8234, 10510, 8202, 11934, 8291, 11477, 7879, 10250, 8062, 8477, 8223, 8028, 8497, 7661, 8932, 7700, 8650, 7698, 9392, 8203, 13427, 8103, 13127, 8016, 12510, 8289, 14061, 8206, 14915, 8543, 13942, 8203, 12491, 8208, 14128, 8654, 14296, 8491, 13759, 8534, 14273, 8786, 11301, 8572, 9901, 8433, 12393, 8494, 13928, 8789, 8914, 8631, 8068, 8516, 8006, 10708, 8018, 11008, 7912, 10016, 8096, 10052, 8281, 10713, 8331, 14363, 8394, 14078, 8309, 13606, 8517, 14868, 9249, 11556, 8714, 8409, 9260, 8224, 10795, 8368, 13007, 9212], 'WindowCenter': [4150.0, 4164.0, 4120.0, 4147.0, 4106.0, 4132.0, 4091.0, 4131.0, 4091.0, 4118.0, 4090.0, 4088.0, 4091.0, 4087.0, 4089.0, 4098.0, 4089.0, 4088.0, 4089.0, 4088.0, 4090.0, 4089.0, 4090.0, 4089.0, 4090.0, 4088.0, 4089.0, 4089.0, 4100.0, 4090.0, 4089.0, 4090.0, 4102.0, 4091.0, 4111.0, 4091.0, 4100.0, 4091.0, 4110.0, 4092.0, 4109.0, 4091.0, 4130.0, 4091.0, 4120.0, 4091.0, 4130.0, 4090.0, 4118.0, 4090.0, 4130.0, 4090.0, 4119.0, 4090.0, 4109.0, 4090.0, 4090.0, 4089.0, 4089.0, 4100.0, 4090.0, 4100.0, 4081.0, 4110.0, 4089.0, 4129.0, 4091.0, 4120.0, 4089.0, 4129.0, 4090.0, 4130.0, 4090.0, 4089.0, 4100.0, 4090.0, 4101.0, 4091.0, 4121.0, 4090.0, 4130.0, 4090.0, 4089.0, 4089.0, 4089.0, 4101.0, 4090.0, 4121.0, 4089.0, 4130.0, 4089.0, 4129.0, 4089.0, 4117.0, 4089.0, 4098.0, 4089.0, 4088.0, 4098.0, 4078.0, 4098.0, 4079.0, 4099.0, 4089.0, 4097.0, 4088.0, 4108.0, 4088.0, 4109.0, 4089.0, 4117.0, 4090.0, 4118.0, 4091.0, 4087.0, 4088.0, 4088.0, 4089.0, 4077.0, 4089.0, 4090.0, 4100.0, 4090.0, 4100.0, 4091.0, 4100.0, 4091.0, 4109.0, 4102.0, 4121.0, 4101.0, 4101.0, 4101.0, 4091.0, 4110.0, 4091.0, 4120.0, 4090.0, 4130.0, 4090.0, 4131.0, 4091.0, 4130.0, 4091.0, 4130.0, 4100.0, 4129.0, 4099.0, 4108.0, 4090.0, 4086.0, 4089.0, 4107.0, 4089.0, 4098.0, 4088.0, 4076.0, 4087.0, 4078.0, 4087.0, 4087.0, 4088.0, 4108.0, 4078.0, 4097.0, 4078.0, 4116.0, 4078.0, 4116.0, 4088.0, 4107.0, 4087.0, 4108.0, 4089.0, 4098.0, 4089.0, 4108.0, 4090.0, 4117.0, 4090.0, 4119.0, 4089.0, 4099.0, 4090.0, 4088.0, 4090.0, 4088.0, 4089.0, 4087.0, 4089.0, 4088.0, 4110.0, 4089.0, 4109.0, 4089.0, 4109.0, 4079.0, 4108.0, 4088.0, 4119.0, 4088.0, 4109.0, 4088.0, 4107.0, 4088.0, 4096.0, 4078.0, 4097.0, 4078.0, 4097.0, 4076.0, 4087.0, 4077.0, 4087.0, 4077.0, 4097.0, 4088.0, 4098.0, 4088.0, 4097.0, 4088.0, 4098.0, 4090.0, 4098.0, 4079.0, 4087.0, 4090.0, 4099.0, 4089.0, 4099.0, 4090.0, 4119.0, 4090.0, 4099.0, 4102.0, 4099.0, 4103.0, 4112.0, 4104.0, 4101.0, 4114.0, 4132.0, 4092.0, 4141.0, 4090.0, 4140.0, 4101.0, 4130.0, 4101.0, 4119.0, 4091.0, 4098.0, 4089.0, 4100.0, 4101.0, 4090.0, 4110.0, 4080.0, 4112.0, 4090.0, 4110.0, 4090.0, 4109.0, 4091.0, 4131.0, 4091.0, 4129.0, 4090.0, 4130.0, 4100.0, 4130.0, 4111.0, 4077.0, 4100.0, 4076.0, 4097.0, 4076.0, 4107.0, 4077.0, 4116.0, 4077.0, 4106.0, 4077.0, 4085.0, 4088.0, 4077.0, 4108.0, 4077.0, 4107.0, 4089.0, 4120.0, 4089.0, 4109.0, 4089.0, 4076.0, 4107.0, 4066.0, 4096.0, 4065.0, 4104.0, 4076.0, 4117.0, 4077.0, 4105.0, 4077.0, 4095.0, 4076.0, 4085.0, 4076.0, 4064.0, 4088.0, 4075.0, 4085.0, 4064.0, 4084.0, 4076.0, 4085.0, 4066.0, 4084.0, 4076.0, 4086.0, 4076.0, 4096.0, 4079.0, 4097.0, 4077.0, 4076.0, 4078.0, 4077.0, 4088.0, 4086.0, 4088.0, 4077.0, 4098.0, 4079.0, 4107.0, 4078.0, 4096.0, 4087.0, 4106.0, 4088.0, 4117.0, 4088.0, 4088.0, 4079.0, 4078.0, 4097.0, 4076.0, 4108.0, 4089.0, 4130.0, 4100.0, 4078.0, 4098.0, 4076.0, 4099.0, 4096.0, 4076.0, 4098.0, 4076.0, 4074.0, 4076.0, 4063.0, 4075.0, 4064.0, 4085.0, 4074.0, 4075.0, 4077.0, 4085.0, 4077.0, 4097.0, 4077.0, 4087.0, 4078.0, 4098.0, 4089.0, 4117.0, 4079.0, 4117.0, 4078.0, 4118.0, 4078.0, 4116.0, 4077.0, 4118.0, 4079.0, 4129.0, 4089.0, 4088.0, 4088.0, 4076.0, 4089.0, 4077.0, 4089.0, 4096.0, 4089.0, 4088.0, 4090.0, 4088.0, 4089.0, 4089.0, 4091.0, 4109.0, 4090.0, 4078.0, 4099.0, 4078.0, 4089.0, 4078.0, 4099.0, 4078.0, 4109.0, 4077.0, 4119.0, 4077.0, 4098.0, 4078.0, 4098.0, 4077.0, 4078.0, 4075.0, 4077.0, 4074.0, 4076.0, 4075.0, 4076.0, 4074.0, 4078.0, 4085.0, 4078.0, 4076.0, 4077.0, 4077.0, 4078.0, 4086.0, 4078.0, 4098.0, 4079.0, 4087.0, 4088.0, 4077.0, 4089.0, 4087.0, 4088.0, 4097.0, 4090.0, 4108.0, 4090.0, 4079.0, 4078.0, 4107.0, 4089.0, 4117.0, 4089.0, 4107.0, 4089.0, 4076.0, 4088.0, 4078.0, 4088.0, 4078.0, 4088.0, 4088.0, 4100.0, 4077.0, 4098.0, 4076.0, 4097.0, 4077.0, 4097.0, 4076.0, 4089.0, 4076.0, 4098.0, 4077.0, 4086.0, 4076.0, 4087.0, 4077.0, 4097.0, 4077.0, 4096.0, 4076.0, 4087.0, 4087.0, 4098.0, 4089.0, 4108.0, 4090.0, 4108.0, 4089.0, 4107.0, 4079.0, 4118.0, 4089.0, 4127.0, 4090.0, 4128.0, 4088.0, 4127.0, 4077.0, 4116.0, 4086.0, 4116.0, 4087.0, 4095.0, 4075.0, 4074.0, 4077.0, 4076.0, 4097.0, 4075.0, 4105.0, 4075.0, 4095.0, 4075.0, 4095.0, 4077.0, 4116.0, 4089.0, 4106.0, 4088.0, 4065.0, 4076.0, 4076.0, 4087.0, 4075.0, 4089.0, 4076.0, 4097.0, 4076.0, 4096.0, 4076.0, 4095.0, 4075.0, 4105.0, 4065.0, 4115.0, 4064.0, 4094.0, 4064.0, 4095.0, 4078.0, 4132.0, 4098.0, 4105.0, 4076.0, 4095.0, 4087.0, 4094.0, 4073.0, 4093.0, 4074.0, 4072.0, 4072.0, 4062.0, 4073.0, 4062.0, 4074.0, 4063.0, 4085.0, 4072.0, 4075.0, 4063.0, 4074.0, 4073.0, 4073.0, 4073.0, 4076.0, 4075.0, 4085.0, 4078.0, 4097.0, 4087.0, 4097.0, 4089.0, 4129.0, 4088.0, 4118.0, 4089.0, 4097.0, 4088.0, 4076.0, 4087.0, 4087.0, 4097.0, 4086.0, 4098.0, 4077.0, 4117.0, 4075.0, 4097.0, 4076.0, 4095.0, 4076.0, 4107.0, 4079.0, 4117.0, 4087.0, 4117.0, 4076.0, 4095.0, 4087.0, 4106.0, 4087.0, 4097.0, 4089.0, 4097.0, 4087.0, 4075.0, 4097.0, 4065.0, 4085.0, 4084.0, 4074.0, 4063.0, 4084.0, 4063.0, 4084.0, 4063.0, 4085.0, 4062.0, 4073.0, 4083.0, 4073.0, 4061.0, 4073.0, 4061.0, 4073.0, 4062.0, 4085.0, 4086.0, 4095.0, 4087.0, 4094.0, 4077.0, 4095.0, 4088.0, 4097.0, 4088.0, 4107.0, 4088.0, 4118.0, 4088.0, 4118.0, 4078.0, 4106.0, 4075.0, 4094.0, 4062.0, 4085.0, 4075.0, 4114.0, 4073.0, 4104.0, 4072.0, 4062.0, 4085.0, 4103.0, 4071.0, 4093.0, 4062.0, 4083.0, 4073.0, 4094.0, 4074.0, 4106.0, 4062.0, 4092.0, 4049.0, 4081.0, 4049.0, 4092.0, 4048.0, 4068.0, 4046.0, 4057.0, 4035.0, 4057.0, 4045.0, 4066.0, 4046.0, 4057.0, 4048.0, 4066.0, 4049.0, 4067.0, 4058.0, 4069.0, 4049.0, 4071.0, 4048.0, 4068.0, 4059.0, 4068.0, 4059.0, 4070.0, 4061.0, 4069.0, 4062.0, 4071.0, 4072.0, 4082.0, 4073.0, 4082.0, 4073.0, 4083.0, 4073.0, 4083.0, 4076.0, 4084.0, 4087.0, 4084.0, 4077.0, 4076.0, 4086.0, 4076.0, 4085.0, 4065.0, 4097.0, 4076.0, 4097.0, 4077.0, 4117.0, 4087.0, 4107.0, 4076.0, 4106.0, 4087.0, 4105.0, 4086.0, 4097.0, 4087.0, 4076.0, 4087.0, 4090.0, 4089.0, 4090.0, 4102.0, 4088.0, 4086.0, 4078.0, 4109.0, 4077.0, 4108.0, 4089.0, 4109.0, 4089.0, 4108.0, 4087.0, 4094.0, 4076.0, 4076.0, 4088.0, 4087.0, 4088.0, 4088.0, 4088.0, 4088.0, 4087.0, 4087.0, 4087.0, 4088.0, 4098.0, 4089.0, 4098.0, 4089.0, 4098.0, 4091.0, 4110.0, 4102.0, 4109.0, 4101.0, 4110.0, 4091.0, 4119.0, 4090.0, 4121.0, 4091.0, 4088.0, 4091.0, 4099.0, 4090.0, 4110.0, 4100.0, 4088.0, 4099.0, 4088.0, 4100.0, 4088.0, 4090.0, 4098.0, 4089.0, 4089.0, 4090.0, 4090.0, 4101.0, 4100.0, 4102.0, 4100.0, 4111.0, 4090.0, 4111.0, 4091.0, 4111.0, 4101.0, 4111.0, 4101.0, 4132.0, 4092.0, 4131.0, 4091.0, 4129.0, 4091.0, 4129.0, 4090.0, 4130.0, 4091.0, 4119.0, 4090.0, 4118.0, 4088.0, 4107.0, 4088.0, 4088.0, 4098.0, 4102.0, 4099.0, 4090.0, 4098.0, 4079.0, 4108.0, 4078.0, 4067.0, 4089.0, 4078.0, 4100.0, 4079.0, 4134.0, 4102.0, 4130.0, 4099.0, 4076.0, 4086.0, 4077.0, 4109.0, 4088.0, 4087.0, 4078.0, 4078.0, 4098.0, 4076.0, 4099.0, 4076.0, 4097.0, 4080.0, 4109.0, 4078.0, 4096.0, 4077.0, 4095.0, 4079.0, 4097.0, 4090.0, 4067.0, 4089.0, 4067.0, 4088.0, 4077.0, 4078.0, 4067.0, 4088.0, 4079.0, 4088.0, 4078.0, 4102.0, 4090.0, 4101.0, 4091.0, 4090.0, 4077.0, 4088.0, 4078.0, 4099.0, 4089.0, 4100.0, 4100.0, 4101.0, 4101.0, 4102.0, 4102.0, 4122.0, 4103.0, 4111.0, 4092.0, 4111.0, 4091.0, 4123.0, 4090.0, 4092.0, 4089.0, 4089.0, 4077.0, 4088.0, 4087.0, 4079.0, 4107.0, 4079.0, 4119.0, 4079.0, 4097.0, 4090.0, 4109.0, 4079.0, 4130.0, 4090.0, 4119.0, 4090.0, 4120.0, 4090.0, 4129.0, 4080.0, 4118.0, 4088.0, 4096.0, 4076.0, 4098.0, 4066.0, 4087.0, 4076.0, 4088.0, 4064.0, 4075.0, 4074.0, 4076.0, 4095.0, 4075.0, 4086.0, 4067.0, 4086.0, 4077.0, 4087.0, 4078.0, 4077.0, 4089.0, 4087.0, 4090.0, 4089.0, 4089.0, 4100.0, 4091.0, 4099.0, 4090.0, 4098.0, 4090.0, 4098.0, 4089.0, 4098.0, 4088.0, 4098.0, 4079.0, 4108.0, 4079.0, 4098.0, 4089.0, 4097.0, 4091.0, 4087.0, 4090.0, 4099.0, 4090.0, 4119.0, 4090.0, 4109.0, 4091.0, 4110.0, 4092.0, 4100.0, 4091.0, 4090.0, 4092.0, 4090.0, 4093.0, 4091.0, 4092.0, 4091.0, 4102.0, 4091.0, 4101.0, 4090.0, 4102.0, 4088.0, 4101.0, 4090.0, 4090.0, 4078.0, 4099.0, 4078.0, 4090.0, 4088.0, 4090.0, 4078.0, 4078.0, 4078.0, 4079.0, 4076.0, 4088.0, 4078.0, 4088.0, 4077.0, 4079.0, 4078.0, 4090.0, 4078.0, 4089.0, 4078.0, 4100.0, 4078.0, 4090.0, 4098.0, 4089.0, 4110.0, 4089.0, 4079.0, 4089.0, 4078.0, 4089.0, 4078.0, 4090.0, 4090.0, 4100.0, 4089.0, 4099.0, 4090.0, 4100.0, 4089.0, 4110.0, 4091.0, 4110.0, 4079.0, 4108.0, 4079.0, 4098.0, 4090.0, 4109.0, 4090.0, 4118.0, 4091.0, 4109.0, 4091.0, 4132.0, 4092.0, 4089.0, 4089.0, 4078.0, 4099.0, 4090.0, 4099.0, 4090.0, 4110.0, 4091.0, 4130.0, 4090.0, 4119.0, 4091.0, 4130.0, 4089.0, 4118.0, 4090.0, 4128.0, 4088.0, 4128.0, 4088.0, 4107.0, 4078.0, 4097.0, 4088.0, 4106.0, 4089.0, 4108.0, 4089.0, 4108.0, 4089.0, 4088.0, 4101.0, 4090.0, 4100.0, 4079.0, 4100.0, 4080.0, 4100.0, 4079.0, 4100.0, 4090.0, 4131.0, 4091.0, 4130.0, 4079.0, 4120.0, 4089.0, 4130.0, 4089.0, 4129.0, 4090.0, 4118.0, 4088.0, 4106.0, 4077.0, 4117.0, 4089.0, 4116.0, 4088.0, 4117.0, 4076.0, 4117.0, 4088.0, 4096.0, 4087.0, 4085.0, 4077.0, 4105.0, 4076.0, 4115.0, 4076.0, 4075.0, 4074.0, 4063.0, 4075.0, 4077.0, 4097.0, 4064.0, 4096.0, 4064.0, 4085.0, 4075.0, 4085.0, 4076.0, 4095.0, 4076.0, 4116.0, 4076.0, 4115.0, 4075.0, 4104.0, 4075.0, 4114.0, 4075.0, 4094.0, 4075.0, 4075.0, 4085.0, 4064.0, 4095.0, 4063.0, 4104.0, 4085.0], 'WindowWidth': [9233.0, 9234.0, 9168.0, 9195.0, 9140.0, 9165.0, 9109.0, 9158.0, 9108.0, 9138.0, 9103.0, 9098.0, 9104.0, 9093.0, 9101.0, 9110.0, 9101.0, 9097.0, 9101.0, 9098.0, 9103.0, 9098.0, 9102.0, 9101.0, 9103.0, 9096.0, 9102.0, 9101.0, 9117.0, 9102.0, 9100.0, 9104.0, 9120.0, 9106.0, 9133.0, 9109.0, 9116.0, 9107.0, 9129.0, 9109.0, 9129.0, 9109.0, 9157.0, 9108.0, 9142.0, 9107.0, 9157.0, 9105.0, 9139.0, 9105.0, 9155.0, 9103.0, 9140.0, 9104.0, 9126.0, 9105.0, 9103.0, 9104.0, 9101.0, 9118.0, 9103.0, 9117.0, 9093.0, 9130.0, 9102.0, 9155.0, 9106.0, 9143.0, 9103.0, 9154.0, 9106.0, 9156.0, 9103.0, 9102.0, 9117.0, 9102.0, 9118.0, 9106.0, 9147.0, 9104.0, 9158.0, 9106.0, 9101.0, 9101.0, 9099.0, 9118.0, 9103.0, 9145.0, 9102.0, 9155.0, 9101.0, 9152.0, 9101.0, 9134.0, 9101.0, 9110.0, 9100.0, 9098.0, 9111.0, 9084.0, 9111.0, 9087.0, 9114.0, 9101.0, 9108.0, 9099.0, 9123.0, 9100.0, 9126.0, 9102.0, 9134.0, 9103.0, 9136.0, 9104.0, 9093.0, 9098.0, 9096.0, 9099.0, 9082.0, 9102.0, 9104.0, 9116.0, 9103.0, 9117.0, 9109.0, 9117.0, 9109.0, 9130.0, 9125.0, 9148.0, 9123.0, 9121.0, 9122.0, 9107.0, 9133.0, 9106.0, 9145.0, 9105.0, 9158.0, 9105.0, 9159.0, 9107.0, 9157.0, 9107.0, 9158.0, 9119.0, 9153.0, 9115.0, 9124.0, 9104.0, 9093.0, 9100.0, 9121.0, 9099.0, 9111.0, 9097.0, 9078.0, 9096.0, 9084.0, 9097.0, 9093.0, 9097.0, 9124.0, 9085.0, 9106.0, 9083.0, 9131.0, 9083.0, 9131.0, 9099.0, 9121.0, 9096.0, 9123.0, 9101.0, 9109.0, 9102.0, 9125.0, 9104.0, 9135.0, 9103.0, 9140.0, 9102.0, 9113.0, 9103.0, 9099.0, 9103.0, 9099.0, 9101.0, 9096.0, 9101.0, 9097.0, 9130.0, 9102.0, 9128.0, 9103.0, 9126.0, 9088.0, 9124.0, 9099.0, 9140.0, 9100.0, 9125.0, 9098.0, 9122.0, 9100.0, 9105.0, 9083.0, 9107.0, 9084.0, 9106.0, 9081.0, 9093.0, 9082.0, 9092.0, 9082.0, 9108.0, 9098.0, 9109.0, 9100.0, 9109.0, 9101.0, 9111.0, 9104.0, 9109.0, 9089.0, 9095.0, 9105.0, 9112.0, 9103.0, 9115.0, 9106.0, 9142.0, 9106.0, 9116.0, 9126.0, 9118.0, 9128.0, 9140.0, 9130.0, 9123.0, 9143.0, 9164.0, 9111.0, 9175.0, 9106.0, 9172.0, 9121.0, 9159.0, 9120.0, 9143.0, 9107.0, 9111.0, 9103.0, 9117.0, 9122.0, 9104.0, 9132.0, 9091.0, 9134.0, 9107.0, 9129.0, 9103.0, 9127.0, 9107.0, 9160.0, 9108.0, 9156.0, 9106.0, 9156.0, 9119.0, 9157.0, 9133.0, 9083.0, 9115.0, 9079.0, 9109.0, 9078.0, 9122.0, 9081.0, 9132.0, 9081.0, 9117.0, 9080.0, 9088.0, 9096.0, 9081.0, 9123.0, 9082.0, 9121.0, 9101.0, 9141.0, 9100.0, 9124.0, 9098.0, 9076.0, 9120.0, 9062.0, 9102.0, 9060.0, 9111.0, 9077.0, 9130.0, 9076.0, 9111.0, 9077.0, 9098.0, 9074.0, 9084.0, 9076.0, 9057.0, 9093.0, 9072.0, 9088.0, 9059.0, 9084.0, 9075.0, 9085.0, 9063.0, 9083.0, 9077.0, 9088.0, 9079.0, 9102.0, 9085.0, 9107.0, 9083.0, 9078.0, 9084.0, 9081.0, 9096.0, 9091.0, 9096.0, 9081.0, 9110.0, 9085.0, 9120.0, 9083.0, 9103.0, 9095.0, 9118.0, 9097.0, 9133.0, 9098.0, 9095.0, 9085.0, 9082.0, 9108.0, 9080.0, 9124.0, 9099.0, 9155.0, 9115.0, 9083.0, 9111.0, 9078.0, 9111.0, 9102.0, 9077.0, 9106.0, 9076.0, 9070.0, 9075.0, 9053.0, 9074.0, 9056.0, 9086.0, 9070.0, 9073.0, 9080.0, 9087.0, 9079.0, 9105.0, 9083.0, 9092.0, 9085.0, 9109.0, 9101.0, 9134.0, 9086.0, 9134.0, 9084.0, 9135.0, 9083.0, 9131.0, 9082.0, 9137.0, 9085.0, 9151.0, 9099.0, 9095.0, 9098.0, 9078.0, 9098.0, 9079.0, 9100.0, 9106.0, 9100.0, 9097.0, 9105.0, 9100.0, 9103.0, 9099.0, 9104.0, 9127.0, 9104.0, 9083.0, 9114.0, 9083.0, 9101.0, 9084.0, 9112.0, 9084.0, 9126.0, 9082.0, 9137.0, 9083.0, 9109.0, 9082.0, 9110.0, 9078.0, 9081.0, 9075.0, 9079.0, 9071.0, 9078.0, 9073.0, 9077.0, 9071.0, 9083.0, 9088.0, 9082.0, 9076.0, 9082.0, 9081.0, 9084.0, 9090.0, 9085.0, 9109.0, 9089.0, 9095.0, 9098.0, 9081.0, 9102.0, 9096.0, 9100.0, 9109.0, 9104.0, 9125.0, 9104.0, 9085.0, 9086.0, 9122.0, 9099.0, 9134.0, 9101.0, 9120.0, 9100.0, 9080.0, 9099.0, 9083.0, 9099.0, 9083.0, 9099.0, 9096.0, 9116.0, 9080.0, 9112.0, 9079.0, 9109.0, 9079.0, 9108.0, 9078.0, 9098.0, 9078.0, 9111.0, 9080.0, 9092.0, 9077.0, 9095.0, 9083.0, 9110.0, 9081.0, 9106.0, 9080.0, 9094.0, 9097.0, 9111.0, 9102.0, 9124.0, 9104.0, 9124.0, 9102.0, 9123.0, 9088.0, 9136.0, 9103.0, 9149.0, 9102.0, 9150.0, 9098.0, 9146.0, 9081.0, 9132.0, 9092.0, 9131.0, 9093.0, 9102.0, 9075.0, 9071.0, 9080.0, 9079.0, 9108.0, 9075.0, 9116.0, 9075.0, 9101.0, 9076.0, 9100.0, 9081.0, 9130.0, 9099.0, 9116.0, 9096.0, 9061.0, 9077.0, 9077.0, 9095.0, 9075.0, 9098.0, 9077.0, 9107.0, 9078.0, 9105.0, 9078.0, 9102.0, 9073.0, 9114.0, 9060.0, 9126.0, 9058.0, 9097.0, 9058.0, 9099.0, 9084.0, 9160.0, 9106.0, 9112.0, 9076.0, 9100.0, 9095.0, 9097.0, 9069.0, 9091.0, 9070.0, 9064.0, 9065.0, 9050.0, 9067.0, 9050.0, 9069.0, 9053.0, 9087.0, 9066.0, 9073.0, 9053.0, 9070.0, 9066.0, 9068.0, 9069.0, 9076.0, 9075.0, 9090.0, 9083.0, 9108.0, 9096.0, 9109.0, 9101.0, 9152.0, 9099.0, 9136.0, 9101.0, 9108.0, 9098.0, 9078.0, 9096.0, 9092.0, 9109.0, 9092.0, 9110.0, 9079.0, 9135.0, 9075.0, 9106.0, 9079.0, 9102.0, 9078.0, 9118.0, 9087.0, 9134.0, 9095.0, 9133.0, 9079.0, 9101.0, 9094.0, 9116.0, 9096.0, 9108.0, 9099.0, 9107.0, 9097.0, 9076.0, 9107.0, 9061.0, 9089.0, 9084.0, 9071.0, 9055.0, 9085.0, 9054.0, 9086.0, 9055.0, 9088.0, 9051.0, 9068.0, 9080.0, 9067.0, 9046.0, 9067.0, 9048.0, 9067.0, 9052.0, 9086.0, 9094.0, 9103.0, 9094.0, 9099.0, 9080.0, 9101.0, 9097.0, 9108.0, 9099.0, 9121.0, 9099.0, 9137.0, 9099.0, 9137.0, 9084.0, 9118.0, 9075.0, 9098.0, 9053.0, 9085.0, 9073.0, 9125.0, 9067.0, 9108.0, 9066.0, 9051.0, 9087.0, 9107.0, 9063.0, 9092.0, 9053.0, 9081.0, 9070.0, 9098.0, 9071.0, 9115.0, 9051.0, 9090.0, 9027.0, 9073.0, 9029.0, 9089.0, 9023.0, 9050.0, 9016.0, 9033.0, 9001.0, 9032.0, 9014.0, 9043.0, 9020.0, 9033.0, 9025.0, 9045.0, 9026.0, 9048.0, 9039.0, 9052.0, 9027.0, 9056.0, 9025.0, 9051.0, 9043.0, 9052.0, 9042.0, 9055.0, 9045.0, 9055.0, 9049.0, 9060.0, 9063.0, 9075.0, 9068.0, 9077.0, 9069.0, 9080.0, 9070.0, 9081.0, 9075.0, 9083.0, 9094.0, 9085.0, 9079.0, 9077.0, 9090.0, 9075.0, 9088.0, 9061.0, 9106.0, 9076.0, 9108.0, 9080.0, 9133.0, 9096.0, 9120.0, 9079.0, 9117.0, 9095.0, 9116.0, 9093.0, 9105.0, 9094.0, 9076.0, 9096.0, 9103.0, 9102.0, 9105.0, 9124.0, 9098.0, 9091.0, 9081.0, 9126.0, 9083.0, 9123.0, 9103.0, 9126.0, 9102.0, 9123.0, 9095.0, 9098.0, 9077.0, 9078.0, 9097.0, 9095.0, 9098.0, 9098.0, 9099.0, 9098.0, 9095.0, 9095.0, 9094.0, 9098.0, 9110.0, 9102.0, 9111.0, 9103.0, 9111.0, 9107.0, 9130.0, 9123.0, 9127.0, 9121.0, 9130.0, 9109.0, 9140.0, 9105.0, 9145.0, 9106.0, 9100.0, 9107.0, 9116.0, 9106.0, 9131.0, 9117.0, 9098.0, 9116.0, 9098.0, 9118.0, 9097.0, 9103.0, 9111.0, 9102.0, 9103.0, 9105.0, 9104.0, 9121.0, 9119.0, 9123.0, 9117.0, 9134.0, 9105.0, 9134.0, 9108.0, 9134.0, 9123.0, 9134.0, 9121.0, 9162.0, 9110.0, 9159.0, 9109.0, 9157.0, 9108.0, 9156.0, 9106.0, 9157.0, 9106.0, 9141.0, 9104.0, 9138.0, 9099.0, 9122.0, 9099.0, 9096.0, 9112.0, 9123.0, 9116.0, 9103.0, 9110.0, 9085.0, 9121.0, 9081.0, 9066.0, 9097.0, 9083.0, 9114.0, 9086.0, 9170.0, 9126.0, 9157.0, 9115.0, 9078.0, 9090.0, 9080.0, 9126.0, 9097.0, 9094.0, 9084.0, 9082.0, 9109.0, 9077.0, 9109.0, 9077.0, 9108.0, 9088.0, 9124.0, 9083.0, 9101.0, 9078.0, 9099.0, 9083.0, 9105.0, 9103.0, 9066.0, 9099.0, 9068.0, 9095.0, 9078.0, 9080.0, 9063.0, 9096.0, 9087.0, 9097.0, 9081.0, 9123.0, 9103.0, 9120.0, 9105.0, 9104.0, 9082.0, 9099.0, 9084.0, 9114.0, 9101.0, 9115.0, 9118.0, 9121.0, 9122.0, 9123.0, 9124.0, 9150.0, 9127.0, 9133.0, 9110.0, 9132.0, 9108.0, 9152.0, 9105.0, 9108.0, 9099.0, 9100.0, 9080.0, 9098.0, 9093.0, 9085.0, 9120.0, 9087.0, 9140.0, 9087.0, 9108.0, 9103.0, 9125.0, 9089.0, 9156.0, 9104.0, 9140.0, 9104.0, 9143.0, 9104.0, 9153.0, 9090.0, 9138.0, 9096.0, 9106.0, 9078.0, 9108.0, 9063.0, 9094.0, 9074.0, 9094.0, 9058.0, 9075.0, 9073.0, 9076.0, 9101.0, 9076.0, 9091.0, 9068.0, 9089.0, 9082.0, 9092.0, 9085.0, 9082.0, 9102.0, 9095.0, 9104.0, 9102.0, 9103.0, 9118.0, 9106.0, 9114.0, 9105.0, 9111.0, 9103.0, 9110.0, 9099.0, 9110.0, 9097.0, 9110.0, 9089.0, 9123.0, 9088.0, 9111.0, 9101.0, 9108.0, 9105.0, 9096.0, 9105.0, 9114.0, 9103.0, 9140.0, 9106.0, 9128.0, 9108.0, 9132.0, 9112.0, 9118.0, 9107.0, 9105.0, 9111.0, 9105.0, 9112.0, 9107.0, 9112.0, 9106.0, 9124.0, 9106.0, 9121.0, 9105.0, 9123.0, 9100.0, 9119.0, 9102.0, 9104.0, 9085.0, 9116.0, 9083.0, 9104.0, 9099.0, 9103.0, 9084.0, 9085.0, 9085.0, 9088.0, 9079.0, 9098.0, 9082.0, 9097.0, 9081.0, 9087.0, 9085.0, 9103.0, 9085.0, 9102.0, 9083.0, 9118.0, 9085.0, 9104.0, 9111.0, 9102.0, 9129.0, 9102.0, 9088.0, 9100.0, 9084.0, 9101.0, 9085.0, 9104.0, 9103.0, 9117.0, 9101.0, 9114.0, 9106.0, 9115.0, 9103.0, 9129.0, 9108.0, 9130.0, 9089.0, 9125.0, 9089.0, 9111.0, 9104.0, 9126.0, 9105.0, 9137.0, 9106.0, 9127.0, 9109.0, 9163.0, 9112.0, 9100.0, 9103.0, 9085.0, 9115.0, 9103.0, 9116.0, 9105.0, 9132.0, 9109.0, 9158.0, 9106.0, 9142.0, 9106.0, 9156.0, 9102.0, 9138.0, 9104.0, 9151.0, 9099.0, 9149.0, 9097.0, 9120.0, 9084.0, 9107.0, 9097.0, 9119.0, 9100.0, 9122.0, 9100.0, 9124.0, 9101.0, 9099.0, 9121.0, 9104.0, 9117.0, 9090.0, 9119.0, 9092.0, 9118.0, 9089.0, 9120.0, 9106.0, 9162.0, 9108.0, 9157.0, 9088.0, 9142.0, 9102.0, 9156.0, 9101.0, 9154.0, 9103.0, 9138.0, 9097.0, 9117.0, 9082.0, 9134.0, 9099.0, 9132.0, 9096.0, 9132.0, 9079.0, 9134.0, 9098.0, 9104.0, 9093.0, 9088.0, 9078.0, 9112.0, 9077.0, 9126.0, 9076.0, 9071.0, 9071.0, 9055.0, 9075.0, 9082.0, 9108.0, 9059.0, 9101.0, 9060.0, 9085.0, 9074.0, 9087.0, 9078.0, 9101.0, 9079.0, 9130.0, 9077.0, 9126.0, 9074.0, 9109.0, 9073.0, 9125.0, 9073.0, 9097.0, 9074.0, 9074.0, 9087.0, 9056.0, 9099.0, 9053.0, 9111.0, 9088.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.0005466579861111112</td></tr>
<tr><td colspan=3>aqi</td><td>0.018964130295138888</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.042901238870485</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2621339190877505</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997616831642047</td></tr>
<tr><td colspan=3>efc</td><td>0.448</td></tr>
<tr><td colspan=3>fber</td><td>6648.4136</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08062605005233085</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6041666666666665</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3290586043357653</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.289667309046441</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5515603937115143</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.145948110249341</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132382</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020421821624040604</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01095969881862402</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8336843392325397</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>38.7761</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4589</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.4266</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308234.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.7016</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5468</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.7031</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3347.8882</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4376.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.4737</td></tr>
<tr><td colspan=3>tsnr</td><td>44.91754645050969</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>