<?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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-03/func/sub-0032_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>0383a215b4bd7b90bac841c955a32f79</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>14:10:35.892500</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.993457, -0.0786906, 0.0827763, 0.0841214, 0.994379, -0.0643015]</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.0898273</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>[4157, -7779, -7215, 597, -157, -180, -98, 2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.278</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>96315ef6-c9a3-4627-ab73-f11fe6faa66a||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.6653711795806885, 0.22569146752357483, 0.20857776701450348, 98.84369659423828], [0.21112120151519775, 2.6678452491760254, -0.19127874076366425, -106.16963958740234], [0.22208265960216522, 0.17251616716384888, 2.685127019882202, -79.83140563964844], [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': ['141035.892500', '141036.352500', '141036.812500', '141037.272500', '141037.732500', '141038.192500', '141038.652500', '141039.112500', '141039.572500', '141040.032500', '141040.492500', '141040.952500', '141041.412500', '141041.872500', '141042.332500', '141042.792500', '141043.252500', '141043.712500', '141044.172500', '141044.632500', '141045.092500', '141045.552500', '141046.012500', '141046.472500', '141046.932500', '141047.392500', '141047.852500', '141048.312500', '141048.772500', '141049.232500', '141049.692500', '141050.152500', '141050.612500', '141051.072500', '141051.532500', '141051.992500', '141052.452500', '141052.912500', '141053.372500', '141053.832500', '141054.292500', '141054.752500', '141055.212500', '141055.672500', '141056.132500', '141056.592500', '141057.052500', '141057.512500', '141057.972500', '141058.432500', '141058.892500', '141059.352500', '141059.812500', '141100.272500', '141100.732500', '141101.192500', '141101.652500', '141102.112500', '141102.572500', '141103.032500', '141103.492500', '141103.952500', '141104.412500', '141104.872500', '141105.332500', '141105.792500', '141106.252500', '141106.712500', '141107.172500', '141107.632500', '141108.092500', '141108.552500', '141109.012500', '141109.472500', '141109.932500', '141110.392500', '141110.852500', '141111.312500', '141111.772500', '141112.232500', '141112.692500', '141113.152500', '141113.612500', '141114.072500', '141114.532500', '141114.992500', '141115.452500', '141115.912500', '141116.372500', '141116.832500', '141117.292500', '141117.752500', '141118.212500', '141118.672500', '141119.132500', '141119.592500', '141120.052500', '141120.512500', '141120.972500', '141121.432500', '141121.892500', '141122.352500', '141122.812500', '141123.272500', '141123.732500', '141124.192500', '141124.652500', '141125.112500', '141125.572500', '141126.032500', '141126.492500', '141126.952500', '141127.412500', '141127.872500', '141128.332500', '141128.792500', '141129.252500', '141129.712500', '141130.172500', '141130.632500', '141131.092500', '141131.552500', '141132.012500', '141132.472500', '141132.932500', '141133.392500', '141133.852500', '141134.312500', '141134.772500', '141135.232500', '141135.692500', '141136.152500', '141136.612500', '141137.072500', '141137.532500', '141137.992500', '141138.452500', '141138.912500', '141139.372500', '141139.832500', '141140.292500', '141140.752500', '141141.212500', '141141.672500', '141142.132500', '141142.592500', '141143.052500', '141143.512500', '141143.972500', '141144.432500', '141144.892500', '141145.352500', '141145.812500', '141146.272500', '141146.732500', '141147.192500', '141147.652500', '141148.112500', '141148.572500', '141149.032500', '141149.492500', '141149.952500', '141150.412500', '141150.872500', '141151.332500', '141151.792500', '141152.252500', '141152.712500', '141153.172500', '141153.632500', '141154.092500', '141154.552500', '141155.012500', '141155.472500', '141155.932500', '141156.392500', '141156.852500', '141157.312500', '141157.772500', '141158.232500', '141158.692500', '141159.152500', '141159.612500', '141200.072500', '141200.532500', '141200.992500', '141201.452500', '141201.912500', '141202.372500', '141202.832500', '141203.292500', '141203.752500', '141204.212500', '141204.672500', '141205.132500', '141205.592500', '141206.052500', '141206.512500', '141206.972500', '141207.432500', '141207.892500', '141208.352500', '141208.812500', '141209.272500', '141209.732500', '141210.192500', '141210.652500', '141211.112500', '141211.572500', '141212.032500', '141212.492500', '141212.952500', '141213.412500', '141213.872500', '141214.332500', '141214.792500', '141215.252500', '141215.712500', '141216.172500', '141216.632500', '141217.092500', '141217.552500', '141218.012500', '141218.472500', '141218.932500', '141219.392500', '141219.852500', '141220.312500', '141220.772500', '141221.232500', '141221.692500', '141222.152500', '141222.612500', '141223.072500', '141223.532500', '141223.992500', '141224.452500', '141224.912500', '141225.372500', '141225.832500', '141226.292500', '141226.752500', '141227.212500', '141227.672500', '141228.132500', '141228.592500', '141229.052500', '141229.512500', '141229.972500', '141230.432500', '141230.892500', '141231.352500', '141231.812500', '141232.272500', '141232.732500', '141233.192500', '141233.652500', '141234.112500', '141234.572500', '141235.032500', '141235.492500', '141235.952500', '141236.412500', '141236.872500', '141237.332500', '141237.792500', '141238.252500', '141238.712500', '141239.172500', '141239.632500', '141240.092500', '141240.552500', '141241.012500', '141241.472500', '141241.932500', '141242.392500', '141242.852500', '141243.312500', '141243.772500', '141244.232500', '141244.692500', '141245.152500', '141245.612500', '141246.072500', '141246.532500', '141246.992500', '141247.452500', '141247.912500', '141248.372500', '141248.832500', '141249.292500', '141249.752500', '141250.212500', '141250.672500', '141251.132500', '141251.592500', '141252.052500', '141252.512500', '141252.972500', '141253.432500', '141253.892500', '141254.352500', '141254.812500', '141255.272500', '141255.732500', '141256.192500', '141256.652500', '141257.112500', '141257.572500', '141258.032500', '141258.492500', '141258.952500', '141259.412500', '141259.872500', '141300.332500', '141300.792500', '141301.252500', '141301.712500', '141302.172500', '141302.632500', '141303.092500', '141303.552500', '141304.012500', '141304.472500', '141304.932500', '141305.392500', '141305.852500', '141306.312500', '141306.772500', '141307.232500', '141307.692500', '141308.152500', '141308.612500', '141309.072500', '141309.532500', '141309.992500', '141310.452500', '141310.912500', '141311.372500', '141311.832500', '141312.292500', '141312.752500', '141313.212500', '141313.672500', '141314.132500', '141314.592500', '141315.052500', '141315.512500', '141315.972500', '141316.432500', '141316.892500', '141317.352500', '141317.812500', '141318.272500', '141318.732500', '141319.192500', '141319.652500', '141320.112500', '141320.572500', '141321.032500', '141321.492500', '141321.952500', '141322.412500', '141322.872500', '141323.332500', '141323.792500', '141324.252500', '141324.712500', '141325.172500', '141325.632500', '141326.092500', '141326.552500', '141327.012500', '141327.472500', '141327.932500', '141328.392500', '141328.852500', '141329.312500', '141329.772500', '141330.232500', '141330.692500', '141331.152500', '141331.612500', '141332.072500', '141332.532500', '141332.992500', '141333.452500', '141333.912500', '141334.372500', '141334.832500', '141335.292500', '141335.752500', '141336.212500', '141336.672500', '141337.132500', '141337.592500', '141338.052500', '141338.512500', '141338.972500', '141339.432500', '141339.892500', '141340.352500', '141340.812500', '141341.272500', '141341.732500', '141342.192500', '141342.652500', '141343.112500', '141343.572500', '141344.032500', '141344.492500', '141344.952500', '141345.412500', '141345.872500', '141346.332500', '141346.792500', '141347.252500', '141347.712500', '141348.172500', '141348.632500', '141349.092500', '141349.552500', '141350.012500', '141350.472500', '141350.932500', '141351.392500', '141351.852500', '141352.312500', '141352.772500', '141353.232500', '141353.692500', '141354.152500', '141354.612500', '141355.072500', '141355.532500', '141355.992500', '141356.452500', '141356.912500', '141357.372500', '141357.832500', '141358.292500', '141358.752500', '141359.212500', '141359.672500', '141400.132500', '141400.592500', '141401.052500', '141401.512500', '141401.972500', '141402.432500', '141402.892500', '141403.352500', '141403.812500', '141404.272500', '141404.732500', '141405.192500', '141405.652500', '141406.112500', '141406.572500', '141407.032500', '141407.492500', '141407.952500', '141408.412500', '141408.872500', '141409.332500', '141409.792500', '141410.252500', '141410.712500', '141411.172500', '141411.632500', '141412.092500', '141412.552500', '141413.012500', '141413.472500', '141413.932500', '141414.392500', '141414.852500', '141415.312500', '141415.772500', '141416.232500', '141416.692500', '141417.152500', '141417.612500', '141418.072500', '141418.532500', '141418.992500', '141419.452500', '141419.912500', '141420.372500', '141420.832500', '141421.292500', '141421.752500', '141422.212500', '141422.672500', '141423.132500', '141423.592500', '141424.052500', '141424.512500', '141424.972500', '141425.432500', '141425.892500', '141426.352500', '141426.812500', '141427.272500', '141427.732500', '141428.192500', '141428.652500', '141429.112500', '141429.572500', '141430.032500', '141430.492500', '141430.952500', '141431.412500', '141431.872500', '141432.332500', '141432.792500', '141433.252500', '141433.712500', '141434.172500', '141434.632500', '141435.092500', '141435.552500', '141436.012500', '141436.472500', '141436.932500', '141437.392500', '141437.852500', '141438.312500', '141438.772500', '141439.232500', '141439.692500', '141440.152500', '141440.612500', '141441.072500', '141441.532500', '141441.992500', '141442.452500', '141442.912500', '141443.372500', '141443.832500', '141444.292500', '141444.752500', '141445.212500', '141445.672500', '141446.132500', '141446.592500', '141447.052500', '141447.512500', '141447.972500', '141448.432500', '141448.892500', '141449.352500', '141449.812500', '141450.272500', '141450.732500', '141451.192500', '141451.652500', '141452.112500', '141452.572500', '141453.032500', '141453.492500', '141453.952500', '141454.412500', '141454.872500', '141455.332500', '141455.792500', '141456.252500', '141456.712500', '141457.172500', '141457.632500', '141458.092500', '141458.552500', '141459.012500', '141459.472500', '141459.932500', '141500.392500', '141500.852500', '141501.312500', '141501.772500', '141502.232500', '141502.692500', '141503.152500', '141503.612500', '141504.072500', '141504.532500', '141504.992500', '141505.452500', '141505.912500', '141506.372500', '141506.832500', '141507.292500', '141507.752500', '141508.212500', '141508.672500', '141509.132500', '141509.592500', '141510.052500', '141510.512500', '141510.972500', '141511.432500', '141511.892500', '141512.352500', '141512.812500', '141513.272500', '141513.732500', '141514.192500', '141514.652500', '141515.112500', '141515.572500', '141516.032500', '141516.492500', '141516.952500', '141517.412500', '141517.872500', '141518.332500', '141518.792500', '141519.252500', '141519.712500', '141520.172500', '141520.632500', '141521.092500', '141521.552500', '141522.012500', '141522.472500', '141522.932500', '141523.392500', '141523.852500', '141524.312500', '141524.772500', '141525.232500', '141525.692500', '141526.152500', '141526.612500', '141527.072500', '141527.532500', '141527.992500', '141528.452500', '141528.912500', '141529.372500', '141529.832500', '141530.292500', '141530.752500', '141531.212500', '141531.672500', '141532.132500', '141532.592500', '141533.052500', '141533.512500', '141533.972500', '141534.432500', '141534.892500', '141535.352500', '141535.812500', '141536.272500', '141536.732500', '141537.192500', '141537.652500', '141538.112500', '141538.572500', '141539.032500', '141539.492500', '141539.952500', '141540.412500', '141540.872500', '141541.332500', '141541.792500', '141542.252500', '141542.712500', '141543.172500', '141543.632500', '141544.092500', '141544.552500', '141545.012500', '141545.472500', '141545.932500', '141546.392500', '141546.852500', '141547.312500', '141547.772500', '141548.232500', '141548.692500', '141549.152500', '141549.612500', '141550.072500', '141550.532500', '141550.992500', '141551.452500', '141551.912500', '141552.372500', '141552.832500', '141553.292500', '141553.752500', '141554.212500', '141554.672500', '141555.132500', '141555.592500', '141556.052500', '141556.512500', '141556.972500', '141557.432500', '141557.892500', '141558.352500', '141558.812500', '141559.272500', '141559.732500', '141600.192500', '141600.652500', '141601.112500', '141601.572500', '141602.032500', '141602.492500', '141602.952500', '141603.412500', '141603.872500', '141604.332500', '141604.792500', '141605.252500', '141605.712500', '141606.172500', '141606.632500', '141607.092500', '141607.552500', '141608.012500', '141608.472500', '141608.932500', '141609.392500', '141609.852500', '141610.312500', '141610.772500', '141611.232500', '141611.692500', '141612.152500', '141612.612500', '141613.072500', '141613.532500', '141613.992500', '141614.452500', '141614.912500', '141615.372500', '141615.832500', '141616.292500', '141616.752500', '141617.212500', '141617.672500', '141618.132500', '141618.592500', '141619.052500', '141619.512500', '141619.972500', '141620.432500', '141620.892500', '141621.352500', '141621.812500', '141622.272500', '141622.732500', '141623.192500', '141623.652500', '141624.112500', '141624.572500', '141625.032500', '141625.492500', '141625.952500', '141626.412500', '141626.872500', '141627.332500', '141627.792500', '141628.252500', '141628.712500', '141629.172500', '141629.632500', '141630.092500', '141630.552500', '141631.012500', '141631.472500', '141631.932500', '141632.392500', '141632.852500', '141633.312500', '141633.772500', '141634.232500', '141634.692500', '141635.152500', '141635.612500', '141636.072500', '141636.532500', '141636.992500', '141637.452500', '141637.912500', '141638.372500', '141638.832500', '141639.292500', '141639.752500', '141640.212500', '141640.672500', '141641.132500', '141641.592500', '141642.052500', '141642.512500', '141642.972500', '141643.432500', '141643.892500', '141644.352500', '141644.812500', '141645.272500', '141645.732500', '141646.192500', '141646.652500', '141647.112500', '141647.572500', '141648.032500', '141648.492500', '141648.952500', '141649.412500', '141649.872500', '141650.332500', '141650.792500', '141651.252500', '141651.712500', '141652.172500', '141652.632500', '141653.092500', '141653.552500', '141654.012500', '141654.472500', '141654.932500', '141655.392500', '141655.852500', '141656.312500', '141656.772500', '141657.232500', '141657.692500', '141658.152500', '141658.612500', '141659.072500', '141659.532500', '141659.992500', '141700.452500', '141700.912500', '141701.372500', '141701.832500', '141702.292500', '141702.752500', '141703.212500', '141703.672500', '141704.132500', '141704.592500', '141705.052500', '141705.512500', '141705.972500', '141706.432500', '141706.892500', '141707.352500', '141707.812500', '141708.272500', '141708.732500', '141709.192500', '141709.652500', '141710.112500', '141710.572500', '141711.032500', '141711.492500', '141711.952500', '141712.412500', '141712.872500', '141713.332500', '141713.792500', '141714.252500', '141714.712500', '141715.172500', '141715.632500', '141716.092500', '141716.552500', '141717.012500', '141717.472500', '141717.932500', '141718.392500', '141718.852500', '141719.312500', '141719.772500', '141720.232500', '141720.692500', '141721.152500', '141721.612500', '141722.072500', '141722.532500', '141722.992500', '141723.452500', '141723.912500', '141724.372500', '141724.832500', '141725.292500', '141725.752500', '141726.212500', '141726.672500', '141727.132500', '141727.592500', '141728.052500', '141728.512500', '141728.972500', '141729.432500', '141729.892500', '141730.352500', '141730.812500', '141731.272500', '141731.732500', '141732.192500', '141732.652500', '141733.112500', '141733.572500', '141734.032500', '141734.492500', '141734.952500', '141735.412500', '141735.872500', '141736.332500', '141736.792500', '141737.252500', '141737.712500', '141738.172500', '141738.632500', '141739.092500', '141739.552500', '141740.012500', '141740.472500', '141740.932500', '141741.392500', '141741.852500', '141742.312500', '141742.772500', '141743.232500', '141743.692500', '141744.152500', '141744.612500', '141745.072500', '141745.532500', '141745.992500', '141746.452500', '141746.912500', '141747.372500', '141747.832500', '141748.292500', '141748.752500', '141749.212500', '141749.672500', '141750.132500', '141750.592500', '141751.052500', '141751.512500', '141751.972500', '141752.432500', '141752.892500', '141753.352500', '141753.812500', '141754.272500', '141754.732500', '141755.192500', '141755.652500', '141756.112500', '141756.572500', '141757.032500', '141757.492500', '141757.952500', '141758.412500', '141758.872500', '141759.332500', '141759.792500', '141800.252500', '141800.712500', '141801.172500', '141801.632500', '141802.092500', '141802.552500', '141803.012500', '141803.472500', '141803.932500', '141804.392500', '141804.852500', '141805.312500', '141805.772500', '141806.232500', '141806.692500', '141807.152500', '141807.612500', '141808.072500', '141808.532500', '141808.992500', '141809.452500', '141809.912500', '141810.372500', '141810.832500', '141811.292500', '141811.752500', '141812.212500', '141812.672500', '141813.132500', '141813.592500', '141814.052500', '141814.512500', '141814.972500', '141815.432500', '141815.892500', '141816.352500', '141816.812500', '141817.272500', '141817.732500', '141818.192500', '141818.652500', '141819.112500', '141819.572500', '141820.032500', '141820.492500', '141820.952500', '141821.412500', '141821.872500', '141822.332500', '141822.792500', '141823.252500', '141823.712500', '141824.172500', '141824.632500', '141825.092500', '141825.552500', '141826.012500', '141826.472500', '141826.932500', '141827.392500', '141827.852500', '141828.312500', '141828.772500', '141829.232500', '141829.692500', '141830.152500', '141830.612500', '141831.072500', '141831.532500', '141831.992500', '141832.452500', '141832.912500', '141833.372500', '141833.832500', '141834.292500', '141834.752500', '141835.212500', '141835.672500', '141836.132500', '141836.592500', '141837.052500', '141837.512500', '141837.972500', '141838.432500', '141838.892500', '141839.352500', '141839.812500', '141840.272500', '141840.732500', '141841.192500', '141841.652500', '141842.112500', '141842.572500', '141843.032500', '141843.492500', '141843.952500', '141844.412500', '141844.872500', '141845.332500', '141845.792500', '141846.252500', '141846.712500', '141847.172500', '141847.632500', '141848.092500', '141848.552500', '141849.012500', '141849.472500', '141849.932500', '141850.392500', '141850.852500', '141851.312500', '141851.772500', '141852.232500', '141852.692500', '141853.152500', '141853.612500', '141854.072500', '141854.532500', '141854.992500', '141855.452500', '141855.912500', '141856.372500', '141856.832500', '141857.292500', '141857.752500', '141858.212500', '141858.672500', '141859.132500', '141859.592500', '141900.052500', '141900.512500', '141900.972500', '141901.432500', '141901.892500', '141902.352500', '141902.812500', '141903.272500', '141903.732500', '141904.192500', '141904.652500', '141905.112500', '141905.572500', '141906.032500', '141906.492500', '141906.952500', '141907.412500', '141907.872500', '141908.332500', '141908.792500', '141909.252500', '141909.712500', '141910.172500', '141910.632500', '141911.092500', '141911.552500', '141912.012500', '141912.472500', '141912.932500', '141913.392500', '141913.852500', '141914.312500', '141914.772500', '141915.232500', '141915.692500', '141916.152500', '141916.612500', '141917.072500', '141917.532500', '141917.992500', '141918.452500', '141918.912500', '141919.372500', '141919.832500', '141920.292500', '141920.752500', '141921.212500', '141921.672500', '141922.132500', '141922.592500', '141923.052500', '141923.512500', '141923.972500', '141924.432500', '141924.892500', '141925.352500', '141925.812500', '141926.272500', '141926.732500', '141927.192500', '141927.652500'], 'ContentTime': ['141105.711000', '141105.715000', '141105.718000', '141105.721000', '141105.724000', '141105.727000', '141105.735000', '141105.738000', '141105.740000', '141105.748000', '141105.751000', '141105.754000', '141105.757000', '141105.760000', '141105.763000', '141105.766000', '141105.774000', '141105.777000', '141105.779000', '141105.782000', '141105.785000', '141105.789000', '141105.792000', '141105.794000', '141105.797000', '141105.800000', '141105.803000', '141105.819000', '141105.821000', '141105.824000', '141105.827000', '141105.830000', '141105.833000', '141105.836000', '141105.838000', '141105.841000', '141105.844000', '141105.847000', '141105.850000', '141105.853000', '141105.856000', '141105.858000', '141105.861000', '141105.864000', '141105.867000', '141105.870000', '141105.877000', '141105.880000', '141105.883000', '141105.886000', '141105.889000', '141105.892000', '141105.894000', '141105.897000', '141105.900000', '141105.903000', '141105.906000', '141105.909000', '141105.912000', '141105.915000', '141105.918000', '141105.920000', '141125.671000', '141125.674000', '141125.685000', '141125.688000', '141125.691000', '141125.694000', '141125.697000', '141125.700000', '141125.703000', '141125.706000', '141125.709000', '141125.711000', '141125.714000', '141125.717000', '141125.720000', '141125.723000', '141125.726000', '141125.729000', '141125.732000', '141125.735000', '141125.737000', '141125.740000', '141125.743000', '141125.746000', '141125.749000', '141125.752000', '141125.755000', '141125.757000', '141125.760000', '141125.763000', '141125.766000', '141125.769000', '141125.772000', '141125.774000', '141125.777000', '141125.780000', '141125.783000', '141125.786000', '141125.789000', '141125.792000', '141125.794000', '141125.797000', '141125.800000', '141125.803000', '141145.670000', '141145.673000', '141145.676000', '141145.679000', '141145.682000', '141145.684000', '141145.687000', '141145.690000', '141145.693000', '141145.696000', '141145.699000', '141145.702000', '141145.705000', '141145.708000', '141145.710000', '141145.713000', '141145.716000', '141145.719000', '141145.722000', '141145.725000', '141145.728000', '141145.731000', '141145.733000', '141145.736000', '141145.739000', '141145.742000', '141145.745000', '141145.748000', '141145.751000', '141145.754000', '141145.756000', '141145.759000', '141145.762000', '141145.765000', '141145.768000', '141145.771000', '141145.774000', '141145.777000', '141145.779000', '141145.782000', '141145.785000', '141145.788000', '141145.798000', '141205.670000', '141205.673000', '141205.676000', '141205.679000', '141205.690000', '141205.693000', '141205.696000', '141205.698000', '141205.701000', '141205.704000', '141205.707000', '141205.710000', '141205.713000', '141205.716000', '141205.719000', '141205.721000', '141205.724000', '141205.727000', '141205.730000', '141205.733000', '141205.736000', '141205.739000', '141205.742000', '141205.745000', '141205.752000', '141205.755000', '141205.758000', '141205.761000', '141205.764000', '141205.767000', '141205.770000', '141205.772000', '141205.775000', '141205.778000', '141205.781000', '141205.784000', '141205.787000', '141205.790000', '141205.793000', '141205.795000', '141205.798000', '141205.801000', '141205.804000', '141205.807000', '141225.670000', '141225.673000', '141225.676000', '141225.679000', '141225.682000', '141225.684000', '141225.687000', '141225.690000', '141225.693000', '141225.696000', '141225.699000', '141225.702000', '141225.705000', '141225.708000', '141225.710000', '141225.714000', '141225.716000', '141225.719000', '141225.722000', '141225.725000', '141225.728000', '141225.731000', '141225.734000', '141225.737000', '141225.739000', '141225.742000', '141225.745000', '141225.748000', '141225.751000', '141225.754000', '141225.757000', '141225.760000', '141225.763000', '141225.765000', '141225.769000', '141225.772000', '141225.775000', '141225.778000', '141225.781000', '141225.784000', '141225.786000', '141225.789000', '141225.792000', '141245.671000', '141245.674000', '141245.677000', '141245.679000', '141245.689000', '141245.692000', '141245.695000', '141245.698000', '141245.701000', '141245.704000', '141245.706000', '141245.709000', '141245.712000', '141245.715000', '141245.718000', '141245.721000', '141245.724000', '141245.727000', '141245.730000', '141245.732000', '141245.735000', '141245.738000', '141245.741000', '141245.744000', '141245.747000', '141245.750000', '141245.753000', '141245.756000', '141245.759000', '141245.761000', '141245.764000', '141245.775000', '141245.778000', '141245.781000', '141245.784000', '141245.787000', '141245.789000', '141245.792000', '141245.795000', '141245.798000', '141245.801000', '141245.804000', '141245.807000', '141245.809000', '141305.671000', '141305.674000', '141305.677000', '141305.680000', '141305.683000', '141305.686000', '141305.689000', '141305.691000', '141305.694000', '141305.697000', '141305.700000', '141305.703000', '141305.706000', '141305.709000', '141305.712000', '141305.715000', '141305.718000', '141305.720000', '141305.723000', '141305.726000', '141305.729000', '141305.732000', '141305.735000', '141305.738000', '141305.741000', '141305.744000', '141305.747000', '141305.750000', '141305.753000', '141305.755000', '141305.758000', '141305.761000', '141305.764000', '141305.767000', '141305.770000', '141305.773000', '141305.776000', '141305.779000', '141305.782000', '141305.785000', '141305.787000', '141305.790000', '141305.793000', '141325.671000', '141325.674000', '141325.683000', '141325.686000', '141325.689000', '141325.692000', '141325.695000', '141325.698000', '141325.700000', '141325.703000', '141325.706000', '141325.709000', '141325.712000', '141325.715000', '141325.718000', '141325.721000', '141325.724000', '141325.726000', '141325.729000', '141325.732000', '141325.735000', '141325.738000', '141325.741000', '141325.744000', '141325.747000', '141325.750000', '141325.753000', '141325.756000', '141325.758000', '141325.761000', '141325.764000', '141325.767000', '141325.770000', '141325.773000', '141325.776000', '141325.779000', '141325.781000', '141325.784000', '141325.787000', '141325.790000', '141325.793000', '141325.796000', '141325.799000', '141325.802000', '141345.671000', '141345.674000', '141345.677000', '141345.680000', '141345.683000', '141345.686000', '141345.689000', '141345.692000', '141345.694000', '141345.697000', '141345.700000', '141345.703000', '141345.706000', '141345.709000', '141345.712000', '141345.715000', '141345.718000', '141345.720000', '141345.723000', '141345.726000', '141345.729000', '141345.732000', '141345.735000', '141345.738000', '141345.741000', '141345.744000', '141345.747000', '141345.749000', '141345.752000', '141345.755000', '141345.758000', '141345.761000', '141345.764000', '141345.767000', '141345.770000', '141345.773000', '141345.775000', '141345.778000', '141345.781000', '141345.784000', '141345.787000', '141345.790000', '141345.793000', '141405.670000', '141405.673000', '141405.676000', '141405.679000', '141405.682000', '141405.684000', '141405.687000', '141405.690000', '141405.693000', '141405.696000', '141405.699000', '141405.702000', '141405.705000', '141405.708000', '141405.711000', '141405.714000', '141405.716000', '141405.719000', '141405.722000', '141405.725000', '141405.728000', '141405.731000', '141405.734000', '141405.737000', '141405.740000', '141405.742000', '141405.745000', '141405.748000', '141405.751000', '141405.754000', '141405.757000', '141405.760000', '141405.763000', '141405.766000', '141405.769000', '141405.771000', '141405.774000', '141405.777000', '141405.780000', '141405.783000', '141405.786000', '141405.789000', '141405.792000', '141405.805000', '141425.670000', '141425.673000', '141425.676000', '141425.679000', '141425.682000', '141425.684000', '141425.687000', '141425.690000', '141425.693000', '141425.696000', '141425.699000', '141425.702000', '141425.705000', '141425.708000', '141425.711000', '141425.714000', '141425.717000', '141425.719000', '141425.722000', '141425.725000', '141425.728000', '141425.731000', '141425.734000', '141425.737000', '141425.740000', '141425.743000', '141425.746000', '141425.748000', '141425.751000', '141425.754000', '141425.757000', '141425.760000', '141425.763000', '141425.766000', '141425.769000', '141425.772000', '141425.774000', '141425.777000', '141425.780000', '141425.783000', '141425.786000', '141425.789000', '141425.792000', '141445.670000', '141445.673000', '141445.676000', '141445.679000', '141445.682000', '141445.706000', '141445.709000', '141445.712000', '141445.715000', '141445.718000', '141445.720000', '141445.723000', '141445.726000', '141445.729000', '141445.732000', '141445.735000', '141445.738000', '141445.741000', '141445.744000', '141445.747000', '141445.766000', '141445.769000', '141445.772000', '141445.775000', '141445.778000', '141445.781000', '141445.784000', '141445.786000', '141445.789000', '141445.792000', '141445.795000', '141445.798000', '141445.801000', '141445.804000', '141445.807000', '141445.810000', '141445.813000', '141445.816000', '141445.819000', '141445.821000', '141445.824000', '141445.827000', '141445.830000', '141505.671000', '141505.674000', '141505.677000', '141505.680000', '141505.683000', '141505.686000', '141505.689000', '141505.691000', '141505.694000', '141505.697000', '141505.700000', '141505.703000', '141505.706000', '141505.709000', '141505.712000', '141505.715000', '141505.718000', '141505.720000', '141505.723000', '141505.726000', '141505.729000', '141505.732000', '141505.735000', '141505.738000', '141505.741000', '141505.744000', '141505.746000', '141505.749000', '141505.752000', '141505.755000', '141505.758000', '141505.761000', '141505.764000', '141505.767000', '141505.770000', '141505.772000', '141505.776000', '141505.778000', '141505.781000', '141505.784000', '141505.787000', '141505.790000', '141505.793000', '141505.796000', '141525.671000', '141525.674000', '141525.677000', '141525.680000', '141525.683000', '141525.686000', '141525.689000', '141525.692000', '141525.695000', '141525.697000', '141525.700000', '141525.703000', '141525.706000', '141525.709000', '141525.713000', '141525.715000', '141525.718000', '141525.721000', '141525.724000', '141525.727000', '141525.730000', '141525.733000', '141525.736000', '141525.739000', '141525.742000', '141525.745000', '141525.747000', '141525.750000', '141525.753000', '141525.756000', '141525.759000', '141525.762000', '141525.765000', '141525.768000', '141525.771000', '141525.774000', '141525.777000', '141525.780000', '141525.782000', '141525.785000', '141525.788000', '141525.791000', '141525.794000', '141545.671000', '141545.674000', '141545.677000', '141545.680000', '141545.683000', '141545.686000', '141545.688000', '141545.691000', '141545.694000', '141545.697000', '141545.700000', '141545.717000', '141545.720000', '141545.723000', '141545.726000', '141545.728000', '141545.731000', '141545.741000', '141545.744000', '141545.747000', '141545.750000', '141545.753000', '141545.756000', '141545.759000', '141545.762000', '141545.765000', '141545.768000', '141545.771000', '141545.773000', '141545.776000', '141545.779000', '141545.782000', '141545.785000', '141545.788000', '141545.791000', '141545.794000', '141545.797000', '141545.799000', '141545.802000', '141545.805000', '141545.808000', '141545.811000', '141545.814000', '141545.817000', '141605.671000', '141605.674000', '141605.679000', '141605.682000', '141605.685000', '141605.688000', '141605.691000', '141605.694000', '141605.697000', '141605.700000', '141605.703000', '141605.706000', '141605.709000', '141605.712000', '141605.715000', '141605.718000', '141605.721000', '141605.724000', '141605.727000', '141605.730000', '141605.733000', '141605.735000', '141605.738000', '141605.741000', '141605.744000', '141605.747000', '141605.750000', '141605.753000', '141605.756000', '141605.759000', '141605.762000', '141605.765000', '141605.768000', '141605.770000', '141605.773000', '141605.776000', '141605.779000', '141605.782000', '141605.785000', '141605.807000', '141605.809000', '141605.812000', '141605.815000', '141625.670000', '141625.673000', '141625.676000', '141625.679000', '141625.682000', '141625.685000', '141625.688000', '141625.690000', '141625.693000', '141625.696000', '141625.699000', '141625.702000', '141625.705000', '141625.707000', '141625.710000', '141625.713000', '141625.716000', '141625.719000', '141625.722000', '141625.725000', '141625.728000', '141625.730000', '141625.733000', '141625.736000', '141625.739000', '141625.742000', '141625.745000', '141625.748000', '141625.751000', '141625.753000', '141625.756000', '141625.759000', '141625.762000', '141625.765000', '141625.768000', '141625.771000', '141625.774000', '141625.777000', '141625.780000', '141625.782000', '141625.785000', '141625.788000', '141625.791000', '141625.794000', '141645.670000', '141645.673000', '141645.688000', '141645.690000', '141645.693000', '141645.696000', '141645.699000', '141645.702000', '141645.705000', '141645.708000', '141645.711000', '141645.714000', '141645.717000', '141645.719000', '141645.722000', '141645.725000', '141645.728000', '141645.731000', '141645.734000', '141645.738000', '141645.742000', '141645.745000', '141645.748000', '141645.751000', '141645.754000', '141645.757000', '141645.760000', '141645.762000', '141645.765000', '141645.768000', '141645.771000', '141645.774000', '141645.777000', '141645.780000', '141645.783000', '141645.786000', '141645.789000', '141645.791000', '141645.795000', '141645.797000', '141645.800000', '141645.803000', '141645.806000', '141705.670000', '141705.673000', '141705.676000', '141705.679000', '141705.682000', '141705.685000', '141705.688000', '141705.690000', '141705.693000', '141705.696000', '141705.699000', '141705.702000', '141705.705000', '141705.708000', '141705.711000', '141705.713000', '141705.716000', '141705.719000', '141705.722000', '141705.725000', '141705.728000', '141705.731000', '141705.734000', '141705.737000', '141705.739000', '141705.742000', '141705.745000', '141705.748000', '141705.751000', '141705.754000', '141705.757000', '141705.760000', '141705.763000', '141705.766000', '141705.769000', '141705.771000', '141705.788000', '141705.791000', '141705.794000', '141705.797000', '141705.799000', '141705.802000', '141705.805000', '141705.808000', '141725.671000', '141725.674000', '141725.677000', '141725.681000', '141725.684000', '141725.687000', '141725.690000', '141725.693000', '141725.696000', '141725.699000', '141725.702000', '141725.705000', '141725.708000', '141725.711000', '141725.714000', '141725.716000', '141725.719000', '141725.722000', '141725.725000', '141725.728000', '141725.731000', '141725.734000', '141725.737000', '141725.740000', '141725.743000', '141725.746000', '141725.749000', '141725.752000', '141725.755000', '141725.758000', '141725.761000', '141725.764000', '141725.767000', '141725.770000', '141725.773000', '141725.775000', '141725.778000', '141725.781000', '141725.784000', '141725.787000', '141725.790000', '141725.793000', '141725.796000', '141745.671000', '141745.674000', '141745.677000', '141745.680000', '141745.683000', '141745.686000', '141745.688000', '141745.691000', '141745.694000', '141745.697000', '141745.700000', '141745.703000', '141745.706000', '141745.709000', '141745.712000', '141745.714000', '141745.717000', '141745.720000', '141745.723000', '141745.726000', '141745.729000', '141745.732000', '141745.735000', '141745.738000', '141745.741000', '141745.744000', '141745.746000', '141745.749000', '141745.752000', '141745.755000', '141745.758000', '141745.761000', '141745.764000', '141745.766000', '141745.769000', '141745.772000', '141745.775000', '141745.778000', '141745.781000', '141745.784000', '141745.787000', '141745.790000', '141745.792000', '141745.795000', '141805.671000', '141805.674000', '141805.677000', '141805.680000', '141805.683000', '141805.686000', '141805.689000', '141805.691000', '141805.694000', '141805.697000', '141805.700000', '141805.703000', '141805.706000', '141805.709000', '141805.712000', '141805.715000', '141805.718000', '141805.721000', '141805.724000', '141805.726000', '141805.729000', '141805.732000', '141805.735000', '141805.738000', '141805.741000', '141805.744000', '141805.747000', '141805.749000', '141805.752000', '141805.755000', '141805.758000', '141805.761000', '141805.764000', '141805.767000', '141805.769000', '141805.772000', '141805.775000', '141805.778000', '141805.781000', '141805.784000', '141805.788000', '141805.791000', '141805.793000', '141825.671000', '141825.674000', '141825.677000', '141825.680000', '141825.683000', '141825.686000', '141825.688000', '141825.691000', '141825.694000', '141825.697000', '141825.700000', '141825.703000', '141825.706000', '141825.709000', '141825.712000', '141825.715000', '141825.718000', '141825.720000', '141825.723000', '141825.726000', '141825.729000', '141825.732000', '141825.735000', '141825.738000', '141825.741000', '141825.744000', '141825.746000', '141825.749000', '141825.752000', '141825.755000', '141825.758000', '141825.761000', '141825.778000', '141825.781000', '141825.783000', '141825.786000', '141825.789000', '141825.792000', '141825.795000', '141825.798000', '141825.809000', '141825.811000', '141825.814000', '141825.817000', '141845.670000', '141845.673000', '141845.676000', '141845.679000', '141845.682000', '141845.685000', '141845.688000', '141845.690000', '141845.693000', '141845.696000', '141845.699000', '141845.702000', '141845.705000', '141845.708000', '141845.711000', '141845.714000', '141845.717000', '141845.721000', '141845.724000', '141845.727000', '141845.730000', '141845.733000', '141845.736000', '141845.739000', '141845.742000', '141845.745000', '141845.748000', '141845.751000', '141845.754000', '141845.757000', '141845.759000', '141845.762000', '141845.765000', '141845.768000', '141845.771000', '141845.774000', '141845.777000', '141845.780000', '141845.783000', '141845.786000', '141845.789000', '141845.792000', '141845.794000', '141905.670000', '141905.673000', '141905.676000', '141905.679000', '141905.682000', '141905.686000', '141905.689000', '141905.692000', '141905.694000', '141905.697000', '141905.700000', '141905.703000', '141905.706000', '141905.709000', '141905.712000', '141905.715000', '141905.718000', '141905.721000', '141905.724000', '141905.727000', '141905.729000', '141905.732000', '141905.735000', '141905.738000', '141905.741000', '141905.744000', '141905.747000', '141905.750000', '141905.753000', '141905.755000', '141905.758000', '141905.761000', '141905.764000', '141905.767000', '141905.770000', '141905.773000', '141905.776000', '141905.779000', '141905.782000', '141905.785000', '141905.787000', '141905.790000', '141905.793000', '141905.802000', '141925.670000', '141925.673000', '141925.676000', '141925.679000', '141925.682000', '141925.685000', '141925.688000', '141925.690000', '141925.694000', '141925.696000', '141925.699000', '141925.702000', '141925.705000', '141925.708000', '141925.711000', '141925.714000', '141925.717000', '141925.720000', '141925.722000', '141925.725000', '141925.728000', '141925.731000', '141925.734000', '141925.737000', '141925.740000', '141925.743000', '141925.745000', '141925.748000', '141925.751000', '141925.754000', '141925.757000', '141925.760000', '141925.763000', '141925.766000', '141925.769000', '141925.771000', '141925.784000', '141925.787000', '141925.790000', '141925.792000', '141925.795000', '141925.798000', '141925.801000', '141929.085000', '141929.089000', '141929.093000', '141929.097000', '141929.100000', '141929.103000', '141929.106000', '141929.109000'], 'InstanceCreationTime': ['141105.711000', '141105.715000', '141105.718000', '141105.721000', '141105.724000', '141105.727000', '141105.735000', '141105.738000', '141105.740000', '141105.748000', '141105.751000', '141105.754000', '141105.757000', '141105.760000', '141105.763000', '141105.766000', '141105.774000', '141105.777000', '141105.779000', '141105.782000', '141105.785000', '141105.789000', '141105.792000', '141105.794000', '141105.797000', '141105.800000', '141105.803000', '141105.819000', '141105.821000', '141105.824000', '141105.827000', '141105.830000', '141105.833000', '141105.836000', '141105.838000', '141105.841000', '141105.844000', '141105.847000', '141105.850000', '141105.853000', '141105.856000', '141105.858000', '141105.861000', '141105.864000', '141105.867000', '141105.870000', '141105.877000', '141105.880000', '141105.883000', '141105.886000', '141105.889000', '141105.892000', '141105.894000', '141105.897000', '141105.900000', '141105.903000', '141105.906000', '141105.909000', '141105.912000', '141105.915000', '141105.918000', '141105.920000', '141125.671000', '141125.674000', '141125.685000', '141125.688000', '141125.691000', '141125.694000', '141125.697000', '141125.700000', '141125.703000', '141125.706000', '141125.709000', '141125.711000', '141125.714000', '141125.717000', '141125.720000', '141125.723000', '141125.726000', '141125.729000', '141125.732000', '141125.735000', '141125.737000', '141125.740000', '141125.743000', '141125.746000', '141125.749000', '141125.752000', '141125.755000', '141125.757000', '141125.760000', '141125.763000', '141125.766000', '141125.769000', '141125.772000', '141125.774000', '141125.777000', '141125.780000', '141125.783000', '141125.786000', '141125.789000', '141125.792000', '141125.794000', '141125.797000', '141125.800000', '141125.803000', '141145.670000', '141145.673000', '141145.676000', '141145.679000', '141145.682000', '141145.684000', '141145.687000', '141145.690000', '141145.693000', '141145.696000', '141145.699000', '141145.702000', '141145.705000', '141145.708000', '141145.710000', '141145.713000', '141145.716000', '141145.719000', '141145.722000', '141145.725000', '141145.728000', '141145.731000', '141145.733000', '141145.736000', '141145.739000', '141145.742000', '141145.745000', '141145.748000', '141145.751000', '141145.754000', '141145.756000', '141145.759000', '141145.762000', '141145.765000', '141145.768000', '141145.771000', '141145.774000', '141145.777000', '141145.779000', '141145.782000', '141145.785000', '141145.788000', '141145.798000', '141205.670000', '141205.673000', '141205.676000', '141205.679000', '141205.690000', '141205.693000', '141205.696000', '141205.698000', '141205.701000', '141205.704000', '141205.707000', '141205.710000', '141205.713000', '141205.716000', '141205.719000', '141205.721000', '141205.724000', '141205.727000', '141205.730000', '141205.733000', '141205.736000', '141205.739000', '141205.742000', '141205.745000', '141205.752000', '141205.755000', '141205.758000', '141205.761000', '141205.764000', '141205.767000', '141205.770000', '141205.772000', '141205.775000', '141205.778000', '141205.781000', '141205.784000', '141205.787000', '141205.790000', '141205.793000', '141205.795000', '141205.798000', '141205.801000', '141205.804000', '141205.807000', '141225.670000', '141225.673000', '141225.676000', '141225.679000', '141225.682000', '141225.684000', '141225.687000', '141225.690000', '141225.693000', '141225.696000', '141225.699000', '141225.702000', '141225.705000', '141225.708000', '141225.710000', '141225.714000', '141225.716000', '141225.719000', '141225.722000', '141225.725000', '141225.728000', '141225.731000', '141225.734000', '141225.737000', '141225.739000', '141225.742000', '141225.745000', '141225.748000', '141225.751000', '141225.754000', '141225.757000', '141225.760000', '141225.763000', '141225.765000', '141225.769000', '141225.772000', '141225.775000', '141225.778000', '141225.781000', '141225.784000', '141225.786000', '141225.789000', '141225.792000', '141245.671000', '141245.674000', '141245.677000', '141245.679000', '141245.689000', '141245.692000', '141245.695000', '141245.698000', '141245.701000', '141245.704000', '141245.706000', '141245.709000', '141245.712000', '141245.715000', '141245.718000', '141245.721000', '141245.724000', '141245.727000', '141245.730000', '141245.732000', '141245.735000', '141245.738000', '141245.741000', '141245.744000', '141245.747000', '141245.750000', '141245.753000', '141245.756000', '141245.759000', '141245.761000', '141245.764000', '141245.775000', '141245.778000', '141245.781000', '141245.784000', '141245.787000', '141245.789000', '141245.792000', '141245.795000', '141245.798000', '141245.801000', '141245.804000', '141245.807000', '141245.809000', '141305.671000', '141305.674000', '141305.677000', '141305.680000', '141305.683000', '141305.686000', '141305.689000', '141305.691000', '141305.694000', '141305.697000', '141305.700000', '141305.703000', '141305.706000', '141305.709000', '141305.712000', '141305.715000', '141305.718000', '141305.720000', '141305.723000', '141305.726000', '141305.729000', '141305.732000', '141305.735000', '141305.738000', '141305.741000', '141305.744000', '141305.747000', '141305.750000', '141305.753000', '141305.755000', '141305.758000', '141305.761000', '141305.764000', '141305.767000', '141305.770000', '141305.773000', '141305.776000', '141305.779000', '141305.782000', '141305.785000', '141305.787000', '141305.790000', '141305.793000', '141325.671000', '141325.674000', '141325.683000', '141325.686000', '141325.689000', '141325.692000', '141325.695000', '141325.698000', '141325.700000', '141325.703000', '141325.706000', '141325.709000', '141325.712000', '141325.715000', '141325.718000', '141325.721000', '141325.724000', '141325.726000', '141325.729000', '141325.732000', '141325.735000', '141325.738000', '141325.741000', '141325.744000', '141325.747000', '141325.750000', '141325.753000', '141325.756000', '141325.758000', '141325.761000', '141325.764000', '141325.767000', '141325.770000', '141325.773000', '141325.776000', '141325.779000', '141325.781000', '141325.784000', '141325.787000', '141325.790000', '141325.793000', '141325.796000', '141325.799000', '141325.802000', '141345.671000', '141345.674000', '141345.677000', '141345.680000', '141345.683000', '141345.686000', '141345.689000', '141345.692000', '141345.694000', '141345.697000', '141345.700000', '141345.703000', '141345.706000', '141345.709000', '141345.712000', '141345.715000', '141345.718000', '141345.720000', '141345.723000', '141345.726000', '141345.729000', '141345.732000', '141345.735000', '141345.738000', '141345.741000', '141345.744000', '141345.747000', '141345.749000', '141345.752000', '141345.755000', '141345.758000', '141345.761000', '141345.764000', '141345.767000', '141345.770000', '141345.773000', '141345.775000', '141345.778000', '141345.781000', '141345.784000', '141345.787000', '141345.790000', '141345.793000', '141405.670000', '141405.673000', '141405.676000', '141405.679000', '141405.682000', '141405.684000', '141405.687000', '141405.690000', '141405.693000', '141405.696000', '141405.699000', '141405.702000', '141405.705000', '141405.708000', '141405.711000', '141405.714000', '141405.716000', '141405.719000', '141405.722000', '141405.725000', '141405.728000', '141405.731000', '141405.734000', '141405.737000', '141405.740000', '141405.742000', '141405.745000', '141405.748000', '141405.751000', '141405.754000', '141405.757000', '141405.760000', '141405.763000', '141405.766000', '141405.769000', '141405.771000', '141405.774000', '141405.777000', '141405.780000', '141405.783000', '141405.786000', '141405.789000', '141405.792000', '141405.805000', '141425.670000', '141425.673000', '141425.676000', '141425.679000', '141425.682000', '141425.684000', '141425.687000', '141425.690000', '141425.693000', '141425.696000', '141425.699000', '141425.702000', '141425.705000', '141425.708000', '141425.711000', '141425.714000', '141425.717000', '141425.719000', '141425.722000', '141425.725000', '141425.728000', '141425.731000', '141425.734000', '141425.737000', '141425.740000', '141425.743000', '141425.746000', '141425.748000', '141425.751000', '141425.754000', '141425.757000', '141425.760000', '141425.763000', '141425.766000', '141425.769000', '141425.772000', '141425.774000', '141425.777000', '141425.780000', '141425.783000', '141425.786000', '141425.789000', '141425.792000', '141445.670000', '141445.673000', '141445.676000', '141445.679000', '141445.682000', '141445.706000', '141445.709000', '141445.712000', '141445.715000', '141445.718000', '141445.720000', '141445.723000', '141445.726000', '141445.729000', '141445.732000', '141445.735000', '141445.738000', '141445.741000', '141445.744000', '141445.747000', '141445.766000', '141445.769000', '141445.772000', '141445.775000', '141445.778000', '141445.781000', '141445.784000', '141445.786000', '141445.789000', '141445.792000', '141445.795000', '141445.798000', '141445.801000', '141445.804000', '141445.807000', '141445.810000', '141445.813000', '141445.816000', '141445.819000', '141445.821000', '141445.824000', '141445.827000', '141445.830000', '141505.671000', '141505.674000', '141505.677000', '141505.680000', '141505.683000', '141505.686000', '141505.689000', '141505.691000', '141505.694000', '141505.697000', '141505.700000', '141505.703000', '141505.706000', '141505.709000', '141505.712000', '141505.715000', '141505.718000', '141505.720000', '141505.723000', '141505.726000', '141505.729000', '141505.732000', '141505.735000', '141505.738000', '141505.741000', '141505.744000', '141505.746000', '141505.749000', '141505.752000', '141505.755000', '141505.758000', '141505.761000', '141505.764000', '141505.767000', '141505.770000', '141505.772000', '141505.776000', '141505.778000', '141505.781000', '141505.784000', '141505.787000', '141505.790000', '141505.793000', '141505.796000', '141525.671000', '141525.674000', '141525.677000', '141525.680000', '141525.683000', '141525.686000', '141525.689000', '141525.692000', '141525.695000', '141525.697000', '141525.700000', '141525.703000', '141525.706000', '141525.709000', '141525.713000', '141525.715000', '141525.718000', '141525.721000', '141525.724000', '141525.727000', '141525.730000', '141525.733000', '141525.736000', '141525.739000', '141525.742000', '141525.745000', '141525.747000', '141525.750000', '141525.753000', '141525.756000', '141525.759000', '141525.762000', '141525.765000', '141525.768000', '141525.771000', '141525.774000', '141525.777000', '141525.780000', '141525.782000', '141525.785000', '141525.788000', '141525.791000', '141525.794000', '141545.671000', '141545.674000', '141545.677000', '141545.680000', '141545.683000', '141545.686000', '141545.688000', '141545.691000', '141545.694000', '141545.697000', '141545.700000', '141545.717000', '141545.720000', '141545.723000', '141545.726000', '141545.728000', '141545.731000', '141545.741000', '141545.744000', '141545.747000', '141545.750000', '141545.753000', '141545.756000', '141545.759000', '141545.762000', '141545.765000', '141545.768000', '141545.771000', '141545.773000', '141545.776000', '141545.779000', '141545.782000', '141545.785000', '141545.788000', '141545.791000', '141545.794000', '141545.797000', '141545.799000', '141545.802000', '141545.805000', '141545.808000', '141545.811000', '141545.814000', '141545.817000', '141605.671000', '141605.674000', '141605.679000', '141605.682000', '141605.685000', '141605.688000', '141605.691000', '141605.694000', '141605.697000', '141605.700000', '141605.703000', '141605.706000', '141605.709000', '141605.712000', '141605.715000', '141605.718000', '141605.721000', '141605.724000', '141605.727000', '141605.730000', '141605.733000', '141605.735000', '141605.738000', '141605.741000', '141605.744000', '141605.747000', '141605.750000', '141605.753000', '141605.756000', '141605.759000', '141605.762000', '141605.765000', '141605.768000', '141605.770000', '141605.773000', '141605.776000', '141605.779000', '141605.782000', '141605.785000', '141605.807000', '141605.809000', '141605.812000', '141605.815000', '141625.670000', '141625.673000', '141625.676000', '141625.679000', '141625.682000', '141625.685000', '141625.688000', '141625.690000', '141625.693000', '141625.696000', '141625.699000', '141625.702000', '141625.705000', '141625.707000', '141625.710000', '141625.713000', '141625.716000', '141625.719000', '141625.722000', '141625.725000', '141625.728000', '141625.730000', '141625.733000', '141625.736000', '141625.739000', '141625.742000', '141625.745000', '141625.748000', '141625.751000', '141625.753000', '141625.756000', '141625.759000', '141625.762000', '141625.765000', '141625.768000', '141625.771000', '141625.774000', '141625.777000', '141625.780000', '141625.782000', '141625.785000', '141625.788000', '141625.791000', '141625.794000', '141645.670000', '141645.673000', '141645.688000', '141645.690000', '141645.693000', '141645.696000', '141645.699000', '141645.702000', '141645.705000', '141645.708000', '141645.711000', '141645.714000', '141645.717000', '141645.719000', '141645.722000', '141645.725000', '141645.728000', '141645.731000', '141645.734000', '141645.738000', '141645.742000', '141645.745000', '141645.748000', '141645.751000', '141645.754000', '141645.757000', '141645.760000', '141645.762000', '141645.765000', '141645.768000', '141645.771000', '141645.774000', '141645.777000', '141645.780000', '141645.783000', '141645.786000', '141645.789000', '141645.791000', '141645.795000', '141645.797000', '141645.800000', '141645.803000', '141645.806000', '141705.670000', '141705.673000', '141705.676000', '141705.679000', '141705.682000', '141705.685000', '141705.688000', '141705.690000', '141705.693000', '141705.696000', '141705.699000', '141705.702000', '141705.705000', '141705.708000', '141705.711000', '141705.713000', '141705.716000', '141705.719000', '141705.722000', '141705.725000', '141705.728000', '141705.731000', '141705.734000', '141705.737000', '141705.739000', '141705.742000', '141705.745000', '141705.748000', '141705.751000', '141705.754000', '141705.757000', '141705.760000', '141705.763000', '141705.766000', '141705.769000', '141705.771000', '141705.788000', '141705.791000', '141705.794000', '141705.797000', '141705.799000', '141705.802000', '141705.805000', '141705.808000', '141725.671000', '141725.674000', '141725.677000', '141725.681000', '141725.684000', '141725.687000', '141725.690000', '141725.693000', '141725.696000', '141725.699000', '141725.702000', '141725.705000', '141725.708000', '141725.711000', '141725.714000', '141725.716000', '141725.719000', '141725.722000', '141725.725000', '141725.728000', '141725.731000', '141725.734000', '141725.737000', '141725.740000', '141725.743000', '141725.746000', '141725.749000', '141725.752000', '141725.755000', '141725.758000', '141725.761000', '141725.764000', '141725.767000', '141725.770000', '141725.773000', '141725.775000', '141725.778000', '141725.781000', '141725.784000', '141725.787000', '141725.790000', '141725.793000', '141725.796000', '141745.671000', '141745.674000', '141745.677000', '141745.680000', '141745.683000', '141745.686000', '141745.688000', '141745.691000', '141745.694000', '141745.697000', '141745.700000', '141745.703000', '141745.706000', '141745.709000', '141745.712000', '141745.714000', '141745.717000', '141745.720000', '141745.723000', '141745.726000', '141745.729000', '141745.732000', '141745.735000', '141745.738000', '141745.741000', '141745.744000', '141745.746000', '141745.749000', '141745.752000', '141745.755000', '141745.758000', '141745.761000', '141745.764000', '141745.766000', '141745.769000', '141745.772000', '141745.775000', '141745.778000', '141745.781000', '141745.784000', '141745.787000', '141745.790000', '141745.792000', '141745.795000', '141805.671000', '141805.674000', '141805.677000', '141805.680000', '141805.683000', '141805.686000', '141805.689000', '141805.691000', '141805.694000', '141805.697000', '141805.700000', '141805.703000', '141805.706000', '141805.709000', '141805.712000', '141805.715000', '141805.718000', '141805.721000', '141805.724000', '141805.726000', '141805.729000', '141805.732000', '141805.735000', '141805.738000', '141805.741000', '141805.744000', '141805.747000', '141805.749000', '141805.752000', '141805.755000', '141805.758000', '141805.761000', '141805.764000', '141805.767000', '141805.769000', '141805.772000', '141805.775000', '141805.778000', '141805.781000', '141805.784000', '141805.788000', '141805.791000', '141805.793000', '141825.671000', '141825.674000', '141825.677000', '141825.680000', '141825.683000', '141825.686000', '141825.688000', '141825.691000', '141825.694000', '141825.697000', '141825.700000', '141825.703000', '141825.706000', '141825.709000', '141825.712000', '141825.715000', '141825.718000', '141825.720000', '141825.723000', '141825.726000', '141825.729000', '141825.732000', '141825.735000', '141825.738000', '141825.741000', '141825.744000', '141825.746000', '141825.749000', '141825.752000', '141825.755000', '141825.758000', '141825.761000', '141825.778000', '141825.781000', '141825.783000', '141825.786000', '141825.789000', '141825.792000', '141825.795000', '141825.798000', '141825.809000', '141825.811000', '141825.814000', '141825.817000', '141845.670000', '141845.673000', '141845.676000', '141845.679000', '141845.682000', '141845.685000', '141845.688000', '141845.690000', '141845.693000', '141845.696000', '141845.699000', '141845.702000', '141845.705000', '141845.708000', '141845.711000', '141845.714000', '141845.717000', '141845.721000', '141845.724000', '141845.727000', '141845.730000', '141845.733000', '141845.736000', '141845.739000', '141845.742000', '141845.745000', '141845.748000', '141845.751000', '141845.754000', '141845.757000', '141845.759000', '141845.762000', '141845.765000', '141845.768000', '141845.771000', '141845.774000', '141845.777000', '141845.780000', '141845.783000', '141845.786000', '141845.789000', '141845.792000', '141845.794000', '141905.670000', '141905.673000', '141905.676000', '141905.679000', '141905.682000', '141905.686000', '141905.689000', '141905.692000', '141905.694000', '141905.697000', '141905.700000', '141905.703000', '141905.706000', '141905.709000', '141905.712000', '141905.715000', '141905.718000', '141905.721000', '141905.724000', '141905.727000', '141905.729000', '141905.732000', '141905.735000', '141905.738000', '141905.741000', '141905.744000', '141905.747000', '141905.750000', '141905.753000', '141905.755000', '141905.758000', '141905.761000', '141905.764000', '141905.767000', '141905.770000', '141905.773000', '141905.776000', '141905.779000', '141905.782000', '141905.785000', '141905.787000', '141905.790000', '141905.793000', '141905.802000', '141925.670000', '141925.673000', '141925.676000', '141925.679000', '141925.682000', '141925.685000', '141925.688000', '141925.690000', '141925.694000', '141925.696000', '141925.699000', '141925.702000', '141925.705000', '141925.708000', '141925.711000', '141925.714000', '141925.717000', '141925.720000', '141925.722000', '141925.725000', '141925.728000', '141925.731000', '141925.734000', '141925.737000', '141925.740000', '141925.743000', '141925.745000', '141925.748000', '141925.751000', '141925.754000', '141925.757000', '141925.760000', '141925.763000', '141925.766000', '141925.769000', '141925.771000', '141925.784000', '141925.787000', '141925.790000', '141925.792000', '141925.795000', '141925.798000', '141925.801000', '141929.085000', '141929.089000', '141929.093000', '141929.097000', '141929.100000', '141929.103000', '141929.106000', '141929.109000'], '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': [7928, 11238, 8489, 11501, 7933, 10201, 7549, 10138, 7569, 10556, 7753, 12161, 8780, 11979, 7437, 10886, 8034, 11309, 8191, 10332, 7923, 7024, 7574, 6790, 8374, 7701, 8951, 7239, 8020, 6964, 8148, 7447, 9106, 8232, 9506, 8456, 9327, 6620, 8467, 6820, 9098, 7286, 10065, 7981, 9784, 7832, 9140, 7341, 8882, 8358, 8180, 7082, 8242, 10438, 8263, 12486, 8442, 12124, 7810, 10027, 7346, 8994, 6958, 9258, 6973, 8798, 6805, 8428, 7799, 8686, 7721, 9076, 7930, 9195, 7908, 8915, 7786, 9006, 8108, 8973, 8106, 8482, 7474, 9236, 6813, 9092, 6938, 9379, 6712, 9482, 6778, 9299, 6961, 9025, 7291, 8989, 6798, 8295, 6268, 8342, 9914, 7675, 10583, 7537, 10563, 7003, 9509, 6682, 9496, 6678, 9658, 6731, 9075, 6579, 8255, 6401, 8358, 6421, 8678, 7190, 7750, 9222, 7678, 10985, 6958, 9891, 7178, 10384, 7195, 9180, 6778, 8419, 6736, 8825, 6914, 8698, 7207, 8006, 6979, 7901, 11076, 7401, 11281, 7729, 11201, 7973, 9839, 7185, 9560, 7068, 8482, 8316, 8506, 12425, 7600, 10485, 6944, 9089, 6601, 8850, 6412, 8815, 7597, 7835, 7162, 7719, 10155, 7327, 9896, 7096, 9842, 7107, 9411, 7789, 8763, 7122, 8783, 8314, 8295, 9333, 8195, 11339, 7792, 10534, 8013, 10898, 7532, 10016, 7169, 9547, 7174, 9064, 7634, 8131, 11089, 7799, 10076, 7689, 9626, 6957, 9440, 7015, 7974, 6492, 7548, 10899, 7287, 9779, 7100, 9334, 6880, 8747, 6940, 9205, 6593, 7902, 6330, 7785, 11194, 7549, 9999, 7573, 9793, 6868, 8544, 6532, 8198, 11639, 7670, 10333, 7451, 8963, 6880, 8310, 6455, 8360, 6554, 9002, 7408, 7691, 11233, 7208, 9529, 7022, 9645, 6884, 8606, 6259, 7524, 10951, 7634, 9337, 6894, 9334, 6706, 8910, 6376, 7362, 9786, 7241, 9508, 6895, 8796, 6690, 8934, 7027, 8606, 7741, 7431, 8447, 7065, 8537, 8534, 7221, 7865, 6463, 7788, 6456, 8591, 6621, 9191, 9949, 8939, 10952, 7824, 10865, 7094, 10278, 7211, 9701, 7317, 9664, 7470, 10527, 6828, 9004, 6952, 8194, 6708, 9505, 7105, 9180, 6942, 8120, 6610, 7929, 6627, 8401, 9292, 9048, 10478, 7929, 7775, 7091, 8080, 7124, 8243, 8212, 9495, 8953, 8588, 8427, 6288, 8489, 6520, 8578, 6638, 8806, 9421, 9099, 10946, 7969, 11435, 7108, 9658, 7221, 9377, 6899, 10285, 7000, 8647, 6734, 7818, 6644, 8783, 6640, 8950, 7449, 9245, 7027, 7973, 6818, 7553, 10448, 7854, 11260, 8209, 11474, 7966, 10388, 7118, 9017, 6898, 10241, 7317, 10806, 7306, 8763, 6372, 8174, 10560, 7356, 10460, 7643, 10460, 7282, 9083, 6498, 8275, 6443, 8694, 6436, 8804, 8641, 7018, 10760, 7385, 9600, 6729, 9773, 6602, 9548, 6764, 7998, 6349, 7084, 10913, 6953, 10189, 7009, 10230, 6704, 8744, 6375, 8347, 6461, 9154, 9857, 8545, 11443, 7037, 10132, 7006, 9623, 6394, 10249, 6978, 9582, 6395, 7425, 8093, 7307, 11182, 7313, 10899, 7666, 9804, 6787, 9371, 6559, 9672, 9323, 9710, 10340, 7528, 10902, 7486, 10754, 7425, 10452, 7855, 11429, 7164, 9761, 7019, 9773, 7270, 9903, 6628, 10165, 9767, 7829, 10997, 7482, 11026, 7072, 9947, 6668, 9806, 6631, 8939, 6386, 7483, 6438, 7326, 9182, 8073, 9058, 7627, 7056, 7700, 6526, 7069, 6264, 9261, 6996, 10530, 9360, 7168, 10041, 6352, 9810, 6734, 10114, 8619, 10647, 7692, 9899, 6436, 9111, 7065, 9859, 8169, 9461, 6466, 7941, 6385, 9080, 10228, 9319, 10023, 7317, 10278, 7373, 10884, 7342, 11089, 8111, 10614, 7134, 9080, 7290, 8798, 8860, 10041, 9222, 9747, 7546, 7094, 7722, 9419, 9453, 11062, 9078, 10757, 8210, 11061, 7401, 10932, 7359, 10696, 8380, 10054, 7255, 6532, 7499, 6876, 8660, 8717, 10370, 6534, 9929, 6640, 9006, 7030, 9739, 10803, 9142, 10136, 7623, 9861, 7551, 11510, 7144, 11671, 7494, 11136, 7083, 9848, 7295, 10153, 6888, 10603, 7169, 9605, 6793, 9463, 6384, 8882, 8705, 8203, 11579, 7802, 11504, 7362, 9878, 7218, 9130, 7081, 8986, 7056, 9103, 6872, 7927, 6796, 9219, 6491, 8877, 9607, 8299, 12181, 7844, 10523, 6884, 9059, 6330, 9051, 11771, 8531, 10788, 6896, 9033, 6505, 8979, 7188, 8460, 8587, 7083, 6194, 7019, 7276, 7382, 10430, 7530, 10246, 7521, 9844, 7085, 8853, 6889, 9451, 7265, 9291, 6773, 7988, 9930, 7433, 11015, 7328, 10020, 7140, 9945, 7106, 8653, 6291, 8500, 6844, 9251, 9229, 7373, 11037, 7318, 9698, 6947, 9528, 6946, 10216, 6907, 9147, 6734, 9394, 6890, 10351, 7609, 8912, 6397, 8019, 10729, 7490, 11523, 7482, 11271, 7457, 10492, 7266, 9950, 7224, 9759, 7215, 10515, 7041, 9492, 6883, 9349, 6335, 9023, 9661, 8008, 11859, 7444, 10290, 7041, 8740, 6600, 7807, 6459, 9763, 6284, 8163, 6437, 7841, 10822, 7256, 10431, 6962, 10426, 7483, 9064, 6444, 7460, 6360, 7088, 11158, 6872, 10387, 6653, 10289, 6271, 8697, 6484, 7912, 6324, 7914, 9965, 7474, 10729, 7121, 10364, 6830, 10224, 6425, 10278, 7160, 10366, 7773, 8678, 6872, 7659, 9730, 7142, 11362, 7084, 10879, 7033, 10922, 6875, 8989, 6351, 8324, 6483, 9895, 7036, 10068, 7292, 9233, 6763, 9434, 6854, 10140, 10807, 9484, 9977, 7623, 9547, 7512, 11401, 8033, 11515, 7783, 10922, 7639, 10359, 7289, 9916, 6940, 9581, 7792, 7690, 11455, 7174, 10409, 6593, 8710, 6489, 7988, 8593, 7096, 10228, 6447, 9060, 6422, 8656, 6531, 8481, 6748, 8719, 6518, 7552, 6338, 7887, 6535, 8608, 10173, 8351, 10986, 7570, 10976, 7591, 10310, 7594, 10824, 9152, 11238, 7650, 9495, 6738, 9938, 8599, 10094, 8188, 8428, 9918, 8206, 11503, 8177, 11909, 7983, 11272, 7426, 10517, 6960, 9003, 6913, 7892, 10984, 7485, 10475, 7647, 9689, 7147, 9350, 6661, 9127, 6564, 9055, 6736, 7539, 9441, 7286, 10135, 6578, 9933, 6427, 10557, 6697, 9380, 6577, 8927, 6370, 9221, 8618, 8691, 10919, 7458, 10493, 7511, 10364, 6830, 10139, 6609, 10858, 7527, 8594, 9475, 7526, 10465, 7041, 9095, 6807, 7507, 10048, 6439, 9400, 6400, 7440, 6502, 8526, 6559, 7004, 6386, 7299, 6577, 8493, 7949, 8507, 10575, 8444, 10831, 7146, 8884, 9368, 7254, 10173, 7507, 10272, 7661, 8711, 6633, 6802, 10336, 6926, 9895, 6490, 9556, 6643, 7054, 10369, 6569, 9662, 6747, 9158, 6555, 6927, 7774, 6575, 9337, 6543, 7786, 6596, 6944, 8697, 7092, 9985, 6704, 9139, 6428, 8472, 6668, 7769, 9029, 7818, 10814, 7809, 9910, 7165, 10137, 7422, 9882, 7708, 10551, 8015, 9326, 7262, 7899, 11882, 8399, 11045, 8214, 9926, 6715, 9310, 6790, 9048, 9573, 8827, 7700, 7897, 9318, 7234, 10672, 8223, 11390, 8271, 10659, 7046, 10140, 6513, 9921, 7465, 9673, 6879, 7684, 6563, 7569, 6897, 8690, 9189, 9258, 6942, 9104, 6557, 9367, 8935, 7840, 10983, 7951, 10705, 7928, 10857, 7027, 9161, 6516, 8902, 6459, 9084, 6615, 8344, 6453, 8070, 6372, 8745, 9688, 8173, 10781, 7170, 10548, 6574, 9778, 6858, 8762, 6582, 7068, 9897, 6557, 9747, 6763, 9331, 6575, 8407, 6693, 8971, 7171, 9464, 6471, 10827, 6774, 11012, 7233, 10096, 7482, 9319, 11811, 8389, 11523, 8874, 11456, 8012, 10040, 6618, 9645, 6538, 8812, 6604, 9041, 8829, 8000, 6572, 7320, 8254, 7117, 10671, 6963, 10446, 6505, 10094, 7425, 9220, 7206, 7355, 6351, 6946, 8986, 6577, 10171, 7326, 10745, 7078, 10180, 6838, 9789, 6527, 9704, 7268, 9454, 7006, 7343, 11017, 7398, 10533, 6911, 10370, 7114, 10220, 7184, 6318, 6356, 7602, 6348, 6990, 6396, 8748, 6300, 9477, 7404, 10768, 8290, 11400, 8859, 11346, 8902, 11684, 9424, 12110, 9444, 11283, 9007, 10805, 8523, 6653, 8182, 7409, 9370, 8005, 6928, 6889, 7369, 9069, 7234, 6479, 8083, 6567, 9009, 6301, 8947, 6353, 8596, 6397, 8311, 6404, 8133, 6575, 9357, 6436, 9233, 6640, 9569, 6608, 9355, 6603, 8313, 6588, 6392, 6922, 8940, 6994, 9678, 7000, 8932, 6519, 9116, 6544, 9259, 6431, 7106, 6541, 7558, 6954], 'WindowCenter': [4270.0, 4289.0, 4242.0, 4257.0, 4206.0, 4222.0, 4180.0, 4220.0, 4177.0, 4217.0, 4180.0, 4229.0, 4199.0, 4226.0, 4165.0, 4202.0, 4176.0, 4214.0, 4188.0, 4215.0, 4186.0, 4167.0, 4177.0, 4155.0, 4187.0, 4177.0, 4198.0, 4178.0, 4186.0, 4166.0, 4188.0, 4164.0, 4198.0, 4188.0, 4207.0, 4188.0, 4197.0, 4145.0, 4174.0, 4144.0, 4183.0, 4163.0, 4205.0, 4177.0, 4206.0, 4162.0, 4196.0, 4162.0, 4182.0, 4171.0, 4171.0, 4141.0, 4173.0, 4189.0, 4170.0, 4213.0, 4173.0, 4213.0, 4162.0, 4191.0, 4150.0, 4170.0, 4142.0, 4182.0, 4153.0, 4173.0, 4143.0, 4172.0, 4162.0, 4184.0, 4165.0, 4185.0, 4174.0, 4183.0, 4160.0, 4183.0, 4151.0, 4182.0, 4161.0, 4172.0, 4159.0, 4173.0, 4152.0, 4182.0, 4142.0, 4170.0, 4140.0, 4168.0, 4130.0, 4181.0, 4142.0, 4182.0, 4142.0, 4171.0, 4151.0, 4170.0, 4126.0, 4160.0, 4119.0, 4172.0, 4192.0, 4163.0, 4192.0, 4163.0, 4191.0, 4142.0, 4182.0, 4143.0, 4195.0, 4145.0, 4195.0, 4145.0, 4196.0, 4155.0, 4174.0, 4133.0, 4186.0, 4146.0, 4199.0, 4155.0, 4179.0, 4197.0, 4177.0, 4206.0, 4155.0, 4197.0, 4156.0, 4207.0, 4157.0, 4196.0, 4144.0, 4174.0, 4144.0, 4197.0, 4155.0, 4187.0, 4165.0, 4178.0, 4155.0, 4176.0, 4202.0, 4166.0, 4217.0, 4167.0, 4217.0, 4176.0, 4196.0, 4154.0, 4195.0, 4141.0, 4173.0, 4173.0, 4185.0, 4213.0, 4161.0, 4191.0, 4141.0, 4170.0, 4130.0, 4183.0, 4132.0, 4185.0, 4164.0, 4176.0, 4154.0, 4164.0, 4193.0, 4162.0, 4205.0, 4156.0, 4207.0, 4156.0, 4195.0, 4160.0, 4174.0, 4142.0, 4184.0, 4173.0, 4174.0, 4182.0, 4161.0, 4201.0, 4162.0, 4192.0, 4163.0, 4202.0, 4151.0, 4180.0, 4126.0, 4179.0, 4128.0, 4170.0, 4148.0, 4159.0, 4187.0, 4137.0, 4166.0, 4137.0, 4167.0, 4127.0, 4180.0, 4138.0, 4148.0, 4116.0, 4150.0, 4189.0, 4150.0, 4180.0, 4140.0, 4180.0, 4139.0, 4171.0, 4141.0, 4183.0, 4142.0, 4163.0, 4131.0, 4162.0, 4201.0, 4163.0, 4193.0, 4163.0, 4193.0, 4139.0, 4171.0, 4115.0, 4159.0, 4189.0, 4150.0, 4180.0, 4140.0, 4169.0, 4139.0, 4158.0, 4117.0, 4161.0, 4130.0, 4183.0, 4152.0, 4163.0, 4200.0, 4150.0, 4180.0, 4140.0, 4181.0, 4140.0, 4171.0, 4119.0, 4149.0, 4190.0, 4149.0, 4180.0, 4141.0, 4183.0, 4142.0, 4184.0, 4131.0, 4153.0, 4191.0, 4152.0, 4182.0, 4142.0, 4172.0, 4131.0, 4186.0, 4154.0, 4199.0, 4176.0, 4166.0, 4172.0, 4141.0, 4171.0, 4184.0, 4153.0, 4176.0, 4147.0, 4177.0, 4146.0, 4187.0, 4140.0, 4183.0, 4194.0, 4185.0, 4204.0, 4164.0, 4203.0, 4140.0, 4180.0, 4141.0, 4181.0, 4141.0, 4183.0, 4141.0, 4191.0, 4142.0, 4171.0, 4141.0, 4160.0, 4129.0, 4182.0, 4142.0, 4184.0, 4155.0, 4175.0, 4144.0, 4164.0, 4129.0, 4172.0, 4183.0, 4185.0, 4205.0, 4175.0, 4164.0, 4152.0, 4162.0, 4143.0, 4172.0, 4174.0, 4195.0, 4187.0, 4186.0, 4187.0, 4146.0, 4186.0, 4131.0, 4184.0, 4143.0, 4186.0, 4183.0, 4184.0, 4206.0, 4174.0, 4215.0, 4154.0, 4182.0, 4151.0, 4182.0, 4142.0, 4205.0, 4156.0, 4186.0, 4156.0, 4164.0, 4142.0, 4183.0, 4142.0, 4198.0, 4167.0, 4199.0, 4158.0, 4189.0, 4146.0, 4166.0, 4204.0, 4175.0, 4217.0, 4188.0, 4217.0, 4178.0, 4207.0, 4155.0, 4173.0, 4142.0, 4194.0, 4153.0, 4205.0, 4153.0, 4171.0, 4131.0, 4162.0, 4190.0, 4141.0, 4180.0, 4151.0, 4192.0, 4152.0, 4171.0, 4131.0, 4161.0, 4130.0, 4185.0, 4134.0, 4187.0, 4185.0, 4156.0, 4205.0, 4155.0, 4195.0, 4143.0, 4195.0, 4144.0, 4197.0, 4142.0, 4176.0, 4133.0, 4154.0, 4201.0, 4154.0, 4205.0, 4156.0, 4206.0, 4146.0, 4185.0, 4146.0, 4176.0, 4134.0, 4198.0, 4197.0, 4188.0, 4217.0, 4157.0, 4206.0, 4155.0, 4182.0, 4133.0, 4206.0, 4154.0, 4197.0, 4144.0, 4164.0, 4174.0, 4166.0, 4217.0, 4168.0, 4219.0, 4178.0, 4207.0, 4146.0, 4196.0, 4130.0, 4195.0, 4184.0, 4196.0, 4195.0, 4165.0, 4202.0, 4152.0, 4190.0, 4141.0, 4192.0, 4160.0, 4203.0, 4142.0, 4181.0, 4141.0, 4180.0, 4139.0, 4181.0, 4128.0, 4191.0, 4180.0, 4150.0, 4188.0, 4138.0, 4188.0, 4139.0, 4179.0, 4142.0, 4191.0, 4141.0, 4182.0, 4130.0, 4152.0, 4131.0, 4164.0, 4184.0, 4174.0, 4196.0, 4178.0, 4170.0, 4180.0, 4146.0, 4155.0, 4146.0, 4196.0, 4169.0, 4218.0, 4211.0, 4169.0, 4210.0, 4147.0, 4208.0, 4145.0, 4206.0, 4186.0, 4208.0, 4165.0, 4195.0, 4133.0, 4183.0, 4142.0, 4194.0, 4173.0, 4195.0, 4131.0, 4162.0, 4119.0, 4171.0, 4191.0, 4182.0, 4192.0, 4152.0, 4190.0, 4151.0, 4188.0, 4151.0, 4202.0, 4165.0, 4204.0, 4154.0, 4183.0, 4153.0, 4171.0, 4184.0, 4194.0, 4198.0, 4195.0, 4164.0, 4142.0, 4163.0, 4181.0, 4193.0, 4203.0, 4185.0, 4203.0, 4162.0, 4201.0, 4151.0, 4188.0, 4137.0, 4190.0, 4172.0, 4192.0, 4153.0, 4131.0, 4153.0, 4141.0, 4173.0, 4173.0, 4205.0, 4133.0, 4205.0, 4143.0, 4184.0, 4141.0, 4183.0, 4192.0, 4184.0, 4192.0, 4152.0, 4180.0, 4150.0, 4200.0, 4141.0, 4199.0, 4152.0, 4202.0, 4142.0, 4180.0, 4151.0, 4192.0, 4142.0, 4193.0, 4142.0, 4181.0, 4130.0, 4181.0, 4118.0, 4171.0, 4159.0, 4160.0, 4200.0, 4150.0, 4201.0, 4150.0, 4191.0, 4149.0, 4180.0, 4165.0, 4196.0, 4152.0, 4183.0, 4143.0, 4174.0, 4140.0, 4193.0, 4130.0, 4185.0, 4194.0, 4174.0, 4214.0, 4163.0, 4202.0, 4140.0, 4170.0, 4117.0, 4171.0, 4200.0, 4171.0, 4190.0, 4139.0, 4168.0, 4116.0, 4170.0, 4139.0, 4160.0, 4170.0, 4141.0, 4119.0, 4138.0, 4137.0, 4152.0, 4203.0, 4163.0, 4205.0, 4164.0, 4193.0, 4142.0, 4171.0, 4140.0, 4183.0, 4151.0, 4184.0, 4131.0, 4162.0, 4190.0, 4150.0, 4189.0, 4150.0, 4181.0, 4141.0, 4191.0, 4142.0, 4171.0, 4119.0, 4170.0, 4127.0, 4183.0, 4182.0, 4153.0, 4202.0, 4152.0, 4178.0, 4141.0, 4182.0, 4142.0, 4193.0, 4153.0, 4182.0, 4141.0, 4171.0, 4141.0, 4193.0, 4152.0, 4170.0, 4131.0, 4161.0, 4190.0, 4140.0, 4200.0, 4150.0, 4203.0, 4151.0, 4191.0, 4152.0, 4180.0, 4152.0, 4183.0, 4154.0, 4204.0, 4154.0, 4183.0, 4142.0, 4182.0, 4119.0, 4172.0, 4181.0, 4161.0, 4201.0, 4151.0, 4179.0, 4140.0, 4159.0, 4130.0, 4162.0, 4134.0, 4196.0, 4144.0, 4176.0, 4145.0, 4175.0, 4204.0, 4154.0, 4205.0, 4154.0, 4206.0, 4155.0, 4185.0, 4133.0, 4154.0, 4130.0, 4155.0, 4214.0, 4154.0, 4206.0, 4157.0, 4208.0, 4147.0, 4187.0, 4146.0, 4177.0, 4146.0, 4190.0, 4220.0, 4182.0, 4231.0, 4170.0, 4219.0, 4159.0, 4209.0, 4148.0, 4210.0, 4158.0, 4220.0, 4178.0, 4188.0, 4145.0, 4166.0, 4195.0, 4155.0, 4215.0, 4156.0, 4216.0, 4156.0, 4217.0, 4157.0, 4196.0, 4145.0, 4185.0, 4145.0, 4208.0, 4158.0, 4210.0, 4168.0, 4198.0, 4156.0, 4196.0, 4143.0, 4205.0, 4202.0, 4195.0, 4195.0, 4164.0, 4182.0, 4153.0, 4202.0, 4162.0, 4203.0, 4162.0, 4191.0, 4150.0, 4179.0, 4139.0, 4180.0, 4128.0, 4181.0, 4147.0, 4138.0, 4186.0, 4126.0, 4177.0, 4116.0, 4157.0, 4117.0, 4161.0, 4170.0, 4154.0, 4203.0, 4131.0, 4182.0, 4131.0, 4172.0, 4132.0, 4185.0, 4144.0, 4188.0, 4157.0, 4190.0, 4159.0, 4214.0, 4159.0, 4212.0, 4222.0, 4200.0, 4231.0, 4191.0, 4229.0, 4179.0, 4207.0, 4167.0, 4219.0, 4198.0, 4217.0, 4164.0, 4183.0, 4130.0, 4193.0, 4171.0, 4193.0, 4161.0, 4161.0, 4179.0, 4159.0, 4189.0, 4160.0, 4200.0, 4149.0, 4188.0, 4137.0, 4177.0, 4114.0, 4155.0, 4112.0, 4146.0, 4175.0, 4135.0, 4175.0, 4136.0, 4165.0, 4137.0, 4167.0, 4128.0, 4179.0, 4141.0, 4182.0, 4130.0, 4162.0, 4180.0, 4150.0, 4189.0, 4130.0, 4191.0, 4131.0, 4203.0, 4143.0, 4183.0, 4142.0, 4183.0, 4131.0, 4183.0, 4172.0, 4174.0, 4203.0, 4153.0, 4192.0, 4152.0, 4191.0, 4143.0, 4193.0, 4143.0, 4206.0, 4152.0, 4171.0, 4179.0, 4149.0, 4178.0, 4138.0, 4170.0, 4127.0, 4138.0, 4178.0, 4117.0, 4168.0, 4118.0, 4150.0, 4132.0, 4183.0, 4144.0, 4166.0, 4147.0, 4178.0, 4158.0, 4200.0, 4179.0, 4201.0, 4209.0, 4189.0, 4218.0, 4155.0, 4186.0, 4182.0, 4152.0, 4192.0, 4153.0, 4194.0, 4164.0, 4185.0, 4131.0, 4143.0, 4192.0, 4154.0, 4194.0, 4134.0, 4195.0, 4132.0, 4144.0, 4191.0, 4144.0, 4194.0, 4142.0, 4196.0, 4133.0, 4153.0, 4161.0, 4144.0, 4194.0, 4144.0, 4176.0, 4156.0, 4171.0, 4201.0, 4183.0, 4222.0, 4159.0, 4209.0, 4149.0, 4202.0, 4159.0, 4180.0, 4211.0, 4196.0, 4232.0, 4192.0, 4209.0, 4170.0, 4208.0, 4180.0, 4210.0, 4179.0, 4220.0, 4178.0, 4198.0, 4153.0, 4177.0, 4215.0, 4185.0, 4214.0, 4185.0, 4206.0, 4143.0, 4183.0, 4144.0, 4185.0, 4194.0, 4185.0, 4163.0, 4162.0, 4181.0, 4151.0, 4191.0, 4161.0, 4202.0, 4172.0, 4191.0, 4139.0, 4178.0, 4120.0, 4192.0, 4139.0, 4181.0, 4128.0, 4148.0, 4127.0, 4148.0, 4137.0, 4172.0, 4181.0, 4182.0, 4140.0, 4171.0, 4118.0, 4181.0, 4168.0, 4149.0, 4188.0, 4160.0, 4190.0, 4148.0, 4188.0, 4127.0, 4166.0, 4117.0, 4168.0, 4129.0, 4182.0, 4141.0, 4171.0, 4130.0, 4162.0, 4132.0, 4185.0, 4194.0, 4174.0, 4203.0, 4142.0, 4193.0, 4142.0, 4195.0, 4142.0, 4172.0, 4129.0, 4140.0, 4179.0, 4130.0, 4192.0, 4143.0, 4183.0, 4155.0, 4185.0, 4156.0, 4197.0, 4168.0, 4210.0, 4149.0, 4232.0, 4160.0, 4219.0, 4156.0, 4196.0, 4154.0, 4184.0, 4203.0, 4162.0, 4202.0, 4173.0, 4202.0, 4160.0, 4179.0, 4129.0, 4180.0, 4118.0, 4170.0, 4129.0, 4182.0, 4171.0, 4162.0, 4131.0, 4152.0, 4159.0, 4139.0, 4189.0, 4140.0, 4191.0, 4120.0, 4192.0, 4140.0, 4182.0, 4140.0, 4151.0, 4118.0, 4140.0, 4169.0, 4130.0, 4193.0, 4164.0, 4206.0, 4155.0, 4206.0, 4145.0, 4194.0, 4133.0, 4195.0, 4154.0, 4196.0, 4154.0, 4166.0, 4203.0, 4167.0, 4207.0, 4156.0, 4196.0, 4132.0, 4168.0, 4129.0, 4119.0, 4129.0, 4178.0, 4148.0, 4158.0, 4148.0, 4200.0, 4162.0, 4210.0, 4171.0, 4209.0, 4177.0, 4204.0, 4162.0, 4179.0, 4148.0, 4176.0, 4147.0, 4176.0, 4155.0, 4163.0, 4144.0, 4162.0, 4120.0, 4077.0, 4119.0, 4099.0, 4141.0, 4122.0, 4100.0, 4101.0, 4124.0, 4155.0, 4125.0, 4105.0, 4136.0, 4118.0, 4158.0, 4108.0, 4156.0, 4106.0, 4147.0, 4106.0, 4147.0, 4118.0, 4150.0, 4132.0, 4170.0, 4122.0, 4171.0, 4132.0, 4183.0, 4145.0, 4185.0, 4159.0, 4188.0, 4147.0, 4147.0, 4156.0, 4198.0, 4158.0, 4196.0, 4156.0, 4187.0, 4147.0, 4199.0, 4149.0, 4199.0, 4160.0, 4168.0, 4150.0, 4181.0, 4183.0], 'WindowWidth': [9492.0, 9491.0, 9413.0, 9419.0, 9345.0, 9360.0, 9302.0, 9350.0, 9292.0, 9343.0, 9296.0, 9360.0, 9320.0, 9348.0, 9268.0, 9312.0, 9284.0, 9332.0, 9303.0, 9337.0, 9300.0, 9274.0, 9287.0, 9254.0, 9300.0, 9286.0, 9318.0, 9289.0, 9301.0, 9273.0, 9303.0, 9267.0, 9317.0, 9302.0, 9328.0, 9304.0, 9313.0, 9241.0, 9278.0, 9239.0, 9290.0, 9265.0, 9322.0, 9285.0, 9323.0, 9260.0, 9311.0, 9260.0, 9288.0, 9270.0, 9270.0, 9227.0, 9272.0, 9292.0, 9268.0, 9325.0, 9273.0, 9325.0, 9259.0, 9294.0, 9238.0, 9266.0, 9232.0, 9285.0, 9248.0, 9275.0, 9235.0, 9271.0, 9258.0, 9290.0, 9267.0, 9293.0, 9277.0, 9287.0, 9254.0, 9285.0, 9242.0, 9284.0, 9253.0, 9269.0, 9251.0, 9273.0, 9243.0, 9284.0, 9232.0, 9265.0, 9224.0, 9259.0, 9211.0, 9280.0, 9232.0, 9284.0, 9231.0, 9268.0, 9240.0, 9264.0, 9200.0, 9252.0, 9195.0, 9269.0, 9295.0, 9260.0, 9297.0, 9259.0, 9294.0, 9231.0, 9285.0, 9235.0, 9304.0, 9241.0, 9305.0, 9241.0, 9309.0, 9255.0, 9278.0, 9222.0, 9296.0, 9244.0, 9318.0, 9256.0, 9291.0, 9311.0, 9285.0, 9321.0, 9255.0, 9311.0, 9257.0, 9327.0, 9259.0, 9307.0, 9238.0, 9277.0, 9238.0, 9311.0, 9254.0, 9299.0, 9268.0, 9287.0, 9253.0, 9282.0, 9313.0, 9269.0, 9338.0, 9274.0, 9339.0, 9282.0, 9309.0, 9250.0, 9305.0, 9228.0, 9274.0, 9274.0, 9292.0, 9328.0, 9257.0, 9295.0, 9228.0, 9264.0, 9211.0, 9285.0, 9218.0, 9294.0, 9265.0, 9284.0, 9251.0, 9265.0, 9299.0, 9260.0, 9321.0, 9256.0, 9325.0, 9257.0, 9307.0, 9255.0, 9276.0, 9233.0, 9291.0, 9274.0, 9275.0, 9282.0, 9255.0, 9305.0, 9257.0, 9298.0, 9261.0, 9310.0, 9241.0, 9277.0, 9201.0, 9275.0, 9206.0, 9264.0, 9233.0, 9247.0, 9280.0, 9215.0, 9251.0, 9216.0, 9257.0, 9204.0, 9278.0, 9219.0, 9234.0, 9186.0, 9239.0, 9288.0, 9239.0, 9278.0, 9227.0, 9277.0, 9224.0, 9268.0, 9229.0, 9287.0, 9231.0, 9261.0, 9216.0, 9258.0, 9306.0, 9260.0, 9301.0, 9260.0, 9299.0, 9226.0, 9268.0, 9186.0, 9249.0, 9288.0, 9237.0, 9279.0, 9225.0, 9261.0, 9223.0, 9246.0, 9190.0, 9254.0, 9212.0, 9287.0, 9244.0, 9260.0, 9305.0, 9239.0, 9277.0, 9226.0, 9282.0, 9226.0, 9269.0, 9196.0, 9237.0, 9290.0, 9237.0, 9278.0, 9227.0, 9287.0, 9231.0, 9289.0, 9217.0, 9248.0, 9294.0, 9244.0, 9284.0, 9230.0, 9271.0, 9216.0, 9295.0, 9251.0, 9321.0, 9285.0, 9271.0, 9270.0, 9228.0, 9267.0, 9289.0, 9248.0, 9284.0, 9249.0, 9287.0, 9246.0, 9297.0, 9228.0, 9288.0, 9301.0, 9292.0, 9316.0, 9262.0, 9311.0, 9225.0, 9276.0, 9225.0, 9279.0, 9226.0, 9285.0, 9227.0, 9295.0, 9232.0, 9266.0, 9227.0, 9249.0, 9209.0, 9283.0, 9231.0, 9289.0, 9253.0, 9280.0, 9239.0, 9263.0, 9211.0, 9270.0, 9285.0, 9293.0, 9317.0, 9279.0, 9261.0, 9246.0, 9257.0, 9234.0, 9270.0, 9277.0, 9304.0, 9297.0, 9295.0, 9300.0, 9243.0, 9296.0, 9217.0, 9291.0, 9234.0, 9293.0, 9288.0, 9291.0, 9320.0, 9278.0, 9331.0, 9251.0, 9283.0, 9241.0, 9284.0, 9230.0, 9320.0, 9255.0, 9296.0, 9259.0, 9265.0, 9234.0, 9289.0, 9232.0, 9315.0, 9272.0, 9318.0, 9261.0, 9305.0, 9243.0, 9269.0, 9314.0, 9278.0, 9337.0, 9300.0, 9340.0, 9288.0, 9324.0, 9254.0, 9272.0, 9228.0, 9300.0, 9245.0, 9318.0, 9244.0, 9269.0, 9215.0, 9256.0, 9289.0, 9225.0, 9276.0, 9240.0, 9297.0, 9242.0, 9266.0, 9215.0, 9254.0, 9213.0, 9292.0, 9224.0, 9297.0, 9293.0, 9258.0, 9317.0, 9251.0, 9304.0, 9233.0, 9305.0, 9237.0, 9312.0, 9234.0, 9281.0, 9221.0, 9251.0, 9308.0, 9250.0, 9319.0, 9255.0, 9324.0, 9245.0, 9294.0, 9243.0, 9281.0, 9223.0, 9312.0, 9311.0, 9301.0, 9339.0, 9259.0, 9321.0, 9253.0, 9285.0, 9222.0, 9322.0, 9251.0, 9312.0, 9240.0, 9268.0, 9278.0, 9269.0, 9338.0, 9275.0, 9345.0, 9289.0, 9325.0, 9243.0, 9307.0, 9213.0, 9306.0, 9290.0, 9309.0, 9305.0, 9265.0, 9311.0, 9244.0, 9291.0, 9226.0, 9297.0, 9252.0, 9312.0, 9231.0, 9279.0, 9227.0, 9276.0, 9220.0, 9281.0, 9206.0, 9292.0, 9278.0, 9237.0, 9286.0, 9220.0, 9284.0, 9221.0, 9275.0, 9231.0, 9293.0, 9228.0, 9285.0, 9214.0, 9244.0, 9216.0, 9264.0, 9289.0, 9279.0, 9309.0, 9292.0, 9285.0, 9295.0, 9245.0, 9254.0, 9244.0, 9310.0, 9279.0, 9342.0, 9338.0, 9279.0, 9333.0, 9246.0, 9326.0, 9239.0, 9324.0, 9295.0, 9327.0, 9266.0, 9305.0, 9219.0, 9286.0, 9228.0, 9301.0, 9273.0, 9306.0, 9215.0, 9255.0, 9194.0, 9267.0, 9293.0, 9284.0, 9296.0, 9244.0, 9291.0, 9239.0, 9286.0, 9242.0, 9310.0, 9266.0, 9317.0, 9252.0, 9286.0, 9246.0, 9267.0, 9289.0, 9301.0, 9314.0, 9305.0, 9265.0, 9231.0, 9259.0, 9279.0, 9300.0, 9312.0, 9292.0, 9312.0, 9257.0, 9307.0, 9239.0, 9284.0, 9218.0, 9290.0, 9270.0, 9297.0, 9248.0, 9217.0, 9247.0, 9229.0, 9274.0, 9273.0, 9319.0, 9221.0, 9320.0, 9236.0, 9290.0, 9227.0, 9286.0, 9297.0, 9288.0, 9295.0, 9242.0, 9277.0, 9236.0, 9301.0, 9228.0, 9303.0, 9245.0, 9309.0, 9231.0, 9276.0, 9241.0, 9296.0, 9233.0, 9299.0, 9231.0, 9279.0, 9213.0, 9278.0, 9193.0, 9265.0, 9247.0, 9250.0, 9304.0, 9239.0, 9307.0, 9243.0, 9294.0, 9238.0, 9277.0, 9270.0, 9313.0, 9247.0, 9286.0, 9234.0, 9278.0, 9229.0, 9301.0, 9213.0, 9293.0, 9301.0, 9277.0, 9329.0, 9260.0, 9309.0, 9224.0, 9264.0, 9190.0, 9267.0, 9305.0, 9266.0, 9289.0, 9220.0, 9257.0, 9186.0, 9263.0, 9222.0, 9250.0, 9263.0, 9227.0, 9196.0, 9221.0, 9218.0, 9244.0, 9312.0, 9262.0, 9319.0, 9263.0, 9300.0, 9231.0, 9267.0, 9225.0, 9285.0, 9241.0, 9289.0, 9214.0, 9259.0, 9291.0, 9238.0, 9286.0, 9238.0, 9280.0, 9228.0, 9295.0, 9231.0, 9268.0, 9196.0, 9264.0, 9206.0, 9289.0, 9283.0, 9247.0, 9308.0, 9244.0, 9274.0, 9228.0, 9284.0, 9231.0, 9300.0, 9247.0, 9284.0, 9229.0, 9266.0, 9227.0, 9300.0, 9243.0, 9266.0, 9213.0, 9254.0, 9288.0, 9224.0, 9304.0, 9239.0, 9314.0, 9243.0, 9293.0, 9243.0, 9276.0, 9244.0, 9286.0, 9249.0, 9315.0, 9249.0, 9284.0, 9230.0, 9282.0, 9195.0, 9268.0, 9279.0, 9254.0, 9306.0, 9240.0, 9273.0, 9225.0, 9248.0, 9212.0, 9258.0, 9225.0, 9309.0, 9239.0, 9284.0, 9240.0, 9280.0, 9316.0, 9251.0, 9318.0, 9250.0, 9322.0, 9252.0, 9292.0, 9222.0, 9251.0, 9215.0, 9253.0, 9330.0, 9254.0, 9323.0, 9263.0, 9329.0, 9248.0, 9301.0, 9244.0, 9287.0, 9244.0, 9308.0, 9350.0, 9302.0, 9364.0, 9285.0, 9347.0, 9265.0, 9330.0, 9250.0, 9333.0, 9262.0, 9349.0, 9289.0, 9302.0, 9241.0, 9268.0, 9307.0, 9253.0, 9332.0, 9257.0, 9335.0, 9258.0, 9338.0, 9261.0, 9310.0, 9243.0, 9294.0, 9242.0, 9329.0, 9263.0, 9335.0, 9278.0, 9317.0, 9259.0, 9310.0, 9234.0, 9320.0, 9312.0, 9307.0, 9305.0, 9264.0, 9286.0, 9247.0, 9310.0, 9259.0, 9315.0, 9259.0, 9293.0, 9237.0, 9276.0, 9223.0, 9278.0, 9208.0, 9281.0, 9230.0, 9218.0, 9278.0, 9199.0, 9268.0, 9187.0, 9243.0, 9191.0, 9256.0, 9267.0, 9252.0, 9317.0, 9219.0, 9285.0, 9219.0, 9273.0, 9220.0, 9294.0, 9241.0, 9303.0, 9264.0, 9312.0, 9271.0, 9351.0, 9271.0, 9342.0, 9356.0, 9325.0, 9367.0, 9313.0, 9361.0, 9292.0, 9325.0, 9272.0, 9346.0, 9316.0, 9338.0, 9263.0, 9286.0, 9212.0, 9300.0, 9269.0, 9300.0, 9255.0, 9255.0, 9273.0, 9248.0, 9287.0, 9250.0, 9306.0, 9234.0, 9284.0, 9217.0, 9270.0, 9179.0, 9235.0, 9175.0, 9227.0, 9264.0, 9212.0, 9264.0, 9213.0, 9250.0, 9219.0, 9257.0, 9208.0, 9277.0, 9230.0, 9286.0, 9213.0, 9258.0, 9281.0, 9241.0, 9289.0, 9214.0, 9294.0, 9215.0, 9314.0, 9235.0, 9288.0, 9234.0, 9288.0, 9216.0, 9288.0, 9271.0, 9276.0, 9315.0, 9249.0, 9298.0, 9244.0, 9294.0, 9236.0, 9302.0, 9234.0, 9323.0, 9244.0, 9270.0, 9275.0, 9235.0, 9273.0, 9220.0, 9265.0, 9202.0, 9219.0, 9273.0, 9193.0, 9258.0, 9196.0, 9239.0, 9222.0, 9289.0, 9241.0, 9273.0, 9249.0, 9293.0, 9265.0, 9324.0, 9292.0, 9325.0, 9333.0, 9305.0, 9342.0, 9253.0, 9294.0, 9285.0, 9244.0, 9299.0, 9247.0, 9305.0, 9263.0, 9293.0, 9217.0, 9234.0, 9299.0, 9253.0, 9306.0, 9226.0, 9306.0, 9218.0, 9237.0, 9295.0, 9239.0, 9304.0, 9233.0, 9309.0, 9221.0, 9250.0, 9257.0, 9238.0, 9305.0, 9241.0, 9285.0, 9259.0, 9287.0, 9326.0, 9308.0, 9354.0, 9268.0, 9333.0, 9255.0, 9329.0, 9266.0, 9298.0, 9342.0, 9328.0, 9369.0, 9315.0, 9335.0, 9283.0, 9329.0, 9295.0, 9335.0, 9292.0, 9348.0, 9290.0, 9318.0, 9249.0, 9288.0, 9335.0, 9295.0, 9332.0, 9297.0, 9324.0, 9236.0, 9288.0, 9238.0, 9296.0, 9304.0, 9294.0, 9262.0, 9260.0, 9281.0, 9243.0, 9297.0, 9258.0, 9313.0, 9272.0, 9295.0, 9223.0, 9273.0, 9199.0, 9296.0, 9223.0, 9282.0, 9207.0, 9234.0, 9204.0, 9235.0, 9220.0, 9271.0, 9281.0, 9286.0, 9227.0, 9268.0, 9194.0, 9278.0, 9258.0, 9235.0, 9287.0, 9253.0, 9292.0, 9235.0, 9287.0, 9205.0, 9253.0, 9190.0, 9260.0, 9213.0, 9285.0, 9230.0, 9270.0, 9215.0, 9258.0, 9218.0, 9296.0, 9305.0, 9278.0, 9314.0, 9232.0, 9299.0, 9234.0, 9308.0, 9234.0, 9271.0, 9211.0, 9226.0, 9277.0, 9213.0, 9298.0, 9237.0, 9287.0, 9256.0, 9296.0, 9261.0, 9312.0, 9277.0, 9336.0, 9255.0, 9367.0, 9269.0, 9344.0, 9255.0, 9309.0, 9247.0, 9288.0, 9312.0, 9256.0, 9312.0, 9273.0, 9310.0, 9254.0, 9275.0, 9208.0, 9277.0, 9193.0, 9265.0, 9210.0, 9284.0, 9269.0, 9258.0, 9216.0, 9245.0, 9249.0, 9224.0, 9287.0, 9226.0, 9295.0, 9198.0, 9296.0, 9225.0, 9283.0, 9227.0, 9243.0, 9196.0, 9226.0, 9262.0, 9214.0, 9298.0, 9265.0, 9322.0, 9257.0, 9323.0, 9242.0, 9302.0, 9223.0, 9307.0, 9250.0, 9311.0, 9251.0, 9273.0, 9316.0, 9275.0, 9326.0, 9258.0, 9306.0, 9209.0, 9249.0, 9205.0, 9194.0, 9211.0, 9288.0, 9249.0, 9262.0, 9248.0, 9319.0, 9273.0, 9335.0, 9281.0, 9324.0, 9279.0, 9311.0, 9250.0, 9268.0, 9222.0, 9260.0, 9220.0, 9257.0, 9228.0, 9234.0, 9212.0, 9233.0, 9174.0, 9111.0, 9170.0, 9144.0, 9205.0, 9180.0, 9151.0, 9153.0, 9188.0, 9230.0, 9192.0, 9166.0, 9208.0, 9186.0, 9240.0, 9175.0, 9235.0, 9167.0, 9222.0, 9168.0, 9223.0, 9190.0, 9236.0, 9215.0, 9262.0, 9201.0, 9263.0, 9216.0, 9282.0, 9236.0, 9291.0, 9264.0, 9299.0, 9246.0, 9243.0, 9258.0, 9314.0, 9261.0, 9305.0, 9254.0, 9296.0, 9247.0, 9315.0, 9252.0, 9316.0, 9269.0, 9275.0, 9254.0, 9296.0, 9306.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.0066939722463139634</td></tr>
<tr><td colspan=3>aqi</td><td>0.04567919843885516</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.89017508092013</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.258262481666667</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0916842921788203</td></tr>
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
<tr><td colspan=3>fber</td><td>3592.5662</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13169690733390813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>130</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.274934952298352</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4836442656470683</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.476698122769097</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5492569392209785</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.42497773495113</td></tr>
<tr><td colspan=3>gcor</td><td>0.00861065</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007847767323255539</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024668129161000252</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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>4.107512808051888</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>33.8718</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.2154</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.3633</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.0253</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6052</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.6657</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3394.6703</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1347.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.5601</td></tr>
<tr><td colspan=3>tsnr</td><td>27.475871038623154</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>