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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:28:49.225000</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.998797, -0.0346636, 0.03469, 0.0289457, 0.987716, 0.153557]</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.085208</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>[4225, -7817, -7219, 422, -199, 78, 194, 109]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.671</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>112a3dda-b30b-4a1b-b130-4db9e5dcef78||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.6796987056732178, 0.07765930891036987, 0.10688399523496628, 104.65399932861328], [0.0929999053478241, 2.6499693393707275, 0.41139256954193115, -125.14073181152344], [0.09307068586349487, -0.41198089718818665, 2.666332960128784, -54.12971496582031], [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': ['172849.225000', '172849.685000', '172850.145000', '172850.605000', '172851.065000', '172851.525000', '172851.985000', '172852.445000', '172852.905000', '172853.365000', '172853.825000', '172854.285000', '172854.745000', '172855.205000', '172855.665000', '172856.125000', '172856.585000', '172857.045000', '172857.505000', '172857.965000', '172858.425000', '172858.885000', '172859.345000', '172859.805000', '172900.265000', '172900.725000', '172901.185000', '172901.645000', '172902.105000', '172902.565000', '172903.025000', '172903.485000', '172903.945000', '172904.405000', '172904.865000', '172905.325000', '172905.785000', '172906.245000', '172906.705000', '172907.165000', '172907.625000', '172908.085000', '172908.545000', '172909.005000', '172909.465000', '172909.925000', '172910.385000', '172910.845000', '172911.305000', '172911.765000', '172912.225000', '172912.685000', '172913.145000', '172913.605000', '172914.065000', '172914.525000', '172914.985000', '172915.445000', '172915.905000', '172916.365000', '172916.825000', '172917.285000', '172917.745000', '172918.205000', '172918.665000', '172919.125000', '172919.585000', '172920.045000', '172920.505000', '172920.965000', '172921.425000', '172921.885000', '172922.345000', '172922.805000', '172923.265000', '172923.725000', '172924.185000', '172924.645000', '172925.105000', '172925.565000', '172926.025000', '172926.485000', '172926.945000', '172927.405000', '172927.865000', '172928.325000', '172928.785000', '172929.245000', '172929.705000', '172930.165000', '172930.625000', '172931.085000', '172931.545000', '172932.005000', '172932.465000', '172932.925000', '172933.385000', '172933.845000', '172934.305000', '172934.765000', '172935.225000', '172935.685000', '172936.145000', '172936.605000', '172937.065000', '172937.525000', '172937.985000', '172938.445000', '172938.905000', '172939.365000', '172939.825000', '172940.285000', '172940.745000', '172941.205000', '172941.665000', '172942.125000', '172942.585000', '172943.045000', '172943.505000', '172943.965000', '172944.425000', '172944.885000', '172945.345000', '172945.805000', '172946.265000', '172946.725000', '172947.185000', '172947.645000', '172948.105000', '172948.565000', '172949.025000', '172949.485000', '172949.945000', '172950.405000', '172950.865000', '172951.325000', '172951.785000', '172952.245000', '172952.705000', '172953.165000', '172953.625000', '172954.085000', '172954.545000', '172955.005000', '172955.465000', '172955.925000', '172956.385000', '172956.845000', '172957.305000', '172957.765000', '172958.225000', '172958.685000', '172959.145000', '172959.605000', '173000.065000', '173000.525000', '173000.985000', '173001.445000', '173001.905000', '173002.365000', '173002.825000', '173003.285000', '173003.745000', '173004.205000', '173004.665000', '173005.125000', '173005.585000', '173006.045000', '173006.505000', '173006.965000', '173007.425000', '173007.885000', '173008.345000', '173008.805000', '173009.265000', '173009.725000', '173010.185000', '173010.645000', '173011.105000', '173011.565000', '173012.025000', '173012.485000', '173012.945000', '173013.405000', '173013.865000', '173014.325000', '173014.785000', '173015.245000', '173015.705000', '173016.165000', '173016.625000', '173017.085000', '173017.545000', '173018.005000', '173018.465000', '173018.925000', '173019.385000', '173019.845000', '173020.305000', '173020.765000', '173021.225000', '173021.685000', '173022.145000', '173022.605000', '173023.065000', '173023.525000', '173023.985000', '173024.445000', '173024.905000', '173025.365000', '173025.825000', '173026.285000', '173026.745000', '173027.205000', '173027.665000', '173028.125000', '173028.585000', '173029.045000', '173029.505000', '173029.965000', '173030.425000', '173030.885000', '173031.345000', '173031.805000', '173032.265000', '173032.725000', '173033.185000', '173033.645000', '173034.105000', '173034.565000', '173035.025000', '173035.485000', '173035.945000', '173036.405000', '173036.865000', '173037.325000', '173037.785000', '173038.245000', '173038.705000', '173039.165000', '173039.625000', '173040.085000', '173040.545000', '173041.005000', '173041.465000', '173041.925000', '173042.385000', '173042.845000', '173043.305000', '173043.765000', '173044.225000', '173044.685000', '173045.145000', '173045.605000', '173046.065000', '173046.525000', '173046.985000', '173047.445000', '173047.905000', '173048.365000', '173048.825000', '173049.285000', '173049.745000', '173050.205000', '173050.665000', '173051.125000', '173051.585000', '173052.045000', '173052.505000', '173052.965000', '173053.425000', '173053.885000', '173054.345000', '173054.805000', '173055.265000', '173055.725000', '173056.185000', '173056.645000', '173057.105000', '173057.565000', '173058.025000', '173058.485000', '173058.945000', '173059.405000', '173059.865000', '173100.325000', '173100.785000', '173101.245000', '173101.705000', '173102.165000', '173102.625000', '173103.085000', '173103.545000', '173104.005000', '173104.465000', '173104.925000', '173105.385000', '173105.845000', '173106.305000', '173106.765000', '173107.225000', '173107.685000', '173108.145000', '173108.605000', '173109.065000', '173109.525000', '173109.985000', '173110.445000', '173110.905000', '173111.365000', '173111.825000', '173112.285000', '173112.745000', '173113.205000', '173113.665000', '173114.125000', '173114.585000', '173115.045000', '173115.505000', '173115.965000', '173116.425000', '173116.885000', '173117.345000', '173117.805000', '173118.265000', '173118.725000', '173119.185000', '173119.645000', '173120.105000', '173120.565000', '173121.025000', '173121.485000', '173121.945000', '173122.405000', '173122.865000', '173123.325000', '173123.785000', '173124.245000', '173124.705000', '173125.165000', '173125.625000', '173126.085000', '173126.545000', '173127.005000', '173127.465000', '173127.925000', '173128.385000', '173128.845000', '173129.305000', '173129.765000', '173130.225000', '173130.685000', '173131.145000', '173131.605000', '173132.065000', '173132.525000', '173132.985000', '173133.445000', '173133.905000', '173134.365000', '173134.825000', '173135.285000', '173135.745000', '173136.205000', '173136.665000', '173137.125000', '173137.585000', '173138.045000', '173138.505000', '173138.965000', '173139.425000', '173139.885000', '173140.345000', '173140.805000', '173141.265000', '173141.725000', '173142.185000', '173142.645000', '173143.105000', '173143.565000', '173144.025000', '173144.485000', '173144.945000', '173145.405000', '173145.865000', '173146.325000', '173146.785000', '173147.245000', '173147.705000', '173148.165000', '173148.625000', '173149.085000', '173149.545000', '173150.005000', '173150.465000', '173150.925000', '173151.385000', '173151.845000', '173152.305000', '173152.765000', '173153.225000', '173153.685000', '173154.145000', '173154.605000', '173155.065000', '173155.525000', '173155.985000', '173156.445000', '173156.905000', '173157.365000', '173157.825000', '173158.285000', '173158.745000', '173159.205000', '173159.665000', '173200.125000', '173200.585000', '173201.045000', '173201.505000', '173201.965000', '173202.425000', '173202.885000', '173203.345000', '173203.805000', '173204.265000', '173204.725000', '173205.185000', '173205.645000', '173206.105000', '173206.565000', '173207.025000', '173207.485000', '173207.945000', '173208.405000', '173208.865000', '173209.325000', '173209.785000', '173210.245000', '173210.705000', '173211.165000', '173211.625000', '173212.085000', '173212.545000', '173213.005000', '173213.465000', '173213.925000', '173214.385000', '173214.845000', '173215.305000', '173215.765000', '173216.225000', '173216.685000', '173217.145000', '173217.605000', '173218.065000', '173218.525000', '173218.985000', '173219.445000', '173219.905000', '173220.365000', '173220.825000', '173221.285000', '173221.745000', '173222.205000', '173222.665000', '173223.125000', '173223.585000', '173224.045000', '173224.505000', '173224.965000', '173225.425000', '173225.885000', '173226.345000', '173226.805000', '173227.265000', '173227.725000', '173228.185000', '173228.645000', '173229.105000', '173229.565000', '173230.025000', '173230.485000', '173230.945000', '173231.405000', '173231.865000', '173232.325000', '173232.785000', '173233.245000', '173233.705000', '173234.165000', '173234.625000', '173235.085000', '173235.545000', '173236.005000', '173236.465000', '173236.925000', '173237.385000', '173237.845000', '173238.305000', '173238.765000', '173239.225000', '173239.685000', '173240.145000', '173240.605000', '173241.065000', '173241.525000', '173241.985000', '173242.445000', '173242.905000', '173243.365000', '173243.825000', '173244.285000', '173244.745000', '173245.205000', '173245.665000', '173246.125000', '173246.585000', '173247.045000', '173247.505000', '173247.965000', '173248.425000', '173248.885000', '173249.345000', '173249.805000', '173250.265000', '173250.725000', '173251.185000', '173251.645000', '173252.105000', '173252.565000', '173253.025000', '173253.485000', '173253.945000', '173254.405000', '173254.865000', '173255.325000', '173255.785000', '173256.245000', '173256.705000', '173257.165000', '173257.625000', '173258.085000', '173258.545000', '173259.005000', '173259.465000', '173259.925000', '173300.385000', '173300.845000', '173301.305000', '173301.765000', '173302.225000', '173302.685000', '173303.145000', '173303.605000', '173304.065000', '173304.525000', '173304.985000', '173305.445000', '173305.905000', '173306.365000', '173306.825000', '173307.285000', '173307.745000', '173308.205000', '173308.665000', '173309.125000', '173309.585000', '173310.045000', '173310.505000', '173310.965000', '173311.425000', '173311.885000', '173312.345000', '173312.805000', '173313.265000', '173313.725000', '173314.185000', '173314.645000', '173315.105000', '173315.565000', '173316.025000', '173316.485000', '173316.945000', '173317.405000', '173317.865000', '173318.325000', '173318.785000', '173319.245000', '173319.705000', '173320.165000', '173320.625000', '173321.085000', '173321.545000', '173322.005000', '173322.465000', '173322.925000', '173323.385000', '173323.845000', '173324.305000', '173324.765000', '173325.225000', '173325.685000', '173326.145000', '173326.605000', '173327.065000', '173327.525000', '173327.985000', '173328.445000', '173328.905000', '173329.365000', '173329.825000', '173330.285000', '173330.745000', '173331.205000', '173331.665000', '173332.125000', '173332.585000', '173333.045000', '173333.505000', '173333.965000', '173334.425000', '173334.885000', '173335.345000', '173335.805000', '173336.265000', '173336.725000', '173337.185000', '173337.645000', '173338.105000', '173338.565000', '173339.025000', '173339.485000', '173339.945000', '173340.405000', '173340.865000', '173341.325000', '173341.785000', '173342.245000', '173342.705000', '173343.165000', '173343.625000', '173344.085000', '173344.545000', '173345.005000', '173345.465000', '173345.925000', '173346.385000', '173346.845000', '173347.305000', '173347.765000', '173348.225000', '173348.685000', '173349.145000', '173349.605000', '173350.065000', '173350.525000', '173350.985000', '173351.445000', '173351.905000', '173352.365000', '173352.825000', '173353.285000', '173353.745000', '173354.205000', '173354.665000', '173355.125000', '173355.585000', '173356.045000', '173356.505000', '173356.965000', '173357.425000', '173357.885000', '173358.345000', '173358.805000', '173359.265000', '173359.725000', '173400.185000', '173400.645000', '173401.105000', '173401.565000', '173402.025000', '173402.485000', '173402.945000', '173403.405000', '173403.865000', '173404.325000', '173404.785000', '173405.245000', '173405.705000', '173406.165000', '173406.625000', '173407.085000', '173407.545000', '173408.005000', '173408.465000', '173408.925000', '173409.385000', '173409.845000', '173410.305000', '173410.765000', '173411.225000', '173411.685000', '173412.145000', '173412.605000', '173413.065000', '173413.525000', '173413.985000', '173414.445000', '173414.905000', '173415.365000', '173415.825000', '173416.285000', '173416.745000', '173417.205000', '173417.665000', '173418.125000', '173418.585000', '173419.045000', '173419.505000', '173419.965000', '173420.425000', '173420.885000', '173421.345000', '173421.805000', '173422.265000', '173422.725000', '173423.185000', '173423.645000', '173424.105000', '173424.565000', '173425.025000', '173425.485000', '173425.945000', '173426.405000', '173426.865000', '173427.325000', '173427.785000', '173428.245000', '173428.705000', '173429.165000', '173429.625000', '173430.085000', '173430.545000', '173431.005000', '173431.465000', '173431.925000', '173432.385000', '173432.845000', '173433.305000', '173433.765000', '173434.225000', '173434.685000', '173435.145000', '173435.605000', '173436.065000', '173436.525000', '173436.985000', '173437.445000', '173437.905000', '173438.365000', '173438.825000', '173439.285000', '173439.745000', '173440.205000', '173440.665000', '173441.125000', '173441.585000', '173442.045000', '173442.505000', '173442.965000', '173443.425000', '173443.885000', '173444.345000', '173444.805000', '173445.265000', '173445.725000', '173446.185000', '173446.645000', '173447.105000', '173447.565000', '173448.025000', '173448.485000', '173448.945000', '173449.405000', '173449.865000', '173450.325000', '173450.785000', '173451.245000', '173451.705000', '173452.165000', '173452.625000', '173453.085000', '173453.545000', '173454.005000', '173454.465000', '173454.925000', '173455.385000', '173455.845000', '173456.305000', '173456.765000', '173457.225000', '173457.685000', '173458.145000', '173458.605000', '173459.065000', '173459.525000', '173459.985000', '173500.445000', '173500.905000', '173501.365000', '173501.825000', '173502.285000', '173502.745000', '173503.205000', '173503.665000', '173504.125000', '173504.585000', '173505.045000', '173505.505000', '173505.965000', '173506.425000', '173506.885000', '173507.345000', '173507.805000', '173508.265000', '173508.725000', '173509.185000', '173509.645000', '173510.105000', '173510.565000', '173511.025000', '173511.485000', '173511.945000', '173512.405000', '173512.865000', '173513.325000', '173513.785000', '173514.245000', '173514.705000', '173515.165000', '173515.625000', '173516.085000', '173516.545000', '173517.005000', '173517.465000', '173517.925000', '173518.385000', '173518.845000', '173519.305000', '173519.765000', '173520.225000', '173520.685000', '173521.145000', '173521.605000', '173522.065000', '173522.525000', '173522.985000', '173523.445000', '173523.905000', '173524.365000', '173524.825000', '173525.285000', '173525.745000', '173526.205000', '173526.665000', '173527.125000', '173527.585000', '173528.045000', '173528.505000', '173528.965000', '173529.425000', '173529.885000', '173530.345000', '173530.805000', '173531.265000', '173531.725000', '173532.185000', '173532.645000', '173533.105000', '173533.565000', '173534.025000', '173534.485000', '173534.945000', '173535.405000', '173535.865000', '173536.325000', '173536.785000', '173537.245000', '173537.705000', '173538.165000', '173538.625000', '173539.085000', '173539.545000', '173540.005000', '173540.465000', '173540.925000', '173541.385000', '173541.845000', '173542.305000', '173542.765000', '173543.225000', '173543.685000', '173544.145000', '173544.605000', '173545.065000', '173545.525000', '173545.985000', '173546.445000', '173546.905000', '173547.365000', '173547.825000', '173548.285000', '173548.745000', '173549.205000', '173549.665000', '173550.125000', '173550.585000', '173551.045000', '173551.505000', '173551.965000', '173552.425000', '173552.885000', '173553.345000', '173553.805000', '173554.265000', '173554.725000', '173555.185000', '173555.645000', '173556.105000', '173556.565000', '173557.025000', '173557.485000', '173557.945000', '173558.405000', '173558.865000', '173559.325000', '173559.785000', '173600.245000', '173600.705000', '173601.165000', '173601.625000', '173602.085000', '173602.545000', '173603.005000', '173603.465000', '173603.925000', '173604.385000', '173604.845000', '173605.305000', '173605.765000', '173606.225000', '173606.685000', '173607.145000', '173607.605000', '173608.065000', '173608.525000', '173608.985000', '173609.445000', '173609.905000', '173610.365000', '173610.825000', '173611.285000', '173611.745000', '173612.205000', '173612.665000', '173613.125000', '173613.585000', '173614.045000', '173614.505000', '173614.965000', '173615.425000', '173615.885000', '173616.345000', '173616.805000', '173617.265000', '173617.725000', '173618.185000', '173618.645000', '173619.105000', '173619.565000', '173620.025000', '173620.485000', '173620.945000', '173621.405000', '173621.865000', '173622.325000', '173622.785000', '173623.245000', '173623.705000', '173624.165000', '173624.625000', '173625.085000', '173625.545000', '173626.005000', '173626.465000', '173626.925000', '173627.385000', '173627.845000', '173628.305000', '173628.765000', '173629.225000', '173629.685000', '173630.145000', '173630.605000', '173631.065000', '173631.525000', '173631.985000', '173632.445000', '173632.905000', '173633.365000', '173633.825000', '173634.285000', '173634.745000', '173635.205000', '173635.665000', '173636.125000', '173636.585000', '173637.045000', '173637.505000', '173637.965000', '173638.425000', '173638.885000', '173639.345000', '173639.805000', '173640.265000', '173640.725000', '173641.185000', '173641.645000', '173642.105000', '173642.565000', '173643.025000', '173643.485000', '173643.945000', '173644.405000', '173644.865000', '173645.325000', '173645.785000', '173646.245000', '173646.705000', '173647.165000', '173647.625000', '173648.085000', '173648.545000', '173649.005000', '173649.465000', '173649.925000', '173650.385000', '173650.845000', '173651.305000', '173651.765000', '173652.225000', '173652.685000', '173653.145000', '173653.605000', '173654.065000', '173654.525000', '173654.985000', '173655.445000', '173655.905000', '173656.365000', '173656.825000', '173657.285000', '173657.745000', '173658.205000', '173658.665000', '173659.125000', '173659.585000', '173700.045000', '173700.505000', '173700.965000', '173701.425000', '173701.885000', '173702.345000', '173702.805000', '173703.265000', '173703.725000', '173704.185000', '173704.645000', '173705.105000', '173705.565000', '173706.025000', '173706.485000', '173706.945000', '173707.405000', '173707.865000', '173708.325000', '173708.785000', '173709.245000', '173709.705000', '173710.165000', '173710.625000', '173711.085000', '173711.545000', '173712.005000', '173712.465000', '173712.925000', '173713.385000', '173713.845000', '173714.305000', '173714.765000', '173715.225000', '173715.685000', '173716.145000', '173716.605000', '173717.065000', '173717.525000', '173717.985000', '173718.445000', '173718.905000', '173719.365000', '173719.825000', '173720.285000', '173720.745000', '173721.205000', '173721.665000', '173722.125000', '173722.585000', '173723.045000', '173723.505000', '173723.965000', '173724.425000', '173724.885000', '173725.345000', '173725.805000', '173726.265000', '173726.725000', '173727.185000', '173727.645000', '173728.105000', '173728.565000', '173729.025000', '173729.485000', '173729.945000', '173730.405000', '173730.865000', '173731.325000', '173731.785000', '173732.245000', '173732.705000', '173733.165000', '173733.625000', '173734.085000', '173734.545000', '173735.005000', '173735.465000', '173735.925000', '173736.385000', '173736.845000', '173737.305000', '173737.765000', '173738.225000', '173738.685000', '173739.145000', '173739.605000', '173740.065000', '173740.525000'], 'ContentTime': ['172905.774000', '172905.777000', '172905.780000', '172905.782000', '172905.785000', '172905.787000', '172905.790000', '172905.792000', '172905.795000', '172905.798000', '172905.800000', '172905.803000', '172905.805000', '172905.808000', '172905.810000', '172905.813000', '172905.815000', '172905.818000', '172905.820000', '172905.823000', '172905.825000', '172905.833000', '172905.836000', '172905.839000', '172905.841000', '172905.844000', '172905.847000', '172905.851000', '172905.854000', '172905.856000', '172905.859000', '172905.861000', '172905.864000', '172905.867000', '172925.744000', '172925.747000', '172925.750000', '172925.753000', '172925.755000', '172925.758000', '172925.760000', '172925.763000', '172925.766000', '172925.768000', '172925.771000', '172925.773000', '172925.776000', '172925.778000', '172925.781000', '172925.783000', '172925.786000', '172925.788000', '172925.791000', '172925.793000', '172925.796000', '172925.799000', '172925.802000', '172925.804000', '172925.807000', '172925.810000', '172925.812000', '172925.815000', '172925.817000', '172925.820000', '172925.822000', '172925.825000', '172925.827000', '172925.830000', '172925.833000', '172925.835000', '172925.838000', '172925.840000', '172925.843000', '172925.845000', '172925.848000', '172925.850000', '172925.853000', '172925.855000', '172945.744000', '172945.746000', '172945.749000', '172945.752000', '172945.754000', '172945.757000', '172945.759000', '172945.762000', '172945.790000', '172945.792000', '172945.795000', '172945.797000', '172945.800000', '172945.803000', '172945.805000', '172945.811000', '172945.814000', '172945.816000', '172945.819000', '172945.821000', '172945.824000', '172945.827000', '172945.829000', '172945.832000', '172945.834000', '172945.837000', '172945.840000', '172945.842000', '172945.845000', '172945.847000', '172945.850000', '172945.853000', '172945.855000', '172945.858000', '172945.860000', '172945.863000', '172945.865000', '172945.868000', '172945.870000', '172945.873000', '172945.876000', '172945.878000', '172945.881000', '173005.743000', '173005.746000', '173005.749000', '173005.751000', '173005.754000', '173005.756000', '173005.759000', '173005.762000', '173005.764000', '173005.767000', '173005.770000', '173005.772000', '173005.775000', '173005.777000', '173005.780000', '173005.783000', '173005.786000', '173005.789000', '173005.791000', '173005.794000', '173005.796000', '173005.799000', '173005.801000', '173005.804000', '173005.806000', '173005.809000', '173005.812000', '173005.814000', '173005.817000', '173005.819000', '173005.822000', '173005.824000', '173005.827000', '173005.829000', '173005.842000', '173005.845000', '173005.847000', '173005.850000', '173005.852000', '173005.855000', '173005.858000', '173005.860000', '173005.863000', '173025.743000', '173025.746000', '173025.749000', '173025.752000', '173025.755000', '173025.757000', '173025.760000', '173025.762000', '173025.765000', '173025.767000', '173025.770000', '173025.773000', '173025.775000', '173025.778000', '173025.780000', '173025.783000', '173025.785000', '173025.788000', '173025.790000', '173025.793000', '173025.796000', '173025.798000', '173025.801000', '173025.803000', '173025.806000', '173025.808000', '173025.811000', '173025.814000', '173025.816000', '173025.819000', '173025.821000', '173025.824000', '173025.826000', '173025.829000', '173025.832000', '173025.834000', '173025.837000', '173025.839000', '173025.842000', '173025.844000', '173025.847000', '173025.849000', '173025.852000', '173025.855000', '173045.743000', '173045.745000', '173045.748000', '173045.751000', '173045.753000', '173045.756000', '173045.758000', '173045.761000', '173045.764000', '173045.766000', '173045.769000', '173045.771000', '173045.774000', '173045.776000', '173045.779000', '173045.782000', '173045.785000', '173045.788000', '173045.791000', '173045.794000', '173045.796000', '173045.799000', '173045.801000', '173045.804000', '173045.806000', '173045.809000', '173045.812000', '173045.814000', '173045.817000', '173045.819000', '173045.822000', '173045.825000', '173045.827000', '173045.830000', '173045.832000', '173045.835000', '173045.837000', '173045.841000', '173045.843000', '173045.846000', '173045.848000', '173045.851000', '173045.854000', '173045.856000', '173105.742000', '173105.745000', '173105.748000', '173105.750000', '173105.753000', '173105.756000', '173105.759000', '173105.761000', '173105.764000', '173105.766000', '173105.769000', '173105.771000', '173105.774000', '173105.777000', '173105.779000', '173105.782000', '173105.784000', '173105.818000', '173105.820000', '173105.823000', '173105.825000', '173105.828000', '173105.830000', '173105.833000', '173105.836000', '173105.838000', '173105.841000', '173105.843000', '173105.846000', '173105.848000', '173105.851000', '173105.854000', '173105.856000', '173105.859000', '173105.861000', '173105.864000', '173105.866000', '173105.869000', '173105.871000', '173105.874000', '173105.877000', '173105.879000', '173105.882000', '173125.744000', '173125.746000', '173125.749000', '173125.752000', '173125.754000', '173125.757000', '173125.760000', '173125.762000', '173125.765000', '173125.767000', '173125.770000', '173125.772000', '173125.775000', '173125.778000', '173125.780000', '173125.783000', '173125.785000', '173125.788000', '173125.790000', '173125.793000', '173125.796000', '173125.798000', '173125.801000', '173125.803000', '173125.806000', '173125.808000', '173125.811000', '173125.814000', '173125.816000', '173125.819000', '173125.821000', '173125.824000', '173125.826000', '173125.829000', '173125.832000', '173125.834000', '173125.837000', '173125.839000', '173125.842000', '173125.844000', '173125.847000', '173125.850000', '173125.852000', '173145.744000', '173145.747000', '173145.749000', '173145.752000', '173145.754000', '173145.757000', '173145.760000', '173145.762000', '173145.765000', '173145.767000', '173145.770000', '173145.773000', '173145.775000', '173145.778000', '173145.781000', '173145.802000', '173145.805000', '173145.808000', '173145.810000', '173145.813000', '173145.815000', '173145.818000', '173145.820000', '173145.823000', '173145.826000', '173145.828000', '173145.831000', '173145.833000', '173145.836000', '173145.838000', '173145.841000', '173145.844000', '173145.846000', '173145.849000', '173145.851000', '173145.854000', '173145.857000', '173145.859000', '173145.862000', '173145.864000', '173145.867000', '173145.869000', '173145.872000', '173145.875000', '173205.744000', '173205.747000', '173205.749000', '173205.752000', '173205.754000', '173205.757000', '173205.760000', '173205.762000', '173205.765000', '173205.767000', '173205.770000', '173205.773000', '173205.775000', '173205.778000', '173205.780000', '173205.783000', '173205.786000', '173205.788000', '173205.791000', '173205.793000', '173205.796000', '173205.798000', '173205.801000', '173205.804000', '173205.806000', '173205.809000', '173205.811000', '173205.814000', '173205.817000', '173205.819000', '173205.822000', '173205.825000', '173205.828000', '173205.831000', '173205.834000', '173205.836000', '173205.839000', '173205.841000', '173205.844000', '173205.847000', '173205.849000', '173205.852000', '173205.854000', '173225.743000', '173225.746000', '173225.749000', '173225.751000', '173225.754000', '173225.757000', '173225.759000', '173225.762000', '173225.765000', '173225.767000', '173225.770000', '173225.772000', '173225.775000', '173225.777000', '173225.780000', '173225.783000', '173225.785000', '173225.788000', '173225.791000', '173225.793000', '173225.796000', '173225.799000', '173225.801000', '173225.804000', '173225.806000', '173225.809000', '173225.812000', '173225.814000', '173225.817000', '173225.819000', '173225.822000', '173225.825000', '173225.827000', '173225.830000', '173225.833000', '173225.835000', '173225.838000', '173225.840000', '173225.843000', '173225.846000', '173225.848000', '173225.851000', '173225.853000', '173225.856000', '173245.744000', '173245.747000', '173245.749000', '173245.752000', '173245.754000', '173245.757000', '173245.760000', '173245.762000', '173245.765000', '173245.767000', '173245.770000', '173245.772000', '173245.775000', '173245.778000', '173245.781000', '173245.783000', '173245.786000', '173245.788000', '173245.791000', '173245.794000', '173245.796000', '173245.799000', '173245.810000', '173245.813000', '173245.815000', '173245.818000', '173245.820000', '173245.823000', '173245.826000', '173245.828000', '173245.831000', '173245.833000', '173245.836000', '173245.839000', '173245.841000', '173245.844000', '173245.846000', '173245.849000', '173245.852000', '173245.854000', '173245.857000', '173245.859000', '173245.862000', '173305.743000', '173305.746000', '173305.748000', '173305.751000', '173305.753000', '173305.756000', '173305.758000', '173305.761000', '173305.764000', '173305.766000', '173305.769000', '173305.771000', '173305.774000', '173305.776000', '173305.779000', '173305.782000', '173305.784000', '173305.787000', '173305.789000', '173305.792000', '173305.795000', '173305.797000', '173305.800000', '173305.802000', '173305.805000', '173305.808000', '173305.810000', '173305.813000', '173305.816000', '173305.818000', '173305.821000', '173305.823000', '173305.826000', '173305.829000', '173305.831000', '173305.834000', '173305.836000', '173305.839000', '173305.841000', '173305.844000', '173305.846000', '173305.849000', '173305.852000', '173305.854000', '173325.743000', '173325.746000', '173325.748000', '173325.751000', '173325.753000', '173325.756000', '173325.758000', '173325.761000', '173325.764000', '173325.766000', '173325.769000', '173325.772000', '173325.774000', '173325.777000', '173325.779000', '173325.782000', '173325.784000', '173325.787000', '173325.790000', '173325.792000', '173325.795000', '173325.797000', '173325.800000', '173325.803000', '173325.805000', '173325.808000', '173325.810000', '173325.813000', '173325.816000', '173325.818000', '173325.821000', '173325.824000', '173325.826000', '173325.829000', '173325.831000', '173325.834000', '173325.837000', '173325.839000', '173325.842000', '173325.844000', '173325.847000', '173325.850000', '173325.852000', '173345.743000', '173345.746000', '173345.749000', '173345.751000', '173345.754000', '173345.756000', '173345.759000', '173345.762000', '173345.764000', '173345.767000', '173345.770000', '173345.772000', '173345.775000', '173345.777000', '173345.780000', '173345.783000', '173345.785000', '173345.788000', '173345.790000', '173345.793000', '173345.795000', '173345.798000', '173345.801000', '173345.803000', '173345.806000', '173345.809000', '173345.811000', '173345.814000', '173345.816000', '173345.819000', '173345.822000', '173345.824000', '173345.827000', '173345.829000', '173345.832000', '173345.834000', '173345.837000', '173345.840000', '173345.842000', '173345.845000', '173345.847000', '173345.850000', '173345.853000', '173345.855000', '173405.744000', '173405.746000', '173405.749000', '173405.752000', '173405.754000', '173405.757000', '173405.760000', '173405.762000', '173405.765000', '173405.767000', '173405.770000', '173405.773000', '173405.775000', '173405.778000', '173405.780000', '173405.783000', '173405.785000', '173405.788000', '173405.791000', '173405.793000', '173405.796000', '173405.798000', '173405.801000', '173405.803000', '173405.806000', '173405.809000', '173405.811000', '173405.814000', '173405.816000', '173405.819000', '173405.822000', '173405.824000', '173405.827000', '173405.829000', '173405.832000', '173405.835000', '173405.838000', '173405.840000', '173405.843000', '173405.845000', '173405.848000', '173405.851000', '173405.853000', '173425.743000', '173425.746000', '173425.749000', '173425.751000', '173425.754000', '173425.757000', '173425.759000', '173425.762000', '173425.764000', '173425.767000', '173425.770000', '173425.772000', '173425.775000', '173425.777000', '173425.780000', '173425.783000', '173425.785000', '173425.788000', '173425.790000', '173425.793000', '173425.795000', '173425.798000', '173425.801000', '173425.803000', '173425.806000', '173425.808000', '173425.811000', '173425.814000', '173425.816000', '173425.819000', '173425.821000', '173425.824000', '173425.826000', '173425.829000', '173425.832000', '173425.834000', '173425.837000', '173425.839000', '173425.842000', '173425.845000', '173425.847000', '173425.850000', '173425.852000', '173425.855000', '173445.744000', '173445.747000', '173445.749000', '173445.752000', '173445.754000', '173445.757000', '173445.759000', '173445.762000', '173445.765000', '173445.767000', '173445.770000', '173445.772000', '173445.775000', '173445.778000', '173445.780000', '173445.783000', '173445.785000', '173445.788000', '173445.791000', '173445.793000', '173445.796000', '173445.810000', '173445.813000', '173445.815000', '173445.818000', '173445.820000', '173445.825000', '173445.827000', '173445.830000', '173445.832000', '173445.835000', '173445.838000', '173445.840000', '173445.843000', '173445.845000', '173445.848000', '173445.851000', '173445.853000', '173445.856000', '173445.859000', '173445.862000', '173445.865000', '173445.868000', '173505.743000', '173505.746000', '173505.749000', '173505.751000', '173505.754000', '173505.756000', '173505.759000', '173505.762000', '173505.764000', '173505.767000', '173505.769000', '173505.772000', '173505.774000', '173505.777000', '173505.780000', '173505.782000', '173505.785000', '173505.787000', '173505.790000', '173505.792000', '173505.795000', '173505.798000', '173505.800000', '173505.803000', '173505.806000', '173505.808000', '173505.811000', '173505.813000', '173505.816000', '173505.818000', '173505.821000', '173505.824000', '173505.826000', '173505.829000', '173505.831000', '173505.834000', '173505.836000', '173505.839000', '173505.842000', '173505.844000', '173505.847000', '173505.849000', '173505.852000', '173505.855000', '173525.742000', '173525.745000', '173525.748000', '173525.750000', '173525.753000', '173525.756000', '173525.758000', '173525.761000', '173525.763000', '173525.766000', '173525.768000', '173525.771000', '173525.774000', '173525.776000', '173525.779000', '173525.781000', '173525.784000', '173525.786000', '173525.789000', '173525.792000', '173525.794000', '173525.797000', '173525.799000', '173525.802000', '173525.805000', '173525.807000', '173525.810000', '173525.812000', '173525.815000', '173525.817000', '173525.820000', '173525.823000', '173525.825000', '173525.828000', '173525.830000', '173525.833000', '173525.835000', '173525.838000', '173525.841000', '173525.843000', '173525.846000', '173525.848000', '173525.851000', '173545.742000', '173545.745000', '173545.748000', '173545.750000', '173545.753000', '173545.755000', '173545.758000', '173545.761000', '173545.763000', '173545.766000', '173545.769000', '173545.771000', '173545.774000', '173545.777000', '173545.779000', '173545.782000', '173545.784000', '173545.787000', '173545.789000', '173545.792000', '173545.795000', '173545.797000', '173545.800000', '173545.803000', '173545.805000', '173545.808000', '173545.810000', '173545.813000', '173545.815000', '173545.818000', '173545.821000', '173545.823000', '173545.826000', '173545.828000', '173545.831000', '173545.834000', '173545.836000', '173545.839000', '173545.841000', '173545.844000', '173545.847000', '173545.892000', '173545.895000', '173545.897000', '173605.744000', '173605.747000', '173605.749000', '173605.752000', '173605.754000', '173605.757000', '173605.760000', '173605.762000', '173605.765000', '173605.767000', '173605.770000', '173605.772000', '173605.775000', '173605.778000', '173605.780000', '173605.783000', '173605.785000', '173605.788000', '173605.815000', '173605.818000', '173605.821000', '173605.823000', '173605.826000', '173605.828000', '173605.831000', '173605.833000', '173605.836000', '173605.839000', '173605.841000', '173605.844000', '173605.847000', '173605.849000', '173605.852000', '173605.854000', '173605.857000', '173605.860000', '173605.862000', '173605.865000', '173605.867000', '173605.870000', '173605.873000', '173605.875000', '173605.878000', '173625.744000', '173625.747000', '173625.749000', '173625.752000', '173625.755000', '173625.757000', '173625.760000', '173625.762000', '173625.765000', '173625.768000', '173625.770000', '173625.773000', '173625.775000', '173625.778000', '173625.780000', '173625.783000', '173625.786000', '173625.788000', '173625.791000', '173625.793000', '173625.796000', '173625.799000', '173625.801000', '173625.804000', '173625.806000', '173625.809000', '173625.812000', '173625.814000', '173625.817000', '173625.819000', '173625.822000', '173625.825000', '173625.827000', '173625.830000', '173625.832000', '173625.835000', '173625.837000', '173625.840000', '173625.843000', '173625.845000', '173625.848000', '173625.850000', '173625.853000', '173645.744000', '173645.746000', '173645.749000', '173645.752000', '173645.754000', '173645.757000', '173645.760000', '173645.762000', '173645.765000', '173645.767000', '173645.770000', '173645.773000', '173645.775000', '173645.778000', '173645.780000', '173645.783000', '173645.786000', '173645.788000', '173645.791000', '173645.794000', '173645.796000', '173645.799000', '173645.801000', '173645.804000', '173645.807000', '173645.809000', '173645.812000', '173645.814000', '173645.817000', '173645.819000', '173645.822000', '173645.825000', '173645.827000', '173645.830000', '173645.833000', '173645.835000', '173645.838000', '173645.840000', '173645.843000', '173645.846000', '173645.848000', '173645.851000', '173645.853000', '173645.856000', '173705.745000', '173705.748000', '173705.751000', '173705.754000', '173705.756000', '173705.759000', '173705.761000', '173705.764000', '173705.766000', '173705.769000', '173705.772000', '173705.774000', '173705.777000', '173705.779000', '173705.782000', '173705.785000', '173705.787000', '173705.790000', '173705.792000', '173705.795000', '173705.798000', '173705.800000', '173705.803000', '173705.806000', '173705.808000', '173705.817000', '173705.819000', '173705.822000', '173705.824000', '173705.827000', '173705.830000', '173705.832000', '173705.835000', '173705.837000', '173705.840000', '173705.842000', '173705.845000', '173705.848000', '173705.850000', '173705.853000', '173705.855000', '173705.858000', '173705.860000', '173705.863000', '173725.744000', '173725.747000', '173725.749000', '173725.752000', '173725.755000', '173725.757000', '173725.760000', '173725.762000', '173725.765000', '173725.767000', '173725.770000', '173725.773000', '173725.775000', '173725.778000', '173725.789000', '173725.792000', '173725.794000', '173725.797000', '173725.799000', '173725.802000', '173725.804000', '173725.807000', '173725.809000', '173725.812000', '173725.815000', '173725.817000', '173725.820000', '173725.822000', '173725.825000', '173725.828000', '173725.830000', '173725.833000', '173725.835000', '173725.838000', '173725.840000', '173725.843000', '173725.846000', '173725.848000', '173725.851000', '173725.853000', '173725.856000', '173725.858000', '173725.861000', '173741.569000', '173741.572000', '173741.574000', '173741.577000', '173741.579000', '173741.582000', '173741.585000', '173741.587000', '173741.590000', '173741.592000', '173741.595000', '173741.598000', '173741.600000', '173741.603000', '173741.606000', '173741.608000', '173741.611000', '173741.614000', '173741.616000', '173741.619000', '173741.621000', '173741.624000', '173741.627000', '173741.629000', '173741.632000', '173741.634000', '173741.637000', '173741.640000', '173741.642000', '173741.645000', '173741.647000', '173741.650000', '173741.653000', '173741.655000', '173741.658000'], 'InstanceCreationTime': ['172905.774000', '172905.777000', '172905.780000', '172905.782000', '172905.785000', '172905.787000', '172905.790000', '172905.792000', '172905.795000', '172905.798000', '172905.800000', '172905.803000', '172905.805000', '172905.808000', '172905.810000', '172905.813000', '172905.815000', '172905.818000', '172905.820000', '172905.823000', '172905.825000', '172905.833000', '172905.836000', '172905.839000', '172905.841000', '172905.844000', '172905.847000', '172905.851000', '172905.854000', '172905.856000', '172905.859000', '172905.861000', '172905.864000', '172905.867000', '172925.744000', '172925.747000', '172925.750000', '172925.753000', '172925.755000', '172925.758000', '172925.760000', '172925.763000', '172925.766000', '172925.768000', '172925.771000', '172925.773000', '172925.776000', '172925.778000', '172925.781000', '172925.783000', '172925.786000', '172925.788000', '172925.791000', '172925.793000', '172925.796000', '172925.799000', '172925.802000', '172925.804000', '172925.807000', '172925.810000', '172925.812000', '172925.815000', '172925.817000', '172925.820000', '172925.822000', '172925.825000', '172925.827000', '172925.830000', '172925.833000', '172925.835000', '172925.838000', '172925.840000', '172925.843000', '172925.845000', '172925.848000', '172925.850000', '172925.853000', '172925.855000', '172945.744000', '172945.746000', '172945.749000', '172945.752000', '172945.754000', '172945.757000', '172945.759000', '172945.762000', '172945.790000', '172945.792000', '172945.795000', '172945.797000', '172945.800000', '172945.803000', '172945.805000', '172945.811000', '172945.814000', '172945.816000', '172945.819000', '172945.821000', '172945.824000', '172945.827000', '172945.829000', '172945.832000', '172945.834000', '172945.837000', '172945.840000', '172945.842000', '172945.845000', '172945.847000', '172945.850000', '172945.853000', '172945.855000', '172945.858000', '172945.860000', '172945.863000', '172945.865000', '172945.868000', '172945.870000', '172945.873000', '172945.876000', '172945.878000', '172945.881000', '173005.743000', '173005.746000', '173005.749000', '173005.751000', '173005.754000', '173005.756000', '173005.759000', '173005.762000', '173005.764000', '173005.767000', '173005.770000', '173005.772000', '173005.775000', '173005.777000', '173005.780000', '173005.783000', '173005.786000', '173005.789000', '173005.791000', '173005.794000', '173005.796000', '173005.799000', '173005.801000', '173005.804000', '173005.806000', '173005.809000', '173005.812000', '173005.814000', '173005.817000', '173005.819000', '173005.822000', '173005.824000', '173005.827000', '173005.829000', '173005.842000', '173005.845000', '173005.847000', '173005.850000', '173005.852000', '173005.855000', '173005.858000', '173005.860000', '173005.863000', '173025.743000', '173025.746000', '173025.749000', '173025.752000', '173025.755000', '173025.757000', '173025.760000', '173025.762000', '173025.765000', '173025.767000', '173025.770000', '173025.773000', '173025.775000', '173025.778000', '173025.780000', '173025.783000', '173025.785000', '173025.788000', '173025.790000', '173025.793000', '173025.796000', '173025.798000', '173025.801000', '173025.803000', '173025.806000', '173025.808000', '173025.811000', '173025.814000', '173025.816000', '173025.819000', '173025.821000', '173025.824000', '173025.826000', '173025.829000', '173025.832000', '173025.834000', '173025.837000', '173025.839000', '173025.842000', '173025.844000', '173025.847000', '173025.849000', '173025.852000', '173025.855000', '173045.743000', '173045.745000', '173045.748000', '173045.751000', '173045.753000', '173045.756000', '173045.758000', '173045.761000', '173045.764000', '173045.766000', '173045.769000', '173045.771000', '173045.774000', '173045.776000', '173045.779000', '173045.782000', '173045.785000', '173045.788000', '173045.791000', '173045.794000', '173045.796000', '173045.799000', '173045.801000', '173045.804000', '173045.806000', '173045.809000', '173045.812000', '173045.814000', '173045.817000', '173045.819000', '173045.822000', '173045.825000', '173045.827000', '173045.830000', '173045.832000', '173045.835000', '173045.837000', '173045.841000', '173045.843000', '173045.846000', '173045.848000', '173045.851000', '173045.854000', '173045.856000', '173105.742000', '173105.745000', '173105.748000', '173105.750000', '173105.753000', '173105.756000', '173105.759000', '173105.761000', '173105.764000', '173105.766000', '173105.769000', '173105.771000', '173105.774000', '173105.777000', '173105.779000', '173105.782000', '173105.784000', '173105.818000', '173105.820000', '173105.823000', '173105.825000', '173105.828000', '173105.830000', '173105.833000', '173105.836000', '173105.838000', '173105.841000', '173105.843000', '173105.846000', '173105.848000', '173105.851000', '173105.854000', '173105.856000', '173105.859000', '173105.861000', '173105.864000', '173105.866000', '173105.869000', '173105.871000', '173105.874000', '173105.877000', '173105.879000', '173105.882000', '173125.744000', '173125.746000', '173125.749000', '173125.752000', '173125.754000', '173125.757000', '173125.760000', '173125.762000', '173125.765000', '173125.767000', '173125.770000', '173125.772000', '173125.775000', '173125.778000', '173125.780000', '173125.783000', '173125.785000', '173125.788000', '173125.790000', '173125.793000', '173125.796000', '173125.798000', '173125.801000', '173125.803000', '173125.806000', '173125.808000', '173125.811000', '173125.814000', '173125.816000', '173125.819000', '173125.821000', '173125.824000', '173125.826000', '173125.829000', '173125.832000', '173125.834000', '173125.837000', '173125.839000', '173125.842000', '173125.844000', '173125.847000', '173125.850000', '173125.852000', '173145.744000', '173145.747000', '173145.749000', '173145.752000', '173145.754000', '173145.757000', '173145.760000', '173145.762000', '173145.765000', '173145.767000', '173145.770000', '173145.773000', '173145.775000', '173145.778000', '173145.781000', '173145.802000', '173145.805000', '173145.808000', '173145.810000', '173145.813000', '173145.815000', '173145.818000', '173145.820000', '173145.823000', '173145.826000', '173145.828000', '173145.831000', '173145.833000', '173145.836000', '173145.838000', '173145.841000', '173145.844000', '173145.846000', '173145.849000', '173145.851000', '173145.854000', '173145.857000', '173145.859000', '173145.862000', '173145.864000', '173145.867000', '173145.869000', '173145.872000', '173145.875000', '173205.744000', '173205.747000', '173205.749000', '173205.752000', '173205.754000', '173205.757000', '173205.760000', '173205.762000', '173205.765000', '173205.767000', '173205.770000', '173205.773000', '173205.775000', '173205.778000', '173205.780000', '173205.783000', '173205.786000', '173205.788000', '173205.791000', '173205.793000', '173205.796000', '173205.798000', '173205.801000', '173205.804000', '173205.806000', '173205.809000', '173205.811000', '173205.814000', '173205.817000', '173205.819000', '173205.822000', '173205.825000', '173205.828000', '173205.831000', '173205.834000', '173205.836000', '173205.839000', '173205.841000', '173205.844000', '173205.847000', '173205.849000', '173205.852000', '173205.854000', '173225.743000', '173225.746000', '173225.749000', '173225.751000', '173225.754000', '173225.757000', '173225.759000', '173225.762000', '173225.765000', '173225.767000', '173225.770000', '173225.772000', '173225.775000', '173225.777000', '173225.780000', '173225.783000', '173225.785000', '173225.788000', '173225.791000', '173225.793000', '173225.796000', '173225.799000', '173225.801000', '173225.804000', '173225.806000', '173225.809000', '173225.812000', '173225.814000', '173225.817000', '173225.819000', '173225.822000', '173225.825000', '173225.827000', '173225.830000', '173225.833000', '173225.835000', '173225.838000', '173225.840000', '173225.843000', '173225.846000', '173225.848000', '173225.851000', '173225.853000', '173225.856000', '173245.744000', '173245.747000', '173245.749000', '173245.752000', '173245.754000', '173245.757000', '173245.760000', '173245.762000', '173245.765000', '173245.767000', '173245.770000', '173245.772000', '173245.775000', '173245.778000', '173245.781000', '173245.783000', '173245.786000', '173245.788000', '173245.791000', '173245.794000', '173245.796000', '173245.799000', '173245.810000', '173245.813000', '173245.815000', '173245.818000', '173245.820000', '173245.823000', '173245.826000', '173245.828000', '173245.831000', '173245.833000', '173245.836000', '173245.839000', '173245.841000', '173245.844000', '173245.846000', '173245.849000', '173245.852000', '173245.854000', '173245.857000', '173245.859000', '173245.862000', '173305.743000', '173305.746000', '173305.748000', '173305.751000', '173305.753000', '173305.756000', '173305.758000', '173305.761000', '173305.764000', '173305.766000', '173305.769000', '173305.771000', '173305.774000', '173305.776000', '173305.779000', '173305.782000', '173305.784000', '173305.787000', '173305.789000', '173305.792000', '173305.795000', '173305.797000', '173305.800000', '173305.802000', '173305.805000', '173305.808000', '173305.810000', '173305.813000', '173305.816000', '173305.818000', '173305.821000', '173305.823000', '173305.826000', '173305.829000', '173305.831000', '173305.834000', '173305.836000', '173305.839000', '173305.841000', '173305.844000', '173305.846000', '173305.849000', '173305.852000', '173305.854000', '173325.743000', '173325.746000', '173325.748000', '173325.751000', '173325.753000', '173325.756000', '173325.758000', '173325.761000', '173325.764000', '173325.766000', '173325.769000', '173325.772000', '173325.774000', '173325.777000', '173325.779000', '173325.782000', '173325.784000', '173325.787000', '173325.790000', '173325.792000', '173325.795000', '173325.797000', '173325.800000', '173325.803000', '173325.805000', '173325.808000', '173325.810000', '173325.813000', '173325.816000', '173325.818000', '173325.821000', '173325.824000', '173325.826000', '173325.829000', '173325.831000', '173325.834000', '173325.837000', '173325.839000', '173325.842000', '173325.844000', '173325.847000', '173325.850000', '173325.852000', '173345.743000', '173345.746000', '173345.749000', '173345.751000', '173345.754000', '173345.756000', '173345.759000', '173345.762000', '173345.764000', '173345.767000', '173345.770000', '173345.772000', '173345.775000', '173345.777000', '173345.780000', '173345.783000', '173345.785000', '173345.788000', '173345.790000', '173345.793000', '173345.795000', '173345.798000', '173345.801000', '173345.803000', '173345.806000', '173345.809000', '173345.811000', '173345.814000', '173345.816000', '173345.819000', '173345.822000', '173345.824000', '173345.827000', '173345.829000', '173345.832000', '173345.834000', '173345.837000', '173345.840000', '173345.842000', '173345.845000', '173345.847000', '173345.850000', '173345.853000', '173345.855000', '173405.744000', '173405.746000', '173405.749000', '173405.752000', '173405.754000', '173405.757000', '173405.760000', '173405.762000', '173405.765000', '173405.767000', '173405.770000', '173405.773000', '173405.775000', '173405.778000', '173405.780000', '173405.783000', '173405.785000', '173405.788000', '173405.791000', '173405.793000', '173405.796000', '173405.798000', '173405.801000', '173405.803000', '173405.806000', '173405.809000', '173405.811000', '173405.814000', '173405.816000', '173405.819000', '173405.822000', '173405.824000', '173405.827000', '173405.829000', '173405.832000', '173405.835000', '173405.838000', '173405.840000', '173405.843000', '173405.845000', '173405.848000', '173405.851000', '173405.853000', '173425.743000', '173425.746000', '173425.749000', '173425.751000', '173425.754000', '173425.757000', '173425.759000', '173425.762000', '173425.764000', '173425.767000', '173425.770000', '173425.772000', '173425.775000', '173425.777000', '173425.780000', '173425.783000', '173425.785000', '173425.788000', '173425.790000', '173425.793000', '173425.795000', '173425.798000', '173425.801000', '173425.803000', '173425.806000', '173425.808000', '173425.811000', '173425.814000', '173425.816000', '173425.819000', '173425.821000', '173425.824000', '173425.826000', '173425.829000', '173425.832000', '173425.834000', '173425.837000', '173425.839000', '173425.842000', '173425.845000', '173425.847000', '173425.850000', '173425.852000', '173425.855000', '173445.744000', '173445.747000', '173445.749000', '173445.752000', '173445.754000', '173445.757000', '173445.759000', '173445.762000', '173445.765000', '173445.767000', '173445.770000', '173445.772000', '173445.775000', '173445.778000', '173445.780000', '173445.783000', '173445.785000', '173445.788000', '173445.791000', '173445.793000', '173445.796000', '173445.810000', '173445.813000', '173445.815000', '173445.818000', '173445.820000', '173445.825000', '173445.827000', '173445.830000', '173445.832000', '173445.835000', '173445.838000', '173445.840000', '173445.843000', '173445.845000', '173445.848000', '173445.851000', '173445.853000', '173445.856000', '173445.859000', '173445.862000', '173445.865000', '173445.868000', '173505.743000', '173505.746000', '173505.749000', '173505.751000', '173505.754000', '173505.756000', '173505.759000', '173505.762000', '173505.764000', '173505.767000', '173505.769000', '173505.772000', '173505.774000', '173505.777000', '173505.780000', '173505.782000', '173505.785000', '173505.787000', '173505.790000', '173505.792000', '173505.795000', '173505.798000', '173505.800000', '173505.803000', '173505.806000', '173505.808000', '173505.811000', '173505.813000', '173505.816000', '173505.818000', '173505.821000', '173505.824000', '173505.826000', '173505.829000', '173505.831000', '173505.834000', '173505.836000', '173505.839000', '173505.842000', '173505.844000', '173505.847000', '173505.849000', '173505.852000', '173505.855000', '173525.742000', '173525.745000', '173525.748000', '173525.750000', '173525.753000', '173525.756000', '173525.758000', '173525.761000', '173525.763000', '173525.766000', '173525.768000', '173525.771000', '173525.774000', '173525.776000', '173525.779000', '173525.781000', '173525.784000', '173525.786000', '173525.789000', '173525.792000', '173525.794000', '173525.797000', '173525.799000', '173525.802000', '173525.805000', '173525.807000', '173525.810000', '173525.812000', '173525.815000', '173525.817000', '173525.820000', '173525.823000', '173525.825000', '173525.828000', '173525.830000', '173525.833000', '173525.835000', '173525.838000', '173525.841000', '173525.843000', '173525.846000', '173525.848000', '173525.851000', '173545.742000', '173545.745000', '173545.748000', '173545.750000', '173545.753000', '173545.755000', '173545.758000', '173545.761000', '173545.763000', '173545.766000', '173545.769000', '173545.771000', '173545.774000', '173545.777000', '173545.779000', '173545.782000', '173545.784000', '173545.787000', '173545.789000', '173545.792000', '173545.795000', '173545.797000', '173545.800000', '173545.803000', '173545.805000', '173545.808000', '173545.810000', '173545.813000', '173545.815000', '173545.818000', '173545.821000', '173545.823000', '173545.826000', '173545.828000', '173545.831000', '173545.834000', '173545.836000', '173545.839000', '173545.841000', '173545.844000', '173545.847000', '173545.892000', '173545.895000', '173545.897000', '173605.744000', '173605.747000', '173605.749000', '173605.752000', '173605.754000', '173605.757000', '173605.760000', '173605.762000', '173605.765000', '173605.767000', '173605.770000', '173605.772000', '173605.775000', '173605.778000', '173605.780000', '173605.783000', '173605.785000', '173605.788000', '173605.815000', '173605.818000', '173605.821000', '173605.823000', '173605.826000', '173605.828000', '173605.831000', '173605.833000', '173605.836000', '173605.839000', '173605.841000', '173605.844000', '173605.847000', '173605.849000', '173605.852000', '173605.854000', '173605.857000', '173605.860000', '173605.862000', '173605.865000', '173605.867000', '173605.870000', '173605.873000', '173605.875000', '173605.878000', '173625.744000', '173625.747000', '173625.749000', '173625.752000', '173625.755000', '173625.757000', '173625.760000', '173625.762000', '173625.765000', '173625.768000', '173625.770000', '173625.773000', '173625.775000', '173625.778000', '173625.780000', '173625.783000', '173625.786000', '173625.788000', '173625.791000', '173625.793000', '173625.796000', '173625.799000', '173625.801000', '173625.804000', '173625.806000', '173625.809000', '173625.812000', '173625.814000', '173625.817000', '173625.819000', '173625.822000', '173625.825000', '173625.827000', '173625.830000', '173625.832000', '173625.835000', '173625.837000', '173625.840000', '173625.843000', '173625.845000', '173625.848000', '173625.850000', '173625.853000', '173645.744000', '173645.746000', '173645.749000', '173645.752000', '173645.754000', '173645.757000', '173645.760000', '173645.762000', '173645.765000', '173645.767000', '173645.770000', '173645.773000', '173645.775000', '173645.778000', '173645.780000', '173645.783000', '173645.786000', '173645.788000', '173645.791000', '173645.794000', '173645.796000', '173645.799000', '173645.801000', '173645.804000', '173645.807000', '173645.809000', '173645.812000', '173645.814000', '173645.817000', '173645.819000', '173645.822000', '173645.825000', '173645.827000', '173645.830000', '173645.833000', '173645.835000', '173645.838000', '173645.840000', '173645.843000', '173645.846000', '173645.848000', '173645.851000', '173645.853000', '173645.856000', '173705.745000', '173705.748000', '173705.751000', '173705.754000', '173705.756000', '173705.759000', '173705.761000', '173705.764000', '173705.766000', '173705.769000', '173705.772000', '173705.774000', '173705.777000', '173705.779000', '173705.782000', '173705.785000', '173705.787000', '173705.790000', '173705.792000', '173705.795000', '173705.798000', '173705.800000', '173705.803000', '173705.806000', '173705.808000', '173705.817000', '173705.819000', '173705.822000', '173705.824000', '173705.827000', '173705.830000', '173705.832000', '173705.835000', '173705.837000', '173705.840000', '173705.842000', '173705.845000', '173705.848000', '173705.850000', '173705.853000', '173705.855000', '173705.858000', '173705.860000', '173705.863000', '173725.744000', '173725.747000', '173725.749000', '173725.752000', '173725.755000', '173725.757000', '173725.760000', '173725.762000', '173725.765000', '173725.767000', '173725.770000', '173725.773000', '173725.775000', '173725.778000', '173725.789000', '173725.792000', '173725.794000', '173725.797000', '173725.799000', '173725.802000', '173725.804000', '173725.807000', '173725.809000', '173725.812000', '173725.815000', '173725.817000', '173725.820000', '173725.822000', '173725.825000', '173725.828000', '173725.830000', '173725.833000', '173725.835000', '173725.838000', '173725.840000', '173725.843000', '173725.846000', '173725.848000', '173725.851000', '173725.853000', '173725.856000', '173725.858000', '173725.861000', '173741.569000', '173741.572000', '173741.574000', '173741.577000', '173741.579000', '173741.582000', '173741.585000', '173741.587000', '173741.590000', '173741.592000', '173741.595000', '173741.598000', '173741.600000', '173741.603000', '173741.606000', '173741.608000', '173741.611000', '173741.614000', '173741.616000', '173741.619000', '173741.621000', '173741.624000', '173741.627000', '173741.629000', '173741.632000', '173741.634000', '173741.637000', '173741.640000', '173741.642000', '173741.645000', '173741.647000', '173741.650000', '173741.653000', '173741.655000', '173741.658000'], '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': [9507, 8415, 8970, 8061, 7831, 8090, 7782, 8309, 8303, 8192, 8587, 7760, 8412, 7885, 8331, 7393, 8417, 10125, 8015, 8610, 8462, 7869, 8240, 7885, 8171, 7901, 8285, 8575, 9134, 7741, 8819, 8295, 8352, 13949, 9570, 12137, 9915, 8774, 8101, 8726, 8067, 8464, 12710, 8410, 11631, 8232, 9466, 7944, 8723, 7799, 8413, 9957, 8302, 10030, 8050, 8354, 8131, 8549, 7708, 8514, 7711, 8209, 9535, 8278, 9271, 7924, 8813, 8003, 7849, 8156, 8575, 7999, 8644, 9987, 8646, 11960, 8293, 9273, 7684, 8309, 7662, 8460, 8633, 8696, 7806, 8239, 8085, 8662, 11711, 8766, 10561, 9077, 8295, 8024, 8698, 8030, 8696, 8362, 8454, 12251, 8311, 8460, 8144, 8039, 8151, 8722, 7979, 8601, 7876, 8399, 7699, 8513, 10493, 8588, 9073, 8445, 8268, 8109, 8044, 7787, 8329, 7822, 8575, 9067, 8364, 7914, 7967, 8097, 7858, 8449, 7811, 8388, 7902, 8456, 9606, 8728, 8795, 8053, 8102, 8141, 8475, 7859, 8392, 7968, 8606, 15320, 8581, 11192, 7955, 8293, 7678, 8440, 11075, 8192, 8181, 8048, 7841, 7859, 8095, 7939, 8234, 7641, 8568, 8137, 8445, 7420, 8400, 10369, 8179, 8612, 7768, 8231, 7693, 8345, 8302, 8517, 11767, 8075, 8407, 7630, 7965, 7629, 8399, 7593, 8609, 7606, 8539, 7687, 8504, 7795, 8542, 9605, 8561, 7655, 8575, 9469, 8502, 14286, 10333, 10619, 8146, 8131, 8088, 8441, 7816, 8429, 7875, 9077, 7869, 8336, 7663, 8502, 14688, 8664, 10545, 8009, 8130, 7781, 8305, 7713, 8351, 9386, 8580, 7995, 7874, 8156, 7572, 8115, 7847, 8458, 8552, 8360, 7712, 8349, 8754, 7671, 8452, 8014, 8353, 7508, 8173, 7459, 8573, 8945, 8910, 12331, 9309, 8353, 8655, 7508, 8562, 13483, 9036, 10535, 10172, 8272, 11267, 8494, 9553, 7735, 8083, 7784, 8501, 7784, 8317, 8569, 7846, 8348, 7773, 8094, 7854, 8286, 8831, 8021, 8338, 7867, 7921, 7929, 7920, 7940, 8253, 8054, 8451, 13208, 10082, 9585, 7844, 8041, 12446, 8556, 10004, 7737, 8304, 7828, 8357, 7287, 8413, 8181, 7950, 8351, 7911, 8319, 7578, 8194, 8657, 8064, 8354, 7635, 8337, 8017, 8372, 7607, 8005, 11274, 8140, 9114, 7761, 8158, 7783, 8122, 7336, 7940, 12049, 7657, 8387, 8037, 8354, 11642, 7973, 8254, 7777, 8355, 7823, 8366, 7702, 8265, 9020, 8586, 9152, 7820, 8252, 7765, 8064, 7298, 8395, 8365, 7863, 8398, 8035, 8227, 7703, 8117, 7238, 8105, 9123, 8000, 8114, 8099, 8391, 7765, 8496, 8300, 8606, 8878, 8243, 7471, 7783, 7686, 7820, 7963, 8132, 8286, 7841, 8367, 11552, 8222, 8871, 7695, 8445, 10881, 8262, 10983, 8148, 8312, 7615, 8224, 7473, 8276, 7403, 8270, 8593, 8182, 8139, 7819, 8409, 7602, 8463, 7656, 8342, 7303, 8502, 9969, 8183, 8457, 8286, 7828, 7855, 8377, 7670, 8306, 13609, 8466, 11632, 8206, 8339, 7776, 8360, 7506, 8487, 7293, 8373, 8160, 7885, 8290, 7853, 8281, 7806, 8356, 10005, 7985, 8427, 7920, 8352, 8706, 8367, 7344, 8119, 8393, 8060, 8466, 8040, 8246, 7669, 8351, 10353, 8094, 8340, 7568, 8406, 7829, 8396, 7482, 8295, 7986, 8079, 7796, 8352, 10806, 8255, 8647, 8300, 11817, 8392, 9235, 7975, 8869, 12286, 10557, 10683, 8236, 13565, 8302, 10714, 9415, 8809, 7492, 8461, 7619, 8571, 10062, 7819, 8465, 7950, 7992, 7735, 7910, 8229, 8289, 8612, 7738, 8036, 7519, 7969, 7874, 8410, 9496, 8089, 7832, 7716, 8061, 7602, 8129, 7687, 8272, 10822, 8358, 9979, 7699, 8122, 7535, 8478, 10849, 8157, 8290, 7845, 8123, 7915, 8270, 10259, 8287, 9157, 8049, 8103, 7843, 8181, 7802, 8383, 7996, 8516, 9460, 8609, 10671, 8013, 8173, 7763, 8558, 11603, 8251, 9864, 7812, 8204, 7736, 8258, 8147, 8339, 8622, 7906, 8072, 7766, 8194, 7711, 8316, 10290, 7913, 8914, 7750, 8025, 7703, 8446, 8064, 8297, 7585, 8248, 11225, 7684, 8791, 7803, 8117, 7297, 8339, 9211, 8220, 8421, 7875, 8555, 7846, 8214, 7653, 8062, 7344, 8021, 8781, 8039, 8098, 7601, 8068, 9826, 8294, 10940, 7869, 8427, 7794, 8383, 7613, 8287, 7781, 8302, 7478, 7913, 7913, 7965, 7780, 8426, 13741, 9913, 13989, 9123, 10895, 8305, 9425, 8018, 8314, 8642, 8275, 7413, 8516, 8168, 7602, 8536, 8344, 7545, 8216, 8034, 7683, 8315, 8068, 8976, 13485, 9558, 11433, 8949, 8459, 7711, 8283, 7562, 8369, 8938, 8812, 7993, 8610, 7468, 8691, 7439, 8439, 10598, 8147, 8734, 8280, 7881, 8163, 7976, 7963, 8426, 8431, 8509, 7419, 8403, 10856, 8276, 8240, 7793, 8262, 7816, 8295, 7674, 8607, 7882, 8693, 9422, 7966, 8408, 8153, 7734, 8285, 8010, 7935, 8591, 7477, 8727, 7829, 8597, 7633, 8427, 10314, 8574, 8879, 8037, 8116, 8139, 8492, 7870, 8565, 8529, 8733, 7801, 8617, 7975, 8433, 8295, 8107, 7992, 8153, 7917, 8241, 7656, 8152, 8229, 7990, 8603, 8291, 8578, 7875, 8448, 7801, 8513, 12870, 8582, 11293, 8878, 8498, 7964, 8425, 7952, 8426, 8274, 8699, 7644, 8293, 7467, 8465, 9807, 8188, 8918, 7848, 7966, 8293, 7582, 8168, 8167, 8132, 9412, 8101, 9154, 8462, 8329, 8668, 10181, 8685, 11382, 8635, 7736, 8618, 7997, 8710, 8513, 9014, 7994, 8418, 8127, 8241, 8084, 8222, 13989, 9010, 11895, 8634, 9936, 8021, 8099, 8028, 8271, 7835, 8268, 7742, 8525, 7341, 8569, 9448, 8258, 8272, 8243, 8209, 7783, 8165, 9287, 8497, 8795, 8151, 7940, 8731, 7983, 8137, 7815, 7717, 9551, 10633, 8915, 9421, 13105, 8605, 8410, 7794, 8653, 11029, 8882, 11081, 8345, 8382, 7917, 8521, 9022, 8596, 7675, 8396, 7674, 8270, 8565, 8181, 8489, 7866, 8346, 7740, 8450, 13039, 8371, 9722, 10715, 8539, 12646, 8297, 9886, 7788, 8474, 7670, 8516, 7480, 8539, 8081, 7794, 8257, 7710, 8355, 9052, 8345, 7865, 8143, 8259, 7838, 8294, 7862, 8667, 9191, 8717, 9933, 8188, 8304, 7804, 8462, 7841, 8627, 7747, 8614, 11418, 8503, 10062, 7932, 8506, 8034, 8407, 7600, 8388, 9206, 8231, 8030, 7742, 8496, 7538, 8455, 7545, 8215, 9354, 8310, 8196, 7921, 8253, 7627, 8508, 10985, 7974, 8447, 7930, 8458, 11450, 8343, 8652, 7703, 8403, 8911, 8349, 9624, 8559, 7807, 7806, 8214, 8041, 8226, 7617, 8643, 10969, 7900, 8568, 7691, 8561, 7715, 8601, 8463, 7792, 8274, 7823, 8349, 8149, 8849, 7490, 8512, 7613, 8782, 8480, 8273, 7905, 8494, 7535, 8649, 7415, 8857, 10537, 8651, 9932, 8095, 8148, 7954, 8419, 11962, 8959, 13911, 9808, 10863, 7968, 8334, 7938, 8505, 8290, 8649, 7799, 8478, 7753, 8246, 7756, 8624, 10225, 8914, 8798, 8475, 8384, 7999, 8274, 7810, 8464, 13657, 8286, 8509, 7770, 8149, 7866, 8209, 8106, 8694, 7313, 8084, 8154, 7985, 8247, 7978, 8071, 7677, 8445, 7770, 8466, 13034, 8705, 9157, 7842, 8276, 7713, 8148, 7367, 8395, 8968, 8780, 8305, 8099, 7640, 8175, 8255, 7938, 8554, 12740, 8858, 9897, 7880, 8066, 7916, 8355, 8017, 8652, 8236, 8556, 7349, 8524, 8978, 8280, 8310, 7910, 8250, 7696, 8426, 7944, 8415, 8687, 8038, 8269, 7868, 8425, 7406, 8404, 8351, 8025, 8182, 7725, 8384, 7666, 8207, 7713, 8396, 9734, 8361, 10167, 8269, 8220, 7931, 7639, 8326, 7633, 8283, 7937, 8828, 13588, 8945, 11144, 11992, 8702, 11808, 7976, 8985, 7914, 10132, 7774, 8362, 12373, 8529, 13588, 8598, 9715, 8216, 8102, 8510, 7507, 7981, 7643, 8412, 9075, 7648, 8740, 9359, 8880, 8887, 8959, 7850, 8236, 7669, 8329, 10635, 8684, 10303, 8290, 8075, 7680, 8107, 7377, 8475, 8526, 8355, 8368, 8074, 8141, 7874, 8286, 8188, 8505, 10531, 8044, 8381, 7878, 8379, 8122, 8480, 8210, 8804, 7324, 8745, 8806, 8417, 8302, 8229, 8417, 8086, 8269, 8371, 8303, 10052, 8671, 8297, 8270, 8139, 7840, 8497, 7902, 8384, 7827, 8442, 7778, 8562, 8018, 8522, 11797, 9210, 10697, 7992, 8858, 7881, 8579, 7753, 8523, 7809, 8457, 7871, 8495], 'WindowCenter': [4423.0, 4401.0, 4385.0, 4372.0, 4360.0, 4373.0, 4372.0, 4372.0, 4369.0, 4369.0, 4369.0, 4358.0, 4370.0, 4358.0, 4369.0, 4347.0, 4369.0, 4389.0, 4359.0, 4367.0, 4358.0, 4356.0, 4357.0, 4357.0, 4369.0, 4369.0, 4381.0, 4380.0, 4392.0, 4371.0, 4382.0, 4371.0, 4383.0, 4421.0, 4381.0, 4399.0, 4379.0, 4367.0, 4359.0, 4368.0, 4358.0, 4371.0, 4408.0, 4358.0, 4387.0, 4357.0, 4366.0, 4357.0, 4367.0, 4357.0, 4357.0, 4376.0, 4369.0, 4377.0, 4355.0, 4356.0, 4358.0, 4368.0, 4346.0, 4367.0, 4357.0, 4370.0, 4379.0, 4369.0, 4379.0, 4359.0, 4368.0, 4358.0, 4358.0, 4358.0, 4368.0, 4359.0, 4382.0, 4379.0, 4369.0, 4398.0, 4358.0, 4367.0, 4349.0, 4369.0, 4357.0, 4357.0, 4367.0, 4368.0, 4358.0, 4369.0, 4371.0, 4383.0, 4399.0, 4371.0, 4388.0, 4368.0, 4357.0, 4358.0, 4368.0, 4357.0, 4369.0, 4357.0, 4358.0, 4397.0, 4357.0, 4356.0, 4357.0, 4357.0, 4358.0, 4368.0, 4358.0, 4368.0, 4356.0, 4370.0, 4347.0, 4370.0, 4386.0, 4371.0, 4368.0, 4358.0, 4356.0, 4358.0, 4359.0, 4348.0, 4368.0, 4349.0, 4369.0, 4367.0, 4369.0, 4358.0, 4371.0, 4359.0, 4369.0, 4371.0, 4359.0, 4369.0, 4358.0, 4368.0, 4377.0, 4369.0, 4368.0, 4359.0, 4358.0, 4358.0, 4357.0, 4358.0, 4358.0, 4357.0, 4369.0, 4419.0, 4357.0, 4386.0, 4347.0, 4357.0, 4346.0, 4357.0, 4388.0, 4357.0, 4356.0, 4347.0, 4346.0, 4358.0, 4358.0, 4359.0, 4369.0, 4359.0, 4368.0, 4357.0, 4358.0, 4347.0, 4370.0, 4379.0, 4360.0, 4358.0, 4347.0, 4356.0, 4347.0, 4359.0, 4357.0, 4368.0, 4387.0, 4347.0, 4346.0, 4346.0, 4358.0, 4346.0, 4360.0, 4347.0, 4368.0, 4358.0, 4369.0, 4360.0, 4383.0, 4362.0, 4381.0, 4380.0, 4369.0, 4349.0, 4371.0, 4379.0, 4371.0, 4409.0, 4379.0, 4377.0, 4347.0, 4346.0, 4347.0, 4356.0, 4347.0, 4348.0, 4346.0, 4357.0, 4345.0, 4357.0, 4345.0, 4367.0, 4406.0, 4356.0, 4374.0, 4345.0, 4345.0, 4335.0, 4355.0, 4345.0, 4357.0, 4365.0, 4357.0, 4345.0, 4347.0, 4345.0, 4347.0, 4358.0, 4359.0, 4368.0, 4357.0, 4359.0, 4358.0, 4370.0, 4369.0, 4361.0, 4370.0, 4359.0, 4370.0, 4350.0, 4370.0, 4350.0, 4382.0, 4382.0, 4383.0, 4411.0, 4381.0, 4369.0, 4370.0, 4349.0, 4370.0, 4410.0, 4369.0, 4378.0, 4377.0, 4358.0, 4376.0, 4356.0, 4368.0, 4348.0, 4357.0, 4345.0, 4356.0, 4334.0, 4356.0, 4356.0, 4346.0, 4357.0, 4345.0, 4346.0, 4345.0, 4358.0, 4355.0, 4357.0, 4357.0, 4358.0, 4357.0, 4359.0, 4357.0, 4359.0, 4369.0, 4359.0, 4371.0, 4409.0, 4378.0, 4368.0, 4347.0, 4358.0, 4387.0, 4358.0, 4377.0, 4347.0, 4356.0, 4345.0, 4357.0, 4335.0, 4358.0, 4357.0, 4359.0, 4358.0, 4357.0, 4358.0, 4346.0, 4358.0, 4357.0, 4359.0, 4369.0, 4359.0, 4358.0, 4358.0, 4369.0, 4359.0, 4371.0, 4397.0, 4359.0, 4370.0, 4359.0, 4359.0, 4348.0, 4360.0, 4348.0, 4359.0, 4398.0, 4359.0, 4360.0, 4347.0, 4357.0, 4386.0, 4347.0, 4356.0, 4347.0, 4357.0, 4346.0, 4357.0, 4348.0, 4358.0, 4367.0, 4367.0, 4367.0, 4347.0, 4356.0, 4345.0, 4357.0, 4335.0, 4358.0, 4356.0, 4359.0, 4357.0, 4345.0, 4357.0, 4346.0, 4358.0, 4348.0, 4360.0, 4379.0, 4358.0, 4357.0, 4358.0, 4358.0, 4347.0, 4369.0, 4358.0, 4370.0, 4368.0, 4359.0, 4348.0, 4359.0, 4349.0, 4360.0, 4371.0, 4372.0, 4372.0, 4360.0, 4371.0, 4390.0, 4360.0, 4369.0, 4360.0, 4370.0, 4376.0, 4358.0, 4388.0, 4358.0, 4358.0, 4359.0, 4359.0, 4347.0, 4359.0, 4347.0, 4370.0, 4368.0, 4371.0, 4360.0, 4360.0, 4359.0, 4347.0, 4358.0, 4347.0, 4369.0, 4348.0, 4370.0, 4380.0, 4370.0, 4358.0, 4359.0, 4348.0, 4360.0, 4369.0, 4360.0, 4371.0, 4407.0, 4358.0, 4387.0, 4357.0, 4356.0, 4348.0, 4358.0, 4336.0, 4357.0, 4337.0, 4358.0, 4357.0, 4357.0, 4359.0, 4347.0, 4357.0, 4345.0, 4358.0, 4377.0, 4347.0, 4357.0, 4357.0, 4356.0, 4355.0, 4356.0, 4335.0, 4357.0, 4356.0, 4358.0, 4358.0, 4346.0, 4358.0, 4347.0, 4359.0, 4377.0, 4357.0, 4357.0, 4359.0, 4358.0, 4348.0, 4358.0, 4347.0, 4369.0, 4370.0, 4370.0, 4373.0, 4383.0, 4402.0, 4373.0, 4371.0, 4372.0, 4401.0, 4372.0, 4382.0, 4362.0, 4371.0, 4400.0, 4390.0, 4378.0, 4358.0, 4398.0, 4359.0, 4378.0, 4366.0, 4357.0, 4335.0, 4357.0, 4345.0, 4358.0, 4376.0, 4347.0, 4355.0, 4346.0, 4347.0, 4346.0, 4358.0, 4357.0, 4358.0, 4357.0, 4347.0, 4346.0, 4336.0, 4358.0, 4346.0, 4359.0, 4367.0, 4347.0, 4346.0, 4348.0, 4357.0, 4348.0, 4359.0, 4359.0, 4359.0, 4377.0, 4358.0, 4367.0, 4347.0, 4346.0, 4347.0, 4359.0, 4376.0, 4346.0, 4354.0, 4357.0, 4347.0, 4357.0, 4369.0, 4378.0, 4357.0, 4366.0, 4347.0, 4346.0, 4357.0, 4358.0, 4348.0, 4359.0, 4358.0, 4369.0, 4367.0, 4368.0, 4378.0, 4347.0, 4357.0, 4347.0, 4357.0, 4375.0, 4356.0, 4365.0, 4346.0, 4356.0, 4347.0, 4357.0, 4357.0, 4369.0, 4357.0, 4359.0, 4357.0, 4348.0, 4369.0, 4347.0, 4370.0, 4379.0, 4360.0, 4368.0, 4360.0, 4361.0, 4360.0, 4370.0, 4359.0, 4361.0, 4359.0, 4372.0, 4399.0, 4361.0, 4371.0, 4348.0, 4360.0, 4348.0, 4359.0, 4368.0, 4359.0, 4371.0, 4362.0, 4369.0, 4358.0, 4370.0, 4358.0, 4359.0, 4349.0, 4371.0, 4370.0, 4372.0, 4360.0, 4361.0, 4372.0, 4380.0, 4372.0, 4391.0, 4360.0, 4360.0, 4348.0, 4359.0, 4360.0, 4370.0, 4359.0, 4370.0, 4350.0, 4371.0, 4372.0, 4371.0, 4373.0, 4373.0, 4411.0, 4380.0, 4409.0, 4369.0, 4376.0, 4358.0, 4367.0, 4348.0, 4357.0, 4356.0, 4357.0, 4335.0, 4357.0, 4346.0, 4346.0, 4368.0, 4359.0, 4360.0, 4371.0, 4374.0, 4362.0, 4374.0, 4373.0, 4385.0, 4412.0, 4371.0, 4389.0, 4360.0, 4347.0, 4337.0, 4357.0, 4336.0, 4358.0, 4356.0, 4357.0, 4346.0, 4357.0, 4337.0, 4358.0, 4348.0, 4359.0, 4379.0, 4359.0, 4358.0, 4358.0, 4347.0, 4358.0, 4359.0, 4358.0, 4360.0, 4358.0, 4357.0, 4337.0, 4359.0, 4378.0, 4359.0, 4358.0, 4347.0, 4346.0, 4336.0, 4357.0, 4335.0, 4358.0, 4348.0, 4368.0, 4367.0, 4349.0, 4356.0, 4347.0, 4347.0, 4358.0, 4359.0, 4359.0, 4369.0, 4348.0, 4359.0, 4348.0, 4370.0, 4347.0, 4370.0, 4388.0, 4366.0, 4368.0, 4359.0, 4348.0, 4359.0, 4360.0, 4358.0, 4368.0, 4357.0, 4369.0, 4347.0, 4370.0, 4357.0, 4369.0, 4369.0, 4361.0, 4359.0, 4361.0, 4358.0, 4359.0, 4348.0, 4359.0, 4359.0, 4359.0, 4370.0, 4359.0, 4360.0, 4359.0, 4359.0, 4348.0, 4371.0, 4399.0, 4359.0, 4378.0, 4358.0, 4356.0, 4348.0, 4358.0, 4348.0, 4360.0, 4358.0, 4359.0, 4347.0, 4359.0, 4348.0, 4361.0, 4380.0, 4371.0, 4370.0, 4359.0, 4358.0, 4360.0, 4349.0, 4372.0, 4371.0, 4372.0, 4381.0, 4361.0, 4369.0, 4370.0, 4359.0, 4372.0, 4392.0, 4371.0, 4389.0, 4359.0, 4349.0, 4370.0, 4357.0, 4371.0, 4369.0, 4369.0, 4358.0, 4359.0, 4359.0, 4360.0, 4359.0, 4360.0, 4408.0, 4357.0, 4387.0, 4357.0, 4366.0, 4345.0, 4346.0, 4357.0, 4356.0, 4346.0, 4357.0, 4346.0, 4358.0, 4346.0, 4369.0, 4378.0, 4358.0, 4356.0, 4358.0, 4358.0, 4347.0, 4359.0, 4367.0, 4370.0, 4358.0, 4347.0, 4356.0, 4369.0, 4359.0, 4370.0, 4373.0, 4373.0, 4406.0, 4405.0, 4385.0, 4383.0, 4411.0, 4371.0, 4360.0, 4361.0, 4372.0, 4389.0, 4369.0, 4388.0, 4371.0, 4360.0, 4359.0, 4370.0, 4368.0, 4369.0, 4348.0, 4371.0, 4349.0, 4371.0, 4372.0, 4371.0, 4371.0, 4360.0, 4360.0, 4350.0, 4371.0, 4410.0, 4361.0, 4370.0, 4378.0, 4359.0, 4387.0, 4358.0, 4367.0, 4348.0, 4359.0, 4347.0, 4357.0, 4336.0, 4358.0, 4346.0, 4349.0, 4359.0, 4349.0, 4370.0, 4368.0, 4358.0, 4349.0, 4360.0, 4359.0, 4362.0, 4371.0, 4372.0, 4382.0, 4380.0, 4371.0, 4379.0, 4371.0, 4360.0, 4360.0, 4372.0, 4359.0, 4370.0, 4349.0, 4370.0, 4388.0, 4370.0, 4379.0, 4362.0, 4369.0, 4347.0, 4358.0, 4347.0, 4359.0, 4368.0, 4359.0, 4359.0, 4348.0, 4357.0, 4349.0, 4358.0, 4348.0, 4370.0, 4369.0, 4371.0, 4360.0, 4360.0, 4360.0, 4349.0, 4371.0, 4389.0, 4360.0, 4360.0, 4348.0, 4359.0, 4388.0, 4359.0, 4357.0, 4349.0, 4359.0, 4358.0, 4358.0, 4367.0, 4358.0, 4347.0, 4349.0, 4359.0, 4359.0, 4360.0, 4347.0, 4358.0, 4376.0, 4346.0, 4358.0, 4337.0, 4357.0, 4346.0, 4358.0, 4357.0, 4349.0, 4358.0, 4349.0, 4359.0, 4348.0, 4369.0, 4337.0, 4369.0, 4348.0, 4371.0, 4369.0, 4373.0, 4359.0, 4371.0, 4360.0, 4372.0, 4350.0, 4382.0, 4392.0, 4372.0, 4379.0, 4349.0, 4349.0, 4348.0, 4360.0, 4388.0, 4358.0, 4396.0, 4367.0, 4376.0, 4346.0, 4356.0, 4346.0, 4368.0, 4356.0, 4358.0, 4346.0, 4357.0, 4346.0, 4358.0, 4348.0, 4370.0, 4378.0, 4368.0, 4358.0, 4358.0, 4356.0, 4348.0, 4359.0, 4347.0, 4358.0, 4408.0, 4358.0, 4356.0, 4348.0, 4347.0, 4347.0, 4360.0, 4347.0, 4358.0, 4337.0, 4359.0, 4348.0, 4361.0, 4370.0, 4360.0, 4358.0, 4349.0, 4359.0, 4348.0, 4360.0, 4399.0, 4370.0, 4369.0, 4348.0, 4358.0, 4348.0, 4359.0, 4337.0, 4359.0, 4370.0, 4370.0, 4359.0, 4361.0, 4359.0, 4373.0, 4371.0, 4361.0, 4371.0, 4399.0, 4370.0, 4378.0, 4359.0, 4359.0, 4359.0, 4361.0, 4361.0, 4370.0, 4359.0, 4370.0, 4348.0, 4368.0, 4369.0, 4371.0, 4369.0, 4361.0, 4370.0, 4350.0, 4360.0, 4348.0, 4359.0, 4358.0, 4359.0, 4360.0, 4358.0, 4359.0, 4338.0, 4359.0, 4357.0, 4359.0, 4359.0, 4362.0, 4371.0, 4361.0, 4372.0, 4372.0, 4383.0, 4392.0, 4384.0, 4403.0, 4372.0, 4372.0, 4372.0, 4361.0, 4384.0, 4373.0, 4373.0, 4374.0, 4397.0, 4424.0, 4383.0, 4403.0, 4400.0, 4369.0, 4389.0, 4360.0, 4368.0, 4348.0, 4378.0, 4348.0, 4358.0, 4385.0, 4356.0, 4385.0, 4345.0, 4355.0, 4345.0, 4344.0, 4357.0, 4336.0, 4357.0, 4373.0, 4372.0, 4369.0, 4349.0, 4370.0, 4370.0, 4369.0, 4358.0, 4368.0, 4358.0, 4359.0, 4359.0, 4371.0, 4392.0, 4371.0, 4379.0, 4358.0, 4348.0, 4346.0, 4359.0, 4336.0, 4369.0, 4358.0, 4358.0, 4358.0, 4359.0, 4348.0, 4348.0, 4358.0, 4358.0, 4368.0, 4376.0, 4347.0, 4346.0, 4346.0, 4357.0, 4347.0, 4359.0, 4357.0, 4369.0, 4347.0, 4368.0, 4368.0, 4359.0, 4359.0, 4358.0, 4357.0, 4347.0, 4359.0, 4357.0, 4360.0, 4378.0, 4358.0, 4357.0, 4358.0, 4348.0, 4358.0, 4370.0, 4360.0, 4371.0, 4362.0, 4372.0, 4362.0, 4384.0, 4374.0, 4385.0, 4414.0, 4384.0, 4403.0, 4374.0, 4382.0, 4371.0, 4373.0, 4361.0, 4372.0, 4360.0, 4373.0, 4374.0, 4385.0], 'WindowWidth': [9756.0, 9715.0, 9680.0, 9657.0, 9637.0, 9658.0, 9657.0, 9653.0, 9645.0, 9645.0, 9645.0, 9627.0, 9645.0, 9627.0, 9644.0, 9612.0, 9643.0, 9670.0, 9631.0, 9638.0, 9626.0, 9621.0, 9626.0, 9627.0, 9648.0, 9648.0, 9667.0, 9663.0, 9681.0, 9650.0, 9667.0, 9651.0, 9671.0, 9721.0, 9663.0, 9684.0, 9656.0, 9637.0, 9630.0, 9641.0, 9626.0, 9649.0, 9695.0, 9627.0, 9663.0, 9624.0, 9634.0, 9624.0, 9639.0, 9625.0, 9625.0, 9647.0, 9642.0, 9648.0, 9620.0, 9621.0, 9627.0, 9640.0, 9609.0, 9637.0, 9625.0, 9647.0, 9657.0, 9645.0, 9659.0, 9632.0, 9640.0, 9626.0, 9627.0, 9628.0, 9642.0, 9630.0, 9667.0, 9658.0, 9643.0, 9680.0, 9626.0, 9636.0, 9616.0, 9643.0, 9626.0, 9625.0, 9637.0, 9640.0, 9627.0, 9643.0, 9650.0, 9671.0, 9687.0, 9647.0, 9667.0, 9639.0, 9622.0, 9627.0, 9639.0, 9624.0, 9642.0, 9625.0, 9628.0, 9676.0, 9623.0, 9620.0, 9624.0, 9623.0, 9626.0, 9640.0, 9628.0, 9640.0, 9622.0, 9645.0, 9610.0, 9646.0, 9664.0, 9648.0, 9643.0, 9627.0, 9620.0, 9627.0, 9628.0, 9613.0, 9641.0, 9615.0, 9644.0, 9637.0, 9642.0, 9628.0, 9649.0, 9631.0, 9645.0, 9650.0, 9630.0, 9645.0, 9625.0, 9640.0, 9651.0, 9641.0, 9642.0, 9632.0, 9626.0, 9625.0, 9623.0, 9626.0, 9626.0, 9624.0, 9645.0, 9713.0, 9624.0, 9659.0, 9608.0, 9625.0, 9605.0, 9624.0, 9667.0, 9623.0, 9619.0, 9609.0, 9607.0, 9626.0, 9626.0, 9629.0, 9645.0, 9628.0, 9642.0, 9623.0, 9628.0, 9611.0, 9645.0, 9657.0, 9632.0, 9627.0, 9611.0, 9621.0, 9609.0, 9629.0, 9623.0, 9641.0, 9664.0, 9609.0, 9604.0, 9604.0, 9627.0, 9607.0, 9632.0, 9609.0, 9640.0, 9627.0, 9644.0, 9634.0, 9670.0, 9641.0, 9665.0, 9659.0, 9645.0, 9616.0, 9649.0, 9657.0, 9650.0, 9699.0, 9655.0, 9649.0, 9610.0, 9608.0, 9608.0, 9621.0, 9611.0, 9611.0, 9605.0, 9623.0, 9605.0, 9624.0, 9604.0, 9636.0, 9689.0, 9617.0, 9641.0, 9603.0, 9601.0, 9589.0, 9618.0, 9603.0, 9625.0, 9631.0, 9621.0, 9604.0, 9609.0, 9604.0, 9608.0, 9626.0, 9628.0, 9641.0, 9622.0, 9628.0, 9626.0, 9647.0, 9645.0, 9637.0, 9648.0, 9631.0, 9646.0, 9618.0, 9647.0, 9620.0, 9666.0, 9666.0, 9671.0, 9704.0, 9665.0, 9643.0, 9647.0, 9617.0, 9648.0, 9701.0, 9644.0, 9653.0, 9648.0, 9625.0, 9646.0, 9621.0, 9638.0, 9612.0, 9623.0, 9604.0, 9619.0, 9588.0, 9619.0, 9619.0, 9608.0, 9622.0, 9603.0, 9605.0, 9601.0, 9624.0, 9618.0, 9624.0, 9623.0, 9626.0, 9622.0, 9627.0, 9624.0, 9631.0, 9645.0, 9628.0, 9650.0, 9698.0, 9654.0, 9638.0, 9608.0, 9627.0, 9662.0, 9624.0, 9650.0, 9610.0, 9620.0, 9603.0, 9622.0, 9590.0, 9625.0, 9623.0, 9629.0, 9625.0, 9624.0, 9626.0, 9606.0, 9625.0, 9622.0, 9628.0, 9645.0, 9631.0, 9628.0, 9627.0, 9644.0, 9629.0, 9649.0, 9680.0, 9631.0, 9645.0, 9630.0, 9629.0, 9613.0, 9632.0, 9614.0, 9631.0, 9681.0, 9631.0, 9630.0, 9609.0, 9624.0, 9658.0, 9607.0, 9619.0, 9611.0, 9623.0, 9608.0, 9624.0, 9611.0, 9628.0, 9637.0, 9638.0, 9638.0, 9609.0, 9620.0, 9603.0, 9623.0, 9590.0, 9624.0, 9622.0, 9630.0, 9622.0, 9605.0, 9622.0, 9605.0, 9625.0, 9612.0, 9633.0, 9656.0, 9627.0, 9622.0, 9626.0, 9626.0, 9610.0, 9645.0, 9625.0, 9646.0, 9639.0, 9628.0, 9612.0, 9631.0, 9617.0, 9635.0, 9651.0, 9653.0, 9653.0, 9632.0, 9649.0, 9672.0, 9631.0, 9643.0, 9635.0, 9646.0, 9649.0, 9626.0, 9666.0, 9627.0, 9625.0, 9631.0, 9629.0, 9611.0, 9628.0, 9611.0, 9645.0, 9641.0, 9647.0, 9635.0, 9635.0, 9628.0, 9610.0, 9625.0, 9611.0, 9644.0, 9614.0, 9646.0, 9661.0, 9646.0, 9627.0, 9629.0, 9615.0, 9632.0, 9645.0, 9632.0, 9649.0, 9691.0, 9626.0, 9662.0, 9623.0, 9621.0, 9612.0, 9628.0, 9594.0, 9622.0, 9594.0, 9626.0, 9623.0, 9624.0, 9630.0, 9609.0, 9623.0, 9603.0, 9624.0, 9651.0, 9609.0, 9622.0, 9623.0, 9621.0, 9615.0, 9619.0, 9589.0, 9622.0, 9621.0, 9628.0, 9627.0, 9606.0, 9626.0, 9608.0, 9629.0, 9649.0, 9623.0, 9623.0, 9630.0, 9627.0, 9611.0, 9626.0, 9611.0, 9643.0, 9649.0, 9649.0, 9657.0, 9672.0, 9692.0, 9656.0, 9648.0, 9653.0, 9691.0, 9652.0, 9666.0, 9639.0, 9650.0, 9687.0, 9672.0, 9654.0, 9626.0, 9681.0, 9629.0, 9653.0, 9632.0, 9620.0, 9590.0, 9622.0, 9603.0, 9624.0, 9648.0, 9610.0, 9617.0, 9605.0, 9607.0, 9606.0, 9627.0, 9622.0, 9627.0, 9622.0, 9609.0, 9606.0, 9593.0, 9627.0, 9607.0, 9630.0, 9638.0, 9610.0, 9605.0, 9613.0, 9623.0, 9612.0, 9631.0, 9630.0, 9629.0, 9650.0, 9624.0, 9636.0, 9608.0, 9607.0, 9608.0, 9629.0, 9648.0, 9606.0, 9614.0, 9621.0, 9610.0, 9622.0, 9644.0, 9654.0, 9624.0, 9634.0, 9610.0, 9606.0, 9624.0, 9626.0, 9614.0, 9631.0, 9625.0, 9643.0, 9636.0, 9640.0, 9652.0, 9608.0, 9622.0, 9608.0, 9623.0, 9644.0, 9619.0, 9630.0, 9606.0, 9618.0, 9610.0, 9625.0, 9625.0, 9642.0, 9624.0, 9628.0, 9624.0, 9615.0, 9643.0, 9612.0, 9648.0, 9656.0, 9631.0, 9640.0, 9632.0, 9635.0, 9634.0, 9648.0, 9630.0, 9635.0, 9631.0, 9653.0, 9687.0, 9638.0, 9650.0, 9614.0, 9632.0, 9612.0, 9630.0, 9640.0, 9630.0, 9647.0, 9638.0, 9643.0, 9626.0, 9646.0, 9628.0, 9630.0, 9619.0, 9651.0, 9649.0, 9653.0, 9634.0, 9637.0, 9653.0, 9661.0, 9653.0, 9677.0, 9633.0, 9630.0, 9613.0, 9630.0, 9633.0, 9647.0, 9632.0, 9648.0, 9621.0, 9650.0, 9652.0, 9651.0, 9655.0, 9656.0, 9703.0, 9658.0, 9694.0, 9638.0, 9647.0, 9623.0, 9634.0, 9611.0, 9622.0, 9617.0, 9620.0, 9590.0, 9620.0, 9605.0, 9608.0, 9640.0, 9628.0, 9631.0, 9648.0, 9656.0, 9638.0, 9658.0, 9656.0, 9674.0, 9704.0, 9647.0, 9668.0, 9626.0, 9605.0, 9592.0, 9620.0, 9590.0, 9622.0, 9618.0, 9620.0, 9604.0, 9621.0, 9594.0, 9624.0, 9610.0, 9629.0, 9656.0, 9628.0, 9623.0, 9623.0, 9607.0, 9623.0, 9625.0, 9626.0, 9631.0, 9623.0, 9623.0, 9592.0, 9626.0, 9650.0, 9626.0, 9623.0, 9608.0, 9605.0, 9589.0, 9620.0, 9588.0, 9623.0, 9611.0, 9637.0, 9637.0, 9613.0, 9619.0, 9609.0, 9609.0, 9627.0, 9628.0, 9628.0, 9642.0, 9610.0, 9627.0, 9609.0, 9643.0, 9609.0, 9647.0, 9669.0, 9636.0, 9639.0, 9627.0, 9610.0, 9627.0, 9628.0, 9624.0, 9639.0, 9622.0, 9640.0, 9610.0, 9643.0, 9624.0, 9643.0, 9642.0, 9634.0, 9629.0, 9635.0, 9625.0, 9628.0, 9612.0, 9629.0, 9629.0, 9630.0, 9643.0, 9626.0, 9628.0, 9626.0, 9629.0, 9612.0, 9647.0, 9684.0, 9626.0, 9650.0, 9625.0, 9618.0, 9610.0, 9624.0, 9611.0, 9632.0, 9623.0, 9626.0, 9609.0, 9628.0, 9612.0, 9633.0, 9659.0, 9647.0, 9644.0, 9628.0, 9624.0, 9630.0, 9615.0, 9651.0, 9651.0, 9653.0, 9661.0, 9634.0, 9641.0, 9645.0, 9628.0, 9649.0, 9678.0, 9648.0, 9667.0, 9628.0, 9612.0, 9642.0, 9623.0, 9647.0, 9641.0, 9643.0, 9625.0, 9628.0, 9628.0, 9631.0, 9627.0, 9631.0, 9692.0, 9621.0, 9659.0, 9619.0, 9631.0, 9603.0, 9606.0, 9624.0, 9619.0, 9603.0, 9620.0, 9603.0, 9624.0, 9604.0, 9641.0, 9654.0, 9626.0, 9619.0, 9625.0, 9624.0, 9608.0, 9627.0, 9635.0, 9643.0, 9625.0, 9609.0, 9621.0, 9641.0, 9630.0, 9648.0, 9657.0, 9659.0, 9707.0, 9706.0, 9673.0, 9668.0, 9701.0, 9647.0, 9630.0, 9634.0, 9649.0, 9667.0, 9641.0, 9665.0, 9646.0, 9631.0, 9629.0, 9644.0, 9637.0, 9641.0, 9612.0, 9647.0, 9617.0, 9649.0, 9653.0, 9650.0, 9647.0, 9632.0, 9632.0, 9616.0, 9648.0, 9701.0, 9634.0, 9643.0, 9650.0, 9625.0, 9661.0, 9623.0, 9636.0, 9611.0, 9629.0, 9607.0, 9621.0, 9590.0, 9625.0, 9608.0, 9615.0, 9628.0, 9615.0, 9645.0, 9637.0, 9624.0, 9613.0, 9630.0, 9628.0, 9639.0, 9650.0, 9651.0, 9665.0, 9657.0, 9646.0, 9657.0, 9646.0, 9631.0, 9633.0, 9650.0, 9629.0, 9645.0, 9613.0, 9644.0, 9666.0, 9642.0, 9654.0, 9636.0, 9642.0, 9606.0, 9624.0, 9607.0, 9628.0, 9639.0, 9630.0, 9629.0, 9611.0, 9622.0, 9612.0, 9626.0, 9611.0, 9646.0, 9642.0, 9647.0, 9631.0, 9632.0, 9630.0, 9615.0, 9648.0, 9670.0, 9632.0, 9631.0, 9611.0, 9627.0, 9665.0, 9627.0, 9623.0, 9615.0, 9628.0, 9623.0, 9623.0, 9633.0, 9623.0, 9609.0, 9615.0, 9628.0, 9627.0, 9629.0, 9607.0, 9623.0, 9646.0, 9606.0, 9622.0, 9592.0, 9622.0, 9605.0, 9624.0, 9623.0, 9614.0, 9623.0, 9617.0, 9629.0, 9612.0, 9639.0, 9596.0, 9640.0, 9612.0, 9647.0, 9644.0, 9654.0, 9629.0, 9647.0, 9630.0, 9652.0, 9620.0, 9665.0, 9678.0, 9651.0, 9653.0, 9612.0, 9613.0, 9608.0, 9629.0, 9665.0, 9623.0, 9672.0, 9633.0, 9643.0, 9606.0, 9620.0, 9607.0, 9639.0, 9618.0, 9623.0, 9604.0, 9620.0, 9606.0, 9625.0, 9611.0, 9644.0, 9651.0, 9638.0, 9625.0, 9626.0, 9621.0, 9611.0, 9627.0, 9607.0, 9626.0, 9692.0, 9622.0, 9618.0, 9609.0, 9609.0, 9608.0, 9629.0, 9607.0, 9623.0, 9594.0, 9628.0, 9612.0, 9635.0, 9646.0, 9632.0, 9626.0, 9615.0, 9628.0, 9612.0, 9631.0, 9682.0, 9645.0, 9640.0, 9611.0, 9622.0, 9610.0, 9628.0, 9595.0, 9629.0, 9646.0, 9646.0, 9629.0, 9634.0, 9630.0, 9653.0, 9650.0, 9634.0, 9648.0, 9683.0, 9642.0, 9652.0, 9628.0, 9627.0, 9627.0, 9632.0, 9635.0, 9646.0, 9626.0, 9644.0, 9612.0, 9642.0, 9643.0, 9647.0, 9645.0, 9636.0, 9644.0, 9617.0, 9631.0, 9612.0, 9629.0, 9626.0, 9628.0, 9631.0, 9626.0, 9628.0, 9597.0, 9628.0, 9622.0, 9630.0, 9628.0, 9640.0, 9649.0, 9635.0, 9654.0, 9654.0, 9671.0, 9678.0, 9674.0, 9696.0, 9654.0, 9653.0, 9653.0, 9636.0, 9673.0, 9656.0, 9657.0, 9660.0, 9696.0, 9730.0, 9670.0, 9696.0, 9684.0, 9642.0, 9670.0, 9630.0, 9638.0, 9611.0, 9652.0, 9608.0, 9624.0, 9656.0, 9617.0, 9655.0, 9601.0, 9612.0, 9600.0, 9598.0, 9621.0, 9593.0, 9623.0, 9656.0, 9652.0, 9643.0, 9613.0, 9644.0, 9643.0, 9639.0, 9622.0, 9636.0, 9626.0, 9629.0, 9629.0, 9649.0, 9679.0, 9649.0, 9654.0, 9626.0, 9611.0, 9607.0, 9628.0, 9593.0, 9643.0, 9626.0, 9623.0, 9623.0, 9627.0, 9611.0, 9611.0, 9626.0, 9627.0, 9639.0, 9647.0, 9607.0, 9605.0, 9605.0, 9621.0, 9607.0, 9627.0, 9620.0, 9639.0, 9608.0, 9641.0, 9640.0, 9629.0, 9629.0, 9626.0, 9622.0, 9608.0, 9627.0, 9620.0, 9631.0, 9654.0, 9624.0, 9622.0, 9625.0, 9610.0, 9625.0, 9647.0, 9632.0, 9649.0, 9637.0, 9653.0, 9640.0, 9672.0, 9660.0, 9678.0, 9712.0, 9670.0, 9696.0, 9657.0, 9665.0, 9649.0, 9653.0, 9636.0, 9650.0, 9634.0, 9655.0, 9660.0, 9677.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.0010919324090121316</td></tr>
<tr><td colspan=3>aqi</td><td>0.014849394280762564</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.56963494941017</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.243636366799654</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0254268276322644</td></tr>
<tr><td colspan=3>efc</td><td>0.4479</td></tr>
<tr><td colspan=3>fber</td><td>7895.4072</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07628305436671264</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43327556325823224</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3910312349854554</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2916092180910517</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.612777119524721</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2687073673405935</td></tr>
<tr><td colspan=3>gcor</td><td>0.00854246</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017578020691871643</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018393611535429955</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</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.8522285331534047</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>26.6597</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7084</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.7836</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310445.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>950.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.723</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3533</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.2404</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3661.4484</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1189.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1006.6824</td></tr>
<tr><td colspan=3>tsnr</td><td>48.77372524095699</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>