<?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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-03/func/sub-0002_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>6dea9534910de2025e4ebbef3a93803f</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>10:56:40.587500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.984114, -0.154392, -0.0876472, 0.162037, 0.982847, 0.0880673]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0701041</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>[4118, -7783, -7261, 637, -99, -234, 35, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.271</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c5b70358-ea79-4b7d-94f0-ce89292c8cec||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6403067111968994, 0.43473297357559204, -0.19587655365467072, 94.27367401123047], [0.4142230153083801, 2.636906623840332, 0.27234992384910583, -117.7434310913086], [-0.2351509928703308, -0.23627805709838867, 2.6790778636932373, -38.54157257080078], [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': ['105640.587500', '105641.047500', '105641.507500', '105641.967500', '105642.427500', '105642.887500', '105643.347500', '105643.807500', '105644.267500', '105644.727500', '105645.187500', '105645.647500', '105646.107500', '105646.567500', '105647.027500', '105647.487500', '105647.947500', '105648.407500', '105648.867500', '105649.327500', '105649.787500', '105650.247500', '105650.707500', '105651.167500', '105651.627500', '105652.087500', '105652.547500', '105653.007500', '105653.467500', '105653.927500', '105654.387500', '105654.847500', '105655.307500', '105655.767500', '105656.227500', '105656.687500', '105657.147500', '105657.607500', '105658.067500', '105658.527500', '105658.987500', '105659.447500', '105659.907500', '105700.367500', '105700.827500', '105701.287500', '105701.747500', '105702.207500', '105702.667500', '105703.127500', '105703.587500', '105704.047500', '105704.507500', '105704.967500', '105705.427500', '105705.887500', '105706.347500', '105706.807500', '105707.267500', '105707.727500', '105708.187500', '105708.647500', '105709.107500', '105709.567500', '105710.027500', '105710.487500', '105710.947500', '105711.407500', '105711.867500', '105712.327500', '105712.787500', '105713.247500', '105713.707500', '105714.167500', '105714.627500', '105715.087500', '105715.547500', '105716.007500', '105716.467500', '105716.927500', '105717.387500', '105717.847500', '105718.307500', '105718.767500', '105719.227500', '105719.687500', '105720.147500', '105720.607500', '105721.067500', '105721.527500', '105721.987500', '105722.447500', '105722.907500', '105723.367500', '105723.827500', '105724.287500', '105724.747500', '105725.207500', '105725.667500', '105726.127500', '105726.587500', '105727.047500', '105727.507500', '105727.967500', '105728.427500', '105728.887500', '105729.347500', '105729.807500', '105730.267500', '105730.727500', '105731.187500', '105731.647500', '105732.107500', '105732.567500', '105733.027500', '105733.487500', '105733.947500', '105734.407500', '105734.867500', '105735.327500', '105735.787500', '105736.247500', '105736.707500', '105737.167500', '105737.627500', '105738.087500', '105738.547500', '105739.007500', '105739.467500', '105739.927500', '105740.387500', '105740.847500', '105741.307500', '105741.767500', '105742.227500', '105742.687500', '105743.147500', '105743.607500', '105744.067500', '105744.527500', '105744.987500', '105745.447500', '105745.907500', '105746.367500', '105746.827500', '105747.287500', '105747.747500', '105748.207500', '105748.667500', '105749.127500', '105749.587500', '105750.047500', '105750.507500', '105750.967500', '105751.427500', '105751.887500', '105752.347500', '105752.807500', '105753.267500', '105753.727500', '105754.187500', '105754.647500', '105755.107500', '105755.567500', '105756.027500', '105756.487500', '105756.947500', '105757.407500', '105757.867500', '105758.327500', '105758.787500', '105759.247500', '105759.707500', '105800.167500', '105800.627500', '105801.087500', '105801.547500', '105802.007500', '105802.467500', '105802.927500', '105803.387500', '105803.847500', '105804.307500', '105804.767500', '105805.227500', '105805.687500', '105806.147500', '105806.607500', '105807.067500', '105807.527500', '105807.987500', '105808.447500', '105808.907500', '105809.367500', '105809.827500', '105810.287500', '105810.747500', '105811.207500', '105811.667500', '105812.127500', '105812.587500', '105813.047500', '105813.507500', '105813.967500', '105814.427500', '105814.887500', '105815.347500', '105815.807500', '105816.267500', '105816.727500', '105817.187500', '105817.647500', '105818.107500', '105818.567500', '105819.027500', '105819.487500', '105819.947500', '105820.407500', '105820.867500', '105821.327500', '105821.787500', '105822.247500', '105822.707500', '105823.167500', '105823.627500', '105824.087500', '105824.547500', '105825.007500', '105825.467500', '105825.927500', '105826.387500', '105826.847500', '105827.307500', '105827.767500', '105828.227500', '105828.687500', '105829.147500', '105829.607500', '105830.067500', '105830.527500', '105830.987500', '105831.447500', '105831.907500', '105832.367500', '105832.827500', '105833.287500', '105833.747500', '105834.207500', '105834.667500', '105835.127500', '105835.587500', '105836.047500', '105836.507500', '105836.967500', '105837.427500', '105837.887500', '105838.347500', '105838.807500', '105839.267500', '105839.727500', '105840.187500', '105840.647500', '105841.107500', '105841.567500', '105842.027500', '105842.487500', '105842.947500', '105843.407500', '105843.867500', '105844.327500', '105844.787500', '105845.247500', '105845.707500', '105846.167500', '105846.627500', '105847.087500', '105847.547500', '105848.007500', '105848.467500', '105848.927500', '105849.387500', '105849.847500', '105850.307500', '105850.767500', '105851.227500', '105851.687500', '105852.147500', '105852.607500', '105853.067500', '105853.527500', '105853.987500', '105854.447500', '105854.907500', '105855.367500', '105855.827500', '105856.287500', '105856.747500', '105857.207500', '105857.667500', '105858.127500', '105858.587500', '105859.047500', '105859.507500', '105859.967500', '105900.427500', '105900.887500', '105901.347500', '105901.807500', '105902.267500', '105902.727500', '105903.187500', '105903.647500', '105904.107500', '105904.567500', '105905.027500', '105905.487500', '105905.947500', '105906.407500', '105906.867500', '105907.327500', '105907.787500', '105908.247500', '105908.707500', '105909.167500', '105909.627500', '105910.087500', '105910.547500', '105911.007500', '105911.467500', '105911.927500', '105912.387500', '105912.847500', '105913.307500', '105913.767500', '105914.227500', '105914.687500', '105915.147500', '105915.607500', '105916.067500', '105916.527500', '105916.987500', '105917.447500', '105917.907500', '105918.367500', '105918.827500', '105919.287500', '105919.747500', '105920.207500', '105920.667500', '105921.127500', '105921.587500', '105922.047500', '105922.507500', '105922.967500', '105923.427500', '105923.887500', '105924.347500', '105924.807500', '105925.267500', '105925.727500', '105926.187500', '105926.647500', '105927.107500', '105927.567500', '105928.027500', '105928.487500', '105928.947500', '105929.407500', '105929.867500', '105930.327500', '105930.787500', '105931.247500', '105931.707500', '105932.167500', '105932.627500', '105933.087500', '105933.547500', '105934.007500', '105934.467500', '105934.927500', '105935.387500', '105935.847500', '105936.307500', '105936.767500', '105937.227500', '105937.687500', '105938.147500', '105938.607500', '105939.067500', '105939.527500', '105939.987500', '105940.447500', '105940.907500', '105941.367500', '105941.827500', '105942.287500', '105942.747500', '105943.207500', '105943.667500', '105944.127500', '105944.587500', '105945.047500', '105945.507500', '105945.967500', '105946.427500', '105946.887500', '105947.347500', '105947.807500', '105948.267500', '105948.727500', '105949.187500', '105949.647500', '105950.107500', '105950.567500', '105951.027500', '105951.487500', '105951.947500', '105952.407500', '105952.867500', '105953.327500', '105953.787500', '105954.247500', '105954.707500', '105955.167500', '105955.627500', '105956.087500', '105956.547500', '105957.007500', '105957.467500', '105957.927500', '105958.387500', '105958.847500', '105959.307500', '105959.767500', '110000.227500', '110000.687500', '110001.147500', '110001.607500', '110002.067500', '110002.527500', '110002.987500', '110003.447500', '110003.907500', '110004.367500', '110004.827500', '110005.287500', '110005.747500', '110006.207500', '110006.667500', '110007.127500', '110007.587500', '110008.047500', '110008.507500', '110008.967500', '110009.427500', '110009.887500', '110010.347500', '110010.807500', '110011.267500', '110011.727500', '110012.187500', '110012.647500', '110013.107500', '110013.567500', '110014.027500', '110014.487500', '110014.947500', '110015.407500', '110015.867500', '110016.327500', '110016.787500', '110017.247500', '110017.707500', '110018.167500', '110018.627500', '110019.087500', '110019.547500', '110020.007500', '110020.467500', '110020.927500', '110021.387500', '110021.847500', '110022.307500', '110022.767500', '110023.227500', '110023.687500', '110024.147500', '110024.607500', '110025.067500', '110025.527500', '110025.987500', '110026.447500', '110026.907500', '110027.367500', '110027.827500', '110028.287500', '110028.747500', '110029.207500', '110029.667500', '110030.127500', '110030.587500', '110031.047500', '110031.507500', '110031.967500', '110032.427500', '110032.887500', '110033.347500', '110033.807500', '110034.267500', '110034.727500', '110035.187500', '110035.647500', '110036.107500', '110036.567500', '110037.027500', '110037.487500', '110037.947500', '110038.407500', '110038.867500', '110039.327500', '110039.787500', '110040.247500', '110040.707500', '110041.167500', '110041.627500', '110042.087500', '110042.547500', '110043.007500', '110043.467500', '110043.927500', '110044.387500', '110044.847500', '110045.307500', '110045.767500', '110046.227500', '110046.687500', '110047.147500', '110047.607500', '110048.067500', '110048.527500', '110048.987500', '110049.447500', '110049.907500', '110050.367500', '110050.827500', '110051.287500', '110051.747500', '110052.207500', '110052.667500', '110053.127500', '110053.587500', '110054.047500', '110054.507500', '110054.967500', '110055.427500', '110055.887500', '110056.347500', '110056.807500', '110057.267500', '110057.727500', '110058.187500', '110058.647500', '110059.107500', '110059.567500', '110100.027500', '110100.487500', '110100.947500', '110101.407500', '110101.867500', '110102.327500', '110102.787500', '110103.247500', '110103.707500', '110104.167500', '110104.627500', '110105.087500', '110105.547500', '110106.007500', '110106.467500', '110106.927500', '110107.387500', '110107.847500', '110108.307500', '110108.767500', '110109.227500', '110109.687500', '110110.147500', '110110.607500', '110111.067500', '110111.527500', '110111.987500', '110112.447500', '110112.907500', '110113.367500', '110113.827500', '110114.287500', '110114.747500', '110115.207500', '110115.667500', '110116.127500', '110116.587500', '110117.047500', '110117.507500', '110117.967500', '110118.427500', '110118.887500', '110119.347500', '110119.807500', '110120.267500', '110120.727500', '110121.187500', '110121.647500', '110122.107500', '110122.567500', '110123.027500', '110123.487500', '110123.947500', '110124.407500', '110124.867500', '110125.327500', '110125.787500', '110126.247500', '110126.707500', '110127.167500', '110127.627500', '110128.087500', '110128.547500', '110129.007500', '110129.467500', '110129.927500', '110130.387500', '110130.847500', '110131.307500', '110131.767500', '110132.227500', '110132.687500', '110133.147500', '110133.607500', '110134.067500', '110134.527500', '110134.987500', '110135.447500', '110135.907500', '110136.367500', '110136.827500', '110137.287500', '110137.747500', '110138.207500', '110138.667500', '110139.127500', '110139.587500', '110140.047500', '110140.507500', '110140.967500', '110141.427500', '110141.887500', '110142.347500', '110142.807500', '110143.267500', '110143.727500', '110144.187500', '110144.647500', '110145.107500', '110145.567500', '110146.027500', '110146.487500', '110146.947500', '110147.407500', '110147.867500', '110148.327500', '110148.787500', '110149.247500', '110149.707500', '110150.167500', '110150.627500', '110151.087500', '110151.547500', '110152.007500', '110152.467500', '110152.927500', '110153.387500', '110153.847500', '110154.307500', '110154.767500', '110155.227500', '110155.687500', '110156.147500', '110156.607500', '110157.067500', '110157.527500', '110157.987500', '110158.447500', '110158.907500', '110159.367500', '110159.827500', '110200.287500', '110200.747500', '110201.207500', '110201.667500', '110202.127500', '110202.587500', '110203.047500', '110203.507500', '110203.967500', '110204.427500', '110204.887500', '110205.347500', '110205.807500', '110206.267500', '110206.727500', '110207.187500', '110207.647500', '110208.107500', '110208.567500', '110209.027500', '110209.487500', '110209.947500', '110210.407500', '110210.867500', '110211.327500', '110211.787500', '110212.247500', '110212.707500', '110213.167500', '110213.627500', '110214.087500', '110214.547500', '110215.007500', '110215.467500', '110215.927500', '110216.387500', '110216.847500', '110217.307500', '110217.767500', '110218.227500', '110218.687500', '110219.147500', '110219.607500', '110220.067500', '110220.527500', '110220.987500', '110221.447500', '110221.907500', '110222.367500', '110222.827500', '110223.287500', '110223.747500', '110224.207500', '110224.667500', '110225.127500', '110225.587500', '110226.047500', '110226.507500', '110226.967500', '110227.427500', '110227.887500', '110228.347500', '110228.807500', '110229.267500', '110229.727500', '110230.187500', '110230.647500', '110231.107500', '110231.567500', '110232.027500', '110232.487500', '110232.947500', '110233.407500', '110233.867500', '110234.327500', '110234.787500', '110235.247500', '110235.707500', '110236.167500', '110236.627500', '110237.087500', '110237.547500', '110238.007500', '110238.467500', '110238.927500', '110239.387500', '110239.847500', '110240.307500', '110240.767500', '110241.227500', '110241.687500', '110242.147500', '110242.607500', '110243.067500', '110243.527500', '110243.987500', '110244.447500', '110244.907500', '110245.367500', '110245.827500', '110246.287500', '110246.747500', '110247.207500', '110247.667500', '110248.127500', '110248.587500', '110249.047500', '110249.507500', '110249.967500', '110250.427500', '110250.887500', '110251.347500', '110251.807500', '110252.267500', '110252.727500', '110253.187500', '110253.647500', '110254.107500', '110254.567500', '110255.027500', '110255.487500', '110255.947500', '110256.407500', '110256.867500', '110257.327500', '110257.787500', '110258.247500', '110258.707500', '110259.167500', '110259.627500', '110300.087500', '110300.547500', '110301.007500', '110301.467500', '110301.927500', '110302.387500', '110302.847500', '110303.307500', '110303.767500', '110304.227500', '110304.687500', '110305.147500', '110305.607500', '110306.067500', '110306.527500', '110306.987500', '110307.447500', '110307.907500', '110308.367500', '110308.827500', '110309.287500', '110309.747500', '110310.207500', '110310.667500', '110311.127500', '110311.587500', '110312.047500', '110312.507500', '110312.967500', '110313.427500', '110313.887500', '110314.347500', '110314.807500', '110315.267500', '110315.727500', '110316.187500', '110316.647500', '110317.107500', '110317.567500', '110318.027500', '110318.487500', '110318.947500', '110319.407500', '110319.867500', '110320.327500', '110320.787500', '110321.247500', '110321.707500', '110322.167500', '110322.627500', '110323.087500', '110323.547500', '110324.007500', '110324.467500', '110324.927500', '110325.387500', '110325.847500', '110326.307500', '110326.767500', '110327.227500', '110327.687500', '110328.147500', '110328.607500', '110329.067500', '110329.527500', '110329.987500', '110330.447500', '110330.907500', '110331.367500', '110331.827500', '110332.287500', '110332.747500', '110333.207500', '110333.667500', '110334.127500', '110334.587500', '110335.047500', '110335.507500', '110335.967500', '110336.427500', '110336.887500', '110337.347500', '110337.807500', '110338.267500', '110338.727500', '110339.187500', '110339.647500', '110340.107500', '110340.567500', '110341.027500', '110341.487500', '110341.947500', '110342.407500', '110342.867500', '110343.327500', '110343.787500', '110344.247500', '110344.707500', '110345.167500', '110345.627500', '110346.087500', '110346.547500', '110347.007500', '110347.467500', '110347.927500', '110348.387500', '110348.847500', '110349.307500', '110349.767500', '110350.227500', '110350.687500', '110351.147500', '110351.607500', '110352.067500', '110352.527500', '110352.987500', '110353.447500', '110353.907500', '110354.367500', '110354.827500', '110355.287500', '110355.747500', '110356.207500', '110356.667500', '110357.127500', '110357.587500', '110358.047500', '110358.507500', '110358.967500', '110359.427500', '110359.887500', '110400.347500', '110400.807500', '110401.267500', '110401.727500', '110402.187500', '110402.647500', '110403.107500', '110403.567500', '110404.027500', '110404.487500', '110404.947500', '110405.407500', '110405.867500', '110406.327500', '110406.787500', '110407.247500', '110407.707500', '110408.167500', '110408.627500', '110409.087500', '110409.547500', '110410.007500', '110410.467500', '110410.927500', '110411.387500', '110411.847500', '110412.307500', '110412.767500', '110413.227500', '110413.687500', '110414.147500', '110414.607500', '110415.067500', '110415.527500', '110415.987500', '110416.447500', '110416.907500', '110417.367500', '110417.827500', '110418.287500', '110418.747500', '110419.207500', '110419.667500', '110420.127500', '110420.587500', '110421.047500', '110421.507500', '110421.967500', '110422.427500', '110422.887500', '110423.347500', '110423.807500', '110424.267500', '110424.727500', '110425.187500', '110425.647500', '110426.107500', '110426.567500', '110427.027500', '110427.487500', '110427.947500', '110428.407500', '110428.867500', '110429.327500', '110429.787500', '110430.247500', '110430.707500', '110431.167500', '110431.627500', '110432.087500', '110432.547500', '110433.007500', '110433.467500', '110433.927500', '110434.387500', '110434.847500', '110435.307500', '110435.767500', '110436.227500', '110436.687500', '110437.147500', '110437.607500', '110438.067500', '110438.527500', '110438.987500', '110439.447500', '110439.907500', '110440.367500', '110440.827500', '110441.287500', '110441.747500', '110442.207500', '110442.667500', '110443.127500', '110443.587500', '110444.047500', '110444.507500', '110444.967500', '110445.427500', '110445.887500', '110446.347500', '110446.807500', '110447.267500', '110447.727500', '110448.187500', '110448.647500', '110449.107500', '110449.567500', '110450.027500', '110450.487500', '110450.947500', '110451.407500', '110451.867500', '110452.327500', '110452.787500', '110453.247500', '110453.707500', '110454.167500', '110454.627500', '110455.087500', '110455.547500', '110456.007500', '110456.467500', '110456.927500', '110457.387500', '110457.847500', '110458.307500', '110458.767500', '110459.227500', '110459.687500', '110500.147500', '110500.607500', '110501.067500', '110501.527500', '110501.987500', '110502.447500', '110502.907500', '110503.367500', '110503.827500', '110504.287500', '110504.747500', '110505.207500', '110505.667500', '110506.127500', '110506.587500', '110507.047500', '110507.507500', '110507.967500', '110508.427500', '110508.887500', '110509.347500', '110509.807500', '110510.267500', '110510.727500', '110511.187500', '110511.647500', '110512.107500', '110512.567500', '110513.027500', '110513.487500', '110513.947500', '110514.407500', '110514.867500', '110515.327500', '110515.787500', '110516.247500', '110516.707500', '110517.167500', '110517.627500', '110518.087500', '110518.547500', '110519.007500', '110519.467500', '110519.927500', '110520.387500', '110520.847500', '110521.307500', '110521.767500', '110522.227500', '110522.687500', '110523.147500', '110523.607500', '110524.067500', '110524.527500', '110524.987500', '110525.447500', '110525.907500', '110526.367500', '110526.827500', '110527.287500', '110527.747500', '110528.207500', '110528.667500', '110529.127500', '110529.587500', '110530.047500', '110530.507500', '110530.967500', '110531.427500', '110531.887500', '110532.347500'], 'ContentTime': ['105707.366000', '105707.370000', '105707.372000', '105707.375000', '105707.378000', '105707.381000', '105707.384000', '105707.387000', '105707.390000', '105707.392000', '105707.395000', '105707.398000', '105707.401000', '105707.404000', '105707.407000', '105707.409000', '105707.412000', '105707.415000', '105707.418000', '105707.421000', '105707.424000', '105707.427000', '105707.429000', '105707.439000', '105707.442000', '105707.445000', '105707.447000', '105707.450000', '105707.453000', '105707.456000', '105707.459000', '105707.462000', '105707.465000', '105707.467000', '105707.470000', '105707.473000', '105707.476000', '105707.479000', '105707.482000', '105707.485000', '105707.487000', '105707.506000', '105707.509000', '105707.512000', '105707.515000', '105707.518000', '105707.520000', '105707.523000', '105707.526000', '105707.529000', '105707.532000', '105707.534000', '105707.537000', '105707.540000', '105707.543000', '105707.546000', '105707.549000', '105727.332000', '105727.335000', '105727.338000', '105727.395000', '105727.398000', '105727.401000', '105727.404000', '105727.407000', '105727.409000', '105727.412000', '105727.434000', '105727.438000', '105727.442000', '105727.445000', '105727.448000', '105727.451000', '105727.454000', '105727.456000', '105727.459000', '105727.462000', '105727.465000', '105727.468000', '105727.471000', '105727.474000', '105727.476000', '105727.479000', '105727.482000', '105727.485000', '105727.488000', '105727.491000', '105727.494000', '105727.497000', '105727.499000', '105727.502000', '105727.505000', '105727.508000', '105727.511000', '105727.514000', '105727.516000', '105727.519000', '105727.522000', '105727.525000', '105727.528000', '105747.333000', '105747.336000', '105747.339000', '105747.342000', '105747.345000', '105747.347000', '105747.350000', '105747.357000', '105747.360000', '105747.363000', '105747.366000', '105747.368000', '105747.371000', '105747.374000', '105747.377000', '105747.380000', '105747.383000', '105747.385000', '105747.388000', '105747.391000', '105747.394000', '105747.397000', '105747.400000', '105747.403000', '105747.406000', '105747.408000', '105747.411000', '105747.414000', '105747.417000', '105747.420000', '105747.423000', '105747.426000', '105747.429000', '105747.431000', '105747.434000', '105747.437000', '105747.440000', '105747.443000', '105747.446000', '105747.449000', '105747.452000', '105747.455000', '105747.458000', '105747.461000', '105807.333000', '105807.336000', '105807.339000', '105807.342000', '105807.345000', '105807.348000', '105807.350000', '105807.353000', '105807.356000', '105807.359000', '105807.362000', '105807.365000', '105807.368000', '105807.371000', '105807.374000', '105807.377000', '105807.379000', '105807.382000', '105807.385000', '105807.388000', '105807.391000', '105807.394000', '105807.397000', '105807.400000', '105807.402000', '105807.405000', '105807.408000', '105807.411000', '105807.414000', '105807.417000', '105807.420000', '105807.422000', '105807.425000', '105807.428000', '105807.431000', '105807.434000', '105807.437000', '105807.440000', '105807.443000', '105807.446000', '105807.449000', '105807.452000', '105807.455000', '105827.333000', '105827.336000', '105827.339000', '105827.341000', '105827.344000', '105827.347000', '105827.350000', '105827.353000', '105827.356000', '105827.359000', '105827.361000', '105827.364000', '105827.367000', '105827.370000', '105827.373000', '105827.376000', '105827.379000', '105827.382000', '105827.384000', '105827.387000', '105827.390000', '105827.393000', '105827.396000', '105827.399000', '105827.402000', '105827.405000', '105827.407000', '105827.410000', '105827.413000', '105827.416000', '105827.419000', '105827.422000', '105827.425000', '105827.428000', '105827.430000', '105827.433000', '105827.436000', '105827.439000', '105827.442000', '105827.445000', '105827.448000', '105827.450000', '105827.453000', '105827.456000', '105847.333000', '105847.336000', '105847.339000', '105847.342000', '105847.345000', '105847.348000', '105847.350000', '105847.353000', '105847.356000', '105847.359000', '105847.362000', '105847.365000', '105847.368000', '105847.371000', '105847.374000', '105847.377000', '105847.380000', '105847.382000', '105847.385000', '105847.388000', '105847.391000', '105847.394000', '105847.397000', '105847.411000', '105847.414000', '105847.417000', '105847.420000', '105847.423000', '105847.426000', '105847.429000', '105847.432000', '105847.435000', '105847.438000', '105847.440000', '105847.443000', '105847.446000', '105847.449000', '105847.452000', '105847.455000', '105847.458000', '105847.461000', '105847.464000', '105847.467000', '105907.333000', '105907.336000', '105907.339000', '105907.342000', '105907.345000', '105907.348000', '105907.351000', '105907.353000', '105907.356000', '105907.359000', '105907.362000', '105907.365000', '105907.368000', '105907.371000', '105907.374000', '105907.378000', '105907.381000', '105907.384000', '105907.387000', '105907.390000', '105907.393000', '105907.396000', '105907.399000', '105907.401000', '105907.404000', '105907.407000', '105907.410000', '105907.413000', '105907.416000', '105907.419000', '105907.422000', '105907.425000', '105907.428000', '105907.431000', '105907.433000', '105907.436000', '105907.439000', '105907.442000', '105907.445000', '105907.448000', '105907.451000', '105907.454000', '105907.457000', '105907.460000', '105927.333000', '105927.336000', '105927.339000', '105927.342000', '105927.345000', '105927.347000', '105927.350000', '105927.353000', '105927.356000', '105927.359000', '105927.362000', '105927.365000', '105927.368000', '105927.371000', '105927.374000', '105927.377000', '105927.380000', '105927.382000', '105927.385000', '105927.388000', '105927.391000', '105927.394000', '105927.397000', '105927.400000', '105927.403000', '105927.406000', '105927.409000', '105927.411000', '105927.414000', '105927.417000', '105927.420000', '105927.423000', '105927.426000', '105927.429000', '105927.431000', '105927.434000', '105927.437000', '105927.440000', '105927.443000', '105927.446000', '105927.449000', '105927.452000', '105927.455000', '105947.332000', '105947.335000', '105947.338000', '105947.341000', '105947.344000', '105947.346000', '105947.349000', '105947.352000', '105947.355000', '105947.358000', '105947.361000', '105947.364000', '105947.367000', '105947.369000', '105947.372000', '105947.375000', '105947.378000', '105947.381000', '105947.384000', '105947.387000', '105947.390000', '105947.393000', '105947.395000', '105947.403000', '105947.406000', '105947.409000', '105947.412000', '105947.415000', '105947.417000', '105947.420000', '105947.423000', '105947.426000', '105947.429000', '105947.432000', '105947.435000', '105947.437000', '105947.440000', '105947.443000', '105947.446000', '105947.449000', '105947.452000', '105947.455000', '105947.458000', '105947.461000', '110007.333000', '110007.336000', '110007.339000', '110007.342000', '110007.345000', '110007.348000', '110007.351000', '110007.354000', '110007.357000', '110007.359000', '110007.362000', '110007.365000', '110007.368000', '110007.371000', '110007.374000', '110007.377000', '110007.380000', '110007.382000', '110007.386000', '110007.388000', '110007.391000', '110007.394000', '110007.397000', '110007.400000', '110007.403000', '110007.406000', '110007.409000', '110007.412000', '110007.414000', '110007.417000', '110007.420000', '110007.423000', '110007.426000', '110007.429000', '110007.432000', '110007.435000', '110007.438000', '110007.441000', '110007.444000', '110007.446000', '110007.450000', '110007.454000', '110007.456000', '110027.333000', '110027.336000', '110027.339000', '110027.342000', '110027.345000', '110027.362000', '110027.365000', '110027.375000', '110027.378000', '110027.381000', '110027.384000', '110027.387000', '110027.390000', '110027.393000', '110027.396000', '110027.399000', '110027.402000', '110027.404000', '110027.407000', '110027.410000', '110027.413000', '110027.416000', '110027.419000', '110027.422000', '110027.425000', '110027.428000', '110027.431000', '110027.434000', '110027.437000', '110027.439000', '110027.442000', '110027.445000', '110027.448000', '110027.451000', '110027.454000', '110027.457000', '110027.460000', '110027.463000', '110027.466000', '110027.468000', '110027.471000', '110027.474000', '110027.477000', '110027.480000', '110047.333000', '110047.336000', '110047.339000', '110047.342000', '110047.345000', '110047.348000', '110047.351000', '110047.354000', '110047.357000', '110047.360000', '110047.363000', '110047.365000', '110047.368000', '110047.371000', '110047.374000', '110047.377000', '110047.380000', '110047.383000', '110047.386000', '110047.389000', '110047.392000', '110047.395000', '110047.398000', '110047.400000', '110047.403000', '110047.406000', '110047.409000', '110047.412000', '110047.415000', '110047.418000', '110047.421000', '110047.424000', '110047.427000', '110047.430000', '110047.432000', '110047.435000', '110047.438000', '110047.441000', '110047.444000', '110047.447000', '110047.450000', '110047.453000', '110047.456000', '110107.333000', '110107.336000', '110107.339000', '110107.342000', '110107.345000', '110107.348000', '110107.351000', '110107.354000', '110107.357000', '110107.360000', '110107.363000', '110107.365000', '110107.368000', '110107.371000', '110107.374000', '110107.377000', '110107.380000', '110107.383000', '110107.386000', '110107.389000', '110107.391000', '110107.394000', '110107.397000', '110107.400000', '110107.403000', '110107.406000', '110107.409000', '110107.411000', '110107.414000', '110107.417000', '110107.420000', '110107.423000', '110107.426000', '110107.429000', '110107.432000', '110107.435000', '110107.438000', '110107.441000', '110107.444000', '110107.447000', '110107.450000', '110107.452000', '110107.455000', '110107.458000', '110127.333000', '110127.336000', '110127.339000', '110127.342000', '110127.345000', '110127.348000', '110127.350000', '110127.353000', '110127.356000', '110127.359000', '110127.362000', '110127.365000', '110127.368000', '110127.371000', '110127.374000', '110127.377000', '110127.380000', '110127.383000', '110127.385000', '110127.388000', '110127.391000', '110127.394000', '110127.397000', '110127.400000', '110127.403000', '110127.406000', '110127.409000', '110127.412000', '110127.415000', '110127.417000', '110127.420000', '110127.423000', '110127.426000', '110127.429000', '110127.432000', '110127.435000', '110127.438000', '110127.441000', '110127.444000', '110127.446000', '110127.449000', '110127.452000', '110127.455000', '110147.333000', '110147.336000', '110147.340000', '110147.343000', '110147.346000', '110147.350000', '110147.353000', '110147.356000', '110147.358000', '110147.361000', '110147.364000', '110147.367000', '110147.370000', '110147.373000', '110147.376000', '110147.379000', '110147.381000', '110147.384000', '110147.387000', '110147.390000', '110147.393000', '110147.396000', '110147.399000', '110147.402000', '110147.405000', '110147.407000', '110147.410000', '110147.413000', '110147.416000', '110147.419000', '110147.432000', '110147.435000', '110147.438000', '110147.441000', '110147.444000', '110147.447000', '110147.449000', '110147.452000', '110147.455000', '110147.458000', '110147.461000', '110147.464000', '110147.467000', '110207.332000', '110207.335000', '110207.338000', '110207.341000', '110207.344000', '110207.347000', '110207.349000', '110207.352000', '110207.355000', '110207.358000', '110207.361000', '110207.364000', '110207.366000', '110207.369000', '110207.372000', '110207.375000', '110207.378000', '110207.381000', '110207.384000', '110207.387000', '110207.389000', '110207.392000', '110207.395000', '110207.398000', '110207.401000', '110207.404000', '110207.407000', '110207.410000', '110207.413000', '110207.415000', '110207.418000', '110207.421000', '110207.424000', '110207.427000', '110207.430000', '110207.433000', '110207.436000', '110207.439000', '110207.441000', '110207.444000', '110207.447000', '110207.450000', '110207.453000', '110207.456000', '110227.333000', '110227.336000', '110227.339000', '110227.344000', '110227.347000', '110227.350000', '110227.354000', '110227.359000', '110227.362000', '110227.365000', '110227.367000', '110227.370000', '110227.373000', '110227.376000', '110227.379000', '110227.382000', '110227.385000', '110227.388000', '110227.390000', '110227.393000', '110227.396000', '110227.399000', '110227.402000', '110227.405000', '110227.408000', '110227.410000', '110227.413000', '110227.416000', '110227.419000', '110227.422000', '110227.425000', '110227.428000', '110227.431000', '110227.434000', '110227.436000', '110227.439000', '110227.442000', '110227.445000', '110227.448000', '110227.451000', '110227.454000', '110227.457000', '110227.459000', '110247.333000', '110247.336000', '110247.339000', '110247.342000', '110247.345000', '110247.348000', '110247.351000', '110247.354000', '110247.357000', '110247.360000', '110247.363000', '110247.366000', '110247.370000', '110247.373000', '110247.376000', '110247.380000', '110247.383000', '110247.386000', '110247.390000', '110247.393000', '110247.396000', '110247.400000', '110247.403000', '110247.406000', '110247.409000', '110247.412000', '110247.416000', '110247.419000', '110247.422000', '110247.425000', '110247.428000', '110247.431000', '110247.434000', '110247.437000', '110247.440000', '110247.443000', '110247.446000', '110247.448000', '110247.451000', '110247.454000', '110247.457000', '110247.460000', '110247.463000', '110247.466000', '110307.333000', '110307.336000', '110307.339000', '110307.342000', '110307.345000', '110307.348000', '110307.350000', '110307.353000', '110307.356000', '110307.359000', '110307.362000', '110307.365000', '110307.367000', '110307.370000', '110307.373000', '110307.376000', '110307.379000', '110307.382000', '110307.385000', '110307.388000', '110307.391000', '110307.394000', '110307.397000', '110307.400000', '110307.403000', '110307.406000', '110307.409000', '110307.412000', '110307.415000', '110307.418000', '110307.420000', '110307.423000', '110307.426000', '110307.429000', '110307.432000', '110307.435000', '110307.437000', '110307.440000', '110307.443000', '110307.446000', '110307.449000', '110307.465000', '110307.468000', '110327.333000', '110327.336000', '110327.339000', '110327.342000', '110327.345000', '110327.348000', '110327.350000', '110327.353000', '110327.356000', '110327.359000', '110327.362000', '110327.365000', '110327.368000', '110327.371000', '110327.374000', '110327.376000', '110327.379000', '110327.382000', '110327.385000', '110327.388000', '110327.391000', '110327.393000', '110327.396000', '110327.399000', '110327.402000', '110327.405000', '110327.408000', '110327.411000', '110327.414000', '110327.416000', '110327.419000', '110327.422000', '110327.425000', '110327.428000', '110327.431000', '110327.434000', '110327.436000', '110327.439000', '110327.442000', '110327.445000', '110327.448000', '110327.451000', '110327.454000', '110327.457000', '110347.333000', '110347.336000', '110347.339000', '110347.342000', '110347.345000', '110347.348000', '110347.350000', '110347.353000', '110347.356000', '110347.359000', '110347.362000', '110347.365000', '110347.368000', '110347.371000', '110347.373000', '110347.376000', '110347.379000', '110347.382000', '110347.385000', '110347.388000', '110347.391000', '110347.394000', '110347.397000', '110347.400000', '110347.403000', '110347.406000', '110347.409000', '110347.411000', '110347.414000', '110347.417000', '110347.420000', '110347.423000', '110347.426000', '110347.429000', '110347.431000', '110347.434000', '110347.437000', '110347.440000', '110347.443000', '110347.446000', '110347.449000', '110347.452000', '110347.454000', '110407.332000', '110407.335000', '110407.338000', '110407.341000', '110407.344000', '110407.347000', '110407.349000', '110407.352000', '110407.355000', '110407.358000', '110407.361000', '110407.364000', '110407.366000', '110407.369000', '110407.372000', '110407.375000', '110407.378000', '110407.381000', '110407.384000', '110407.386000', '110407.389000', '110407.392000', '110407.395000', '110407.398000', '110407.401000', '110407.404000', '110407.406000', '110407.409000', '110407.412000', '110407.415000', '110407.418000', '110407.421000', '110407.424000', '110407.427000', '110407.429000', '110407.432000', '110407.435000', '110407.438000', '110407.441000', '110407.444000', '110407.447000', '110407.449000', '110407.452000', '110407.455000', '110427.332000', '110427.335000', '110427.338000', '110427.341000', '110427.344000', '110427.346000', '110427.349000', '110427.352000', '110427.355000', '110427.358000', '110427.361000', '110427.364000', '110427.367000', '110427.370000', '110427.372000', '110427.375000', '110427.378000', '110427.381000', '110427.384000', '110427.387000', '110427.390000', '110427.392000', '110427.395000', '110427.398000', '110427.401000', '110427.404000', '110427.407000', '110427.410000', '110427.413000', '110427.416000', '110427.419000', '110427.421000', '110427.424000', '110427.427000', '110427.430000', '110427.433000', '110427.436000', '110427.439000', '110427.442000', '110427.444000', '110427.447000', '110427.450000', '110427.453000', '110447.333000', '110447.336000', '110447.339000', '110447.342000', '110447.345000', '110447.347000', '110447.350000', '110447.353000', '110447.356000', '110447.359000', '110447.362000', '110447.365000', '110447.368000', '110447.371000', '110447.373000', '110447.376000', '110447.379000', '110447.382000', '110447.385000', '110447.388000', '110447.391000', '110447.394000', '110447.396000', '110447.399000', '110447.402000', '110447.405000', '110447.408000', '110447.411000', '110447.413000', '110447.416000', '110447.419000', '110447.422000', '110447.425000', '110447.428000', '110447.431000', '110447.433000', '110447.436000', '110447.439000', '110447.442000', '110447.445000', '110447.448000', '110447.451000', '110447.454000', '110447.457000', '110507.333000', '110507.336000', '110507.339000', '110507.342000', '110507.345000', '110507.347000', '110507.350000', '110507.353000', '110507.356000', '110507.359000', '110507.363000', '110507.366000', '110507.369000', '110507.372000', '110507.375000', '110507.378000', '110507.381000', '110507.384000', '110507.386000', '110507.389000', '110507.392000', '110507.395000', '110507.398000', '110507.401000', '110507.404000', '110507.407000', '110507.409000', '110507.412000', '110507.415000', '110507.418000', '110507.421000', '110507.424000', '110507.427000', '110507.430000', '110507.433000', '110507.436000', '110507.439000', '110507.442000', '110507.445000', '110507.447000', '110507.450000', '110507.453000', '110507.456000', '110527.333000', '110527.336000', '110527.339000', '110527.342000', '110527.345000', '110527.348000', '110527.350000', '110527.353000', '110527.356000', '110527.359000', '110527.362000', '110527.365000', '110527.368000', '110527.371000', '110527.374000', '110527.376000', '110527.379000', '110527.382000', '110527.385000', '110527.388000', '110527.391000', '110527.394000', '110527.397000', '110527.400000', '110527.402000', '110527.405000', '110527.408000', '110527.411000', '110527.414000', '110527.417000', '110527.420000', '110527.423000', '110527.425000', '110527.428000', '110527.431000', '110527.434000', '110527.437000', '110527.440000', '110527.443000', '110527.445000', '110527.448000', '110527.451000', '110527.454000', '110527.457000', '110533.257000', '110533.260000', '110533.264000', '110533.268000', '110533.272000', '110533.276000', '110533.279000', '110533.283000', '110533.286000', '110533.289000', '110533.292000', '110533.295000', '110533.299000'], 'InstanceCreationTime': ['105707.366000', '105707.370000', '105707.372000', '105707.375000', '105707.378000', '105707.381000', '105707.384000', '105707.387000', '105707.390000', '105707.392000', '105707.395000', '105707.398000', '105707.401000', '105707.404000', '105707.407000', '105707.409000', '105707.412000', '105707.415000', '105707.418000', '105707.421000', '105707.424000', '105707.427000', '105707.429000', '105707.439000', '105707.442000', '105707.445000', '105707.447000', '105707.450000', '105707.453000', '105707.456000', '105707.459000', '105707.462000', '105707.465000', '105707.467000', '105707.470000', '105707.473000', '105707.476000', '105707.479000', '105707.482000', '105707.485000', '105707.487000', '105707.506000', '105707.509000', '105707.512000', '105707.515000', '105707.518000', '105707.520000', '105707.523000', '105707.526000', '105707.529000', '105707.532000', '105707.534000', '105707.537000', '105707.540000', '105707.543000', '105707.546000', '105707.549000', '105727.332000', '105727.335000', '105727.338000', '105727.395000', '105727.398000', '105727.401000', '105727.404000', '105727.407000', '105727.409000', '105727.412000', '105727.434000', '105727.438000', '105727.442000', '105727.445000', '105727.448000', '105727.451000', '105727.454000', '105727.456000', '105727.459000', '105727.462000', '105727.465000', '105727.468000', '105727.471000', '105727.474000', '105727.476000', '105727.479000', '105727.482000', '105727.485000', '105727.488000', '105727.491000', '105727.494000', '105727.497000', '105727.499000', '105727.502000', '105727.505000', '105727.508000', '105727.511000', '105727.514000', '105727.516000', '105727.519000', '105727.522000', '105727.525000', '105727.528000', '105747.333000', '105747.336000', '105747.339000', '105747.342000', '105747.345000', '105747.347000', '105747.350000', '105747.357000', '105747.360000', '105747.363000', '105747.366000', '105747.368000', '105747.371000', '105747.374000', '105747.377000', '105747.380000', '105747.383000', '105747.385000', '105747.388000', '105747.391000', '105747.394000', '105747.397000', '105747.400000', '105747.403000', '105747.406000', '105747.408000', '105747.411000', '105747.414000', '105747.417000', '105747.420000', '105747.423000', '105747.426000', '105747.429000', '105747.431000', '105747.434000', '105747.437000', '105747.440000', '105747.443000', '105747.446000', '105747.449000', '105747.452000', '105747.455000', '105747.458000', '105747.461000', '105807.333000', '105807.336000', '105807.339000', '105807.342000', '105807.345000', '105807.348000', '105807.350000', '105807.353000', '105807.356000', '105807.359000', '105807.362000', '105807.365000', '105807.368000', '105807.371000', '105807.374000', '105807.377000', '105807.379000', '105807.382000', '105807.385000', '105807.388000', '105807.391000', '105807.394000', '105807.397000', '105807.400000', '105807.402000', '105807.405000', '105807.408000', '105807.411000', '105807.414000', '105807.417000', '105807.420000', '105807.422000', '105807.425000', '105807.428000', '105807.431000', '105807.434000', '105807.437000', '105807.440000', '105807.443000', '105807.446000', '105807.449000', '105807.452000', '105807.455000', '105827.333000', '105827.336000', '105827.339000', '105827.341000', '105827.344000', '105827.347000', '105827.350000', '105827.353000', '105827.356000', '105827.359000', '105827.361000', '105827.364000', '105827.367000', '105827.370000', '105827.373000', '105827.376000', '105827.379000', '105827.382000', '105827.384000', '105827.387000', '105827.390000', '105827.393000', '105827.396000', '105827.399000', '105827.402000', '105827.405000', '105827.407000', '105827.410000', '105827.413000', '105827.416000', '105827.419000', '105827.422000', '105827.425000', '105827.428000', '105827.430000', '105827.433000', '105827.436000', '105827.439000', '105827.442000', '105827.445000', '105827.448000', '105827.450000', '105827.453000', '105827.456000', '105847.333000', '105847.336000', '105847.339000', '105847.342000', '105847.345000', '105847.348000', '105847.350000', '105847.353000', '105847.356000', '105847.359000', '105847.362000', '105847.365000', '105847.368000', '105847.371000', '105847.374000', '105847.377000', '105847.380000', '105847.382000', '105847.385000', '105847.388000', '105847.391000', '105847.394000', '105847.397000', '105847.411000', '105847.414000', '105847.417000', '105847.420000', '105847.423000', '105847.426000', '105847.429000', '105847.432000', '105847.435000', '105847.438000', '105847.440000', '105847.443000', '105847.446000', '105847.449000', '105847.452000', '105847.455000', '105847.458000', '105847.461000', '105847.464000', '105847.467000', '105907.333000', '105907.336000', '105907.339000', '105907.342000', '105907.345000', '105907.348000', '105907.351000', '105907.353000', '105907.356000', '105907.359000', '105907.362000', '105907.365000', '105907.368000', '105907.371000', '105907.374000', '105907.378000', '105907.381000', '105907.384000', '105907.387000', '105907.390000', '105907.393000', '105907.396000', '105907.399000', '105907.401000', '105907.404000', '105907.407000', '105907.410000', '105907.413000', '105907.416000', '105907.419000', '105907.422000', '105907.425000', '105907.428000', '105907.431000', '105907.433000', '105907.436000', '105907.439000', '105907.442000', '105907.445000', '105907.448000', '105907.451000', '105907.454000', '105907.457000', '105907.460000', '105927.333000', '105927.336000', '105927.339000', '105927.342000', '105927.345000', '105927.347000', '105927.350000', '105927.353000', '105927.356000', '105927.359000', '105927.362000', '105927.365000', '105927.368000', '105927.371000', '105927.374000', '105927.377000', '105927.380000', '105927.382000', '105927.385000', '105927.388000', '105927.391000', '105927.394000', '105927.397000', '105927.400000', '105927.403000', '105927.406000', '105927.409000', '105927.411000', '105927.414000', '105927.417000', '105927.420000', '105927.423000', '105927.426000', '105927.429000', '105927.431000', '105927.434000', '105927.437000', '105927.440000', '105927.443000', '105927.446000', '105927.449000', '105927.452000', '105927.455000', '105947.332000', '105947.335000', '105947.338000', '105947.341000', '105947.344000', '105947.346000', '105947.349000', '105947.352000', '105947.355000', '105947.358000', '105947.361000', '105947.364000', '105947.367000', '105947.369000', '105947.372000', '105947.375000', '105947.378000', '105947.381000', '105947.384000', '105947.387000', '105947.390000', '105947.393000', '105947.395000', '105947.403000', '105947.406000', '105947.409000', '105947.412000', '105947.415000', '105947.417000', '105947.420000', '105947.423000', '105947.426000', '105947.429000', '105947.432000', '105947.435000', '105947.437000', '105947.440000', '105947.443000', '105947.446000', '105947.449000', '105947.452000', '105947.455000', '105947.458000', '105947.461000', '110007.333000', '110007.336000', '110007.339000', '110007.342000', '110007.345000', '110007.348000', '110007.351000', '110007.354000', '110007.357000', '110007.359000', '110007.362000', '110007.365000', '110007.368000', '110007.371000', '110007.374000', '110007.377000', '110007.380000', '110007.382000', '110007.386000', '110007.388000', '110007.391000', '110007.394000', '110007.397000', '110007.400000', '110007.403000', '110007.406000', '110007.409000', '110007.412000', '110007.414000', '110007.417000', '110007.420000', '110007.423000', '110007.426000', '110007.429000', '110007.432000', '110007.435000', '110007.438000', '110007.441000', '110007.444000', '110007.446000', '110007.450000', '110007.454000', '110007.456000', '110027.333000', '110027.336000', '110027.339000', '110027.342000', '110027.345000', '110027.362000', '110027.365000', '110027.375000', '110027.378000', '110027.381000', '110027.384000', '110027.387000', '110027.390000', '110027.393000', '110027.396000', '110027.399000', '110027.402000', '110027.404000', '110027.407000', '110027.410000', '110027.413000', '110027.416000', '110027.419000', '110027.422000', '110027.425000', '110027.428000', '110027.431000', '110027.434000', '110027.437000', '110027.439000', '110027.442000', '110027.445000', '110027.448000', '110027.451000', '110027.454000', '110027.457000', '110027.460000', '110027.463000', '110027.466000', '110027.468000', '110027.471000', '110027.474000', '110027.477000', '110027.480000', '110047.333000', '110047.336000', '110047.339000', '110047.342000', '110047.345000', '110047.348000', '110047.351000', '110047.354000', '110047.357000', '110047.360000', '110047.363000', '110047.365000', '110047.368000', '110047.371000', '110047.374000', '110047.377000', '110047.380000', '110047.383000', '110047.386000', '110047.389000', '110047.392000', '110047.395000', '110047.398000', '110047.400000', '110047.403000', '110047.406000', '110047.409000', '110047.412000', '110047.415000', '110047.418000', '110047.421000', '110047.424000', '110047.427000', '110047.430000', '110047.432000', '110047.435000', '110047.438000', '110047.441000', '110047.444000', '110047.447000', '110047.450000', '110047.453000', '110047.456000', '110107.333000', '110107.336000', '110107.339000', '110107.342000', '110107.345000', '110107.348000', '110107.351000', '110107.354000', '110107.357000', '110107.360000', '110107.363000', '110107.365000', '110107.368000', '110107.371000', '110107.374000', '110107.377000', '110107.380000', '110107.383000', '110107.386000', '110107.389000', '110107.391000', '110107.394000', '110107.397000', '110107.400000', '110107.403000', '110107.406000', '110107.409000', '110107.411000', '110107.414000', '110107.417000', '110107.420000', '110107.423000', '110107.426000', '110107.429000', '110107.432000', '110107.435000', '110107.438000', '110107.441000', '110107.444000', '110107.447000', '110107.450000', '110107.452000', '110107.455000', '110107.458000', '110127.333000', '110127.336000', '110127.339000', '110127.342000', '110127.345000', '110127.348000', '110127.350000', '110127.353000', '110127.356000', '110127.359000', '110127.362000', '110127.365000', '110127.368000', '110127.371000', '110127.374000', '110127.377000', '110127.380000', '110127.383000', '110127.385000', '110127.388000', '110127.391000', '110127.394000', '110127.397000', '110127.400000', '110127.403000', '110127.406000', '110127.409000', '110127.412000', '110127.415000', '110127.417000', '110127.420000', '110127.423000', '110127.426000', '110127.429000', '110127.432000', '110127.435000', '110127.438000', '110127.441000', '110127.444000', '110127.446000', '110127.449000', '110127.452000', '110127.455000', '110147.333000', '110147.336000', '110147.340000', '110147.343000', '110147.346000', '110147.350000', '110147.353000', '110147.356000', '110147.358000', '110147.361000', '110147.364000', '110147.367000', '110147.370000', '110147.373000', '110147.376000', '110147.379000', '110147.381000', '110147.384000', '110147.387000', '110147.390000', '110147.393000', '110147.396000', '110147.399000', '110147.402000', '110147.405000', '110147.407000', '110147.410000', '110147.413000', '110147.416000', '110147.419000', '110147.432000', '110147.435000', '110147.438000', '110147.441000', '110147.444000', '110147.447000', '110147.449000', '110147.452000', '110147.455000', '110147.458000', '110147.461000', '110147.464000', '110147.467000', '110207.332000', '110207.335000', '110207.338000', '110207.341000', '110207.344000', '110207.347000', '110207.349000', '110207.352000', '110207.355000', '110207.358000', '110207.361000', '110207.364000', '110207.366000', '110207.369000', '110207.372000', '110207.375000', '110207.378000', '110207.381000', '110207.384000', '110207.387000', '110207.389000', '110207.392000', '110207.395000', '110207.398000', '110207.401000', '110207.404000', '110207.407000', '110207.410000', '110207.413000', '110207.415000', '110207.418000', '110207.421000', '110207.424000', '110207.427000', '110207.430000', '110207.433000', '110207.436000', '110207.439000', '110207.441000', '110207.444000', '110207.447000', '110207.450000', '110207.453000', '110207.456000', '110227.333000', '110227.336000', '110227.339000', '110227.344000', '110227.347000', '110227.350000', '110227.354000', '110227.359000', '110227.362000', '110227.365000', '110227.367000', '110227.370000', '110227.373000', '110227.376000', '110227.379000', '110227.382000', '110227.385000', '110227.388000', '110227.390000', '110227.393000', '110227.396000', '110227.399000', '110227.402000', '110227.405000', '110227.408000', '110227.410000', '110227.413000', '110227.416000', '110227.419000', '110227.422000', '110227.425000', '110227.428000', '110227.431000', '110227.434000', '110227.436000', '110227.439000', '110227.442000', '110227.445000', '110227.448000', '110227.451000', '110227.454000', '110227.457000', '110227.459000', '110247.333000', '110247.336000', '110247.339000', '110247.342000', '110247.345000', '110247.348000', '110247.351000', '110247.354000', '110247.357000', '110247.360000', '110247.363000', '110247.366000', '110247.370000', '110247.373000', '110247.376000', '110247.380000', '110247.383000', '110247.386000', '110247.390000', '110247.393000', '110247.396000', '110247.400000', '110247.403000', '110247.406000', '110247.409000', '110247.412000', '110247.416000', '110247.419000', '110247.422000', '110247.425000', '110247.428000', '110247.431000', '110247.434000', '110247.437000', '110247.440000', '110247.443000', '110247.446000', '110247.448000', '110247.451000', '110247.454000', '110247.457000', '110247.460000', '110247.463000', '110247.466000', '110307.333000', '110307.336000', '110307.339000', '110307.342000', '110307.345000', '110307.348000', '110307.350000', '110307.353000', '110307.356000', '110307.359000', '110307.362000', '110307.365000', '110307.367000', '110307.370000', '110307.373000', '110307.376000', '110307.379000', '110307.382000', '110307.385000', '110307.388000', '110307.391000', '110307.394000', '110307.397000', '110307.400000', '110307.403000', '110307.406000', '110307.409000', '110307.412000', '110307.415000', '110307.418000', '110307.420000', '110307.423000', '110307.426000', '110307.429000', '110307.432000', '110307.435000', '110307.437000', '110307.440000', '110307.443000', '110307.446000', '110307.449000', '110307.465000', '110307.468000', '110327.333000', '110327.336000', '110327.339000', '110327.342000', '110327.345000', '110327.348000', '110327.350000', '110327.353000', '110327.356000', '110327.359000', '110327.362000', '110327.365000', '110327.368000', '110327.371000', '110327.374000', '110327.376000', '110327.379000', '110327.382000', '110327.385000', '110327.388000', '110327.391000', '110327.393000', '110327.396000', '110327.399000', '110327.402000', '110327.405000', '110327.408000', '110327.411000', '110327.414000', '110327.416000', '110327.419000', '110327.422000', '110327.425000', '110327.428000', '110327.431000', '110327.434000', '110327.436000', '110327.439000', '110327.442000', '110327.445000', '110327.448000', '110327.451000', '110327.454000', '110327.457000', '110347.333000', '110347.336000', '110347.339000', '110347.342000', '110347.345000', '110347.348000', '110347.350000', '110347.353000', '110347.356000', '110347.359000', '110347.362000', '110347.365000', '110347.368000', '110347.371000', '110347.373000', '110347.376000', '110347.379000', '110347.382000', '110347.385000', '110347.388000', '110347.391000', '110347.394000', '110347.397000', '110347.400000', '110347.403000', '110347.406000', '110347.409000', '110347.411000', '110347.414000', '110347.417000', '110347.420000', '110347.423000', '110347.426000', '110347.429000', '110347.431000', '110347.434000', '110347.437000', '110347.440000', '110347.443000', '110347.446000', '110347.449000', '110347.452000', '110347.454000', '110407.332000', '110407.335000', '110407.338000', '110407.341000', '110407.344000', '110407.347000', '110407.349000', '110407.352000', '110407.355000', '110407.358000', '110407.361000', '110407.364000', '110407.366000', '110407.369000', '110407.372000', '110407.375000', '110407.378000', '110407.381000', '110407.384000', '110407.386000', '110407.389000', '110407.392000', '110407.395000', '110407.398000', '110407.401000', '110407.404000', '110407.406000', '110407.409000', '110407.412000', '110407.415000', '110407.418000', '110407.421000', '110407.424000', '110407.427000', '110407.429000', '110407.432000', '110407.435000', '110407.438000', '110407.441000', '110407.444000', '110407.447000', '110407.449000', '110407.452000', '110407.455000', '110427.332000', '110427.335000', '110427.338000', '110427.341000', '110427.344000', '110427.346000', '110427.349000', '110427.352000', '110427.355000', '110427.358000', '110427.361000', '110427.364000', '110427.367000', '110427.370000', '110427.372000', '110427.375000', '110427.378000', '110427.381000', '110427.384000', '110427.387000', '110427.390000', '110427.392000', '110427.395000', '110427.398000', '110427.401000', '110427.404000', '110427.407000', '110427.410000', '110427.413000', '110427.416000', '110427.419000', '110427.421000', '110427.424000', '110427.427000', '110427.430000', '110427.433000', '110427.436000', '110427.439000', '110427.442000', '110427.444000', '110427.447000', '110427.450000', '110427.453000', '110447.333000', '110447.336000', '110447.339000', '110447.342000', '110447.345000', '110447.347000', '110447.350000', '110447.353000', '110447.356000', '110447.359000', '110447.362000', '110447.365000', '110447.368000', '110447.371000', '110447.373000', '110447.376000', '110447.379000', '110447.382000', '110447.385000', '110447.388000', '110447.391000', '110447.394000', '110447.396000', '110447.399000', '110447.402000', '110447.405000', '110447.408000', '110447.411000', '110447.413000', '110447.416000', '110447.419000', '110447.422000', '110447.425000', '110447.428000', '110447.431000', '110447.433000', '110447.436000', '110447.439000', '110447.442000', '110447.445000', '110447.448000', '110447.451000', '110447.454000', '110447.457000', '110507.333000', '110507.336000', '110507.339000', '110507.342000', '110507.345000', '110507.347000', '110507.350000', '110507.353000', '110507.356000', '110507.359000', '110507.363000', '110507.366000', '110507.369000', '110507.372000', '110507.375000', '110507.378000', '110507.381000', '110507.384000', '110507.386000', '110507.389000', '110507.392000', '110507.395000', '110507.398000', '110507.401000', '110507.404000', '110507.407000', '110507.409000', '110507.412000', '110507.415000', '110507.418000', '110507.421000', '110507.424000', '110507.427000', '110507.430000', '110507.433000', '110507.436000', '110507.439000', '110507.442000', '110507.445000', '110507.447000', '110507.450000', '110507.453000', '110507.456000', '110527.333000', '110527.336000', '110527.339000', '110527.342000', '110527.345000', '110527.348000', '110527.350000', '110527.353000', '110527.356000', '110527.359000', '110527.362000', '110527.365000', '110527.368000', '110527.371000', '110527.374000', '110527.376000', '110527.379000', '110527.382000', '110527.385000', '110527.388000', '110527.391000', '110527.394000', '110527.397000', '110527.400000', '110527.402000', '110527.405000', '110527.408000', '110527.411000', '110527.414000', '110527.417000', '110527.420000', '110527.423000', '110527.425000', '110527.428000', '110527.431000', '110527.434000', '110527.437000', '110527.440000', '110527.443000', '110527.445000', '110527.448000', '110527.451000', '110527.454000', '110527.457000', '110533.257000', '110533.260000', '110533.264000', '110533.268000', '110533.272000', '110533.276000', '110533.279000', '110533.283000', '110533.286000', '110533.289000', '110533.292000', '110533.295000', '110533.299000'], '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': [10122, 9520, 14335, 9430, 9801, 10630, 8494, 11366, 7901, 7078, 7770, 9606, 8417, 10341, 7725, 9387, 11021, 9296, 10242, 8163, 8753, 8090, 12862, 9280, 10735, 16098, 11375, 11220, 13510, 9843, 11647, 8636, 9082, 11744, 8463, 9320, 7500, 8064, 10459, 7870, 8598, 8539, 7864, 9204, 8170, 8709, 7998, 8170, 9775, 7574, 8429, 11717, 8491, 9419, 7598, 8403, 8153, 8043, 7156, 8008, 11250, 8434, 9439, 13053, 8522, 10690, 8302, 8726, 13680, 8583, 10633, 7688, 8754, 13409, 8528, 9549, 10088, 7990, 11120, 8234, 9217, 7091, 7999, 11200, 8282, 9046, 8219, 7898, 10908, 8246, 9282, 7796, 8921, 11104, 8329, 11079, 8296, 9925, 11357, 8980, 12316, 8458, 9997, 10801, 8436, 14155, 10352, 11293, 8340, 8743, 10943, 8079, 10621, 8676, 8615, 11801, 8414, 10231, 9950, 10243, 7359, 8090, 11589, 8213, 8954, 13372, 8086, 9771, 8162, 8697, 11015, 8237, 8728, 11630, 8370, 9236, 7395, 8094, 10382, 8220, 8414, 9413, 8384, 9256, 8123, 8523, 7297, 8223, 9927, 7937, 8712, 9441, 8477, 10738, 9052, 8408, 12470, 8266, 8799, 13860, 10021, 9955, 9216, 8348, 11770, 7862, 8773, 13570, 8631, 10138, 7862, 8219, 6966, 8215, 11007, 7563, 8857, 12374, 8649, 9902, 8166, 9022, 7206, 8842, 14388, 9709, 10079, 15132, 10017, 10818, 10460, 9014, 12420, 8524, 9689, 7599, 8551, 12537, 8464, 9332, 7392, 8544, 9261, 8000, 9267, 8349, 9386, 7337, 8540, 11134, 8298, 9364, 8214, 8558, 11456, 8137, 9740, 8372, 10496, 10593, 8154, 12283, 9209, 8503, 13452, 9890, 10156, 7489, 8533, 12794, 8453, 9129, 11415, 8125, 9830, 8463, 8528, 7543, 8099, 10275, 7557, 8206, 11084, 8387, 8989, 7935, 8369, 7019, 8003, 11266, 7873, 8808, 13265, 9218, 9416, 9886, 8530, 11305, 8285, 9206, 10971, 7911, 10735, 7692, 8077, 11784, 8320, 8698, 7411, 7785, 10474, 8051, 8734, 12440, 8362, 9528, 8399, 8078, 10395, 7769, 8127, 7061, 8070, 10827, 7557, 8292, 12899, 8226, 9180, 13628, 8901, 10079, 8671, 8410, 7458, 8620, 12924, 10001, 8326, 11895, 11102, 9158, 12267, 8590, 8709, 14099, 9288, 8887, 12807, 9202, 9024, 13325, 8406, 9151, 8952, 8070, 9755, 8241, 8426, 12237, 8297, 8991, 8976, 8264, 9414, 7531, 7969, 9248, 8250, 8423, 6685, 8128, 10733, 7212, 8326, 10849, 8311, 8602, 8252, 8159, 10144, 9733, 8429, 10346, 9358, 8352, 10956, 7760, 8670, 12781, 8452, 9279, 7303, 8590, 12383, 7968, 8705, 12448, 8726, 9274, 11885, 8562, 9810, 8386, 8823, 11511, 8191, 10093, 14668, 9120, 10462, 10662, 8433, 11073, 8476, 8768, 12980, 8480, 9374, 11426, 8411, 9672, 7600, 8316, 10340, 8157, 9122, 8476, 8114, 9679, 7080, 8441, 11087, 8438, 9403, 8000, 9108, 12856, 8554, 9956, 8138, 8373, 11489, 8997, 9105, 7203, 8442, 12762, 8551, 9722, 10042, 8251, 10619, 8487, 8894, 8087, 8982, 8062, 8410, 12511, 8337, 9372, 14419, 9666, 10969, 8885, 9327, 12414, 9590, 11501, 10273, 8804, 13478, 9248, 9481, 7971, 8755, 12625, 8582, 9833, 7569, 8228, 11624, 8403, 9021, 8004, 8299, 7012, 8157, 11317, 8010, 8688, 7777, 8197, 9227, 7982, 9906, 7497, 8610, 12305, 8217, 9735, 8122, 8140, 11062, 8129, 9302, 7885, 8844, 13459, 8909, 9779, 12378, 8406, 10591, 7937, 8210, 6945, 8074, 11771, 8381, 9007, 12403, 8105, 10250, 8183, 8791, 7910, 8392, 7807, 9295, 8040, 10264, 10047, 11716, 11855, 13231, 9569, 11614, 8374, 11633, 8390, 12872, 10341, 13766, 11411, 14041, 9599, 11271, 8600, 10100, 8422, 10914, 8522, 12643, 10579, 13673, 8953, 10619, 8352, 9538, 8128, 10272, 8089, 10856, 8608, 11750, 7914, 9556, 7914, 9364, 8155, 9665, 8101, 10561, 8109, 11380, 8673, 10217, 8653, 7986, 8627, 7863, 10059, 8073, 11822, 8937, 12895, 8955, 12474, 8440, 11365, 10909, 9700, 13419, 9420, 10509, 7661, 8843, 12077, 8481, 10233, 8306, 8762, 6776, 8351, 10032, 8387, 9409, 7339, 8355, 10671, 8506, 9336, 8251, 9216, 7923, 8300, 11908, 8253, 10003, 9838, 8541, 11391, 7994, 9585, 7887, 8951, 7038, 8932, 6819, 10061, 15579, 10253, 12408, 9532, 11220, 8887, 10561, 8319, 11808, 8877, 11449, 16304, 11635, 13090, 10953, 11713, 9188, 10132, 10588, 8690, 12406, 8274, 9593, 13446, 9427, 10180, 7728, 8598, 9279, 8299, 9302, 7453, 8824, 10891, 8559, 9118, 7502, 8369, 8573, 8166, 9756, 7196, 8369, 11809, 8463, 9018, 8035, 8177, 10880, 8721, 9333, 7990, 8182, 11023, 7684, 9135, 12769, 8500, 10233, 8510, 9159, 8077, 8231, 10777, 8336, 9194, 8966, 8288, 11594, 8536, 9055, 8536, 12078, 8800, 11518, 9399, 11687, 13623, 11389, 10970, 10157, 8562, 9687, 15868, 11456, 12047, 12082, 10373, 13594, 11154, 10510, 8713, 9121, 13596, 8932, 9549, 7643, 8388, 11362, 8327, 8760, 7352, 8209, 10234, 8290, 8985, 8923, 8320, 9540, 7498, 8331, 9515, 8381, 9255, 7881, 8762, 12056, 8939, 9561, 7571, 8612, 10229, 8150, 10284, 8568, 9592, 7363, 9048, 12393, 8718, 10584, 8432, 8650, 11454, 8436, 11061, 10797, 8631, 11968, 8449, 8936, 10906, 8270, 10509, 7537, 8222, 11627, 8450, 8916, 7504, 8481, 6947, 8614, 12311, 8594, 9610, 13972, 9309, 9614, 11473, 9143, 10266, 8196, 8342, 10868, 7992, 9481, 8920, 8000, 11263, 7987, 8863, 7175, 7925, 11048, 8097, 8422, 8130, 7721, 9567, 7859, 8426, 7784, 8549, 7868, 8616, 8001, 9240, 11139, 8454, 12142, 10709, 11865, 10098, 10084, 8506, 10232, 16336, 10996, 10938, 9483, 10313, 11635, 9862, 10907, 8067, 9650, 10446, 7980, 10454, 7700, 8684, 12062, 8194, 8667, 12061, 8355, 8784, 7228, 8090, 9507, 8328, 9078, 7359, 8304, 9886, 8381, 8592, 6944, 8204, 10532, 8272, 8771, 11759, 8834, 9498, 7844, 8132, 11089, 8462, 8954, 7210, 8219, 11543, 8420, 9231, 9232, 8309, 10180, 7545, 8574, 9976, 8262, 9546, 7360, 8523, 11640, 8600, 9314, 7918, 8174, 10099, 8317, 9241, 8073, 9309, 8281, 9939, 12955, 9269, 11701, 12274, 9413, 12686, 10906, 10402, 8493, 9078, 12462, 9277, 11839, 12956, 9886, 10925, 11156, 8696, 11439, 8412, 8524, 11498, 8400, 9337, 7594, 8261, 10592, 8069, 8663, 7026, 8043, 10312, 8147, 9059, 7544, 7951, 10471, 7409, 8404, 10906, 8455, 9588, 8291, 8692, 7229, 8508, 11315, 7912, 8383, 11933, 8700, 9153, 8977, 8174, 12494, 8503, 8491, 13783, 9078, 8899, 13495, 8842, 8848, 11042, 8079, 9435, 7016, 8036, 10657, 7227, 8293, 11724, 8243, 8721, 10449, 8246, 9115, 7899, 8563, 11791, 8407, 8931, 11839, 8690, 9553, 8046, 8125, 10265, 8264, 8889, 7916, 8127, 10786, 7681, 8549, 12374, 8462, 9210, 9508, 8080, 10469, 8474, 9098, 7204, 8742, 11750, 8326, 9428, 9080, 8095, 10281, 8535, 10251, 7744, 8953, 14436, 9932, 10007, 11467, 9279, 12643, 8938, 10153, 11177, 8378, 12339, 11287, 8662, 12483, 8842, 9089, 10782, 8304, 10304, 8492, 8367, 11047, 10188, 8264, 11284, 8098, 8613, 7254, 7993, 9838, 8435, 9107, 13026, 8825, 9378, 9554, 8005, 10595, 8325, 8685, 9583, 8020, 11297, 8135, 8853, 13734, 10063, 9940, 7739, 8413, 11947, 8135, 8874, 13081, 8837, 8696, 12061, 8466, 8869, 7704, 8204, 10449, 8313, 8716, 10577, 8622, 9276, 7306, 8196, 10014, 8571, 9370, 7193, 8717, 10894, 8712, 9375, 11261, 8631, 10068, 8143, 8831, 9010, 8487, 10760, 8698, 8684, 12565, 8255, 9214, 10029, 8152, 11241, 8215, 9321, 13024, 8848, 10431, 7623, 8477, 11956, 8332, 9271, 8298, 8722, 7840, 9340, 7382, 9103, 9866, 9689, 10151, 10465, 9240, 11718, 15876, 12027, 11162, 15564, 11167, 12107, 9536, 10211, 8843, 8278, 10893, 10424, 8462, 11924, 8286, 8772, 12358, 7795, 8892, 7627, 8384, 10790, 8562, 8883, 7493, 8042, 9977, 8480, 8927, 8094, 8622, 7391, 8269, 10881, 8695, 9748, 8661, 10333, 8609, 9593, 8804, 11581, 9017, 12336, 9130, 11154, 10324, 10760, 10595, 8868, 12665, 8812, 9627, 13794, 8928, 10211, 8271, 8888, 7543, 8293, 10584, 8568, 9054, 7552, 8313, 10566, 8506], 'WindowCenter': [4255.0, 4239.0, 4255.0, 4212.0, 4222.0, 4219.0, 4200.0, 4230.0, 4187.0, 4156.0, 4177.0, 4205.0, 4187.0, 4208.0, 4177.0, 4199.0, 4218.0, 4208.0, 4208.0, 4188.0, 4186.0, 4176.0, 4226.0, 4195.0, 4207.0, 4237.0, 4205.0, 4217.0, 4226.0, 4194.0, 4203.0, 4171.0, 4171.0, 4200.0, 4159.0, 4171.0, 4149.0, 4160.0, 4190.0, 4162.0, 4184.0, 4184.0, 4175.0, 4183.0, 4174.0, 4185.0, 4174.0, 4185.0, 4206.0, 4177.0, 4189.0, 4229.0, 4199.0, 4207.0, 4190.0, 4202.0, 4200.0, 4190.0, 4179.0, 4203.0, 4242.0, 4212.0, 4224.0, 4251.0, 4214.0, 4233.0, 4214.0, 4213.0, 4252.0, 4201.0, 4219.0, 4190.0, 4212.0, 4241.0, 4200.0, 4221.0, 4232.0, 4202.0, 4230.0, 4198.0, 4208.0, 4168.0, 4190.0, 4230.0, 4201.0, 4211.0, 4212.0, 4204.0, 4242.0, 4213.0, 4211.0, 4190.0, 4212.0, 4242.0, 4202.0, 4243.0, 4201.0, 4224.0, 4233.0, 4212.0, 4231.0, 4190.0, 4220.0, 4229.0, 4202.0, 4240.0, 4219.0, 4219.0, 4187.0, 4186.0, 4205.0, 4175.0, 4205.0, 4174.0, 4183.0, 4216.0, 4186.0, 4204.0, 4205.0, 4206.0, 4166.0, 4188.0, 4216.0, 4174.0, 4184.0, 4213.0, 4174.0, 4195.0, 4172.0, 4173.0, 4204.0, 4173.0, 4173.0, 4202.0, 4172.0, 4182.0, 4150.0, 4162.0, 4191.0, 4186.0, 4187.0, 4193.0, 4183.0, 4193.0, 4174.0, 4186.0, 4176.0, 4201.0, 4220.0, 4201.0, 4210.0, 4209.0, 4202.0, 4231.0, 4210.0, 4201.0, 4241.0, 4200.0, 4201.0, 4252.0, 4221.0, 4208.0, 4197.0, 4187.0, 4227.0, 4177.0, 4197.0, 4238.0, 4199.0, 4220.0, 4188.0, 4199.0, 4168.0, 4201.0, 4243.0, 4191.0, 4212.0, 4241.0, 4223.0, 4233.0, 4212.0, 4212.0, 4191.0, 4212.0, 4250.0, 4209.0, 4220.0, 4251.0, 4210.0, 4219.0, 4218.0, 4199.0, 4227.0, 4187.0, 4194.0, 4175.0, 4196.0, 4226.0, 4187.0, 4209.0, 4177.0, 4199.0, 4198.0, 4187.0, 4196.0, 4188.0, 4207.0, 4178.0, 4199.0, 4229.0, 4189.0, 4210.0, 4200.0, 4212.0, 4231.0, 4190.0, 4209.0, 4188.0, 4221.0, 4232.0, 4190.0, 4228.0, 4209.0, 4211.0, 4240.0, 4208.0, 4206.0, 4165.0, 4185.0, 4225.0, 4184.0, 4196.0, 4226.0, 4188.0, 4207.0, 4187.0, 4197.0, 4175.0, 4187.0, 4218.0, 4188.0, 4199.0, 4227.0, 4212.0, 4212.0, 4190.0, 4200.0, 4168.0, 4190.0, 4229.0, 4189.0, 4199.0, 4239.0, 4209.0, 4210.0, 4220.0, 4199.0, 4229.0, 4200.0, 4198.0, 4216.0, 4187.0, 4230.0, 4177.0, 4188.0, 4238.0, 4201.0, 4200.0, 4178.0, 4178.0, 4217.0, 4187.0, 4198.0, 4237.0, 4201.0, 4221.0, 4202.0, 4203.0, 4231.0, 4190.0, 4189.0, 4167.0, 4188.0, 4218.0, 4178.0, 4201.0, 4240.0, 4198.0, 4211.0, 4251.0, 4210.0, 4219.0, 4199.0, 4188.0, 4177.0, 4198.0, 4240.0, 4209.0, 4187.0, 4230.0, 4219.0, 4198.0, 4216.0, 4184.0, 4184.0, 4224.0, 4183.0, 4183.0, 4211.0, 4182.0, 4183.0, 4211.0, 4174.0, 4195.0, 4183.0, 4162.0, 4180.0, 4171.0, 4171.0, 4200.0, 4172.0, 4183.0, 4182.0, 4173.0, 4194.0, 4175.0, 4187.0, 4195.0, 4185.0, 4185.0, 4153.0, 4187.0, 4228.0, 4178.0, 4211.0, 4230.0, 4200.0, 4200.0, 4188.0, 4189.0, 4219.0, 4208.0, 4189.0, 4219.0, 4208.0, 4200.0, 4230.0, 4191.0, 4212.0, 4251.0, 4199.0, 4208.0, 4176.0, 4198.0, 4239.0, 4187.0, 4200.0, 4252.0, 4211.0, 4222.0, 4241.0, 4200.0, 4219.0, 4188.0, 4198.0, 4216.0, 4188.0, 4218.0, 4238.0, 4197.0, 4218.0, 4218.0, 4187.0, 4215.0, 4174.0, 4183.0, 4224.0, 4183.0, 4194.0, 4213.0, 4184.0, 4194.0, 4163.0, 4185.0, 4202.0, 4174.0, 4194.0, 4173.0, 4175.0, 4205.0, 4166.0, 4188.0, 4227.0, 4188.0, 4197.0, 4188.0, 4210.0, 4238.0, 4199.0, 4220.0, 4189.0, 4200.0, 4230.0, 4199.0, 4199.0, 4168.0, 4200.0, 4239.0, 4200.0, 4209.0, 4220.0, 4201.0, 4230.0, 4212.0, 4210.0, 4201.0, 4211.0, 4200.0, 4226.0, 4266.0, 4215.0, 4236.0, 4264.0, 4224.0, 4232.0, 4211.0, 4210.0, 4229.0, 4208.0, 4230.0, 4219.0, 4199.0, 4239.0, 4197.0, 4197.0, 4175.0, 4185.0, 4224.0, 4197.0, 4219.0, 4176.0, 4199.0, 4229.0, 4188.0, 4198.0, 4187.0, 4187.0, 4167.0, 4201.0, 4240.0, 4202.0, 4212.0, 4192.0, 4202.0, 4211.0, 4201.0, 4221.0, 4204.0, 4224.0, 4253.0, 4212.0, 4236.0, 4216.0, 4215.0, 4244.0, 4204.0, 4223.0, 4202.0, 4212.0, 4254.0, 4212.0, 4223.0, 4254.0, 4213.0, 4233.0, 4201.0, 4201.0, 4168.0, 4189.0, 4228.0, 4199.0, 4222.0, 4250.0, 4201.0, 4230.0, 4211.0, 4222.0, 4213.0, 4200.0, 4202.0, 4220.0, 4202.0, 4232.0, 4222.0, 4255.0, 4242.0, 4242.0, 4211.0, 4230.0, 4187.0, 4216.0, 4175.0, 4215.0, 4195.0, 4227.0, 4204.0, 4226.0, 4184.0, 4203.0, 4172.0, 4181.0, 4160.0, 4191.0, 4161.0, 4214.0, 4182.0, 4212.0, 4170.0, 4180.0, 4160.0, 4169.0, 4149.0, 4178.0, 4147.0, 4191.0, 4161.0, 4202.0, 4149.0, 4181.0, 4150.0, 4170.0, 4150.0, 4182.0, 4162.0, 4203.0, 4175.0, 4215.0, 4185.0, 4205.0, 4186.0, 4163.0, 4174.0, 4175.0, 4207.0, 4176.0, 4230.0, 4200.0, 4228.0, 4188.0, 4229.0, 4177.0, 4216.0, 4206.0, 4197.0, 4225.0, 4184.0, 4205.0, 4163.0, 4198.0, 4229.0, 4188.0, 4194.0, 4173.0, 4173.0, 4141.0, 4175.0, 4194.0, 4187.0, 4210.0, 4179.0, 4202.0, 4233.0, 4213.0, 4210.0, 4200.0, 4213.0, 4192.0, 4203.0, 4245.0, 4215.0, 4235.0, 4223.0, 4213.0, 4244.0, 4217.0, 4234.0, 4202.0, 4212.0, 4181.0, 4213.0, 4170.0, 4234.0, 4264.0, 4224.0, 4244.0, 4223.0, 4233.0, 4213.0, 4220.0, 4191.0, 4231.0, 4199.0, 4231.0, 4250.0, 4221.0, 4243.0, 4221.0, 4218.0, 4197.0, 4196.0, 4195.0, 4174.0, 4214.0, 4163.0, 4184.0, 4226.0, 4196.0, 4194.0, 4152.0, 4172.0, 4169.0, 4161.0, 4170.0, 4152.0, 4184.0, 4204.0, 4187.0, 4187.0, 4166.0, 4185.0, 4174.0, 4176.0, 4196.0, 4154.0, 4187.0, 4218.0, 4188.0, 4200.0, 4189.0, 4189.0, 4217.0, 4188.0, 4197.0, 4176.0, 4187.0, 4220.0, 4178.0, 4211.0, 4241.0, 4201.0, 4220.0, 4200.0, 4208.0, 4177.0, 4189.0, 4217.0, 4190.0, 4211.0, 4212.0, 4203.0, 4244.0, 4214.0, 4212.0, 4214.0, 4241.0, 4211.0, 4232.0, 4211.0, 4233.0, 4241.0, 4221.0, 4219.0, 4209.0, 4188.0, 4198.0, 4238.0, 4217.0, 4216.0, 4216.0, 4208.0, 4227.0, 4204.0, 4181.0, 4159.0, 4170.0, 4200.0, 4170.0, 4180.0, 4149.0, 4160.0, 4200.0, 4161.0, 4160.0, 4138.0, 4159.0, 4178.0, 4159.0, 4171.0, 4171.0, 4172.0, 4182.0, 4165.0, 4187.0, 4195.0, 4185.0, 4194.0, 4175.0, 4187.0, 4216.0, 4198.0, 4234.0, 4191.0, 4199.0, 4208.0, 4189.0, 4219.0, 4201.0, 4223.0, 4192.0, 4213.0, 4254.0, 4214.0, 4233.0, 4191.0, 4201.0, 4243.0, 4202.0, 4231.0, 4218.0, 4199.0, 4243.0, 4202.0, 4200.0, 4217.0, 4186.0, 4206.0, 4164.0, 4185.0, 4214.0, 4186.0, 4198.0, 4178.0, 4199.0, 4182.0, 4211.0, 4230.0, 4199.0, 4210.0, 4240.0, 4210.0, 4209.0, 4230.0, 4212.0, 4221.0, 4189.0, 4188.0, 4204.0, 4174.0, 4195.0, 4184.0, 4174.0, 4215.0, 4177.0, 4196.0, 4153.0, 4175.0, 4203.0, 4174.0, 4174.0, 4173.0, 4176.0, 4207.0, 4188.0, 4188.0, 4191.0, 4211.0, 4202.0, 4212.0, 4201.0, 4212.0, 4231.0, 4201.0, 4232.0, 4222.0, 4231.0, 4210.0, 4208.0, 4186.0, 4206.0, 4237.0, 4205.0, 4195.0, 4185.0, 4206.0, 4216.0, 4196.0, 4205.0, 4163.0, 4182.0, 4190.0, 4160.0, 4181.0, 4149.0, 4170.0, 4201.0, 4161.0, 4172.0, 4200.0, 4160.0, 4159.0, 4137.0, 4148.0, 4168.0, 4173.0, 4184.0, 4151.0, 4185.0, 4205.0, 4185.0, 4184.0, 4153.0, 4173.0, 4203.0, 4173.0, 4186.0, 4215.0, 4185.0, 4196.0, 4175.0, 4188.0, 4218.0, 4187.0, 4197.0, 4166.0, 4187.0, 4215.0, 4187.0, 4198.0, 4197.0, 4189.0, 4219.0, 4189.0, 4201.0, 4220.0, 4189.0, 4209.0, 4179.0, 4201.0, 4230.0, 4200.0, 4212.0, 4191.0, 4214.0, 4244.0, 4216.0, 4225.0, 4216.0, 4226.0, 4218.0, 4249.0, 4269.0, 4240.0, 4257.0, 4257.0, 4226.0, 4255.0, 4234.0, 4222.0, 4200.0, 4200.0, 4228.0, 4197.0, 4218.0, 4227.0, 4197.0, 4208.0, 4207.0, 4185.0, 4205.0, 4173.0, 4173.0, 4203.0, 4172.0, 4183.0, 4163.0, 4174.0, 4207.0, 4178.0, 4187.0, 4154.0, 4176.0, 4193.0, 4174.0, 4197.0, 4177.0, 4189.0, 4231.0, 4180.0, 4202.0, 4230.0, 4201.0, 4210.0, 4213.0, 4213.0, 4191.0, 4214.0, 4243.0, 4190.0, 4215.0, 4244.0, 4213.0, 4211.0, 4199.0, 4190.0, 4230.0, 4186.0, 4200.0, 4250.0, 4199.0, 4199.0, 4241.0, 4199.0, 4198.0, 4216.0, 4175.0, 4184.0, 4152.0, 4175.0, 4205.0, 4163.0, 4186.0, 4217.0, 4187.0, 4199.0, 4217.0, 4187.0, 4185.0, 4176.0, 4186.0, 4227.0, 4186.0, 4198.0, 4228.0, 4198.0, 4211.0, 4201.0, 4201.0, 4218.0, 4189.0, 4198.0, 4187.0, 4190.0, 4220.0, 4180.0, 4202.0, 4242.0, 4201.0, 4223.0, 4223.0, 4202.0, 4231.0, 4201.0, 4209.0, 4180.0, 4212.0, 4241.0, 4203.0, 4224.0, 4213.0, 4205.0, 4233.0, 4213.0, 4234.0, 4204.0, 4225.0, 4265.0, 4223.0, 4224.0, 4244.0, 4213.0, 4242.0, 4200.0, 4219.0, 4218.0, 4188.0, 4241.0, 4217.0, 4198.0, 4228.0, 4199.0, 4198.0, 4206.0, 4175.0, 4194.0, 4173.0, 4175.0, 4216.0, 4194.0, 4175.0, 4215.0, 4174.0, 4186.0, 4164.0, 4174.0, 4194.0, 4174.0, 4195.0, 4236.0, 4196.0, 4198.0, 4207.0, 4177.0, 4206.0, 4186.0, 4184.0, 4182.0, 4163.0, 4203.0, 4163.0, 4185.0, 4225.0, 4195.0, 4195.0, 4162.0, 4172.0, 4200.0, 4160.0, 4171.0, 4212.0, 4171.0, 4172.0, 4200.0, 4172.0, 4171.0, 4149.0, 4170.0, 4190.0, 4170.0, 4172.0, 4191.0, 4183.0, 4196.0, 4165.0, 4187.0, 4205.0, 4196.0, 4196.0, 4167.0, 4199.0, 4229.0, 4211.0, 4223.0, 4242.0, 4213.0, 4223.0, 4201.0, 4211.0, 4199.0, 4200.0, 4231.0, 4201.0, 4199.0, 4241.0, 4201.0, 4212.0, 4220.0, 4189.0, 4230.0, 4189.0, 4211.0, 4252.0, 4224.0, 4232.0, 4191.0, 4215.0, 4253.0, 4214.0, 4222.0, 4214.0, 4212.0, 4213.0, 4247.0, 4207.0, 4236.0, 4247.0, 4238.0, 4247.0, 4247.0, 4225.0, 4257.0, 4278.0, 4244.0, 4233.0, 4254.0, 4220.0, 4218.0, 4186.0, 4194.0, 4172.0, 4162.0, 4192.0, 4190.0, 4160.0, 4201.0, 4172.0, 4173.0, 4200.0, 4149.0, 4168.0, 4148.0, 4159.0, 4190.0, 4170.0, 4170.0, 4152.0, 4174.0, 4193.0, 4183.0, 4182.0, 4161.0, 4183.0, 4162.0, 4185.0, 4205.0, 4186.0, 4204.0, 4188.0, 4208.0, 4199.0, 4207.0, 4198.0, 4215.0, 4199.0, 4228.0, 4209.0, 4229.0, 4208.0, 4206.0, 4194.0, 4183.0, 4213.0, 4172.0, 4181.0, 4211.0, 4172.0, 4192.0, 4173.0, 4172.0, 4162.0, 4172.0, 4192.0, 4171.0, 4183.0, 4162.0, 4175.0, 4204.0, 4184.0], 'WindowWidth': [9418.0, 9383.0, 9399.0, 9332.0, 9344.0, 9337.0, 9312.0, 9353.0, 9288.0, 9246.0, 9275.0, 9309.0, 9288.0, 9317.0, 9274.0, 9306.0, 9331.0, 9319.0, 9317.0, 9291.0, 9284.0, 9272.0, 9338.0, 9293.0, 9312.0, 9356.0, 9306.0, 9327.0, 9338.0, 9289.0, 9299.0, 9253.0, 9252.0, 9289.0, 9236.0, 9253.0, 9223.0, 9240.0, 9278.0, 9246.0, 9279.0, 9277.0, 9267.0, 9275.0, 9264.0, 9280.0, 9265.0, 9282.0, 9311.0, 9274.0, 9295.0, 9348.0, 9310.0, 9318.0, 9299.0, 9317.0, 9315.0, 9299.0, 9284.0, 9321.0, 9372.0, 9333.0, 9350.0, 9382.0, 9338.0, 9362.0, 9338.0, 9334.0, 9384.0, 9312.0, 9334.0, 9297.0, 9331.0, 9368.0, 9310.0, 9341.0, 9357.0, 9319.0, 9351.0, 9305.0, 9317.0, 9263.0, 9298.0, 9350.0, 9314.0, 9327.0, 9332.0, 9325.0, 9372.0, 9335.0, 9328.0, 9299.0, 9332.0, 9373.0, 9319.0, 9374.0, 9319.0, 9349.0, 9361.0, 9331.0, 9354.0, 9297.0, 9337.0, 9348.0, 9319.0, 9368.0, 9335.0, 9333.0, 9287.0, 9285.0, 9308.0, 9268.0, 9307.0, 9265.0, 9275.0, 9325.0, 9286.0, 9307.0, 9309.0, 9310.0, 9258.0, 9291.0, 9324.0, 9265.0, 9276.0, 9315.0, 9263.0, 9292.0, 9260.0, 9262.0, 9304.0, 9262.0, 9260.0, 9296.0, 9257.0, 9270.0, 9226.0, 9244.0, 9281.0, 9284.0, 9287.0, 9291.0, 9277.0, 9287.0, 9266.0, 9285.0, 9274.0, 9314.0, 9338.0, 9315.0, 9327.0, 9323.0, 9316.0, 9355.0, 9325.0, 9313.0, 9368.0, 9309.0, 9315.0, 9383.0, 9339.0, 9318.0, 9301.0, 9288.0, 9341.0, 9274.0, 9303.0, 9358.0, 9308.0, 9336.0, 9294.0, 9307.0, 9266.0, 9314.0, 9378.0, 9302.0, 9330.0, 9368.0, 9350.0, 9362.0, 9333.0, 9332.0, 9302.0, 9329.0, 9380.0, 9321.0, 9336.0, 9382.0, 9323.0, 9336.0, 9331.0, 9306.0, 9340.0, 9286.0, 9291.0, 9268.0, 9299.0, 9340.0, 9287.0, 9319.0, 9278.0, 9307.0, 9304.0, 9287.0, 9297.0, 9290.0, 9315.0, 9277.0, 9309.0, 9347.0, 9295.0, 9324.0, 9314.0, 9331.0, 9355.0, 9297.0, 9320.0, 9293.0, 9340.0, 9360.0, 9295.0, 9346.0, 9320.0, 9329.0, 9365.0, 9318.0, 9310.0, 9253.0, 9280.0, 9338.0, 9280.0, 9297.0, 9341.0, 9290.0, 9314.0, 9288.0, 9299.0, 9268.0, 9290.0, 9332.0, 9294.0, 9307.0, 9342.0, 9333.0, 9330.0, 9299.0, 9311.0, 9268.0, 9299.0, 9346.0, 9294.0, 9307.0, 9363.0, 9321.0, 9325.0, 9337.0, 9309.0, 9347.0, 9309.0, 9304.0, 9326.0, 9290.0, 9352.0, 9274.0, 9292.0, 9362.0, 9314.0, 9310.0, 9278.0, 9278.0, 9326.0, 9288.0, 9304.0, 9356.0, 9315.0, 9340.0, 9319.0, 9323.0, 9353.0, 9300.0, 9296.0, 9263.0, 9293.0, 9332.0, 9278.0, 9314.0, 9365.0, 9306.0, 9329.0, 9382.0, 9325.0, 9334.0, 9310.0, 9291.0, 9277.0, 9307.0, 9366.0, 9320.0, 9289.0, 9351.0, 9335.0, 9305.0, 9327.0, 9278.0, 9277.0, 9331.0, 9271.0, 9273.0, 9311.0, 9270.0, 9273.0, 9311.0, 9263.0, 9293.0, 9277.0, 9246.0, 9265.0, 9254.0, 9253.0, 9293.0, 9259.0, 9276.0, 9273.0, 9262.0, 9293.0, 9270.0, 9290.0, 9296.0, 9282.0, 9280.0, 9238.0, 9289.0, 9345.0, 9279.0, 9331.0, 9353.0, 9313.0, 9312.0, 9293.0, 9294.0, 9335.0, 9318.0, 9293.0, 9334.0, 9320.0, 9311.0, 9350.0, 9304.0, 9330.0, 9383.0, 9310.0, 9318.0, 9274.0, 9304.0, 9361.0, 9289.0, 9310.0, 9387.0, 9330.0, 9345.0, 9370.0, 9312.0, 9335.0, 9293.0, 9304.0, 9327.0, 9290.0, 9333.0, 9361.0, 9303.0, 9332.0, 9331.0, 9287.0, 9321.0, 9264.0, 9276.0, 9332.0, 9274.0, 9291.0, 9316.0, 9279.0, 9292.0, 9251.0, 9281.0, 9299.0, 9265.0, 9292.0, 9263.0, 9269.0, 9310.0, 9261.0, 9292.0, 9341.0, 9293.0, 9303.0, 9292.0, 9323.0, 9360.0, 9308.0, 9337.0, 9295.0, 9313.0, 9352.0, 9309.0, 9308.0, 9263.0, 9309.0, 9363.0, 9313.0, 9322.0, 9338.0, 9316.0, 9354.0, 9332.0, 9326.0, 9315.0, 9328.0, 9315.0, 9361.0, 9410.0, 9343.0, 9372.0, 9409.0, 9353.0, 9358.0, 9327.0, 9324.0, 9348.0, 9318.0, 9349.0, 9334.0, 9308.0, 9363.0, 9303.0, 9300.0, 9269.0, 9282.0, 9333.0, 9302.0, 9336.0, 9273.0, 9309.0, 9348.0, 9292.0, 9304.0, 9289.0, 9287.0, 9263.0, 9318.0, 9367.0, 9318.0, 9333.0, 9305.0, 9319.0, 9328.0, 9315.0, 9342.0, 9327.0, 9352.0, 9390.0, 9334.0, 9373.0, 9348.0, 9344.0, 9380.0, 9324.0, 9347.0, 9320.0, 9333.0, 9392.0, 9332.0, 9346.0, 9392.0, 9336.0, 9360.0, 9315.0, 9314.0, 9265.0, 9296.0, 9346.0, 9310.0, 9346.0, 9383.0, 9317.0, 9355.0, 9331.0, 9351.0, 9338.0, 9315.0, 9318.0, 9340.0, 9318.0, 9357.0, 9346.0, 9394.0, 9374.0, 9374.0, 9327.0, 9351.0, 9288.0, 9324.0, 9266.0, 9320.0, 9291.0, 9339.0, 9303.0, 9336.0, 9276.0, 9300.0, 9255.0, 9266.0, 9235.0, 9279.0, 9239.0, 9314.0, 9267.0, 9310.0, 9248.0, 9262.0, 9235.0, 9244.0, 9218.0, 9256.0, 9214.0, 9277.0, 9237.0, 9293.0, 9220.0, 9265.0, 9222.0, 9248.0, 9223.0, 9267.0, 9242.0, 9300.0, 9265.0, 9320.0, 9279.0, 9306.0, 9280.0, 9246.0, 9262.0, 9266.0, 9311.0, 9268.0, 9349.0, 9308.0, 9343.0, 9289.0, 9344.0, 9270.0, 9322.0, 9308.0, 9296.0, 9331.0, 9276.0, 9305.0, 9247.0, 9303.0, 9345.0, 9287.0, 9288.0, 9258.0, 9258.0, 9215.0, 9266.0, 9289.0, 9286.0, 9321.0, 9279.0, 9316.0, 9358.0, 9332.0, 9321.0, 9311.0, 9330.0, 9301.0, 9320.0, 9379.0, 9339.0, 9366.0, 9346.0, 9332.0, 9377.0, 9347.0, 9364.0, 9319.0, 9332.0, 9290.0, 9332.0, 9273.0, 9363.0, 9405.0, 9348.0, 9376.0, 9346.0, 9359.0, 9330.0, 9337.0, 9299.0, 9350.0, 9306.0, 9349.0, 9379.0, 9338.0, 9373.0, 9338.0, 9329.0, 9298.0, 9295.0, 9291.0, 9261.0, 9316.0, 9244.0, 9274.0, 9337.0, 9296.0, 9290.0, 9228.0, 9254.0, 9246.0, 9237.0, 9249.0, 9228.0, 9275.0, 9302.0, 9286.0, 9286.0, 9257.0, 9280.0, 9263.0, 9269.0, 9294.0, 9238.0, 9285.0, 9326.0, 9288.0, 9307.0, 9294.0, 9292.0, 9324.0, 9287.0, 9299.0, 9270.0, 9287.0, 9334.0, 9275.0, 9324.0, 9364.0, 9312.0, 9335.0, 9308.0, 9317.0, 9274.0, 9292.0, 9328.0, 9295.0, 9326.0, 9328.0, 9318.0, 9376.0, 9335.0, 9332.0, 9334.0, 9366.0, 9326.0, 9355.0, 9325.0, 9359.0, 9367.0, 9338.0, 9332.0, 9317.0, 9286.0, 9299.0, 9357.0, 9325.0, 9323.0, 9323.0, 9314.0, 9339.0, 9302.0, 9265.0, 9232.0, 9248.0, 9287.0, 9250.0, 9264.0, 9221.0, 9235.0, 9291.0, 9241.0, 9236.0, 9203.0, 9233.0, 9255.0, 9233.0, 9253.0, 9252.0, 9257.0, 9269.0, 9255.0, 9287.0, 9293.0, 9280.0, 9291.0, 9267.0, 9285.0, 9321.0, 9302.0, 9364.0, 9300.0, 9308.0, 9317.0, 9294.0, 9332.0, 9311.0, 9347.0, 9304.0, 9336.0, 9391.0, 9336.0, 9358.0, 9299.0, 9312.0, 9374.0, 9318.0, 9354.0, 9331.0, 9306.0, 9373.0, 9315.0, 9308.0, 9327.0, 9284.0, 9308.0, 9251.0, 9280.0, 9317.0, 9285.0, 9304.0, 9278.0, 9308.0, 9294.0, 9328.0, 9348.0, 9306.0, 9323.0, 9366.0, 9322.0, 9319.0, 9350.0, 9329.0, 9342.0, 9294.0, 9287.0, 9303.0, 9263.0, 9293.0, 9276.0, 9265.0, 9321.0, 9274.0, 9295.0, 9236.0, 9266.0, 9301.0, 9263.0, 9264.0, 9261.0, 9270.0, 9312.0, 9291.0, 9292.0, 9303.0, 9327.0, 9319.0, 9331.0, 9317.0, 9331.0, 9353.0, 9312.0, 9354.0, 9341.0, 9352.0, 9323.0, 9316.0, 9283.0, 9308.0, 9355.0, 9305.0, 9291.0, 9278.0, 9311.0, 9323.0, 9296.0, 9305.0, 9245.0, 9270.0, 9276.0, 9237.0, 9263.0, 9220.0, 9249.0, 9292.0, 9240.0, 9255.0, 9290.0, 9234.0, 9230.0, 9200.0, 9216.0, 9243.0, 9262.0, 9277.0, 9230.0, 9283.0, 9307.0, 9280.0, 9276.0, 9234.0, 9260.0, 9300.0, 9260.0, 9281.0, 9319.0, 9281.0, 9295.0, 9266.0, 9290.0, 9329.0, 9288.0, 9299.0, 9255.0, 9285.0, 9320.0, 9286.0, 9303.0, 9299.0, 9291.0, 9332.0, 9296.0, 9313.0, 9334.0, 9294.0, 9319.0, 9279.0, 9312.0, 9349.0, 9310.0, 9329.0, 9301.0, 9339.0, 9379.0, 9345.0, 9353.0, 9343.0, 9357.0, 9348.0, 9391.0, 9422.0, 9382.0, 9401.0, 9401.0, 9356.0, 9394.0, 9362.0, 9341.0, 9310.0, 9308.0, 9342.0, 9299.0, 9330.0, 9342.0, 9298.0, 9315.0, 9312.0, 9280.0, 9306.0, 9261.0, 9260.0, 9299.0, 9257.0, 9273.0, 9248.0, 9265.0, 9312.0, 9276.0, 9286.0, 9238.0, 9269.0, 9287.0, 9265.0, 9298.0, 9274.0, 9294.0, 9353.0, 9288.0, 9318.0, 9351.0, 9315.0, 9324.0, 9336.0, 9336.0, 9303.0, 9338.0, 9373.0, 9298.0, 9342.0, 9377.0, 9334.0, 9328.0, 9308.0, 9295.0, 9348.0, 9284.0, 9309.0, 9382.0, 9305.0, 9307.0, 9366.0, 9308.0, 9302.0, 9324.0, 9266.0, 9276.0, 9232.0, 9266.0, 9306.0, 9249.0, 9284.0, 9324.0, 9289.0, 9307.0, 9328.0, 9286.0, 9282.0, 9271.0, 9285.0, 9338.0, 9285.0, 9303.0, 9344.0, 9305.0, 9325.0, 9315.0, 9314.0, 9331.0, 9295.0, 9305.0, 9288.0, 9295.0, 9336.0, 9282.0, 9315.0, 9369.0, 9314.0, 9349.0, 9347.0, 9318.0, 9353.0, 9313.0, 9321.0, 9283.0, 9330.0, 9368.0, 9320.0, 9351.0, 9335.0, 9325.0, 9361.0, 9336.0, 9364.0, 9325.0, 9354.0, 9409.0, 9349.0, 9351.0, 9377.0, 9333.0, 9370.0, 9311.0, 9334.0, 9330.0, 9290.0, 9366.0, 9329.0, 9305.0, 9345.0, 9306.0, 9303.0, 9311.0, 9267.0, 9290.0, 9261.0, 9265.0, 9323.0, 9291.0, 9267.0, 9321.0, 9266.0, 9282.0, 9253.0, 9264.0, 9288.0, 9265.0, 9296.0, 9353.0, 9298.0, 9304.0, 9316.0, 9275.0, 9311.0, 9284.0, 9277.0, 9271.0, 9246.0, 9302.0, 9247.0, 9281.0, 9334.0, 9293.0, 9292.0, 9245.0, 9257.0, 9293.0, 9238.0, 9252.0, 9311.0, 9252.0, 9258.0, 9292.0, 9256.0, 9253.0, 9222.0, 9252.0, 9276.0, 9253.0, 9258.0, 9283.0, 9275.0, 9297.0, 9257.0, 9289.0, 9308.0, 9300.0, 9298.0, 9261.0, 9308.0, 9348.0, 9329.0, 9345.0, 9372.0, 9334.0, 9346.0, 9316.0, 9327.0, 9308.0, 9311.0, 9353.0, 9312.0, 9309.0, 9366.0, 9313.0, 9328.0, 9337.0, 9296.0, 9348.0, 9295.0, 9325.0, 9385.0, 9351.0, 9359.0, 9304.0, 9343.0, 9392.0, 9340.0, 9346.0, 9339.0, 9333.0, 9340.0, 9390.0, 9335.0, 9374.0, 9390.0, 9379.0, 9389.0, 9387.0, 9354.0, 9400.0, 9439.0, 9378.0, 9361.0, 9394.0, 9338.0, 9331.0, 9282.0, 9289.0, 9256.0, 9242.0, 9283.0, 9277.0, 9237.0, 9293.0, 9257.0, 9259.0, 9294.0, 9223.0, 9245.0, 9218.0, 9234.0, 9275.0, 9251.0, 9250.0, 9231.0, 9264.0, 9287.0, 9273.0, 9269.0, 9243.0, 9274.0, 9246.0, 9283.0, 9307.0, 9285.0, 9307.0, 9290.0, 9316.0, 9308.0, 9314.0, 9303.0, 9323.0, 9307.0, 9344.0, 9321.0, 9348.0, 9315.0, 9311.0, 9290.0, 9274.0, 9313.0, 9255.0, 9267.0, 9308.0, 9258.0, 9285.0, 9259.0, 9257.0, 9242.0, 9257.0, 9282.0, 9254.0, 9272.0, 9245.0, 9267.0, 9302.0, 9279.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.002175099567099567</td></tr>
<tr><td colspan=3>aqi</td><td>0.025355677922077925</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.36456883269498</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2094440706065852</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0396711964558047</td></tr>
<tr><td colspan=3>efc</td><td>0.4436</td></tr>
<tr><td colspan=3>fber</td><td>6999.8247</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10965895042076125</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.666666666666667</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.494571452600315</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4026185790807455</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7609921159910003</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3201036627291987</td></tr>
<tr><td colspan=3>gcor</td><td>0.0225612</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01252077892422676</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0329064205288887</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.6737899501740134</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.8701</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.1063</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.2914</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308778.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>645.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.3431</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9146</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.5155</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3431.6678</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67766.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.7776</td></tr>
<tr><td colspan=3>tsnr</td><td>36.9416277265409</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>