<?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-0093_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-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093/ses-02/func/sub-0093_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>c913a3722cb42f85c6428616db78ff83</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>15:59:26.080000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993957, 0.0194609, 0.108027, -0.0319309, 0.99286, 0.114935]</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.105855</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7792, -7234, 620, -75, -346, 62, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.968</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cef4ade7-b89b-4091-bea8-9bfb9ae11e8b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666715383529663, -0.0856684073805809, 0.28355053067207336, 112.34896087646484], [-0.05221211910247803, 2.6637699604034424, 0.3177633285522461, -100.13822174072266], [0.28982800245285034, -0.30836281180381775, 2.666200637817383, -61.286590576171875], [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': ['155926.080000', '155926.540000', '155927.000000', '155927.460000', '155927.920000', '155928.380000', '155928.840000', '155929.300000', '155929.760000', '155930.220000', '155930.680000', '155931.140000', '155931.600000', '155932.060000', '155932.520000', '155932.980000', '155933.440000', '155933.900000', '155934.360000', '155934.820000', '155935.280000', '155935.740000', '155936.200000', '155936.660000', '155937.120000', '155937.580000', '155938.040000', '155938.500000', '155938.960000', '155939.420000', '155939.880000', '155940.340000', '155940.800000', '155941.260000', '155941.720000', '155942.180000', '155942.640000', '155943.100000', '155943.560000', '155944.020000', '155944.480000', '155944.940000', '155945.400000', '155945.860000', '155946.320000', '155946.780000', '155947.240000', '155947.700000', '155948.160000', '155948.620000', '155949.080000', '155949.540000', '155950.000000', '155950.460000', '155950.920000', '155951.380000', '155951.840000', '155952.300000', '155952.760000', '155953.220000', '155953.680000', '155954.140000', '155954.600000', '155955.060000', '155955.520000', '155955.980000', '155956.440000', '155956.900000', '155957.360000', '155957.820000', '155958.280000', '155958.740000', '155959.200000', '155959.660000', '160000.120000', '160000.580000', '160001.040000', '160001.500000', '160001.960000', '160002.420000', '160002.880000', '160003.340000', '160003.800000', '160004.260000', '160004.720000', '160005.180000', '160005.640000', '160006.100000', '160006.560000', '160007.020000', '160007.480000', '160007.940000', '160008.400000', '160008.860000', '160009.320000', '160009.780000', '160010.240000', '160010.700000', '160011.160000', '160011.620000', '160012.080000', '160012.540000', '160013.000000', '160013.460000', '160013.920000', '160014.380000', '160014.840000', '160015.300000', '160015.760000', '160016.220000', '160016.680000', '160017.140000', '160017.600000', '160018.060000', '160018.520000', '160018.980000', '160019.440000', '160019.900000', '160020.360000', '160020.820000', '160021.280000', '160021.740000', '160022.200000', '160022.660000', '160023.120000', '160023.580000', '160024.040000', '160024.500000', '160024.960000', '160025.420000', '160025.880000', '160026.340000', '160026.800000', '160027.260000', '160027.720000', '160028.180000', '160028.640000', '160029.100000', '160029.560000', '160030.020000', '160030.480000', '160030.940000', '160031.400000', '160031.860000', '160032.320000', '160032.780000', '160033.240000', '160033.700000', '160034.160000', '160034.620000', '160035.080000', '160035.540000', '160036.000000', '160036.460000', '160036.920000', '160037.380000', '160037.840000', '160038.300000', '160038.760000', '160039.220000', '160039.680000', '160040.140000', '160040.600000', '160041.060000', '160041.520000', '160041.980000', '160042.440000', '160042.900000', '160043.360000', '160043.820000', '160044.280000', '160044.740000', '160045.200000', '160045.660000', '160046.120000', '160046.580000', '160047.040000', '160047.500000', '160047.960000', '160048.420000', '160048.880000', '160049.340000', '160049.800000', '160050.260000', '160050.720000', '160051.180000', '160051.640000', '160052.100000', '160052.560000', '160053.020000', '160053.480000', '160053.940000', '160054.400000', '160054.860000', '160055.320000', '160055.780000', '160056.240000', '160056.700000', '160057.160000', '160057.620000', '160058.080000', '160058.540000', '160059.000000', '160059.460000', '160059.920000', '160100.380000', '160100.840000', '160101.300000', '160101.760000', '160102.220000', '160102.680000', '160103.140000', '160103.600000', '160104.060000', '160104.520000', '160104.980000', '160105.440000', '160105.900000', '160106.360000', '160106.820000', '160107.280000', '160107.740000', '160108.200000', '160108.660000', '160109.120000', '160109.580000', '160110.040000', '160110.500000', '160110.960000', '160111.420000', '160111.880000', '160112.340000', '160112.800000', '160113.260000', '160113.720000', '160114.180000', '160114.640000', '160115.100000', '160115.560000', '160116.020000', '160116.480000', '160116.940000', '160117.400000', '160117.860000', '160118.320000', '160118.780000', '160119.240000', '160119.700000', '160120.160000', '160120.620000', '160121.080000', '160121.540000', '160122.000000', '160122.460000', '160122.920000', '160123.380000', '160123.840000', '160124.300000', '160124.760000', '160125.220000', '160125.680000', '160126.140000', '160126.600000', '160127.060000', '160127.520000', '160127.980000', '160128.440000', '160128.900000', '160129.360000', '160129.820000', '160130.280000', '160130.740000', '160131.200000', '160131.660000', '160132.120000', '160132.580000', '160133.040000', '160133.500000', '160133.960000', '160134.420000', '160134.880000', '160135.340000', '160135.800000', '160136.260000', '160136.720000', '160137.180000', '160137.640000', '160138.100000', '160138.560000', '160139.020000', '160139.480000', '160139.940000', '160140.400000', '160140.860000', '160141.320000', '160141.780000', '160142.240000', '160142.700000', '160143.160000', '160143.620000', '160144.080000', '160144.540000', '160145.000000', '160145.460000', '160145.920000', '160146.380000', '160146.840000', '160147.300000', '160147.760000', '160148.220000', '160148.680000', '160149.140000', '160149.600000', '160150.060000', '160150.520000', '160150.980000', '160151.440000', '160151.900000', '160152.360000', '160152.820000', '160153.280000', '160153.740000', '160154.200000', '160154.660000', '160155.120000', '160155.580000', '160156.040000', '160156.500000', '160156.960000', '160157.420000', '160157.880000', '160158.340000', '160158.800000', '160159.260000', '160159.720000', '160200.180000', '160200.640000', '160201.100000', '160201.560000', '160202.020000', '160202.480000', '160202.940000', '160203.400000', '160203.860000', '160204.320000', '160204.780000', '160205.240000', '160205.700000', '160206.160000', '160206.620000', '160207.080000', '160207.540000', '160208.000000', '160208.460000', '160208.920000', '160209.380000', '160209.840000', '160210.300000', '160210.760000', '160211.220000', '160211.680000', '160212.140000', '160212.600000', '160213.060000', '160213.520000', '160213.980000', '160214.440000', '160214.900000', '160215.360000', '160215.820000', '160216.280000', '160216.740000', '160217.200000', '160217.660000', '160218.120000', '160218.580000', '160219.040000', '160219.500000', '160219.960000', '160220.420000', '160220.880000', '160221.340000', '160221.800000', '160222.260000', '160222.720000', '160223.180000', '160223.640000', '160224.100000', '160224.560000', '160225.020000', '160225.480000', '160225.940000', '160226.400000', '160226.860000', '160227.320000', '160227.780000', '160228.240000', '160228.700000', '160229.160000', '160229.620000', '160230.080000', '160230.540000', '160231.000000', '160231.460000', '160231.920000', '160232.380000', '160232.840000', '160233.300000', '160233.760000', '160234.220000', '160234.680000', '160235.140000', '160235.600000', '160236.060000', '160236.520000', '160236.980000', '160237.440000', '160237.900000', '160238.360000', '160238.820000', '160239.280000', '160239.740000', '160240.200000', '160240.660000', '160241.120000', '160241.580000', '160242.040000', '160242.500000', '160242.960000', '160243.420000', '160243.880000', '160244.340000', '160244.800000', '160245.260000', '160245.720000', '160246.180000', '160246.640000', '160247.100000', '160247.560000', '160248.020000', '160248.480000', '160248.940000', '160249.400000', '160249.860000', '160250.320000', '160250.780000', '160251.240000', '160251.700000', '160252.160000', '160252.620000', '160253.080000', '160253.540000', '160254.000000', '160254.460000', '160254.920000', '160255.380000', '160255.840000', '160256.300000', '160256.760000', '160257.220000', '160257.680000', '160258.140000', '160258.600000', '160259.060000', '160259.520000', '160259.980000', '160300.440000', '160300.900000', '160301.360000', '160301.820000', '160302.280000', '160302.740000', '160303.200000', '160303.660000', '160304.120000', '160304.580000', '160305.040000', '160305.500000', '160305.960000', '160306.420000', '160306.880000', '160307.340000', '160307.800000', '160308.260000', '160308.720000', '160309.180000', '160309.640000', '160310.100000', '160310.560000', '160311.020000', '160311.480000', '160311.940000', '160312.400000', '160312.860000', '160313.320000', '160313.780000', '160314.240000', '160314.700000', '160315.160000', '160315.620000', '160316.080000', '160316.540000', '160317.000000', '160317.460000', '160317.920000', '160318.380000', '160318.840000', '160319.300000', '160319.760000', '160320.220000', '160320.680000', '160321.140000', '160321.600000', '160322.060000', '160322.520000', '160322.980000', '160323.440000', '160323.900000', '160324.360000', '160324.820000', '160325.280000', '160325.740000', '160326.200000', '160326.660000', '160327.120000', '160327.580000', '160328.040000', '160328.500000', '160328.960000', '160329.420000', '160329.880000', '160330.340000', '160330.800000', '160331.260000', '160331.720000', '160332.180000', '160332.640000', '160333.100000', '160333.560000', '160334.020000', '160334.480000', '160334.940000', '160335.400000', '160335.860000', '160336.320000', '160336.780000', '160337.240000', '160337.700000', '160338.160000', '160338.620000', '160339.080000', '160339.540000', '160340.000000', '160340.460000', '160340.920000', '160341.380000', '160341.840000', '160342.300000', '160342.760000', '160343.220000', '160343.680000', '160344.140000', '160344.600000', '160345.060000', '160345.520000', '160345.980000', '160346.440000', '160346.900000', '160347.360000', '160347.820000', '160348.280000', '160348.740000', '160349.200000', '160349.660000', '160350.120000', '160350.580000', '160351.040000', '160351.500000', '160351.960000', '160352.420000', '160352.880000', '160353.340000', '160353.800000', '160354.260000', '160354.720000', '160355.180000', '160355.640000', '160356.100000', '160356.560000', '160357.020000', '160357.480000', '160357.940000', '160358.400000', '160358.860000', '160359.320000', '160359.780000', '160400.240000', '160400.700000', '160401.160000', '160401.620000', '160402.080000', '160402.540000', '160403.000000', '160403.460000', '160403.920000', '160404.380000', '160404.840000', '160405.300000', '160405.760000', '160406.220000', '160406.680000', '160407.140000', '160407.600000', '160408.060000', '160408.520000', '160408.980000', '160409.440000', '160409.900000', '160410.360000', '160410.820000', '160411.280000', '160411.740000', '160412.200000', '160412.660000', '160413.120000', '160413.580000', '160414.040000', '160414.500000', '160414.960000', '160415.420000', '160415.880000', '160416.340000', '160416.800000', '160417.260000', '160417.720000', '160418.180000', '160418.640000', '160419.100000', '160419.560000', '160420.020000', '160420.480000', '160420.940000', '160421.400000', '160421.860000', '160422.320000', '160422.780000', '160423.240000', '160423.700000', '160424.160000', '160424.620000', '160425.080000', '160425.540000', '160426.000000', '160426.460000', '160426.920000', '160427.380000', '160427.840000', '160428.300000', '160428.760000', '160429.220000', '160429.680000', '160430.140000', '160430.600000', '160431.060000', '160431.520000', '160431.980000', '160432.440000', '160432.900000', '160433.360000', '160433.820000', '160434.280000', '160434.740000', '160435.200000', '160435.660000', '160436.120000', '160436.580000', '160437.040000', '160437.500000', '160437.960000', '160438.420000', '160438.880000', '160439.340000', '160439.800000', '160440.260000', '160440.720000', '160441.180000', '160441.640000', '160442.100000', '160442.560000', '160443.020000', '160443.480000', '160443.940000', '160444.400000', '160444.860000', '160445.320000', '160445.780000', '160446.240000', '160446.700000', '160447.160000', '160447.620000', '160448.080000', '160448.540000', '160449.000000', '160449.460000', '160449.920000', '160450.380000', '160450.840000', '160451.300000', '160451.760000', '160452.220000', '160452.680000', '160453.140000', '160453.600000', '160454.060000', '160454.520000', '160454.980000', '160455.440000', '160455.900000', '160456.360000', '160456.820000', '160457.280000', '160457.740000', '160458.200000', '160458.660000', '160459.120000', '160459.580000', '160500.040000', '160500.500000', '160500.960000', '160501.420000', '160501.880000', '160502.340000', '160502.800000', '160503.260000', '160503.720000', '160504.180000', '160504.640000', '160505.100000', '160505.560000', '160506.020000', '160506.480000', '160506.940000', '160507.400000', '160507.860000', '160508.320000', '160508.780000', '160509.240000', '160509.700000', '160510.160000', '160510.620000', '160511.080000', '160511.540000', '160512.000000', '160512.460000', '160512.920000', '160513.380000', '160513.840000', '160514.300000', '160514.760000', '160515.220000', '160515.680000', '160516.140000', '160516.600000', '160517.060000', '160517.520000', '160517.980000', '160518.440000', '160518.900000', '160519.360000', '160519.820000', '160520.280000', '160520.740000', '160521.200000', '160521.660000', '160522.120000', '160522.580000', '160523.040000', '160523.500000', '160523.960000', '160524.420000', '160524.880000', '160525.340000', '160525.800000', '160526.260000', '160526.720000', '160527.180000', '160527.640000', '160528.100000', '160528.560000', '160529.020000', '160529.480000', '160529.940000', '160530.400000', '160530.860000', '160531.320000', '160531.780000', '160532.240000', '160532.700000', '160533.160000', '160533.620000', '160534.080000', '160534.540000', '160535.000000', '160535.460000', '160535.920000', '160536.380000', '160536.840000', '160537.300000', '160537.760000', '160538.220000', '160538.680000', '160539.140000', '160539.600000', '160540.060000', '160540.520000', '160540.980000', '160541.440000', '160541.900000', '160542.360000', '160542.820000', '160543.280000', '160543.740000', '160544.200000', '160544.660000', '160545.120000', '160545.580000', '160546.040000', '160546.500000', '160546.960000', '160547.420000', '160547.880000', '160548.340000', '160548.800000', '160549.260000', '160549.720000', '160550.180000', '160550.640000', '160551.100000', '160551.560000', '160552.020000', '160552.480000', '160552.940000', '160553.400000', '160553.860000', '160554.320000', '160554.780000', '160555.240000', '160555.700000', '160556.160000', '160556.620000', '160557.080000', '160557.540000', '160558.000000', '160558.460000', '160558.920000', '160559.380000', '160559.840000', '160600.300000', '160600.760000', '160601.220000', '160601.680000', '160602.140000', '160602.600000', '160603.060000', '160603.520000', '160603.980000', '160604.440000', '160604.900000', '160605.360000', '160605.820000', '160606.280000', '160606.740000', '160607.200000', '160607.660000', '160608.120000', '160608.580000', '160609.040000', '160609.500000', '160609.960000', '160610.420000', '160610.880000', '160611.340000', '160611.800000', '160612.260000', '160612.720000', '160613.180000', '160613.640000', '160614.100000', '160614.560000', '160615.020000', '160615.480000', '160615.940000', '160616.400000', '160616.860000', '160617.320000', '160617.780000', '160618.240000', '160618.700000', '160619.160000', '160619.620000', '160620.080000', '160620.540000', '160621.000000', '160621.460000', '160621.920000', '160622.380000', '160622.840000', '160623.300000', '160623.760000', '160624.220000', '160624.680000', '160625.140000', '160625.600000', '160626.060000', '160626.520000', '160626.980000', '160627.440000', '160627.900000', '160628.360000', '160628.820000', '160629.280000', '160629.740000', '160630.200000', '160630.660000', '160631.120000', '160631.580000', '160632.040000', '160632.500000', '160632.960000', '160633.420000', '160633.880000', '160634.340000', '160634.800000', '160635.260000', '160635.720000', '160636.180000', '160636.640000', '160637.100000', '160637.560000', '160638.020000', '160638.480000', '160638.940000', '160639.400000', '160639.860000', '160640.320000', '160640.780000', '160641.240000', '160641.700000', '160642.160000', '160642.620000', '160643.080000', '160643.540000', '160644.000000', '160644.460000', '160644.920000', '160645.380000', '160645.840000', '160646.300000', '160646.760000', '160647.220000', '160647.680000', '160648.140000', '160648.600000', '160649.060000', '160649.520000', '160649.980000', '160650.440000', '160650.900000', '160651.360000', '160651.820000', '160652.280000', '160652.740000', '160653.200000', '160653.660000', '160654.120000', '160654.580000', '160655.040000', '160655.500000', '160655.960000', '160656.420000', '160656.880000', '160657.340000', '160657.800000', '160658.260000', '160658.720000', '160659.180000', '160659.640000', '160700.100000', '160700.560000', '160701.020000', '160701.480000', '160701.940000', '160702.400000', '160702.860000', '160703.320000', '160703.780000', '160704.240000', '160704.700000', '160705.160000', '160705.620000', '160706.080000', '160706.540000', '160707.000000', '160707.460000', '160707.920000', '160708.380000', '160708.840000', '160709.300000', '160709.760000', '160710.220000', '160710.680000', '160711.140000', '160711.600000', '160712.060000', '160712.520000', '160712.980000', '160713.440000', '160713.900000', '160714.360000', '160714.820000', '160715.280000', '160715.740000', '160716.200000', '160716.660000', '160717.120000', '160717.580000', '160718.040000', '160718.500000', '160718.960000', '160719.420000', '160719.880000', '160720.340000', '160720.800000', '160721.260000', '160721.720000', '160722.180000', '160722.640000', '160723.100000', '160723.560000', '160724.020000', '160724.480000', '160724.940000', '160725.400000', '160725.860000', '160726.320000', '160726.780000', '160727.240000', '160727.700000', '160728.160000', '160728.620000', '160729.080000', '160729.540000', '160730.000000', '160730.460000', '160730.920000', '160731.380000', '160731.840000', '160732.300000', '160732.760000', '160733.220000', '160733.680000', '160734.140000', '160734.600000', '160735.060000', '160735.520000', '160735.980000', '160736.440000', '160736.900000', '160737.360000', '160737.820000', '160738.280000', '160738.740000', '160739.200000', '160739.660000', '160740.120000', '160740.580000', '160741.040000', '160741.500000', '160741.960000', '160742.420000', '160742.880000', '160743.340000', '160743.800000', '160744.260000', '160744.720000', '160745.180000', '160745.640000', '160746.100000', '160746.560000', '160747.020000', '160747.480000', '160747.940000', '160748.400000', '160748.860000', '160749.320000', '160749.780000', '160750.240000', '160750.700000', '160751.160000', '160751.620000', '160752.080000', '160752.540000', '160753.000000', '160753.460000', '160753.920000', '160754.380000', '160754.840000', '160755.300000', '160755.760000', '160756.220000', '160756.680000', '160757.140000', '160757.600000', '160758.060000', '160758.520000', '160758.980000', '160759.440000', '160759.900000', '160800.360000', '160800.820000', '160801.280000', '160801.740000', '160802.200000', '160802.660000', '160803.120000', '160803.580000', '160804.040000', '160804.500000', '160804.960000', '160805.420000', '160805.880000', '160806.340000', '160806.800000', '160807.260000', '160807.720000', '160808.180000', '160808.640000', '160809.100000', '160809.560000', '160810.020000', '160810.480000', '160810.940000', '160811.400000', '160811.860000', '160812.320000', '160812.780000', '160813.240000', '160813.700000', '160814.160000', '160814.620000', '160815.080000', '160815.540000', '160816.000000', '160816.460000', '160816.920000', '160817.380000', '160817.840000', '160818.300000'], 'ContentTime': ['155950.548000', '155950.551000', '155950.554000', '155950.556000', '155950.559000', '155950.562000', '155950.564000', '155950.567000', '155950.569000', '155950.572000', '155950.575000', '155950.577000', '155950.580000', '155950.583000', '155950.586000', '155950.588000', '155950.591000', '155950.593000', '155950.596000', '155950.598000', '155950.601000', '155950.604000', '155950.606000', '155950.609000', '155950.611000', '155950.614000', '155950.616000', '155950.619000', '155950.622000', '155950.625000', '155950.627000', '155950.630000', '155950.633000', '155950.635000', '155950.638000', '155950.640000', '155950.643000', '155950.645000', '155950.648000', '155950.654000', '155950.657000', '155950.659000', '155950.662000', '155950.664000', '155950.667000', '155950.670000', '155950.672000', '155950.675000', '155950.678000', '155950.680000', '155950.683000', '160010.493000', '160010.495000', '160010.498000', '160010.501000', '160010.515000', '160010.517000', '160010.520000', '160010.522000', '160010.525000', '160010.528000', '160010.530000', '160010.533000', '160010.535000', '160010.538000', '160010.540000', '160010.543000', '160010.545000', '160010.548000', '160010.551000', '160010.553000', '160010.556000', '160010.558000', '160010.561000', '160010.563000', '160010.566000', '160010.569000', '160010.578000', '160010.580000', '160010.583000', '160010.586000', '160010.588000', '160010.591000', '160010.593000', '160010.596000', '160010.599000', '160010.601000', '160010.604000', '160010.606000', '160010.609000', '160010.611000', '160010.614000', '160010.616000', '160010.619000', '160010.622000', '160030.492000', '160030.495000', '160030.498000', '160030.500000', '160030.503000', '160030.505000', '160030.508000', '160030.510000', '160030.513000', '160030.516000', '160030.518000', '160030.521000', '160030.523000', '160030.526000', '160030.529000', '160030.531000', '160030.534000', '160030.536000', '160030.539000', '160030.541000', '160030.548000', '160030.550000', '160030.553000', '160030.555000', '160030.558000', '160030.560000', '160030.563000', '160030.566000', '160030.568000', '160030.571000', '160030.573000', '160030.576000', '160030.579000', '160030.581000', '160030.584000', '160030.587000', '160030.589000', '160030.592000', '160030.595000', '160030.598000', '160030.600000', '160030.603000', '160030.605000', '160050.492000', '160050.494000', '160050.497000', '160050.500000', '160050.502000', '160050.505000', '160050.507000', '160050.510000', '160050.512000', '160050.515000', '160050.517000', '160050.520000', '160050.523000', '160050.525000', '160050.528000', '160050.530000', '160050.533000', '160050.535000', '160050.538000', '160050.541000', '160050.543000', '160050.546000', '160050.548000', '160050.551000', '160050.553000', '160050.556000', '160050.559000', '160050.561000', '160050.564000', '160050.566000', '160050.569000', '160050.572000', '160050.574000', '160050.577000', '160050.579000', '160050.582000', '160050.585000', '160050.587000', '160050.590000', '160050.592000', '160050.595000', '160050.597000', '160050.600000', '160050.603000', '160110.492000', '160110.495000', '160110.498000', '160110.500000', '160110.503000', '160110.506000', '160110.508000', '160110.511000', '160110.513000', '160110.523000', '160110.526000', '160110.528000', '160110.531000', '160110.534000', '160110.536000', '160110.539000', '160110.541000', '160110.544000', '160110.547000', '160110.549000', '160110.552000', '160110.554000', '160110.557000', '160110.560000', '160110.562000', '160110.565000', '160110.567000', '160110.570000', '160110.572000', '160110.575000', '160110.578000', '160110.580000', '160110.583000', '160110.585000', '160110.588000', '160110.590000', '160110.593000', '160110.595000', '160110.598000', '160110.601000', '160110.603000', '160110.606000', '160110.608000', '160130.493000', '160130.500000', '160130.503000', '160130.505000', '160130.508000', '160130.510000', '160130.513000', '160130.515000', '160130.518000', '160130.521000', '160130.523000', '160130.526000', '160130.528000', '160130.531000', '160130.533000', '160130.536000', '160130.539000', '160130.541000', '160130.544000', '160130.546000', '160130.549000', '160130.551000', '160130.554000', '160130.556000', '160130.559000', '160130.562000', '160130.564000', '160130.567000', '160130.569000', '160130.572000', '160130.575000', '160130.577000', '160130.580000', '160130.583000', '160130.585000', '160130.588000', '160130.590000', '160130.593000', '160130.595000', '160130.598000', '160130.601000', '160130.603000', '160130.606000', '160130.621000', '160150.492000', '160150.495000', '160150.498000', '160150.500000', '160150.503000', '160150.506000', '160150.508000', '160150.511000', '160150.513000', '160150.516000', '160150.518000', '160150.521000', '160150.523000', '160150.526000', '160150.529000', '160150.531000', '160150.534000', '160150.536000', '160150.539000', '160150.541000', '160150.544000', '160150.547000', '160150.549000', '160150.552000', '160150.554000', '160150.557000', '160150.559000', '160150.562000', '160150.565000', '160150.567000', '160150.570000', '160150.572000', '160150.575000', '160150.577000', '160150.580000', '160150.583000', '160150.585000', '160150.588000', '160150.590000', '160150.593000', '160150.595000', '160150.598000', '160150.601000', '160210.493000', '160210.495000', '160210.498000', '160210.501000', '160210.503000', '160210.506000', '160210.508000', '160210.511000', '160210.513000', '160210.516000', '160210.519000', '160210.522000', '160210.524000', '160210.527000', '160210.530000', '160210.532000', '160210.537000', '160210.540000', '160210.542000', '160210.545000', '160210.547000', '160210.550000', '160210.553000', '160210.555000', '160210.558000', '160210.560000', '160210.563000', '160210.566000', '160210.568000', '160210.571000', '160210.573000', '160210.576000', '160210.578000', '160210.581000', '160210.584000', '160210.586000', '160210.589000', '160210.591000', '160210.594000', '160210.596000', '160210.599000', '160210.602000', '160210.604000', '160210.607000', '160230.492000', '160230.495000', '160230.498000', '160230.500000', '160230.503000', '160230.505000', '160230.508000', '160230.511000', '160230.513000', '160230.516000', '160230.518000', '160230.521000', '160230.524000', '160230.526000', '160230.529000', '160230.531000', '160230.534000', '160230.536000', '160230.539000', '160230.541000', '160230.544000', '160230.547000', '160230.549000', '160230.552000', '160230.555000', '160230.557000', '160230.560000', '160230.562000', '160230.565000', '160230.568000', '160230.570000', '160230.573000', '160230.575000', '160230.578000', '160230.580000', '160230.583000', '160230.585000', '160230.588000', '160230.591000', '160230.593000', '160230.596000', '160230.599000', '160230.601000', '160250.492000', '160250.495000', '160250.498000', '160250.500000', '160250.503000', '160250.506000', '160250.508000', '160250.511000', '160250.513000', '160250.516000', '160250.518000', '160250.521000', '160250.524000', '160250.526000', '160250.529000', '160250.532000', '160250.534000', '160250.537000', '160250.539000', '160250.542000', '160250.544000', '160250.547000', '160250.550000', '160250.552000', '160250.555000', '160250.557000', '160250.560000', '160250.562000', '160250.565000', '160250.568000', '160250.570000', '160250.573000', '160250.575000', '160250.578000', '160250.581000', '160250.583000', '160250.586000', '160250.588000', '160250.591000', '160250.594000', '160250.596000', '160250.599000', '160250.601000', '160250.604000', '160310.492000', '160310.494000', '160310.497000', '160310.499000', '160310.502000', '160310.505000', '160310.507000', '160310.510000', '160310.512000', '160310.515000', '160310.517000', '160310.520000', '160310.523000', '160310.525000', '160310.528000', '160310.530000', '160310.533000', '160310.535000', '160310.538000', '160310.541000', '160310.543000', '160310.546000', '160310.548000', '160310.551000', '160310.567000', '160310.570000', '160310.572000', '160310.575000', '160310.577000', '160310.580000', '160310.583000', '160310.585000', '160310.588000', '160310.590000', '160310.593000', '160310.595000', '160310.598000', '160310.601000', '160310.603000', '160310.606000', '160310.608000', '160310.611000', '160310.614000', '160330.492000', '160330.495000', '160330.498000', '160330.500000', '160330.503000', '160330.506000', '160330.508000', '160330.511000', '160330.514000', '160330.517000', '160330.519000', '160330.522000', '160330.525000', '160330.527000', '160330.530000', '160330.532000', '160330.535000', '160330.537000', '160330.540000', '160330.543000', '160330.545000', '160330.548000', '160330.550000', '160330.553000', '160330.556000', '160330.558000', '160330.561000', '160330.563000', '160330.566000', '160330.569000', '160330.572000', '160330.574000', '160330.577000', '160330.579000', '160330.582000', '160330.584000', '160330.587000', '160330.590000', '160330.592000', '160330.595000', '160330.597000', '160330.600000', '160330.603000', '160330.605000', '160350.492000', '160350.495000', '160350.498000', '160350.500000', '160350.503000', '160350.506000', '160350.508000', '160350.511000', '160350.514000', '160350.516000', '160350.519000', '160350.522000', '160350.524000', '160350.527000', '160350.530000', '160350.532000', '160350.535000', '160350.537000', '160350.540000', '160350.542000', '160350.545000', '160350.548000', '160350.550000', '160350.553000', '160350.556000', '160350.558000', '160350.561000', '160350.564000', '160350.566000', '160350.569000', '160350.572000', '160350.574000', '160350.577000', '160350.579000', '160350.582000', '160350.585000', '160350.587000', '160350.590000', '160350.593000', '160350.595000', '160350.598000', '160350.601000', '160350.603000', '160410.493000', '160410.496000', '160410.498000', '160410.501000', '160410.504000', '160410.507000', '160410.509000', '160410.512000', '160410.515000', '160410.517000', '160410.520000', '160410.522000', '160410.525000', '160410.527000', '160410.530000', '160410.533000', '160410.535000', '160410.538000', '160410.540000', '160410.543000', '160410.545000', '160410.548000', '160410.551000', '160410.553000', '160410.556000', '160410.558000', '160410.561000', '160410.563000', '160410.566000', '160410.569000', '160410.571000', '160410.574000', '160410.576000', '160410.579000', '160410.581000', '160410.584000', '160410.587000', '160410.589000', '160410.592000', '160410.595000', '160410.597000', '160410.600000', '160410.602000', '160430.492000', '160430.495000', '160430.498000', '160430.500000', '160430.503000', '160430.505000', '160430.508000', '160430.511000', '160430.513000', '160430.516000', '160430.518000', '160430.521000', '160430.523000', '160430.526000', '160430.529000', '160430.531000', '160430.534000', '160430.536000', '160430.539000', '160430.541000', '160430.544000', '160430.547000', '160430.549000', '160430.552000', '160430.554000', '160430.557000', '160430.560000', '160430.562000', '160430.565000', '160430.568000', '160430.570000', '160430.573000', '160430.575000', '160430.578000', '160430.580000', '160430.583000', '160430.586000', '160430.588000', '160430.591000', '160430.594000', '160430.596000', '160430.599000', '160430.602000', '160430.604000', '160450.492000', '160450.495000', '160450.498000', '160450.500000', '160450.503000', '160450.506000', '160450.540000', '160450.543000', '160450.546000', '160450.548000', '160450.551000', '160450.553000', '160450.556000', '160450.559000', '160450.564000', '160450.566000', '160450.569000', '160450.571000', '160450.574000', '160450.577000', '160450.579000', '160450.582000', '160450.584000', '160450.587000', '160450.589000', '160450.592000', '160450.595000', '160450.607000', '160450.610000', '160450.613000', '160450.615000', '160450.618000', '160450.620000', '160450.623000', '160450.625000', '160450.628000', '160450.631000', '160450.633000', '160450.636000', '160450.638000', '160450.641000', '160450.643000', '160450.646000', '160450.648000', '160510.493000', '160510.496000', '160510.498000', '160510.501000', '160510.503000', '160510.506000', '160510.509000', '160510.511000', '160510.514000', '160510.517000', '160510.519000', '160510.522000', '160510.524000', '160510.527000', '160510.529000', '160510.532000', '160510.534000', '160510.537000', '160510.539000', '160510.542000', '160510.545000', '160510.547000', '160510.550000', '160510.552000', '160510.555000', '160510.557000', '160510.560000', '160510.562000', '160510.565000', '160510.568000', '160510.570000', '160510.573000', '160510.575000', '160510.578000', '160510.580000', '160510.583000', '160510.585000', '160510.588000', '160510.606000', '160510.608000', '160510.611000', '160510.613000', '160510.616000', '160530.491000', '160530.494000', '160530.497000', '160530.499000', '160530.502000', '160530.505000', '160530.507000', '160530.510000', '160530.513000', '160530.515000', '160530.518000', '160530.520000', '160530.523000', '160530.526000', '160530.529000', '160530.532000', '160530.535000', '160530.538000', '160530.540000', '160530.543000', '160530.545000', '160530.548000', '160530.550000', '160530.553000', '160530.556000', '160530.558000', '160530.561000', '160530.563000', '160530.566000', '160530.568000', '160530.571000', '160530.574000', '160530.576000', '160530.579000', '160530.581000', '160530.584000', '160530.586000', '160530.589000', '160530.592000', '160530.594000', '160530.597000', '160530.599000', '160530.602000', '160550.493000', '160550.496000', '160550.498000', '160550.501000', '160550.503000', '160550.506000', '160550.508000', '160550.511000', '160550.514000', '160550.516000', '160550.519000', '160550.521000', '160550.524000', '160550.526000', '160550.529000', '160550.532000', '160550.534000', '160550.537000', '160550.539000', '160550.542000', '160550.544000', '160550.547000', '160550.550000', '160550.552000', '160550.555000', '160550.557000', '160550.560000', '160550.562000', '160550.565000', '160550.568000', '160550.570000', '160550.573000', '160550.575000', '160550.578000', '160550.581000', '160550.583000', '160550.586000', '160550.588000', '160550.591000', '160550.593000', '160550.596000', '160550.599000', '160550.601000', '160550.604000', '160610.493000', '160610.495000', '160610.498000', '160610.501000', '160610.503000', '160610.506000', '160610.508000', '160610.511000', '160610.514000', '160610.516000', '160610.519000', '160610.522000', '160610.524000', '160610.527000', '160610.530000', '160610.533000', '160610.535000', '160610.546000', '160610.549000', '160610.551000', '160610.554000', '160610.557000', '160610.559000', '160610.562000', '160610.564000', '160610.567000', '160610.569000', '160610.572000', '160610.575000', '160610.577000', '160610.581000', '160610.584000', '160610.586000', '160610.589000', '160610.592000', '160610.594000', '160610.597000', '160610.599000', '160610.602000', '160610.604000', '160610.607000', '160610.610000', '160610.612000', '160630.492000', '160630.495000', '160630.498000', '160630.501000', '160630.503000', '160630.506000', '160630.508000', '160630.511000', '160630.513000', '160630.516000', '160630.519000', '160630.521000', '160630.524000', '160630.526000', '160630.529000', '160630.531000', '160630.534000', '160630.537000', '160630.539000', '160630.542000', '160630.544000', '160630.547000', '160630.550000', '160630.552000', '160630.555000', '160630.557000', '160630.560000', '160630.563000', '160630.565000', '160630.568000', '160630.570000', '160630.573000', '160630.575000', '160630.578000', '160630.581000', '160630.583000', '160630.586000', '160630.588000', '160630.591000', '160630.593000', '160630.596000', '160630.598000', '160630.601000', '160630.604000', '160650.492000', '160650.495000', '160650.498000', '160650.500000', '160650.503000', '160650.506000', '160650.508000', '160650.511000', '160650.513000', '160650.516000', '160650.519000', '160650.521000', '160650.524000', '160650.527000', '160650.530000', '160650.532000', '160650.535000', '160650.538000', '160650.541000', '160650.543000', '160650.546000', '160650.549000', '160650.551000', '160650.554000', '160650.556000', '160650.559000', '160650.561000', '160650.564000', '160650.567000', '160650.569000', '160650.572000', '160650.574000', '160650.577000', '160650.579000', '160650.582000', '160650.585000', '160650.587000', '160650.590000', '160650.592000', '160650.595000', '160650.597000', '160650.600000', '160650.603000', '160710.493000', '160710.495000', '160710.498000', '160710.501000', '160710.503000', '160710.506000', '160710.508000', '160710.511000', '160710.514000', '160710.516000', '160710.519000', '160710.521000', '160710.524000', '160710.527000', '160710.529000', '160710.532000', '160710.534000', '160710.537000', '160710.540000', '160710.542000', '160710.545000', '160710.547000', '160710.550000', '160710.553000', '160710.555000', '160710.558000', '160710.560000', '160710.563000', '160710.566000', '160710.568000', '160710.571000', '160710.573000', '160710.576000', '160710.578000', '160710.581000', '160710.584000', '160710.586000', '160710.589000', '160710.591000', '160710.594000', '160710.596000', '160710.599000', '160710.602000', '160710.604000', '160730.493000', '160730.495000', '160730.498000', '160730.501000', '160730.503000', '160730.506000', '160730.508000', '160730.511000', '160730.513000', '160730.516000', '160730.518000', '160730.521000', '160730.524000', '160730.532000', '160730.535000', '160730.538000', '160730.540000', '160730.543000', '160730.545000', '160730.548000', '160730.550000', '160730.553000', '160730.556000', '160730.558000', '160730.561000', '160730.563000', '160730.566000', '160730.569000', '160730.571000', '160730.574000', '160730.577000', '160730.580000', '160730.583000', '160730.586000', '160730.589000', '160730.591000', '160730.594000', '160730.597000', '160730.599000', '160730.602000', '160730.604000', '160730.607000', '160730.610000', '160750.491000', '160750.494000', '160750.497000', '160750.500000', '160750.502000', '160750.505000', '160750.507000', '160750.510000', '160750.513000', '160750.515000', '160750.518000', '160750.520000', '160750.523000', '160750.526000', '160750.528000', '160750.531000', '160750.533000', '160750.536000', '160750.539000', '160750.541000', '160750.544000', '160750.546000', '160750.549000', '160750.551000', '160750.554000', '160750.557000', '160750.559000', '160750.562000', '160750.564000', '160750.567000', '160750.569000', '160750.572000', '160750.575000', '160750.577000', '160750.580000', '160750.582000', '160750.585000', '160750.587000', '160750.590000', '160750.593000', '160750.595000', '160750.598000', '160750.601000', '160750.603000', '160810.492000', '160810.495000', '160810.498000', '160810.500000', '160810.503000', '160810.506000', '160810.508000', '160810.511000', '160810.513000', '160810.516000', '160810.518000', '160810.521000', '160810.524000', '160810.527000', '160810.529000', '160810.532000', '160810.534000', '160810.537000', '160810.539000', '160810.542000', '160810.545000', '160810.547000', '160810.550000', '160810.552000', '160810.555000', '160810.557000', '160810.560000', '160810.563000', '160810.565000', '160810.568000', '160810.570000', '160810.573000', '160810.575000', '160810.578000', '160810.581000', '160810.583000', '160810.586000', '160810.589000', '160810.592000', '160810.595000', '160810.598000', '160810.601000', '160810.603000', '160819.329000', '160819.332000', '160819.334000', '160819.337000', '160819.340000', '160819.342000', '160819.345000', '160819.348000', '160819.351000', '160819.354000', '160819.356000', '160819.360000', '160819.363000', '160819.367000', '160819.370000', '160819.374000', '160819.378000', '160819.382000', '160819.386000', '160819.389000'], 'InstanceCreationTime': ['155950.548000', '155950.551000', '155950.554000', '155950.556000', '155950.559000', '155950.562000', '155950.564000', '155950.567000', '155950.569000', '155950.572000', '155950.575000', '155950.577000', '155950.580000', '155950.583000', '155950.586000', '155950.588000', '155950.591000', '155950.593000', '155950.596000', '155950.598000', '155950.601000', '155950.604000', '155950.606000', '155950.609000', '155950.611000', '155950.614000', '155950.616000', '155950.619000', '155950.622000', '155950.625000', '155950.627000', '155950.630000', '155950.633000', '155950.635000', '155950.638000', '155950.640000', '155950.643000', '155950.645000', '155950.648000', '155950.654000', '155950.657000', '155950.659000', '155950.662000', '155950.664000', '155950.667000', '155950.670000', '155950.672000', '155950.675000', '155950.678000', '155950.680000', '155950.683000', '160010.493000', '160010.495000', '160010.498000', '160010.501000', '160010.515000', '160010.517000', '160010.520000', '160010.522000', '160010.525000', '160010.528000', '160010.530000', '160010.533000', '160010.535000', '160010.538000', '160010.540000', '160010.543000', '160010.545000', '160010.548000', '160010.551000', '160010.553000', '160010.556000', '160010.558000', '160010.561000', '160010.563000', '160010.566000', '160010.569000', '160010.578000', '160010.580000', '160010.583000', '160010.586000', '160010.588000', '160010.591000', '160010.593000', '160010.596000', '160010.599000', '160010.601000', '160010.604000', '160010.606000', '160010.609000', '160010.611000', '160010.614000', '160010.616000', '160010.619000', '160010.622000', '160030.492000', '160030.495000', '160030.498000', '160030.500000', '160030.503000', '160030.505000', '160030.508000', '160030.510000', '160030.513000', '160030.516000', '160030.518000', '160030.521000', '160030.523000', '160030.526000', '160030.529000', '160030.531000', '160030.534000', '160030.536000', '160030.539000', '160030.541000', '160030.548000', '160030.550000', '160030.553000', '160030.555000', '160030.558000', '160030.560000', '160030.563000', '160030.566000', '160030.568000', '160030.571000', '160030.573000', '160030.576000', '160030.579000', '160030.581000', '160030.584000', '160030.587000', '160030.589000', '160030.592000', '160030.595000', '160030.598000', '160030.600000', '160030.603000', '160030.605000', '160050.492000', '160050.494000', '160050.497000', '160050.500000', '160050.502000', '160050.505000', '160050.507000', '160050.510000', '160050.512000', '160050.515000', '160050.517000', '160050.520000', '160050.523000', '160050.525000', '160050.528000', '160050.530000', '160050.533000', '160050.535000', '160050.538000', '160050.541000', '160050.543000', '160050.546000', '160050.548000', '160050.551000', '160050.553000', '160050.556000', '160050.559000', '160050.561000', '160050.564000', '160050.566000', '160050.569000', '160050.572000', '160050.574000', '160050.577000', '160050.579000', '160050.582000', '160050.585000', '160050.587000', '160050.590000', '160050.592000', '160050.595000', '160050.597000', '160050.600000', '160050.603000', '160110.492000', '160110.495000', '160110.498000', '160110.500000', '160110.503000', '160110.506000', '160110.508000', '160110.511000', '160110.513000', '160110.523000', '160110.526000', '160110.528000', '160110.531000', '160110.534000', '160110.536000', '160110.539000', '160110.541000', '160110.544000', '160110.547000', '160110.549000', '160110.552000', '160110.554000', '160110.557000', '160110.560000', '160110.562000', '160110.565000', '160110.567000', '160110.570000', '160110.572000', '160110.575000', '160110.578000', '160110.580000', '160110.583000', '160110.585000', '160110.588000', '160110.590000', '160110.593000', '160110.595000', '160110.598000', '160110.601000', '160110.603000', '160110.606000', '160110.608000', '160130.493000', '160130.500000', '160130.503000', '160130.505000', '160130.508000', '160130.510000', '160130.513000', '160130.515000', '160130.518000', '160130.521000', '160130.523000', '160130.526000', '160130.528000', '160130.531000', '160130.533000', '160130.536000', '160130.539000', '160130.541000', '160130.544000', '160130.546000', '160130.549000', '160130.551000', '160130.554000', '160130.556000', '160130.559000', '160130.562000', '160130.564000', '160130.567000', '160130.569000', '160130.572000', '160130.575000', '160130.577000', '160130.580000', '160130.583000', '160130.585000', '160130.588000', '160130.590000', '160130.593000', '160130.595000', '160130.598000', '160130.601000', '160130.603000', '160130.606000', '160130.621000', '160150.492000', '160150.495000', '160150.498000', '160150.500000', '160150.503000', '160150.506000', '160150.508000', '160150.511000', '160150.513000', '160150.516000', '160150.518000', '160150.521000', '160150.523000', '160150.526000', '160150.529000', '160150.531000', '160150.534000', '160150.536000', '160150.539000', '160150.541000', '160150.544000', '160150.547000', '160150.549000', '160150.552000', '160150.554000', '160150.557000', '160150.559000', '160150.562000', '160150.565000', '160150.567000', '160150.570000', '160150.572000', '160150.575000', '160150.577000', '160150.580000', '160150.583000', '160150.585000', '160150.588000', '160150.590000', '160150.593000', '160150.595000', '160150.598000', '160150.601000', '160210.493000', '160210.495000', '160210.498000', '160210.501000', '160210.503000', '160210.506000', '160210.508000', '160210.511000', '160210.513000', '160210.516000', '160210.519000', '160210.522000', '160210.524000', '160210.527000', '160210.530000', '160210.532000', '160210.537000', '160210.540000', '160210.542000', '160210.545000', '160210.547000', '160210.550000', '160210.553000', '160210.555000', '160210.558000', '160210.560000', '160210.563000', '160210.566000', '160210.568000', '160210.571000', '160210.573000', '160210.576000', '160210.578000', '160210.581000', '160210.584000', '160210.586000', '160210.589000', '160210.591000', '160210.594000', '160210.596000', '160210.599000', '160210.602000', '160210.604000', '160210.607000', '160230.492000', '160230.495000', '160230.498000', '160230.500000', '160230.503000', '160230.505000', '160230.508000', '160230.511000', '160230.513000', '160230.516000', '160230.518000', '160230.521000', '160230.524000', '160230.526000', '160230.529000', '160230.531000', '160230.534000', '160230.536000', '160230.539000', '160230.541000', '160230.544000', '160230.547000', '160230.549000', '160230.552000', '160230.555000', '160230.557000', '160230.560000', '160230.562000', '160230.565000', '160230.568000', '160230.570000', '160230.573000', '160230.575000', '160230.578000', '160230.580000', '160230.583000', '160230.585000', '160230.588000', '160230.591000', '160230.593000', '160230.596000', '160230.599000', '160230.601000', '160250.492000', '160250.495000', '160250.498000', '160250.500000', '160250.503000', '160250.506000', '160250.508000', '160250.511000', '160250.513000', '160250.516000', '160250.518000', '160250.521000', '160250.524000', '160250.526000', '160250.529000', '160250.532000', '160250.534000', '160250.537000', '160250.539000', '160250.542000', '160250.544000', '160250.547000', '160250.550000', '160250.552000', '160250.555000', '160250.557000', '160250.560000', '160250.562000', '160250.565000', '160250.568000', '160250.570000', '160250.573000', '160250.575000', '160250.578000', '160250.581000', '160250.583000', '160250.586000', '160250.588000', '160250.591000', '160250.594000', '160250.596000', '160250.599000', '160250.601000', '160250.604000', '160310.492000', '160310.494000', '160310.497000', '160310.499000', '160310.502000', '160310.505000', '160310.507000', '160310.510000', '160310.512000', '160310.515000', '160310.517000', '160310.520000', '160310.523000', '160310.525000', '160310.528000', '160310.530000', '160310.533000', '160310.535000', '160310.538000', '160310.541000', '160310.543000', '160310.546000', '160310.548000', '160310.551000', '160310.567000', '160310.570000', '160310.572000', '160310.575000', '160310.577000', '160310.580000', '160310.583000', '160310.585000', '160310.588000', '160310.590000', '160310.593000', '160310.595000', '160310.598000', '160310.601000', '160310.603000', '160310.606000', '160310.608000', '160310.611000', '160310.614000', '160330.492000', '160330.495000', '160330.498000', '160330.500000', '160330.503000', '160330.506000', '160330.508000', '160330.511000', '160330.514000', '160330.517000', '160330.519000', '160330.522000', '160330.525000', '160330.527000', '160330.530000', '160330.532000', '160330.535000', '160330.537000', '160330.540000', '160330.543000', '160330.545000', '160330.548000', '160330.550000', '160330.553000', '160330.556000', '160330.558000', '160330.561000', '160330.563000', '160330.566000', '160330.569000', '160330.572000', '160330.574000', '160330.577000', '160330.579000', '160330.582000', '160330.584000', '160330.587000', '160330.590000', '160330.592000', '160330.595000', '160330.597000', '160330.600000', '160330.603000', '160330.605000', '160350.492000', '160350.495000', '160350.498000', '160350.500000', '160350.503000', '160350.506000', '160350.508000', '160350.511000', '160350.514000', '160350.516000', '160350.519000', '160350.522000', '160350.524000', '160350.527000', '160350.530000', '160350.532000', '160350.535000', '160350.537000', '160350.540000', '160350.542000', '160350.545000', '160350.548000', '160350.550000', '160350.553000', '160350.556000', '160350.558000', '160350.561000', '160350.564000', '160350.566000', '160350.569000', '160350.572000', '160350.574000', '160350.577000', '160350.579000', '160350.582000', '160350.585000', '160350.587000', '160350.590000', '160350.593000', '160350.595000', '160350.598000', '160350.601000', '160350.603000', '160410.493000', '160410.496000', '160410.498000', '160410.501000', '160410.504000', '160410.507000', '160410.509000', '160410.512000', '160410.515000', '160410.517000', '160410.520000', '160410.522000', '160410.525000', '160410.527000', '160410.530000', '160410.533000', '160410.535000', '160410.538000', '160410.540000', '160410.543000', '160410.545000', '160410.548000', '160410.551000', '160410.553000', '160410.556000', '160410.558000', '160410.561000', '160410.563000', '160410.566000', '160410.569000', '160410.571000', '160410.574000', '160410.576000', '160410.579000', '160410.581000', '160410.584000', '160410.587000', '160410.589000', '160410.592000', '160410.595000', '160410.597000', '160410.600000', '160410.602000', '160430.492000', '160430.495000', '160430.498000', '160430.500000', '160430.503000', '160430.505000', '160430.508000', '160430.511000', '160430.513000', '160430.516000', '160430.518000', '160430.521000', '160430.523000', '160430.526000', '160430.529000', '160430.531000', '160430.534000', '160430.536000', '160430.539000', '160430.541000', '160430.544000', '160430.547000', '160430.549000', '160430.552000', '160430.554000', '160430.557000', '160430.560000', '160430.562000', '160430.565000', '160430.568000', '160430.570000', '160430.573000', '160430.575000', '160430.578000', '160430.580000', '160430.583000', '160430.586000', '160430.588000', '160430.591000', '160430.594000', '160430.596000', '160430.599000', '160430.602000', '160430.604000', '160450.492000', '160450.495000', '160450.498000', '160450.500000', '160450.503000', '160450.506000', '160450.540000', '160450.543000', '160450.546000', '160450.548000', '160450.551000', '160450.553000', '160450.556000', '160450.559000', '160450.564000', '160450.566000', '160450.569000', '160450.571000', '160450.574000', '160450.577000', '160450.579000', '160450.582000', '160450.584000', '160450.587000', '160450.589000', '160450.592000', '160450.595000', '160450.607000', '160450.610000', '160450.613000', '160450.615000', '160450.618000', '160450.620000', '160450.623000', '160450.625000', '160450.628000', '160450.631000', '160450.633000', '160450.636000', '160450.638000', '160450.641000', '160450.643000', '160450.646000', '160450.648000', '160510.493000', '160510.496000', '160510.498000', '160510.501000', '160510.503000', '160510.506000', '160510.509000', '160510.511000', '160510.514000', '160510.517000', '160510.519000', '160510.522000', '160510.524000', '160510.527000', '160510.529000', '160510.532000', '160510.534000', '160510.537000', '160510.539000', '160510.542000', '160510.545000', '160510.547000', '160510.550000', '160510.552000', '160510.555000', '160510.557000', '160510.560000', '160510.562000', '160510.565000', '160510.568000', '160510.570000', '160510.573000', '160510.575000', '160510.578000', '160510.580000', '160510.583000', '160510.585000', '160510.588000', '160510.606000', '160510.608000', '160510.611000', '160510.613000', '160510.616000', '160530.491000', '160530.494000', '160530.497000', '160530.499000', '160530.502000', '160530.505000', '160530.507000', '160530.510000', '160530.513000', '160530.515000', '160530.518000', '160530.520000', '160530.523000', '160530.526000', '160530.529000', '160530.532000', '160530.535000', '160530.538000', '160530.540000', '160530.543000', '160530.545000', '160530.548000', '160530.550000', '160530.553000', '160530.556000', '160530.558000', '160530.561000', '160530.563000', '160530.566000', '160530.568000', '160530.571000', '160530.574000', '160530.576000', '160530.579000', '160530.581000', '160530.584000', '160530.586000', '160530.589000', '160530.592000', '160530.594000', '160530.597000', '160530.599000', '160530.602000', '160550.493000', '160550.496000', '160550.498000', '160550.501000', '160550.503000', '160550.506000', '160550.508000', '160550.511000', '160550.514000', '160550.516000', '160550.519000', '160550.521000', '160550.524000', '160550.526000', '160550.529000', '160550.532000', '160550.534000', '160550.537000', '160550.539000', '160550.542000', '160550.544000', '160550.547000', '160550.550000', '160550.552000', '160550.555000', '160550.557000', '160550.560000', '160550.562000', '160550.565000', '160550.568000', '160550.570000', '160550.573000', '160550.575000', '160550.578000', '160550.581000', '160550.583000', '160550.586000', '160550.588000', '160550.591000', '160550.593000', '160550.596000', '160550.599000', '160550.601000', '160550.604000', '160610.493000', '160610.495000', '160610.498000', '160610.501000', '160610.503000', '160610.506000', '160610.508000', '160610.511000', '160610.514000', '160610.516000', '160610.519000', '160610.522000', '160610.524000', '160610.527000', '160610.530000', '160610.533000', '160610.535000', '160610.546000', '160610.549000', '160610.551000', '160610.554000', '160610.557000', '160610.559000', '160610.562000', '160610.564000', '160610.567000', '160610.569000', '160610.572000', '160610.575000', '160610.577000', '160610.581000', '160610.584000', '160610.586000', '160610.589000', '160610.592000', '160610.594000', '160610.597000', '160610.599000', '160610.602000', '160610.604000', '160610.607000', '160610.610000', '160610.612000', '160630.492000', '160630.495000', '160630.498000', '160630.501000', '160630.503000', '160630.506000', '160630.508000', '160630.511000', '160630.513000', '160630.516000', '160630.519000', '160630.521000', '160630.524000', '160630.526000', '160630.529000', '160630.531000', '160630.534000', '160630.537000', '160630.539000', '160630.542000', '160630.544000', '160630.547000', '160630.550000', '160630.552000', '160630.555000', '160630.557000', '160630.560000', '160630.563000', '160630.565000', '160630.568000', '160630.570000', '160630.573000', '160630.575000', '160630.578000', '160630.581000', '160630.583000', '160630.586000', '160630.588000', '160630.591000', '160630.593000', '160630.596000', '160630.598000', '160630.601000', '160630.604000', '160650.492000', '160650.495000', '160650.498000', '160650.500000', '160650.503000', '160650.506000', '160650.508000', '160650.511000', '160650.513000', '160650.516000', '160650.519000', '160650.521000', '160650.524000', '160650.527000', '160650.530000', '160650.532000', '160650.535000', '160650.538000', '160650.541000', '160650.543000', '160650.546000', '160650.549000', '160650.551000', '160650.554000', '160650.556000', '160650.559000', '160650.561000', '160650.564000', '160650.567000', '160650.569000', '160650.572000', '160650.574000', '160650.577000', '160650.579000', '160650.582000', '160650.585000', '160650.587000', '160650.590000', '160650.592000', '160650.595000', '160650.597000', '160650.600000', '160650.603000', '160710.493000', '160710.495000', '160710.498000', '160710.501000', '160710.503000', '160710.506000', '160710.508000', '160710.511000', '160710.514000', '160710.516000', '160710.519000', '160710.521000', '160710.524000', '160710.527000', '160710.529000', '160710.532000', '160710.534000', '160710.537000', '160710.540000', '160710.542000', '160710.545000', '160710.547000', '160710.550000', '160710.553000', '160710.555000', '160710.558000', '160710.560000', '160710.563000', '160710.566000', '160710.568000', '160710.571000', '160710.573000', '160710.576000', '160710.578000', '160710.581000', '160710.584000', '160710.586000', '160710.589000', '160710.591000', '160710.594000', '160710.596000', '160710.599000', '160710.602000', '160710.604000', '160730.493000', '160730.495000', '160730.498000', '160730.501000', '160730.503000', '160730.506000', '160730.508000', '160730.511000', '160730.513000', '160730.516000', '160730.518000', '160730.521000', '160730.524000', '160730.532000', '160730.535000', '160730.538000', '160730.540000', '160730.543000', '160730.545000', '160730.548000', '160730.550000', '160730.553000', '160730.556000', '160730.558000', '160730.561000', '160730.563000', '160730.566000', '160730.569000', '160730.571000', '160730.574000', '160730.577000', '160730.580000', '160730.583000', '160730.586000', '160730.589000', '160730.591000', '160730.594000', '160730.597000', '160730.599000', '160730.602000', '160730.604000', '160730.607000', '160730.610000', '160750.491000', '160750.494000', '160750.497000', '160750.500000', '160750.502000', '160750.505000', '160750.507000', '160750.510000', '160750.513000', '160750.515000', '160750.518000', '160750.520000', '160750.523000', '160750.526000', '160750.528000', '160750.531000', '160750.533000', '160750.536000', '160750.539000', '160750.541000', '160750.544000', '160750.546000', '160750.549000', '160750.551000', '160750.554000', '160750.557000', '160750.559000', '160750.562000', '160750.564000', '160750.567000', '160750.569000', '160750.572000', '160750.575000', '160750.577000', '160750.580000', '160750.582000', '160750.585000', '160750.587000', '160750.590000', '160750.593000', '160750.595000', '160750.598000', '160750.601000', '160750.603000', '160810.492000', '160810.495000', '160810.498000', '160810.500000', '160810.503000', '160810.506000', '160810.508000', '160810.511000', '160810.513000', '160810.516000', '160810.518000', '160810.521000', '160810.524000', '160810.527000', '160810.529000', '160810.532000', '160810.534000', '160810.537000', '160810.539000', '160810.542000', '160810.545000', '160810.547000', '160810.550000', '160810.552000', '160810.555000', '160810.557000', '160810.560000', '160810.563000', '160810.565000', '160810.568000', '160810.570000', '160810.573000', '160810.575000', '160810.578000', '160810.581000', '160810.583000', '160810.586000', '160810.589000', '160810.592000', '160810.595000', '160810.598000', '160810.601000', '160810.603000', '160819.329000', '160819.332000', '160819.334000', '160819.337000', '160819.340000', '160819.342000', '160819.345000', '160819.348000', '160819.351000', '160819.354000', '160819.356000', '160819.360000', '160819.363000', '160819.367000', '160819.370000', '160819.374000', '160819.378000', '160819.382000', '160819.386000', '160819.389000'], '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': [7456, 10702, 8163, 7178, 12008, 9720, 8907, 12977, 10742, 8192, 11150, 7443, 6958, 10029, 8066, 7151, 12280, 10123, 9142, 12517, 8534, 7334, 10283, 7835, 12336, 10914, 8567, 11779, 7663, 9870, 8419, 7056, 11657, 8030, 10427, 10247, 9121, 12782, 10360, 7174, 10005, 7032, 10958, 8712, 7327, 11226, 7715, 10898, 9089, 7274, 11669, 8407, 8093, 10662, 7287, 11080, 9469, 8722, 12478, 10384, 7968, 11744, 7293, 8921, 9134, 7191, 12247, 9043, 9152, 13251, 9295, 10037, 9188, 7431, 10132, 8427, 7308, 12046, 9172, 10191, 12712, 8944, 9616, 9248, 7480, 12836, 9943, 9208, 12492, 9638, 11123, 9825, 7129, 10479, 8490, 7104, 12072, 8988, 10338, 12227, 9933, 8520, 10897, 7208, 6910, 10091, 7194, 9159, 9296, 7328, 11316, 9454, 7900, 12634, 10453, 7993, 12345, 8286, 7821, 11450, 7797, 11702, 10232, 9513, 12324, 10138, 7322, 8851, 8789, 7165, 10512, 10622, 9736, 11514, 10863, 8012, 10959, 8683, 7485, 12252, 9577, 11122, 12463, 9044, 10406, 9735, 7007, 8923, 9145, 7267, 11944, 12471, 9574, 10871, 9668, 7042, 11929, 9477, 7313, 12188, 8777, 9898, 12575, 8330, 9147, 8548, 7243, 10950, 8578, 7468, 12788, 9856, 10925, 11068, 7677, 11665, 8682, 7259, 11613, 9316, 9609, 12448, 9579, 8353, 10273, 7067, 10590, 9156, 7653, 12775, 10391, 7565, 10537, 7276, 10162, 9153, 7518, 12675, 10605, 7525, 11365, 8176, 11249, 11219, 8476, 12897, 11093, 7438, 9032, 9183, 7206, 9433, 8454, 7269, 13009, 11047, 8147, 11147, 8304, 8872, 10507, 8751, 12426, 10773, 9834, 13735, 7974, 10983, 9385, 7718, 13829, 11517, 10333, 11240, 7459, 8783, 8595, 7040, 11794, 9639, 9357, 13077, 9552, 8101, 10479, 7545, 11008, 10195, 9795, 12775, 10166, 7421, 10804, 7340, 8693, 11453, 9759, 12141, 10919, 7983, 8806, 9155, 7188, 10785, 9941, 7526, 12214, 12010, 10843, 12251, 10655, 7055, 10058, 8675, 7557, 12959, 9695, 7581, 13738, 11198, 8179, 11284, 8172, 7417, 11434, 8671, 11338, 10723, 8405, 13184, 10731, 7970, 11198, 7997, 11386, 9705, 7439, 13354, 10348, 8016, 11639, 7631, 10275, 11920, 9616, 11178, 9196, 7110, 11278, 8930, 7415, 12623, 9425, 10198, 11654, 7723, 9663, 9365, 6875, 12102, 9703, 8706, 11829, 10837, 8114, 12682, 8016, 7101, 11057, 7554, 12114, 10480, 9992, 12725, 9656, 7498, 11994, 7366, 10110, 9449, 7781, 12491, 9418, 7594, 10682, 9877, 7431, 9548, 11579, 8757, 12742, 11869, 10597, 15007, 9824, 7611, 11031, 7650, 10281, 12014, 9316, 12175, 10045, 7197, 10655, 8384, 7241, 13177, 10750, 7993, 11437, 8589, 7262, 11411, 8184, 11103, 12816, 9741, 10910, 11712, 7541, 7046, 11089, 7816, 10606, 10715, 8933, 13065, 10988, 8310, 12176, 7557, 7683, 9734, 7348, 13506, 11278, 9367, 11419, 7317, 11916, 9634, 10620, 12642, 9298, 12988, 8940, 10156, 9381, 7166, 12402, 9063, 13196, 11853, 8685, 11966, 7258, 9697, 8445, 7049, 12679, 9459, 11840, 10246, 6982, 11309, 7886, 10201, 10178, 8124, 12441, 9954, 9519, 10048, 7468, 12281, 8971, 11840, 11001, 8965, 12086, 8018, 11082, 9045, 7647, 11819, 7621, 13355, 10572, 9614, 12105, 8221, 9464, 8868, 7056, 11635, 9493, 11542, 11170, 8607, 14272, 9795, 7967, 12274, 8433, 12761, 11360, 9274, 13240, 8651, 9693, 9100, 7186, 12192, 9796, 9056, 13374, 10000, 8527, 11048, 7586, 12158, 12270, 9804, 12017, 9593, 7140, 10678, 8284, 7234, 13557, 10710, 11308, 10821, 7892, 12220, 8427, 12465, 10702, 9975, 13172, 9009, 11950, 8977, 7174, 10864, 7367, 12825, 10815, 11346, 11022, 7834, 11731, 7513, 9081, 9735, 8269, 12391, 8918, 10566, 9060, 7476, 12167, 9003, 12141, 10572, 8198, 11331, 7028, 11203, 9230, 9080, 12714, 9415, 12679, 8543, 7732, 10558, 7344, 13045, 10956, 10448, 10965, 7647, 11602, 7766, 9908, 10351, 8979, 12769, 9113, 11239, 9192, 7798, 12260, 8874, 13006, 11450, 8862, 11218, 7132, 11219, 8477, 11866, 10486, 9526, 12675, 8242, 11696, 7880, 8606, 9386, 7622, 11765, 9720, 10840, 9722, 7041, 11169, 7284, 11319, 10245, 9010, 11528, 7475, 11380, 8856, 9308, 11760, 8559, 11828, 9020, 8831, 9854, 7015, 12382, 10261, 11302, 10199, 7910, 13291, 8154, 8292, 10514, 7814, 12526, 11172, 9584, 10610, 7157, 11553, 9071, 10152, 11787, 8491, 12742, 8984, 8949, 11816, 9192, 12589, 9669, 7359, 11594, 7296, 11065, 9118, 7876, 12266, 9694, 9270, 9876, 7135, 11754, 9341, 8538, 11414, 8799, 9637, 9684, 7050, 11414, 9007, 8243, 11459, 9094, 9432, 9848, 7428, 10868, 9109, 7446, 11243, 9804, 8209, 11915, 9123, 7112, 11213, 8155, 10136, 11228, 8651, 11206, 9656, 7110, 11911, 8889, 8793, 11827, 9007, 11248, 9311, 7118, 11182, 8210, 10565, 11805, 8894, 14605, 10477, 9755, 13851, 7771, 11430, 9200, 8323, 12081, 8661, 13536, 10583, 10702, 10170, 7195, 12117, 8566, 13158, 11329, 10167, 11647, 8316, 12757, 8443, 9688, 9194, 7754, 12777, 9541, 13342, 11152, 7965, 10924, 7148, 12104, 9661, 10216, 11604, 9355, 12702, 10425, 9219, 10940, 7104, 11856, 9270, 8550, 12011, 8488, 13301, 11561, 8200, 11437, 7740, 10304, 9976, 8975, 12626, 10189, 7128, 10558, 7143, 10479, 8388, 8413, 12476, 10674, 7744, 10808, 7456, 7697, 11557, 9617, 10398, 8153, 7906, 11251, 9256, 7599, 11618, 10377, 8440, 7287, 11644, 9883, 10565, 14062, 13593, 9895, 8435, 13866, 11418, 9310, 8932, 11755, 8305, 7452, 11549, 10839, 11040, 12604, 10776, 7958, 11412, 9795, 7533, 12721, 9756, 7636, 13352, 10659, 11585, 11029, 7969, 9197, 9028, 7081, 10891, 8903, 7286, 13254, 11232, 8344, 11216, 8158, 7201, 10787, 7693, 11051, 12294, 9240, 12016, 8994, 7238, 10142, 7267, 11644, 8876, 8679, 10535, 7252, 12241, 7982, 12089, 9208, 9988, 10156, 7711, 12200, 8900, 12007, 9621, 9978, 8776, 7072, 11310, 7708, 12208, 9694, 10867, 9930, 7073, 10735, 7373, 11721, 10129, 9285, 11563, 8231, 11208, 8946, 7675, 11601, 8208, 12035, 9395, 9218, 11253, 7737, 10438, 9985, 7266, 11799, 9435, 8229, 12074, 9702, 11854, 9497, 7272, 11628, 8524, 9425, 12944, 9905, 10957, 9847, 6979, 11397, 8678, 7419, 11672, 8416, 11578, 11296, 8497, 11353, 9387, 7079, 11701, 9146, 8974, 13098, 10384, 12487, 10680, 7480, 12507, 9625, 8511, 12915, 9269, 11951, 11271, 8339, 11996, 8451, 7049, 12151, 9482, 11399, 11281, 7599, 11449, 9007, 7455, 12585, 8895, 12716, 11331, 8747, 11877, 8474, 8125, 10310, 7436, 13123, 11293, 9322, 11220, 7814, 9081, 9358, 7575, 13146, 11552, 8558, 12253, 7893, 9745, 9373, 7504, 13250, 10728, 10801, 11754, 8309, 10804, 8827, 7089, 11527, 9071, 12733, 11457, 8183, 11564, 7299, 11872, 9531, 9597, 13019, 8392, 12289, 8680, 10196, 9794, 7377, 12453, 8064, 12885, 9718, 9200, 12383, 9095, 12677, 9974, 7421, 10850, 7312, 12265, 10790, 9740, 12612, 8472, 11659, 9429, 7144, 11367, 8344, 12505, 11408, 8792, 12392, 7343, 11338, 8577, 9402, 12186, 10015, 12668, 9462, 9299, 9256, 7240, 11664, 9377, 12787, 11664, 7975, 11733, 7926, 9151, 9979, 8271, 12601, 10671, 12903, 10873, 7435, 12237, 8393, 13287, 10418, 11007, 13004, 8266, 12407, 8106, 10799, 9212, 7548, 12763, 8269, 13400, 10468, 9577, 13104, 8115, 12254, 9462, 7700, 12322, 9514, 12203, 11600, 9341, 7533, 11773, 8918, 7094, 11798, 9796, 7275, 12543, 8237, 11373, 9486, 7794, 12520, 8421, 12315, 10808, 9058, 11672, 11323, 8444, 12611, 13168, 11446, 14837, 12164, 8155, 11347, 9745, 8533, 14112, 13887, 10064, 11204, 10159, 7369, 9458, 9811, 7979, 13116, 14920, 10355, 10645, 10505, 7316, 10678, 9629, 7942, 14495, 11684, 9004, 12540, 8328, 7003, 11958, 9981, 8769, 12472, 7967, 8468, 11222, 8577, 12569, 13238, 9911, 11524, 11725, 7260, 6873, 10690, 7424, 9104, 10025, 8113, 13779, 11450, 8301, 11671, 8548, 13004, 10682, 9312, 12404, 8271, 14043, 11554, 11643, 10128, 7088, 10991, 8198, 10331, 10205, 7598, 13647, 10853, 12588, 10567, 6982, 11308, 8390, 11502, 10527, 8933, 13072, 10683, 7254, 11055, 7458, 9703, 12504, 9967, 11349, 10117], 'WindowCenter': [4108.0, 4133.0, 4089.0, 4066.0, 4114.0, 4093.0, 4083.0, 4124.0, 4104.0, 4075.0, 4113.0, 4062.0, 4052.0, 4092.0, 4070.0, 4051.0, 4112.0, 4104.0, 4095.0, 4126.0, 4086.0, 4063.0, 4091.0, 4060.0, 4101.0, 4091.0, 4070.0, 4101.0, 4060.0, 4090.0, 4070.0, 4039.0, 4100.0, 4059.0, 4090.0, 4091.0, 4082.0, 4123.0, 4104.0, 4052.0, 4103.0, 4052.0, 4101.0, 4071.0, 4051.0, 4102.0, 4062.0, 4103.0, 4083.0, 4063.0, 4114.0, 4084.0, 4073.0, 4103.0, 4063.0, 4114.0, 4095.0, 4085.0, 4127.0, 4118.0, 4088.0, 4127.0, 4076.0, 4095.0, 4094.0, 4054.0, 4113.0, 4084.0, 4095.0, 4136.0, 4106.0, 4107.0, 4107.0, 4076.0, 4104.0, 4084.0, 4064.0, 4126.0, 4097.0, 4106.0, 4138.0, 4097.0, 4107.0, 4095.0, 4064.0, 4123.0, 4094.0, 4082.0, 4124.0, 4095.0, 4115.0, 4104.0, 4064.0, 4104.0, 4083.0, 4052.0, 4113.0, 4084.0, 4105.0, 4127.0, 4107.0, 4097.0, 4128.0, 4077.0, 4066.0, 4105.0, 4065.0, 4095.0, 4096.0, 4076.0, 4118.0, 4107.0, 4086.0, 4138.0, 4117.0, 4089.0, 4126.0, 4084.0, 4062.0, 4113.0, 4063.0, 4113.0, 4093.0, 4094.0, 4126.0, 4116.0, 4076.0, 4095.0, 4083.0, 4053.0, 4103.0, 4104.0, 4095.0, 4116.0, 4116.0, 4086.0, 4115.0, 4084.0, 4063.0, 4112.0, 4093.0, 4114.0, 4126.0, 4095.0, 4105.0, 4105.0, 4065.0, 4083.0, 4083.0, 4063.0, 4114.0, 4125.0, 4106.0, 4116.0, 4106.0, 4065.0, 4115.0, 4094.0, 4062.0, 4114.0, 4084.0, 4093.0, 4124.0, 4084.0, 4095.0, 4085.0, 4064.0, 4114.0, 4086.0, 4063.0, 4125.0, 4106.0, 4116.0, 4116.0, 4077.0, 4126.0, 4084.0, 4063.0, 4113.0, 4094.0, 4094.0, 4126.0, 4106.0, 4086.0, 4106.0, 4065.0, 4104.0, 4083.0, 4062.0, 4123.0, 4104.0, 4063.0, 4103.0, 4063.0, 4104.0, 4095.0, 4063.0, 4124.0, 4105.0, 4075.0, 4116.0, 4084.0, 4115.0, 4116.0, 4087.0, 4138.0, 4128.0, 4077.0, 4096.0, 4096.0, 4065.0, 4094.0, 4085.0, 4065.0, 4137.0, 4129.0, 4088.0, 4128.0, 4087.0, 4096.0, 4104.0, 4083.0, 4114.0, 4105.0, 4094.0, 4125.0, 4074.0, 4103.0, 4082.0, 4061.0, 4121.0, 4102.0, 4092.0, 4103.0, 4063.0, 4083.0, 4082.0, 4052.0, 4111.0, 4093.0, 4083.0, 4124.0, 4095.0, 4074.0, 4104.0, 4063.0, 4102.0, 4092.0, 4093.0, 4114.0, 4095.0, 4063.0, 4103.0, 4052.0, 4072.0, 4103.0, 4094.0, 4115.0, 4105.0, 4084.0, 4084.0, 4093.0, 4052.0, 4102.0, 4092.0, 4062.0, 4113.0, 4115.0, 4116.0, 4127.0, 4117.0, 4065.0, 4093.0, 4072.0, 4064.0, 4113.0, 4093.0, 4063.0, 4135.0, 4115.0, 4086.0, 4115.0, 4084.0, 4062.0, 4102.0, 4072.0, 4101.0, 4102.0, 4072.0, 4123.0, 4104.0, 4072.0, 4102.0, 4061.0, 4101.0, 4080.0, 4050.0, 4112.0, 4094.0, 4073.0, 4113.0, 4063.0, 4105.0, 4115.0, 4095.0, 4116.0, 4095.0, 4054.0, 4115.0, 4086.0, 4064.0, 4115.0, 4097.0, 4107.0, 4117.0, 4076.0, 4095.0, 4095.0, 4055.0, 4115.0, 4097.0, 4087.0, 4129.0, 4130.0, 4090.0, 4141.0, 4101.0, 4069.0, 4119.0, 4077.0, 4127.0, 4118.0, 4109.0, 4140.0, 4110.0, 4080.0, 4130.0, 4077.0, 4105.0, 4094.0, 4065.0, 4115.0, 4095.0, 4075.0, 4106.0, 4106.0, 4076.0, 4096.0, 4115.0, 4085.0, 4114.0, 4115.0, 4105.0, 4124.0, 4093.0, 4061.0, 4091.0, 4050.0, 4090.0, 4112.0, 4082.0, 4113.0, 4093.0, 4053.0, 4103.0, 4072.0, 4064.0, 4125.0, 4116.0, 4075.0, 4116.0, 4085.0, 4065.0, 4114.0, 4075.0, 4115.0, 4126.0, 4107.0, 4118.0, 4128.0, 4088.0, 4067.0, 4116.0, 4075.0, 4104.0, 4105.0, 4085.0, 4128.0, 4119.0, 4087.0, 4128.0, 4076.0, 4075.0, 4093.0, 4063.0, 4124.0, 4116.0, 4095.0, 4116.0, 4065.0, 4115.0, 4094.0, 4092.0, 4113.0, 4083.0, 4113.0, 4083.0, 4092.0, 4082.0, 4041.0, 4112.0, 4084.0, 4123.0, 4115.0, 4086.0, 4114.0, 4064.0, 4093.0, 4072.0, 4051.0, 4123.0, 4095.0, 4114.0, 4105.0, 4065.0, 4115.0, 4075.0, 4105.0, 4105.0, 4074.0, 4126.0, 4107.0, 4096.0, 4106.0, 4065.0, 4117.0, 4086.0, 4114.0, 4106.0, 4085.0, 4126.0, 4076.0, 4115.0, 4095.0, 4064.0, 4115.0, 4074.0, 4125.0, 4107.0, 4096.0, 4128.0, 4088.0, 4109.0, 4109.0, 4068.0, 4117.0, 4109.0, 4129.0, 4130.0, 4100.0, 4152.0, 4121.0, 4088.0, 4127.0, 4085.0, 4114.0, 4115.0, 4084.0, 4125.0, 4084.0, 4094.0, 4083.0, 4054.0, 4112.0, 4093.0, 4083.0, 4124.0, 4094.0, 4084.0, 4114.0, 4064.0, 4116.0, 4114.0, 4094.0, 4125.0, 4094.0, 4065.0, 4104.0, 4084.0, 4064.0, 4126.0, 4117.0, 4117.0, 4118.0, 4086.0, 4115.0, 4073.0, 4112.0, 4103.0, 4093.0, 4124.0, 4084.0, 4115.0, 4084.0, 4052.0, 4102.0, 4051.0, 4112.0, 4105.0, 4115.0, 4115.0, 4075.0, 4125.0, 4065.0, 4083.0, 4094.0, 4074.0, 4125.0, 4085.0, 4106.0, 4085.0, 4064.0, 4115.0, 4085.0, 4125.0, 4106.0, 4086.0, 4116.0, 4065.0, 4114.0, 4094.0, 4084.0, 4126.0, 4096.0, 4127.0, 4086.0, 4075.0, 4105.0, 4064.0, 4125.0, 4116.0, 4106.0, 4116.0, 4076.0, 4116.0, 4076.0, 4105.0, 4106.0, 4085.0, 4126.0, 4098.0, 4117.0, 4096.0, 4075.0, 4115.0, 4086.0, 4126.0, 4118.0, 4096.0, 4116.0, 4065.0, 4114.0, 4074.0, 4113.0, 4106.0, 4095.0, 4127.0, 4087.0, 4126.0, 4086.0, 4085.0, 4095.0, 4075.0, 4127.0, 4108.0, 4119.0, 4109.0, 4068.0, 4128.0, 4077.0, 4116.0, 4107.0, 4096.0, 4128.0, 4077.0, 4127.0, 4098.0, 4097.0, 4128.0, 4098.0, 4129.0, 4099.0, 4098.0, 4107.0, 4066.0, 4127.0, 4118.0, 4118.0, 4119.0, 4089.0, 4150.0, 4099.0, 4097.0, 4116.0, 4075.0, 4126.0, 4129.0, 4107.0, 4118.0, 4078.0, 4128.0, 4097.0, 4106.0, 4127.0, 4096.0, 4138.0, 4096.0, 4096.0, 4127.0, 4107.0, 4128.0, 4107.0, 4077.0, 4128.0, 4076.0, 4116.0, 4096.0, 4087.0, 4128.0, 4108.0, 4108.0, 4118.0, 4078.0, 4128.0, 4108.0, 4097.0, 4128.0, 4099.0, 4119.0, 4119.0, 4079.0, 4129.0, 4098.0, 4088.0, 4127.0, 4098.0, 4108.0, 4118.0, 4079.0, 4128.0, 4098.0, 4077.0, 4129.0, 4118.0, 4099.0, 4140.0, 4112.0, 4080.0, 4130.0, 4089.0, 4118.0, 4130.0, 4100.0, 4131.0, 4110.0, 4080.0, 4129.0, 4109.0, 4097.0, 4128.0, 4099.0, 4129.0, 4109.0, 4081.0, 4128.0, 4098.0, 4118.0, 4129.0, 4099.0, 4151.0, 4132.0, 4121.0, 4151.0, 4090.0, 4129.0, 4097.0, 4086.0, 4116.0, 4086.0, 4127.0, 4119.0, 4118.0, 4118.0, 4066.0, 4125.0, 4083.0, 4113.0, 4116.0, 4107.0, 4118.0, 4085.0, 4125.0, 4085.0, 4093.0, 4083.0, 4061.0, 4112.0, 4093.0, 4123.0, 4104.0, 4073.0, 4104.0, 4064.0, 4113.0, 4093.0, 4092.0, 4104.0, 4083.0, 4116.0, 4105.0, 4094.0, 4104.0, 4064.0, 4114.0, 4084.0, 4072.0, 4113.0, 4083.0, 4124.0, 4115.0, 4085.0, 4116.0, 4074.0, 4103.0, 4094.0, 4084.0, 4126.0, 4106.0, 4065.0, 4106.0, 4079.0, 4131.0, 4098.0, 4099.0, 4141.0, 4133.0, 4104.0, 4132.0, 4075.0, 4076.0, 4116.0, 4096.0, 4105.0, 4074.0, 4088.0, 4120.0, 4108.0, 4075.0, 4126.0, 4106.0, 4085.0, 4064.0, 4115.0, 4095.0, 4107.0, 4139.0, 4140.0, 4108.0, 4086.0, 4126.0, 4116.0, 4082.0, 4071.0, 4101.0, 4061.0, 4051.0, 4102.0, 4103.0, 4116.0, 4115.0, 4105.0, 4063.0, 4101.0, 4079.0, 4049.0, 4099.0, 4069.0, 4049.0, 4111.0, 4093.0, 4103.0, 4103.0, 4073.0, 4082.0, 4070.0, 4039.0, 4090.0, 4071.0, 4052.0, 4125.0, 4118.0, 4086.0, 4117.0, 4086.0, 4064.0, 4103.0, 4062.0, 4103.0, 4114.0, 4084.0, 4115.0, 4085.0, 4064.0, 4104.0, 4064.0, 4103.0, 4082.0, 4073.0, 4093.0, 4062.0, 4113.0, 4074.0, 4114.0, 4096.0, 4093.0, 4095.0, 4062.0, 4124.0, 4084.0, 4114.0, 4095.0, 4094.0, 4084.0, 4053.0, 4105.0, 4063.0, 4114.0, 4098.0, 4116.0, 4108.0, 4066.0, 4117.0, 4065.0, 4115.0, 4107.0, 4097.0, 4128.0, 4088.0, 4129.0, 4098.0, 4076.0, 4117.0, 4085.0, 4115.0, 4097.0, 4095.0, 4117.0, 4076.0, 4106.0, 4106.0, 4066.0, 4116.0, 4095.0, 4075.0, 4126.0, 4107.0, 4117.0, 4096.0, 4065.0, 4115.0, 4085.0, 4095.0, 4126.0, 4108.0, 4118.0, 4109.0, 4078.0, 4128.0, 4097.0, 4066.0, 4117.0, 4088.0, 4129.0, 4129.0, 4101.0, 4130.0, 4109.0, 4067.0, 4116.0, 4096.0, 4085.0, 4127.0, 4108.0, 4129.0, 4118.0, 4077.0, 4127.0, 4095.0, 4073.0, 4113.0, 4083.0, 4103.0, 4104.0, 4074.0, 4114.0, 4073.0, 4053.0, 4113.0, 4095.0, 4105.0, 4104.0, 4063.0, 4103.0, 4086.0, 4072.0, 4114.0, 4084.0, 4124.0, 4105.0, 4084.0, 4115.0, 4074.0, 4073.0, 4093.0, 4063.0, 4125.0, 4116.0, 4096.0, 4117.0, 4076.0, 4087.0, 4095.0, 4075.0, 4125.0, 4117.0, 4086.0, 4128.0, 4087.0, 4096.0, 4095.0, 4064.0, 4114.0, 4106.0, 4105.0, 4127.0, 4086.0, 4117.0, 4096.0, 4054.0, 4114.0, 4084.0, 4115.0, 4115.0, 4075.0, 4114.0, 4063.0, 4113.0, 4093.0, 4082.0, 4112.0, 4072.0, 4102.0, 4073.0, 4092.0, 4093.0, 4052.0, 4113.0, 4073.0, 4113.0, 4093.0, 4083.0, 4114.0, 4084.0, 4125.0, 4106.0, 4064.0, 4115.0, 4065.0, 4126.0, 4118.0, 4109.0, 4141.0, 4100.0, 4131.0, 4109.0, 4068.0, 4116.0, 4086.0, 4127.0, 4129.0, 4097.0, 4128.0, 4078.0, 4117.0, 4086.0, 4094.0, 4115.0, 4095.0, 4127.0, 4095.0, 4096.0, 4094.0, 4063.0, 4104.0, 4094.0, 4124.0, 4125.0, 4075.0, 4115.0, 4075.0, 4094.0, 4105.0, 4084.0, 4126.0, 4107.0, 4126.0, 4116.0, 4064.0, 4113.0, 4072.0, 4111.0, 4092.0, 4092.0, 4113.0, 4072.0, 4112.0, 4062.0, 4101.0, 4081.0, 4060.0, 4113.0, 4072.0, 4123.0, 4104.0, 4094.0, 4125.0, 4074.0, 4114.0, 4094.0, 4063.0, 4114.0, 4096.0, 4127.0, 4129.0, 4110.0, 4092.0, 4155.0, 4123.0, 4081.0, 4130.0, 4119.0, 4078.0, 4139.0, 4100.0, 4129.0, 4111.0, 4078.0, 4129.0, 4100.0, 4128.0, 4106.0, 4084.0, 4103.0, 4102.0, 4072.0, 4112.0, 4114.0, 4104.0, 4124.0, 4113.0, 4061.0, 4090.0, 4068.0, 4058.0, 4110.0, 4111.0, 4081.0, 4091.0, 4091.0, 4050.0, 4080.0, 4079.0, 4060.0, 4111.0, 4134.0, 4093.0, 4104.0, 4103.0, 4062.0, 4092.0, 4081.0, 4060.0, 4111.0, 4102.0, 4082.0, 4112.0, 4072.0, 4051.0, 4102.0, 4093.0, 4072.0, 4112.0, 4062.0, 4071.0, 4102.0, 4073.0, 4114.0, 4125.0, 4106.0, 4117.0, 4116.0, 4076.0, 4055.0, 4104.0, 4064.0, 4084.0, 4095.0, 4076.0, 4137.0, 4118.0, 4087.0, 4117.0, 4085.0, 4114.0, 4092.0, 4070.0, 4101.0, 4060.0, 4123.0, 4104.0, 4103.0, 4093.0, 4052.0, 4101.0, 4072.0, 4091.0, 4093.0, 4061.0, 4123.0, 4105.0, 4114.0, 4105.0, 4054.0, 4103.0, 4073.0, 4102.0, 4104.0, 4084.0, 4125.0, 4107.0, 4065.0, 4116.0, 4065.0, 4094.0, 4127.0, 4107.0, 4117.0, 4118.0], 'WindowWidth': [9153.0, 9173.0, 9105.0, 9067.0, 9127.0, 9096.0, 9081.0, 9141.0, 9114.0, 9075.0, 9125.0, 9054.0, 9040.0, 9091.0, 9069.0, 9037.0, 9121.0, 9114.0, 9103.0, 9146.0, 9091.0, 9058.0, 9091.0, 9046.0, 9100.0, 9088.0, 9059.0, 9101.0, 9047.0, 9086.0, 9060.0, 9019.0, 9099.0, 9046.0, 9086.0, 9090.0, 9079.0, 9138.0, 9113.0, 9044.0, 9111.0, 9043.0, 9105.0, 9064.0, 9037.0, 9106.0, 9055.0, 9109.0, 9085.0, 9058.0, 9127.0, 9087.0, 9070.0, 9111.0, 9058.0, 9126.0, 9103.0, 9090.0, 9150.0, 9140.0, 9100.0, 9152.0, 9082.0, 9103.0, 9100.0, 9045.0, 9124.0, 9086.0, 9102.0, 9159.0, 9121.0, 9125.0, 9123.0, 9082.0, 9115.0, 9087.0, 9061.0, 9144.0, 9108.0, 9120.0, 9165.0, 9112.0, 9123.0, 9104.0, 9059.0, 9137.0, 9097.0, 9081.0, 9141.0, 9102.0, 9129.0, 9115.0, 9062.0, 9112.0, 9083.0, 9042.0, 9123.0, 9088.0, 9115.0, 9150.0, 9126.0, 9113.0, 9153.0, 9086.0, 9071.0, 9119.0, 9065.0, 9104.0, 9106.0, 9081.0, 9138.0, 9122.0, 9095.0, 9166.0, 9139.0, 9101.0, 9148.0, 9088.0, 9054.0, 9122.0, 9056.0, 9123.0, 9098.0, 9101.0, 9147.0, 9136.0, 9080.0, 9105.0, 9086.0, 9044.0, 9111.0, 9113.0, 9104.0, 9134.0, 9134.0, 9096.0, 9132.0, 9087.0, 9057.0, 9120.0, 9097.0, 9124.0, 9146.0, 9104.0, 9119.0, 9116.0, 9063.0, 9083.0, 9083.0, 9056.0, 9126.0, 9144.0, 9119.0, 9135.0, 9121.0, 9066.0, 9129.0, 9099.0, 9053.0, 9125.0, 9085.0, 9096.0, 9140.0, 9089.0, 9104.0, 9091.0, 9062.0, 9126.0, 9091.0, 9059.0, 9142.0, 9120.0, 9133.0, 9134.0, 9084.0, 9147.0, 9087.0, 9057.0, 9121.0, 9099.0, 9100.0, 9146.0, 9121.0, 9096.0, 9121.0, 9066.0, 9113.0, 9083.0, 9053.0, 9137.0, 9112.0, 9057.0, 9112.0, 9060.0, 9113.0, 9101.0, 9058.0, 9139.0, 9117.0, 9077.0, 9129.0, 9088.0, 9130.0, 9134.0, 9095.0, 9166.0, 9153.0, 9084.0, 9109.0, 9106.0, 9064.0, 9100.0, 9089.0, 9065.0, 9162.0, 9155.0, 9101.0, 9153.0, 9097.0, 9107.0, 9113.0, 9082.0, 9125.0, 9116.0, 9099.0, 9142.0, 9072.0, 9109.0, 9079.0, 9049.0, 9130.0, 9107.0, 9093.0, 9109.0, 9056.0, 9083.0, 9080.0, 9040.0, 9117.0, 9095.0, 9082.0, 9140.0, 9101.0, 9073.0, 9111.0, 9056.0, 9106.0, 9093.0, 9095.0, 9126.0, 9102.0, 9057.0, 9108.0, 9042.0, 9065.0, 9108.0, 9097.0, 9128.0, 9115.0, 9095.0, 9087.0, 9097.0, 9041.0, 9106.0, 9092.0, 9053.0, 9122.0, 9128.0, 9132.0, 9150.0, 9135.0, 9065.0, 9097.0, 9065.0, 9059.0, 9124.0, 9093.0, 9056.0, 9156.0, 9130.0, 9093.0, 9131.0, 9086.0, 9054.0, 9104.0, 9064.0, 9103.0, 9103.0, 9065.0, 9136.0, 9110.0, 9068.0, 9107.0, 9051.0, 9101.0, 9073.0, 9033.0, 9117.0, 9097.0, 9069.0, 9122.0, 9057.0, 9113.0, 9128.0, 9104.0, 9132.0, 9102.0, 9047.0, 9126.0, 9090.0, 9060.0, 9129.0, 9108.0, 9121.0, 9135.0, 9081.0, 9103.0, 9101.0, 9048.0, 9129.0, 9109.0, 9096.0, 9155.0, 9159.0, 9106.0, 9176.0, 9123.0, 9076.0, 9140.0, 9082.0, 9147.0, 9138.0, 9126.0, 9172.0, 9133.0, 9092.0, 9157.0, 9082.0, 9115.0, 9098.0, 9059.0, 9127.0, 9102.0, 9076.0, 9117.0, 9119.0, 9082.0, 9105.0, 9128.0, 9087.0, 9126.0, 9130.0, 9114.0, 9141.0, 9094.0, 9050.0, 9088.0, 9032.0, 9085.0, 9116.0, 9079.0, 9122.0, 9096.0, 9044.0, 9108.0, 9068.0, 9058.0, 9141.0, 9131.0, 9078.0, 9132.0, 9091.0, 9062.0, 9126.0, 9075.0, 9127.0, 9146.0, 9123.0, 9138.0, 9153.0, 9099.0, 9069.0, 9131.0, 9074.0, 9111.0, 9113.0, 9088.0, 9149.0, 9139.0, 9097.0, 9150.0, 9079.0, 9075.0, 9094.0, 9054.0, 9137.0, 9131.0, 9102.0, 9130.0, 9064.0, 9128.0, 9099.0, 9092.0, 9122.0, 9079.0, 9122.0, 9079.0, 9091.0, 9077.0, 9022.0, 9117.0, 9082.0, 9134.0, 9126.0, 9088.0, 9125.0, 9058.0, 9096.0, 9066.0, 9038.0, 9135.0, 9101.0, 9126.0, 9115.0, 9063.0, 9130.0, 9077.0, 9114.0, 9113.0, 9073.0, 9144.0, 9122.0, 9105.0, 9120.0, 9063.0, 9132.0, 9091.0, 9124.0, 9117.0, 9086.0, 9144.0, 9077.0, 9129.0, 9102.0, 9059.0, 9126.0, 9073.0, 9140.0, 9120.0, 9106.0, 9151.0, 9101.0, 9129.0, 9129.0, 9075.0, 9135.0, 9128.0, 9154.0, 9158.0, 9119.0, 9191.0, 9148.0, 9100.0, 9149.0, 9089.0, 9125.0, 9128.0, 9084.0, 9143.0, 9086.0, 9099.0, 9084.0, 9045.0, 9121.0, 9097.0, 9084.0, 9141.0, 9101.0, 9086.0, 9125.0, 9059.0, 9128.0, 9127.0, 9100.0, 9144.0, 9101.0, 9064.0, 9114.0, 9088.0, 9060.0, 9146.0, 9135.0, 9135.0, 9137.0, 9092.0, 9127.0, 9071.0, 9119.0, 9109.0, 9095.0, 9141.0, 9086.0, 9130.0, 9085.0, 9041.0, 9107.0, 9038.0, 9119.0, 9114.0, 9127.0, 9129.0, 9077.0, 9143.0, 9062.0, 9084.0, 9097.0, 9072.0, 9140.0, 9088.0, 9116.0, 9089.0, 9060.0, 9128.0, 9090.0, 9142.0, 9119.0, 9092.0, 9132.0, 9064.0, 9127.0, 9100.0, 9086.0, 9144.0, 9105.0, 9148.0, 9093.0, 9076.0, 9114.0, 9059.0, 9140.0, 9132.0, 9117.0, 9133.0, 9080.0, 9132.0, 9078.0, 9114.0, 9117.0, 9089.0, 9147.0, 9110.0, 9134.0, 9106.0, 9075.0, 9127.0, 9090.0, 9144.0, 9137.0, 9105.0, 9133.0, 9064.0, 9126.0, 9073.0, 9123.0, 9116.0, 9100.0, 9146.0, 9093.0, 9146.0, 9092.0, 9089.0, 9103.0, 9078.0, 9149.0, 9126.0, 9142.0, 9130.0, 9076.0, 9153.0, 9085.0, 9131.0, 9122.0, 9107.0, 9151.0, 9083.0, 9150.0, 9113.0, 9110.0, 9153.0, 9113.0, 9155.0, 9115.0, 9112.0, 9122.0, 9066.0, 9147.0, 9139.0, 9139.0, 9142.0, 9102.0, 9187.0, 9116.0, 9112.0, 9133.0, 9078.0, 9146.0, 9155.0, 9124.0, 9140.0, 9088.0, 9154.0, 9112.0, 9120.0, 9149.0, 9108.0, 9165.0, 9108.0, 9107.0, 9148.0, 9123.0, 9154.0, 9125.0, 9083.0, 9152.0, 9083.0, 9132.0, 9106.0, 9095.0, 9151.0, 9127.0, 9128.0, 9141.0, 9087.0, 9152.0, 9125.0, 9109.0, 9153.0, 9115.0, 9144.0, 9144.0, 9091.0, 9156.0, 9114.0, 9097.0, 9150.0, 9112.0, 9126.0, 9140.0, 9091.0, 9152.0, 9112.0, 9085.0, 9154.0, 9141.0, 9116.0, 9173.0, 9137.0, 9094.0, 9157.0, 9102.0, 9138.0, 9155.0, 9118.0, 9159.0, 9133.0, 9092.0, 9157.0, 9128.0, 9109.0, 9152.0, 9115.0, 9156.0, 9130.0, 9094.0, 9152.0, 9113.0, 9137.0, 9155.0, 9117.0, 9189.0, 9165.0, 9149.0, 9191.0, 9107.0, 9155.0, 9109.0, 9091.0, 9130.0, 9092.0, 9149.0, 9142.0, 9139.0, 9138.0, 9067.0, 9142.0, 9084.0, 9120.0, 9132.0, 9121.0, 9137.0, 9088.0, 9143.0, 9090.0, 9098.0, 9082.0, 9049.0, 9117.0, 9093.0, 9135.0, 9111.0, 9071.0, 9112.0, 9059.0, 9122.0, 9095.0, 9092.0, 9109.0, 9081.0, 9129.0, 9115.0, 9100.0, 9114.0, 9061.0, 9125.0, 9086.0, 9066.0, 9121.0, 9082.0, 9138.0, 9130.0, 9090.0, 9132.0, 9073.0, 9110.0, 9098.0, 9087.0, 9145.0, 9121.0, 9066.0, 9118.0, 9089.0, 9163.0, 9116.0, 9119.0, 9174.0, 9170.0, 9133.0, 9165.0, 9077.0, 9077.0, 9131.0, 9103.0, 9116.0, 9073.0, 9099.0, 9142.0, 9124.0, 9075.0, 9147.0, 9120.0, 9089.0, 9059.0, 9127.0, 9102.0, 9121.0, 9170.0, 9170.0, 9124.0, 9093.0, 9147.0, 9130.0, 9076.0, 9063.0, 9102.0, 9049.0, 9035.0, 9104.0, 9109.0, 9129.0, 9128.0, 9114.0, 9053.0, 9100.0, 9069.0, 9027.0, 9091.0, 9053.0, 9027.0, 9114.0, 9095.0, 9109.0, 9110.0, 9069.0, 9079.0, 9060.0, 9017.0, 9082.0, 9060.0, 9038.0, 9139.0, 9134.0, 9091.0, 9135.0, 9092.0, 9061.0, 9108.0, 9051.0, 9105.0, 9124.0, 9083.0, 9127.0, 9088.0, 9060.0, 9112.0, 9058.0, 9106.0, 9080.0, 9066.0, 9094.0, 9054.0, 9123.0, 9071.0, 9124.0, 9103.0, 9096.0, 9099.0, 9052.0, 9143.0, 9085.0, 9126.0, 9101.0, 9099.0, 9087.0, 9043.0, 9113.0, 9057.0, 9124.0, 9110.0, 9131.0, 9123.0, 9066.0, 9135.0, 9065.0, 9129.0, 9121.0, 9108.0, 9153.0, 9099.0, 9154.0, 9113.0, 9081.0, 9133.0, 9089.0, 9129.0, 9105.0, 9102.0, 9135.0, 9079.0, 9120.0, 9119.0, 9066.0, 9131.0, 9103.0, 9075.0, 9146.0, 9122.0, 9134.0, 9105.0, 9064.0, 9128.0, 9088.0, 9101.0, 9145.0, 9123.0, 9139.0, 9129.0, 9087.0, 9150.0, 9108.0, 9066.0, 9133.0, 9098.0, 9152.0, 9156.0, 9120.0, 9159.0, 9129.0, 9071.0, 9132.0, 9103.0, 9088.0, 9148.0, 9124.0, 9154.0, 9139.0, 9082.0, 9147.0, 9101.0, 9068.0, 9121.0, 9082.0, 9109.0, 9113.0, 9070.0, 9123.0, 9070.0, 9042.0, 9122.0, 9101.0, 9113.0, 9112.0, 9057.0, 9109.0, 9088.0, 9075.0, 9124.0, 9084.0, 9138.0, 9114.0, 9085.0, 9127.0, 9073.0, 9070.0, 9096.0, 9057.0, 9140.0, 9132.0, 9105.0, 9135.0, 9081.0, 9094.0, 9101.0, 9075.0, 9142.0, 9135.0, 9093.0, 9150.0, 9095.0, 9105.0, 9102.0, 9059.0, 9124.0, 9116.0, 9115.0, 9147.0, 9094.0, 9134.0, 9105.0, 9048.0, 9125.0, 9086.0, 9128.0, 9128.0, 9072.0, 9124.0, 9058.0, 9122.0, 9095.0, 9078.0, 9119.0, 9064.0, 9104.0, 9068.0, 9092.0, 9095.0, 9039.0, 9121.0, 9069.0, 9121.0, 9097.0, 9081.0, 9123.0, 9086.0, 9142.0, 9117.0, 9060.0, 9127.0, 9062.0, 9144.0, 9139.0, 9127.0, 9172.0, 9118.0, 9161.0, 9128.0, 9072.0, 9132.0, 9093.0, 9148.0, 9153.0, 9110.0, 9153.0, 9085.0, 9136.0, 9093.0, 9098.0, 9127.0, 9100.0, 9146.0, 9102.0, 9103.0, 9100.0, 9058.0, 9111.0, 9099.0, 9138.0, 9149.0, 9076.0, 9128.0, 9077.0, 9101.0, 9115.0, 9087.0, 9145.0, 9121.0, 9146.0, 9132.0, 9060.0, 9122.0, 9066.0, 9116.0, 9091.0, 9090.0, 9121.0, 9065.0, 9119.0, 9052.0, 9103.0, 9077.0, 9048.0, 9120.0, 9066.0, 9134.0, 9111.0, 9098.0, 9141.0, 9074.0, 9126.0, 9099.0, 9056.0, 9125.0, 9104.0, 9148.0, 9155.0, 9131.0, 9112.0, 9204.0, 9157.0, 9099.0, 9157.0, 9142.0, 9088.0, 9169.0, 9117.0, 9156.0, 9132.0, 9087.0, 9154.0, 9117.0, 9150.0, 9117.0, 9085.0, 9108.0, 9106.0, 9064.0, 9119.0, 9125.0, 9110.0, 9138.0, 9121.0, 9050.0, 9084.0, 9052.0, 9040.0, 9110.0, 9116.0, 9075.0, 9089.0, 9088.0, 9032.0, 9070.0, 9068.0, 9045.0, 9115.0, 9149.0, 9096.0, 9110.0, 9108.0, 9053.0, 9089.0, 9072.0, 9043.0, 9113.0, 9104.0, 9076.0, 9118.0, 9065.0, 9036.0, 9106.0, 9093.0, 9065.0, 9118.0, 9052.0, 9063.0, 9104.0, 9068.0, 9124.0, 9143.0, 9118.0, 9134.0, 9131.0, 9079.0, 9051.0, 9113.0, 9060.0, 9085.0, 9101.0, 9077.0, 9162.0, 9138.0, 9096.0, 9135.0, 9089.0, 9124.0, 9091.0, 9059.0, 9100.0, 9045.0, 9134.0, 9110.0, 9109.0, 9094.0, 9039.0, 9104.0, 9065.0, 9088.0, 9092.0, 9049.0, 9134.0, 9114.0, 9127.0, 9115.0, 9045.0, 9109.0, 9069.0, 9105.0, 9111.0, 9084.0, 9143.0, 9121.0, 9064.0, 9131.0, 9063.0, 9099.0, 9147.0, 9121.0, 9136.0, 9139.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.001008207792207792</td></tr>
<tr><td colspan=3>aqi</td><td>0.02225499974025974</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.424236846377816</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1620727450693236</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0129238508232237</td></tr>
<tr><td colspan=3>efc</td><td>0.4569</td></tr>
<tr><td colspan=3>fber</td><td>4528.9004</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08559200689759551</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9913419913419914</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4411618792411045</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.363992852728927</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.638103937102701</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.321388847891687</td></tr>
<tr><td colspan=3>gcor</td><td>0.00913036</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017955264076590538</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017302285879850388</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6494387919904767</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.3499</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6037</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.4601</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306374.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.08</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7399</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.6565</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3313.6031</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3552.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4405.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.2934</td></tr>
<tr><td colspan=3>tsnr</td><td>38.49874736252241</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>