<?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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-02/func/sub-0106_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>9ef37fec24f9b171749c5cb3785979d4</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:29:10.080000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995409, 0.0751772, 0.0592433, -0.0835868, 0.984312, 0.15538]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.103007</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>[4241, -7796, -7204, 312, -87, 23, -57, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.033</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b0108518-30be-4a6a-a90c-decaf2401f03||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.6706089973449707, -0.2242572158575058, 0.125908762216568, 118.72057342529297], [-0.20169483125209808, 2.6408374309539795, 0.43096980452537537, -87.61688995361328], [0.15894542634487152, -0.4168728291988373, 2.662407159805298, -39.041053771972656], [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': ['212910.080000', '212910.540000', '212911.000000', '212911.460000', '212911.920000', '212912.380000', '212912.840000', '212913.300000', '212913.760000', '212914.220000', '212914.680000', '212915.140000', '212915.600000', '212916.060000', '212916.520000', '212916.980000', '212917.440000', '212917.900000', '212918.360000', '212918.820000', '212919.280000', '212919.740000', '212920.200000', '212920.660000', '212921.120000', '212921.580000', '212922.040000', '212922.500000', '212922.960000', '212923.420000', '212923.880000', '212924.340000', '212924.800000', '212925.260000', '212925.720000', '212926.180000', '212926.640000', '212927.100000', '212927.560000', '212928.020000', '212928.480000', '212928.940000', '212929.400000', '212929.860000', '212930.320000', '212930.780000', '212931.240000', '212931.700000', '212932.160000', '212932.620000', '212933.080000', '212933.540000', '212934.000000', '212934.460000', '212934.920000', '212935.380000', '212935.840000', '212936.300000', '212936.760000', '212937.220000', '212937.680000', '212938.140000', '212938.600000', '212939.060000', '212939.520000', '212939.980000', '212940.440000', '212940.900000', '212941.360000', '212941.820000', '212942.280000', '212942.740000', '212943.200000', '212943.660000', '212944.120000', '212944.580000', '212945.040000', '212945.500000', '212945.960000', '212946.420000', '212946.880000', '212947.340000', '212947.800000', '212948.260000', '212948.720000', '212949.180000', '212949.640000', '212950.100000', '212950.560000', '212951.020000', '212951.480000', '212951.940000', '212952.400000', '212952.860000', '212953.320000', '212953.780000', '212954.240000', '212954.700000', '212955.160000', '212955.620000', '212956.080000', '212956.540000', '212957.000000', '212957.460000', '212957.920000', '212958.380000', '212958.840000', '212959.300000', '212959.760000', '213000.220000', '213000.680000', '213001.140000', '213001.600000', '213002.060000', '213002.520000', '213002.980000', '213003.440000', '213003.900000', '213004.360000', '213004.820000', '213005.280000', '213005.740000', '213006.200000', '213006.660000', '213007.120000', '213007.580000', '213008.040000', '213008.500000', '213008.960000', '213009.420000', '213009.880000', '213010.340000', '213010.800000', '213011.260000', '213011.720000', '213012.180000', '213012.640000', '213013.100000', '213013.560000', '213014.020000', '213014.480000', '213014.940000', '213015.400000', '213015.860000', '213016.320000', '213016.780000', '213017.240000', '213017.700000', '213018.160000', '213018.620000', '213019.080000', '213019.540000', '213020.000000', '213020.460000', '213020.920000', '213021.380000', '213021.840000', '213022.300000', '213022.760000', '213023.220000', '213023.680000', '213024.140000', '213024.600000', '213025.060000', '213025.520000', '213025.980000', '213026.440000', '213026.900000', '213027.360000', '213027.820000', '213028.280000', '213028.740000', '213029.200000', '213029.660000', '213030.120000', '213030.580000', '213031.040000', '213031.500000', '213031.960000', '213032.420000', '213032.880000', '213033.340000', '213033.800000', '213034.260000', '213034.720000', '213035.180000', '213035.640000', '213036.100000', '213036.560000', '213037.020000', '213037.480000', '213037.940000', '213038.400000', '213038.860000', '213039.320000', '213039.780000', '213040.240000', '213040.700000', '213041.160000', '213041.620000', '213042.080000', '213042.540000', '213043.000000', '213043.460000', '213043.920000', '213044.380000', '213044.840000', '213045.300000', '213045.760000', '213046.220000', '213046.680000', '213047.140000', '213047.600000', '213048.060000', '213048.520000', '213048.980000', '213049.440000', '213049.900000', '213050.360000', '213050.820000', '213051.280000', '213051.740000', '213052.200000', '213052.660000', '213053.120000', '213053.580000', '213054.040000', '213054.500000', '213054.960000', '213055.420000', '213055.880000', '213056.340000', '213056.800000', '213057.260000', '213057.720000', '213058.180000', '213058.640000', '213059.100000', '213059.560000', '213100.020000', '213100.480000', '213100.940000', '213101.400000', '213101.860000', '213102.320000', '213102.780000', '213103.240000', '213103.700000', '213104.160000', '213104.620000', '213105.080000', '213105.540000', '213106.000000', '213106.460000', '213106.920000', '213107.380000', '213107.840000', '213108.300000', '213108.760000', '213109.220000', '213109.680000', '213110.140000', '213110.600000', '213111.060000', '213111.520000', '213111.980000', '213112.440000', '213112.900000', '213113.360000', '213113.820000', '213114.280000', '213114.740000', '213115.200000', '213115.660000', '213116.120000', '213116.580000', '213117.040000', '213117.500000', '213117.960000', '213118.420000', '213118.880000', '213119.340000', '213119.800000', '213120.260000', '213120.720000', '213121.180000', '213121.640000', '213122.100000', '213122.560000', '213123.020000', '213123.480000', '213123.940000', '213124.400000', '213124.860000', '213125.320000', '213125.780000', '213126.240000', '213126.700000', '213127.160000', '213127.620000', '213128.080000', '213128.540000', '213129.000000', '213129.460000', '213129.920000', '213130.380000', '213130.840000', '213131.300000', '213131.760000', '213132.220000', '213132.680000', '213133.140000', '213133.600000', '213134.060000', '213134.520000', '213134.980000', '213135.440000', '213135.900000', '213136.360000', '213136.820000', '213137.280000', '213137.740000', '213138.200000', '213138.660000', '213139.120000', '213139.580000', '213140.040000', '213140.500000', '213140.960000', '213141.420000', '213141.880000', '213142.340000', '213142.800000', '213143.260000', '213143.720000', '213144.180000', '213144.640000', '213145.100000', '213145.560000', '213146.020000', '213146.480000', '213146.940000', '213147.400000', '213147.860000', '213148.320000', '213148.780000', '213149.240000', '213149.700000', '213150.160000', '213150.620000', '213151.080000', '213151.540000', '213152.000000', '213152.460000', '213152.920000', '213153.380000', '213153.840000', '213154.300000', '213154.760000', '213155.220000', '213155.680000', '213156.140000', '213156.600000', '213157.060000', '213157.520000', '213157.980000', '213158.440000', '213158.900000', '213159.360000', '213159.820000', '213200.280000', '213200.740000', '213201.200000', '213201.660000', '213202.120000', '213202.580000', '213203.040000', '213203.500000', '213203.960000', '213204.420000', '213204.880000', '213205.340000', '213205.800000', '213206.260000', '213206.720000', '213207.180000', '213207.640000', '213208.100000', '213208.560000', '213209.020000', '213209.480000', '213209.940000', '213210.400000', '213210.860000', '213211.320000', '213211.780000', '213212.240000', '213212.700000', '213213.160000', '213213.620000', '213214.080000', '213214.540000', '213215.000000', '213215.460000', '213215.920000', '213216.380000', '213216.840000', '213217.300000', '213217.760000', '213218.220000', '213218.680000', '213219.140000', '213219.600000', '213220.060000', '213220.520000', '213220.980000', '213221.440000', '213221.900000', '213222.360000', '213222.820000', '213223.280000', '213223.740000', '213224.200000', '213224.660000', '213225.120000', '213225.580000', '213226.040000', '213226.500000', '213226.960000', '213227.420000', '213227.880000', '213228.340000', '213228.800000', '213229.260000', '213229.720000', '213230.180000', '213230.640000', '213231.100000', '213231.560000', '213232.020000', '213232.480000', '213232.940000', '213233.400000', '213233.860000', '213234.320000', '213234.780000', '213235.240000', '213235.700000', '213236.160000', '213236.620000', '213237.080000', '213237.540000', '213238.000000', '213238.460000', '213238.920000', '213239.380000', '213239.840000', '213240.300000', '213240.760000', '213241.220000', '213241.680000', '213242.140000', '213242.600000', '213243.060000', '213243.520000', '213243.980000', '213244.440000', '213244.900000', '213245.360000', '213245.820000', '213246.280000', '213246.740000', '213247.200000', '213247.660000', '213248.120000', '213248.580000', '213249.040000', '213249.500000', '213249.960000', '213250.420000', '213250.880000', '213251.340000', '213251.800000', '213252.260000', '213252.720000', '213253.180000', '213253.640000', '213254.100000', '213254.560000', '213255.020000', '213255.480000', '213255.940000', '213256.400000', '213256.860000', '213257.320000', '213257.780000', '213258.240000', '213258.700000', '213259.160000', '213259.620000', '213300.080000', '213300.540000', '213301.000000', '213301.460000', '213301.920000', '213302.380000', '213302.840000', '213303.300000', '213303.760000', '213304.220000', '213304.680000', '213305.140000', '213305.600000', '213306.060000', '213306.520000', '213306.980000', '213307.440000', '213307.900000', '213308.360000', '213308.820000', '213309.280000', '213309.740000', '213310.200000', '213310.660000', '213311.120000', '213311.580000', '213312.040000', '213312.500000', '213312.960000', '213313.420000', '213313.880000', '213314.340000', '213314.800000', '213315.260000', '213315.720000', '213316.180000', '213316.640000', '213317.100000', '213317.560000', '213318.020000', '213318.480000', '213318.940000', '213319.400000', '213319.860000', '213320.320000', '213320.780000', '213321.240000', '213321.700000', '213322.160000', '213322.620000', '213323.080000', '213323.540000', '213324.000000', '213324.460000', '213324.920000', '213325.380000', '213325.840000', '213326.300000', '213326.760000', '213327.220000', '213327.680000', '213328.140000', '213328.600000', '213329.060000', '213329.520000', '213329.980000', '213330.440000', '213330.900000', '213331.360000', '213331.820000', '213332.280000', '213332.740000', '213333.200000', '213333.660000', '213334.120000', '213334.580000', '213335.040000', '213335.500000', '213335.960000', '213336.420000', '213336.880000', '213337.340000', '213337.800000', '213338.260000', '213338.720000', '213339.180000', '213339.640000', '213340.100000', '213340.560000', '213341.020000', '213341.480000', '213341.940000', '213342.400000', '213342.860000', '213343.320000', '213343.780000', '213344.240000', '213344.700000', '213345.160000', '213345.620000', '213346.080000', '213346.540000', '213347.000000', '213347.460000', '213347.920000', '213348.380000', '213348.840000', '213349.300000', '213349.760000', '213350.220000', '213350.680000', '213351.140000', '213351.600000', '213352.060000', '213352.520000', '213352.980000', '213353.440000', '213353.900000', '213354.360000', '213354.820000', '213355.280000', '213355.740000', '213356.200000', '213356.660000', '213357.120000', '213357.580000', '213358.040000', '213358.500000', '213358.960000', '213359.420000', '213359.880000', '213400.340000', '213400.800000', '213401.260000', '213401.720000', '213402.180000', '213402.640000', '213403.100000', '213403.560000', '213404.020000', '213404.480000', '213404.940000', '213405.400000', '213405.860000', '213406.320000', '213406.780000', '213407.240000', '213407.700000', '213408.160000', '213408.620000', '213409.080000', '213409.540000', '213410.000000', '213410.460000', '213410.920000', '213411.380000', '213411.840000', '213412.300000', '213412.760000', '213413.220000', '213413.680000', '213414.140000', '213414.600000', '213415.060000', '213415.520000', '213415.980000', '213416.440000', '213416.900000', '213417.360000', '213417.820000', '213418.280000', '213418.740000', '213419.200000', '213419.660000', '213420.120000', '213420.580000', '213421.040000', '213421.500000', '213421.960000', '213422.420000', '213422.880000', '213423.340000', '213423.800000', '213424.260000', '213424.720000', '213425.180000', '213425.640000', '213426.100000', '213426.560000', '213427.020000', '213427.480000', '213427.940000', '213428.400000', '213428.860000', '213429.320000', '213429.780000', '213430.240000', '213430.700000', '213431.160000', '213431.620000', '213432.080000', '213432.540000', '213433.000000', '213433.460000', '213433.920000', '213434.380000', '213434.840000', '213435.300000', '213435.760000', '213436.220000', '213436.680000', '213437.140000', '213437.600000', '213438.060000', '213438.520000', '213438.980000', '213439.440000', '213439.900000', '213440.360000', '213440.820000', '213441.280000', '213441.740000', '213442.200000', '213442.660000', '213443.120000', '213443.580000', '213444.040000', '213444.500000', '213444.960000', '213445.420000', '213445.880000', '213446.340000', '213446.800000', '213447.260000', '213447.720000', '213448.180000', '213448.640000', '213449.100000', '213449.560000', '213450.020000', '213450.480000', '213450.940000', '213451.400000', '213451.860000', '213452.320000', '213452.780000', '213453.240000', '213453.700000', '213454.160000', '213454.620000', '213455.080000', '213455.540000', '213456.000000', '213456.460000', '213456.920000', '213457.380000', '213457.840000', '213458.300000', '213458.760000', '213459.220000', '213459.680000', '213500.140000', '213500.600000', '213501.060000', '213501.520000', '213501.980000', '213502.440000', '213502.900000', '213503.360000', '213503.820000', '213504.280000', '213504.740000', '213505.200000', '213505.660000', '213506.120000', '213506.580000', '213507.040000', '213507.500000', '213507.960000', '213508.420000', '213508.880000', '213509.340000', '213509.800000', '213510.260000', '213510.720000', '213511.180000', '213511.640000', '213512.100000', '213512.560000', '213513.020000', '213513.480000', '213513.940000', '213514.400000', '213514.860000', '213515.320000', '213515.780000', '213516.240000', '213516.700000', '213517.160000', '213517.620000', '213518.080000', '213518.540000', '213519.000000', '213519.460000', '213519.920000', '213520.380000', '213520.840000', '213521.300000', '213521.760000', '213522.220000', '213522.680000', '213523.140000', '213523.600000', '213524.060000', '213524.520000', '213524.980000', '213525.440000', '213525.900000', '213526.360000', '213526.820000', '213527.280000', '213527.740000', '213528.200000', '213528.660000', '213529.120000', '213529.580000', '213530.040000', '213530.500000', '213530.960000', '213531.420000', '213531.880000', '213532.340000', '213532.800000', '213533.260000', '213533.720000', '213534.180000', '213534.640000', '213535.100000', '213535.560000', '213536.020000', '213536.480000', '213536.940000', '213537.400000', '213537.860000', '213538.320000', '213538.780000', '213539.240000', '213539.700000', '213540.160000', '213540.620000', '213541.080000', '213541.540000', '213542.000000', '213542.460000', '213542.920000', '213543.380000', '213543.840000', '213544.300000', '213544.760000', '213545.220000', '213545.680000', '213546.140000', '213546.600000', '213547.060000', '213547.520000', '213547.980000', '213548.440000', '213548.900000', '213549.360000', '213549.820000', '213550.280000', '213550.740000', '213551.200000', '213551.660000', '213552.120000', '213552.580000', '213553.040000', '213553.500000', '213553.960000', '213554.420000', '213554.880000', '213555.340000', '213555.800000', '213556.260000', '213556.720000', '213557.180000', '213557.640000', '213558.100000', '213558.560000', '213559.020000', '213559.480000', '213559.940000', '213600.400000', '213600.860000', '213601.320000', '213601.780000', '213602.240000', '213602.700000', '213603.160000', '213603.620000', '213604.080000', '213604.540000', '213605.000000', '213605.460000', '213605.920000', '213606.380000', '213606.840000', '213607.300000', '213607.760000', '213608.220000', '213608.680000', '213609.140000', '213609.600000', '213610.060000', '213610.520000', '213610.980000', '213611.440000', '213611.900000', '213612.360000', '213612.820000', '213613.280000', '213613.740000', '213614.200000', '213614.660000', '213615.120000', '213615.580000', '213616.040000', '213616.500000', '213616.960000', '213617.420000', '213617.880000', '213618.340000', '213618.800000', '213619.260000', '213619.720000', '213620.180000', '213620.640000', '213621.100000', '213621.560000', '213622.020000', '213622.480000', '213622.940000', '213623.400000', '213623.860000', '213624.320000', '213624.780000', '213625.240000', '213625.700000', '213626.160000', '213626.620000', '213627.080000', '213627.540000', '213628.000000', '213628.460000', '213628.920000', '213629.380000', '213629.840000', '213630.300000', '213630.760000', '213631.220000', '213631.680000', '213632.140000', '213632.600000', '213633.060000', '213633.520000', '213633.980000', '213634.440000', '213634.900000', '213635.360000', '213635.820000', '213636.280000', '213636.740000', '213637.200000', '213637.660000', '213638.120000', '213638.580000', '213639.040000', '213639.500000', '213639.960000', '213640.420000', '213640.880000', '213641.340000', '213641.800000', '213642.260000', '213642.720000', '213643.180000', '213643.640000', '213644.100000', '213644.560000', '213645.020000', '213645.480000', '213645.940000', '213646.400000', '213646.860000', '213647.320000', '213647.780000', '213648.240000', '213648.700000', '213649.160000', '213649.620000', '213650.080000', '213650.540000', '213651.000000', '213651.460000', '213651.920000', '213652.380000', '213652.840000', '213653.300000', '213653.760000', '213654.220000', '213654.680000', '213655.140000', '213655.600000', '213656.060000', '213656.520000', '213656.980000', '213657.440000', '213657.900000', '213658.360000', '213658.820000', '213659.280000', '213659.740000', '213700.200000', '213700.660000', '213701.120000', '213701.580000', '213702.040000', '213702.500000', '213702.960000', '213703.420000', '213703.880000', '213704.340000', '213704.800000', '213705.260000', '213705.720000', '213706.180000', '213706.640000', '213707.100000', '213707.560000', '213708.020000', '213708.480000', '213708.940000', '213709.400000', '213709.860000', '213710.320000', '213710.780000', '213711.240000', '213711.700000', '213712.160000', '213712.620000', '213713.080000', '213713.540000', '213714.000000', '213714.460000', '213714.920000', '213715.380000', '213715.840000', '213716.300000', '213716.760000', '213717.220000', '213717.680000', '213718.140000', '213718.600000', '213719.060000', '213719.520000', '213719.980000', '213720.440000', '213720.900000', '213721.360000', '213721.820000', '213722.280000', '213722.740000', '213723.200000', '213723.660000', '213724.120000', '213724.580000', '213725.040000', '213725.500000', '213725.960000', '213726.420000', '213726.880000', '213727.340000', '213727.800000', '213728.260000', '213728.720000', '213729.180000', '213729.640000', '213730.100000', '213730.560000', '213731.020000', '213731.480000', '213731.940000', '213732.400000', '213732.860000', '213733.320000', '213733.780000', '213734.240000', '213734.700000', '213735.160000', '213735.620000', '213736.080000', '213736.540000', '213737.000000', '213737.460000', '213737.920000', '213738.380000', '213738.840000', '213739.300000', '213739.760000', '213740.220000', '213740.680000', '213741.140000', '213741.600000', '213742.060000', '213742.520000', '213742.980000', '213743.440000', '213743.900000', '213744.360000', '213744.820000', '213745.280000', '213745.740000', '213746.200000', '213746.660000', '213747.120000', '213747.580000', '213748.040000', '213748.500000', '213748.960000', '213749.420000', '213749.880000', '213750.340000', '213750.800000', '213751.260000', '213751.720000', '213752.180000', '213752.640000', '213753.100000', '213753.560000', '213754.020000', '213754.480000', '213754.940000', '213755.400000', '213755.860000', '213756.320000', '213756.780000', '213757.240000', '213757.700000', '213758.160000', '213758.620000', '213759.080000', '213759.540000', '213800.000000', '213800.460000', '213800.920000', '213801.380000'], 'ContentTime': ['212933.758000', '212933.761000', '212933.763000', '212933.766000', '212933.769000', '212933.771000', '212933.774000', '212933.776000', '212933.779000', '212933.781000', '212933.784000', '212933.787000', '212933.789000', '212933.792000', '212933.794000', '212933.797000', '212933.800000', '212933.802000', '212933.805000', '212933.807000', '212933.810000', '212933.812000', '212933.815000', '212933.817000', '212933.820000', '212933.822000', '212933.825000', '212933.828000', '212933.830000', '212933.833000', '212933.835000', '212933.844000', '212933.847000', '212933.849000', '212933.852000', '212933.854000', '212933.857000', '212933.860000', '212933.862000', '212933.865000', '212933.867000', '212933.870000', '212933.872000', '212933.875000', '212933.877000', '212933.880000', '212933.882000', '212933.885000', '212933.887000', '212933.890000', '212953.708000', '212953.711000', '212953.714000', '212953.716000', '212953.719000', '212953.725000', '212953.728000', '212953.730000', '212953.733000', '212953.735000', '212953.738000', '212953.741000', '212953.743000', '212953.746000', '212953.748000', '212953.751000', '212953.753000', '212953.756000', '212953.758000', '212953.761000', '212953.763000', '212953.766000', '212953.768000', '212953.771000', '212953.774000', '212953.776000', '212953.779000', '212953.782000', '212953.785000', '212953.788000', '212953.790000', '212953.793000', '212953.795000', '212953.798000', '212953.800000', '212953.803000', '212953.806000', '212953.808000', '212953.811000', '212953.813000', '212953.816000', '212953.818000', '212953.821000', '213013.708000', '213013.711000', '213013.714000', '213013.716000', '213013.719000', '213013.721000', '213013.734000', '213013.737000', '213013.740000', '213013.742000', '213013.745000', '213013.747000', '213013.750000', '213013.752000', '213013.755000', '213013.757000', '213013.760000', '213013.762000', '213013.765000', '213013.768000', '213013.770000', '213013.773000', '213013.775000', '213013.778000', '213013.780000', '213013.783000', '213013.785000', '213013.788000', '213013.790000', '213013.793000', '213013.795000', '213013.798000', '213013.801000', '213013.803000', '213013.806000', '213013.808000', '213013.811000', '213013.813000', '213013.816000', '213013.819000', '213013.821000', '213013.824000', '213013.826000', '213013.829000', '213033.708000', '213033.711000', '213033.714000', '213033.741000', '213033.743000', '213033.746000', '213033.748000', '213033.751000', '213033.753000', '213033.756000', '213033.759000', '213033.761000', '213033.764000', '213033.766000', '213033.770000', '213033.773000', '213033.775000', '213033.778000', '213033.781000', '213033.783000', '213033.786000', '213033.788000', '213033.791000', '213033.793000', '213033.796000', '213033.799000', '213033.801000', '213033.804000', '213033.806000', '213033.809000', '213033.811000', '213033.814000', '213033.817000', '213033.819000', '213033.822000', '213033.824000', '213033.827000', '213033.829000', '213033.832000', '213033.834000', '213033.837000', '213033.839000', '213033.844000', '213053.709000', '213053.712000', '213053.715000', '213053.717000', '213053.720000', '213053.723000', '213053.725000', '213053.728000', '213053.730000', '213053.733000', '213053.735000', '213053.738000', '213053.740000', '213053.743000', '213053.745000', '213053.748000', '213053.750000', '213053.753000', '213053.756000', '213053.758000', '213053.761000', '213053.764000', '213053.766000', '213053.769000', '213053.771000', '213053.774000', '213053.776000', '213053.779000', '213053.782000', '213053.784000', '213053.787000', '213053.790000', '213053.792000', '213053.795000', '213053.850000', '213053.852000', '213053.855000', '213053.857000', '213053.860000', '213053.862000', '213053.865000', '213053.867000', '213053.870000', '213053.872000', '213113.709000', '213113.712000', '213113.715000', '213113.717000', '213113.720000', '213113.722000', '213113.725000', '213113.727000', '213113.730000', '213113.732000', '213113.735000', '213113.737000', '213113.740000', '213113.743000', '213113.745000', '213113.748000', '213113.750000', '213113.753000', '213113.755000', '213113.758000', '213113.760000', '213113.763000', '213113.766000', '213113.768000', '213113.771000', '213113.773000', '213113.776000', '213113.843000', '213113.846000', '213113.849000', '213113.851000', '213113.854000', '213113.856000', '213113.859000', '213113.861000', '213113.864000', '213113.866000', '213113.869000', '213113.871000', '213113.874000', '213113.877000', '213113.879000', '213113.882000', '213133.708000', '213133.711000', '213133.714000', '213133.716000', '213133.719000', '213133.721000', '213133.724000', '213133.727000', '213133.729000', '213133.732000', '213133.734000', '213133.737000', '213133.739000', '213133.742000', '213133.744000', '213133.747000', '213133.750000', '213133.752000', '213133.755000', '213133.757000', '213133.760000', '213133.762000', '213133.765000', '213133.767000', '213133.770000', '213133.772000', '213133.775000', '213133.777000', '213133.780000', '213133.783000', '213133.785000', '213133.788000', '213133.790000', '213133.793000', '213133.796000', '213133.798000', '213133.801000', '213133.848000', '213133.851000', '213133.854000', '213133.856000', '213133.859000', '213133.861000', '213133.864000', '213153.708000', '213153.711000', '213153.714000', '213153.716000', '213153.719000', '213153.721000', '213153.724000', '213153.726000', '213153.729000', '213153.732000', '213153.734000', '213153.737000', '213153.739000', '213153.742000', '213153.744000', '213153.747000', '213153.750000', '213153.752000', '213153.755000', '213153.757000', '213153.760000', '213153.790000', '213153.793000', '213153.795000', '213153.798000', '213153.830000', '213153.833000', '213153.836000', '213153.838000', '213153.841000', '213153.843000', '213153.846000', '213153.848000', '213153.851000', '213153.853000', '213153.856000', '213153.859000', '213153.861000', '213153.864000', '213153.866000', '213153.869000', '213153.871000', '213153.874000', '213213.708000', '213213.711000', '213213.714000', '213213.716000', '213213.719000', '213213.721000', '213213.724000', '213213.726000', '213213.729000', '213213.732000', '213213.734000', '213213.737000', '213213.739000', '213213.742000', '213213.744000', '213213.747000', '213213.750000', '213213.752000', '213213.755000', '213213.757000', '213213.760000', '213213.762000', '213213.765000', '213213.767000', '213213.770000', '213213.772000', '213213.775000', '213213.778000', '213213.780000', '213213.783000', '213213.785000', '213213.788000', '213213.791000', '213213.793000', '213213.796000', '213213.798000', '213213.858000', '213213.861000', '213213.863000', '213213.866000', '213213.868000', '213213.871000', '213213.874000', '213213.876000', '213233.709000', '213233.711000', '213233.714000', '213233.716000', '213233.719000', '213233.722000', '213233.724000', '213233.727000', '213233.729000', '213233.732000', '213233.734000', '213233.737000', '213233.740000', '213233.742000', '213233.745000', '213233.747000', '213233.750000', '213233.752000', '213233.755000', '213233.757000', '213233.760000', '213233.763000', '213233.765000', '213233.768000', '213233.770000', '213233.773000', '213233.775000', '213233.875000', '213233.877000', '213233.880000', '213233.883000', '213233.885000', '213233.888000', '213233.890000', '213233.893000', '213233.895000', '213233.898000', '213233.901000', '213233.903000', '213233.906000', '213233.908000', '213233.911000', '213233.913000', '213253.708000', '213253.711000', '213253.714000', '213253.716000', '213253.719000', '213253.721000', '213253.724000', '213253.726000', '213253.729000', '213253.731000', '213253.734000', '213253.736000', '213253.739000', '213253.742000', '213253.744000', '213253.747000', '213253.749000', '213253.752000', '213253.754000', '213253.757000', '213253.760000', '213253.762000', '213253.765000', '213253.767000', '213253.770000', '213253.772000', '213253.775000', '213253.777000', '213253.780000', '213253.783000', '213253.785000', '213253.788000', '213253.790000', '213253.793000', '213253.795000', '213253.798000', '213253.846000', '213253.848000', '213253.851000', '213253.853000', '213253.856000', '213253.859000', '213253.861000', '213253.864000', '213313.709000', '213313.712000', '213313.715000', '213313.717000', '213313.720000', '213313.722000', '213313.725000', '213313.727000', '213313.730000', '213313.733000', '213313.735000', '213313.738000', '213313.740000', '213313.743000', '213313.745000', '213313.748000', '213313.750000', '213313.753000', '213313.756000', '213313.758000', '213313.761000', '213313.763000', '213313.766000', '213313.768000', '213313.771000', '213313.773000', '213313.776000', '213313.779000', '213313.781000', '213313.784000', '213313.786000', '213313.789000', '213313.791000', '213313.794000', '213313.797000', '213313.799000', '213313.879000', '213313.882000', '213313.885000', '213313.887000', '213313.890000', '213313.892000', '213313.895000', '213333.709000', '213333.712000', '213333.715000', '213333.718000', '213333.720000', '213333.723000', '213333.726000', '213333.728000', '213333.731000', '213333.733000', '213333.736000', '213333.739000', '213333.741000', '213333.744000', '213333.747000', '213333.749000', '213333.752000', '213333.754000', '213333.757000', '213333.759000', '213333.762000', '213333.764000', '213333.767000', '213333.770000', '213333.793000', '213333.796000', '213333.798000', '213333.801000', '213333.803000', '213333.806000', '213333.809000', '213333.811000', '213333.814000', '213333.816000', '213333.819000', '213333.822000', '213333.824000', '213333.827000', '213333.829000', '213333.832000', '213333.835000', '213333.837000', '213333.840000', '213333.842000', '213353.708000', '213353.711000', '213353.714000', '213353.716000', '213353.719000', '213353.721000', '213353.724000', '213353.727000', '213353.729000', '213353.732000', '213353.734000', '213353.737000', '213353.739000', '213353.742000', '213353.745000', '213353.747000', '213353.750000', '213353.752000', '213353.755000', '213353.757000', '213353.760000', '213353.763000', '213353.765000', '213353.768000', '213353.770000', '213353.773000', '213353.776000', '213353.778000', '213353.781000', '213353.783000', '213353.786000', '213353.788000', '213353.791000', '213353.794000', '213353.796000', '213353.799000', '213353.865000', '213353.868000', '213353.870000', '213353.873000', '213353.875000', '213353.878000', '213353.880000', '213413.709000', '213413.711000', '213413.714000', '213413.717000', '213413.719000', '213413.722000', '213413.724000', '213413.727000', '213413.729000', '213413.732000', '213413.735000', '213413.737000', '213413.740000', '213413.742000', '213413.745000', '213413.747000', '213413.750000', '213413.753000', '213413.755000', '213413.758000', '213413.761000', '213413.763000', '213413.766000', '213413.768000', '213413.771000', '213413.773000', '213413.776000', '213413.778000', '213413.781000', '213413.784000', '213413.786000', '213413.789000', '213413.792000', '213413.794000', '213413.797000', '213413.855000', '213413.857000', '213413.860000', '213413.863000', '213413.865000', '213413.868000', '213413.870000', '213413.873000', '213413.876000', '213433.709000', '213433.711000', '213433.714000', '213433.716000', '213433.719000', '213433.721000', '213433.724000', '213433.727000', '213433.729000', '213433.732000', '213433.734000', '213433.737000', '213433.740000', '213433.742000', '213433.745000', '213433.747000', '213433.750000', '213433.752000', '213433.755000', '213433.757000', '213433.760000', '213433.763000', '213433.765000', '213433.768000', '213433.770000', '213433.773000', '213433.775000', '213433.778000', '213433.780000', '213433.783000', '213433.785000', '213433.788000', '213433.790000', '213433.793000', '213433.796000', '213433.798000', '213433.858000', '213433.861000', '213433.863000', '213433.866000', '213433.868000', '213433.871000', '213433.874000', '213453.708000', '213453.711000', '213453.714000', '213453.716000', '213453.719000', '213453.722000', '213453.724000', '213453.727000', '213453.730000', '213453.732000', '213453.735000', '213453.737000', '213453.740000', '213453.742000', '213453.745000', '213453.747000', '213453.750000', '213453.753000', '213453.755000', '213453.758000', '213453.760000', '213453.764000', '213453.766000', '213453.769000', '213453.771000', '213453.774000', '213453.777000', '213453.779000', '213453.782000', '213453.784000', '213453.787000', '213453.789000', '213453.792000', '213453.795000', '213453.797000', '213453.862000', '213453.865000', '213453.868000', '213453.870000', '213453.873000', '213453.875000', '213453.878000', '213453.880000', '213513.709000', '213513.711000', '213513.714000', '213513.716000', '213513.719000', '213513.722000', '213513.724000', '213513.728000', '213513.731000', '213513.733000', '213513.736000', '213513.738000', '213513.741000', '213513.744000', '213513.746000', '213513.749000', '213513.751000', '213513.754000', '213513.756000', '213513.759000', '213513.762000', '213513.764000', '213513.767000', '213513.769000', '213513.772000', '213513.774000', '213513.777000', '213513.780000', '213513.782000', '213513.785000', '213513.788000', '213513.790000', '213513.793000', '213513.795000', '213513.798000', '213513.868000', '213513.870000', '213513.873000', '213513.876000', '213513.878000', '213513.881000', '213513.883000', '213513.886000', '213513.888000', '213533.709000', '213533.712000', '213533.715000', '213533.717000', '213533.720000', '213533.723000', '213533.725000', '213533.728000', '213533.731000', '213533.733000', '213533.736000', '213533.738000', '213533.741000', '213533.743000', '213533.746000', '213533.749000', '213533.751000', '213533.754000', '213533.756000', '213533.759000', '213533.761000', '213533.764000', '213533.767000', '213533.769000', '213533.772000', '213533.775000', '213533.777000', '213533.780000', '213533.782000', '213533.785000', '213533.788000', '213533.790000', '213533.793000', '213533.795000', '213533.798000', '213533.870000', '213533.873000', '213533.875000', '213533.878000', '213533.881000', '213533.883000', '213533.886000', '213533.888000', '213553.709000', '213553.712000', '213553.715000', '213553.717000', '213553.720000', '213553.723000', '213553.725000', '213553.728000', '213553.730000', '213553.733000', '213553.735000', '213553.738000', '213553.740000', '213553.743000', '213553.746000', '213553.748000', '213553.751000', '213553.753000', '213553.756000', '213553.758000', '213553.761000', '213553.763000', '213553.766000', '213553.769000', '213553.771000', '213553.774000', '213553.776000', '213553.779000', '213553.782000', '213553.784000', '213553.787000', '213553.789000', '213553.792000', '213553.794000', '213553.797000', '213553.863000', '213553.866000', '213553.868000', '213553.871000', '213553.874000', '213553.876000', '213553.879000', '213553.881000', '213553.884000', '213613.709000', '213613.711000', '213613.714000', '213613.717000', '213613.719000', '213613.722000', '213613.724000', '213613.727000', '213613.729000', '213613.732000', '213613.734000', '213613.737000', '213613.740000', '213613.743000', '213613.746000', '213613.748000', '213613.751000', '213613.754000', '213613.756000', '213613.759000', '213613.761000', '213613.764000', '213613.767000', '213613.769000', '213613.772000', '213613.774000', '213613.777000', '213613.779000', '213613.782000', '213613.785000', '213613.787000', '213613.790000', '213613.793000', '213613.796000', '213613.799000', '213613.869000', '213613.872000', '213613.875000', '213613.877000', '213613.880000', '213613.882000', '213613.885000', '213613.887000', '213633.708000', '213633.711000', '213633.714000', '213633.716000', '213633.719000', '213633.721000', '213633.724000', '213633.727000', '213633.729000', '213633.732000', '213633.734000', '213633.737000', '213633.739000', '213633.742000', '213633.745000', '213633.747000', '213633.750000', '213633.752000', '213633.755000', '213633.757000', '213633.760000', '213633.763000', '213633.765000', '213633.768000', '213633.770000', '213633.773000', '213633.775000', '213633.778000', '213633.780000', '213633.783000', '213633.786000', '213633.788000', '213633.791000', '213633.794000', '213633.796000', '213633.799000', '213633.884000', '213633.886000', '213633.889000', '213633.891000', '213633.894000', '213633.896000', '213633.899000', '213633.902000', '213653.709000', '213653.712000', '213653.714000', '213653.717000', '213653.719000', '213653.722000', '213653.725000', '213653.728000', '213653.731000', '213653.734000', '213653.737000', '213653.739000', '213653.742000', '213653.745000', '213653.747000', '213653.750000', '213653.752000', '213653.755000', '213653.757000', '213653.760000', '213653.763000', '213653.765000', '213653.768000', '213653.770000', '213653.773000', '213653.775000', '213653.778000', '213653.781000', '213653.783000', '213653.786000', '213653.788000', '213653.791000', '213653.794000', '213653.796000', '213653.799000', '213653.874000', '213653.876000', '213653.879000', '213653.882000', '213653.884000', '213653.887000', '213653.890000', '213653.892000', '213713.709000', '213713.711000', '213713.714000', '213713.717000', '213713.719000', '213713.722000', '213713.724000', '213713.727000', '213713.729000', '213713.732000', '213713.734000', '213713.737000', '213713.739000', '213713.742000', '213713.745000', '213713.747000', '213713.750000', '213713.752000', '213713.755000', '213713.758000', '213713.760000', '213713.763000', '213713.765000', '213713.768000', '213713.770000', '213713.773000', '213713.776000', '213713.778000', '213713.781000', '213713.783000', '213713.786000', '213713.788000', '213713.791000', '213713.794000', '213713.796000', '213713.799000', '213713.801000', '213713.804000', '213713.807000', '213713.809000', '213713.812000', '213713.814000', '213713.817000', '213713.819000', '213733.709000', '213733.712000', '213733.714000', '213733.717000', '213733.719000', '213733.722000', '213733.724000', '213733.727000', '213733.730000', '213733.732000', '213733.735000', '213733.737000', '213733.740000', '213733.742000', '213733.745000', '213733.748000', '213733.750000', '213733.754000', '213733.756000', '213733.759000', '213733.762000', '213733.764000', '213733.767000', '213733.769000', '213733.772000', '213733.774000', '213733.777000', '213733.779000', '213733.783000', '213733.786000', '213733.789000', '213733.791000', '213733.794000', '213733.796000', '213733.799000', '213733.871000', '213733.874000', '213733.877000', '213733.879000', '213733.882000', '213733.884000', '213733.887000', '213733.898000', '213753.709000', '213753.712000', '213753.715000', '213753.717000', '213753.720000', '213753.722000', '213753.725000', '213753.727000', '213753.730000', '213753.732000', '213753.735000', '213753.738000', '213753.740000', '213753.743000', '213753.745000', '213753.748000', '213753.752000', '213753.754000', '213753.757000', '213753.759000', '213753.762000', '213753.764000', '213753.767000', '213753.769000', '213753.772000', '213753.775000', '213753.777000', '213753.780000', '213753.782000', '213753.785000', '213753.787000', '213753.790000', '213753.793000', '213753.795000', '213753.798000', '213753.871000', '213753.874000', '213753.876000', '213753.879000', '213753.881000', '213753.884000', '213753.886000', '213753.889000', '213753.892000', '213802.254000', '213802.257000', '213802.260000', '213802.262000', '213802.265000', '213802.267000', '213802.270000', '213802.273000', '213802.275000', '213802.278000', '213802.280000', '213802.283000', '213802.286000', '213802.288000', '213802.291000', '213802.293000', '213802.296000', '213802.298000', '213802.301000'], 'InstanceCreationTime': ['212933.758000', '212933.761000', '212933.763000', '212933.766000', '212933.769000', '212933.771000', '212933.774000', '212933.776000', '212933.779000', '212933.781000', '212933.784000', '212933.787000', '212933.789000', '212933.792000', '212933.794000', '212933.797000', '212933.800000', '212933.802000', '212933.805000', '212933.807000', '212933.810000', '212933.812000', '212933.815000', '212933.817000', '212933.820000', '212933.822000', '212933.825000', '212933.828000', '212933.830000', '212933.833000', '212933.835000', '212933.844000', '212933.847000', '212933.849000', '212933.852000', '212933.854000', '212933.857000', '212933.860000', '212933.862000', '212933.865000', '212933.867000', '212933.870000', '212933.872000', '212933.875000', '212933.877000', '212933.880000', '212933.882000', '212933.885000', '212933.887000', '212933.890000', '212953.708000', '212953.711000', '212953.714000', '212953.716000', '212953.719000', '212953.725000', '212953.728000', '212953.730000', '212953.733000', '212953.735000', '212953.738000', '212953.741000', '212953.743000', '212953.746000', '212953.748000', '212953.751000', '212953.753000', '212953.756000', '212953.758000', '212953.761000', '212953.763000', '212953.766000', '212953.768000', '212953.771000', '212953.774000', '212953.776000', '212953.779000', '212953.782000', '212953.785000', '212953.788000', '212953.790000', '212953.793000', '212953.795000', '212953.798000', '212953.800000', '212953.803000', '212953.806000', '212953.808000', '212953.811000', '212953.813000', '212953.816000', '212953.818000', '212953.821000', '213013.708000', '213013.711000', '213013.714000', '213013.716000', '213013.719000', '213013.721000', '213013.734000', '213013.737000', '213013.740000', '213013.742000', '213013.745000', '213013.747000', '213013.750000', '213013.752000', '213013.755000', '213013.757000', '213013.760000', '213013.762000', '213013.765000', '213013.768000', '213013.770000', '213013.773000', '213013.775000', '213013.778000', '213013.780000', '213013.783000', '213013.785000', '213013.788000', '213013.790000', '213013.793000', '213013.795000', '213013.798000', '213013.801000', '213013.803000', '213013.806000', '213013.808000', '213013.811000', '213013.813000', '213013.816000', '213013.819000', '213013.821000', '213013.824000', '213013.826000', '213013.829000', '213033.708000', '213033.711000', '213033.714000', '213033.741000', '213033.743000', '213033.746000', '213033.748000', '213033.751000', '213033.753000', '213033.756000', '213033.759000', '213033.761000', '213033.764000', '213033.766000', '213033.770000', '213033.773000', '213033.775000', '213033.778000', '213033.781000', '213033.783000', '213033.786000', '213033.788000', '213033.791000', '213033.793000', '213033.796000', '213033.799000', '213033.801000', '213033.804000', '213033.806000', '213033.809000', '213033.811000', '213033.814000', '213033.817000', '213033.819000', '213033.822000', '213033.824000', '213033.827000', '213033.829000', '213033.832000', '213033.834000', '213033.837000', '213033.839000', '213033.844000', '213053.709000', '213053.712000', '213053.715000', '213053.717000', '213053.720000', '213053.723000', '213053.725000', '213053.728000', '213053.730000', '213053.733000', '213053.735000', '213053.738000', '213053.740000', '213053.743000', '213053.745000', '213053.748000', '213053.750000', '213053.753000', '213053.756000', '213053.758000', '213053.761000', '213053.764000', '213053.766000', '213053.769000', '213053.771000', '213053.774000', '213053.776000', '213053.779000', '213053.782000', '213053.784000', '213053.787000', '213053.790000', '213053.792000', '213053.795000', '213053.850000', '213053.852000', '213053.855000', '213053.857000', '213053.860000', '213053.862000', '213053.865000', '213053.867000', '213053.870000', '213053.872000', '213113.709000', '213113.712000', '213113.715000', '213113.717000', '213113.720000', '213113.722000', '213113.725000', '213113.727000', '213113.730000', '213113.732000', '213113.735000', '213113.737000', '213113.740000', '213113.743000', '213113.745000', '213113.748000', '213113.750000', '213113.753000', '213113.755000', '213113.758000', '213113.760000', '213113.763000', '213113.766000', '213113.768000', '213113.771000', '213113.773000', '213113.776000', '213113.843000', '213113.846000', '213113.849000', '213113.851000', '213113.854000', '213113.856000', '213113.859000', '213113.861000', '213113.864000', '213113.866000', '213113.869000', '213113.871000', '213113.874000', '213113.877000', '213113.879000', '213113.882000', '213133.708000', '213133.711000', '213133.714000', '213133.716000', '213133.719000', '213133.721000', '213133.724000', '213133.727000', '213133.729000', '213133.732000', '213133.734000', '213133.737000', '213133.739000', '213133.742000', '213133.744000', '213133.747000', '213133.750000', '213133.752000', '213133.755000', '213133.757000', '213133.760000', '213133.762000', '213133.765000', '213133.767000', '213133.770000', '213133.772000', '213133.775000', '213133.777000', '213133.780000', '213133.783000', '213133.785000', '213133.788000', '213133.790000', '213133.793000', '213133.796000', '213133.798000', '213133.801000', '213133.848000', '213133.851000', '213133.854000', '213133.856000', '213133.859000', '213133.861000', '213133.864000', '213153.708000', '213153.711000', '213153.714000', '213153.716000', '213153.719000', '213153.721000', '213153.724000', '213153.726000', '213153.729000', '213153.732000', '213153.734000', '213153.737000', '213153.739000', '213153.742000', '213153.744000', '213153.747000', '213153.750000', '213153.752000', '213153.755000', '213153.757000', '213153.760000', '213153.790000', '213153.793000', '213153.795000', '213153.798000', '213153.830000', '213153.833000', '213153.836000', '213153.838000', '213153.841000', '213153.843000', '213153.846000', '213153.848000', '213153.851000', '213153.853000', '213153.856000', '213153.859000', '213153.861000', '213153.864000', '213153.866000', '213153.869000', '213153.871000', '213153.874000', '213213.708000', '213213.711000', '213213.714000', '213213.716000', '213213.719000', '213213.721000', '213213.724000', '213213.726000', '213213.729000', '213213.732000', '213213.734000', '213213.737000', '213213.739000', '213213.742000', '213213.744000', '213213.747000', '213213.750000', '213213.752000', '213213.755000', '213213.757000', '213213.760000', '213213.762000', '213213.765000', '213213.767000', '213213.770000', '213213.772000', '213213.775000', '213213.778000', '213213.780000', '213213.783000', '213213.785000', '213213.788000', '213213.791000', '213213.793000', '213213.796000', '213213.798000', '213213.858000', '213213.861000', '213213.863000', '213213.866000', '213213.868000', '213213.871000', '213213.874000', '213213.876000', '213233.709000', '213233.711000', '213233.714000', '213233.716000', '213233.719000', '213233.722000', '213233.724000', '213233.727000', '213233.729000', '213233.732000', '213233.734000', '213233.737000', '213233.740000', '213233.742000', '213233.745000', '213233.747000', '213233.750000', '213233.752000', '213233.755000', '213233.757000', '213233.760000', '213233.763000', '213233.765000', '213233.768000', '213233.770000', '213233.773000', '213233.775000', '213233.875000', '213233.877000', '213233.880000', '213233.883000', '213233.885000', '213233.888000', '213233.890000', '213233.893000', '213233.895000', '213233.898000', '213233.901000', '213233.903000', '213233.906000', '213233.908000', '213233.911000', '213233.913000', '213253.708000', '213253.711000', '213253.714000', '213253.716000', '213253.719000', '213253.721000', '213253.724000', '213253.726000', '213253.729000', '213253.731000', '213253.734000', '213253.736000', '213253.739000', '213253.742000', '213253.744000', '213253.747000', '213253.749000', '213253.752000', '213253.754000', '213253.757000', '213253.760000', '213253.762000', '213253.765000', '213253.767000', '213253.770000', '213253.772000', '213253.775000', '213253.777000', '213253.780000', '213253.783000', '213253.785000', '213253.788000', '213253.790000', '213253.793000', '213253.795000', '213253.798000', '213253.846000', '213253.848000', '213253.851000', '213253.853000', '213253.856000', '213253.859000', '213253.861000', '213253.864000', '213313.709000', '213313.712000', '213313.715000', '213313.717000', '213313.720000', '213313.722000', '213313.725000', '213313.727000', '213313.730000', '213313.733000', '213313.735000', '213313.738000', '213313.740000', '213313.743000', '213313.745000', '213313.748000', '213313.750000', '213313.753000', '213313.756000', '213313.758000', '213313.761000', '213313.763000', '213313.766000', '213313.768000', '213313.771000', '213313.773000', '213313.776000', '213313.779000', '213313.781000', '213313.784000', '213313.786000', '213313.789000', '213313.791000', '213313.794000', '213313.797000', '213313.799000', '213313.879000', '213313.882000', '213313.885000', '213313.887000', '213313.890000', '213313.892000', '213313.895000', '213333.709000', '213333.712000', '213333.715000', '213333.718000', '213333.720000', '213333.723000', '213333.726000', '213333.728000', '213333.731000', '213333.733000', '213333.736000', '213333.739000', '213333.741000', '213333.744000', '213333.747000', '213333.749000', '213333.752000', '213333.754000', '213333.757000', '213333.759000', '213333.762000', '213333.764000', '213333.767000', '213333.770000', '213333.793000', '213333.796000', '213333.798000', '213333.801000', '213333.803000', '213333.806000', '213333.809000', '213333.811000', '213333.814000', '213333.816000', '213333.819000', '213333.822000', '213333.824000', '213333.827000', '213333.829000', '213333.832000', '213333.835000', '213333.837000', '213333.840000', '213333.842000', '213353.708000', '213353.711000', '213353.714000', '213353.716000', '213353.719000', '213353.721000', '213353.724000', '213353.727000', '213353.729000', '213353.732000', '213353.734000', '213353.737000', '213353.739000', '213353.742000', '213353.745000', '213353.747000', '213353.750000', '213353.752000', '213353.755000', '213353.757000', '213353.760000', '213353.763000', '213353.765000', '213353.768000', '213353.770000', '213353.773000', '213353.776000', '213353.778000', '213353.781000', '213353.783000', '213353.786000', '213353.788000', '213353.791000', '213353.794000', '213353.796000', '213353.799000', '213353.865000', '213353.868000', '213353.870000', '213353.873000', '213353.875000', '213353.878000', '213353.880000', '213413.709000', '213413.711000', '213413.714000', '213413.717000', '213413.719000', '213413.722000', '213413.724000', '213413.727000', '213413.729000', '213413.732000', '213413.735000', '213413.737000', '213413.740000', '213413.742000', '213413.745000', '213413.747000', '213413.750000', '213413.753000', '213413.755000', '213413.758000', '213413.761000', '213413.763000', '213413.766000', '213413.768000', '213413.771000', '213413.773000', '213413.776000', '213413.778000', '213413.781000', '213413.784000', '213413.786000', '213413.789000', '213413.792000', '213413.794000', '213413.797000', '213413.855000', '213413.857000', '213413.860000', '213413.863000', '213413.865000', '213413.868000', '213413.870000', '213413.873000', '213413.876000', '213433.709000', '213433.711000', '213433.714000', '213433.716000', '213433.719000', '213433.721000', '213433.724000', '213433.727000', '213433.729000', '213433.732000', '213433.734000', '213433.737000', '213433.740000', '213433.742000', '213433.745000', '213433.747000', '213433.750000', '213433.752000', '213433.755000', '213433.757000', '213433.760000', '213433.763000', '213433.765000', '213433.768000', '213433.770000', '213433.773000', '213433.775000', '213433.778000', '213433.780000', '213433.783000', '213433.785000', '213433.788000', '213433.790000', '213433.793000', '213433.796000', '213433.798000', '213433.858000', '213433.861000', '213433.863000', '213433.866000', '213433.868000', '213433.871000', '213433.874000', '213453.708000', '213453.711000', '213453.714000', '213453.716000', '213453.719000', '213453.722000', '213453.724000', '213453.727000', '213453.730000', '213453.732000', '213453.735000', '213453.737000', '213453.740000', '213453.742000', '213453.745000', '213453.747000', '213453.750000', '213453.753000', '213453.755000', '213453.758000', '213453.760000', '213453.764000', '213453.766000', '213453.769000', '213453.771000', '213453.774000', '213453.777000', '213453.779000', '213453.782000', '213453.784000', '213453.787000', '213453.789000', '213453.792000', '213453.795000', '213453.797000', '213453.862000', '213453.865000', '213453.868000', '213453.870000', '213453.873000', '213453.875000', '213453.878000', '213453.880000', '213513.709000', '213513.711000', '213513.714000', '213513.716000', '213513.719000', '213513.722000', '213513.724000', '213513.728000', '213513.731000', '213513.733000', '213513.736000', '213513.738000', '213513.741000', '213513.744000', '213513.746000', '213513.749000', '213513.751000', '213513.754000', '213513.756000', '213513.759000', '213513.762000', '213513.764000', '213513.767000', '213513.769000', '213513.772000', '213513.774000', '213513.777000', '213513.780000', '213513.782000', '213513.785000', '213513.788000', '213513.790000', '213513.793000', '213513.795000', '213513.798000', '213513.868000', '213513.870000', '213513.873000', '213513.876000', '213513.878000', '213513.881000', '213513.883000', '213513.886000', '213513.888000', '213533.709000', '213533.712000', '213533.715000', '213533.717000', '213533.720000', '213533.723000', '213533.725000', '213533.728000', '213533.731000', '213533.733000', '213533.736000', '213533.738000', '213533.741000', '213533.743000', '213533.746000', '213533.749000', '213533.751000', '213533.754000', '213533.756000', '213533.759000', '213533.761000', '213533.764000', '213533.767000', '213533.769000', '213533.772000', '213533.775000', '213533.777000', '213533.780000', '213533.782000', '213533.785000', '213533.788000', '213533.790000', '213533.793000', '213533.795000', '213533.798000', '213533.870000', '213533.873000', '213533.875000', '213533.878000', '213533.881000', '213533.883000', '213533.886000', '213533.888000', '213553.709000', '213553.712000', '213553.715000', '213553.717000', '213553.720000', '213553.723000', '213553.725000', '213553.728000', '213553.730000', '213553.733000', '213553.735000', '213553.738000', '213553.740000', '213553.743000', '213553.746000', '213553.748000', '213553.751000', '213553.753000', '213553.756000', '213553.758000', '213553.761000', '213553.763000', '213553.766000', '213553.769000', '213553.771000', '213553.774000', '213553.776000', '213553.779000', '213553.782000', '213553.784000', '213553.787000', '213553.789000', '213553.792000', '213553.794000', '213553.797000', '213553.863000', '213553.866000', '213553.868000', '213553.871000', '213553.874000', '213553.876000', '213553.879000', '213553.881000', '213553.884000', '213613.709000', '213613.711000', '213613.714000', '213613.717000', '213613.719000', '213613.722000', '213613.724000', '213613.727000', '213613.729000', '213613.732000', '213613.734000', '213613.737000', '213613.740000', '213613.743000', '213613.746000', '213613.748000', '213613.751000', '213613.754000', '213613.756000', '213613.759000', '213613.761000', '213613.764000', '213613.767000', '213613.769000', '213613.772000', '213613.774000', '213613.777000', '213613.779000', '213613.782000', '213613.785000', '213613.787000', '213613.790000', '213613.793000', '213613.796000', '213613.799000', '213613.869000', '213613.872000', '213613.875000', '213613.877000', '213613.880000', '213613.882000', '213613.885000', '213613.887000', '213633.708000', '213633.711000', '213633.714000', '213633.716000', '213633.719000', '213633.721000', '213633.724000', '213633.727000', '213633.729000', '213633.732000', '213633.734000', '213633.737000', '213633.739000', '213633.742000', '213633.745000', '213633.747000', '213633.750000', '213633.752000', '213633.755000', '213633.757000', '213633.760000', '213633.763000', '213633.765000', '213633.768000', '213633.770000', '213633.773000', '213633.775000', '213633.778000', '213633.780000', '213633.783000', '213633.786000', '213633.788000', '213633.791000', '213633.794000', '213633.796000', '213633.799000', '213633.884000', '213633.886000', '213633.889000', '213633.891000', '213633.894000', '213633.896000', '213633.899000', '213633.902000', '213653.709000', '213653.712000', '213653.714000', '213653.717000', '213653.719000', '213653.722000', '213653.725000', '213653.728000', '213653.731000', '213653.734000', '213653.737000', '213653.739000', '213653.742000', '213653.745000', '213653.747000', '213653.750000', '213653.752000', '213653.755000', '213653.757000', '213653.760000', '213653.763000', '213653.765000', '213653.768000', '213653.770000', '213653.773000', '213653.775000', '213653.778000', '213653.781000', '213653.783000', '213653.786000', '213653.788000', '213653.791000', '213653.794000', '213653.796000', '213653.799000', '213653.874000', '213653.876000', '213653.879000', '213653.882000', '213653.884000', '213653.887000', '213653.890000', '213653.892000', '213713.709000', '213713.711000', '213713.714000', '213713.717000', '213713.719000', '213713.722000', '213713.724000', '213713.727000', '213713.729000', '213713.732000', '213713.734000', '213713.737000', '213713.739000', '213713.742000', '213713.745000', '213713.747000', '213713.750000', '213713.752000', '213713.755000', '213713.758000', '213713.760000', '213713.763000', '213713.765000', '213713.768000', '213713.770000', '213713.773000', '213713.776000', '213713.778000', '213713.781000', '213713.783000', '213713.786000', '213713.788000', '213713.791000', '213713.794000', '213713.796000', '213713.799000', '213713.801000', '213713.804000', '213713.807000', '213713.809000', '213713.812000', '213713.814000', '213713.817000', '213713.819000', '213733.709000', '213733.712000', '213733.714000', '213733.717000', '213733.719000', '213733.722000', '213733.724000', '213733.727000', '213733.730000', '213733.732000', '213733.735000', '213733.737000', '213733.740000', '213733.742000', '213733.745000', '213733.748000', '213733.750000', '213733.754000', '213733.756000', '213733.759000', '213733.762000', '213733.764000', '213733.767000', '213733.769000', '213733.772000', '213733.774000', '213733.777000', '213733.779000', '213733.783000', '213733.786000', '213733.789000', '213733.791000', '213733.794000', '213733.796000', '213733.799000', '213733.871000', '213733.874000', '213733.877000', '213733.879000', '213733.882000', '213733.884000', '213733.887000', '213733.898000', '213753.709000', '213753.712000', '213753.715000', '213753.717000', '213753.720000', '213753.722000', '213753.725000', '213753.727000', '213753.730000', '213753.732000', '213753.735000', '213753.738000', '213753.740000', '213753.743000', '213753.745000', '213753.748000', '213753.752000', '213753.754000', '213753.757000', '213753.759000', '213753.762000', '213753.764000', '213753.767000', '213753.769000', '213753.772000', '213753.775000', '213753.777000', '213753.780000', '213753.782000', '213753.785000', '213753.787000', '213753.790000', '213753.793000', '213753.795000', '213753.798000', '213753.871000', '213753.874000', '213753.876000', '213753.879000', '213753.881000', '213753.884000', '213753.886000', '213753.889000', '213753.892000', '213802.254000', '213802.257000', '213802.260000', '213802.262000', '213802.265000', '213802.267000', '213802.270000', '213802.273000', '213802.275000', '213802.278000', '213802.280000', '213802.283000', '213802.286000', '213802.288000', '213802.291000', '213802.293000', '213802.296000', '213802.298000', '213802.301000'], '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': [12822, 11219, 10738, 11996, 11589, 12504, 10818, 10079, 10826, 11207, 9440, 11074, 9594, 9996, 11988, 10325, 8960, 11260, 10964, 11020, 11087, 9609, 12026, 9789, 10293, 10854, 10144, 11937, 9396, 10908, 11146, 11147, 10035, 10031, 8860, 10911, 10105, 12007, 10319, 8556, 11309, 10193, 11721, 11129, 11825, 10636, 9353, 11551, 10064, 12099, 10476, 10239, 10864, 9491, 11507, 11081, 11739, 10503, 9986, 9989, 9921, 10960, 9920, 11781, 10449, 9876, 10329, 8782, 10918, 10564, 11750, 9973, 9246, 10993, 10657, 11469, 11011, 11605, 9677, 8651, 11157, 9986, 10550, 9838, 10150, 10990, 9512, 8701, 10888, 10752, 11938, 10282, 9632, 11231, 9795, 11146, 10499, 9559, 11605, 9988, 13218, 10712, 9197, 11447, 10998, 12356, 10980, 13907, 10966, 9786, 11812, 9647, 10513, 10324, 9236, 11315, 11137, 12197, 9933, 12130, 10475, 10352, 10966, 9166, 11411, 11297, 11088, 10081, 9631, 10752, 9389, 11779, 9501, 11837, 10507, 12287, 10343, 12513, 9853, 12143, 10703, 10335, 11436, 9682, 10912, 9579, 11094, 10911, 9797, 10637, 9057, 11176, 10490, 11613, 9875, 9793, 10947, 10302, 11829, 9758, 10891, 12058, 10639, 11753, 10937, 12105, 10365, 12026, 11028, 9372, 12060, 9636, 10427, 10325, 10341, 11174, 11225, 11675, 10498, 10207, 10843, 8898, 11100, 10449, 10332, 10971, 10280, 11730, 9496, 10673, 11391, 10894, 11876, 10619, 10453, 11259, 11016, 10777, 10619, 9628, 11768, 9330, 12227, 12120, 13746, 11102, 8522, 12002, 10661, 8861, 11913, 9980, 12739, 11510, 12176, 11261, 9637, 11892, 11397, 12735, 11581, 10496, 11322, 9273, 11867, 11360, 10136, 10090, 8977, 11423, 9287, 10395, 11017, 8580, 11272, 11320, 11276, 10465, 9257, 11101, 10714, 11917, 11494, 11357, 10414, 8986, 11047, 10677, 11637, 11161, 12158, 10199, 10027, 10571, 8299, 11185, 9871, 11771, 9687, 10379, 10896, 10346, 11499, 10720, 12173, 9805, 11593, 11019, 9627, 11695, 11363, 11992, 11502, 12169, 9847, 10811, 10735, 10260, 10169, 10143, 12043, 10081, 11427, 11159, 10758, 11682, 9959, 12129, 10307, 12659, 10536, 11338, 11202, 10462, 10182, 10215, 9988, 11297, 11432, 10819, 10864, 9182, 11327, 9427, 11855, 10112, 11891, 11413, 10849, 12030, 10366, 12651, 11907, 12493, 10966, 8501, 11450, 11090, 11825, 11165, 12110, 9908, 11206, 11238, 9140, 11719, 11893, 12462, 12084, 12653, 10907, 9418, 11426, 9340, 11636, 11183, 10419, 10176, 11047, 10828, 11402, 10678, 9447, 11266, 10925, 11610, 9702, 11901, 9669, 12293, 10390, 9808, 10828, 9019, 11240, 10870, 11597, 11294, 9985, 10440, 10096, 9790, 10246, 10201, 9677, 9630, 9870, 9743, 9226, 12295, 11467, 12614, 11896, 13839, 11699, 14828, 12589, 12360, 12567, 11792, 14089, 12154, 13988, 12842, 11885, 9264, 11388, 9835, 12081, 10679, 11237, 11862, 10187, 9377, 9755, 10322, 11052, 10304, 10623, 9769, 9223, 9727, 9821, 10841, 12194, 10899, 13890, 11850, 14521, 11605, 12262, 12105, 11727, 9514, 11249, 9359, 12270, 10222, 9802, 10240, 9070, 11735, 10282, 8735, 10713, 9827, 9563, 10547, 10595, 11110, 10369, 9941, 9942, 10090, 10931, 10636, 10332, 11306, 11235, 10253, 11840, 10455, 10476, 11124, 9920, 11915, 9944, 13866, 11012, 11154, 10406, 10470, 9464, 8728, 11268, 10324, 10601, 11683, 10232, 10574, 11510, 9680, 11628, 10721, 10210, 11660, 9895, 9819, 11134, 10381, 11951, 9911, 10686, 11088, 11383, 10050, 10096, 9967, 11465, 11340, 10823, 10542, 10511, 11537, 9325, 11879, 11083, 11312, 11033, 9472, 11233, 8940, 11501, 9983, 12137, 10636, 9083, 11159, 11115, 11650, 10381, 10782, 10927, 9180, 11716, 10344, 10125, 11043, 9639, 11470, 9401, 11834, 10535, 9253, 11432, 10939, 9817, 10141, 9759, 11351, 9743, 9883, 10974, 9849, 11542, 10567, 11660, 10736, 9919, 10181, 9822, 10253, 11084, 8986, 11928, 10243, 13602, 10897, 11049, 11512, 12942, 11692, 10535, 11782, 11013, 10306, 10334, 9395, 10995, 9109, 11751, 9967, 9195, 10787, 9910, 10062, 9640, 12098, 9990, 12392, 10549, 11093, 10590, 9427, 11307, 10693, 11499, 9890, 11827, 10202, 9037, 10994, 10877, 11099, 10268, 10639, 9871, 9828, 9215, 11396, 11179, 12251, 10453, 10201, 11258, 9699, 11434, 10764, 13108, 10755, 8897, 11405, 11101, 11917, 11067, 11046, 11394, 11235, 11956, 10574, 10690, 11269, 10700, 11940, 10147, 9518, 10859, 9449, 11930, 10156, 9834, 11050, 8784, 11323, 9472, 11876, 10264, 11622, 11197, 9724, 10822, 9230, 11212, 8957, 11612, 9839, 12021, 10635, 8876, 11103, 10416, 11562, 10045, 12024, 10522, 11230, 11275, 8676, 11149, 10348, 11438, 12944, 11478, 9627, 11734, 10028, 9710, 10317, 9283, 11098, 8683, 11331, 9993, 9691, 10686, 8819, 11440, 9758, 11866, 10090, 11611, 10462, 10781, 10856, 12631, 11069, 13239, 11147, 9097, 11499, 10414, 10546, 10636, 9575, 11710, 10961, 11967, 10128, 11347, 10309, 11053, 8951, 11205, 9791, 9394, 10138, 8930, 10492, 9608, 10564, 9835, 9470, 10222, 10976, 11513, 11460, 11084, 10575, 9501, 11961, 10921, 11785, 11152, 10078, 9680, 10107, 9850, 11590, 10872, 11180, 10451, 8493, 11085, 9779, 12324, 10809, 9468, 10971, 9603, 11652, 10270, 12182, 10911, 13055, 10752, 9160, 11313, 11422, 11670, 10214, 9952, 10816, 9861, 11362, 10193, 8852, 10918, 10276, 11188, 10198, 9224, 10995, 11388, 11899, 10717, 10657, 11382, 10030, 9758, 10444, 9417, 11736, 11285, 12072, 10919, 9232, 11448, 10104, 12118, 10654, 12568, 11022, 9212, 11694, 10415, 10960, 11182, 9704, 9761, 10179, 9092, 11388, 11655, 11157, 10913, 9678, 11417, 10363, 11906, 10396, 10978, 10776, 9194, 11223, 11491, 11753, 10443, 10894, 10829, 9804, 11395, 10114, 9397, 10570, 9479, 11257, 9768, 10115, 9919, 9350, 11037, 11358, 10567, 10224, 10191, 11112, 9354, 11581, 9312, 11461, 10766, 10743, 9942, 9270, 10931, 10117, 9248, 9994, 9534, 11153, 11502, 11054, 10405, 9106, 10822, 9373, 11427, 10841, 12974, 10254, 9018, 10912, 9720, 11661, 10626, 12221, 10599, 9621, 11090, 10126, 11383, 9691, 11748, 11397, 12087, 10475, 9558, 11147, 9973, 9717, 10911, 10232, 11118, 10233, 9210, 10950, 11420, 11359, 10487, 10616, 10028, 10315, 11496, 9301, 10596, 10178, 11664, 10401, 12340, 10983, 9915, 11498, 9885, 12946, 11433, 12747, 10306, 8790, 11097, 10102, 10761, 10704, 9169, 11212, 10126, 9850, 10346, 8570, 10852, 10947, 10938, 10132, 9295, 10658, 11221, 10174, 9765, 9513, 11166, 11587, 11034, 9924, 9149, 10795, 10843, 11911, 10664, 9940, 10740, 11247, 11440, 10473, 10169, 10806, 9604, 11284, 10025, 10580, 10567, 9503, 11241, 10057, 10464, 9555, 8948, 10548, 9349, 11282, 9726, 10698, 10644, 10913, 9554, 10391, 9567, 11246, 10293, 9694, 10746, 10148, 11419, 10606, 9550, 11050, 9724, 12685, 10512, 9579, 11446, 10491, 12865, 11003, 9801, 11276, 10875, 11667, 11495, 13666, 11046, 10156, 10950, 10785, 9692, 9840, 8906, 11186, 10920, 11106, 9797, 9762, 10319, 11568, 10656, 12011, 10363, 10767, 10532, 9967, 10912, 11205, 11079, 10734, 11190, 10540, 11255, 10251, 11274, 12452, 11388, 12729, 10115, 11392, 10078, 11490, 12420, 12294, 10879, 9508, 11115, 10283, 11244, 12062, 10984, 12613, 10922, 10156, 11353, 9968, 11532, 11701, 11945, 11579, 13141, 10467, 11680, 10483, 12853, 10272, 13912, 11815, 12771, 10964, 11371, 10620, 11843, 10525, 11741, 10262, 11865, 10769, 9015, 11041, 11457, 11395, 10190, 11717, 11666, 11928, 11471, 9777, 10035, 8656, 10924, 10870, 11019, 10711, 10557, 10703, 10536, 10713, 11542, 10127, 11486, 10156, 11012, 10759, 10476, 11804, 10625, 10239, 10860, 11456, 11805, 12439, 13287, 11212, 15141, 11898, 10598, 12059, 12221, 11911, 11634, 12173, 11842, 10089, 11565, 10140, 12036, 11005, 11907, 12025, 10237, 11700, 10674, 11787, 11718, 9642, 11215, 10881, 11006, 10622, 11657, 10423, 11770, 10684, 11758, 10185, 11891, 10329, 11812, 10208, 10311, 10341, 9304, 10471, 9145, 10736, 9238, 11319, 10018, 10033, 10779, 9688, 10994, 10087, 11680, 10041, 11442, 10013, 9783, 10141, 8791, 11104, 10263, 11573, 10122, 11552, 9749, 11777, 10007, 11929, 11449, 11419, 10048, 9132, 10791, 10428, 11275, 9873, 12009, 10495, 9891, 11019, 11366, 11497, 10517, 12857, 11344, 12730, 10184, 10055, 11130, 10195, 11075, 10683], 'WindowCenter': [4627.0, 4592.0, 4576.0, 4573.0, 4573.0, 4583.0, 4563.0, 4564.0, 4563.0, 4573.0, 4564.0, 4595.0, 4567.0, 4578.0, 4596.0, 4576.0, 4565.0, 4587.0, 4577.0, 4589.0, 4586.0, 4564.0, 4596.0, 4578.0, 4566.0, 4588.0, 4576.0, 4597.0, 4567.0, 4577.0, 4577.0, 4577.0, 4577.0, 4578.0, 4579.0, 4599.0, 4588.0, 4608.0, 4590.0, 4558.0, 4598.0, 4589.0, 4598.0, 4598.0, 4588.0, 4587.0, 4567.0, 4597.0, 4566.0, 4595.0, 4587.0, 4566.0, 4587.0, 4576.0, 4586.0, 4576.0, 4596.0, 4576.0, 4580.0, 4568.0, 4567.0, 4576.0, 4577.0, 4585.0, 4578.0, 4588.0, 4590.0, 4558.0, 4600.0, 4588.0, 4600.0, 4578.0, 4581.0, 4598.0, 4599.0, 4589.0, 4589.0, 4600.0, 4591.0, 4559.0, 4609.0, 4600.0, 4600.0, 4601.0, 4603.0, 4602.0, 4602.0, 4572.0, 4613.0, 4613.0, 4624.0, 4603.0, 4581.0, 4612.0, 4602.0, 4600.0, 4603.0, 4582.0, 4612.0, 4591.0, 4609.0, 4590.0, 4570.0, 4586.0, 4588.0, 4609.0, 4588.0, 4609.0, 4577.0, 4567.0, 4597.0, 4578.0, 4585.0, 4579.0, 4568.0, 4598.0, 4588.0, 4598.0, 4578.0, 4608.0, 4579.0, 4588.0, 4589.0, 4567.0, 4596.0, 4587.0, 4598.0, 4589.0, 4589.0, 4590.0, 4570.0, 4600.0, 4578.0, 4599.0, 4590.0, 4600.0, 4579.0, 4610.0, 4579.0, 4608.0, 4578.0, 4588.0, 4587.0, 4590.0, 4600.0, 4591.0, 4611.0, 4614.0, 4603.0, 4591.0, 4570.0, 4600.0, 4601.0, 4609.0, 4592.0, 4591.0, 4591.0, 4591.0, 4611.0, 4593.0, 4602.0, 4610.0, 4590.0, 4600.0, 4589.0, 4588.0, 4587.0, 4587.0, 4589.0, 4568.0, 4598.0, 4567.0, 4578.0, 4588.0, 4577.0, 4589.0, 4586.0, 4586.0, 4576.0, 4576.0, 4587.0, 4567.0, 4588.0, 4588.0, 4589.0, 4598.0, 4588.0, 4599.0, 4590.0, 4603.0, 4600.0, 4599.0, 4609.0, 4590.0, 4590.0, 4601.0, 4598.0, 4588.0, 4590.0, 4578.0, 4598.0, 4567.0, 4598.0, 4595.0, 4604.0, 4575.0, 4543.0, 4593.0, 4586.0, 4556.0, 4587.0, 4568.0, 4608.0, 4578.0, 4587.0, 4576.0, 4565.0, 4575.0, 4584.0, 4595.0, 4575.0, 4576.0, 4575.0, 4544.0, 4574.0, 4583.0, 4565.0, 4577.0, 4555.0, 4587.0, 4568.0, 4587.0, 4599.0, 4559.0, 4590.0, 4600.0, 4600.0, 4579.0, 4569.0, 4599.0, 4589.0, 4609.0, 4599.0, 4600.0, 4589.0, 4557.0, 4584.0, 4578.0, 4596.0, 4590.0, 4611.0, 4579.0, 4579.0, 4578.0, 4559.0, 4599.0, 4589.0, 4600.0, 4570.0, 4577.0, 4588.0, 4578.0, 4600.0, 4591.0, 4600.0, 4589.0, 4588.0, 4588.0, 4579.0, 4589.0, 4587.0, 4588.0, 4600.0, 4588.0, 4578.0, 4577.0, 4598.0, 4579.0, 4580.0, 4602.0, 4621.0, 4601.0, 4609.0, 4600.0, 4600.0, 4608.0, 4579.0, 4608.0, 4588.0, 4605.0, 4587.0, 4576.0, 4598.0, 4587.0, 4573.0, 4579.0, 4579.0, 4589.0, 4587.0, 4579.0, 4589.0, 4567.0, 4587.0, 4579.0, 4611.0, 4587.0, 4587.0, 4595.0, 4573.0, 4596.0, 4577.0, 4597.0, 4586.0, 4585.0, 4575.0, 4555.0, 4585.0, 4574.0, 4583.0, 4597.0, 4586.0, 4566.0, 4576.0, 4576.0, 4565.0, 4595.0, 4598.0, 4598.0, 4585.0, 4585.0, 4574.0, 4554.0, 4584.0, 4564.0, 4575.0, 4573.0, 4574.0, 4573.0, 4575.0, 4575.0, 4585.0, 4575.0, 4566.0, 4576.0, 4584.0, 4584.0, 4567.0, 4609.0, 4576.0, 4598.0, 4580.0, 4567.0, 4599.0, 4570.0, 4625.0, 4627.0, 4622.0, 4612.0, 4593.0, 4601.0, 4601.0, 4592.0, 4612.0, 4602.0, 4580.0, 4589.0, 4599.0, 4592.0, 4580.0, 4624.0, 4612.0, 4612.0, 4599.0, 4598.0, 4576.0, 4583.0, 4575.0, 4582.0, 4570.0, 4550.0, 4567.0, 4557.0, 4555.0, 4545.0, 4543.0, 4512.0, 4546.0, 4549.0, 4558.0, 4548.0, 4557.0, 4570.0, 4559.0, 4562.0, 4563.0, 4576.0, 4599.0, 4589.0, 4588.0, 4580.0, 4568.0, 4569.0, 4578.0, 4589.0, 4597.0, 4588.0, 4604.0, 4587.0, 4586.0, 4563.0, 4574.0, 4573.0, 4560.0, 4542.0, 4562.0, 4551.0, 4573.0, 4554.0, 4565.0, 4574.0, 4546.0, 4584.0, 4566.0, 4567.0, 4587.0, 4577.0, 4579.0, 4600.0, 4600.0, 4602.0, 4582.0, 4591.0, 4581.0, 4600.0, 4603.0, 4600.0, 4604.0, 4603.0, 4604.0, 4580.0, 4600.0, 4578.0, 4568.0, 4578.0, 4576.0, 4596.0, 4578.0, 4608.0, 4588.0, 4586.0, 4564.0, 4575.0, 4568.0, 4559.0, 4601.0, 4592.0, 4592.0, 4601.0, 4589.0, 4591.0, 4600.0, 4580.0, 4598.0, 4588.0, 4568.0, 4588.0, 4567.0, 4576.0, 4598.0, 4578.0, 4588.0, 4577.0, 4588.0, 4587.0, 4596.0, 4579.0, 4588.0, 4579.0, 4585.0, 4596.0, 4577.0, 4586.0, 4575.0, 4586.0, 4556.0, 4576.0, 4584.0, 4585.0, 4564.0, 4564.0, 4574.0, 4552.0, 4575.0, 4565.0, 4594.0, 4566.0, 4554.0, 4584.0, 4585.0, 4593.0, 4577.0, 4586.0, 4587.0, 4568.0, 4588.0, 4587.0, 4577.0, 4597.0, 4567.0, 4599.0, 4567.0, 4597.0, 4578.0, 4567.0, 4595.0, 4598.0, 4577.0, 4578.0, 4568.0, 4599.0, 4568.0, 4590.0, 4589.0, 4590.0, 4610.0, 4600.0, 4598.0, 4590.0, 4590.0, 4588.0, 4580.0, 4578.0, 4590.0, 4570.0, 4610.0, 4588.0, 4607.0, 4586.0, 4575.0, 4576.0, 4585.0, 4586.0, 4565.0, 4574.0, 4573.0, 4575.0, 4564.0, 4565.0, 4575.0, 4555.0, 4586.0, 4565.0, 4568.0, 4599.0, 4579.0, 4591.0, 4579.0, 4611.0, 4579.0, 4600.0, 4590.0, 4587.0, 4588.0, 4566.0, 4577.0, 4577.0, 4586.0, 4576.0, 4586.0, 4586.0, 4565.0, 4576.0, 4597.0, 4589.0, 4580.0, 4589.0, 4589.0, 4590.0, 4591.0, 4601.0, 4591.0, 4609.0, 4589.0, 4589.0, 4599.0, 4578.0, 4588.0, 4577.0, 4607.0, 4587.0, 4557.0, 4596.0, 4585.0, 4597.0, 4577.0, 4576.0, 4585.0, 4574.0, 4575.0, 4574.0, 4574.0, 4583.0, 4574.0, 4583.0, 4562.0, 4542.0, 4562.0, 4553.0, 4584.0, 4564.0, 4554.0, 4574.0, 4543.0, 4574.0, 4564.0, 4597.0, 4576.0, 4574.0, 4584.0, 4555.0, 4576.0, 4565.0, 4573.0, 4555.0, 4596.0, 4574.0, 4596.0, 4577.0, 4557.0, 4597.0, 4577.0, 4599.0, 4589.0, 4607.0, 4599.0, 4597.0, 4598.0, 4558.0, 4586.0, 4578.0, 4588.0, 4596.0, 4575.0, 4555.0, 4575.0, 4564.0, 4554.0, 4565.0, 4565.0, 4594.0, 4567.0, 4588.0, 4564.0, 4578.0, 4578.0, 4569.0, 4599.0, 4578.0, 4588.0, 4576.0, 4597.0, 4588.0, 4576.0, 4587.0, 4586.0, 4584.0, 4592.0, 4575.0, 4554.0, 4583.0, 4584.0, 4575.0, 4576.0, 4567.0, 4597.0, 4588.0, 4596.0, 4566.0, 4586.0, 4577.0, 4584.0, 4567.0, 4596.0, 4587.0, 4577.0, 4599.0, 4580.0, 4592.0, 4599.0, 4602.0, 4601.0, 4592.0, 4603.0, 4602.0, 4603.0, 4609.0, 4591.0, 4601.0, 4570.0, 4611.0, 4579.0, 4599.0, 4577.0, 4568.0, 4577.0, 4577.0, 4568.0, 4588.0, 4587.0, 4587.0, 4567.0, 4554.0, 4584.0, 4578.0, 4597.0, 4577.0, 4566.0, 4586.0, 4555.0, 4574.0, 4573.0, 4587.0, 4564.0, 4593.0, 4564.0, 4544.0, 4573.0, 4573.0, 4584.0, 4572.0, 4565.0, 4565.0, 4577.0, 4596.0, 4578.0, 4557.0, 4576.0, 4577.0, 4589.0, 4578.0, 4568.0, 4597.0, 4600.0, 4612.0, 4596.0, 4588.0, 4589.0, 4577.0, 4567.0, 4588.0, 4578.0, 4598.0, 4596.0, 4598.0, 4577.0, 4557.0, 4597.0, 4566.0, 4596.0, 4567.0, 4586.0, 4584.0, 4563.0, 4586.0, 4567.0, 4566.0, 4586.0, 4555.0, 4565.0, 4577.0, 4553.0, 4585.0, 4585.0, 4576.0, 4577.0, 4565.0, 4586.0, 4564.0, 4586.0, 4566.0, 4564.0, 4574.0, 4544.0, 4575.0, 4575.0, 4573.0, 4576.0, 4585.0, 4576.0, 4562.0, 4575.0, 4574.0, 4553.0, 4586.0, 4575.0, 4587.0, 4576.0, 4576.0, 4566.0, 4557.0, 4575.0, 4586.0, 4585.0, 4578.0, 4576.0, 4577.0, 4567.0, 4588.0, 4557.0, 4598.0, 4587.0, 4587.0, 4575.0, 4565.0, 4587.0, 4586.0, 4568.0, 4581.0, 4579.0, 4600.0, 4600.0, 4600.0, 4589.0, 4569.0, 4599.0, 4580.0, 4598.0, 4577.0, 4597.0, 4575.0, 4545.0, 4587.0, 4555.0, 4576.0, 4565.0, 4582.0, 4575.0, 4556.0, 4586.0, 4564.0, 4587.0, 4555.0, 4586.0, 4583.0, 4585.0, 4573.0, 4556.0, 4588.0, 4566.0, 4576.0, 4585.0, 4576.0, 4588.0, 4587.0, 4578.0, 4587.0, 4596.0, 4600.0, 4587.0, 4589.0, 4588.0, 4579.0, 4599.0, 4581.0, 4591.0, 4590.0, 4612.0, 4581.0, 4608.0, 4576.0, 4577.0, 4576.0, 4566.0, 4596.0, 4576.0, 4584.0, 4564.0, 4555.0, 4574.0, 4575.0, 4575.0, 4586.0, 4567.0, 4577.0, 4568.0, 4567.0, 4576.0, 4547.0, 4586.0, 4577.0, 4586.0, 4577.0, 4567.0, 4575.0, 4585.0, 4575.0, 4567.0, 4575.0, 4587.0, 4586.0, 4587.0, 4576.0, 4556.0, 4577.0, 4576.0, 4596.0, 4577.0, 4574.0, 4576.0, 4585.0, 4597.0, 4586.0, 4577.0, 4588.0, 4576.0, 4587.0, 4575.0, 4586.0, 4578.0, 4576.0, 4598.0, 4577.0, 4588.0, 4577.0, 4558.0, 4578.0, 4569.0, 4597.0, 4592.0, 4579.0, 4588.0, 4601.0, 4588.0, 4590.0, 4591.0, 4611.0, 4590.0, 4580.0, 4600.0, 4600.0, 4610.0, 4591.0, 4591.0, 4590.0, 4570.0, 4609.0, 4589.0, 4578.0, 4588.0, 4578.0, 4606.0, 4577.0, 4576.0, 4577.0, 4585.0, 4587.0, 4577.0, 4604.0, 4585.0, 4572.0, 4563.0, 4583.0, 4554.0, 4576.0, 4565.0, 4587.0, 4588.0, 4588.0, 4579.0, 4578.0, 4587.0, 4589.0, 4589.0, 4596.0, 4576.0, 4585.0, 4585.0, 4585.0, 4600.0, 4606.0, 4600.0, 4591.0, 4601.0, 4602.0, 4612.0, 4589.0, 4602.0, 4600.0, 4601.0, 4598.0, 4576.0, 4588.0, 4576.0, 4577.0, 4613.0, 4608.0, 4588.0, 4567.0, 4596.0, 4585.0, 4600.0, 4597.0, 4588.0, 4586.0, 4587.0, 4575.0, 4586.0, 4576.0, 4597.0, 4594.0, 4587.0, 4585.0, 4594.0, 4565.0, 4582.0, 4564.0, 4583.0, 4552.0, 4581.0, 4560.0, 4569.0, 4549.0, 4549.0, 4558.0, 4568.0, 4559.0, 4559.0, 4560.0, 4583.0, 4581.0, 4552.0, 4584.0, 4594.0, 4596.0, 4586.0, 4598.0, 4594.0, 4597.0, 4575.0, 4554.0, 4565.0, 4545.0, 4574.0, 4583.0, 4626.0, 4613.0, 4601.0, 4593.0, 4590.0, 4577.0, 4598.0, 4575.0, 4587.0, 4574.0, 4599.0, 4601.0, 4591.0, 4598.0, 4586.0, 4565.0, 4575.0, 4583.0, 4581.0, 4580.0, 4594.0, 4562.0, 4589.0, 4550.0, 4549.0, 4548.0, 4547.0, 4557.0, 4543.0, 4544.0, 4532.0, 4524.0, 4544.0, 4523.0, 4545.0, 4545.0, 4545.0, 4556.0, 4537.0, 4546.0, 4546.0, 4566.0, 4557.0, 4549.0, 4567.0, 4549.0, 4561.0, 4549.0, 4559.0, 4560.0, 4569.0, 4559.0, 4569.0, 4560.0, 4583.0, 4569.0, 4582.0, 4572.0, 4564.0, 4575.0, 4563.0, 4576.0, 4566.0, 4588.0, 4568.0, 4600.0, 4579.0, 4579.0, 4601.0, 4591.0, 4600.0, 4591.0, 4611.0, 4588.0, 4589.0, 4579.0, 4579.0, 4589.0, 4569.0, 4586.0, 4589.0, 4597.0, 4577.0, 4597.0, 4577.0, 4597.0, 4575.0, 4585.0, 4586.0, 4585.0, 4575.0, 4565.0, 4585.0, 4587.0, 4588.0, 4591.0, 4610.0, 4589.0, 4589.0, 4600.0, 4599.0, 4610.0, 4589.0, 4609.0, 4599.0, 4611.0, 4579.0, 4577.0, 4597.0, 4588.0, 4588.0, 4598.0], 'WindowWidth': [10143.0, 10080.0, 10046.0, 10035.0, 10033.0, 10045.0, 10018.0, 10020.0, 10018.0, 10031.0, 10021.0, 10071.0, 10030.0, 10050.0, 10072.0, 10038.0, 10030.0, 10062.0, 10040.0, 10066.0, 10054.0, 10021.0, 10072.0, 10049.0, 10024.0, 10062.0, 10044.0, 10074.0, 10028.0, 10041.0, 10041.0, 10040.0, 10048.0, 10046.0, 10054.0, 10081.0, 10065.0, 10093.0, 10068.0, 10018.0, 10079.0, 10066.0, 10080.0, 10077.0, 10059.0, 10062.0, 10035.0, 10073.0, 10025.0, 10070.0, 10060.0, 10026.0, 10062.0, 10045.0, 10059.0, 10038.0, 10072.0, 10039.0, 10051.0, 10030.0, 10027.0, 10039.0, 10046.0, 10050.0, 10043.0, 10064.0, 10069.0, 10018.0, 10085.0, 10065.0, 10077.0, 10047.0, 10060.0, 10080.0, 10083.0, 10063.0, 10062.0, 10084.0, 10074.0, 10021.0, 10097.0, 10087.0, 10086.0, 10090.0, 10093.0, 10085.0, 10092.0, 10046.0, 10109.0, 10108.0, 10124.0, 10096.0, 10057.0, 10104.0, 10093.0, 10081.0, 10094.0, 10058.0, 10107.0, 10074.0, 10091.0, 10064.0, 10037.0, 10056.0, 10065.0, 10097.0, 10065.0, 10093.0, 10041.0, 10028.0, 10075.0, 10051.0, 10053.0, 10049.0, 10033.0, 10080.0, 10058.0, 10072.0, 10045.0, 10091.0, 10048.0, 10066.0, 10067.0, 10027.0, 10072.0, 10054.0, 10078.0, 10068.0, 10070.0, 10064.0, 10037.0, 10079.0, 10047.0, 10077.0, 10064.0, 10078.0, 10049.0, 10097.0, 10047.0, 10092.0, 10044.0, 10066.0, 10055.0, 10071.0, 10085.0, 10076.0, 10102.0, 10112.0, 10093.0, 10069.0, 10040.0, 10078.0, 10088.0, 10097.0, 10078.0, 10069.0, 10070.0, 10069.0, 10103.0, 10081.0, 10092.0, 10101.0, 10071.0, 10076.0, 10066.0, 10057.0, 10062.0, 10056.0, 10066.0, 10030.0, 10070.0, 10028.0, 10043.0, 10065.0, 10043.0, 10066.0, 10057.0, 10052.0, 10037.0, 10046.0, 10062.0, 10034.0, 10059.0, 10065.0, 10068.0, 10080.0, 10067.0, 10076.0, 10072.0, 10096.0, 10078.0, 10082.0, 10095.0, 10065.0, 10065.0, 10086.0, 10078.0, 10059.0, 10068.0, 10052.0, 10076.0, 10033.0, 10077.0, 10071.0, 10082.0, 10035.0, 9990.0, 10061.0, 10056.0, 10010.0, 10054.0, 10030.0, 10093.0, 10042.0, 10052.0, 10036.0, 10027.0, 10033.0, 10051.0, 10068.0, 10034.0, 10040.0, 10039.0, 9989.0, 10029.0, 10048.0, 10021.0, 10046.0, 10010.0, 10055.0, 10029.0, 10063.0, 10081.0, 10021.0, 10064.0, 10082.0, 10085.0, 10046.0, 10035.0, 10079.0, 10068.0, 10096.0, 10081.0, 10084.0, 10066.0, 10016.0, 10049.0, 10044.0, 10070.0, 10063.0, 10099.0, 10048.0, 10054.0, 10045.0, 10020.0, 10082.0, 10068.0, 10078.0, 10036.0, 10045.0, 10059.0, 10047.0, 10077.0, 10067.0, 10078.0, 10069.0, 10059.0, 10058.0, 10052.0, 10059.0, 10056.0, 10061.0, 10082.0, 10058.0, 10051.0, 10041.0, 10078.0, 10048.0, 10051.0, 10091.0, 10115.0, 10089.0, 10097.0, 10085.0, 10082.0, 10092.0, 10048.0, 10092.0, 10066.0, 10087.0, 10061.0, 10037.0, 10078.0, 10062.0, 10034.0, 10047.0, 10048.0, 10062.0, 10056.0, 10047.0, 10059.0, 10028.0, 10057.0, 10053.0, 10100.0, 10063.0, 10053.0, 10070.0, 10030.0, 10071.0, 10047.0, 10069.0, 10050.0, 10050.0, 10034.0, 10015.0, 10055.0, 10033.0, 10046.0, 10073.0, 10052.0, 10024.0, 10039.0, 10037.0, 10028.0, 10069.0, 10071.0, 10072.0, 10048.0, 10048.0, 10038.0, 10011.0, 10050.0, 10025.0, 10035.0, 10029.0, 10040.0, 10038.0, 10034.0, 10036.0, 10050.0, 10038.0, 10025.0, 10038.0, 10055.0, 10048.0, 10029.0, 10094.0, 10050.0, 10072.0, 10051.0, 10029.0, 10082.0, 10037.0, 10131.0, 10131.0, 10122.0, 10104.0, 10076.0, 10090.0, 10089.0, 10076.0, 10108.0, 10089.0, 10051.0, 10070.0, 10086.0, 10072.0, 10055.0, 10125.0, 10104.0, 10107.0, 10080.0, 10071.0, 10036.0, 10040.0, 10032.0, 10043.0, 10026.0, 9989.0, 10014.0, 9998.0, 9986.0, 9972.0, 9973.0, 9926.0, 9980.0, 9991.0, 9999.0, 9985.0, 9998.0, 10019.0, 10007.0, 10021.0, 10017.0, 10041.0, 10081.0, 10066.0, 10060.0, 10051.0, 10029.0, 10031.0, 10048.0, 10063.0, 10074.0, 10060.0, 10079.0, 10059.0, 10046.0, 10012.0, 10032.0, 10031.0, 10000.0, 9979.0, 10006.0, 10001.0, 10026.0, 10001.0, 10023.0, 10037.0, 9994.0, 10044.0, 10022.0, 10034.0, 10062.0, 10043.0, 10054.0, 10084.0, 10086.0, 10083.0, 10056.0, 10073.0, 10054.0, 10087.0, 10085.0, 10086.0, 10095.0, 10091.0, 10092.0, 10049.0, 10082.0, 10042.0, 10030.0, 10041.0, 10043.0, 10072.0, 10047.0, 10085.0, 10063.0, 10052.0, 10018.0, 10036.0, 10032.0, 10021.0, 10086.0, 10071.0, 10070.0, 10082.0, 10069.0, 10068.0, 10077.0, 10055.0, 10078.0, 10064.0, 10030.0, 10058.0, 10026.0, 10047.0, 10077.0, 10043.0, 10057.0, 10049.0, 10064.0, 10062.0, 10074.0, 10054.0, 10066.0, 10053.0, 10053.0, 10072.0, 10043.0, 10059.0, 10043.0, 10058.0, 10011.0, 10038.0, 10050.0, 10055.0, 10017.0, 10025.0, 10032.0, 10007.0, 10034.0, 10021.0, 10068.0, 10023.0, 10007.0, 10053.0, 10055.0, 10067.0, 10041.0, 10061.0, 10064.0, 10030.0, 10058.0, 10061.0, 10042.0, 10075.0, 10028.0, 10079.0, 10034.0, 10076.0, 10043.0, 10031.0, 10072.0, 10078.0, 10043.0, 10047.0, 10032.0, 10082.0, 10032.0, 10072.0, 10061.0, 10071.0, 10098.0, 10083.0, 10080.0, 10065.0, 10071.0, 10061.0, 10051.0, 10047.0, 10064.0, 10042.0, 10098.0, 10065.0, 10089.0, 10060.0, 10038.0, 10039.0, 10050.0, 10058.0, 10020.0, 10031.0, 10036.0, 10041.0, 10020.0, 10032.0, 10036.0, 10009.0, 10052.0, 10026.0, 10032.0, 10081.0, 10050.0, 10074.0, 10051.0, 10102.0, 10049.0, 10078.0, 10067.0, 10056.0, 10064.0, 10033.0, 10041.0, 10041.0, 10059.0, 10044.0, 10052.0, 10060.0, 10031.0, 10041.0, 10078.0, 10063.0, 10053.0, 10062.0, 10070.0, 10066.0, 10076.0, 10083.0, 10067.0, 10097.0, 10062.0, 10069.0, 10082.0, 10052.0, 10059.0, 10041.0, 10090.0, 10060.0, 10013.0, 10072.0, 10057.0, 10075.0, 10042.0, 10039.0, 10056.0, 10031.0, 10033.0, 10039.0, 10039.0, 10051.0, 10036.0, 10048.0, 10018.0, 9986.0, 10013.0, 10003.0, 10051.0, 10019.0, 10006.0, 10032.0, 9991.0, 10033.0, 10026.0, 10073.0, 10043.0, 10031.0, 10051.0, 10009.0, 10038.0, 10029.0, 10031.0, 10008.0, 10073.0, 10042.0, 10073.0, 10040.0, 10016.0, 10076.0, 10043.0, 10082.0, 10070.0, 10093.0, 10083.0, 10078.0, 10078.0, 10018.0, 10054.0, 10042.0, 10058.0, 10065.0, 10036.0, 10005.0, 10033.0, 10026.0, 10006.0, 10022.0, 10029.0, 10069.0, 10034.0, 10058.0, 10023.0, 10051.0, 10045.0, 10041.0, 10080.0, 10050.0, 10059.0, 10040.0, 10074.0, 10062.0, 10037.0, 10060.0, 10051.0, 10053.0, 10060.0, 10037.0, 10009.0, 10049.0, 10054.0, 10037.0, 10041.0, 10029.0, 10076.0, 10064.0, 10074.0, 10025.0, 10059.0, 10047.0, 10054.0, 10037.0, 10072.0, 10062.0, 10051.0, 10084.0, 10059.0, 10072.0, 10085.0, 10086.0, 10091.0, 10073.0, 10097.0, 10084.0, 10083.0, 10095.0, 10067.0, 10084.0, 10036.0, 10098.0, 10047.0, 10078.0, 10040.0, 10027.0, 10046.0, 10047.0, 10027.0, 10056.0, 10059.0, 10059.0, 10024.0, 10012.0, 10052.0, 10046.0, 10074.0, 10038.0, 10030.0, 10054.0, 10007.0, 10032.0, 10037.0, 10052.0, 10018.0, 10062.0, 10015.0, 9988.0, 10034.0, 10030.0, 10052.0, 10035.0, 10026.0, 10020.0, 10045.0, 10072.0, 10048.0, 10013.0, 10039.0, 10042.0, 10060.0, 10046.0, 10032.0, 10078.0, 10078.0, 10098.0, 10077.0, 10066.0, 10060.0, 10048.0, 10029.0, 10064.0, 10051.0, 10078.0, 10073.0, 10078.0, 10040.0, 10013.0, 10072.0, 10025.0, 10073.0, 10027.0, 10052.0, 10053.0, 10024.0, 10052.0, 10025.0, 10024.0, 10059.0, 10008.0, 10023.0, 10045.0, 10010.0, 10053.0, 10055.0, 10040.0, 10040.0, 10028.0, 10055.0, 10018.0, 10057.0, 10024.0, 10019.0, 10040.0, 9990.0, 10039.0, 10032.0, 10030.0, 10037.0, 10054.0, 10038.0, 10014.0, 10034.0, 10039.0, 10005.0, 10057.0, 10043.0, 10062.0, 10044.0, 10044.0, 10024.0, 10014.0, 10037.0, 10053.0, 10058.0, 10045.0, 10040.0, 10041.0, 10033.0, 10055.0, 10012.0, 10077.0, 10061.0, 10059.0, 10042.0, 10029.0, 10062.0, 10061.0, 10033.0, 10054.0, 10049.0, 10086.0, 10084.0, 10084.0, 10067.0, 10034.0, 10081.0, 10056.0, 10080.0, 10039.0, 10067.0, 10042.0, 9994.0, 10057.0, 10007.0, 10037.0, 10022.0, 10043.0, 10040.0, 10008.0, 10056.0, 10021.0, 10062.0, 10009.0, 10059.0, 10051.0, 10048.0, 10036.0, 10010.0, 10062.0, 10025.0, 10046.0, 10058.0, 10046.0, 10063.0, 10061.0, 10050.0, 10062.0, 10074.0, 10086.0, 10063.0, 10066.0, 10065.0, 10048.0, 10076.0, 10055.0, 10068.0, 10070.0, 10103.0, 10051.0, 10091.0, 10038.0, 10046.0, 10037.0, 10027.0, 10071.0, 10033.0, 10050.0, 10021.0, 10011.0, 10030.0, 10040.0, 10040.0, 10058.0, 10031.0, 10040.0, 10027.0, 10026.0, 10044.0, 9997.0, 10058.0, 10038.0, 10059.0, 10046.0, 10034.0, 10042.0, 10055.0, 10043.0, 10026.0, 10042.0, 10062.0, 10057.0, 10061.0, 10046.0, 10012.0, 10041.0, 10038.0, 10072.0, 10046.0, 10040.0, 10036.0, 10056.0, 10075.0, 10061.0, 10048.0, 10064.0, 10044.0, 10061.0, 10044.0, 10059.0, 10043.0, 10045.0, 10079.0, 10046.0, 10063.0, 10048.0, 10019.0, 10045.0, 10034.0, 10076.0, 10074.0, 10049.0, 10060.0, 10087.0, 10069.0, 10066.0, 10076.0, 10102.0, 10067.0, 10053.0, 10086.0, 10085.0, 10100.0, 10068.0, 10073.0, 10067.0, 10037.0, 10097.0, 10068.0, 10051.0, 10059.0, 10044.0, 10089.0, 10044.0, 10046.0, 10041.0, 10056.0, 10062.0, 10040.0, 10081.0, 10055.0, 10034.0, 10015.0, 10050.0, 10007.0, 10045.0, 10032.0, 10057.0, 10058.0, 10058.0, 10048.0, 10045.0, 10065.0, 10061.0, 10066.0, 10073.0, 10044.0, 10056.0, 10057.0, 10058.0, 10083.0, 10092.0, 10078.0, 10068.0, 10083.0, 10092.0, 10106.0, 10071.0, 10090.0, 10078.0, 10085.0, 10070.0, 10046.0, 10055.0, 10044.0, 10040.0, 10102.0, 10094.0, 10063.0, 10027.0, 10073.0, 10059.0, 10085.0, 10076.0, 10064.0, 10053.0, 10060.0, 10041.0, 10057.0, 10044.0, 10075.0, 10067.0, 10054.0, 10053.0, 10066.0, 10018.0, 10047.0, 10016.0, 10048.0, 9996.0, 10042.0, 10003.0, 10021.0, 9987.0, 9987.0, 10006.0, 10020.0, 10010.0, 10002.0, 10014.0, 10047.0, 10046.0, 10008.0, 10054.0, 10068.0, 10073.0, 10060.0, 10080.0, 10067.0, 10074.0, 10033.0, 10003.0, 10021.0, 9994.0, 10037.0, 10050.0, 10133.0, 10113.0, 10090.0, 10074.0, 10069.0, 10040.0, 10075.0, 10038.0, 10056.0, 10037.0, 10083.0, 10090.0, 10067.0, 10079.0, 10057.0, 10021.0, 10033.0, 10048.0, 10045.0, 10040.0, 10064.0, 10015.0, 10048.0, 9990.0, 9991.0, 9984.0, 9980.0, 10000.0, 9974.0, 9971.0, 9951.0, 9942.0, 9977.0, 9943.0, 9973.0, 9980.0, 9977.0, 9992.0, 9967.0, 9978.0, 9985.0, 10012.0, 9995.0, 9993.0, 10018.0, 9987.0, 10008.0, 9989.0, 10002.0, 10010.0, 10023.0, 10008.0, 10023.0, 10010.0, 10046.0, 10026.0, 10048.0, 10032.0, 10020.0, 10042.0, 10026.0, 10038.0, 10027.0, 10058.0, 10031.0, 10083.0, 10049.0, 10049.0, 10087.0, 10072.0, 10087.0, 10073.0, 10101.0, 10067.0, 10062.0, 10053.0, 10052.0, 10066.0, 10039.0, 10054.0, 10067.0, 10076.0, 10047.0, 10075.0, 10048.0, 10076.0, 10043.0, 10057.0, 10058.0, 10054.0, 10041.0, 10027.0, 10055.0, 10062.0, 10058.0, 10075.0, 10100.0, 10064.0, 10068.0, 10085.0, 10075.0, 10101.0, 10068.0, 10097.0, 10080.0, 10098.0, 10044.0, 10047.0, 10074.0, 10064.0, 10058.0, 10081.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.0005515497835497835</td></tr>
<tr><td colspan=3>aqi</td><td>0.01978862199134199</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.3954875821317</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2049103649999986</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9894364803466205</td></tr>
<tr><td colspan=3>efc</td><td>0.4653</td></tr>
<tr><td colspan=3>fber</td><td>6427.21</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06501367906700556</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4718614718614718</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4226760422391287</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3274357626914255</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.707151662729202</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2334407012967588</td></tr>
<tr><td colspan=3>gcor</td><td>0.0149081</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016379639506340027</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02796785533428192</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.961107048307666</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.788</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1341</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.985</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301269.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>786.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.6936</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2487</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>626.5059</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3802.3667</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5014.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.812</td></tr>
<tr><td colspan=3>tsnr</td><td>41.352318450808525</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>