<?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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-02/func/sub-0087_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>f3f4cc3d39a32384980ac10338bbf45d</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>19:06:30.810000</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.998752, -0.0281777, 0.0412456, 0.0228393, 0.991942, 0.124615]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114801</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>[4165, -7776, -7222, 578, -42, -85, 45, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>272.305</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>22957559-c512-44cc-ab38-5374a09e7665||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.679577589035034, 0.06127617508172989, 0.11994653195142746, 105.81131744384766], [0.07559862732887268, 2.661308526992798, 0.33349767327308655, -107.08131408691406], [0.11065898090600967, -0.334333598613739, 2.676638126373291, -57.053367614746094], [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': ['190630.810000', '190631.270000', '190631.730000', '190632.190000', '190632.650000', '190633.110000', '190633.570000', '190634.030000', '190634.490000', '190634.950000', '190635.410000', '190635.870000', '190636.330000', '190636.790000', '190637.250000', '190637.710000', '190638.170000', '190638.630000', '190639.090000', '190639.550000', '190640.010000', '190640.470000', '190640.930000', '190641.390000', '190641.850000', '190642.310000', '190642.770000', '190643.230000', '190643.690000', '190644.150000', '190644.610000', '190645.070000', '190645.530000', '190645.990000', '190646.450000', '190646.910000', '190647.370000', '190647.830000', '190648.290000', '190648.750000', '190649.210000', '190649.670000', '190650.130000', '190650.590000', '190651.050000', '190651.510000', '190651.970000', '190652.430000', '190652.890000', '190653.350000', '190653.810000', '190654.270000', '190654.730000', '190655.190000', '190655.650000', '190656.110000', '190656.570000', '190657.030000', '190657.490000', '190657.950000', '190658.410000', '190658.870000', '190659.330000', '190659.790000', '190700.250000', '190700.710000', '190701.170000', '190701.630000', '190702.090000', '190702.550000', '190703.010000', '190703.470000', '190703.930000', '190704.390000', '190704.850000', '190705.310000', '190705.770000', '190706.230000', '190706.690000', '190707.150000', '190707.610000', '190708.070000', '190708.530000', '190708.990000', '190709.450000', '190709.910000', '190710.370000', '190710.830000', '190711.290000', '190711.750000', '190712.210000', '190712.670000', '190713.130000', '190713.590000', '190714.050000', '190714.510000', '190714.970000', '190715.430000', '190715.890000', '190716.350000', '190716.810000', '190717.270000', '190717.730000', '190718.190000', '190718.650000', '190719.110000', '190719.570000', '190720.030000', '190720.490000', '190720.950000', '190721.410000', '190721.870000', '190722.330000', '190722.790000', '190723.250000', '190723.710000', '190724.170000', '190724.630000', '190725.090000', '190725.550000', '190726.010000', '190726.470000', '190726.930000', '190727.390000', '190727.850000', '190728.310000', '190728.770000', '190729.230000', '190729.690000', '190730.150000', '190730.610000', '190731.070000', '190731.530000', '190731.990000', '190732.450000', '190732.910000', '190733.370000', '190733.830000', '190734.290000', '190734.750000', '190735.210000', '190735.670000', '190736.130000', '190736.590000', '190737.050000', '190737.510000', '190737.970000', '190738.430000', '190738.890000', '190739.350000', '190739.810000', '190740.270000', '190740.730000', '190741.190000', '190741.650000', '190742.110000', '190742.570000', '190743.030000', '190743.490000', '190743.950000', '190744.410000', '190744.870000', '190745.330000', '190745.790000', '190746.250000', '190746.710000', '190747.170000', '190747.630000', '190748.090000', '190748.550000', '190749.010000', '190749.470000', '190749.930000', '190750.390000', '190750.850000', '190751.310000', '190751.770000', '190752.230000', '190752.690000', '190753.150000', '190753.610000', '190754.070000', '190754.530000', '190754.990000', '190755.450000', '190755.910000', '190756.370000', '190756.830000', '190757.290000', '190757.750000', '190758.210000', '190758.670000', '190759.130000', '190759.590000', '190800.050000', '190800.510000', '190800.970000', '190801.430000', '190801.890000', '190802.350000', '190802.810000', '190803.270000', '190803.730000', '190804.190000', '190804.650000', '190805.110000', '190805.570000', '190806.030000', '190806.490000', '190806.950000', '190807.410000', '190807.870000', '190808.330000', '190808.790000', '190809.250000', '190809.710000', '190810.170000', '190810.630000', '190811.090000', '190811.550000', '190812.010000', '190812.470000', '190812.930000', '190813.390000', '190813.850000', '190814.310000', '190814.770000', '190815.230000', '190815.690000', '190816.150000', '190816.610000', '190817.070000', '190817.530000', '190817.990000', '190818.450000', '190818.910000', '190819.370000', '190819.830000', '190820.290000', '190820.750000', '190821.210000', '190821.670000', '190822.130000', '190822.590000', '190823.050000', '190823.510000', '190823.970000', '190824.430000', '190824.890000', '190825.350000', '190825.810000', '190826.270000', '190826.730000', '190827.190000', '190827.650000', '190828.110000', '190828.570000', '190829.030000', '190829.490000', '190829.950000', '190830.410000', '190830.870000', '190831.330000', '190831.790000', '190832.250000', '190832.710000', '190833.170000', '190833.630000', '190834.090000', '190834.550000', '190835.010000', '190835.470000', '190835.930000', '190836.390000', '190836.850000', '190837.310000', '190837.770000', '190838.230000', '190838.690000', '190839.150000', '190839.610000', '190840.070000', '190840.530000', '190840.990000', '190841.450000', '190841.910000', '190842.370000', '190842.830000', '190843.290000', '190843.750000', '190844.210000', '190844.670000', '190845.130000', '190845.590000', '190846.050000', '190846.510000', '190846.970000', '190847.430000', '190847.890000', '190848.350000', '190848.810000', '190849.270000', '190849.730000', '190850.190000', '190850.650000', '190851.110000', '190851.570000', '190852.030000', '190852.490000', '190852.950000', '190853.410000', '190853.870000', '190854.330000', '190854.790000', '190855.250000', '190855.710000', '190856.170000', '190856.630000', '190857.090000', '190857.550000', '190858.010000', '190858.470000', '190858.930000', '190859.390000', '190859.850000', '190900.310000', '190900.770000', '190901.230000', '190901.690000', '190902.150000', '190902.610000', '190903.070000', '190903.530000', '190903.990000', '190904.450000', '190904.910000', '190905.370000', '190905.830000', '190906.290000', '190906.750000', '190907.210000', '190907.670000', '190908.130000', '190908.590000', '190909.050000', '190909.510000', '190909.970000', '190910.430000', '190910.890000', '190911.350000', '190911.810000', '190912.270000', '190912.730000', '190913.190000', '190913.650000', '190914.110000', '190914.570000', '190915.030000', '190915.490000', '190915.950000', '190916.410000', '190916.870000', '190917.330000', '190917.790000', '190918.250000', '190918.710000', '190919.170000', '190919.630000', '190920.090000', '190920.550000', '190921.010000', '190921.470000', '190921.930000', '190922.390000', '190922.850000', '190923.310000', '190923.770000', '190924.230000', '190924.690000', '190925.150000', '190925.610000', '190926.070000', '190926.530000', '190926.990000', '190927.450000', '190927.910000', '190928.370000', '190928.830000', '190929.290000', '190929.750000', '190930.210000', '190930.670000', '190931.130000', '190931.590000', '190932.050000', '190932.510000', '190932.970000', '190933.430000', '190933.890000', '190934.350000', '190934.810000', '190935.270000', '190935.730000', '190936.190000', '190936.650000', '190937.110000', '190937.570000', '190938.030000', '190938.490000', '190938.950000', '190939.410000', '190939.870000', '190940.330000', '190940.790000', '190941.250000', '190941.710000', '190942.170000', '190942.630000', '190943.090000', '190943.550000', '190944.010000', '190944.470000', '190944.930000', '190945.390000', '190945.850000', '190946.310000', '190946.770000', '190947.230000', '190947.690000', '190948.150000', '190948.610000', '190949.070000', '190949.530000', '190949.990000', '190950.450000', '190950.910000', '190951.370000', '190951.830000', '190952.290000', '190952.750000', '190953.210000', '190953.670000', '190954.130000', '190954.590000', '190955.050000', '190955.510000', '190955.970000', '190956.430000', '190956.890000', '190957.350000', '190957.810000', '190958.270000', '190958.730000', '190959.190000', '190959.650000', '191000.110000', '191000.570000', '191001.030000', '191001.490000', '191001.950000', '191002.410000', '191002.870000', '191003.330000', '191003.790000', '191004.250000', '191004.710000', '191005.170000', '191005.630000', '191006.090000', '191006.550000', '191007.010000', '191007.470000', '191007.930000', '191008.390000', '191008.850000', '191009.310000', '191009.770000', '191010.230000', '191010.690000', '191011.150000', '191011.610000', '191012.070000', '191012.530000', '191012.990000', '191013.450000', '191013.910000', '191014.370000', '191014.830000', '191015.290000', '191015.750000', '191016.210000', '191016.670000', '191017.130000', '191017.590000', '191018.050000', '191018.510000', '191018.970000', '191019.430000', '191019.890000', '191020.350000', '191020.810000', '191021.270000', '191021.730000', '191022.190000', '191022.650000', '191023.110000', '191023.570000', '191024.030000', '191024.490000', '191024.950000', '191025.410000', '191025.870000', '191026.330000', '191026.790000', '191027.250000', '191027.710000', '191028.170000', '191028.630000', '191029.090000', '191029.550000', '191030.010000', '191030.470000', '191030.930000', '191031.390000', '191031.850000', '191032.310000', '191032.770000', '191033.230000', '191033.690000', '191034.150000', '191034.610000', '191035.070000', '191035.530000', '191035.990000', '191036.450000', '191036.910000', '191037.370000', '191037.830000', '191038.290000', '191038.750000', '191039.210000', '191039.670000', '191040.130000', '191040.590000', '191041.050000', '191041.510000', '191041.970000', '191042.430000', '191042.890000', '191043.350000', '191043.810000', '191044.270000', '191044.730000', '191045.190000', '191045.650000', '191046.110000', '191046.570000', '191047.030000', '191047.490000', '191047.950000', '191048.410000', '191048.870000', '191049.330000', '191049.790000', '191050.250000', '191050.710000', '191051.170000', '191051.630000', '191052.090000', '191052.550000', '191053.010000', '191053.470000', '191053.930000', '191054.390000', '191054.850000', '191055.310000', '191055.770000', '191056.230000', '191056.690000', '191057.150000', '191057.610000', '191058.070000', '191058.530000', '191058.990000', '191059.450000', '191059.910000', '191100.370000', '191100.830000', '191101.290000', '191101.750000', '191102.210000', '191102.670000', '191103.130000', '191103.590000', '191104.050000', '191104.510000', '191104.970000', '191105.430000', '191105.890000', '191106.350000', '191106.810000', '191107.270000', '191107.730000', '191108.190000', '191108.650000', '191109.110000', '191109.570000', '191110.030000', '191110.490000', '191110.950000', '191111.410000', '191111.870000', '191112.330000', '191112.790000', '191113.250000', '191113.710000', '191114.170000', '191114.630000', '191115.090000', '191115.550000', '191116.010000', '191116.470000', '191116.930000', '191117.390000', '191117.850000', '191118.310000', '191118.770000', '191119.230000', '191119.690000', '191120.150000', '191120.610000', '191121.070000', '191121.530000', '191121.990000', '191122.450000', '191122.910000', '191123.370000', '191123.830000', '191124.290000', '191124.750000', '191125.210000', '191125.670000', '191126.130000', '191126.590000', '191127.050000', '191127.510000', '191127.970000', '191128.430000', '191128.890000', '191129.350000', '191129.810000', '191130.270000', '191130.730000', '191131.190000', '191131.650000', '191132.110000', '191132.570000', '191133.030000', '191133.490000', '191133.950000', '191134.410000', '191134.870000', '191135.330000', '191135.790000', '191136.250000', '191136.710000', '191137.170000', '191137.630000', '191138.090000', '191138.550000', '191139.010000', '191139.470000', '191139.930000', '191140.390000', '191140.850000', '191141.310000', '191141.770000', '191142.230000', '191142.690000', '191143.150000', '191143.610000', '191144.070000', '191144.530000', '191144.990000', '191145.450000', '191145.910000', '191146.370000', '191146.830000', '191147.290000', '191147.750000', '191148.210000', '191148.670000', '191149.130000', '191149.590000', '191150.050000', '191150.510000', '191150.970000', '191151.430000', '191151.890000', '191152.350000', '191152.810000', '191153.270000', '191153.730000', '191154.190000', '191154.650000', '191155.110000', '191155.570000', '191156.030000', '191156.490000', '191156.950000', '191157.410000', '191157.870000', '191158.330000', '191158.790000', '191159.250000', '191159.710000', '191200.170000', '191200.630000', '191201.090000', '191201.550000', '191202.010000', '191202.470000', '191202.930000', '191203.390000', '191203.850000', '191204.310000', '191204.770000', '191205.230000', '191205.690000', '191206.150000', '191206.610000', '191207.070000', '191207.530000', '191207.990000', '191208.450000', '191208.910000', '191209.370000', '191209.830000', '191210.290000', '191210.750000', '191211.210000', '191211.670000', '191212.130000', '191212.590000', '191213.050000', '191213.510000', '191213.970000', '191214.430000', '191214.890000', '191215.350000', '191215.810000', '191216.270000', '191216.730000', '191217.190000', '191217.650000', '191218.110000', '191218.570000', '191219.030000', '191219.490000', '191219.950000', '191220.410000', '191220.870000', '191221.330000', '191221.790000', '191222.250000', '191222.710000', '191223.170000', '191223.630000', '191224.090000', '191224.550000', '191225.010000', '191225.470000', '191225.930000', '191226.390000', '191226.850000', '191227.310000', '191227.770000', '191228.230000', '191228.690000', '191229.150000', '191229.610000', '191230.070000', '191230.530000', '191230.990000', '191231.450000', '191231.910000', '191232.370000', '191232.830000', '191233.290000', '191233.750000', '191234.210000', '191234.670000', '191235.130000', '191235.590000', '191236.050000', '191236.510000', '191236.970000', '191237.430000', '191237.890000', '191238.350000', '191238.810000', '191239.270000', '191239.730000', '191240.190000', '191240.650000', '191241.110000', '191241.570000', '191242.030000', '191242.490000', '191242.950000', '191243.410000', '191243.870000', '191244.330000', '191244.790000', '191245.250000', '191245.710000', '191246.170000', '191246.630000', '191247.090000', '191247.550000', '191248.010000', '191248.470000', '191248.930000', '191249.390000', '191249.850000', '191250.310000', '191250.770000', '191251.230000', '191251.690000', '191252.150000', '191252.610000', '191253.070000', '191253.530000', '191253.990000', '191254.450000', '191254.910000', '191255.370000', '191255.830000', '191256.290000', '191256.750000', '191257.210000', '191257.670000', '191258.130000', '191258.590000', '191259.050000', '191259.510000', '191259.970000', '191300.430000', '191300.890000', '191301.350000', '191301.810000', '191302.270000', '191302.730000', '191303.190000', '191303.650000', '191304.110000', '191304.570000', '191305.030000', '191305.490000', '191305.950000', '191306.410000', '191306.870000', '191307.330000', '191307.790000', '191308.250000', '191308.710000', '191309.170000', '191309.630000', '191310.090000', '191310.550000', '191311.010000', '191311.470000', '191311.930000', '191312.390000', '191312.850000', '191313.310000', '191313.770000', '191314.230000', '191314.690000', '191315.150000', '191315.610000', '191316.070000', '191316.530000', '191316.990000', '191317.450000', '191317.910000', '191318.370000', '191318.830000', '191319.290000', '191319.750000', '191320.210000', '191320.670000', '191321.130000', '191321.590000', '191322.050000', '191322.510000', '191322.970000', '191323.430000', '191323.890000', '191324.350000', '191324.810000', '191325.270000', '191325.730000', '191326.190000', '191326.650000', '191327.110000', '191327.570000', '191328.030000', '191328.490000', '191328.950000', '191329.410000', '191329.870000', '191330.330000', '191330.790000', '191331.250000', '191331.710000', '191332.170000', '191332.630000', '191333.090000', '191333.550000', '191334.010000', '191334.470000', '191334.930000', '191335.390000', '191335.850000', '191336.310000', '191336.770000', '191337.230000', '191337.690000', '191338.150000', '191338.610000', '191339.070000', '191339.530000', '191339.990000', '191340.450000', '191340.910000', '191341.370000', '191341.830000', '191342.290000', '191342.750000', '191343.210000', '191343.670000', '191344.130000', '191344.590000', '191345.050000', '191345.510000', '191345.970000', '191346.430000', '191346.890000', '191347.350000', '191347.810000', '191348.270000', '191348.730000', '191349.190000', '191349.650000', '191350.110000', '191350.570000', '191351.030000', '191351.490000', '191351.950000', '191352.410000', '191352.870000', '191353.330000', '191353.790000', '191354.250000', '191354.710000', '191355.170000', '191355.630000', '191356.090000', '191356.550000', '191357.010000', '191357.470000', '191357.930000', '191358.390000', '191358.850000', '191359.310000', '191359.770000', '191400.230000', '191400.690000', '191401.150000', '191401.610000', '191402.070000', '191402.530000', '191402.990000', '191403.450000', '191403.910000', '191404.370000', '191404.830000', '191405.290000', '191405.750000', '191406.210000', '191406.670000', '191407.130000', '191407.590000', '191408.050000', '191408.510000', '191408.970000', '191409.430000', '191409.890000', '191410.350000', '191410.810000', '191411.270000', '191411.730000', '191412.190000', '191412.650000', '191413.110000', '191413.570000', '191414.030000', '191414.490000', '191414.950000', '191415.410000', '191415.870000', '191416.330000', '191416.790000', '191417.250000', '191417.710000', '191418.170000', '191418.630000', '191419.090000', '191419.550000', '191420.010000', '191420.470000', '191420.930000', '191421.390000', '191421.850000', '191422.310000', '191422.770000', '191423.230000', '191423.690000', '191424.150000', '191424.610000', '191425.070000', '191425.530000', '191425.990000', '191426.450000', '191426.910000', '191427.370000', '191427.830000', '191428.290000', '191428.750000', '191429.210000', '191429.670000', '191430.130000', '191430.590000', '191431.050000', '191431.510000', '191431.970000', '191432.430000', '191432.890000', '191433.350000', '191433.810000', '191434.270000', '191434.730000', '191435.190000', '191435.650000', '191436.110000', '191436.570000', '191437.030000', '191437.490000', '191437.950000', '191438.410000', '191438.870000', '191439.330000', '191439.790000', '191440.250000', '191440.710000', '191441.170000', '191441.630000', '191442.090000', '191442.550000', '191443.010000', '191443.470000', '191443.930000', '191444.390000', '191444.850000', '191445.310000', '191445.770000', '191446.230000', '191446.690000', '191447.150000', '191447.610000', '191448.070000', '191448.530000', '191448.990000', '191449.450000', '191449.910000', '191450.370000', '191450.830000', '191451.290000', '191451.750000', '191452.210000', '191452.670000', '191453.130000', '191453.590000', '191454.050000', '191454.510000', '191454.970000', '191455.430000', '191455.890000', '191456.350000', '191456.810000', '191457.270000', '191457.730000', '191458.190000', '191458.650000', '191459.110000', '191459.570000', '191500.030000', '191500.490000', '191500.950000', '191501.410000', '191501.870000', '191502.330000', '191502.790000', '191503.250000', '191503.710000', '191504.170000', '191504.630000', '191505.090000', '191505.550000', '191506.010000', '191506.470000', '191506.930000', '191507.390000', '191507.850000', '191508.310000', '191508.770000', '191509.230000', '191509.690000', '191510.150000', '191510.610000', '191511.070000', '191511.530000', '191511.990000', '191512.450000', '191512.910000', '191513.370000', '191513.830000', '191514.290000', '191514.750000', '191515.210000', '191515.670000', '191516.130000', '191516.590000', '191517.050000', '191517.510000', '191517.970000', '191518.430000', '191518.890000', '191519.350000', '191519.810000', '191520.270000', '191520.730000', '191521.190000', '191521.650000', '191522.110000'], 'ContentTime': ['190644.607000', '190644.610000', '190644.613000', '190644.616000', '190644.618000', '190644.621000', '190644.624000', '190644.631000', '190644.634000', '190644.637000', '190644.639000', '190644.642000', '190644.644000', '190644.647000', '190644.649000', '190644.652000', '190644.655000', '190644.657000', '190644.660000', '190644.662000', '190644.665000', '190644.667000', '190644.670000', '190644.672000', '190644.675000', '190644.677000', '190704.572000', '190704.575000', '190704.578000', '190704.580000', '190704.583000', '190704.585000', '190704.588000', '190704.591000', '190704.599000', '190704.601000', '190704.604000', '190704.606000', '190704.609000', '190704.611000', '190704.614000', '190704.617000', '190704.619000', '190704.622000', '190704.624000', '190704.627000', '190704.630000', '190704.632000', '190704.640000', '190704.643000', '190704.645000', '190704.648000', '190704.651000', '190704.653000', '190704.656000', '190704.658000', '190704.661000', '190704.663000', '190704.666000', '190704.669000', '190704.671000', '190704.674000', '190704.676000', '190704.679000', '190704.681000', '190704.684000', '190704.687000', '190704.689000', '190704.692000', '190704.694000', '190724.572000', '190724.575000', '190724.578000', '190724.580000', '190724.583000', '190724.585000', '190724.588000', '190724.591000', '190724.593000', '190724.596000', '190724.599000', '190724.601000', '190724.604000', '190724.607000', '190724.609000', '190724.612000', '190724.614000', '190724.617000', '190724.620000', '190724.622000', '190724.625000', '190724.627000', '190724.630000', '190724.632000', '190724.635000', '190724.638000', '190724.640000', '190724.643000', '190724.645000', '190724.652000', '190724.654000', '190724.657000', '190724.660000', '190724.662000', '190724.665000', '190724.669000', '190724.671000', '190724.674000', '190724.676000', '190724.679000', '190724.682000', '190724.684000', '190724.687000', '190744.572000', '190744.575000', '190744.578000', '190744.580000', '190744.583000', '190744.586000', '190744.588000', '190744.591000', '190744.593000', '190744.596000', '190744.599000', '190744.601000', '190744.604000', '190744.607000', '190744.609000', '190744.612000', '190744.615000', '190744.617000', '190744.620000', '190744.622000', '190744.625000', '190744.627000', '190744.630000', '190744.633000', '190744.636000', '190744.638000', '190744.641000', '190744.643000', '190744.646000', '190744.649000', '190744.651000', '190744.654000', '190744.656000', '190744.659000', '190744.661000', '190744.664000', '190744.667000', '190744.681000', '190744.684000', '190744.686000', '190744.689000', '190744.691000', '190744.694000', '190744.697000', '190804.572000', '190804.575000', '190804.578000', '190804.580000', '190804.583000', '190804.586000', '190804.588000', '190804.591000', '190804.594000', '190804.596000', '190804.599000', '190804.602000', '190804.604000', '190804.607000', '190804.609000', '190804.612000', '190804.615000', '190804.617000', '190804.620000', '190804.622000', '190804.625000', '190804.628000', '190804.630000', '190804.633000', '190804.636000', '190804.638000', '190804.641000', '190804.644000', '190804.647000', '190804.649000', '190804.652000', '190804.654000', '190804.657000', '190804.660000', '190804.662000', '190804.665000', '190804.667000', '190804.670000', '190804.673000', '190804.675000', '190804.678000', '190804.680000', '190804.683000', '190824.572000', '190824.575000', '190824.578000', '190824.580000', '190824.583000', '190824.586000', '190824.588000', '190824.591000', '190824.593000', '190824.596000', '190824.599000', '190824.601000', '190824.604000', '190824.606000', '190824.609000', '190824.612000', '190824.614000', '190824.617000', '190824.620000', '190824.622000', '190824.625000', '190824.627000', '190824.630000', '190824.633000', '190824.635000', '190824.638000', '190824.640000', '190824.643000', '190824.646000', '190824.648000', '190824.651000', '190824.653000', '190824.656000', '190824.659000', '190824.661000', '190824.664000', '190824.667000', '190824.669000', '190824.672000', '190824.674000', '190824.677000', '190824.680000', '190824.682000', '190824.685000', '190844.574000', '190844.576000', '190844.579000', '190844.582000', '190844.584000', '190844.587000', '190844.590000', '190844.592000', '190844.595000', '190844.597000', '190844.600000', '190844.603000', '190844.605000', '190844.608000', '190844.611000', '190844.613000', '190844.616000', '190844.619000', '190844.621000', '190844.624000', '190844.626000', '190844.629000', '190844.631000', '190844.634000', '190844.637000', '190844.639000', '190844.642000', '190844.644000', '190844.647000', '190844.649000', '190844.652000', '190844.655000', '190844.657000', '190844.660000', '190844.663000', '190844.665000', '190844.668000', '190844.672000', '190844.675000', '190844.677000', '190844.680000', '190844.683000', '190844.685000', '190904.573000', '190904.576000', '190904.579000', '190904.581000', '190904.584000', '190904.587000', '190904.589000', '190904.592000', '190904.595000', '190904.597000', '190904.600000', '190904.603000', '190904.605000', '190904.608000', '190904.611000', '190904.613000', '190904.616000', '190904.619000', '190904.621000', '190904.624000', '190904.626000', '190904.629000', '190904.632000', '190904.634000', '190904.637000', '190904.639000', '190904.642000', '190904.644000', '190904.647000', '190904.650000', '190904.652000', '190904.655000', '190904.657000', '190904.660000', '190904.663000', '190904.665000', '190904.668000', '190904.670000', '190904.673000', '190904.676000', '190904.679000', '190904.681000', '190904.684000', '190904.687000', '190924.572000', '190924.575000', '190924.578000', '190924.581000', '190924.583000', '190924.586000', '190924.588000', '190924.591000', '190924.594000', '190924.596000', '190924.599000', '190924.602000', '190924.604000', '190924.607000', '190924.609000', '190924.612000', '190924.615000', '190924.617000', '190924.620000', '190924.622000', '190924.625000', '190924.628000', '190924.630000', '190924.633000', '190924.635000', '190924.638000', '190924.641000', '190924.659000', '190924.661000', '190924.664000', '190924.667000', '190924.670000', '190924.672000', '190924.675000', '190924.677000', '190924.680000', '190924.683000', '190924.685000', '190924.688000', '190924.690000', '190924.693000', '190924.696000', '190924.698000', '190944.573000', '190944.575000', '190944.578000', '190944.581000', '190944.583000', '190944.586000', '190944.589000', '190944.591000', '190944.594000', '190944.597000', '190944.599000', '190944.602000', '190944.605000', '190944.607000', '190944.610000', '190944.612000', '190944.615000', '190944.618000', '190944.620000', '190944.623000', '190944.625000', '190944.628000', '190944.630000', '190944.633000', '190944.636000', '190944.638000', '190944.641000', '190944.643000', '190944.646000', '190944.649000', '190944.651000', '190944.654000', '190944.657000', '190944.659000', '190944.662000', '190944.664000', '190944.667000', '190944.670000', '190944.672000', '190944.675000', '190944.678000', '190944.680000', '190944.683000', '190944.685000', '191004.573000', '191004.575000', '191004.578000', '191004.581000', '191004.583000', '191004.586000', '191004.588000', '191004.591000', '191004.594000', '191004.596000', '191004.599000', '191004.602000', '191004.604000', '191004.607000', '191004.610000', '191004.612000', '191004.615000', '191004.618000', '191004.620000', '191004.623000', '191004.626000', '191004.628000', '191004.631000', '191004.633000', '191004.636000', '191004.639000', '191004.641000', '191004.644000', '191004.647000', '191004.649000', '191004.652000', '191004.654000', '191004.657000', '191004.660000', '191004.662000', '191004.665000', '191004.668000', '191004.670000', '191004.673000', '191004.675000', '191004.678000', '191004.681000', '191004.683000', '191024.573000', '191024.575000', '191024.578000', '191024.581000', '191024.583000', '191024.586000', '191024.588000', '191024.591000', '191024.594000', '191024.596000', '191024.599000', '191024.601000', '191024.604000', '191024.607000', '191024.609000', '191024.612000', '191024.614000', '191024.617000', '191024.620000', '191024.622000', '191024.625000', '191024.628000', '191024.631000', '191024.633000', '191024.636000', '191024.638000', '191024.641000', '191024.644000', '191024.646000', '191024.649000', '191024.651000', '191024.654000', '191024.657000', '191024.659000', '191024.662000', '191024.665000', '191024.667000', '191024.670000', '191024.672000', '191024.675000', '191024.678000', '191024.680000', '191024.683000', '191024.686000', '191044.573000', '191044.575000', '191044.578000', '191044.581000', '191044.583000', '191044.586000', '191044.589000', '191044.591000', '191044.594000', '191044.596000', '191044.599000', '191044.602000', '191044.604000', '191044.607000', '191044.609000', '191044.612000', '191044.615000', '191044.617000', '191044.620000', '191044.622000', '191044.625000', '191044.628000', '191044.630000', '191044.633000', '191044.635000', '191044.638000', '191044.641000', '191044.643000', '191044.646000', '191044.648000', '191044.651000', '191044.654000', '191044.656000', '191044.659000', '191044.661000', '191044.664000', '191044.667000', '191044.669000', '191044.672000', '191044.674000', '191044.677000', '191044.680000', '191044.682000', '191104.573000', '191104.576000', '191104.579000', '191104.582000', '191104.584000', '191104.587000', '191104.589000', '191104.592000', '191104.595000', '191104.597000', '191104.601000', '191104.604000', '191104.606000', '191104.609000', '191104.612000', '191104.614000', '191104.617000', '191104.626000', '191104.628000', '191104.631000', '191104.634000', '191104.636000', '191104.639000', '191104.641000', '191104.644000', '191104.647000', '191104.649000', '191104.652000', '191104.654000', '191104.657000', '191104.660000', '191104.662000', '191104.665000', '191104.668000', '191104.670000', '191104.673000', '191104.675000', '191104.678000', '191104.680000', '191104.683000', '191104.686000', '191104.688000', '191104.691000', '191104.694000', '191124.573000', '191124.576000', '191124.579000', '191124.581000', '191124.584000', '191124.587000', '191124.589000', '191124.592000', '191124.594000', '191124.597000', '191124.600000', '191124.602000', '191124.605000', '191124.608000', '191124.610000', '191124.613000', '191124.616000', '191124.618000', '191124.621000', '191124.623000', '191124.626000', '191124.629000', '191124.631000', '191124.634000', '191124.636000', '191124.639000', '191124.641000', '191124.644000', '191124.647000', '191124.649000', '191124.652000', '191124.655000', '191124.657000', '191124.660000', '191124.663000', '191124.665000', '191124.668000', '191124.670000', '191124.673000', '191124.675000', '191124.678000', '191124.681000', '191124.683000', '191144.573000', '191144.575000', '191144.578000', '191144.581000', '191144.583000', '191144.586000', '191144.588000', '191144.591000', '191144.594000', '191144.596000', '191144.599000', '191144.601000', '191144.604000', '191144.607000', '191144.609000', '191144.612000', '191144.615000', '191144.617000', '191144.620000', '191144.622000', '191144.625000', '191144.627000', '191144.630000', '191144.633000', '191144.635000', '191144.638000', '191144.641000', '191144.643000', '191144.646000', '191144.648000', '191144.651000', '191144.654000', '191144.656000', '191144.659000', '191144.661000', '191144.664000', '191144.667000', '191144.669000', '191144.672000', '191144.674000', '191144.677000', '191144.680000', '191144.682000', '191144.685000', '191204.573000', '191204.576000', '191204.578000', '191204.581000', '191204.583000', '191204.586000', '191204.589000', '191204.591000', '191204.594000', '191204.596000', '191204.599000', '191204.602000', '191204.604000', '191204.607000', '191204.609000', '191204.612000', '191204.615000', '191204.617000', '191204.620000', '191204.622000', '191204.625000', '191204.628000', '191204.630000', '191204.633000', '191204.636000', '191204.639000', '191204.641000', '191204.644000', '191204.647000', '191204.649000', '191204.652000', '191204.654000', '191204.657000', '191204.660000', '191204.663000', '191204.665000', '191204.668000', '191204.671000', '191204.673000', '191204.676000', '191204.679000', '191204.681000', '191204.690000', '191224.573000', '191224.576000', '191224.578000', '191224.581000', '191224.584000', '191224.588000', '191224.590000', '191224.593000', '191224.596000', '191224.606000', '191224.609000', '191224.611000', '191224.614000', '191224.616000', '191224.619000', '191224.623000', '191224.626000', '191224.628000', '191224.631000', '191224.634000', '191224.637000', '191224.639000', '191224.642000', '191224.645000', '191224.647000', '191224.650000', '191224.652000', '191224.655000', '191224.658000', '191224.660000', '191224.663000', '191224.666000', '191224.668000', '191224.671000', '191224.673000', '191224.676000', '191224.679000', '191224.681000', '191224.684000', '191224.686000', '191224.689000', '191224.692000', '191224.694000', '191224.697000', '191244.573000', '191244.575000', '191244.578000', '191244.581000', '191244.583000', '191244.586000', '191244.588000', '191244.591000', '191244.594000', '191244.596000', '191244.599000', '191244.602000', '191244.604000', '191244.607000', '191244.610000', '191244.612000', '191244.615000', '191244.617000', '191244.620000', '191244.623000', '191244.625000', '191244.628000', '191244.631000', '191244.633000', '191244.636000', '191244.638000', '191244.641000', '191244.644000', '191244.646000', '191244.649000', '191244.651000', '191244.654000', '191244.657000', '191244.659000', '191244.662000', '191244.665000', '191244.667000', '191244.670000', '191244.672000', '191244.675000', '191244.678000', '191244.680000', '191244.683000', '191304.572000', '191304.575000', '191304.578000', '191304.581000', '191304.583000', '191304.586000', '191304.589000', '191304.592000', '191304.594000', '191304.597000', '191304.600000', '191304.603000', '191304.605000', '191304.608000', '191304.610000', '191304.613000', '191304.616000', '191304.618000', '191304.621000', '191304.624000', '191304.626000', '191304.629000', '191304.631000', '191304.634000', '191304.637000', '191304.639000', '191304.642000', '191304.644000', '191304.647000', '191304.650000', '191304.652000', '191304.655000', '191304.658000', '191304.660000', '191304.663000', '191304.665000', '191304.668000', '191304.671000', '191304.673000', '191304.676000', '191304.678000', '191304.681000', '191304.683000', '191324.574000', '191324.577000', '191324.579000', '191324.582000', '191324.584000', '191324.587000', '191324.590000', '191324.592000', '191324.595000', '191324.598000', '191324.600000', '191324.603000', '191324.605000', '191324.608000', '191324.611000', '191324.613000', '191324.616000', '191324.619000', '191324.621000', '191324.624000', '191324.626000', '191324.629000', '191324.632000', '191324.634000', '191324.637000', '191324.639000', '191324.642000', '191324.645000', '191324.647000', '191324.650000', '191324.653000', '191324.655000', '191324.658000', '191324.660000', '191324.663000', '191324.666000', '191324.668000', '191324.671000', '191324.673000', '191324.676000', '191324.679000', '191324.681000', '191324.684000', '191324.686000', '191344.574000', '191344.577000', '191344.579000', '191344.582000', '191344.584000', '191344.587000', '191344.590000', '191344.592000', '191344.595000', '191344.597000', '191344.600000', '191344.603000', '191344.605000', '191344.608000', '191344.611000', '191344.622000', '191344.626000', '191344.629000', '191344.632000', '191344.634000', '191344.637000', '191344.640000', '191344.642000', '191344.645000', '191344.647000', '191344.650000', '191344.653000', '191344.655000', '191344.658000', '191344.661000', '191344.663000', '191344.666000', '191344.668000', '191344.671000', '191344.674000', '191344.676000', '191344.679000', '191344.682000', '191344.684000', '191344.687000', '191344.690000', '191344.692000', '191344.695000', '191404.573000', '191404.576000', '191404.578000', '191404.581000', '191404.584000', '191404.586000', '191404.589000', '191404.591000', '191404.594000', '191404.597000', '191404.600000', '191404.602000', '191404.605000', '191404.608000', '191404.610000', '191404.613000', '191404.616000', '191404.618000', '191404.621000', '191404.623000', '191404.626000', '191404.629000', '191404.631000', '191404.634000', '191404.637000', '191404.639000', '191404.642000', '191404.645000', '191404.647000', '191404.650000', '191404.653000', '191404.655000', '191404.658000', '191404.660000', '191404.663000', '191404.666000', '191404.668000', '191404.671000', '191404.673000', '191404.676000', '191404.679000', '191404.681000', '191404.684000', '191404.687000', '191424.573000', '191424.575000', '191424.578000', '191424.581000', '191424.583000', '191424.586000', '191424.589000', '191424.591000', '191424.594000', '191424.596000', '191424.599000', '191424.602000', '191424.604000', '191424.607000', '191424.610000', '191424.612000', '191424.615000', '191424.618000', '191424.620000', '191424.623000', '191424.625000', '191424.628000', '191424.631000', '191424.633000', '191424.636000', '191424.638000', '191424.641000', '191424.644000', '191424.646000', '191424.649000', '191424.651000', '191424.654000', '191424.657000', '191424.659000', '191424.663000', '191424.666000', '191424.669000', '191424.671000', '191424.674000', '191424.677000', '191424.680000', '191424.682000', '191424.685000', '191444.573000', '191444.576000', '191444.578000', '191444.581000', '191444.583000', '191444.586000', '191444.588000', '191444.591000', '191444.594000', '191444.596000', '191444.599000', '191444.602000', '191444.604000', '191444.607000', '191444.610000', '191444.612000', '191444.615000', '191444.617000', '191444.620000', '191444.622000', '191444.625000', '191444.628000', '191444.630000', '191444.633000', '191444.636000', '191444.639000', '191444.641000', '191444.644000', '191444.647000', '191444.649000', '191444.652000', '191444.654000', '191444.657000', '191444.660000', '191444.662000', '191444.665000', '191444.667000', '191444.670000', '191444.673000', '191444.675000', '191444.678000', '191444.681000', '191444.683000', '191444.686000', '191504.573000', '191504.575000', '191504.578000', '191504.581000', '191504.583000', '191504.586000', '191504.589000', '191504.614000', '191504.617000', '191504.620000', '191504.622000', '191504.625000', '191504.628000', '191504.631000', '191504.634000', '191504.636000', '191504.639000', '191504.641000', '191504.644000', '191504.647000', '191504.649000', '191504.652000', '191504.655000', '191504.657000', '191504.660000', '191504.663000', '191504.666000', '191504.668000', '191504.671000', '191504.674000', '191504.676000', '191504.679000', '191504.681000', '191504.684000', '191504.687000', '191504.689000', '191504.692000', '191504.695000', '191504.697000', '191504.700000', '191504.702000', '191504.705000', '191504.707000', '191523.941000', '191523.944000', '191523.947000', '191523.949000', '191523.952000', '191523.954000', '191523.957000', '191523.960000', '191523.962000', '191523.965000', '191523.967000', '191523.970000', '191523.973000', '191523.975000', '191523.978000', '191523.981000', '191523.983000', '191523.986000', '191523.988000', '191523.991000', '191523.994000', '191523.996000', '191524.000000', '191524.003000', '191524.005000', '191524.008000', '191524.011000', '191524.013000', '191524.016000', '191524.019000', '191524.021000', '191524.024000', '191524.027000', '191524.029000', '191524.032000', '191524.035000', '191524.037000', '191524.040000', '191524.042000', '191524.045000', '191524.047000', '191524.050000', '191524.053000'], 'InstanceCreationTime': ['190644.607000', '190644.610000', '190644.613000', '190644.616000', '190644.618000', '190644.621000', '190644.624000', '190644.631000', '190644.634000', '190644.637000', '190644.639000', '190644.642000', '190644.644000', '190644.647000', '190644.649000', '190644.652000', '190644.655000', '190644.657000', '190644.660000', '190644.662000', '190644.665000', '190644.667000', '190644.670000', '190644.672000', '190644.675000', '190644.677000', '190704.572000', '190704.575000', '190704.578000', '190704.580000', '190704.583000', '190704.585000', '190704.588000', '190704.591000', '190704.599000', '190704.601000', '190704.604000', '190704.606000', '190704.609000', '190704.611000', '190704.614000', '190704.617000', '190704.619000', '190704.622000', '190704.624000', '190704.627000', '190704.630000', '190704.632000', '190704.640000', '190704.643000', '190704.645000', '190704.648000', '190704.651000', '190704.653000', '190704.656000', '190704.658000', '190704.661000', '190704.663000', '190704.666000', '190704.669000', '190704.671000', '190704.674000', '190704.676000', '190704.679000', '190704.681000', '190704.684000', '190704.687000', '190704.689000', '190704.692000', '190704.694000', '190724.572000', '190724.575000', '190724.578000', '190724.580000', '190724.583000', '190724.585000', '190724.588000', '190724.591000', '190724.593000', '190724.596000', '190724.599000', '190724.601000', '190724.604000', '190724.607000', '190724.609000', '190724.612000', '190724.614000', '190724.617000', '190724.620000', '190724.622000', '190724.625000', '190724.627000', '190724.630000', '190724.632000', '190724.635000', '190724.638000', '190724.640000', '190724.643000', '190724.645000', '190724.652000', '190724.654000', '190724.657000', '190724.660000', '190724.662000', '190724.665000', '190724.669000', '190724.671000', '190724.674000', '190724.676000', '190724.679000', '190724.682000', '190724.684000', '190724.687000', '190744.572000', '190744.575000', '190744.578000', '190744.580000', '190744.583000', '190744.586000', '190744.588000', '190744.591000', '190744.593000', '190744.596000', '190744.599000', '190744.601000', '190744.604000', '190744.607000', '190744.609000', '190744.612000', '190744.615000', '190744.617000', '190744.620000', '190744.622000', '190744.625000', '190744.627000', '190744.630000', '190744.633000', '190744.636000', '190744.638000', '190744.641000', '190744.643000', '190744.646000', '190744.649000', '190744.651000', '190744.654000', '190744.656000', '190744.659000', '190744.661000', '190744.664000', '190744.667000', '190744.681000', '190744.684000', '190744.686000', '190744.689000', '190744.691000', '190744.694000', '190744.697000', '190804.572000', '190804.575000', '190804.578000', '190804.580000', '190804.583000', '190804.586000', '190804.588000', '190804.591000', '190804.594000', '190804.596000', '190804.599000', '190804.602000', '190804.604000', '190804.607000', '190804.609000', '190804.612000', '190804.615000', '190804.617000', '190804.620000', '190804.622000', '190804.625000', '190804.628000', '190804.630000', '190804.633000', '190804.636000', '190804.638000', '190804.641000', '190804.644000', '190804.647000', '190804.649000', '190804.652000', '190804.654000', '190804.657000', '190804.660000', '190804.662000', '190804.665000', '190804.667000', '190804.670000', '190804.673000', '190804.675000', '190804.678000', '190804.680000', '190804.683000', '190824.572000', '190824.575000', '190824.578000', '190824.580000', '190824.583000', '190824.586000', '190824.588000', '190824.591000', '190824.593000', '190824.596000', '190824.599000', '190824.601000', '190824.604000', '190824.606000', '190824.609000', '190824.612000', '190824.614000', '190824.617000', '190824.620000', '190824.622000', '190824.625000', '190824.627000', '190824.630000', '190824.633000', '190824.635000', '190824.638000', '190824.640000', '190824.643000', '190824.646000', '190824.648000', '190824.651000', '190824.653000', '190824.656000', '190824.659000', '190824.661000', '190824.664000', '190824.667000', '190824.669000', '190824.672000', '190824.674000', '190824.677000', '190824.680000', '190824.682000', '190824.685000', '190844.574000', '190844.576000', '190844.579000', '190844.582000', '190844.584000', '190844.587000', '190844.590000', '190844.592000', '190844.595000', '190844.597000', '190844.600000', '190844.603000', '190844.605000', '190844.608000', '190844.611000', '190844.613000', '190844.616000', '190844.619000', '190844.621000', '190844.624000', '190844.626000', '190844.629000', '190844.631000', '190844.634000', '190844.637000', '190844.639000', '190844.642000', '190844.644000', '190844.647000', '190844.649000', '190844.652000', '190844.655000', '190844.657000', '190844.660000', '190844.663000', '190844.665000', '190844.668000', '190844.672000', '190844.675000', '190844.677000', '190844.680000', '190844.683000', '190844.685000', '190904.573000', '190904.576000', '190904.579000', '190904.581000', '190904.584000', '190904.587000', '190904.589000', '190904.592000', '190904.595000', '190904.597000', '190904.600000', '190904.603000', '190904.605000', '190904.608000', '190904.611000', '190904.613000', '190904.616000', '190904.619000', '190904.621000', '190904.624000', '190904.626000', '190904.629000', '190904.632000', '190904.634000', '190904.637000', '190904.639000', '190904.642000', '190904.644000', '190904.647000', '190904.650000', '190904.652000', '190904.655000', '190904.657000', '190904.660000', '190904.663000', '190904.665000', '190904.668000', '190904.670000', '190904.673000', '190904.676000', '190904.679000', '190904.681000', '190904.684000', '190904.687000', '190924.572000', '190924.575000', '190924.578000', '190924.581000', '190924.583000', '190924.586000', '190924.588000', '190924.591000', '190924.594000', '190924.596000', '190924.599000', '190924.602000', '190924.604000', '190924.607000', '190924.609000', '190924.612000', '190924.615000', '190924.617000', '190924.620000', '190924.622000', '190924.625000', '190924.628000', '190924.630000', '190924.633000', '190924.635000', '190924.638000', '190924.641000', '190924.659000', '190924.661000', '190924.664000', '190924.667000', '190924.670000', '190924.672000', '190924.675000', '190924.677000', '190924.680000', '190924.683000', '190924.685000', '190924.688000', '190924.690000', '190924.693000', '190924.696000', '190924.698000', '190944.573000', '190944.575000', '190944.578000', '190944.581000', '190944.583000', '190944.586000', '190944.589000', '190944.591000', '190944.594000', '190944.597000', '190944.599000', '190944.602000', '190944.605000', '190944.607000', '190944.610000', '190944.612000', '190944.615000', '190944.618000', '190944.620000', '190944.623000', '190944.625000', '190944.628000', '190944.630000', '190944.633000', '190944.636000', '190944.638000', '190944.641000', '190944.643000', '190944.646000', '190944.649000', '190944.651000', '190944.654000', '190944.657000', '190944.659000', '190944.662000', '190944.664000', '190944.667000', '190944.670000', '190944.672000', '190944.675000', '190944.678000', '190944.680000', '190944.683000', '190944.685000', '191004.573000', '191004.575000', '191004.578000', '191004.581000', '191004.583000', '191004.586000', '191004.588000', '191004.591000', '191004.594000', '191004.596000', '191004.599000', '191004.602000', '191004.604000', '191004.607000', '191004.610000', '191004.612000', '191004.615000', '191004.618000', '191004.620000', '191004.623000', '191004.626000', '191004.628000', '191004.631000', '191004.633000', '191004.636000', '191004.639000', '191004.641000', '191004.644000', '191004.647000', '191004.649000', '191004.652000', '191004.654000', '191004.657000', '191004.660000', '191004.662000', '191004.665000', '191004.668000', '191004.670000', '191004.673000', '191004.675000', '191004.678000', '191004.681000', '191004.683000', '191024.573000', '191024.575000', '191024.578000', '191024.581000', '191024.583000', '191024.586000', '191024.588000', '191024.591000', '191024.594000', '191024.596000', '191024.599000', '191024.601000', '191024.604000', '191024.607000', '191024.609000', '191024.612000', '191024.614000', '191024.617000', '191024.620000', '191024.622000', '191024.625000', '191024.628000', '191024.631000', '191024.633000', '191024.636000', '191024.638000', '191024.641000', '191024.644000', '191024.646000', '191024.649000', '191024.651000', '191024.654000', '191024.657000', '191024.659000', '191024.662000', '191024.665000', '191024.667000', '191024.670000', '191024.672000', '191024.675000', '191024.678000', '191024.680000', '191024.683000', '191024.686000', '191044.573000', '191044.575000', '191044.578000', '191044.581000', '191044.583000', '191044.586000', '191044.589000', '191044.591000', '191044.594000', '191044.596000', '191044.599000', '191044.602000', '191044.604000', '191044.607000', '191044.609000', '191044.612000', '191044.615000', '191044.617000', '191044.620000', '191044.622000', '191044.625000', '191044.628000', '191044.630000', '191044.633000', '191044.635000', '191044.638000', '191044.641000', '191044.643000', '191044.646000', '191044.648000', '191044.651000', '191044.654000', '191044.656000', '191044.659000', '191044.661000', '191044.664000', '191044.667000', '191044.669000', '191044.672000', '191044.674000', '191044.677000', '191044.680000', '191044.682000', '191104.573000', '191104.576000', '191104.579000', '191104.582000', '191104.584000', '191104.587000', '191104.589000', '191104.592000', '191104.595000', '191104.597000', '191104.601000', '191104.604000', '191104.606000', '191104.609000', '191104.612000', '191104.614000', '191104.617000', '191104.626000', '191104.628000', '191104.631000', '191104.634000', '191104.636000', '191104.639000', '191104.641000', '191104.644000', '191104.647000', '191104.649000', '191104.652000', '191104.654000', '191104.657000', '191104.660000', '191104.662000', '191104.665000', '191104.668000', '191104.670000', '191104.673000', '191104.675000', '191104.678000', '191104.680000', '191104.683000', '191104.686000', '191104.688000', '191104.691000', '191104.694000', '191124.573000', '191124.576000', '191124.579000', '191124.581000', '191124.584000', '191124.587000', '191124.589000', '191124.592000', '191124.594000', '191124.597000', '191124.600000', '191124.602000', '191124.605000', '191124.608000', '191124.610000', '191124.613000', '191124.616000', '191124.618000', '191124.621000', '191124.623000', '191124.626000', '191124.629000', '191124.631000', '191124.634000', '191124.636000', '191124.639000', '191124.641000', '191124.644000', '191124.647000', '191124.649000', '191124.652000', '191124.655000', '191124.657000', '191124.660000', '191124.663000', '191124.665000', '191124.668000', '191124.670000', '191124.673000', '191124.675000', '191124.678000', '191124.681000', '191124.683000', '191144.573000', '191144.575000', '191144.578000', '191144.581000', '191144.583000', '191144.586000', '191144.588000', '191144.591000', '191144.594000', '191144.596000', '191144.599000', '191144.601000', '191144.604000', '191144.607000', '191144.609000', '191144.612000', '191144.615000', '191144.617000', '191144.620000', '191144.622000', '191144.625000', '191144.627000', '191144.630000', '191144.633000', '191144.635000', '191144.638000', '191144.641000', '191144.643000', '191144.646000', '191144.648000', '191144.651000', '191144.654000', '191144.656000', '191144.659000', '191144.661000', '191144.664000', '191144.667000', '191144.669000', '191144.672000', '191144.674000', '191144.677000', '191144.680000', '191144.682000', '191144.685000', '191204.573000', '191204.576000', '191204.578000', '191204.581000', '191204.583000', '191204.586000', '191204.589000', '191204.591000', '191204.594000', '191204.596000', '191204.599000', '191204.602000', '191204.604000', '191204.607000', '191204.609000', '191204.612000', '191204.615000', '191204.617000', '191204.620000', '191204.622000', '191204.625000', '191204.628000', '191204.630000', '191204.633000', '191204.636000', '191204.639000', '191204.641000', '191204.644000', '191204.647000', '191204.649000', '191204.652000', '191204.654000', '191204.657000', '191204.660000', '191204.663000', '191204.665000', '191204.668000', '191204.671000', '191204.673000', '191204.676000', '191204.679000', '191204.681000', '191204.690000', '191224.573000', '191224.576000', '191224.578000', '191224.581000', '191224.584000', '191224.588000', '191224.590000', '191224.593000', '191224.596000', '191224.606000', '191224.609000', '191224.611000', '191224.614000', '191224.616000', '191224.619000', '191224.623000', '191224.626000', '191224.628000', '191224.631000', '191224.634000', '191224.637000', '191224.639000', '191224.642000', '191224.645000', '191224.647000', '191224.650000', '191224.652000', '191224.655000', '191224.658000', '191224.660000', '191224.663000', '191224.666000', '191224.668000', '191224.671000', '191224.673000', '191224.676000', '191224.679000', '191224.681000', '191224.684000', '191224.686000', '191224.689000', '191224.692000', '191224.694000', '191224.697000', '191244.573000', '191244.575000', '191244.578000', '191244.581000', '191244.583000', '191244.586000', '191244.588000', '191244.591000', '191244.594000', '191244.596000', '191244.599000', '191244.602000', '191244.604000', '191244.607000', '191244.610000', '191244.612000', '191244.615000', '191244.617000', '191244.620000', '191244.623000', '191244.625000', '191244.628000', '191244.631000', '191244.633000', '191244.636000', '191244.638000', '191244.641000', '191244.644000', '191244.646000', '191244.649000', '191244.651000', '191244.654000', '191244.657000', '191244.659000', '191244.662000', '191244.665000', '191244.667000', '191244.670000', '191244.672000', '191244.675000', '191244.678000', '191244.680000', '191244.683000', '191304.572000', '191304.575000', '191304.578000', '191304.581000', '191304.583000', '191304.586000', '191304.589000', '191304.592000', '191304.594000', '191304.597000', '191304.600000', '191304.603000', '191304.605000', '191304.608000', '191304.610000', '191304.613000', '191304.616000', '191304.618000', '191304.621000', '191304.624000', '191304.626000', '191304.629000', '191304.631000', '191304.634000', '191304.637000', '191304.639000', '191304.642000', '191304.644000', '191304.647000', '191304.650000', '191304.652000', '191304.655000', '191304.658000', '191304.660000', '191304.663000', '191304.665000', '191304.668000', '191304.671000', '191304.673000', '191304.676000', '191304.678000', '191304.681000', '191304.683000', '191324.574000', '191324.577000', '191324.579000', '191324.582000', '191324.584000', '191324.587000', '191324.590000', '191324.592000', '191324.595000', '191324.598000', '191324.600000', '191324.603000', '191324.605000', '191324.608000', '191324.611000', '191324.613000', '191324.616000', '191324.619000', '191324.621000', '191324.624000', '191324.626000', '191324.629000', '191324.632000', '191324.634000', '191324.637000', '191324.639000', '191324.642000', '191324.645000', '191324.647000', '191324.650000', '191324.653000', '191324.655000', '191324.658000', '191324.660000', '191324.663000', '191324.666000', '191324.668000', '191324.671000', '191324.673000', '191324.676000', '191324.679000', '191324.681000', '191324.684000', '191324.686000', '191344.574000', '191344.577000', '191344.579000', '191344.582000', '191344.584000', '191344.587000', '191344.590000', '191344.592000', '191344.595000', '191344.597000', '191344.600000', '191344.603000', '191344.605000', '191344.608000', '191344.611000', '191344.622000', '191344.626000', '191344.629000', '191344.632000', '191344.634000', '191344.637000', '191344.640000', '191344.642000', '191344.645000', '191344.647000', '191344.650000', '191344.653000', '191344.655000', '191344.658000', '191344.661000', '191344.663000', '191344.666000', '191344.668000', '191344.671000', '191344.674000', '191344.676000', '191344.679000', '191344.682000', '191344.684000', '191344.687000', '191344.690000', '191344.692000', '191344.695000', '191404.573000', '191404.576000', '191404.578000', '191404.581000', '191404.584000', '191404.586000', '191404.589000', '191404.591000', '191404.594000', '191404.597000', '191404.600000', '191404.602000', '191404.605000', '191404.608000', '191404.610000', '191404.613000', '191404.616000', '191404.618000', '191404.621000', '191404.623000', '191404.626000', '191404.629000', '191404.631000', '191404.634000', '191404.637000', '191404.639000', '191404.642000', '191404.645000', '191404.647000', '191404.650000', '191404.653000', '191404.655000', '191404.658000', '191404.660000', '191404.663000', '191404.666000', '191404.668000', '191404.671000', '191404.673000', '191404.676000', '191404.679000', '191404.681000', '191404.684000', '191404.687000', '191424.573000', '191424.575000', '191424.578000', '191424.581000', '191424.583000', '191424.586000', '191424.589000', '191424.591000', '191424.594000', '191424.596000', '191424.599000', '191424.602000', '191424.604000', '191424.607000', '191424.610000', '191424.612000', '191424.615000', '191424.618000', '191424.620000', '191424.623000', '191424.625000', '191424.628000', '191424.631000', '191424.633000', '191424.636000', '191424.638000', '191424.641000', '191424.644000', '191424.646000', '191424.649000', '191424.651000', '191424.654000', '191424.657000', '191424.659000', '191424.663000', '191424.666000', '191424.669000', '191424.671000', '191424.674000', '191424.677000', '191424.680000', '191424.682000', '191424.685000', '191444.573000', '191444.576000', '191444.578000', '191444.581000', '191444.583000', '191444.586000', '191444.588000', '191444.591000', '191444.594000', '191444.596000', '191444.599000', '191444.602000', '191444.604000', '191444.607000', '191444.610000', '191444.612000', '191444.615000', '191444.617000', '191444.620000', '191444.622000', '191444.625000', '191444.628000', '191444.630000', '191444.633000', '191444.636000', '191444.639000', '191444.641000', '191444.644000', '191444.647000', '191444.649000', '191444.652000', '191444.654000', '191444.657000', '191444.660000', '191444.662000', '191444.665000', '191444.667000', '191444.670000', '191444.673000', '191444.675000', '191444.678000', '191444.681000', '191444.683000', '191444.686000', '191504.573000', '191504.575000', '191504.578000', '191504.581000', '191504.583000', '191504.586000', '191504.589000', '191504.614000', '191504.617000', '191504.620000', '191504.622000', '191504.625000', '191504.628000', '191504.631000', '191504.634000', '191504.636000', '191504.639000', '191504.641000', '191504.644000', '191504.647000', '191504.649000', '191504.652000', '191504.655000', '191504.657000', '191504.660000', '191504.663000', '191504.666000', '191504.668000', '191504.671000', '191504.674000', '191504.676000', '191504.679000', '191504.681000', '191504.684000', '191504.687000', '191504.689000', '191504.692000', '191504.695000', '191504.697000', '191504.700000', '191504.702000', '191504.705000', '191504.707000', '191523.941000', '191523.944000', '191523.947000', '191523.949000', '191523.952000', '191523.954000', '191523.957000', '191523.960000', '191523.962000', '191523.965000', '191523.967000', '191523.970000', '191523.973000', '191523.975000', '191523.978000', '191523.981000', '191523.983000', '191523.986000', '191523.988000', '191523.991000', '191523.994000', '191523.996000', '191524.000000', '191524.003000', '191524.005000', '191524.008000', '191524.011000', '191524.013000', '191524.016000', '191524.019000', '191524.021000', '191524.024000', '191524.027000', '191524.029000', '191524.032000', '191524.035000', '191524.037000', '191524.040000', '191524.042000', '191524.045000', '191524.047000', '191524.050000', '191524.053000'], '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': [14198, 10959, 14806, 11109, 13684, 10518, 11045, 14521, 11098, 15316, 10791, 14674, 10781, 12593, 10038, 11445, 10964, 10982, 11747, 10895, 11551, 10646, 11528, 10505, 11638, 10751, 11145, 9510, 11427, 8995, 11243, 11938, 11135, 12146, 10677, 10875, 8144, 11692, 11840, 11290, 12037, 11171, 12190, 8773, 11449, 10329, 11442, 11896, 10869, 11687, 10731, 10610, 10150, 11494, 11937, 10902, 11947, 9515, 11605, 11251, 11300, 12175, 10971, 12276, 8941, 11579, 10772, 11150, 12581, 10957, 11803, 10660, 11703, 11862, 11357, 12654, 11259, 12188, 11050, 14351, 11174, 11056, 9597, 11033, 11574, 11207, 11948, 11073, 10728, 10452, 11161, 11630, 11089, 11844, 10679, 10630, 10313, 11389, 10706, 11086, 11998, 10657, 11573, 11583, 11401, 12572, 8550, 11936, 12024, 10811, 10899, 11790, 10315, 10371, 10752, 8372, 9927, 10695, 9549, 9223, 12314, 9908, 10922, 9195, 9514, 13525, 9922, 10295, 9425, 9657, 11843, 9579, 10486, 8834, 9937, 11682, 9671, 10492, 8717, 9986, 11533, 9644, 12009, 9916, 10566, 10015, 9725, 13702, 10026, 13081, 9742, 10596, 8756, 9731, 10856, 10025, 12490, 9441, 9989, 9084, 10091, 10690, 9752, 10311, 9087, 9708, 11960, 9478, 9514, 9497, 9446, 11929, 8950, 9909, 10114, 9479, 11295, 9003, 9948, 11391, 9640, 12959, 9894, 9580, 11084, 9791, 14194, 10156, 10370, 10776, 9912, 14532, 9552, 14001, 9730, 10014, 11549, 9601, 15113, 10317, 10223, 10297, 9489, 14840, 9875, 10423, 8929, 9707, 12557, 9798, 13608, 9724, 9427, 9808, 9788, 11449, 8477, 10565, 9444, 9777, 9763, 9361, 9463, 9991, 9737, 10196, 11807, 9509, 9464, 11928, 10053, 12758, 9621, 11232, 9741, 9520, 9193, 9207, 11575, 9758, 10377, 9052, 9239, 9171, 10085, 9484, 9413, 10041, 9562, 10046, 8716, 9877, 10390, 9619, 12644, 9940, 11554, 9303, 9696, 8782, 9767, 10933, 9789, 12853, 9343, 11939, 9592, 10083, 11217, 9542, 14314, 9752, 13492, 9754, 10401, 9451, 9985, 11581, 9424, 12970, 9766, 10212, 8881, 9554, 11838, 9645, 13034, 9761, 10106, 8983, 9586, 12597, 9813, 11542, 9618, 9746, 10145, 9965, 11739, 9766, 12471, 9472, 11094, 9221, 9656, 10910, 9557, 13171, 9732, 10723, 9253, 9685, 9355, 9867, 11305, 9507, 12658, 9678, 10245, 9510, 9356, 9160, 9609, 10946, 9835, 10752, 9289, 10084, 9062, 9881, 11108, 9521, 12221, 9531, 9442, 10180, 9498, 12592, 9721, 10406, 8804, 9542, 12080, 9407, 13820, 9783, 9977, 8660, 9573, 11316, 10209, 10118, 9197, 9855, 12102, 10158, 10915, 8882, 9660, 12006, 8011, 9481, 11802, 9287, 8564, 12916, 9601, 12953, 9107, 9034, 14783, 9607, 15059, 9518, 9442, 10248, 9646, 11178, 9216, 11702, 9131, 9788, 8880, 9674, 9250, 9115, 12470, 9394, 11694, 9041, 10691, 8895, 9677, 8657, 9712, 9386, 9151, 11699, 9470, 10004, 9097, 9595, 10152, 9733, 12210, 9520, 12499, 9337, 9467, 10599, 9747, 13544, 9140, 11432, 9809, 9697, 11499, 9350, 13799, 9884, 10371, 9412, 9630, 12101, 9282, 9219, 10296, 9122, 12527, 9040, 9644, 9670, 8980, 9278, 9917, 8822, 8748, 11335, 9405, 10593, 9026, 9165, 14747, 9608, 12678, 9603, 8725, 11743, 9565, 12720, 9270, 11070, 8825, 9437, 10889, 9702, 13153, 9025, 12380, 8850, 9630, 10337, 9024, 13325, 9258, 10863, 9171, 8621, 10417, 9225, 13674, 9520, 11527, 8814, 9152, 9156, 9388, 9806, 8765, 11880, 9096, 9932, 8968, 8795, 10329, 9228, 12071, 8870, 10155, 8802, 9349, 9357, 9265, 11214, 8751, 13746, 9133, 9680, 9087, 9044, 10342, 9537, 11746, 8753, 13333, 8998, 10008, 9007, 9523, 11015, 9033, 14321, 9543, 11029, 9099, 9101, 12151, 9431, 13574, 9160, 14967, 9409, 14530, 9624, 10874, 9756, 9173, 12085, 9662, 11986, 9553, 9688, 9158, 9684, 12253, 9738, 12312, 8943, 14221, 9468, 10157, 9298, 8833, 11843, 9469, 12605, 9561, 11659, 9245, 10102, 9021, 9453, 10147, 9194, 12978, 9714, 10723, 9286, 9270, 9063, 9489, 9659, 9276, 11707, 8971, 9702, 8716, 9244, 9853, 9343, 12002, 9235, 9372, 8653, 8654, 9512, 9542, 10641, 8828, 12924, 9110, 10009, 8966, 9032, 10933, 9194, 11883, 9262, 9454, 8928, 8679, 12539, 9390, 12014, 9014, 10224, 9750, 9414, 11712, 9267, 14837, 9758, 15578, 10459, 11743, 9442, 8712, 12578, 9208, 11532, 9007, 11434, 9007, 9637, 9294, 9176, 10762, 8978, 13384, 9078, 9885, 8833, 9180, 10550, 9462, 11200, 9489, 11729, 8907, 10820, 8967, 9250, 9926, 8589, 13103, 9116, 11386, 8773, 9231, 9404, 8910, 11100, 8723, 11470, 8630, 10662, 8633, 8519, 9700, 8637, 12880, 8969, 11123, 8446, 8951, 10091, 9170, 11499, 8379, 11083, 8878, 9052, 9731, 8512, 11865, 8674, 9365, 9106, 8745, 10865, 8488, 12119, 8801, 9027, 9226, 8618, 11929, 8877, 9694, 8725, 8334, 10902, 8972, 12398, 9096, 13924, 9773, 10412, 9140, 8869, 12001, 8501, 15338, 9430, 9487, 9113, 8578, 12610, 8983, 13085, 8835, 9679, 9240, 8727, 11718, 8716, 14057, 8993, 10105, 9267, 8588, 10510, 8528, 13309, 8654, 9268, 8748, 8172, 9582, 8732, 10956, 8471, 12688, 8783, 9112, 8770, 8299, 10133, 8497, 11856, 8792, 10068, 8474, 8961, 8471, 9007, 9805, 8628, 11326, 8533, 10830, 8740, 8552, 9837, 8279, 13565, 9243, 13141, 9634, 9765, 10071, 11805, 11290, 9736, 9644, 8220, 8855, 7883, 8789, 9920, 8648, 11780, 8446, 8746, 8212, 8292, 10790, 9103, 11565, 9266, 11306, 9255, 8939, 10932, 8800, 11774, 9181, 14025, 10073, 9002, 9912, 10420, 12790, 9093, 9478, 9780, 9019, 14154, 10594, 9310, 13634, 9465, 11633, 10621, 9222, 14267, 8963, 9514, 8788, 9749, 9183, 8939, 10205, 11265, 10732, 10101, 9751, 9475, 11933, 9379, 15121, 10721, 13296, 10248, 11735, 10736, 12262, 13705, 11007, 15259, 10765, 15204, 12414, 16531, 10979, 10242, 12691, 10516, 14946, 10496, 14571, 10500, 14054, 9973, 12486, 9608, 9804, 10606, 10500, 13603, 10125, 13559, 9880, 10989, 9161, 10897, 9313, 10510, 12304, 9923, 10209, 9521, 10581, 9641, 10593, 11228, 10406, 11695, 9976, 10675, 9390, 10937, 9679, 10416, 11352, 10349, 10461, 9374, 10862, 8756, 10465, 10909, 10402, 10698, 9581, 10601, 11843, 10912, 11339, 10397, 10527, 10142, 11411, 13498, 10795, 14696, 10727, 11768, 9995, 11120, 12953, 10418, 14669, 10647, 12072, 10166, 10907, 12220, 10774, 14389, 10634, 14709, 10740, 10348, 9442, 11380, 13094, 10432, 14986, 10600, 12718, 10131, 10230, 10383, 10511, 11839, 10571, 12002, 10407, 10656, 9383, 10948, 11502, 10415, 10814, 9574, 11526, 10834, 10621, 15131, 10650, 10705, 9886, 11149, 14975, 10803, 13897, 11196, 10991, 12245, 11427, 13746, 10785, 14082, 10930, 12338, 10247, 11294, 13961, 10795, 14645, 10924, 11053, 10252, 11292, 13455, 11072, 13899, 10826, 10774, 10521, 11076, 12414, 11326, 13103, 8580, 10636, 8228, 10552, 11283, 9352, 10329, 10493, 11707, 10343, 11476, 11600, 11909, 8958, 9130, 10008, 9578, 13950, 11097, 9204, 14081, 10681, 11274, 12071, 8270, 14824, 10881, 13851, 11361, 9114, 13704, 9590, 13532, 10530, 9426, 10748, 9724, 12326, 9142, 10564, 9488, 9306, 11536, 10160, 14128, 9983, 10667, 9451, 9126, 13197, 9696, 15054, 10302, 10968, 10310, 10078, 13271, 9633, 13866, 10232, 8753, 10762, 9586, 12960, 10032, 11671, 9709, 9344, 11866, 10398, 13364, 9636, 7908, 10966, 9311, 13530, 9220, 10627, 9630, 9633, 13104, 9444, 13691, 9869, 10638, 11342, 9286, 14125, 9774, 15402, 11273, 9171, 11730, 8817, 14765, 10082, 10398, 9774, 9675, 11990, 10060, 14666, 10091, 13737, 9933, 10596, 10379, 8850, 13028, 8975, 13929, 10303, 14287, 9873, 8519, 10094, 9862, 12793, 9231, 8691, 8934, 9794, 10790, 11675, 8936, 9154, 9182, 10155, 10189, 9081, 11116, 9452, 9212, 11671, 9297, 10398, 11045, 9687, 15922, 11650, 13708, 13986, 9935, 15274, 12541, 10350, 15339, 10327, 10657, 12789, 9799, 16203, 10645, 10947, 9630, 10036, 12104, 10561, 11197, 10283, 10256, 9948, 10537, 8582, 10589, 8819, 9777, 10509, 10300, 10685, 10354, 10741, 9344, 9295, 10786, 10310, 10052, 10105, 9943, 9834, 9813, 8701, 10378, 9158, 9487, 13504, 10140, 10513, 9892, 11322, 11524], 'WindowCenter': [4271.0, 4226.0, 4243.0, 4210.0, 4216.0, 4195.0, 4193.0, 4213.0, 4180.0, 4211.0, 4179.0, 4199.0, 4181.0, 4188.0, 4167.0, 4177.0, 4167.0, 4177.0, 4188.0, 4177.0, 4176.0, 4179.0, 4177.0, 4179.0, 4190.0, 4178.0, 4189.0, 4169.0, 4190.0, 4171.0, 4203.0, 4202.0, 4204.0, 4203.0, 4194.0, 4206.0, 4165.0, 4216.0, 4217.0, 4218.0, 4217.0, 4218.0, 4217.0, 4188.0, 4218.0, 4209.0, 4219.0, 4218.0, 4221.0, 4219.0, 4220.0, 4209.0, 4209.0, 4220.0, 4219.0, 4221.0, 4231.0, 4200.0, 4220.0, 4220.0, 4220.0, 4231.0, 4219.0, 4218.0, 4188.0, 4206.0, 4208.0, 4218.0, 4216.0, 4208.0, 4206.0, 4196.0, 4218.0, 4218.0, 4206.0, 4216.0, 4205.0, 4203.0, 4207.0, 4224.0, 4204.0, 4204.0, 4183.0, 4206.0, 4204.0, 4206.0, 4204.0, 4194.0, 4206.0, 4195.0, 4204.0, 4205.0, 4206.0, 4203.0, 4194.0, 4195.0, 4195.0, 4204.0, 4195.0, 4207.0, 4204.0, 4194.0, 4218.0, 4204.0, 4218.0, 4215.0, 4176.0, 4219.0, 4231.0, 4221.0, 4210.0, 4220.0, 4209.0, 4222.0, 4220.0, 4188.0, 4197.0, 4206.0, 4195.0, 4197.0, 4216.0, 4208.0, 4205.0, 4184.0, 4198.0, 4227.0, 4196.0, 4195.0, 4183.0, 4195.0, 4216.0, 4196.0, 4206.0, 4187.0, 4196.0, 4218.0, 4197.0, 4206.0, 4187.0, 4196.0, 4217.0, 4209.0, 4217.0, 4208.0, 4208.0, 4197.0, 4198.0, 4228.0, 4195.0, 4227.0, 4197.0, 4207.0, 4186.0, 4195.0, 4206.0, 4197.0, 4228.0, 4198.0, 4209.0, 4199.0, 4209.0, 4220.0, 4210.0, 4209.0, 4200.0, 4199.0, 4230.0, 4210.0, 4210.0, 4198.0, 4209.0, 4231.0, 4200.0, 4210.0, 4208.0, 4209.0, 4230.0, 4200.0, 4209.0, 4230.0, 4210.0, 4240.0, 4209.0, 4199.0, 4218.0, 4207.0, 4241.0, 4209.0, 4207.0, 4208.0, 4195.0, 4237.0, 4198.0, 4226.0, 4197.0, 4194.0, 4206.0, 4198.0, 4236.0, 4195.0, 4194.0, 4194.0, 4196.0, 4224.0, 4194.0, 4195.0, 4173.0, 4195.0, 4217.0, 4196.0, 4225.0, 4185.0, 4184.0, 4196.0, 4195.0, 4214.0, 4176.0, 4206.0, 4196.0, 4196.0, 4206.0, 4198.0, 4210.0, 4210.0, 4198.0, 4208.0, 4218.0, 4198.0, 4198.0, 4217.0, 4197.0, 4215.0, 4197.0, 4206.0, 4195.0, 4183.0, 4184.0, 4195.0, 4205.0, 4195.0, 4195.0, 4184.0, 4198.0, 4197.0, 4206.0, 4197.0, 4197.0, 4208.0, 4198.0, 4208.0, 4188.0, 4197.0, 4208.0, 4199.0, 4216.0, 4197.0, 4207.0, 4187.0, 4197.0, 4176.0, 4195.0, 4206.0, 4195.0, 4228.0, 4198.0, 4215.0, 4196.0, 4195.0, 4207.0, 4196.0, 4227.0, 4196.0, 4225.0, 4197.0, 4205.0, 4185.0, 4196.0, 4217.0, 4187.0, 4227.0, 4197.0, 4196.0, 4186.0, 4196.0, 4217.0, 4197.0, 4226.0, 4197.0, 4196.0, 4186.0, 4197.0, 4217.0, 4196.0, 4216.0, 4196.0, 4196.0, 4198.0, 4195.0, 4216.0, 4197.0, 4227.0, 4197.0, 4204.0, 4185.0, 4183.0, 4204.0, 4195.0, 4214.0, 4197.0, 4205.0, 4184.0, 4197.0, 4184.0, 4194.0, 4204.0, 4196.0, 4216.0, 4196.0, 4194.0, 4196.0, 4185.0, 4186.0, 4195.0, 4206.0, 4196.0, 4205.0, 4197.0, 4207.0, 4186.0, 4197.0, 4218.0, 4198.0, 4219.0, 4198.0, 4197.0, 4206.0, 4198.0, 4227.0, 4197.0, 4206.0, 4186.0, 4197.0, 4218.0, 4197.0, 4229.0, 4198.0, 4196.0, 4190.0, 4228.0, 4230.0, 4210.0, 4209.0, 4210.0, 4209.0, 4228.0, 4221.0, 4218.0, 4199.0, 4209.0, 4229.0, 4176.0, 4208.0, 4230.0, 4199.0, 4200.0, 4229.0, 4210.0, 4228.0, 4186.0, 4189.0, 4227.0, 4195.0, 4224.0, 4184.0, 4195.0, 4193.0, 4183.0, 4192.0, 4182.0, 4204.0, 4184.0, 4182.0, 4174.0, 4182.0, 4182.0, 4184.0, 4212.0, 4184.0, 4205.0, 4173.0, 4194.0, 4184.0, 4183.0, 4173.0, 4183.0, 4182.0, 4196.0, 4214.0, 4196.0, 4194.0, 4186.0, 4197.0, 4206.0, 4197.0, 4216.0, 4196.0, 4217.0, 4198.0, 4197.0, 4206.0, 4197.0, 4227.0, 4197.0, 4218.0, 4196.0, 4197.0, 4217.0, 4197.0, 4240.0, 4209.0, 4207.0, 4197.0, 4198.0, 4240.0, 4199.0, 4198.0, 4207.0, 4198.0, 4229.0, 4197.0, 4209.0, 4195.0, 4186.0, 4199.0, 4209.0, 4199.0, 4199.0, 4218.0, 4200.0, 4208.0, 4186.0, 4198.0, 4238.0, 4199.0, 4227.0, 4196.0, 4188.0, 4215.0, 4195.0, 4215.0, 4184.0, 4217.0, 4186.0, 4185.0, 4206.0, 4185.0, 4226.0, 4186.0, 4215.0, 4185.0, 4195.0, 4194.0, 4186.0, 4228.0, 4196.0, 4205.0, 4185.0, 4185.0, 4206.0, 4186.0, 4226.0, 4196.0, 4206.0, 4185.0, 4184.0, 4185.0, 4184.0, 4194.0, 4185.0, 4216.0, 4185.0, 4207.0, 4185.0, 4187.0, 4206.0, 4185.0, 4216.0, 4186.0, 4206.0, 4185.0, 4184.0, 4186.0, 4185.0, 4205.0, 4186.0, 4226.0, 4186.0, 4183.0, 4184.0, 4185.0, 4194.0, 4194.0, 4217.0, 4201.0, 4225.0, 4185.0, 4196.0, 4187.0, 4196.0, 4218.0, 4187.0, 4236.0, 4199.0, 4206.0, 4186.0, 4187.0, 4216.0, 4186.0, 4226.0, 4185.0, 4237.0, 4185.0, 4226.0, 4209.0, 4206.0, 4199.0, 4183.0, 4202.0, 4184.0, 4202.0, 4194.0, 4197.0, 4195.0, 4194.0, 4215.0, 4183.0, 4214.0, 4185.0, 4224.0, 4196.0, 4193.0, 4183.0, 4185.0, 4213.0, 4183.0, 4215.0, 4183.0, 4215.0, 4184.0, 4193.0, 4185.0, 4183.0, 4204.0, 4195.0, 4214.0, 4196.0, 4204.0, 4184.0, 4196.0, 4186.0, 4184.0, 4194.0, 4184.0, 4216.0, 4185.0, 4195.0, 4185.0, 4195.0, 4196.0, 4196.0, 4216.0, 4197.0, 4196.0, 4187.0, 4186.0, 4197.0, 4197.0, 4206.0, 4198.0, 4226.0, 4186.0, 4208.0, 4187.0, 4197.0, 4217.0, 4196.0, 4217.0, 4196.0, 4196.0, 4187.0, 4187.0, 4227.0, 4198.0, 4227.0, 4197.0, 4208.0, 4196.0, 4197.0, 4217.0, 4186.0, 4238.0, 4195.0, 4235.0, 4204.0, 4204.0, 4184.0, 4173.0, 4214.0, 4183.0, 4203.0, 4183.0, 4205.0, 4184.0, 4184.0, 4185.0, 4183.0, 4203.0, 4185.0, 4225.0, 4184.0, 4195.0, 4184.0, 4185.0, 4194.0, 4195.0, 4217.0, 4196.0, 4218.0, 4197.0, 4205.0, 4185.0, 4184.0, 4195.0, 4186.0, 4215.0, 4185.0, 4204.0, 4174.0, 4196.0, 4185.0, 4185.0, 4205.0, 4186.0, 4217.0, 4186.0, 4205.0, 4186.0, 4184.0, 4195.0, 4187.0, 4226.0, 4198.0, 4216.0, 4186.0, 4186.0, 4207.0, 4197.0, 4217.0, 4187.0, 4216.0, 4186.0, 4197.0, 4196.0, 4187.0, 4219.0, 4186.0, 4196.0, 4187.0, 4185.0, 4216.0, 4186.0, 4214.0, 4185.0, 4185.0, 4196.0, 4187.0, 4215.0, 4186.0, 4196.0, 4188.0, 4187.0, 4217.0, 4187.0, 4227.0, 4187.0, 4238.0, 4197.0, 4206.0, 4186.0, 4185.0, 4216.0, 4186.0, 4238.0, 4186.0, 4195.0, 4185.0, 4186.0, 4215.0, 4186.0, 4226.0, 4186.0, 4196.0, 4185.0, 4174.0, 4217.0, 4174.0, 4225.0, 4185.0, 4194.0, 4184.0, 4173.0, 4194.0, 4174.0, 4225.0, 4175.0, 4184.0, 4185.0, 4175.0, 4195.0, 4186.0, 4206.0, 4177.0, 4226.0, 4186.0, 4185.0, 4185.0, 4175.0, 4206.0, 4186.0, 4216.0, 4187.0, 4196.0, 4187.0, 4197.0, 4187.0, 4198.0, 4208.0, 4189.0, 4219.0, 4189.0, 4219.0, 4188.0, 4187.0, 4208.0, 4189.0, 4228.0, 4198.0, 4229.0, 4197.0, 4197.0, 4211.0, 4220.0, 4207.0, 4199.0, 4210.0, 4189.0, 4199.0, 4189.0, 4197.0, 4207.0, 4198.0, 4217.0, 4187.0, 4187.0, 4186.0, 4188.0, 4218.0, 4197.0, 4219.0, 4198.0, 4218.0, 4197.0, 4185.0, 4206.0, 4184.0, 4215.0, 4186.0, 4236.0, 4207.0, 4183.0, 4208.0, 4217.0, 4227.0, 4187.0, 4194.0, 4194.0, 4184.0, 4236.0, 4206.0, 4197.0, 4227.0, 4197.0, 4218.0, 4205.0, 4184.0, 4224.0, 4172.0, 4195.0, 4184.0, 4197.0, 4171.0, 4215.0, 4268.0, 4262.0, 4248.0, 4178.0, 4154.0, 4153.0, 4175.0, 4159.0, 4212.0, 4193.0, 4214.0, 4195.0, 4204.0, 4208.0, 4205.0, 4214.0, 4179.0, 4209.0, 4167.0, 4199.0, 4189.0, 4223.0, 4179.0, 4167.0, 4187.0, 4165.0, 4196.0, 4163.0, 4183.0, 4163.0, 4182.0, 4154.0, 4173.0, 4154.0, 4166.0, 4165.0, 4164.0, 4185.0, 4165.0, 4184.0, 4169.0, 4189.0, 4156.0, 4178.0, 4167.0, 4181.0, 4202.0, 4180.0, 4178.0, 4171.0, 4193.0, 4182.0, 4192.0, 4192.0, 4192.0, 4201.0, 4183.0, 4192.0, 4172.0, 4193.0, 4182.0, 4205.0, 4205.0, 4194.0, 4193.0, 4182.0, 4206.0, 4186.0, 4206.0, 4206.0, 4207.0, 4208.0, 4199.0, 4219.0, 4216.0, 4220.0, 4206.0, 4209.0, 4208.0, 4197.0, 4205.0, 4226.0, 4206.0, 4238.0, 4207.0, 4204.0, 4194.0, 4204.0, 4216.0, 4206.0, 4224.0, 4195.0, 4204.0, 4196.0, 4206.0, 4215.0, 4194.0, 4225.0, 4195.0, 4227.0, 4195.0, 4193.0, 4184.0, 4203.0, 4214.0, 4195.0, 4224.0, 4194.0, 4213.0, 4194.0, 4195.0, 4194.0, 4192.0, 4203.0, 4194.0, 4216.0, 4195.0, 4194.0, 4186.0, 4205.0, 4217.0, 4207.0, 4204.0, 4197.0, 4206.0, 4206.0, 4208.0, 4237.0, 4207.0, 4195.0, 4194.0, 4208.0, 4237.0, 4206.0, 4225.0, 4205.0, 4206.0, 4215.0, 4204.0, 4213.0, 4192.0, 4225.0, 4194.0, 4202.0, 4181.0, 4191.0, 4212.0, 4193.0, 4212.0, 4192.0, 4192.0, 4181.0, 4193.0, 4213.0, 4192.0, 4213.0, 4192.0, 4194.0, 4192.0, 4192.0, 4203.0, 4192.0, 4200.0, 4128.0, 4163.0, 4160.0, 4203.0, 4201.0, 4181.0, 4190.0, 4191.0, 4215.0, 4204.0, 4215.0, 4229.0, 4228.0, 4197.0, 4194.0, 4209.0, 4210.0, 4238.0, 4221.0, 4196.0, 4239.0, 4207.0, 4217.0, 4217.0, 4175.0, 4236.0, 4205.0, 4226.0, 4215.0, 4183.0, 4223.0, 4196.0, 4225.0, 4204.0, 4182.0, 4202.0, 4182.0, 4213.0, 4196.0, 4204.0, 4194.0, 4183.0, 4214.0, 4208.0, 4224.0, 4197.0, 4193.0, 4183.0, 4195.0, 4223.0, 4194.0, 4239.0, 4205.0, 4218.0, 4206.0, 4206.0, 4227.0, 4196.0, 4238.0, 4206.0, 4187.0, 4231.0, 4209.0, 4238.0, 4208.0, 4217.0, 4196.0, 4196.0, 4227.0, 4206.0, 4236.0, 4197.0, 4176.0, 4217.0, 4197.0, 4225.0, 4197.0, 4205.0, 4196.0, 4196.0, 4225.0, 4196.0, 4228.0, 4207.0, 4216.0, 4215.0, 4195.0, 4237.0, 4195.0, 4248.0, 4206.0, 4185.0, 4214.0, 4183.0, 4234.0, 4205.0, 4203.0, 4193.0, 4195.0, 4214.0, 4206.0, 4234.0, 4204.0, 4225.0, 4194.0, 4203.0, 4193.0, 4181.0, 4212.0, 4171.0, 4223.0, 4193.0, 4223.0, 4192.0, 4171.0, 4192.0, 4195.0, 4211.0, 4184.0, 4171.0, 4182.0, 4207.0, 4203.0, 4242.0, 4239.0, 4162.0, 4234.0, 4188.0, 4204.0, 4171.0, 4204.0, 4197.0, 4198.0, 4230.0, 4210.0, 4219.0, 4230.0, 4196.0, 4236.0, 4217.0, 4225.0, 4226.0, 4196.0, 4236.0, 4218.0, 4195.0, 4236.0, 4192.0, 4190.0, 4201.0, 4182.0, 4221.0, 4192.0, 4191.0, 4180.0, 4192.0, 4200.0, 4190.0, 4189.0, 4180.0, 4191.0, 4190.0, 4190.0, 4172.0, 4192.0, 4183.0, 4207.0, 4206.0, 4205.0, 4204.0, 4207.0, 4204.0, 4196.0, 4198.0, 4206.0, 4207.0, 4197.0, 4207.0, 4209.0, 4207.0, 4208.0, 4186.0, 4207.0, 4208.0, 4209.0, 4237.0, 4220.0, 4221.0, 4212.0, 4220.0, 4219.0], 'WindowWidth': [9441.0, 9368.0, 9384.0, 9334.0, 9336.0, 9305.0, 9297.0, 9326.0, 9274.0, 9317.0, 9271.0, 9301.0, 9278.0, 9282.0, 9254.0, 9264.0, 9252.0, 9267.0, 9283.0, 9267.0, 9265.0, 9272.0, 9266.0, 9273.0, 9290.0, 9272.0, 9286.0, 9261.0, 9288.0, 9266.0, 9315.0, 9307.0, 9315.0, 9312.0, 9300.0, 9322.0, 9267.0, 9336.0, 9338.0, 9341.0, 9340.0, 9343.0, 9338.0, 9303.0, 9341.0, 9333.0, 9345.0, 9342.0, 9349.0, 9345.0, 9349.0, 9333.0, 9333.0, 9348.0, 9346.0, 9352.0, 9366.0, 9322.0, 9348.0, 9347.0, 9347.0, 9367.0, 9346.0, 9340.0, 9301.0, 9322.0, 9327.0, 9343.0, 9337.0, 9328.0, 9322.0, 9308.0, 9343.0, 9342.0, 9321.0, 9336.0, 9319.0, 9317.0, 9325.0, 9346.0, 9315.0, 9315.0, 9287.0, 9320.0, 9317.0, 9322.0, 9317.0, 9303.0, 9321.0, 9307.0, 9317.0, 9318.0, 9320.0, 9313.0, 9304.0, 9305.0, 9306.0, 9317.0, 9305.0, 9324.0, 9316.0, 9305.0, 9345.0, 9318.0, 9341.0, 9330.0, 9279.0, 9342.0, 9365.0, 9350.0, 9332.0, 9349.0, 9331.0, 9353.0, 9352.0, 9303.0, 9312.0, 9322.0, 9305.0, 9315.0, 9337.0, 9332.0, 9320.0, 9290.0, 9317.0, 9353.0, 9310.0, 9306.0, 9288.0, 9308.0, 9339.0, 9310.0, 9323.0, 9299.0, 9310.0, 9344.0, 9316.0, 9324.0, 9300.0, 9311.0, 9344.0, 9336.0, 9342.0, 9331.0, 9327.0, 9316.0, 9319.0, 9357.0, 9310.0, 9354.0, 9313.0, 9328.0, 9299.0, 9309.0, 9324.0, 9312.0, 9357.0, 9318.0, 9331.0, 9321.0, 9331.0, 9350.0, 9337.0, 9334.0, 9321.0, 9321.0, 9365.0, 9337.0, 9335.0, 9318.0, 9335.0, 9366.0, 9323.0, 9336.0, 9332.0, 9336.0, 9368.0, 9325.0, 9333.0, 9365.0, 9335.0, 9380.0, 9334.0, 9319.0, 9346.0, 9328.0, 9380.0, 9336.0, 9328.0, 9332.0, 9308.0, 9370.0, 9317.0, 9353.0, 9313.0, 9305.0, 9324.0, 9317.0, 9367.0, 9309.0, 9303.0, 9305.0, 9309.0, 9349.0, 9307.0, 9307.0, 9277.0, 9309.0, 9339.0, 9311.0, 9347.0, 9292.0, 9292.0, 9313.0, 9309.0, 9335.0, 9287.0, 9325.0, 9311.0, 9311.0, 9327.0, 9318.0, 9339.0, 9337.0, 9318.0, 9329.0, 9345.0, 9318.0, 9318.0, 9341.0, 9312.0, 9335.0, 9313.0, 9325.0, 9307.0, 9289.0, 9291.0, 9309.0, 9320.0, 9309.0, 9306.0, 9292.0, 9316.0, 9313.0, 9324.0, 9312.0, 9314.0, 9331.0, 9317.0, 9329.0, 9303.0, 9312.0, 9329.0, 9321.0, 9336.0, 9313.0, 9324.0, 9298.0, 9313.0, 9282.0, 9306.0, 9323.0, 9307.0, 9355.0, 9317.0, 9335.0, 9311.0, 9307.0, 9325.0, 9313.0, 9355.0, 9310.0, 9350.0, 9313.0, 9322.0, 9295.0, 9309.0, 9338.0, 9299.0, 9354.0, 9313.0, 9310.0, 9295.0, 9311.0, 9342.0, 9314.0, 9351.0, 9313.0, 9310.0, 9298.0, 9313.0, 9340.0, 9312.0, 9337.0, 9311.0, 9315.0, 9316.0, 9309.0, 9337.0, 9311.0, 9354.0, 9313.0, 9318.0, 9295.0, 9289.0, 9318.0, 9310.0, 9332.0, 9311.0, 9319.0, 9292.0, 9313.0, 9292.0, 9304.0, 9319.0, 9308.0, 9337.0, 9311.0, 9305.0, 9309.0, 9294.0, 9297.0, 9309.0, 9324.0, 9312.0, 9323.0, 9314.0, 9326.0, 9300.0, 9314.0, 9341.0, 9316.0, 9347.0, 9315.0, 9313.0, 9325.0, 9316.0, 9356.0, 9315.0, 9324.0, 9298.0, 9314.0, 9343.0, 9314.0, 9359.0, 9317.0, 9312.0, 9311.0, 9377.0, 9366.0, 9337.0, 9336.0, 9338.0, 9334.0, 9359.0, 9352.0, 9346.0, 9325.0, 9337.0, 9363.0, 9285.0, 9333.0, 9365.0, 9322.0, 9326.0, 9361.0, 9337.0, 9358.0, 9298.0, 9304.0, 9354.0, 9307.0, 9346.0, 9289.0, 9309.0, 9303.0, 9287.0, 9297.0, 9285.0, 9319.0, 9291.0, 9285.0, 9276.0, 9284.0, 9288.0, 9294.0, 9327.0, 9291.0, 9318.0, 9275.0, 9305.0, 9293.0, 9287.0, 9276.0, 9289.0, 9287.0, 9312.0, 9331.0, 9310.0, 9306.0, 9298.0, 9316.0, 9325.0, 9312.0, 9339.0, 9310.0, 9341.0, 9318.0, 9314.0, 9325.0, 9313.0, 9353.0, 9316.0, 9344.0, 9314.0, 9313.0, 9341.0, 9315.0, 9378.0, 9333.0, 9329.0, 9314.0, 9318.0, 9381.0, 9323.0, 9317.0, 9329.0, 9317.0, 9362.0, 9318.0, 9335.0, 9310.0, 9299.0, 9321.0, 9334.0, 9323.0, 9321.0, 9345.0, 9323.0, 9331.0, 9300.0, 9318.0, 9372.0, 9320.0, 9354.0, 9311.0, 9305.0, 9336.0, 9307.0, 9335.0, 9292.0, 9341.0, 9299.0, 9295.0, 9324.0, 9293.0, 9351.0, 9300.0, 9334.0, 9295.0, 9307.0, 9306.0, 9300.0, 9357.0, 9311.0, 9324.0, 9295.0, 9295.0, 9324.0, 9298.0, 9351.0, 9310.0, 9322.0, 9296.0, 9293.0, 9294.0, 9292.0, 9304.0, 9297.0, 9336.0, 9296.0, 9325.0, 9294.0, 9301.0, 9323.0, 9296.0, 9337.0, 9296.0, 9326.0, 9296.0, 9292.0, 9298.0, 9292.0, 9321.0, 9297.0, 9349.0, 9296.0, 9287.0, 9292.0, 9294.0, 9305.0, 9304.0, 9341.0, 9327.0, 9348.0, 9293.0, 9308.0, 9301.0, 9310.0, 9345.0, 9303.0, 9366.0, 9319.0, 9323.0, 9299.0, 9302.0, 9339.0, 9296.0, 9352.0, 9294.0, 9368.0, 9296.0, 9350.0, 9335.0, 9324.0, 9320.0, 9290.0, 9313.0, 9290.0, 9312.0, 9307.0, 9316.0, 9311.0, 9306.0, 9336.0, 9290.0, 9333.0, 9298.0, 9345.0, 9310.0, 9303.0, 9288.0, 9295.0, 9330.0, 9289.0, 9334.0, 9289.0, 9335.0, 9292.0, 9302.0, 9293.0, 9287.0, 9321.0, 9310.0, 9332.0, 9312.0, 9317.0, 9293.0, 9311.0, 9296.0, 9291.0, 9305.0, 9292.0, 9339.0, 9296.0, 9307.0, 9295.0, 9309.0, 9312.0, 9313.0, 9337.0, 9314.0, 9314.0, 9303.0, 9300.0, 9315.0, 9315.0, 9326.0, 9319.0, 9353.0, 9299.0, 9330.0, 9300.0, 9315.0, 9342.0, 9313.0, 9339.0, 9312.0, 9313.0, 9302.0, 9302.0, 9354.0, 9319.0, 9355.0, 9317.0, 9330.0, 9314.0, 9313.0, 9343.0, 9298.0, 9371.0, 9310.0, 9363.0, 9320.0, 9317.0, 9293.0, 9277.0, 9333.0, 9287.0, 9314.0, 9291.0, 9321.0, 9292.0, 9291.0, 9294.0, 9290.0, 9318.0, 9295.0, 9348.0, 9295.0, 9306.0, 9292.0, 9295.0, 9307.0, 9308.0, 9341.0, 9312.0, 9344.0, 9317.0, 9322.0, 9296.0, 9292.0, 9309.0, 9300.0, 9334.0, 9296.0, 9319.0, 9281.0, 9312.0, 9295.0, 9294.0, 9321.0, 9296.0, 9341.0, 9300.0, 9321.0, 9298.0, 9293.0, 9309.0, 9302.0, 9352.0, 9320.0, 9338.0, 9301.0, 9301.0, 9328.0, 9314.0, 9342.0, 9303.0, 9339.0, 9300.0, 9314.0, 9313.0, 9303.0, 9346.0, 9299.0, 9310.0, 9301.0, 9296.0, 9339.0, 9301.0, 9333.0, 9295.0, 9296.0, 9311.0, 9302.0, 9337.0, 9299.0, 9311.0, 9303.0, 9303.0, 9343.0, 9300.0, 9356.0, 9301.0, 9371.0, 9315.0, 9325.0, 9298.0, 9294.0, 9338.0, 9299.0, 9370.0, 9298.0, 9309.0, 9294.0, 9299.0, 9336.0, 9298.0, 9352.0, 9297.0, 9311.0, 9297.0, 9280.0, 9339.0, 9281.0, 9350.0, 9295.0, 9304.0, 9292.0, 9276.0, 9305.0, 9281.0, 9348.0, 9281.0, 9292.0, 9296.0, 9283.0, 9310.0, 9298.0, 9324.0, 9289.0, 9352.0, 9300.0, 9297.0, 9296.0, 9283.0, 9324.0, 9299.0, 9340.0, 9302.0, 9312.0, 9302.0, 9317.0, 9303.0, 9318.0, 9331.0, 9307.0, 9349.0, 9310.0, 9347.0, 9306.0, 9301.0, 9332.0, 9307.0, 9360.0, 9318.0, 9358.0, 9314.0, 9314.0, 9339.0, 9343.0, 9325.0, 9320.0, 9335.0, 9309.0, 9322.0, 9311.0, 9317.0, 9331.0, 9320.0, 9343.0, 9304.0, 9304.0, 9300.0, 9306.0, 9344.0, 9316.0, 9347.0, 9317.0, 9346.0, 9316.0, 9295.0, 9325.0, 9292.0, 9336.0, 9298.0, 9364.0, 9328.0, 9293.0, 9333.0, 9343.0, 9356.0, 9302.0, 9305.0, 9306.0, 9292.0, 9369.0, 9328.0, 9313.0, 9354.0, 9314.0, 9346.0, 9323.0, 9291.0, 9346.0, 9272.0, 9307.0, 9294.0, 9313.0, 9267.0, 9351.0, 9450.0, 9426.0, 9400.0, 9270.0, 9228.0, 9223.0, 9258.0, 9243.0, 9321.0, 9296.0, 9326.0, 9305.0, 9317.0, 9327.0, 9319.0, 9328.0, 9269.0, 9313.0, 9250.0, 9298.0, 9286.0, 9336.0, 9270.0, 9250.0, 9276.0, 9243.0, 9287.0, 9238.0, 9267.0, 9239.0, 9264.0, 9228.0, 9252.0, 9229.0, 9250.0, 9247.0, 9242.0, 9271.0, 9245.0, 9270.0, 9259.0, 9287.0, 9238.0, 9268.0, 9254.0, 9277.0, 9308.0, 9277.0, 9271.0, 9264.0, 9297.0, 9282.0, 9293.0, 9293.0, 9294.0, 9305.0, 9285.0, 9296.0, 9270.0, 9297.0, 9282.0, 9319.0, 9317.0, 9301.0, 9299.0, 9284.0, 9321.0, 9296.0, 9323.0, 9323.0, 9323.0, 9326.0, 9318.0, 9344.0, 9336.0, 9347.0, 9323.0, 9329.0, 9330.0, 9311.0, 9319.0, 9347.0, 9321.0, 9369.0, 9324.0, 9317.0, 9302.0, 9315.0, 9335.0, 9321.0, 9344.0, 9305.0, 9317.0, 9310.0, 9323.0, 9332.0, 9301.0, 9344.0, 9304.0, 9352.0, 9305.0, 9299.0, 9287.0, 9311.0, 9329.0, 9306.0, 9340.0, 9300.0, 9323.0, 9302.0, 9306.0, 9301.0, 9297.0, 9312.0, 9302.0, 9334.0, 9306.0, 9301.0, 9295.0, 9318.0, 9336.0, 9326.0, 9317.0, 9310.0, 9320.0, 9322.0, 9329.0, 9365.0, 9322.0, 9305.0, 9303.0, 9326.0, 9365.0, 9319.0, 9347.0, 9318.0, 9322.0, 9332.0, 9313.0, 9325.0, 9295.0, 9346.0, 9300.0, 9308.0, 9280.0, 9290.0, 9321.0, 9297.0, 9323.0, 9295.0, 9294.0, 9279.0, 9299.0, 9323.0, 9294.0, 9324.0, 9295.0, 9301.0, 9297.0, 9293.0, 9309.0, 9294.0, 9302.0, 9183.0, 9241.0, 9254.0, 9316.0, 9310.0, 9284.0, 9293.0, 9297.0, 9336.0, 9321.0, 9336.0, 9362.0, 9358.0, 9315.0, 9305.0, 9334.0, 9339.0, 9373.0, 9353.0, 9311.0, 9374.0, 9328.0, 9343.0, 9341.0, 9283.0, 9368.0, 9325.0, 9351.0, 9337.0, 9290.0, 9345.0, 9314.0, 9353.0, 9320.0, 9288.0, 9315.0, 9286.0, 9332.0, 9311.0, 9317.0, 9307.0, 9290.0, 9334.0, 9331.0, 9348.0, 9313.0, 9303.0, 9289.0, 9309.0, 9345.0, 9306.0, 9372.0, 9325.0, 9348.0, 9328.0, 9327.0, 9354.0, 9311.0, 9371.0, 9328.0, 9303.0, 9369.0, 9336.0, 9374.0, 9331.0, 9340.0, 9314.0, 9314.0, 9356.0, 9327.0, 9367.0, 9314.0, 9287.0, 9341.0, 9315.0, 9352.0, 9314.0, 9323.0, 9313.0, 9312.0, 9350.0, 9311.0, 9356.0, 9328.0, 9342.0, 9338.0, 9309.0, 9370.0, 9310.0, 9390.0, 9326.0, 9295.0, 9333.0, 9289.0, 9364.0, 9322.0, 9317.0, 9305.0, 9307.0, 9334.0, 9326.0, 9362.0, 9321.0, 9348.0, 9306.0, 9319.0, 9304.0, 9283.0, 9327.0, 9270.0, 9343.0, 9302.0, 9342.0, 9299.0, 9270.0, 9300.0, 9308.0, 9326.0, 9292.0, 9272.0, 9287.0, 9329.0, 9313.0, 9387.0, 9398.0, 9243.0, 9387.0, 9288.0, 9319.0, 9268.0, 9318.0, 9315.0, 9316.0, 9363.0, 9338.0, 9350.0, 9363.0, 9311.0, 9366.0, 9342.0, 9349.0, 9352.0, 9307.0, 9366.0, 9346.0, 9310.0, 9366.0, 9299.0, 9292.0, 9308.0, 9284.0, 9335.0, 9300.0, 9294.0, 9277.0, 9300.0, 9308.0, 9293.0, 9290.0, 9278.0, 9298.0, 9295.0, 9294.0, 9274.0, 9299.0, 9288.0, 9327.0, 9325.0, 9324.0, 9320.0, 9327.0, 9319.0, 9309.0, 9318.0, 9324.0, 9326.0, 9313.0, 9328.0, 9335.0, 9330.0, 9330.0, 9300.0, 9330.0, 9332.0, 9338.0, 9369.0, 9350.0, 9351.0, 9341.0, 9347.0, 9348.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.008439645328719722</td></tr>
<tr><td colspan=3>aqi</td><td>0.050007994377162635</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.93184110614717</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2375717007272717</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.076160658580088</td></tr>
<tr><td colspan=3>efc</td><td>0.4875</td></tr>
<tr><td colspan=3>fber</td><td>3780.7793</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15078084875552436</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>157</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.581314878892734</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6173379438033355</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5627981207163133</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8221305690788006</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4670851416148936</td></tr>
<tr><td colspan=3>gcor</td><td>0.00923442</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006915376055985689</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021155033260583878</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.87785849883785</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>25.0322</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.6949</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.9531</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298477.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>803.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.1625</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1085</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.7566</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3370.0981</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3607.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4405.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.1466</td></tr>
<tr><td colspan=3>tsnr</td><td>29.697668974287808</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>