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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-02/func/sub-0034_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d06f1fca06a4d82a37c939bef8c1d8f5</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>16:38:34.907500</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.999292, -0.0373187, 0.00479621, 0.036817, 0.996125, 0.0798767]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0886828</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7784, -7227, 587, -86, -223, 67, 62]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.856</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>599b8348-fa00-4809-bcd3-ad2c7a7841a9||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.6810271739959717, 0.09877731651067734, 0.020947979763150215, 106.22103118896484], [0.10012323409318924, 2.672529458999634, 0.215037539601326, -98.50517272949219], [0.012867875397205353, -0.21430328488349915, 2.6913416385650635, -61.857086181640625], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['163834.907500', '163835.367500', '163835.827500', '163836.287500', '163836.747500', '163837.207500', '163837.667500', '163838.127500', '163838.587500', '163839.047500', '163839.507500', '163839.967500', '163840.427500', '163840.887500', '163841.347500', '163841.807500', '163842.267500', '163842.727500', '163843.187500', '163843.647500', '163844.107500', '163844.567500', '163845.027500', '163845.487500', '163845.947500', '163846.407500', '163846.867500', '163847.327500', '163847.787500', '163848.247500', '163848.707500', '163849.167500', '163849.627500', '163850.087500', '163850.547500', '163851.007500', '163851.467500', '163851.927500', '163852.387500', '163852.847500', '163853.307500', '163853.767500', '163854.227500', '163854.687500', '163855.147500', '163855.607500', '163856.067500', '163856.527500', '163856.987500', '163857.447500', '163857.907500', '163858.367500', '163858.827500', '163859.287500', '163859.747500', '163900.207500', '163900.667500', '163901.127500', '163901.587500', '163902.047500', '163902.507500', '163902.967500', '163903.427500', '163903.887500', '163904.347500', '163904.807500', '163905.267500', '163905.727500', '163906.187500', '163906.647500', '163907.107500', '163907.567500', '163908.027500', '163908.487500', '163908.947500', '163909.407500', '163909.867500', '163910.327500', '163910.787500', '163911.247500', '163911.707500', '163912.167500', '163912.627500', '163913.087500', '163913.547500', '163914.007500', '163914.467500', '163914.927500', '163915.387500', '163915.847500', '163916.307500', '163916.767500', '163917.227500', '163917.687500', '163918.147500', '163918.607500', '163919.067500', '163919.527500', '163919.987500', '163920.447500', '163920.907500', '163921.367500', '163921.827500', '163922.287500', '163922.747500', '163923.207500', '163923.667500', '163924.127500', '163924.587500', '163925.047500', '163925.507500', '163925.967500', '163926.427500', '163926.887500', '163927.347500', '163927.807500', '163928.267500', '163928.727500', '163929.187500', '163929.647500', '163930.107500', '163930.567500', '163931.027500', '163931.487500', '163931.947500', '163932.407500', '163932.867500', '163933.327500', '163933.787500', '163934.247500', '163934.707500', '163935.167500', '163935.627500', '163936.087500', '163936.547500', '163937.007500', '163937.467500', '163937.927500', '163938.387500', '163938.847500', '163939.307500', '163939.767500', '163940.227500', '163940.687500', '163941.147500', '163941.607500', '163942.067500', '163942.527500', '163942.987500', '163943.447500', '163943.907500', '163944.367500', '163944.827500', '163945.287500', '163945.747500', '163946.207500', '163946.667500', '163947.127500', '163947.587500', '163948.047500', '163948.507500', '163948.967500', '163949.427500', '163949.887500', '163950.347500', '163950.807500', '163951.267500', '163951.727500', '163952.187500', '163952.647500', '163953.107500', '163953.567500', '163954.027500', '163954.487500', '163954.947500', '163955.407500', '163955.867500', '163956.327500', '163956.787500', '163957.247500', '163957.707500', '163958.167500', '163958.627500', '163959.087500', '163959.547500', '164000.007500', '164000.467500', '164000.927500', '164001.387500', '164001.847500', '164002.307500', '164002.767500', '164003.227500', '164003.687500', '164004.147500', '164004.607500', '164005.067500', '164005.527500', '164005.987500', '164006.447500', '164006.907500', '164007.367500', '164007.827500', '164008.287500', '164008.747500', '164009.207500', '164009.667500', '164010.127500', '164010.587500', '164011.047500', '164011.507500', '164011.967500', '164012.427500', '164012.887500', '164013.347500', '164013.807500', '164014.267500', '164014.727500', '164015.187500', '164015.647500', '164016.107500', '164016.567500', '164017.027500', '164017.487500', '164017.947500', '164018.407500', '164018.867500', '164019.327500', '164019.787500', '164020.247500', '164020.707500', '164021.167500', '164021.627500', '164022.087500', '164022.547500', '164023.007500', '164023.467500', '164023.927500', '164024.387500', '164024.847500', '164025.307500', '164025.767500', '164026.227500', '164026.687500', '164027.147500', '164027.607500', '164028.067500', '164028.527500', '164028.987500', '164029.447500', '164029.907500', '164030.367500', '164030.827500', '164031.287500', '164031.747500', '164032.207500', '164032.667500', '164033.127500', '164033.587500', '164034.047500', '164034.507500', '164034.967500', '164035.427500', '164035.887500', '164036.347500', '164036.807500', '164037.267500', '164037.727500', '164038.187500', '164038.647500', '164039.107500', '164039.567500', '164040.027500', '164040.487500', '164040.947500', '164041.407500', '164041.867500', '164042.327500', '164042.787500', '164043.247500', '164043.707500', '164044.167500', '164044.627500', '164045.087500', '164045.547500', '164046.007500', '164046.467500', '164046.927500', '164047.387500', '164047.847500', '164048.307500', '164048.767500', '164049.227500', '164049.687500', '164050.147500', '164050.607500', '164051.067500', '164051.527500', '164051.987500', '164052.447500', '164052.907500', '164053.367500', '164053.827500', '164054.287500', '164054.747500', '164055.207500', '164055.667500', '164056.127500', '164056.587500', '164057.047500', '164057.507500', '164057.967500', '164058.427500', '164058.887500', '164059.347500', '164059.807500', '164100.267500', '164100.727500', '164101.187500', '164101.647500', '164102.107500', '164102.567500', '164103.027500', '164103.487500', '164103.947500', '164104.407500', '164104.867500', '164105.327500', '164105.787500', '164106.247500', '164106.707500', '164107.167500', '164107.627500', '164108.087500', '164108.547500', '164109.007500', '164109.467500', '164109.927500', '164110.387500', '164110.847500', '164111.307500', '164111.767500', '164112.227500', '164112.687500', '164113.147500', '164113.607500', '164114.067500', '164114.527500', '164114.987500', '164115.447500', '164115.907500', '164116.367500', '164116.827500', '164117.287500', '164117.747500', '164118.207500', '164118.667500', '164119.127500', '164119.587500', '164120.047500', '164120.507500', '164120.967500', '164121.427500', '164121.887500', '164122.347500', '164122.807500', '164123.267500', '164123.727500', '164124.187500', '164124.647500', '164125.107500', '164125.567500', '164126.027500', '164126.487500', '164126.947500', '164127.407500', '164127.867500', '164128.327500', '164128.787500', '164129.247500', '164129.707500', '164130.167500', '164130.627500', '164131.087500', '164131.547500', '164132.007500', '164132.467500', '164132.927500', '164133.387500', '164133.847500', '164134.307500', '164134.767500', '164135.227500', '164135.687500', '164136.147500', '164136.607500', '164137.067500', '164137.527500', '164137.987500', '164138.447500', '164138.907500', '164139.367500', '164139.827500', '164140.287500', '164140.747500', '164141.207500', '164141.667500', '164142.127500', '164142.587500', '164143.047500', '164143.507500', '164143.967500', '164144.427500', '164144.887500', '164145.347500', '164145.807500', '164146.267500', '164146.727500', '164147.187500', '164147.647500', '164148.107500', '164148.567500', '164149.027500', '164149.487500', '164149.947500', '164150.407500', '164150.867500', '164151.327500', '164151.787500', '164152.247500', '164152.707500', '164153.167500', '164153.627500', '164154.087500', '164154.547500', '164155.007500', '164155.467500', '164155.927500', '164156.387500', '164156.847500', '164157.307500', '164157.767500', '164158.227500', '164158.687500', '164159.147500', '164159.607500', '164200.067500', '164200.527500', '164200.987500', '164201.447500', '164201.907500', '164202.367500', '164202.827500', '164203.287500', '164203.747500', '164204.207500', '164204.667500', '164205.127500', '164205.587500', '164206.047500', '164206.507500', '164206.967500', '164207.427500', '164207.887500', '164208.347500', '164208.807500', '164209.267500', '164209.727500', '164210.187500', '164210.647500', '164211.107500', '164211.567500', '164212.027500', '164212.487500', '164212.947500', '164213.407500', '164213.867500', '164214.327500', '164214.787500', '164215.247500', '164215.707500', '164216.167500', '164216.627500', '164217.087500', '164217.547500', '164218.007500', '164218.467500', '164218.927500', '164219.387500', '164219.847500', '164220.307500', '164220.767500', '164221.227500', '164221.687500', '164222.147500', '164222.607500', '164223.067500', '164223.527500', '164223.987500', '164224.447500', '164224.907500', '164225.367500', '164225.827500', '164226.287500', '164226.747500', '164227.207500', '164227.667500', '164228.127500', '164228.587500', '164229.047500', '164229.507500', '164229.967500', '164230.427500', '164230.887500', '164231.347500', '164231.807500', '164232.267500', '164232.727500', '164233.187500', '164233.647500', '164234.107500', '164234.567500', '164235.027500', '164235.487500', '164235.947500', '164236.407500', '164236.867500', '164237.327500', '164237.787500', '164238.247500', '164238.707500', '164239.167500', '164239.627500', '164240.087500', '164240.547500', '164241.007500', '164241.467500', '164241.927500', '164242.387500', '164242.847500', '164243.307500', '164243.767500', '164244.227500', '164244.687500', '164245.147500', '164245.607500', '164246.067500', '164246.527500', '164246.987500', '164247.447500', '164247.907500', '164248.367500', '164248.827500', '164249.287500', '164249.747500', '164250.207500', '164250.667500', '164251.127500', '164251.587500', '164252.047500', '164252.507500', '164252.967500', '164253.427500', '164253.887500', '164254.347500', '164254.807500', '164255.267500', '164255.727500', '164256.187500', '164256.647500', '164257.107500', '164257.567500', '164258.027500', '164258.487500', '164258.947500', '164259.407500', '164259.867500', '164300.327500', '164300.787500', '164301.247500', '164301.707500', '164302.167500', '164302.627500', '164303.087500', '164303.547500', '164304.007500', '164304.467500', '164304.927500', '164305.387500', '164305.847500', '164306.307500', '164306.767500', '164307.227500', '164307.687500', '164308.147500', '164308.607500', '164309.067500', '164309.527500', '164309.987500', '164310.447500', '164310.907500', '164311.367500', '164311.827500', '164312.287500', '164312.747500', '164313.207500', '164313.667500', '164314.127500', '164314.587500', '164315.047500', '164315.507500', '164315.967500', '164316.427500', '164316.887500', '164317.347500', '164317.807500', '164318.267500', '164318.727500', '164319.187500', '164319.647500', '164320.107500', '164320.567500', '164321.027500', '164321.487500', '164321.947500', '164322.407500', '164322.867500', '164323.327500', '164323.787500', '164324.247500', '164324.707500', '164325.167500', '164325.627500', '164326.087500', '164326.547500', '164327.007500', '164327.467500', '164327.927500', '164328.387500', '164328.847500', '164329.307500', '164329.767500', '164330.227500', '164330.687500', '164331.147500', '164331.607500', '164332.067500', '164332.527500', '164332.987500', '164333.447500', '164333.907500', '164334.367500', '164334.827500', '164335.287500', '164335.747500', '164336.207500', '164336.667500', '164337.127500', '164337.587500', '164338.047500', '164338.507500', '164338.967500', '164339.427500', '164339.887500', '164340.347500', '164340.807500', '164341.267500', '164341.727500', '164342.187500', '164342.647500', '164343.107500', '164343.567500', '164344.027500', '164344.487500', '164344.947500', '164345.407500', '164345.867500', '164346.327500', '164346.787500', '164347.247500', '164347.707500', '164348.167500', '164348.627500', '164349.087500', '164349.547500', '164350.007500', '164350.467500', '164350.927500', '164351.387500', '164351.847500', '164352.307500', '164352.767500', '164353.227500', '164353.687500', '164354.147500', '164354.607500', '164355.067500', '164355.527500', '164355.987500', '164356.447500', '164356.907500', '164357.367500', '164357.827500', '164358.287500', '164358.747500', '164359.207500', '164359.667500', '164400.127500', '164400.587500', '164401.047500', '164401.507500', '164401.967500', '164402.427500', '164402.887500', '164403.347500', '164403.807500', '164404.267500', '164404.727500', '164405.187500', '164405.647500', '164406.107500', '164406.567500', '164407.027500', '164407.487500', '164407.947500', '164408.407500', '164408.867500', '164409.327500', '164409.787500', '164410.247500', '164410.707500', '164411.167500', '164411.627500', '164412.087500', '164412.547500', '164413.007500', '164413.467500', '164413.927500', '164414.387500', '164414.847500', '164415.307500', '164415.767500', '164416.227500', '164416.687500', '164417.147500', '164417.607500', '164418.067500', '164418.527500', '164418.987500', '164419.447500', '164419.907500', '164420.367500', '164420.827500', '164421.287500', '164421.747500', '164422.207500', '164422.667500', '164423.127500', '164423.587500', '164424.047500', '164424.507500', '164424.967500', '164425.427500', '164425.887500', '164426.347500', '164426.807500', '164427.267500', '164427.727500', '164428.187500', '164428.647500', '164429.107500', '164429.567500', '164430.027500', '164430.487500', '164430.947500', '164431.407500', '164431.867500', '164432.327500', '164432.787500', '164433.247500', '164433.707500', '164434.167500', '164434.627500', '164435.087500', '164435.547500', '164436.007500', '164436.467500', '164436.927500', '164437.387500', '164437.847500', '164438.307500', '164438.767500', '164439.227500', '164439.687500', '164440.147500', '164440.607500', '164441.067500', '164441.527500', '164441.987500', '164442.447500', '164442.907500', '164443.367500', '164443.827500', '164444.287500', '164444.747500', '164445.207500', '164445.667500', '164446.127500', '164446.587500', '164447.047500', '164447.507500', '164447.967500', '164448.427500', '164448.887500', '164449.347500', '164449.807500', '164450.267500', '164450.727500', '164451.187500', '164451.647500', '164452.107500', '164452.567500', '164453.027500', '164453.487500', '164453.947500', '164454.407500', '164454.867500', '164455.327500', '164455.787500', '164456.247500', '164456.707500', '164457.167500', '164457.627500', '164458.087500', '164458.547500', '164459.007500', '164459.467500', '164459.927500', '164500.387500', '164500.847500', '164501.307500', '164501.767500', '164502.227500', '164502.687500', '164503.147500', '164503.607500', '164504.067500', '164504.527500', '164504.987500', '164505.447500', '164505.907500', '164506.367500', '164506.827500', '164507.287500', '164507.747500', '164508.207500', '164508.667500', '164509.127500', '164509.587500', '164510.047500', '164510.507500', '164510.967500', '164511.427500', '164511.887500', '164512.347500', '164512.807500', '164513.267500', '164513.727500', '164514.187500', '164514.647500', '164515.107500', '164515.567500', '164516.027500', '164516.487500', '164516.947500', '164517.407500', '164517.867500', '164518.327500', '164518.787500', '164519.247500', '164519.707500', '164520.167500', '164520.627500', '164521.087500', '164521.547500', '164522.007500', '164522.467500', '164522.927500', '164523.387500', '164523.847500', '164524.307500', '164524.767500', '164525.227500', '164525.687500', '164526.147500', '164526.607500', '164527.067500', '164527.527500', '164527.987500', '164528.447500', '164528.907500', '164529.367500', '164529.827500', '164530.287500', '164530.747500', '164531.207500', '164531.667500', '164532.127500', '164532.587500', '164533.047500', '164533.507500', '164533.967500', '164534.427500', '164534.887500', '164535.347500', '164535.807500', '164536.267500', '164536.727500', '164537.187500', '164537.647500', '164538.107500', '164538.567500', '164539.027500', '164539.487500', '164539.947500', '164540.407500', '164540.867500', '164541.327500', '164541.787500', '164542.247500', '164542.707500', '164543.167500', '164543.627500', '164544.087500', '164544.547500', '164545.007500', '164545.467500', '164545.927500', '164546.387500', '164546.847500', '164547.307500', '164547.767500', '164548.227500', '164548.687500', '164549.147500', '164549.607500', '164550.067500', '164550.527500', '164550.987500', '164551.447500', '164551.907500', '164552.367500', '164552.827500', '164553.287500', '164553.747500', '164554.207500', '164554.667500', '164555.127500', '164555.587500', '164556.047500', '164556.507500', '164556.967500', '164557.427500', '164557.887500', '164558.347500', '164558.807500', '164559.267500', '164559.727500', '164600.187500', '164600.647500', '164601.107500', '164601.567500', '164602.027500', '164602.487500', '164602.947500', '164603.407500', '164603.867500', '164604.327500', '164604.787500', '164605.247500', '164605.707500', '164606.167500', '164606.627500', '164607.087500', '164607.547500', '164608.007500', '164608.467500', '164608.927500', '164609.387500', '164609.847500', '164610.307500', '164610.767500', '164611.227500', '164611.687500', '164612.147500', '164612.607500', '164613.067500', '164613.527500', '164613.987500', '164614.447500', '164614.907500', '164615.367500', '164615.827500', '164616.287500', '164616.747500', '164617.207500', '164617.667500', '164618.127500', '164618.587500', '164619.047500', '164619.507500', '164619.967500', '164620.427500', '164620.887500', '164621.347500', '164621.807500', '164622.267500', '164622.727500', '164623.187500', '164623.647500', '164624.107500', '164624.567500', '164625.027500', '164625.487500', '164625.947500', '164626.407500', '164626.867500', '164627.327500', '164627.787500', '164628.247500', '164628.707500', '164629.167500', '164629.627500', '164630.087500', '164630.547500', '164631.007500', '164631.467500', '164631.927500', '164632.387500', '164632.847500', '164633.307500', '164633.767500', '164634.227500', '164634.687500', '164635.147500', '164635.607500', '164636.067500', '164636.527500', '164636.987500', '164637.447500', '164637.907500', '164638.367500', '164638.827500', '164639.287500', '164639.747500', '164640.207500', '164640.667500', '164641.127500', '164641.587500', '164642.047500', '164642.507500', '164642.967500', '164643.427500', '164643.887500', '164644.347500', '164644.807500', '164645.267500', '164645.727500', '164646.187500', '164646.647500', '164647.107500', '164647.567500', '164648.027500', '164648.487500', '164648.947500', '164649.407500', '164649.867500', '164650.327500', '164650.787500', '164651.247500', '164651.707500', '164652.167500', '164652.627500', '164653.087500', '164653.547500', '164654.007500', '164654.467500', '164654.927500', '164655.387500', '164655.847500', '164656.307500', '164656.767500', '164657.227500', '164657.687500', '164658.147500', '164658.607500', '164659.067500', '164659.527500', '164659.987500', '164700.447500', '164700.907500', '164701.367500', '164701.827500', '164702.287500', '164702.747500', '164703.207500', '164703.667500', '164704.127500', '164704.587500', '164705.047500', '164705.507500', '164705.967500', '164706.427500', '164706.887500', '164707.347500', '164707.807500', '164708.267500', '164708.727500', '164709.187500', '164709.647500', '164710.107500', '164710.567500', '164711.027500', '164711.487500', '164711.947500', '164712.407500', '164712.867500', '164713.327500', '164713.787500', '164714.247500', '164714.707500', '164715.167500', '164715.627500', '164716.087500', '164716.547500', '164717.007500', '164717.467500', '164717.927500', '164718.387500', '164718.847500', '164719.307500', '164719.767500', '164720.227500', '164720.687500', '164721.147500', '164721.607500', '164722.067500', '164722.527500', '164722.987500', '164723.447500', '164723.907500', '164724.367500', '164724.827500', '164725.287500', '164725.747500', '164726.207500', '164726.667500', '164727.127500'], 'ContentTime': ['163901.361000', '163901.365000', '163901.368000', '163901.371000', '163901.374000', '163901.377000', '163901.379000', '163901.382000', '163901.385000', '163901.388000', '163901.391000', '163901.394000', '163901.397000', '163901.400000', '163901.403000', '163901.406000', '163901.408000', '163901.411000', '163901.414000', '163901.417000', '163901.420000', '163901.423000', '163901.426000', '163901.429000', '163901.431000', '163901.434000', '163901.438000', '163901.441000', '163901.444000', '163901.447000', '163901.467000', '163901.471000', '163901.474000', '163901.477000', '163901.480000', '163901.483000', '163901.488000', '163901.493000', '163901.496000', '163901.500000', '163901.503000', '163901.506000', '163901.509000', '163901.512000', '163901.515000', '163901.518000', '163901.521000', '163901.523000', '163901.526000', '163901.529000', '163901.532000', '163901.535000', '163901.539000', '163901.542000', '163901.545000', '163921.328000', '163921.331000', '163921.335000', '163921.338000', '163921.341000', '163921.344000', '163921.347000', '163921.350000', '163921.353000', '163921.356000', '163921.375000', '163921.378000', '163921.381000', '163921.384000', '163921.387000', '163921.390000', '163921.393000', '163921.396000', '163921.399000', '163921.402000', '163921.405000', '163921.408000', '163921.411000', '163921.414000', '163921.417000', '163921.420000', '163921.423000', '163921.427000', '163921.430000', '163921.433000', '163921.436000', '163921.439000', '163921.442000', '163921.445000', '163921.448000', '163921.451000', '163921.454000', '163921.457000', '163921.460000', '163921.463000', '163921.467000', '163921.469000', '163921.472000', '163921.491000', '163941.328000', '163941.331000', '163941.334000', '163941.344000', '163941.347000', '163941.350000', '163941.352000', '163941.355000', '163941.358000', '163941.361000', '163941.364000', '163941.367000', '163941.370000', '163941.372000', '163941.375000', '163941.378000', '163941.381000', '163941.384000', '163941.387000', '163941.390000', '163941.392000', '163941.395000', '163941.398000', '163941.401000', '163941.404000', '163941.407000', '163941.410000', '163941.413000', '163941.415000', '163941.418000', '163941.421000', '163941.424000', '163941.427000', '163941.430000', '163941.433000', '163941.436000', '163941.439000', '163941.442000', '163941.445000', '163941.448000', '163941.451000', '163941.454000', '163941.457000', '164001.327000', '164001.330000', '164001.333000', '164001.336000', '164001.339000', '164001.341000', '164001.344000', '164001.347000', '164001.350000', '164001.353000', '164001.356000', '164001.359000', '164001.361000', '164001.364000', '164001.367000', '164001.370000', '164001.373000', '164001.376000', '164001.379000', '164001.382000', '164001.384000', '164001.387000', '164001.390000', '164001.393000', '164001.396000', '164001.399000', '164001.402000', '164001.405000', '164001.408000', '164001.410000', '164001.413000', '164001.416000', '164001.419000', '164001.422000', '164001.425000', '164001.428000', '164001.430000', '164001.433000', '164001.436000', '164001.441000', '164001.444000', '164001.447000', '164001.450000', '164001.453000', '164021.327000', '164021.330000', '164021.333000', '164021.336000', '164021.339000', '164021.341000', '164021.344000', '164021.347000', '164021.350000', '164021.353000', '164021.356000', '164021.359000', '164021.362000', '164021.365000', '164021.367000', '164021.370000', '164021.373000', '164021.376000', '164021.379000', '164021.382000', '164021.385000', '164021.388000', '164021.390000', '164021.393000', '164021.396000', '164021.399000', '164021.402000', '164021.405000', '164021.408000', '164021.411000', '164021.414000', '164021.417000', '164021.419000', '164021.422000', '164021.425000', '164021.428000', '164021.431000', '164021.434000', '164021.437000', '164021.440000', '164021.443000', '164021.446000', '164021.449000', '164041.327000', '164041.330000', '164041.333000', '164041.336000', '164041.339000', '164041.342000', '164041.344000', '164041.347000', '164041.350000', '164041.353000', '164041.356000', '164041.359000', '164041.362000', '164041.365000', '164041.368000', '164041.370000', '164041.373000', '164041.376000', '164041.379000', '164041.382000', '164041.385000', '164041.388000', '164041.391000', '164041.394000', '164041.397000', '164041.400000', '164041.402000', '164041.405000', '164041.408000', '164041.411000', '164041.414000', '164041.417000', '164041.420000', '164041.423000', '164041.425000', '164041.428000', '164041.431000', '164041.434000', '164041.437000', '164041.440000', '164041.443000', '164041.446000', '164041.448000', '164041.451000', '164101.327000', '164101.330000', '164101.333000', '164101.336000', '164101.339000', '164101.342000', '164101.344000', '164101.347000', '164101.350000', '164101.353000', '164101.356000', '164101.359000', '164101.362000', '164101.365000', '164101.368000', '164101.370000', '164101.373000', '164101.376000', '164101.379000', '164101.382000', '164101.385000', '164101.388000', '164101.391000', '164101.393000', '164101.396000', '164101.399000', '164101.409000', '164101.412000', '164101.415000', '164101.418000', '164101.421000', '164101.424000', '164101.427000', '164101.430000', '164101.432000', '164101.435000', '164101.438000', '164101.441000', '164101.457000', '164101.460000', '164101.463000', '164101.466000', '164101.469000', '164121.328000', '164121.331000', '164121.334000', '164121.337000', '164121.340000', '164121.343000', '164121.346000', '164121.349000', '164121.352000', '164121.355000', '164121.357000', '164121.360000', '164121.363000', '164121.366000', '164121.369000', '164121.372000', '164121.375000', '164121.378000', '164121.381000', '164121.384000', '164121.386000', '164121.389000', '164121.392000', '164121.395000', '164121.398000', '164121.401000', '164121.413000', '164121.416000', '164121.419000', '164121.422000', '164121.425000', '164121.428000', '164121.431000', '164121.434000', '164121.436000', '164121.439000', '164121.442000', '164121.445000', '164121.448000', '164121.451000', '164121.454000', '164121.457000', '164121.460000', '164141.328000', '164141.331000', '164141.334000', '164141.337000', '164141.340000', '164141.343000', '164141.346000', '164141.349000', '164141.351000', '164141.354000', '164141.357000', '164141.360000', '164141.363000', '164141.366000', '164141.369000', '164141.372000', '164141.374000', '164141.377000', '164141.380000', '164141.383000', '164141.386000', '164141.389000', '164141.392000', '164141.395000', '164141.398000', '164141.400000', '164141.403000', '164141.406000', '164141.409000', '164141.412000', '164141.415000', '164141.418000', '164141.421000', '164141.424000', '164141.427000', '164141.429000', '164141.432000', '164141.435000', '164141.438000', '164141.441000', '164141.444000', '164141.447000', '164141.450000', '164141.453000', '164201.328000', '164201.331000', '164201.334000', '164201.337000', '164201.340000', '164201.343000', '164201.362000', '164201.365000', '164201.368000', '164201.371000', '164201.374000', '164201.376000', '164201.379000', '164201.382000', '164201.385000', '164201.388000', '164201.391000', '164201.394000', '164201.396000', '164201.399000', '164201.402000', '164201.405000', '164201.408000', '164201.411000', '164201.414000', '164201.417000', '164201.420000', '164201.422000', '164201.425000', '164201.428000', '164201.431000', '164201.434000', '164201.437000', '164201.440000', '164201.443000', '164201.445000', '164201.448000', '164201.451000', '164201.454000', '164201.457000', '164201.460000', '164201.463000', '164201.471000', '164221.327000', '164221.330000', '164221.333000', '164221.336000', '164221.339000', '164221.342000', '164221.344000', '164221.347000', '164221.350000', '164221.353000', '164221.356000', '164221.359000', '164221.362000', '164221.365000', '164221.368000', '164221.371000', '164221.373000', '164221.376000', '164221.379000', '164221.382000', '164221.385000', '164221.388000', '164221.391000', '164221.394000', '164221.397000', '164221.400000', '164221.403000', '164221.406000', '164221.408000', '164221.411000', '164221.414000', '164221.417000', '164221.420000', '164221.423000', '164221.426000', '164221.429000', '164221.432000', '164221.434000', '164221.437000', '164221.440000', '164221.443000', '164221.446000', '164221.449000', '164221.452000', '164241.327000', '164241.330000', '164241.333000', '164241.336000', '164241.339000', '164241.342000', '164241.345000', '164241.348000', '164241.351000', '164241.354000', '164241.356000', '164241.359000', '164241.364000', '164241.369000', '164241.372000', '164241.374000', '164241.377000', '164241.380000', '164241.383000', '164241.386000', '164241.396000', '164241.399000', '164241.402000', '164241.405000', '164241.408000', '164241.411000', '164241.414000', '164241.417000', '164241.420000', '164241.423000', '164241.425000', '164241.428000', '164241.431000', '164241.434000', '164241.437000', '164241.440000', '164241.443000', '164241.446000', '164241.448000', '164241.451000', '164241.454000', '164241.457000', '164241.460000', '164301.327000', '164301.330000', '164301.333000', '164301.336000', '164301.339000', '164301.342000', '164301.345000', '164301.348000', '164301.351000', '164301.354000', '164301.357000', '164301.360000', '164301.363000', '164301.366000', '164301.369000', '164301.372000', '164301.375000', '164301.377000', '164301.380000', '164301.383000', '164301.386000', '164301.389000', '164301.392000', '164301.395000', '164301.397000', '164301.400000', '164301.403000', '164301.406000', '164301.409000', '164301.412000', '164301.415000', '164301.418000', '164301.421000', '164301.424000', '164301.426000', '164301.429000', '164301.432000', '164301.435000', '164301.438000', '164301.441000', '164301.444000', '164301.447000', '164301.450000', '164301.452000', '164321.327000', '164321.330000', '164321.333000', '164321.336000', '164321.339000', '164321.342000', '164321.345000', '164321.348000', '164321.350000', '164321.353000', '164321.356000', '164321.359000', '164321.362000', '164321.365000', '164321.368000', '164321.371000', '164321.374000', '164321.377000', '164321.380000', '164321.383000', '164321.386000', '164321.389000', '164321.392000', '164321.395000', '164321.397000', '164321.400000', '164321.403000', '164321.406000', '164321.409000', '164321.412000', '164321.415000', '164321.418000', '164321.421000', '164321.423000', '164321.426000', '164321.429000', '164321.432000', '164321.435000', '164321.438000', '164321.441000', '164321.444000', '164321.446000', '164321.449000', '164341.328000', '164341.331000', '164341.334000', '164341.337000', '164341.340000', '164341.343000', '164341.346000', '164341.349000', '164341.351000', '164341.354000', '164341.357000', '164341.360000', '164341.363000', '164341.366000', '164341.369000', '164341.371000', '164341.374000', '164341.377000', '164341.380000', '164341.383000', '164341.386000', '164341.389000', '164341.392000', '164341.395000', '164341.398000', '164341.400000', '164341.403000', '164341.406000', '164341.409000', '164341.412000', '164341.415000', '164341.418000', '164341.421000', '164341.424000', '164341.427000', '164341.430000', '164341.433000', '164341.436000', '164341.438000', '164341.441000', '164341.444000', '164341.447000', '164341.450000', '164341.453000', '164401.328000', '164401.331000', '164401.334000', '164401.337000', '164401.340000', '164401.343000', '164401.346000', '164401.348000', '164401.351000', '164401.356000', '164401.359000', '164401.362000', '164401.365000', '164401.368000', '164401.371000', '164401.374000', '164401.377000', '164401.380000', '164401.382000', '164401.385000', '164401.388000', '164401.391000', '164401.394000', '164401.397000', '164401.400000', '164401.403000', '164401.406000', '164401.409000', '164401.412000', '164401.414000', '164401.417000', '164401.420000', '164401.423000', '164401.426000', '164401.429000', '164401.432000', '164401.435000', '164401.438000', '164401.441000', '164401.443000', '164401.446000', '164401.449000', '164401.452000', '164421.328000', '164421.331000', '164421.334000', '164421.337000', '164421.340000', '164421.343000', '164421.345000', '164421.348000', '164421.351000', '164421.354000', '164421.357000', '164421.360000', '164421.363000', '164421.366000', '164421.368000', '164421.371000', '164421.374000', '164421.377000', '164421.380000', '164421.383000', '164421.386000', '164421.389000', '164421.392000', '164421.395000', '164421.398000', '164421.400000', '164421.403000', '164421.406000', '164421.409000', '164421.412000', '164421.415000', '164421.418000', '164421.421000', '164421.423000', '164421.426000', '164421.429000', '164421.432000', '164421.435000', '164421.438000', '164421.441000', '164421.444000', '164421.446000', '164421.449000', '164421.452000', '164441.327000', '164441.330000', '164441.333000', '164441.336000', '164441.339000', '164441.342000', '164441.345000', '164441.348000', '164441.350000', '164441.354000', '164441.357000', '164441.360000', '164441.363000', '164441.366000', '164441.369000', '164441.372000', '164441.375000', '164441.378000', '164441.381000', '164441.383000', '164441.386000', '164441.389000', '164441.392000', '164441.395000', '164441.398000', '164441.401000', '164441.404000', '164441.407000', '164441.473000', '164441.476000', '164441.479000', '164441.482000', '164441.485000', '164441.488000', '164441.491000', '164441.494000', '164441.496000', '164441.499000', '164441.502000', '164441.505000', '164441.508000', '164441.511000', '164441.514000', '164501.327000', '164501.330000', '164501.333000', '164501.336000', '164501.339000', '164501.342000', '164501.344000', '164501.347000', '164501.350000', '164501.353000', '164501.356000', '164501.359000', '164501.362000', '164501.364000', '164501.367000', '164501.370000', '164501.373000', '164501.376000', '164501.379000', '164501.382000', '164501.385000', '164501.388000', '164501.391000', '164501.394000', '164501.397000', '164501.399000', '164501.402000', '164501.405000', '164501.408000', '164501.411000', '164501.414000', '164501.417000', '164501.420000', '164501.423000', '164501.425000', '164501.428000', '164501.431000', '164501.434000', '164501.437000', '164501.440000', '164501.442000', '164501.445000', '164501.448000', '164501.451000', '164521.327000', '164521.330000', '164521.333000', '164521.336000', '164521.339000', '164521.342000', '164521.344000', '164521.347000', '164521.350000', '164521.353000', '164521.356000', '164521.359000', '164521.361000', '164521.364000', '164521.367000', '164521.370000', '164521.373000', '164521.376000', '164521.379000', '164521.382000', '164521.385000', '164521.388000', '164521.391000', '164521.394000', '164521.397000', '164521.400000', '164521.402000', '164521.405000', '164521.408000', '164521.411000', '164521.414000', '164521.417000', '164521.420000', '164521.423000', '164521.426000', '164521.428000', '164521.431000', '164521.434000', '164521.437000', '164521.440000', '164521.443000', '164521.446000', '164521.449000', '164541.327000', '164541.330000', '164541.333000', '164541.336000', '164541.339000', '164541.342000', '164541.344000', '164541.347000', '164541.350000', '164541.353000', '164541.356000', '164541.359000', '164541.362000', '164541.365000', '164541.368000', '164541.371000', '164541.374000', '164541.377000', '164541.379000', '164541.382000', '164541.385000', '164541.388000', '164541.391000', '164541.394000', '164541.397000', '164541.400000', '164541.403000', '164541.405000', '164541.408000', '164541.411000', '164541.414000', '164541.417000', '164541.420000', '164541.423000', '164541.426000', '164541.429000', '164541.432000', '164541.435000', '164541.437000', '164541.440000', '164541.443000', '164541.446000', '164541.449000', '164541.452000', '164601.328000', '164601.331000', '164601.334000', '164601.337000', '164601.340000', '164601.343000', '164601.345000', '164601.348000', '164601.351000', '164601.354000', '164601.357000', '164601.360000', '164601.363000', '164601.366000', '164601.369000', '164601.372000', '164601.374000', '164601.377000', '164601.380000', '164601.383000', '164601.386000', '164601.390000', '164601.393000', '164601.396000', '164601.399000', '164601.402000', '164601.405000', '164601.408000', '164601.411000', '164601.414000', '164601.417000', '164601.420000', '164601.423000', '164601.426000', '164601.429000', '164601.431000', '164601.434000', '164601.437000', '164601.440000', '164601.444000', '164601.447000', '164601.450000', '164601.453000', '164621.328000', '164621.331000', '164621.334000', '164621.337000', '164621.340000', '164621.343000', '164621.346000', '164621.348000', '164621.351000', '164621.354000', '164621.357000', '164621.360000', '164621.363000', '164621.366000', '164621.369000', '164621.372000', '164621.375000', '164621.377000', '164621.380000', '164621.383000', '164621.386000', '164621.389000', '164621.392000', '164621.395000', '164621.398000', '164621.401000', '164621.404000', '164621.406000', '164621.409000', '164621.412000', '164621.415000', '164621.418000', '164621.421000', '164621.424000', '164621.427000', '164621.429000', '164621.432000', '164621.435000', '164621.438000', '164621.441000', '164621.444000', '164621.447000', '164621.450000', '164621.453000', '164641.328000', '164641.331000', '164641.334000', '164641.337000', '164641.340000', '164641.343000', '164641.346000', '164641.348000', '164641.351000', '164641.354000', '164641.357000', '164641.360000', '164641.363000', '164641.366000', '164641.369000', '164641.372000', '164641.375000', '164641.378000', '164641.381000', '164641.383000', '164641.386000', '164641.389000', '164641.392000', '164641.395000', '164641.398000', '164641.401000', '164641.404000', '164641.407000', '164641.410000', '164641.413000', '164641.415000', '164641.418000', '164641.421000', '164641.424000', '164641.427000', '164641.430000', '164641.433000', '164641.436000', '164641.439000', '164641.441000', '164641.444000', '164641.447000', '164641.450000', '164701.327000', '164701.330000', '164701.333000', '164701.336000', '164701.339000', '164701.342000', '164701.345000', '164701.348000', '164701.350000', '164701.353000', '164701.356000', '164701.359000', '164701.362000', '164701.365000', '164701.368000', '164701.371000', '164701.374000', '164701.377000', '164701.379000', '164701.382000', '164701.385000', '164701.388000', '164701.391000', '164701.394000', '164701.397000', '164701.400000', '164701.402000', '164701.405000', '164701.408000', '164701.411000', '164701.414000', '164701.417000', '164701.420000', '164701.422000', '164701.426000', '164701.429000', '164701.431000', '164701.434000', '164701.437000', '164701.440000', '164701.443000', '164701.446000', '164701.449000', '164701.452000', '164721.327000', '164721.330000', '164721.333000', '164721.336000', '164721.339000', '164721.342000', '164721.345000', '164721.348000', '164721.351000', '164721.354000', '164721.357000', '164721.360000', '164721.363000', '164721.366000', '164721.369000', '164721.371000', '164721.374000', '164721.377000', '164721.380000', '164721.383000', '164721.386000', '164721.389000', '164721.392000', '164721.395000', '164721.398000', '164721.401000', '164721.403000', '164721.406000', '164721.409000', '164721.412000', '164721.415000', '164721.418000', '164721.421000', '164721.423000', '164721.426000', '164721.430000', '164721.433000', '164721.436000', '164721.439000', '164721.442000', '164721.445000', '164721.448000', '164721.451000', '164728.470000', '164728.473000', '164728.477000', '164728.480000', '164728.483000', '164728.486000', '164728.489000', '164728.492000', '164728.495000', '164728.498000', '164728.501000', '164728.504000', '164728.507000', '164728.510000', '164728.513000', '164728.516000'], 'InstanceCreationTime': ['163901.361000', '163901.365000', '163901.368000', '163901.371000', '163901.374000', '163901.377000', '163901.379000', '163901.382000', '163901.385000', '163901.388000', '163901.391000', '163901.394000', '163901.397000', '163901.400000', '163901.403000', '163901.406000', '163901.408000', '163901.411000', '163901.414000', '163901.417000', '163901.420000', '163901.423000', '163901.426000', '163901.429000', '163901.431000', '163901.434000', '163901.438000', '163901.441000', '163901.444000', '163901.447000', '163901.467000', '163901.471000', '163901.474000', '163901.477000', '163901.480000', '163901.483000', '163901.488000', '163901.493000', '163901.496000', '163901.500000', '163901.503000', '163901.506000', '163901.509000', '163901.512000', '163901.515000', '163901.518000', '163901.521000', '163901.523000', '163901.526000', '163901.529000', '163901.532000', '163901.535000', '163901.539000', '163901.542000', '163901.545000', '163921.328000', '163921.331000', '163921.335000', '163921.338000', '163921.341000', '163921.344000', '163921.347000', '163921.350000', '163921.353000', '163921.356000', '163921.375000', '163921.378000', '163921.381000', '163921.384000', '163921.387000', '163921.390000', '163921.393000', '163921.396000', '163921.399000', '163921.402000', '163921.405000', '163921.408000', '163921.411000', '163921.414000', '163921.417000', '163921.420000', '163921.423000', '163921.427000', '163921.430000', '163921.433000', '163921.436000', '163921.439000', '163921.442000', '163921.445000', '163921.448000', '163921.451000', '163921.454000', '163921.457000', '163921.460000', '163921.463000', '163921.467000', '163921.469000', '163921.472000', '163921.491000', '163941.328000', '163941.331000', '163941.334000', '163941.344000', '163941.347000', '163941.350000', '163941.352000', '163941.355000', '163941.358000', '163941.361000', '163941.364000', '163941.367000', '163941.370000', '163941.372000', '163941.375000', '163941.378000', '163941.381000', '163941.384000', '163941.387000', '163941.390000', '163941.392000', '163941.395000', '163941.398000', '163941.401000', '163941.404000', '163941.407000', '163941.410000', '163941.413000', '163941.415000', '163941.418000', '163941.421000', '163941.424000', '163941.427000', '163941.430000', '163941.433000', '163941.436000', '163941.439000', '163941.442000', '163941.445000', '163941.448000', '163941.451000', '163941.454000', '163941.457000', '164001.327000', '164001.330000', '164001.333000', '164001.336000', '164001.339000', '164001.341000', '164001.344000', '164001.347000', '164001.350000', '164001.353000', '164001.356000', '164001.359000', '164001.361000', '164001.364000', '164001.367000', '164001.370000', '164001.373000', '164001.376000', '164001.379000', '164001.382000', '164001.384000', '164001.387000', '164001.390000', '164001.393000', '164001.396000', '164001.399000', '164001.402000', '164001.405000', '164001.408000', '164001.410000', '164001.413000', '164001.416000', '164001.419000', '164001.422000', '164001.425000', '164001.428000', '164001.430000', '164001.433000', '164001.436000', '164001.441000', '164001.444000', '164001.447000', '164001.450000', '164001.453000', '164021.327000', '164021.330000', '164021.333000', '164021.336000', '164021.339000', '164021.341000', '164021.344000', '164021.347000', '164021.350000', '164021.353000', '164021.356000', '164021.359000', '164021.362000', '164021.365000', '164021.367000', '164021.370000', '164021.373000', '164021.376000', '164021.379000', '164021.382000', '164021.385000', '164021.388000', '164021.390000', '164021.393000', '164021.396000', '164021.399000', '164021.402000', '164021.405000', '164021.408000', '164021.411000', '164021.414000', '164021.417000', '164021.419000', '164021.422000', '164021.425000', '164021.428000', '164021.431000', '164021.434000', '164021.437000', '164021.440000', '164021.443000', '164021.446000', '164021.449000', '164041.327000', '164041.330000', '164041.333000', '164041.336000', '164041.339000', '164041.342000', '164041.344000', '164041.347000', '164041.350000', '164041.353000', '164041.356000', '164041.359000', '164041.362000', '164041.365000', '164041.368000', '164041.370000', '164041.373000', '164041.376000', '164041.379000', '164041.382000', '164041.385000', '164041.388000', '164041.391000', '164041.394000', '164041.397000', '164041.400000', '164041.402000', '164041.405000', '164041.408000', '164041.411000', '164041.414000', '164041.417000', '164041.420000', '164041.423000', '164041.425000', '164041.428000', '164041.431000', '164041.434000', '164041.437000', '164041.440000', '164041.443000', '164041.446000', '164041.448000', '164041.451000', '164101.327000', '164101.330000', '164101.333000', '164101.336000', '164101.339000', '164101.342000', '164101.344000', '164101.347000', '164101.350000', '164101.353000', '164101.356000', '164101.359000', '164101.362000', '164101.365000', '164101.368000', '164101.370000', '164101.373000', '164101.376000', '164101.379000', '164101.382000', '164101.385000', '164101.388000', '164101.391000', '164101.393000', '164101.396000', '164101.399000', '164101.409000', '164101.412000', '164101.415000', '164101.418000', '164101.421000', '164101.424000', '164101.427000', '164101.430000', '164101.432000', '164101.435000', '164101.438000', '164101.441000', '164101.457000', '164101.460000', '164101.463000', '164101.466000', '164101.469000', '164121.328000', '164121.331000', '164121.334000', '164121.337000', '164121.340000', '164121.343000', '164121.346000', '164121.349000', '164121.352000', '164121.355000', '164121.357000', '164121.360000', '164121.363000', '164121.366000', '164121.369000', '164121.372000', '164121.375000', '164121.378000', '164121.381000', '164121.384000', '164121.386000', '164121.389000', '164121.392000', '164121.395000', '164121.398000', '164121.401000', '164121.413000', '164121.416000', '164121.419000', '164121.422000', '164121.425000', '164121.428000', '164121.431000', '164121.434000', '164121.436000', '164121.439000', '164121.442000', '164121.445000', '164121.448000', '164121.451000', '164121.454000', '164121.457000', '164121.460000', '164141.328000', '164141.331000', '164141.334000', '164141.337000', '164141.340000', '164141.343000', '164141.346000', '164141.349000', '164141.351000', '164141.354000', '164141.357000', '164141.360000', '164141.363000', '164141.366000', '164141.369000', '164141.372000', '164141.374000', '164141.377000', '164141.380000', '164141.383000', '164141.386000', '164141.389000', '164141.392000', '164141.395000', '164141.398000', '164141.400000', '164141.403000', '164141.406000', '164141.409000', '164141.412000', '164141.415000', '164141.418000', '164141.421000', '164141.424000', '164141.427000', '164141.429000', '164141.432000', '164141.435000', '164141.438000', '164141.441000', '164141.444000', '164141.447000', '164141.450000', '164141.453000', '164201.328000', '164201.331000', '164201.334000', '164201.337000', '164201.340000', '164201.343000', '164201.362000', '164201.365000', '164201.368000', '164201.371000', '164201.374000', '164201.376000', '164201.379000', '164201.382000', '164201.385000', '164201.388000', '164201.391000', '164201.394000', '164201.396000', '164201.399000', '164201.402000', '164201.405000', '164201.408000', '164201.411000', '164201.414000', '164201.417000', '164201.420000', '164201.422000', '164201.425000', '164201.428000', '164201.431000', '164201.434000', '164201.437000', '164201.440000', '164201.443000', '164201.445000', '164201.448000', '164201.451000', '164201.454000', '164201.457000', '164201.460000', '164201.463000', '164201.471000', '164221.327000', '164221.330000', '164221.333000', '164221.336000', '164221.339000', '164221.342000', '164221.344000', '164221.347000', '164221.350000', '164221.353000', '164221.356000', '164221.359000', '164221.362000', '164221.365000', '164221.368000', '164221.371000', '164221.373000', '164221.376000', '164221.379000', '164221.382000', '164221.385000', '164221.388000', '164221.391000', '164221.394000', '164221.397000', '164221.400000', '164221.403000', '164221.406000', '164221.408000', '164221.411000', '164221.414000', '164221.417000', '164221.420000', '164221.423000', '164221.426000', '164221.429000', '164221.432000', '164221.434000', '164221.437000', '164221.440000', '164221.443000', '164221.446000', '164221.449000', '164221.452000', '164241.327000', '164241.330000', '164241.333000', '164241.336000', '164241.339000', '164241.342000', '164241.345000', '164241.348000', '164241.351000', '164241.354000', '164241.356000', '164241.359000', '164241.364000', '164241.369000', '164241.372000', '164241.374000', '164241.377000', '164241.380000', '164241.383000', '164241.386000', '164241.396000', '164241.399000', '164241.402000', '164241.405000', '164241.408000', '164241.411000', '164241.414000', '164241.417000', '164241.420000', '164241.423000', '164241.425000', '164241.428000', '164241.431000', '164241.434000', '164241.437000', '164241.440000', '164241.443000', '164241.446000', '164241.448000', '164241.451000', '164241.454000', '164241.457000', '164241.460000', '164301.327000', '164301.330000', '164301.333000', '164301.336000', '164301.339000', '164301.342000', '164301.345000', '164301.348000', '164301.351000', '164301.354000', '164301.357000', '164301.360000', '164301.363000', '164301.366000', '164301.369000', '164301.372000', '164301.375000', '164301.377000', '164301.380000', '164301.383000', '164301.386000', '164301.389000', '164301.392000', '164301.395000', '164301.397000', '164301.400000', '164301.403000', '164301.406000', '164301.409000', '164301.412000', '164301.415000', '164301.418000', '164301.421000', '164301.424000', '164301.426000', '164301.429000', '164301.432000', '164301.435000', '164301.438000', '164301.441000', '164301.444000', '164301.447000', '164301.450000', '164301.452000', '164321.327000', '164321.330000', '164321.333000', '164321.336000', '164321.339000', '164321.342000', '164321.345000', '164321.348000', '164321.350000', '164321.353000', '164321.356000', '164321.359000', '164321.362000', '164321.365000', '164321.368000', '164321.371000', '164321.374000', '164321.377000', '164321.380000', '164321.383000', '164321.386000', '164321.389000', '164321.392000', '164321.395000', '164321.397000', '164321.400000', '164321.403000', '164321.406000', '164321.409000', '164321.412000', '164321.415000', '164321.418000', '164321.421000', '164321.423000', '164321.426000', '164321.429000', '164321.432000', '164321.435000', '164321.438000', '164321.441000', '164321.444000', '164321.446000', '164321.449000', '164341.328000', '164341.331000', '164341.334000', '164341.337000', '164341.340000', '164341.343000', '164341.346000', '164341.349000', '164341.351000', '164341.354000', '164341.357000', '164341.360000', '164341.363000', '164341.366000', '164341.369000', '164341.371000', '164341.374000', '164341.377000', '164341.380000', '164341.383000', '164341.386000', '164341.389000', '164341.392000', '164341.395000', '164341.398000', '164341.400000', '164341.403000', '164341.406000', '164341.409000', '164341.412000', '164341.415000', '164341.418000', '164341.421000', '164341.424000', '164341.427000', '164341.430000', '164341.433000', '164341.436000', '164341.438000', '164341.441000', '164341.444000', '164341.447000', '164341.450000', '164341.453000', '164401.328000', '164401.331000', '164401.334000', '164401.337000', '164401.340000', '164401.343000', '164401.346000', '164401.348000', '164401.351000', '164401.356000', '164401.359000', '164401.362000', '164401.365000', '164401.368000', '164401.371000', '164401.374000', '164401.377000', '164401.380000', '164401.382000', '164401.385000', '164401.388000', '164401.391000', '164401.394000', '164401.397000', '164401.400000', '164401.403000', '164401.406000', '164401.409000', '164401.412000', '164401.414000', '164401.417000', '164401.420000', '164401.423000', '164401.426000', '164401.429000', '164401.432000', '164401.435000', '164401.438000', '164401.441000', '164401.443000', '164401.446000', '164401.449000', '164401.452000', '164421.328000', '164421.331000', '164421.334000', '164421.337000', '164421.340000', '164421.343000', '164421.345000', '164421.348000', '164421.351000', '164421.354000', '164421.357000', '164421.360000', '164421.363000', '164421.366000', '164421.368000', '164421.371000', '164421.374000', '164421.377000', '164421.380000', '164421.383000', '164421.386000', '164421.389000', '164421.392000', '164421.395000', '164421.398000', '164421.400000', '164421.403000', '164421.406000', '164421.409000', '164421.412000', '164421.415000', '164421.418000', '164421.421000', '164421.423000', '164421.426000', '164421.429000', '164421.432000', '164421.435000', '164421.438000', '164421.441000', '164421.444000', '164421.446000', '164421.449000', '164421.452000', '164441.327000', '164441.330000', '164441.333000', '164441.336000', '164441.339000', '164441.342000', '164441.345000', '164441.348000', '164441.350000', '164441.354000', '164441.357000', '164441.360000', '164441.363000', '164441.366000', '164441.369000', '164441.372000', '164441.375000', '164441.378000', '164441.381000', '164441.383000', '164441.386000', '164441.389000', '164441.392000', '164441.395000', '164441.398000', '164441.401000', '164441.404000', '164441.407000', '164441.473000', '164441.476000', '164441.479000', '164441.482000', '164441.485000', '164441.488000', '164441.491000', '164441.494000', '164441.496000', '164441.499000', '164441.502000', '164441.505000', '164441.508000', '164441.511000', '164441.514000', '164501.327000', '164501.330000', '164501.333000', '164501.336000', '164501.339000', '164501.342000', '164501.344000', '164501.347000', '164501.350000', '164501.353000', '164501.356000', '164501.359000', '164501.362000', '164501.364000', '164501.367000', '164501.370000', '164501.373000', '164501.376000', '164501.379000', '164501.382000', '164501.385000', '164501.388000', '164501.391000', '164501.394000', '164501.397000', '164501.399000', '164501.402000', '164501.405000', '164501.408000', '164501.411000', '164501.414000', '164501.417000', '164501.420000', '164501.423000', '164501.425000', '164501.428000', '164501.431000', '164501.434000', '164501.437000', '164501.440000', '164501.442000', '164501.445000', '164501.448000', '164501.451000', '164521.327000', '164521.330000', '164521.333000', '164521.336000', '164521.339000', '164521.342000', '164521.344000', '164521.347000', '164521.350000', '164521.353000', '164521.356000', '164521.359000', '164521.361000', '164521.364000', '164521.367000', '164521.370000', '164521.373000', '164521.376000', '164521.379000', '164521.382000', '164521.385000', '164521.388000', '164521.391000', '164521.394000', '164521.397000', '164521.400000', '164521.402000', '164521.405000', '164521.408000', '164521.411000', '164521.414000', '164521.417000', '164521.420000', '164521.423000', '164521.426000', '164521.428000', '164521.431000', '164521.434000', '164521.437000', '164521.440000', '164521.443000', '164521.446000', '164521.449000', '164541.327000', '164541.330000', '164541.333000', '164541.336000', '164541.339000', '164541.342000', '164541.344000', '164541.347000', '164541.350000', '164541.353000', '164541.356000', '164541.359000', '164541.362000', '164541.365000', '164541.368000', '164541.371000', '164541.374000', '164541.377000', '164541.379000', '164541.382000', '164541.385000', '164541.388000', '164541.391000', '164541.394000', '164541.397000', '164541.400000', '164541.403000', '164541.405000', '164541.408000', '164541.411000', '164541.414000', '164541.417000', '164541.420000', '164541.423000', '164541.426000', '164541.429000', '164541.432000', '164541.435000', '164541.437000', '164541.440000', '164541.443000', '164541.446000', '164541.449000', '164541.452000', '164601.328000', '164601.331000', '164601.334000', '164601.337000', '164601.340000', '164601.343000', '164601.345000', '164601.348000', '164601.351000', '164601.354000', '164601.357000', '164601.360000', '164601.363000', '164601.366000', '164601.369000', '164601.372000', '164601.374000', '164601.377000', '164601.380000', '164601.383000', '164601.386000', '164601.390000', '164601.393000', '164601.396000', '164601.399000', '164601.402000', '164601.405000', '164601.408000', '164601.411000', '164601.414000', '164601.417000', '164601.420000', '164601.423000', '164601.426000', '164601.429000', '164601.431000', '164601.434000', '164601.437000', '164601.440000', '164601.444000', '164601.447000', '164601.450000', '164601.453000', '164621.328000', '164621.331000', '164621.334000', '164621.337000', '164621.340000', '164621.343000', '164621.346000', '164621.348000', '164621.351000', '164621.354000', '164621.357000', '164621.360000', '164621.363000', '164621.366000', '164621.369000', '164621.372000', '164621.375000', '164621.377000', '164621.380000', '164621.383000', '164621.386000', '164621.389000', '164621.392000', '164621.395000', '164621.398000', '164621.401000', '164621.404000', '164621.406000', '164621.409000', '164621.412000', '164621.415000', '164621.418000', '164621.421000', '164621.424000', '164621.427000', '164621.429000', '164621.432000', '164621.435000', '164621.438000', '164621.441000', '164621.444000', '164621.447000', '164621.450000', '164621.453000', '164641.328000', '164641.331000', '164641.334000', '164641.337000', '164641.340000', '164641.343000', '164641.346000', '164641.348000', '164641.351000', '164641.354000', '164641.357000', '164641.360000', '164641.363000', '164641.366000', '164641.369000', '164641.372000', '164641.375000', '164641.378000', '164641.381000', '164641.383000', '164641.386000', '164641.389000', '164641.392000', '164641.395000', '164641.398000', '164641.401000', '164641.404000', '164641.407000', '164641.410000', '164641.413000', '164641.415000', '164641.418000', '164641.421000', '164641.424000', '164641.427000', '164641.430000', '164641.433000', '164641.436000', '164641.439000', '164641.441000', '164641.444000', '164641.447000', '164641.450000', '164701.327000', '164701.330000', '164701.333000', '164701.336000', '164701.339000', '164701.342000', '164701.345000', '164701.348000', '164701.350000', '164701.353000', '164701.356000', '164701.359000', '164701.362000', '164701.365000', '164701.368000', '164701.371000', '164701.374000', '164701.377000', '164701.379000', '164701.382000', '164701.385000', '164701.388000', '164701.391000', '164701.394000', '164701.397000', '164701.400000', '164701.402000', '164701.405000', '164701.408000', '164701.411000', '164701.414000', '164701.417000', '164701.420000', '164701.422000', '164701.426000', '164701.429000', '164701.431000', '164701.434000', '164701.437000', '164701.440000', '164701.443000', '164701.446000', '164701.449000', '164701.452000', '164721.327000', '164721.330000', '164721.333000', '164721.336000', '164721.339000', '164721.342000', '164721.345000', '164721.348000', '164721.351000', '164721.354000', '164721.357000', '164721.360000', '164721.363000', '164721.366000', '164721.369000', '164721.371000', '164721.374000', '164721.377000', '164721.380000', '164721.383000', '164721.386000', '164721.389000', '164721.392000', '164721.395000', '164721.398000', '164721.401000', '164721.403000', '164721.406000', '164721.409000', '164721.412000', '164721.415000', '164721.418000', '164721.421000', '164721.423000', '164721.426000', '164721.430000', '164721.433000', '164721.436000', '164721.439000', '164721.442000', '164721.445000', '164721.448000', '164721.451000', '164728.470000', '164728.473000', '164728.477000', '164728.480000', '164728.483000', '164728.486000', '164728.489000', '164728.492000', '164728.495000', '164728.498000', '164728.501000', '164728.504000', '164728.507000', '164728.510000', '164728.513000', '164728.516000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [7624, 7130, 8169, 6322, 11193, 9399, 13312, 7351, 12428, 7106, 13466, 8970, 8713, 12757, 12691, 11902, 8680, 8346, 9455, 13336, 12320, 10086, 7964, 7544, 10678, 7200, 14383, 7452, 12053, 6872, 8203, 7739, 7783, 10091, 7725, 12794, 6686, 10535, 6230, 10117, 7567, 8905, 9399, 7405, 14116, 8183, 13265, 6506, 10935, 6457, 9547, 9280, 9106, 9621, 7317, 11905, 6727, 10928, 6717, 11733, 6390, 7834, 8820, 7255, 15271, 8352, 11896, 6311, 9631, 6936, 10733, 9979, 8068, 8281, 7182, 14287, 6949, 12608, 6644, 10423, 7084, 7557, 10546, 7853, 12046, 6995, 13064, 6437, 10329, 7731, 9794, 9407, 7366, 10818, 6608, 12030, 6972, 10578, 7361, 7435, 8665, 6898, 14601, 7710, 12574, 6588, 9777, 7632, 8603, 9643, 7489, 9727, 6633, 11251, 6854, 10466, 8304, 9876, 7362, 8027, 9366, 7558, 11556, 7840, 14533, 6494, 11461, 7073, 10452, 7776, 9208, 8642, 7305, 8527, 6896, 15194, 7532, 13599, 7020, 10600, 7296, 12364, 9798, 9448, 8996, 7663, 8290, 7529, 13877, 9291, 14512, 6491, 12893, 6905, 11395, 7492, 11203, 7389, 7631, 8938, 7301, 11189, 7450, 12948, 6313, 10885, 6228, 10375, 6788, 12927, 8092, 9613, 9165, 7602, 12978, 7613, 14799, 6155, 11843, 6976, 9916, 7479, 11379, 9592, 7126, 8915, 6728, 15847, 7705, 12672, 7082, 10067, 7569, 11077, 9896, 8148, 8795, 6968, 11449, 6460, 12990, 7335, 13151, 7491, 9275, 7948, 9495, 8837, 7780, 8975, 6802, 13664, 6724, 11228, 7559, 11566, 7330, 7445, 9070, 6839, 15114, 7989, 13050, 7249, 10217, 7159, 11001, 6481, 10276, 6672, 14707, 9399, 14973, 6761, 14692, 6444, 11924, 8168, 12988, 9747, 9112, 9616, 7481, 11614, 6744, 14710, 7642, 12595, 7099, 7944, 7317, 11401, 6958, 10546, 8006, 12350, 9896, 10372, 8953, 8085, 8716, 10463, 7552, 12349, 7549, 12915, 7024, 10662, 8019, 14500, 10740, 12787, 6644, 13760, 6380, 12791, 7604, 14517, 9376, 10574, 9447, 8909, 13210, 7133, 14841, 8952, 14490, 6591, 9235, 7084, 11102, 9273, 13272, 7037, 7171, 7313, 8022, 8176, 14865, 6761, 12979, 8439, 11780, 8535, 10168, 12768, 9345, 15973, 8650, 14154, 10394, 14035, 9959, 10754, 11937, 8257, 12096, 8911, 10240, 7921, 10093, 11204, 14487, 10324, 8197, 8016, 7710, 8000, 11671, 7486, 11403, 6900, 14627, 6654, 11457, 6444, 9975, 6526, 9428, 7561, 11108, 9463, 7811, 8630, 7077, 10367, 6767, 13815, 6855, 11093, 6384, 10160, 6291, 9124, 9603, 7670, 8646, 7123, 12329, 6518, 10695, 7206, 10590, 6492, 7519, 8341, 7543, 13548, 7790, 12871, 6702, 9897, 6484, 10207, 9625, 8506, 8253, 7693, 12831, 7246, 12435, 7492, 12329, 6574, 9306, 7359, 7849, 11382, 7791, 15430, 7060, 11997, 6239, 10123, 7824, 8981, 8514, 7925, 9567, 7287, 11754, 7238, 10035, 6732, 9048, 8593, 7580, 12445, 7949, 11310, 7421, 10964, 6702, 10355, 7537, 9759, 8713, 8039, 9646, 7578, 12559, 7869, 12780, 7089, 10042, 6732, 9458, 8807, 7848, 9691, 7902, 15161, 7063, 10312, 7153, 11191, 6904, 8005, 8854, 7821, 11573, 7345, 13597, 7336, 11557, 6314, 9455, 6947, 9330, 6853, 12193, 7280, 12472, 10261, 11434, 8103, 12059, 7335, 13492, 6641, 11587, 7505, 12412, 6858, 8528, 8440, 7965, 10579, 7778, 13665, 8042, 12963, 6970, 9675, 6833, 8782, 8361, 8197, 8603, 7845, 7899, 7753, 12030, 7880, 14022, 7022, 12885, 6909, 9708, 7344, 11950, 7473, 8957, 8412, 8418, 15817, 8123, 12301, 7026, 10473, 7100, 9439, 8138, 8492, 8684, 7913, 8057, 7650, 13434, 8088, 14331, 7091, 10746, 7098, 10459, 8286, 8185, 8881, 7843, 10515, 7746, 10932, 7491, 11354, 7247, 12126, 7798, 13295, 7216, 10706, 7418, 9445, 6823, 10935, 7212, 8648, 8992, 7379, 9683, 8874, 9168, 7072, 8989, 7237, 15278, 8011, 15637, 6804, 11774, 6787, 10568, 7528, 11919, 7447, 8115, 8771, 7274, 8764, 7477, 8131, 7443, 9702, 6708, 8711, 6735, 6642, 6752, 7182, 7274, 7870, 7615, 7276, 9430, 7203, 10790, 6676, 12223, 6848, 12340, 6842, 10738, 8241, 8967, 10062, 7580, 9428, 7401, 13236, 6825, 11362, 7176, 10762, 7391, 10331, 7689, 13868, 13961, 11609, 12125, 7880, 13704, 6828, 11037, 6940, 10170, 7531, 9786, 8031, 9985, 13970, 13323, 14024, 9242, 15430, 7311, 14283, 7961, 9989, 7858, 7464, 7947, 7883, 7755, 7572, 8825, 7822, 9695, 9164, 13621, 11111, 13913, 8843, 14038, 9739, 15103, 8215, 10202, 9172, 9789, 7902, 7938, 14743, 9145, 13532, 8297, 12237, 7996, 14589, 9092, 14304, 9101, 10907, 7995, 12171, 10495, 10585, 10344, 8165, 9528, 8792, 10696, 8519, 10264, 7804, 10288, 8367, 14334, 8634, 14367, 7075, 13122, 7745, 13879, 8463, 13746, 7758, 9716, 7579, 9643, 9771, 10852, 10152, 8131, 10699, 6958, 15657, 8451, 14423, 7334, 11937, 7880, 11682, 8304, 13127, 7935, 9427, 9628, 8674, 12317, 8857, 12396, 7680, 15575, 7499, 14210, 8407, 14060, 7065, 11335, 7178, 16447, 10884, 15163, 11132, 10428, 8084, 11722, 7485, 15010, 9894, 14424, 7213, 11806, 7542, 10053, 7201, 10389, 8929, 7549, 9068, 7367, 12274, 8516, 15290, 7056, 12565, 10102, 15872, 12039, 14441, 12526, 7768, 8465, 7284, 9715, 7098, 10350, 7565, 11839, 9931, 7579, 12849, 10129, 12914, 14495, 11783, 13522, 10208, 16188, 8993, 15110, 9553, 11578, 7148, 12274, 11714, 8498, 8195, 8892, 7911, 8958, 7735, 11682, 6628, 11213, 6844, 10970, 7433, 10579, 7055, 11719, 8058, 14792, 8715, 9741, 8515, 9575, 9705, 10661, 10999, 9389, 9656, 8868, 8802, 8403, 10785, 8462, 13683, 7359, 13787, 8278, 15190, 9151, 10765, 7717, 9674, 8117, 12568, 10083, 14274, 9617, 12255, 7743, 13971, 7478, 12366, 6778, 11815, 7102, 8875, 7321, 8274, 7126, 9379, 7177, 9227, 9037, 7912, 10536, 8044, 14733, 7012, 11878, 6779, 11536, 8227, 9756, 10702, 9192, 10890, 7217, 12376, 6760, 11774, 7703, 10532, 9325, 8545, 9112, 7554, 15655, 9123, 16183, 6686, 12440, 6865, 10525, 9584, 8754, 14873, 8546, 14038, 6798, 10634, 7323, 8344, 9991, 9154, 9120, 8888, 9285, 9064, 7478, 11568, 7732, 14556, 10429, 10285, 8950, 9024, 16100, 10936, 15296, 7257, 13603, 7500, 10024, 11667, 9742, 12669, 6987, 12789, 6634, 11777, 8601, 14628, 6869, 12036, 7354, 10195, 9823, 8650, 8469, 7701, 8752, 8203, 15101, 11113, 16000, 7798, 13666, 7189, 13432, 7272, 11777, 8987, 14682, 10605, 10297, 9496, 8755, 8272, 15582, 7482, 13703, 7812, 7075, 6672, 10907, 7425, 11856, 8304, 17035, 11813, 15636, 8161, 15156, 7871, 13910, 9147, 15213, 7634, 12546, 6748, 10502, 6769, 10191, 6591, 10186, 7029, 9420, 6453, 8270, 6326, 9279, 8100, 9862, 8713, 7991, 8358, 7672, 11148, 8798, 15726, 7260, 9417, 6614, 10970, 7091, 10998, 7791, 10689, 8361, 8993, 9604, 8004, 15978, 9403, 15345, 6842, 11887, 6256, 11237, 9268, 9995, 8958, 7845, 14459, 6573, 10829, 7583, 9949, 9032, 7778, 12494, 8493, 14618, 6780, 10652, 6320, 9766, 7485, 10006, 8918, 8330, 9768, 7287, 12614, 8203, 10865, 6180, 9624, 7003, 9492, 8657, 10481, 8858, 8179, 10825, 6892, 11812, 8396, 12797, 7118, 9977, 7325, 8458, 6813, 9876, 7427, 12162, 6736, 10207, 6538, 9882, 7040, 10046, 9411, 8959, 11629, 6655, 10676, 6502, 10768, 7416, 10192, 6633, 8522, 6967, 7318, 11122, 6692, 10001, 6645, 9920, 7524, 9372, 6668, 8650, 7234, 8570, 8180, 8207, 8896, 7026, 12043, 6874, 10504, 7577, 10283, 6859, 9090, 7212, 9743, 8276, 10297, 8535, 8612, 10349, 7566, 12190, 8671, 12438, 7676, 10386, 6676, 9582, 7467, 9946, 11410, 8103, 10674, 7335, 8644, 7625, 11830, 12608, 9554, 9787, 7031, 9976, 7739, 8448, 11734, 10828, 13618, 8364, 11916, 6871, 11428, 7281, 10890, 7886, 12345, 8313, 9035, 6919, 7753, 9617, 7320, 11581, 7569, 11075, 7332, 9781, 7276, 9421, 7878, 9884, 7597, 8327, 8113, 7200, 11187, 7488, 11285, 7674, 10465, 7726, 6457, 8271, 6839, 10211, 6731, 9335, 7817, 6822, 6824, 10033, 6946, 12233, 8020, 13607, 9141, 13322, 9592, 11973, 11916], 'WindowCenter': [3731.0, 3718.0, 3736.0, 3705.0, 3743.0, 3722.0, 3741.0, 3699.0, 3730.0, 3687.0, 3739.0, 3708.0, 3710.0, 3742.0, 3741.0, 3730.0, 3696.0, 3708.0, 3718.0, 3729.0, 3727.0, 3717.0, 3694.0, 3684.0, 3703.0, 3684.0, 3725.0, 3684.0, 3714.0, 3672.0, 3693.0, 3682.0, 3684.0, 3714.0, 3685.0, 3725.0, 3674.0, 3714.0, 3665.0, 3718.0, 3684.0, 3706.0, 3705.0, 3684.0, 3725.0, 3694.0, 3725.0, 3662.0, 3714.0, 3661.0, 3705.0, 3704.0, 3706.0, 3704.0, 3685.0, 3725.0, 3674.0, 3714.0, 3673.0, 3716.0, 3662.0, 3685.0, 3704.0, 3685.0, 3736.0, 3695.0, 3726.0, 3675.0, 3705.0, 3684.0, 3716.0, 3716.0, 3696.0, 3695.0, 3685.0, 3735.0, 3685.0, 3727.0, 3675.0, 3717.0, 3685.0, 3695.0, 3716.0, 3697.0, 3727.0, 3686.0, 3726.0, 3675.0, 3717.0, 3695.0, 3717.0, 3705.0, 3685.0, 3715.0, 3675.0, 3727.0, 3685.0, 3717.0, 3685.0, 3685.0, 3694.0, 3686.0, 3738.0, 3697.0, 3727.0, 3686.0, 3716.0, 3695.0, 3706.0, 3705.0, 3686.0, 3706.0, 3687.0, 3727.0, 3675.0, 3717.0, 3707.0, 3717.0, 3685.0, 3696.0, 3706.0, 3697.0, 3728.0, 3697.0, 3737.0, 3676.0, 3727.0, 3686.0, 3717.0, 3697.0, 3708.0, 3707.0, 3698.0, 3707.0, 3687.0, 3739.0, 3697.0, 3739.0, 3687.0, 3718.0, 3699.0, 3742.0, 3719.0, 3718.0, 3718.0, 3697.0, 3696.0, 3698.0, 3739.0, 3720.0, 3739.0, 3676.0, 3727.0, 3686.0, 3728.0, 3685.0, 3729.0, 3686.0, 3696.0, 3706.0, 3697.0, 3728.0, 3698.0, 3738.0, 3677.0, 3728.0, 3666.0, 3718.0, 3677.0, 3740.0, 3697.0, 3719.0, 3707.0, 3698.0, 3728.0, 3697.0, 3739.0, 3666.0, 3727.0, 3686.0, 3717.0, 3686.0, 3729.0, 3717.0, 3686.0, 3707.0, 3688.0, 3739.0, 3698.0, 3728.0, 3686.0, 3717.0, 3697.0, 3729.0, 3719.0, 3698.0, 3707.0, 3687.0, 3728.0, 3677.0, 3729.0, 3687.0, 3728.0, 3687.0, 3707.0, 3698.0, 3719.0, 3708.0, 3698.0, 3708.0, 3688.0, 3739.0, 3688.0, 3729.0, 3698.0, 3728.0, 3686.0, 3686.0, 3708.0, 3679.0, 3738.0, 3698.0, 3742.0, 3700.0, 3718.0, 3687.0, 3717.0, 3677.0, 3730.0, 3690.0, 3752.0, 3722.0, 3752.0, 3688.0, 3740.0, 3676.0, 3729.0, 3697.0, 3739.0, 3707.0, 3708.0, 3706.0, 3686.0, 3728.0, 3688.0, 3740.0, 3698.0, 3740.0, 3700.0, 3708.0, 3697.0, 3729.0, 3688.0, 3717.0, 3698.0, 3741.0, 3731.0, 3720.0, 3720.0, 3710.0, 3708.0, 3728.0, 3698.0, 3730.0, 3700.0, 3743.0, 3690.0, 3732.0, 3712.0, 3743.0, 3732.0, 3741.0, 3688.0, 3738.0, 3680.0, 3729.0, 3687.0, 3728.0, 3705.0, 3716.0, 3706.0, 3707.0, 3726.0, 3673.0, 3725.0, 3696.0, 3725.0, 3662.0, 3692.0, 3661.0, 3703.0, 3692.0, 3714.0, 3675.0, 3673.0, 3683.0, 3684.0, 3696.0, 3726.0, 3661.0, 3714.0, 3683.0, 3715.0, 3693.0, 3704.0, 3713.0, 3691.0, 3723.0, 3678.0, 3711.0, 3688.0, 3700.0, 3677.0, 3689.0, 3698.0, 3665.0, 3685.0, 3676.0, 3675.0, 3667.0, 3687.0, 3689.0, 3710.0, 3688.0, 3668.0, 3669.0, 3656.0, 3668.0, 3687.0, 3669.0, 3699.0, 3658.0, 3710.0, 3647.0, 3699.0, 3648.0, 3690.0, 3649.0, 3689.0, 3670.0, 3713.0, 3705.0, 3684.0, 3694.0, 3675.0, 3705.0, 3674.0, 3725.0, 3662.0, 3714.0, 3662.0, 3704.0, 3661.0, 3694.0, 3704.0, 3684.0, 3693.0, 3673.0, 3713.0, 3662.0, 3702.0, 3672.0, 3704.0, 3662.0, 3672.0, 3682.0, 3698.0, 3727.0, 3685.0, 3714.0, 3663.0, 3692.0, 3650.0, 3704.0, 3693.0, 3694.0, 3683.0, 3684.0, 3714.0, 3673.0, 3715.0, 3673.0, 3715.0, 3663.0, 3694.0, 3673.0, 3685.0, 3715.0, 3685.0, 3737.0, 3674.0, 3715.0, 3653.0, 3705.0, 3683.0, 3695.0, 3693.0, 3684.0, 3704.0, 3685.0, 3716.0, 3685.0, 3705.0, 3675.0, 3706.0, 3695.0, 3697.0, 3727.0, 3697.0, 3717.0, 3686.0, 3716.0, 3675.0, 3716.0, 3685.0, 3707.0, 3695.0, 3685.0, 3705.0, 3685.0, 3726.0, 3696.0, 3727.0, 3675.0, 3706.0, 3675.0, 3706.0, 3706.0, 3697.0, 3706.0, 3696.0, 3726.0, 3674.0, 3705.0, 3674.0, 3716.0, 3674.0, 3696.0, 3709.0, 3698.0, 3714.0, 3686.0, 3727.0, 3699.0, 3730.0, 3677.0, 3717.0, 3685.0, 3705.0, 3674.0, 3715.0, 3686.0, 3728.0, 3719.0, 3729.0, 3698.0, 3728.0, 3686.0, 3715.0, 3662.0, 3715.0, 3673.0, 3715.0, 3662.0, 3694.0, 3694.0, 3685.0, 3714.0, 3685.0, 3727.0, 3697.0, 3727.0, 3687.0, 3707.0, 3676.0, 3696.0, 3696.0, 3707.0, 3708.0, 3698.0, 3697.0, 3701.0, 3730.0, 3699.0, 3739.0, 3689.0, 3740.0, 3688.0, 3719.0, 3688.0, 3730.0, 3687.0, 3709.0, 3697.0, 3698.0, 3739.0, 3697.0, 3728.0, 3686.0, 3717.0, 3687.0, 3708.0, 3698.0, 3708.0, 3708.0, 3698.0, 3697.0, 3699.0, 3740.0, 3698.0, 3740.0, 3687.0, 3718.0, 3687.0, 3719.0, 3697.0, 3697.0, 3707.0, 3697.0, 3718.0, 3698.0, 3718.0, 3688.0, 3729.0, 3699.0, 3729.0, 3698.0, 3729.0, 3687.0, 3718.0, 3687.0, 3708.0, 3676.0, 3719.0, 3687.0, 3698.0, 3708.0, 3687.0, 3707.0, 3709.0, 3708.0, 3688.0, 3708.0, 3688.0, 3740.0, 3698.0, 3740.0, 3677.0, 3728.0, 3676.0, 3718.0, 3686.0, 3729.0, 3687.0, 3697.0, 3697.0, 3687.0, 3697.0, 3688.0, 3697.0, 3688.0, 3708.0, 3702.0, 3709.0, 3677.0, 3673.0, 3675.0, 3673.0, 3685.0, 3696.0, 3684.0, 3684.0, 3705.0, 3684.0, 3716.0, 3674.0, 3726.0, 3675.0, 3726.0, 3674.0, 3715.0, 3694.0, 3705.0, 3705.0, 3684.0, 3704.0, 3685.0, 3726.0, 3674.0, 3715.0, 3675.0, 3715.0, 3684.0, 3705.0, 3684.0, 3741.0, 3741.0, 3730.0, 3729.0, 3698.0, 3728.0, 3675.0, 3715.0, 3674.0, 3705.0, 3686.0, 3705.0, 3695.0, 3707.0, 3738.0, 3742.0, 3741.0, 3722.0, 3738.0, 3687.0, 3740.0, 3698.0, 3707.0, 3697.0, 3684.0, 3696.0, 3695.0, 3685.0, 3685.0, 3707.0, 3685.0, 3706.0, 3707.0, 3728.0, 3730.0, 3728.0, 3709.0, 3740.0, 3719.0, 3740.0, 3710.0, 3717.0, 3711.0, 3733.0, 3724.0, 3723.0, 3754.0, 3722.0, 3742.0, 3711.0, 3731.0, 3699.0, 3741.0, 3710.0, 3742.0, 3710.0, 3719.0, 3698.0, 3730.0, 3718.0, 3719.0, 3718.0, 3699.0, 3706.0, 3709.0, 3718.0, 3709.0, 3720.0, 3699.0, 3719.0, 3699.0, 3741.0, 3698.0, 3727.0, 3676.0, 3727.0, 3686.0, 3729.0, 3709.0, 3741.0, 3699.0, 3708.0, 3685.0, 3707.0, 3718.0, 3718.0, 3705.0, 3686.0, 3705.0, 3676.0, 3737.0, 3710.0, 3740.0, 3687.0, 3716.0, 3685.0, 3717.0, 3695.0, 3727.0, 3685.0, 3707.0, 3706.0, 3696.0, 3716.0, 3696.0, 3715.0, 3685.0, 3725.0, 3687.0, 3728.0, 3697.0, 3753.0, 3690.0, 3728.0, 3687.0, 3739.0, 3718.0, 3739.0, 3718.0, 3716.0, 3696.0, 3715.0, 3685.0, 3739.0, 3708.0, 3726.0, 3674.0, 3715.0, 3684.0, 3705.0, 3672.0, 3704.0, 3693.0, 3684.0, 3705.0, 3685.0, 3727.0, 3708.0, 3736.0, 3688.0, 3727.0, 3732.0, 3739.0, 3727.0, 3750.0, 3744.0, 3714.0, 3710.0, 3688.0, 3704.0, 3674.0, 3703.0, 3685.0, 3717.0, 3719.0, 3687.0, 3729.0, 3717.0, 3717.0, 3713.0, 3702.0, 3700.0, 3689.0, 3709.0, 3667.0, 3697.0, 3665.0, 3687.0, 3630.0, 3686.0, 3685.0, 3664.0, 3677.0, 3677.0, 3655.0, 3665.0, 3656.0, 3713.0, 3661.0, 3702.0, 3660.0, 3700.0, 3671.0, 3701.0, 3672.0, 3702.0, 3670.0, 3724.0, 3694.0, 3692.0, 3693.0, 3694.0, 3690.0, 3702.0, 3703.0, 3694.0, 3706.0, 3694.0, 3692.0, 3684.0, 3703.0, 3683.0, 3726.0, 3674.0, 3713.0, 3680.0, 3723.0, 3691.0, 3700.0, 3669.0, 3690.0, 3681.0, 3713.0, 3703.0, 3724.0, 3692.0, 3712.0, 3671.0, 3710.0, 3669.0, 3710.0, 3660.0, 3710.0, 3670.0, 3700.0, 3682.0, 3704.0, 3684.0, 3701.0, 3682.0, 3702.0, 3704.0, 3693.0, 3714.0, 3695.0, 3733.0, 3684.0, 3725.0, 3672.0, 3723.0, 3692.0, 3714.0, 3726.0, 3705.0, 3714.0, 3683.0, 3724.0, 3672.0, 3725.0, 3693.0, 3713.0, 3703.0, 3703.0, 3703.0, 3694.0, 3735.0, 3715.0, 3747.0, 3682.0, 3726.0, 3684.0, 3714.0, 3714.0, 3705.0, 3736.0, 3706.0, 3735.0, 3683.0, 3714.0, 3681.0, 3707.0, 3716.0, 3717.0, 3716.0, 3717.0, 3718.0, 3718.0, 3696.0, 3738.0, 3709.0, 3765.0, 3727.0, 3730.0, 3718.0, 3718.0, 3748.0, 3727.0, 3736.0, 3683.0, 3723.0, 3682.0, 3704.0, 3714.0, 3703.0, 3724.0, 3696.0, 3736.0, 3672.0, 3738.0, 3717.0, 3737.0, 3673.0, 3726.0, 3684.0, 3714.0, 3715.0, 3705.0, 3692.0, 3695.0, 3692.0, 3694.0, 3735.0, 3728.0, 3749.0, 3696.0, 3737.0, 3685.0, 3725.0, 3683.0, 3714.0, 3705.0, 3739.0, 3715.0, 3716.0, 3706.0, 3693.0, 3707.0, 3737.0, 3672.0, 3722.0, 3681.0, 3683.0, 3672.0, 3701.0, 3684.0, 3712.0, 3694.0, 3734.0, 3727.0, 3734.0, 3691.0, 3723.0, 3682.0, 3722.0, 3691.0, 3721.0, 3668.0, 3710.0, 3658.0, 3699.0, 3659.0, 3699.0, 3670.0, 3713.0, 3671.0, 3703.0, 3662.0, 3692.0, 3660.0, 3703.0, 3692.0, 3715.0, 3704.0, 3694.0, 3693.0, 3694.0, 3725.0, 3705.0, 3736.0, 3684.0, 3703.0, 3673.0, 3714.0, 3683.0, 3727.0, 3695.0, 3715.0, 3705.0, 3705.0, 3702.0, 3695.0, 3735.0, 3717.0, 3735.0, 3673.0, 3726.0, 3675.0, 3728.0, 3715.0, 3716.0, 3704.0, 3695.0, 3735.0, 3671.0, 3715.0, 3682.0, 3714.0, 3692.0, 3682.0, 3723.0, 3704.0, 3735.0, 3672.0, 3713.0, 3672.0, 3715.0, 3684.0, 3716.0, 3703.0, 3706.0, 3715.0, 3694.0, 3725.0, 3694.0, 3713.0, 3662.0, 3704.0, 3682.0, 3716.0, 3705.0, 3727.0, 3703.0, 3694.0, 3713.0, 3683.0, 3725.0, 3692.0, 3725.0, 3672.0, 3714.0, 3685.0, 3704.0, 3670.0, 3714.0, 3683.0, 3726.0, 3674.0, 3715.0, 3674.0, 3715.0, 3682.0, 3714.0, 3703.0, 3704.0, 3713.0, 3672.0, 3701.0, 3660.0, 3713.0, 3682.0, 3702.0, 3671.0, 3693.0, 3671.0, 3683.0, 3714.0, 3674.0, 3714.0, 3674.0, 3715.0, 3694.0, 3704.0, 3673.0, 3705.0, 3693.0, 3706.0, 3705.0, 3707.0, 3706.0, 3686.0, 3737.0, 3687.0, 3727.0, 3695.0, 3716.0, 3685.0, 3715.0, 3696.0, 3716.0, 3707.0, 3729.0, 3706.0, 3718.0, 3726.0, 3698.0, 3727.0, 3707.0, 3739.0, 3696.0, 3716.0, 3685.0, 3715.0, 3695.0, 3716.0, 3726.0, 3695.0, 3714.0, 3685.0, 3705.0, 3695.0, 3725.0, 3738.0, 3714.0, 3727.0, 3686.0, 3731.0, 3696.0, 3694.0, 3714.0, 3713.0, 3725.0, 3693.0, 3714.0, 3671.0, 3712.0, 3680.0, 3712.0, 3680.0, 3713.0, 3680.0, 3692.0, 3669.0, 3682.0, 3701.0, 3682.0, 3712.0, 3694.0, 3713.0, 3682.0, 3702.0, 3681.0, 3703.0, 3692.0, 3715.0, 3682.0, 3693.0, 3693.0, 3682.0, 3715.0, 3681.0, 3702.0, 3670.0, 3701.0, 3682.0, 3676.0, 3707.0, 3686.0, 3717.0, 3673.0, 3717.0, 3696.0, 3685.0, 3686.0, 3717.0, 3686.0, 3726.0, 3695.0, 3725.0, 3691.0, 3712.0, 3688.0, 3700.0, 3697.0], 'WindowWidth': [8425.0, 8400.0, 8421.0, 8379.0, 8422.0, 8390.0, 8414.0, 8358.0, 8395.0, 8335.0, 8408.0, 8366.0, 8371.0, 8418.0, 8414.0, 8399.0, 8347.0, 8366.0, 8378.0, 8398.0, 8388.0, 8374.0, 8340.0, 8328.0, 8350.0, 8328.0, 8383.0, 8327.0, 8366.0, 8310.0, 8336.0, 8322.0, 8329.0, 8367.0, 8330.0, 8381.0, 8315.0, 8368.0, 8307.0, 8379.0, 8329.0, 8358.0, 8355.0, 8329.0, 8382.0, 8341.0, 8381.0, 8297.0, 8366.0, 8295.0, 8356.0, 8352.0, 8359.0, 8352.0, 8329.0, 8381.0, 8316.0, 8368.0, 8312.0, 8371.0, 8298.0, 8330.0, 8353.0, 8331.0, 8401.0, 8344.0, 8385.0, 8318.0, 8356.0, 8329.0, 8373.0, 8373.0, 8347.0, 8345.0, 8333.0, 8398.0, 8334.0, 8389.0, 8318.0, 8375.0, 8330.0, 8346.0, 8374.0, 8350.0, 8388.0, 8335.0, 8388.0, 8319.0, 8376.0, 8345.0, 8376.0, 8358.0, 8333.0, 8371.0, 8319.0, 8389.0, 8333.0, 8375.0, 8331.0, 8331.0, 8342.0, 8336.0, 8405.0, 8350.0, 8389.0, 8334.0, 8373.0, 8345.0, 8361.0, 8357.0, 8336.0, 8359.0, 8337.0, 8387.0, 8318.0, 8377.0, 8363.0, 8376.0, 8332.0, 8348.0, 8359.0, 8350.0, 8390.0, 8351.0, 8402.0, 8321.0, 8387.0, 8333.0, 8375.0, 8349.0, 8364.0, 8363.0, 8352.0, 8362.0, 8338.0, 8408.0, 8350.0, 8406.0, 8336.0, 8377.0, 8359.0, 8418.0, 8382.0, 8380.0, 8379.0, 8350.0, 8346.0, 8352.0, 8408.0, 8384.0, 8409.0, 8323.0, 8388.0, 8335.0, 8391.0, 8332.0, 8393.0, 8333.0, 8348.0, 8359.0, 8350.0, 8390.0, 8354.0, 8406.0, 8324.0, 8391.0, 8308.0, 8378.0, 8324.0, 8409.0, 8349.0, 8380.0, 8362.0, 8351.0, 8391.0, 8350.0, 8407.0, 8306.0, 8387.0, 8333.0, 8374.0, 8333.0, 8394.0, 8374.0, 8334.0, 8360.0, 8337.0, 8406.0, 8350.0, 8390.0, 8333.0, 8374.0, 8349.0, 8392.0, 8378.0, 8352.0, 8361.0, 8336.0, 8388.0, 8321.0, 8392.0, 8335.0, 8391.0, 8336.0, 8361.0, 8351.0, 8379.0, 8365.0, 8352.0, 8363.0, 8339.0, 8406.0, 8339.0, 8394.0, 8352.0, 8391.0, 8334.0, 8333.0, 8362.0, 8326.0, 8404.0, 8349.0, 8416.0, 8358.0, 8376.0, 8334.0, 8373.0, 8323.0, 8397.0, 8347.0, 8430.0, 8390.0, 8429.0, 8340.0, 8409.0, 8321.0, 8391.0, 8348.0, 8409.0, 8362.0, 8362.0, 8359.0, 8334.0, 8391.0, 8340.0, 8410.0, 8351.0, 8410.0, 8359.0, 8368.0, 8351.0, 8394.0, 8340.0, 8377.0, 8351.0, 8413.0, 8401.0, 8385.0, 8385.0, 8372.0, 8366.0, 8392.0, 8352.0, 8396.0, 8358.0, 8419.0, 8344.0, 8405.0, 8376.0, 8421.0, 8406.0, 8414.0, 8341.0, 8404.0, 8333.0, 8394.0, 8333.0, 8391.0, 8355.0, 8372.0, 8357.0, 8361.0, 8382.0, 8310.0, 8382.0, 8343.0, 8378.0, 8291.0, 8333.0, 8288.0, 8345.0, 8327.0, 8363.0, 8318.0, 8310.0, 8324.0, 8324.0, 8346.0, 8382.0, 8292.0, 8365.0, 8321.0, 8366.0, 8334.0, 8351.0, 8360.0, 8327.0, 8377.0, 8307.0, 8356.0, 8318.0, 8341.0, 8302.0, 8322.0, 8332.0, 8284.0, 8310.0, 8301.0, 8296.0, 8289.0, 8316.0, 8321.0, 8351.0, 8320.0, 8292.0, 8295.0, 8275.0, 8294.0, 8316.0, 8299.0, 8335.0, 8279.0, 8351.0, 8267.0, 8337.0, 8270.0, 8326.0, 8271.0, 8323.0, 8299.0, 8362.0, 8355.0, 8327.0, 8339.0, 8315.0, 8355.0, 8312.0, 8380.0, 8296.0, 8363.0, 8294.0, 8350.0, 8292.0, 8339.0, 8350.0, 8325.0, 8336.0, 8311.0, 8362.0, 8293.0, 8347.0, 8306.0, 8349.0, 8293.0, 8308.0, 8320.0, 8354.0, 8386.0, 8328.0, 8364.0, 8294.0, 8331.0, 8273.0, 8351.0, 8334.0, 8338.0, 8321.0, 8326.0, 8363.0, 8310.0, 8367.0, 8310.0, 8365.0, 8296.0, 8337.0, 8309.0, 8327.0, 8366.0, 8329.0, 8399.0, 8313.0, 8368.0, 8284.0, 8354.0, 8323.0, 8342.0, 8335.0, 8325.0, 8350.0, 8327.0, 8369.0, 8330.0, 8355.0, 8316.0, 8357.0, 8342.0, 8349.0, 8386.0, 8347.0, 8372.0, 8333.0, 8372.0, 8315.0, 8371.0, 8327.0, 8359.0, 8339.0, 8328.0, 8353.0, 8328.0, 8383.0, 8344.0, 8386.0, 8316.0, 8357.0, 8316.0, 8357.0, 8356.0, 8346.0, 8355.0, 8345.0, 8384.0, 8313.0, 8354.0, 8313.0, 8371.0, 8313.0, 8345.0, 8366.0, 8349.0, 8362.0, 8329.0, 8385.0, 8356.0, 8398.0, 8324.0, 8375.0, 8330.0, 8352.0, 8311.0, 8365.0, 8332.0, 8391.0, 8382.0, 8392.0, 8351.0, 8388.0, 8331.0, 8367.0, 8292.0, 8366.0, 8308.0, 8368.0, 8294.0, 8338.0, 8337.0, 8327.0, 8365.0, 8327.0, 8386.0, 8348.0, 8388.0, 8335.0, 8359.0, 8319.0, 8344.0, 8345.0, 8363.0, 8361.0, 8351.0, 8346.0, 8359.0, 8394.0, 8352.0, 8406.0, 8340.0, 8407.0, 8339.0, 8380.0, 8338.0, 8397.0, 8335.0, 8365.0, 8345.0, 8350.0, 8407.0, 8347.0, 8388.0, 8332.0, 8371.0, 8334.0, 8363.0, 8350.0, 8364.0, 8363.0, 8351.0, 8348.0, 8354.0, 8407.0, 8351.0, 8408.0, 8335.0, 8375.0, 8333.0, 8378.0, 8347.0, 8348.0, 8358.0, 8348.0, 8375.0, 8351.0, 8377.0, 8338.0, 8391.0, 8353.0, 8393.0, 8349.0, 8392.0, 8335.0, 8375.0, 8333.0, 8363.0, 8320.0, 8378.0, 8334.0, 8348.0, 8361.0, 8333.0, 8359.0, 8366.0, 8360.0, 8335.0, 8361.0, 8335.0, 8406.0, 8351.0, 8408.0, 8320.0, 8389.0, 8319.0, 8374.0, 8331.0, 8389.0, 8332.0, 8345.0, 8346.0, 8334.0, 8345.0, 8335.0, 8347.0, 8337.0, 8362.0, 8363.0, 8365.0, 8321.0, 8311.0, 8316.0, 8309.0, 8327.0, 8342.0, 8324.0, 8324.0, 8352.0, 8326.0, 8367.0, 8312.0, 8382.0, 8314.0, 8382.0, 8313.0, 8366.0, 8337.0, 8354.0, 8352.0, 8325.0, 8349.0, 8328.0, 8381.0, 8312.0, 8366.0, 8313.0, 8366.0, 8325.0, 8352.0, 8325.0, 8419.0, 8415.0, 8399.0, 8391.0, 8351.0, 8387.0, 8315.0, 8367.0, 8312.0, 8352.0, 8328.0, 8354.0, 8340.0, 8360.0, 8403.0, 8419.0, 8412.0, 8387.0, 8405.0, 8334.0, 8406.0, 8348.0, 8358.0, 8346.0, 8325.0, 8343.0, 8340.0, 8327.0, 8326.0, 8356.0, 8328.0, 8354.0, 8359.0, 8388.0, 8393.0, 8389.0, 8364.0, 8408.0, 8379.0, 8412.0, 8367.0, 8373.0, 8369.0, 8403.0, 8395.0, 8393.0, 8436.0, 8387.0, 8414.0, 8371.0, 8396.0, 8352.0, 8411.0, 8368.0, 8415.0, 8366.0, 8376.0, 8348.0, 8393.0, 8374.0, 8377.0, 8372.0, 8349.0, 8356.0, 8363.0, 8374.0, 8363.0, 8378.0, 8350.0, 8375.0, 8350.0, 8407.0, 8347.0, 8385.0, 8315.0, 8383.0, 8326.0, 8390.0, 8365.0, 8409.0, 8353.0, 8359.0, 8327.0, 8358.0, 8374.0, 8375.0, 8352.0, 8328.0, 8349.0, 8314.0, 8399.0, 8370.0, 8410.0, 8336.0, 8369.0, 8327.0, 8371.0, 8341.0, 8385.0, 8327.0, 8357.0, 8354.0, 8343.0, 8367.0, 8341.0, 8365.0, 8325.0, 8379.0, 8332.0, 8388.0, 8348.0, 8433.0, 8346.0, 8391.0, 8337.0, 8407.0, 8377.0, 8406.0, 8377.0, 8371.0, 8345.0, 8367.0, 8329.0, 8405.0, 8362.0, 8384.0, 8312.0, 8366.0, 8326.0, 8352.0, 8307.0, 8352.0, 8335.0, 8325.0, 8354.0, 8331.0, 8388.0, 8363.0, 8398.0, 8340.0, 8384.0, 8403.0, 8408.0, 8388.0, 8426.0, 8425.0, 8384.0, 8372.0, 8340.0, 8351.0, 8312.0, 8343.0, 8328.0, 8372.0, 8378.0, 8334.0, 8395.0, 8374.0, 8377.0, 8364.0, 8346.0, 8336.0, 8322.0, 8351.0, 8286.0, 8328.0, 8280.0, 8316.0, 8227.0, 8310.0, 8308.0, 8280.0, 8306.0, 8304.0, 8269.0, 8285.0, 8276.0, 8362.0, 8290.0, 8344.0, 8289.0, 8339.0, 8304.0, 8341.0, 8307.0, 8344.0, 8301.0, 8380.0, 8337.0, 8332.0, 8334.0, 8335.0, 8322.0, 8344.0, 8344.0, 8336.0, 8357.0, 8338.0, 8329.0, 8324.0, 8346.0, 8321.0, 8383.0, 8313.0, 8360.0, 8315.0, 8374.0, 8329.0, 8339.0, 8298.0, 8324.0, 8316.0, 8361.0, 8350.0, 8379.0, 8334.0, 8359.0, 8303.0, 8353.0, 8298.0, 8352.0, 8290.0, 8356.0, 8305.0, 8344.0, 8326.0, 8355.0, 8330.0, 8348.0, 8325.0, 8351.0, 8352.0, 8340.0, 8367.0, 8345.0, 8394.0, 8328.0, 8382.0, 8311.0, 8379.0, 8335.0, 8369.0, 8389.0, 8358.0, 8366.0, 8326.0, 8379.0, 8311.0, 8383.0, 8338.0, 8366.0, 8352.0, 8352.0, 8351.0, 8340.0, 8399.0, 8373.0, 8417.0, 8327.0, 8386.0, 8329.0, 8369.0, 8366.0, 8359.0, 8401.0, 8361.0, 8398.0, 8328.0, 8367.0, 8323.0, 8368.0, 8376.0, 8378.0, 8375.0, 8379.0, 8380.0, 8380.0, 8351.0, 8410.0, 8371.0, 8455.0, 8391.0, 8397.0, 8380.0, 8382.0, 8420.0, 8388.0, 8402.0, 8325.0, 8377.0, 8322.0, 8353.0, 8367.0, 8352.0, 8382.0, 8350.0, 8401.0, 8313.0, 8406.0, 8379.0, 8403.0, 8315.0, 8386.0, 8330.0, 8370.0, 8370.0, 8357.0, 8339.0, 8344.0, 8336.0, 8341.0, 8396.0, 8393.0, 8422.0, 8348.0, 8402.0, 8331.0, 8382.0, 8324.0, 8367.0, 8357.0, 8407.0, 8373.0, 8371.0, 8358.0, 8336.0, 8362.0, 8403.0, 8308.0, 8375.0, 8318.0, 8329.0, 8308.0, 8343.0, 8330.0, 8361.0, 8342.0, 8395.0, 8392.0, 8395.0, 8333.0, 8378.0, 8321.0, 8374.0, 8332.0, 8373.0, 8296.0, 8351.0, 8284.0, 8338.0, 8288.0, 8339.0, 8306.0, 8365.0, 8310.0, 8350.0, 8296.0, 8334.0, 8293.0, 8352.0, 8338.0, 8373.0, 8355.0, 8343.0, 8340.0, 8344.0, 8384.0, 8359.0, 8401.0, 8331.0, 8354.0, 8316.0, 8369.0, 8328.0, 8391.0, 8346.0, 8372.0, 8359.0, 8359.0, 8351.0, 8347.0, 8400.0, 8376.0, 8401.0, 8316.0, 8388.0, 8323.0, 8397.0, 8373.0, 8375.0, 8355.0, 8344.0, 8397.0, 8310.0, 8372.0, 8324.0, 8370.0, 8334.0, 8325.0, 8378.0, 8357.0, 8399.0, 8312.0, 8367.0, 8312.0, 8373.0, 8330.0, 8374.0, 8354.0, 8361.0, 8372.0, 8345.0, 8386.0, 8344.0, 8367.0, 8300.0, 8355.0, 8327.0, 8374.0, 8357.0, 8391.0, 8354.0, 8343.0, 8366.0, 8326.0, 8383.0, 8338.0, 8385.0, 8311.0, 8370.0, 8332.0, 8357.0, 8308.0, 8369.0, 8329.0, 8388.0, 8319.0, 8373.0, 8317.0, 8370.0, 8324.0, 8369.0, 8351.0, 8354.0, 8364.0, 8309.0, 8346.0, 8293.0, 8365.0, 8322.0, 8349.0, 8304.0, 8336.0, 8305.0, 8325.0, 8367.0, 8318.0, 8370.0, 8318.0, 8372.0, 8344.0, 8356.0, 8316.0, 8359.0, 8343.0, 8365.0, 8360.0, 8364.0, 8361.0, 8338.0, 8407.0, 8340.0, 8391.0, 8346.0, 8373.0, 8333.0, 8373.0, 8350.0, 8378.0, 8367.0, 8398.0, 8364.0, 8383.0, 8390.0, 8355.0, 8392.0, 8364.0, 8412.0, 8350.0, 8376.0, 8334.0, 8373.0, 8347.0, 8377.0, 8387.0, 8346.0, 8368.0, 8332.0, 8357.0, 8347.0, 8383.0, 8407.0, 8373.0, 8394.0, 8336.0, 8402.0, 8350.0, 8343.0, 8367.0, 8368.0, 8384.0, 8340.0, 8368.0, 8309.0, 8363.0, 8317.0, 8363.0, 8316.0, 8366.0, 8317.0, 8334.0, 8303.0, 8323.0, 8345.0, 8322.0, 8362.0, 8343.0, 8364.0, 8323.0, 8348.0, 8320.0, 8352.0, 8335.0, 8370.0, 8322.0, 8340.0, 8337.0, 8325.0, 8370.0, 8321.0, 8347.0, 8300.0, 8341.0, 8323.0, 8322.0, 8365.0, 8336.0, 8377.0, 8313.0, 8377.0, 8348.0, 8334.0, 8338.0, 8379.0, 8338.0, 8388.0, 8348.0, 8388.0, 8333.0, 8365.0, 8322.0, 8344.0, 8334.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.004643272727272727</td></tr>
<tr><td colspan=3>aqi</td><td>0.07101241714285715</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.07868485482664</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.262145695199307</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0336000675476604</td></tr>
<tr><td colspan=3>efc</td><td>0.4696</td></tr>
<tr><td colspan=3>fber</td><td>5914.1538</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13188737158865368</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>173</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.978354978354979</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3704170380594096</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2533413099125204</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.534195030489173</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.323714773776535</td></tr>
<tr><td colspan=3>gcor</td><td>0.00608429</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016873842105269432</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02626749873161316</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.350676656918191</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>23.8256</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4477</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.1589</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301493.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>568.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>251.1255</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3488</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>415.3302</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2950.1088</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3771.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>706.7819</td></tr>
<tr><td colspan=3>tsnr</td><td>26.49449514062144</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>