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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:56:35.190000</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_VE11C_LATEST_20160120</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.999897, 0.000279742, 0.0143689, 0.000523586, 0.998438, -0.0558734]</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.0904788</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>[4154, -7736, -7273, 591, -29, -232, 43, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aff2f580-1a3e-427a-ac60-6c6060e2ca4d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682649850845337, 0.0014047439908608794, 0.038777537643909454, 110.65967559814453], [-0.000750527367927134, 2.6787354946136475, -0.15086287260055542, -90.82417297363281], [0.03855062276124954, 0.14990420639514923, 2.695502996444702, -88.58627319335938], [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': ['175635.190000', '175635.650000', '175636.110000', '175636.570000', '175637.030000', '175637.490000', '175637.950000', '175638.410000', '175638.870000', '175639.330000', '175639.790000', '175640.250000', '175640.710000', '175641.170000', '175641.630000', '175642.090000', '175642.550000', '175643.010000', '175643.470000', '175643.930000', '175644.390000', '175644.850000', '175645.310000', '175645.770000', '175646.230000', '175646.690000', '175647.150000', '175647.610000', '175648.070000', '175648.530000', '175648.990000', '175649.450000', '175649.910000', '175650.370000', '175650.830000', '175651.290000', '175651.750000', '175652.210000', '175652.670000', '175653.130000', '175653.590000', '175654.050000', '175654.510000', '175654.970000', '175655.430000', '175655.890000', '175656.350000', '175656.810000', '175657.270000', '175657.730000', '175658.190000', '175658.650000', '175659.110000', '175659.570000', '175700.030000', '175700.490000', '175700.950000', '175701.410000', '175701.870000', '175702.330000', '175702.790000', '175703.250000', '175703.710000', '175704.170000', '175704.630000', '175705.090000', '175705.550000', '175706.010000', '175706.470000', '175706.930000', '175707.390000', '175707.850000', '175708.310000', '175708.770000', '175709.230000', '175709.690000', '175710.150000', '175710.610000', '175711.070000', '175711.530000', '175711.990000', '175712.450000', '175712.910000', '175713.370000', '175713.830000', '175714.290000', '175714.750000', '175715.210000', '175715.670000', '175716.130000', '175716.590000', '175717.050000', '175717.510000', '175717.970000', '175718.430000', '175718.890000', '175719.350000', '175719.810000', '175720.270000', '175720.730000', '175721.190000', '175721.650000', '175722.110000', '175722.570000', '175723.030000', '175723.490000', '175723.950000', '175724.410000', '175724.870000', '175725.330000', '175725.790000', '175726.250000', '175726.710000', '175727.170000', '175727.630000', '175728.090000', '175728.550000', '175729.010000', '175729.470000', '175729.930000', '175730.390000', '175730.850000', '175731.310000', '175731.770000', '175732.230000', '175732.690000', '175733.150000', '175733.610000', '175734.070000', '175734.530000', '175734.990000', '175735.450000', '175735.910000', '175736.370000', '175736.830000', '175737.290000', '175737.750000', '175738.210000', '175738.670000', '175739.130000', '175739.590000', '175740.050000', '175740.510000', '175740.970000', '175741.430000', '175741.890000', '175742.350000', '175742.810000', '175743.270000', '175743.730000', '175744.190000', '175744.650000', '175745.110000', '175745.570000', '175746.030000', '175746.490000', '175746.950000', '175747.410000', '175747.870000', '175748.330000', '175748.790000', '175749.250000', '175749.710000', '175750.170000', '175750.630000', '175751.090000', '175751.550000', '175752.010000', '175752.470000', '175752.930000', '175753.390000', '175753.850000', '175754.310000', '175754.770000', '175755.230000', '175755.690000', '175756.150000', '175756.610000', '175757.070000', '175757.530000', '175757.990000', '175758.450000', '175758.910000', '175759.370000', '175759.830000', '175800.290000', '175800.750000', '175801.210000', '175801.670000', '175802.130000', '175802.590000', '175803.050000', '175803.510000', '175803.970000', '175804.430000', '175804.890000', '175805.350000', '175805.810000', '175806.270000', '175806.730000', '175807.190000', '175807.650000', '175808.110000', '175808.570000', '175809.030000', '175809.490000', '175809.950000', '175810.410000', '175810.870000', '175811.330000', '175811.790000', '175812.250000', '175812.710000', '175813.170000', '175813.630000', '175814.090000', '175814.550000', '175815.010000', '175815.470000', '175815.930000', '175816.390000', '175816.850000', '175817.310000', '175817.770000', '175818.230000', '175818.690000', '175819.150000', '175819.610000', '175820.070000', '175820.530000', '175820.990000', '175821.450000', '175821.910000', '175822.370000', '175822.830000', '175823.290000', '175823.750000', '175824.210000', '175824.670000', '175825.130000', '175825.590000', '175826.050000', '175826.510000', '175826.970000', '175827.430000', '175827.890000', '175828.350000', '175828.810000', '175829.270000', '175829.730000', '175830.190000', '175830.650000', '175831.110000', '175831.570000', '175832.030000', '175832.490000', '175832.950000', '175833.410000', '175833.870000', '175834.330000', '175834.790000', '175835.250000', '175835.710000', '175836.170000', '175836.630000', '175837.090000', '175837.550000', '175838.010000', '175838.470000', '175838.930000', '175839.390000', '175839.850000', '175840.310000', '175840.770000', '175841.230000', '175841.690000', '175842.150000', '175842.610000', '175843.070000', '175843.530000', '175843.990000', '175844.450000', '175844.910000', '175845.370000', '175845.830000', '175846.290000', '175846.750000', '175847.210000', '175847.670000', '175848.130000', '175848.590000', '175849.050000', '175849.510000', '175849.970000', '175850.430000', '175850.890000', '175851.350000', '175851.810000', '175852.270000', '175852.730000', '175853.190000', '175853.650000', '175854.110000', '175854.570000', '175855.030000', '175855.490000', '175855.950000', '175856.410000', '175856.870000', '175857.330000', '175857.790000', '175858.250000', '175858.710000', '175859.170000', '175859.630000', '175900.090000', '175900.550000', '175901.010000', '175901.470000', '175901.930000', '175902.390000', '175902.850000', '175903.310000', '175903.770000', '175904.230000', '175904.690000', '175905.150000', '175905.610000', '175906.070000', '175906.530000', '175906.990000', '175907.450000', '175907.910000', '175908.370000', '175908.830000', '175909.290000', '175909.750000', '175910.210000', '175910.670000', '175911.130000', '175911.590000', '175912.050000', '175912.510000', '175912.970000', '175913.430000', '175913.890000', '175914.350000', '175914.810000', '175915.270000', '175915.730000', '175916.190000', '175916.650000', '175917.110000', '175917.570000', '175918.030000', '175918.490000', '175918.950000', '175919.410000', '175919.870000', '175920.330000', '175920.790000', '175921.250000', '175921.710000', '175922.170000', '175922.630000', '175923.090000', '175923.550000', '175924.010000', '175924.470000', '175924.930000', '175925.390000', '175925.850000', '175926.310000', '175926.770000', '175927.230000', '175927.690000', '175928.150000', '175928.610000', '175929.070000', '175929.530000', '175929.990000', '175930.450000', '175930.910000', '175931.370000', '175931.830000', '175932.290000', '175932.750000', '175933.210000', '175933.670000', '175934.130000', '175934.590000', '175935.050000', '175935.510000', '175935.970000', '175936.430000', '175936.890000', '175937.350000', '175937.810000', '175938.270000', '175938.730000', '175939.190000', '175939.650000', '175940.110000', '175940.570000', '175941.030000', '175941.490000', '175941.950000', '175942.410000', '175942.870000', '175943.330000', '175943.790000', '175944.250000', '175944.710000', '175945.170000', '175945.630000', '175946.090000', '175946.550000', '175947.010000', '175947.470000', '175947.930000', '175948.390000', '175948.850000', '175949.310000', '175949.770000', '175950.230000', '175950.690000', '175951.150000', '175951.610000', '175952.070000', '175952.530000', '175952.990000', '175953.450000', '175953.910000', '175954.370000', '175954.830000', '175955.290000', '175955.750000', '175956.210000', '175956.670000', '175957.130000', '175957.590000', '175958.050000', '175958.510000', '175958.970000', '175959.430000', '175959.890000', '180000.350000', '180000.810000', '180001.270000', '180001.730000', '180002.190000', '180002.650000', '180003.110000', '180003.570000', '180004.030000', '180004.490000', '180004.950000', '180005.410000', '180005.870000', '180006.330000', '180006.790000', '180007.250000', '180007.710000', '180008.170000', '180008.630000', '180009.090000', '180009.550000', '180010.010000', '180010.470000', '180010.930000', '180011.390000', '180011.850000', '180012.310000', '180012.770000', '180013.230000', '180013.690000', '180014.150000', '180014.610000', '180015.070000', '180015.530000', '180015.990000', '180016.450000', '180016.910000', '180017.370000', '180017.830000', '180018.290000', '180018.750000', '180019.210000', '180019.670000', '180020.130000', '180020.590000', '180021.050000', '180021.510000', '180021.970000', '180022.430000', '180022.890000', '180023.350000', '180023.810000', '180024.270000', '180024.730000', '180025.190000', '180025.650000', '180026.110000', '180026.570000', '180027.030000', '180027.490000', '180027.950000', '180028.410000', '180028.870000', '180029.330000', '180029.790000', '180030.250000', '180030.710000', '180031.170000', '180031.630000', '180032.090000', '180032.550000', '180033.010000', '180033.470000', '180033.930000', '180034.390000', '180034.850000', '180035.310000', '180035.770000', '180036.230000', '180036.690000', '180037.150000', '180037.610000', '180038.070000', '180038.530000', '180038.990000', '180039.450000', '180039.910000', '180040.370000', '180040.830000', '180041.290000', '180041.750000', '180042.210000', '180042.670000', '180043.130000', '180043.590000', '180044.050000', '180044.510000', '180044.970000', '180045.430000', '180045.890000', '180046.350000', '180046.810000', '180047.270000', '180047.730000', '180048.190000', '180048.650000', '180049.110000', '180049.570000', '180050.030000', '180050.490000', '180050.950000', '180051.410000', '180051.870000', '180052.330000', '180052.790000', '180053.250000', '180053.710000', '180054.170000', '180054.630000', '180055.090000', '180055.550000', '180056.010000', '180056.470000', '180056.930000', '180057.390000', '180057.850000', '180058.310000', '180058.770000', '180059.230000', '180059.690000', '180100.150000', '180100.610000', '180101.070000', '180101.530000', '180101.990000', '180102.450000', '180102.910000', '180103.370000', '180103.830000', '180104.290000', '180104.750000', '180105.210000', '180105.670000', '180106.130000', '180106.590000', '180107.050000', '180107.510000', '180107.970000', '180108.430000', '180108.890000', '180109.350000', '180109.810000', '180110.270000', '180110.730000', '180111.190000', '180111.650000', '180112.110000', '180112.570000', '180113.030000', '180113.490000', '180113.950000', '180114.410000', '180114.870000', '180115.330000', '180115.790000', '180116.250000', '180116.710000', '180117.170000', '180117.630000', '180118.090000', '180118.550000', '180119.010000', '180119.470000', '180119.930000', '180120.390000', '180120.850000', '180121.310000', '180121.770000', '180122.230000', '180122.690000', '180123.150000', '180123.610000', '180124.070000', '180124.530000', '180124.990000', '180125.450000', '180125.910000', '180126.370000', '180126.830000', '180127.290000', '180127.750000', '180128.210000', '180128.670000', '180129.130000', '180129.590000', '180130.050000', '180130.510000', '180130.970000', '180131.430000', '180131.890000', '180132.350000', '180132.810000', '180133.270000', '180133.730000', '180134.190000', '180134.650000', '180135.110000', '180135.570000', '180136.030000', '180136.490000', '180136.950000', '180137.410000', '180137.870000', '180138.330000', '180138.790000', '180139.250000', '180139.710000', '180140.170000', '180140.630000', '180141.090000', '180141.550000', '180142.010000', '180142.470000', '180142.930000', '180143.390000', '180143.850000', '180144.310000', '180144.770000', '180145.230000', '180145.690000', '180146.150000', '180146.610000', '180147.070000', '180147.530000', '180147.990000', '180148.450000', '180148.910000', '180149.370000', '180149.830000', '180150.290000', '180150.750000', '180151.210000', '180151.670000', '180152.130000', '180152.590000', '180153.050000', '180153.510000', '180153.970000', '180154.430000', '180154.890000', '180155.350000', '180155.810000', '180156.270000', '180156.730000', '180157.190000', '180157.650000', '180158.110000', '180158.570000', '180159.030000', '180159.490000', '180159.950000', '180200.410000', '180200.870000', '180201.330000', '180201.790000', '180202.250000', '180202.710000', '180203.170000', '180203.630000', '180204.090000', '180204.550000', '180205.010000', '180205.470000', '180205.930000', '180206.390000', '180206.850000', '180207.310000', '180207.770000', '180208.230000', '180208.690000', '180209.150000', '180209.610000', '180210.070000', '180210.530000', '180210.990000', '180211.450000', '180211.910000', '180212.370000', '180212.830000', '180213.290000', '180213.750000', '180214.210000', '180214.670000', '180215.130000', '180215.590000', '180216.050000', '180216.510000', '180216.970000', '180217.430000', '180217.890000', '180218.350000', '180218.810000', '180219.270000', '180219.730000', '180220.190000', '180220.650000', '180221.110000', '180221.570000', '180222.030000', '180222.490000', '180222.950000', '180223.410000', '180223.870000', '180224.330000', '180224.790000', '180225.250000', '180225.710000', '180226.170000', '180226.630000', '180227.090000', '180227.550000', '180228.010000', '180228.470000', '180228.930000', '180229.390000', '180229.850000', '180230.310000', '180230.770000', '180231.230000', '180231.690000', '180232.150000', '180232.610000', '180233.070000', '180233.530000', '180233.990000', '180234.450000', '180234.910000', '180235.370000', '180235.830000', '180236.290000', '180236.750000', '180237.210000', '180237.670000', '180238.130000', '180238.590000', '180239.050000', '180239.510000', '180239.970000', '180240.430000', '180240.890000', '180241.350000', '180241.810000', '180242.270000', '180242.730000', '180243.190000', '180243.650000', '180244.110000', '180244.570000', '180245.030000', '180245.490000', '180245.950000', '180246.410000', '180246.870000', '180247.330000', '180247.790000', '180248.250000', '180248.710000', '180249.170000', '180249.630000', '180250.090000', '180250.550000', '180251.010000', '180251.470000', '180251.930000', '180252.390000', '180252.850000', '180253.310000', '180253.770000', '180254.230000', '180254.690000', '180255.150000', '180255.610000', '180256.070000', '180256.530000', '180256.990000', '180257.450000', '180257.910000', '180258.370000', '180258.830000', '180259.290000', '180259.750000', '180300.210000', '180300.670000', '180301.130000', '180301.590000', '180302.050000', '180302.510000', '180302.970000', '180303.430000', '180303.890000', '180304.350000', '180304.810000', '180305.270000', '180305.730000', '180306.190000', '180306.650000', '180307.110000', '180307.570000', '180308.030000', '180308.490000', '180308.950000', '180309.410000', '180309.870000', '180310.330000', '180310.790000', '180311.250000', '180311.710000', '180312.170000', '180312.630000', '180313.090000', '180313.550000', '180314.010000', '180314.470000', '180314.930000', '180315.390000', '180315.850000', '180316.310000', '180316.770000', '180317.230000', '180317.690000', '180318.150000', '180318.610000', '180319.070000', '180319.530000', '180319.990000', '180320.450000', '180320.910000', '180321.370000', '180321.830000', '180322.290000', '180322.750000', '180323.210000', '180323.670000', '180324.130000', '180324.590000', '180325.050000', '180325.510000', '180325.970000', '180326.430000', '180326.890000', '180327.350000', '180327.810000', '180328.270000', '180328.730000', '180329.190000', '180329.650000', '180330.110000', '180330.570000', '180331.030000', '180331.490000', '180331.950000', '180332.410000', '180332.870000', '180333.330000', '180333.790000', '180334.250000', '180334.710000', '180335.170000', '180335.630000', '180336.090000', '180336.550000', '180337.010000', '180337.470000', '180337.930000', '180338.390000', '180338.850000', '180339.310000', '180339.770000', '180340.230000', '180340.690000', '180341.150000', '180341.610000', '180342.070000', '180342.530000', '180342.990000', '180343.450000', '180343.910000', '180344.370000', '180344.830000', '180345.290000', '180345.750000', '180346.210000', '180346.670000', '180347.130000', '180347.590000', '180348.050000', '180348.510000', '180348.970000', '180349.430000', '180349.890000', '180350.350000', '180350.810000', '180351.270000', '180351.730000', '180352.190000', '180352.650000', '180353.110000', '180353.570000', '180354.030000', '180354.490000', '180354.950000', '180355.410000', '180355.870000', '180356.330000', '180356.790000', '180357.250000', '180357.710000', '180358.170000', '180358.630000', '180359.090000', '180359.550000', '180400.010000', '180400.470000', '180400.930000', '180401.390000', '180401.850000', '180402.310000', '180402.770000', '180403.230000', '180403.690000', '180404.150000', '180404.610000', '180405.070000', '180405.530000', '180405.990000', '180406.450000', '180406.910000', '180407.370000', '180407.830000', '180408.290000', '180408.750000', '180409.210000', '180409.670000', '180410.130000', '180410.590000', '180411.050000', '180411.510000', '180411.970000', '180412.430000', '180412.890000', '180413.350000', '180413.810000', '180414.270000', '180414.730000', '180415.190000', '180415.650000', '180416.110000', '180416.570000', '180417.030000', '180417.490000', '180417.950000', '180418.410000', '180418.870000', '180419.330000', '180419.790000', '180420.250000', '180420.710000', '180421.170000', '180421.630000', '180422.090000', '180422.550000', '180423.010000', '180423.470000', '180423.930000', '180424.390000', '180424.850000', '180425.310000', '180425.770000', '180426.230000', '180426.690000', '180427.150000', '180427.610000', '180428.070000', '180428.530000', '180428.990000', '180429.450000', '180429.910000', '180430.370000', '180430.830000', '180431.290000', '180431.750000', '180432.210000', '180432.670000', '180433.130000', '180433.590000', '180434.050000', '180434.510000', '180434.970000', '180435.430000', '180435.890000', '180436.350000', '180436.810000', '180437.270000', '180437.730000', '180438.190000', '180438.650000', '180439.110000', '180439.570000', '180440.030000', '180440.490000', '180440.950000', '180441.410000', '180441.870000', '180442.330000', '180442.790000', '180443.250000', '180443.710000', '180444.170000', '180444.630000', '180445.090000', '180445.550000', '180446.010000', '180446.470000', '180446.930000', '180447.390000', '180447.850000', '180448.310000', '180448.770000', '180449.230000', '180449.690000', '180450.150000', '180450.610000', '180451.070000', '180451.530000', '180451.990000', '180452.450000', '180452.910000', '180453.370000', '180453.830000', '180454.290000', '180454.750000', '180455.210000', '180455.670000', '180456.130000', '180456.590000', '180457.050000', '180457.510000', '180457.970000', '180458.430000', '180458.890000', '180459.350000', '180459.810000', '180500.270000', '180500.730000', '180501.190000', '180501.650000', '180502.110000', '180502.570000', '180503.030000', '180503.490000', '180503.950000', '180504.410000', '180504.870000', '180505.330000', '180505.790000', '180506.250000', '180506.710000', '180507.170000', '180507.630000', '180508.090000', '180508.550000', '180509.010000', '180509.470000', '180509.930000', '180510.390000', '180510.850000', '180511.310000', '180511.770000', '180512.230000', '180512.690000', '180513.150000', '180513.610000', '180514.070000', '180514.530000', '180514.990000', '180515.450000', '180515.910000', '180516.370000', '180516.830000', '180517.290000', '180517.750000', '180518.210000', '180518.670000', '180519.130000', '180519.590000', '180520.050000', '180520.510000', '180520.970000', '180521.430000', '180521.890000', '180522.350000', '180522.810000', '180523.270000', '180523.730000', '180524.190000', '180524.650000', '180525.110000', '180525.570000', '180526.030000', '180526.490000'], 'ContentTime': ['175658.373000', '175658.377000', '175658.380000', '175658.383000', '175658.386000', '175658.389000', '175658.392000', '175658.395000', '175658.398000', '175658.400000', '175658.403000', '175658.406000', '175658.409000', '175658.412000', '175658.415000', '175658.418000', '175658.421000', '175658.425000', '175658.428000', '175658.431000', '175658.434000', '175658.437000', '175658.440000', '175658.443000', '175658.446000', '175658.449000', '175658.451000', '175658.454000', '175658.457000', '175658.460000', '175658.466000', '175658.468000', '175658.471000', '175658.474000', '175658.477000', '175658.481000', '175658.484000', '175658.487000', '175658.490000', '175658.493000', '175658.496000', '175658.499000', '175658.502000', '175658.505000', '175658.508000', '175658.511000', '175658.514000', '175658.517000', '175658.520000', '175718.338000', '175718.341000', '175718.344000', '175718.347000', '175718.350000', '175718.353000', '175718.356000', '175718.359000', '175718.362000', '175718.365000', '175718.368000', '175718.371000', '175718.374000', '175718.385000', '175718.388000', '175718.391000', '175718.394000', '175718.397000', '175718.400000', '175718.404000', '175718.407000', '175718.410000', '175718.413000', '175718.416000', '175718.419000', '175718.422000', '175718.425000', '175718.427000', '175718.431000', '175718.433000', '175718.436000', '175718.439000', '175718.443000', '175718.446000', '175718.449000', '175718.453000', '175718.456000', '175718.459000', '175718.462000', '175718.466000', '175718.469000', '175718.472000', '175718.475000', '175738.338000', '175738.341000', '175738.344000', '175738.346000', '175738.349000', '175738.352000', '175738.357000', '175738.360000', '175738.363000', '175738.365000', '175738.368000', '175738.371000', '175738.374000', '175738.377000', '175738.380000', '175738.382000', '175738.385000', '175738.388000', '175738.391000', '175738.394000', '175738.397000', '175738.400000', '175738.402000', '175738.405000', '175738.408000', '175738.411000', '175738.414000', '175738.417000', '175738.420000', '175738.423000', '175738.425000', '175738.428000', '175738.431000', '175738.434000', '175738.437000', '175738.440000', '175738.443000', '175738.445000', '175738.448000', '175738.451000', '175738.454000', '175738.457000', '175738.460000', '175738.462000', '175758.338000', '175758.341000', '175758.344000', '175758.347000', '175758.350000', '175758.352000', '175758.355000', '175758.358000', '175758.361000', '175758.364000', '175758.367000', '175758.370000', '175758.373000', '175758.375000', '175758.378000', '175758.381000', '175758.384000', '175758.387000', '175758.390000', '175758.392000', '175758.395000', '175758.398000', '175758.401000', '175758.404000', '175758.407000', '175758.410000', '175758.412000', '175758.415000', '175758.418000', '175758.421000', '175758.424000', '175758.427000', '175758.430000', '175758.432000', '175758.442000', '175758.445000', '175758.448000', '175758.451000', '175758.454000', '175758.456000', '175758.459000', '175758.462000', '175758.465000', '175818.338000', '175818.341000', '175818.344000', '175818.347000', '175818.350000', '175818.353000', '175818.355000', '175818.358000', '175818.361000', '175818.364000', '175818.367000', '175818.370000', '175818.373000', '175818.375000', '175818.378000', '175818.381000', '175818.384000', '175818.387000', '175818.390000', '175818.393000', '175818.396000', '175818.398000', '175818.401000', '175818.404000', '175818.407000', '175818.410000', '175818.413000', '175818.416000', '175818.419000', '175818.422000', '175818.425000', '175818.427000', '175818.430000', '175818.433000', '175818.436000', '175818.439000', '175818.442000', '175818.445000', '175818.450000', '175818.453000', '175818.456000', '175818.459000', '175818.462000', '175818.464000', '175838.338000', '175838.341000', '175838.344000', '175838.347000', '175838.350000', '175838.353000', '175838.355000', '175838.358000', '175838.361000', '175838.364000', '175838.367000', '175838.370000', '175838.373000', '175838.375000', '175838.378000', '175838.381000', '175838.384000', '175838.387000', '175838.390000', '175838.393000', '175838.396000', '175838.398000', '175838.401000', '175838.404000', '175838.407000', '175838.410000', '175838.412000', '175838.415000', '175838.418000', '175838.421000', '175838.429000', '175838.432000', '175838.435000', '175838.438000', '175838.441000', '175838.443000', '175838.446000', '175838.449000', '175838.452000', '175838.455000', '175838.458000', '175838.461000', '175838.463000', '175858.337000', '175858.340000', '175858.353000', '175858.356000', '175858.359000', '175858.362000', '175858.365000', '175858.368000', '175858.371000', '175858.374000', '175858.376000', '175858.379000', '175858.382000', '175858.385000', '175858.388000', '175858.391000', '175858.394000', '175858.396000', '175858.399000', '175858.402000', '175858.405000', '175858.408000', '175858.411000', '175858.414000', '175858.416000', '175858.419000', '175858.422000', '175858.425000', '175858.428000', '175858.431000', '175858.433000', '175858.436000', '175858.439000', '175858.442000', '175858.445000', '175858.449000', '175858.452000', '175858.455000', '175858.458000', '175858.460000', '175858.463000', '175858.466000', '175858.469000', '175858.472000', '175918.337000', '175918.340000', '175918.343000', '175918.346000', '175918.349000', '175918.351000', '175918.354000', '175918.357000', '175918.360000', '175918.363000', '175918.366000', '175918.368000', '175918.371000', '175918.374000', '175918.377000', '175918.380000', '175918.383000', '175918.386000', '175918.389000', '175918.391000', '175918.394000', '175918.397000', '175918.400000', '175918.403000', '175918.406000', '175918.409000', '175918.411000', '175918.414000', '175918.417000', '175918.420000', '175918.423000', '175918.426000', '175918.429000', '175918.432000', '175918.435000', '175918.438000', '175918.441000', '175918.444000', '175918.447000', '175918.449000', '175918.452000', '175918.455000', '175918.458000', '175938.338000', '175938.341000', '175938.344000', '175938.347000', '175938.350000', '175938.353000', '175938.356000', '175938.359000', '175938.362000', '175938.365000', '175938.368000', '175938.370000', '175938.373000', '175938.376000', '175938.379000', '175938.382000', '175938.385000', '175938.388000', '175938.390000', '175938.393000', '175938.396000', '175938.399000', '175938.402000', '175938.405000', '175938.408000', '175938.410000', '175938.413000', '175938.416000', '175938.419000', '175938.422000', '175938.425000', '175938.428000', '175938.431000', '175938.434000', '175938.436000', '175938.439000', '175938.442000', '175938.445000', '175938.448000', '175938.451000', '175938.454000', '175938.457000', '175938.459000', '175958.338000', '175958.341000', '175958.344000', '175958.347000', '175958.350000', '175958.353000', '175958.356000', '175958.358000', '175958.361000', '175958.364000', '175958.367000', '175958.370000', '175958.373000', '175958.376000', '175958.379000', '175958.381000', '175958.384000', '175958.387000', '175958.390000', '175958.393000', '175958.396000', '175958.399000', '175958.402000', '175958.404000', '175958.407000', '175958.410000', '175958.413000', '175958.416000', '175958.419000', '175958.422000', '175958.425000', '175958.428000', '175958.430000', '175958.433000', '175958.436000', '175958.439000', '175958.442000', '175958.445000', '175958.448000', '175958.451000', '175958.453000', '175958.456000', '175958.459000', '175958.462000', '180018.338000', '180018.341000', '180018.344000', '180018.347000', '180018.350000', '180018.353000', '180018.358000', '180018.362000', '180018.365000', '180018.368000', '180018.371000', '180018.374000', '180018.376000', '180018.379000', '180018.382000', '180018.385000', '180018.388000', '180018.391000', '180018.394000', '180018.396000', '180018.399000', '180018.402000', '180018.405000', '180018.408000', '180018.411000', '180018.414000', '180018.417000', '180018.431000', '180018.434000', '180018.436000', '180018.439000', '180018.442000', '180018.445000', '180018.448000', '180018.451000', '180018.454000', '180018.457000', '180018.460000', '180018.463000', '180018.465000', '180018.468000', '180018.471000', '180018.474000', '180038.338000', '180038.341000', '180038.344000', '180038.347000', '180038.350000', '180038.353000', '180038.356000', '180038.358000', '180038.361000', '180038.364000', '180038.367000', '180038.370000', '180038.373000', '180038.376000', '180038.378000', '180038.381000', '180038.384000', '180038.387000', '180038.390000', '180038.393000', '180038.396000', '180038.399000', '180038.401000', '180038.404000', '180038.407000', '180038.410000', '180038.413000', '180038.416000', '180038.419000', '180038.422000', '180038.425000', '180038.427000', '180038.430000', '180038.433000', '180038.436000', '180038.439000', '180038.442000', '180038.445000', '180038.448000', '180038.450000', '180038.453000', '180038.456000', '180038.459000', '180038.462000', '180058.338000', '180058.341000', '180058.344000', '180058.347000', '180058.350000', '180058.353000', '180058.356000', '180058.359000', '180058.361000', '180058.364000', '180058.367000', '180058.370000', '180058.374000', '180058.377000', '180058.380000', '180058.383000', '180058.386000', '180058.388000', '180058.391000', '180058.394000', '180058.397000', '180058.400000', '180058.403000', '180058.406000', '180058.409000', '180058.412000', '180058.414000', '180058.417000', '180058.420000', '180058.423000', '180058.426000', '180058.429000', '180058.432000', '180058.435000', '180058.437000', '180058.440000', '180058.443000', '180058.446000', '180058.449000', '180058.452000', '180058.455000', '180058.457000', '180058.460000', '180118.337000', '180118.340000', '180118.343000', '180118.346000', '180118.349000', '180118.352000', '180118.355000', '180118.357000', '180118.360000', '180118.363000', '180118.366000', '180118.369000', '180118.372000', '180118.375000', '180118.378000', '180118.380000', '180118.383000', '180118.386000', '180118.389000', '180118.392000', '180118.395000', '180118.398000', '180118.400000', '180118.403000', '180118.406000', '180118.409000', '180118.412000', '180118.415000', '180118.418000', '180118.421000', '180118.423000', '180118.426000', '180118.429000', '180118.432000', '180118.435000', '180118.438000', '180118.441000', '180118.444000', '180118.446000', '180118.449000', '180118.452000', '180118.455000', '180118.458000', '180118.461000', '180138.337000', '180138.340000', '180138.343000', '180138.346000', '180138.349000', '180138.352000', '180138.355000', '180138.357000', '180138.360000', '180138.363000', '180138.366000', '180138.369000', '180138.372000', '180138.375000', '180138.378000', '180138.380000', '180138.383000', '180138.386000', '180138.389000', '180138.392000', '180138.395000', '180138.398000', '180138.401000', '180138.404000', '180138.407000', '180138.410000', '180138.412000', '180138.415000', '180138.418000', '180138.421000', '180138.424000', '180138.427000', '180138.430000', '180138.432000', '180138.435000', '180138.438000', '180138.441000', '180138.444000', '180138.447000', '180138.450000', '180138.453000', '180138.456000', '180138.458000', '180158.338000', '180158.341000', '180158.344000', '180158.347000', '180158.350000', '180158.353000', '180158.355000', '180158.358000', '180158.361000', '180158.364000', '180158.367000', '180158.370000', '180158.373000', '180158.376000', '180158.379000', '180158.381000', '180158.384000', '180158.387000', '180158.390000', '180158.393000', '180158.396000', '180158.399000', '180158.402000', '180158.404000', '180158.407000', '180158.410000', '180158.413000', '180158.416000', '180158.419000', '180158.422000', '180158.424000', '180158.427000', '180158.430000', '180158.433000', '180158.436000', '180158.439000', '180158.442000', '180158.445000', '180158.448000', '180158.450000', '180158.453000', '180158.456000', '180158.459000', '180158.462000', '180218.338000', '180218.341000', '180218.344000', '180218.347000', '180218.350000', '180218.352000', '180218.356000', '180218.360000', '180218.363000', '180218.366000', '180218.369000', '180218.372000', '180218.374000', '180218.377000', '180218.380000', '180218.383000', '180218.386000', '180218.389000', '180218.392000', '180218.394000', '180218.397000', '180218.400000', '180218.403000', '180218.406000', '180218.409000', '180218.412000', '180218.415000', '180218.418000', '180218.421000', '180218.426000', '180218.430000', '180218.433000', '180218.436000', '180218.438000', '180218.441000', '180218.444000', '180218.447000', '180218.450000', '180218.453000', '180218.456000', '180218.459000', '180218.461000', '180218.464000', '180238.338000', '180238.341000', '180238.344000', '180238.347000', '180238.350000', '180238.353000', '180238.355000', '180238.358000', '180238.361000', '180238.366000', '180238.369000', '180238.371000', '180238.374000', '180238.377000', '180238.380000', '180238.383000', '180238.386000', '180238.389000', '180238.392000', '180238.395000', '180238.398000', '180238.400000', '180238.403000', '180238.406000', '180238.409000', '180238.412000', '180238.415000', '180238.418000', '180238.421000', '180238.424000', '180238.426000', '180238.429000', '180238.432000', '180238.435000', '180238.438000', '180238.441000', '180238.444000', '180238.447000', '180238.450000', '180238.452000', '180238.455000', '180238.458000', '180238.461000', '180238.464000', '180258.338000', '180258.341000', '180258.344000', '180258.347000', '180258.350000', '180258.353000', '180258.356000', '180258.358000', '180258.361000', '180258.364000', '180258.367000', '180258.370000', '180258.373000', '180258.376000', '180258.379000', '180258.381000', '180258.384000', '180258.387000', '180258.390000', '180258.393000', '180258.396000', '180258.399000', '180258.402000', '180258.404000', '180258.407000', '180258.410000', '180258.413000', '180258.416000', '180258.419000', '180258.422000', '180258.425000', '180258.428000', '180258.430000', '180258.433000', '180258.436000', '180258.439000', '180258.442000', '180258.445000', '180258.448000', '180258.451000', '180258.454000', '180258.457000', '180258.460000', '180318.338000', '180318.341000', '180318.344000', '180318.347000', '180318.350000', '180318.353000', '180318.363000', '180318.365000', '180318.368000', '180318.371000', '180318.374000', '180318.377000', '180318.380000', '180318.383000', '180318.386000', '180318.388000', '180318.391000', '180318.394000', '180318.397000', '180318.400000', '180318.403000', '180318.406000', '180318.409000', '180318.411000', '180318.414000', '180318.417000', '180318.420000', '180318.423000', '180318.426000', '180318.428000', '180318.431000', '180318.434000', '180318.437000', '180318.440000', '180318.443000', '180318.446000', '180318.448000', '180318.451000', '180318.454000', '180318.457000', '180318.460000', '180318.463000', '180318.465000', '180318.468000', '180338.337000', '180338.340000', '180338.343000', '180338.346000', '180338.349000', '180338.352000', '180338.355000', '180338.357000', '180338.360000', '180338.363000', '180338.366000', '180338.369000', '180338.372000', '180338.374000', '180338.377000', '180338.380000', '180338.383000', '180338.386000', '180338.389000', '180338.393000', '180338.396000', '180338.399000', '180338.402000', '180338.405000', '180338.408000', '180338.411000', '180338.413000', '180338.416000', '180338.419000', '180338.422000', '180338.425000', '180338.428000', '180338.431000', '180338.434000', '180338.437000', '180338.440000', '180338.442000', '180338.445000', '180338.448000', '180338.451000', '180338.454000', '180338.457000', '180338.460000', '180358.337000', '180358.340000', '180358.343000', '180358.346000', '180358.349000', '180358.352000', '180358.355000', '180358.357000', '180358.360000', '180358.363000', '180358.366000', '180358.369000', '180358.372000', '180358.375000', '180358.378000', '180358.381000', '180358.383000', '180358.386000', '180358.389000', '180358.392000', '180358.395000', '180358.398000', '180358.401000', '180358.404000', '180358.413000', '180358.415000', '180358.418000', '180358.421000', '180358.424000', '180358.427000', '180358.430000', '180358.433000', '180358.436000', '180358.439000', '180358.442000', '180358.445000', '180358.448000', '180358.451000', '180358.454000', '180358.456000', '180358.460000', '180358.462000', '180358.465000', '180358.468000', '180418.338000', '180418.341000', '180418.344000', '180418.347000', '180418.350000', '180418.353000', '180418.356000', '180418.359000', '180418.361000', '180418.364000', '180418.367000', '180418.370000', '180418.373000', '180418.376000', '180418.378000', '180418.381000', '180418.384000', '180418.387000', '180418.390000', '180418.393000', '180418.396000', '180418.399000', '180418.402000', '180418.404000', '180418.407000', '180418.410000', '180418.413000', '180418.416000', '180418.419000', '180418.429000', '180418.432000', '180418.435000', '180418.438000', '180418.441000', '180418.444000', '180418.447000', '180418.449000', '180418.452000', '180418.455000', '180418.458000', '180418.461000', '180418.464000', '180418.467000', '180438.338000', '180438.341000', '180438.344000', '180438.347000', '180438.350000', '180438.353000', '180438.356000', '180438.358000', '180438.361000', '180438.364000', '180438.367000', '180438.370000', '180438.373000', '180438.375000', '180438.378000', '180438.381000', '180438.392000', '180438.395000', '180438.398000', '180438.400000', '180438.403000', '180438.406000', '180438.409000', '180438.412000', '180438.415000', '180438.417000', '180438.420000', '180438.423000', '180438.426000', '180438.429000', '180438.432000', '180438.435000', '180438.437000', '180438.440000', '180438.443000', '180438.446000', '180438.449000', '180438.452000', '180438.455000', '180438.457000', '180438.460000', '180438.463000', '180438.466000', '180438.469000', '180458.338000', '180458.347000', '180458.350000', '180458.353000', '180458.356000', '180458.359000', '180458.362000', '180458.365000', '180458.368000', '180458.371000', '180458.374000', '180458.377000', '180458.380000', '180458.383000', '180458.386000', '180458.388000', '180458.391000', '180458.394000', '180458.397000', '180458.400000', '180458.403000', '180458.406000', '180458.409000', '180458.411000', '180458.414000', '180458.417000', '180458.420000', '180458.423000', '180458.426000', '180458.429000', '180458.432000', '180458.436000', '180458.438000', '180458.441000', '180458.444000', '180458.447000', '180458.450000', '180458.453000', '180458.456000', '180458.459000', '180458.462000', '180458.464000', '180458.467000', '180518.338000', '180518.341000', '180518.344000', '180518.347000', '180518.350000', '180518.352000', '180518.355000', '180518.358000', '180518.361000', '180518.364000', '180518.367000', '180518.370000', '180518.372000', '180518.375000', '180518.378000', '180518.381000', '180518.384000', '180518.387000', '180518.390000', '180518.393000', '180518.396000', '180518.398000', '180518.401000', '180518.404000', '180518.407000', '180518.410000', '180518.413000', '180518.416000', '180518.419000', '180518.422000', '180518.425000', '180518.427000', '180518.430000', '180518.433000', '180518.436000', '180518.439000', '180518.442000', '180518.445000', '180518.447000', '180518.450000', '180518.453000', '180518.456000', '180518.459000', '180518.462000', '180527.542000', '180527.546000', '180527.549000', '180527.552000', '180527.555000', '180527.558000', '180527.561000', '180527.564000', '180527.567000', '180527.570000', '180527.573000', '180527.576000', '180527.578000', '180527.581000', '180527.584000', '180527.587000', '180527.590000', '180527.593000', '180527.596000', '180527.599000'], 'InstanceCreationTime': ['175658.373000', '175658.377000', '175658.380000', '175658.383000', '175658.386000', '175658.389000', '175658.392000', '175658.395000', '175658.398000', '175658.400000', '175658.403000', '175658.406000', '175658.409000', '175658.412000', '175658.415000', '175658.418000', '175658.421000', '175658.425000', '175658.428000', '175658.431000', '175658.434000', '175658.437000', '175658.440000', '175658.443000', '175658.446000', '175658.449000', '175658.451000', '175658.454000', '175658.457000', '175658.460000', '175658.466000', '175658.468000', '175658.471000', '175658.474000', '175658.477000', '175658.481000', '175658.484000', '175658.487000', '175658.490000', '175658.493000', '175658.496000', '175658.499000', '175658.502000', '175658.505000', '175658.508000', '175658.511000', '175658.514000', '175658.517000', '175658.520000', '175718.338000', '175718.341000', '175718.344000', '175718.347000', '175718.350000', '175718.353000', '175718.356000', '175718.359000', '175718.362000', '175718.365000', '175718.368000', '175718.371000', '175718.374000', '175718.385000', '175718.388000', '175718.391000', '175718.394000', '175718.397000', '175718.400000', '175718.404000', '175718.407000', '175718.410000', '175718.413000', '175718.416000', '175718.419000', '175718.422000', '175718.425000', '175718.427000', '175718.431000', '175718.433000', '175718.436000', '175718.439000', '175718.443000', '175718.446000', '175718.449000', '175718.453000', '175718.456000', '175718.459000', '175718.462000', '175718.466000', '175718.469000', '175718.472000', '175718.475000', '175738.338000', '175738.341000', '175738.344000', '175738.346000', '175738.349000', '175738.352000', '175738.357000', '175738.360000', '175738.363000', '175738.365000', '175738.368000', '175738.371000', '175738.374000', '175738.377000', '175738.380000', '175738.382000', '175738.385000', '175738.388000', '175738.391000', '175738.394000', '175738.397000', '175738.400000', '175738.402000', '175738.405000', '175738.408000', '175738.411000', '175738.414000', '175738.417000', '175738.420000', '175738.423000', '175738.425000', '175738.428000', '175738.431000', '175738.434000', '175738.437000', '175738.440000', '175738.443000', '175738.445000', '175738.448000', '175738.451000', '175738.454000', '175738.457000', '175738.460000', '175738.462000', '175758.338000', '175758.341000', '175758.344000', '175758.347000', '175758.350000', '175758.352000', '175758.355000', '175758.358000', '175758.361000', '175758.364000', '175758.367000', '175758.370000', '175758.373000', '175758.375000', '175758.378000', '175758.381000', '175758.384000', '175758.387000', '175758.390000', '175758.392000', '175758.395000', '175758.398000', '175758.401000', '175758.404000', '175758.407000', '175758.410000', '175758.412000', '175758.415000', '175758.418000', '175758.421000', '175758.424000', '175758.427000', '175758.430000', '175758.432000', '175758.442000', '175758.445000', '175758.448000', '175758.451000', '175758.454000', '175758.456000', '175758.459000', '175758.462000', '175758.465000', '175818.338000', '175818.341000', '175818.344000', '175818.347000', '175818.350000', '175818.353000', '175818.355000', '175818.358000', '175818.361000', '175818.364000', '175818.367000', '175818.370000', '175818.373000', '175818.375000', '175818.378000', '175818.381000', '175818.384000', '175818.387000', '175818.390000', '175818.393000', '175818.396000', '175818.398000', '175818.401000', '175818.404000', '175818.407000', '175818.410000', '175818.413000', '175818.416000', '175818.419000', '175818.422000', '175818.425000', '175818.427000', '175818.430000', '175818.433000', '175818.436000', '175818.439000', '175818.442000', '175818.445000', '175818.450000', '175818.453000', '175818.456000', '175818.459000', '175818.462000', '175818.464000', '175838.338000', '175838.341000', '175838.344000', '175838.347000', '175838.350000', '175838.353000', '175838.355000', '175838.358000', '175838.361000', '175838.364000', '175838.367000', '175838.370000', '175838.373000', '175838.375000', '175838.378000', '175838.381000', '175838.384000', '175838.387000', '175838.390000', '175838.393000', '175838.396000', '175838.398000', '175838.401000', '175838.404000', '175838.407000', '175838.410000', '175838.412000', '175838.415000', '175838.418000', '175838.421000', '175838.429000', '175838.432000', '175838.435000', '175838.438000', '175838.441000', '175838.443000', '175838.446000', '175838.449000', '175838.452000', '175838.455000', '175838.458000', '175838.461000', '175838.463000', '175858.337000', '175858.340000', '175858.353000', '175858.356000', '175858.359000', '175858.362000', '175858.365000', '175858.368000', '175858.371000', '175858.374000', '175858.376000', '175858.379000', '175858.382000', '175858.385000', '175858.388000', '175858.391000', '175858.394000', '175858.396000', '175858.399000', '175858.402000', '175858.405000', '175858.408000', '175858.411000', '175858.414000', '175858.416000', '175858.419000', '175858.422000', '175858.425000', '175858.428000', '175858.431000', '175858.433000', '175858.436000', '175858.439000', '175858.442000', '175858.445000', '175858.449000', '175858.452000', '175858.455000', '175858.458000', '175858.460000', '175858.463000', '175858.466000', '175858.469000', '175858.472000', '175918.337000', '175918.340000', '175918.343000', '175918.346000', '175918.349000', '175918.351000', '175918.354000', '175918.357000', '175918.360000', '175918.363000', '175918.366000', '175918.368000', '175918.371000', '175918.374000', '175918.377000', '175918.380000', '175918.383000', '175918.386000', '175918.389000', '175918.391000', '175918.394000', '175918.397000', '175918.400000', '175918.403000', '175918.406000', '175918.409000', '175918.411000', '175918.414000', '175918.417000', '175918.420000', '175918.423000', '175918.426000', '175918.429000', '175918.432000', '175918.435000', '175918.438000', '175918.441000', '175918.444000', '175918.447000', '175918.449000', '175918.452000', '175918.455000', '175918.458000', '175938.338000', '175938.341000', '175938.344000', '175938.347000', '175938.350000', '175938.353000', '175938.356000', '175938.359000', '175938.362000', '175938.365000', '175938.368000', '175938.370000', '175938.373000', '175938.376000', '175938.379000', '175938.382000', '175938.385000', '175938.388000', '175938.390000', '175938.393000', '175938.396000', '175938.399000', '175938.402000', '175938.405000', '175938.408000', '175938.410000', '175938.413000', '175938.416000', '175938.419000', '175938.422000', '175938.425000', '175938.428000', '175938.431000', '175938.434000', '175938.436000', '175938.439000', '175938.442000', '175938.445000', '175938.448000', '175938.451000', '175938.454000', '175938.457000', '175938.459000', '175958.338000', '175958.341000', '175958.344000', '175958.347000', '175958.350000', '175958.353000', '175958.356000', '175958.358000', '175958.361000', '175958.364000', '175958.367000', '175958.370000', '175958.373000', '175958.376000', '175958.379000', '175958.381000', '175958.384000', '175958.387000', '175958.390000', '175958.393000', '175958.396000', '175958.399000', '175958.402000', '175958.404000', '175958.407000', '175958.410000', '175958.413000', '175958.416000', '175958.419000', '175958.422000', '175958.425000', '175958.428000', '175958.430000', '175958.433000', '175958.436000', '175958.439000', '175958.442000', '175958.445000', '175958.448000', '175958.451000', '175958.453000', '175958.456000', '175958.459000', '175958.462000', '180018.338000', '180018.341000', '180018.344000', '180018.347000', '180018.350000', '180018.353000', '180018.358000', '180018.362000', '180018.365000', '180018.368000', '180018.371000', '180018.374000', '180018.376000', '180018.379000', '180018.382000', '180018.385000', '180018.388000', '180018.391000', '180018.394000', '180018.396000', '180018.399000', '180018.402000', '180018.405000', '180018.408000', '180018.411000', '180018.414000', '180018.417000', '180018.431000', '180018.434000', '180018.436000', '180018.439000', '180018.442000', '180018.445000', '180018.448000', '180018.451000', '180018.454000', '180018.457000', '180018.460000', '180018.463000', '180018.465000', '180018.468000', '180018.471000', '180018.474000', '180038.338000', '180038.341000', '180038.344000', '180038.347000', '180038.350000', '180038.353000', '180038.356000', '180038.358000', '180038.361000', '180038.364000', '180038.367000', '180038.370000', '180038.373000', '180038.376000', '180038.378000', '180038.381000', '180038.384000', '180038.387000', '180038.390000', '180038.393000', '180038.396000', '180038.399000', '180038.401000', '180038.404000', '180038.407000', '180038.410000', '180038.413000', '180038.416000', '180038.419000', '180038.422000', '180038.425000', '180038.427000', '180038.430000', '180038.433000', '180038.436000', '180038.439000', '180038.442000', '180038.445000', '180038.448000', '180038.450000', '180038.453000', '180038.456000', '180038.459000', '180038.462000', '180058.338000', '180058.341000', '180058.344000', '180058.347000', '180058.350000', '180058.353000', '180058.356000', '180058.359000', '180058.361000', '180058.364000', '180058.367000', '180058.370000', '180058.374000', '180058.377000', '180058.380000', '180058.383000', '180058.386000', '180058.388000', '180058.391000', '180058.394000', '180058.397000', '180058.400000', '180058.403000', '180058.406000', '180058.409000', '180058.412000', '180058.414000', '180058.417000', '180058.420000', '180058.423000', '180058.426000', '180058.429000', '180058.432000', '180058.435000', '180058.437000', '180058.440000', '180058.443000', '180058.446000', '180058.449000', '180058.452000', '180058.455000', '180058.457000', '180058.460000', '180118.337000', '180118.340000', '180118.343000', '180118.346000', '180118.349000', '180118.352000', '180118.355000', '180118.357000', '180118.360000', '180118.363000', '180118.366000', '180118.369000', '180118.372000', '180118.375000', '180118.378000', '180118.380000', '180118.383000', '180118.386000', '180118.389000', '180118.392000', '180118.395000', '180118.398000', '180118.400000', '180118.403000', '180118.406000', '180118.409000', '180118.412000', '180118.415000', '180118.418000', '180118.421000', '180118.423000', '180118.426000', '180118.429000', '180118.432000', '180118.435000', '180118.438000', '180118.441000', '180118.444000', '180118.446000', '180118.449000', '180118.452000', '180118.455000', '180118.458000', '180118.461000', '180138.337000', '180138.340000', '180138.343000', '180138.346000', '180138.349000', '180138.352000', '180138.355000', '180138.357000', '180138.360000', '180138.363000', '180138.366000', '180138.369000', '180138.372000', '180138.375000', '180138.378000', '180138.380000', '180138.383000', '180138.386000', '180138.389000', '180138.392000', '180138.395000', '180138.398000', '180138.401000', '180138.404000', '180138.407000', '180138.410000', '180138.412000', '180138.415000', '180138.418000', '180138.421000', '180138.424000', '180138.427000', '180138.430000', '180138.432000', '180138.435000', '180138.438000', '180138.441000', '180138.444000', '180138.447000', '180138.450000', '180138.453000', '180138.456000', '180138.458000', '180158.338000', '180158.341000', '180158.344000', '180158.347000', '180158.350000', '180158.353000', '180158.355000', '180158.358000', '180158.361000', '180158.364000', '180158.367000', '180158.370000', '180158.373000', '180158.376000', '180158.379000', '180158.381000', '180158.384000', '180158.387000', '180158.390000', '180158.393000', '180158.396000', '180158.399000', '180158.402000', '180158.404000', '180158.407000', '180158.410000', '180158.413000', '180158.416000', '180158.419000', '180158.422000', '180158.424000', '180158.427000', '180158.430000', '180158.433000', '180158.436000', '180158.439000', '180158.442000', '180158.445000', '180158.448000', '180158.450000', '180158.453000', '180158.456000', '180158.459000', '180158.462000', '180218.338000', '180218.341000', '180218.344000', '180218.347000', '180218.350000', '180218.352000', '180218.356000', '180218.360000', '180218.363000', '180218.366000', '180218.369000', '180218.372000', '180218.374000', '180218.377000', '180218.380000', '180218.383000', '180218.386000', '180218.389000', '180218.392000', '180218.394000', '180218.397000', '180218.400000', '180218.403000', '180218.406000', '180218.409000', '180218.412000', '180218.415000', '180218.418000', '180218.421000', '180218.426000', '180218.430000', '180218.433000', '180218.436000', '180218.438000', '180218.441000', '180218.444000', '180218.447000', '180218.450000', '180218.453000', '180218.456000', '180218.459000', '180218.461000', '180218.464000', '180238.338000', '180238.341000', '180238.344000', '180238.347000', '180238.350000', '180238.353000', '180238.355000', '180238.358000', '180238.361000', '180238.366000', '180238.369000', '180238.371000', '180238.374000', '180238.377000', '180238.380000', '180238.383000', '180238.386000', '180238.389000', '180238.392000', '180238.395000', '180238.398000', '180238.400000', '180238.403000', '180238.406000', '180238.409000', '180238.412000', '180238.415000', '180238.418000', '180238.421000', '180238.424000', '180238.426000', '180238.429000', '180238.432000', '180238.435000', '180238.438000', '180238.441000', '180238.444000', '180238.447000', '180238.450000', '180238.452000', '180238.455000', '180238.458000', '180238.461000', '180238.464000', '180258.338000', '180258.341000', '180258.344000', '180258.347000', '180258.350000', '180258.353000', '180258.356000', '180258.358000', '180258.361000', '180258.364000', '180258.367000', '180258.370000', '180258.373000', '180258.376000', '180258.379000', '180258.381000', '180258.384000', '180258.387000', '180258.390000', '180258.393000', '180258.396000', '180258.399000', '180258.402000', '180258.404000', '180258.407000', '180258.410000', '180258.413000', '180258.416000', '180258.419000', '180258.422000', '180258.425000', '180258.428000', '180258.430000', '180258.433000', '180258.436000', '180258.439000', '180258.442000', '180258.445000', '180258.448000', '180258.451000', '180258.454000', '180258.457000', '180258.460000', '180318.338000', '180318.341000', '180318.344000', '180318.347000', '180318.350000', '180318.353000', '180318.363000', '180318.365000', '180318.368000', '180318.371000', '180318.374000', '180318.377000', '180318.380000', '180318.383000', '180318.386000', '180318.388000', '180318.391000', '180318.394000', '180318.397000', '180318.400000', '180318.403000', '180318.406000', '180318.409000', '180318.411000', '180318.414000', '180318.417000', '180318.420000', '180318.423000', '180318.426000', '180318.428000', '180318.431000', '180318.434000', '180318.437000', '180318.440000', '180318.443000', '180318.446000', '180318.448000', '180318.451000', '180318.454000', '180318.457000', '180318.460000', '180318.463000', '180318.465000', '180318.468000', '180338.337000', '180338.340000', '180338.343000', '180338.346000', '180338.349000', '180338.352000', '180338.355000', '180338.357000', '180338.360000', '180338.363000', '180338.366000', '180338.369000', '180338.372000', '180338.374000', '180338.377000', '180338.380000', '180338.383000', '180338.386000', '180338.389000', '180338.393000', '180338.396000', '180338.399000', '180338.402000', '180338.405000', '180338.408000', '180338.411000', '180338.413000', '180338.416000', '180338.419000', '180338.422000', '180338.425000', '180338.428000', '180338.431000', '180338.434000', '180338.437000', '180338.440000', '180338.442000', '180338.445000', '180338.448000', '180338.451000', '180338.454000', '180338.457000', '180338.460000', '180358.337000', '180358.340000', '180358.343000', '180358.346000', '180358.349000', '180358.352000', '180358.355000', '180358.357000', '180358.360000', '180358.363000', '180358.366000', '180358.369000', '180358.372000', '180358.375000', '180358.378000', '180358.381000', '180358.383000', '180358.386000', '180358.389000', '180358.392000', '180358.395000', '180358.398000', '180358.401000', '180358.404000', '180358.413000', '180358.415000', '180358.418000', '180358.421000', '180358.424000', '180358.427000', '180358.430000', '180358.433000', '180358.436000', '180358.439000', '180358.442000', '180358.445000', '180358.448000', '180358.451000', '180358.454000', '180358.456000', '180358.460000', '180358.462000', '180358.465000', '180358.468000', '180418.338000', '180418.341000', '180418.344000', '180418.347000', '180418.350000', '180418.353000', '180418.356000', '180418.359000', '180418.361000', '180418.364000', '180418.367000', '180418.370000', '180418.373000', '180418.376000', '180418.378000', '180418.381000', '180418.384000', '180418.387000', '180418.390000', '180418.393000', '180418.396000', '180418.399000', '180418.402000', '180418.404000', '180418.407000', '180418.410000', '180418.413000', '180418.416000', '180418.419000', '180418.429000', '180418.432000', '180418.435000', '180418.438000', '180418.441000', '180418.444000', '180418.447000', '180418.449000', '180418.452000', '180418.455000', '180418.458000', '180418.461000', '180418.464000', '180418.467000', '180438.338000', '180438.341000', '180438.344000', '180438.347000', '180438.350000', '180438.353000', '180438.356000', '180438.358000', '180438.361000', '180438.364000', '180438.367000', '180438.370000', '180438.373000', '180438.375000', '180438.378000', '180438.381000', '180438.392000', '180438.395000', '180438.398000', '180438.400000', '180438.403000', '180438.406000', '180438.409000', '180438.412000', '180438.415000', '180438.417000', '180438.420000', '180438.423000', '180438.426000', '180438.429000', '180438.432000', '180438.435000', '180438.437000', '180438.440000', '180438.443000', '180438.446000', '180438.449000', '180438.452000', '180438.455000', '180438.457000', '180438.460000', '180438.463000', '180438.466000', '180438.469000', '180458.338000', '180458.347000', '180458.350000', '180458.353000', '180458.356000', '180458.359000', '180458.362000', '180458.365000', '180458.368000', '180458.371000', '180458.374000', '180458.377000', '180458.380000', '180458.383000', '180458.386000', '180458.388000', '180458.391000', '180458.394000', '180458.397000', '180458.400000', '180458.403000', '180458.406000', '180458.409000', '180458.411000', '180458.414000', '180458.417000', '180458.420000', '180458.423000', '180458.426000', '180458.429000', '180458.432000', '180458.436000', '180458.438000', '180458.441000', '180458.444000', '180458.447000', '180458.450000', '180458.453000', '180458.456000', '180458.459000', '180458.462000', '180458.464000', '180458.467000', '180518.338000', '180518.341000', '180518.344000', '180518.347000', '180518.350000', '180518.352000', '180518.355000', '180518.358000', '180518.361000', '180518.364000', '180518.367000', '180518.370000', '180518.372000', '180518.375000', '180518.378000', '180518.381000', '180518.384000', '180518.387000', '180518.390000', '180518.393000', '180518.396000', '180518.398000', '180518.401000', '180518.404000', '180518.407000', '180518.410000', '180518.413000', '180518.416000', '180518.419000', '180518.422000', '180518.425000', '180518.427000', '180518.430000', '180518.433000', '180518.436000', '180518.439000', '180518.442000', '180518.445000', '180518.447000', '180518.450000', '180518.453000', '180518.456000', '180518.459000', '180518.462000', '180527.542000', '180527.546000', '180527.549000', '180527.552000', '180527.555000', '180527.558000', '180527.561000', '180527.564000', '180527.567000', '180527.570000', '180527.573000', '180527.576000', '180527.578000', '180527.581000', '180527.584000', '180527.587000', '180527.590000', '180527.593000', '180527.596000', '180527.599000'], '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': [14830, 9498, 11407, 10902, 8813, 9559, 9114, 9596, 9316, 10005, 9202, 10316, 12205, 10018, 10203, 9701, 9709, 9172, 10286, 9280, 15163, 15215, 12100, 15076, 10464, 9377, 10054, 9404, 14786, 9488, 10140, 9404, 8442, 9905, 9278, 13212, 9563, 10047, 9586, 10172, 9969, 10066, 10289, 10059, 9725, 9071, 10109, 10077, 14445, 10018, 11395, 9935, 9360, 16278, 11088, 12948, 10028, 9200, 9852, 9948, 9777, 14198, 10151, 14228, 10078, 8508, 9678, 8784, 9692, 8805, 9812, 10354, 13915, 17387, 12516, 11661, 12432, 10326, 10986, 14058, 9554, 11298, 10021, 10048, 11587, 10146, 9335, 10029, 9926, 10259, 10927, 10072, 9373, 10440, 9487, 10447, 12454, 9725, 8840, 9794, 10120, 8840, 13551, 10645, 9979, 9979, 9772, 14407, 9660, 10433, 15096, 11075, 9539, 15573, 9538, 9967, 16175, 12198, 10181, 14107, 9380, 8939, 16337, 9845, 10486, 14877, 9493, 9057, 9667, 10019, 8456, 9926, 9806, 9806, 9748, 9703, 11668, 9892, 9490, 12500, 9774, 9227, 14738, 10121, 10096, 14768, 9846, 9141, 14505, 10194, 9229, 14375, 9783, 9354, 10319, 9895, 8893, 11033, 9979, 9391, 9922, 10004, 10211, 9866, 10166, 12462, 10178, 9758, 12084, 9929, 10039, 11532, 9903, 9040, 14880, 10118, 10340, 15030, 9939, 10652, 9930, 10297, 13237, 10781, 10311, 14021, 10368, 9915, 14955, 9949, 10411, 15935, 12114, 9893, 14877, 9697, 9905, 14954, 10486, 10383, 14203, 10135, 8783, 14743, 10531, 10306, 12652, 9949, 9608, 10017, 10368, 9642, 10715, 9894, 10756, 10024, 10363, 13733, 10459, 9986, 13795, 9870, 10403, 15897, 10344, 9008, 10142, 10331, 8963, 10354, 11024, 14651, 10466, 8997, 9955, 10601, 9634, 10625, 10329, 12108, 9893, 10014, 15415, 10827, 11034, 10217, 10131, 11580, 10036, 10555, 15694, 11287, 10613, 9972, 9632, 13906, 11687, 10147, 16202, 9734, 10667, 10114, 10190, 13910, 10454, 9375, 10092, 9470, 9042, 10101, 10166, 11353, 9901, 8858, 10225, 10263, 12516, 10086, 9234, 10134, 9928, 8938, 10057, 9604, 12260, 9938, 10201, 10216, 10493, 16076, 13027, 11287, 11446, 9730, 13032, 11175, 10804, 16199, 10131, 10855, 10216, 10164, 13643, 11038, 9865, 14659, 10190, 9254, 10262, 9983, 11304, 10322, 9825, 15287, 10798, 9488, 10369, 10089, 9554, 10444, 10399, 15475, 10259, 9538, 10855, 10306, 9957, 10752, 9974, 13471, 10295, 10117, 15755, 10402, 10392, 10573, 10180, 12107, 10640, 9925, 12862, 10211, 9419, 14955, 10063, 12063, 10757, 9863, 10854, 10391, 10123, 10637, 9453, 10681, 10138, 9841, 10968, 10418, 14121, 10480, 9693, 10524, 10167, 11531, 11386, 10268, 15156, 10400, 10857, 12733, 10386, 14881, 11899, 10034, 14844, 10581, 10122, 16524, 11074, 11575, 10786, 9897, 12553, 10421, 10314, 14155, 10446, 8642, 10710, 10650, 11505, 10661, 10095, 13071, 10507, 10282, 15698, 10387, 11148, 10513, 10070, 13583, 10342, 9717, 11068, 10163, 10971, 10520, 10612, 15630, 11610, 9928, 10535, 10346, 9035, 10305, 10195, 10732, 10182, 10377, 10513, 10088, 13833, 10587, 10661, 10755, 10430, 15712, 10555, 10266, 10777, 9940, 10225, 10495, 13391, 12241, 12235, 10230, 9382, 9835, 9241, 10841, 9790, 10699, 10164, 15677, 14326, 13253, 15305, 10284, 11579, 10449, 10017, 16287, 12821, 10938, 10577, 9819, 11897, 10534, 9875, 14865, 10359, 8998, 10534, 10120, 10178, 10586, 10037, 10533, 10103, 8485, 10372, 10071, 12422, 10554, 9778, 10612, 9978, 10867, 10293, 10230, 14172, 10492, 9739, 16069, 10635, 11916, 11933, 10352, 12788, 10546, 10136, 15130, 11692, 10056, 13713, 10519, 8881, 10639, 10173, 12100, 10743, 10119, 14738, 10625, 10054, 15630, 11057, 10102, 10562, 10237, 9528, 10511, 10273, 15005, 11372, 10059, 10426, 10191, 9362, 11594, 10338, 13968, 10686, 10166, 14295, 10531, 9771, 14150, 10240, 11142, 10699, 10299, 12851, 10668, 10005, 15483, 10517, 10374, 10673, 10326, 9202, 10504, 10607, 14344, 10804, 9987, 10696, 10279, 9657, 10601, 10573, 14865, 10653, 9823, 11531, 10426, 11848, 11221, 10384, 13053, 10756, 10374, 15019, 10429, 10225, 10907, 10423, 10448, 10503, 10827, 14853, 10770, 9406, 11081, 10616, 14120, 11103, 10310, 10886, 10283, 11326, 10621, 10578, 15815, 10945, 11983, 10954, 10171, 15719, 12020, 10975, 16053, 10475, 11715, 10656, 10116, 14576, 11136, 10443, 14652, 10619, 9774, 14400, 10460, 11244, 10698, 10075, 11768, 10636, 10122, 14664, 10469, 10814, 10723, 10224, 12786, 10527, 10429, 14983, 10713, 10028, 13323, 10353, 9794, 12928, 10602, 9353, 10602, 10170, 10926, 10355, 10105, 13954, 10966, 10256, 14561, 10623, 10581, 15949, 10611, 11076, 10615, 10530, 10340, 10876, 10400, 12428, 10930, 10168, 12552, 10417, 9768, 11361, 10577, 10849, 10719, 10490, 13919, 10560, 10220, 10860, 10519, 9289, 10919, 10718, 15185, 11008, 10221, 10811, 10261, 11567, 10687, 10258, 14897, 10701, 9803, 12576, 10559, 13129, 10774, 10207, 14114, 10337, 9742, 15101, 10554, 10430, 10749, 10321, 11421, 10406, 10245, 13623, 10519, 10495, 15402, 11029, 9936, 11529, 10260, 9567, 11927, 10395, 11379, 10693, 10179, 12150, 10108, 10434, 14926, 10400, 9977, 11851, 10619, 9528, 10347, 10410, 9997, 10498, 10456, 14261, 10281, 10817, 15619, 11539, 10122, 14827, 10608, 10230, 13408, 10370, 10245, 10631, 10586, 12934, 10466, 10084, 14137, 10443, 10469, 15481, 10444, 10033, 10770, 10491, 12220, 10289, 10288, 10451, 10300, 9001, 10332, 10609, 14974, 10611, 10713, 10746, 10775, 14656, 10804, 10144, 10755, 10329, 10510, 10323, 10401, 15668, 11916, 10300, 10730, 10309, 11385, 10541, 10302, 15083, 10645, 10640, 10560, 10427, 14052, 10724, 10209, 14001, 10483, 9970, 13708, 10432, 11492, 10736, 10061, 15805, 11913, 10284, 10755, 10639, 8648, 10353, 10349, 13302, 10462, 9922, 10552, 10307, 10853, 10958, 10552, 13146, 10764, 10540, 15569, 10851, 9981, 10896, 10436, 13178, 10642, 10869, 10577, 10434, 14653, 10727, 11757, 12155, 10387, 13004, 10593, 9882, 15957, 10681, 12270, 10720, 10194, 13923, 10714, 9945, 13939, 10536, 11112, 10778, 10272, 14301, 10734, 9867, 10896, 10527, 11239, 10616, 9919, 12176, 10807, 11174, 10982, 10199, 15431, 11469, 10145, 10729, 10646, 10078, 13468, 10485, 13566, 10771, 10061, 10348, 10432, 10701, 10765, 10594, 10781, 10562, 9826, 10789, 10321, 10783, 10451, 12864, 10467, 9437, 10446, 10989, 11169, 10506, 13990, 10653, 10506, 16312, 12887, 10536, 10929, 10296, 11873, 10785, 10315, 14491, 10623, 9838, 10521, 10429, 11829, 10770, 10354, 13719, 10652, 9743, 12692, 10502, 10779, 10703, 10981, 14544, 10610, 9840, 10352, 11052, 14129, 10237, 11292, 10049, 9416, 10324, 10931, 10572, 10327, 11045, 15898, 12357, 11077, 10636, 10563, 13526, 10239, 10673, 10451, 10436, 11396, 10658, 10027, 10466, 10657, 15506, 11913, 10468, 10637, 10424, 13560, 10302, 11427, 10573, 10325, 14048, 10462, 10970, 10498, 10527, 10416, 10431, 10674, 10352, 10318, 10544, 10167, 10693, 10411, 10320, 10857, 9593, 10355, 8990, 10703, 10340, 10435, 11015, 15262, 12648, 11706, 10648, 10429, 14900, 10832, 13509, 10492, 12551, 10112, 10413, 12007, 10797, 10819, 16265, 10786, 12835, 10484, 10299, 10362, 10640, 9394, 10133, 10076, 14428, 10480, 12394, 10682, 10064, 12112, 11212, 13994, 10404, 10280, 10325, 10862, 9032, 10193, 9857, 10598, 10476, 10398, 10885, 11054, 10565, 9756, 13993, 10560, 11609, 10653, 10115, 10415, 10697, 15547, 12138, 11743, 10361, 8950, 10398, 10915, 14176, 10366, 10851, 16198, 12807, 12122, 10567, 10531, 12757, 10812, 11503, 13644, 10034, 14091, 10248, 10322, 10641, 10749, 10588, 10137, 13917, 10533, 12642, 10721, 9924, 13566, 10476, 12960, 10738, 10218, 13441, 10540, 11351, 10674, 10673, 10813, 10509, 9930, 10840, 10636, 10521, 10782, 10052, 10166, 10385, 10173, 10847, 10292, 10429, 10653, 14549, 10693, 10357, 10737, 10440, 11071, 10488, 10264, 10620, 10583, 10166, 10513, 10903, 16083, 13051, 12020, 10743, 10312, 13666, 10774, 10994, 10784, 10460, 13810, 10612, 10131, 11355, 10752, 15522, 10629, 10898, 10782, 10882, 15252, 11374, 10218, 10898, 10809, 9083, 10722, 10429, 11467, 10785, 10186, 10625, 10805, 10282, 10829, 10956, 13470, 10650, 9557, 10836, 10532, 12367, 10697, 11295, 15547, 10898, 11270, 10794, 10890, 12798, 10889, 10530, 10907, 10659, 9364, 10703, 10640], 'WindowCenter': [3903.0, 3835.0, 3853.0, 3830.0, 3807.0, 3804.0, 3806.0, 3817.0, 3819.0, 3829.0, 3830.0, 3843.0, 3852.0, 3830.0, 3829.0, 3832.0, 3832.0, 3822.0, 3829.0, 3819.0, 3863.0, 3861.0, 3827.0, 3846.0, 3815.0, 3792.0, 3803.0, 3802.0, 3833.0, 3802.0, 3802.0, 3793.0, 3782.0, 3802.0, 3792.0, 3821.0, 3804.0, 3801.0, 3803.0, 3813.0, 3815.0, 3814.0, 3830.0, 3828.0, 3831.0, 3819.0, 3842.0, 3831.0, 3863.0, 3830.0, 3839.0, 3829.0, 3819.0, 3870.0, 3829.0, 3838.0, 3818.0, 3807.0, 3818.0, 3818.0, 3817.0, 3848.0, 3815.0, 3847.0, 3817.0, 3792.0, 3803.0, 3809.0, 3819.0, 3821.0, 3829.0, 3830.0, 3863.0, 3871.0, 3839.0, 3827.0, 3825.0, 3814.0, 3813.0, 3836.0, 3805.0, 3814.0, 3801.0, 3803.0, 3813.0, 3801.0, 3792.0, 3800.0, 3802.0, 3802.0, 3811.0, 3802.0, 3792.0, 3812.0, 3804.0, 3813.0, 3823.0, 3804.0, 3804.0, 3813.0, 3815.0, 3804.0, 3847.0, 3826.0, 3815.0, 3816.0, 3817.0, 3847.0, 3817.0, 3826.0, 3847.0, 3827.0, 3817.0, 3857.0, 3805.0, 3816.0, 3856.0, 3825.0, 3814.0, 3833.0, 3802.0, 3792.0, 3844.0, 3801.0, 3813.0, 3833.0, 3790.0, 3791.0, 3801.0, 3800.0, 3779.0, 3800.0, 3801.0, 3800.0, 3802.0, 3802.0, 3811.0, 3801.0, 3803.0, 3821.0, 3803.0, 3804.0, 3844.0, 3814.0, 3813.0, 3843.0, 3814.0, 3804.0, 3843.0, 3813.0, 3803.0, 3843.0, 3803.0, 3802.0, 3812.0, 3814.0, 3803.0, 3814.0, 3814.0, 3802.0, 3816.0, 3815.0, 3814.0, 3815.0, 3816.0, 3836.0, 3816.0, 3816.0, 3835.0, 3816.0, 3817.0, 3838.0, 3817.0, 3818.0, 3858.0, 3827.0, 3828.0, 3859.0, 3817.0, 3826.0, 3817.0, 3827.0, 3847.0, 3827.0, 3816.0, 3847.0, 3826.0, 3817.0, 3858.0, 3816.0, 3825.0, 3857.0, 3837.0, 3814.0, 3844.0, 3804.0, 3815.0, 3844.0, 3814.0, 3815.0, 3845.0, 3813.0, 3794.0, 3845.0, 3813.0, 3813.0, 3835.0, 3813.0, 3802.0, 3812.0, 3813.0, 3803.0, 3813.0, 3814.0, 3812.0, 3813.0, 3813.0, 3844.0, 3814.0, 3814.0, 3845.0, 3814.0, 3825.0, 3854.0, 3813.0, 3803.0, 3815.0, 3815.0, 3802.0, 3814.0, 3826.0, 3855.0, 3827.0, 3804.0, 3814.0, 3825.0, 3814.0, 3825.0, 3816.0, 3835.0, 3816.0, 3816.0, 3856.0, 3826.0, 3827.0, 3816.0, 3815.0, 3824.0, 3814.0, 3814.0, 3856.0, 3826.0, 3814.0, 3813.0, 3815.0, 3845.0, 3823.0, 3814.0, 3855.0, 3804.0, 3814.0, 3813.0, 3813.0, 3832.0, 3813.0, 3802.0, 3813.0, 3803.0, 3790.0, 3812.0, 3813.0, 3824.0, 3814.0, 3804.0, 3825.0, 3815.0, 3834.0, 3827.0, 3804.0, 3825.0, 3816.0, 3804.0, 3816.0, 3817.0, 3837.0, 3816.0, 3826.0, 3827.0, 3827.0, 3858.0, 3848.0, 3827.0, 3825.0, 3815.0, 3835.0, 3826.0, 3826.0, 3856.0, 3814.0, 3823.0, 3813.0, 3815.0, 3843.0, 3823.0, 3814.0, 3845.0, 3814.0, 3803.0, 3814.0, 3813.0, 3824.0, 3814.0, 3813.0, 3855.0, 3813.0, 3803.0, 3813.0, 3814.0, 3802.0, 3814.0, 3813.0, 3854.0, 3813.0, 3803.0, 3812.0, 3814.0, 3813.0, 3824.0, 3814.0, 3833.0, 3815.0, 3814.0, 3854.0, 3813.0, 3813.0, 3813.0, 3814.0, 3833.0, 3813.0, 3815.0, 3834.0, 3815.0, 3803.0, 3846.0, 3815.0, 3836.0, 3825.0, 3815.0, 3825.0, 3815.0, 3814.0, 3827.0, 3817.0, 3838.0, 3828.0, 3827.0, 3826.0, 3827.0, 3847.0, 3828.0, 3816.0, 3827.0, 3827.0, 3837.0, 3825.0, 3827.0, 3857.0, 3828.0, 3826.0, 3837.0, 3827.0, 3856.0, 3824.0, 3814.0, 3845.0, 3814.0, 3813.0, 3854.0, 3823.0, 3823.0, 3814.0, 3814.0, 3833.0, 3814.0, 3813.0, 3844.0, 3813.0, 3793.0, 3813.0, 3825.0, 3823.0, 3813.0, 3815.0, 3834.0, 3826.0, 3814.0, 3855.0, 3814.0, 3824.0, 3825.0, 3814.0, 3845.0, 3814.0, 3814.0, 3825.0, 3815.0, 3824.0, 3825.0, 3826.0, 3855.0, 3826.0, 3813.0, 3813.0, 3814.0, 3804.0, 3814.0, 3814.0, 3826.0, 3827.0, 3825.0, 3826.0, 3826.0, 3847.0, 3827.0, 3826.0, 3838.0, 3828.0, 3869.0, 3827.0, 3827.0, 3838.0, 3829.0, 3828.0, 3828.0, 3858.0, 3849.0, 3838.0, 3828.0, 3818.0, 3817.0, 3817.0, 3839.0, 3828.0, 3841.0, 3842.0, 3873.0, 3861.0, 3850.0, 3858.0, 3816.0, 3825.0, 3814.0, 3814.0, 3854.0, 3835.0, 3812.0, 3812.0, 3803.0, 3822.0, 3813.0, 3803.0, 3843.0, 3813.0, 3791.0, 3812.0, 3813.0, 3811.0, 3814.0, 3812.0, 3824.0, 3814.0, 3793.0, 3814.0, 3816.0, 3836.0, 3826.0, 3816.0, 3826.0, 3816.0, 3825.0, 3816.0, 3827.0, 3847.0, 3827.0, 3817.0, 3858.0, 3827.0, 3836.0, 3837.0, 3816.0, 3836.0, 3825.0, 3814.0, 3846.0, 3825.0, 3814.0, 3845.0, 3825.0, 3803.0, 3813.0, 3814.0, 3834.0, 3824.0, 3814.0, 3845.0, 3814.0, 3815.0, 3855.0, 3825.0, 3814.0, 3814.0, 3815.0, 3803.0, 3814.0, 3816.0, 3856.0, 3827.0, 3815.0, 3826.0, 3826.0, 3803.0, 3824.0, 3815.0, 3845.0, 3815.0, 3815.0, 3846.0, 3825.0, 3814.0, 3846.0, 3814.0, 3825.0, 3814.0, 3827.0, 3835.0, 3826.0, 3815.0, 3855.0, 3825.0, 3815.0, 3825.0, 3816.0, 3805.0, 3826.0, 3826.0, 3856.0, 3827.0, 3816.0, 3827.0, 3826.0, 3816.0, 3826.0, 3827.0, 3857.0, 3827.0, 3816.0, 3826.0, 3826.0, 3835.0, 3825.0, 3816.0, 3836.0, 3826.0, 3815.0, 3856.0, 3826.0, 3826.0, 3827.0, 3827.0, 3825.0, 3827.0, 3827.0, 3859.0, 3827.0, 3816.0, 3837.0, 3829.0, 3858.0, 3837.0, 3828.0, 3827.0, 3829.0, 3838.0, 3827.0, 3827.0, 3869.0, 3828.0, 3839.0, 3828.0, 3827.0, 3857.0, 3836.0, 3826.0, 3858.0, 3826.0, 3836.0, 3814.0, 3814.0, 3845.0, 3824.0, 3814.0, 3844.0, 3814.0, 3813.0, 3844.0, 3813.0, 3824.0, 3815.0, 3814.0, 3824.0, 3825.0, 3814.0, 3844.0, 3824.0, 3825.0, 3825.0, 3826.0, 3835.0, 3814.0, 3815.0, 3855.0, 3814.0, 3814.0, 3845.0, 3815.0, 3814.0, 3834.0, 3825.0, 3804.0, 3826.0, 3827.0, 3825.0, 3827.0, 3816.0, 3847.0, 3826.0, 3826.0, 3856.0, 3826.0, 3826.0, 3856.0, 3826.0, 3825.0, 3825.0, 3826.0, 3815.0, 3825.0, 3826.0, 3836.0, 3827.0, 3827.0, 3847.0, 3826.0, 3816.0, 3838.0, 3827.0, 3826.0, 3827.0, 3827.0, 3847.0, 3827.0, 3827.0, 3827.0, 3828.0, 3816.0, 3839.0, 3827.0, 3857.0, 3828.0, 3817.0, 3826.0, 3827.0, 3837.0, 3826.0, 3827.0, 3858.0, 3827.0, 3817.0, 3836.0, 3825.0, 3835.0, 3826.0, 3815.0, 3848.0, 3826.0, 3817.0, 3856.0, 3814.0, 3814.0, 3825.0, 3815.0, 3825.0, 3814.0, 3815.0, 3845.0, 3825.0, 3827.0, 3856.0, 3826.0, 3816.0, 3824.0, 3814.0, 3815.0, 3835.0, 3816.0, 3824.0, 3814.0, 3816.0, 3834.0, 3815.0, 3825.0, 3855.0, 3825.0, 3814.0, 3824.0, 3825.0, 3815.0, 3814.0, 3827.0, 3815.0, 3826.0, 3826.0, 3857.0, 3826.0, 3827.0, 3856.0, 3837.0, 3827.0, 3846.0, 3826.0, 3815.0, 3845.0, 3814.0, 3813.0, 3815.0, 3826.0, 3834.0, 3825.0, 3815.0, 3846.0, 3825.0, 3826.0, 3856.0, 3825.0, 3814.0, 3825.0, 3826.0, 3835.0, 3816.0, 3827.0, 3827.0, 3827.0, 3806.0, 3827.0, 3827.0, 3860.0, 3829.0, 3827.0, 3837.0, 3839.0, 3857.0, 3827.0, 3827.0, 3837.0, 3828.0, 3827.0, 3827.0, 3827.0, 3869.0, 3840.0, 3827.0, 3828.0, 3827.0, 3836.0, 3826.0, 3826.0, 3858.0, 3828.0, 3827.0, 3827.0, 3827.0, 3847.0, 3827.0, 3826.0, 3847.0, 3826.0, 3816.0, 3847.0, 3827.0, 3825.0, 3826.0, 3817.0, 3857.0, 3836.0, 3815.0, 3825.0, 3827.0, 3804.0, 3814.0, 3826.0, 3847.0, 3828.0, 3816.0, 3826.0, 3816.0, 3825.0, 3826.0, 3827.0, 3846.0, 3828.0, 3827.0, 3856.0, 3826.0, 3815.0, 3839.0, 3828.0, 3848.0, 3827.0, 3826.0, 3828.0, 3827.0, 3857.0, 3826.0, 3836.0, 3836.0, 3816.0, 3835.0, 3826.0, 3815.0, 3856.0, 3815.0, 3836.0, 3825.0, 3815.0, 3845.0, 3814.0, 3815.0, 3845.0, 3814.0, 3824.0, 3825.0, 3815.0, 3846.0, 3825.0, 3814.0, 3825.0, 3826.0, 3826.0, 3827.0, 3816.0, 3836.0, 3827.0, 3825.0, 3827.0, 3827.0, 3858.0, 3838.0, 3827.0, 3827.0, 3827.0, 3816.0, 3847.0, 3826.0, 3846.0, 3826.0, 3815.0, 3815.0, 3826.0, 3826.0, 3827.0, 3827.0, 3827.0, 3828.0, 3815.0, 3826.0, 3815.0, 3838.0, 3828.0, 3848.0, 3839.0, 3817.0, 3827.0, 3827.0, 3839.0, 3828.0, 3858.0, 3827.0, 3827.0, 3857.0, 3838.0, 3815.0, 3827.0, 3827.0, 3835.0, 3824.0, 3815.0, 3845.0, 3816.0, 3814.0, 3813.0, 3814.0, 3824.0, 3824.0, 3815.0, 3845.0, 3825.0, 3815.0, 3835.0, 3814.0, 3823.0, 3825.0, 3825.0, 3845.0, 3825.0, 3813.0, 3827.0, 3838.0, 3845.0, 3815.0, 3826.0, 3815.0, 3805.0, 3826.0, 3828.0, 3826.0, 3826.0, 3826.0, 3857.0, 3848.0, 3826.0, 3827.0, 3827.0, 3846.0, 3815.0, 3825.0, 3815.0, 3826.0, 3825.0, 3827.0, 3816.0, 3826.0, 3826.0, 3857.0, 3837.0, 3815.0, 3814.0, 3814.0, 3834.0, 3814.0, 3825.0, 3814.0, 3815.0, 3844.0, 3814.0, 3824.0, 3814.0, 3816.0, 3825.0, 3825.0, 3813.0, 3814.0, 3814.0, 3815.0, 3815.0, 3826.0, 3826.0, 3814.0, 3826.0, 3815.0, 3828.0, 3805.0, 3827.0, 3827.0, 3826.0, 3827.0, 3857.0, 3849.0, 3837.0, 3827.0, 3827.0, 3858.0, 3826.0, 3846.0, 3815.0, 3836.0, 3815.0, 3825.0, 3835.0, 3826.0, 3825.0, 3856.0, 3824.0, 3835.0, 3815.0, 3814.0, 3814.0, 3826.0, 3803.0, 3814.0, 3814.0, 3846.0, 3826.0, 3835.0, 3826.0, 3815.0, 3835.0, 3824.0, 3845.0, 3814.0, 3814.0, 3815.0, 3825.0, 3802.0, 3814.0, 3815.0, 3826.0, 3827.0, 3827.0, 3838.0, 3837.0, 3827.0, 3817.0, 3859.0, 3827.0, 3836.0, 3829.0, 3827.0, 3827.0, 3826.0, 3858.0, 3837.0, 3836.0, 3827.0, 3805.0, 3827.0, 3828.0, 3847.0, 3816.0, 3826.0, 3856.0, 3836.0, 3835.0, 3826.0, 3826.0, 3835.0, 3826.0, 3824.0, 3834.0, 3801.0, 3832.0, 3813.0, 3813.0, 3826.0, 3826.0, 3828.0, 3828.0, 3849.0, 3827.0, 3836.0, 3827.0, 3815.0, 3835.0, 3815.0, 3847.0, 3827.0, 3816.0, 3846.0, 3814.0, 3824.0, 3814.0, 3815.0, 3824.0, 3815.0, 3814.0, 3825.0, 3827.0, 3814.0, 3826.0, 3815.0, 3815.0, 3827.0, 3816.0, 3828.0, 3827.0, 3828.0, 3827.0, 3859.0, 3827.0, 3828.0, 3827.0, 3827.0, 3826.0, 3827.0, 3828.0, 3827.0, 3828.0, 3816.0, 3827.0, 3827.0, 3859.0, 3849.0, 3836.0, 3827.0, 3817.0, 3846.0, 3826.0, 3825.0, 3826.0, 3826.0, 3847.0, 3828.0, 3815.0, 3825.0, 3826.0, 3857.0, 3816.0, 3825.0, 3813.0, 3814.0, 3845.0, 3824.0, 3814.0, 3813.0, 3813.0, 3791.0, 3812.0, 3813.0, 3823.0, 3824.0, 3813.0, 3813.0, 3825.0, 3813.0, 3826.0, 3825.0, 3845.0, 3826.0, 3817.0, 3826.0, 3828.0, 3837.0, 3827.0, 3828.0, 3858.0, 3827.0, 3826.0, 3827.0, 3827.0, 3847.0, 3827.0, 3826.0, 3827.0, 3829.0, 3816.0, 3827.0, 3828.0], 'WindowWidth': [8724.0, 8618.0, 8636.0, 8597.0, 8561.0, 8552.0, 8559.0, 8576.0, 8583.0, 8598.0, 8599.0, 8619.0, 8631.0, 8596.0, 8593.0, 8601.0, 8604.0, 8587.0, 8595.0, 8580.0, 8650.0, 8638.0, 8586.0, 8611.0, 8567.0, 8533.0, 8547.0, 8546.0, 8588.0, 8545.0, 8543.0, 8533.0, 8519.0, 8544.0, 8533.0, 8569.0, 8549.0, 8541.0, 8549.0, 8559.0, 8569.0, 8566.0, 8595.0, 8592.0, 8602.0, 8584.0, 8616.0, 8600.0, 8643.0, 8596.0, 8606.0, 8593.0, 8580.0, 8651.0, 8591.0, 8602.0, 8574.0, 8559.0, 8574.0, 8575.0, 8573.0, 8614.0, 8567.0, 8612.0, 8572.0, 8530.0, 8544.0, 8566.0, 8579.0, 8586.0, 8594.0, 8596.0, 8646.0, 8654.0, 8604.0, 8587.0, 8580.0, 8563.0, 8561.0, 8595.0, 8552.0, 8563.0, 8542.0, 8547.0, 8559.0, 8541.0, 8531.0, 8540.0, 8545.0, 8544.0, 8555.0, 8543.0, 8531.0, 8555.0, 8551.0, 8562.0, 8572.0, 8551.0, 8550.0, 8562.0, 8569.0, 8554.0, 8611.0, 8583.0, 8567.0, 8572.0, 8573.0, 8613.0, 8573.0, 8583.0, 8611.0, 8586.0, 8573.0, 8626.0, 8554.0, 8569.0, 8626.0, 8579.0, 8563.0, 8589.0, 8545.0, 8534.0, 8603.0, 8541.0, 8559.0, 8587.0, 8527.0, 8527.0, 8541.0, 8541.0, 8512.0, 8540.0, 8543.0, 8538.0, 8546.0, 8545.0, 8556.0, 8543.0, 8547.0, 8570.0, 8549.0, 8550.0, 8604.0, 8563.0, 8562.0, 8602.0, 8565.0, 8552.0, 8602.0, 8562.0, 8549.0, 8602.0, 8548.0, 8548.0, 8561.0, 8565.0, 8550.0, 8564.0, 8565.0, 8547.0, 8570.0, 8568.0, 8567.0, 8570.0, 8572.0, 8598.0, 8570.0, 8571.0, 8594.0, 8572.0, 8573.0, 8602.0, 8575.0, 8578.0, 8631.0, 8588.0, 8591.0, 8634.0, 8574.0, 8586.0, 8575.0, 8589.0, 8617.0, 8586.0, 8571.0, 8615.0, 8586.0, 8574.0, 8630.0, 8572.0, 8583.0, 8627.0, 8598.0, 8567.0, 8607.0, 8553.0, 8566.0, 8606.0, 8566.0, 8567.0, 8608.0, 8564.0, 8538.0, 8607.0, 8561.0, 8562.0, 8593.0, 8563.0, 8547.0, 8560.0, 8564.0, 8548.0, 8562.0, 8566.0, 8560.0, 8564.0, 8564.0, 8605.0, 8566.0, 8566.0, 8607.0, 8565.0, 8581.0, 8619.0, 8564.0, 8550.0, 8569.0, 8568.0, 8547.0, 8567.0, 8583.0, 8623.0, 8585.0, 8554.0, 8567.0, 8583.0, 8567.0, 8582.0, 8570.0, 8594.0, 8573.0, 8572.0, 8627.0, 8585.0, 8587.0, 8571.0, 8569.0, 8581.0, 8568.0, 8566.0, 8625.0, 8585.0, 8565.0, 8564.0, 8569.0, 8609.0, 8577.0, 8564.0, 8622.0, 8551.0, 8565.0, 8563.0, 8561.0, 8587.0, 8562.0, 8545.0, 8563.0, 8550.0, 8530.0, 8562.0, 8564.0, 8579.0, 8567.0, 8554.0, 8582.0, 8569.0, 8593.0, 8587.0, 8555.0, 8582.0, 8573.0, 8553.0, 8573.0, 8574.0, 8601.0, 8574.0, 8586.0, 8589.0, 8588.0, 8632.0, 8617.0, 8588.0, 8583.0, 8569.0, 8596.0, 8583.0, 8582.0, 8626.0, 8566.0, 8578.0, 8563.0, 8568.0, 8604.0, 8577.0, 8565.0, 8607.0, 8565.0, 8553.0, 8565.0, 8565.0, 8577.0, 8566.0, 8565.0, 8622.0, 8563.0, 8550.0, 8563.0, 8565.0, 8548.0, 8565.0, 8564.0, 8620.0, 8565.0, 8549.0, 8560.0, 8565.0, 8563.0, 8579.0, 8565.0, 8590.0, 8568.0, 8565.0, 8620.0, 8562.0, 8564.0, 8562.0, 8566.0, 8590.0, 8565.0, 8568.0, 8592.0, 8568.0, 8551.0, 8610.0, 8566.0, 8598.0, 8583.0, 8570.0, 8583.0, 8568.0, 8567.0, 8588.0, 8575.0, 8607.0, 8593.0, 8592.0, 8585.0, 8587.0, 8614.0, 8591.0, 8573.0, 8587.0, 8588.0, 8602.0, 8582.0, 8586.0, 8628.0, 8588.0, 8586.0, 8600.0, 8587.0, 8626.0, 8580.0, 8565.0, 8607.0, 8565.0, 8563.0, 8619.0, 8576.0, 8576.0, 8565.0, 8566.0, 8588.0, 8565.0, 8562.0, 8605.0, 8564.0, 8537.0, 8563.0, 8581.0, 8577.0, 8564.0, 8568.0, 8592.0, 8584.0, 8568.0, 8622.0, 8567.0, 8581.0, 8581.0, 8568.0, 8608.0, 8568.0, 8565.0, 8584.0, 8569.0, 8578.0, 8581.0, 8584.0, 8621.0, 8583.0, 8563.0, 8563.0, 8567.0, 8551.0, 8565.0, 8567.0, 8585.0, 8588.0, 8583.0, 8586.0, 8586.0, 8616.0, 8587.0, 8587.0, 8606.0, 8591.0, 8647.0, 8588.0, 8587.0, 8605.0, 8593.0, 8592.0, 8591.0, 8632.0, 8621.0, 8603.0, 8590.0, 8575.0, 8572.0, 8573.0, 8606.0, 8592.0, 8613.0, 8615.0, 8663.0, 8640.0, 8621.0, 8631.0, 8571.0, 8582.0, 8565.0, 8564.0, 8620.0, 8594.0, 8558.0, 8558.0, 8548.0, 8571.0, 8562.0, 8548.0, 8601.0, 8561.0, 8530.0, 8559.0, 8562.0, 8556.0, 8565.0, 8560.0, 8578.0, 8568.0, 8538.0, 8565.0, 8569.0, 8596.0, 8585.0, 8572.0, 8584.0, 8573.0, 8583.0, 8572.0, 8588.0, 8613.0, 8586.0, 8574.0, 8630.0, 8586.0, 8598.0, 8599.0, 8572.0, 8598.0, 8583.0, 8566.0, 8611.0, 8582.0, 8566.0, 8609.0, 8581.0, 8551.0, 8564.0, 8566.0, 8591.0, 8580.0, 8565.0, 8607.0, 8567.0, 8567.0, 8623.0, 8582.0, 8567.0, 8566.0, 8570.0, 8551.0, 8567.0, 8570.0, 8623.0, 8587.0, 8568.0, 8584.0, 8585.0, 8552.0, 8579.0, 8569.0, 8608.0, 8569.0, 8568.0, 8610.0, 8582.0, 8567.0, 8611.0, 8567.0, 8581.0, 8567.0, 8587.0, 8596.0, 8585.0, 8569.0, 8623.0, 8582.0, 8571.0, 8583.0, 8572.0, 8556.0, 8585.0, 8585.0, 8625.0, 8587.0, 8571.0, 8587.0, 8586.0, 8573.0, 8584.0, 8586.0, 8629.0, 8587.0, 8571.0, 8584.0, 8585.0, 8597.0, 8583.0, 8572.0, 8597.0, 8586.0, 8571.0, 8626.0, 8584.0, 8585.0, 8586.0, 8589.0, 8584.0, 8589.0, 8587.0, 8633.0, 8589.0, 8572.0, 8603.0, 8593.0, 8630.0, 8603.0, 8588.0, 8589.0, 8594.0, 8602.0, 8588.0, 8587.0, 8647.0, 8591.0, 8606.0, 8592.0, 8588.0, 8630.0, 8599.0, 8586.0, 8630.0, 8584.0, 8600.0, 8567.0, 8567.0, 8608.0, 8580.0, 8565.0, 8607.0, 8565.0, 8564.0, 8606.0, 8563.0, 8579.0, 8568.0, 8568.0, 8579.0, 8581.0, 8568.0, 8608.0, 8580.0, 8582.0, 8581.0, 8585.0, 8595.0, 8567.0, 8567.0, 8622.0, 8568.0, 8566.0, 8608.0, 8568.0, 8566.0, 8594.0, 8583.0, 8553.0, 8586.0, 8588.0, 8584.0, 8588.0, 8571.0, 8614.0, 8587.0, 8586.0, 8626.0, 8586.0, 8585.0, 8626.0, 8585.0, 8583.0, 8583.0, 8586.0, 8569.0, 8582.0, 8584.0, 8597.0, 8587.0, 8588.0, 8614.0, 8586.0, 8572.0, 8604.0, 8588.0, 8584.0, 8588.0, 8587.0, 8613.0, 8588.0, 8590.0, 8589.0, 8592.0, 8574.0, 8605.0, 8589.0, 8629.0, 8591.0, 8574.0, 8586.0, 8589.0, 8603.0, 8586.0, 8586.0, 8630.0, 8590.0, 8575.0, 8598.0, 8582.0, 8596.0, 8583.0, 8569.0, 8617.0, 8587.0, 8574.0, 8626.0, 8568.0, 8568.0, 8582.0, 8569.0, 8583.0, 8567.0, 8568.0, 8608.0, 8583.0, 8586.0, 8624.0, 8586.0, 8570.0, 8580.0, 8567.0, 8569.0, 8594.0, 8571.0, 8580.0, 8566.0, 8571.0, 8594.0, 8570.0, 8582.0, 8623.0, 8583.0, 8566.0, 8579.0, 8584.0, 8569.0, 8568.0, 8588.0, 8568.0, 8587.0, 8587.0, 8627.0, 8587.0, 8587.0, 8627.0, 8602.0, 8588.0, 8612.0, 8583.0, 8570.0, 8608.0, 8566.0, 8565.0, 8567.0, 8585.0, 8594.0, 8583.0, 8569.0, 8610.0, 8583.0, 8585.0, 8626.0, 8582.0, 8567.0, 8581.0, 8585.0, 8596.0, 8571.0, 8589.0, 8589.0, 8590.0, 8559.0, 8590.0, 8588.0, 8636.0, 8594.0, 8589.0, 8603.0, 8606.0, 8629.0, 8589.0, 8588.0, 8603.0, 8591.0, 8588.0, 8589.0, 8588.0, 8648.0, 8609.0, 8588.0, 8590.0, 8590.0, 8598.0, 8586.0, 8587.0, 8632.0, 8591.0, 8589.0, 8589.0, 8588.0, 8616.0, 8587.0, 8586.0, 8615.0, 8586.0, 8572.0, 8615.0, 8588.0, 8583.0, 8586.0, 8576.0, 8628.0, 8599.0, 8569.0, 8583.0, 8587.0, 8555.0, 8568.0, 8587.0, 8615.0, 8590.0, 8572.0, 8585.0, 8572.0, 8584.0, 8584.0, 8588.0, 8612.0, 8589.0, 8588.0, 8626.0, 8585.0, 8570.0, 8606.0, 8592.0, 8618.0, 8588.0, 8587.0, 8589.0, 8589.0, 8629.0, 8585.0, 8599.0, 8596.0, 8571.0, 8597.0, 8585.0, 8570.0, 8627.0, 8568.0, 8599.0, 8581.0, 8570.0, 8608.0, 8567.0, 8568.0, 8607.0, 8566.0, 8579.0, 8582.0, 8568.0, 8611.0, 8582.0, 8566.0, 8583.0, 8584.0, 8584.0, 8589.0, 8572.0, 8598.0, 8587.0, 8584.0, 8590.0, 8590.0, 8633.0, 8605.0, 8590.0, 8588.0, 8588.0, 8576.0, 8613.0, 8585.0, 8612.0, 8585.0, 8570.0, 8569.0, 8584.0, 8585.0, 8589.0, 8588.0, 8589.0, 8592.0, 8571.0, 8586.0, 8570.0, 8604.0, 8590.0, 8619.0, 8609.0, 8578.0, 8589.0, 8589.0, 8607.0, 8590.0, 8632.0, 8589.0, 8587.0, 8629.0, 8605.0, 8568.0, 8585.0, 8588.0, 8598.0, 8579.0, 8568.0, 8610.0, 8570.0, 8568.0, 8564.0, 8566.0, 8578.0, 8580.0, 8568.0, 8608.0, 8582.0, 8568.0, 8594.0, 8566.0, 8577.0, 8582.0, 8582.0, 8608.0, 8582.0, 8564.0, 8591.0, 8604.0, 8609.0, 8570.0, 8586.0, 8571.0, 8558.0, 8586.0, 8592.0, 8585.0, 8587.0, 8586.0, 8629.0, 8618.0, 8586.0, 8589.0, 8589.0, 8612.0, 8569.0, 8583.0, 8570.0, 8585.0, 8583.0, 8588.0, 8571.0, 8584.0, 8585.0, 8628.0, 8600.0, 8566.0, 8566.0, 8567.0, 8593.0, 8566.0, 8581.0, 8564.0, 8569.0, 8607.0, 8566.0, 8578.0, 8565.0, 8570.0, 8581.0, 8584.0, 8564.0, 8567.0, 8567.0, 8568.0, 8568.0, 8583.0, 8587.0, 8569.0, 8586.0, 8570.0, 8591.0, 8557.0, 8589.0, 8589.0, 8586.0, 8587.0, 8628.0, 8621.0, 8600.0, 8588.0, 8590.0, 8630.0, 8585.0, 8612.0, 8568.0, 8598.0, 8567.0, 8582.0, 8595.0, 8587.0, 8582.0, 8625.0, 8579.0, 8594.0, 8567.0, 8566.0, 8567.0, 8584.0, 8551.0, 8565.0, 8565.0, 8611.0, 8584.0, 8596.0, 8586.0, 8569.0, 8597.0, 8580.0, 8608.0, 8566.0, 8565.0, 8568.0, 8583.0, 8549.0, 8565.0, 8566.0, 8585.0, 8587.0, 8587.0, 8606.0, 8603.0, 8590.0, 8574.0, 8632.0, 8588.0, 8600.0, 8594.0, 8590.0, 8588.0, 8586.0, 8631.0, 8602.0, 8597.0, 8589.0, 8557.0, 8588.0, 8590.0, 8614.0, 8571.0, 8583.0, 8626.0, 8599.0, 8595.0, 8585.0, 8586.0, 8597.0, 8583.0, 8581.0, 8592.0, 8541.0, 8581.0, 8561.0, 8562.0, 8586.0, 8585.0, 8592.0, 8593.0, 8619.0, 8589.0, 8598.0, 8586.0, 8569.0, 8595.0, 8568.0, 8612.0, 8586.0, 8570.0, 8610.0, 8566.0, 8578.0, 8565.0, 8567.0, 8579.0, 8568.0, 8567.0, 8580.0, 8584.0, 8566.0, 8585.0, 8569.0, 8570.0, 8586.0, 8570.0, 8591.0, 8588.0, 8589.0, 8588.0, 8633.0, 8589.0, 8589.0, 8589.0, 8588.0, 8586.0, 8586.0, 8589.0, 8588.0, 8591.0, 8572.0, 8588.0, 8589.0, 8635.0, 8619.0, 8599.0, 8586.0, 8573.0, 8611.0, 8585.0, 8583.0, 8583.0, 8585.0, 8614.0, 8588.0, 8569.0, 8582.0, 8583.0, 8628.0, 8571.0, 8581.0, 8563.0, 8565.0, 8608.0, 8579.0, 8563.0, 8561.0, 8561.0, 8531.0, 8560.0, 8563.0, 8576.0, 8579.0, 8563.0, 8562.0, 8580.0, 8563.0, 8585.0, 8582.0, 8608.0, 8584.0, 8573.0, 8586.0, 8591.0, 8601.0, 8588.0, 8589.0, 8630.0, 8587.0, 8585.0, 8587.0, 8587.0, 8613.0, 8589.0, 8585.0, 8589.0, 8593.0, 8573.0, 8587.0, 8591.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.00044734429065743943</td></tr>
<tr><td colspan=3>aqi</td><td>0.020577149913494807</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.0255480811774</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1877890891774894</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9995026308744581</td></tr>
<tr><td colspan=3>efc</td><td>0.4962</td></tr>
<tr><td colspan=3>fber</td><td>4077.6123</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0853878660244223</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3840830449826989</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.40391602459211</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3905012157332823</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6542691185354745</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1669777395075736</td></tr>
<tr><td colspan=3>gcor</td><td>0.00645442</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014003561809659004</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030137956142425537</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.926486788627354</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>22.4963</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7619</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.2149</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>955.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.5087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4907</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.1781</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3032.8554</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>813.6992</td></tr>
<tr><td colspan=3>tsnr</td><td>40.26115410006605</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>