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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:01:10.835000</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.999793, 0.0148028, 0.0139919, -0.0165787, 0.990465, 0.13676]</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.0778731</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7732, -7313, 492, -67, -189, -31, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>221.713</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>59d78b1b-f250-4207-b9b8-8fbb4ba69876||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.682370185852051, -0.04447935149073601, 0.031951989978551865, 112.64012908935547], [-0.03971490636467934, 2.657346487045288, 0.3698021471500397, -108.6791000366211], [0.0375392846763134, -0.36691755056381226, 2.6743643283843994, -65.99459838867188], [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': ['170110.835000', '170111.295000', '170111.755000', '170112.215000', '170112.675000', '170113.135000', '170113.595000', '170114.055000', '170114.515000', '170114.975000', '170115.435000', '170115.895000', '170116.355000', '170116.815000', '170117.275000', '170117.735000', '170118.195000', '170118.655000', '170119.115000', '170119.575000', '170120.035000', '170120.495000', '170120.955000', '170121.415000', '170121.875000', '170122.335000', '170122.795000', '170123.255000', '170123.715000', '170124.175000', '170124.635000', '170125.095000', '170125.555000', '170126.015000', '170126.475000', '170126.935000', '170127.395000', '170127.855000', '170128.315000', '170128.775000', '170129.235000', '170129.695000', '170130.155000', '170130.615000', '170131.075000', '170131.535000', '170131.995000', '170132.455000', '170132.915000', '170133.375000', '170133.835000', '170134.295000', '170134.755000', '170135.215000', '170135.675000', '170136.135000', '170136.595000', '170137.055000', '170137.515000', '170137.975000', '170138.435000', '170138.895000', '170139.355000', '170139.815000', '170140.275000', '170140.735000', '170141.195000', '170141.655000', '170142.115000', '170142.575000', '170143.035000', '170143.495000', '170143.955000', '170144.415000', '170144.875000', '170145.335000', '170145.795000', '170146.255000', '170146.715000', '170147.175000', '170147.635000', '170148.095000', '170148.555000', '170149.015000', '170149.475000', '170149.935000', '170150.395000', '170150.855000', '170151.315000', '170151.775000', '170152.235000', '170152.695000', '170153.155000', '170153.615000', '170154.075000', '170154.535000', '170154.995000', '170155.455000', '170155.915000', '170156.375000', '170156.835000', '170157.295000', '170157.755000', '170158.215000', '170158.675000', '170159.135000', '170159.595000', '170200.055000', '170200.515000', '170200.975000', '170201.435000', '170201.895000', '170202.355000', '170202.815000', '170203.275000', '170203.735000', '170204.195000', '170204.655000', '170205.115000', '170205.575000', '170206.035000', '170206.495000', '170206.955000', '170207.415000', '170207.875000', '170208.335000', '170208.795000', '170209.255000', '170209.715000', '170210.175000', '170210.635000', '170211.095000', '170211.555000', '170212.015000', '170212.475000', '170212.935000', '170213.395000', '170213.855000', '170214.315000', '170214.775000', '170215.235000', '170215.695000', '170216.155000', '170216.615000', '170217.075000', '170217.535000', '170217.995000', '170218.455000', '170218.915000', '170219.375000', '170219.835000', '170220.295000', '170220.755000', '170221.215000', '170221.675000', '170222.135000', '170222.595000', '170223.055000', '170223.515000', '170223.975000', '170224.435000', '170224.895000', '170225.355000', '170225.815000', '170226.275000', '170226.735000', '170227.195000', '170227.655000', '170228.115000', '170228.575000', '170229.035000', '170229.495000', '170229.955000', '170230.415000', '170230.875000', '170231.335000', '170231.795000', '170232.255000', '170232.715000', '170233.175000', '170233.635000', '170234.095000', '170234.555000', '170235.015000', '170235.475000', '170235.935000', '170236.395000', '170236.855000', '170237.315000', '170237.775000', '170238.235000', '170238.695000', '170239.155000', '170239.615000', '170240.075000', '170240.535000', '170240.995000', '170241.455000', '170241.915000', '170242.375000', '170242.835000', '170243.295000', '170243.755000', '170244.215000', '170244.675000', '170245.135000', '170245.595000', '170246.055000', '170246.515000', '170246.975000', '170247.435000', '170247.895000', '170248.355000', '170248.815000', '170249.275000', '170249.735000', '170250.195000', '170250.655000', '170251.115000', '170251.575000', '170252.035000', '170252.495000', '170252.955000', '170253.415000', '170253.875000', '170254.335000', '170254.795000', '170255.255000', '170255.715000', '170256.175000', '170256.635000', '170257.095000', '170257.555000', '170258.015000', '170258.475000', '170258.935000', '170259.395000', '170259.855000', '170300.315000', '170300.775000', '170301.235000', '170301.695000', '170302.155000', '170302.615000', '170303.075000', '170303.535000', '170303.995000', '170304.455000', '170304.915000', '170305.375000', '170305.835000', '170306.295000', '170306.755000', '170307.215000', '170307.675000', '170308.135000', '170308.595000', '170309.055000', '170309.515000', '170309.975000', '170310.435000', '170310.895000', '170311.355000', '170311.815000', '170312.275000', '170312.735000', '170313.195000', '170313.655000', '170314.115000', '170314.575000', '170315.035000', '170315.495000', '170315.955000', '170316.415000', '170316.875000', '170317.335000', '170317.795000', '170318.255000', '170318.715000', '170319.175000', '170319.635000', '170320.095000', '170320.555000', '170321.015000', '170321.475000', '170321.935000', '170322.395000', '170322.855000', '170323.315000', '170323.775000', '170324.235000', '170324.695000', '170325.155000', '170325.615000', '170326.075000', '170326.535000', '170326.995000', '170327.455000', '170327.915000', '170328.375000', '170328.835000', '170329.295000', '170329.755000', '170330.215000', '170330.675000', '170331.135000', '170331.595000', '170332.055000', '170332.515000', '170332.975000', '170333.435000', '170333.895000', '170334.355000', '170334.815000', '170335.275000', '170335.735000', '170336.195000', '170336.655000', '170337.115000', '170337.575000', '170338.035000', '170338.495000', '170338.955000', '170339.415000', '170339.875000', '170340.335000', '170340.795000', '170341.255000', '170341.715000', '170342.175000', '170342.635000', '170343.095000', '170343.555000', '170344.015000', '170344.475000', '170344.935000', '170345.395000', '170345.855000', '170346.315000', '170346.775000', '170347.235000', '170347.695000', '170348.155000', '170348.615000', '170349.075000', '170349.535000', '170349.995000', '170350.455000', '170350.915000', '170351.375000', '170351.835000', '170352.295000', '170352.755000', '170353.215000', '170353.675000', '170354.135000', '170354.595000', '170355.055000', '170355.515000', '170355.975000', '170356.435000', '170356.895000', '170357.355000', '170357.815000', '170358.275000', '170358.735000', '170359.195000', '170359.655000', '170400.115000', '170400.575000', '170401.035000', '170401.495000', '170401.955000', '170402.415000', '170402.875000', '170403.335000', '170403.795000', '170404.255000', '170404.715000', '170405.175000', '170405.635000', '170406.095000', '170406.555000', '170407.015000', '170407.475000', '170407.935000', '170408.395000', '170408.855000', '170409.315000', '170409.775000', '170410.235000', '170410.695000', '170411.155000', '170411.615000', '170412.075000', '170412.535000', '170412.995000', '170413.455000', '170413.915000', '170414.375000', '170414.835000', '170415.295000', '170415.755000', '170416.215000', '170416.675000', '170417.135000', '170417.595000', '170418.055000', '170418.515000', '170418.975000', '170419.435000', '170419.895000', '170420.355000', '170420.815000', '170421.275000', '170421.735000', '170422.195000', '170422.655000', '170423.115000', '170423.575000', '170424.035000', '170424.495000', '170424.955000', '170425.415000', '170425.875000', '170426.335000', '170426.795000', '170427.255000', '170427.715000', '170428.175000', '170428.635000', '170429.095000', '170429.555000', '170430.015000', '170430.475000', '170430.935000', '170431.395000', '170431.855000', '170432.315000', '170432.775000', '170433.235000', '170433.695000', '170434.155000', '170434.615000', '170435.075000', '170435.535000', '170435.995000', '170436.455000', '170436.915000', '170437.375000', '170437.835000', '170438.295000', '170438.755000', '170439.215000', '170439.675000', '170440.135000', '170440.595000', '170441.055000', '170441.515000', '170441.975000', '170442.435000', '170442.895000', '170443.355000', '170443.815000', '170444.275000', '170444.735000', '170445.195000', '170445.655000', '170446.115000', '170446.575000', '170447.035000', '170447.495000', '170447.955000', '170448.415000', '170448.875000', '170449.335000', '170449.795000', '170450.255000', '170450.715000', '170451.175000', '170451.635000', '170452.095000', '170452.555000', '170453.015000', '170453.475000', '170453.935000', '170454.395000', '170454.855000', '170455.315000', '170455.775000', '170456.235000', '170456.695000', '170457.155000', '170457.615000', '170458.075000', '170458.535000', '170458.995000', '170459.455000', '170459.915000', '170500.375000', '170500.835000', '170501.295000', '170501.755000', '170502.215000', '170502.675000', '170503.135000', '170503.595000', '170504.055000', '170504.515000', '170504.975000', '170505.435000', '170505.895000', '170506.355000', '170506.815000', '170507.275000', '170507.735000', '170508.195000', '170508.655000', '170509.115000', '170509.575000', '170510.035000', '170510.495000', '170510.955000', '170511.415000', '170511.875000', '170512.335000', '170512.795000', '170513.255000', '170513.715000', '170514.175000', '170514.635000', '170515.095000', '170515.555000', '170516.015000', '170516.475000', '170516.935000', '170517.395000', '170517.855000', '170518.315000', '170518.775000', '170519.235000', '170519.695000', '170520.155000', '170520.615000', '170521.075000', '170521.535000', '170521.995000', '170522.455000', '170522.915000', '170523.375000', '170523.835000', '170524.295000', '170524.755000', '170525.215000', '170525.675000', '170526.135000', '170526.595000', '170527.055000', '170527.515000', '170527.975000', '170528.435000', '170528.895000', '170529.355000', '170529.815000', '170530.275000', '170530.735000', '170531.195000', '170531.655000', '170532.115000', '170532.575000', '170533.035000', '170533.495000', '170533.955000', '170534.415000', '170534.875000', '170535.335000', '170535.795000', '170536.255000', '170536.715000', '170537.175000', '170537.635000', '170538.095000', '170538.555000', '170539.015000', '170539.475000', '170539.935000', '170540.395000', '170540.855000', '170541.315000', '170541.775000', '170542.235000', '170542.695000', '170543.155000', '170543.615000', '170544.075000', '170544.535000', '170544.995000', '170545.455000', '170545.915000', '170546.375000', '170546.835000', '170547.295000', '170547.755000', '170548.215000', '170548.675000', '170549.135000', '170549.595000', '170550.055000', '170550.515000', '170550.975000', '170551.435000', '170551.895000', '170552.355000', '170552.815000', '170553.275000', '170553.735000', '170554.195000', '170554.655000', '170555.115000', '170555.575000', '170556.035000', '170556.495000', '170556.955000', '170557.415000', '170557.875000', '170558.335000', '170558.795000', '170559.255000', '170559.715000', '170600.175000', '170600.635000', '170601.095000', '170601.555000', '170602.015000', '170602.475000', '170602.935000', '170603.395000', '170603.855000', '170604.315000', '170604.775000', '170605.235000', '170605.695000', '170606.155000', '170606.615000', '170607.075000', '170607.535000', '170607.995000', '170608.455000', '170608.915000', '170609.375000', '170609.835000', '170610.295000', '170610.755000', '170611.215000', '170611.675000', '170612.135000', '170612.595000', '170613.055000', '170613.515000', '170613.975000', '170614.435000', '170614.895000', '170615.355000', '170615.815000', '170616.275000', '170616.735000', '170617.195000', '170617.655000', '170618.115000', '170618.575000', '170619.035000', '170619.495000', '170619.955000', '170620.415000', '170620.875000', '170621.335000', '170621.795000', '170622.255000', '170622.715000', '170623.175000', '170623.635000', '170624.095000', '170624.555000', '170625.015000', '170625.475000', '170625.935000', '170626.395000', '170626.855000', '170627.315000', '170627.775000', '170628.235000', '170628.695000', '170629.155000', '170629.615000', '170630.075000', '170630.535000', '170630.995000', '170631.455000', '170631.915000', '170632.375000', '170632.835000', '170633.295000', '170633.755000', '170634.215000', '170634.675000', '170635.135000', '170635.595000', '170636.055000', '170636.515000', '170636.975000', '170637.435000', '170637.895000', '170638.355000', '170638.815000', '170639.275000', '170639.735000', '170640.195000', '170640.655000', '170641.115000', '170641.575000', '170642.035000', '170642.495000', '170642.955000', '170643.415000', '170643.875000', '170644.335000', '170644.795000', '170645.255000', '170645.715000', '170646.175000', '170646.635000', '170647.095000', '170647.555000', '170648.015000', '170648.475000', '170648.935000', '170649.395000', '170649.855000', '170650.315000', '170650.775000', '170651.235000', '170651.695000', '170652.155000', '170652.615000', '170653.075000', '170653.535000', '170653.995000', '170654.455000', '170654.915000', '170655.375000', '170655.835000', '170656.295000', '170656.755000', '170657.215000', '170657.675000', '170658.135000', '170658.595000', '170659.055000', '170659.515000', '170659.975000', '170700.435000', '170700.895000', '170701.355000', '170701.815000', '170702.275000', '170702.735000', '170703.195000', '170703.655000', '170704.115000', '170704.575000', '170705.035000', '170705.495000', '170705.955000', '170706.415000', '170706.875000', '170707.335000', '170707.795000', '170708.255000', '170708.715000', '170709.175000', '170709.635000', '170710.095000', '170710.555000', '170711.015000', '170711.475000', '170711.935000', '170712.395000', '170712.855000', '170713.315000', '170713.775000', '170714.235000', '170714.695000', '170715.155000', '170715.615000', '170716.075000', '170716.535000', '170716.995000', '170717.455000', '170717.915000', '170718.375000', '170718.835000', '170719.295000', '170719.755000', '170720.215000', '170720.675000', '170721.135000', '170721.595000', '170722.055000', '170722.515000', '170722.975000', '170723.435000', '170723.895000', '170724.355000', '170724.815000', '170725.275000', '170725.735000', '170726.195000', '170726.655000', '170727.115000', '170727.575000', '170728.035000', '170728.495000', '170728.955000', '170729.415000', '170729.875000', '170730.335000', '170730.795000', '170731.255000', '170731.715000', '170732.175000', '170732.635000', '170733.095000', '170733.555000', '170734.015000', '170734.475000', '170734.935000', '170735.395000', '170735.855000', '170736.315000', '170736.775000', '170737.235000', '170737.695000', '170738.155000', '170738.615000', '170739.075000', '170739.535000', '170739.995000', '170740.455000', '170740.915000', '170741.375000', '170741.835000', '170742.295000', '170742.755000', '170743.215000', '170743.675000', '170744.135000', '170744.595000', '170745.055000', '170745.515000', '170745.975000', '170746.435000', '170746.895000', '170747.355000', '170747.815000', '170748.275000', '170748.735000', '170749.195000', '170749.655000', '170750.115000', '170750.575000', '170751.035000', '170751.495000', '170751.955000', '170752.415000', '170752.875000', '170753.335000', '170753.795000', '170754.255000', '170754.715000', '170755.175000', '170755.635000', '170756.095000', '170756.555000', '170757.015000', '170757.475000', '170757.935000', '170758.395000', '170758.855000', '170759.315000', '170759.775000', '170800.235000', '170800.695000', '170801.155000', '170801.615000', '170802.075000', '170802.535000', '170802.995000', '170803.455000', '170803.915000', '170804.375000', '170804.835000', '170805.295000', '170805.755000', '170806.215000', '170806.675000', '170807.135000', '170807.595000', '170808.055000', '170808.515000', '170808.975000', '170809.435000', '170809.895000', '170810.355000', '170810.815000', '170811.275000', '170811.735000', '170812.195000', '170812.655000', '170813.115000', '170813.575000', '170814.035000', '170814.495000', '170814.955000', '170815.415000', '170815.875000', '170816.335000', '170816.795000', '170817.255000', '170817.715000', '170818.175000', '170818.635000', '170819.095000', '170819.555000', '170820.015000', '170820.475000', '170820.935000', '170821.395000', '170821.855000', '170822.315000', '170822.775000', '170823.235000', '170823.695000', '170824.155000', '170824.615000', '170825.075000', '170825.535000', '170825.995000', '170826.455000', '170826.915000', '170827.375000', '170827.835000', '170828.295000', '170828.755000', '170829.215000', '170829.675000', '170830.135000', '170830.595000', '170831.055000', '170831.515000', '170831.975000', '170832.435000', '170832.895000', '170833.355000', '170833.815000', '170834.275000', '170834.735000', '170835.195000', '170835.655000', '170836.115000', '170836.575000', '170837.035000', '170837.495000', '170837.955000', '170838.415000', '170838.875000', '170839.335000', '170839.795000', '170840.255000', '170840.715000', '170841.175000', '170841.635000', '170842.095000', '170842.555000', '170843.015000', '170843.475000', '170843.935000', '170844.395000', '170844.855000', '170845.315000', '170845.775000', '170846.235000', '170846.695000', '170847.155000', '170847.615000', '170848.075000', '170848.535000', '170848.995000', '170849.455000', '170849.915000', '170850.375000', '170850.835000', '170851.295000', '170851.755000', '170852.215000', '170852.675000', '170853.135000', '170853.595000', '170854.055000', '170854.515000', '170854.975000', '170855.435000', '170855.895000', '170856.355000', '170856.815000', '170857.275000', '170857.735000', '170858.195000', '170858.655000', '170859.115000', '170859.575000', '170900.035000', '170900.495000', '170900.955000', '170901.415000', '170901.875000', '170902.335000', '170902.795000', '170903.255000', '170903.715000', '170904.175000', '170904.635000', '170905.095000', '170905.555000', '170906.015000', '170906.475000', '170906.935000', '170907.395000', '170907.855000', '170908.315000', '170908.775000', '170909.235000', '170909.695000', '170910.155000', '170910.615000', '170911.075000', '170911.535000', '170911.995000', '170912.455000', '170912.915000', '170913.375000', '170913.835000', '170914.295000', '170914.755000', '170915.215000', '170915.675000', '170916.135000', '170916.595000', '170917.055000', '170917.515000', '170917.975000', '170918.435000', '170918.895000', '170919.355000', '170919.815000', '170920.275000', '170920.735000', '170921.195000', '170921.655000', '170922.115000', '170922.575000', '170923.035000', '170923.495000', '170923.955000', '170924.415000', '170924.875000', '170925.335000', '170925.795000', '170926.255000', '170926.715000', '170927.175000', '170927.635000', '170928.095000', '170928.555000', '170929.015000', '170929.475000', '170929.935000', '170930.395000', '170930.855000', '170931.315000', '170931.775000', '170932.235000', '170932.695000', '170933.155000', '170933.615000', '170934.075000', '170934.535000', '170934.995000', '170935.455000', '170935.915000', '170936.375000', '170936.835000', '170937.295000', '170937.755000', '170938.215000', '170938.675000', '170939.135000', '170939.595000', '170940.055000', '170940.515000', '170940.975000', '170941.435000', '170941.895000', '170942.355000', '170942.815000', '170943.275000', '170943.735000', '170944.195000', '170944.655000', '170945.115000', '170945.575000', '170946.035000', '170946.495000', '170946.955000', '170947.415000', '170947.875000', '170948.335000', '170948.795000', '170949.255000', '170949.715000', '170950.175000', '170950.635000', '170951.095000', '170951.555000', '170952.015000', '170952.475000', '170952.935000', '170953.395000', '170953.855000', '170954.315000', '170954.775000', '170955.235000', '170955.695000', '170956.155000', '170956.615000', '170957.075000', '170957.535000', '170957.995000', '170958.455000', '170958.915000', '170959.375000', '170959.835000', '171000.295000', '171000.755000', '171001.215000', '171001.675000', '171002.135000', '171002.595000', '171003.055000'], 'ContentTime': ['170122.690000', '170122.694000', '170122.702000', '170122.705000', '170122.708000', '170122.711000', '170122.714000', '170122.717000', '170122.720000', '170122.723000', '170122.726000', '170122.729000', '170122.732000', '170122.735000', '170122.738000', '170122.741000', '170122.744000', '170122.747000', '170122.750000', '170122.753000', '170122.757000', '170122.771000', '170122.774000', '170122.777000', '170142.648000', '170142.651000', '170142.654000', '170142.657000', '170142.660000', '170142.663000', '170142.672000', '170142.675000', '170142.678000', '170142.680000', '170142.683000', '170142.686000', '170142.690000', '170142.693000', '170142.696000', '170142.698000', '170142.702000', '170142.705000', '170142.707000', '170142.710000', '170142.713000', '170142.716000', '170142.720000', '170142.723000', '170142.725000', '170142.728000', '170142.731000', '170142.734000', '170142.737000', '170142.740000', '170142.743000', '170142.746000', '170142.749000', '170142.752000', '170142.755000', '170142.758000', '170142.761000', '170142.772000', '170142.775000', '170142.779000', '170142.781000', '170142.784000', '170142.787000', '170202.648000', '170202.651000', '170202.654000', '170202.657000', '170202.660000', '170202.663000', '170202.666000', '170202.669000', '170202.672000', '170202.675000', '170202.678000', '170202.681000', '170202.684000', '170202.687000', '170202.690000', '170202.693000', '170202.695000', '170202.698000', '170202.701000', '170202.704000', '170202.707000', '170202.710000', '170202.713000', '170202.716000', '170202.719000', '170202.722000', '170202.725000', '170202.728000', '170202.731000', '170202.734000', '170202.736000', '170202.750000', '170202.753000', '170202.756000', '170202.759000', '170202.761000', '170202.764000', '170202.767000', '170202.839000', '170202.842000', '170202.845000', '170202.848000', '170202.851000', '170202.854000', '170222.648000', '170222.651000', '170222.654000', '170222.656000', '170222.659000', '170222.662000', '170222.665000', '170222.668000', '170222.670000', '170222.673000', '170222.676000', '170222.679000', '170222.682000', '170222.684000', '170222.687000', '170222.690000', '170222.693000', '170222.696000', '170222.699000', '170222.701000', '170222.704000', '170222.707000', '170222.710000', '170222.713000', '170222.717000', '170222.720000', '170222.723000', '170222.726000', '170222.729000', '170222.732000', '170222.735000', '170222.737000', '170222.740000', '170222.743000', '170222.746000', '170222.749000', '170222.751000', '170222.754000', '170222.757000', '170222.760000', '170222.763000', '170222.766000', '170222.768000', '170242.648000', '170242.651000', '170242.654000', '170242.657000', '170242.659000', '170242.662000', '170242.665000', '170242.668000', '170242.671000', '170242.674000', '170242.677000', '170242.680000', '170242.682000', '170242.685000', '170242.688000', '170242.691000', '170242.694000', '170242.697000', '170242.700000', '170242.702000', '170242.705000', '170242.708000', '170242.711000', '170242.714000', '170242.717000', '170242.719000', '170242.722000', '170242.725000', '170242.728000', '170242.731000', '170242.734000', '170242.737000', '170242.739000', '170242.742000', '170242.745000', '170242.748000', '170242.751000', '170242.753000', '170242.756000', '170242.759000', '170242.762000', '170242.765000', '170242.768000', '170242.796000', '170302.648000', '170302.651000', '170302.654000', '170302.656000', '170302.659000', '170302.662000', '170302.665000', '170302.667000', '170302.670000', '170302.673000', '170302.676000', '170302.679000', '170302.682000', '170302.684000', '170302.687000', '170302.690000', '170302.693000', '170302.696000', '170302.698000', '170302.701000', '170302.704000', '170302.707000', '170302.710000', '170302.713000', '170302.715000', '170302.718000', '170302.721000', '170302.724000', '170302.727000', '170302.729000', '170302.732000', '170302.735000', '170302.738000', '170302.741000', '170302.743000', '170302.746000', '170302.749000', '170302.752000', '170302.755000', '170302.757000', '170302.760000', '170302.763000', '170302.766000', '170322.647000', '170322.650000', '170322.653000', '170322.655000', '170322.658000', '170322.661000', '170322.664000', '170322.667000', '170322.669000', '170322.672000', '170322.675000', '170322.678000', '170322.680000', '170322.683000', '170322.686000', '170322.689000', '170322.692000', '170322.695000', '170322.697000', '170322.700000', '170322.703000', '170322.706000', '170322.709000', '170322.711000', '170322.714000', '170322.717000', '170322.720000', '170322.723000', '170322.725000', '170322.728000', '170322.731000', '170322.734000', '170322.737000', '170322.740000', '170322.742000', '170322.745000', '170322.748000', '170322.751000', '170322.754000', '170322.756000', '170322.759000', '170322.762000', '170322.765000', '170322.784000', '170342.648000', '170342.651000', '170342.654000', '170342.656000', '170342.659000', '170342.662000', '170342.665000', '170342.668000', '170342.670000', '170342.673000', '170342.676000', '170342.679000', '170342.682000', '170342.685000', '170342.688000', '170342.690000', '170342.693000', '170342.696000', '170342.699000', '170342.702000', '170342.705000', '170342.707000', '170342.710000', '170342.713000', '170342.716000', '170342.719000', '170342.734000', '170342.737000', '170342.740000', '170342.743000', '170342.746000', '170342.749000', '170342.751000', '170342.755000', '170342.759000', '170342.762000', '170342.765000', '170342.768000', '170342.799000', '170342.807000', '170342.810000', '170342.813000', '170342.816000', '170402.648000', '170402.651000', '170402.654000', '170402.657000', '170402.659000', '170402.662000', '170402.665000', '170402.668000', '170402.671000', '170402.673000', '170402.676000', '170402.679000', '170402.682000', '170402.685000', '170402.688000', '170402.691000', '170402.693000', '170402.696000', '170402.699000', '170402.702000', '170402.705000', '170402.708000', '170402.711000', '170402.713000', '170402.716000', '170402.719000', '170402.722000', '170402.725000', '170402.728000', '170402.731000', '170402.734000', '170402.736000', '170402.739000', '170402.742000', '170402.745000', '170402.748000', '170402.750000', '170402.753000', '170402.756000', '170402.759000', '170402.762000', '170402.765000', '170402.768000', '170402.792000', '170422.648000', '170422.651000', '170422.654000', '170422.657000', '170422.659000', '170422.662000', '170422.665000', '170422.668000', '170422.671000', '170422.673000', '170422.676000', '170422.679000', '170422.682000', '170422.685000', '170422.688000', '170422.691000', '170422.693000', '170422.696000', '170422.699000', '170422.702000', '170422.705000', '170422.708000', '170422.711000', '170422.713000', '170422.716000', '170422.719000', '170422.722000', '170422.725000', '170422.728000', '170422.730000', '170422.733000', '170422.736000', '170422.739000', '170422.742000', '170422.745000', '170422.748000', '170422.750000', '170422.753000', '170422.756000', '170422.759000', '170422.762000', '170422.765000', '170422.768000', '170442.648000', '170442.651000', '170442.654000', '170442.656000', '170442.659000', '170442.662000', '170442.665000', '170442.668000', '170442.671000', '170442.673000', '170442.676000', '170442.679000', '170442.682000', '170442.685000', '170442.687000', '170442.690000', '170442.694000', '170442.699000', '170442.702000', '170442.705000', '170442.708000', '170442.711000', '170442.714000', '170442.716000', '170442.719000', '170442.722000', '170442.725000', '170442.728000', '170442.731000', '170442.733000', '170442.736000', '170442.739000', '170442.742000', '170442.745000', '170442.748000', '170442.750000', '170442.753000', '170442.756000', '170442.759000', '170442.762000', '170442.765000', '170442.767000', '170442.790000', '170502.648000', '170502.651000', '170502.654000', '170502.657000', '170502.659000', '170502.662000', '170502.665000', '170502.668000', '170502.671000', '170502.673000', '170502.676000', '170502.679000', '170502.682000', '170502.685000', '170502.688000', '170502.690000', '170502.693000', '170502.696000', '170502.699000', '170502.702000', '170502.704000', '170502.707000', '170502.710000', '170502.713000', '170502.716000', '170502.719000', '170502.721000', '170502.724000', '170502.727000', '170502.730000', '170502.733000', '170502.739000', '170502.742000', '170502.745000', '170502.748000', '170502.751000', '170502.754000', '170502.757000', '170502.759000', '170502.762000', '170502.765000', '170502.768000', '170502.804000', '170502.807000', '170522.648000', '170522.651000', '170522.654000', '170522.657000', '170522.660000', '170522.663000', '170522.666000', '170522.669000', '170522.684000', '170522.687000', '170522.690000', '170522.692000', '170522.695000', '170522.698000', '170522.701000', '170522.704000', '170522.707000', '170522.710000', '170522.712000', '170522.715000', '170522.718000', '170522.721000', '170522.724000', '170522.727000', '170522.730000', '170522.732000', '170522.735000', '170522.738000', '170522.741000', '170522.744000', '170522.747000', '170522.750000', '170522.752000', '170522.755000', '170522.759000', '170522.762000', '170522.765000', '170522.768000', '170522.828000', '170522.831000', '170522.834000', '170522.836000', '170522.839000', '170542.647000', '170542.650000', '170542.653000', '170542.655000', '170542.658000', '170542.661000', '170542.664000', '170542.667000', '170542.670000', '170542.672000', '170542.675000', '170542.678000', '170542.681000', '170542.684000', '170542.686000', '170542.689000', '170542.692000', '170542.695000', '170542.698000', '170542.700000', '170542.703000', '170542.706000', '170542.709000', '170542.712000', '170542.715000', '170542.717000', '170542.720000', '170542.723000', '170542.726000', '170542.729000', '170542.732000', '170542.734000', '170542.737000', '170542.740000', '170542.743000', '170542.746000', '170542.748000', '170542.751000', '170542.754000', '170542.757000', '170542.760000', '170542.763000', '170542.765000', '170542.814000', '170602.650000', '170602.653000', '170602.656000', '170602.659000', '170602.662000', '170602.665000', '170602.668000', '170602.671000', '170602.673000', '170602.676000', '170602.679000', '170602.682000', '170602.685000', '170602.688000', '170602.690000', '170602.693000', '170602.696000', '170602.699000', '170602.702000', '170602.705000', '170602.707000', '170602.710000', '170602.713000', '170602.716000', '170602.719000', '170602.722000', '170602.724000', '170602.727000', '170602.730000', '170602.733000', '170602.736000', '170602.738000', '170602.741000', '170602.744000', '170602.747000', '170602.750000', '170602.753000', '170602.755000', '170602.758000', '170602.761000', '170602.764000', '170602.767000', '170602.833000', '170622.648000', '170622.651000', '170622.654000', '170622.657000', '170622.659000', '170622.662000', '170622.665000', '170622.668000', '170622.671000', '170622.674000', '170622.676000', '170622.679000', '170622.682000', '170622.685000', '170622.688000', '170622.691000', '170622.694000', '170622.697000', '170622.699000', '170622.702000', '170622.705000', '170622.708000', '170622.711000', '170622.714000', '170622.717000', '170622.720000', '170622.722000', '170622.725000', '170622.728000', '170622.731000', '170622.734000', '170622.737000', '170622.740000', '170622.742000', '170622.745000', '170622.748000', '170622.751000', '170622.754000', '170622.757000', '170622.760000', '170622.763000', '170622.765000', '170622.768000', '170622.795000', '170642.648000', '170642.651000', '170642.654000', '170642.657000', '170642.660000', '170642.662000', '170642.665000', '170642.668000', '170642.674000', '170642.677000', '170642.680000', '170642.683000', '170642.686000', '170642.689000', '170642.692000', '170642.694000', '170642.697000', '170642.700000', '170642.703000', '170642.706000', '170642.709000', '170642.711000', '170642.714000', '170642.717000', '170642.720000', '170642.723000', '170642.726000', '170642.728000', '170642.731000', '170642.734000', '170642.737000', '170642.740000', '170642.742000', '170642.750000', '170642.753000', '170642.756000', '170642.759000', '170642.762000', '170642.765000', '170642.767000', '170642.820000', '170642.823000', '170642.825000', '170702.648000', '170702.651000', '170702.654000', '170702.657000', '170702.659000', '170702.662000', '170702.665000', '170702.668000', '170702.671000', '170702.673000', '170702.676000', '170702.679000', '170702.682000', '170702.685000', '170702.687000', '170702.690000', '170702.693000', '170702.696000', '170702.699000', '170702.702000', '170702.705000', '170702.708000', '170702.710000', '170702.713000', '170702.716000', '170702.719000', '170702.722000', '170702.724000', '170702.727000', '170702.730000', '170702.733000', '170702.736000', '170702.739000', '170702.742000', '170702.745000', '170702.748000', '170702.750000', '170702.753000', '170702.756000', '170702.759000', '170702.762000', '170702.765000', '170702.767000', '170702.815000', '170722.648000', '170722.651000', '170722.654000', '170722.657000', '170722.660000', '170722.662000', '170722.665000', '170722.668000', '170722.671000', '170722.674000', '170722.677000', '170722.679000', '170722.682000', '170722.685000', '170722.688000', '170722.692000', '170722.697000', '170722.700000', '170722.703000', '170722.706000', '170722.709000', '170722.712000', '170722.715000', '170722.718000', '170722.720000', '170722.723000', '170722.726000', '170722.729000', '170722.732000', '170722.735000', '170722.738000', '170722.740000', '170722.743000', '170722.746000', '170722.749000', '170722.752000', '170722.755000', '170722.757000', '170722.760000', '170722.763000', '170722.766000', '170722.809000', '170722.811000', '170742.648000', '170742.651000', '170742.654000', '170742.657000', '170742.660000', '170742.662000', '170742.665000', '170742.668000', '170742.671000', '170742.674000', '170742.677000', '170742.680000', '170742.682000', '170742.685000', '170742.688000', '170742.691000', '170742.694000', '170742.697000', '170742.700000', '170742.702000', '170742.705000', '170742.708000', '170742.711000', '170742.714000', '170742.716000', '170742.719000', '170742.722000', '170742.725000', '170742.728000', '170742.731000', '170742.733000', '170742.736000', '170742.739000', '170742.742000', '170742.745000', '170742.747000', '170742.750000', '170742.753000', '170742.756000', '170742.759000', '170742.762000', '170742.764000', '170742.767000', '170742.827000', '170802.647000', '170802.650000', '170802.653000', '170802.656000', '170802.658000', '170802.661000', '170802.664000', '170802.667000', '170802.670000', '170802.673000', '170802.675000', '170802.678000', '170802.681000', '170802.684000', '170802.687000', '170802.690000', '170802.693000', '170802.695000', '170802.698000', '170802.701000', '170802.704000', '170802.707000', '170802.710000', '170802.713000', '170802.716000', '170802.719000', '170802.722000', '170802.724000', '170802.727000', '170802.730000', '170802.733000', '170802.736000', '170802.739000', '170802.742000', '170802.744000', '170802.747000', '170802.750000', '170802.753000', '170802.756000', '170802.759000', '170802.761000', '170802.764000', '170802.767000', '170822.648000', '170822.651000', '170822.654000', '170822.657000', '170822.660000', '170822.663000', '170822.665000', '170822.668000', '170822.671000', '170822.674000', '170822.677000', '170822.680000', '170822.682000', '170822.685000', '170822.688000', '170822.691000', '170822.694000', '170822.697000', '170822.700000', '170822.702000', '170822.705000', '170822.708000', '170822.711000', '170822.714000', '170822.717000', '170822.719000', '170822.722000', '170822.725000', '170822.728000', '170822.731000', '170822.734000', '170822.737000', '170822.740000', '170822.742000', '170822.745000', '170822.748000', '170822.751000', '170822.754000', '170822.756000', '170822.759000', '170822.762000', '170822.765000', '170822.768000', '170822.824000', '170842.648000', '170842.651000', '170842.654000', '170842.657000', '170842.660000', '170842.662000', '170842.665000', '170842.670000', '170842.673000', '170842.676000', '170842.679000', '170842.681000', '170842.684000', '170842.687000', '170842.690000', '170842.693000', '170842.696000', '170842.699000', '170842.701000', '170842.704000', '170842.707000', '170842.710000', '170842.713000', '170842.716000', '170842.719000', '170842.721000', '170842.725000', '170842.728000', '170842.731000', '170842.734000', '170842.736000', '170842.739000', '170842.742000', '170842.745000', '170842.748000', '170842.751000', '170842.753000', '170842.756000', '170842.759000', '170842.762000', '170842.765000', '170842.768000', '170842.816000', '170902.648000', '170902.651000', '170902.654000', '170902.657000', '170902.659000', '170902.662000', '170902.665000', '170902.668000', '170902.671000', '170902.674000', '170902.677000', '170902.679000', '170902.682000', '170902.685000', '170902.688000', '170902.691000', '170902.694000', '170902.696000', '170902.699000', '170902.702000', '170902.705000', '170902.708000', '170902.711000', '170902.713000', '170902.716000', '170902.719000', '170902.722000', '170902.725000', '170902.727000', '170902.730000', '170902.733000', '170902.736000', '170902.739000', '170902.742000', '170902.744000', '170902.747000', '170902.750000', '170902.753000', '170902.756000', '170902.759000', '170902.761000', '170902.764000', '170902.767000', '170902.838000', '170922.648000', '170922.651000', '170922.654000', '170922.657000', '170922.659000', '170922.662000', '170922.665000', '170922.668000', '170922.671000', '170922.674000', '170922.676000', '170922.679000', '170922.682000', '170922.685000', '170922.688000', '170922.691000', '170922.694000', '170922.697000', '170922.700000', '170922.702000', '170922.705000', '170922.708000', '170922.711000', '170922.714000', '170922.716000', '170922.719000', '170922.722000', '170922.725000', '170922.728000', '170922.731000', '170922.734000', '170922.737000', '170922.739000', '170922.742000', '170922.745000', '170922.748000', '170922.751000', '170922.754000', '170922.757000', '170922.759000', '170922.772000', '170922.837000', '170922.839000', '170942.648000', '170942.651000', '170942.654000', '170942.657000', '170942.659000', '170942.662000', '170942.665000', '170942.668000', '170942.671000', '170942.674000', '170942.677000', '170942.679000', '170942.682000', '170942.685000', '170942.688000', '170942.691000', '170942.694000', '170942.697000', '170942.699000', '170942.702000', '170942.705000', '170942.708000', '170942.711000', '170942.714000', '170942.717000', '170942.719000', '170942.722000', '170942.725000', '170942.728000', '170942.731000', '170942.734000', '170942.737000', '170942.739000', '170942.742000', '170942.745000', '170942.748000', '170942.751000', '170942.754000', '170942.756000', '170942.759000', '170942.762000', '170942.765000', '170942.768000', '170942.833000', '171002.647000', '171002.650000', '171002.653000', '171002.655000', '171002.658000', '171002.661000', '171002.664000', '171002.667000', '171002.670000', '171002.673000', '171002.676000', '171002.678000', '171002.681000', '171002.684000', '171002.687000', '171002.690000', '171002.692000', '171002.695000', '171002.698000', '171002.701000', '171002.705000', '171002.708000', '171002.711000', '171002.714000', '171002.717000', '171002.720000', '171002.723000', '171002.725000', '171002.728000', '171002.731000', '171002.734000', '171002.737000', '171002.740000', '171002.742000', '171002.745000', '171002.748000', '171002.751000', '171002.754000', '171002.757000', '171002.760000', '171002.763000', '171002.766000', '171002.839000', '171004.208000', '171004.211000', '171004.214000', '171004.217000'], 'InstanceCreationTime': ['170122.690000', '170122.694000', '170122.702000', '170122.705000', '170122.708000', '170122.711000', '170122.714000', '170122.717000', '170122.720000', '170122.723000', '170122.726000', '170122.729000', '170122.732000', '170122.735000', '170122.738000', '170122.741000', '170122.744000', '170122.747000', '170122.750000', '170122.753000', '170122.757000', '170122.771000', '170122.774000', '170122.777000', '170142.648000', '170142.651000', '170142.654000', '170142.657000', '170142.660000', '170142.663000', '170142.672000', '170142.675000', '170142.678000', '170142.680000', '170142.683000', '170142.686000', '170142.690000', '170142.693000', '170142.696000', '170142.698000', '170142.702000', '170142.705000', '170142.707000', '170142.710000', '170142.713000', '170142.716000', '170142.720000', '170142.723000', '170142.725000', '170142.728000', '170142.731000', '170142.734000', '170142.737000', '170142.740000', '170142.743000', '170142.746000', '170142.749000', '170142.752000', '170142.755000', '170142.758000', '170142.761000', '170142.772000', '170142.775000', '170142.779000', '170142.781000', '170142.784000', '170142.787000', '170202.648000', '170202.651000', '170202.654000', '170202.657000', '170202.660000', '170202.663000', '170202.666000', '170202.669000', '170202.672000', '170202.675000', '170202.678000', '170202.681000', '170202.684000', '170202.687000', '170202.690000', '170202.693000', '170202.695000', '170202.698000', '170202.701000', '170202.704000', '170202.707000', '170202.710000', '170202.713000', '170202.716000', '170202.719000', '170202.722000', '170202.725000', '170202.728000', '170202.731000', '170202.734000', '170202.736000', '170202.750000', '170202.753000', '170202.756000', '170202.759000', '170202.761000', '170202.764000', '170202.767000', '170202.839000', '170202.842000', '170202.845000', '170202.848000', '170202.851000', '170202.854000', '170222.648000', '170222.651000', '170222.654000', '170222.656000', '170222.659000', '170222.662000', '170222.665000', '170222.668000', '170222.670000', '170222.673000', '170222.676000', '170222.679000', '170222.682000', '170222.684000', '170222.687000', '170222.690000', '170222.693000', '170222.696000', '170222.699000', '170222.701000', '170222.704000', '170222.707000', '170222.710000', '170222.713000', '170222.717000', '170222.720000', '170222.723000', '170222.726000', '170222.729000', '170222.732000', '170222.735000', '170222.737000', '170222.740000', '170222.743000', '170222.746000', '170222.749000', '170222.751000', '170222.754000', '170222.757000', '170222.760000', '170222.763000', '170222.766000', '170222.768000', '170242.648000', '170242.651000', '170242.654000', '170242.657000', '170242.659000', '170242.662000', '170242.665000', '170242.668000', '170242.671000', '170242.674000', '170242.677000', '170242.680000', '170242.682000', '170242.685000', '170242.688000', '170242.691000', '170242.694000', '170242.697000', '170242.700000', '170242.702000', '170242.705000', '170242.708000', '170242.711000', '170242.714000', '170242.717000', '170242.719000', '170242.722000', '170242.725000', '170242.728000', '170242.731000', '170242.734000', '170242.737000', '170242.739000', '170242.742000', '170242.745000', '170242.748000', '170242.751000', '170242.753000', '170242.756000', '170242.759000', '170242.762000', '170242.765000', '170242.768000', '170242.796000', '170302.648000', '170302.651000', '170302.654000', '170302.656000', '170302.659000', '170302.662000', '170302.665000', '170302.667000', '170302.670000', '170302.673000', '170302.676000', '170302.679000', '170302.682000', '170302.684000', '170302.687000', '170302.690000', '170302.693000', '170302.696000', '170302.698000', '170302.701000', '170302.704000', '170302.707000', '170302.710000', '170302.713000', '170302.715000', '170302.718000', '170302.721000', '170302.724000', '170302.727000', '170302.729000', '170302.732000', '170302.735000', '170302.738000', '170302.741000', '170302.743000', '170302.746000', '170302.749000', '170302.752000', '170302.755000', '170302.757000', '170302.760000', '170302.763000', '170302.766000', '170322.647000', '170322.650000', '170322.653000', '170322.655000', '170322.658000', '170322.661000', '170322.664000', '170322.667000', '170322.669000', '170322.672000', '170322.675000', '170322.678000', '170322.680000', '170322.683000', '170322.686000', '170322.689000', '170322.692000', '170322.695000', '170322.697000', '170322.700000', '170322.703000', '170322.706000', '170322.709000', '170322.711000', '170322.714000', '170322.717000', '170322.720000', '170322.723000', '170322.725000', '170322.728000', '170322.731000', '170322.734000', '170322.737000', '170322.740000', '170322.742000', '170322.745000', '170322.748000', '170322.751000', '170322.754000', '170322.756000', '170322.759000', '170322.762000', '170322.765000', '170322.784000', '170342.648000', '170342.651000', '170342.654000', '170342.656000', '170342.659000', '170342.662000', '170342.665000', '170342.668000', '170342.670000', '170342.673000', '170342.676000', '170342.679000', '170342.682000', '170342.685000', '170342.688000', '170342.690000', '170342.693000', '170342.696000', '170342.699000', '170342.702000', '170342.705000', '170342.707000', '170342.710000', '170342.713000', '170342.716000', '170342.719000', '170342.734000', '170342.737000', '170342.740000', '170342.743000', '170342.746000', '170342.749000', '170342.751000', '170342.755000', '170342.759000', '170342.762000', '170342.765000', '170342.768000', '170342.799000', '170342.807000', '170342.810000', '170342.813000', '170342.816000', '170402.648000', '170402.651000', '170402.654000', '170402.657000', '170402.659000', '170402.662000', '170402.665000', '170402.668000', '170402.671000', '170402.673000', '170402.676000', '170402.679000', '170402.682000', '170402.685000', '170402.688000', '170402.691000', '170402.693000', '170402.696000', '170402.699000', '170402.702000', '170402.705000', '170402.708000', '170402.711000', '170402.713000', '170402.716000', '170402.719000', '170402.722000', '170402.725000', '170402.728000', '170402.731000', '170402.734000', '170402.736000', '170402.739000', '170402.742000', '170402.745000', '170402.748000', '170402.750000', '170402.753000', '170402.756000', '170402.759000', '170402.762000', '170402.765000', '170402.768000', '170402.792000', '170422.648000', '170422.651000', '170422.654000', '170422.657000', '170422.659000', '170422.662000', '170422.665000', '170422.668000', '170422.671000', '170422.673000', '170422.676000', '170422.679000', '170422.682000', '170422.685000', '170422.688000', '170422.691000', '170422.693000', '170422.696000', '170422.699000', '170422.702000', '170422.705000', '170422.708000', '170422.711000', '170422.713000', '170422.716000', '170422.719000', '170422.722000', '170422.725000', '170422.728000', '170422.730000', '170422.733000', '170422.736000', '170422.739000', '170422.742000', '170422.745000', '170422.748000', '170422.750000', '170422.753000', '170422.756000', '170422.759000', '170422.762000', '170422.765000', '170422.768000', '170442.648000', '170442.651000', '170442.654000', '170442.656000', '170442.659000', '170442.662000', '170442.665000', '170442.668000', '170442.671000', '170442.673000', '170442.676000', '170442.679000', '170442.682000', '170442.685000', '170442.687000', '170442.690000', '170442.694000', '170442.699000', '170442.702000', '170442.705000', '170442.708000', '170442.711000', '170442.714000', '170442.716000', '170442.719000', '170442.722000', '170442.725000', '170442.728000', '170442.731000', '170442.733000', '170442.736000', '170442.739000', '170442.742000', '170442.745000', '170442.748000', '170442.750000', '170442.753000', '170442.756000', '170442.759000', '170442.762000', '170442.765000', '170442.767000', '170442.790000', '170502.648000', '170502.651000', '170502.654000', '170502.657000', '170502.659000', '170502.662000', '170502.665000', '170502.668000', '170502.671000', '170502.673000', '170502.676000', '170502.679000', '170502.682000', '170502.685000', '170502.688000', '170502.690000', '170502.693000', '170502.696000', '170502.699000', '170502.702000', '170502.704000', '170502.707000', '170502.710000', '170502.713000', '170502.716000', '170502.719000', '170502.721000', '170502.724000', '170502.727000', '170502.730000', '170502.733000', '170502.739000', '170502.742000', '170502.745000', '170502.748000', '170502.751000', '170502.754000', '170502.757000', '170502.759000', '170502.762000', '170502.765000', '170502.768000', '170502.804000', '170502.807000', '170522.648000', '170522.651000', '170522.654000', '170522.657000', '170522.660000', '170522.663000', '170522.666000', '170522.669000', '170522.684000', '170522.687000', '170522.690000', '170522.692000', '170522.695000', '170522.698000', '170522.701000', '170522.704000', '170522.707000', '170522.710000', '170522.712000', '170522.715000', '170522.718000', '170522.721000', '170522.724000', '170522.727000', '170522.730000', '170522.732000', '170522.735000', '170522.738000', '170522.741000', '170522.744000', '170522.747000', '170522.750000', '170522.752000', '170522.755000', '170522.759000', '170522.762000', '170522.765000', '170522.768000', '170522.828000', '170522.831000', '170522.834000', '170522.836000', '170522.839000', '170542.647000', '170542.650000', '170542.653000', '170542.655000', '170542.658000', '170542.661000', '170542.664000', '170542.667000', '170542.670000', '170542.672000', '170542.675000', '170542.678000', '170542.681000', '170542.684000', '170542.686000', '170542.689000', '170542.692000', '170542.695000', '170542.698000', '170542.700000', '170542.703000', '170542.706000', '170542.709000', '170542.712000', '170542.715000', '170542.717000', '170542.720000', '170542.723000', '170542.726000', '170542.729000', '170542.732000', '170542.734000', '170542.737000', '170542.740000', '170542.743000', '170542.746000', '170542.748000', '170542.751000', '170542.754000', '170542.757000', '170542.760000', '170542.763000', '170542.765000', '170542.814000', '170602.650000', '170602.653000', '170602.656000', '170602.659000', '170602.662000', '170602.665000', '170602.668000', '170602.671000', '170602.673000', '170602.676000', '170602.679000', '170602.682000', '170602.685000', '170602.688000', '170602.690000', '170602.693000', '170602.696000', '170602.699000', '170602.702000', '170602.705000', '170602.707000', '170602.710000', '170602.713000', '170602.716000', '170602.719000', '170602.722000', '170602.724000', '170602.727000', '170602.730000', '170602.733000', '170602.736000', '170602.738000', '170602.741000', '170602.744000', '170602.747000', '170602.750000', '170602.753000', '170602.755000', '170602.758000', '170602.761000', '170602.764000', '170602.767000', '170602.833000', '170622.648000', '170622.651000', '170622.654000', '170622.657000', '170622.659000', '170622.662000', '170622.665000', '170622.668000', '170622.671000', '170622.674000', '170622.676000', '170622.679000', '170622.682000', '170622.685000', '170622.688000', '170622.691000', '170622.694000', '170622.697000', '170622.699000', '170622.702000', '170622.705000', '170622.708000', '170622.711000', '170622.714000', '170622.717000', '170622.720000', '170622.722000', '170622.725000', '170622.728000', '170622.731000', '170622.734000', '170622.737000', '170622.740000', '170622.742000', '170622.745000', '170622.748000', '170622.751000', '170622.754000', '170622.757000', '170622.760000', '170622.763000', '170622.765000', '170622.768000', '170622.795000', '170642.648000', '170642.651000', '170642.654000', '170642.657000', '170642.660000', '170642.662000', '170642.665000', '170642.668000', '170642.674000', '170642.677000', '170642.680000', '170642.683000', '170642.686000', '170642.689000', '170642.692000', '170642.694000', '170642.697000', '170642.700000', '170642.703000', '170642.706000', '170642.709000', '170642.711000', '170642.714000', '170642.717000', '170642.720000', '170642.723000', '170642.726000', '170642.728000', '170642.731000', '170642.734000', '170642.737000', '170642.740000', '170642.742000', '170642.750000', '170642.753000', '170642.756000', '170642.759000', '170642.762000', '170642.765000', '170642.767000', '170642.820000', '170642.823000', '170642.825000', '170702.648000', '170702.651000', '170702.654000', '170702.657000', '170702.659000', '170702.662000', '170702.665000', '170702.668000', '170702.671000', '170702.673000', '170702.676000', '170702.679000', '170702.682000', '170702.685000', '170702.687000', '170702.690000', '170702.693000', '170702.696000', '170702.699000', '170702.702000', '170702.705000', '170702.708000', '170702.710000', '170702.713000', '170702.716000', '170702.719000', '170702.722000', '170702.724000', '170702.727000', '170702.730000', '170702.733000', '170702.736000', '170702.739000', '170702.742000', '170702.745000', '170702.748000', '170702.750000', '170702.753000', '170702.756000', '170702.759000', '170702.762000', '170702.765000', '170702.767000', '170702.815000', '170722.648000', '170722.651000', '170722.654000', '170722.657000', '170722.660000', '170722.662000', '170722.665000', '170722.668000', '170722.671000', '170722.674000', '170722.677000', '170722.679000', '170722.682000', '170722.685000', '170722.688000', '170722.692000', '170722.697000', '170722.700000', '170722.703000', '170722.706000', '170722.709000', '170722.712000', '170722.715000', '170722.718000', '170722.720000', '170722.723000', '170722.726000', '170722.729000', '170722.732000', '170722.735000', '170722.738000', '170722.740000', '170722.743000', '170722.746000', '170722.749000', '170722.752000', '170722.755000', '170722.757000', '170722.760000', '170722.763000', '170722.766000', '170722.809000', '170722.811000', '170742.648000', '170742.651000', '170742.654000', '170742.657000', '170742.660000', '170742.662000', '170742.665000', '170742.668000', '170742.671000', '170742.674000', '170742.677000', '170742.680000', '170742.682000', '170742.685000', '170742.688000', '170742.691000', '170742.694000', '170742.697000', '170742.700000', '170742.702000', '170742.705000', '170742.708000', '170742.711000', '170742.714000', '170742.716000', '170742.719000', '170742.722000', '170742.725000', '170742.728000', '170742.731000', '170742.733000', '170742.736000', '170742.739000', '170742.742000', '170742.745000', '170742.747000', '170742.750000', '170742.753000', '170742.756000', '170742.759000', '170742.762000', '170742.764000', '170742.767000', '170742.827000', '170802.647000', '170802.650000', '170802.653000', '170802.656000', '170802.658000', '170802.661000', '170802.664000', '170802.667000', '170802.670000', '170802.673000', '170802.675000', '170802.678000', '170802.681000', '170802.684000', '170802.687000', '170802.690000', '170802.693000', '170802.695000', '170802.698000', '170802.701000', '170802.704000', '170802.707000', '170802.710000', '170802.713000', '170802.716000', '170802.719000', '170802.722000', '170802.724000', '170802.727000', '170802.730000', '170802.733000', '170802.736000', '170802.739000', '170802.742000', '170802.744000', '170802.747000', '170802.750000', '170802.753000', '170802.756000', '170802.759000', '170802.761000', '170802.764000', '170802.767000', '170822.648000', '170822.651000', '170822.654000', '170822.657000', '170822.660000', '170822.663000', '170822.665000', '170822.668000', '170822.671000', '170822.674000', '170822.677000', '170822.680000', '170822.682000', '170822.685000', '170822.688000', '170822.691000', '170822.694000', '170822.697000', '170822.700000', '170822.702000', '170822.705000', '170822.708000', '170822.711000', '170822.714000', '170822.717000', '170822.719000', '170822.722000', '170822.725000', '170822.728000', '170822.731000', '170822.734000', '170822.737000', '170822.740000', '170822.742000', '170822.745000', '170822.748000', '170822.751000', '170822.754000', '170822.756000', '170822.759000', '170822.762000', '170822.765000', '170822.768000', '170822.824000', '170842.648000', '170842.651000', '170842.654000', '170842.657000', '170842.660000', '170842.662000', '170842.665000', '170842.670000', '170842.673000', '170842.676000', '170842.679000', '170842.681000', '170842.684000', '170842.687000', '170842.690000', '170842.693000', '170842.696000', '170842.699000', '170842.701000', '170842.704000', '170842.707000', '170842.710000', '170842.713000', '170842.716000', '170842.719000', '170842.721000', '170842.725000', '170842.728000', '170842.731000', '170842.734000', '170842.736000', '170842.739000', '170842.742000', '170842.745000', '170842.748000', '170842.751000', '170842.753000', '170842.756000', '170842.759000', '170842.762000', '170842.765000', '170842.768000', '170842.816000', '170902.648000', '170902.651000', '170902.654000', '170902.657000', '170902.659000', '170902.662000', '170902.665000', '170902.668000', '170902.671000', '170902.674000', '170902.677000', '170902.679000', '170902.682000', '170902.685000', '170902.688000', '170902.691000', '170902.694000', '170902.696000', '170902.699000', '170902.702000', '170902.705000', '170902.708000', '170902.711000', '170902.713000', '170902.716000', '170902.719000', '170902.722000', '170902.725000', '170902.727000', '170902.730000', '170902.733000', '170902.736000', '170902.739000', '170902.742000', '170902.744000', '170902.747000', '170902.750000', '170902.753000', '170902.756000', '170902.759000', '170902.761000', '170902.764000', '170902.767000', '170902.838000', '170922.648000', '170922.651000', '170922.654000', '170922.657000', '170922.659000', '170922.662000', '170922.665000', '170922.668000', '170922.671000', '170922.674000', '170922.676000', '170922.679000', '170922.682000', '170922.685000', '170922.688000', '170922.691000', '170922.694000', '170922.697000', '170922.700000', '170922.702000', '170922.705000', '170922.708000', '170922.711000', '170922.714000', '170922.716000', '170922.719000', '170922.722000', '170922.725000', '170922.728000', '170922.731000', '170922.734000', '170922.737000', '170922.739000', '170922.742000', '170922.745000', '170922.748000', '170922.751000', '170922.754000', '170922.757000', '170922.759000', '170922.772000', '170922.837000', '170922.839000', '170942.648000', '170942.651000', '170942.654000', '170942.657000', '170942.659000', '170942.662000', '170942.665000', '170942.668000', '170942.671000', '170942.674000', '170942.677000', '170942.679000', '170942.682000', '170942.685000', '170942.688000', '170942.691000', '170942.694000', '170942.697000', '170942.699000', '170942.702000', '170942.705000', '170942.708000', '170942.711000', '170942.714000', '170942.717000', '170942.719000', '170942.722000', '170942.725000', '170942.728000', '170942.731000', '170942.734000', '170942.737000', '170942.739000', '170942.742000', '170942.745000', '170942.748000', '170942.751000', '170942.754000', '170942.756000', '170942.759000', '170942.762000', '170942.765000', '170942.768000', '170942.833000', '171002.647000', '171002.650000', '171002.653000', '171002.655000', '171002.658000', '171002.661000', '171002.664000', '171002.667000', '171002.670000', '171002.673000', '171002.676000', '171002.678000', '171002.681000', '171002.684000', '171002.687000', '171002.690000', '171002.692000', '171002.695000', '171002.698000', '171002.701000', '171002.705000', '171002.708000', '171002.711000', '171002.714000', '171002.717000', '171002.720000', '171002.723000', '171002.725000', '171002.728000', '171002.731000', '171002.734000', '171002.737000', '171002.740000', '171002.742000', '171002.745000', '171002.748000', '171002.751000', '171002.754000', '171002.757000', '171002.760000', '171002.763000', '171002.766000', '171002.839000', '171004.208000', '171004.211000', '171004.214000', '171004.217000'], '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': [12252, 7816, 10961, 7412, 9298, 7375, 7670, 7573, 7923, 7499, 10063, 7055, 10132, 7263, 9700, 6666, 9455, 6601, 9245, 6867, 9228, 6577, 8476, 6665, 7977, 10708, 6860, 9723, 6695, 9328, 6615, 9006, 6887, 8723, 7184, 7278, 9035, 6744, 9376, 6659, 9058, 6384, 9273, 7048, 8425, 11604, 6806, 9609, 6880, 9332, 7077, 8705, 8181, 6875, 10027, 6848, 9371, 6591, 9106, 6888, 8057, 8652, 6710, 9753, 6952, 9141, 6742, 8726, 7071, 7765, 10557, 6925, 9045, 6737, 8856, 7074, 8356, 11367, 6705, 9509, 6636, 9240, 7237, 8227, 10937, 6886, 9451, 6700, 9202, 7422, 6989, 9919, 6956, 9270, 7003, 8667, 8711, 6714, 9508, 6781, 9107, 7056, 8556, 9030, 6857, 9612, 6740, 9164, 10461, 6900, 9970, 6559, 8998, 6847, 7132, 9787, 6970, 9346, 6776, 7377, 9611, 6688, 8883, 7228, 7921, 8456, 6847, 9373, 6529, 8648, 7375, 7327, 10996, 6833, 9556, 6752, 9178, 7205, 8627, 10322, 6901, 10901, 6594, 9403, 7554, 8787, 11343, 6883, 10814, 6864, 9425, 6831, 8804, 8307, 6870, 10042, 6687, 9112, 6886, 8813, 9069, 6867, 9721, 6737, 9179, 6767, 8967, 10840, 7122, 9459, 6763, 9124, 6745, 8924, 9273, 7016, 9393, 6788, 9111, 6608, 8852, 9311, 7015, 10152, 6791, 9584, 7166, 8900, 12935, 6922, 10278, 6592, 9587, 6990, 8101, 10705, 6924, 9175, 6709, 9006, 7061, 7165, 9671, 6724, 9093, 6805, 8757, 7824, 6997, 9421, 6791, 9042, 7199, 7260, 9875, 6889, 9083, 7027, 7856, 10182, 6728, 9338, 6827, 8856, 7687, 7064, 9756, 7012, 9015, 6647, 8814, 7174, 7580, 8847, 7086, 9726, 6970, 9763, 6714, 8933, 6641, 9092, 6754, 9193, 7821, 9037, 7073, 8858, 6968, 8224, 10838, 7019, 7509, 8670, 6975, 9276, 6614, 10087, 6734, 10135, 6935, 11615, 8160, 13175, 8031, 12998, 7890, 11301, 7297, 11098, 7368, 10519, 8901, 6455, 8828, 7047, 9704, 7792, 7867, 9095, 8175, 10123, 6988, 11006, 7061, 10283, 7121, 10544, 7075, 10669, 6764, 10367, 6735, 9649, 6757, 9076, 7026, 8920, 6636, 8823, 6824, 8215, 8021, 7371, 7987, 7749, 9443, 7232, 9694, 6936, 9330, 6968, 9187, 6838, 8924, 7201, 9355, 7022, 9634, 7062, 9710, 6629, 9683, 7856, 8358, 8243, 8418, 12653, 7306, 10297, 6901, 9993, 6742, 9176, 6909, 8631, 7150, 9564, 7137, 10110, 6793, 9294, 6641, 9071, 6729, 9324, 6556, 9297, 6911, 9250, 7949, 8351, 12615, 7943, 10863, 6922, 9860, 6872, 9110, 6648, 8874, 6930, 8206, 9427, 6919, 9517, 6870, 9175, 6745, 8852, 6693, 8337, 9550, 7192, 9781, 6922, 9522, 6832, 9101, 7103, 8020, 10737, 7156, 10280, 6815, 9470, 6905, 9329, 6938, 9255, 7080, 8409, 7072, 7867, 11344, 6933, 9900, 6793, 9558, 6707, 9086, 6753, 8134, 11300, 7120, 9302, 6815, 8951, 6826, 8463, 7441, 7355, 9682, 7008, 9309, 7155, 8927, 6679, 8804, 6975, 7383, 8217, 7055, 9426, 6869, 9279, 6751, 9215, 6801, 8963, 7291, 7721, 10076, 7012, 9869, 6914, 9165, 6589, 8954, 6693, 8618, 6972, 8496, 7160, 11323, 7331, 10609, 9419, 8379, 11174, 7028, 10698, 6859, 9899, 6873, 8914, 6687, 7609, 9657, 6932, 9286, 7098, 9201, 6796, 8624, 9835, 7190, 9376, 6937, 9227, 6682, 8760, 8353, 7149, 10195, 6723, 9751, 6722, 9077, 6910, 7787, 10631, 6833, 9639, 6773, 9110, 6730, 8845, 6801, 8119, 7633, 7037, 9740, 6800, 9596, 6476, 9909, 6869, 9015, 6550, 8172, 10436, 6991, 10177, 6878, 10463, 6838, 9593, 8149, 7165, 10616, 6919, 10005, 6834, 8972, 8289, 7047, 9957, 6854, 9446, 6611, 9227, 6863, 7309, 9623, 7179, 10277, 6963, 9535, 6973, 9093, 6870, 7503, 9310, 7236, 10346, 6632, 9847, 6625, 9505, 6721, 8316, 8324, 7055, 10049, 6944, 9892, 6864, 8458, 8397, 7054, 10293, 7175, 9842, 6576, 9231, 6677, 7334, 9767, 6786, 9432, 6753, 9197, 6525, 7459, 9997, 6987, 9308, 6522, 8904, 6957, 6853, 9695, 6993, 9282, 6671, 9004, 6488, 7436, 7952, 6964, 9646, 6966, 9196, 6620, 8825, 6605, 8633, 6584, 7700, 9547, 6775, 9890, 7101, 10014, 6615, 9664, 6541, 9728, 7448, 8813, 7206, 8486, 8234, 7105, 10345, 6709, 9783, 6714, 9693, 6538, 9382, 6500, 8972, 7839, 8013, 7646, 7971, 8959, 6958, 10289, 6529, 10097, 6555, 10074, 6535, 9234, 7783, 7407, 11953, 6860, 10353, 6749, 9937, 6545, 9563, 6508, 8135, 7531, 7207, 7289, 7213, 7487, 6870, 9240, 6801, 9920, 6944, 9871, 7371, 7284, 7841, 9026, 7554, 12916, 7154, 11438, 7150, 10998, 6584, 10052, 6918, 8661, 6788, 9315, 6577, 10251, 7397, 7303, 8233, 10267, 8117, 14012, 8072, 11573, 6689, 10928, 6533, 9749, 6769, 7781, 9947, 7273, 10389, 6708, 9752, 6665, 9126, 6598, 8046, 8834, 7014, 10228, 6669, 10037, 6621, 9439, 6597, 7676, 10553, 6735, 10178, 6641, 10235, 6650, 9861, 7938, 7604, 12860, 7532, 11852, 6772, 11013, 6917, 9389, 12098, 7369, 11723, 7087, 10524, 6527, 9648, 7211, 7212, 10881, 6980, 10539, 6607, 9629, 6546, 7627, 10999, 7350, 9985, 7713, 6707, 8038, 6663, 9581, 11683, 7889, 12760, 6861, 10965, 7241, 10215, 10812, 9103, 12136, 8924, 12068, 8521, 13216, 7731, 12902, 7604, 12126, 6969, 11741, 7233, 9574, 7593, 9152, 7452, 9703, 7094, 8179, 7750, 9167, 7323, 11636, 7601, 9902, 9322, 6617, 8798, 6823, 8629, 8304, 6764, 9652, 6720, 11324, 6687, 12777, 7113, 10779, 7053, 9891, 7126, 10732, 7970, 7492, 8046, 6761, 9628, 7653, 7059, 10067, 7088, 12157, 7128, 13431, 7294, 12141, 7213, 11441, 7233, 11742, 7492, 9763, 7474, 8556, 7076, 10581, 6913, 10439, 6936, 10116, 6810, 9657, 6733, 9207, 6851, 7585, 8165, 6956, 10333, 6762, 9801, 6994, 9452, 6559, 8416, 7860, 6854, 10396, 6661, 9815, 6619, 9367, 6581, 7956, 9225, 6756, 10414, 6963, 10200, 6566, 9834, 6627, 9650, 12254, 7454, 11765, 7286, 10427, 6595, 9015, 12888, 6865, 10764, 6593, 9776, 6562, 7691, 10266, 6726, 9843, 6698, 10102, 6621, 9748, 6600, 9620, 6625, 9580, 7162, 10079, 7657, 10821, 8597, 9614, 8361, 13597, 7489, 11811, 6862, 10904, 6613, 10427, 7591, 8430, 8999, 7310, 10957, 6610, 10155, 6512, 9637, 6535, 9394, 6562, 8213, 11042, 6889, 12401, 7114, 11444, 6891, 10279, 6884, 8689, 10167, 7419, 11472, 6586, 10359, 6805, 9368, 10197, 7026, 10535, 6628, 9938, 6488, 9372, 6554, 9022, 7499, 8301, 6584, 8883, 6551, 9252, 6582, 9818, 6713, 11084, 6868, 12423, 7454, 11821, 6984, 9947, 6842, 10804, 7096, 12192, 6962, 10882, 6472, 10091, 8958, 8146, 10050, 7001, 10017, 6736, 9456, 6453, 8975, 6368, 7488, 7995, 6953, 9393, 6520, 9184, 6445, 9116, 6457, 8186, 9906, 7196, 10875, 6815, 9867, 6412, 8369, 10872, 6711, 9588, 6424, 8912, 6830, 7273, 9941, 6691, 9056, 6425, 7296, 10126, 6581, 9097, 6449, 8110, 11008, 6657, 9320, 6471, 8739, 8430, 6738, 9450, 6591, 9084, 6441, 7873, 10144, 6674, 9282, 6369, 8715, 7912, 6925, 9700, 6440, 9230, 8682, 7306, 10026, 6626, 9212, 6578, 8636, 10328, 6952, 9942, 6700, 9375, 6539, 8676, 9779, 6778, 9792, 6624, 9381, 6535, 8636, 6519, 7035, 10379, 6782, 9274, 6482, 9042, 6726, 7571, 10864, 6728, 9614, 6551, 9206, 8455, 6885, 9859, 6402, 9077, 6429, 7654, 8792, 6811, 9431, 6820, 8844, 6760, 7813, 8469, 6917, 9662, 6646, 9088, 6569, 8353, 7428, 6898, 10162, 6698, 9233, 6773, 9395, 6504, 8601, 6552, 8914, 7309, 9568, 6963, 8482, 7900, 12205, 7360, 11919, 6839, 10477, 9077, 8602, 12410, 7104, 10880, 6639, 9825, 6903, 7730, 7564, 7127, 7384, 7164, 8131, 6879, 9564, 6694, 9738, 6892, 10151, 6900, 9957, 6794, 10068, 7027, 10111, 6767, 9377, 6749, 8080, 9496, 7371, 8695, 7516, 7285, 7775, 8290, 7296, 10906, 7029, 10183, 6755, 9497, 6882, 9357, 6882, 8808, 6768, 8266, 7714, 7109, 8928, 6829, 8894, 8292, 7234, 6941, 6681, 9345, 6994, 6519, 9018], 'WindowCenter': [4065.0, 4011.0, 4028.0, 3986.0, 4005.0, 3996.0, 3995.0, 4006.0, 4006.0, 4008.0, 4028.0, 3998.0, 4027.0, 4008.0, 4026.0, 3988.0, 4028.0, 3988.0, 4028.0, 3987.0, 4029.0, 3987.0, 4018.0, 3987.0, 4020.0, 4040.0, 4000.0, 4029.0, 3999.0, 4029.0, 3999.0, 4030.0, 3999.0, 4031.0, 3999.0, 4011.0, 4030.0, 4001.0, 4031.0, 4001.0, 4032.0, 4001.0, 4042.0, 3999.0, 4022.0, 4050.0, 4000.0, 4041.0, 4011.0, 4030.0, 3999.0, 4031.0, 4019.0, 4000.0, 4040.0, 3999.0, 4031.0, 3999.0, 4031.0, 3999.0, 4022.0, 4030.0, 4012.0, 4042.0, 4011.0, 4041.0, 4001.0, 4032.0, 4010.0, 4023.0, 4053.0, 4011.0, 4031.0, 4001.0, 4032.0, 4000.0, 4033.0, 4063.0, 4001.0, 4042.0, 4001.0, 4042.0, 4010.0, 4032.0, 4051.0, 4000.0, 4040.0, 3999.0, 4031.0, 4008.0, 4010.0, 4041.0, 4000.0, 4030.0, 3998.0, 4030.0, 4018.0, 4000.0, 4041.0, 4000.0, 4031.0, 3998.0, 4031.0, 4029.0, 4000.0, 4040.0, 4000.0, 4043.0, 4040.0, 3999.0, 4039.0, 3988.0, 4031.0, 3998.0, 4010.0, 4040.0, 3998.0, 4029.0, 3987.0, 4009.0, 4027.0, 3999.0, 4030.0, 4009.0, 4020.0, 4018.0, 4000.0, 4030.0, 3989.0, 4032.0, 4010.0, 4011.0, 4050.0, 4000.0, 4040.0, 4000.0, 4042.0, 4010.0, 4032.0, 4040.0, 4011.0, 4050.0, 4000.0, 4031.0, 4009.0, 4031.0, 4049.0, 3999.0, 4038.0, 3998.0, 4029.0, 3998.0, 4030.0, 4018.0, 3999.0, 4028.0, 3999.0, 4029.0, 3998.0, 4031.0, 4029.0, 3999.0, 4029.0, 3999.0, 4041.0, 3999.0, 4032.0, 4050.0, 4000.0, 4029.0, 3999.0, 4030.0, 3998.0, 4031.0, 4029.0, 3999.0, 4029.0, 3999.0, 4030.0, 3999.0, 4031.0, 4030.0, 4010.0, 4039.0, 3999.0, 4040.0, 3997.0, 4030.0, 4059.0, 3998.0, 4038.0, 3987.0, 4028.0, 3996.0, 4019.0, 4038.0, 3998.0, 4028.0, 3998.0, 4029.0, 3997.0, 3999.0, 4039.0, 3998.0, 4029.0, 3998.0, 4030.0, 4007.0, 4009.0, 4030.0, 3999.0, 4030.0, 3997.0, 4010.0, 4038.0, 3999.0, 4030.0, 3997.0, 4019.0, 4038.0, 3998.0, 4029.0, 3998.0, 4030.0, 4008.0, 4010.0, 4039.0, 4010.0, 4030.0, 3999.0, 4042.0, 4010.0, 4022.0, 4030.0, 4012.0, 4043.0, 4013.0, 4052.0, 4013.0, 4042.0, 4013.0, 4043.0, 4014.0, 4055.0, 4023.0, 4043.0, 4011.0, 4043.0, 4011.0, 4034.0, 4052.0, 4011.0, 4022.0, 4042.0, 4022.0, 4053.0, 4012.0, 4065.0, 4013.0, 4054.0, 4013.0, 4064.0, 4033.0, 4061.0, 4020.0, 4048.0, 4009.0, 4038.0, 3996.0, 4048.0, 3996.0, 4036.0, 4015.0, 3974.0, 4018.0, 3997.0, 4028.0, 4009.0, 4019.0, 4030.0, 4018.0, 4039.0, 3998.0, 4038.0, 3987.0, 4026.0, 3985.0, 4026.0, 3985.0, 4025.0, 3973.0, 4014.0, 3972.0, 4014.0, 3984.0, 4016.0, 3983.0, 4015.0, 3984.0, 4016.0, 3985.0, 4018.0, 4007.0, 3998.0, 4006.0, 4008.0, 4027.0, 4008.0, 4029.0, 3998.0, 4028.0, 3997.0, 4029.0, 3999.0, 4029.0, 4022.0, 4042.0, 4012.0, 4041.0, 4011.0, 4042.0, 3999.0, 4041.0, 4020.0, 4020.0, 4018.0, 4019.0, 4047.0, 3998.0, 4039.0, 3998.0, 4027.0, 3997.0, 4027.0, 3998.0, 4029.0, 4009.0, 4041.0, 4011.0, 4041.0, 4000.0, 4030.0, 3999.0, 4030.0, 3999.0, 4030.0, 3988.0, 4029.0, 3998.0, 4030.0, 4019.0, 4019.0, 4048.0, 4007.0, 4036.0, 3985.0, 4026.0, 3987.0, 4017.0, 3985.0, 4016.0, 3984.0, 4006.0, 4015.0, 3996.0, 4027.0, 3986.0, 4016.0, 3985.0, 4017.0, 3985.0, 4018.0, 4027.0, 3998.0, 4027.0, 3996.0, 4027.0, 3986.0, 4028.0, 3996.0, 4019.0, 4038.0, 3998.0, 4038.0, 3997.0, 4028.0, 3995.0, 4028.0, 3997.0, 4028.0, 3996.0, 4018.0, 3996.0, 4008.0, 4037.0, 3998.0, 4038.0, 3987.0, 4028.0, 3986.0, 4028.0, 3986.0, 4019.0, 4049.0, 3998.0, 4028.0, 3997.0, 4028.0, 3987.0, 4019.0, 4007.0, 4009.0, 4028.0, 3998.0, 4028.0, 3998.0, 4029.0, 3998.0, 4031.0, 4008.0, 4010.0, 4018.0, 4010.0, 4029.0, 3999.0, 4041.0, 4000.0, 4041.0, 3999.0, 4031.0, 4009.0, 4021.0, 4051.0, 4011.0, 4052.0, 4010.0, 4039.0, 3999.0, 4041.0, 4011.0, 4042.0, 4024.0, 4056.0, 4037.0, 4065.0, 4022.0, 4053.0, 4028.0, 4019.0, 4049.0, 3997.0, 4037.0, 3986.0, 4027.0, 3985.0, 4028.0, 3997.0, 4020.0, 4028.0, 3998.0, 4028.0, 3998.0, 4029.0, 3997.0, 4030.0, 4040.0, 4009.0, 4029.0, 4009.0, 4029.0, 3998.0, 4030.0, 4018.0, 4010.0, 4039.0, 3998.0, 4028.0, 3997.0, 4030.0, 3997.0, 4020.0, 4050.0, 3999.0, 4039.0, 3998.0, 4029.0, 3999.0, 4041.0, 3999.0, 4031.0, 4019.0, 4011.0, 4052.0, 4001.0, 4042.0, 3989.0, 4053.0, 3999.0, 4041.0, 3999.0, 4030.0, 4049.0, 4010.0, 4051.0, 3998.0, 4039.0, 3996.0, 4039.0, 4006.0, 3997.0, 4038.0, 3997.0, 4028.0, 3985.0, 4028.0, 4005.0, 3997.0, 4038.0, 3997.0, 4038.0, 3986.0, 4029.0, 3986.0, 4009.0, 4039.0, 4009.0, 4038.0, 3998.0, 4038.0, 3997.0, 4030.0, 3998.0, 4009.0, 4027.0, 4008.0, 4038.0, 3997.0, 4039.0, 3998.0, 4040.0, 3998.0, 4019.0, 4018.0, 4009.0, 4039.0, 4009.0, 4040.0, 3997.0, 4019.0, 4016.0, 3997.0, 4037.0, 3997.0, 4039.0, 3997.0, 4029.0, 3996.0, 4008.0, 4038.0, 3998.0, 4039.0, 3999.0, 4040.0, 3998.0, 4009.0, 4039.0, 4009.0, 4040.0, 4000.0, 4042.0, 4009.0, 4011.0, 4040.0, 4011.0, 4041.0, 4011.0, 4043.0, 4001.0, 4023.0, 4031.0, 4023.0, 4052.0, 4023.0, 4054.0, 4013.0, 4055.0, 4013.0, 4056.0, 4013.0, 4047.0, 4066.0, 4027.0, 4066.0, 4025.0, 4065.0, 4025.0, 4066.0, 4015.0, 4068.0, 4025.0, 4056.0, 4023.0, 4056.0, 4043.0, 4025.0, 4065.0, 4026.0, 4066.0, 4014.0, 4055.0, 4014.0, 4056.0, 4014.0, 4057.0, 4035.0, 4046.0, 4034.0, 4046.0, 4043.0, 4025.0, 4065.0, 4015.0, 4066.0, 4013.0, 4065.0, 4001.0, 4056.0, 4023.0, 4036.0, 4076.0, 4013.0, 4052.0, 4012.0, 4053.0, 4001.0, 4054.0, 4013.0, 4034.0, 4033.0, 4023.0, 4022.0, 4035.0, 4034.0, 4026.0, 4056.0, 4028.0, 4079.0, 4037.0, 4066.0, 4036.0, 4035.0, 4047.0, 4055.0, 4037.0, 4086.0, 4024.0, 4065.0, 4012.0, 4063.0, 4011.0, 4066.0, 4012.0, 4032.0, 4000.0, 4042.0, 4012.0, 4064.0, 4024.0, 4023.0, 4046.0, 4053.0, 4035.0, 4085.0, 4021.0, 4050.0, 3997.0, 4049.0, 3987.0, 4040.0, 3998.0, 4020.0, 4039.0, 4009.0, 4039.0, 3998.0, 4041.0, 4010.0, 4041.0, 3999.0, 4031.0, 4029.0, 4010.0, 4052.0, 4011.0, 4052.0, 3999.0, 4042.0, 3999.0, 4033.0, 4052.0, 4012.0, 4053.0, 4012.0, 4053.0, 4012.0, 4054.0, 4031.0, 4022.0, 4073.0, 4022.0, 4061.0, 3999.0, 4051.0, 3997.0, 4040.0, 4059.0, 4007.0, 4049.0, 3997.0, 4038.0, 3987.0, 4040.0, 4007.0, 4009.0, 4049.0, 3998.0, 4038.0, 3999.0, 4055.0, 3999.0, 4032.0, 4051.0, 4021.0, 4052.0, 4032.0, 4011.0, 4032.0, 4013.0, 4067.0, 4074.0, 4022.0, 4072.0, 3999.0, 4050.0, 3998.0, 4040.0, 4038.0, 4017.0, 4045.0, 4015.0, 4034.0, 4004.0, 4033.0, 3983.0, 4033.0, 3981.0, 4033.0, 3971.0, 4021.0, 3981.0, 4000.0, 3992.0, 4000.0, 3982.0, 4012.0, 3983.0, 3991.0, 3993.0, 4013.0, 3995.0, 4034.0, 3993.0, 4013.0, 4014.0, 3972.0, 4027.0, 3997.0, 4016.0, 4016.0, 3997.0, 4038.0, 3997.0, 4048.0, 3986.0, 4047.0, 3985.0, 4034.0, 3985.0, 4024.0, 3996.0, 4035.0, 4006.0, 3994.0, 4006.0, 3987.0, 4027.0, 4008.0, 3998.0, 4040.0, 3999.0, 4050.0, 3998.0, 4058.0, 3997.0, 4047.0, 3996.0, 4036.0, 3996.0, 4036.0, 3995.0, 4025.0, 3996.0, 4004.0, 3986.0, 4038.0, 3998.0, 4038.0, 3997.0, 4026.0, 3986.0, 4028.0, 3986.0, 4029.0, 3986.0, 4007.0, 4006.0, 3998.0, 4038.0, 3998.0, 4040.0, 4010.0, 4040.0, 3988.0, 4032.0, 4019.0, 4001.0, 4052.0, 4001.0, 4052.0, 4000.0, 4043.0, 4000.0, 4033.0, 4043.0, 4014.0, 4063.0, 4013.0, 4052.0, 4012.0, 4054.0, 4001.0, 4055.0, 4063.0, 4011.0, 4061.0, 4010.0, 4051.0, 3998.0, 4041.0, 4061.0, 4000.0, 4049.0, 3999.0, 4039.0, 3999.0, 4021.0, 4051.0, 4012.0, 4052.0, 4013.0, 4052.0, 4013.0, 4054.0, 4025.0, 4056.0, 4025.0, 4055.0, 4025.0, 4055.0, 4036.0, 4064.0, 4044.0, 4041.0, 4033.0, 4071.0, 4010.0, 4049.0, 3999.0, 4050.0, 3999.0, 4050.0, 4008.0, 4019.0, 4028.0, 4008.0, 4037.0, 3986.0, 4038.0, 3987.0, 4039.0, 3987.0, 4030.0, 3997.0, 4020.0, 4049.0, 3999.0, 4059.0, 3998.0, 4048.0, 3997.0, 4038.0, 3997.0, 4019.0, 4037.0, 3996.0, 4035.0, 3985.0, 4037.0, 3986.0, 4028.0, 4026.0, 3985.0, 4025.0, 3986.0, 4027.0, 3989.0, 4039.0, 4000.0, 4040.0, 4009.0, 4030.0, 4000.0, 4042.0, 4001.0, 4043.0, 4012.0, 4053.0, 4001.0, 4062.0, 4012.0, 4073.0, 4012.0, 4060.0, 3998.0, 4028.0, 3998.0, 4050.0, 4024.0, 4060.0, 3998.0, 4039.0, 3990.0, 4040.0, 4017.0, 4006.0, 4024.0, 3986.0, 4026.0, 3985.0, 4026.0, 3975.0, 4017.0, 3975.0, 4008.0, 4006.0, 3998.0, 4028.0, 3988.0, 4029.0, 3988.0, 4030.0, 3989.0, 4021.0, 4039.0, 3999.0, 4051.0, 3988.0, 4039.0, 3976.0, 4018.0, 4037.0, 3987.0, 4029.0, 3987.0, 4029.0, 3986.0, 3998.0, 4027.0, 3987.0, 4029.0, 3987.0, 3998.0, 4027.0, 3987.0, 4028.0, 3987.0, 4020.0, 4049.0, 3998.0, 4028.0, 3987.0, 4030.0, 4017.0, 3999.0, 4040.0, 3999.0, 4030.0, 3988.0, 4021.0, 4039.0, 4000.0, 4031.0, 3989.0, 4031.0, 4008.0, 4000.0, 4040.0, 3989.0, 4041.0, 4030.0, 4010.0, 4039.0, 3999.0, 4029.0, 3987.0, 4030.0, 4039.0, 3999.0, 4039.0, 3998.0, 4029.0, 3987.0, 4030.0, 4039.0, 3999.0, 4040.0, 3999.0, 4030.0, 3988.0, 4031.0, 3988.0, 4010.0, 4040.0, 4000.0, 4030.0, 3989.0, 4030.0, 3998.0, 4020.0, 4050.0, 3999.0, 4040.0, 3988.0, 4029.0, 4017.0, 3998.0, 4038.0, 3988.0, 4029.0, 3987.0, 4009.0, 4018.0, 3999.0, 4029.0, 3999.0, 4031.0, 3998.0, 4021.0, 4018.0, 4010.0, 4040.0, 4000.0, 4031.0, 3998.0, 4031.0, 4008.0, 4011.0, 4040.0, 3999.0, 4041.0, 4012.0, 4041.0, 4000.0, 4031.0, 4013.0, 4044.0, 4036.0, 4055.0, 4026.0, 4045.0, 4036.0, 4077.0, 4024.0, 4063.0, 3988.0, 4040.0, 4016.0, 4017.0, 4047.0, 3985.0, 4025.0, 3972.0, 4014.0, 3982.0, 3994.0, 3994.0, 3996.0, 3994.0, 3997.0, 4006.0, 3998.0, 4028.0, 3999.0, 4029.0, 3999.0, 4038.0, 3999.0, 4039.0, 3998.0, 4040.0, 3997.0, 4028.0, 3985.0, 4017.0, 3984.0, 4007.0, 4026.0, 3997.0, 4016.0, 3997.0, 3996.0, 4008.0, 4017.0, 4009.0, 4039.0, 3998.0, 4036.0, 3998.0, 4029.0, 3997.0, 4030.0, 3998.0, 4018.0, 3986.0, 4018.0, 3995.0, 3998.0, 4028.0, 3999.0, 4028.0, 4030.0, 4021.0, 4022.0, 4012.0, 4053.0, 4024.0, 4014.0, 4056.0], 'WindowWidth': [9037.0, 8955.0, 8968.0, 8908.0, 8930.0, 8922.0, 8918.0, 8939.0, 8935.0, 8943.0, 8968.0, 8928.0, 8964.0, 8943.0, 8964.0, 8916.0, 8969.0, 8916.0, 8970.0, 8915.0, 8970.0, 8913.0, 8957.0, 8914.0, 8964.0, 8987.0, 8937.0, 8972.0, 8933.0, 8971.0, 8931.0, 8975.0, 8934.0, 8980.0, 8934.0, 8952.0, 8974.0, 8939.0, 8978.0, 8939.0, 8982.0, 8940.0, 8994.0, 8934.0, 8967.0, 9002.0, 8938.0, 8993.0, 8952.0, 8977.0, 8934.0, 8978.0, 8958.0, 8937.0, 8991.0, 8936.0, 8978.0, 8934.0, 8978.0, 8934.0, 8968.0, 8977.0, 8957.0, 8997.0, 8954.0, 8992.0, 8940.0, 8984.0, 8951.0, 8971.0, 9011.0, 8953.0, 8978.0, 8940.0, 8982.0, 8936.0, 8985.0, 9024.0, 8942.0, 8994.0, 8939.0, 8995.0, 8948.0, 8981.0, 9005.0, 8937.0, 8990.0, 8934.0, 8979.0, 8944.0, 8951.0, 8992.0, 8936.0, 8976.0, 8930.0, 8977.0, 8957.0, 8936.0, 8992.0, 8938.0, 8978.0, 8932.0, 8979.0, 8971.0, 8936.0, 8991.0, 8938.0, 8998.0, 8988.0, 8935.0, 8986.0, 8918.0, 8978.0, 8929.0, 8950.0, 8990.0, 8932.0, 8974.0, 8913.0, 8947.0, 8968.0, 8933.0, 8979.0, 8947.0, 8962.0, 8957.0, 8937.0, 8975.0, 8923.0, 8983.0, 8951.0, 8954.0, 9004.0, 8938.0, 8990.0, 8937.0, 8995.0, 8952.0, 8984.0, 8990.0, 8953.0, 9003.0, 8936.0, 8978.0, 8949.0, 8981.0, 8998.0, 8934.0, 8983.0, 8930.0, 8972.0, 8931.0, 8977.0, 8956.0, 8933.0, 8970.0, 8934.0, 8974.0, 8931.0, 8980.0, 8974.0, 8935.0, 8973.0, 8936.0, 8992.0, 8936.0, 8982.0, 9003.0, 8937.0, 8973.0, 8936.0, 8975.0, 8932.0, 8981.0, 8975.0, 8936.0, 8974.0, 8936.0, 8976.0, 8934.0, 8981.0, 8977.0, 8952.0, 8988.0, 8934.0, 8989.0, 8929.0, 8976.0, 9013.0, 8931.0, 8982.0, 8914.0, 8971.0, 8925.0, 8960.0, 8983.0, 8931.0, 8971.0, 8930.0, 8975.0, 8927.0, 8935.0, 8988.0, 8932.0, 8974.0, 8930.0, 8976.0, 8942.0, 8948.0, 8977.0, 8934.0, 8977.0, 8929.0, 8950.0, 8983.0, 8933.0, 8976.0, 8929.0, 8961.0, 8982.0, 8932.0, 8973.0, 8931.0, 8978.0, 8946.0, 8951.0, 8988.0, 8952.0, 8978.0, 8937.0, 8997.0, 8952.0, 8970.0, 8977.0, 8959.0, 9000.0, 8961.0, 9011.0, 8961.0, 8999.0, 8963.0, 9003.0, 8966.0, 9021.0, 8973.0, 9001.0, 8954.0, 8999.0, 8953.0, 8990.0, 9011.0, 8956.0, 8972.0, 9000.0, 8975.0, 9017.0, 8959.0, 9032.0, 8960.0, 9016.0, 8963.0, 9030.0, 8986.0, 9018.0, 8964.0, 8996.0, 8946.0, 8981.0, 8924.0, 8996.0, 8927.0, 8976.0, 8949.0, 8893.0, 8954.0, 8928.0, 8969.0, 8947.0, 8961.0, 8976.0, 8956.0, 8984.0, 8929.0, 8980.0, 8912.0, 8962.0, 8906.0, 8962.0, 8905.0, 8958.0, 8885.0, 8940.0, 8884.0, 8942.0, 8906.0, 8948.0, 8901.0, 8945.0, 8903.0, 8951.0, 8908.0, 8958.0, 8940.0, 8929.0, 8937.0, 8944.0, 8966.0, 8944.0, 8971.0, 8932.0, 8969.0, 8930.0, 8972.0, 8936.0, 8975.0, 8970.0, 8998.0, 8956.0, 8992.0, 8954.0, 8995.0, 8936.0, 8994.0, 8962.0, 8962.0, 8955.0, 8960.0, 8993.0, 8929.0, 8986.0, 8930.0, 8967.0, 8928.0, 8967.0, 8933.0, 8973.0, 8950.0, 8994.0, 8954.0, 8992.0, 8937.0, 8977.0, 8934.0, 8977.0, 8934.0, 8976.0, 8919.0, 8974.0, 8932.0, 8977.0, 8962.0, 8961.0, 8993.0, 8939.0, 8976.0, 8908.0, 8964.0, 8915.0, 8953.0, 8906.0, 8948.0, 8903.0, 8939.0, 8945.0, 8924.0, 8965.0, 8911.0, 8949.0, 8909.0, 8953.0, 8907.0, 8957.0, 8968.0, 8931.0, 8967.0, 8926.0, 8966.0, 8911.0, 8971.0, 8925.0, 8962.0, 8984.0, 8930.0, 8982.0, 8929.0, 8969.0, 8923.0, 8969.0, 8928.0, 8971.0, 8926.0, 8956.0, 8924.0, 8944.0, 8979.0, 8930.0, 8985.0, 8914.0, 8968.0, 8912.0, 8971.0, 8912.0, 8961.0, 9001.0, 8933.0, 8970.0, 8930.0, 8971.0, 8914.0, 8961.0, 8943.0, 8948.0, 8971.0, 8932.0, 8969.0, 8932.0, 8974.0, 8932.0, 8980.0, 8947.0, 8951.0, 8958.0, 8952.0, 8974.0, 8937.0, 8995.0, 8941.0, 8994.0, 8935.0, 8981.0, 8947.0, 8968.0, 9008.0, 8954.0, 9012.0, 8952.0, 8988.0, 8936.0, 8994.0, 8957.0, 9000.0, 8981.0, 9025.0, 9002.0, 9034.0, 8972.0, 9012.0, 8970.0, 8961.0, 8998.0, 8929.0, 8980.0, 8910.0, 8966.0, 8909.0, 8970.0, 8931.0, 8966.0, 8971.0, 8932.0, 8970.0, 8932.0, 8975.0, 8930.0, 8979.0, 8990.0, 8950.0, 8973.0, 8947.0, 8974.0, 8931.0, 8979.0, 8959.0, 8951.0, 8988.0, 8931.0, 8972.0, 8931.0, 8976.0, 8930.0, 8967.0, 9004.0, 8936.0, 8986.0, 8933.0, 8975.0, 8935.0, 8996.0, 8938.0, 8982.0, 8962.0, 8957.0, 9013.0, 8942.0, 8998.0, 8922.0, 9013.0, 8935.0, 8994.0, 8935.0, 8980.0, 9002.0, 8954.0, 9008.0, 8934.0, 8987.0, 8927.0, 8987.0, 8938.0, 8930.0, 8986.0, 8929.0, 8969.0, 8910.0, 8970.0, 8935.0, 8928.0, 8985.0, 8931.0, 8985.0, 8913.0, 8974.0, 8913.0, 8948.0, 8987.0, 8948.0, 8986.0, 8931.0, 8986.0, 8930.0, 8978.0, 8933.0, 8949.0, 8970.0, 8947.0, 8984.0, 8931.0, 8987.0, 8932.0, 8991.0, 8931.0, 8963.0, 8958.0, 8949.0, 8987.0, 8949.0, 8992.0, 8931.0, 8960.0, 8953.0, 8931.0, 8982.0, 8929.0, 8988.0, 8931.0, 8974.0, 8928.0, 8948.0, 8985.0, 8934.0, 8990.0, 8937.0, 8993.0, 8932.0, 8951.0, 8988.0, 8950.0, 8992.0, 8940.0, 8999.0, 8951.0, 8957.0, 8994.0, 8955.0, 8997.0, 8956.0, 9004.0, 8943.0, 8976.0, 8982.0, 8975.0, 9014.0, 8976.0, 9020.0, 8966.0, 9022.0, 8965.0, 9025.0, 8966.0, 9017.0, 9041.0, 8990.0, 9038.0, 8984.0, 9036.0, 8985.0, 9040.0, 8972.0, 9044.0, 8983.0, 9023.0, 8976.0, 9025.0, 9004.0, 8984.0, 9037.0, 8988.0, 9038.0, 8968.0, 9021.0, 8966.0, 9026.0, 8967.0, 9028.0, 8998.0, 9012.0, 8991.0, 9011.0, 9003.0, 8982.0, 9034.0, 8970.0, 9039.0, 8965.0, 9034.0, 8946.0, 9025.0, 8975.0, 8999.0, 9053.0, 8965.0, 9012.0, 8959.0, 9015.0, 8944.0, 9017.0, 8963.0, 8994.0, 8990.0, 8977.0, 8975.0, 8996.0, 8993.0, 8989.0, 9026.0, 8993.0, 9064.0, 9003.0, 9038.0, 8999.0, 8996.0, 9016.0, 9023.0, 9002.0, 9065.0, 8980.0, 9033.0, 8958.0, 9028.0, 8957.0, 9040.0, 8960.0, 8986.0, 8941.0, 9000.0, 8962.0, 9031.0, 8981.0, 8978.0, 9011.0, 9016.0, 8994.0, 9062.0, 8969.0, 9002.0, 8929.0, 9000.0, 8914.0, 8990.0, 8933.0, 8964.0, 8989.0, 8948.0, 8987.0, 8934.0, 8995.0, 8955.0, 8997.0, 8938.0, 8983.0, 8977.0, 8955.0, 9012.0, 8957.0, 9011.0, 8938.0, 8998.0, 8938.0, 8991.0, 9011.0, 8959.0, 9016.0, 8960.0, 9015.0, 8958.0, 9016.0, 8983.0, 8974.0, 9042.0, 8971.0, 9020.0, 8937.0, 9006.0, 8930.0, 8990.0, 9015.0, 8945.0, 8999.0, 8930.0, 8985.0, 8917.0, 8990.0, 8944.0, 8951.0, 9001.0, 8932.0, 8986.0, 8937.0, 9022.0, 8939.0, 8985.0, 9007.0, 8970.0, 9014.0, 8988.0, 8957.0, 8988.0, 8964.0, 9044.0, 9043.0, 8972.0, 9037.0, 8935.0, 9006.0, 8930.0, 8991.0, 8982.0, 8953.0, 8987.0, 8948.0, 8968.0, 8930.0, 8967.0, 8899.0, 8965.0, 8895.0, 8964.0, 8882.0, 8948.0, 8894.0, 8918.0, 8911.0, 8919.0, 8900.0, 8939.0, 8901.0, 8910.0, 8916.0, 8940.0, 8921.0, 8973.0, 8916.0, 8941.0, 8944.0, 8885.0, 8969.0, 8931.0, 8952.0, 8954.0, 8931.0, 8985.0, 8930.0, 8997.0, 8911.0, 8992.0, 8909.0, 8971.0, 8908.0, 8958.0, 8924.0, 8974.0, 8935.0, 8919.0, 8935.0, 8913.0, 8967.0, 8944.0, 8931.0, 8989.0, 8933.0, 9001.0, 8930.0, 9009.0, 8927.0, 8992.0, 8924.0, 8976.0, 8924.0, 8973.0, 8920.0, 8957.0, 8922.0, 8931.0, 8911.0, 8981.0, 8931.0, 8981.0, 8926.0, 8963.0, 8911.0, 8970.0, 8912.0, 8973.0, 8911.0, 8941.0, 8936.0, 8930.0, 8981.0, 8932.0, 8992.0, 8952.0, 8991.0, 8918.0, 8984.0, 8962.0, 8943.0, 9010.0, 8943.0, 9009.0, 8940.0, 9000.0, 8938.0, 8987.0, 8999.0, 8964.0, 9027.0, 8961.0, 9011.0, 8959.0, 9017.0, 8942.0, 9019.0, 9028.0, 8955.0, 9018.0, 8950.0, 9007.0, 8933.0, 8994.0, 9020.0, 8938.0, 9001.0, 8934.0, 8989.0, 8934.0, 8970.0, 9009.0, 8961.0, 9012.0, 8962.0, 9011.0, 8964.0, 9019.0, 8981.0, 9023.0, 8983.0, 9020.0, 8983.0, 9022.0, 8997.0, 9030.0, 9003.0, 8995.0, 8986.0, 9034.0, 8951.0, 9000.0, 8933.0, 9002.0, 8934.0, 9004.0, 8944.0, 8960.0, 8970.0, 8946.0, 8981.0, 8913.0, 8983.0, 8916.0, 8986.0, 8918.0, 8977.0, 8930.0, 8966.0, 9001.0, 8933.0, 9012.0, 8931.0, 8997.0, 8926.0, 8983.0, 8927.0, 8959.0, 8979.0, 8926.0, 8974.0, 8910.0, 8981.0, 8911.0, 8970.0, 8962.0, 8908.0, 8961.0, 8910.0, 8966.0, 8918.0, 8987.0, 8939.0, 8994.0, 8950.0, 8978.0, 8939.0, 8996.0, 8943.0, 9000.0, 8958.0, 9012.0, 8941.0, 9023.0, 8958.0, 9039.0, 8958.0, 9017.0, 8931.0, 8970.0, 8931.0, 9004.0, 8977.0, 9015.0, 8929.0, 8984.0, 8921.0, 8988.0, 8952.0, 8936.0, 8956.0, 8910.0, 8964.0, 8907.0, 8963.0, 8895.0, 8952.0, 8895.0, 8942.0, 8936.0, 8930.0, 8970.0, 8919.0, 8973.0, 8919.0, 8975.0, 8921.0, 8967.0, 8987.0, 8935.0, 9004.0, 8917.0, 8985.0, 8896.0, 8957.0, 8980.0, 8916.0, 8972.0, 8916.0, 8972.0, 8912.0, 8930.0, 8967.0, 8914.0, 8974.0, 8914.0, 8930.0, 8966.0, 8915.0, 8971.0, 8913.0, 8964.0, 9000.0, 8931.0, 8970.0, 8913.0, 8975.0, 8953.0, 8933.0, 8990.0, 8936.0, 8976.0, 8918.0, 8965.0, 8987.0, 8937.0, 8979.0, 8920.0, 8978.0, 8945.0, 8937.0, 8989.0, 8920.0, 8994.0, 8977.0, 8950.0, 8985.0, 8934.0, 8975.0, 8916.0, 8977.0, 8985.0, 8933.0, 8986.0, 8932.0, 8973.0, 8916.0, 8978.0, 8985.0, 8936.0, 8988.0, 8934.0, 8975.0, 8920.0, 8979.0, 8919.0, 8953.0, 8991.0, 8937.0, 8975.0, 8920.0, 8978.0, 8931.0, 8965.0, 9002.0, 8936.0, 8990.0, 8919.0, 8974.0, 8953.0, 8932.0, 8984.0, 8918.0, 8975.0, 8916.0, 8947.0, 8956.0, 8935.0, 8975.0, 8936.0, 8979.0, 8933.0, 8968.0, 8959.0, 8951.0, 8990.0, 8938.0, 8981.0, 8933.0, 8981.0, 8944.0, 8955.0, 8990.0, 8935.0, 8994.0, 8961.0, 8995.0, 8939.0, 8983.0, 8964.0, 9005.0, 8999.0, 9022.0, 8985.0, 9009.0, 8999.0, 9052.0, 8976.0, 9024.0, 8918.0, 8989.0, 8950.0, 8953.0, 8993.0, 8905.0, 8959.0, 8885.0, 8941.0, 8896.0, 8918.0, 8917.0, 8924.0, 8919.0, 8929.0, 8939.0, 8931.0, 8970.0, 8934.0, 8973.0, 8935.0, 8985.0, 8935.0, 8986.0, 8932.0, 8989.0, 8928.0, 8969.0, 8907.0, 8953.0, 8905.0, 8941.0, 8963.0, 8927.0, 8950.0, 8928.0, 8925.0, 8945.0, 8954.0, 8949.0, 8986.0, 8930.0, 8979.0, 8930.0, 8973.0, 8929.0, 8976.0, 8930.0, 8956.0, 8911.0, 8956.0, 8922.0, 8932.0, 8969.0, 8934.0, 8972.0, 8979.0, 8973.0, 8974.0, 8959.0, 9017.0, 8981.0, 8967.0, 9025.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.002530483592400691</td></tr>
<tr><td colspan=3>aqi</td><td>0.03038895526770294</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.20231479052721</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2414032815816767</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0077903768885035</td></tr>
<tr><td colspan=3>efc</td><td>0.435</td></tr>
<tr><td colspan=3>fber</td><td>8671.3662</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06657670067970047</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5544041450777202</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.42915522170768</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.296775217967884</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6336013917555046</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3570890553996513</td></tr>
<tr><td colspan=3>gcor</td><td>0.0118819</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01682802475988865</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026621222496032715</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8600830266260773</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.3674</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.7648</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.3097</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310890.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>615.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.1846</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.234</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.1132</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3305.3379</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65654.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4312.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.8543</td></tr>
<tr><td colspan=3>tsnr</td><td>37.71271915757097</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>