<?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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-02/func/sub-0124_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>8772ed630abc8ceb98cf7719823d79b2</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>20:30:41.505000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99653, 0.0385368, 0.0737784, -0.0469951, 0.992069, 0.116577]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.097123</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>[4231, -7794, -7205, 392, -93, -85, 7, 32]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.082</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>44e3b520-4eac-4245-9ca4-451d2cfc0d71||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673616647720337, -0.1260843724012375, 0.18549208343029022, 114.38056182861328], [-0.10339134186506271, 2.661649227142334, 0.3230268657207489, -107.12200164794922], [0.19794201850891113, -0.31276729702949524, 2.6741814613342285, -53.06496047973633], [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': ['203041.505000', '203041.965000', '203042.425000', '203042.885000', '203043.345000', '203043.805000', '203044.265000', '203044.725000', '203045.185000', '203045.645000', '203046.105000', '203046.565000', '203047.025000', '203047.485000', '203047.945000', '203048.405000', '203048.865000', '203049.325000', '203049.785000', '203050.245000', '203050.705000', '203051.165000', '203051.625000', '203052.085000', '203052.545000', '203053.005000', '203053.465000', '203053.925000', '203054.385000', '203054.845000', '203055.305000', '203055.765000', '203056.225000', '203056.685000', '203057.145000', '203057.605000', '203058.065000', '203058.525000', '203058.985000', '203059.445000', '203059.905000', '203100.365000', '203100.825000', '203101.285000', '203101.745000', '203102.205000', '203102.665000', '203103.125000', '203103.585000', '203104.045000', '203104.505000', '203104.965000', '203105.425000', '203105.885000', '203106.345000', '203106.805000', '203107.265000', '203107.725000', '203108.185000', '203108.645000', '203109.105000', '203109.565000', '203110.025000', '203110.485000', '203110.945000', '203111.405000', '203111.865000', '203112.325000', '203112.785000', '203113.245000', '203113.705000', '203114.165000', '203114.625000', '203115.085000', '203115.545000', '203116.005000', '203116.465000', '203116.925000', '203117.385000', '203117.845000', '203118.305000', '203118.765000', '203119.225000', '203119.685000', '203120.145000', '203120.605000', '203121.065000', '203121.525000', '203121.985000', '203122.445000', '203122.905000', '203123.365000', '203123.825000', '203124.285000', '203124.745000', '203125.205000', '203125.665000', '203126.125000', '203126.585000', '203127.045000', '203127.505000', '203127.965000', '203128.425000', '203128.885000', '203129.345000', '203129.805000', '203130.265000', '203130.725000', '203131.185000', '203131.645000', '203132.105000', '203132.565000', '203133.025000', '203133.485000', '203133.945000', '203134.405000', '203134.865000', '203135.325000', '203135.785000', '203136.245000', '203136.705000', '203137.165000', '203137.625000', '203138.085000', '203138.545000', '203139.005000', '203139.465000', '203139.925000', '203140.385000', '203140.845000', '203141.305000', '203141.765000', '203142.225000', '203142.685000', '203143.145000', '203143.605000', '203144.065000', '203144.525000', '203144.985000', '203145.445000', '203145.905000', '203146.365000', '203146.825000', '203147.285000', '203147.745000', '203148.205000', '203148.665000', '203149.125000', '203149.585000', '203150.045000', '203150.505000', '203150.965000', '203151.425000', '203151.885000', '203152.345000', '203152.805000', '203153.265000', '203153.725000', '203154.185000', '203154.645000', '203155.105000', '203155.565000', '203156.025000', '203156.485000', '203156.945000', '203157.405000', '203157.865000', '203158.325000', '203158.785000', '203159.245000', '203159.705000', '203200.165000', '203200.625000', '203201.085000', '203201.545000', '203202.005000', '203202.465000', '203202.925000', '203203.385000', '203203.845000', '203204.305000', '203204.765000', '203205.225000', '203205.685000', '203206.145000', '203206.605000', '203207.065000', '203207.525000', '203207.985000', '203208.445000', '203208.905000', '203209.365000', '203209.825000', '203210.285000', '203210.745000', '203211.205000', '203211.665000', '203212.125000', '203212.585000', '203213.045000', '203213.505000', '203213.965000', '203214.425000', '203214.885000', '203215.345000', '203215.805000', '203216.265000', '203216.725000', '203217.185000', '203217.645000', '203218.105000', '203218.565000', '203219.025000', '203219.485000', '203219.945000', '203220.405000', '203220.865000', '203221.325000', '203221.785000', '203222.245000', '203222.705000', '203223.165000', '203223.625000', '203224.085000', '203224.545000', '203225.005000', '203225.465000', '203225.925000', '203226.385000', '203226.845000', '203227.305000', '203227.765000', '203228.225000', '203228.685000', '203229.145000', '203229.605000', '203230.065000', '203230.525000', '203230.985000', '203231.445000', '203231.905000', '203232.365000', '203232.825000', '203233.285000', '203233.745000', '203234.205000', '203234.665000', '203235.125000', '203235.585000', '203236.045000', '203236.505000', '203236.965000', '203237.425000', '203237.885000', '203238.345000', '203238.805000', '203239.265000', '203239.725000', '203240.185000', '203240.645000', '203241.105000', '203241.565000', '203242.025000', '203242.485000', '203242.945000', '203243.405000', '203243.865000', '203244.325000', '203244.785000', '203245.245000', '203245.705000', '203246.165000', '203246.625000', '203247.085000', '203247.545000', '203248.005000', '203248.465000', '203248.925000', '203249.385000', '203249.845000', '203250.305000', '203250.765000', '203251.225000', '203251.685000', '203252.145000', '203252.605000', '203253.065000', '203253.525000', '203253.985000', '203254.445000', '203254.905000', '203255.365000', '203255.825000', '203256.285000', '203256.745000', '203257.205000', '203257.665000', '203258.125000', '203258.585000', '203259.045000', '203259.505000', '203259.965000', '203300.425000', '203300.885000', '203301.345000', '203301.805000', '203302.265000', '203302.725000', '203303.185000', '203303.645000', '203304.105000', '203304.565000', '203305.025000', '203305.485000', '203305.945000', '203306.405000', '203306.865000', '203307.325000', '203307.785000', '203308.245000', '203308.705000', '203309.165000', '203309.625000', '203310.085000', '203310.545000', '203311.005000', '203311.465000', '203311.925000', '203312.385000', '203312.845000', '203313.305000', '203313.765000', '203314.225000', '203314.685000', '203315.145000', '203315.605000', '203316.065000', '203316.525000', '203316.985000', '203317.445000', '203317.905000', '203318.365000', '203318.825000', '203319.285000', '203319.745000', '203320.205000', '203320.665000', '203321.125000', '203321.585000', '203322.045000', '203322.505000', '203322.965000', '203323.425000', '203323.885000', '203324.345000', '203324.805000', '203325.265000', '203325.725000', '203326.185000', '203326.645000', '203327.105000', '203327.565000', '203328.025000', '203328.485000', '203328.945000', '203329.405000', '203329.865000', '203330.325000', '203330.785000', '203331.245000', '203331.705000', '203332.165000', '203332.625000', '203333.085000', '203333.545000', '203334.005000', '203334.465000', '203334.925000', '203335.385000', '203335.845000', '203336.305000', '203336.765000', '203337.225000', '203337.685000', '203338.145000', '203338.605000', '203339.065000', '203339.525000', '203339.985000', '203340.445000', '203340.905000', '203341.365000', '203341.825000', '203342.285000', '203342.745000', '203343.205000', '203343.665000', '203344.125000', '203344.585000', '203345.045000', '203345.505000', '203345.965000', '203346.425000', '203346.885000', '203347.345000', '203347.805000', '203348.265000', '203348.725000', '203349.185000', '203349.645000', '203350.105000', '203350.565000', '203351.025000', '203351.485000', '203351.945000', '203352.405000', '203352.865000', '203353.325000', '203353.785000', '203354.245000', '203354.705000', '203355.165000', '203355.625000', '203356.085000', '203356.545000', '203357.005000', '203357.465000', '203357.925000', '203358.385000', '203358.845000', '203359.305000', '203359.765000', '203400.225000', '203400.685000', '203401.145000', '203401.605000', '203402.065000', '203402.525000', '203402.985000', '203403.445000', '203403.905000', '203404.365000', '203404.825000', '203405.285000', '203405.745000', '203406.205000', '203406.665000', '203407.125000', '203407.585000', '203408.045000', '203408.505000', '203408.965000', '203409.425000', '203409.885000', '203410.345000', '203410.805000', '203411.265000', '203411.725000', '203412.185000', '203412.645000', '203413.105000', '203413.565000', '203414.025000', '203414.485000', '203414.945000', '203415.405000', '203415.865000', '203416.325000', '203416.785000', '203417.245000', '203417.705000', '203418.165000', '203418.625000', '203419.085000', '203419.545000', '203420.005000', '203420.465000', '203420.925000', '203421.385000', '203421.845000', '203422.305000', '203422.765000', '203423.225000', '203423.685000', '203424.145000', '203424.605000', '203425.065000', '203425.525000', '203425.985000', '203426.445000', '203426.905000', '203427.365000', '203427.825000', '203428.285000', '203428.745000', '203429.205000', '203429.665000', '203430.125000', '203430.585000', '203431.045000', '203431.505000', '203431.965000', '203432.425000', '203432.885000', '203433.345000', '203433.805000', '203434.265000', '203434.725000', '203435.185000', '203435.645000', '203436.105000', '203436.565000', '203437.025000', '203437.485000', '203437.945000', '203438.405000', '203438.865000', '203439.325000', '203439.785000', '203440.245000', '203440.705000', '203441.165000', '203441.625000', '203442.085000', '203442.545000', '203443.005000', '203443.465000', '203443.925000', '203444.385000', '203444.845000', '203445.305000', '203445.765000', '203446.225000', '203446.685000', '203447.145000', '203447.605000', '203448.065000', '203448.525000', '203448.985000', '203449.445000', '203449.905000', '203450.365000', '203450.825000', '203451.285000', '203451.745000', '203452.205000', '203452.665000', '203453.125000', '203453.585000', '203454.045000', '203454.505000', '203454.965000', '203455.425000', '203455.885000', '203456.345000', '203456.805000', '203457.265000', '203457.725000', '203458.185000', '203458.645000', '203459.105000', '203459.565000', '203500.025000', '203500.485000', '203500.945000', '203501.405000', '203501.865000', '203502.325000', '203502.785000', '203503.245000', '203503.705000', '203504.165000', '203504.625000', '203505.085000', '203505.545000', '203506.005000', '203506.465000', '203506.925000', '203507.385000', '203507.845000', '203508.305000', '203508.765000', '203509.225000', '203509.685000', '203510.145000', '203510.605000', '203511.065000', '203511.525000', '203511.985000', '203512.445000', '203512.905000', '203513.365000', '203513.825000', '203514.285000', '203514.745000', '203515.205000', '203515.665000', '203516.125000', '203516.585000', '203517.045000', '203517.505000', '203517.965000', '203518.425000', '203518.885000', '203519.345000', '203519.805000', '203520.265000', '203520.725000', '203521.185000', '203521.645000', '203522.105000', '203522.565000', '203523.025000', '203523.485000', '203523.945000', '203524.405000', '203524.865000', '203525.325000', '203525.785000', '203526.245000', '203526.705000', '203527.165000', '203527.625000', '203528.085000', '203528.545000', '203529.005000', '203529.465000', '203529.925000', '203530.385000', '203530.845000', '203531.305000', '203531.765000', '203532.225000', '203532.685000', '203533.145000', '203533.605000', '203534.065000', '203534.525000', '203534.985000', '203535.445000', '203535.905000', '203536.365000', '203536.825000', '203537.285000', '203537.745000', '203538.205000', '203538.665000', '203539.125000', '203539.585000', '203540.045000', '203540.505000', '203540.965000', '203541.425000', '203541.885000', '203542.345000', '203542.805000', '203543.265000', '203543.725000', '203544.185000', '203544.645000', '203545.105000', '203545.565000', '203546.025000', '203546.485000', '203546.945000', '203547.405000', '203547.865000', '203548.325000', '203548.785000', '203549.245000', '203549.705000', '203550.165000', '203550.625000', '203551.085000', '203551.545000', '203552.005000', '203552.465000', '203552.925000', '203553.385000', '203553.845000', '203554.305000', '203554.765000', '203555.225000', '203555.685000', '203556.145000', '203556.605000', '203557.065000', '203557.525000', '203557.985000', '203558.445000', '203558.905000', '203559.365000', '203559.825000', '203600.285000', '203600.745000', '203601.205000', '203601.665000', '203602.125000', '203602.585000', '203603.045000', '203603.505000', '203603.965000', '203604.425000', '203604.885000', '203605.345000', '203605.805000', '203606.265000', '203606.725000', '203607.185000', '203607.645000', '203608.105000', '203608.565000', '203609.025000', '203609.485000', '203609.945000', '203610.405000', '203610.865000', '203611.325000', '203611.785000', '203612.245000', '203612.705000', '203613.165000', '203613.625000', '203614.085000', '203614.545000', '203615.005000', '203615.465000', '203615.925000', '203616.385000', '203616.845000', '203617.305000', '203617.765000', '203618.225000', '203618.685000', '203619.145000', '203619.605000', '203620.065000', '203620.525000', '203620.985000', '203621.445000', '203621.905000', '203622.365000', '203622.825000', '203623.285000', '203623.745000', '203624.205000', '203624.665000', '203625.125000', '203625.585000', '203626.045000', '203626.505000', '203626.965000', '203627.425000', '203627.885000', '203628.345000', '203628.805000', '203629.265000', '203629.725000', '203630.185000', '203630.645000', '203631.105000', '203631.565000', '203632.025000', '203632.485000', '203632.945000', '203633.405000', '203633.865000', '203634.325000', '203634.785000', '203635.245000', '203635.705000', '203636.165000', '203636.625000', '203637.085000', '203637.545000', '203638.005000', '203638.465000', '203638.925000', '203639.385000', '203639.845000', '203640.305000', '203640.765000', '203641.225000', '203641.685000', '203642.145000', '203642.605000', '203643.065000', '203643.525000', '203643.985000', '203644.445000', '203644.905000', '203645.365000', '203645.825000', '203646.285000', '203646.745000', '203647.205000', '203647.665000', '203648.125000', '203648.585000', '203649.045000', '203649.505000', '203649.965000', '203650.425000', '203650.885000', '203651.345000', '203651.805000', '203652.265000', '203652.725000', '203653.185000', '203653.645000', '203654.105000', '203654.565000', '203655.025000', '203655.485000', '203655.945000', '203656.405000', '203656.865000', '203657.325000', '203657.785000', '203658.245000', '203658.705000', '203659.165000', '203659.625000', '203700.085000', '203700.545000', '203701.005000', '203701.465000', '203701.925000', '203702.385000', '203702.845000', '203703.305000', '203703.765000', '203704.225000', '203704.685000', '203705.145000', '203705.605000', '203706.065000', '203706.525000', '203706.985000', '203707.445000', '203707.905000', '203708.365000', '203708.825000', '203709.285000', '203709.745000', '203710.205000', '203710.665000', '203711.125000', '203711.585000', '203712.045000', '203712.505000', '203712.965000', '203713.425000', '203713.885000', '203714.345000', '203714.805000', '203715.265000', '203715.725000', '203716.185000', '203716.645000', '203717.105000', '203717.565000', '203718.025000', '203718.485000', '203718.945000', '203719.405000', '203719.865000', '203720.325000', '203720.785000', '203721.245000', '203721.705000', '203722.165000', '203722.625000', '203723.085000', '203723.545000', '203724.005000', '203724.465000', '203724.925000', '203725.385000', '203725.845000', '203726.305000', '203726.765000', '203727.225000', '203727.685000', '203728.145000', '203728.605000', '203729.065000', '203729.525000', '203729.985000', '203730.445000', '203730.905000', '203731.365000', '203731.825000', '203732.285000', '203732.745000', '203733.205000', '203733.665000', '203734.125000', '203734.585000', '203735.045000', '203735.505000', '203735.965000', '203736.425000', '203736.885000', '203737.345000', '203737.805000', '203738.265000', '203738.725000', '203739.185000', '203739.645000', '203740.105000', '203740.565000', '203741.025000', '203741.485000', '203741.945000', '203742.405000', '203742.865000', '203743.325000', '203743.785000', '203744.245000', '203744.705000', '203745.165000', '203745.625000', '203746.085000', '203746.545000', '203747.005000', '203747.465000', '203747.925000', '203748.385000', '203748.845000', '203749.305000', '203749.765000', '203750.225000', '203750.685000', '203751.145000', '203751.605000', '203752.065000', '203752.525000', '203752.985000', '203753.445000', '203753.905000', '203754.365000', '203754.825000', '203755.285000', '203755.745000', '203756.205000', '203756.665000', '203757.125000', '203757.585000', '203758.045000', '203758.505000', '203758.965000', '203759.425000', '203759.885000', '203800.345000', '203800.805000', '203801.265000', '203801.725000', '203802.185000', '203802.645000', '203803.105000', '203803.565000', '203804.025000', '203804.485000', '203804.945000', '203805.405000', '203805.865000', '203806.325000', '203806.785000', '203807.245000', '203807.705000', '203808.165000', '203808.625000', '203809.085000', '203809.545000', '203810.005000', '203810.465000', '203810.925000', '203811.385000', '203811.845000', '203812.305000', '203812.765000', '203813.225000', '203813.685000', '203814.145000', '203814.605000', '203815.065000', '203815.525000', '203815.985000', '203816.445000', '203816.905000', '203817.365000', '203817.825000', '203818.285000', '203818.745000', '203819.205000', '203819.665000', '203820.125000', '203820.585000', '203821.045000', '203821.505000', '203821.965000', '203822.425000', '203822.885000', '203823.345000', '203823.805000', '203824.265000', '203824.725000', '203825.185000', '203825.645000', '203826.105000', '203826.565000', '203827.025000', '203827.485000', '203827.945000', '203828.405000', '203828.865000', '203829.325000', '203829.785000', '203830.245000', '203830.705000', '203831.165000', '203831.625000', '203832.085000', '203832.545000', '203833.005000', '203833.465000', '203833.925000', '203834.385000', '203834.845000', '203835.305000', '203835.765000', '203836.225000', '203836.685000', '203837.145000', '203837.605000', '203838.065000', '203838.525000', '203838.985000', '203839.445000', '203839.905000', '203840.365000', '203840.825000', '203841.285000', '203841.745000', '203842.205000', '203842.665000', '203843.125000', '203843.585000', '203844.045000', '203844.505000', '203844.965000', '203845.425000', '203845.885000', '203846.345000', '203846.805000', '203847.265000', '203847.725000', '203848.185000', '203848.645000', '203849.105000', '203849.565000', '203850.025000', '203850.485000', '203850.945000', '203851.405000', '203851.865000', '203852.325000', '203852.785000', '203853.245000', '203853.705000', '203854.165000', '203854.625000', '203855.085000', '203855.545000', '203856.005000', '203856.465000', '203856.925000', '203857.385000', '203857.845000', '203858.305000', '203858.765000', '203859.225000', '203859.685000', '203900.145000', '203900.605000', '203901.065000', '203901.525000', '203901.985000', '203902.445000', '203902.905000', '203903.365000', '203903.825000', '203904.285000', '203904.745000', '203905.205000', '203905.665000', '203906.125000', '203906.585000', '203907.045000', '203907.505000', '203907.965000', '203908.425000', '203908.885000', '203909.345000', '203909.805000', '203910.265000', '203910.725000', '203911.185000', '203911.645000', '203912.105000', '203912.565000', '203913.025000', '203913.485000', '203913.945000', '203914.405000', '203914.865000', '203915.325000', '203915.785000', '203916.245000', '203916.705000', '203917.165000', '203917.625000', '203918.085000', '203918.545000', '203919.005000', '203919.465000', '203919.925000', '203920.385000', '203920.845000', '203921.305000', '203921.765000', '203922.225000', '203922.685000', '203923.145000', '203923.605000', '203924.065000', '203924.525000', '203924.985000', '203925.445000', '203925.905000', '203926.365000', '203926.825000', '203927.285000', '203927.745000', '203928.205000', '203928.665000', '203929.125000', '203929.585000', '203930.045000', '203930.505000', '203930.965000', '203931.425000', '203931.885000', '203932.345000', '203932.805000'], 'ContentTime': ['203108.519000', '203108.522000', '203108.525000', '203108.528000', '203108.534000', '203108.536000', '203108.539000', '203108.541000', '203108.544000', '203108.547000', '203108.549000', '203108.552000', '203108.554000', '203108.557000', '203108.560000', '203108.562000', '203108.565000', '203108.580000', '203108.583000', '203108.585000', '203108.588000', '203108.590000', '203108.593000', '203108.596000', '203108.598000', '203108.601000', '203108.603000', '203108.606000', '203108.609000', '203108.611000', '203108.614000', '203108.616000', '203108.619000', '203108.622000', '203108.624000', '203108.627000', '203108.629000', '203108.632000', '203108.634000', '203108.637000', '203108.639000', '203108.642000', '203108.644000', '203108.647000', '203108.650000', '203108.653000', '203108.655000', '203108.658000', '203108.660000', '203108.663000', '203108.666000', '203108.668000', '203108.671000', '203108.674000', '203108.676000', '203108.679000', '203128.491000', '203128.494000', '203128.497000', '203128.500000', '203128.502000', '203128.505000', '203128.507000', '203128.510000', '203128.513000', '203128.527000', '203128.529000', '203128.532000', '203128.535000', '203128.537000', '203128.540000', '203128.543000', '203128.545000', '203128.548000', '203128.550000', '203128.553000', '203128.556000', '203128.558000', '203128.561000', '203128.563000', '203128.566000', '203128.569000', '203128.572000', '203128.574000', '203128.577000', '203128.580000', '203128.582000', '203128.585000', '203128.587000', '203128.590000', '203128.593000', '203128.595000', '203128.598000', '203128.600000', '203128.603000', '203128.606000', '203128.608000', '203128.611000', '203128.613000', '203148.492000', '203148.494000', '203148.497000', '203148.500000', '203148.502000', '203148.505000', '203148.507000', '203148.510000', '203148.513000', '203148.515000', '203148.518000', '203148.520000', '203148.523000', '203148.526000', '203148.528000', '203148.531000', '203148.534000', '203148.536000', '203148.539000', '203148.541000', '203148.544000', '203148.546000', '203148.549000', '203148.552000', '203148.554000', '203148.557000', '203148.559000', '203148.562000', '203148.564000', '203148.567000', '203148.570000', '203148.572000', '203148.575000', '203148.577000', '203148.580000', '203148.582000', '203148.585000', '203148.587000', '203148.590000', '203148.592000', '203148.595000', '203148.598000', '203148.600000', '203148.603000', '203208.491000', '203208.494000', '203208.497000', '203208.499000', '203208.502000', '203208.511000', '203208.513000', '203208.516000', '203208.519000', '203208.521000', '203208.524000', '203208.526000', '203208.529000', '203208.532000', '203208.534000', '203208.537000', '203208.540000', '203208.542000', '203208.545000', '203208.548000', '203208.550000', '203208.553000', '203208.555000', '203208.558000', '203208.561000', '203208.563000', '203208.566000', '203208.568000', '203208.571000', '203208.574000', '203208.576000', '203208.579000', '203208.582000', '203208.584000', '203208.587000', '203208.589000', '203208.592000', '203208.595000', '203208.597000', '203208.600000', '203208.620000', '203208.623000', '203208.625000', '203228.492000', '203228.494000', '203228.497000', '203228.500000', '203228.502000', '203228.505000', '203228.508000', '203228.511000', '203228.513000', '203228.517000', '203228.520000', '203228.523000', '203228.525000', '203228.528000', '203228.531000', '203228.534000', '203228.536000', '203228.539000', '203228.542000', '203228.544000', '203228.547000', '203228.549000', '203228.552000', '203228.554000', '203228.557000', '203228.560000', '203228.562000', '203228.565000', '203228.567000', '203228.570000', '203228.572000', '203228.575000', '203228.578000', '203228.580000', '203228.583000', '203228.585000', '203228.588000', '203228.591000', '203228.593000', '203228.596000', '203228.599000', '203228.602000', '203228.604000', '203228.607000', '203248.492000', '203248.495000', '203248.498000', '203248.501000', '203248.503000', '203248.506000', '203248.508000', '203248.511000', '203248.514000', '203248.516000', '203248.519000', '203248.522000', '203248.524000', '203248.527000', '203248.529000', '203248.532000', '203248.544000', '203248.547000', '203248.550000', '203248.552000', '203248.555000', '203248.558000', '203248.560000', '203248.563000', '203248.566000', '203248.568000', '203248.571000', '203248.573000', '203248.576000', '203248.579000', '203248.581000', '203248.584000', '203248.587000', '203248.589000', '203248.592000', '203248.595000', '203248.597000', '203248.600000', '203248.603000', '203248.605000', '203248.608000', '203248.610000', '203248.613000', '203308.492000', '203308.495000', '203308.498000', '203308.501000', '203308.504000', '203308.506000', '203308.509000', '203308.511000', '203308.514000', '203308.517000', '203308.520000', '203308.522000', '203308.525000', '203308.527000', '203308.530000', '203308.533000', '203308.535000', '203308.538000', '203308.541000', '203308.543000', '203308.546000', '203308.549000', '203308.551000', '203308.554000', '203308.557000', '203308.559000', '203308.562000', '203308.564000', '203308.567000', '203308.570000', '203308.572000', '203308.575000', '203308.577000', '203308.580000', '203308.582000', '203308.585000', '203308.588000', '203308.590000', '203308.593000', '203308.596000', '203308.598000', '203308.601000', '203308.604000', '203308.606000', '203328.492000', '203328.494000', '203328.497000', '203328.500000', '203328.502000', '203328.505000', '203328.508000', '203328.510000', '203328.513000', '203328.516000', '203328.519000', '203328.521000', '203328.524000', '203328.526000', '203328.529000', '203328.532000', '203328.534000', '203328.537000', '203328.540000', '203328.542000', '203328.545000', '203328.548000', '203328.551000', '203328.553000', '203328.556000', '203328.558000', '203328.561000', '203328.564000', '203328.566000', '203328.569000', '203328.572000', '203328.574000', '203328.577000', '203328.580000', '203328.582000', '203328.585000', '203328.588000', '203328.590000', '203328.593000', '203328.595000', '203328.598000', '203328.601000', '203328.603000', '203348.491000', '203348.495000', '203348.497000', '203348.500000', '203348.502000', '203348.505000', '203348.508000', '203348.510000', '203348.513000', '203348.516000', '203348.518000', '203348.521000', '203348.525000', '203348.528000', '203348.531000', '203348.534000', '203348.537000', '203348.539000', '203348.542000', '203348.545000', '203348.547000', '203348.550000', '203348.553000', '203348.557000', '203348.560000', '203348.563000', '203348.565000', '203348.568000', '203348.571000', '203348.573000', '203348.576000', '203348.579000', '203348.582000', '203348.584000', '203348.587000', '203348.590000', '203348.611000', '203348.614000', '203348.616000', '203348.619000', '203348.622000', '203348.624000', '203348.627000', '203408.491000', '203408.494000', '203408.497000', '203408.500000', '203408.502000', '203408.505000', '203408.508000', '203408.511000', '203408.513000', '203408.516000', '203408.518000', '203408.521000', '203408.524000', '203408.526000', '203408.529000', '203408.531000', '203408.534000', '203408.537000', '203408.539000', '203408.542000', '203408.544000', '203408.547000', '203408.550000', '203408.552000', '203408.555000', '203408.557000', '203408.561000', '203408.563000', '203408.566000', '203408.568000', '203408.571000', '203408.574000', '203408.576000', '203408.579000', '203408.582000', '203408.585000', '203408.587000', '203408.590000', '203408.593000', '203408.595000', '203408.598000', '203408.601000', '203408.603000', '203408.606000', '203428.492000', '203428.494000', '203428.497000', '203428.500000', '203428.502000', '203428.505000', '203428.508000', '203428.510000', '203428.513000', '203428.516000', '203428.518000', '203428.521000', '203428.524000', '203428.526000', '203428.529000', '203428.532000', '203428.534000', '203428.537000', '203428.540000', '203428.542000', '203428.545000', '203428.548000', '203428.550000', '203428.553000', '203428.556000', '203428.559000', '203428.562000', '203428.564000', '203428.567000', '203428.570000', '203428.572000', '203428.575000', '203428.578000', '203428.580000', '203428.583000', '203428.585000', '203428.588000', '203428.591000', '203428.593000', '203428.596000', '203428.599000', '203428.601000', '203428.604000', '203448.491000', '203448.495000', '203448.497000', '203448.500000', '203448.503000', '203448.505000', '203448.508000', '203448.510000', '203448.513000', '203448.516000', '203448.518000', '203448.521000', '203448.523000', '203448.526000', '203448.528000', '203448.531000', '203448.534000', '203448.536000', '203448.539000', '203448.541000', '203448.544000', '203448.547000', '203448.549000', '203448.552000', '203448.554000', '203448.557000', '203448.560000', '203448.562000', '203448.565000', '203448.568000', '203448.570000', '203448.573000', '203448.575000', '203448.578000', '203448.581000', '203448.584000', '203448.586000', '203448.589000', '203448.591000', '203448.594000', '203448.597000', '203448.599000', '203448.602000', '203448.605000', '203508.493000', '203508.495000', '203508.498000', '203508.501000', '203508.503000', '203508.506000', '203508.509000', '203508.511000', '203508.514000', '203508.516000', '203508.519000', '203508.522000', '203508.524000', '203508.527000', '203508.530000', '203508.533000', '203508.536000', '203508.539000', '203508.542000', '203508.545000', '203508.547000', '203508.562000', '203508.564000', '203508.567000', '203508.569000', '203508.572000', '203508.575000', '203508.577000', '203508.580000', '203508.582000', '203508.585000', '203508.588000', '203508.590000', '203508.593000', '203508.596000', '203508.599000', '203508.602000', '203508.604000', '203508.607000', '203508.610000', '203508.612000', '203508.615000', '203508.618000', '203528.493000', '203528.495000', '203528.498000', '203528.501000', '203528.529000', '203528.532000', '203528.534000', '203528.537000', '203528.540000', '203528.543000', '203528.545000', '203528.548000', '203528.550000', '203528.553000', '203528.556000', '203528.558000', '203528.561000', '203528.564000', '203528.567000', '203528.569000', '203528.572000', '203528.574000', '203528.577000', '203528.580000', '203528.582000', '203528.585000', '203528.588000', '203528.590000', '203528.593000', '203528.596000', '203528.598000', '203528.601000', '203528.604000', '203528.606000', '203528.609000', '203528.612000', '203528.614000', '203528.617000', '203528.619000', '203528.622000', '203528.625000', '203528.627000', '203528.630000', '203528.633000', '203548.491000', '203548.494000', '203548.497000', '203548.500000', '203548.502000', '203548.505000', '203548.508000', '203548.510000', '203548.513000', '203548.516000', '203548.518000', '203548.521000', '203548.524000', '203548.526000', '203548.529000', '203548.531000', '203548.534000', '203548.537000', '203548.539000', '203548.542000', '203548.544000', '203548.547000', '203548.550000', '203548.553000', '203548.556000', '203548.559000', '203548.562000', '203548.564000', '203548.567000', '203548.609000', '203548.611000', '203548.614000', '203548.617000', '203548.619000', '203548.622000', '203548.624000', '203548.627000', '203548.629000', '203548.632000', '203548.635000', '203548.637000', '203548.640000', '203548.642000', '203608.492000', '203608.495000', '203608.497000', '203608.500000', '203608.503000', '203608.506000', '203608.508000', '203608.511000', '203608.514000', '203608.516000', '203608.519000', '203608.521000', '203608.524000', '203608.527000', '203608.529000', '203608.532000', '203608.534000', '203608.537000', '203608.540000', '203608.542000', '203608.545000', '203608.547000', '203608.550000', '203608.553000', '203608.555000', '203608.558000', '203608.560000', '203608.563000', '203608.566000', '203608.568000', '203608.571000', '203608.574000', '203608.576000', '203608.579000', '203608.582000', '203608.584000', '203608.587000', '203608.590000', '203608.598000', '203608.601000', '203608.604000', '203608.606000', '203608.609000', '203608.612000', '203628.492000', '203628.495000', '203628.497000', '203628.500000', '203628.503000', '203628.505000', '203628.508000', '203628.511000', '203628.513000', '203628.516000', '203628.519000', '203628.521000', '203628.524000', '203628.527000', '203628.529000', '203628.532000', '203628.534000', '203628.537000', '203628.540000', '203628.542000', '203628.545000', '203628.548000', '203628.550000', '203628.553000', '203628.556000', '203628.558000', '203628.561000', '203628.563000', '203628.566000', '203628.569000', '203628.571000', '203628.574000', '203628.578000', '203628.581000', '203628.584000', '203628.587000', '203628.589000', '203628.592000', '203628.595000', '203628.597000', '203628.600000', '203628.603000', '203628.605000', '203648.493000', '203648.496000', '203648.499000', '203648.502000', '203648.504000', '203648.507000', '203648.510000', '203648.512000', '203648.515000', '203648.518000', '203648.520000', '203648.523000', '203648.526000', '203648.528000', '203648.531000', '203648.563000', '203648.565000', '203648.568000', '203648.570000', '203648.573000', '203648.576000', '203648.578000', '203648.581000', '203648.584000', '203648.586000', '203648.589000', '203648.592000', '203648.594000', '203648.597000', '203648.600000', '203648.603000', '203648.606000', '203648.609000', '203648.612000', '203648.614000', '203648.617000', '203648.619000', '203648.622000', '203648.625000', '203648.627000', '203648.630000', '203648.633000', '203648.635000', '203648.638000', '203708.492000', '203708.494000', '203708.497000', '203708.500000', '203708.502000', '203708.505000', '203708.508000', '203708.510000', '203708.513000', '203708.516000', '203708.518000', '203708.521000', '203708.523000', '203708.526000', '203708.529000', '203708.531000', '203708.534000', '203708.537000', '203708.539000', '203708.542000', '203708.545000', '203708.547000', '203708.550000', '203708.552000', '203708.555000', '203708.557000', '203708.560000', '203708.563000', '203708.565000', '203708.568000', '203708.570000', '203708.573000', '203708.576000', '203708.578000', '203708.581000', '203708.583000', '203708.586000', '203708.589000', '203708.592000', '203708.595000', '203708.598000', '203708.601000', '203708.605000', '203728.493000', '203728.496000', '203728.498000', '203728.501000', '203728.503000', '203728.506000', '203728.509000', '203728.511000', '203728.514000', '203728.517000', '203728.519000', '203728.522000', '203728.525000', '203728.527000', '203728.530000', '203728.533000', '203728.535000', '203728.538000', '203728.541000', '203728.543000', '203728.546000', '203728.548000', '203728.551000', '203728.554000', '203728.556000', '203728.559000', '203728.561000', '203728.564000', '203728.567000', '203728.570000', '203728.572000', '203728.575000', '203728.577000', '203728.580000', '203728.583000', '203728.585000', '203728.588000', '203728.591000', '203728.593000', '203728.596000', '203728.599000', '203728.602000', '203728.604000', '203728.607000', '203748.492000', '203748.495000', '203748.498000', '203748.501000', '203748.504000', '203748.506000', '203748.509000', '203748.512000', '203748.514000', '203748.517000', '203748.519000', '203748.522000', '203748.525000', '203748.527000', '203748.530000', '203748.533000', '203748.535000', '203748.538000', '203748.540000', '203748.543000', '203748.546000', '203748.548000', '203748.551000', '203748.554000', '203748.556000', '203748.559000', '203748.561000', '203748.564000', '203748.567000', '203748.569000', '203748.572000', '203748.575000', '203748.577000', '203748.580000', '203748.583000', '203748.585000', '203748.588000', '203748.590000', '203748.593000', '203748.596000', '203748.599000', '203748.601000', '203748.604000', '203808.492000', '203808.495000', '203808.497000', '203808.500000', '203808.503000', '203808.505000', '203808.508000', '203808.510000', '203808.513000', '203808.516000', '203808.518000', '203808.537000', '203808.540000', '203808.543000', '203808.546000', '203808.548000', '203808.551000', '203808.554000', '203808.556000', '203808.559000', '203808.562000', '203808.564000', '203808.567000', '203808.570000', '203808.572000', '203808.575000', '203808.578000', '203808.580000', '203808.583000', '203808.586000', '203808.588000', '203808.591000', '203808.594000', '203808.596000', '203808.599000', '203808.602000', '203808.604000', '203808.607000', '203808.609000', '203808.612000', '203808.615000', '203808.618000', '203808.620000', '203808.623000', '203828.491000', '203828.494000', '203828.498000', '203828.500000', '203828.503000', '203828.506000', '203828.508000', '203828.511000', '203828.514000', '203828.516000', '203828.519000', '203828.522000', '203828.524000', '203828.527000', '203828.530000', '203828.532000', '203828.535000', '203828.537000', '203828.540000', '203828.543000', '203828.545000', '203828.548000', '203828.551000', '203828.553000', '203828.556000', '203828.559000', '203828.562000', '203828.564000', '203828.567000', '203828.569000', '203828.572000', '203828.575000', '203828.577000', '203828.580000', '203828.583000', '203828.585000', '203828.588000', '203828.590000', '203828.593000', '203828.596000', '203828.599000', '203828.601000', '203828.604000', '203848.492000', '203848.495000', '203848.497000', '203848.500000', '203848.503000', '203848.506000', '203848.508000', '203848.511000', '203848.514000', '203848.516000', '203848.519000', '203848.522000', '203848.524000', '203848.527000', '203848.530000', '203848.532000', '203848.535000', '203848.538000', '203848.540000', '203848.550000', '203848.552000', '203848.555000', '203848.558000', '203848.560000', '203848.563000', '203848.566000', '203848.568000', '203848.571000', '203848.574000', '203848.576000', '203848.579000', '203848.582000', '203848.584000', '203848.587000', '203848.590000', '203848.592000', '203848.595000', '203848.598000', '203848.600000', '203848.603000', '203848.606000', '203848.608000', '203848.611000', '203848.613000', '203908.491000', '203908.494000', '203908.497000', '203908.499000', '203908.502000', '203908.505000', '203908.508000', '203908.510000', '203908.513000', '203908.515000', '203908.518000', '203908.521000', '203908.523000', '203908.526000', '203908.529000', '203908.531000', '203908.534000', '203908.537000', '203908.539000', '203908.542000', '203908.544000', '203908.547000', '203908.550000', '203908.552000', '203908.555000', '203908.558000', '203908.560000', '203908.563000', '203908.565000', '203908.568000', '203908.570000', '203908.573000', '203908.576000', '203908.578000', '203908.581000', '203908.583000', '203908.586000', '203908.589000', '203908.591000', '203908.594000', '203908.596000', '203908.599000', '203908.602000', '203928.492000', '203928.494000', '203928.497000', '203928.500000', '203928.502000', '203928.506000', '203928.509000', '203928.512000', '203928.526000', '203928.529000', '203928.531000', '203928.534000', '203928.537000', '203928.539000', '203928.542000', '203928.545000', '203928.547000', '203928.550000', '203928.553000', '203928.555000', '203928.558000', '203928.560000', '203928.563000', '203928.566000', '203928.568000', '203928.571000', '203928.574000', '203928.576000', '203928.579000', '203928.582000', '203928.584000', '203928.587000', '203928.590000', '203928.592000', '203928.595000', '203928.597000', '203928.600000', '203928.603000', '203928.606000', '203928.608000', '203928.611000', '203928.613000', '203928.616000', '203934.440000', '203934.443000', '203934.446000', '203934.449000', '203934.451000', '203934.454000', '203934.457000', '203934.459000', '203934.462000', '203934.465000', '203934.467000', '203934.470000', '203934.472000', '203934.475000'], 'InstanceCreationTime': ['203108.519000', '203108.522000', '203108.525000', '203108.528000', '203108.534000', '203108.536000', '203108.539000', '203108.541000', '203108.544000', '203108.547000', '203108.549000', '203108.552000', '203108.554000', '203108.557000', '203108.560000', '203108.562000', '203108.565000', '203108.580000', '203108.583000', '203108.585000', '203108.588000', '203108.590000', '203108.593000', '203108.596000', '203108.598000', '203108.601000', '203108.603000', '203108.606000', '203108.609000', '203108.611000', '203108.614000', '203108.616000', '203108.619000', '203108.622000', '203108.624000', '203108.627000', '203108.629000', '203108.632000', '203108.634000', '203108.637000', '203108.639000', '203108.642000', '203108.644000', '203108.647000', '203108.650000', '203108.653000', '203108.655000', '203108.658000', '203108.660000', '203108.663000', '203108.666000', '203108.668000', '203108.671000', '203108.674000', '203108.676000', '203108.679000', '203128.491000', '203128.494000', '203128.497000', '203128.500000', '203128.502000', '203128.505000', '203128.507000', '203128.510000', '203128.513000', '203128.527000', '203128.529000', '203128.532000', '203128.535000', '203128.537000', '203128.540000', '203128.543000', '203128.545000', '203128.548000', '203128.550000', '203128.553000', '203128.556000', '203128.558000', '203128.561000', '203128.563000', '203128.566000', '203128.569000', '203128.572000', '203128.574000', '203128.577000', '203128.580000', '203128.582000', '203128.585000', '203128.587000', '203128.590000', '203128.593000', '203128.595000', '203128.598000', '203128.600000', '203128.603000', '203128.606000', '203128.608000', '203128.611000', '203128.613000', '203148.492000', '203148.494000', '203148.497000', '203148.500000', '203148.502000', '203148.505000', '203148.507000', '203148.510000', '203148.513000', '203148.515000', '203148.518000', '203148.520000', '203148.523000', '203148.526000', '203148.528000', '203148.531000', '203148.534000', '203148.536000', '203148.539000', '203148.541000', '203148.544000', '203148.546000', '203148.549000', '203148.552000', '203148.554000', '203148.557000', '203148.559000', '203148.562000', '203148.564000', '203148.567000', '203148.570000', '203148.572000', '203148.575000', '203148.577000', '203148.580000', '203148.582000', '203148.585000', '203148.587000', '203148.590000', '203148.592000', '203148.595000', '203148.598000', '203148.600000', '203148.603000', '203208.491000', '203208.494000', '203208.497000', '203208.499000', '203208.502000', '203208.511000', '203208.513000', '203208.516000', '203208.519000', '203208.521000', '203208.524000', '203208.526000', '203208.529000', '203208.532000', '203208.534000', '203208.537000', '203208.540000', '203208.542000', '203208.545000', '203208.548000', '203208.550000', '203208.553000', '203208.555000', '203208.558000', '203208.561000', '203208.563000', '203208.566000', '203208.568000', '203208.571000', '203208.574000', '203208.576000', '203208.579000', '203208.582000', '203208.584000', '203208.587000', '203208.589000', '203208.592000', '203208.595000', '203208.597000', '203208.600000', '203208.620000', '203208.623000', '203208.625000', '203228.492000', '203228.494000', '203228.497000', '203228.500000', '203228.502000', '203228.505000', '203228.508000', '203228.511000', '203228.513000', '203228.517000', '203228.520000', '203228.523000', '203228.525000', '203228.528000', '203228.531000', '203228.534000', '203228.536000', '203228.539000', '203228.542000', '203228.544000', '203228.547000', '203228.549000', '203228.552000', '203228.554000', '203228.557000', '203228.560000', '203228.562000', '203228.565000', '203228.567000', '203228.570000', '203228.572000', '203228.575000', '203228.578000', '203228.580000', '203228.583000', '203228.585000', '203228.588000', '203228.591000', '203228.593000', '203228.596000', '203228.599000', '203228.602000', '203228.604000', '203228.607000', '203248.492000', '203248.495000', '203248.498000', '203248.501000', '203248.503000', '203248.506000', '203248.508000', '203248.511000', '203248.514000', '203248.516000', '203248.519000', '203248.522000', '203248.524000', '203248.527000', '203248.529000', '203248.532000', '203248.544000', '203248.547000', '203248.550000', '203248.552000', '203248.555000', '203248.558000', '203248.560000', '203248.563000', '203248.566000', '203248.568000', '203248.571000', '203248.573000', '203248.576000', '203248.579000', '203248.581000', '203248.584000', '203248.587000', '203248.589000', '203248.592000', '203248.595000', '203248.597000', '203248.600000', '203248.603000', '203248.605000', '203248.608000', '203248.610000', '203248.613000', '203308.492000', '203308.495000', '203308.498000', '203308.501000', '203308.504000', '203308.506000', '203308.509000', '203308.511000', '203308.514000', '203308.517000', '203308.520000', '203308.522000', '203308.525000', '203308.527000', '203308.530000', '203308.533000', '203308.535000', '203308.538000', '203308.541000', '203308.543000', '203308.546000', '203308.549000', '203308.551000', '203308.554000', '203308.557000', '203308.559000', '203308.562000', '203308.564000', '203308.567000', '203308.570000', '203308.572000', '203308.575000', '203308.577000', '203308.580000', '203308.582000', '203308.585000', '203308.588000', '203308.590000', '203308.593000', '203308.596000', '203308.598000', '203308.601000', '203308.604000', '203308.606000', '203328.492000', '203328.494000', '203328.497000', '203328.500000', '203328.502000', '203328.505000', '203328.508000', '203328.510000', '203328.513000', '203328.516000', '203328.519000', '203328.521000', '203328.524000', '203328.526000', '203328.529000', '203328.532000', '203328.534000', '203328.537000', '203328.540000', '203328.542000', '203328.545000', '203328.548000', '203328.551000', '203328.553000', '203328.556000', '203328.558000', '203328.561000', '203328.564000', '203328.566000', '203328.569000', '203328.572000', '203328.574000', '203328.577000', '203328.580000', '203328.582000', '203328.585000', '203328.588000', '203328.590000', '203328.593000', '203328.595000', '203328.598000', '203328.601000', '203328.603000', '203348.491000', '203348.495000', '203348.497000', '203348.500000', '203348.502000', '203348.505000', '203348.508000', '203348.510000', '203348.513000', '203348.516000', '203348.518000', '203348.521000', '203348.525000', '203348.528000', '203348.531000', '203348.534000', '203348.537000', '203348.539000', '203348.542000', '203348.545000', '203348.547000', '203348.550000', '203348.553000', '203348.557000', '203348.560000', '203348.563000', '203348.565000', '203348.568000', '203348.571000', '203348.573000', '203348.576000', '203348.579000', '203348.582000', '203348.584000', '203348.587000', '203348.590000', '203348.611000', '203348.614000', '203348.616000', '203348.619000', '203348.622000', '203348.624000', '203348.627000', '203408.491000', '203408.494000', '203408.497000', '203408.500000', '203408.502000', '203408.505000', '203408.508000', '203408.511000', '203408.513000', '203408.516000', '203408.518000', '203408.521000', '203408.524000', '203408.526000', '203408.529000', '203408.531000', '203408.534000', '203408.537000', '203408.539000', '203408.542000', '203408.544000', '203408.547000', '203408.550000', '203408.552000', '203408.555000', '203408.557000', '203408.561000', '203408.563000', '203408.566000', '203408.568000', '203408.571000', '203408.574000', '203408.576000', '203408.579000', '203408.582000', '203408.585000', '203408.587000', '203408.590000', '203408.593000', '203408.595000', '203408.598000', '203408.601000', '203408.603000', '203408.606000', '203428.492000', '203428.494000', '203428.497000', '203428.500000', '203428.502000', '203428.505000', '203428.508000', '203428.510000', '203428.513000', '203428.516000', '203428.518000', '203428.521000', '203428.524000', '203428.526000', '203428.529000', '203428.532000', '203428.534000', '203428.537000', '203428.540000', '203428.542000', '203428.545000', '203428.548000', '203428.550000', '203428.553000', '203428.556000', '203428.559000', '203428.562000', '203428.564000', '203428.567000', '203428.570000', '203428.572000', '203428.575000', '203428.578000', '203428.580000', '203428.583000', '203428.585000', '203428.588000', '203428.591000', '203428.593000', '203428.596000', '203428.599000', '203428.601000', '203428.604000', '203448.491000', '203448.495000', '203448.497000', '203448.500000', '203448.503000', '203448.505000', '203448.508000', '203448.510000', '203448.513000', '203448.516000', '203448.518000', '203448.521000', '203448.523000', '203448.526000', '203448.528000', '203448.531000', '203448.534000', '203448.536000', '203448.539000', '203448.541000', '203448.544000', '203448.547000', '203448.549000', '203448.552000', '203448.554000', '203448.557000', '203448.560000', '203448.562000', '203448.565000', '203448.568000', '203448.570000', '203448.573000', '203448.575000', '203448.578000', '203448.581000', '203448.584000', '203448.586000', '203448.589000', '203448.591000', '203448.594000', '203448.597000', '203448.599000', '203448.602000', '203448.605000', '203508.493000', '203508.495000', '203508.498000', '203508.501000', '203508.503000', '203508.506000', '203508.509000', '203508.511000', '203508.514000', '203508.516000', '203508.519000', '203508.522000', '203508.524000', '203508.527000', '203508.530000', '203508.533000', '203508.536000', '203508.539000', '203508.542000', '203508.545000', '203508.547000', '203508.562000', '203508.564000', '203508.567000', '203508.569000', '203508.572000', '203508.575000', '203508.577000', '203508.580000', '203508.582000', '203508.585000', '203508.588000', '203508.590000', '203508.593000', '203508.596000', '203508.599000', '203508.602000', '203508.604000', '203508.607000', '203508.610000', '203508.612000', '203508.615000', '203508.618000', '203528.493000', '203528.495000', '203528.498000', '203528.501000', '203528.529000', '203528.532000', '203528.534000', '203528.537000', '203528.540000', '203528.543000', '203528.545000', '203528.548000', '203528.550000', '203528.553000', '203528.556000', '203528.558000', '203528.561000', '203528.564000', '203528.567000', '203528.569000', '203528.572000', '203528.574000', '203528.577000', '203528.580000', '203528.582000', '203528.585000', '203528.588000', '203528.590000', '203528.593000', '203528.596000', '203528.598000', '203528.601000', '203528.604000', '203528.606000', '203528.609000', '203528.612000', '203528.614000', '203528.617000', '203528.619000', '203528.622000', '203528.625000', '203528.627000', '203528.630000', '203528.633000', '203548.491000', '203548.494000', '203548.497000', '203548.500000', '203548.502000', '203548.505000', '203548.508000', '203548.510000', '203548.513000', '203548.516000', '203548.518000', '203548.521000', '203548.524000', '203548.526000', '203548.529000', '203548.531000', '203548.534000', '203548.537000', '203548.539000', '203548.542000', '203548.544000', '203548.547000', '203548.550000', '203548.553000', '203548.556000', '203548.559000', '203548.562000', '203548.564000', '203548.567000', '203548.609000', '203548.611000', '203548.614000', '203548.617000', '203548.619000', '203548.622000', '203548.624000', '203548.627000', '203548.629000', '203548.632000', '203548.635000', '203548.637000', '203548.640000', '203548.642000', '203608.492000', '203608.495000', '203608.497000', '203608.500000', '203608.503000', '203608.506000', '203608.508000', '203608.511000', '203608.514000', '203608.516000', '203608.519000', '203608.521000', '203608.524000', '203608.527000', '203608.529000', '203608.532000', '203608.534000', '203608.537000', '203608.540000', '203608.542000', '203608.545000', '203608.547000', '203608.550000', '203608.553000', '203608.555000', '203608.558000', '203608.560000', '203608.563000', '203608.566000', '203608.568000', '203608.571000', '203608.574000', '203608.576000', '203608.579000', '203608.582000', '203608.584000', '203608.587000', '203608.590000', '203608.598000', '203608.601000', '203608.604000', '203608.606000', '203608.609000', '203608.612000', '203628.492000', '203628.495000', '203628.497000', '203628.500000', '203628.503000', '203628.505000', '203628.508000', '203628.511000', '203628.513000', '203628.516000', '203628.519000', '203628.521000', '203628.524000', '203628.527000', '203628.529000', '203628.532000', '203628.534000', '203628.537000', '203628.540000', '203628.542000', '203628.545000', '203628.548000', '203628.550000', '203628.553000', '203628.556000', '203628.558000', '203628.561000', '203628.563000', '203628.566000', '203628.569000', '203628.571000', '203628.574000', '203628.578000', '203628.581000', '203628.584000', '203628.587000', '203628.589000', '203628.592000', '203628.595000', '203628.597000', '203628.600000', '203628.603000', '203628.605000', '203648.493000', '203648.496000', '203648.499000', '203648.502000', '203648.504000', '203648.507000', '203648.510000', '203648.512000', '203648.515000', '203648.518000', '203648.520000', '203648.523000', '203648.526000', '203648.528000', '203648.531000', '203648.563000', '203648.565000', '203648.568000', '203648.570000', '203648.573000', '203648.576000', '203648.578000', '203648.581000', '203648.584000', '203648.586000', '203648.589000', '203648.592000', '203648.594000', '203648.597000', '203648.600000', '203648.603000', '203648.606000', '203648.609000', '203648.612000', '203648.614000', '203648.617000', '203648.619000', '203648.622000', '203648.625000', '203648.627000', '203648.630000', '203648.633000', '203648.635000', '203648.638000', '203708.492000', '203708.494000', '203708.497000', '203708.500000', '203708.502000', '203708.505000', '203708.508000', '203708.510000', '203708.513000', '203708.516000', '203708.518000', '203708.521000', '203708.523000', '203708.526000', '203708.529000', '203708.531000', '203708.534000', '203708.537000', '203708.539000', '203708.542000', '203708.545000', '203708.547000', '203708.550000', '203708.552000', '203708.555000', '203708.557000', '203708.560000', '203708.563000', '203708.565000', '203708.568000', '203708.570000', '203708.573000', '203708.576000', '203708.578000', '203708.581000', '203708.583000', '203708.586000', '203708.589000', '203708.592000', '203708.595000', '203708.598000', '203708.601000', '203708.605000', '203728.493000', '203728.496000', '203728.498000', '203728.501000', '203728.503000', '203728.506000', '203728.509000', '203728.511000', '203728.514000', '203728.517000', '203728.519000', '203728.522000', '203728.525000', '203728.527000', '203728.530000', '203728.533000', '203728.535000', '203728.538000', '203728.541000', '203728.543000', '203728.546000', '203728.548000', '203728.551000', '203728.554000', '203728.556000', '203728.559000', '203728.561000', '203728.564000', '203728.567000', '203728.570000', '203728.572000', '203728.575000', '203728.577000', '203728.580000', '203728.583000', '203728.585000', '203728.588000', '203728.591000', '203728.593000', '203728.596000', '203728.599000', '203728.602000', '203728.604000', '203728.607000', '203748.492000', '203748.495000', '203748.498000', '203748.501000', '203748.504000', '203748.506000', '203748.509000', '203748.512000', '203748.514000', '203748.517000', '203748.519000', '203748.522000', '203748.525000', '203748.527000', '203748.530000', '203748.533000', '203748.535000', '203748.538000', '203748.540000', '203748.543000', '203748.546000', '203748.548000', '203748.551000', '203748.554000', '203748.556000', '203748.559000', '203748.561000', '203748.564000', '203748.567000', '203748.569000', '203748.572000', '203748.575000', '203748.577000', '203748.580000', '203748.583000', '203748.585000', '203748.588000', '203748.590000', '203748.593000', '203748.596000', '203748.599000', '203748.601000', '203748.604000', '203808.492000', '203808.495000', '203808.497000', '203808.500000', '203808.503000', '203808.505000', '203808.508000', '203808.510000', '203808.513000', '203808.516000', '203808.518000', '203808.537000', '203808.540000', '203808.543000', '203808.546000', '203808.548000', '203808.551000', '203808.554000', '203808.556000', '203808.559000', '203808.562000', '203808.564000', '203808.567000', '203808.570000', '203808.572000', '203808.575000', '203808.578000', '203808.580000', '203808.583000', '203808.586000', '203808.588000', '203808.591000', '203808.594000', '203808.596000', '203808.599000', '203808.602000', '203808.604000', '203808.607000', '203808.609000', '203808.612000', '203808.615000', '203808.618000', '203808.620000', '203808.623000', '203828.491000', '203828.494000', '203828.498000', '203828.500000', '203828.503000', '203828.506000', '203828.508000', '203828.511000', '203828.514000', '203828.516000', '203828.519000', '203828.522000', '203828.524000', '203828.527000', '203828.530000', '203828.532000', '203828.535000', '203828.537000', '203828.540000', '203828.543000', '203828.545000', '203828.548000', '203828.551000', '203828.553000', '203828.556000', '203828.559000', '203828.562000', '203828.564000', '203828.567000', '203828.569000', '203828.572000', '203828.575000', '203828.577000', '203828.580000', '203828.583000', '203828.585000', '203828.588000', '203828.590000', '203828.593000', '203828.596000', '203828.599000', '203828.601000', '203828.604000', '203848.492000', '203848.495000', '203848.497000', '203848.500000', '203848.503000', '203848.506000', '203848.508000', '203848.511000', '203848.514000', '203848.516000', '203848.519000', '203848.522000', '203848.524000', '203848.527000', '203848.530000', '203848.532000', '203848.535000', '203848.538000', '203848.540000', '203848.550000', '203848.552000', '203848.555000', '203848.558000', '203848.560000', '203848.563000', '203848.566000', '203848.568000', '203848.571000', '203848.574000', '203848.576000', '203848.579000', '203848.582000', '203848.584000', '203848.587000', '203848.590000', '203848.592000', '203848.595000', '203848.598000', '203848.600000', '203848.603000', '203848.606000', '203848.608000', '203848.611000', '203848.613000', '203908.491000', '203908.494000', '203908.497000', '203908.499000', '203908.502000', '203908.505000', '203908.508000', '203908.510000', '203908.513000', '203908.515000', '203908.518000', '203908.521000', '203908.523000', '203908.526000', '203908.529000', '203908.531000', '203908.534000', '203908.537000', '203908.539000', '203908.542000', '203908.544000', '203908.547000', '203908.550000', '203908.552000', '203908.555000', '203908.558000', '203908.560000', '203908.563000', '203908.565000', '203908.568000', '203908.570000', '203908.573000', '203908.576000', '203908.578000', '203908.581000', '203908.583000', '203908.586000', '203908.589000', '203908.591000', '203908.594000', '203908.596000', '203908.599000', '203908.602000', '203928.492000', '203928.494000', '203928.497000', '203928.500000', '203928.502000', '203928.506000', '203928.509000', '203928.512000', '203928.526000', '203928.529000', '203928.531000', '203928.534000', '203928.537000', '203928.539000', '203928.542000', '203928.545000', '203928.547000', '203928.550000', '203928.553000', '203928.555000', '203928.558000', '203928.560000', '203928.563000', '203928.566000', '203928.568000', '203928.571000', '203928.574000', '203928.576000', '203928.579000', '203928.582000', '203928.584000', '203928.587000', '203928.590000', '203928.592000', '203928.595000', '203928.597000', '203928.600000', '203928.603000', '203928.606000', '203928.608000', '203928.611000', '203928.613000', '203928.616000', '203934.440000', '203934.443000', '203934.446000', '203934.449000', '203934.451000', '203934.454000', '203934.457000', '203934.459000', '203934.462000', '203934.465000', '203934.467000', '203934.470000', '203934.472000', '203934.475000'], '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': [13945, 12017, 14746, 12094, 8836, 14506, 8137, 13633, 10631, 14494, 9920, 12752, 10479, 13226, 12185, 8787, 13548, 8260, 14722, 9454, 13555, 9530, 13655, 9655, 13689, 10539, 14511, 10303, 12094, 9378, 11167, 11011, 10814, 11504, 7716, 12423, 9911, 14316, 11367, 9245, 10575, 8601, 12576, 10414, 14400, 8570, 12690, 9500, 14267, 11987, 15300, 10226, 14364, 9949, 15291, 12677, 9509, 11099, 8583, 12650, 9264, 14419, 8801, 12633, 9249, 13737, 11652, 16020, 10575, 10118, 10815, 9528, 14967, 8984, 13115, 9306, 13234, 10196, 15850, 11509, 13136, 9741, 13348, 10591, 11561, 11070, 8305, 12660, 7918, 15014, 9705, 12381, 8649, 12980, 9856, 12750, 11343, 8627, 12038, 8662, 13516, 11466, 15483, 9966, 14348, 10320, 16240, 12762, 12080, 10561, 10963, 11104, 13825, 12447, 8630, 13453, 7861, 13845, 9175, 13988, 10358, 13152, 9675, 14152, 11212, 15501, 10441, 9985, 10544, 9191, 12924, 9524, 12743, 8114, 12594, 9422, 14234, 11817, 14268, 9638, 13159, 10270, 14532, 12229, 8622, 11602, 8019, 12487, 9645, 13333, 9788, 12962, 9166, 14078, 9949, 11196, 10258, 8510, 11864, 9568, 13251, 8743, 12966, 8650, 12690, 9479, 13719, 8833, 13761, 8260, 12881, 8807, 13865, 10936, 13102, 9209, 13209, 10158, 14211, 11616, 13076, 8904, 13034, 10063, 14558, 10739, 10879, 9291, 8671, 10938, 10357, 10909, 8253, 11753, 8211, 12733, 10372, 11121, 9314, 8757, 11440, 13799, 12156, 8915, 11607, 8838, 12780, 12653, 12988, 8863, 14305, 8134, 12811, 9508, 14222, 9190, 12960, 8220, 14056, 9698, 13931, 9743, 13321, 9386, 13142, 9279, 13383, 9413, 13078, 8187, 14328, 9041, 14321, 8891, 12585, 8002, 13936, 9076, 12800, 9009, 13009, 8328, 14303, 9111, 12732, 8303, 12614, 9193, 13235, 10984, 13754, 9788, 13738, 9454, 13716, 10283, 15161, 11041, 9154, 10722, 10001, 11960, 12629, 11638, 8834, 11967, 8389, 13140, 10193, 13612, 8606, 12143, 8389, 13213, 9985, 13027, 9166, 12365, 9193, 13551, 11224, 14344, 9650, 13019, 9720, 14611, 11360, 12500, 9559, 13846, 9701, 15441, 11588, 12754, 9343, 14059, 10092, 15494, 11435, 10946, 8850, 8797, 11166, 10051, 12169, 7886, 12357, 9033, 13064, 10989, 14037, 9949, 10610, 10855, 15611, 12450, 9006, 11161, 8648, 12716, 10628, 13298, 8508, 12678, 8364, 13395, 10596, 14008, 9706, 13357, 10031, 14848, 12663, 15463, 9524, 13460, 9528, 14333, 10984, 12499, 10016, 11979, 10011, 15425, 12306, 10965, 10074, 11157, 10279, 15327, 11933, 13572, 9831, 10774, 12422, 7658, 12802, 9967, 8811, 12586, 8855, 12966, 9138, 13625, 9827, 13117, 9522, 12537, 9568, 14230, 11398, 12186, 9335, 8146, 11577, 9324, 13880, 8892, 12732, 8948, 13024, 10368, 14607, 12072, 15327, 9718, 13981, 10374, 15077, 12154, 14541, 9138, 14133, 9210, 14233, 11337, 12919, 8604, 12820, 9122, 13722, 10786, 13428, 8879, 13729, 9670, 16007, 12027, 13690, 9365, 14113, 10160, 16733, 12697, 12502, 9506, 14376, 10387, 16298, 12129, 11056, 9532, 9487, 10554, 11834, 11342, 8271, 11254, 8102, 12300, 9973, 12910, 8275, 12046, 8406, 13123, 11207, 12616, 8621, 11341, 13921, 10449, 15874, 11638, 12819, 8796, 13937, 8424, 13745, 9685, 12568, 8238, 13162, 8680, 13413, 10189, 12930, 8455, 13077, 9737, 13782, 10880, 13251, 8704, 14500, 9261, 13287, 9431, 12671, 9296, 12842, 9781, 14260, 10229, 14291, 9113, 14208, 11796, 16049, 11186, 15103, 9690, 14955, 12171, 15783, 9580, 13775, 8864, 14319, 10033, 13804, 9086, 13142, 8623, 13301, 9499, 13700, 10749, 12701, 9509, 8212, 11141, 9562, 13922, 8957, 12755, 8906, 13274, 10163, 14615, 11343, 13597, 9173, 12990, 9473, 13935, 10539, 13475, 8933, 12608, 9034, 13531, 10099, 12927, 8439, 13015, 9230, 12708, 10101, 8650, 10943, 7863, 14863, 9658, 12374, 8918, 12954, 9979, 14562, 11687, 15363, 9969, 14235, 11336, 16869, 12288, 14772, 9516, 13528, 10448, 15631, 12140, 8577, 10756, 8197, 12008, 9570, 13057, 7971, 14203, 8036, 13931, 9258, 12560, 8711, 12590, 9412, 13630, 10982, 12795, 8921, 12897, 9857, 14104, 10321, 12058, 9235, 13930, 9685, 14098, 9710, 13462, 8615, 13979, 9976, 12235, 9884, 8723, 10507, 8882, 12635, 8255, 12674, 8980, 13069, 10510, 14725, 10299, 14196, 10591, 14949, 12401, 16021, 10041, 13782, 10453, 14161, 11207, 14016, 10137, 13042, 9601, 14002, 11089, 13555, 9380, 13434, 9341, 13958, 10672, 13036, 9198, 12706, 9005, 12994, 9758, 12937, 8041, 12381, 8645, 12210, 8999, 12354, 7772, 11920, 9448, 12991, 10671, 13383, 8794, 13913, 10584, 14957, 11392, 10486, 11018, 12845, 12075, 11877, 11458, 8854, 11490, 8576, 14581, 9501, 13050, 9503, 13115, 10412, 14610, 11554, 14565, 9749, 13375, 10688, 15652, 11934, 10295, 8900, 8113, 10411, 10852, 9077, 13565, 9738, 13365, 9738, 15808, 10328, 13397, 8918, 12993, 9413, 14203, 10065, 12975, 9645, 13170, 9504, 14168, 11139, 14163, 9735, 9824, 10601, 13530, 11810, 11621, 11441, 8096, 12169, 9100, 13851, 9129, 12913, 8422, 13254, 8367, 13836, 10125, 14069, 10037, 12835, 9882, 13887, 11193, 15431, 11780, 13650, 9536, 13661, 9885, 14990, 11757, 10552, 9512, 8254, 11073, 10720, 11559, 8612, 10981, 8132, 12039, 11022, 11791, 8384, 11309, 8064, 12391, 12119, 11909, 9525, 10087, 13363, 9724, 14329, 11111, 8418, 10843, 7987, 11830, 9551, 13925, 8130, 12359, 8750, 13280, 9338, 13888, 10818, 13573, 9532, 14226, 10234, 16045, 12104, 12706, 9969, 12490, 11048, 13788, 10630, 14617, 11668, 15906, 10831, 8732, 10072, 7989, 11248, 9991, 12859, 8648, 12381, 8397, 12677, 13634, 12307, 8887, 11319, 14704, 10074, 16420, 12061, 13695, 8995, 12586, 8801, 13859, 8960, 12101, 8078, 10775, 8992, 12136, 8634, 11279, 8531, 9995, 13950, 10406, 13437, 8977, 13677, 9224, 14278, 10539, 12312, 9063, 13087, 10222, 12739, 10631, 8353, 12049, 8122, 13328, 9559, 14284, 8977, 12902, 9237, 13555, 10593, 15796, 11195, 13667, 9804, 13471, 10810, 14842, 10898, 13307, 8473, 13661, 10138, 13825, 9431, 12920, 8988, 13273, 10517, 13570, 10115, 13070, 8767, 13881, 10042, 8256, 11655, 7819, 12017, 9382, 13514, 9478, 13486, 9537, 14297, 11267, 12969, 10588, 11989, 10887, 16390, 13366, 13073, 10969, 15701, 10480, 16751, 12613, 15378, 9293, 13420, 9529, 14048, 11233, 12723, 9217, 12625, 9560, 13622, 10883, 12584, 9029, 13020, 9338, 13862, 11145, 12636, 9056, 12552, 9169, 13198, 10660, 13675, 9135, 10772, 10341, 13366, 11328, 8652, 11804, 8136, 13016, 9693, 13694, 8680, 12529, 8568, 12467, 10949, 12645, 8765, 11258, 8038, 12275, 8890, 12639, 7814, 12271, 9581, 13434, 10922, 14032, 9157, 11944, 10505, 13773, 11627, 8682, 11949, 8053, 14421, 9693, 13717, 10295, 13256, 10039, 14942, 12035, 15195, 10216, 8589, 11228, 10695, 15169, 8494, 12548, 9349, 13312, 10188, 16095, 11414, 10409, 9659, 9186, 11712, 10898, 12730, 7735, 11753, 9246, 13496, 11386, 14559, 9761, 10122, 10613, 10089, 15257, 9648, 13166, 10000, 13664, 10876, 15824, 12174, 14473, 9427, 14360, 10045, 14997, 10429, 9142, 9569, 8737, 11866, 8356, 12367, 7753, 11564, 9091, 13007, 9764, 11272, 9432, 9777, 11300, 10484, 12097, 7828, 12612, 10151, 15278, 11955, 12685, 10462, 9143, 12460, 10155, 13673, 8646, 12967, 9442, 14444, 11979, 15556, 10134, 13945, 9890, 15623, 12311, 15159, 9468, 14468, 9805, 15619, 10198, 8574, 11493, 9059, 12645, 12125, 7944, 13979, 7985, 11927, 10951, 11846, 8945, 10811, 12927, 11589, 15573, 11202, 8773, 10684, 8875, 12196, 10756, 13445, 8119, 13179, 7897, 11662, 9303, 13391, 8007, 14364, 7950, 14319, 8732, 12247, 8711, 12240, 8833, 13392, 10776, 16345, 11805, 13879, 9942, 12920, 12338, 15629, 12321, 8637, 10897, 8833, 12526, 11131, 12021, 8600, 11186, 7679, 12278, 9708, 12563, 8478, 12354, 9170, 13695, 11035, 13561, 9505, 13216, 9870, 13951, 11708, 13181, 9023, 13052, 9339, 13920, 11342, 12858, 9044, 12703, 9391, 14130, 11488, 12991, 8596, 13390, 9327, 14198, 11303, 14858, 9441, 13835, 9566, 13584, 10578, 13735, 9182, 14037, 7888, 13359, 8711, 12819, 7597, 14013, 7937, 12005, 9443, 12255, 7999, 12496, 8007, 12139, 8998, 12514, 7655, 11746], 'WindowCenter': [4737.0, 4705.0, 4698.0, 4675.0, 4630.0, 4670.0, 4609.0, 4669.0, 4639.0, 4668.0, 4628.0, 4646.0, 4638.0, 4656.0, 4648.0, 4606.0, 4657.0, 4605.0, 4666.0, 4615.0, 4659.0, 4616.0, 4655.0, 4615.0, 4656.0, 4637.0, 4655.0, 4626.0, 4645.0, 4616.0, 4635.0, 4638.0, 4637.0, 4647.0, 4598.0, 4646.0, 4639.0, 4667.0, 4650.0, 4628.0, 4640.0, 4618.0, 4661.0, 4638.0, 4669.0, 4607.0, 4645.0, 4629.0, 4658.0, 4647.0, 4666.0, 4627.0, 4653.0, 4628.0, 4665.0, 4648.0, 4616.0, 4636.0, 4606.0, 4659.0, 4617.0, 4658.0, 4607.0, 4645.0, 4616.0, 4656.0, 4636.0, 4666.0, 4627.0, 4625.0, 4636.0, 4615.0, 4665.0, 4616.0, 4644.0, 4615.0, 4656.0, 4638.0, 4667.0, 4647.0, 4646.0, 4616.0, 4644.0, 4636.0, 4636.0, 4634.0, 4597.0, 4646.0, 4606.0, 4665.0, 4618.0, 4644.0, 4607.0, 4645.0, 4638.0, 4656.0, 4647.0, 4618.0, 4647.0, 4620.0, 4669.0, 4647.0, 4668.0, 4630.0, 4658.0, 4637.0, 4665.0, 4658.0, 4645.0, 4623.0, 4624.0, 4635.0, 4644.0, 4646.0, 4593.0, 4641.0, 4595.0, 4656.0, 4617.0, 4656.0, 4626.0, 4643.0, 4616.0, 4656.0, 4637.0, 4666.0, 4625.0, 4615.0, 4625.0, 4616.0, 4643.0, 4616.0, 4646.0, 4595.0, 4632.0, 4617.0, 4655.0, 4636.0, 4654.0, 4614.0, 4643.0, 4626.0, 4654.0, 4635.0, 4603.0, 4633.0, 4592.0, 4644.0, 4615.0, 4646.0, 4625.0, 4644.0, 4616.0, 4655.0, 4627.0, 4636.0, 4636.0, 4616.0, 4647.0, 4628.0, 4659.0, 4615.0, 4657.0, 4605.0, 4647.0, 4618.0, 4657.0, 4604.0, 4644.0, 4592.0, 4644.0, 4617.0, 4644.0, 4626.0, 4644.0, 4615.0, 4642.0, 4627.0, 4655.0, 4636.0, 4645.0, 4614.0, 4643.0, 4626.0, 4653.0, 4637.0, 4622.0, 4613.0, 4605.0, 4636.0, 4626.0, 4636.0, 4605.0, 4645.0, 4620.0, 4659.0, 4640.0, 4649.0, 4630.0, 4620.0, 4659.0, 4669.0, 4662.0, 4621.0, 4648.0, 4618.0, 4660.0, 4649.0, 4646.0, 4606.0, 4654.0, 4594.0, 4646.0, 4615.0, 4658.0, 4617.0, 4642.0, 4593.0, 4655.0, 4614.0, 4654.0, 4614.0, 4641.0, 4614.0, 4643.0, 4615.0, 4645.0, 4614.0, 4642.0, 4604.0, 4653.0, 4614.0, 4656.0, 4605.0, 4644.0, 4594.0, 4656.0, 4615.0, 4646.0, 4615.0, 4654.0, 4605.0, 4666.0, 4617.0, 4655.0, 4607.0, 4645.0, 4626.0, 4655.0, 4638.0, 4656.0, 4628.0, 4654.0, 4628.0, 4667.0, 4641.0, 4668.0, 4648.0, 4617.0, 4638.0, 4629.0, 4649.0, 4648.0, 4647.0, 4605.0, 4647.0, 4606.0, 4659.0, 4626.0, 4656.0, 4604.0, 4633.0, 4592.0, 4645.0, 4615.0, 4644.0, 4604.0, 4643.0, 4616.0, 4655.0, 4635.0, 4655.0, 4625.0, 4644.0, 4627.0, 4666.0, 4646.0, 4645.0, 4616.0, 4655.0, 4626.0, 4663.0, 4636.0, 4644.0, 4615.0, 4654.0, 4624.0, 4665.0, 4635.0, 4623.0, 4604.0, 4604.0, 4635.0, 4626.0, 4645.0, 4606.0, 4646.0, 4629.0, 4656.0, 4650.0, 4668.0, 4637.0, 4638.0, 4650.0, 4677.0, 4658.0, 4619.0, 4636.0, 4606.0, 4659.0, 4625.0, 4659.0, 4607.0, 4644.0, 4607.0, 4656.0, 4627.0, 4654.0, 4616.0, 4644.0, 4629.0, 4655.0, 4646.0, 4653.0, 4615.0, 4645.0, 4614.0, 4654.0, 4626.0, 4645.0, 4624.0, 4635.0, 4624.0, 4653.0, 4645.0, 4625.0, 4616.0, 4625.0, 4625.0, 4654.0, 4635.0, 4643.0, 4614.0, 4622.0, 4631.0, 4584.0, 4645.0, 4637.0, 4618.0, 4647.0, 4618.0, 4657.0, 4629.0, 4656.0, 4626.0, 4646.0, 4614.0, 4645.0, 4626.0, 4655.0, 4635.0, 4645.0, 4614.0, 4596.0, 4648.0, 4617.0, 4668.0, 4618.0, 4648.0, 4615.0, 4646.0, 4638.0, 4667.0, 4648.0, 4654.0, 4616.0, 4643.0, 4629.0, 4655.0, 4645.0, 4642.0, 4615.0, 4643.0, 4615.0, 4654.0, 4633.0, 4644.0, 4606.0, 4654.0, 4628.0, 4654.0, 4637.0, 4655.0, 4620.0, 4655.0, 4630.0, 4665.0, 4649.0, 4655.0, 4616.0, 4657.0, 4628.0, 4664.0, 4646.0, 4635.0, 4614.0, 4642.0, 4626.0, 4665.0, 4634.0, 4623.0, 4613.0, 4613.0, 4627.0, 4635.0, 4633.0, 4604.0, 4635.0, 4597.0, 4647.0, 4624.0, 4647.0, 4606.0, 4644.0, 4595.0, 4646.0, 4625.0, 4634.0, 4592.0, 4623.0, 4640.0, 4624.0, 4650.0, 4623.0, 4632.0, 4592.0, 4641.0, 4606.0, 4641.0, 4615.0, 4643.0, 4604.0, 4656.0, 4617.0, 4657.0, 4638.0, 4656.0, 4607.0, 4656.0, 4629.0, 4657.0, 4637.0, 4643.0, 4606.0, 4654.0, 4617.0, 4656.0, 4617.0, 4643.0, 4615.0, 4646.0, 4628.0, 4667.0, 4626.0, 4654.0, 4616.0, 4655.0, 4648.0, 4667.0, 4638.0, 4653.0, 4615.0, 4653.0, 4634.0, 4650.0, 4602.0, 4643.0, 4605.0, 4651.0, 4613.0, 4645.0, 4604.0, 4640.0, 4602.0, 4642.0, 4625.0, 4653.0, 4637.0, 4643.0, 4616.0, 4604.0, 4646.0, 4627.0, 4668.0, 4618.0, 4648.0, 4618.0, 4658.0, 4638.0, 4668.0, 4650.0, 4653.0, 4618.0, 4646.0, 4626.0, 4655.0, 4628.0, 4643.0, 4606.0, 4645.0, 4616.0, 4655.0, 4624.0, 4643.0, 4605.0, 4659.0, 4630.0, 4658.0, 4637.0, 4616.0, 4640.0, 4608.0, 4678.0, 4631.0, 4659.0, 4619.0, 4657.0, 4640.0, 4669.0, 4648.0, 4668.0, 4626.0, 4655.0, 4638.0, 4668.0, 4636.0, 4654.0, 4615.0, 4641.0, 4625.0, 4653.0, 4636.0, 4604.0, 4625.0, 4595.0, 4645.0, 4615.0, 4646.0, 4596.0, 4656.0, 4596.0, 4657.0, 4615.0, 4643.0, 4607.0, 4632.0, 4616.0, 4654.0, 4634.0, 4644.0, 4606.0, 4644.0, 4628.0, 4655.0, 4626.0, 4645.0, 4617.0, 4665.0, 4628.0, 4655.0, 4627.0, 4653.0, 4619.0, 4666.0, 4641.0, 4646.0, 4627.0, 4607.0, 4638.0, 4619.0, 4660.0, 4620.0, 4659.0, 4631.0, 4672.0, 4652.0, 4680.0, 4641.0, 4669.0, 4639.0, 4670.0, 4649.0, 4666.0, 4618.0, 4655.0, 4624.0, 4658.0, 4634.0, 4645.0, 4615.0, 4641.0, 4614.0, 4654.0, 4636.0, 4644.0, 4616.0, 4654.0, 4617.0, 4656.0, 4624.0, 4643.0, 4615.0, 4644.0, 4616.0, 4643.0, 4615.0, 4646.0, 4594.0, 4644.0, 4618.0, 4647.0, 4605.0, 4644.0, 4586.0, 4635.0, 4628.0, 4656.0, 4637.0, 4656.0, 4618.0, 4657.0, 4638.0, 4666.0, 4648.0, 4638.0, 4638.0, 4647.0, 4647.0, 4635.0, 4637.0, 4605.0, 4635.0, 4604.0, 4658.0, 4617.0, 4644.0, 4627.0, 4645.0, 4637.0, 4656.0, 4636.0, 4654.0, 4618.0, 4642.0, 4639.0, 4664.0, 4638.0, 4624.0, 4606.0, 4610.0, 4638.0, 4652.0, 4632.0, 4671.0, 4629.0, 4658.0, 4631.0, 4678.0, 4629.0, 4646.0, 4606.0, 4644.0, 4617.0, 4653.0, 4615.0, 4643.0, 4613.0, 4643.0, 4614.0, 4653.0, 4635.0, 4656.0, 4618.0, 4625.0, 4636.0, 4658.0, 4647.0, 4636.0, 4636.0, 4595.0, 4634.0, 4606.0, 4656.0, 4614.0, 4643.0, 4593.0, 4642.0, 4595.0, 4645.0, 4613.0, 4653.0, 4613.0, 4641.0, 4614.0, 4642.0, 4634.0, 4653.0, 4635.0, 4644.0, 4613.0, 4642.0, 4626.0, 4653.0, 4635.0, 4613.0, 4614.0, 4593.0, 4635.0, 4623.0, 4634.0, 4605.0, 4634.0, 4595.0, 4646.0, 4635.0, 4636.0, 4595.0, 4638.0, 4594.0, 4649.0, 4646.0, 4646.0, 4615.0, 4625.0, 4642.0, 4616.0, 4654.0, 4634.0, 4595.0, 4635.0, 4594.0, 4646.0, 4627.0, 4668.0, 4596.0, 4644.0, 4607.0, 4656.0, 4615.0, 4658.0, 4637.0, 4645.0, 4616.0, 4654.0, 4627.0, 4667.0, 4646.0, 4646.0, 4615.0, 4632.0, 4622.0, 4640.0, 4624.0, 4654.0, 4635.0, 4665.0, 4624.0, 4605.0, 4624.0, 4607.0, 4647.0, 4627.0, 4662.0, 4619.0, 4660.0, 4609.0, 4669.0, 4659.0, 4648.0, 4618.0, 4638.0, 4654.0, 4626.0, 4666.0, 4635.0, 4643.0, 4604.0, 4632.0, 4606.0, 4654.0, 4606.0, 4634.0, 4583.0, 4624.0, 4616.0, 4645.0, 4604.0, 4637.0, 4605.0, 4628.0, 4655.0, 4639.0, 4654.0, 4615.0, 4645.0, 4616.0, 4657.0, 4637.0, 4646.0, 4616.0, 4645.0, 4635.0, 4658.0, 4636.0, 4607.0, 4644.0, 4597.0, 4659.0, 4616.0, 4658.0, 4605.0, 4644.0, 4604.0, 4644.0, 4624.0, 4655.0, 4625.0, 4642.0, 4613.0, 4643.0, 4633.0, 4655.0, 4623.0, 4643.0, 4593.0, 4655.0, 4624.0, 4645.0, 4614.0, 4642.0, 4605.0, 4643.0, 4626.0, 4647.0, 4628.0, 4644.0, 4605.0, 4654.0, 4627.0, 4605.0, 4646.0, 4597.0, 4660.0, 4630.0, 4671.0, 4644.0, 4671.0, 4642.0, 4682.0, 4664.0, 4673.0, 4653.0, 4651.0, 4652.0, 4679.0, 4661.0, 4659.0, 4639.0, 4664.0, 4626.0, 4665.0, 4646.0, 4654.0, 4604.0, 4643.0, 4616.0, 4644.0, 4622.0, 4632.0, 4603.0, 4631.0, 4615.0, 4644.0, 4626.0, 4633.0, 4604.0, 4642.0, 4616.0, 4644.0, 4635.0, 4631.0, 4602.0, 4633.0, 4616.0, 4646.0, 4627.0, 4655.0, 4614.0, 4634.0, 4638.0, 4657.0, 4640.0, 4608.0, 4647.0, 4597.0, 4657.0, 4628.0, 4657.0, 4605.0, 4647.0, 4602.0, 4647.0, 4624.0, 4644.0, 4594.0, 4632.0, 4595.0, 4644.0, 4614.0, 4646.0, 4596.0, 4644.0, 4629.0, 4657.0, 4647.0, 4667.0, 4629.0, 4646.0, 4638.0, 4659.0, 4648.0, 4609.0, 4648.0, 4599.0, 4665.0, 4627.0, 4655.0, 4628.0, 4645.0, 4626.0, 4667.0, 4647.0, 4665.0, 4626.0, 4604.0, 4635.0, 4625.0, 4667.0, 4606.0, 4644.0, 4615.0, 4654.0, 4640.0, 4665.0, 4646.0, 4625.0, 4615.0, 4613.0, 4647.0, 4626.0, 4645.0, 4585.0, 4634.0, 4614.0, 4657.0, 4635.0, 4656.0, 4626.0, 4626.0, 4636.0, 4637.0, 4667.0, 4627.0, 4656.0, 4626.0, 4655.0, 4638.0, 4666.0, 4648.0, 4655.0, 4614.0, 4654.0, 4626.0, 4654.0, 4625.0, 4614.0, 4615.0, 4607.0, 4646.0, 4607.0, 4645.0, 4598.0, 4646.0, 4630.0, 4657.0, 4639.0, 4649.0, 4630.0, 4641.0, 4650.0, 4640.0, 4658.0, 4599.0, 4657.0, 4641.0, 4669.0, 4651.0, 4657.0, 4637.0, 4617.0, 4649.0, 4627.0, 4657.0, 4605.0, 4646.0, 4628.0, 4665.0, 4649.0, 4666.0, 4625.0, 4656.0, 4627.0, 4655.0, 4635.0, 4654.0, 4615.0, 4641.0, 4625.0, 4655.0, 4613.0, 4602.0, 4635.0, 4628.0, 4657.0, 4650.0, 4609.0, 4669.0, 4610.0, 4663.0, 4638.0, 4650.0, 4606.0, 4636.0, 4645.0, 4639.0, 4666.0, 4634.0, 4605.0, 4624.0, 4607.0, 4648.0, 4625.0, 4657.0, 4595.0, 4645.0, 4597.0, 4648.0, 4615.0, 4657.0, 4596.0, 4653.0, 4597.0, 4667.0, 4608.0, 4647.0, 4618.0, 4647.0, 4630.0, 4670.0, 4651.0, 4691.0, 4650.0, 4669.0, 4630.0, 4650.0, 4658.0, 4668.0, 4646.0, 4605.0, 4625.0, 4605.0, 4647.0, 4626.0, 4637.0, 4604.0, 4624.0, 4596.0, 4648.0, 4615.0, 4644.0, 4597.0, 4645.0, 4617.0, 4655.0, 4627.0, 4646.0, 4616.0, 4646.0, 4628.0, 4655.0, 4636.0, 4643.0, 4614.0, 4644.0, 4617.0, 4658.0, 4636.0, 4644.0, 4617.0, 4643.0, 4625.0, 4656.0, 4636.0, 4644.0, 4609.0, 4654.0, 4617.0, 4659.0, 4639.0, 4655.0, 4617.0, 4655.0, 4614.0, 4655.0, 4638.0, 4657.0, 4617.0, 4653.0, 4597.0, 4646.0, 4603.0, 4647.0, 4584.0, 4654.0, 4596.0, 4647.0, 4616.0, 4648.0, 4596.0, 4646.0, 4608.0, 4657.0, 4616.0, 4647.0, 4598.0, 4647.0], 'WindowWidth': [10348.0, 10292.0, 10267.0, 10228.0, 10158.0, 10209.0, 10127.0, 10207.0, 10165.0, 10200.0, 10147.0, 10168.0, 10162.0, 10182.0, 10174.0, 10113.0, 10183.0, 10111.0, 10195.0, 10127.0, 10187.0, 10127.0, 10177.0, 10123.0, 10180.0, 10156.0, 10178.0, 10140.0, 10163.0, 10126.0, 10151.0, 10159.0, 10156.0, 10170.0, 10105.0, 10169.0, 10165.0, 10199.0, 10181.0, 10145.0, 10164.0, 10133.0, 10197.0, 10160.0, 10205.0, 10116.0, 10166.0, 10146.0, 10186.0, 10171.0, 10195.0, 10142.0, 10174.0, 10145.0, 10193.0, 10173.0, 10126.0, 10155.0, 10113.0, 10189.0, 10128.0, 10187.0, 10114.0, 10163.0, 10126.0, 10181.0, 10154.0, 10195.0, 10141.0, 10137.0, 10154.0, 10126.0, 10193.0, 10127.0, 10162.0, 10125.0, 10180.0, 10162.0, 10198.0, 10170.0, 10167.0, 10125.0, 10162.0, 10154.0, 10152.0, 10148.0, 10099.0, 10166.0, 10113.0, 10193.0, 10131.0, 10161.0, 10116.0, 10164.0, 10161.0, 10181.0, 10172.0, 10132.0, 10171.0, 10139.0, 10204.0, 10173.0, 10201.0, 10149.0, 10185.0, 10159.0, 10195.0, 10186.0, 10163.0, 10132.0, 10131.0, 10149.0, 10160.0, 10164.0, 10089.0, 10153.0, 10096.0, 10180.0, 10128.0, 10181.0, 10140.0, 10160.0, 10125.0, 10180.0, 10156.0, 10194.0, 10137.0, 10123.0, 10137.0, 10126.0, 10162.0, 10125.0, 10165.0, 10096.0, 10143.0, 10129.0, 10177.0, 10153.0, 10173.0, 10120.0, 10159.0, 10141.0, 10175.0, 10150.0, 10104.0, 10144.0, 10089.0, 10163.0, 10123.0, 10166.0, 10136.0, 10160.0, 10126.0, 10179.0, 10143.0, 10154.0, 10154.0, 10128.0, 10170.0, 10148.0, 10190.0, 10126.0, 10184.0, 10111.0, 10171.0, 10131.0, 10182.0, 10106.0, 10161.0, 10088.0, 10161.0, 10129.0, 10162.0, 10139.0, 10159.0, 10122.0, 10156.0, 10142.0, 10176.0, 10154.0, 10163.0, 10121.0, 10160.0, 10141.0, 10174.0, 10155.0, 10129.0, 10120.0, 10110.0, 10154.0, 10139.0, 10154.0, 10110.0, 10164.0, 10138.0, 10189.0, 10166.0, 10176.0, 10154.0, 10138.0, 10193.0, 10205.0, 10198.0, 10138.0, 10174.0, 10132.0, 10193.0, 10174.0, 10169.0, 10111.0, 10175.0, 10093.0, 10165.0, 10123.0, 10184.0, 10126.0, 10157.0, 10092.0, 10178.0, 10122.0, 10174.0, 10120.0, 10153.0, 10119.0, 10160.0, 10124.0, 10162.0, 10121.0, 10156.0, 10108.0, 10174.0, 10121.0, 10179.0, 10110.0, 10161.0, 10094.0, 10180.0, 10124.0, 10167.0, 10124.0, 10175.0, 10110.0, 10196.0, 10128.0, 10179.0, 10115.0, 10165.0, 10142.0, 10180.0, 10161.0, 10182.0, 10146.0, 10179.0, 10147.0, 10200.0, 10169.0, 10202.0, 10173.0, 10130.0, 10159.0, 10148.0, 10177.0, 10173.0, 10170.0, 10110.0, 10169.0, 10113.0, 10188.0, 10139.0, 10180.0, 10106.0, 10145.0, 10089.0, 10164.0, 10122.0, 10158.0, 10107.0, 10156.0, 10126.0, 10177.0, 10153.0, 10177.0, 10138.0, 10162.0, 10143.0, 10195.0, 10169.0, 10164.0, 10126.0, 10176.0, 10142.0, 10187.0, 10154.0, 10159.0, 10122.0, 10175.0, 10136.0, 10191.0, 10150.0, 10130.0, 10106.0, 10108.0, 10150.0, 10140.0, 10163.0, 10114.0, 10167.0, 10149.0, 10183.0, 10180.0, 10200.0, 10159.0, 10161.0, 10180.0, 10213.0, 10189.0, 10132.0, 10154.0, 10112.0, 10189.0, 10138.0, 10188.0, 10115.0, 10163.0, 10116.0, 10183.0, 10143.0, 10175.0, 10128.0, 10160.0, 10147.0, 10177.0, 10166.0, 10173.0, 10122.0, 10161.0, 10122.0, 10175.0, 10139.0, 10163.0, 10135.0, 10150.0, 10136.0, 10174.0, 10164.0, 10136.0, 10124.0, 10133.0, 10134.0, 10174.0, 10150.0, 10157.0, 10118.0, 10127.0, 10138.0, 10079.0, 10164.0, 10157.0, 10134.0, 10171.0, 10134.0, 10182.0, 10148.0, 10180.0, 10138.0, 10165.0, 10121.0, 10162.0, 10140.0, 10178.0, 10152.0, 10162.0, 10122.0, 10099.0, 10173.0, 10132.0, 10202.0, 10132.0, 10172.0, 10126.0, 10167.0, 10160.0, 10199.0, 10172.0, 10176.0, 10126.0, 10159.0, 10146.0, 10176.0, 10163.0, 10157.0, 10121.0, 10157.0, 10125.0, 10175.0, 10147.0, 10161.0, 10113.0, 10175.0, 10147.0, 10177.0, 10159.0, 10179.0, 10136.0, 10179.0, 10153.0, 10194.0, 10175.0, 10177.0, 10126.0, 10180.0, 10146.0, 10190.0, 10167.0, 10148.0, 10119.0, 10154.0, 10139.0, 10190.0, 10147.0, 10130.0, 10116.0, 10115.0, 10141.0, 10150.0, 10147.0, 10107.0, 10151.0, 10102.0, 10171.0, 10137.0, 10171.0, 10111.0, 10162.0, 10095.0, 10167.0, 10136.0, 10147.0, 10086.0, 10129.0, 10148.0, 10131.0, 10163.0, 10130.0, 10138.0, 10085.0, 10152.0, 10110.0, 10153.0, 10122.0, 10158.0, 10109.0, 10180.0, 10133.0, 10184.0, 10162.0, 10181.0, 10118.0, 10180.0, 10150.0, 10182.0, 10155.0, 10160.0, 10113.0, 10177.0, 10128.0, 10179.0, 10128.0, 10159.0, 10123.0, 10169.0, 10145.0, 10197.0, 10142.0, 10176.0, 10126.0, 10180.0, 10171.0, 10196.0, 10155.0, 10171.0, 10121.0, 10171.0, 10146.0, 10165.0, 10100.0, 10155.0, 10107.0, 10167.0, 10119.0, 10161.0, 10106.0, 10151.0, 10102.0, 10155.0, 10138.0, 10175.0, 10155.0, 10160.0, 10126.0, 10108.0, 10170.0, 10144.0, 10200.0, 10134.0, 10173.0, 10133.0, 10185.0, 10163.0, 10199.0, 10178.0, 10173.0, 10130.0, 10166.0, 10143.0, 10179.0, 10143.0, 10158.0, 10112.0, 10165.0, 10127.0, 10176.0, 10135.0, 10160.0, 10112.0, 10189.0, 10152.0, 10187.0, 10158.0, 10129.0, 10164.0, 10124.0, 10217.0, 10154.0, 10188.0, 10137.0, 10184.0, 10167.0, 10202.0, 10175.0, 10200.0, 10141.0, 10178.0, 10160.0, 10198.0, 10152.0, 10173.0, 10120.0, 10153.0, 10138.0, 10171.0, 10151.0, 10105.0, 10134.0, 10096.0, 10164.0, 10123.0, 10167.0, 10098.0, 10178.0, 10099.0, 10184.0, 10125.0, 10159.0, 10114.0, 10142.0, 10129.0, 10176.0, 10150.0, 10160.0, 10113.0, 10162.0, 10146.0, 10179.0, 10141.0, 10163.0, 10127.0, 10194.0, 10147.0, 10180.0, 10143.0, 10173.0, 10133.0, 10197.0, 10169.0, 10168.0, 10142.0, 10115.0, 10160.0, 10137.0, 10195.0, 10140.0, 10191.0, 10158.0, 10212.0, 10187.0, 10223.0, 10170.0, 10203.0, 10164.0, 10205.0, 10175.0, 10193.0, 10131.0, 10176.0, 10134.0, 10183.0, 10147.0, 10161.0, 10120.0, 10153.0, 10121.0, 10174.0, 10152.0, 10160.0, 10125.0, 10175.0, 10129.0, 10179.0, 10136.0, 10158.0, 10122.0, 10158.0, 10126.0, 10158.0, 10123.0, 10163.0, 10092.0, 10160.0, 10132.0, 10167.0, 10108.0, 10160.0, 10083.0, 10149.0, 10145.0, 10180.0, 10156.0, 10181.0, 10131.0, 10183.0, 10162.0, 10198.0, 10174.0, 10159.0, 10158.0, 10171.0, 10169.0, 10151.0, 10152.0, 10107.0, 10149.0, 10108.0, 10184.0, 10127.0, 10161.0, 10142.0, 10164.0, 10157.0, 10181.0, 10154.0, 10176.0, 10129.0, 10157.0, 10162.0, 10190.0, 10157.0, 10134.0, 10111.0, 10123.0, 10159.0, 10184.0, 10156.0, 10207.0, 10150.0, 10186.0, 10153.0, 10216.0, 10146.0, 10165.0, 10111.0, 10158.0, 10127.0, 10173.0, 10122.0, 10155.0, 10117.0, 10155.0, 10121.0, 10172.0, 10150.0, 10178.0, 10130.0, 10137.0, 10152.0, 10184.0, 10169.0, 10153.0, 10153.0, 10095.0, 10148.0, 10113.0, 10178.0, 10120.0, 10158.0, 10087.0, 10154.0, 10094.0, 10165.0, 10117.0, 10172.0, 10118.0, 10152.0, 10120.0, 10156.0, 10148.0, 10171.0, 10148.0, 10159.0, 10116.0, 10155.0, 10140.0, 10172.0, 10149.0, 10115.0, 10117.0, 10089.0, 10150.0, 10131.0, 10148.0, 10108.0, 10147.0, 10096.0, 10169.0, 10150.0, 10153.0, 10095.0, 10156.0, 10094.0, 10173.0, 10166.0, 10166.0, 10120.0, 10135.0, 10155.0, 10125.0, 10172.0, 10147.0, 10094.0, 10150.0, 10094.0, 10168.0, 10140.0, 10199.0, 10099.0, 10162.0, 10115.0, 10181.0, 10127.0, 10185.0, 10155.0, 10163.0, 10125.0, 10175.0, 10143.0, 10195.0, 10166.0, 10163.0, 10123.0, 10142.0, 10129.0, 10151.0, 10133.0, 10175.0, 10152.0, 10191.0, 10134.0, 10108.0, 10136.0, 10115.0, 10173.0, 10145.0, 10198.0, 10137.0, 10192.0, 10123.0, 10206.0, 10191.0, 10174.0, 10130.0, 10157.0, 10176.0, 10141.0, 10194.0, 10151.0, 10156.0, 10105.0, 10141.0, 10113.0, 10175.0, 10112.0, 10146.0, 10076.0, 10134.0, 10126.0, 10164.0, 10108.0, 10155.0, 10109.0, 10144.0, 10177.0, 10160.0, 10175.0, 10124.0, 10162.0, 10129.0, 10181.0, 10155.0, 10165.0, 10126.0, 10165.0, 10153.0, 10184.0, 10155.0, 10115.0, 10164.0, 10101.0, 10190.0, 10126.0, 10187.0, 10109.0, 10160.0, 10106.0, 10160.0, 10135.0, 10176.0, 10134.0, 10155.0, 10117.0, 10157.0, 10146.0, 10175.0, 10130.0, 10157.0, 10091.0, 10176.0, 10134.0, 10162.0, 10119.0, 10156.0, 10108.0, 10161.0, 10139.0, 10166.0, 10140.0, 10158.0, 10110.0, 10174.0, 10143.0, 10111.0, 10168.0, 10105.0, 10192.0, 10156.0, 10211.0, 10178.0, 10212.0, 10175.0, 10229.0, 10208.0, 10216.0, 10189.0, 10182.0, 10186.0, 10221.0, 10196.0, 10188.0, 10159.0, 10189.0, 10139.0, 10193.0, 10166.0, 10174.0, 10104.0, 10155.0, 10123.0, 10159.0, 10129.0, 10139.0, 10102.0, 10139.0, 10123.0, 10160.0, 10137.0, 10143.0, 10106.0, 10153.0, 10126.0, 10160.0, 10151.0, 10137.0, 10102.0, 10141.0, 10127.0, 10165.0, 10142.0, 10175.0, 10123.0, 10149.0, 10161.0, 10182.0, 10164.0, 10119.0, 10170.0, 10102.0, 10184.0, 10145.0, 10184.0, 10108.0, 10166.0, 10103.0, 10168.0, 10134.0, 10160.0, 10092.0, 10142.0, 10098.0, 10163.0, 10122.0, 10166.0, 10100.0, 10162.0, 10149.0, 10183.0, 10172.0, 10197.0, 10149.0, 10168.0, 10160.0, 10188.0, 10175.0, 10120.0, 10171.0, 10105.0, 10195.0, 10142.0, 10180.0, 10144.0, 10164.0, 10140.0, 10196.0, 10170.0, 10191.0, 10138.0, 10107.0, 10152.0, 10137.0, 10198.0, 10112.0, 10161.0, 10125.0, 10176.0, 10163.0, 10193.0, 10168.0, 10137.0, 10124.0, 10119.0, 10170.0, 10140.0, 10166.0, 10082.0, 10147.0, 10122.0, 10184.0, 10153.0, 10181.0, 10141.0, 10139.0, 10153.0, 10156.0, 10200.0, 10143.0, 10181.0, 10141.0, 10177.0, 10160.0, 10195.0, 10170.0, 10175.0, 10120.0, 10174.0, 10139.0, 10174.0, 10136.0, 10118.0, 10123.0, 10116.0, 10168.0, 10117.0, 10165.0, 10105.0, 10169.0, 10152.0, 10186.0, 10163.0, 10176.0, 10152.0, 10169.0, 10181.0, 10167.0, 10189.0, 10110.0, 10185.0, 10169.0, 10204.0, 10181.0, 10183.0, 10157.0, 10128.0, 10175.0, 10142.0, 10184.0, 10109.0, 10164.0, 10145.0, 10193.0, 10174.0, 10193.0, 10138.0, 10177.0, 10140.0, 10178.0, 10151.0, 10172.0, 10119.0, 10152.0, 10137.0, 10174.0, 10117.0, 10100.0, 10148.0, 10147.0, 10183.0, 10177.0, 10122.0, 10204.0, 10126.0, 10201.0, 10160.0, 10179.0, 10113.0, 10153.0, 10164.0, 10160.0, 10192.0, 10147.0, 10107.0, 10133.0, 10113.0, 10171.0, 10136.0, 10181.0, 10096.0, 10163.0, 10100.0, 10172.0, 10123.0, 10183.0, 10099.0, 10173.0, 10100.0, 10198.0, 10119.0, 10169.0, 10133.0, 10170.0, 10152.0, 10208.0, 10185.0, 10239.0, 10179.0, 10201.0, 10149.0, 10176.0, 10188.0, 10198.0, 10166.0, 10108.0, 10134.0, 10109.0, 10168.0, 10139.0, 10153.0, 10104.0, 10133.0, 10098.0, 10169.0, 10124.0, 10161.0, 10099.0, 10162.0, 10129.0, 10178.0, 10141.0, 10164.0, 10126.0, 10163.0, 10145.0, 10178.0, 10153.0, 10158.0, 10121.0, 10159.0, 10130.0, 10183.0, 10155.0, 10160.0, 10128.0, 10159.0, 10140.0, 10180.0, 10154.0, 10161.0, 10119.0, 10176.0, 10128.0, 10187.0, 10160.0, 10178.0, 10129.0, 10175.0, 10121.0, 10177.0, 10158.0, 10181.0, 10128.0, 10172.0, 10100.0, 10166.0, 10105.0, 10166.0, 10079.0, 10174.0, 10101.0, 10170.0, 10126.0, 10171.0, 10099.0, 10168.0, 10118.0, 10186.0, 10126.0, 10169.0, 10103.0, 10167.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.00021951388888888888</td></tr>
<tr><td colspan=3>aqi</td><td>0.014104467621527776</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.96308640072976</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2420711066116417</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977856430147692</td></tr>
<tr><td colspan=3>efc</td><td>0.4626</td></tr>
<tr><td colspan=3>fber</td><td>7260.7725</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08335030063589173</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6944444444444444</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4737311219734344</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3723419434389603</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.74577738908102</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.303074033400323</td></tr>
<tr><td colspan=3>gcor</td><td>0.00865063</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00870372075587511</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023368103429675102</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</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.8574901520657314</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>28.6239</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3971</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.4558</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301890.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>801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.3633</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1584</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.7045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3840.0541</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74654.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1059.4901</td></tr>
<tr><td colspan=3>tsnr</td><td>50.866634521400556</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>