<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-02/func/sub-0130_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>f7b8494e24d9158acde47c54a6511b8f</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>13:52:53.695000</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.98868, -0.127904, 0.0784322, 0.129636, 0.991409, -0.0173746]</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.259</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.0947758</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>[4248, -7761, -7233, 382, -229, 15, 3, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.794</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dcd11b1d-28f4-41a7-9b1a-b730915e21c0||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.652557134628296, 0.3478030264377594, 0.20394770801067352, 87.92314147949219], [0.3431578278541565, 2.659879207611084, -0.07383289188146591, -119.12541961669922], [0.21042798459529877, 0.04661470651626587, 2.6912736892700195, -87.99577331542969], [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': ['135253.695000', '135254.155000', '135254.615000', '135255.075000', '135255.535000', '135255.995000', '135256.455000', '135256.915000', '135257.375000', '135257.835000', '135258.295000', '135258.755000', '135259.215000', '135259.675000', '135300.135000', '135300.595000', '135301.055000', '135301.515000', '135301.975000', '135302.435000', '135302.895000', '135303.355000', '135303.815000', '135304.275000', '135304.735000', '135305.195000', '135305.655000', '135306.115000', '135306.575000', '135307.035000', '135307.495000', '135307.955000', '135308.415000', '135308.875000', '135309.335000', '135309.795000', '135310.255000', '135310.715000', '135311.175000', '135311.635000', '135312.095000', '135312.555000', '135313.015000', '135313.475000', '135313.935000', '135314.395000', '135314.855000', '135315.315000', '135315.775000', '135316.235000', '135316.695000', '135317.155000', '135317.615000', '135318.075000', '135318.535000', '135318.995000', '135319.455000', '135319.915000', '135320.375000', '135320.835000', '135321.295000', '135321.755000', '135322.215000', '135322.675000', '135323.135000', '135323.595000', '135324.055000', '135324.515000', '135324.975000', '135325.435000', '135325.895000', '135326.355000', '135326.815000', '135327.275000', '135327.735000', '135328.195000', '135328.655000', '135329.115000', '135329.575000', '135330.035000', '135330.495000', '135330.955000', '135331.415000', '135331.875000', '135332.335000', '135332.795000', '135333.255000', '135333.715000', '135334.175000', '135334.635000', '135335.095000', '135335.555000', '135336.015000', '135336.475000', '135336.935000', '135337.395000', '135337.855000', '135338.315000', '135338.775000', '135339.235000', '135339.695000', '135340.155000', '135340.615000', '135341.075000', '135341.535000', '135341.995000', '135342.455000', '135342.915000', '135343.375000', '135343.835000', '135344.295000', '135344.755000', '135345.215000', '135345.675000', '135346.135000', '135346.595000', '135347.055000', '135347.515000', '135347.975000', '135348.435000', '135348.895000', '135349.355000', '135349.815000', '135350.275000', '135350.735000', '135351.195000', '135351.655000', '135352.115000', '135352.575000', '135353.035000', '135353.495000', '135353.955000', '135354.415000', '135354.875000', '135355.335000', '135355.795000', '135356.255000', '135356.715000', '135357.175000', '135357.635000', '135358.095000', '135358.555000', '135359.015000', '135359.475000', '135359.935000', '135400.395000', '135400.855000', '135401.315000', '135401.775000', '135402.235000', '135402.695000', '135403.155000', '135403.615000', '135404.075000', '135404.535000', '135404.995000', '135405.455000', '135405.915000', '135406.375000', '135406.835000', '135407.295000', '135407.755000', '135408.215000', '135408.675000', '135409.135000', '135409.595000', '135410.055000', '135410.515000', '135410.975000', '135411.435000', '135411.895000', '135412.355000', '135412.815000', '135413.275000', '135413.735000', '135414.195000', '135414.655000', '135415.115000', '135415.575000', '135416.035000', '135416.495000', '135416.955000', '135417.415000', '135417.875000', '135418.335000', '135418.795000', '135419.255000', '135419.715000', '135420.175000', '135420.635000', '135421.095000', '135421.555000', '135422.015000', '135422.475000', '135422.935000', '135423.395000', '135423.855000', '135424.315000', '135424.775000', '135425.235000', '135425.695000', '135426.155000', '135426.615000', '135427.075000', '135427.535000', '135427.995000', '135428.455000', '135428.915000', '135429.375000', '135429.835000', '135430.295000', '135430.755000', '135431.215000', '135431.675000', '135432.135000', '135432.595000', '135433.055000', '135433.515000', '135433.975000', '135434.435000', '135434.895000', '135435.355000', '135435.815000', '135436.275000', '135436.735000', '135437.195000', '135437.655000', '135438.115000', '135438.575000', '135439.035000', '135439.495000', '135439.955000', '135440.415000', '135440.875000', '135441.335000', '135441.795000', '135442.255000', '135442.715000', '135443.175000', '135443.635000', '135444.095000', '135444.555000', '135445.015000', '135445.475000', '135445.935000', '135446.395000', '135446.855000', '135447.315000', '135447.775000', '135448.235000', '135448.695000', '135449.155000', '135449.615000', '135450.075000', '135450.535000', '135450.995000', '135451.455000', '135451.915000', '135452.375000', '135452.835000', '135453.295000', '135453.755000', '135454.215000', '135454.675000', '135455.135000', '135455.595000', '135456.055000', '135456.515000', '135456.975000', '135457.435000', '135457.895000', '135458.355000', '135458.815000', '135459.275000', '135459.735000', '135500.195000', '135500.655000', '135501.115000', '135501.575000', '135502.035000', '135502.495000', '135502.955000', '135503.415000', '135503.875000', '135504.335000', '135504.795000', '135505.255000', '135505.715000', '135506.175000', '135506.635000', '135507.095000', '135507.555000', '135508.015000', '135508.475000', '135508.935000', '135509.395000', '135509.855000', '135510.315000', '135510.775000', '135511.235000', '135511.695000', '135512.155000', '135512.615000', '135513.075000', '135513.535000', '135513.995000', '135514.455000', '135514.915000', '135515.375000', '135515.835000', '135516.295000', '135516.755000', '135517.215000', '135517.675000', '135518.135000', '135518.595000', '135519.055000', '135519.515000', '135519.975000', '135520.435000', '135520.895000', '135521.355000', '135521.815000', '135522.275000', '135522.735000', '135523.195000', '135523.655000', '135524.115000', '135524.575000', '135525.035000', '135525.495000', '135525.955000', '135526.415000', '135526.875000', '135527.335000', '135527.795000', '135528.255000', '135528.715000', '135529.175000', '135529.635000', '135530.095000', '135530.555000', '135531.015000', '135531.475000', '135531.935000', '135532.395000', '135532.855000', '135533.315000', '135533.775000', '135534.235000', '135534.695000', '135535.155000', '135535.615000', '135536.075000', '135536.535000', '135536.995000', '135537.455000', '135537.915000', '135538.375000', '135538.835000', '135539.295000', '135539.755000', '135540.215000', '135540.675000', '135541.135000', '135541.595000', '135542.055000', '135542.515000', '135542.975000', '135543.435000', '135543.895000', '135544.355000', '135544.815000', '135545.275000', '135545.735000', '135546.195000', '135546.655000', '135547.115000', '135547.575000', '135548.035000', '135548.495000', '135548.955000', '135549.415000', '135549.875000', '135550.335000', '135550.795000', '135551.255000', '135551.715000', '135552.175000', '135552.635000', '135553.095000', '135553.555000', '135554.015000', '135554.475000', '135554.935000', '135555.395000', '135555.855000', '135556.315000', '135556.775000', '135557.235000', '135557.695000', '135558.155000', '135558.615000', '135559.075000', '135559.535000', '135559.995000', '135600.455000', '135600.915000', '135601.375000', '135601.835000', '135602.295000', '135602.755000', '135603.215000', '135603.675000', '135604.135000', '135604.595000', '135605.055000', '135605.515000', '135605.975000', '135606.435000', '135606.895000', '135607.355000', '135607.815000', '135608.275000', '135608.735000', '135609.195000', '135609.655000', '135610.115000', '135610.575000', '135611.035000', '135611.495000', '135611.955000', '135612.415000', '135612.875000', '135613.335000', '135613.795000', '135614.255000', '135614.715000', '135615.175000', '135615.635000', '135616.095000', '135616.555000', '135617.015000', '135617.475000', '135617.935000', '135618.395000', '135618.855000', '135619.315000', '135619.775000', '135620.235000', '135620.695000', '135621.155000', '135621.615000', '135622.075000', '135622.535000', '135622.995000', '135623.455000', '135623.915000', '135624.375000', '135624.835000', '135625.295000', '135625.755000', '135626.215000', '135626.675000', '135627.135000', '135627.595000', '135628.055000', '135628.515000', '135628.975000', '135629.435000', '135629.895000', '135630.355000', '135630.815000', '135631.275000', '135631.735000', '135632.195000', '135632.655000', '135633.115000', '135633.575000', '135634.035000', '135634.495000', '135634.955000', '135635.415000', '135635.875000', '135636.335000', '135636.795000', '135637.255000', '135637.715000', '135638.175000', '135638.635000', '135639.095000', '135639.555000', '135640.015000', '135640.475000', '135640.935000', '135641.395000', '135641.855000', '135642.315000', '135642.775000', '135643.235000', '135643.695000', '135644.155000', '135644.615000', '135645.075000', '135645.535000', '135645.995000', '135646.455000', '135646.915000', '135647.375000', '135647.835000', '135648.295000', '135648.755000', '135649.215000', '135649.675000', '135650.135000', '135650.595000', '135651.055000', '135651.515000', '135651.975000', '135652.435000', '135652.895000', '135653.355000', '135653.815000', '135654.275000', '135654.735000', '135655.195000', '135655.655000', '135656.115000', '135656.575000', '135657.035000', '135657.495000', '135657.955000', '135658.415000', '135658.875000', '135659.335000', '135659.795000', '135700.255000', '135700.715000', '135701.175000', '135701.635000', '135702.095000', '135702.555000', '135703.015000', '135703.475000', '135703.935000', '135704.395000', '135704.855000', '135705.315000', '135705.775000', '135706.235000', '135706.695000', '135707.155000', '135707.615000', '135708.075000', '135708.535000', '135708.995000', '135709.455000', '135709.915000', '135710.375000', '135710.835000', '135711.295000', '135711.755000', '135712.215000', '135712.675000', '135713.135000', '135713.595000', '135714.055000', '135714.515000', '135714.975000', '135715.435000', '135715.895000', '135716.355000', '135716.815000', '135717.275000', '135717.735000', '135718.195000', '135718.655000', '135719.115000', '135719.575000', '135720.035000', '135720.495000', '135720.955000', '135721.415000', '135721.875000', '135722.335000', '135722.795000', '135723.255000', '135723.715000', '135724.175000', '135724.635000', '135725.095000', '135725.555000', '135726.015000', '135726.475000', '135726.935000', '135727.395000', '135727.855000', '135728.315000', '135728.775000', '135729.235000', '135729.695000', '135730.155000', '135730.615000', '135731.075000', '135731.535000', '135731.995000', '135732.455000', '135732.915000', '135733.375000', '135733.835000', '135734.295000', '135734.755000', '135735.215000', '135735.675000', '135736.135000', '135736.595000', '135737.055000', '135737.515000', '135737.975000', '135738.435000', '135738.895000', '135739.355000', '135739.815000', '135740.275000', '135740.735000', '135741.195000', '135741.655000', '135742.115000', '135742.575000', '135743.035000', '135743.495000', '135743.955000', '135744.415000', '135744.875000', '135745.335000', '135745.795000', '135746.255000', '135746.715000', '135747.175000', '135747.635000', '135748.095000', '135748.555000', '135749.015000', '135749.475000', '135749.935000', '135750.395000', '135750.855000', '135751.315000', '135751.775000', '135752.235000', '135752.695000', '135753.155000', '135753.615000', '135754.075000', '135754.535000', '135754.995000', '135755.455000', '135755.915000', '135756.375000', '135756.835000', '135757.295000', '135757.755000', '135758.215000', '135758.675000', '135759.135000', '135759.595000', '135800.055000', '135800.515000', '135800.975000', '135801.435000', '135801.895000', '135802.355000', '135802.815000', '135803.275000', '135803.735000', '135804.195000', '135804.655000', '135805.115000', '135805.575000', '135806.035000', '135806.495000', '135806.955000', '135807.415000', '135807.875000', '135808.335000', '135808.795000', '135809.255000', '135809.715000', '135810.175000', '135810.635000', '135811.095000', '135811.555000', '135812.015000', '135812.475000', '135812.935000', '135813.395000', '135813.855000', '135814.315000', '135814.775000', '135815.235000', '135815.695000', '135816.155000', '135816.615000', '135817.075000', '135817.535000', '135817.995000', '135818.455000', '135818.915000', '135819.375000', '135819.835000', '135820.295000', '135820.755000', '135821.215000', '135821.675000', '135822.135000', '135822.595000', '135823.055000', '135823.515000', '135823.975000', '135824.435000', '135824.895000', '135825.355000', '135825.815000', '135826.275000', '135826.735000', '135827.195000', '135827.655000', '135828.115000', '135828.575000', '135829.035000', '135829.495000', '135829.955000', '135830.415000', '135830.875000', '135831.335000', '135831.795000', '135832.255000', '135832.715000', '135833.175000', '135833.635000', '135834.095000', '135834.555000', '135835.015000', '135835.475000', '135835.935000', '135836.395000', '135836.855000', '135837.315000', '135837.775000', '135838.235000', '135838.695000', '135839.155000', '135839.615000', '135840.075000', '135840.535000', '135840.995000', '135841.455000', '135841.915000', '135842.375000', '135842.835000', '135843.295000', '135843.755000', '135844.215000', '135844.675000', '135845.135000', '135845.595000', '135846.055000', '135846.515000', '135846.975000', '135847.435000', '135847.895000', '135848.355000', '135848.815000', '135849.275000', '135849.735000', '135850.195000', '135850.655000', '135851.115000', '135851.575000', '135852.035000', '135852.495000', '135852.955000', '135853.415000', '135853.875000', '135854.335000', '135854.795000', '135855.255000', '135855.715000', '135856.175000', '135856.635000', '135857.095000', '135857.555000', '135858.015000', '135858.475000', '135858.935000', '135859.395000', '135859.855000', '135900.315000', '135900.775000', '135901.235000', '135901.695000', '135902.155000', '135902.615000', '135903.075000', '135903.535000', '135903.995000', '135904.455000', '135904.915000', '135905.375000', '135905.835000', '135906.295000', '135906.755000', '135907.215000', '135907.675000', '135908.135000', '135908.595000', '135909.055000', '135909.515000', '135909.975000', '135910.435000', '135910.895000', '135911.355000', '135911.815000', '135912.275000', '135912.735000', '135913.195000', '135913.655000', '135914.115000', '135914.575000', '135915.035000', '135915.495000', '135915.955000', '135916.415000', '135916.875000', '135917.335000', '135917.795000', '135918.255000', '135918.715000', '135919.175000', '135919.635000', '135920.095000', '135920.555000', '135921.015000', '135921.475000', '135921.935000', '135922.395000', '135922.855000', '135923.315000', '135923.775000', '135924.235000', '135924.695000', '135925.155000', '135925.615000', '135926.075000', '135926.535000', '135926.995000', '135927.455000', '135927.915000', '135928.375000', '135928.835000', '135929.295000', '135929.755000', '135930.215000', '135930.675000', '135931.135000', '135931.595000', '135932.055000', '135932.515000', '135932.975000', '135933.435000', '135933.895000', '135934.355000', '135934.815000', '135935.275000', '135935.735000', '135936.195000', '135936.655000', '135937.115000', '135937.575000', '135938.035000', '135938.495000', '135938.955000', '135939.415000', '135939.875000', '135940.335000', '135940.795000', '135941.255000', '135941.715000', '135942.175000', '135942.635000', '135943.095000', '135943.555000', '135944.015000', '135944.475000', '135944.935000', '135945.395000', '135945.855000', '135946.315000', '135946.775000', '135947.235000', '135947.695000', '135948.155000', '135948.615000', '135949.075000', '135949.535000', '135949.995000', '135950.455000', '135950.915000', '135951.375000', '135951.835000', '135952.295000', '135952.755000', '135953.215000', '135953.675000', '135954.135000', '135954.595000', '135955.055000', '135955.515000', '135955.975000', '135956.435000', '135956.895000', '135957.355000', '135957.815000', '135958.275000', '135958.735000', '135959.195000', '135959.655000', '140000.115000', '140000.575000', '140001.035000', '140001.495000', '140001.955000', '140002.415000', '140002.875000', '140003.335000', '140003.795000', '140004.255000', '140004.715000', '140005.175000', '140005.635000', '140006.095000', '140006.555000', '140007.015000', '140007.475000', '140007.935000', '140008.395000', '140008.855000', '140009.315000', '140009.775000', '140010.235000', '140010.695000', '140011.155000', '140011.615000', '140012.075000', '140012.535000', '140012.995000', '140013.455000', '140013.915000', '140014.375000', '140014.835000', '140015.295000', '140015.755000', '140016.215000', '140016.675000', '140017.135000', '140017.595000', '140018.055000', '140018.515000', '140018.975000', '140019.435000', '140019.895000', '140020.355000', '140020.815000', '140021.275000', '140021.735000', '140022.195000', '140022.655000', '140023.115000', '140023.575000', '140024.035000', '140024.495000', '140024.955000', '140025.415000', '140025.875000', '140026.335000', '140026.795000', '140027.255000', '140027.715000', '140028.175000', '140028.635000', '140029.095000', '140029.555000', '140030.015000', '140030.475000', '140030.935000', '140031.395000', '140031.855000', '140032.315000', '140032.775000', '140033.235000', '140033.695000', '140034.155000', '140034.615000', '140035.075000', '140035.535000', '140035.995000', '140036.455000', '140036.915000', '140037.375000', '140037.835000', '140038.295000', '140038.755000', '140039.215000', '140039.675000', '140040.135000', '140040.595000', '140041.055000', '140041.515000', '140041.975000', '140042.435000', '140042.895000', '140043.355000', '140043.815000', '140044.275000', '140044.735000', '140045.195000', '140045.655000', '140046.115000', '140046.575000', '140047.035000', '140047.495000', '140047.955000', '140048.415000', '140048.875000', '140049.335000', '140049.795000', '140050.255000', '140050.715000', '140051.175000', '140051.635000', '140052.095000', '140052.555000', '140053.015000', '140053.475000', '140053.935000', '140054.395000', '140054.855000', '140055.315000', '140055.775000', '140056.235000', '140056.695000', '140057.155000', '140057.615000', '140058.075000', '140058.535000', '140058.995000', '140059.455000', '140059.915000', '140100.375000', '140100.835000', '140101.295000', '140101.755000', '140102.215000', '140102.675000', '140103.135000', '140103.595000', '140104.055000', '140104.515000', '140104.975000', '140105.435000', '140105.895000', '140106.355000', '140106.815000', '140107.275000', '140107.735000', '140108.195000', '140108.655000', '140109.115000', '140109.575000', '140110.035000', '140110.495000', '140110.955000', '140111.415000', '140111.875000', '140112.335000', '140112.795000', '140113.255000', '140113.715000', '140114.175000', '140114.635000', '140115.095000', '140115.555000', '140116.015000', '140116.475000', '140116.935000', '140117.395000', '140117.855000', '140118.315000', '140118.775000', '140119.235000', '140119.695000', '140120.155000', '140120.615000', '140121.075000', '140121.535000', '140121.995000', '140122.455000', '140122.915000', '140123.375000', '140123.835000', '140124.295000', '140124.755000', '140125.215000', '140125.675000', '140126.135000', '140126.595000', '140127.055000', '140127.515000', '140127.975000', '140128.435000', '140128.895000', '140129.355000', '140129.815000', '140130.275000', '140130.735000', '140131.195000', '140131.655000', '140132.115000', '140132.575000', '140133.035000', '140133.495000', '140133.955000', '140134.415000', '140134.875000', '140135.335000', '140135.795000', '140136.255000', '140136.715000', '140137.175000', '140137.635000', '140138.095000', '140138.555000', '140139.015000', '140139.475000', '140139.935000', '140140.395000', '140140.855000', '140141.315000', '140141.775000', '140142.235000', '140142.695000', '140143.155000', '140143.615000', '140144.075000', '140144.535000', '140144.995000', '140145.455000', '140145.915000'], 'ContentTime': ['135311.000000', '135311.004000', '135311.007000', '135311.010000', '135311.013000', '135311.016000', '135311.018000', '135311.021000', '135311.035000', '135311.038000', '135311.040000', '135311.043000', '135311.046000', '135311.049000', '135311.052000', '135311.055000', '135311.058000', '135311.060000', '135311.063000', '135311.066000', '135311.068000', '135311.071000', '135311.074000', '135311.077000', '135311.094000', '135311.097000', '135311.101000', '135311.104000', '135311.107000', '135311.110000', '135311.114000', '135311.117000', '135311.121000', '135311.124000', '135311.129000', '135330.943000', '135330.946000', '135330.949000', '135330.951000', '135330.954000', '135330.957000', '135330.959000', '135330.962000', '135330.965000', '135330.967000', '135330.970000', '135330.972000', '135330.975000', '135330.978000', '135330.980000', '135330.983000', '135330.985000', '135330.988000', '135330.991000', '135330.993000', '135330.996000', '135330.998000', '135331.002000', '135331.005000', '135331.007000', '135331.010000', '135331.012000', '135331.015000', '135331.018000', '135331.020000', '135331.023000', '135331.025000', '135331.028000', '135331.031000', '135331.033000', '135331.036000', '135331.038000', '135331.041000', '135331.044000', '135331.046000', '135331.049000', '135331.051000', '135331.054000', '135331.056000', '135350.943000', '135350.946000', '135350.949000', '135350.951000', '135350.954000', '135350.957000', '135350.959000', '135350.962000', '135350.964000', '135350.967000', '135350.970000', '135350.972000', '135350.975000', '135350.977000', '135350.980000', '135350.982000', '135350.993000', '135350.995000', '135350.998000', '135351.002000', '135351.004000', '135351.007000', '135351.010000', '135351.012000', '135351.015000', '135351.017000', '135351.020000', '135351.023000', '135351.025000', '135351.028000', '135351.038000', '135351.041000', '135351.043000', '135351.046000', '135351.049000', '135351.051000', '135351.054000', '135351.056000', '135351.059000', '135351.062000', '135351.064000', '135351.067000', '135351.070000', '135410.944000', '135410.947000', '135410.950000', '135410.953000', '135410.955000', '135410.958000', '135410.961000', '135410.963000', '135410.966000', '135410.968000', '135410.971000', '135410.974000', '135410.976000', '135410.979000', '135410.981000', '135410.984000', '135410.987000', '135410.989000', '135410.992000', '135410.995000', '135410.997000', '135411.001000', '135411.003000', '135411.006000', '135411.009000', '135411.011000', '135411.014000', '135411.017000', '135411.019000', '135411.022000', '135411.031000', '135411.034000', '135411.036000', '135411.039000', '135411.042000', '135411.044000', '135411.047000', '135411.049000', '135411.052000', '135411.055000', '135411.057000', '135411.060000', '135411.062000', '135411.065000', '135430.944000', '135430.948000', '135430.950000', '135430.953000', '135430.955000', '135430.958000', '135430.961000', '135430.963000', '135430.966000', '135430.969000', '135430.971000', '135430.974000', '135430.976000', '135430.979000', '135430.982000', '135430.984000', '135430.987000', '135430.989000', '135430.992000', '135430.995000', '135430.997000', '135431.001000', '135431.003000', '135431.006000', '135431.008000', '135431.011000', '135431.014000', '135431.016000', '135431.019000', '135431.021000', '135431.024000', '135431.037000', '135431.039000', '135431.042000', '135431.044000', '135431.047000', '135431.050000', '135431.052000', '135431.055000', '135431.058000', '135431.060000', '135431.063000', '135431.065000', '135450.945000', '135450.947000', '135450.950000', '135450.953000', '135450.955000', '135450.958000', '135450.961000', '135450.963000', '135450.966000', '135450.969000', '135450.971000', '135450.974000', '135450.976000', '135450.979000', '135450.982000', '135450.984000', '135450.987000', '135450.989000', '135450.992000', '135450.995000', '135450.997000', '135451.001000', '135451.003000', '135451.006000', '135451.009000', '135451.011000', '135451.014000', '135451.017000', '135451.019000', '135451.022000', '135451.024000', '135451.027000', '135451.030000', '135451.032000', '135451.035000', '135451.038000', '135451.044000', '135451.046000', '135451.049000', '135451.052000', '135451.054000', '135451.057000', '135451.060000', '135451.062000', '135510.944000', '135510.947000', '135510.950000', '135510.952000', '135510.955000', '135510.958000', '135510.960000', '135510.963000', '135510.966000', '135510.968000', '135510.971000', '135510.973000', '135510.976000', '135510.979000', '135510.981000', '135510.984000', '135510.986000', '135510.989000', '135510.992000', '135510.994000', '135510.997000', '135511.001000', '135511.003000', '135511.006000', '135511.008000', '135511.011000', '135511.014000', '135511.016000', '135511.019000', '135511.022000', '135511.024000', '135511.027000', '135511.030000', '135511.032000', '135511.035000', '135511.037000', '135511.040000', '135511.043000', '135511.045000', '135511.048000', '135511.050000', '135511.053000', '135511.056000', '135530.944000', '135530.947000', '135530.950000', '135530.953000', '135530.955000', '135530.958000', '135530.961000', '135530.963000', '135530.966000', '135530.969000', '135530.972000', '135530.975000', '135530.977000', '135530.980000', '135530.983000', '135530.985000', '135530.988000', '135530.990000', '135530.993000', '135530.995000', '135530.998000', '135531.002000', '135531.004000', '135531.007000', '135531.009000', '135531.012000', '135531.015000', '135531.017000', '135531.020000', '135531.023000', '135531.025000', '135531.028000', '135531.031000', '135531.033000', '135531.036000', '135531.039000', '135531.041000', '135531.044000', '135531.046000', '135531.049000', '135531.051000', '135531.054000', '135531.057000', '135531.059000', '135550.944000', '135550.946000', '135550.949000', '135550.952000', '135550.977000', '135550.979000', '135550.982000', '135550.985000', '135550.987000', '135550.990000', '135550.992000', '135550.995000', '135550.998000', '135551.001000', '135551.004000', '135551.007000', '135551.009000', '135551.012000', '135551.014000', '135551.017000', '135551.019000', '135551.022000', '135551.025000', '135551.027000', '135551.030000', '135551.033000', '135551.035000', '135551.038000', '135551.041000', '135551.043000', '135551.046000', '135551.048000', '135551.051000', '135551.054000', '135551.056000', '135551.059000', '135551.061000', '135551.064000', '135551.067000', '135551.069000', '135551.077000', '135551.080000', '135551.083000', '135610.944000', '135610.947000', '135610.950000', '135610.953000', '135610.955000', '135610.958000', '135610.960000', '135610.963000', '135610.966000', '135610.968000', '135610.971000', '135610.973000', '135610.976000', '135610.979000', '135610.981000', '135610.984000', '135610.986000', '135610.989000', '135610.992000', '135610.994000', '135610.997000', '135611.000000', '135611.003000', '135611.006000', '135611.008000', '135611.011000', '135611.013000', '135611.022000', '135611.025000', '135611.027000', '135611.030000', '135611.032000', '135611.035000', '135611.037000', '135611.040000', '135611.043000', '135611.045000', '135611.048000', '135611.050000', '135611.053000', '135611.056000', '135611.058000', '135611.061000', '135630.944000', '135630.947000', '135630.950000', '135630.953000', '135630.956000', '135630.958000', '135630.961000', '135630.963000', '135630.966000', '135630.969000', '135630.971000', '135630.974000', '135630.976000', '135630.979000', '135630.982000', '135630.984000', '135630.987000', '135630.990000', '135630.992000', '135630.995000', '135630.997000', '135631.001000', '135631.004000', '135631.006000', '135631.009000', '135631.011000', '135631.014000', '135631.017000', '135631.019000', '135631.022000', '135631.025000', '135631.027000', '135631.030000', '135631.032000', '135631.035000', '135631.038000', '135631.040000', '135631.043000', '135631.045000', '135631.048000', '135631.051000', '135631.053000', '135631.056000', '135631.059000', '135650.944000', '135650.948000', '135650.951000', '135650.954000', '135650.958000', '135650.961000', '135650.963000', '135650.966000', '135650.968000', '135650.971000', '135650.974000', '135650.976000', '135650.979000', '135650.981000', '135650.984000', '135650.987000', '135650.989000', '135650.992000', '135650.994000', '135650.997000', '135651.001000', '135651.003000', '135651.007000', '135651.010000', '135651.013000', '135651.015000', '135651.018000', '135651.021000', '135651.023000', '135651.026000', '135651.028000', '135651.031000', '135651.034000', '135651.036000', '135651.039000', '135651.042000', '135651.044000', '135651.047000', '135651.049000', '135651.052000', '135651.055000', '135651.057000', '135651.060000', '135710.944000', '135710.947000', '135710.951000', '135710.953000', '135710.956000', '135710.958000', '135710.961000', '135710.964000', '135710.966000', '135710.969000', '135710.972000', '135710.974000', '135710.977000', '135710.979000', '135710.982000', '135710.985000', '135710.987000', '135710.990000', '135710.993000', '135710.995000', '135710.998000', '135711.001000', '135711.004000', '135711.007000', '135711.009000', '135711.012000', '135711.014000', '135711.017000', '135711.020000', '135711.022000', '135711.025000', '135711.028000', '135711.030000', '135711.033000', '135711.035000', '135711.038000', '135711.040000', '135711.043000', '135711.046000', '135711.048000', '135711.051000', '135711.053000', '135711.056000', '135711.059000', '135730.944000', '135730.947000', '135730.950000', '135730.953000', '135730.955000', '135730.958000', '135730.961000', '135730.963000', '135730.966000', '135730.968000', '135730.971000', '135730.974000', '135730.976000', '135730.979000', '135730.983000', '135730.986000', '135730.988000', '135730.991000', '135730.994000', '135730.996000', '135731.000000', '135731.002000', '135731.005000', '135731.008000', '135731.010000', '135731.013000', '135731.015000', '135731.018000', '135731.021000', '135731.023000', '135731.026000', '135731.028000', '135731.031000', '135731.034000', '135731.036000', '135731.047000', '135731.050000', '135731.052000', '135731.055000', '135731.058000', '135731.060000', '135731.063000', '135731.066000', '135750.944000', '135750.948000', '135750.950000', '135750.953000', '135750.956000', '135750.959000', '135750.961000', '135750.964000', '135750.966000', '135750.969000', '135750.972000', '135750.974000', '135750.977000', '135750.980000', '135750.982000', '135750.985000', '135750.988000', '135750.991000', '135750.993000', '135750.996000', '135750.998000', '135751.002000', '135751.005000', '135751.007000', '135751.010000', '135751.013000', '135751.015000', '135751.018000', '135751.021000', '135751.023000', '135751.026000', '135751.029000', '135751.031000', '135751.034000', '135751.037000', '135751.039000', '135751.042000', '135751.045000', '135751.047000', '135751.050000', '135751.053000', '135751.055000', '135751.058000', '135751.061000', '135810.943000', '135810.946000', '135810.949000', '135810.952000', '135810.954000', '135810.957000', '135810.960000', '135810.962000', '135810.965000', '135810.968000', '135810.970000', '135810.973000', '135810.976000', '135810.978000', '135810.981000', '135810.983000', '135810.986000', '135810.989000', '135810.991000', '135810.994000', '135810.997000', '135811.001000', '135811.004000', '135811.007000', '135811.010000', '135811.012000', '135811.015000', '135811.017000', '135811.020000', '135811.023000', '135811.025000', '135811.028000', '135811.030000', '135811.035000', '135811.038000', '135811.040000', '135811.043000', '135811.046000', '135811.049000', '135811.051000', '135811.054000', '135811.057000', '135811.059000', '135830.943000', '135830.946000', '135830.949000', '135830.951000', '135830.954000', '135830.957000', '135830.960000', '135830.962000', '135830.965000', '135830.968000', '135830.970000', '135830.973000', '135830.975000', '135830.978000', '135830.980000', '135830.983000', '135830.986000', '135830.988000', '135830.991000', '135830.994000', '135830.996000', '135831.000000', '135831.002000', '135831.005000', '135831.008000', '135831.011000', '135831.013000', '135831.016000', '135831.019000', '135831.021000', '135831.024000', '135831.026000', '135831.029000', '135831.032000', '135831.034000', '135831.037000', '135831.040000', '135831.042000', '135831.045000', '135831.047000', '135831.050000', '135831.053000', '135831.055000', '135831.058000', '135850.945000', '135850.947000', '135850.950000', '135850.953000', '135850.955000', '135850.958000', '135850.961000', '135850.963000', '135850.966000', '135850.969000', '135850.971000', '135850.974000', '135850.976000', '135850.979000', '135850.982000', '135850.984000', '135850.987000', '135850.990000', '135850.992000', '135850.995000', '135850.997000', '135851.001000', '135851.004000', '135851.006000', '135851.009000', '135851.013000', '135851.015000', '135851.018000', '135851.021000', '135851.023000', '135851.026000', '135851.029000', '135851.031000', '135851.034000', '135851.036000', '135851.039000', '135851.042000', '135851.044000', '135851.047000', '135851.049000', '135851.052000', '135851.055000', '135851.058000', '135910.944000', '135910.947000', '135910.950000', '135910.953000', '135910.955000', '135910.958000', '135910.961000', '135910.963000', '135910.966000', '135910.969000', '135910.971000', '135910.974000', '135910.977000', '135910.979000', '135910.982000', '135910.985000', '135910.987000', '135910.995000', '135910.998000', '135911.001000', '135911.018000', '135911.021000', '135911.024000', '135911.026000', '135911.029000', '135911.032000', '135911.034000', '135911.037000', '135911.040000', '135911.042000', '135911.045000', '135911.048000', '135911.050000', '135911.053000', '135911.056000', '135911.058000', '135911.061000', '135911.064000', '135911.066000', '135911.069000', '135911.072000', '135911.074000', '135911.077000', '135911.080000', '135930.945000', '135930.947000', '135930.950000', '135930.953000', '135930.955000', '135930.958000', '135930.961000', '135930.963000', '135930.966000', '135930.968000', '135930.971000', '135930.974000', '135930.976000', '135930.979000', '135930.981000', '135930.984000', '135930.986000', '135930.989000', '135930.992000', '135930.994000', '135930.997000', '135931.000000', '135931.003000', '135931.006000', '135931.008000', '135931.011000', '135931.013000', '135931.016000', '135931.019000', '135931.021000', '135931.024000', '135931.026000', '135931.029000', '135931.032000', '135931.034000', '135931.037000', '135931.040000', '135931.043000', '135931.053000', '135931.056000', '135931.058000', '135931.061000', '135931.064000', '135950.944000', '135950.947000', '135950.951000', '135950.953000', '135950.956000', '135950.958000', '135950.961000', '135950.964000', '135950.966000', '135950.969000', '135950.972000', '135950.974000', '135950.977000', '135950.980000', '135950.983000', '135950.985000', '135950.988000', '135950.990000', '135950.993000', '135950.996000', '135950.998000', '135951.002000', '135951.004000', '135951.007000', '135951.010000', '135951.012000', '135951.015000', '135951.017000', '135951.020000', '135951.023000', '135951.025000', '135951.028000', '135951.030000', '135951.033000', '135951.046000', '135951.048000', '135951.051000', '135951.053000', '135951.056000', '135951.059000', '135951.061000', '135951.064000', '135951.066000', '135951.069000', '140010.944000', '140010.947000', '140010.950000', '140010.953000', '140010.955000', '140010.958000', '140010.960000', '140010.963000', '140010.966000', '140010.968000', '140010.971000', '140010.974000', '140010.976000', '140010.979000', '140010.981000', '140010.984000', '140010.987000', '140010.989000', '140010.992000', '140010.995000', '140010.997000', '140011.001000', '140011.003000', '140011.006000', '140011.009000', '140011.011000', '140011.014000', '140011.016000', '140011.019000', '140011.022000', '140011.024000', '140011.027000', '140011.029000', '140011.032000', '140011.034000', '140011.038000', '140011.041000', '140011.043000', '140011.048000', '140011.050000', '140011.053000', '140011.055000', '140011.058000', '140030.944000', '140030.946000', '140030.949000', '140030.952000', '140030.954000', '140030.957000', '140030.960000', '140030.962000', '140030.965000', '140030.968000', '140030.970000', '140030.973000', '140030.975000', '140030.978000', '140030.981000', '140030.983000', '140031.000000', '140031.002000', '140031.005000', '140031.007000', '140031.010000', '140031.013000', '140031.015000', '140031.018000', '140031.020000', '140031.023000', '140031.026000', '140031.028000', '140031.031000', '140031.033000', '140031.036000', '140031.039000', '140031.041000', '140031.044000', '140031.047000', '140031.049000', '140031.052000', '140031.054000', '140031.057000', '140031.060000', '140031.062000', '140031.065000', '140031.068000', '140031.070000', '140050.944000', '140050.947000', '140050.949000', '140050.952000', '140050.955000', '140050.957000', '140050.960000', '140050.962000', '140050.965000', '140050.968000', '140050.970000', '140050.973000', '140050.976000', '140050.978000', '140050.981000', '140050.984000', '140050.986000', '140050.989000', '140050.992000', '140050.994000', '140050.997000', '140051.000000', '140051.003000', '140051.006000', '140051.008000', '140051.011000', '140051.013000', '140051.016000', '140051.019000', '140051.021000', '140051.024000', '140051.027000', '140051.029000', '140051.032000', '140051.034000', '140051.037000', '140051.039000', '140051.042000', '140051.045000', '140051.047000', '140051.050000', '140051.052000', '140051.055000', '140110.945000', '140110.947000', '140110.950000', '140110.952000', '140110.955000', '140110.958000', '140110.961000', '140110.963000', '140110.966000', '140110.969000', '140110.971000', '140110.974000', '140110.977000', '140110.979000', '140110.982000', '140110.984000', '140110.987000', '140110.990000', '140110.992000', '140110.995000', '140110.998000', '140111.001000', '140111.004000', '140111.006000', '140111.009000', '140111.012000', '140111.014000', '140111.017000', '140111.019000', '140111.022000', '140111.025000', '140111.027000', '140111.030000', '140111.032000', '140111.035000', '140111.038000', '140111.040000', '140111.043000', '140111.045000', '140111.048000', '140111.051000', '140111.053000', '140111.056000', '140111.058000', '140130.945000', '140130.947000', '140130.950000', '140130.953000', '140130.955000', '140130.958000', '140130.961000', '140130.963000', '140130.966000', '140130.968000', '140130.971000', '140130.973000', '140130.976000', '140130.979000', '140130.982000', '140130.984000', '140130.987000', '140130.989000', '140130.992000', '140130.995000', '140130.997000', '140131.001000', '140131.004000', '140131.006000', '140131.009000', '140131.011000', '140131.014000', '140131.017000', '140131.019000', '140131.022000', '140131.025000', '140131.027000', '140131.030000', '140131.033000', '140131.035000', '140131.038000', '140131.040000', '140131.043000', '140131.046000', '140131.048000', '140131.051000', '140131.053000', '140131.056000', '140147.177000', '140147.180000', '140147.183000', '140147.186000', '140147.189000', '140147.192000', '140147.195000', '140147.200000', '140147.203000', '140147.206000', '140147.209000', '140147.220000', '140147.225000', '140147.253000', '140147.256000', '140147.260000', '140147.263000', '140147.265000', '140147.268000', '140147.271000', '140147.276000', '140147.279000', '140147.281000', '140147.284000', '140147.287000', '140147.290000', '140147.292000', '140147.296000', '140147.299000', '140147.301000', '140147.304000', '140147.307000', '140147.313000', '140147.316000', '140147.319000', '140147.351000'], 'InstanceCreationTime': ['135311.000000', '135311.004000', '135311.007000', '135311.010000', '135311.013000', '135311.016000', '135311.018000', '135311.021000', '135311.035000', '135311.038000', '135311.040000', '135311.043000', '135311.046000', '135311.049000', '135311.052000', '135311.055000', '135311.058000', '135311.060000', '135311.063000', '135311.066000', '135311.068000', '135311.071000', '135311.074000', '135311.077000', '135311.094000', '135311.097000', '135311.101000', '135311.104000', '135311.107000', '135311.110000', '135311.114000', '135311.117000', '135311.121000', '135311.124000', '135311.129000', '135330.943000', '135330.946000', '135330.949000', '135330.951000', '135330.954000', '135330.957000', '135330.959000', '135330.962000', '135330.965000', '135330.967000', '135330.970000', '135330.972000', '135330.975000', '135330.978000', '135330.980000', '135330.983000', '135330.985000', '135330.988000', '135330.991000', '135330.993000', '135330.996000', '135330.998000', '135331.002000', '135331.005000', '135331.007000', '135331.010000', '135331.012000', '135331.015000', '135331.018000', '135331.020000', '135331.023000', '135331.025000', '135331.028000', '135331.031000', '135331.033000', '135331.036000', '135331.038000', '135331.041000', '135331.044000', '135331.046000', '135331.049000', '135331.051000', '135331.054000', '135331.056000', '135350.943000', '135350.946000', '135350.949000', '135350.951000', '135350.954000', '135350.957000', '135350.959000', '135350.962000', '135350.964000', '135350.967000', '135350.970000', '135350.972000', '135350.975000', '135350.977000', '135350.980000', '135350.982000', '135350.993000', '135350.995000', '135350.998000', '135351.002000', '135351.004000', '135351.007000', '135351.010000', '135351.012000', '135351.015000', '135351.017000', '135351.020000', '135351.023000', '135351.025000', '135351.028000', '135351.038000', '135351.041000', '135351.043000', '135351.046000', '135351.049000', '135351.051000', '135351.054000', '135351.056000', '135351.059000', '135351.062000', '135351.064000', '135351.067000', '135351.070000', '135410.944000', '135410.947000', '135410.950000', '135410.953000', '135410.955000', '135410.958000', '135410.961000', '135410.963000', '135410.966000', '135410.968000', '135410.971000', '135410.974000', '135410.976000', '135410.979000', '135410.981000', '135410.984000', '135410.987000', '135410.989000', '135410.992000', '135410.995000', '135410.997000', '135411.001000', '135411.003000', '135411.006000', '135411.009000', '135411.011000', '135411.014000', '135411.017000', '135411.019000', '135411.022000', '135411.031000', '135411.034000', '135411.036000', '135411.039000', '135411.042000', '135411.044000', '135411.047000', '135411.049000', '135411.052000', '135411.055000', '135411.057000', '135411.060000', '135411.062000', '135411.065000', '135430.944000', '135430.948000', '135430.950000', '135430.953000', '135430.955000', '135430.958000', '135430.961000', '135430.963000', '135430.966000', '135430.969000', '135430.971000', '135430.974000', '135430.976000', '135430.979000', '135430.982000', '135430.984000', '135430.987000', '135430.989000', '135430.992000', '135430.995000', '135430.997000', '135431.001000', '135431.003000', '135431.006000', '135431.008000', '135431.011000', '135431.014000', '135431.016000', '135431.019000', '135431.021000', '135431.024000', '135431.037000', '135431.039000', '135431.042000', '135431.044000', '135431.047000', '135431.050000', '135431.052000', '135431.055000', '135431.058000', '135431.060000', '135431.063000', '135431.065000', '135450.945000', '135450.947000', '135450.950000', '135450.953000', '135450.955000', '135450.958000', '135450.961000', '135450.963000', '135450.966000', '135450.969000', '135450.971000', '135450.974000', '135450.976000', '135450.979000', '135450.982000', '135450.984000', '135450.987000', '135450.989000', '135450.992000', '135450.995000', '135450.997000', '135451.001000', '135451.003000', '135451.006000', '135451.009000', '135451.011000', '135451.014000', '135451.017000', '135451.019000', '135451.022000', '135451.024000', '135451.027000', '135451.030000', '135451.032000', '135451.035000', '135451.038000', '135451.044000', '135451.046000', '135451.049000', '135451.052000', '135451.054000', '135451.057000', '135451.060000', '135451.062000', '135510.944000', '135510.947000', '135510.950000', '135510.952000', '135510.955000', '135510.958000', '135510.960000', '135510.963000', '135510.966000', '135510.968000', '135510.971000', '135510.973000', '135510.976000', '135510.979000', '135510.981000', '135510.984000', '135510.986000', '135510.989000', '135510.992000', '135510.994000', '135510.997000', '135511.001000', '135511.003000', '135511.006000', '135511.008000', '135511.011000', '135511.014000', '135511.016000', '135511.019000', '135511.022000', '135511.024000', '135511.027000', '135511.030000', '135511.032000', '135511.035000', '135511.037000', '135511.040000', '135511.043000', '135511.045000', '135511.048000', '135511.050000', '135511.053000', '135511.056000', '135530.944000', '135530.947000', '135530.950000', '135530.953000', '135530.955000', '135530.958000', '135530.961000', '135530.963000', '135530.966000', '135530.969000', '135530.972000', '135530.975000', '135530.977000', '135530.980000', '135530.983000', '135530.985000', '135530.988000', '135530.990000', '135530.993000', '135530.995000', '135530.998000', '135531.002000', '135531.004000', '135531.007000', '135531.009000', '135531.012000', '135531.015000', '135531.017000', '135531.020000', '135531.023000', '135531.025000', '135531.028000', '135531.031000', '135531.033000', '135531.036000', '135531.039000', '135531.041000', '135531.044000', '135531.046000', '135531.049000', '135531.051000', '135531.054000', '135531.057000', '135531.059000', '135550.944000', '135550.946000', '135550.949000', '135550.952000', '135550.977000', '135550.979000', '135550.982000', '135550.985000', '135550.987000', '135550.990000', '135550.992000', '135550.995000', '135550.998000', '135551.001000', '135551.004000', '135551.007000', '135551.009000', '135551.012000', '135551.014000', '135551.017000', '135551.019000', '135551.022000', '135551.025000', '135551.027000', '135551.030000', '135551.033000', '135551.035000', '135551.038000', '135551.041000', '135551.043000', '135551.046000', '135551.048000', '135551.051000', '135551.054000', '135551.056000', '135551.059000', '135551.061000', '135551.064000', '135551.067000', '135551.069000', '135551.077000', '135551.080000', '135551.083000', '135610.944000', '135610.947000', '135610.950000', '135610.953000', '135610.955000', '135610.958000', '135610.960000', '135610.963000', '135610.966000', '135610.968000', '135610.971000', '135610.973000', '135610.976000', '135610.979000', '135610.981000', '135610.984000', '135610.986000', '135610.989000', '135610.992000', '135610.994000', '135610.997000', '135611.000000', '135611.003000', '135611.006000', '135611.008000', '135611.011000', '135611.013000', '135611.022000', '135611.025000', '135611.027000', '135611.030000', '135611.032000', '135611.035000', '135611.037000', '135611.040000', '135611.043000', '135611.045000', '135611.048000', '135611.050000', '135611.053000', '135611.056000', '135611.058000', '135611.061000', '135630.944000', '135630.947000', '135630.950000', '135630.953000', '135630.956000', '135630.958000', '135630.961000', '135630.963000', '135630.966000', '135630.969000', '135630.971000', '135630.974000', '135630.976000', '135630.979000', '135630.982000', '135630.984000', '135630.987000', '135630.990000', '135630.992000', '135630.995000', '135630.997000', '135631.001000', '135631.004000', '135631.006000', '135631.009000', '135631.011000', '135631.014000', '135631.017000', '135631.019000', '135631.022000', '135631.025000', '135631.027000', '135631.030000', '135631.032000', '135631.035000', '135631.038000', '135631.040000', '135631.043000', '135631.045000', '135631.048000', '135631.051000', '135631.053000', '135631.056000', '135631.059000', '135650.944000', '135650.948000', '135650.951000', '135650.954000', '135650.958000', '135650.961000', '135650.963000', '135650.966000', '135650.968000', '135650.971000', '135650.974000', '135650.976000', '135650.979000', '135650.981000', '135650.984000', '135650.987000', '135650.989000', '135650.992000', '135650.994000', '135650.997000', '135651.001000', '135651.003000', '135651.007000', '135651.010000', '135651.013000', '135651.015000', '135651.018000', '135651.021000', '135651.023000', '135651.026000', '135651.028000', '135651.031000', '135651.034000', '135651.036000', '135651.039000', '135651.042000', '135651.044000', '135651.047000', '135651.049000', '135651.052000', '135651.055000', '135651.057000', '135651.060000', '135710.944000', '135710.947000', '135710.951000', '135710.953000', '135710.956000', '135710.958000', '135710.961000', '135710.964000', '135710.966000', '135710.969000', '135710.972000', '135710.974000', '135710.977000', '135710.979000', '135710.982000', '135710.985000', '135710.987000', '135710.990000', '135710.993000', '135710.995000', '135710.998000', '135711.001000', '135711.004000', '135711.007000', '135711.009000', '135711.012000', '135711.014000', '135711.017000', '135711.020000', '135711.022000', '135711.025000', '135711.028000', '135711.030000', '135711.033000', '135711.035000', '135711.038000', '135711.040000', '135711.043000', '135711.046000', '135711.048000', '135711.051000', '135711.053000', '135711.056000', '135711.059000', '135730.944000', '135730.947000', '135730.950000', '135730.953000', '135730.955000', '135730.958000', '135730.961000', '135730.963000', '135730.966000', '135730.968000', '135730.971000', '135730.974000', '135730.976000', '135730.979000', '135730.983000', '135730.986000', '135730.988000', '135730.991000', '135730.994000', '135730.996000', '135731.000000', '135731.002000', '135731.005000', '135731.008000', '135731.010000', '135731.013000', '135731.015000', '135731.018000', '135731.021000', '135731.023000', '135731.026000', '135731.028000', '135731.031000', '135731.034000', '135731.036000', '135731.047000', '135731.050000', '135731.052000', '135731.055000', '135731.058000', '135731.060000', '135731.063000', '135731.066000', '135750.944000', '135750.948000', '135750.950000', '135750.953000', '135750.956000', '135750.959000', '135750.961000', '135750.964000', '135750.966000', '135750.969000', '135750.972000', '135750.974000', '135750.977000', '135750.980000', '135750.982000', '135750.985000', '135750.988000', '135750.991000', '135750.993000', '135750.996000', '135750.998000', '135751.002000', '135751.005000', '135751.007000', '135751.010000', '135751.013000', '135751.015000', '135751.018000', '135751.021000', '135751.023000', '135751.026000', '135751.029000', '135751.031000', '135751.034000', '135751.037000', '135751.039000', '135751.042000', '135751.045000', '135751.047000', '135751.050000', '135751.053000', '135751.055000', '135751.058000', '135751.061000', '135810.943000', '135810.946000', '135810.949000', '135810.952000', '135810.954000', '135810.957000', '135810.960000', '135810.962000', '135810.965000', '135810.968000', '135810.970000', '135810.973000', '135810.976000', '135810.978000', '135810.981000', '135810.983000', '135810.986000', '135810.989000', '135810.991000', '135810.994000', '135810.997000', '135811.001000', '135811.004000', '135811.007000', '135811.010000', '135811.012000', '135811.015000', '135811.017000', '135811.020000', '135811.023000', '135811.025000', '135811.028000', '135811.030000', '135811.035000', '135811.038000', '135811.040000', '135811.043000', '135811.046000', '135811.049000', '135811.051000', '135811.054000', '135811.057000', '135811.059000', '135830.943000', '135830.946000', '135830.949000', '135830.951000', '135830.954000', '135830.957000', '135830.960000', '135830.962000', '135830.965000', '135830.968000', '135830.970000', '135830.973000', '135830.975000', '135830.978000', '135830.980000', '135830.983000', '135830.986000', '135830.988000', '135830.991000', '135830.994000', '135830.996000', '135831.000000', '135831.002000', '135831.005000', '135831.008000', '135831.011000', '135831.013000', '135831.016000', '135831.019000', '135831.021000', '135831.024000', '135831.026000', '135831.029000', '135831.032000', '135831.034000', '135831.037000', '135831.040000', '135831.042000', '135831.045000', '135831.047000', '135831.050000', '135831.053000', '135831.055000', '135831.058000', '135850.945000', '135850.947000', '135850.950000', '135850.953000', '135850.955000', '135850.958000', '135850.961000', '135850.963000', '135850.966000', '135850.969000', '135850.971000', '135850.974000', '135850.976000', '135850.979000', '135850.982000', '135850.984000', '135850.987000', '135850.990000', '135850.992000', '135850.995000', '135850.997000', '135851.001000', '135851.004000', '135851.006000', '135851.009000', '135851.013000', '135851.015000', '135851.018000', '135851.021000', '135851.023000', '135851.026000', '135851.029000', '135851.031000', '135851.034000', '135851.036000', '135851.039000', '135851.042000', '135851.044000', '135851.047000', '135851.049000', '135851.052000', '135851.055000', '135851.058000', '135910.944000', '135910.947000', '135910.950000', '135910.953000', '135910.955000', '135910.958000', '135910.961000', '135910.963000', '135910.966000', '135910.969000', '135910.971000', '135910.974000', '135910.977000', '135910.979000', '135910.982000', '135910.985000', '135910.987000', '135910.995000', '135910.998000', '135911.001000', '135911.018000', '135911.021000', '135911.024000', '135911.026000', '135911.029000', '135911.032000', '135911.034000', '135911.037000', '135911.040000', '135911.042000', '135911.045000', '135911.048000', '135911.050000', '135911.053000', '135911.056000', '135911.058000', '135911.061000', '135911.064000', '135911.066000', '135911.069000', '135911.072000', '135911.074000', '135911.077000', '135911.080000', '135930.945000', '135930.947000', '135930.950000', '135930.953000', '135930.955000', '135930.958000', '135930.961000', '135930.963000', '135930.966000', '135930.968000', '135930.971000', '135930.974000', '135930.976000', '135930.979000', '135930.981000', '135930.984000', '135930.986000', '135930.989000', '135930.992000', '135930.994000', '135930.997000', '135931.000000', '135931.003000', '135931.006000', '135931.008000', '135931.011000', '135931.013000', '135931.016000', '135931.019000', '135931.021000', '135931.024000', '135931.026000', '135931.029000', '135931.032000', '135931.034000', '135931.037000', '135931.040000', '135931.043000', '135931.053000', '135931.056000', '135931.058000', '135931.061000', '135931.064000', '135950.944000', '135950.947000', '135950.951000', '135950.953000', '135950.956000', '135950.958000', '135950.961000', '135950.964000', '135950.966000', '135950.969000', '135950.972000', '135950.974000', '135950.977000', '135950.980000', '135950.983000', '135950.985000', '135950.988000', '135950.990000', '135950.993000', '135950.996000', '135950.998000', '135951.002000', '135951.004000', '135951.007000', '135951.010000', '135951.012000', '135951.015000', '135951.017000', '135951.020000', '135951.023000', '135951.025000', '135951.028000', '135951.030000', '135951.033000', '135951.046000', '135951.048000', '135951.051000', '135951.053000', '135951.056000', '135951.059000', '135951.061000', '135951.064000', '135951.066000', '135951.069000', '140010.944000', '140010.947000', '140010.950000', '140010.953000', '140010.955000', '140010.958000', '140010.960000', '140010.963000', '140010.966000', '140010.968000', '140010.971000', '140010.974000', '140010.976000', '140010.979000', '140010.981000', '140010.984000', '140010.987000', '140010.989000', '140010.992000', '140010.995000', '140010.997000', '140011.001000', '140011.003000', '140011.006000', '140011.009000', '140011.011000', '140011.014000', '140011.016000', '140011.019000', '140011.022000', '140011.024000', '140011.027000', '140011.029000', '140011.032000', '140011.034000', '140011.038000', '140011.041000', '140011.043000', '140011.048000', '140011.050000', '140011.053000', '140011.055000', '140011.058000', '140030.944000', '140030.946000', '140030.949000', '140030.952000', '140030.954000', '140030.957000', '140030.960000', '140030.962000', '140030.965000', '140030.968000', '140030.970000', '140030.973000', '140030.975000', '140030.978000', '140030.981000', '140030.983000', '140031.000000', '140031.002000', '140031.005000', '140031.007000', '140031.010000', '140031.013000', '140031.015000', '140031.018000', '140031.020000', '140031.023000', '140031.026000', '140031.028000', '140031.031000', '140031.033000', '140031.036000', '140031.039000', '140031.041000', '140031.044000', '140031.047000', '140031.049000', '140031.052000', '140031.054000', '140031.057000', '140031.060000', '140031.062000', '140031.065000', '140031.068000', '140031.070000', '140050.944000', '140050.947000', '140050.949000', '140050.952000', '140050.955000', '140050.957000', '140050.960000', '140050.962000', '140050.965000', '140050.968000', '140050.970000', '140050.973000', '140050.976000', '140050.978000', '140050.981000', '140050.984000', '140050.986000', '140050.989000', '140050.992000', '140050.994000', '140050.997000', '140051.000000', '140051.003000', '140051.006000', '140051.008000', '140051.011000', '140051.013000', '140051.016000', '140051.019000', '140051.021000', '140051.024000', '140051.027000', '140051.029000', '140051.032000', '140051.034000', '140051.037000', '140051.039000', '140051.042000', '140051.045000', '140051.047000', '140051.050000', '140051.052000', '140051.055000', '140110.945000', '140110.947000', '140110.950000', '140110.952000', '140110.955000', '140110.958000', '140110.961000', '140110.963000', '140110.966000', '140110.969000', '140110.971000', '140110.974000', '140110.977000', '140110.979000', '140110.982000', '140110.984000', '140110.987000', '140110.990000', '140110.992000', '140110.995000', '140110.998000', '140111.001000', '140111.004000', '140111.006000', '140111.009000', '140111.012000', '140111.014000', '140111.017000', '140111.019000', '140111.022000', '140111.025000', '140111.027000', '140111.030000', '140111.032000', '140111.035000', '140111.038000', '140111.040000', '140111.043000', '140111.045000', '140111.048000', '140111.051000', '140111.053000', '140111.056000', '140111.058000', '140130.945000', '140130.947000', '140130.950000', '140130.953000', '140130.955000', '140130.958000', '140130.961000', '140130.963000', '140130.966000', '140130.968000', '140130.971000', '140130.973000', '140130.976000', '140130.979000', '140130.982000', '140130.984000', '140130.987000', '140130.989000', '140130.992000', '140130.995000', '140130.997000', '140131.001000', '140131.004000', '140131.006000', '140131.009000', '140131.011000', '140131.014000', '140131.017000', '140131.019000', '140131.022000', '140131.025000', '140131.027000', '140131.030000', '140131.033000', '140131.035000', '140131.038000', '140131.040000', '140131.043000', '140131.046000', '140131.048000', '140131.051000', '140131.053000', '140131.056000', '140147.177000', '140147.180000', '140147.183000', '140147.186000', '140147.189000', '140147.192000', '140147.195000', '140147.200000', '140147.203000', '140147.206000', '140147.209000', '140147.220000', '140147.225000', '140147.253000', '140147.256000', '140147.260000', '140147.263000', '140147.265000', '140147.268000', '140147.271000', '140147.276000', '140147.279000', '140147.281000', '140147.284000', '140147.287000', '140147.290000', '140147.292000', '140147.296000', '140147.299000', '140147.301000', '140147.304000', '140147.307000', '140147.313000', '140147.316000', '140147.319000', '140147.351000'], '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': [7454, 12174, 7554, 10654, 7032, 7506, 12661, 8571, 9538, 6784, 7147, 9803, 6537, 9367, 9170, 6986, 9596, 6781, 7522, 12957, 7653, 10014, 6562, 7420, 11145, 7084, 11551, 6887, 8115, 12117, 6955, 9271, 6927, 7200, 11016, 6815, 8005, 6750, 7271, 9778, 6928, 7290, 9228, 6741, 7534, 7216, 6916, 10211, 6914, 7436, 10821, 7077, 8444, 9563, 7208, 10046, 7118, 7013, 10951, 6841, 8050, 7338, 6635, 8553, 6961, 7201, 12195, 7280, 8991, 13290, 6870, 10694, 7942, 7195, 13086, 7273, 7750, 12898, 7323, 11000, 12243, 7346, 11455, 6845, 7270, 11933, 6919, 8647, 6524, 6724, 8853, 6918, 7029, 11367, 6990, 8869, 9570, 6984, 9567, 6943, 7096, 13570, 6688, 10818, 12156, 6640, 10497, 6848, 6772, 10129, 6723, 7353, 11487, 6599, 8803, 10925, 6729, 10088, 6735, 7376, 11554, 6692, 8102, 13530, 8159, 9225, 12923, 6683, 8319, 7055, 6472, 10504, 6574, 8133, 11693, 6725, 8165, 6833, 6803, 10448, 6680, 7226, 13694, 6553, 10066, 13814, 10269, 10914, 13125, 7353, 11206, 6653, 6837, 10829, 6599, 6882, 9584, 6866, 7302, 11655, 6735, 9374, 6984, 6644, 10380, 7009, 6993, 10618, 6958, 7932, 11178, 7224, 9036, 6581, 6739, 10988, 6683, 7864, 6771, 6867, 7847, 7075, 6578, 12478, 9290, 11045, 7081, 6823, 13025, 9045, 9457, 13956, 7560, 11343, 12848, 6731, 9723, 12870, 7204, 10439, 6680, 6840, 8499, 7237, 7164, 11751, 6654, 8570, 11393, 6729, 7772, 6927, 6746, 10168, 6676, 8335, 8241, 6748, 9130, 6811, 7232, 13098, 7382, 9461, 9802, 6756, 8685, 6543, 7029, 11504, 6908, 8338, 11938, 6629, 8092, 6653, 7089, 10645, 6707, 7397, 12567, 6593, 8564, 7128, 6945, 11754, 6647, 8588, 11307, 7134, 9655, 6538, 7365, 13986, 7862, 11454, 6809, 7238, 11946, 6621, 10089, 7014, 6569, 10925, 7114, 8145, 7072, 6778, 12374, 8583, 9625, 9753, 6751, 9474, 6810, 7463, 12355, 7920, 11065, 6700, 6725, 12801, 6661, 9433, 11765, 6961, 8983, 6882, 7073, 12620, 8019, 9419, 9820, 6798, 8484, 6744, 7133, 11250, 6633, 8925, 6793, 7100, 6598, 8350, 11408, 9052, 12732, 6620, 7424, 14030, 8993, 10837, 6954, 8439, 12766, 9363, 13071, 8925, 7316, 11014, 6870, 7770, 10712, 7014, 11141, 6739, 8154, 11575, 6451, 8944, 9222, 7200, 11550, 6739, 8653, 12023, 6962, 11340, 6667, 7395, 11058, 6809, 7668, 7057, 7003, 10808, 6989, 8538, 6795, 7166, 12426, 8278, 9802, 7023, 7027, 9842, 7013, 9305, 10153, 7070, 11474, 6642, 7650, 13097, 6973, 9445, 6730, 8222, 7360, 6785, 7317, 7536, 6967, 9030, 6784, 7355, 13069, 6654, 11491, 12399, 8857, 12214, 6919, 10109, 6901, 7522, 13113, 8606, 10293, 6813, 7563, 10262, 6786, 9847, 6936, 7432, 10449, 6934, 8058, 6570, 7601, 7300, 7241, 12129, 6799, 8894, 9101, 7167, 10625, 6762, 7882, 8376, 6908, 12408, 6773, 9107, 6874, 6764, 10898, 6703, 8825, 7015, 7258, 11291, 6739, 10733, 6901, 8888, 12512, 6786, 9839, 6849, 7358, 12907, 7010, 10780, 7841, 7098, 9185, 6657, 7704, 8477, 7187, 8843, 6469, 7468, 6662, 7094, 12387, 7551, 10498, 11391, 7059, 10517, 7222, 7985, 12494, 6918, 10291, 6904, 6864, 10459, 6616, 7640, 7055, 6732, 8366, 6583, 7172, 11338, 6722, 8847, 6827, 6835, 10706, 6665, 8171, 6693, 6777, 9521, 6536, 8369, 12860, 9304, 10387, 6786, 7265, 10462, 6570, 10029, 7081, 7088, 12081, 6542, 7577, 11187, 6799, 10386, 6578, 7187, 11443, 6657, 7394, 9735, 6429, 8588, 12248, 6980, 9282, 6797, 7215, 8938, 6990, 7401, 10695, 6945, 8969, 6556, 7107, 9882, 6753, 7689, 9720, 7040, 8491, 6751, 7248, 12483, 6941, 8225, 11972, 6600, 8313, 8324, 7006, 12028, 6770, 8097, 11920, 6848, 9676, 6717, 7484, 11703, 6614, 7498, 10264, 6596, 9641, 6612, 7501, 11668, 6648, 7660, 11260, 7533, 10568, 6527, 7571, 11394, 6908, 8928, 13152, 7309, 10617, 7042, 7305, 9627, 6603, 8596, 11793, 7368, 9182, 7179, 7249, 8752, 6707, 7342, 11417, 7138, 8830, 6796, 7176, 8664, 6499, 7599, 11669, 7036, 9692, 6912, 7390, 9885, 6625, 7946, 12467, 7630, 9788, 8330, 7120, 9754, 6696, 7266, 9170, 6757, 7799, 8875, 6916, 9423, 6951, 7084, 11632, 6828, 7925, 11438, 7278, 10011, 7037, 7238, 11885, 6757, 7458, 10714, 7022, 9908, 6585, 7608, 11501, 6979, 8435, 12873, 7850, 10522, 6816, 7365, 9794, 6786, 9270, 6803, 7293, 10695, 6795, 7623, 6837, 7181, 11721, 7444, 9209, 6907, 7367, 10737, 6978, 10634, 7507, 7302, 12236, 6720, 9486, 6859, 7223, 11220, 6973, 8045, 7000, 7491, 12129, 8047, 9533, 6709, 7312, 9964, 7117, 8262, 11553, 7646, 9571, 6792, 7347, 9139, 7038, 8816, 6909, 7378, 11001, 6824, 7546, 7203, 7212, 10532, 7024, 7501, 8847, 7033, 8685, 6985, 7381, 11960, 9048, 9733, 6881, 7366, 10578, 7180, 9227, 7064, 7185, 9629, 6905, 8421, 11454, 7173, 10310, 6641, 7559, 11046, 6996, 10142, 6960, 7548, 10853, 6792, 7427, 6894, 7425, 11614, 7990, 8885, 6904, 7258, 9593, 6710, 8262, 7003, 7245, 8461, 7153, 7214, 6957, 7146, 11124, 7747, 9382, 6927, 7472, 11634, 8466, 11857, 8552, 8183, 12234, 6974, 9731, 6905, 7256, 10667, 6924, 8039, 6774, 7340, 11918, 8963, 9715, 6835, 7359, 9169, 6714, 10309, 6757, 7668, 6740, 7115, 6919, 7514, 11827, 7571, 11679, 8777, 7595, 8074, 7050, 9612, 6812, 9431, 10272, 6894, 11514, 6761, 7830, 6936, 7056, 11977, 7469, 9127, 6714, 7080, 12227, 8118, 8967, 6780, 7314, 10352, 6699, 11099, 7054, 8597, 8033, 6816, 12307, 6731, 10132, 6542, 7063, 10911, 6921, 10226, 12792, 7021, 10675, 7022, 7436, 12243, 7455, 9837, 6808, 7554, 9962, 6731, 8395, 6804, 7091, 8786, 6731, 7269, 9393, 6463, 8817, 7068, 7294, 10393, 7033, 7379, 10207, 6961, 8714, 6564, 7284, 10502, 6535, 7759, 12303, 7621, 8939, 6904, 7517, 10514, 6421, 9234, 7642, 7170, 10800, 7037, 7074, 9714, 6716, 9026, 6752, 7257, 11586, 6718, 8121, 7066, 8064, 11746, 6799, 10633, 6870, 7410, 11956, 7894, 9571, 6751, 6532, 9231, 6705, 6996, 12519, 7278, 9891, 6719, 6596, 11192, 6430, 7648, 11242, 6884, 8926, 6869, 6659, 12931, 6935, 9384, 10653, 6851, 9385, 6686, 7134, 11279, 6729, 8548, 9465, 7564, 11772, 6753, 7689, 11384, 8211, 12085, 6626, 7142, 10268, 6621, 8586, 6636, 6815, 8706, 6685, 6977, 7968, 7026, 12455, 6592, 8808, 11882, 6802, 11689, 6903, 7324, 10955, 6734, 8929, 12783, 7245, 10073, 6899, 6966, 6884, 7356, 7111, 7527, 6906, 7974, 9092, 7288, 7207, 13013, 13576, 9617, 12285, 8220, 9778, 13882, 9438, 10736, 6840, 8301, 6669, 7531, 13119, 9269, 9662, 6680, 6887, 7043, 7221, 10930, 7684, 8660, 6949, 7265, 10165, 6981, 10492, 6898, 8162, 7234, 7203, 9906, 6993, 11183, 6994, 8420, 6934, 7207, 10138, 6936, 10229, 7098, 8307, 6240, 7593, 11202, 7994, 11107, 7019, 9451, 6814, 8437, 7108, 7049, 11176, 6910, 8529, 6679, 9082, 7013, 7299, 11928, 7135, 10133, 6369, 9456, 12238, 8271, 11498, 6884, 8725, 7100, 7366, 11890, 7884, 9441, 6448, 7163, 8663, 6707, 9435, 6896, 7384, 6798, 6874, 7932, 6612, 8276, 7275, 6896, 11181, 7034, 8218, 6608, 6954, 9629, 6953, 10323, 7228, 6930, 9917, 6933, 10787, 6768, 7370, 8120, 7068, 8669, 6647, 9261, 7267, 11944, 6554, 9028, 11805, 6873, 10565, 6767, 7956, 7184, 6871, 9007, 6652, 8955, 6894, 6891, 11358, 6600, 7159, 6907, 6948, 11261, 6918, 9895, 6929, 7028, 12130, 6519, 8324, 8186, 7176, 8743, 6513, 8433, 11019, 7123, 10610, 6687, 7224, 11214, 7443, 8672, 6724, 6994, 8524, 7055, 9407, 6591, 7363, 11129, 6963, 8791, 7240, 8461, 7311, 12784, 8122, 10842, 12925, 7723, 8016, 7019, 7035, 11113, 6871, 9685, 7090, 7195, 11160, 7326, 8291, 6836, 7002, 8831, 7119, 8894, 6749, 7171, 9133, 6740, 6752, 6817, 7191, 9501, 6779, 8774, 6734, 7049, 10778, 7277, 8478, 6920, 7395, 10753], 'WindowCenter': [4070.0, 4114.0, 4051.0, 4080.0, 4027.0, 4036.0, 4087.0, 4047.0, 4056.0, 4014.0, 4027.0, 4064.0, 4015.0, 4057.0, 4055.0, 4025.0, 4056.0, 4026.0, 4037.0, 4085.0, 4036.0, 4069.0, 4026.0, 4037.0, 4076.0, 4025.0, 4077.0, 4025.0, 4047.0, 4075.0, 4025.0, 4056.0, 4013.0, 4025.0, 4076.0, 4015.0, 4046.0, 4013.0, 4022.0, 4054.0, 4013.0, 4036.0, 4055.0, 4014.0, 4035.0, 4022.0, 4026.0, 4067.0, 4024.0, 4025.0, 4064.0, 4023.0, 4046.0, 4055.0, 4025.0, 4056.0, 4011.0, 4024.0, 4063.0, 4015.0, 4046.0, 4024.0, 4026.0, 4057.0, 4024.0, 4037.0, 4087.0, 4037.0, 4058.0, 4097.0, 4014.0, 4078.0, 4034.0, 4026.0, 4086.0, 4023.0, 4035.0, 4084.0, 4023.0, 4077.0, 4075.0, 4023.0, 4075.0, 4013.0, 4024.0, 4073.0, 4024.0, 4045.0, 4002.0, 4015.0, 4055.0, 4023.0, 4026.0, 4087.0, 4026.0, 4058.0, 4066.0, 4025.0, 4066.0, 4023.0, 4026.0, 4096.0, 4015.0, 4077.0, 4073.0, 4015.0, 4076.0, 4014.0, 4015.0, 4064.0, 4014.0, 4036.0, 4075.0, 4013.0, 4058.0, 4074.0, 4016.0, 4067.0, 4014.0, 4025.0, 4075.0, 4013.0, 4034.0, 4085.0, 4034.0, 4056.0, 4073.0, 4013.0, 4043.0, 4024.0, 4014.0, 4075.0, 4027.0, 4047.0, 4087.0, 4026.0, 4057.0, 4026.0, 4026.0, 4079.0, 4028.0, 4048.0, 4108.0, 4015.0, 4067.0, 4097.0, 4067.0, 4078.0, 4086.0, 4037.0, 4076.0, 4014.0, 4014.0, 4077.0, 4014.0, 4025.0, 4055.0, 4013.0, 4035.0, 4075.0, 4025.0, 4068.0, 4025.0, 4026.0, 4067.0, 4024.0, 4026.0, 4075.0, 4026.0, 4047.0, 4078.0, 4038.0, 4069.0, 4024.0, 4026.0, 4077.0, 4027.0, 4049.0, 4025.0, 4027.0, 4058.0, 4038.0, 4039.0, 4100.0, 4070.0, 4091.0, 4037.0, 4028.0, 4099.0, 4058.0, 4068.0, 4097.0, 4035.0, 4076.0, 4083.0, 4013.0, 4066.0, 4085.0, 4023.0, 4065.0, 4013.0, 4014.0, 4045.0, 4024.0, 4025.0, 4075.0, 4015.0, 4046.0, 4062.0, 4012.0, 4033.0, 4013.0, 4015.0, 4066.0, 4015.0, 4047.0, 4045.0, 4016.0, 4055.0, 4015.0, 4035.0, 4087.0, 4024.0, 4066.0, 4054.0, 4015.0, 4046.0, 4003.0, 4024.0, 4076.0, 4024.0, 4046.0, 4075.0, 4015.0, 4046.0, 4011.0, 4025.0, 4076.0, 4015.0, 4037.0, 4086.0, 4014.0, 4047.0, 4023.0, 4026.0, 4087.0, 4013.0, 4057.0, 4074.0, 4025.0, 4056.0, 4004.0, 4038.0, 4098.0, 4048.0, 4087.0, 4026.0, 4039.0, 4086.0, 4026.0, 4078.0, 4026.0, 4029.0, 4077.0, 4039.0, 4048.0, 4028.0, 4029.0, 4099.0, 4060.0, 4069.0, 4067.0, 4027.0, 4067.0, 4026.0, 4038.0, 4087.0, 4048.0, 4088.0, 4025.0, 4026.0, 4089.0, 4017.0, 4057.0, 4076.0, 4025.0, 4056.0, 4024.0, 4026.0, 4087.0, 4047.0, 4057.0, 4064.0, 4016.0, 4045.0, 4014.0, 4025.0, 4077.0, 4016.0, 4055.0, 4026.0, 4037.0, 4041.0, 4072.0, 4101.0, 4071.0, 4099.0, 4028.0, 4038.0, 4099.0, 4059.0, 4079.0, 4027.0, 4058.0, 4087.0, 4056.0, 4099.0, 4056.0, 4025.0, 4076.0, 4015.0, 4035.0, 4064.0, 4025.0, 4074.0, 4014.0, 4046.0, 4076.0, 4004.0, 4055.0, 4051.0, 4023.0, 4075.0, 4013.0, 4047.0, 4074.0, 4024.0, 4075.0, 4014.0, 4025.0, 4062.0, 4013.0, 4034.0, 4012.0, 4025.0, 4065.0, 4026.0, 4045.0, 4013.0, 4025.0, 4087.0, 4046.0, 4066.0, 4013.0, 4025.0, 4066.0, 4025.0, 4056.0, 4065.0, 4026.0, 4075.0, 4013.0, 4035.0, 4086.0, 4026.0, 4065.0, 4014.0, 4058.0, 4035.0, 4026.0, 4035.0, 4047.0, 4038.0, 4071.0, 4028.0, 4038.0, 4100.0, 4016.0, 4076.0, 4074.0, 4045.0, 4075.0, 4012.0, 4065.0, 4010.0, 4023.0, 4074.0, 4043.0, 4053.0, 4001.0, 4024.0, 4053.0, 4012.0, 4054.0, 4013.0, 4025.0, 4064.0, 4024.0, 4035.0, 4015.0, 4036.0, 4024.0, 4037.0, 4087.0, 4013.0, 4057.0, 4055.0, 4026.0, 4077.0, 4015.0, 4047.0, 4046.0, 4027.0, 4087.0, 4015.0, 4058.0, 4015.0, 4027.0, 4078.0, 4027.0, 4057.0, 4025.0, 4037.0, 4076.0, 4016.0, 4079.0, 4024.0, 4057.0, 4087.0, 4015.0, 4055.0, 4012.0, 4024.0, 4085.0, 4012.0, 4066.0, 4033.0, 4025.0, 4054.0, 4012.0, 4034.0, 4033.0, 4026.0, 4056.0, 4016.0, 4036.0, 4014.0, 4026.0, 4088.0, 4036.0, 4078.0, 4075.0, 4024.0, 4065.0, 4023.0, 4034.0, 4075.0, 4011.0, 4065.0, 4010.0, 4013.0, 4064.0, 4013.0, 4034.0, 4013.0, 4013.0, 4044.0, 4013.0, 4025.0, 4076.0, 4015.0, 4056.0, 4012.0, 4015.0, 4065.0, 4015.0, 4046.0, 4012.0, 4015.0, 4056.0, 4014.0, 4047.0, 4086.0, 4056.0, 4066.0, 4013.0, 4025.0, 4064.0, 4014.0, 4066.0, 4024.0, 4026.0, 4085.0, 4004.0, 4033.0, 4075.0, 4015.0, 4066.0, 4013.0, 4024.0, 4076.0, 4013.0, 4023.0, 4053.0, 4003.0, 4056.0, 4075.0, 4024.0, 4056.0, 4012.0, 4025.0, 4044.0, 4023.0, 4035.0, 4063.0, 4025.0, 4054.0, 4002.0, 4024.0, 4065.0, 4014.0, 4036.0, 4054.0, 4025.0, 4045.0, 4013.0, 4036.0, 4087.0, 4024.0, 4047.0, 4074.0, 4014.0, 4044.0, 4033.0, 4024.0, 4075.0, 4013.0, 4035.0, 4074.0, 4014.0, 4055.0, 4012.0, 4024.0, 4074.0, 4013.0, 4023.0, 4063.0, 4014.0, 4054.0, 4014.0, 4023.0, 4075.0, 4014.0, 4035.0, 4075.0, 4035.0, 4065.0, 4004.0, 4035.0, 4076.0, 4013.0, 4056.0, 4084.0, 4025.0, 4065.0, 4012.0, 4025.0, 4052.0, 4013.0, 4056.0, 4075.0, 4034.0, 4054.0, 4023.0, 4023.0, 4045.0, 4012.0, 4035.0, 4074.0, 4026.0, 4056.0, 4011.0, 4023.0, 4044.0, 4004.0, 4036.0, 4075.0, 4027.0, 4067.0, 4024.0, 4025.0, 4055.0, 4014.0, 4034.0, 4073.0, 4035.0, 4056.0, 4032.0, 4013.0, 4056.0, 4014.0, 4025.0, 4053.0, 4013.0, 4035.0, 4043.0, 4025.0, 4057.0, 4026.0, 4026.0, 4077.0, 4014.0, 4045.0, 4074.0, 4034.0, 4068.0, 4024.0, 4036.0, 4077.0, 4014.0, 4025.0, 4063.0, 4025.0, 4066.0, 4015.0, 4038.0, 4076.0, 4024.0, 4047.0, 4087.0, 4034.0, 4066.0, 4014.0, 4036.0, 4063.0, 4026.0, 4068.0, 4016.0, 4037.0, 4077.0, 4026.0, 4036.0, 4013.0, 4027.0, 4086.0, 4038.0, 4058.0, 4026.0, 4026.0, 4076.0, 4026.0, 4078.0, 4024.0, 4027.0, 4075.0, 4014.0, 4056.0, 4013.0, 4025.0, 4074.0, 4024.0, 4035.0, 4011.0, 4024.0, 4074.0, 4034.0, 4055.0, 4012.0, 4023.0, 4052.0, 4012.0, 4046.0, 4073.0, 4023.0, 4053.0, 4011.0, 4022.0, 4042.0, 4026.0, 4056.0, 4024.0, 4024.0, 4075.0, 4013.0, 4035.0, 4023.0, 4025.0, 4066.0, 4024.0, 4025.0, 4044.0, 4023.0, 4046.0, 4013.0, 4024.0, 4074.0, 4043.0, 4055.0, 4012.0, 4024.0, 4063.0, 4014.0, 4055.0, 4013.0, 4024.0, 4054.0, 4023.0, 4046.0, 4075.0, 4025.0, 4065.0, 4013.0, 4035.0, 4063.0, 4024.0, 4066.0, 4012.0, 4035.0, 4064.0, 4013.0, 4023.0, 4011.0, 4026.0, 4076.0, 4034.0, 4056.0, 4013.0, 4024.0, 4054.0, 4013.0, 4046.0, 4012.0, 4024.0, 4044.0, 4025.0, 4036.0, 4024.0, 4038.0, 4088.0, 4050.0, 4069.0, 4026.0, 4038.0, 4077.0, 4047.0, 4088.0, 4045.0, 4046.0, 4073.0, 4013.0, 4056.0, 4013.0, 4024.0, 4064.0, 4014.0, 4034.0, 4013.0, 4024.0, 4076.0, 4055.0, 4055.0, 4002.0, 4025.0, 4054.0, 4015.0, 4065.0, 4015.0, 4036.0, 4025.0, 4036.0, 4039.0, 4050.0, 4088.0, 4048.0, 4087.0, 4055.0, 4037.0, 4034.0, 4024.0, 4055.0, 4015.0, 4057.0, 4064.0, 4025.0, 4075.0, 4014.0, 4035.0, 4023.0, 4024.0, 4077.0, 4025.0, 4055.0, 4014.0, 4026.0, 4085.0, 4045.0, 4057.0, 4026.0, 4038.0, 4065.0, 4027.0, 4077.0, 4026.0, 4058.0, 4045.0, 4026.0, 4087.0, 4016.0, 4068.0, 4014.0, 4025.0, 4066.0, 4024.0, 4066.0, 4074.0, 4025.0, 4064.0, 4012.0, 4023.0, 4073.0, 4023.0, 4053.0, 4013.0, 4035.0, 4052.0, 4012.0, 4045.0, 4012.0, 4024.0, 4043.0, 4013.0, 4023.0, 4041.0, 4014.0, 4056.0, 4013.0, 4024.0, 4065.0, 4012.0, 4023.0, 4053.0, 4013.0, 4045.0, 4012.0, 4024.0, 4064.0, 4002.0, 4033.0, 4073.0, 4033.0, 4044.0, 4013.0, 4024.0, 4064.0, 4003.0, 4055.0, 4034.0, 4024.0, 4064.0, 4013.0, 4023.0, 4052.0, 4014.0, 4055.0, 4014.0, 4036.0, 4077.0, 4025.0, 4045.0, 4026.0, 4047.0, 4087.0, 4026.0, 4078.0, 4026.0, 4036.0, 4087.0, 4047.0, 4068.0, 4012.0, 4016.0, 4056.0, 4015.0, 4026.0, 4087.0, 4037.0, 4068.0, 4014.0, 4015.0, 4076.0, 4014.0, 4036.0, 4075.0, 4024.0, 4057.0, 4013.0, 4014.0, 4086.0, 4015.0, 4056.0, 4062.0, 4014.0, 4055.0, 4013.0, 4025.0, 4074.0, 4015.0, 4044.0, 4053.0, 4035.0, 4074.0, 4013.0, 4033.0, 4072.0, 4045.0, 4074.0, 4011.0, 4024.0, 4053.0, 4012.0, 4043.0, 4012.0, 4015.0, 4043.0, 4013.0, 4024.0, 4033.0, 4024.0, 4086.0, 4014.0, 4056.0, 4072.0, 4013.0, 4075.0, 4011.0, 4023.0, 4062.0, 4001.0, 4043.0, 4072.0, 4022.0, 4051.0, 4011.0, 4012.0, 4010.0, 4036.0, 4022.0, 4034.0, 4024.0, 4046.0, 4054.0, 4037.0, 4035.0, 4101.0, 4097.0, 4068.0, 4087.0, 4032.0, 4054.0, 4072.0, 4041.0, 4050.0, 4001.0, 4030.0, 3999.0, 4021.0, 4070.0, 4042.0, 4052.0, 4001.0, 4012.0, 4010.0, 4021.0, 4062.0, 4022.0, 4043.0, 4023.0, 4022.0, 4052.0, 4013.0, 4063.0, 4012.0, 4034.0, 4021.0, 4023.0, 4051.0, 4011.0, 4074.0, 4023.0, 4045.0, 4024.0, 4024.0, 4062.0, 4024.0, 4065.0, 4025.0, 4045.0, 4016.0, 4048.0, 4075.0, 4035.0, 4074.0, 4024.0, 4056.0, 4015.0, 4046.0, 4024.0, 4025.0, 4075.0, 4025.0, 4044.0, 4015.0, 4055.0, 4023.0, 4024.0, 4074.0, 4012.0, 4055.0, 4003.0, 4056.0, 4073.0, 4033.0, 4063.0, 4011.0, 4043.0, 4010.0, 4022.0, 4072.0, 4032.0, 4053.0, 4001.0, 4012.0, 4030.0, 4002.0, 4043.0, 4011.0, 4023.0, 4012.0, 4013.0, 4034.0, 4013.0, 4046.0, 4024.0, 4025.0, 4075.0, 4024.0, 4045.0, 4013.0, 4025.0, 4054.0, 4024.0, 4067.0, 4036.0, 4026.0, 4065.0, 4024.0, 4076.0, 4025.0, 4038.0, 4035.0, 4027.0, 4045.0, 4025.0, 4056.0, 4037.0, 4089.0, 4017.0, 4058.0, 4075.0, 4014.0, 4065.0, 4013.0, 4034.0, 4013.0, 4014.0, 4044.0, 4014.0, 4056.0, 4025.0, 4024.0, 4075.0, 4014.0, 4024.0, 4013.0, 4025.0, 4075.0, 4024.0, 4067.0, 4011.0, 4012.0, 4075.0, 4002.0, 4034.0, 4030.0, 4011.0, 4031.0, 4001.0, 4034.0, 4062.0, 4013.0, 4063.0, 4001.0, 4022.0, 4064.0, 4022.0, 4044.0, 4013.0, 4014.0, 4044.0, 4023.0, 4055.0, 4013.0, 4035.0, 4064.0, 4026.0, 4043.0, 4025.0, 4044.0, 4036.0, 4099.0, 4036.0, 4067.0, 4085.0, 4022.0, 4021.0, 4009.0, 4011.0, 4061.0, 4002.0, 4053.0, 4010.0, 4011.0, 4062.0, 4023.0, 4032.0, 4000.0, 4011.0, 4041.0, 4021.0, 4053.0, 4011.0, 4022.0, 4053.0, 4011.0, 4011.0, 4012.0, 4026.0, 4055.0, 4013.0, 4056.0, 4014.0, 4026.0, 4076.0, 4035.0, 4046.0, 4024.0, 4024.0, 4064.0], 'WindowWidth': [9079.0, 9121.0, 9033.0, 9068.0, 8992.0, 9003.0, 9068.0, 9016.0, 9027.0, 8967.0, 8989.0, 9034.0, 8970.0, 9030.0, 9023.0, 8984.0, 9028.0, 8987.0, 9003.0, 9064.0, 9001.0, 9047.0, 8988.0, 9005.0, 9052.0, 8985.0, 9056.0, 8984.0, 9016.0, 9048.0, 8984.0, 9025.0, 8963.0, 8985.0, 9052.0, 8971.0, 9015.0, 8964.0, 8977.0, 9021.0, 8965.0, 9000.0, 9022.0, 8969.0, 8999.0, 8977.0, 8987.0, 9042.0, 8981.0, 8985.0, 9033.0, 8981.0, 9014.0, 9023.0, 8984.0, 9025.0, 8961.0, 8981.0, 9031.0, 8970.0, 9015.0, 8982.0, 8988.0, 9030.0, 8983.0, 9007.0, 9071.0, 9005.0, 9034.0, 9082.0, 8972.0, 9060.0, 8996.0, 8988.0, 9068.0, 8980.0, 8998.0, 9060.0, 8980.0, 9056.0, 9047.0, 8980.0, 9050.0, 8964.0, 8981.0, 9045.0, 8982.0, 9012.0, 8949.0, 8971.0, 9025.0, 8980.0, 8989.0, 9069.0, 8989.0, 9034.0, 9039.0, 8987.0, 9041.0, 8982.0, 8990.0, 9080.0, 8972.0, 9056.0, 9045.0, 8970.0, 9054.0, 8969.0, 8972.0, 9035.0, 8968.0, 9002.0, 9050.0, 8968.0, 9033.0, 9049.0, 8976.0, 9043.0, 8967.0, 8984.0, 9049.0, 8965.0, 8996.0, 9062.0, 8995.0, 9027.0, 9042.0, 8965.0, 9005.0, 8982.0, 8971.0, 9052.0, 8993.0, 9020.0, 9069.0, 8990.0, 9033.0, 8988.0, 8992.0, 9066.0, 8995.0, 9022.0, 9101.0, 8973.0, 9044.0, 9081.0, 9042.0, 9059.0, 9065.0, 9003.0, 9054.0, 8968.0, 8971.0, 9058.0, 8968.0, 8987.0, 9023.0, 8967.0, 9001.0, 9050.0, 8988.0, 9047.0, 8985.0, 8990.0, 9045.0, 8983.0, 8989.0, 9052.0, 8990.0, 9018.0, 9059.0, 9008.0, 9050.0, 8985.0, 8991.0, 9057.0, 8993.0, 9026.0, 8987.0, 8995.0, 9037.0, 9009.0, 9014.0, 9093.0, 9056.0, 9083.0, 9005.0, 8994.0, 9092.0, 9033.0, 9047.0, 9082.0, 8999.0, 9055.0, 9059.0, 8967.0, 9041.0, 9062.0, 8980.0, 9038.0, 8964.0, 8970.0, 9011.0, 8981.0, 8986.0, 9050.0, 8970.0, 9013.0, 9026.0, 8964.0, 8993.0, 8964.0, 8971.0, 9040.0, 8972.0, 9017.0, 9010.0, 8976.0, 9026.0, 8970.0, 9000.0, 9069.0, 8983.0, 9041.0, 9020.0, 8971.0, 9014.0, 8953.0, 8984.0, 9053.0, 8983.0, 9015.0, 9048.0, 8970.0, 9014.0, 8962.0, 8985.0, 9055.0, 8972.0, 9005.0, 9066.0, 8969.0, 9017.0, 8978.0, 8987.0, 9070.0, 8968.0, 9031.0, 9047.0, 8984.0, 9027.0, 8955.0, 9006.0, 9084.0, 9019.0, 9072.0, 8989.0, 9012.0, 9067.0, 8989.0, 9060.0, 8988.0, 8997.0, 9058.0, 9009.0, 9022.0, 8993.0, 8998.0, 9090.0, 9039.0, 9050.0, 9042.0, 8991.0, 9043.0, 8988.0, 9009.0, 9070.0, 9020.0, 9074.0, 8985.0, 8989.0, 9074.0, 8976.0, 9030.0, 9052.0, 8983.0, 9026.0, 8980.0, 8989.0, 9069.0, 9018.0, 9030.0, 9034.0, 8974.0, 9013.0, 8969.0, 8986.0, 9056.0, 8975.0, 9024.0, 8990.0, 9005.0, 9018.0, 9064.0, 9097.0, 9056.0, 9091.0, 8995.0, 9009.0, 9088.0, 9037.0, 9064.0, 8990.0, 9034.0, 9069.0, 9027.0, 9089.0, 9024.0, 8984.0, 9054.0, 8970.0, 8997.0, 9032.0, 8984.0, 9050.0, 8969.0, 9013.0, 9052.0, 8954.0, 9025.0, 9013.0, 8980.0, 9049.0, 8965.0, 9014.0, 9045.0, 8981.0, 9051.0, 8966.0, 8982.0, 9029.0, 8964.0, 8993.0, 8962.0, 8984.0, 9036.0, 8987.0, 9013.0, 8966.0, 8985.0, 9067.0, 9012.0, 9040.0, 8966.0, 8984.0, 9038.0, 8985.0, 9029.0, 9036.0, 8987.0, 9049.0, 8966.0, 8997.0, 9065.0, 8986.0, 9038.0, 8970.0, 9034.0, 9000.0, 8989.0, 9001.0, 9019.0, 9008.0, 9057.0, 8994.0, 9009.0, 9091.0, 8973.0, 9055.0, 9046.0, 9010.0, 9048.0, 8962.0, 9034.0, 8954.0, 8976.0, 9045.0, 9003.0, 9016.0, 8945.0, 8978.0, 9016.0, 8962.0, 9021.0, 8965.0, 8983.0, 9032.0, 8981.0, 8996.0, 8972.0, 9002.0, 8983.0, 9003.0, 9068.0, 8967.0, 9031.0, 9023.0, 8987.0, 9054.0, 8970.0, 9016.0, 9013.0, 8990.0, 9068.0, 8973.0, 9034.0, 8972.0, 8991.0, 9060.0, 8992.0, 9031.0, 8984.0, 9004.0, 9053.0, 8975.0, 9062.0, 8982.0, 9031.0, 9068.0, 8970.0, 9023.0, 8960.0, 8980.0, 9062.0, 8963.0, 9039.0, 8989.0, 8982.0, 9020.0, 8961.0, 8994.0, 8990.0, 8986.0, 9025.0, 8973.0, 9003.0, 8968.0, 8989.0, 9071.0, 8999.0, 9058.0, 9048.0, 8982.0, 9036.0, 8978.0, 8995.0, 9047.0, 8960.0, 9036.0, 8956.0, 8964.0, 9032.0, 8964.0, 8996.0, 8964.0, 8966.0, 9007.0, 8965.0, 8986.0, 9052.0, 8971.0, 9027.0, 8965.0, 8972.0, 9038.0, 8971.0, 9014.0, 8965.0, 8972.0, 9028.0, 8970.0, 9018.0, 9068.0, 9029.0, 9040.0, 8966.0, 8984.0, 9032.0, 8969.0, 9040.0, 8981.0, 8987.0, 9064.0, 8955.0, 8994.0, 9048.0, 8972.0, 9041.0, 8966.0, 8984.0, 9053.0, 8965.0, 8981.0, 9017.0, 8953.0, 9028.0, 9050.0, 8983.0, 9025.0, 8962.0, 8983.0, 9007.0, 8979.0, 8999.0, 9032.0, 8985.0, 9022.0, 8948.0, 8983.0, 9037.0, 8968.0, 9001.0, 9019.0, 8984.0, 9012.0, 8964.0, 9001.0, 9069.0, 8980.0, 9016.0, 9047.0, 8967.0, 9007.0, 8990.0, 8982.0, 9051.0, 8965.0, 8998.0, 9046.0, 8967.0, 9024.0, 8962.0, 8981.0, 9048.0, 8964.0, 8979.0, 9031.0, 8968.0, 9023.0, 8966.0, 8981.0, 9050.0, 8968.0, 8997.0, 9049.0, 8997.0, 9038.0, 8954.0, 8998.0, 9051.0, 8966.0, 9027.0, 9059.0, 8983.0, 9038.0, 8962.0, 8982.0, 9015.0, 8965.0, 9027.0, 9049.0, 8997.0, 9021.0, 8978.0, 8980.0, 9009.0, 8964.0, 8998.0, 9046.0, 8986.0, 9026.0, 8959.0, 8978.0, 9007.0, 8955.0, 8999.0, 9049.0, 8989.0, 9041.0, 8980.0, 8984.0, 9023.0, 8969.0, 8996.0, 9045.0, 8995.0, 9025.0, 8987.0, 8965.0, 9025.0, 8966.0, 8983.0, 9017.0, 8966.0, 8998.0, 9003.0, 8986.0, 9030.0, 8986.0, 8989.0, 9055.0, 8969.0, 9012.0, 9048.0, 8997.0, 9047.0, 8982.0, 9001.0, 9055.0, 8969.0, 8986.0, 9033.0, 8984.0, 9042.0, 8972.0, 9006.0, 9054.0, 8981.0, 9017.0, 9067.0, 8995.0, 9040.0, 8968.0, 9002.0, 9032.0, 8988.0, 9046.0, 8973.0, 9003.0, 9057.0, 8989.0, 9002.0, 8968.0, 8991.0, 9069.0, 9008.0, 9033.0, 8987.0, 8988.0, 9052.0, 8988.0, 9058.0, 8982.0, 8989.0, 9051.0, 8967.0, 9027.0, 8966.0, 8984.0, 9046.0, 8981.0, 8998.0, 8961.0, 8983.0, 9047.0, 8995.0, 9024.0, 8961.0, 8979.0, 9016.0, 8963.0, 9013.0, 9043.0, 8979.0, 9018.0, 8960.0, 8976.0, 9001.0, 8986.0, 9027.0, 8981.0, 8983.0, 9050.0, 8966.0, 8998.0, 8977.0, 8985.0, 9039.0, 8982.0, 8984.0, 9006.0, 8980.0, 9011.0, 8965.0, 8982.0, 9047.0, 9007.0, 9024.0, 8962.0, 8981.0, 9031.0, 8968.0, 9024.0, 8964.0, 8981.0, 9020.0, 8979.0, 9014.0, 9048.0, 8985.0, 9037.0, 8965.0, 8996.0, 9030.0, 8983.0, 9041.0, 8963.0, 8996.0, 9035.0, 8965.0, 8978.0, 8961.0, 8986.0, 9051.0, 8995.0, 9027.0, 8964.0, 8980.0, 9019.0, 8966.0, 9012.0, 8962.0, 8981.0, 9007.0, 8985.0, 9003.0, 8985.0, 9008.0, 9073.0, 9026.0, 9049.0, 8990.0, 9008.0, 9055.0, 9016.0, 9073.0, 9010.0, 9012.0, 9045.0, 8965.0, 9026.0, 8963.0, 8981.0, 9031.0, 8967.0, 8994.0, 8965.0, 8982.0, 9051.0, 9023.0, 9024.0, 8948.0, 8984.0, 9020.0, 8971.0, 9039.0, 8971.0, 9002.0, 8988.0, 9005.0, 9014.0, 9029.0, 9074.0, 9021.0, 9072.0, 9025.0, 9003.0, 8994.0, 8982.0, 9022.0, 8969.0, 9030.0, 9033.0, 8983.0, 9049.0, 8968.0, 8999.0, 8979.0, 8983.0, 9054.0, 8985.0, 9026.0, 8968.0, 8987.0, 9065.0, 9012.0, 9029.0, 8987.0, 9007.0, 9037.0, 8990.0, 9055.0, 8989.0, 9034.0, 9010.0, 8988.0, 9071.0, 8974.0, 9044.0, 8967.0, 8983.0, 9038.0, 8980.0, 9039.0, 9046.0, 8981.0, 9033.0, 8961.0, 8976.0, 9043.0, 8978.0, 9019.0, 8963.0, 8996.0, 9016.0, 8964.0, 9010.0, 8962.0, 8982.0, 9005.0, 8965.0, 8980.0, 8999.0, 8967.0, 9027.0, 8964.0, 8982.0, 9035.0, 8963.0, 8978.0, 9016.0, 8966.0, 9009.0, 8961.0, 8980.0, 9031.0, 8948.0, 8994.0, 9044.0, 8992.0, 9007.0, 8965.0, 8983.0, 9032.0, 8954.0, 9026.0, 8994.0, 8982.0, 9035.0, 8964.0, 8981.0, 9015.0, 8968.0, 9024.0, 8968.0, 9002.0, 9055.0, 8986.0, 9013.0, 8988.0, 9018.0, 9069.0, 8991.0, 9061.0, 8988.0, 9002.0, 9068.0, 9017.0, 9045.0, 8965.0, 8975.0, 9028.0, 8971.0, 8989.0, 9069.0, 9003.0, 9046.0, 8967.0, 8972.0, 9055.0, 8970.0, 9002.0, 9049.0, 8982.0, 9028.0, 8965.0, 8970.0, 9066.0, 8969.0, 9025.0, 9027.0, 8967.0, 9024.0, 8966.0, 8985.0, 9047.0, 8969.0, 9010.0, 9019.0, 8997.0, 9048.0, 8964.0, 8993.0, 9042.0, 9008.0, 9049.0, 8961.0, 8980.0, 9016.0, 8961.0, 9003.0, 8962.0, 8969.0, 9006.0, 8968.0, 8983.0, 8991.0, 8984.0, 9066.0, 8968.0, 9026.0, 9042.0, 8964.0, 9049.0, 8960.0, 8977.0, 9026.0, 8945.0, 9005.0, 9038.0, 8975.0, 9012.0, 8957.0, 8962.0, 8958.0, 9003.0, 8978.0, 8998.0, 8982.0, 9016.0, 9026.0, 9006.0, 9001.0, 9098.0, 9087.0, 9048.0, 9070.0, 8988.0, 9019.0, 9038.0, 8998.0, 9008.0, 8942.0, 8980.0, 8936.0, 8970.0, 9036.0, 8998.0, 9014.0, 8944.0, 8960.0, 8953.0, 8971.0, 9026.0, 8974.0, 9003.0, 8977.0, 8976.0, 9012.0, 8962.0, 9029.0, 8962.0, 8993.0, 8973.0, 8979.0, 9012.0, 8960.0, 9045.0, 8980.0, 9011.0, 8980.0, 8981.0, 9029.0, 8981.0, 9037.0, 8986.0, 9011.0, 8976.0, 9020.0, 9051.0, 9000.0, 9048.0, 8982.0, 9026.0, 8971.0, 9015.0, 8981.0, 8985.0, 9051.0, 8983.0, 9007.0, 8971.0, 9026.0, 8978.0, 8981.0, 9047.0, 8962.0, 9020.0, 8949.0, 9025.0, 9042.0, 8991.0, 9028.0, 8958.0, 9004.0, 8954.0, 8973.0, 9041.0, 8987.0, 9016.0, 8945.0, 8962.0, 8982.0, 8947.0, 9005.0, 8960.0, 8979.0, 8960.0, 8965.0, 8992.0, 8966.0, 9014.0, 8981.0, 8985.0, 9050.0, 8982.0, 9009.0, 8963.0, 8985.0, 9020.0, 8983.0, 9045.0, 9000.0, 8990.0, 9040.0, 8985.0, 9055.0, 8988.0, 9008.0, 8997.0, 8989.0, 9010.0, 8986.0, 9028.0, 9005.0, 9076.0, 8980.0, 9034.0, 9049.0, 8967.0, 9035.0, 8963.0, 8994.0, 8964.0, 8967.0, 9007.0, 8968.0, 9028.0, 8984.0, 8983.0, 9050.0, 8969.0, 8982.0, 8964.0, 8985.0, 9049.0, 8981.0, 9042.0, 8959.0, 8963.0, 9048.0, 8949.0, 8993.0, 8982.0, 8961.0, 8986.0, 8946.0, 8995.0, 9027.0, 8965.0, 9031.0, 8944.0, 8976.0, 9031.0, 8975.0, 9005.0, 8963.0, 8967.0, 9006.0, 8979.0, 9024.0, 8967.0, 8999.0, 9032.0, 8986.0, 9005.0, 8984.0, 9009.0, 9003.0, 9091.0, 9001.0, 9044.0, 9063.0, 8974.0, 8972.0, 8952.0, 8959.0, 9023.0, 8947.0, 9015.0, 8956.0, 8957.0, 9026.0, 8975.0, 8989.0, 8944.0, 8961.0, 9000.0, 8975.0, 9018.0, 8960.0, 8977.0, 9018.0, 8961.0, 8960.0, 8962.0, 8987.0, 9023.0, 8968.0, 9028.0, 8968.0, 8988.0, 9053.0, 8999.0, 9014.0, 8982.0, 8983.0, 9032.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.0003914532871972318</td></tr>
<tr><td colspan=3>aqi</td><td>0.022123004757785468</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.54413098086583</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.217687691021645</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0040428167099567</td></tr>
<tr><td colspan=3>efc</td><td>0.4516</td></tr>
<tr><td colspan=3>fber</td><td>5790.1836</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08070334847693783</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0380622837370241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.501560858794029</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4574094868653376</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6906323903957796</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3566406991209687</td></tr>
<tr><td colspan=3>gcor</td><td>0.00585541</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016224464401602745</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02388586848974228</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</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.551551516377758</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>24.9361</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6151</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.1436</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308814.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>739.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.1626</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6732</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.8706</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3262.0743</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>795.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.2742</td></tr>
<tr><td colspan=3>tsnr</td><td>42.408140655606985</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>