<?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-0099_ses-03_task-alignvideo_acq-mb8_run-01_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-0099_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_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-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_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-0099/ses-03/func/sub-0099_ses-03_task-alignvideo_acq-mb8_run-01_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>23df50126e3d2c715602c433e25abc03</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>15:33:2.177500</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.993042, -0.112431, 0.0350243, 0.11367, 0.992879, -0.0356421]</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-01_task-alignvideo_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.081625</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4250, -7781, -7226, 272, -125, -267, -100, 10]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>36935999-9b95-48a5-b150-ab14a4722ce5||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.664259433746338, 0.30496710538864136, 0.08307254314422607, 83.11073303222656], [0.3016439378261566, 2.6638219356536865, -0.10631334781646729, -117.30669403076172], [0.09396760910749435, 0.09562518447637558, 2.696626901626587, -111.22736358642578], [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, 1157]</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, 1157], 'AcquisitionTime': ['153302.177500', '153302.637500', '153303.097500', '153303.557500', '153304.017500', '153304.477500', '153304.937500', '153305.397500', '153305.857500', '153306.317500', '153306.777500', '153307.237500', '153307.697500', '153308.157500', '153308.617500', '153309.077500', '153309.537500', '153309.997500', '153310.457500', '153310.917500', '153311.377500', '153311.837500', '153312.297500', '153312.757500', '153313.217500', '153313.677500', '153314.137500', '153314.597500', '153315.057500', '153315.517500', '153315.977500', '153316.437500', '153316.897500', '153317.357500', '153317.817500', '153318.277500', '153318.737500', '153319.197500', '153319.657500', '153320.117500', '153320.577500', '153321.037500', '153321.497500', '153321.957500', '153322.417500', '153322.877500', '153323.337500', '153323.797500', '153324.257500', '153324.717500', '153325.177500', '153325.637500', '153326.097500', '153326.557500', '153327.017500', '153327.477500', '153327.937500', '153328.397500', '153328.857500', '153329.317500', '153329.777500', '153330.237500', '153330.697500', '153331.157500', '153331.617500', '153332.077500', '153332.537500', '153332.997500', '153333.457500', '153333.917500', '153334.377500', '153334.837500', '153335.297500', '153335.757500', '153336.217500', '153336.677500', '153337.137500', '153337.597500', '153338.057500', '153338.517500', '153338.977500', '153339.437500', '153339.897500', '153340.357500', '153340.817500', '153341.277500', '153341.737500', '153342.197500', '153342.657500', '153343.117500', '153343.577500', '153344.037500', '153344.497500', '153344.957500', '153345.417500', '153345.877500', '153346.337500', '153346.797500', '153347.257500', '153347.717500', '153348.177500', '153348.637500', '153349.097500', '153349.557500', '153350.017500', '153350.477500', '153350.937500', '153351.397500', '153351.857500', '153352.317500', '153352.777500', '153353.237500', '153353.697500', '153354.157500', '153354.617500', '153355.077500', '153355.537500', '153355.997500', '153356.457500', '153356.917500', '153357.377500', '153357.837500', '153358.297500', '153358.757500', '153359.217500', '153359.677500', '153400.137500', '153400.597500', '153401.057500', '153401.517500', '153401.977500', '153402.437500', '153402.897500', '153403.357500', '153403.817500', '153404.277500', '153404.737500', '153405.197500', '153405.657500', '153406.117500', '153406.577500', '153407.037500', '153407.497500', '153407.957500', '153408.417500', '153408.877500', '153409.337500', '153409.797500', '153410.257500', '153410.717500', '153411.177500', '153411.637500', '153412.097500', '153412.557500', '153413.017500', '153413.477500', '153413.937500', '153414.397500', '153414.857500', '153415.317500', '153415.777500', '153416.237500', '153416.697500', '153417.157500', '153417.617500', '153418.077500', '153418.537500', '153418.997500', '153419.457500', '153419.917500', '153420.377500', '153420.837500', '153421.297500', '153421.757500', '153422.217500', '153422.677500', '153423.137500', '153423.597500', '153424.057500', '153424.517500', '153424.977500', '153425.437500', '153425.897500', '153426.357500', '153426.817500', '153427.277500', '153427.737500', '153428.197500', '153428.657500', '153429.117500', '153429.577500', '153430.037500', '153430.497500', '153430.957500', '153431.417500', '153431.877500', '153432.337500', '153432.797500', '153433.257500', '153433.717500', '153434.177500', '153434.637500', '153435.097500', '153435.557500', '153436.017500', '153436.477500', '153436.937500', '153437.397500', '153437.857500', '153438.317500', '153438.777500', '153439.237500', '153439.697500', '153440.157500', '153440.617500', '153441.077500', '153441.537500', '153441.997500', '153442.457500', '153442.917500', '153443.377500', '153443.837500', '153444.297500', '153444.757500', '153445.217500', '153445.677500', '153446.137500', '153446.597500', '153447.057500', '153447.517500', '153447.977500', '153448.437500', '153448.897500', '153449.357500', '153449.817500', '153450.277500', '153450.737500', '153451.197500', '153451.657500', '153452.117500', '153452.577500', '153453.037500', '153453.497500', '153453.957500', '153454.417500', '153454.877500', '153455.337500', '153455.797500', '153456.257500', '153456.717500', '153457.177500', '153457.637500', '153458.097500', '153458.557500', '153459.017500', '153459.477500', '153459.937500', '153500.397500', '153500.857500', '153501.317500', '153501.777500', '153502.237500', '153502.697500', '153503.157500', '153503.617500', '153504.077500', '153504.537500', '153504.997500', '153505.457500', '153505.917500', '153506.377500', '153506.837500', '153507.297500', '153507.757500', '153508.217500', '153508.677500', '153509.137500', '153509.597500', '153510.057500', '153510.517500', '153510.977500', '153511.437500', '153511.897500', '153512.357500', '153512.817500', '153513.277500', '153513.737500', '153514.197500', '153514.657500', '153515.117500', '153515.577500', '153516.037500', '153516.497500', '153516.957500', '153517.417500', '153517.877500', '153518.337500', '153518.797500', '153519.257500', '153519.717500', '153520.177500', '153520.637500', '153521.097500', '153521.557500', '153522.017500', '153522.477500', '153522.937500', '153523.397500', '153523.857500', '153524.317500', '153524.777500', '153525.237500', '153525.697500', '153526.157500', '153526.617500', '153527.077500', '153527.537500', '153527.997500', '153528.457500', '153528.917500', '153529.377500', '153529.837500', '153530.297500', '153530.757500', '153531.217500', '153531.677500', '153532.137500', '153532.597500', '153533.057500', '153533.517500', '153533.977500', '153534.437500', '153534.897500', '153535.357500', '153535.817500', '153536.277500', '153536.737500', '153537.197500', '153537.657500', '153538.117500', '153538.577500', '153539.037500', '153539.497500', '153539.957500', '153540.417500', '153540.877500', '153541.337500', '153541.797500', '153542.257500', '153542.717500', '153543.177500', '153543.637500', '153544.097500', '153544.557500', '153545.017500', '153545.477500', '153545.937500', '153546.397500', '153546.857500', '153547.317500', '153547.777500', '153548.237500', '153548.697500', '153549.157500', '153549.617500', '153550.077500', '153550.537500', '153550.997500', '153551.457500', '153551.917500', '153552.377500', '153552.837500', '153553.297500', '153553.757500', '153554.217500', '153554.677500', '153555.137500', '153555.597500', '153556.057500', '153556.517500', '153556.977500', '153557.437500', '153557.897500', '153558.357500', '153558.817500', '153559.277500', '153559.737500', '153600.197500', '153600.657500', '153601.117500', '153601.577500', '153602.037500', '153602.497500', '153602.957500', '153603.417500', '153603.877500', '153604.337500', '153604.797500', '153605.257500', '153605.717500', '153606.177500', '153606.637500', '153607.097500', '153607.557500', '153608.017500', '153608.477500', '153608.937500', '153609.397500', '153609.857500', '153610.317500', '153610.777500', '153611.237500', '153611.697500', '153612.157500', '153612.617500', '153613.077500', '153613.537500', '153613.997500', '153614.457500', '153614.917500', '153615.377500', '153615.837500', '153616.297500', '153616.757500', '153617.217500', '153617.677500', '153618.137500', '153618.597500', '153619.057500', '153619.517500', '153619.977500', '153620.437500', '153620.897500', '153621.357500', '153621.817500', '153622.277500', '153622.737500', '153623.197500', '153623.657500', '153624.117500', '153624.577500', '153625.037500', '153625.497500', '153625.957500', '153626.417500', '153626.877500', '153627.337500', '153627.797500', '153628.257500', '153628.717500', '153629.177500', '153629.637500', '153630.097500', '153630.557500', '153631.017500', '153631.477500', '153631.937500', '153632.397500', '153632.857500', '153633.317500', '153633.777500', '153634.237500', '153634.697500', '153635.157500', '153635.617500', '153636.077500', '153636.537500', '153636.997500', '153637.457500', '153637.917500', '153638.377500', '153638.837500', '153639.297500', '153639.757500', '153640.217500', '153640.677500', '153641.137500', '153641.597500', '153642.057500', '153642.517500', '153642.977500', '153643.437500', '153643.897500', '153644.357500', '153644.817500', '153645.277500', '153645.737500', '153646.197500', '153646.657500', '153647.117500', '153647.577500', '153648.037500', '153648.497500', '153648.957500', '153649.417500', '153649.877500', '153650.337500', '153650.797500', '153651.257500', '153651.717500', '153652.177500', '153652.637500', '153653.097500', '153653.557500', '153654.017500', '153654.477500', '153654.937500', '153655.397500', '153655.857500', '153656.317500', '153656.777500', '153657.237500', '153657.697500', '153658.157500', '153658.617500', '153659.077500', '153659.537500', '153659.997500', '153700.457500', '153700.917500', '153701.377500', '153701.837500', '153702.297500', '153702.757500', '153703.217500', '153703.677500', '153704.137500', '153704.597500', '153705.057500', '153705.517500', '153705.977500', '153706.437500', '153706.897500', '153707.357500', '153707.817500', '153708.277500', '153708.737500', '153709.197500', '153709.657500', '153710.117500', '153710.577500', '153711.037500', '153711.497500', '153711.957500', '153712.417500', '153712.877500', '153713.337500', '153713.797500', '153714.257500', '153714.717500', '153715.177500', '153715.637500', '153716.097500', '153716.557500', '153717.017500', '153717.477500', '153717.937500', '153718.397500', '153718.857500', '153719.317500', '153719.777500', '153720.237500', '153720.697500', '153721.157500', '153721.617500', '153722.077500', '153722.537500', '153722.997500', '153723.457500', '153723.917500', '153724.377500', '153724.837500', '153725.297500', '153725.757500', '153726.217500', '153726.677500', '153727.137500', '153727.597500', '153728.057500', '153728.517500', '153728.977500', '153729.437500', '153729.897500', '153730.357500', '153730.817500', '153731.277500', '153731.737500', '153732.197500', '153732.657500', '153733.117500', '153733.577500', '153734.037500', '153734.497500', '153734.957500', '153735.417500', '153735.877500', '153736.337500', '153736.797500', '153737.257500', '153737.717500', '153738.177500', '153738.637500', '153739.097500', '153739.557500', '153740.017500', '153740.477500', '153740.937500', '153741.397500', '153741.857500', '153742.317500', '153742.777500', '153743.237500', '153743.697500', '153744.157500', '153744.617500', '153745.077500', '153745.537500', '153745.997500', '153746.457500', '153746.917500', '153747.377500', '153747.837500', '153748.297500', '153748.757500', '153749.217500', '153749.677500', '153750.137500', '153750.597500', '153751.057500', '153751.517500', '153751.977500', '153752.437500', '153752.897500', '153753.357500', '153753.817500', '153754.277500', '153754.737500', '153755.197500', '153755.657500', '153756.117500', '153756.577500', '153757.037500', '153757.497500', '153757.957500', '153758.417500', '153758.877500', '153759.337500', '153759.797500', '153800.257500', '153800.717500', '153801.177500', '153801.637500', '153802.097500', '153802.557500', '153803.017500', '153803.477500', '153803.937500', '153804.397500', '153804.857500', '153805.317500', '153805.777500', '153806.237500', '153806.697500', '153807.157500', '153807.617500', '153808.077500', '153808.537500', '153808.997500', '153809.457500', '153809.917500', '153810.377500', '153810.837500', '153811.297500', '153811.757500', '153812.217500', '153812.677500', '153813.137500', '153813.597500', '153814.057500', '153814.517500', '153814.977500', '153815.437500', '153815.897500', '153816.357500', '153816.817500', '153817.277500', '153817.737500', '153818.197500', '153818.657500', '153819.117500', '153819.577500', '153820.037500', '153820.497500', '153820.957500', '153821.417500', '153821.877500', '153822.337500', '153822.797500', '153823.257500', '153823.717500', '153824.177500', '153824.637500', '153825.097500', '153825.557500', '153826.017500', '153826.477500', '153826.937500', '153827.397500', '153827.857500', '153828.317500', '153828.777500', '153829.237500', '153829.697500', '153830.157500', '153830.617500', '153831.077500', '153831.537500', '153831.997500', '153832.457500', '153832.917500', '153833.377500', '153833.837500', '153834.297500', '153834.757500', '153835.217500', '153835.677500', '153836.137500', '153836.597500', '153837.057500', '153837.517500', '153837.977500', '153838.437500', '153838.897500', '153839.357500', '153839.817500', '153840.277500', '153840.737500', '153841.197500', '153841.657500', '153842.117500', '153842.577500', '153843.037500', '153843.497500', '153843.957500', '153844.417500', '153844.877500', '153845.337500', '153845.797500', '153846.257500', '153846.717500', '153847.177500', '153847.637500', '153848.097500', '153848.557500', '153849.017500', '153849.477500', '153849.937500', '153850.397500', '153850.857500', '153851.317500', '153851.777500', '153852.237500', '153852.697500', '153853.157500', '153853.617500', '153854.077500', '153854.537500', '153854.997500', '153855.457500', '153855.917500', '153856.377500', '153856.837500', '153857.297500', '153857.757500', '153858.217500', '153858.677500', '153859.137500', '153859.597500', '153900.057500', '153900.517500', '153900.977500', '153901.437500', '153901.897500', '153902.357500', '153902.817500', '153903.277500', '153903.737500', '153904.197500', '153904.657500', '153905.117500', '153905.577500', '153906.037500', '153906.497500', '153906.957500', '153907.417500', '153907.877500', '153908.337500', '153908.797500', '153909.257500', '153909.717500', '153910.177500', '153910.637500', '153911.097500', '153911.557500', '153912.017500', '153912.477500', '153912.937500', '153913.397500', '153913.857500', '153914.317500', '153914.777500', '153915.237500', '153915.697500', '153916.157500', '153916.617500', '153917.077500', '153917.537500', '153917.997500', '153918.457500', '153918.917500', '153919.377500', '153919.837500', '153920.297500', '153920.757500', '153921.217500', '153921.677500', '153922.137500', '153922.597500', '153923.057500', '153923.517500', '153923.977500', '153924.437500', '153924.897500', '153925.357500', '153925.817500', '153926.277500', '153926.737500', '153927.197500', '153927.657500', '153928.117500', '153928.577500', '153929.037500', '153929.497500', '153929.957500', '153930.417500', '153930.877500', '153931.337500', '153931.797500', '153932.257500', '153932.717500', '153933.177500', '153933.637500', '153934.097500', '153934.557500', '153935.017500', '153935.477500', '153935.937500', '153936.397500', '153936.857500', '153937.317500', '153937.777500', '153938.237500', '153938.697500', '153939.157500', '153939.617500', '153940.077500', '153940.537500', '153940.997500', '153941.457500', '153941.917500', '153942.377500', '153942.837500', '153943.297500', '153943.757500', '153944.217500', '153944.677500', '153945.137500', '153945.597500', '153946.057500', '153946.517500', '153946.977500', '153947.437500', '153947.897500', '153948.357500', '153948.817500', '153949.277500', '153949.737500', '153950.197500', '153950.657500', '153951.117500', '153951.577500', '153952.037500', '153952.497500', '153952.957500', '153953.417500', '153953.877500', '153954.337500', '153954.797500', '153955.257500', '153955.717500', '153956.177500', '153956.637500', '153957.097500', '153957.557500', '153958.017500', '153958.477500', '153958.937500', '153959.397500', '153959.857500', '154000.317500', '154000.777500', '154001.237500', '154001.697500', '154002.157500', '154002.617500', '154003.077500', '154003.537500', '154003.997500', '154004.457500', '154004.917500', '154005.377500', '154005.837500', '154006.297500', '154006.757500', '154007.217500', '154007.677500', '154008.137500', '154008.597500', '154009.057500', '154009.517500', '154009.977500', '154010.437500', '154010.897500', '154011.357500', '154011.817500', '154012.277500', '154012.737500', '154013.197500', '154013.657500', '154014.117500', '154014.577500', '154015.037500', '154015.497500', '154015.957500', '154016.417500', '154016.877500', '154017.337500', '154017.797500', '154018.257500', '154018.717500', '154019.177500', '154019.637500', '154020.097500', '154020.557500', '154021.017500', '154021.477500', '154021.937500', '154022.397500', '154022.857500', '154023.317500', '154023.777500', '154024.237500', '154024.697500', '154025.157500', '154025.617500', '154026.077500', '154026.537500', '154026.997500', '154027.457500', '154027.917500', '154028.377500', '154028.837500', '154029.297500', '154029.757500', '154030.217500', '154030.677500', '154031.137500', '154031.597500', '154032.057500', '154032.517500', '154032.977500', '154033.437500', '154033.897500', '154034.357500', '154034.817500', '154035.277500', '154035.737500', '154036.197500', '154036.657500', '154037.117500', '154037.577500', '154038.037500', '154038.497500', '154038.957500', '154039.417500', '154039.877500', '154040.337500', '154040.797500', '154041.257500', '154041.717500', '154042.177500', '154042.637500', '154043.097500', '154043.557500', '154044.017500', '154044.477500', '154044.937500', '154045.397500', '154045.857500', '154046.317500', '154046.777500', '154047.237500', '154047.697500', '154048.157500', '154048.617500', '154049.077500', '154049.537500', '154049.997500', '154050.457500', '154050.917500', '154051.377500', '154051.837500', '154052.297500', '154052.757500', '154053.217500', '154053.677500', '154054.137500', '154054.597500', '154055.057500', '154055.517500', '154055.977500', '154056.437500', '154056.897500', '154057.357500', '154057.817500', '154058.277500', '154058.737500', '154059.197500', '154059.657500', '154100.117500', '154100.577500', '154101.037500', '154101.497500', '154101.957500', '154102.417500', '154102.877500', '154103.337500', '154103.797500', '154104.257500', '154104.717500', '154105.177500', '154105.637500', '154106.097500', '154106.557500', '154107.017500', '154107.477500', '154107.937500', '154108.397500', '154108.857500', '154109.317500', '154109.777500', '154110.237500', '154110.697500', '154111.157500', '154111.617500', '154112.077500', '154112.537500', '154112.997500', '154113.457500', '154113.917500', '154114.377500', '154114.837500', '154115.297500', '154115.757500', '154116.217500', '154116.677500', '154117.137500', '154117.597500', '154118.057500', '154118.517500', '154118.977500', '154119.437500', '154119.897500', '154120.357500', '154120.817500', '154121.277500', '154121.737500', '154122.197500', '154122.657500', '154123.117500', '154123.577500', '154124.037500', '154124.497500', '154124.957500', '154125.417500', '154125.877500', '154126.337500', '154126.797500', '154127.257500', '154127.717500', '154128.177500', '154128.637500', '154129.097500', '154129.557500', '154130.017500', '154130.477500', '154130.937500', '154131.397500', '154131.857500', '154132.317500', '154132.777500', '154133.237500', '154133.697500', '154134.157500', '154134.617500', '154135.077500', '154135.537500', '154135.997500', '154136.457500', '154136.917500', '154137.377500', '154137.837500', '154138.297500', '154138.757500', '154139.217500', '154139.677500', '154140.137500', '154140.597500', '154141.057500', '154141.517500', '154141.977500', '154142.437500', '154142.897500', '154143.357500', '154143.817500', '154144.277500', '154144.737500', '154145.197500', '154145.657500', '154146.117500', '154146.577500', '154147.037500', '154147.497500', '154147.957500', '154148.417500', '154148.877500', '154149.337500', '154149.797500', '154150.257500', '154150.717500', '154151.177500', '154151.637500', '154152.097500', '154152.557500', '154153.017500', '154153.477500', '154153.937500'], 'ContentTime': ['153317.711000', '153317.715000', '153317.717000', '153317.720000', '153317.722000', '153317.725000', '153317.728000', '153317.730000', '153317.733000', '153317.735000', '153317.738000', '153317.740000', '153317.743000', '153317.778000', '153317.780000', '153317.783000', '153317.785000', '153317.788000', '153317.791000', '153317.793000', '153317.796000', '153317.798000', '153317.801000', '153317.803000', '153317.806000', '153317.809000', '153317.811000', '153317.814000', '153317.816000', '153317.819000', '153317.821000', '153317.824000', '153337.679000', '153337.682000', '153337.685000', '153337.688000', '153337.690000', '153337.693000', '153337.696000', '153337.698000', '153337.701000', '153337.703000', '153337.706000', '153337.708000', '153337.711000', '153337.713000', '153337.716000', '153337.719000', '153337.721000', '153337.724000', '153337.726000', '153337.729000', '153337.738000', '153337.740000', '153337.743000', '153337.754000', '153337.757000', '153337.759000', '153337.762000', '153337.764000', '153337.767000', '153337.770000', '153337.772000', '153337.775000', '153337.777000', '153337.780000', '153337.782000', '153337.785000', '153337.788000', '153337.790000', '153337.793000', '153337.796000', '153337.798000', '153337.801000', '153337.803000', '153337.806000', '153357.679000', '153357.682000', '153357.685000', '153357.687000', '153357.690000', '153357.693000', '153357.695000', '153357.698000', '153357.701000', '153357.703000', '153357.706000', '153357.708000', '153357.711000', '153357.713000', '153357.716000', '153357.719000', '153357.721000', '153357.724000', '153357.726000', '153357.729000', '153357.731000', '153357.734000', '153357.737000', '153357.739000', '153357.742000', '153357.744000', '153357.755000', '153357.757000', '153357.760000', '153357.762000', '153357.765000', '153357.767000', '153357.770000', '153357.773000', '153357.775000', '153357.778000', '153357.780000', '153357.783000', '153357.785000', '153357.788000', '153357.791000', '153357.793000', '153357.796000', '153417.680000', '153417.682000', '153417.685000', '153417.688000', '153417.690000', '153417.693000', '153417.696000', '153417.698000', '153417.701000', '153417.704000', '153417.706000', '153417.709000', '153417.711000', '153417.714000', '153417.716000', '153417.719000', '153417.722000', '153417.724000', '153417.727000', '153417.729000', '153417.732000', '153417.735000', '153417.737000', '153417.740000', '153417.742000', '153417.745000', '153417.748000', '153417.750000', '153417.753000', '153417.755000', '153417.758000', '153417.760000', '153417.763000', '153417.766000', '153417.768000', '153417.771000', '153417.773000', '153417.776000', '153417.779000', '153417.781000', '153417.784000', '153417.787000', '153417.789000', '153417.792000', '153437.678000', '153437.681000', '153437.684000', '153437.687000', '153437.689000', '153437.692000', '153437.695000', '153437.697000', '153437.700000', '153437.703000', '153437.705000', '153437.708000', '153437.710000', '153437.713000', '153437.716000', '153437.718000', '153437.721000', '153437.723000', '153437.726000', '153437.728000', '153437.731000', '153437.734000', '153437.736000', '153437.739000', '153437.742000', '153437.744000', '153437.747000', '153437.749000', '153437.752000', '153437.754000', '153437.757000', '153437.760000', '153437.762000', '153437.765000', '153437.768000', '153437.770000', '153437.773000', '153437.775000', '153437.778000', '153437.780000', '153437.783000', '153437.786000', '153437.788000', '153457.679000', '153457.682000', '153457.684000', '153457.687000', '153457.689000', '153457.692000', '153457.695000', '153457.697000', '153457.700000', '153457.702000', '153457.705000', '153457.708000', '153457.710000', '153457.713000', '153457.715000', '153457.718000', '153457.721000', '153457.724000', '153457.726000', '153457.729000', '153457.732000', '153457.734000', '153457.762000', '153457.764000', '153457.767000', '153457.769000', '153457.772000', '153457.775000', '153457.777000', '153457.780000', '153457.782000', '153457.785000', '153457.787000', '153457.790000', '153457.793000', '153457.795000', '153457.798000', '153457.801000', '153457.803000', '153457.806000', '153457.808000', '153457.811000', '153457.813000', '153517.680000', '153517.682000', '153517.685000', '153517.688000', '153517.690000', '153517.707000', '153517.709000', '153517.712000', '153517.714000', '153517.717000', '153517.720000', '153517.722000', '153517.725000', '153517.727000', '153517.730000', '153517.733000', '153517.735000', '153517.738000', '153517.740000', '153517.743000', '153517.746000', '153517.748000', '153517.751000', '153517.753000', '153517.756000', '153517.759000', '153517.761000', '153517.764000', '153517.767000', '153517.769000', '153517.772000', '153517.774000', '153517.777000', '153517.780000', '153517.782000', '153517.785000', '153517.787000', '153517.790000', '153517.793000', '153517.795000', '153517.798000', '153517.800000', '153517.803000', '153517.806000', '153537.679000', '153537.682000', '153537.685000', '153537.688000', '153537.690000', '153537.693000', '153537.695000', '153537.698000', '153537.701000', '153537.703000', '153537.706000', '153537.708000', '153537.711000', '153537.713000', '153537.716000', '153537.719000', '153537.721000', '153537.724000', '153537.727000', '153537.729000', '153537.732000', '153537.734000', '153537.737000', '153537.740000', '153537.742000', '153537.745000', '153537.747000', '153537.750000', '153537.752000', '153537.755000', '153537.758000', '153537.760000', '153537.763000', '153537.765000', '153537.768000', '153537.771000', '153537.773000', '153537.776000', '153537.778000', '153537.781000', '153537.784000', '153537.786000', '153537.789000', '153537.791000', '153557.679000', '153557.682000', '153557.685000', '153557.688000', '153557.690000', '153557.693000', '153557.695000', '153557.698000', '153557.701000', '153557.703000', '153557.706000', '153557.708000', '153557.711000', '153557.714000', '153557.716000', '153557.719000', '153557.722000', '153557.724000', '153557.727000', '153557.729000', '153557.732000', '153557.735000', '153557.737000', '153557.740000', '153557.742000', '153557.745000', '153557.747000', '153557.750000', '153557.753000', '153557.755000', '153557.758000', '153557.760000', '153557.763000', '153557.766000', '153557.768000', '153557.771000', '153557.773000', '153557.776000', '153557.778000', '153557.781000', '153557.784000', '153557.786000', '153557.789000', '153617.680000', '153617.683000', '153617.686000', '153617.689000', '153617.692000', '153617.695000', '153617.697000', '153617.700000', '153617.702000', '153617.705000', '153617.709000', '153617.712000', '153617.715000', '153617.717000', '153617.720000', '153617.723000', '153617.725000', '153617.728000', '153617.730000', '153617.733000', '153617.736000', '153617.738000', '153617.741000', '153617.743000', '153617.746000', '153617.748000', '153617.751000', '153617.754000', '153617.756000', '153617.759000', '153617.769000', '153617.771000', '153617.774000', '153617.776000', '153617.779000', '153617.782000', '153617.784000', '153617.787000', '153617.789000', '153617.792000', '153617.795000', '153617.797000', '153617.800000', '153637.680000', '153637.682000', '153637.685000', '153637.688000', '153637.690000', '153637.693000', '153637.696000', '153637.698000', '153637.701000', '153637.703000', '153637.706000', '153637.709000', '153637.711000', '153637.714000', '153637.716000', '153637.719000', '153637.722000', '153637.724000', '153637.727000', '153637.730000', '153637.732000', '153637.735000', '153637.737000', '153637.740000', '153637.742000', '153637.745000', '153637.748000', '153637.750000', '153637.753000', '153637.755000', '153637.758000', '153637.761000', '153637.763000', '153637.766000', '153637.769000', '153637.771000', '153637.774000', '153637.776000', '153637.779000', '153637.782000', '153637.784000', '153637.787000', '153637.789000', '153637.792000', '153657.689000', '153657.692000', '153657.695000', '153657.697000', '153657.700000', '153657.703000', '153657.705000', '153657.708000', '153657.710000', '153657.713000', '153657.715000', '153657.718000', '153657.721000', '153657.723000', '153657.726000', '153657.729000', '153657.731000', '153657.734000', '153657.737000', '153657.740000', '153657.743000', '153657.746000', '153657.749000', '153657.751000', '153657.754000', '153657.756000', '153657.759000', '153657.762000', '153657.764000', '153657.767000', '153657.770000', '153657.772000', '153657.775000', '153657.777000', '153657.780000', '153657.783000', '153657.785000', '153657.788000', '153657.790000', '153657.793000', '153657.795000', '153657.798000', '153657.801000', '153717.679000', '153717.681000', '153717.684000', '153717.687000', '153717.689000', '153717.692000', '153717.694000', '153717.697000', '153717.700000', '153717.702000', '153717.705000', '153717.708000', '153717.710000', '153717.713000', '153717.715000', '153717.718000', '153717.720000', '153717.723000', '153717.726000', '153717.728000', '153717.731000', '153717.733000', '153717.736000', '153717.739000', '153717.741000', '153717.744000', '153717.746000', '153717.749000', '153717.752000', '153717.754000', '153717.757000', '153717.759000', '153717.762000', '153717.765000', '153717.767000', '153717.770000', '153717.773000', '153717.775000', '153717.778000', '153717.780000', '153717.783000', '153717.785000', '153717.788000', '153717.791000', '153737.680000', '153737.682000', '153737.685000', '153737.688000', '153737.690000', '153737.693000', '153737.696000', '153737.698000', '153737.701000', '153737.703000', '153737.706000', '153737.709000', '153737.711000', '153737.714000', '153737.716000', '153737.719000', '153737.722000', '153737.724000', '153737.727000', '153737.730000', '153737.732000', '153737.735000', '153737.737000', '153737.740000', '153737.743000', '153737.746000', '153737.749000', '153737.752000', '153737.755000', '153737.758000', '153737.761000', '153737.763000', '153737.766000', '153737.769000', '153737.771000', '153737.774000', '153737.776000', '153737.779000', '153737.781000', '153737.784000', '153737.787000', '153737.789000', '153737.792000', '153757.680000', '153757.682000', '153757.685000', '153757.688000', '153757.690000', '153757.693000', '153757.696000', '153757.698000', '153757.701000', '153757.704000', '153757.706000', '153757.709000', '153757.711000', '153757.714000', '153757.717000', '153757.719000', '153757.722000', '153757.724000', '153757.727000', '153757.730000', '153757.732000', '153757.735000', '153757.737000', '153757.740000', '153757.742000', '153757.745000', '153757.748000', '153757.750000', '153757.753000', '153757.756000', '153757.758000', '153757.761000', '153757.763000', '153757.766000', '153757.769000', '153757.771000', '153757.774000', '153757.776000', '153757.779000', '153757.782000', '153757.784000', '153757.787000', '153757.790000', '153757.792000', '153817.679000', '153817.682000', '153817.685000', '153817.688000', '153817.690000', '153817.693000', '153817.696000', '153817.698000', '153817.701000', '153817.703000', '153817.706000', '153817.719000', '153817.721000', '153817.724000', '153817.727000', '153817.729000', '153817.732000', '153817.735000', '153817.737000', '153817.740000', '153817.742000', '153817.745000', '153817.748000', '153817.750000', '153817.753000', '153817.756000', '153817.758000', '153817.761000', '153817.764000', '153817.767000', '153817.769000', '153817.772000', '153817.774000', '153817.777000', '153817.780000', '153817.782000', '153817.785000', '153817.787000', '153817.790000', '153817.793000', '153817.795000', '153817.798000', '153817.801000', '153837.680000', '153837.683000', '153837.685000', '153837.695000', '153837.698000', '153837.700000', '153837.703000', '153837.706000', '153837.708000', '153837.711000', '153837.713000', '153837.716000', '153837.719000', '153837.721000', '153837.724000', '153837.727000', '153837.729000', '153837.732000', '153837.734000', '153837.737000', '153837.739000', '153837.742000', '153837.745000', '153837.747000', '153837.750000', '153837.752000', '153837.755000', '153837.758000', '153837.762000', '153837.765000', '153837.767000', '153837.770000', '153837.772000', '153837.775000', '153837.778000', '153837.780000', '153837.783000', '153837.785000', '153837.788000', '153837.791000', '153837.793000', '153837.796000', '153837.799000', '153837.801000', '153857.679000', '153857.682000', '153857.685000', '153857.688000', '153857.690000', '153857.693000', '153857.695000', '153857.698000', '153857.700000', '153857.703000', '153857.706000', '153857.708000', '153857.711000', '153857.714000', '153857.716000', '153857.719000', '153857.721000', '153857.724000', '153857.727000', '153857.729000', '153857.732000', '153857.734000', '153857.737000', '153857.740000', '153857.742000', '153857.745000', '153857.747000', '153857.750000', '153857.753000', '153857.756000', '153857.758000', '153857.761000', '153857.763000', '153857.766000', '153857.769000', '153857.771000', '153857.774000', '153857.776000', '153857.779000', '153857.782000', '153857.784000', '153857.788000', '153857.790000', '153917.678000', '153917.681000', '153917.684000', '153917.687000', '153917.689000', '153917.692000', '153917.694000', '153917.697000', '153917.700000', '153917.702000', '153917.705000', '153917.708000', '153917.710000', '153917.713000', '153917.715000', '153917.718000', '153917.720000', '153917.723000', '153917.726000', '153917.728000', '153917.731000', '153917.733000', '153917.736000', '153917.739000', '153917.741000', '153917.744000', '153917.746000', '153917.749000', '153917.751000', '153917.754000', '153917.757000', '153917.759000', '153917.762000', '153917.765000', '153917.767000', '153917.770000', '153917.772000', '153917.775000', '153917.778000', '153917.780000', '153917.783000', '153917.785000', '153917.788000', '153917.791000', '153937.679000', '153937.681000', '153937.684000', '153937.687000', '153937.689000', '153937.692000', '153937.695000', '153937.697000', '153937.700000', '153937.703000', '153937.705000', '153937.708000', '153937.710000', '153937.713000', '153937.715000', '153937.718000', '153937.721000', '153937.723000', '153937.726000', '153937.728000', '153937.731000', '153937.734000', '153937.747000', '153937.749000', '153937.752000', '153937.755000', '153937.757000', '153937.760000', '153937.762000', '153937.765000', '153937.767000', '153937.770000', '153937.773000', '153937.775000', '153937.778000', '153937.780000', '153937.783000', '153937.786000', '153937.788000', '153937.791000', '153937.793000', '153937.796000', '153937.799000', '153957.679000', '153957.682000', '153957.685000', '153957.688000', '153957.690000', '153957.693000', '153957.695000', '153957.698000', '153957.701000', '153957.703000', '153957.706000', '153957.709000', '153957.711000', '153957.714000', '153957.716000', '153957.719000', '153957.722000', '153957.724000', '153957.727000', '153957.729000', '153957.732000', '153957.735000', '153957.737000', '153957.740000', '153957.742000', '153957.745000', '153957.748000', '153957.750000', '153957.753000', '153957.755000', '153957.758000', '153957.761000', '153957.763000', '153957.766000', '153957.768000', '153957.771000', '153957.774000', '153957.776000', '153957.779000', '153957.781000', '153957.784000', '153957.787000', '153957.789000', '153957.792000', '154017.680000', '154017.682000', '154017.685000', '154017.688000', '154017.690000', '154017.693000', '154017.696000', '154017.698000', '154017.701000', '154017.703000', '154017.706000', '154017.709000', '154017.711000', '154017.714000', '154017.716000', '154017.719000', '154017.722000', '154017.724000', '154017.727000', '154017.729000', '154017.732000', '154017.735000', '154017.737000', '154017.740000', '154017.742000', '154017.745000', '154017.747000', '154017.750000', '154017.753000', '154017.755000', '154017.758000', '154017.760000', '154017.763000', '154017.765000', '154017.768000', '154017.771000', '154017.773000', '154017.776000', '154017.779000', '154017.781000', '154017.784000', '154017.787000', '154017.789000', '154037.680000', '154037.682000', '154037.685000', '154037.688000', '154037.690000', '154037.693000', '154037.696000', '154037.698000', '154037.701000', '154037.704000', '154037.707000', '154037.710000', '154037.713000', '154037.716000', '154037.718000', '154037.721000', '154037.723000', '154037.726000', '154037.728000', '154037.731000', '154037.734000', '154037.736000', '154037.739000', '154037.742000', '154037.744000', '154037.747000', '154037.749000', '154037.752000', '154037.755000', '154037.757000', '154037.760000', '154037.762000', '154037.765000', '154037.768000', '154037.770000', '154037.773000', '154037.776000', '154037.778000', '154037.781000', '154037.783000', '154037.786000', '154037.788000', '154037.791000', '154057.679000', '154057.682000', '154057.685000', '154057.688000', '154057.690000', '154057.693000', '154057.696000', '154057.698000', '154057.701000', '154057.703000', '154057.706000', '154057.709000', '154057.711000', '154057.714000', '154057.716000', '154057.719000', '154057.721000', '154057.724000', '154057.727000', '154057.729000', '154057.732000', '154057.735000', '154057.737000', '154057.740000', '154057.742000', '154057.745000', '154057.748000', '154057.750000', '154057.753000', '154057.755000', '154057.758000', '154057.761000', '154057.763000', '154057.766000', '154057.769000', '154057.771000', '154057.774000', '154057.776000', '154057.779000', '154057.782000', '154057.792000', '154057.795000', '154057.798000', '154057.800000', '154117.680000', '154117.683000', '154117.685000', '154117.688000', '154117.691000', '154117.693000', '154117.696000', '154117.699000', '154117.701000', '154117.704000', '154117.706000', '154117.709000', '154117.712000', '154117.714000', '154117.717000', '154117.719000', '154117.722000', '154117.725000', '154117.727000', '154117.730000', '154117.732000', '154117.735000', '154117.738000', '154117.740000', '154117.743000', '154117.745000', '154117.748000', '154117.751000', '154117.753000', '154117.756000', '154117.758000', '154117.761000', '154117.764000', '154117.766000', '154117.769000', '154117.771000', '154117.774000', '154117.776000', '154117.779000', '154117.782000', '154117.784000', '154117.787000', '154117.789000', '154117.792000', '154137.679000', '154137.682000', '154137.684000', '154137.687000', '154137.690000', '154137.692000', '154137.695000', '154137.697000', '154137.700000', '154137.703000', '154137.705000', '154137.708000', '154137.710000', '154137.713000', '154137.716000', '154137.718000', '154137.721000', '154137.723000', '154137.726000', '154137.729000', '154137.731000', '154137.734000', '154137.736000', '154137.739000', '154137.742000', '154137.744000', '154137.747000', '154137.749000', '154137.752000', '154137.754000', '154137.757000', '154137.760000', '154137.762000', '154137.765000', '154137.768000', '154137.770000', '154137.773000', '154137.775000', '154137.778000', '154137.781000', '154137.783000', '154137.786000', '154137.788000', '154154.830000', '154154.833000', '154154.836000', '154154.839000', '154154.842000', '154154.845000', '154154.848000', '154154.850000', '154154.853000', '154154.856000', '154154.859000', '154154.861000', '154154.864000', '154154.867000', '154154.869000', '154154.872000', '154154.875000', '154154.877000', '154154.880000', '154154.883000', '154154.885000', '154154.888000', '154154.890000', '154154.893000', '154154.896000', '154154.899000', '154154.901000', '154154.904000', '154154.907000', '154154.911000', '154154.914000', '154154.917000', '154154.923000', '154154.926000', '154154.928000', '154154.931000', '154154.934000', '154154.937000'], 'InstanceCreationTime': ['153317.711000', '153317.715000', '153317.717000', '153317.720000', '153317.722000', '153317.725000', '153317.728000', '153317.730000', '153317.733000', '153317.735000', '153317.738000', '153317.740000', '153317.743000', '153317.778000', '153317.780000', '153317.783000', '153317.785000', '153317.788000', '153317.791000', '153317.793000', '153317.796000', '153317.798000', '153317.801000', '153317.803000', '153317.806000', '153317.809000', '153317.811000', '153317.814000', '153317.816000', '153317.819000', '153317.821000', '153317.824000', '153337.679000', '153337.682000', '153337.685000', '153337.688000', '153337.690000', '153337.693000', '153337.696000', '153337.698000', '153337.701000', '153337.703000', '153337.706000', '153337.708000', '153337.711000', '153337.713000', '153337.716000', '153337.719000', '153337.721000', '153337.724000', '153337.726000', '153337.729000', '153337.738000', '153337.740000', '153337.743000', '153337.754000', '153337.757000', '153337.759000', '153337.762000', '153337.764000', '153337.767000', '153337.770000', '153337.772000', '153337.775000', '153337.777000', '153337.780000', '153337.782000', '153337.785000', '153337.788000', '153337.790000', '153337.793000', '153337.796000', '153337.798000', '153337.801000', '153337.803000', '153337.806000', '153357.679000', '153357.682000', '153357.685000', '153357.687000', '153357.690000', '153357.693000', '153357.695000', '153357.698000', '153357.701000', '153357.703000', '153357.706000', '153357.708000', '153357.711000', '153357.713000', '153357.716000', '153357.719000', '153357.721000', '153357.724000', '153357.726000', '153357.729000', '153357.731000', '153357.734000', '153357.737000', '153357.739000', '153357.742000', '153357.744000', '153357.755000', '153357.757000', '153357.760000', '153357.762000', '153357.765000', '153357.767000', '153357.770000', '153357.773000', '153357.775000', '153357.778000', '153357.780000', '153357.783000', '153357.785000', '153357.788000', '153357.791000', '153357.793000', '153357.796000', '153417.680000', '153417.682000', '153417.685000', '153417.688000', '153417.690000', '153417.693000', '153417.696000', '153417.698000', '153417.701000', '153417.704000', '153417.706000', '153417.709000', '153417.711000', '153417.714000', '153417.716000', '153417.719000', '153417.722000', '153417.724000', '153417.727000', '153417.729000', '153417.732000', '153417.735000', '153417.737000', '153417.740000', '153417.742000', '153417.745000', '153417.748000', '153417.750000', '153417.753000', '153417.755000', '153417.758000', '153417.760000', '153417.763000', '153417.766000', '153417.768000', '153417.771000', '153417.773000', '153417.776000', '153417.779000', '153417.781000', '153417.784000', '153417.787000', '153417.789000', '153417.792000', '153437.678000', '153437.681000', '153437.684000', '153437.687000', '153437.689000', '153437.692000', '153437.695000', '153437.697000', '153437.700000', '153437.703000', '153437.705000', '153437.708000', '153437.710000', '153437.713000', '153437.716000', '153437.718000', '153437.721000', '153437.723000', '153437.726000', '153437.728000', '153437.731000', '153437.734000', '153437.736000', '153437.739000', '153437.742000', '153437.744000', '153437.747000', '153437.749000', '153437.752000', '153437.754000', '153437.757000', '153437.760000', '153437.762000', '153437.765000', '153437.768000', '153437.770000', '153437.773000', '153437.775000', '153437.778000', '153437.780000', '153437.783000', '153437.786000', '153437.788000', '153457.679000', '153457.682000', '153457.684000', '153457.687000', '153457.689000', '153457.692000', '153457.695000', '153457.697000', '153457.700000', '153457.702000', '153457.705000', '153457.708000', '153457.710000', '153457.713000', '153457.715000', '153457.718000', '153457.721000', '153457.724000', '153457.726000', '153457.729000', '153457.732000', '153457.734000', '153457.762000', '153457.764000', '153457.767000', '153457.769000', '153457.772000', '153457.775000', '153457.777000', '153457.780000', '153457.782000', '153457.785000', '153457.787000', '153457.790000', '153457.793000', '153457.795000', '153457.798000', '153457.801000', '153457.803000', '153457.806000', '153457.808000', '153457.811000', '153457.813000', '153517.680000', '153517.682000', '153517.685000', '153517.688000', '153517.690000', '153517.707000', '153517.709000', '153517.712000', '153517.714000', '153517.717000', '153517.720000', '153517.722000', '153517.725000', '153517.727000', '153517.730000', '153517.733000', '153517.735000', '153517.738000', '153517.740000', '153517.743000', '153517.746000', '153517.748000', '153517.751000', '153517.753000', '153517.756000', '153517.759000', '153517.761000', '153517.764000', '153517.767000', '153517.769000', '153517.772000', '153517.774000', '153517.777000', '153517.780000', '153517.782000', '153517.785000', '153517.787000', '153517.790000', '153517.793000', '153517.795000', '153517.798000', '153517.800000', '153517.803000', '153517.806000', '153537.679000', '153537.682000', '153537.685000', '153537.688000', '153537.690000', '153537.693000', '153537.695000', '153537.698000', '153537.701000', '153537.703000', '153537.706000', '153537.708000', '153537.711000', '153537.713000', '153537.716000', '153537.719000', '153537.721000', '153537.724000', '153537.727000', '153537.729000', '153537.732000', '153537.734000', '153537.737000', '153537.740000', '153537.742000', '153537.745000', '153537.747000', '153537.750000', '153537.752000', '153537.755000', '153537.758000', '153537.760000', '153537.763000', '153537.765000', '153537.768000', '153537.771000', '153537.773000', '153537.776000', '153537.778000', '153537.781000', '153537.784000', '153537.786000', '153537.789000', '153537.791000', '153557.679000', '153557.682000', '153557.685000', '153557.688000', '153557.690000', '153557.693000', '153557.695000', '153557.698000', '153557.701000', '153557.703000', '153557.706000', '153557.708000', '153557.711000', '153557.714000', '153557.716000', '153557.719000', '153557.722000', '153557.724000', '153557.727000', '153557.729000', '153557.732000', '153557.735000', '153557.737000', '153557.740000', '153557.742000', '153557.745000', '153557.747000', '153557.750000', '153557.753000', '153557.755000', '153557.758000', '153557.760000', '153557.763000', '153557.766000', '153557.768000', '153557.771000', '153557.773000', '153557.776000', '153557.778000', '153557.781000', '153557.784000', '153557.786000', '153557.789000', '153617.680000', '153617.683000', '153617.686000', '153617.689000', '153617.692000', '153617.695000', '153617.697000', '153617.700000', '153617.702000', '153617.705000', '153617.709000', '153617.712000', '153617.715000', '153617.717000', '153617.720000', '153617.723000', '153617.725000', '153617.728000', '153617.730000', '153617.733000', '153617.736000', '153617.738000', '153617.741000', '153617.743000', '153617.746000', '153617.748000', '153617.751000', '153617.754000', '153617.756000', '153617.759000', '153617.769000', '153617.771000', '153617.774000', '153617.776000', '153617.779000', '153617.782000', '153617.784000', '153617.787000', '153617.789000', '153617.792000', '153617.795000', '153617.797000', '153617.800000', '153637.680000', '153637.682000', '153637.685000', '153637.688000', '153637.690000', '153637.693000', '153637.696000', '153637.698000', '153637.701000', '153637.703000', '153637.706000', '153637.709000', '153637.711000', '153637.714000', '153637.716000', '153637.719000', '153637.722000', '153637.724000', '153637.727000', '153637.730000', '153637.732000', '153637.735000', '153637.737000', '153637.740000', '153637.742000', '153637.745000', '153637.748000', '153637.750000', '153637.753000', '153637.755000', '153637.758000', '153637.761000', '153637.763000', '153637.766000', '153637.769000', '153637.771000', '153637.774000', '153637.776000', '153637.779000', '153637.782000', '153637.784000', '153637.787000', '153637.789000', '153637.792000', '153657.689000', '153657.692000', '153657.695000', '153657.697000', '153657.700000', '153657.703000', '153657.705000', '153657.708000', '153657.710000', '153657.713000', '153657.715000', '153657.718000', '153657.721000', '153657.723000', '153657.726000', '153657.729000', '153657.731000', '153657.734000', '153657.737000', '153657.740000', '153657.743000', '153657.746000', '153657.749000', '153657.751000', '153657.754000', '153657.756000', '153657.759000', '153657.762000', '153657.764000', '153657.767000', '153657.770000', '153657.772000', '153657.775000', '153657.777000', '153657.780000', '153657.783000', '153657.785000', '153657.788000', '153657.790000', '153657.793000', '153657.795000', '153657.798000', '153657.801000', '153717.679000', '153717.681000', '153717.684000', '153717.687000', '153717.689000', '153717.692000', '153717.694000', '153717.697000', '153717.700000', '153717.702000', '153717.705000', '153717.708000', '153717.710000', '153717.713000', '153717.715000', '153717.718000', '153717.720000', '153717.723000', '153717.726000', '153717.728000', '153717.731000', '153717.733000', '153717.736000', '153717.739000', '153717.741000', '153717.744000', '153717.746000', '153717.749000', '153717.752000', '153717.754000', '153717.757000', '153717.759000', '153717.762000', '153717.765000', '153717.767000', '153717.770000', '153717.773000', '153717.775000', '153717.778000', '153717.780000', '153717.783000', '153717.785000', '153717.788000', '153717.791000', '153737.680000', '153737.682000', '153737.685000', '153737.688000', '153737.690000', '153737.693000', '153737.696000', '153737.698000', '153737.701000', '153737.703000', '153737.706000', '153737.709000', '153737.711000', '153737.714000', '153737.716000', '153737.719000', '153737.722000', '153737.724000', '153737.727000', '153737.730000', '153737.732000', '153737.735000', '153737.737000', '153737.740000', '153737.743000', '153737.746000', '153737.749000', '153737.752000', '153737.755000', '153737.758000', '153737.761000', '153737.763000', '153737.766000', '153737.769000', '153737.771000', '153737.774000', '153737.776000', '153737.779000', '153737.781000', '153737.784000', '153737.787000', '153737.789000', '153737.792000', '153757.680000', '153757.682000', '153757.685000', '153757.688000', '153757.690000', '153757.693000', '153757.696000', '153757.698000', '153757.701000', '153757.704000', '153757.706000', '153757.709000', '153757.711000', '153757.714000', '153757.717000', '153757.719000', '153757.722000', '153757.724000', '153757.727000', '153757.730000', '153757.732000', '153757.735000', '153757.737000', '153757.740000', '153757.742000', '153757.745000', '153757.748000', '153757.750000', '153757.753000', '153757.756000', '153757.758000', '153757.761000', '153757.763000', '153757.766000', '153757.769000', '153757.771000', '153757.774000', '153757.776000', '153757.779000', '153757.782000', '153757.784000', '153757.787000', '153757.790000', '153757.792000', '153817.679000', '153817.682000', '153817.685000', '153817.688000', '153817.690000', '153817.693000', '153817.696000', '153817.698000', '153817.701000', '153817.703000', '153817.706000', '153817.719000', '153817.721000', '153817.724000', '153817.727000', '153817.729000', '153817.732000', '153817.735000', '153817.737000', '153817.740000', '153817.742000', '153817.745000', '153817.748000', '153817.750000', '153817.753000', '153817.756000', '153817.758000', '153817.761000', '153817.764000', '153817.767000', '153817.769000', '153817.772000', '153817.774000', '153817.777000', '153817.780000', '153817.782000', '153817.785000', '153817.787000', '153817.790000', '153817.793000', '153817.795000', '153817.798000', '153817.801000', '153837.680000', '153837.683000', '153837.685000', '153837.695000', '153837.698000', '153837.700000', '153837.703000', '153837.706000', '153837.708000', '153837.711000', '153837.713000', '153837.716000', '153837.719000', '153837.721000', '153837.724000', '153837.727000', '153837.729000', '153837.732000', '153837.734000', '153837.737000', '153837.739000', '153837.742000', '153837.745000', '153837.747000', '153837.750000', '153837.752000', '153837.755000', '153837.758000', '153837.762000', '153837.765000', '153837.767000', '153837.770000', '153837.772000', '153837.775000', '153837.778000', '153837.780000', '153837.783000', '153837.785000', '153837.788000', '153837.791000', '153837.793000', '153837.796000', '153837.799000', '153837.801000', '153857.679000', '153857.682000', '153857.685000', '153857.688000', '153857.690000', '153857.693000', '153857.695000', '153857.698000', '153857.700000', '153857.703000', '153857.706000', '153857.708000', '153857.711000', '153857.714000', '153857.716000', '153857.719000', '153857.721000', '153857.724000', '153857.727000', '153857.729000', '153857.732000', '153857.734000', '153857.737000', '153857.740000', '153857.742000', '153857.745000', '153857.747000', '153857.750000', '153857.753000', '153857.756000', '153857.758000', '153857.761000', '153857.763000', '153857.766000', '153857.769000', '153857.771000', '153857.774000', '153857.776000', '153857.779000', '153857.782000', '153857.784000', '153857.788000', '153857.790000', '153917.678000', '153917.681000', '153917.684000', '153917.687000', '153917.689000', '153917.692000', '153917.694000', '153917.697000', '153917.700000', '153917.702000', '153917.705000', '153917.708000', '153917.710000', '153917.713000', '153917.715000', '153917.718000', '153917.720000', '153917.723000', '153917.726000', '153917.728000', '153917.731000', '153917.733000', '153917.736000', '153917.739000', '153917.741000', '153917.744000', '153917.746000', '153917.749000', '153917.751000', '153917.754000', '153917.757000', '153917.759000', '153917.762000', '153917.765000', '153917.767000', '153917.770000', '153917.772000', '153917.775000', '153917.778000', '153917.780000', '153917.783000', '153917.785000', '153917.788000', '153917.791000', '153937.679000', '153937.681000', '153937.684000', '153937.687000', '153937.689000', '153937.692000', '153937.695000', '153937.697000', '153937.700000', '153937.703000', '153937.705000', '153937.708000', '153937.710000', '153937.713000', '153937.715000', '153937.718000', '153937.721000', '153937.723000', '153937.726000', '153937.728000', '153937.731000', '153937.734000', '153937.747000', '153937.749000', '153937.752000', '153937.755000', '153937.757000', '153937.760000', '153937.762000', '153937.765000', '153937.767000', '153937.770000', '153937.773000', '153937.775000', '153937.778000', '153937.780000', '153937.783000', '153937.786000', '153937.788000', '153937.791000', '153937.793000', '153937.796000', '153937.799000', '153957.679000', '153957.682000', '153957.685000', '153957.688000', '153957.690000', '153957.693000', '153957.695000', '153957.698000', '153957.701000', '153957.703000', '153957.706000', '153957.709000', '153957.711000', '153957.714000', '153957.716000', '153957.719000', '153957.722000', '153957.724000', '153957.727000', '153957.729000', '153957.732000', '153957.735000', '153957.737000', '153957.740000', '153957.742000', '153957.745000', '153957.748000', '153957.750000', '153957.753000', '153957.755000', '153957.758000', '153957.761000', '153957.763000', '153957.766000', '153957.768000', '153957.771000', '153957.774000', '153957.776000', '153957.779000', '153957.781000', '153957.784000', '153957.787000', '153957.789000', '153957.792000', '154017.680000', '154017.682000', '154017.685000', '154017.688000', '154017.690000', '154017.693000', '154017.696000', '154017.698000', '154017.701000', '154017.703000', '154017.706000', '154017.709000', '154017.711000', '154017.714000', '154017.716000', '154017.719000', '154017.722000', '154017.724000', '154017.727000', '154017.729000', '154017.732000', '154017.735000', '154017.737000', '154017.740000', '154017.742000', '154017.745000', '154017.747000', '154017.750000', '154017.753000', '154017.755000', '154017.758000', '154017.760000', '154017.763000', '154017.765000', '154017.768000', '154017.771000', '154017.773000', '154017.776000', '154017.779000', '154017.781000', '154017.784000', '154017.787000', '154017.789000', '154037.680000', '154037.682000', '154037.685000', '154037.688000', '154037.690000', '154037.693000', '154037.696000', '154037.698000', '154037.701000', '154037.704000', '154037.707000', '154037.710000', '154037.713000', '154037.716000', '154037.718000', '154037.721000', '154037.723000', '154037.726000', '154037.728000', '154037.731000', '154037.734000', '154037.736000', '154037.739000', '154037.742000', '154037.744000', '154037.747000', '154037.749000', '154037.752000', '154037.755000', '154037.757000', '154037.760000', '154037.762000', '154037.765000', '154037.768000', '154037.770000', '154037.773000', '154037.776000', '154037.778000', '154037.781000', '154037.783000', '154037.786000', '154037.788000', '154037.791000', '154057.679000', '154057.682000', '154057.685000', '154057.688000', '154057.690000', '154057.693000', '154057.696000', '154057.698000', '154057.701000', '154057.703000', '154057.706000', '154057.709000', '154057.711000', '154057.714000', '154057.716000', '154057.719000', '154057.721000', '154057.724000', '154057.727000', '154057.729000', '154057.732000', '154057.735000', '154057.737000', '154057.740000', '154057.742000', '154057.745000', '154057.748000', '154057.750000', '154057.753000', '154057.755000', '154057.758000', '154057.761000', '154057.763000', '154057.766000', '154057.769000', '154057.771000', '154057.774000', '154057.776000', '154057.779000', '154057.782000', '154057.792000', '154057.795000', '154057.798000', '154057.800000', '154117.680000', '154117.683000', '154117.685000', '154117.688000', '154117.691000', '154117.693000', '154117.696000', '154117.699000', '154117.701000', '154117.704000', '154117.706000', '154117.709000', '154117.712000', '154117.714000', '154117.717000', '154117.719000', '154117.722000', '154117.725000', '154117.727000', '154117.730000', '154117.732000', '154117.735000', '154117.738000', '154117.740000', '154117.743000', '154117.745000', '154117.748000', '154117.751000', '154117.753000', '154117.756000', '154117.758000', '154117.761000', '154117.764000', '154117.766000', '154117.769000', '154117.771000', '154117.774000', '154117.776000', '154117.779000', '154117.782000', '154117.784000', '154117.787000', '154117.789000', '154117.792000', '154137.679000', '154137.682000', '154137.684000', '154137.687000', '154137.690000', '154137.692000', '154137.695000', '154137.697000', '154137.700000', '154137.703000', '154137.705000', '154137.708000', '154137.710000', '154137.713000', '154137.716000', '154137.718000', '154137.721000', '154137.723000', '154137.726000', '154137.729000', '154137.731000', '154137.734000', '154137.736000', '154137.739000', '154137.742000', '154137.744000', '154137.747000', '154137.749000', '154137.752000', '154137.754000', '154137.757000', '154137.760000', '154137.762000', '154137.765000', '154137.768000', '154137.770000', '154137.773000', '154137.775000', '154137.778000', '154137.781000', '154137.783000', '154137.786000', '154137.788000', '154154.830000', '154154.833000', '154154.836000', '154154.839000', '154154.842000', '154154.845000', '154154.848000', '154154.850000', '154154.853000', '154154.856000', '154154.859000', '154154.861000', '154154.864000', '154154.867000', '154154.869000', '154154.872000', '154154.875000', '154154.877000', '154154.880000', '154154.883000', '154154.885000', '154154.888000', '154154.890000', '154154.893000', '154154.896000', '154154.899000', '154154.901000', '154154.904000', '154154.907000', '154154.911000', '154154.914000', '154154.917000', '154154.923000', '154154.926000', '154154.928000', '154154.931000', '154154.934000', '154154.937000'], '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, 1157], 'LargestImagePixelValue': [9357, 9213, 11178, 6994, 10005, 7587, 8143, 7951, 6904, 11994, 8089, 9598, 7027, 6859, 7635, 6986, 10750, 6617, 8582, 6877, 7315, 6945, 6696, 10633, 6661, 8226, 6587, 7419, 7066, 7031, 10882, 6764, 8940, 6960, 9758, 6676, 10578, 8310, 7072, 7508, 6868, 9399, 7021, 11828, 8651, 7680, 8415, 6848, 8981, 7188, 7446, 10399, 7369, 10454, 7191, 7189, 7569, 7046, 10412, 8060, 11447, 7584, 7056, 8673, 6715, 7289, 9025, 6900, 11874, 9538, 7660, 8479, 6952, 9902, 7156, 11177, 8609, 8453, 7379, 7565, 8043, 6779, 9242, 6974, 10859, 7737, 7993, 7602, 6751, 9288, 7011, 11013, 8611, 8003, 7566, 6617, 9101, 6969, 10754, 7515, 11725, 8250, 7838, 7201, 7970, 7474, 7614, 9257, 6957, 9118, 6907, 9193, 6901, 10284, 7395, 7924, 7869, 7012, 8841, 6690, 9714, 7019, 11874, 7779, 9626, 7111, 7749, 7531, 8772, 7867, 7687, 9372, 6836, 9312, 7020, 9734, 6800, 10769, 7695, 9424, 7317, 8172, 7548, 10183, 7333, 11030, 7987, 7794, 7464, 7998, 7981, 7570, 9997, 7200, 11688, 7000, 7894, 8219, 7268, 10119, 7752, 10173, 7799, 7656, 8556, 7747, 8577, 10434, 9669, 7365, 8649, 6759, 8951, 7034, 10553, 7922, 7650, 8783, 6590, 8656, 7000, 10073, 7258, 10764, 8304, 7661, 8573, 6872, 8777, 6701, 10249, 7756, 10522, 7690, 7448, 8153, 7606, 8006, 8513, 7997, 7333, 8643, 6820, 8560, 6735, 8977, 7154, 10181, 7362, 7588, 8037, 7402, 8318, 7384, 9321, 7146, 8617, 6701, 8553, 6859, 9417, 7419, 9600, 7683, 7426, 8161, 9154, 7940, 11138, 7678, 8331, 7888, 7124, 8183, 7084, 8453, 6945, 11258, 7016, 8129, 7819, 8044, 7526, 11085, 7307, 9456, 7201, 7738, 7682, 7617, 7790, 7373, 8265, 6945, 8455, 6905, 9159, 7212, 10992, 7654, 7957, 8544, 7138, 8742, 6954, 9100, 7382, 11629, 7645, 7717, 8264, 7251, 8690, 7564, 9585, 7105, 9096, 6953, 7958, 7322, 7783, 7595, 7367, 9018, 6789, 7837, 6832, 9148, 7626, 8426, 8364, 7122, 11581, 6927, 7681, 9364, 7562, 7678, 12033, 11181, 9097, 12514, 8100, 7129, 9010, 7139, 7804, 8105, 6942, 8831, 7420, 7557, 9093, 6976, 7461, 8380, 6831, 11354, 8354, 12022, 10200, 8799, 12020, 8081, 8156, 8832, 6983, 10549, 7939, 12310, 9613, 7903, 8937, 7129, 9095, 8514, 7396, 8915, 7306, 10608, 8420, 7379, 8722, 7062, 9410, 7599, 7932, 8412, 6918, 8357, 7205, 8328, 8011, 7643, 9591, 7051, 8665, 7154, 8807, 7051, 9198, 7804, 8083, 8910, 6996, 9611, 7174, 8479, 7659, 8245, 7866, 8230, 10434, 7189, 9262, 7344, 11211, 7494, 11901, 8023, 8409, 8379, 7114, 8542, 7329, 9073, 7368, 11229, 8540, 11093, 7307, 8134, 7804, 7486, 8101, 7158, 9392, 7584, 10149, 7370, 11629, 7341, 11110, 8385, 10255, 7708, 7748, 7672, 7253, 7934, 7555, 8921, 7992, 8124, 7994, 8018, 8037, 8319, 8218, 9791, 8099, 8188, 8081, 8266, 7833, 9654, 7763, 7680, 8052, 7699, 7966, 8100, 9339, 8830, 12247, 7717, 9550, 7894, 8614, 8150, 10482, 9922, 8285, 8659, 8205, 8853, 8077, 9430, 8841, 9802, 8076, 7825, 8049, 7857, 9426, 8651, 13319, 8112, 8214, 8163, 7982, 8322, 12204, 9472, 8992, 9668, 7866, 8734, 8028, 10612, 8031, 11129, 8260, 8078, 8051, 7730, 8676, 7671, 7139, 8510, 7118, 7853, 8374, 7050, 11332, 7677, 7503, 8319, 7759, 10111, 8496, 11918, 7903, 8925, 8024, 7886, 8316, 7775, 12380, 7509, 7598, 7845, 7730, 8049, 7889, 11254, 7979, 7631, 7831, 7651, 8621, 8079, 13094, 8012, 7724, 8182, 7502, 8296, 7503, 11466, 8412, 8316, 8060, 7431, 8798, 7733, 11297, 8009, 9580, 8397, 7784, 8217, 7238, 8828, 7568, 10846, 8216, 7845, 8025, 7325, 8565, 7580, 11063, 8912, 7828, 8195, 7006, 10053, 7471, 8765, 9577, 7407, 8945, 7709, 7252, 7617, 7062, 7863, 8211, 7650, 10382, 7590, 7066, 8268, 6820, 10311, 7693, 12379, 7769, 7815, 7743, 7182, 8543, 6635, 11377, 7698, 7257, 7833, 6695, 8284, 6749, 9189, 7584, 7703, 7506, 6836, 7419, 6641, 8297, 7344, 6840, 8660, 7047, 7506, 8284, 7642, 7923, 7101, 6884, 7997, 6459, 10792, 8080, 7665, 7574, 6642, 8766, 6861, 9635, 8149, 6929, 8666, 6758, 9201, 7069, 11064, 8135, 7895, 7697, 7065, 8107, 6736, 10089, 8094, 9363, 7785, 7618, 7659, 6572, 9765, 7664, 10437, 7571, 7258, 7774, 7799, 7837, 8301, 9217, 6724, 7949, 6755, 8504, 7483, 7901, 8833, 6745, 8672, 6913, 8246, 7782, 7008, 10886, 6940, 8171, 6970, 7872, 7796, 7775, 11979, 7475, 9465, 7356, 7407, 7866, 6828, 11735, 7412, 9428, 7206, 7897, 7733, 7650, 9609, 6761, 8372, 6845, 8648, 7048, 9946, 7897, 7959, 7753, 6849, 8142, 6598, 8513, 6736, 11689, 7830, 7461, 7593, 6674, 8529, 6950, 9322, 7851, 11710, 7454, 7811, 7332, 7984, 7485, 8567, 8855, 6485, 8434, 6826, 8972, 6844, 8972, 7276, 10889, 8319, 8257, 7582, 6809, 7775, 6675, 8523, 6706, 10824, 7792, 7660, 7462, 6872, 7568, 8698, 7680, 11495, 8350, 7641, 7716, 6736, 7750, 6709, 8333, 6561, 9120, 7173, 7182, 7393, 6774, 8184, 6573, 9517, 7425, 8100, 7114, 6713, 7670, 6834, 11215, 7167, 10629, 7011, 10090, 7518, 10687, 8245, 7468, 7709, 6645, 8533, 6590, 9749, 7778, 9734, 7436, 6681, 8328, 6906, 8467, 7535, 6854, 9529, 6710, 9077, 6844, 9045, 7712, 8367, 7997, 6505, 8284, 6616, 8958, 7307, 8921, 8146, 7028, 8024, 6613, 8927, 7368, 9464, 8225, 6830, 7994, 6772, 8746, 6684, 9057, 7645, 8276, 7348, 6686, 8321, 6696, 9677, 7625, 7386, 7129, 6794, 7132, 6714, 8746, 6748, 9433, 6606, 7527, 6709, 7480, 6850, 7593, 7624, 6815, 7769, 6855, 7673, 7301, 6831, 7974, 6606, 9013, 6808, 6942, 7279, 6633, 9690, 7432, 12034, 8545, 7006, 9011, 6623, 10093, 7870, 12744, 9647, 7602, 8043, 6600, 8886, 7018, 10460, 8259, 6962, 7881, 6769, 9013, 7196, 10540, 8355, 6777, 7908, 6748, 8847, 6849, 9412, 7560, 11196, 7268, 7224, 7014, 6603, 8945, 7239, 10957, 7529, 6762, 8126, 6436, 9823, 7385, 9906, 8220, 6840, 8869, 6662, 9383, 7572, 9267, 9049, 6795, 9176, 6725, 9294, 7322, 10480, 8314, 7353, 7325, 6616, 8029, 6456, 9491, 7699, 6963, 7482, 6659, 8835, 6877, 9771, 7581, 11157, 8090, 6954, 7415, 6490, 8226, 6561, 10778, 8124, 7046, 7417, 6510, 8544, 6711, 10242, 8036, 11523, 7156, 7271, 7182, 7120, 7608, 7617, 10147, 6779, 9095, 6485, 8522, 6645, 8693, 7193, 9383, 7313, 7605, 7042, 6973, 7902, 7103, 7548, 7437, 6607, 10840, 7857, 6836, 8734, 6981, 7342, 8448, 7015, 12535, 7917, 6914, 9106, 7238, 10211, 7260, 8915, 7477, 7012, 12128, 7295, 6664, 7395, 7172, 9071, 7453, 7170, 11903, 6822, 7059, 8030, 7077, 9471, 7218, 11755, 8842, 7339, 8489, 7299, 8029, 7439, 7080, 9161, 7311, 9478, 8139, 7231, 9495, 6852, 6718, 8422, 7156, 9685, 8494, 7476, 10918, 7222, 7209, 8692, 6706, 11691, 8857, 8027, 8138, 7148, 9332, 7560, 7452, 8120, 7158, 10754, 7895, 7663, 8873, 7359, 7018, 8568, 7491, 7203, 11272, 8486, 7756, 7847, 6924, 8616, 7188, 12072, 7886, 7925, 8119, 7435, 8833, 7306, 8296, 8277, 7213, 8226, 7384, 7302, 7984, 6858, 10182, 8267, 8007, 7920, 7039, 8754, 7602, 11800, 8451, 9070, 8131, 6907, 8569, 7558, 9855, 7564, 10673, 8139, 6584, 8120, 6816, 9168, 7626, 13293, 7657, 7540, 7837, 7519, 8279, 7155, 10190, 7754, 7310, 7954, 7197, 8665, 6659, 9818, 8193, 9151, 7952, 7517, 8237, 7527, 9413, 7035, 12449, 8339, 9415, 7529, 7679, 8217, 7450, 9470, 7166, 10356, 7294, 8856, 7602, 9300, 7690, 7643, 8354, 6673, 8493, 6885, 8836, 6703, 11340, 7876, 9193, 7351, 7328, 7911, 6518, 9499, 7706, 8683, 7825, 7116, 8341, 6774, 9890, 7962, 10886, 8051, 7623, 8596, 7567, 8905, 7259, 11950, 8023, 9105, 7764, 7686, 7913, 7240, 7943, 7064, 9023], 'WindowCenter': [3964.0, 3947.0, 3955.0, 3889.0, 3928.0, 3886.0, 3894.0, 3896.0, 3875.0, 3937.0, 3895.0, 3914.0, 3873.0, 3861.0, 3884.0, 3873.0, 3926.0, 3863.0, 3905.0, 3876.0, 3886.0, 3887.0, 3876.0, 3939.0, 3876.0, 3907.0, 3876.0, 3885.0, 3887.0, 3875.0, 3939.0, 3876.0, 3916.0, 3887.0, 3926.0, 3877.0, 3926.0, 3908.0, 3874.0, 3884.0, 3861.0, 3915.0, 3887.0, 3949.0, 3908.0, 3896.0, 3907.0, 3878.0, 3916.0, 3886.0, 3893.0, 3938.0, 3886.0, 3938.0, 3888.0, 3875.0, 3890.0, 3874.0, 3926.0, 3895.0, 3949.0, 3896.0, 3875.0, 3906.0, 3876.0, 3884.0, 3919.0, 3887.0, 3937.0, 3930.0, 3895.0, 3896.0, 3873.0, 3915.0, 3875.0, 3925.0, 3905.0, 3895.0, 3874.0, 3884.0, 3893.0, 3864.0, 3915.0, 3875.0, 3927.0, 3886.0, 3895.0, 3885.0, 3875.0, 3915.0, 3882.0, 3937.0, 3908.0, 3896.0, 3886.0, 3875.0, 3904.0, 3875.0, 3937.0, 3886.0, 3937.0, 3908.0, 3883.0, 3886.0, 3894.0, 3887.0, 3897.0, 3917.0, 3876.0, 3905.0, 3876.0, 3916.0, 3886.0, 3928.0, 3888.0, 3908.0, 3897.0, 3886.0, 3916.0, 3875.0, 3928.0, 3886.0, 3936.0, 3898.0, 3915.0, 3875.0, 3884.0, 3896.0, 3906.0, 3896.0, 3896.0, 3916.0, 3874.0, 3914.0, 3886.0, 3915.0, 3877.0, 3937.0, 3898.0, 3915.0, 3886.0, 3907.0, 3898.0, 3926.0, 3897.0, 3937.0, 3897.0, 3885.0, 3886.0, 3895.0, 3896.0, 3897.0, 3929.0, 3886.0, 3947.0, 3888.0, 3906.0, 3908.0, 3885.0, 3927.0, 3897.0, 3926.0, 3897.0, 3895.0, 3907.0, 3895.0, 3917.0, 3927.0, 3916.0, 3872.0, 3893.0, 3861.0, 3895.0, 3872.0, 3924.0, 3894.0, 3883.0, 3904.0, 3863.0, 3903.0, 3873.0, 3912.0, 3885.0, 3923.0, 3895.0, 3882.0, 3903.0, 3862.0, 3903.0, 3873.0, 3926.0, 3895.0, 3924.0, 3879.0, 3883.0, 3895.0, 3882.0, 3896.0, 3904.0, 3894.0, 3873.0, 3904.0, 3861.0, 3903.0, 3873.0, 3915.0, 3874.0, 3924.0, 3885.0, 3895.0, 3895.0, 3883.0, 3906.0, 3884.0, 3917.0, 3875.0, 3905.0, 3874.0, 3896.0, 3874.0, 3915.0, 3886.0, 3915.0, 3895.0, 3884.0, 3905.0, 3914.0, 3907.0, 3935.0, 3895.0, 3903.0, 3896.0, 3882.0, 3905.0, 3885.0, 3904.0, 3874.0, 3948.0, 3887.0, 3894.0, 3897.0, 3894.0, 3897.0, 3936.0, 3876.0, 3915.0, 3884.0, 3894.0, 3893.0, 3889.0, 3896.0, 3886.0, 3907.0, 3885.0, 3905.0, 3886.0, 3914.0, 3885.0, 3938.0, 3897.0, 3895.0, 3904.0, 3874.0, 3905.0, 3874.0, 3916.0, 3884.0, 3935.0, 3896.0, 3893.0, 3905.0, 3883.0, 3905.0, 3895.0, 3924.0, 3885.0, 3903.0, 3884.0, 3894.0, 3886.0, 3895.0, 3896.0, 3899.0, 3948.0, 3877.0, 3883.0, 3864.0, 3897.0, 3883.0, 3893.0, 3904.0, 3872.0, 3925.0, 3834.0, 3884.0, 3902.0, 3885.0, 3877.0, 3937.0, 3939.0, 3912.0, 3937.0, 3911.0, 3889.0, 3917.0, 3875.0, 3884.0, 3894.0, 3872.0, 3904.0, 3888.0, 3896.0, 3919.0, 3889.0, 3898.0, 3901.0, 3865.0, 3926.0, 3895.0, 3935.0, 3916.0, 3895.0, 3935.0, 3893.0, 3892.0, 3904.0, 3860.0, 3912.0, 3881.0, 3921.0, 3902.0, 3881.0, 3891.0, 3872.0, 3900.0, 3904.0, 3872.0, 3903.0, 3872.0, 3924.0, 3895.0, 3882.0, 3903.0, 3873.0, 3913.0, 3894.0, 3894.0, 3894.0, 3875.0, 3904.0, 3886.0, 3905.0, 3907.0, 3897.0, 3929.0, 3885.0, 3907.0, 3887.0, 3916.0, 3886.0, 3916.0, 3898.0, 3908.0, 3918.0, 3887.0, 3927.0, 3888.0, 3907.0, 3897.0, 3906.0, 3907.0, 3908.0, 3939.0, 3887.0, 3928.0, 3899.0, 3938.0, 3887.0, 3941.0, 3908.0, 3907.0, 3906.0, 3887.0, 3916.0, 3898.0, 3917.0, 3897.0, 3948.0, 3918.0, 3937.0, 3885.0, 3895.0, 3890.0, 3897.0, 3907.0, 3887.0, 3924.0, 3898.0, 3938.0, 3899.0, 3948.0, 3899.0, 3949.0, 3908.0, 3928.0, 3897.0, 3896.0, 3896.0, 3884.0, 3907.0, 3897.0, 3917.0, 3908.0, 3906.0, 3909.0, 3907.0, 3903.0, 3908.0, 3907.0, 3926.0, 3908.0, 3907.0, 3909.0, 3906.0, 3910.0, 3940.0, 3909.0, 3908.0, 3908.0, 3910.0, 3909.0, 3909.0, 3930.0, 3930.0, 3960.0, 3898.0, 3928.0, 3906.0, 3916.0, 3909.0, 3938.0, 3938.0, 3907.0, 3906.0, 3907.0, 3917.0, 3907.0, 3927.0, 3917.0, 3926.0, 3896.0, 3896.0, 3907.0, 3908.0, 3927.0, 3917.0, 3959.0, 3906.0, 3907.0, 3918.0, 3895.0, 3906.0, 3946.0, 3916.0, 3916.0, 3915.0, 3895.0, 3915.0, 3907.0, 3936.0, 3908.0, 3937.0, 3905.0, 3894.0, 3895.0, 3895.0, 3916.0, 3909.0, 3897.0, 3917.0, 3888.0, 3907.0, 3908.0, 3882.0, 3948.0, 3899.0, 3897.0, 3907.0, 3897.0, 3939.0, 3907.0, 3949.0, 3896.0, 3906.0, 3895.0, 3895.0, 3907.0, 3896.0, 3948.0, 3886.0, 3895.0, 3896.0, 3895.0, 3896.0, 3894.0, 3937.0, 3896.0, 3897.0, 3897.0, 3896.0, 3906.0, 3911.0, 3960.0, 3908.0, 3908.0, 3907.0, 3894.0, 3905.0, 3897.0, 3936.0, 3907.0, 3904.0, 3894.0, 3886.0, 3905.0, 3894.0, 3937.0, 3895.0, 3916.0, 3894.0, 3883.0, 3893.0, 3884.0, 3904.0, 3885.0, 3936.0, 3893.0, 3894.0, 3893.0, 3884.0, 3902.0, 3895.0, 3935.0, 3916.0, 3884.0, 3905.0, 3875.0, 3913.0, 3884.0, 3903.0, 3914.0, 3884.0, 3903.0, 3884.0, 3896.0, 3896.0, 3887.0, 3906.0, 3906.0, 3896.0, 3926.0, 3895.0, 3884.0, 3894.0, 3863.0, 3924.0, 3883.0, 3935.0, 3883.0, 3881.0, 3881.0, 3871.0, 3903.0, 3863.0, 3934.0, 3882.0, 3871.0, 3883.0, 3862.0, 3892.0, 3874.0, 3914.0, 3884.0, 3883.0, 3882.0, 3862.0, 3884.0, 3886.0, 3918.0, 3897.0, 3887.0, 3917.0, 3886.0, 3886.0, 3907.0, 3897.0, 3907.0, 3886.0, 3885.0, 3905.0, 3873.0, 3937.0, 3908.0, 3895.0, 3896.0, 3876.0, 3917.0, 3876.0, 3925.0, 3895.0, 3885.0, 3901.0, 3874.0, 3915.0, 3886.0, 3935.0, 3895.0, 3894.0, 3893.0, 3885.0, 3894.0, 3872.0, 3926.0, 3896.0, 3915.0, 3884.0, 3883.0, 3883.0, 3874.0, 3924.0, 3895.0, 3924.0, 3882.0, 3882.0, 3883.0, 3882.0, 3884.0, 3892.0, 3915.0, 3861.0, 3892.0, 3862.0, 3903.0, 3884.0, 3892.0, 3915.0, 3874.0, 3904.0, 3873.0, 3904.0, 3895.0, 3874.0, 3936.0, 3886.0, 3905.0, 3885.0, 3893.0, 3882.0, 3882.0, 3934.0, 3883.0, 3913.0, 3883.0, 3882.0, 3893.0, 3862.0, 3935.0, 3884.0, 3902.0, 3882.0, 3880.0, 3882.0, 3881.0, 3915.0, 3861.0, 3892.0, 3862.0, 3901.0, 3871.0, 3913.0, 3892.0, 3893.0, 3882.0, 3862.0, 3891.0, 3861.0, 3904.0, 3874.0, 3934.0, 3883.0, 3883.0, 3894.0, 3874.0, 3903.0, 3873.0, 3914.0, 3894.0, 3934.0, 3883.0, 3882.0, 3884.0, 3891.0, 3883.0, 3903.0, 3902.0, 3850.0, 3891.0, 3860.0, 3902.0, 3862.0, 3902.0, 3884.0, 3923.0, 3893.0, 3891.0, 3882.0, 3860.0, 3883.0, 3860.0, 3902.0, 3859.0, 3923.0, 3894.0, 3881.0, 3883.0, 3862.0, 3882.0, 3902.0, 3882.0, 3922.0, 3892.0, 3880.0, 3881.0, 3859.0, 3880.0, 3859.0, 3890.0, 3858.0, 3900.0, 3874.0, 3872.0, 3885.0, 3872.0, 3904.0, 3874.0, 3925.0, 3886.0, 3893.0, 3884.0, 3873.0, 3896.0, 3874.0, 3936.0, 3875.0, 3925.0, 3874.0, 3924.0, 3885.0, 3924.0, 3893.0, 3882.0, 3881.0, 3862.0, 3902.0, 3862.0, 3913.0, 3895.0, 3912.0, 3884.0, 3874.0, 3903.0, 3872.0, 3892.0, 3883.0, 3862.0, 3914.0, 3867.0, 3902.0, 3873.0, 3903.0, 3894.0, 3893.0, 3894.0, 3851.0, 3892.0, 3862.0, 3902.0, 3883.0, 3903.0, 3896.0, 3872.0, 3891.0, 3862.0, 3902.0, 3882.0, 3913.0, 3893.0, 3861.0, 3891.0, 3861.0, 3901.0, 3855.0, 3901.0, 3882.0, 3891.0, 3871.0, 3860.0, 3891.0, 3862.0, 3912.0, 3882.0, 3870.0, 3871.0, 3861.0, 3872.0, 3860.0, 3903.0, 3862.0, 3913.0, 3858.0, 3882.0, 3874.0, 3881.0, 3873.0, 3882.0, 3894.0, 3873.0, 3883.0, 3874.0, 3894.0, 3883.0, 3874.0, 3896.0, 3875.0, 3915.0, 3874.0, 3885.0, 3885.0, 3873.0, 3927.0, 3885.0, 3947.0, 3905.0, 3872.0, 3914.0, 3873.0, 3924.0, 3895.0, 3945.0, 3915.0, 3882.0, 3892.0, 3860.0, 3901.0, 3872.0, 3924.0, 3894.0, 3872.0, 3894.0, 3874.0, 3903.0, 3885.0, 3935.0, 3904.0, 3862.0, 3892.0, 3863.0, 3903.0, 3862.0, 3914.0, 3883.0, 3933.0, 3883.0, 3881.0, 3872.0, 3861.0, 3903.0, 3884.0, 3935.0, 3885.0, 3862.0, 3893.0, 3864.0, 3926.0, 3885.0, 3926.0, 3907.0, 3863.0, 3904.0, 3863.0, 3914.0, 3895.0, 3914.0, 3916.0, 3860.0, 3903.0, 3862.0, 3902.0, 3883.0, 3923.0, 3894.0, 3868.0, 3871.0, 3861.0, 3891.0, 3863.0, 3915.0, 3895.0, 3873.0, 3884.0, 3874.0, 3914.0, 3874.0, 3925.0, 3894.0, 3936.0, 3895.0, 3872.0, 3884.0, 3852.0, 3894.0, 3862.0, 3923.0, 3892.0, 3872.0, 3883.0, 3862.0, 3904.0, 3874.0, 3925.0, 3894.0, 3935.0, 3874.0, 3872.0, 3873.0, 3867.0, 3884.0, 3882.0, 3926.0, 3861.0, 3901.0, 3851.0, 3892.0, 3862.0, 3903.0, 3873.0, 3915.0, 3885.0, 3883.0, 3874.0, 3886.0, 3907.0, 3887.0, 3906.0, 3897.0, 3877.0, 3946.0, 3908.0, 3876.0, 3919.0, 3887.0, 3885.0, 3907.0, 3876.0, 3949.0, 3896.0, 3875.0, 3917.0, 3887.0, 3927.0, 3886.0, 3915.0, 3886.0, 3875.0, 3946.0, 3883.0, 3875.0, 3885.0, 3885.0, 3916.0, 3886.0, 3887.0, 3948.0, 3870.0, 3874.0, 3895.0, 3875.0, 3915.0, 3886.0, 3947.0, 3917.0, 3885.0, 3905.0, 3886.0, 3894.0, 3886.0, 3874.0, 3915.0, 3885.0, 3926.0, 3897.0, 3887.0, 3915.0, 3864.0, 3875.0, 3906.0, 3873.0, 3926.0, 3905.0, 3886.0, 3936.0, 3885.0, 3885.0, 3905.0, 3875.0, 3935.0, 3916.0, 3895.0, 3894.0, 3875.0, 3914.0, 3897.0, 3898.0, 3908.0, 3889.0, 3926.0, 3894.0, 3885.0, 3905.0, 3885.0, 3875.0, 3904.0, 3885.0, 3885.0, 3937.0, 3906.0, 3885.0, 3894.0, 3874.0, 3905.0, 3886.0, 3946.0, 3895.0, 3894.0, 3884.0, 3885.0, 3904.0, 3886.0, 3906.0, 3895.0, 3887.0, 3896.0, 3886.0, 3886.0, 3895.0, 3875.0, 3926.0, 3908.0, 3893.0, 3896.0, 3874.0, 3905.0, 3897.0, 3948.0, 3896.0, 3905.0, 3895.0, 3874.0, 3893.0, 3884.0, 3915.0, 3885.0, 3926.0, 3884.0, 3862.0, 3882.0, 3862.0, 3903.0, 3884.0, 3945.0, 3883.0, 3883.0, 3882.0, 3884.0, 3905.0, 3887.0, 3925.0, 3898.0, 3884.0, 3895.0, 3874.0, 3904.0, 3864.0, 3926.0, 3906.0, 3912.0, 3894.0, 3883.0, 3895.0, 3883.0, 3916.0, 3873.0, 3934.0, 3894.0, 3902.0, 3883.0, 3882.0, 3893.0, 3873.0, 3914.0, 3874.0, 3923.0, 3881.0, 3903.0, 3883.0, 3913.0, 3883.0, 3886.0, 3894.0, 3864.0, 3903.0, 3873.0, 3903.0, 3862.0, 3923.0, 3895.0, 3914.0, 3883.0, 3881.0, 3893.0, 3864.0, 3922.0, 3897.0, 3905.0, 3884.0, 3872.0, 3889.0, 3863.0, 3914.0, 3894.0, 3925.0, 3883.0, 3881.0, 3892.0, 3880.0, 3904.0, 3872.0, 3921.0, 3882.0, 3891.0, 3881.0, 3880.0, 3882.0, 3869.0, 3882.0, 3861.0, 3902.0], 'WindowWidth': [8867.0, 8827.0, 8828.0, 8730.0, 8777.0, 8721.0, 8727.0, 8731.0, 8700.0, 8787.0, 8728.0, 8749.0, 8697.0, 8679.0, 8712.0, 8695.0, 8769.0, 8685.0, 8739.0, 8705.0, 8720.0, 8724.0, 8707.0, 8793.0, 8709.0, 8748.0, 8707.0, 8716.0, 8722.0, 8703.0, 8793.0, 8707.0, 8757.0, 8722.0, 8772.0, 8710.0, 8772.0, 8751.0, 8698.0, 8711.0, 8677.0, 8756.0, 8724.0, 8806.0, 8750.0, 8732.0, 8748.0, 8711.0, 8758.0, 8719.0, 8727.0, 8790.0, 8721.0, 8793.0, 8727.0, 8704.0, 8720.0, 8700.0, 8771.0, 8731.0, 8808.0, 8733.0, 8703.0, 8746.0, 8709.0, 8715.0, 8767.0, 8724.0, 8788.0, 8782.0, 8729.0, 8731.0, 8699.0, 8751.0, 8702.0, 8768.0, 8742.0, 8727.0, 8697.0, 8712.0, 8722.0, 8687.0, 8754.0, 8705.0, 8773.0, 8717.0, 8728.0, 8714.0, 8703.0, 8754.0, 8714.0, 8788.0, 8750.0, 8730.0, 8718.0, 8704.0, 8738.0, 8703.0, 8788.0, 8720.0, 8788.0, 8748.0, 8709.0, 8717.0, 8724.0, 8722.0, 8734.0, 8761.0, 8705.0, 8741.0, 8705.0, 8757.0, 8720.0, 8778.0, 8724.0, 8750.0, 8734.0, 8719.0, 8755.0, 8703.0, 8777.0, 8722.0, 8785.0, 8736.0, 8754.0, 8703.0, 8712.0, 8731.0, 8746.0, 8733.0, 8731.0, 8758.0, 8701.0, 8752.0, 8720.0, 8755.0, 8712.0, 8786.0, 8738.0, 8756.0, 8719.0, 8746.0, 8737.0, 8772.0, 8736.0, 8787.0, 8736.0, 8715.0, 8717.0, 8728.0, 8731.0, 8735.0, 8779.0, 8721.0, 8802.0, 8729.0, 8750.0, 8752.0, 8719.0, 8774.0, 8736.0, 8774.0, 8737.0, 8732.0, 8749.0, 8729.0, 8762.0, 8774.0, 8758.0, 8694.0, 8722.0, 8679.0, 8717.0, 8695.0, 8765.0, 8726.0, 8711.0, 8739.0, 8685.0, 8736.0, 8699.0, 8749.0, 8717.0, 8763.0, 8729.0, 8708.0, 8736.0, 8683.0, 8737.0, 8699.0, 8770.0, 8730.0, 8763.0, 8702.0, 8710.0, 8728.0, 8708.0, 8731.0, 8739.0, 8728.0, 8696.0, 8740.0, 8682.0, 8737.0, 8700.0, 8758.0, 8702.0, 8768.0, 8717.0, 8728.0, 8729.0, 8713.0, 8747.0, 8716.0, 8762.0, 8702.0, 8743.0, 8701.0, 8721.0, 8703.0, 8758.0, 8719.0, 8758.0, 8731.0, 8715.0, 8744.0, 8754.0, 8751.0, 8785.0, 8732.0, 8738.0, 8734.0, 8713.0, 8745.0, 8717.0, 8742.0, 8702.0, 8806.0, 8723.0, 8730.0, 8736.0, 8728.0, 8738.0, 8788.0, 8699.0, 8756.0, 8714.0, 8727.0, 8727.0, 8717.0, 8737.0, 8720.0, 8752.0, 8718.0, 8745.0, 8722.0, 8755.0, 8720.0, 8793.0, 8737.0, 8732.0, 8741.0, 8702.0, 8743.0, 8701.0, 8760.0, 8716.0, 8784.0, 8733.0, 8726.0, 8744.0, 8712.0, 8744.0, 8731.0, 8768.0, 8718.0, 8738.0, 8717.0, 8727.0, 8720.0, 8731.0, 8734.0, 8745.0, 8824.0, 8711.0, 8712.0, 8683.0, 8716.0, 8711.0, 8722.0, 8741.0, 8695.0, 8764.0, 8626.0, 8710.0, 8731.0, 8714.0, 8694.0, 8786.0, 8795.0, 8751.0, 8788.0, 8763.0, 8730.0, 8762.0, 8704.0, 8712.0, 8724.0, 8692.0, 8739.0, 8724.0, 8735.0, 8767.0, 8728.0, 8738.0, 8736.0, 8691.0, 8767.0, 8727.0, 8778.0, 8755.0, 8726.0, 8779.0, 8723.0, 8720.0, 8736.0, 8675.0, 8742.0, 8703.0, 8753.0, 8732.0, 8700.0, 8714.0, 8695.0, 8727.0, 8737.0, 8692.0, 8734.0, 8693.0, 8763.0, 8727.0, 8708.0, 8736.0, 8699.0, 8748.0, 8728.0, 8725.0, 8727.0, 8705.0, 8741.0, 8721.0, 8743.0, 8749.0, 8735.0, 8780.0, 8718.0, 8748.0, 8725.0, 8758.0, 8721.0, 8759.0, 8739.0, 8751.0, 8767.0, 8724.0, 8777.0, 8727.0, 8750.0, 8739.0, 8749.0, 8751.0, 8753.0, 8795.0, 8725.0, 8779.0, 8743.0, 8792.0, 8725.0, 8789.0, 8752.0, 8748.0, 8748.0, 8725.0, 8761.0, 8740.0, 8762.0, 8739.0, 8805.0, 8765.0, 8788.0, 8719.0, 8731.0, 8722.0, 8736.0, 8751.0, 8724.0, 8771.0, 8739.0, 8792.0, 8742.0, 8805.0, 8744.0, 8809.0, 8752.0, 8776.0, 8736.0, 8733.0, 8733.0, 8715.0, 8751.0, 8737.0, 8765.0, 8753.0, 8748.0, 8758.0, 8752.0, 8743.0, 8755.0, 8751.0, 8777.0, 8753.0, 8751.0, 8758.0, 8749.0, 8760.0, 8799.0, 8759.0, 8755.0, 8756.0, 8761.0, 8757.0, 8760.0, 8786.0, 8785.0, 8825.0, 8742.0, 8781.0, 8750.0, 8761.0, 8757.0, 8791.0, 8794.0, 8750.0, 8747.0, 8750.0, 8762.0, 8752.0, 8777.0, 8764.0, 8774.0, 8734.0, 8734.0, 8749.0, 8753.0, 8776.0, 8764.0, 8821.0, 8749.0, 8750.0, 8766.0, 8730.0, 8747.0, 8801.0, 8760.0, 8762.0, 8757.0, 8732.0, 8759.0, 8749.0, 8786.0, 8752.0, 8788.0, 8743.0, 8727.0, 8729.0, 8733.0, 8763.0, 8763.0, 8741.0, 8763.0, 8725.0, 8749.0, 8753.0, 8714.0, 8805.0, 8742.0, 8738.0, 8749.0, 8735.0, 8794.0, 8749.0, 8806.0, 8731.0, 8743.0, 8730.0, 8730.0, 8747.0, 8732.0, 8802.0, 8718.0, 8729.0, 8731.0, 8731.0, 8733.0, 8728.0, 8788.0, 8733.0, 8736.0, 8734.0, 8732.0, 8745.0, 8762.0, 8825.0, 8754.0, 8754.0, 8750.0, 8730.0, 8743.0, 8736.0, 8785.0, 8749.0, 8739.0, 8727.0, 8719.0, 8741.0, 8729.0, 8786.0, 8729.0, 8758.0, 8727.0, 8711.0, 8723.0, 8713.0, 8738.0, 8716.0, 8784.0, 8723.0, 8727.0, 8725.0, 8714.0, 8733.0, 8730.0, 8782.0, 8759.0, 8713.0, 8743.0, 8703.0, 8750.0, 8713.0, 8736.0, 8753.0, 8714.0, 8736.0, 8713.0, 8736.0, 8736.0, 8725.0, 8749.0, 8746.0, 8733.0, 8772.0, 8731.0, 8716.0, 8727.0, 8685.0, 8766.0, 8712.0, 8780.0, 8709.0, 8706.0, 8706.0, 8692.0, 8735.0, 8686.0, 8780.0, 8708.0, 8692.0, 8709.0, 8683.0, 8722.0, 8702.0, 8753.0, 8714.0, 8710.0, 8710.0, 8684.0, 8714.0, 8726.0, 8771.0, 8740.0, 8726.0, 8763.0, 8721.0, 8720.0, 8751.0, 8739.0, 8750.0, 8721.0, 8719.0, 8745.0, 8702.0, 8790.0, 8754.0, 8731.0, 8735.0, 8709.0, 8763.0, 8710.0, 8772.0, 8732.0, 8718.0, 8733.0, 8703.0, 8756.0, 8721.0, 8783.0, 8731.0, 8726.0, 8726.0, 8717.0, 8728.0, 8698.0, 8771.0, 8732.0, 8755.0, 8714.0, 8712.0, 8712.0, 8701.0, 8767.0, 8729.0, 8766.0, 8710.0, 8708.0, 8710.0, 8709.0, 8714.0, 8723.0, 8753.0, 8680.0, 8720.0, 8683.0, 8736.0, 8715.0, 8723.0, 8757.0, 8701.0, 8739.0, 8699.0, 8740.0, 8732.0, 8701.0, 8786.0, 8723.0, 8747.0, 8721.0, 8724.0, 8710.0, 8707.0, 8780.0, 8711.0, 8751.0, 8713.0, 8708.0, 8725.0, 8684.0, 8784.0, 8713.0, 8734.0, 8710.0, 8703.0, 8710.0, 8704.0, 8756.0, 8680.0, 8722.0, 8685.0, 8731.0, 8694.0, 8750.0, 8721.0, 8724.0, 8707.0, 8681.0, 8719.0, 8681.0, 8741.0, 8702.0, 8781.0, 8712.0, 8710.0, 8728.0, 8704.0, 8739.0, 8700.0, 8754.0, 8726.0, 8779.0, 8711.0, 8710.0, 8714.0, 8720.0, 8713.0, 8736.0, 8735.0, 8666.0, 8717.0, 8679.0, 8735.0, 8683.0, 8733.0, 8714.0, 8763.0, 8724.0, 8718.0, 8706.0, 8676.0, 8710.0, 8677.0, 8736.0, 8678.0, 8762.0, 8728.0, 8706.0, 8712.0, 8682.0, 8709.0, 8733.0, 8709.0, 8762.0, 8720.0, 8704.0, 8703.0, 8676.0, 8702.0, 8674.0, 8717.0, 8674.0, 8731.0, 8701.0, 8696.0, 8718.0, 8699.0, 8743.0, 8706.0, 8773.0, 8721.0, 8726.0, 8717.0, 8700.0, 8734.0, 8703.0, 8787.0, 8705.0, 8769.0, 8702.0, 8765.0, 8718.0, 8766.0, 8725.0, 8708.0, 8707.0, 8682.0, 8734.0, 8683.0, 8750.0, 8730.0, 8748.0, 8713.0, 8703.0, 8739.0, 8698.0, 8723.0, 8712.0, 8683.0, 8755.0, 8686.0, 8737.0, 8701.0, 8738.0, 8729.0, 8724.0, 8727.0, 8665.0, 8721.0, 8683.0, 8735.0, 8713.0, 8738.0, 8733.0, 8696.0, 8720.0, 8685.0, 8733.0, 8712.0, 8752.0, 8725.0, 8679.0, 8717.0, 8680.0, 8732.0, 8666.0, 8730.0, 8707.0, 8719.0, 8691.0, 8678.0, 8719.0, 8682.0, 8747.0, 8710.0, 8692.0, 8693.0, 8679.0, 8696.0, 8679.0, 8739.0, 8684.0, 8752.0, 8675.0, 8709.0, 8702.0, 8708.0, 8701.0, 8711.0, 8729.0, 8701.0, 8713.0, 8705.0, 8730.0, 8715.0, 8703.0, 8735.0, 8704.0, 8758.0, 8703.0, 8718.0, 8719.0, 8701.0, 8776.0, 8720.0, 8803.0, 8743.0, 8698.0, 8755.0, 8700.0, 8767.0, 8731.0, 8797.0, 8757.0, 8706.0, 8721.0, 8679.0, 8732.0, 8697.0, 8768.0, 8728.0, 8695.0, 8727.0, 8702.0, 8738.0, 8721.0, 8784.0, 8743.0, 8683.0, 8723.0, 8685.0, 8737.0, 8684.0, 8752.0, 8711.0, 8778.0, 8709.0, 8706.0, 8696.0, 8680.0, 8738.0, 8713.0, 8784.0, 8716.0, 8685.0, 8727.0, 8691.0, 8773.0, 8720.0, 8771.0, 8748.0, 8684.0, 8739.0, 8685.0, 8754.0, 8732.0, 8754.0, 8759.0, 8679.0, 8736.0, 8683.0, 8734.0, 8712.0, 8764.0, 8728.0, 8686.0, 8691.0, 8680.0, 8718.0, 8685.0, 8756.0, 8729.0, 8701.0, 8714.0, 8704.0, 8753.0, 8702.0, 8768.0, 8728.0, 8784.0, 8729.0, 8696.0, 8714.0, 8668.0, 8726.0, 8682.0, 8763.0, 8724.0, 8696.0, 8712.0, 8684.0, 8740.0, 8701.0, 8770.0, 8728.0, 8781.0, 8699.0, 8695.0, 8698.0, 8685.0, 8713.0, 8707.0, 8770.0, 8679.0, 8730.0, 8667.0, 8719.0, 8681.0, 8737.0, 8700.0, 8758.0, 8718.0, 8711.0, 8704.0, 8725.0, 8752.0, 8726.0, 8751.0, 8738.0, 8712.0, 8803.0, 8754.0, 8710.0, 8769.0, 8725.0, 8719.0, 8750.0, 8707.0, 8807.0, 8733.0, 8705.0, 8760.0, 8723.0, 8774.0, 8719.0, 8757.0, 8721.0, 8703.0, 8800.0, 8710.0, 8704.0, 8718.0, 8719.0, 8760.0, 8720.0, 8723.0, 8804.0, 8693.0, 8703.0, 8730.0, 8703.0, 8754.0, 8721.0, 8800.0, 8763.0, 8716.0, 8740.0, 8720.0, 8729.0, 8721.0, 8703.0, 8754.0, 8718.0, 8773.0, 8735.0, 8723.0, 8755.0, 8689.0, 8703.0, 8745.0, 8700.0, 8772.0, 8744.0, 8719.0, 8783.0, 8717.0, 8716.0, 8742.0, 8704.0, 8783.0, 8759.0, 8729.0, 8729.0, 8705.0, 8753.0, 8735.0, 8741.0, 8755.0, 8731.0, 8770.0, 8727.0, 8715.0, 8741.0, 8715.0, 8705.0, 8740.0, 8718.0, 8716.0, 8786.0, 8746.0, 8713.0, 8723.0, 8701.0, 8739.0, 8720.0, 8797.0, 8730.0, 8724.0, 8710.0, 8716.0, 8737.0, 8718.0, 8744.0, 8730.0, 8723.0, 8731.0, 8718.0, 8719.0, 8731.0, 8705.0, 8772.0, 8750.0, 8726.0, 8731.0, 8704.0, 8743.0, 8737.0, 8803.0, 8732.0, 8740.0, 8726.0, 8699.0, 8723.0, 8712.0, 8753.0, 8716.0, 8769.0, 8711.0, 8682.0, 8705.0, 8681.0, 8735.0, 8714.0, 8794.0, 8709.0, 8709.0, 8708.0, 8714.0, 8744.0, 8723.0, 8769.0, 8737.0, 8713.0, 8730.0, 8699.0, 8738.0, 8688.0, 8771.0, 8745.0, 8748.0, 8725.0, 8711.0, 8728.0, 8708.0, 8756.0, 8696.0, 8777.0, 8725.0, 8731.0, 8709.0, 8705.0, 8721.0, 8697.0, 8753.0, 8701.0, 8762.0, 8706.0, 8735.0, 8711.0, 8749.0, 8711.0, 8718.0, 8725.0, 8689.0, 8737.0, 8698.0, 8737.0, 8682.0, 8761.0, 8726.0, 8749.0, 8712.0, 8706.0, 8725.0, 8688.0, 8764.0, 8736.0, 8741.0, 8713.0, 8695.0, 8715.0, 8686.0, 8753.0, 8726.0, 8768.0, 8708.0, 8705.0, 8719.0, 8699.0, 8737.0, 8693.0, 8756.0, 8706.0, 8714.0, 8704.0, 8700.0, 8705.0, 8685.0, 8706.0, 8678.0, 8733.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.003879246753246753</td></tr>
<tr><td colspan=3>aqi</td><td>0.06444856017316017</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.31127601433272</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0650553401993075</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9544182806585804</td></tr>
<tr><td colspan=3>efc</td><td>0.4532</td></tr>
<tr><td colspan=3>fber</td><td>5044.4033</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15396505038876207</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>217</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.78787878787879</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.525578362314715</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3390872169590877</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.800859024131408</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4367888458536493</td></tr>
<tr><td colspan=3>gcor</td><td>0.00314175</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01762150041759014</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03347156569361687</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.998258141996545</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>23.6618</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3923</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.1268</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311019.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>712.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.171</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2108</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.4357</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3198.1622</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3369.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65525.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>842.6105</td></tr>
<tr><td colspan=3>tsnr</td><td>25.336455812561326</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>