<?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-0077_ses-02_task-narratives_acq-mb8_run-04_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-0077_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0077_suffix-bold_task-narratives" 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-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0077_suffix-bold_task-narratives" 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-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0077_suffix-bold_task-narratives" 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-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0077_suffix-bold_task-narratives" 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-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0077_suffix-bold_task-narratives" 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-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_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-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-04_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-0077/ses-02/func/sub-0077_ses-02_task-narratives_acq-mb8_run-04_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>19c8f0c408bde8d0ac01560fd94f0cb0</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>21:30:40.350000</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.999572, -0.0250743, 0.0150649, 0.0247781, 0.999502, 0.0195314]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_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.0854231</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7724, -7290, 825, -29, -140, -98, 28]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>607ef03e-5716-4121-b208-b4b0ecfaa914||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.681778907775879, 0.066477932035923, 0.041977208107709885, 111.59534454345703], [0.06727239489555359, 2.681591272354126, 0.05170442909002304, -98.89216613769531], [0.04041796922683716, -0.05240138992667198, 2.699178457260132, -77.53936767578125], [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, 1156]</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], 'AcquisitionTime': ['213040.350000', '213040.810000', '213041.270000', '213041.730000', '213042.190000', '213042.650000', '213043.110000', '213043.570000', '213044.030000', '213044.490000', '213044.950000', '213045.410000', '213045.870000', '213046.330000', '213046.790000', '213047.250000', '213047.710000', '213048.170000', '213048.630000', '213049.090000', '213049.550000', '213050.010000', '213050.470000', '213050.930000', '213051.390000', '213051.850000', '213052.310000', '213052.770000', '213053.230000', '213053.690000', '213054.150000', '213054.610000', '213055.070000', '213055.530000', '213055.990000', '213056.450000', '213056.910000', '213057.370000', '213057.830000', '213058.290000', '213058.750000', '213059.210000', '213059.670000', '213100.130000', '213100.590000', '213101.050000', '213101.510000', '213101.970000', '213102.430000', '213102.890000', '213103.350000', '213103.810000', '213104.270000', '213104.730000', '213105.190000', '213105.650000', '213106.110000', '213106.570000', '213107.030000', '213107.490000', '213107.950000', '213108.410000', '213108.870000', '213109.330000', '213109.790000', '213110.250000', '213110.710000', '213111.170000', '213111.630000', '213112.090000', '213112.550000', '213113.010000', '213113.470000', '213113.930000', '213114.390000', '213114.850000', '213115.310000', '213115.770000', '213116.230000', '213116.690000', '213117.150000', '213117.610000', '213118.070000', '213118.530000', '213118.990000', '213119.450000', '213119.910000', '213120.370000', '213120.830000', '213121.290000', '213121.750000', '213122.210000', '213122.670000', '213123.130000', '213123.590000', '213124.050000', '213124.510000', '213124.970000', '213125.430000', '213125.890000', '213126.350000', '213126.810000', '213127.270000', '213127.730000', '213128.190000', '213128.650000', '213129.110000', '213129.570000', '213130.030000', '213130.490000', '213130.950000', '213131.410000', '213131.870000', '213132.330000', '213132.790000', '213133.250000', '213133.710000', '213134.170000', '213134.630000', '213135.090000', '213135.550000', '213136.010000', '213136.470000', '213136.930000', '213137.390000', '213137.850000', '213138.310000', '213138.770000', '213139.230000', '213139.690000', '213140.150000', '213140.610000', '213141.070000', '213141.530000', '213141.990000', '213142.450000', '213142.910000', '213143.370000', '213143.830000', '213144.290000', '213144.750000', '213145.210000', '213145.670000', '213146.130000', '213146.590000', '213147.050000', '213147.510000', '213147.970000', '213148.430000', '213148.890000', '213149.350000', '213149.810000', '213150.270000', '213150.730000', '213151.190000', '213151.650000', '213152.110000', '213152.570000', '213153.030000', '213153.490000', '213153.950000', '213154.410000', '213154.870000', '213155.330000', '213155.790000', '213156.250000', '213156.710000', '213157.170000', '213157.630000', '213158.090000', '213158.550000', '213159.010000', '213159.470000', '213159.930000', '213200.390000', '213200.850000', '213201.310000', '213201.770000', '213202.230000', '213202.690000', '213203.150000', '213203.610000', '213204.070000', '213204.530000', '213204.990000', '213205.450000', '213205.910000', '213206.370000', '213206.830000', '213207.290000', '213207.750000', '213208.210000', '213208.670000', '213209.130000', '213209.590000', '213210.050000', '213210.510000', '213210.970000', '213211.430000', '213211.890000', '213212.350000', '213212.810000', '213213.270000', '213213.730000', '213214.190000', '213214.650000', '213215.110000', '213215.570000', '213216.030000', '213216.490000', '213216.950000', '213217.410000', '213217.870000', '213218.330000', '213218.790000', '213219.250000', '213219.710000', '213220.170000', '213220.630000', '213221.090000', '213221.550000', '213222.010000', '213222.470000', '213222.930000', '213223.390000', '213223.850000', '213224.310000', '213224.770000', '213225.230000', '213225.690000', '213226.150000', '213226.610000', '213227.070000', '213227.530000', '213227.990000', '213228.450000', '213228.910000', '213229.370000', '213229.830000', '213230.290000', '213230.750000', '213231.210000', '213231.670000', '213232.130000', '213232.590000', '213233.050000', '213233.510000', '213233.970000', '213234.430000', '213234.890000', '213235.350000', '213235.810000', '213236.270000', '213236.730000', '213237.190000', '213237.650000', '213238.110000', '213238.570000', '213239.030000', '213239.490000', '213239.950000', '213240.410000', '213240.870000', '213241.330000', '213241.790000', '213242.250000', '213242.710000', '213243.170000', '213243.630000', '213244.090000', '213244.550000', '213245.010000', '213245.470000', '213245.930000', '213246.390000', '213246.850000', '213247.310000', '213247.770000', '213248.230000', '213248.690000', '213249.150000', '213249.610000', '213250.070000', '213250.530000', '213250.990000', '213251.450000', '213251.910000', '213252.370000', '213252.830000', '213253.290000', '213253.750000', '213254.210000', '213254.670000', '213255.130000', '213255.590000', '213256.050000', '213256.510000', '213256.970000', '213257.430000', '213257.890000', '213258.350000', '213258.810000', '213259.270000', '213259.730000', '213300.190000', '213300.650000', '213301.110000', '213301.570000', '213302.030000', '213302.490000', '213302.950000', '213303.410000', '213303.870000', '213304.330000', '213304.790000', '213305.250000', '213305.710000', '213306.170000', '213306.630000', '213307.090000', '213307.550000', '213308.010000', '213308.470000', '213308.930000', '213309.390000', '213309.850000', '213310.310000', '213310.770000', '213311.230000', '213311.690000', '213312.150000', '213312.610000', '213313.070000', '213313.530000', '213313.990000', '213314.450000', '213314.910000', '213315.370000', '213315.830000', '213316.290000', '213316.750000', '213317.210000', '213317.670000', '213318.130000', '213318.590000', '213319.050000', '213319.510000', '213319.970000', '213320.430000', '213320.890000', '213321.350000', '213321.810000', '213322.270000', '213322.730000', '213323.190000', '213323.650000', '213324.110000', '213324.570000', '213325.030000', '213325.490000', '213325.950000', '213326.410000', '213326.870000', '213327.330000', '213327.790000', '213328.250000', '213328.710000', '213329.170000', '213329.630000', '213330.090000', '213330.550000', '213331.010000', '213331.470000', '213331.930000', '213332.390000', '213332.850000', '213333.310000', '213333.770000', '213334.230000', '213334.690000', '213335.150000', '213335.610000', '213336.070000', '213336.530000', '213336.990000', '213337.450000', '213337.910000', '213338.370000', '213338.830000', '213339.290000', '213339.750000', '213340.210000', '213340.670000', '213341.130000', '213341.590000', '213342.050000', '213342.510000', '213342.970000', '213343.430000', '213343.890000', '213344.350000', '213344.810000', '213345.270000', '213345.730000', '213346.190000', '213346.650000', '213347.110000', '213347.570000', '213348.030000', '213348.490000', '213348.950000', '213349.410000', '213349.870000', '213350.330000', '213350.790000', '213351.250000', '213351.710000', '213352.170000', '213352.630000', '213353.090000', '213353.550000', '213354.010000', '213354.470000', '213354.930000', '213355.390000', '213355.850000', '213356.310000', '213356.770000', '213357.230000', '213357.690000', '213358.150000', '213358.610000', '213359.070000', '213359.530000', '213359.990000', '213400.450000', '213400.910000', '213401.370000', '213401.830000', '213402.290000', '213402.750000', '213403.210000', '213403.670000', '213404.130000', '213404.590000', '213405.050000', '213405.510000', '213405.970000', '213406.430000', '213406.890000', '213407.350000', '213407.810000', '213408.270000', '213408.730000', '213409.190000', '213409.650000', '213410.110000', '213410.570000', '213411.030000', '213411.490000', '213411.950000', '213412.410000', '213412.870000', '213413.330000', '213413.790000', '213414.250000', '213414.710000', '213415.170000', '213415.630000', '213416.090000', '213416.550000', '213417.010000', '213417.470000', '213417.930000', '213418.390000', '213418.850000', '213419.310000', '213419.770000', '213420.230000', '213420.690000', '213421.150000', '213421.610000', '213422.070000', '213422.530000', '213422.990000', '213423.450000', '213423.910000', '213424.370000', '213424.830000', '213425.290000', '213425.750000', '213426.210000', '213426.670000', '213427.130000', '213427.590000', '213428.050000', '213428.510000', '213428.970000', '213429.430000', '213429.890000', '213430.350000', '213430.810000', '213431.270000', '213431.730000', '213432.190000', '213432.650000', '213433.110000', '213433.570000', '213434.030000', '213434.490000', '213434.950000', '213435.410000', '213435.870000', '213436.330000', '213436.790000', '213437.250000', '213437.710000', '213438.170000', '213438.630000', '213439.090000', '213439.550000', '213440.010000', '213440.470000', '213440.930000', '213441.390000', '213441.850000', '213442.310000', '213442.770000', '213443.230000', '213443.690000', '213444.150000', '213444.610000', '213445.070000', '213445.530000', '213445.990000', '213446.450000', '213446.910000', '213447.370000', '213447.830000', '213448.290000', '213448.750000', '213449.210000', '213449.670000', '213450.130000', '213450.590000', '213451.050000', '213451.510000', '213451.970000', '213452.430000', '213452.890000', '213453.350000', '213453.810000', '213454.270000', '213454.730000', '213455.190000', '213455.650000', '213456.110000', '213456.570000', '213457.030000', '213457.490000', '213457.950000', '213458.410000', '213458.870000', '213459.330000', '213459.790000', '213500.250000', '213500.710000', '213501.170000', '213501.630000', '213502.090000', '213502.550000', '213503.010000', '213503.470000', '213503.930000', '213504.390000', '213504.850000', '213505.310000', '213505.770000', '213506.230000', '213506.690000', '213507.150000', '213507.610000', '213508.070000', '213508.530000', '213508.990000', '213509.450000', '213509.910000', '213510.370000', '213510.830000', '213511.290000', '213511.750000', '213512.210000', '213512.670000', '213513.130000', '213513.590000', '213514.050000', '213514.510000', '213514.970000', '213515.430000', '213515.890000', '213516.350000', '213516.810000', '213517.270000', '213517.730000', '213518.190000', '213518.650000', '213519.110000', '213519.570000', '213520.030000', '213520.490000', '213520.950000', '213521.410000', '213521.870000', '213522.330000', '213522.790000', '213523.250000', '213523.710000', '213524.170000', '213524.630000', '213525.090000', '213525.550000', '213526.010000', '213526.470000', '213526.930000', '213527.390000', '213527.850000', '213528.310000', '213528.770000', '213529.230000', '213529.690000', '213530.150000', '213530.610000', '213531.070000', '213531.530000', '213531.990000', '213532.450000', '213532.910000', '213533.370000', '213533.830000', '213534.290000', '213534.750000', '213535.210000', '213535.670000', '213536.130000', '213536.590000', '213537.050000', '213537.510000', '213537.970000', '213538.430000', '213538.890000', '213539.350000', '213539.810000', '213540.270000', '213540.730000', '213541.190000', '213541.650000', '213542.110000', '213542.570000', '213543.030000', '213543.490000', '213543.950000', '213544.410000', '213544.870000', '213545.330000', '213545.790000', '213546.250000', '213546.710000', '213547.170000', '213547.630000', '213548.090000', '213548.550000', '213549.010000', '213549.470000', '213549.930000', '213550.390000', '213550.850000', '213551.310000', '213551.770000', '213552.230000', '213552.690000', '213553.150000', '213553.610000', '213554.070000', '213554.530000', '213554.990000', '213555.450000', '213555.910000', '213556.370000', '213556.830000', '213557.290000', '213557.750000', '213558.210000', '213558.670000', '213559.130000', '213559.590000', '213600.050000', '213600.510000', '213600.970000', '213601.430000', '213601.890000', '213602.350000', '213602.810000', '213603.270000', '213603.730000', '213604.190000', '213604.650000', '213605.110000', '213605.570000', '213606.030000', '213606.490000', '213606.950000', '213607.410000', '213607.870000', '213608.330000', '213608.790000', '213609.250000', '213609.710000', '213610.170000', '213610.630000', '213611.090000', '213611.550000', '213612.010000', '213612.470000', '213612.930000', '213613.390000', '213613.850000', '213614.310000', '213614.770000', '213615.230000', '213615.690000', '213616.150000', '213616.610000', '213617.070000', '213617.530000', '213617.990000', '213618.450000', '213618.910000', '213619.370000', '213619.830000', '213620.290000', '213620.750000', '213621.210000', '213621.670000', '213622.130000', '213622.590000', '213623.050000', '213623.510000', '213623.970000', '213624.430000', '213624.890000', '213625.350000', '213625.810000', '213626.270000', '213626.730000', '213627.190000', '213627.650000', '213628.110000', '213628.570000', '213629.030000', '213629.490000', '213629.950000', '213630.410000', '213630.870000', '213631.330000', '213631.790000', '213632.250000', '213632.710000', '213633.170000', '213633.630000', '213634.090000', '213634.550000', '213635.010000', '213635.470000', '213635.930000', '213636.390000', '213636.850000', '213637.310000', '213637.770000', '213638.230000', '213638.690000', '213639.150000', '213639.610000', '213640.070000', '213640.530000', '213640.990000', '213641.450000', '213641.910000', '213642.370000', '213642.830000', '213643.290000', '213643.750000', '213644.210000', '213644.670000', '213645.130000', '213645.590000', '213646.050000', '213646.510000', '213646.970000', '213647.430000', '213647.890000', '213648.350000', '213648.810000', '213649.270000', '213649.730000', '213650.190000', '213650.650000', '213651.110000', '213651.570000', '213652.030000', '213652.490000', '213652.950000', '213653.410000', '213653.870000', '213654.330000', '213654.790000', '213655.250000', '213655.710000', '213656.170000', '213656.630000', '213657.090000', '213657.550000', '213658.010000', '213658.470000', '213658.930000', '213659.390000', '213659.850000', '213700.310000', '213700.770000', '213701.230000', '213701.690000', '213702.150000', '213702.610000', '213703.070000', '213703.530000', '213703.990000', '213704.450000', '213704.910000', '213705.370000', '213705.830000', '213706.290000', '213706.750000', '213707.210000', '213707.670000', '213708.130000', '213708.590000', '213709.050000', '213709.510000', '213709.970000', '213710.430000', '213710.890000', '213711.350000', '213711.810000', '213712.270000', '213712.730000', '213713.190000', '213713.650000', '213714.110000', '213714.570000', '213715.030000', '213715.490000', '213715.950000', '213716.410000', '213716.870000', '213717.330000', '213717.790000', '213718.250000', '213718.710000', '213719.170000', '213719.630000', '213720.090000', '213720.550000', '213721.010000', '213721.470000', '213721.930000', '213722.390000', '213722.850000', '213723.310000', '213723.770000', '213724.230000', '213724.690000', '213725.150000', '213725.610000', '213726.070000', '213726.530000', '213726.990000', '213727.450000', '213727.910000', '213728.370000', '213728.830000', '213729.290000', '213729.750000', '213730.210000', '213730.670000', '213731.130000', '213731.590000', '213732.050000', '213732.510000', '213732.970000', '213733.430000', '213733.890000', '213734.350000', '213734.810000', '213735.270000', '213735.730000', '213736.190000', '213736.650000', '213737.110000', '213737.570000', '213738.030000', '213738.490000', '213738.950000', '213739.410000', '213739.870000', '213740.330000', '213740.790000', '213741.250000', '213741.710000', '213742.170000', '213742.630000', '213743.090000', '213743.550000', '213744.010000', '213744.470000', '213744.930000', '213745.390000', '213745.850000', '213746.310000', '213746.770000', '213747.230000', '213747.690000', '213748.150000', '213748.610000', '213749.070000', '213749.530000', '213749.990000', '213750.450000', '213750.910000', '213751.370000', '213751.830000', '213752.290000', '213752.750000', '213753.210000', '213753.670000', '213754.130000', '213754.590000', '213755.050000', '213755.510000', '213755.970000', '213756.430000', '213756.890000', '213757.350000', '213757.810000', '213758.270000', '213758.730000', '213759.190000', '213759.650000', '213800.110000', '213800.570000', '213801.030000', '213801.490000', '213801.950000', '213802.410000', '213802.870000', '213803.330000', '213803.790000', '213804.250000', '213804.710000', '213805.170000', '213805.630000', '213806.090000', '213806.550000', '213807.010000', '213807.470000', '213807.930000', '213808.390000', '213808.850000', '213809.310000', '213809.770000', '213810.230000', '213810.690000', '213811.150000', '213811.610000', '213812.070000', '213812.530000', '213812.990000', '213813.450000', '213813.910000', '213814.370000', '213814.830000', '213815.290000', '213815.750000', '213816.210000', '213816.670000', '213817.130000', '213817.590000', '213818.050000', '213818.510000', '213818.970000', '213819.430000', '213819.890000', '213820.350000', '213820.810000', '213821.270000', '213821.730000', '213822.190000', '213822.650000', '213823.110000', '213823.570000', '213824.030000', '213824.490000', '213824.950000', '213825.410000', '213825.870000', '213826.330000', '213826.790000', '213827.250000', '213827.710000', '213828.170000', '213828.630000', '213829.090000', '213829.550000', '213830.010000', '213830.470000', '213830.930000', '213831.390000', '213831.850000', '213832.310000', '213832.770000', '213833.230000', '213833.690000', '213834.150000', '213834.610000', '213835.070000', '213835.530000', '213835.990000', '213836.450000', '213836.910000', '213837.370000', '213837.830000', '213838.290000', '213838.750000', '213839.210000', '213839.670000', '213840.130000', '213840.590000', '213841.050000', '213841.510000', '213841.970000', '213842.430000', '213842.890000', '213843.350000', '213843.810000', '213844.270000', '213844.730000', '213845.190000', '213845.650000', '213846.110000', '213846.570000', '213847.030000', '213847.490000', '213847.950000', '213848.410000', '213848.870000', '213849.330000', '213849.790000', '213850.250000', '213850.710000', '213851.170000', '213851.630000', '213852.090000', '213852.550000', '213853.010000', '213853.470000', '213853.930000', '213854.390000', '213854.850000', '213855.310000', '213855.770000', '213856.230000', '213856.690000', '213857.150000', '213857.610000', '213858.070000', '213858.530000', '213858.990000', '213859.450000', '213859.910000', '213900.370000', '213900.830000', '213901.290000', '213901.750000', '213902.210000', '213902.670000', '213903.130000', '213903.590000', '213904.050000', '213904.510000', '213904.970000', '213905.430000', '213905.890000', '213906.350000', '213906.810000', '213907.270000', '213907.730000', '213908.190000', '213908.650000', '213909.110000', '213909.570000', '213910.030000', '213910.490000', '213910.950000', '213911.410000', '213911.870000', '213912.330000', '213912.790000', '213913.250000', '213913.710000', '213914.170000', '213914.630000', '213915.090000', '213915.550000', '213916.010000', '213916.470000', '213916.930000', '213917.390000', '213917.850000', '213918.310000', '213918.770000', '213919.230000', '213919.690000', '213920.150000', '213920.610000', '213921.070000', '213921.530000', '213921.990000', '213922.450000', '213922.910000', '213923.370000', '213923.830000', '213924.290000', '213924.750000', '213925.210000', '213925.670000', '213926.130000', '213926.590000', '213927.050000', '213927.510000', '213927.970000', '213928.430000', '213928.890000', '213929.350000', '213929.810000', '213930.270000', '213930.730000', '213931.190000', '213931.650000'], 'ContentTime': ['213056.421000', '213056.424000', '213056.427000', '213056.430000', '213056.433000', '213056.436000', '213056.439000', '213056.442000', '213056.445000', '213056.447000', '213056.450000', '213056.452000', '213056.455000', '213056.458000', '213056.460000', '213056.463000', '213056.465000', '213056.468000', '213056.471000', '213056.474000', '213056.483000', '213056.486000', '213056.488000', '213056.491000', '213056.494000', '213056.496000', '213056.499000', '213056.501000', '213056.504000', '213056.507000', '213056.509000', '213056.512000', '213116.391000', '213116.394000', '213116.397000', '213116.399000', '213116.402000', '213116.405000', '213116.407000', '213116.410000', '213116.412000', '213116.415000', '213116.417000', '213116.420000', '213116.422000', '213116.425000', '213116.427000', '213116.430000', '213116.433000', '213116.448000', '213116.451000', '213116.453000', '213116.456000', '213116.458000', '213116.461000', '213116.464000', '213116.466000', '213116.469000', '213116.471000', '213116.474000', '213116.477000', '213116.479000', '213116.482000', '213116.484000', '213116.487000', '213116.489000', '213116.492000', '213116.494000', '213116.497000', '213116.500000', '213116.502000', '213116.505000', '213116.507000', '213116.510000', '213116.512000', '213116.515000', '213136.392000', '213136.394000', '213136.397000', '213136.400000', '213136.402000', '213136.405000', '213136.407000', '213136.416000', '213136.419000', '213136.421000', '213136.424000', '213136.426000', '213136.429000', '213136.431000', '213136.434000', '213136.436000', '213136.439000', '213136.442000', '213136.444000', '213136.447000', '213136.449000', '213136.452000', '213136.455000', '213136.457000', '213136.460000', '213136.462000', '213136.465000', '213136.468000', '213136.470000', '213136.473000', '213136.475000', '213136.478000', '213136.480000', '213136.483000', '213136.486000', '213136.488000', '213136.491000', '213136.494000', '213136.497000', '213136.500000', '213136.503000', '213136.505000', '213136.508000', '213156.392000', '213156.394000', '213156.397000', '213156.400000', '213156.402000', '213156.405000', '213156.407000', '213156.416000', '213156.418000', '213156.421000', '213156.423000', '213156.426000', '213156.428000', '213156.431000', '213156.434000', '213156.436000', '213156.439000', '213156.441000', '213156.444000', '213156.447000', '213156.449000', '213156.465000', '213156.468000', '213156.470000', '213156.473000', '213156.475000', '213156.478000', '213156.480000', '213156.483000', '213156.485000', '213156.488000', '213156.491000', '213156.493000', '213156.496000', '213156.498000', '213156.501000', '213156.503000', '213156.506000', '213156.509000', '213156.511000', '213156.514000', '213156.516000', '213156.519000', '213156.521000', '213216.391000', '213216.393000', '213216.396000', '213216.399000', '213216.401000', '213216.404000', '213216.406000', '213216.409000', '213216.412000', '213216.414000', '213216.417000', '213216.419000', '213216.422000', '213216.425000', '213216.427000', '213216.430000', '213216.432000', '213216.435000', '213216.438000', '213216.440000', '213216.443000', '213216.445000', '213216.448000', '213216.450000', '213216.453000', '213216.456000', '213216.458000', '213216.461000', '213216.463000', '213216.466000', '213216.469000', '213216.471000', '213216.474000', '213216.476000', '213216.479000', '213216.482000', '213216.484000', '213216.487000', '213216.489000', '213216.492000', '213216.495000', '213216.497000', '213216.500000', '213236.391000', '213236.394000', '213236.397000', '213236.400000', '213236.402000', '213236.405000', '213236.408000', '213236.410000', '213236.413000', '213236.415000', '213236.418000', '213236.421000', '213236.423000', '213236.426000', '213236.428000', '213236.431000', '213236.433000', '213236.436000', '213236.438000', '213236.441000', '213236.444000', '213236.446000', '213236.449000', '213236.451000', '213236.454000', '213236.456000', '213236.459000', '213236.462000', '213236.464000', '213236.467000', '213236.469000', '213236.472000', '213236.475000', '213236.477000', '213236.480000', '213236.482000', '213236.485000', '213236.488000', '213236.490000', '213236.493000', '213236.495000', '213236.498000', '213236.501000', '213236.503000', '213256.391000', '213256.394000', '213256.397000', '213256.399000', '213256.402000', '213256.405000', '213256.407000', '213256.410000', '213256.413000', '213256.415000', '213256.418000', '213256.420000', '213256.423000', '213256.425000', '213256.428000', '213256.431000', '213256.433000', '213256.436000', '213256.438000', '213256.441000', '213256.444000', '213256.446000', '213256.449000', '213256.452000', '213256.454000', '213256.457000', '213256.459000', '213256.462000', '213256.464000', '213256.467000', '213256.470000', '213256.472000', '213256.475000', '213256.478000', '213256.480000', '213256.483000', '213256.485000', '213256.488000', '213256.490000', '213256.493000', '213256.496000', '213256.498000', '213256.501000', '213316.391000', '213316.394000', '213316.397000', '213316.400000', '213316.402000', '213316.405000', '213316.407000', '213316.410000', '213316.413000', '213316.415000', '213316.418000', '213316.421000', '213316.423000', '213316.426000', '213316.428000', '213316.431000', '213316.433000', '213316.436000', '213316.439000', '213316.441000', '213316.444000', '213316.446000', '213316.449000', '213316.452000', '213316.454000', '213316.457000', '213316.459000', '213316.462000', '213316.464000', '213316.467000', '213316.470000', '213316.472000', '213316.475000', '213316.477000', '213316.480000', '213316.483000', '213316.485000', '213316.488000', '213316.490000', '213316.493000', '213316.496000', '213316.498000', '213316.501000', '213316.503000', '213336.391000', '213336.394000', '213336.397000', '213336.400000', '213336.402000', '213336.405000', '213336.407000', '213336.410000', '213336.413000', '213336.415000', '213336.418000', '213336.420000', '213336.423000', '213336.425000', '213336.428000', '213336.431000', '213336.445000', '213336.448000', '213336.451000', '213336.453000', '213336.456000', '213336.458000', '213336.461000', '213336.464000', '213336.466000', '213336.469000', '213336.471000', '213336.474000', '213336.476000', '213336.479000', '213336.482000', '213336.484000', '213336.487000', '213336.490000', '213336.493000', '213336.496000', '213336.499000', '213336.501000', '213336.504000', '213336.507000', '213336.509000', '213336.512000', '213336.514000', '213356.391000', '213356.394000', '213356.397000', '213356.400000', '213356.402000', '213356.405000', '213356.407000', '213356.410000', '213356.413000', '213356.415000', '213356.418000', '213356.420000', '213356.423000', '213356.425000', '213356.428000', '213356.431000', '213356.433000', '213356.436000', '213356.439000', '213356.441000', '213356.444000', '213356.446000', '213356.449000', '213356.452000', '213356.454000', '213356.457000', '213356.459000', '213356.462000', '213356.465000', '213356.467000', '213356.470000', '213356.472000', '213356.475000', '213356.478000', '213356.480000', '213356.483000', '213356.485000', '213356.488000', '213356.491000', '213356.493000', '213356.496000', '213356.498000', '213356.501000', '213356.504000', '213416.392000', '213416.394000', '213416.397000', '213416.400000', '213416.402000', '213416.405000', '213416.407000', '213416.410000', '213416.413000', '213416.415000', '213416.418000', '213416.420000', '213416.423000', '213416.425000', '213416.428000', '213416.431000', '213416.433000', '213416.436000', '213416.438000', '213416.441000', '213416.444000', '213416.446000', '213416.449000', '213416.451000', '213416.454000', '213416.457000', '213416.459000', '213416.462000', '213416.464000', '213416.467000', '213416.470000', '213416.472000', '213416.475000', '213416.477000', '213416.480000', '213416.483000', '213416.485000', '213416.488000', '213416.490000', '213416.493000', '213416.496000', '213416.498000', '213416.501000', '213436.390000', '213436.393000', '213436.396000', '213436.398000', '213436.401000', '213436.404000', '213436.406000', '213436.409000', '213436.411000', '213436.414000', '213436.417000', '213436.419000', '213436.422000', '213436.425000', '213436.427000', '213436.430000', '213436.432000', '213436.435000', '213436.438000', '213436.440000', '213436.443000', '213436.445000', '213436.448000', '213436.450000', '213436.453000', '213436.456000', '213436.458000', '213436.461000', '213436.463000', '213436.466000', '213436.469000', '213436.471000', '213436.474000', '213436.476000', '213436.479000', '213436.482000', '213436.484000', '213436.487000', '213436.489000', '213436.492000', '213436.495000', '213436.497000', '213436.500000', '213436.502000', '213456.392000', '213456.395000', '213456.397000', '213456.400000', '213456.402000', '213456.405000', '213456.408000', '213456.410000', '213456.413000', '213456.415000', '213456.418000', '213456.420000', '213456.423000', '213456.426000', '213456.428000', '213456.431000', '213456.434000', '213456.436000', '213456.439000', '213456.441000', '213456.444000', '213456.447000', '213456.449000', '213456.452000', '213456.454000', '213456.457000', '213456.459000', '213456.462000', '213456.465000', '213456.467000', '213456.470000', '213456.473000', '213456.475000', '213456.478000', '213456.480000', '213456.483000', '213456.485000', '213456.488000', '213456.491000', '213456.493000', '213456.496000', '213456.507000', '213456.510000', '213516.391000', '213516.394000', '213516.397000', '213516.399000', '213516.402000', '213516.405000', '213516.407000', '213516.410000', '213516.412000', '213516.415000', '213516.417000', '213516.420000', '213516.423000', '213516.426000', '213516.429000', '213516.432000', '213516.434000', '213516.437000', '213516.439000', '213516.442000', '213516.445000', '213516.447000', '213516.450000', '213516.452000', '213516.455000', '213516.457000', '213516.460000', '213516.463000', '213516.465000', '213516.468000', '213516.470000', '213516.473000', '213516.476000', '213516.478000', '213516.481000', '213516.484000', '213516.486000', '213516.489000', '213516.492000', '213516.494000', '213516.497000', '213516.499000', '213516.502000', '213516.505000', '213536.392000', '213536.395000', '213536.397000', '213536.400000', '213536.402000', '213536.405000', '213536.408000', '213536.410000', '213536.413000', '213536.416000', '213536.418000', '213536.421000', '213536.423000', '213536.426000', '213536.429000', '213536.431000', '213536.434000', '213536.436000', '213536.439000', '213536.441000', '213536.444000', '213536.447000', '213536.449000', '213536.452000', '213536.454000', '213536.457000', '213536.460000', '213536.462000', '213536.465000', '213536.468000', '213536.470000', '213536.473000', '213536.475000', '213536.478000', '213536.481000', '213536.483000', '213536.486000', '213536.488000', '213536.491000', '213536.493000', '213536.496000', '213536.499000', '213536.501000', '213556.392000', '213556.394000', '213556.397000', '213556.400000', '213556.402000', '213556.405000', '213556.407000', '213556.410000', '213556.412000', '213556.415000', '213556.418000', '213556.420000', '213556.423000', '213556.426000', '213556.428000', '213556.431000', '213556.433000', '213556.436000', '213556.438000', '213556.441000', '213556.444000', '213556.446000', '213556.449000', '213556.451000', '213556.454000', '213556.457000', '213556.459000', '213556.462000', '213556.464000', '213556.467000', '213556.470000', '213556.472000', '213556.475000', '213556.477000', '213556.480000', '213556.483000', '213556.485000', '213556.488000', '213556.490000', '213556.493000', '213556.496000', '213556.498000', '213556.501000', '213556.504000', '213616.392000', '213616.395000', '213616.397000', '213616.400000', '213616.402000', '213616.405000', '213616.407000', '213616.410000', '213616.413000', '213616.415000', '213616.418000', '213616.421000', '213616.423000', '213616.426000', '213616.428000', '213616.431000', '213616.433000', '213616.436000', '213616.439000', '213616.441000', '213616.444000', '213616.447000', '213616.449000', '213616.452000', '213616.454000', '213616.457000', '213616.460000', '213616.462000', '213616.465000', '213616.468000', '213616.470000', '213616.473000', '213616.475000', '213616.478000', '213616.480000', '213616.483000', '213616.486000', '213616.489000', '213616.491000', '213616.494000', '213616.496000', '213616.499000', '213616.502000', '213636.391000', '213636.394000', '213636.397000', '213636.400000', '213636.402000', '213636.405000', '213636.407000', '213636.410000', '213636.413000', '213636.429000', '213636.432000', '213636.435000', '213636.438000', '213636.441000', '213636.444000', '213636.447000', '213636.449000', '213636.452000', '213636.455000', '213636.457000', '213636.460000', '213636.462000', '213636.466000', '213636.468000', '213636.471000', '213636.474000', '213636.476000', '213636.479000', '213636.483000', '213636.485000', '213636.488000', '213636.491000', '213636.493000', '213636.496000', '213636.498000', '213636.501000', '213636.504000', '213636.506000', '213636.509000', '213636.511000', '213636.514000', '213636.517000', '213636.520000', '213656.391000', '213656.393000', '213656.396000', '213656.399000', '213656.401000', '213656.404000', '213656.406000', '213656.409000', '213656.412000', '213656.414000', '213656.417000', '213656.419000', '213656.422000', '213656.425000', '213656.427000', '213656.430000', '213656.432000', '213656.435000', '213656.438000', '213656.440000', '213656.443000', '213656.445000', '213656.448000', '213656.451000', '213656.453000', '213656.456000', '213656.458000', '213656.461000', '213656.464000', '213656.466000', '213656.469000', '213656.471000', '213656.474000', '213656.477000', '213656.479000', '213656.482000', '213656.484000', '213656.487000', '213656.490000', '213656.492000', '213656.495000', '213656.498000', '213656.500000', '213656.503000', '213716.391000', '213716.394000', '213716.397000', '213716.399000', '213716.402000', '213716.405000', '213716.407000', '213716.410000', '213716.413000', '213716.415000', '213716.418000', '213716.420000', '213716.423000', '213716.425000', '213716.428000', '213716.431000', '213716.433000', '213716.436000', '213716.438000', '213716.441000', '213716.444000', '213716.447000', '213716.450000', '213716.452000', '213716.455000', '213716.457000', '213716.460000', '213716.463000', '213716.465000', '213716.468000', '213716.470000', '213716.473000', '213716.475000', '213716.478000', '213716.481000', '213716.483000', '213716.486000', '213716.488000', '213716.491000', '213716.494000', '213716.496000', '213716.499000', '213716.501000', '213736.392000', '213736.394000', '213736.397000', '213736.400000', '213736.402000', '213736.405000', '213736.407000', '213736.410000', '213736.413000', '213736.415000', '213736.418000', '213736.421000', '213736.423000', '213736.426000', '213736.428000', '213736.431000', '213736.433000', '213736.436000', '213736.439000', '213736.441000', '213736.444000', '213736.446000', '213736.449000', '213736.452000', '213736.454000', '213736.457000', '213736.459000', '213736.462000', '213736.465000', '213736.467000', '213736.470000', '213736.472000', '213736.475000', '213736.478000', '213736.480000', '213736.483000', '213736.485000', '213736.488000', '213736.491000', '213736.493000', '213736.496000', '213736.498000', '213736.501000', '213736.503000', '213756.392000', '213756.394000', '213756.397000', '213756.400000', '213756.402000', '213756.405000', '213756.408000', '213756.410000', '213756.413000', '213756.415000', '213756.418000', '213756.420000', '213756.423000', '213756.426000', '213756.428000', '213756.431000', '213756.433000', '213756.436000', '213756.438000', '213756.441000', '213756.451000', '213756.454000', '213756.456000', '213756.459000', '213756.462000', '213756.464000', '213756.467000', '213756.469000', '213756.472000', '213756.475000', '213756.477000', '213756.480000', '213756.482000', '213756.485000', '213756.488000', '213756.490000', '213756.493000', '213756.495000', '213756.498000', '213756.501000', '213756.503000', '213756.506000', '213756.509000', '213816.395000', '213816.398000', '213816.401000', '213816.404000', '213816.406000', '213816.409000', '213816.412000', '213816.414000', '213816.417000', '213816.419000', '213816.422000', '213816.425000', '213816.427000', '213816.430000', '213816.432000', '213816.435000', '213816.438000', '213816.440000', '213816.443000', '213816.445000', '213816.448000', '213816.451000', '213816.453000', '213816.456000', '213816.458000', '213816.461000', '213816.464000', '213816.466000', '213816.469000', '213816.471000', '213816.474000', '213816.477000', '213816.479000', '213816.482000', '213816.484000', '213816.487000', '213816.490000', '213816.492000', '213816.495000', '213816.497000', '213816.500000', '213816.503000', '213816.505000', '213816.508000', '213836.391000', '213836.394000', '213836.397000', '213836.400000', '213836.402000', '213836.405000', '213836.407000', '213836.410000', '213836.413000', '213836.415000', '213836.418000', '213836.421000', '213836.423000', '213836.426000', '213836.429000', '213836.431000', '213836.434000', '213836.436000', '213836.439000', '213836.442000', '213836.444000', '213836.447000', '213836.450000', '213836.452000', '213836.455000', '213836.457000', '213836.460000', '213836.462000', '213836.465000', '213836.468000', '213836.471000', '213836.473000', '213836.476000', '213836.478000', '213836.481000', '213836.484000', '213836.487000', '213836.490000', '213836.493000', '213836.496000', '213836.498000', '213836.501000', '213836.503000', '213856.391000', '213856.393000', '213856.396000', '213856.399000', '213856.401000', '213856.404000', '213856.407000', '213856.409000', '213856.412000', '213856.414000', '213856.417000', '213856.420000', '213856.422000', '213856.425000', '213856.427000', '213856.430000', '213856.433000', '213856.435000', '213856.438000', '213856.441000', '213856.443000', '213856.446000', '213856.448000', '213856.451000', '213856.453000', '213856.456000', '213856.459000', '213856.461000', '213856.464000', '213856.467000', '213856.469000', '213856.472000', '213856.475000', '213856.477000', '213856.480000', '213856.482000', '213856.485000', '213856.488000', '213856.490000', '213856.493000', '213856.495000', '213856.498000', '213856.501000', '213856.503000', '213916.392000', '213916.394000', '213916.397000', '213916.400000', '213916.402000', '213916.405000', '213916.407000', '213916.410000', '213916.413000', '213916.415000', '213916.418000', '213916.420000', '213916.423000', '213916.426000', '213916.428000', '213916.431000', '213916.443000', '213916.446000', '213916.448000', '213916.451000', '213916.454000', '213916.456000', '213916.459000', '213916.461000', '213916.464000', '213916.467000', '213916.469000', '213916.472000', '213916.475000', '213916.477000', '213916.480000', '213916.483000', '213916.485000', '213916.488000', '213916.490000', '213916.493000', '213916.496000', '213916.498000', '213916.501000', '213916.503000', '213916.506000', '213916.508000', '213916.511000', '213933.062000', '213933.065000', '213933.068000', '213933.070000', '213933.073000', '213933.075000', '213933.078000', '213933.081000', '213933.083000', '213933.086000', '213933.088000', '213933.091000', '213933.094000', '213933.096000', '213933.099000', '213933.101000', '213933.104000', '213933.107000', '213933.109000', '213933.112000', '213933.115000', '213933.117000', '213933.120000', '213933.122000', '213933.125000', '213933.127000', '213933.130000', '213933.133000', '213933.135000', '213933.138000', '213933.141000', '213933.143000', '213933.146000', '213933.148000', '213933.151000', '213933.154000', '213933.156000'], 'InstanceCreationTime': ['213056.421000', '213056.424000', '213056.427000', '213056.430000', '213056.433000', '213056.436000', '213056.439000', '213056.442000', '213056.445000', '213056.447000', '213056.450000', '213056.452000', '213056.455000', '213056.458000', '213056.460000', '213056.463000', '213056.465000', '213056.468000', '213056.471000', '213056.474000', '213056.483000', '213056.486000', '213056.488000', '213056.491000', '213056.494000', '213056.496000', '213056.499000', '213056.501000', '213056.504000', '213056.507000', '213056.509000', '213056.512000', '213116.391000', '213116.394000', '213116.397000', '213116.399000', '213116.402000', '213116.405000', '213116.407000', '213116.410000', '213116.412000', '213116.415000', '213116.417000', '213116.420000', '213116.422000', '213116.425000', '213116.427000', '213116.430000', '213116.433000', '213116.448000', '213116.451000', '213116.453000', '213116.456000', '213116.458000', '213116.461000', '213116.464000', '213116.466000', '213116.469000', '213116.471000', '213116.474000', '213116.477000', '213116.479000', '213116.482000', '213116.484000', '213116.487000', '213116.489000', '213116.492000', '213116.494000', '213116.497000', '213116.500000', '213116.502000', '213116.505000', '213116.507000', '213116.510000', '213116.512000', '213116.515000', '213136.392000', '213136.394000', '213136.397000', '213136.400000', '213136.402000', '213136.405000', '213136.407000', '213136.416000', '213136.419000', '213136.421000', '213136.424000', '213136.426000', '213136.429000', '213136.431000', '213136.434000', '213136.436000', '213136.439000', '213136.442000', '213136.444000', '213136.447000', '213136.449000', '213136.452000', '213136.455000', '213136.457000', '213136.460000', '213136.462000', '213136.465000', '213136.468000', '213136.470000', '213136.473000', '213136.475000', '213136.478000', '213136.480000', '213136.483000', '213136.486000', '213136.488000', '213136.491000', '213136.494000', '213136.497000', '213136.500000', '213136.503000', '213136.505000', '213136.508000', '213156.392000', '213156.394000', '213156.397000', '213156.400000', '213156.402000', '213156.405000', '213156.407000', '213156.416000', '213156.418000', '213156.421000', '213156.423000', '213156.426000', '213156.428000', '213156.431000', '213156.434000', '213156.436000', '213156.439000', '213156.441000', '213156.444000', '213156.447000', '213156.449000', '213156.465000', '213156.468000', '213156.470000', '213156.473000', '213156.475000', '213156.478000', '213156.480000', '213156.483000', '213156.485000', '213156.488000', '213156.491000', '213156.493000', '213156.496000', '213156.498000', '213156.501000', '213156.503000', '213156.506000', '213156.509000', '213156.511000', '213156.514000', '213156.516000', '213156.519000', '213156.521000', '213216.391000', '213216.393000', '213216.396000', '213216.399000', '213216.401000', '213216.404000', '213216.406000', '213216.409000', '213216.412000', '213216.414000', '213216.417000', '213216.419000', '213216.422000', '213216.425000', '213216.427000', '213216.430000', '213216.432000', '213216.435000', '213216.438000', '213216.440000', '213216.443000', '213216.445000', '213216.448000', '213216.450000', '213216.453000', '213216.456000', '213216.458000', '213216.461000', '213216.463000', '213216.466000', '213216.469000', '213216.471000', '213216.474000', '213216.476000', '213216.479000', '213216.482000', '213216.484000', '213216.487000', '213216.489000', '213216.492000', '213216.495000', '213216.497000', '213216.500000', '213236.391000', '213236.394000', '213236.397000', '213236.400000', '213236.402000', '213236.405000', '213236.408000', '213236.410000', '213236.413000', '213236.415000', '213236.418000', '213236.421000', '213236.423000', '213236.426000', '213236.428000', '213236.431000', '213236.433000', '213236.436000', '213236.438000', '213236.441000', '213236.444000', '213236.446000', '213236.449000', '213236.451000', '213236.454000', '213236.456000', '213236.459000', '213236.462000', '213236.464000', '213236.467000', '213236.469000', '213236.472000', '213236.475000', '213236.477000', '213236.480000', '213236.482000', '213236.485000', '213236.488000', '213236.490000', '213236.493000', '213236.495000', '213236.498000', '213236.501000', '213236.503000', '213256.391000', '213256.394000', '213256.397000', '213256.399000', '213256.402000', '213256.405000', '213256.407000', '213256.410000', '213256.413000', '213256.415000', '213256.418000', '213256.420000', '213256.423000', '213256.425000', '213256.428000', '213256.431000', '213256.433000', '213256.436000', '213256.438000', '213256.441000', '213256.444000', '213256.446000', '213256.449000', '213256.452000', '213256.454000', '213256.457000', '213256.459000', '213256.462000', '213256.464000', '213256.467000', '213256.470000', '213256.472000', '213256.475000', '213256.478000', '213256.480000', '213256.483000', '213256.485000', '213256.488000', '213256.490000', '213256.493000', '213256.496000', '213256.498000', '213256.501000', '213316.391000', '213316.394000', '213316.397000', '213316.400000', '213316.402000', '213316.405000', '213316.407000', '213316.410000', '213316.413000', '213316.415000', '213316.418000', '213316.421000', '213316.423000', '213316.426000', '213316.428000', '213316.431000', '213316.433000', '213316.436000', '213316.439000', '213316.441000', '213316.444000', '213316.446000', '213316.449000', '213316.452000', '213316.454000', '213316.457000', '213316.459000', '213316.462000', '213316.464000', '213316.467000', '213316.470000', '213316.472000', '213316.475000', '213316.477000', '213316.480000', '213316.483000', '213316.485000', '213316.488000', '213316.490000', '213316.493000', '213316.496000', '213316.498000', '213316.501000', '213316.503000', '213336.391000', '213336.394000', '213336.397000', '213336.400000', '213336.402000', '213336.405000', '213336.407000', '213336.410000', '213336.413000', '213336.415000', '213336.418000', '213336.420000', '213336.423000', '213336.425000', '213336.428000', '213336.431000', '213336.445000', '213336.448000', '213336.451000', '213336.453000', '213336.456000', '213336.458000', '213336.461000', '213336.464000', '213336.466000', '213336.469000', '213336.471000', '213336.474000', '213336.476000', '213336.479000', '213336.482000', '213336.484000', '213336.487000', '213336.490000', '213336.493000', '213336.496000', '213336.499000', '213336.501000', '213336.504000', '213336.507000', '213336.509000', '213336.512000', '213336.514000', '213356.391000', '213356.394000', '213356.397000', '213356.400000', '213356.402000', '213356.405000', '213356.407000', '213356.410000', '213356.413000', '213356.415000', '213356.418000', '213356.420000', '213356.423000', '213356.425000', '213356.428000', '213356.431000', '213356.433000', '213356.436000', '213356.439000', '213356.441000', '213356.444000', '213356.446000', '213356.449000', '213356.452000', '213356.454000', '213356.457000', '213356.459000', '213356.462000', '213356.465000', '213356.467000', '213356.470000', '213356.472000', '213356.475000', '213356.478000', '213356.480000', '213356.483000', '213356.485000', '213356.488000', '213356.491000', '213356.493000', '213356.496000', '213356.498000', '213356.501000', '213356.504000', '213416.392000', '213416.394000', '213416.397000', '213416.400000', '213416.402000', '213416.405000', '213416.407000', '213416.410000', '213416.413000', '213416.415000', '213416.418000', '213416.420000', '213416.423000', '213416.425000', '213416.428000', '213416.431000', '213416.433000', '213416.436000', '213416.438000', '213416.441000', '213416.444000', '213416.446000', '213416.449000', '213416.451000', '213416.454000', '213416.457000', '213416.459000', '213416.462000', '213416.464000', '213416.467000', '213416.470000', '213416.472000', '213416.475000', '213416.477000', '213416.480000', '213416.483000', '213416.485000', '213416.488000', '213416.490000', '213416.493000', '213416.496000', '213416.498000', '213416.501000', '213436.390000', '213436.393000', '213436.396000', '213436.398000', '213436.401000', '213436.404000', '213436.406000', '213436.409000', '213436.411000', '213436.414000', '213436.417000', '213436.419000', '213436.422000', '213436.425000', '213436.427000', '213436.430000', '213436.432000', '213436.435000', '213436.438000', '213436.440000', '213436.443000', '213436.445000', '213436.448000', '213436.450000', '213436.453000', '213436.456000', '213436.458000', '213436.461000', '213436.463000', '213436.466000', '213436.469000', '213436.471000', '213436.474000', '213436.476000', '213436.479000', '213436.482000', '213436.484000', '213436.487000', '213436.489000', '213436.492000', '213436.495000', '213436.497000', '213436.500000', '213436.502000', '213456.392000', '213456.395000', '213456.397000', '213456.400000', '213456.402000', '213456.405000', '213456.408000', '213456.410000', '213456.413000', '213456.415000', '213456.418000', '213456.420000', '213456.423000', '213456.426000', '213456.428000', '213456.431000', '213456.434000', '213456.436000', '213456.439000', '213456.441000', '213456.444000', '213456.447000', '213456.449000', '213456.452000', '213456.454000', '213456.457000', '213456.459000', '213456.462000', '213456.465000', '213456.467000', '213456.470000', '213456.473000', '213456.475000', '213456.478000', '213456.480000', '213456.483000', '213456.485000', '213456.488000', '213456.491000', '213456.493000', '213456.496000', '213456.507000', '213456.510000', '213516.391000', '213516.394000', '213516.397000', '213516.399000', '213516.402000', '213516.405000', '213516.407000', '213516.410000', '213516.412000', '213516.415000', '213516.417000', '213516.420000', '213516.423000', '213516.426000', '213516.429000', '213516.432000', '213516.434000', '213516.437000', '213516.439000', '213516.442000', '213516.445000', '213516.447000', '213516.450000', '213516.452000', '213516.455000', '213516.457000', '213516.460000', '213516.463000', '213516.465000', '213516.468000', '213516.470000', '213516.473000', '213516.476000', '213516.478000', '213516.481000', '213516.484000', '213516.486000', '213516.489000', '213516.492000', '213516.494000', '213516.497000', '213516.499000', '213516.502000', '213516.505000', '213536.392000', '213536.395000', '213536.397000', '213536.400000', '213536.402000', '213536.405000', '213536.408000', '213536.410000', '213536.413000', '213536.416000', '213536.418000', '213536.421000', '213536.423000', '213536.426000', '213536.429000', '213536.431000', '213536.434000', '213536.436000', '213536.439000', '213536.441000', '213536.444000', '213536.447000', '213536.449000', '213536.452000', '213536.454000', '213536.457000', '213536.460000', '213536.462000', '213536.465000', '213536.468000', '213536.470000', '213536.473000', '213536.475000', '213536.478000', '213536.481000', '213536.483000', '213536.486000', '213536.488000', '213536.491000', '213536.493000', '213536.496000', '213536.499000', '213536.501000', '213556.392000', '213556.394000', '213556.397000', '213556.400000', '213556.402000', '213556.405000', '213556.407000', '213556.410000', '213556.412000', '213556.415000', '213556.418000', '213556.420000', '213556.423000', '213556.426000', '213556.428000', '213556.431000', '213556.433000', '213556.436000', '213556.438000', '213556.441000', '213556.444000', '213556.446000', '213556.449000', '213556.451000', '213556.454000', '213556.457000', '213556.459000', '213556.462000', '213556.464000', '213556.467000', '213556.470000', '213556.472000', '213556.475000', '213556.477000', '213556.480000', '213556.483000', '213556.485000', '213556.488000', '213556.490000', '213556.493000', '213556.496000', '213556.498000', '213556.501000', '213556.504000', '213616.392000', '213616.395000', '213616.397000', '213616.400000', '213616.402000', '213616.405000', '213616.407000', '213616.410000', '213616.413000', '213616.415000', '213616.418000', '213616.421000', '213616.423000', '213616.426000', '213616.428000', '213616.431000', '213616.433000', '213616.436000', '213616.439000', '213616.441000', '213616.444000', '213616.447000', '213616.449000', '213616.452000', '213616.454000', '213616.457000', '213616.460000', '213616.462000', '213616.465000', '213616.468000', '213616.470000', '213616.473000', '213616.475000', '213616.478000', '213616.480000', '213616.483000', '213616.486000', '213616.489000', '213616.491000', '213616.494000', '213616.496000', '213616.499000', '213616.502000', '213636.391000', '213636.394000', '213636.397000', '213636.400000', '213636.402000', '213636.405000', '213636.407000', '213636.410000', '213636.413000', '213636.429000', '213636.432000', '213636.435000', '213636.438000', '213636.441000', '213636.444000', '213636.447000', '213636.449000', '213636.452000', '213636.455000', '213636.457000', '213636.460000', '213636.462000', '213636.466000', '213636.468000', '213636.471000', '213636.474000', '213636.476000', '213636.479000', '213636.483000', '213636.485000', '213636.488000', '213636.491000', '213636.493000', '213636.496000', '213636.498000', '213636.501000', '213636.504000', '213636.506000', '213636.509000', '213636.511000', '213636.514000', '213636.517000', '213636.520000', '213656.391000', '213656.393000', '213656.396000', '213656.399000', '213656.401000', '213656.404000', '213656.406000', '213656.409000', '213656.412000', '213656.414000', '213656.417000', '213656.419000', '213656.422000', '213656.425000', '213656.427000', '213656.430000', '213656.432000', '213656.435000', '213656.438000', '213656.440000', '213656.443000', '213656.445000', '213656.448000', '213656.451000', '213656.453000', '213656.456000', '213656.458000', '213656.461000', '213656.464000', '213656.466000', '213656.469000', '213656.471000', '213656.474000', '213656.477000', '213656.479000', '213656.482000', '213656.484000', '213656.487000', '213656.490000', '213656.492000', '213656.495000', '213656.498000', '213656.500000', '213656.503000', '213716.391000', '213716.394000', '213716.397000', '213716.399000', '213716.402000', '213716.405000', '213716.407000', '213716.410000', '213716.413000', '213716.415000', '213716.418000', '213716.420000', '213716.423000', '213716.425000', '213716.428000', '213716.431000', '213716.433000', '213716.436000', '213716.438000', '213716.441000', '213716.444000', '213716.447000', '213716.450000', '213716.452000', '213716.455000', '213716.457000', '213716.460000', '213716.463000', '213716.465000', '213716.468000', '213716.470000', '213716.473000', '213716.475000', '213716.478000', '213716.481000', '213716.483000', '213716.486000', '213716.488000', '213716.491000', '213716.494000', '213716.496000', '213716.499000', '213716.501000', '213736.392000', '213736.394000', '213736.397000', '213736.400000', '213736.402000', '213736.405000', '213736.407000', '213736.410000', '213736.413000', '213736.415000', '213736.418000', '213736.421000', '213736.423000', '213736.426000', '213736.428000', '213736.431000', '213736.433000', '213736.436000', '213736.439000', '213736.441000', '213736.444000', '213736.446000', '213736.449000', '213736.452000', '213736.454000', '213736.457000', '213736.459000', '213736.462000', '213736.465000', '213736.467000', '213736.470000', '213736.472000', '213736.475000', '213736.478000', '213736.480000', '213736.483000', '213736.485000', '213736.488000', '213736.491000', '213736.493000', '213736.496000', '213736.498000', '213736.501000', '213736.503000', '213756.392000', '213756.394000', '213756.397000', '213756.400000', '213756.402000', '213756.405000', '213756.408000', '213756.410000', '213756.413000', '213756.415000', '213756.418000', '213756.420000', '213756.423000', '213756.426000', '213756.428000', '213756.431000', '213756.433000', '213756.436000', '213756.438000', '213756.441000', '213756.451000', '213756.454000', '213756.456000', '213756.459000', '213756.462000', '213756.464000', '213756.467000', '213756.469000', '213756.472000', '213756.475000', '213756.477000', '213756.480000', '213756.482000', '213756.485000', '213756.488000', '213756.490000', '213756.493000', '213756.495000', '213756.498000', '213756.501000', '213756.503000', '213756.506000', '213756.509000', '213816.395000', '213816.398000', '213816.401000', '213816.404000', '213816.406000', '213816.409000', '213816.412000', '213816.414000', '213816.417000', '213816.419000', '213816.422000', '213816.425000', '213816.427000', '213816.430000', '213816.432000', '213816.435000', '213816.438000', '213816.440000', '213816.443000', '213816.445000', '213816.448000', '213816.451000', '213816.453000', '213816.456000', '213816.458000', '213816.461000', '213816.464000', '213816.466000', '213816.469000', '213816.471000', '213816.474000', '213816.477000', '213816.479000', '213816.482000', '213816.484000', '213816.487000', '213816.490000', '213816.492000', '213816.495000', '213816.497000', '213816.500000', '213816.503000', '213816.505000', '213816.508000', '213836.391000', '213836.394000', '213836.397000', '213836.400000', '213836.402000', '213836.405000', '213836.407000', '213836.410000', '213836.413000', '213836.415000', '213836.418000', '213836.421000', '213836.423000', '213836.426000', '213836.429000', '213836.431000', '213836.434000', '213836.436000', '213836.439000', '213836.442000', '213836.444000', '213836.447000', '213836.450000', '213836.452000', '213836.455000', '213836.457000', '213836.460000', '213836.462000', '213836.465000', '213836.468000', '213836.471000', '213836.473000', '213836.476000', '213836.478000', '213836.481000', '213836.484000', '213836.487000', '213836.490000', '213836.493000', '213836.496000', '213836.498000', '213836.501000', '213836.503000', '213856.391000', '213856.393000', '213856.396000', '213856.399000', '213856.401000', '213856.404000', '213856.407000', '213856.409000', '213856.412000', '213856.414000', '213856.417000', '213856.420000', '213856.422000', '213856.425000', '213856.427000', '213856.430000', '213856.433000', '213856.435000', '213856.438000', '213856.441000', '213856.443000', '213856.446000', '213856.448000', '213856.451000', '213856.453000', '213856.456000', '213856.459000', '213856.461000', '213856.464000', '213856.467000', '213856.469000', '213856.472000', '213856.475000', '213856.477000', '213856.480000', '213856.482000', '213856.485000', '213856.488000', '213856.490000', '213856.493000', '213856.495000', '213856.498000', '213856.501000', '213856.503000', '213916.392000', '213916.394000', '213916.397000', '213916.400000', '213916.402000', '213916.405000', '213916.407000', '213916.410000', '213916.413000', '213916.415000', '213916.418000', '213916.420000', '213916.423000', '213916.426000', '213916.428000', '213916.431000', '213916.443000', '213916.446000', '213916.448000', '213916.451000', '213916.454000', '213916.456000', '213916.459000', '213916.461000', '213916.464000', '213916.467000', '213916.469000', '213916.472000', '213916.475000', '213916.477000', '213916.480000', '213916.483000', '213916.485000', '213916.488000', '213916.490000', '213916.493000', '213916.496000', '213916.498000', '213916.501000', '213916.503000', '213916.506000', '213916.508000', '213916.511000', '213933.062000', '213933.065000', '213933.068000', '213933.070000', '213933.073000', '213933.075000', '213933.078000', '213933.081000', '213933.083000', '213933.086000', '213933.088000', '213933.091000', '213933.094000', '213933.096000', '213933.099000', '213933.101000', '213933.104000', '213933.107000', '213933.109000', '213933.112000', '213933.115000', '213933.117000', '213933.120000', '213933.122000', '213933.125000', '213933.127000', '213933.130000', '213933.133000', '213933.135000', '213933.138000', '213933.141000', '213933.143000', '213933.146000', '213933.148000', '213933.151000', '213933.154000', '213933.156000'], '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], 'LargestImagePixelValue': [12345, 10719, 13193, 8128, 12244, 7998, 12303, 8196, 12201, 10600, 12538, 7873, 12419, 7423, 11786, 8113, 12555, 8087, 12582, 8309, 13001, 9601, 12707, 10205, 12411, 11316, 8199, 12359, 8196, 12948, 9074, 13401, 9759, 14099, 11454, 12988, 11051, 9410, 12006, 10449, 13362, 8909, 12886, 9379, 12515, 10517, 9607, 12194, 8579, 13114, 9951, 13932, 10835, 14057, 11091, 9917, 11317, 9580, 11818, 12297, 12138, 9146, 12141, 8014, 11582, 8268, 12460, 8665, 12991, 8884, 13123, 10142, 12806, 10498, 12579, 11458, 9512, 12325, 7646, 12152, 9123, 13279, 10852, 13314, 11333, 11581, 11864, 8182, 11916, 8406, 12697, 9536, 13366, 11365, 12371, 11220, 8098, 12009, 9344, 13567, 10484, 13170, 10540, 12291, 11013, 11887, 12081, 7863, 11838, 8795, 13377, 9714, 14513, 10380, 13329, 10541, 13591, 11301, 13366, 10914, 8759, 11818, 8627, 12060, 11760, 11939, 7961, 11761, 7694, 12120, 7999, 12406, 8349, 12275, 8204, 12390, 8151, 12482, 9545, 13215, 10941, 11681, 11758, 8044, 12085, 8811, 13408, 8675, 13044, 8522, 11554, 8066, 11609, 8043, 11646, 11144, 12002, 8289, 12250, 7644, 12084, 8577, 12833, 9876, 13505, 10664, 11807, 10220, 12022, 11070, 13330, 10648, 13651, 11184, 9040, 11252, 8036, 12017, 8401, 12220, 8278, 12998, 8888, 13205, 10107, 12010, 10989, 11582, 12026, 9279, 12628, 7944, 12493, 8116, 12324, 9208, 12447, 11518, 12513, 8081, 12440, 8113, 12640, 9168, 13701, 11136, 15006, 11141, 10961, 11513, 10706, 11646, 13348, 11625, 12081, 11354, 7918, 11918, 8087, 12095, 10305, 12538, 8386, 12539, 8279, 13117, 10207, 13978, 10048, 13652, 10266, 13165, 10464, 13553, 10372, 13086, 10391, 13043, 10726, 10949, 11913, 8009, 11902, 8324, 12525, 8763, 13194, 9678, 13438, 10284, 13131, 10633, 13167, 10109, 13097, 9739, 13461, 10301, 13183, 10433, 13275, 10537, 13016, 10842, 13760, 10734, 8873, 11432, 8168, 12207, 8514, 12866, 9509, 13434, 10799, 13480, 10840, 13578, 10941, 13821, 11331, 12551, 11244, 11014, 11896, 11046, 12243, 11113, 12466, 8476, 12716, 7889, 12862, 10144, 13363, 11115, 13427, 11032, 11546, 12358, 8177, 11780, 8105, 12567, 8470, 13365, 8311, 12756, 9570, 13061, 10565, 13503, 11214, 9399, 12718, 8436, 12957, 10429, 11403, 11667, 11680, 12436, 10052, 12682, 8458, 12108, 8442, 13672, 13187, 12224, 11217, 11988, 9424, 11619, 13677, 10594, 13121, 10059, 13177, 10406, 13342, 10250, 13066, 10550, 12657, 10464, 13599, 10958, 10655, 11876, 7826, 12147, 11165, 12073, 11942, 12215, 8253, 12628, 7993, 12412, 8572, 12160, 9269, 12738, 8080, 12765, 8023, 12240, 8861, 12268, 12515, 11882, 10069, 12414, 8084, 12468, 8561, 12249, 8494, 13023, 8633, 13204, 8434, 12703, 9054, 12688, 9195, 13563, 8969, 13343, 9206, 13104, 9688, 12974, 9048, 13239, 8735, 13280, 9337, 13134, 9796, 13006, 9382, 12699, 9007, 13171, 10531, 13455, 10506, 12658, 10786, 12257, 11240, 9089, 12254, 8122, 12067, 8321, 12497, 9073, 13545, 10968, 11619, 12050, 8429, 12088, 9206, 13861, 10850, 13658, 10223, 12474, 10015, 12174, 8421, 12250, 9492, 12521, 8250, 12721, 8206, 12538, 8593, 13037, 8868, 13457, 9718, 13637, 10243, 12743, 11416, 10436, 11785, 7879, 12054, 9119, 14351, 9398, 14033, 9804, 12310, 9988, 8028, 13577, 10516, 9643, 11498, 8359, 12362, 8760, 13444, 7887, 12272, 8193, 13286, 9290, 14765, 9449, 12675, 10263, 11716, 11365, 8400, 12211, 7624, 13325, 8875, 14197, 9926, 13653, 10487, 13581, 10941, 8315, 11453, 8607, 12739, 8943, 13687, 7752, 12652, 8142, 13263, 8645, 14732, 9175, 14260, 9691, 13755, 10377, 13937, 10247, 11652, 10021, 10524, 10798, 10710, 12221, 7703, 12138, 8006, 12130, 8795, 13115, 8827, 13076, 8350, 13275, 9633, 12433, 10414, 11925, 11377, 7831, 12448, 8211, 13367, 10023, 14153, 10929, 12843, 10280, 9450, 10985, 9351, 13176, 7677, 11845, 7705, 11539, 8661, 13068, 9390, 13525, 9847, 8768, 10272, 7601, 12492, 9825, 13518, 10395, 7785, 10281, 8265, 11949, 11190, 11929, 8267, 11090, 7968, 11183, 10113, 11102, 10925, 11009, 7673, 11373, 7603, 12110, 9705, 14165, 10038, 12714, 9255, 12572, 10582, 13855, 11560, 11538, 9546, 9575, 10832, 10812, 11913, 8040, 10456, 7706, 12166, 8950, 13777, 7800, 11747, 7782, 12006, 9106, 13922, 7978, 11813, 8264, 12032, 8579, 13283, 8751, 13043, 7729, 12238, 8672, 12845, 9364, 12874, 8818, 12690, 9708, 13549, 10828, 13004, 10146, 12642, 10553, 12752, 10862, 12950, 10527, 13515, 10472, 13260, 10657, 13836, 11000, 13032, 10495, 8328, 11996, 8772, 12593, 8387, 12054, 8131, 12054, 8731, 13226, 8953, 12883, 9758, 12876, 10600, 13667, 11156, 12963, 11101, 8153, 11769, 8616, 12933, 9555, 14022, 10204, 12704, 10676, 12488, 10751, 13025, 11035, 13412, 10248, 9019, 11185, 8421, 12327, 8972, 12417, 8978, 12474, 10705, 13482, 11326, 13460, 10447, 8400, 11556, 8486, 12126, 8748, 12695, 8514, 12124, 9930, 13181, 11002, 13681, 11759, 8216, 11539, 8980, 12958, 8854, 13957, 8348, 12115, 9865, 13133, 10721, 13581, 9888, 12439, 10478, 12357, 10196, 12605, 10667, 12682, 10082, 11428, 9824, 11073, 11157, 10486, 11527, 7819, 11327, 8505, 12418, 8861, 13085, 9379, 13208, 9473, 12265, 10223, 12533, 10712, 13444, 10825, 7916, 11299, 8797, 12264, 8895, 13582, 9204, 13446, 9334, 13294, 10557, 13909, 11076, 13683, 10964, 12911, 11112, 9416, 12872, 9061, 13394, 9506, 13290, 10977, 14119, 11317, 12229, 12025, 8390, 12107, 9306, 13578, 10081, 13552, 10255, 12600, 11215, 11932, 11638, 8272, 11619, 8514, 13032, 10307, 13824, 10436, 12320, 10505, 12386, 10865, 14643, 11545, 11657, 10501, 9077, 11895, 9414, 12488, 8752, 12847, 8684, 12594, 9611, 13019, 10971, 13247, 11177, 7812, 11001, 9206, 14022, 11350, 8026, 11103, 8293, 14110, 10940, 16208, 11696, 9832, 11116, 8946, 13287, 8678, 14366, 8455, 12502, 10131, 13068, 10430, 13977, 9993, 12550, 10294, 12707, 11030, 11171, 10765, 8202, 12177, 8786, 12854, 8529, 13880, 8088, 12150, 9405, 13255, 9750, 13625, 10159, 12720, 10588, 12747, 10865, 13358, 11143, 8741, 11795, 8491, 11984, 9524, 13078, 10706, 13298, 10528, 8284, 11960, 9248, 13948, 8837, 13227, 9157, 12287, 9958, 12906, 10888, 13583, 10480, 8164, 11144, 8697, 12976, 9511, 13471, 9669, 12385, 10616, 11517, 11686, 8874, 13391, 8308, 12766, 10054, 13608, 10927, 13872, 10330, 12227, 10601, 12750, 10644, 12753, 10944, 10424, 11643, 8512, 12038, 8625, 12210, 9173, 13354, 9198, 12660, 9925, 12802, 10108, 13494, 10255, 13700, 10949, 11931, 10575, 7754, 11592, 8621, 12327, 9394, 13021, 10595, 13396, 10750, 11260, 11944, 8995, 14361, 8764, 13827, 10521, 14598, 11426, 15440, 9676, 11060, 11238, 12449, 11513, 11654, 10714, 9217, 12254, 11051, 12163, 8409, 11304, 8542, 12406, 9244, 13728, 9422, 12842, 10541, 10731, 10625, 9459, 14521, 11350, 8375, 12309, 9120, 12970, 9272, 14211, 9538, 12635, 10412, 12529, 10506, 13739, 10774, 8841, 11369, 8318, 12395, 8805, 12642, 8438, 12319, 8378, 13252, 10918, 13337, 10229, 8381, 12119, 8735, 12700, 9034, 13708, 9290, 12786, 10533, 13192, 11229, 13903, 10383, 10568, 11616, 10503, 11736, 10319, 12054, 8512, 12358, 8383, 12980, 10398, 12893, 10912, 12521, 11608, 8639, 12460, 9004, 12857, 10084, 13679, 10339, 10606, 11077, 8608, 12361, 8761, 13265, 9048, 12839, 10672, 13097, 11093, 8140, 11804, 8397, 13007, 10622, 13951, 10299, 10915, 11002, 8298, 12127, 8346, 12958, 8278, 11959, 8257, 12242, 8693, 12526, 8524, 12816, 8374, 12337, 9019, 12556, 10884, 13594, 10228, 9611, 11706, 10280, 11792, 11552, 11732, 8005, 11572, 8200, 11908, 9289, 12563, 10033, 13313, 10352, 13167, 10436, 13007, 10342, 13285, 10352, 12895, 10514, 10597, 11053, 9314, 11942, 8665, 12950, 8480, 12695, 9971, 13269, 10649, 12654, 10437, 7933, 11650, 8723, 13181, 9594, 13490, 9773, 10711, 10619, 11215, 11484, 8017, 10542, 7870, 12310, 8926, 13122, 8351, 12403, 9382, 12474, 10168, 13519, 11114, 11598, 9654, 8414, 10892, 8557, 12306, 7994, 11958, 7303, 12182, 10174, 13900, 10647, 8431, 10724, 8149, 12245, 8519, 13726, 8054, 12569, 9861, 12282, 10417], 'WindowCenter': [3755.0, 3727.0, 3727.0, 3692.0, 3712.0, 3678.0, 3710.0, 3677.0, 3710.0, 3698.0, 3710.0, 3676.0, 3710.0, 3679.0, 3711.0, 3690.0, 3722.0, 3691.0, 3724.0, 3702.0, 3724.0, 3715.0, 3736.0, 3726.0, 3736.0, 3728.0, 3705.0, 3737.0, 3706.0, 3738.0, 3715.0, 3737.0, 3716.0, 3736.0, 3727.0, 3735.0, 3725.0, 3703.0, 3726.0, 3713.0, 3725.0, 3702.0, 3723.0, 3700.0, 3722.0, 3713.0, 3702.0, 3724.0, 3702.0, 3724.0, 3713.0, 3723.0, 3714.0, 3723.0, 3713.0, 3700.0, 3712.0, 3699.0, 3713.0, 3710.0, 3712.0, 3689.0, 3710.0, 3688.0, 3711.0, 3691.0, 3724.0, 3703.0, 3724.0, 3703.0, 3735.0, 3726.0, 3736.0, 3728.0, 3737.0, 3738.0, 3717.0, 3739.0, 3706.0, 3739.0, 3718.0, 3739.0, 3728.0, 3738.0, 3730.0, 3727.0, 3738.0, 3716.0, 3740.0, 3719.0, 3740.0, 3728.0, 3739.0, 3739.0, 3738.0, 3739.0, 3706.0, 3738.0, 3716.0, 3738.0, 3714.0, 3724.0, 3713.0, 3712.0, 3712.0, 3711.0, 3712.0, 3679.0, 3699.0, 3676.0, 3709.0, 3687.0, 3709.0, 3687.0, 3706.0, 3696.0, 3707.0, 3698.0, 3707.0, 3686.0, 3673.0, 3696.0, 3673.0, 3696.0, 3695.0, 3696.0, 3663.0, 3697.0, 3663.0, 3697.0, 3675.0, 3709.0, 3677.0, 3709.0, 3676.0, 3709.0, 3689.0, 3722.0, 3712.0, 3723.0, 3724.0, 3724.0, 3725.0, 3704.0, 3725.0, 3702.0, 3726.0, 3690.0, 3713.0, 3689.0, 3700.0, 3677.0, 3700.0, 3677.0, 3700.0, 3697.0, 3697.0, 3676.0, 3698.0, 3676.0, 3710.0, 3689.0, 3712.0, 3700.0, 3711.0, 3712.0, 3710.0, 3713.0, 3722.0, 3713.0, 3723.0, 3713.0, 3723.0, 3712.0, 3701.0, 3713.0, 3691.0, 3724.0, 3702.0, 3725.0, 3703.0, 3726.0, 3715.0, 3737.0, 3727.0, 3738.0, 3728.0, 3727.0, 3738.0, 3715.0, 3727.0, 3704.0, 3727.0, 3693.0, 3726.0, 3703.0, 3725.0, 3713.0, 3713.0, 3691.0, 3723.0, 3691.0, 3724.0, 3713.0, 3725.0, 3714.0, 3724.0, 3714.0, 3712.0, 3713.0, 3700.0, 3713.0, 3711.0, 3711.0, 3710.0, 3701.0, 3679.0, 3711.0, 3689.0, 3712.0, 3701.0, 3712.0, 3690.0, 3712.0, 3690.0, 3722.0, 3712.0, 3723.0, 3701.0, 3722.0, 3700.0, 3710.0, 3701.0, 3721.0, 3701.0, 3722.0, 3713.0, 3723.0, 3713.0, 3711.0, 3713.0, 3692.0, 3724.0, 3703.0, 3725.0, 3704.0, 3737.0, 3714.0, 3724.0, 3714.0, 3725.0, 3714.0, 3724.0, 3713.0, 3723.0, 3703.0, 3723.0, 3713.0, 3722.0, 3712.0, 3723.0, 3713.0, 3725.0, 3715.0, 3724.0, 3715.0, 3703.0, 3726.0, 3705.0, 3738.0, 3716.0, 3739.0, 3717.0, 3739.0, 3729.0, 3737.0, 3728.0, 3737.0, 3728.0, 3736.0, 3727.0, 3724.0, 3726.0, 3713.0, 3725.0, 3725.0, 3726.0, 3714.0, 3726.0, 3692.0, 3725.0, 3704.0, 3736.0, 3725.0, 3737.0, 3727.0, 3737.0, 3727.0, 3726.0, 3726.0, 3705.0, 3726.0, 3704.0, 3738.0, 3706.0, 3738.0, 3705.0, 3736.0, 3716.0, 3738.0, 3729.0, 3738.0, 3728.0, 3716.0, 3739.0, 3718.0, 3750.0, 3740.0, 3740.0, 3753.0, 3740.0, 3742.0, 3728.0, 3739.0, 3706.0, 3727.0, 3705.0, 3738.0, 3725.0, 3725.0, 3712.0, 3713.0, 3700.0, 3714.0, 3723.0, 3713.0, 3723.0, 3702.0, 3722.0, 3713.0, 3722.0, 3713.0, 3724.0, 3714.0, 3736.0, 3726.0, 3736.0, 3726.0, 3725.0, 3727.0, 3694.0, 3728.0, 3725.0, 3738.0, 3726.0, 3725.0, 3703.0, 3725.0, 3705.0, 3738.0, 3703.0, 3726.0, 3704.0, 3725.0, 3693.0, 3726.0, 3690.0, 3738.0, 3703.0, 3727.0, 3725.0, 3726.0, 3713.0, 3724.0, 3692.0, 3726.0, 3702.0, 3726.0, 3705.0, 3727.0, 3704.0, 3726.0, 3703.0, 3725.0, 3704.0, 3724.0, 3715.0, 3726.0, 3704.0, 3725.0, 3702.0, 3724.0, 3713.0, 3724.0, 3704.0, 3725.0, 3703.0, 3723.0, 3702.0, 3723.0, 3713.0, 3725.0, 3704.0, 3724.0, 3704.0, 3725.0, 3715.0, 3725.0, 3726.0, 3736.0, 3728.0, 3726.0, 3728.0, 3704.0, 3727.0, 3704.0, 3739.0, 3706.0, 3739.0, 3718.0, 3738.0, 3729.0, 3726.0, 3739.0, 3706.0, 3739.0, 3717.0, 3738.0, 3727.0, 3736.0, 3715.0, 3724.0, 3701.0, 3714.0, 3690.0, 3712.0, 3689.0, 3710.0, 3677.0, 3709.0, 3687.0, 3711.0, 3688.0, 3723.0, 3700.0, 3723.0, 3714.0, 3733.0, 3715.0, 3724.0, 3726.0, 3715.0, 3724.0, 3693.0, 3724.0, 3702.0, 3737.0, 3717.0, 3736.0, 3715.0, 3724.0, 3714.0, 3694.0, 3726.0, 3726.0, 3715.0, 3727.0, 3691.0, 3724.0, 3692.0, 3726.0, 3692.0, 3713.0, 3691.0, 3724.0, 3704.0, 3725.0, 3703.0, 3711.0, 3702.0, 3711.0, 3713.0, 3690.0, 3713.0, 3680.0, 3722.0, 3691.0, 3722.0, 3702.0, 3711.0, 3702.0, 3710.0, 3702.0, 3678.0, 3700.0, 3679.0, 3712.0, 3688.0, 3712.0, 3678.0, 3710.0, 3678.0, 3709.0, 3677.0, 3711.0, 3688.0, 3708.0, 3687.0, 3709.0, 3688.0, 3708.0, 3689.0, 3696.0, 3687.0, 3685.0, 3698.0, 3699.0, 3699.0, 3666.0, 3698.0, 3678.0, 3698.0, 3676.0, 3709.0, 3676.0, 3709.0, 3677.0, 3710.0, 3699.0, 3709.0, 3700.0, 3711.0, 3711.0, 3680.0, 3710.0, 3688.0, 3710.0, 3701.0, 3711.0, 3700.0, 3709.0, 3699.0, 3688.0, 3701.0, 3689.0, 3712.0, 3667.0, 3699.0, 3678.0, 3699.0, 3687.0, 3709.0, 3690.0, 3722.0, 3701.0, 3701.0, 3711.0, 3691.0, 3723.0, 3716.0, 3736.0, 3715.0, 3694.0, 3715.0, 3705.0, 3738.0, 3727.0, 3726.0, 3691.0, 3713.0, 3680.0, 3713.0, 3701.0, 3713.0, 3713.0, 3726.0, 3694.0, 3725.0, 3694.0, 3725.0, 3716.0, 3736.0, 3715.0, 3736.0, 3715.0, 3723.0, 3716.0, 3724.0, 3715.0, 3711.0, 3701.0, 3688.0, 3701.0, 3699.0, 3701.0, 3678.0, 3698.0, 3676.0, 3697.0, 3676.0, 3710.0, 3676.0, 3697.0, 3665.0, 3697.0, 3677.0, 3709.0, 3675.0, 3696.0, 3676.0, 3697.0, 3675.0, 3708.0, 3676.0, 3698.0, 3675.0, 3695.0, 3676.0, 3697.0, 3686.0, 3696.0, 3688.0, 3708.0, 3699.0, 3708.0, 3699.0, 3709.0, 3698.0, 3707.0, 3698.0, 3697.0, 3697.0, 3707.0, 3698.0, 3708.0, 3698.0, 3707.0, 3698.0, 3707.0, 3700.0, 3708.0, 3699.0, 3675.0, 3709.0, 3686.0, 3709.0, 3678.0, 3698.0, 3678.0, 3697.0, 3675.0, 3709.0, 3689.0, 3710.0, 3698.0, 3709.0, 3700.0, 3709.0, 3711.0, 3710.0, 3699.0, 3678.0, 3710.0, 3688.0, 3711.0, 3688.0, 3710.0, 3698.0, 3708.0, 3699.0, 3709.0, 3700.0, 3710.0, 3699.0, 3710.0, 3701.0, 3688.0, 3710.0, 3688.0, 3721.0, 3700.0, 3722.0, 3702.0, 3721.0, 3714.0, 3722.0, 3714.0, 3722.0, 3700.0, 3689.0, 3712.0, 3689.0, 3712.0, 3690.0, 3722.0, 3700.0, 3722.0, 3711.0, 3722.0, 3712.0, 3723.0, 3723.0, 3691.0, 3712.0, 3689.0, 3724.0, 3689.0, 3722.0, 3690.0, 3709.0, 3699.0, 3709.0, 3700.0, 3710.0, 3689.0, 3709.0, 3699.0, 3708.0, 3699.0, 3708.0, 3698.0, 3708.0, 3698.0, 3707.0, 3699.0, 3708.0, 3711.0, 3701.0, 3711.0, 3679.0, 3700.0, 3690.0, 3710.0, 3701.0, 3712.0, 3690.0, 3711.0, 3700.0, 3721.0, 3713.0, 3721.0, 3712.0, 3722.0, 3714.0, 3691.0, 3712.0, 3691.0, 3714.0, 3690.0, 3712.0, 3691.0, 3722.0, 3700.0, 3711.0, 3699.0, 3711.0, 3712.0, 3722.0, 3713.0, 3721.0, 3713.0, 3702.0, 3724.0, 3702.0, 3737.0, 3716.0, 3735.0, 3726.0, 3736.0, 3726.0, 3725.0, 3725.0, 3703.0, 3725.0, 3701.0, 3725.0, 3702.0, 3723.0, 3712.0, 3711.0, 3712.0, 3711.0, 3711.0, 3688.0, 3699.0, 3677.0, 3709.0, 3698.0, 3709.0, 3699.0, 3696.0, 3698.0, 3697.0, 3687.0, 3708.0, 3697.0, 3696.0, 3687.0, 3676.0, 3699.0, 3687.0, 3710.0, 3677.0, 3710.0, 3688.0, 3711.0, 3700.0, 3721.0, 3711.0, 3723.0, 3725.0, 3704.0, 3723.0, 3703.0, 3734.0, 3725.0, 3702.0, 3724.0, 3690.0, 3722.0, 3713.0, 3732.0, 3712.0, 3701.0, 3711.0, 3688.0, 3721.0, 3688.0, 3708.0, 3677.0, 3697.0, 3687.0, 3708.0, 3686.0, 3707.0, 3687.0, 3696.0, 3685.0, 3696.0, 3698.0, 3696.0, 3697.0, 3676.0, 3696.0, 3674.0, 3698.0, 3674.0, 3696.0, 3665.0, 3694.0, 3674.0, 3695.0, 3674.0, 3695.0, 3684.0, 3694.0, 3685.0, 3694.0, 3685.0, 3706.0, 3697.0, 3674.0, 3696.0, 3675.0, 3696.0, 3686.0, 3708.0, 3699.0, 3709.0, 3699.0, 3676.0, 3698.0, 3688.0, 3710.0, 3689.0, 3709.0, 3687.0, 3709.0, 3698.0, 3707.0, 3710.0, 3720.0, 3700.0, 3700.0, 3724.0, 3702.0, 3723.0, 3701.0, 3722.0, 3702.0, 3722.0, 3712.0, 3711.0, 3713.0, 3690.0, 3722.0, 3689.0, 3710.0, 3700.0, 3710.0, 3700.0, 3709.0, 3701.0, 3710.0, 3699.0, 3709.0, 3699.0, 3709.0, 3699.0, 3698.0, 3710.0, 3689.0, 3710.0, 3689.0, 3711.0, 3701.0, 3723.0, 3701.0, 3710.0, 3713.0, 3723.0, 3713.0, 3721.0, 3700.0, 3720.0, 3712.0, 3722.0, 3714.0, 3693.0, 3725.0, 3705.0, 3738.0, 3716.0, 3738.0, 3728.0, 3750.0, 3739.0, 3737.0, 3738.0, 3716.0, 3749.0, 3716.0, 3736.0, 3725.0, 3735.0, 3713.0, 3735.0, 3714.0, 3712.0, 3713.0, 3710.0, 3712.0, 3710.0, 3699.0, 3686.0, 3709.0, 3698.0, 3708.0, 3676.0, 3698.0, 3674.0, 3708.0, 3687.0, 3720.0, 3689.0, 3720.0, 3710.0, 3709.0, 3711.0, 3699.0, 3722.0, 3711.0, 3690.0, 3710.0, 3689.0, 3709.0, 3687.0, 3709.0, 3687.0, 3697.0, 3697.0, 3696.0, 3687.0, 3706.0, 3697.0, 3687.0, 3696.0, 3675.0, 3697.0, 3674.0, 3697.0, 3675.0, 3695.0, 3675.0, 3708.0, 3699.0, 3721.0, 3699.0, 3688.0, 3709.0, 3688.0, 3711.0, 3688.0, 3710.0, 3688.0, 3708.0, 3698.0, 3708.0, 3698.0, 3708.0, 3687.0, 3685.0, 3697.0, 3684.0, 3697.0, 3685.0, 3698.0, 3676.0, 3707.0, 3677.0, 3708.0, 3698.0, 3709.0, 3699.0, 3710.0, 3711.0, 3689.0, 3711.0, 3689.0, 3711.0, 3701.0, 3722.0, 3701.0, 3710.0, 3711.0, 3690.0, 3723.0, 3690.0, 3722.0, 3700.0, 3710.0, 3700.0, 3711.0, 3711.0, 3689.0, 3709.0, 3689.0, 3721.0, 3711.0, 3722.0, 3701.0, 3710.0, 3710.0, 3678.0, 3711.0, 3678.0, 3710.0, 3678.0, 3699.0, 3687.0, 3709.0, 3675.0, 3709.0, 3676.0, 3709.0, 3688.0, 3707.0, 3687.0, 3709.0, 3711.0, 3722.0, 3701.0, 3701.0, 3712.0, 3699.0, 3712.0, 3711.0, 3711.0, 3690.0, 3712.0, 3700.0, 3723.0, 3702.0, 3724.0, 3702.0, 3723.0, 3713.0, 3723.0, 3714.0, 3722.0, 3713.0, 3721.0, 3700.0, 3721.0, 3712.0, 3712.0, 3713.0, 3701.0, 3724.0, 3691.0, 3724.0, 3701.0, 3725.0, 3715.0, 3725.0, 3712.0, 3722.0, 3700.0, 3689.0, 3709.0, 3689.0, 3722.0, 3700.0, 3721.0, 3700.0, 3698.0, 3700.0, 3699.0, 3699.0, 3677.0, 3698.0, 3676.0, 3708.0, 3687.0, 3710.0, 3677.0, 3708.0, 3688.0, 3697.0, 3698.0, 3707.0, 3699.0, 3697.0, 3686.0, 3674.0, 3696.0, 3675.0, 3698.0, 3675.0, 3696.0, 3666.0, 3707.0, 3699.0, 3720.0, 3700.0, 3689.0, 3699.0, 3677.0, 3711.0, 3677.0, 3709.0, 3677.0, 3709.0, 3699.0, 3708.0, 3699.0], 'WindowWidth': [8441.0, 8387.0, 8387.0, 8326.0, 8355.0, 8302.0, 8349.0, 8297.0, 8349.0, 8327.0, 8347.0, 8295.0, 8348.0, 8304.0, 8352.0, 8320.0, 8369.0, 8325.0, 8374.0, 8341.0, 8375.0, 8363.0, 8395.0, 8381.0, 8394.0, 8387.0, 8352.0, 8399.0, 8353.0, 8400.0, 8364.0, 8397.0, 8365.0, 8396.0, 8383.0, 8393.0, 8378.0, 8343.0, 8380.0, 8357.0, 8380.0, 8339.0, 8371.0, 8336.0, 8368.0, 8357.0, 8340.0, 8375.0, 8341.0, 8373.0, 8356.0, 8372.0, 8359.0, 8372.0, 8357.0, 8335.0, 8353.0, 8331.0, 8357.0, 8349.0, 8352.0, 8316.0, 8349.0, 8316.0, 8352.0, 8326.0, 8375.0, 8342.0, 8375.0, 8344.0, 8390.0, 8381.0, 8394.0, 8387.0, 8397.0, 8402.0, 8370.0, 8404.0, 8354.0, 8404.0, 8374.0, 8403.0, 8388.0, 8404.0, 8392.0, 8384.0, 8401.0, 8368.0, 8407.0, 8378.0, 8406.0, 8387.0, 8405.0, 8405.0, 8402.0, 8405.0, 8354.0, 8403.0, 8365.0, 8403.0, 8362.0, 8376.0, 8358.0, 8354.0, 8356.0, 8352.0, 8354.0, 8302.0, 8331.0, 8295.0, 8346.0, 8311.0, 8345.0, 8312.0, 8337.0, 8323.0, 8339.0, 8328.0, 8338.0, 8307.0, 8285.0, 8320.0, 8283.0, 8321.0, 8317.0, 8322.0, 8273.0, 8323.0, 8274.0, 8325.0, 8292.0, 8345.0, 8298.0, 8346.0, 8295.0, 8346.0, 8318.0, 8367.0, 8355.0, 8371.0, 8376.0, 8376.0, 8378.0, 8346.0, 8379.0, 8341.0, 8383.0, 8322.0, 8360.0, 8316.0, 8334.0, 8298.0, 8333.0, 8295.0, 8333.0, 8324.0, 8326.0, 8293.0, 8328.0, 8295.0, 8345.0, 8318.0, 8354.0, 8335.0, 8352.0, 8354.0, 8348.0, 8356.0, 8368.0, 8357.0, 8372.0, 8358.0, 8370.0, 8356.0, 8337.0, 8357.0, 8324.0, 8374.0, 8342.0, 8380.0, 8344.0, 8381.0, 8363.0, 8396.0, 8383.0, 8398.0, 8386.0, 8382.0, 8403.0, 8365.0, 8386.0, 8347.0, 8385.0, 8330.0, 8381.0, 8343.0, 8378.0, 8356.0, 8358.0, 8322.0, 8370.0, 8325.0, 8374.0, 8357.0, 8377.0, 8360.0, 8377.0, 8361.0, 8354.0, 8357.0, 8335.0, 8356.0, 8351.0, 8351.0, 8345.0, 8335.0, 8303.0, 8350.0, 8318.0, 8356.0, 8336.0, 8356.0, 8320.0, 8354.0, 8322.0, 8368.0, 8353.0, 8372.0, 8339.0, 8369.0, 8334.0, 8349.0, 8336.0, 8363.0, 8337.0, 8366.0, 8356.0, 8369.0, 8357.0, 8351.0, 8356.0, 8326.0, 8374.0, 8344.0, 8380.0, 8347.0, 8397.0, 8361.0, 8377.0, 8361.0, 8377.0, 8360.0, 8376.0, 8357.0, 8374.0, 8343.0, 8372.0, 8355.0, 8368.0, 8355.0, 8371.0, 8358.0, 8377.0, 8363.0, 8375.0, 8364.0, 8344.0, 8381.0, 8351.0, 8403.0, 8368.0, 8405.0, 8372.0, 8404.0, 8390.0, 8401.0, 8389.0, 8400.0, 8387.0, 8396.0, 8382.0, 8376.0, 8380.0, 8359.0, 8380.0, 8375.0, 8382.0, 8361.0, 8380.0, 8327.0, 8379.0, 8347.0, 8394.0, 8378.0, 8398.0, 8383.0, 8399.0, 8385.0, 8381.0, 8383.0, 8350.0, 8384.0, 8351.0, 8403.0, 8353.0, 8402.0, 8351.0, 8395.0, 8368.0, 8399.0, 8389.0, 8404.0, 8390.0, 8370.0, 8406.0, 8373.0, 8422.0, 8409.0, 8409.0, 8431.0, 8409.0, 8414.0, 8387.0, 8405.0, 8353.0, 8386.0, 8350.0, 8402.0, 8376.0, 8377.0, 8353.0, 8358.0, 8335.0, 8359.0, 8373.0, 8357.0, 8373.0, 8341.0, 8368.0, 8354.0, 8368.0, 8357.0, 8375.0, 8362.0, 8393.0, 8381.0, 8395.0, 8382.0, 8378.0, 8385.0, 8336.0, 8386.0, 8378.0, 8402.0, 8381.0, 8378.0, 8344.0, 8379.0, 8351.0, 8400.0, 8345.0, 8385.0, 8346.0, 8379.0, 8329.0, 8380.0, 8324.0, 8399.0, 8344.0, 8383.0, 8378.0, 8380.0, 8358.0, 8376.0, 8328.0, 8382.0, 8344.0, 8384.0, 8349.0, 8385.0, 8345.0, 8381.0, 8344.0, 8379.0, 8348.0, 8377.0, 8364.0, 8381.0, 8347.0, 8377.0, 8342.0, 8374.0, 8358.0, 8376.0, 8347.0, 8380.0, 8343.0, 8374.0, 8341.0, 8371.0, 8357.0, 8376.0, 8346.0, 8376.0, 8347.0, 8378.0, 8363.0, 8377.0, 8380.0, 8394.0, 8387.0, 8381.0, 8388.0, 8349.0, 8385.0, 8349.0, 8404.0, 8354.0, 8405.0, 8373.0, 8402.0, 8389.0, 8383.0, 8404.0, 8354.0, 8405.0, 8371.0, 8405.0, 8383.0, 8397.0, 8364.0, 8377.0, 8340.0, 8360.0, 8322.0, 8356.0, 8316.0, 8348.0, 8296.0, 8346.0, 8312.0, 8351.0, 8315.0, 8371.0, 8337.0, 8375.0, 8360.0, 8387.0, 8364.0, 8377.0, 8383.0, 8365.0, 8377.0, 8331.0, 8375.0, 8341.0, 8399.0, 8368.0, 8394.0, 8362.0, 8372.0, 8357.0, 8330.0, 8379.0, 8378.0, 8359.0, 8379.0, 8325.0, 8373.0, 8324.0, 8378.0, 8326.0, 8354.0, 8322.0, 8372.0, 8343.0, 8374.0, 8340.0, 8347.0, 8337.0, 8347.0, 8356.0, 8319.0, 8353.0, 8305.0, 8367.0, 8323.0, 8367.0, 8337.0, 8347.0, 8336.0, 8347.0, 8337.0, 8299.0, 8332.0, 8299.0, 8351.0, 8310.0, 8351.0, 8298.0, 8343.0, 8298.0, 8344.0, 8298.0, 8347.0, 8311.0, 8337.0, 8310.0, 8341.0, 8314.0, 8341.0, 8314.0, 8319.0, 8309.0, 8302.0, 8328.0, 8326.0, 8329.0, 8279.0, 8326.0, 8297.0, 8328.0, 8293.0, 8343.0, 8291.0, 8344.0, 8298.0, 8344.0, 8331.0, 8342.0, 8335.0, 8349.0, 8352.0, 8306.0, 8348.0, 8314.0, 8348.0, 8334.0, 8351.0, 8334.0, 8343.0, 8330.0, 8313.0, 8336.0, 8314.0, 8354.0, 8282.0, 8328.0, 8301.0, 8329.0, 8310.0, 8346.0, 8319.0, 8367.0, 8337.0, 8337.0, 8350.0, 8324.0, 8372.0, 8365.0, 8395.0, 8364.0, 8332.0, 8364.0, 8348.0, 8402.0, 8380.0, 8379.0, 8321.0, 8352.0, 8304.0, 8353.0, 8334.0, 8355.0, 8357.0, 8379.0, 8332.0, 8377.0, 8332.0, 8376.0, 8363.0, 8393.0, 8363.0, 8392.0, 8362.0, 8370.0, 8364.0, 8375.0, 8362.0, 8349.0, 8337.0, 8312.0, 8335.0, 8330.0, 8337.0, 8299.0, 8327.0, 8294.0, 8327.0, 8293.0, 8347.0, 8293.0, 8323.0, 8277.0, 8324.0, 8294.0, 8343.0, 8292.0, 8320.0, 8293.0, 8322.0, 8291.0, 8342.0, 8293.0, 8326.0, 8292.0, 8319.0, 8293.0, 8325.0, 8306.0, 8324.0, 8312.0, 8338.0, 8331.0, 8341.0, 8326.0, 8341.0, 8325.0, 8338.0, 8324.0, 8322.0, 8322.0, 8338.0, 8326.0, 8339.0, 8326.0, 8337.0, 8328.0, 8340.0, 8332.0, 8338.0, 8328.0, 8292.0, 8343.0, 8308.0, 8347.0, 8298.0, 8328.0, 8297.0, 8324.0, 8292.0, 8346.0, 8314.0, 8346.0, 8327.0, 8344.0, 8332.0, 8345.0, 8350.0, 8344.0, 8331.0, 8298.0, 8345.0, 8312.0, 8349.0, 8314.0, 8348.0, 8327.0, 8339.0, 8328.0, 8341.0, 8333.0, 8346.0, 8331.0, 8346.0, 8335.0, 8313.0, 8348.0, 8314.0, 8366.0, 8333.0, 8368.0, 8340.0, 8366.0, 8356.0, 8368.0, 8358.0, 8367.0, 8335.0, 8316.0, 8351.0, 8317.0, 8353.0, 8319.0, 8367.0, 8335.0, 8366.0, 8350.0, 8368.0, 8355.0, 8371.0, 8371.0, 8322.0, 8354.0, 8317.0, 8373.0, 8316.0, 8368.0, 8318.0, 8344.0, 8328.0, 8345.0, 8331.0, 8348.0, 8314.0, 8342.0, 8329.0, 8341.0, 8330.0, 8341.0, 8327.0, 8343.0, 8327.0, 8339.0, 8330.0, 8341.0, 8349.0, 8333.0, 8351.0, 8303.0, 8333.0, 8319.0, 8346.0, 8336.0, 8353.0, 8318.0, 8350.0, 8332.0, 8364.0, 8353.0, 8363.0, 8353.0, 8367.0, 8357.0, 8321.0, 8353.0, 8321.0, 8358.0, 8319.0, 8357.0, 8322.0, 8366.0, 8332.0, 8348.0, 8330.0, 8349.0, 8351.0, 8366.0, 8353.0, 8363.0, 8355.0, 8337.0, 8372.0, 8337.0, 8394.0, 8363.0, 8392.0, 8378.0, 8391.0, 8379.0, 8377.0, 8377.0, 8343.0, 8376.0, 8337.0, 8377.0, 8340.0, 8372.0, 8353.0, 8351.0, 8354.0, 8349.0, 8351.0, 8314.0, 8330.0, 8294.0, 8343.0, 8326.0, 8346.0, 8328.0, 8323.0, 8324.0, 8322.0, 8311.0, 8340.0, 8322.0, 8319.0, 8307.0, 8291.0, 8327.0, 8308.0, 8346.0, 8296.0, 8347.0, 8314.0, 8348.0, 8333.0, 8363.0, 8353.0, 8371.0, 8378.0, 8348.0, 8372.0, 8341.0, 8388.0, 8377.0, 8341.0, 8372.0, 8321.0, 8368.0, 8355.0, 8384.0, 8353.0, 8335.0, 8349.0, 8312.0, 8367.0, 8313.0, 8343.0, 8296.0, 8322.0, 8308.0, 8340.0, 8307.0, 8337.0, 8309.0, 8320.0, 8305.0, 8320.0, 8330.0, 8322.0, 8325.0, 8292.0, 8320.0, 8287.0, 8326.0, 8287.0, 8321.0, 8275.0, 8314.0, 8286.0, 8317.0, 8287.0, 8318.0, 8299.0, 8314.0, 8302.0, 8314.0, 8304.0, 8333.0, 8322.0, 8287.0, 8320.0, 8291.0, 8321.0, 8306.0, 8341.0, 8330.0, 8342.0, 8329.0, 8294.0, 8329.0, 8312.0, 8348.0, 8315.0, 8342.0, 8311.0, 8341.0, 8325.0, 8340.0, 8346.0, 8360.0, 8334.0, 8334.0, 8375.0, 8339.0, 8372.0, 8338.0, 8369.0, 8340.0, 8365.0, 8352.0, 8350.0, 8359.0, 8319.0, 8366.0, 8317.0, 8346.0, 8332.0, 8348.0, 8333.0, 8345.0, 8334.0, 8347.0, 8330.0, 8342.0, 8329.0, 8342.0, 8330.0, 8328.0, 8346.0, 8316.0, 8348.0, 8317.0, 8351.0, 8335.0, 8370.0, 8334.0, 8348.0, 8353.0, 8370.0, 8355.0, 8364.0, 8334.0, 8361.0, 8352.0, 8366.0, 8358.0, 8330.0, 8377.0, 8348.0, 8399.0, 8368.0, 8400.0, 8388.0, 8420.0, 8403.0, 8396.0, 8402.0, 8365.0, 8418.0, 8368.0, 8395.0, 8377.0, 8393.0, 8358.0, 8390.0, 8361.0, 8352.0, 8355.0, 8347.0, 8354.0, 8345.0, 8329.0, 8305.0, 8344.0, 8326.0, 8342.0, 8294.0, 8328.0, 8289.0, 8341.0, 8310.0, 8362.0, 8315.0, 8360.0, 8347.0, 8345.0, 8353.0, 8332.0, 8368.0, 8352.0, 8320.0, 8349.0, 8315.0, 8344.0, 8309.0, 8346.0, 8310.0, 8323.0, 8322.0, 8318.0, 8310.0, 8335.0, 8323.0, 8310.0, 8321.0, 8291.0, 8324.0, 8287.0, 8325.0, 8291.0, 8319.0, 8292.0, 8339.0, 8329.0, 8363.0, 8332.0, 8312.0, 8346.0, 8312.0, 8351.0, 8314.0, 8347.0, 8313.0, 8340.0, 8327.0, 8341.0, 8327.0, 8340.0, 8309.0, 8304.0, 8323.0, 8301.0, 8324.0, 8304.0, 8326.0, 8293.0, 8339.0, 8296.0, 8340.0, 8326.0, 8344.0, 8332.0, 8346.0, 8349.0, 8317.0, 8349.0, 8317.0, 8352.0, 8336.0, 8368.0, 8337.0, 8345.0, 8348.0, 8318.0, 8370.0, 8320.0, 8367.0, 8333.0, 8346.0, 8333.0, 8350.0, 8349.0, 8318.0, 8344.0, 8316.0, 8363.0, 8349.0, 8368.0, 8337.0, 8347.0, 8348.0, 8299.0, 8350.0, 8300.0, 8349.0, 8299.0, 8329.0, 8311.0, 8343.0, 8292.0, 8344.0, 8294.0, 8344.0, 8313.0, 8337.0, 8312.0, 8345.0, 8349.0, 8366.0, 8338.0, 8336.0, 8353.0, 8329.0, 8353.0, 8348.0, 8350.0, 8319.0, 8353.0, 8335.0, 8369.0, 8340.0, 8374.0, 8340.0, 8371.0, 8355.0, 8369.0, 8358.0, 8369.0, 8354.0, 8363.0, 8335.0, 8365.0, 8353.0, 8352.0, 8355.0, 8335.0, 8373.0, 8323.0, 8373.0, 8338.0, 8376.0, 8364.0, 8377.0, 8355.0, 8367.0, 8335.0, 8316.0, 8344.0, 8316.0, 8369.0, 8334.0, 8364.0, 8333.0, 8326.0, 8333.0, 8330.0, 8333.0, 8298.0, 8327.0, 8292.0, 8341.0, 8310.0, 8347.0, 8299.0, 8340.0, 8311.0, 8325.0, 8326.0, 8341.0, 8328.0, 8325.0, 8308.0, 8287.0, 8321.0, 8291.0, 8330.0, 8292.0, 8323.0, 8281.0, 8338.0, 8329.0, 8361.0, 8333.0, 8316.0, 8332.0, 8296.0, 8350.0, 8297.0, 8345.0, 8299.0, 8344.0, 8330.0, 8342.0, 8333.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.0012227249134948094</td></tr>
<tr><td colspan=3>aqi</td><td>0.057345137024221456</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.80949389634641</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1965087352121202</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9455544690909085</td></tr>
<tr><td colspan=3>efc</td><td>0.4398</td></tr>
<tr><td colspan=3>fber</td><td>8733.9805</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09789204916567242</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.882352941176471</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.657926070273149</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5172918490739944</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.994926928595378</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4615594331500747</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104985</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01689523458480835</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025477280840277672</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.8541046430858903</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.4121</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>24.2757</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>122.0589</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308497.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>576.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.5559</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5626</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.1255</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2944.6037</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68047.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>922.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3795.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>819.6396</td></tr>
<tr><td colspan=3>tsnr</td><td>30.901186590315774</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>