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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0018_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-03_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-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-01_task-alignvideo_acq-mb8_run-03_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-0018/ses-01/func/sub-0018_ses-01_task-alignvideo_acq-mb8_run-03_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>80b4a45f5b4a84a9f1105da5ccbd76d8</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>11:13:56.697500</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.995368, -0.0819082, 0.0503398, 0.0758904, 0.990847, 0.111634]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', '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-03_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.100106</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>73</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7743, -7281, 646, -57, -247, -15, 13]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a76b261a-b90b-476b-8851-1f6e741014ea||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.670498847961426, 0.2036084234714508, 0.15936139225959778, 99.80409240722656], [0.21975360810756683, 2.6583712100982666, 0.28970015048980713, -108.49424743652344], [0.13505788147449493, -0.2995052635669708, 2.6796786785125732, -60.756526947021484], [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, 1016]</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], 'AcquisitionTime': ['111356.697500', '111357.157500', '111357.617500', '111358.077500', '111358.537500', '111358.997500', '111359.457500', '111359.917500', '111400.377500', '111400.837500', '111401.297500', '111401.757500', '111402.217500', '111402.677500', '111403.137500', '111403.597500', '111404.057500', '111404.517500', '111404.977500', '111405.437500', '111405.897500', '111406.357500', '111406.817500', '111407.277500', '111407.737500', '111408.197500', '111408.657500', '111409.117500', '111409.577500', '111410.037500', '111410.497500', '111410.957500', '111411.417500', '111411.877500', '111412.337500', '111412.797500', '111413.257500', '111413.717500', '111414.177500', '111414.637500', '111415.097500', '111415.557500', '111416.017500', '111416.477500', '111416.937500', '111417.397500', '111417.857500', '111418.317500', '111418.777500', '111419.237500', '111419.697500', '111420.157500', '111420.617500', '111421.077500', '111421.537500', '111421.997500', '111422.457500', '111422.917500', '111423.377500', '111423.837500', '111424.297500', '111424.757500', '111425.217500', '111425.677500', '111426.137500', '111426.597500', '111427.057500', '111427.517500', '111427.977500', '111428.437500', '111428.897500', '111429.357500', '111429.817500', '111430.277500', '111430.737500', '111431.197500', '111431.657500', '111432.117500', '111432.577500', '111433.037500', '111433.497500', '111433.957500', '111434.417500', '111434.877500', '111435.337500', '111435.797500', '111436.257500', '111436.717500', '111437.177500', '111437.637500', '111438.097500', '111438.557500', '111439.017500', '111439.477500', '111439.937500', '111440.397500', '111440.857500', '111441.317500', '111441.777500', '111442.237500', '111442.697500', '111443.157500', '111443.617500', '111444.077500', '111444.537500', '111444.997500', '111445.457500', '111445.917500', '111446.377500', '111446.837500', '111447.297500', '111447.757500', '111448.217500', '111448.677500', '111449.137500', '111449.597500', '111450.057500', '111450.517500', '111450.977500', '111451.437500', '111451.897500', '111452.357500', '111452.817500', '111453.277500', '111453.737500', '111454.197500', '111454.657500', '111455.117500', '111455.577500', '111456.037500', '111456.497500', '111456.957500', '111457.417500', '111457.877500', '111458.337500', '111458.797500', '111459.257500', '111459.717500', '111500.177500', '111500.637500', '111501.097500', '111501.557500', '111502.017500', '111502.477500', '111502.937500', '111503.397500', '111503.857500', '111504.317500', '111504.777500', '111505.237500', '111505.697500', '111506.157500', '111506.617500', '111507.077500', '111507.537500', '111507.997500', '111508.457500', '111508.917500', '111509.377500', '111509.837500', '111510.297500', '111510.757500', '111511.217500', '111511.677500', '111512.137500', '111512.597500', '111513.057500', '111513.517500', '111513.977500', '111514.437500', '111514.897500', '111515.357500', '111515.817500', '111516.277500', '111516.737500', '111517.197500', '111517.657500', '111518.117500', '111518.577500', '111519.037500', '111519.497500', '111519.957500', '111520.417500', '111520.877500', '111521.337500', '111521.797500', '111522.257500', '111522.717500', '111523.177500', '111523.637500', '111524.097500', '111524.557500', '111525.017500', '111525.477500', '111525.937500', '111526.397500', '111526.857500', '111527.317500', '111527.777500', '111528.237500', '111528.697500', '111529.157500', '111529.617500', '111530.077500', '111530.537500', '111530.997500', '111531.457500', '111531.917500', '111532.377500', '111532.837500', '111533.297500', '111533.757500', '111534.217500', '111534.677500', '111535.137500', '111535.597500', '111536.057500', '111536.517500', '111536.977500', '111537.437500', '111537.897500', '111538.357500', '111538.817500', '111539.277500', '111539.737500', '111540.197500', '111540.657500', '111541.117500', '111541.577500', '111542.037500', '111542.497500', '111542.957500', '111543.417500', '111543.877500', '111544.337500', '111544.797500', '111545.257500', '111545.717500', '111546.177500', '111546.637500', '111547.097500', '111547.557500', '111548.017500', '111548.477500', '111548.937500', '111549.397500', '111549.857500', '111550.317500', '111550.777500', '111551.237500', '111551.697500', '111552.157500', '111552.617500', '111553.077500', '111553.537500', '111553.997500', '111554.457500', '111554.917500', '111555.377500', '111555.837500', '111556.297500', '111556.757500', '111557.217500', '111557.677500', '111558.137500', '111558.597500', '111559.057500', '111559.517500', '111559.977500', '111600.437500', '111600.897500', '111601.357500', '111601.817500', '111602.277500', '111602.737500', '111603.197500', '111603.657500', '111604.117500', '111604.577500', '111605.037500', '111605.497500', '111605.957500', '111606.417500', '111606.877500', '111607.337500', '111607.797500', '111608.257500', '111608.717500', '111609.177500', '111609.637500', '111610.097500', '111610.557500', '111611.017500', '111611.477500', '111611.937500', '111612.397500', '111612.857500', '111613.317500', '111613.777500', '111614.237500', '111614.697500', '111615.157500', '111615.617500', '111616.077500', '111616.537500', '111616.997500', '111617.457500', '111617.917500', '111618.377500', '111618.837500', '111619.297500', '111619.757500', '111620.217500', '111620.677500', '111621.137500', '111621.597500', '111622.057500', '111622.517500', '111622.977500', '111623.437500', '111623.897500', '111624.357500', '111624.817500', '111625.277500', '111625.737500', '111626.197500', '111626.657500', '111627.117500', '111627.577500', '111628.037500', '111628.497500', '111628.957500', '111629.417500', '111629.877500', '111630.337500', '111630.797500', '111631.257500', '111631.717500', '111632.177500', '111632.637500', '111633.097500', '111633.557500', '111634.017500', '111634.477500', '111634.937500', '111635.397500', '111635.857500', '111636.317500', '111636.777500', '111637.237500', '111637.697500', '111638.157500', '111638.617500', '111639.077500', '111639.537500', '111639.997500', '111640.457500', '111640.917500', '111641.377500', '111641.837500', '111642.297500', '111642.757500', '111643.217500', '111643.677500', '111644.137500', '111644.597500', '111645.057500', '111645.517500', '111645.977500', '111646.437500', '111646.897500', '111647.357500', '111647.817500', '111648.277500', '111648.737500', '111649.197500', '111649.657500', '111650.117500', '111650.577500', '111651.037500', '111651.497500', '111651.957500', '111652.417500', '111652.877500', '111653.337500', '111653.797500', '111654.257500', '111654.717500', '111655.177500', '111655.637500', '111656.097500', '111656.557500', '111657.017500', '111657.477500', '111657.937500', '111658.397500', '111658.857500', '111659.317500', '111659.777500', '111700.237500', '111700.697500', '111701.157500', '111701.617500', '111702.077500', '111702.537500', '111702.997500', '111703.457500', '111703.917500', '111704.377500', '111704.837500', '111705.297500', '111705.757500', '111706.217500', '111706.677500', '111707.137500', '111707.597500', '111708.057500', '111708.517500', '111708.977500', '111709.437500', '111709.897500', '111710.357500', '111710.817500', '111711.277500', '111711.737500', '111712.197500', '111712.657500', '111713.117500', '111713.577500', '111714.037500', '111714.497500', '111714.957500', '111715.417500', '111715.877500', '111716.337500', '111716.797500', '111717.257500', '111717.717500', '111718.177500', '111718.637500', '111719.097500', '111719.557500', '111720.017500', '111720.477500', '111720.937500', '111721.397500', '111721.857500', '111722.317500', '111722.777500', '111723.237500', '111723.697500', '111724.157500', '111724.617500', '111725.077500', '111725.537500', '111725.997500', '111726.457500', '111726.917500', '111727.377500', '111727.837500', '111728.297500', '111728.757500', '111729.217500', '111729.677500', '111730.137500', '111730.597500', '111731.057500', '111731.517500', '111731.977500', '111732.437500', '111732.897500', '111733.357500', '111733.817500', '111734.277500', '111734.737500', '111735.197500', '111735.657500', '111736.117500', '111736.577500', '111737.037500', '111737.497500', '111737.957500', '111738.417500', '111738.877500', '111739.337500', '111739.797500', '111740.257500', '111740.717500', '111741.177500', '111741.637500', '111742.097500', '111742.557500', '111743.017500', '111743.477500', '111743.937500', '111744.397500', '111744.857500', '111745.317500', '111745.777500', '111746.237500', '111746.697500', '111747.157500', '111747.617500', '111748.077500', '111748.537500', '111748.997500', '111749.457500', '111749.917500', '111750.377500', '111750.837500', '111751.297500', '111751.757500', '111752.217500', '111752.677500', '111753.137500', '111753.597500', '111754.057500', '111754.517500', '111754.977500', '111755.437500', '111755.897500', '111756.357500', '111756.817500', '111757.277500', '111757.737500', '111758.197500', '111758.657500', '111759.117500', '111759.577500', '111800.037500', '111800.497500', '111800.957500', '111801.417500', '111801.877500', '111802.337500', '111802.797500', '111803.257500', '111803.717500', '111804.177500', '111804.637500', '111805.097500', '111805.557500', '111806.017500', '111806.477500', '111806.937500', '111807.397500', '111807.857500', '111808.317500', '111808.777500', '111809.237500', '111809.697500', '111810.157500', '111810.617500', '111811.077500', '111811.537500', '111811.997500', '111812.457500', '111812.917500', '111813.377500', '111813.837500', '111814.297500', '111814.757500', '111815.217500', '111815.677500', '111816.137500', '111816.597500', '111817.057500', '111817.517500', '111817.977500', '111818.437500', '111818.897500', '111819.357500', '111819.817500', '111820.277500', '111820.737500', '111821.197500', '111821.657500', '111822.117500', '111822.577500', '111823.037500', '111823.497500', '111823.957500', '111824.417500', '111824.877500', '111825.337500', '111825.797500', '111826.257500', '111826.717500', '111827.177500', '111827.637500', '111828.097500', '111828.557500', '111829.017500', '111829.477500', '111829.937500', '111830.397500', '111830.857500', '111831.317500', '111831.777500', '111832.237500', '111832.697500', '111833.157500', '111833.617500', '111834.077500', '111834.537500', '111834.997500', '111835.457500', '111835.917500', '111836.377500', '111836.837500', '111837.297500', '111837.757500', '111838.217500', '111838.677500', '111839.137500', '111839.597500', '111840.057500', '111840.517500', '111840.977500', '111841.437500', '111841.897500', '111842.357500', '111842.817500', '111843.277500', '111843.737500', '111844.197500', '111844.657500', '111845.117500', '111845.577500', '111846.037500', '111846.497500', '111846.957500', '111847.417500', '111847.877500', '111848.337500', '111848.797500', '111849.257500', '111849.717500', '111850.177500', '111850.637500', '111851.097500', '111851.557500', '111852.017500', '111852.477500', '111852.937500', '111853.397500', '111853.857500', '111854.317500', '111854.777500', '111855.237500', '111855.697500', '111856.157500', '111856.617500', '111857.077500', '111857.537500', '111857.997500', '111858.457500', '111858.917500', '111859.377500', '111859.837500', '111900.297500', '111900.757500', '111901.217500', '111901.677500', '111902.137500', '111902.597500', '111903.057500', '111903.517500', '111903.977500', '111904.437500', '111904.897500', '111905.357500', '111905.817500', '111906.277500', '111906.737500', '111907.197500', '111907.657500', '111908.117500', '111908.577500', '111909.037500', '111909.497500', '111909.957500', '111910.417500', '111910.877500', '111911.337500', '111911.797500', '111912.257500', '111912.717500', '111913.177500', '111913.637500', '111914.097500', '111914.557500', '111915.017500', '111915.477500', '111915.937500', '111916.397500', '111916.857500', '111917.317500', '111917.777500', '111918.237500', '111918.697500', '111919.157500', '111919.617500', '111920.077500', '111920.537500', '111920.997500', '111921.457500', '111921.917500', '111922.377500', '111922.837500', '111923.297500', '111923.757500', '111924.217500', '111924.677500', '111925.137500', '111925.597500', '111926.057500', '111926.517500', '111926.977500', '111927.437500', '111927.897500', '111928.357500', '111928.817500', '111929.277500', '111929.737500', '111930.197500', '111930.657500', '111931.117500', '111931.577500', '111932.037500', '111932.497500', '111932.957500', '111933.417500', '111933.877500', '111934.337500', '111934.797500', '111935.257500', '111935.717500', '111936.177500', '111936.637500', '111937.097500', '111937.557500', '111938.017500', '111938.477500', '111938.937500', '111939.397500', '111939.857500', '111940.317500', '111940.777500', '111941.237500', '111941.697500', '111942.157500', '111942.617500', '111943.077500', '111943.537500', '111943.997500', '111944.457500', '111944.917500', '111945.377500', '111945.837500', '111946.297500', '111946.757500', '111947.217500', '111947.677500', '111948.137500', '111948.597500', '111949.057500', '111949.517500', '111949.977500', '111950.437500', '111950.897500', '111951.357500', '111951.817500', '111952.277500', '111952.737500', '111953.197500', '111953.657500', '111954.117500', '111954.577500', '111955.037500', '111955.497500', '111955.957500', '111956.417500', '111956.877500', '111957.337500', '111957.797500', '111958.257500', '111958.717500', '111959.177500', '111959.637500', '112000.097500', '112000.557500', '112001.017500', '112001.477500', '112001.937500', '112002.397500', '112002.857500', '112003.317500', '112003.777500', '112004.237500', '112004.697500', '112005.157500', '112005.617500', '112006.077500', '112006.537500', '112006.997500', '112007.457500', '112007.917500', '112008.377500', '112008.837500', '112009.297500', '112009.757500', '112010.217500', '112010.677500', '112011.137500', '112011.597500', '112012.057500', '112012.517500', '112012.977500', '112013.437500', '112013.897500', '112014.357500', '112014.817500', '112015.277500', '112015.737500', '112016.197500', '112016.657500', '112017.117500', '112017.577500', '112018.037500', '112018.497500', '112018.957500', '112019.417500', '112019.877500', '112020.337500', '112020.797500', '112021.257500', '112021.717500', '112022.177500', '112022.637500', '112023.097500', '112023.557500', '112024.017500', '112024.477500', '112024.937500', '112025.397500', '112025.857500', '112026.317500', '112026.777500', '112027.237500', '112027.697500', '112028.157500', '112028.617500', '112029.077500', '112029.537500', '112029.997500', '112030.457500', '112030.917500', '112031.377500', '112031.837500', '112032.297500', '112032.757500', '112033.217500', '112033.677500', '112034.137500', '112034.597500', '112035.057500', '112035.517500', '112035.977500', '112036.437500', '112036.897500', '112037.357500', '112037.817500', '112038.277500', '112038.737500', '112039.197500', '112039.657500', '112040.117500', '112040.577500', '112041.037500', '112041.497500', '112041.957500', '112042.417500', '112042.877500', '112043.337500', '112043.797500', '112044.257500', '112044.717500', '112045.177500', '112045.637500', '112046.097500', '112046.557500', '112047.017500', '112047.477500', '112047.937500', '112048.397500', '112048.857500', '112049.317500', '112049.777500', '112050.237500', '112050.697500', '112051.157500', '112051.617500', '112052.077500', '112052.537500', '112052.997500', '112053.457500', '112053.917500', '112054.377500', '112054.837500', '112055.297500', '112055.757500', '112056.217500', '112056.677500', '112057.137500', '112057.597500', '112058.057500', '112058.517500', '112058.977500', '112059.437500', '112059.897500', '112100.357500', '112100.817500', '112101.277500', '112101.737500', '112102.197500', '112102.657500', '112103.117500', '112103.577500', '112104.037500', '112104.497500', '112104.957500', '112105.417500', '112105.877500', '112106.337500', '112106.797500', '112107.257500', '112107.717500', '112108.177500', '112108.637500', '112109.097500', '112109.557500', '112110.017500', '112110.477500', '112110.937500', '112111.397500', '112111.857500', '112112.317500', '112112.777500', '112113.237500', '112113.697500', '112114.157500', '112114.617500', '112115.077500', '112115.537500', '112115.997500', '112116.457500', '112116.917500', '112117.377500', '112117.837500', '112118.297500', '112118.757500', '112119.217500', '112119.677500', '112120.137500', '112120.597500', '112121.057500', '112121.517500', '112121.977500', '112122.437500', '112122.897500', '112123.357500', '112123.817500', '112124.277500', '112124.737500', '112125.197500', '112125.657500', '112126.117500', '112126.577500', '112127.037500', '112127.497500', '112127.957500', '112128.417500', '112128.877500', '112129.337500', '112129.797500', '112130.257500', '112130.717500', '112131.177500', '112131.637500', '112132.097500', '112132.557500', '112133.017500', '112133.477500', '112133.937500', '112134.397500', '112134.857500', '112135.317500', '112135.777500', '112136.237500', '112136.697500', '112137.157500', '112137.617500', '112138.077500', '112138.537500', '112138.997500', '112139.457500', '112139.917500', '112140.377500', '112140.837500', '112141.297500', '112141.757500', '112142.217500', '112142.677500', '112143.137500', '112143.597500'], 'ContentTime': ['111400.113000', '111400.357000', '111400.549000', '111400.772000', '111400.963000', '111401.209000', '111402.145000', '111402.264000', '111402.307000', '111402.355000', '111402.406000', '111402.578000', '111403.039000', '111403.489000', '111403.998000', '111404.434000', '111404.910000', '111405.401000', '111405.902000', '111406.299000', '111406.744000', '111407.214000', '111407.678000', '111408.125000', '111408.571000', '111409.039000', '111409.527000', '111409.973000', '111410.426000', '111410.885000', '111411.341000', '111411.803000', '111412.260000', '111412.725000', '111413.191000', '111413.632000', '111414.090000', '111414.564000', '111415.017000', '111415.473000', '111415.948000', '111416.402000', '111416.857000', '111417.335000', '111417.788000', '111418.242000', '111418.984000', '111419.148000', '111419.625000', '111420.071000', '111420.547000', '111420.994000', '111421.467000', '111421.914000', '111422.391000', '111422.851000', '111423.302000', '111423.759000', '111424.208000', '111424.673000', '111425.142000', '111425.598000', '111426.056000', '111426.516000', '111426.984000', '111427.442000', '111427.892000', '111428.356000', '111428.821000', '111429.281000', '111429.749000', '111430.206000', '111430.661000', '111431.121000', '111431.596000', '111432.030000', '111432.507000', '111432.968000', '111433.428000', '111433.884000', '111434.338000', '111434.804000', '111435.261000', '111435.710000', '111436.210000', '111436.635000', '111437.102000', '111437.560000', '111438.026000', '111438.489000', '111438.934000', '111439.410000', '111439.863000', '111440.321000', '111440.784000', '111441.239000', '111441.707000', '111442.163000', '111442.610000', '111443.083000', '111443.541000', '111444.031000', '111444.464000', '111444.925000', '111445.388000', '111445.833000', '111446.300000', '111446.752000', '111447.223000', '111447.720000', '111448.161000', '111448.613000', '111449.073000', '111449.513000', '111449.976000', '111450.454000', '111450.899000', '111451.371000', '111451.814000', '111452.283000', '111452.742000', '111453.223000', '111453.667000', '111454.110000', '111454.576000', '111455.043000', '111455.508000', '111455.961000', '111456.411000', '111456.874000', '111457.336000', '111457.805000', '111458.269000', '111458.719000', '111459.192000', '111459.633000', '111500.110000', '111500.569000', '111501.010000', '111501.489000', '111501.934000', '111502.392000', '111502.856000', '111503.334000', '111503.788000', '111504.243000', '111504.710000', '111505.167000', '111505.814000', '111506.086000', '111506.552000', '111507.028000', '111507.466000', '111507.913000', '111508.374000', '111508.838000', '111509.304000', '111509.766000', '111510.214000', '111510.672000', '111511.145000', '111511.601000', '111512.064000', '111512.515000', '111512.983000', '111513.436000', '111513.893000', '111514.401000', '111514.815000', '111515.290000', '111515.744000', '111516.234000', '111516.678000', '111517.125000', '111517.582000', '111518.033000', '111518.503000', '111518.966000', '111519.423000', '111519.875000', '111520.372000', '111520.794000', '111521.255000', '111521.720000', '111522.184000', '111522.651000', '111523.107000', '111523.568000', '111524.017000', '111524.491000', '111524.949000', '111525.397000', '111525.864000', '111526.329000', '111526.779000', '111527.239000', '111527.696000', '111528.165000', '111528.617000', '111529.084000', '111529.532000', '111530.007000', '111530.464000', '111530.918000', '111531.378000', '111531.838000', '111532.311000', '111532.766000', '111533.252000', '111533.691000', '111534.144000', '111534.606000', '111535.060000', '111535.522000', '111535.984000', '111536.447000', '111536.906000', '111537.386000', '111537.829000', '111538.286000', '111538.748000', '111539.267000', '111539.653000', '111540.130000', '111540.589000', '111541.082000', '111541.508000', '111541.957000', '111542.453000', '111542.892000', '111543.342000', '111543.805000', '111544.254000', '111544.713000', '111545.191000', '111545.651000', '111546.098000', '111546.596000', '111547.035000', '111547.489000', '111547.943000', '111548.412000', '111548.860000', '111549.334000', '111549.785000', '111550.244000', '111550.706000', '111551.288000', '111551.632000', '111552.082000', '111552.583000', '111553.008000', '111553.479000', '111553.923000', '111554.392000', '111554.843000', '111555.326000', '111555.766000', '111556.227000', '111556.684000', '111557.152000', '111557.603000', '111558.078000', '111558.550000', '111558.983000', '111559.459000', '111559.898000', '111600.355000', '111600.826000', '111601.297000', '111601.747000', '111602.208000', '111602.670000', '111603.129000', '111603.578000', '111604.054000', '111604.518000', '111604.971000', '111605.433000', '111605.884000', '111606.378000', '111606.797000', '111607.262000', '111607.730000', '111608.176000', '111608.652000', '111609.097000', '111609.565000', '111610.019000', '111610.492000', '111610.960000', '111611.404000', '111611.895000', '111612.332000', '111612.791000', '111613.239000', '111613.707000', '111614.162000', '111614.619000', '111615.077000', '111615.551000', '111616.006000', '111616.466000', '111616.931000', '111617.391000', '111617.855000', '111618.653000', '111618.774000', '111619.323000', '111619.677000', '111620.137000', '111620.643000', '111621.060000', '111621.531000', '111621.992000', '111622.447000', '111622.937000', '111623.376000', '111623.824000', '111624.283000', '111624.753000', '111625.212000', '111625.675000', '111626.129000', '111626.598000', '111627.051000', '111627.514000', '111627.964000', '111628.432000', '111628.895000', '111629.360000', '111629.818000', '111630.280000', '111630.735000', '111631.189000', '111631.643000', '111632.116000', '111632.575000', '111633.027000', '111633.482000', '111633.982000', '111634.409000', '111634.858000', '111635.339000', '111635.786000', '111636.242000', '111636.721000', '111637.187000', '111637.621000', '111638.087000', '111638.559000', '111639.002000', '111639.466000', '111639.930000', '111640.398000', '111640.856000', '111641.318000', '111641.778000', '111642.242000', '111642.701000', '111643.143000', '111643.608000', '111644.105000', '111644.533000', '111644.983000', '111645.446000', '111645.914000', '111646.376000', '111646.833000', '111647.328000', '111647.742000', '111648.213000', '111648.672000', '111649.124000', '111649.619000', '111650.049000', '111650.510000', '111650.964000', '111651.425000', '111651.899000', '111652.388000', '111652.801000', '111653.279000', '111653.737000', '111654.184000', '111654.647000', '111655.134000', '111655.576000', '111656.023000', '111656.496000', '111656.961000', '111657.402000', '111657.880000', '111658.347000', '111658.785000', '111659.262000', '111659.713000', '111700.173000', '111700.634000', '111701.098000', '111701.562000', '111702.020000', '111702.475000', '111702.940000', '111703.396000', '111703.842000', '111704.306000', '111704.764000', '111705.224000', '111705.685000', '111706.156000', '111706.644000', '111707.067000', '111707.534000', '111707.981000', '111708.453000', '111708.918000', '111709.376000', '111709.836000', '111710.287000', '111710.757000', '111711.203000', '111711.661000', '111712.131000', '111712.600000', '111713.059000', '111713.504000', '111713.975000', '111714.441000', '111714.902000', '111715.347000', '111715.814000', '111716.276000', '111716.732000', '111717.240000', '111717.653000', '111718.111000', '111718.564000', '111719.027000', '111719.492000', '111719.959000', '111720.404000', '111720.874000', '111721.330000', '111721.812000', '111722.262000', '111722.707000', '111723.301000', '111723.653000', '111724.104000', '111724.555000', '111725.007000', '111725.481000', '111725.932000', '111726.384000', '111726.860000', '111727.317000', '111727.769000', '111728.241000', '111728.694000', '111729.164000', '111729.611000', '111730.067000', '111730.538000', '111731.001000', '111731.447000', '111731.913000', '111732.378000', '111732.888000', '111733.304000', '111733.750000', '111734.235000', '111734.688000', '111735.135000', '111735.584000', '111736.059000', '111736.514000', '111736.978000', '111737.429000', '111737.886000', '111738.347000', '111738.806000', '111739.264000', '111739.733000', '111740.192000', '111740.649000', '111741.117000', '111741.586000', '111742.033000', '111742.502000', '111742.952000', '111743.413000', '111743.881000', '111744.341000', '111744.795000', '111745.256000', '111745.721000', '111746.175000', '111746.634000', '111747.101000', '111747.563000', '111748.019000', '111748.483000', '111748.944000', '111749.404000', '111749.856000', '111750.324000', '111750.778000', '111751.241000', '111751.693000', '111752.165000', '111752.622000', '111753.070000', '111753.544000', '111753.992000', '111754.453000', '111754.922000', '111755.374000', '111755.844000', '111756.292000', '111756.767000', '111757.219000', '111757.678000', '111758.129000', '111758.603000', '111759.065000', '111759.517000', '111759.983000', '111800.446000', '111800.905000', '111801.372000', '111801.817000', '111802.272000', '111802.726000', '111803.187000', '111803.657000', '111804.120000', '111804.581000', '111805.032000', '111805.492000', '111805.964000', '111806.418000', '111806.887000', '111807.335000', '111807.802000', '111808.267000', '111808.714000', '111809.169000', '111809.636000', '111810.098000', '111810.554000', '111811.029000', '111811.474000', '111811.941000', '111812.396000', '111812.862000', '111813.321000', '111813.772000', '111814.240000', '111814.700000', '111815.157000', '111815.620000', '111816.083000', '111816.538000', '111817.004000', '111817.456000', '111817.924000', '111818.389000', '111818.835000', '111819.300000', '111819.756000', '111820.214000', '111820.672000', '111821.158000', '111821.615000', '111822.066000', '111822.521000', '111822.983000', '111823.439000', '111823.903000', '111824.348000', '111824.818000', '111825.286000', '111825.747000', '111826.213000', '111826.695000', '111827.116000', '111827.567000', '111828.036000', '111828.508000', '111828.950000', '111829.410000', '111829.874000', '111830.332000', '111830.798000', '111831.267000', '111831.716000', '111832.183000', '111832.650000', '111833.136000', '111833.561000', '111834.027000', '111834.476000', '111834.950000', '111835.437000', '111835.852000', '111836.322000', '111836.785000', '111837.253000', '111837.715000', '111838.168000', '111838.611000', '111839.074000', '111839.544000', '111840.004000', '111840.492000', '111840.915000', '111841.381000', '111841.846000', '111842.307000', '111842.756000', '111843.297000', '111843.680000', '111844.130000', '111844.594000', '111845.069000', '111845.525000', '111845.983000', '111846.436000', '111846.895000', '111847.373000', '111847.812000', '111848.276000', '111848.784000', '111849.208000', '111849.663000', '111850.116000', '111850.583000', '111851.036000', '111851.503000', '111851.955000', '111852.413000', '111852.890000', '111853.344000', '111853.817000', '111854.265000', '111854.713000', '111855.298000', '111855.640000', '111856.104000', '111856.553000', '111857.026000', '111857.483000', '111857.939000', '111858.411000', '111858.865000', '111859.321000', '111859.790000', '111900.238000', '111900.700000', '111901.192000', '111901.624000', '111902.095000', '111902.555000', '111903.004000', '111903.465000', '111903.936000', '111904.391000', '111904.848000', '111905.294000', '111905.757000', '111906.225000', '111906.691000', '111907.134000', '111907.605000', '111908.076000', '111908.521000', '111908.980000', '111909.438000', '111909.942000', '111910.375000', '111910.815000', '111911.327000', '111911.742000', '111912.208000', '111912.679000', '111913.134000', '111913.600000', '111914.037000', '111914.508000', '111914.966000', '111915.415000', '111915.875000', '111916.338000', '111916.801000', '111917.265000', '111917.727000', '111918.178000', '111918.651000', '111919.109000', '111919.577000', '111920.036000', '111920.523000', '111920.954000', '111921.416000', '111921.874000', '111922.328000', '111922.786000', '111923.358000', '111923.713000', '111924.160000', '111924.636000', '111925.093000', '111925.538000', '111926.015000', '111926.457000', '111926.928000', '111927.392000', '111927.855000', '111928.313000', '111928.769000', '111929.234000', '111929.687000', '111930.149000', '111930.618000', '111931.067000', '111931.532000', '111931.983000', '111932.441000', '111932.912000', '111933.358000', '111933.833000', '111934.329000', '111934.744000', '111935.325000', '111935.669000', '111936.122000', '111936.593000', '111937.046000', '111937.512000', '111937.968000', '111938.424000', '111938.894000', '111939.355000', '111939.841000', '111940.270000', '111940.718000', '111941.179000', '111941.641000', '111942.105000', '111942.571000', '111943.031000', '111943.482000', '111943.955000', '111944.445000', '111944.881000', '111945.336000', '111945.784000', '111946.252000', '111946.701000', '111947.172000', '111947.616000', '111948.100000', '111948.557000', '111949.024000', '111949.473000', '111949.931000', '111950.392000', '111950.881000', '111951.314000', '111951.771000', '111952.238000', '111952.694000', '111953.347000', '111953.603000', '111954.061000', '111954.535000', '111954.992000', '111955.482000', '111955.907000', '111956.363000', '111956.835000', '111957.284000', '111957.742000', '111958.205000', '111958.667000', '111959.141000', '111959.601000', '112000.047000', '112000.512000', '112000.966000', '112001.423000', '112001.894000', '112002.364000', '112002.814000', '112003.298000', '112003.733000', '112004.196000', '112004.642000', '112005.114000', '112005.583000', '112006.036000', '112006.494000', '112006.944000', '112007.422000', '112007.874000', '112008.340000', '112008.796000', '112009.262000', '112009.719000', '112010.170000', '112010.633000', '112011.090000', '112011.546000', '112012.011000', '112012.488000', '112012.936000', '112013.388000', '112013.859000', '112014.317000', '112014.775000', '112015.270000', '112015.692000', '112016.156000', '112016.611000', '112017.105000', '112017.557000', '112018.004000', '112018.449000', '112018.920000', '112019.386000', '112019.845000', '112020.292000', '112020.769000', '112021.213000', '112021.686000', '112022.146000', '112022.607000', '112023.052000', '112023.514000', '112023.986000', '112024.468000', '112024.900000', '112025.391000', '112025.821000', '112026.282000', '112026.725000', '112027.198000', '112027.665000', '112028.111000', '112028.568000', '112029.031000', '112029.492000', '112029.946000', '112030.420000', '112030.875000', '112031.331000', '112031.799000', '112032.250000', '112032.709000', '112033.174000', '112033.637000', '112034.101000', '112034.551000', '112035.021000', '112035.479000', '112035.935000', '112036.408000', '112036.846000', '112037.312000', '112037.788000', '112038.249000', '112038.703000', '112039.168000', '112039.629000', '112040.077000', '112040.533000', '112041.003000', '112041.460000', '112041.922000', '112042.384000', '112042.839000', '112043.308000', '112043.761000', '112044.217000', '112044.671000', '112045.133000', '112045.594000', '112046.062000', '112046.522000', '112046.979000', '112047.454000', '112047.903000', '112048.374000', '112048.817000', '112049.389000', '112049.743000', '112050.190000', '112050.658000', '112051.124000', '112051.575000', '112052.035000', '112052.491000', '112052.960000', '112053.426000', '112053.877000', '112054.347000', '112054.793000', '112055.271000', '112055.725000', '112056.198000', '112056.640000', '112057.097000', '112057.555000', '112058.025000', '112058.485000', '112058.948000', '112059.403000', '112059.855000', '112100.315000', '112100.782000', '112101.247000', '112101.705000', '112102.159000', '112102.621000', '112103.086000', '112103.536000', '112104.015000', '112104.466000', '112104.956000', '112105.378000', '112105.835000', '112106.335000', '112106.776000', '112107.218000', '112107.692000', '112108.145000', '112108.605000', '112109.067000', '112109.527000', '112109.985000', '112110.439000', '112110.908000', '112111.408000', '112111.828000', '112112.288000', '112112.755000', '112113.207000', '112113.659000', '112114.119000', '112114.580000', '112115.047000', '112115.508000', '112115.966000', '112116.429000', '112116.888000', '112117.337000', '112117.811000', '112118.260000', '112118.736000', '112119.194000', '112119.652000', '112120.101000', '112120.560000', '112121.024000', '112121.496000', '112121.946000', '112122.401000', '112122.916000', '112123.321000', '112123.798000', '112124.241000', '112124.712000', '112125.347000', '112125.627000', '112126.113000', '112126.556000', '112127.009000', '112127.466000', '112127.932000', '112128.419000', '112128.855000', '112129.306000', '112129.776000', '112130.217000', '112130.721000', '112131.153000', '112131.617000', '112132.063000', '112132.531000', '112132.977000', '112133.451000', '112133.927000', '112134.362000', '112134.825000', '112135.319000', '112135.783000', '112136.217000', '112136.661000', '112137.135000', '112137.597000', '112138.041000', '112138.552000', '112138.976000', '112139.428000', '112139.889000', '112140.351000', '112140.808000', '112141.271000', '112141.724000', '112142.202000', '112142.646000', '112143.122000', '112143.579000', '112144.020000', '112144.490000'], 'InstanceCreationTime': ['111400.113000', '111400.357000', '111400.549000', '111400.772000', '111400.963000', '111401.209000', '111402.145000', '111402.264000', '111402.307000', '111402.355000', '111402.406000', '111402.578000', '111403.039000', '111403.489000', '111403.998000', '111404.434000', '111404.910000', '111405.401000', '111405.902000', '111406.299000', '111406.744000', '111407.214000', '111407.678000', '111408.125000', '111408.571000', '111409.039000', '111409.527000', '111409.973000', '111410.426000', '111410.885000', '111411.341000', '111411.803000', '111412.260000', '111412.725000', '111413.191000', '111413.632000', '111414.090000', '111414.564000', '111415.017000', '111415.473000', '111415.948000', '111416.402000', '111416.857000', '111417.335000', '111417.788000', '111418.242000', '111418.984000', '111419.148000', '111419.625000', '111420.071000', '111420.547000', '111420.994000', '111421.467000', '111421.914000', '111422.391000', '111422.851000', '111423.302000', '111423.759000', '111424.208000', '111424.673000', '111425.142000', '111425.598000', '111426.056000', '111426.516000', '111426.984000', '111427.442000', '111427.892000', '111428.356000', '111428.821000', '111429.281000', '111429.749000', '111430.206000', '111430.661000', '111431.121000', '111431.596000', '111432.030000', '111432.507000', '111432.968000', '111433.428000', '111433.884000', '111434.338000', '111434.804000', '111435.261000', '111435.710000', '111436.210000', '111436.635000', '111437.102000', '111437.560000', '111438.026000', '111438.489000', '111438.934000', '111439.410000', '111439.863000', '111440.321000', '111440.784000', '111441.239000', '111441.707000', '111442.163000', '111442.610000', '111443.083000', '111443.541000', '111444.031000', '111444.464000', '111444.925000', '111445.388000', '111445.833000', '111446.300000', '111446.752000', '111447.223000', '111447.720000', '111448.161000', '111448.613000', '111449.073000', '111449.513000', '111449.976000', '111450.454000', '111450.899000', '111451.371000', '111451.814000', '111452.283000', '111452.742000', '111453.223000', '111453.667000', '111454.110000', '111454.576000', '111455.043000', '111455.508000', '111455.961000', '111456.411000', '111456.874000', '111457.336000', '111457.805000', '111458.269000', '111458.719000', '111459.192000', '111459.633000', '111500.110000', '111500.569000', '111501.010000', '111501.489000', '111501.934000', '111502.392000', '111502.856000', '111503.334000', '111503.788000', '111504.243000', '111504.710000', '111505.167000', '111505.814000', '111506.086000', '111506.552000', '111507.028000', '111507.466000', '111507.913000', '111508.374000', '111508.838000', '111509.304000', '111509.766000', '111510.214000', '111510.672000', '111511.145000', '111511.601000', '111512.064000', '111512.515000', '111512.983000', '111513.436000', '111513.893000', '111514.401000', '111514.815000', '111515.290000', '111515.744000', '111516.234000', '111516.678000', '111517.125000', '111517.582000', '111518.033000', '111518.503000', '111518.966000', '111519.423000', '111519.875000', '111520.372000', '111520.794000', '111521.255000', '111521.720000', '111522.184000', '111522.651000', '111523.107000', '111523.568000', '111524.017000', '111524.491000', '111524.949000', '111525.397000', '111525.864000', '111526.329000', '111526.779000', '111527.239000', '111527.696000', '111528.165000', '111528.617000', '111529.084000', '111529.532000', '111530.007000', '111530.464000', '111530.918000', '111531.378000', '111531.838000', '111532.311000', '111532.766000', '111533.252000', '111533.691000', '111534.144000', '111534.606000', '111535.060000', '111535.522000', '111535.984000', '111536.447000', '111536.906000', '111537.386000', '111537.829000', '111538.286000', '111538.748000', '111539.267000', '111539.653000', '111540.130000', '111540.589000', '111541.082000', '111541.508000', '111541.957000', '111542.453000', '111542.892000', '111543.342000', '111543.805000', '111544.254000', '111544.713000', '111545.191000', '111545.651000', '111546.098000', '111546.596000', '111547.035000', '111547.489000', '111547.943000', '111548.412000', '111548.860000', '111549.334000', '111549.785000', '111550.244000', '111550.706000', '111551.288000', '111551.632000', '111552.082000', '111552.583000', '111553.008000', '111553.479000', '111553.923000', '111554.392000', '111554.843000', '111555.326000', '111555.766000', '111556.227000', '111556.684000', '111557.152000', '111557.603000', '111558.078000', '111558.550000', '111558.983000', '111559.459000', '111559.898000', '111600.355000', '111600.826000', '111601.297000', '111601.747000', '111602.208000', '111602.670000', '111603.129000', '111603.578000', '111604.054000', '111604.518000', '111604.971000', '111605.433000', '111605.884000', '111606.378000', '111606.797000', '111607.262000', '111607.730000', '111608.176000', '111608.652000', '111609.097000', '111609.565000', '111610.019000', '111610.492000', '111610.960000', '111611.404000', '111611.895000', '111612.332000', '111612.791000', '111613.239000', '111613.707000', '111614.162000', '111614.619000', '111615.077000', '111615.551000', '111616.006000', '111616.466000', '111616.931000', '111617.391000', '111617.855000', '111618.653000', '111618.774000', '111619.323000', '111619.677000', '111620.137000', '111620.643000', '111621.060000', '111621.531000', '111621.992000', '111622.447000', '111622.937000', '111623.376000', '111623.824000', '111624.283000', '111624.753000', '111625.212000', '111625.675000', '111626.129000', '111626.598000', '111627.051000', '111627.514000', '111627.964000', '111628.432000', '111628.895000', '111629.360000', '111629.818000', '111630.280000', '111630.735000', '111631.189000', '111631.643000', '111632.116000', '111632.575000', '111633.027000', '111633.482000', '111633.982000', '111634.409000', '111634.858000', '111635.339000', '111635.786000', '111636.242000', '111636.721000', '111637.187000', '111637.621000', '111638.087000', '111638.559000', '111639.002000', '111639.466000', '111639.930000', '111640.398000', '111640.856000', '111641.318000', '111641.778000', '111642.242000', '111642.701000', '111643.143000', '111643.608000', '111644.105000', '111644.533000', '111644.983000', '111645.446000', '111645.914000', '111646.376000', '111646.833000', '111647.328000', '111647.742000', '111648.213000', '111648.672000', '111649.124000', '111649.619000', '111650.049000', '111650.510000', '111650.964000', '111651.425000', '111651.899000', '111652.388000', '111652.801000', '111653.279000', '111653.737000', '111654.184000', '111654.647000', '111655.134000', '111655.576000', '111656.023000', '111656.496000', '111656.961000', '111657.402000', '111657.880000', '111658.347000', '111658.785000', '111659.262000', '111659.713000', '111700.173000', '111700.634000', '111701.098000', '111701.562000', '111702.020000', '111702.475000', '111702.940000', '111703.396000', '111703.842000', '111704.306000', '111704.764000', '111705.224000', '111705.685000', '111706.156000', '111706.644000', '111707.067000', '111707.534000', '111707.981000', '111708.453000', '111708.918000', '111709.376000', '111709.836000', '111710.287000', '111710.757000', '111711.203000', '111711.661000', '111712.131000', '111712.600000', '111713.059000', '111713.504000', '111713.975000', '111714.441000', '111714.902000', '111715.347000', '111715.814000', '111716.276000', '111716.732000', '111717.240000', '111717.653000', '111718.111000', '111718.564000', '111719.027000', '111719.492000', '111719.959000', '111720.404000', '111720.874000', '111721.330000', '111721.812000', '111722.262000', '111722.707000', '111723.301000', '111723.653000', '111724.104000', '111724.555000', '111725.007000', '111725.481000', '111725.932000', '111726.384000', '111726.860000', '111727.317000', '111727.769000', '111728.241000', '111728.694000', '111729.164000', '111729.611000', '111730.067000', '111730.538000', '111731.001000', '111731.447000', '111731.913000', '111732.378000', '111732.888000', '111733.304000', '111733.750000', '111734.235000', '111734.688000', '111735.135000', '111735.584000', '111736.059000', '111736.514000', '111736.978000', '111737.429000', '111737.886000', '111738.347000', '111738.806000', '111739.264000', '111739.733000', '111740.192000', '111740.649000', '111741.117000', '111741.586000', '111742.033000', '111742.502000', '111742.952000', '111743.413000', '111743.881000', '111744.341000', '111744.795000', '111745.256000', '111745.721000', '111746.175000', '111746.634000', '111747.101000', '111747.563000', '111748.019000', '111748.483000', '111748.944000', '111749.404000', '111749.856000', '111750.324000', '111750.778000', '111751.241000', '111751.693000', '111752.165000', '111752.622000', '111753.070000', '111753.544000', '111753.992000', '111754.453000', '111754.922000', '111755.374000', '111755.844000', '111756.292000', '111756.767000', '111757.219000', '111757.678000', '111758.129000', '111758.603000', '111759.065000', '111759.517000', '111759.983000', '111800.446000', '111800.905000', '111801.372000', '111801.817000', '111802.272000', '111802.726000', '111803.187000', '111803.657000', '111804.120000', '111804.581000', '111805.032000', '111805.492000', '111805.964000', '111806.418000', '111806.887000', '111807.335000', '111807.802000', '111808.267000', '111808.714000', '111809.169000', '111809.636000', '111810.098000', '111810.554000', '111811.029000', '111811.474000', '111811.941000', '111812.396000', '111812.862000', '111813.321000', '111813.772000', '111814.240000', '111814.700000', '111815.157000', '111815.620000', '111816.083000', '111816.538000', '111817.004000', '111817.456000', '111817.924000', '111818.389000', '111818.835000', '111819.300000', '111819.756000', '111820.214000', '111820.672000', '111821.158000', '111821.615000', '111822.066000', '111822.521000', '111822.983000', '111823.439000', '111823.903000', '111824.348000', '111824.818000', '111825.286000', '111825.747000', '111826.213000', '111826.695000', '111827.116000', '111827.567000', '111828.036000', '111828.508000', '111828.950000', '111829.410000', '111829.874000', '111830.332000', '111830.798000', '111831.267000', '111831.716000', '111832.183000', '111832.650000', '111833.136000', '111833.561000', '111834.027000', '111834.476000', '111834.950000', '111835.437000', '111835.852000', '111836.322000', '111836.785000', '111837.253000', '111837.715000', '111838.168000', '111838.611000', '111839.074000', '111839.544000', '111840.004000', '111840.492000', '111840.915000', '111841.381000', '111841.846000', '111842.307000', '111842.756000', '111843.297000', '111843.680000', '111844.130000', '111844.594000', '111845.069000', '111845.525000', '111845.983000', '111846.436000', '111846.895000', '111847.373000', '111847.812000', '111848.276000', '111848.784000', '111849.208000', '111849.663000', '111850.116000', '111850.583000', '111851.036000', '111851.503000', '111851.955000', '111852.413000', '111852.890000', '111853.344000', '111853.817000', '111854.265000', '111854.713000', '111855.298000', '111855.640000', '111856.104000', '111856.553000', '111857.026000', '111857.483000', '111857.939000', '111858.411000', '111858.865000', '111859.321000', '111859.790000', '111900.238000', '111900.700000', '111901.192000', '111901.624000', '111902.095000', '111902.555000', '111903.004000', '111903.465000', '111903.936000', '111904.391000', '111904.848000', '111905.294000', '111905.757000', '111906.225000', '111906.691000', '111907.134000', '111907.605000', '111908.076000', '111908.521000', '111908.980000', '111909.438000', '111909.942000', '111910.375000', '111910.815000', '111911.327000', '111911.742000', '111912.208000', '111912.679000', '111913.134000', '111913.600000', '111914.037000', '111914.508000', '111914.966000', '111915.415000', '111915.875000', '111916.338000', '111916.801000', '111917.265000', '111917.727000', '111918.178000', '111918.651000', '111919.109000', '111919.577000', '111920.036000', '111920.523000', '111920.954000', '111921.416000', '111921.874000', '111922.328000', '111922.786000', '111923.358000', '111923.713000', '111924.160000', '111924.636000', '111925.093000', '111925.538000', '111926.015000', '111926.457000', '111926.928000', '111927.392000', '111927.855000', '111928.313000', '111928.769000', '111929.234000', '111929.687000', '111930.149000', '111930.618000', '111931.067000', '111931.532000', '111931.983000', '111932.441000', '111932.912000', '111933.358000', '111933.833000', '111934.329000', '111934.744000', '111935.325000', '111935.669000', '111936.122000', '111936.593000', '111937.046000', '111937.512000', '111937.968000', '111938.424000', '111938.894000', '111939.355000', '111939.841000', '111940.270000', '111940.718000', '111941.179000', '111941.641000', '111942.105000', '111942.571000', '111943.031000', '111943.482000', '111943.955000', '111944.445000', '111944.881000', '111945.336000', '111945.784000', '111946.252000', '111946.701000', '111947.172000', '111947.616000', '111948.100000', '111948.557000', '111949.024000', '111949.473000', '111949.931000', '111950.392000', '111950.881000', '111951.314000', '111951.771000', '111952.238000', '111952.694000', '111953.347000', '111953.603000', '111954.061000', '111954.535000', '111954.992000', '111955.482000', '111955.907000', '111956.363000', '111956.835000', '111957.284000', '111957.742000', '111958.205000', '111958.667000', '111959.141000', '111959.601000', '112000.047000', '112000.512000', '112000.966000', '112001.423000', '112001.894000', '112002.364000', '112002.814000', '112003.298000', '112003.733000', '112004.196000', '112004.642000', '112005.114000', '112005.583000', '112006.036000', '112006.494000', '112006.944000', '112007.422000', '112007.874000', '112008.340000', '112008.796000', '112009.262000', '112009.719000', '112010.170000', '112010.633000', '112011.090000', '112011.546000', '112012.011000', '112012.488000', '112012.936000', '112013.388000', '112013.859000', '112014.317000', '112014.775000', '112015.270000', '112015.692000', '112016.156000', '112016.611000', '112017.105000', '112017.557000', '112018.004000', '112018.449000', '112018.920000', '112019.386000', '112019.845000', '112020.292000', '112020.769000', '112021.213000', '112021.686000', '112022.146000', '112022.607000', '112023.052000', '112023.514000', '112023.986000', '112024.468000', '112024.900000', '112025.391000', '112025.821000', '112026.282000', '112026.725000', '112027.198000', '112027.665000', '112028.111000', '112028.568000', '112029.031000', '112029.492000', '112029.946000', '112030.420000', '112030.875000', '112031.331000', '112031.799000', '112032.250000', '112032.709000', '112033.174000', '112033.637000', '112034.101000', '112034.551000', '112035.021000', '112035.479000', '112035.935000', '112036.408000', '112036.846000', '112037.312000', '112037.788000', '112038.249000', '112038.703000', '112039.168000', '112039.629000', '112040.077000', '112040.533000', '112041.003000', '112041.460000', '112041.922000', '112042.384000', '112042.839000', '112043.308000', '112043.761000', '112044.217000', '112044.671000', '112045.133000', '112045.594000', '112046.062000', '112046.522000', '112046.979000', '112047.454000', '112047.903000', '112048.374000', '112048.817000', '112049.389000', '112049.743000', '112050.190000', '112050.658000', '112051.124000', '112051.575000', '112052.035000', '112052.491000', '112052.960000', '112053.426000', '112053.877000', '112054.347000', '112054.793000', '112055.271000', '112055.725000', '112056.198000', '112056.640000', '112057.097000', '112057.555000', '112058.025000', '112058.485000', '112058.948000', '112059.403000', '112059.855000', '112100.315000', '112100.782000', '112101.247000', '112101.705000', '112102.159000', '112102.621000', '112103.086000', '112103.536000', '112104.015000', '112104.466000', '112104.956000', '112105.378000', '112105.835000', '112106.335000', '112106.776000', '112107.218000', '112107.692000', '112108.145000', '112108.605000', '112109.067000', '112109.527000', '112109.985000', '112110.439000', '112110.908000', '112111.408000', '112111.828000', '112112.288000', '112112.755000', '112113.207000', '112113.659000', '112114.119000', '112114.580000', '112115.047000', '112115.508000', '112115.966000', '112116.429000', '112116.888000', '112117.337000', '112117.811000', '112118.260000', '112118.736000', '112119.194000', '112119.652000', '112120.101000', '112120.560000', '112121.024000', '112121.496000', '112121.946000', '112122.401000', '112122.916000', '112123.321000', '112123.798000', '112124.241000', '112124.712000', '112125.347000', '112125.627000', '112126.113000', '112126.556000', '112127.009000', '112127.466000', '112127.932000', '112128.419000', '112128.855000', '112129.306000', '112129.776000', '112130.217000', '112130.721000', '112131.153000', '112131.617000', '112132.063000', '112132.531000', '112132.977000', '112133.451000', '112133.927000', '112134.362000', '112134.825000', '112135.319000', '112135.783000', '112136.217000', '112136.661000', '112137.135000', '112137.597000', '112138.041000', '112138.552000', '112138.976000', '112139.428000', '112139.889000', '112140.351000', '112140.808000', '112141.271000', '112141.724000', '112142.202000', '112142.646000', '112143.122000', '112143.579000', '112144.020000', '112144.490000'], '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], 'LargestImagePixelValue': [532, 795, 553, 923, 709, 686, 665, 582, 694, 529, 531, 536, 586, 669, 542, 709, 555, 594, 532, 550, 550, 622, 571, 587, 668, 579, 714, 566, 684, 538, 741, 537, 610, 571, 548, 544, 525, 605, 556, 734, 566, 817, 582, 566, 557, 568, 514, 567, 661, 564, 783, 539, 772, 541, 592, 565, 603, 627, 610, 579, 563, 747, 543, 589, 569, 603, 559, 587, 633, 577, 731, 564, 846, 584, 668, 541, 570, 540, 577, 610, 617, 809, 605, 744, 576, 605, 543, 591, 608, 586, 603, 600, 672, 577, 796, 633, 662, 558, 585, 557, 575, 623, 593, 713, 556, 790, 548, 633, 536, 555, 585, 593, 714, 574, 672, 627, 744, 546, 772, 540, 732, 552, 557, 555, 611, 535, 625, 533, 577, 634, 573, 653, 571, 603, 641, 593, 550, 622, 682, 585, 777, 580, 684, 624, 619, 631, 638, 627, 611, 617, 595, 621, 680, 589, 756, 578, 864, 619, 823, 676, 715, 650, 663, 691, 597, 668, 641, 614, 580, 754, 603, 569, 584, 618, 567, 618, 582, 573, 630, 598, 570, 609, 589, 556, 544, 697, 647, 761, 577, 879, 559, 726, 562, 614, 565, 587, 566, 564, 673, 605, 734, 570, 650, 530, 581, 666, 576, 695, 663, 807, 579, 817, 555, 668, 546, 579, 648, 584, 666, 605, 721, 590, 821, 547, 615, 533, 583, 674, 553, 746, 611, 844, 548, 707, 532, 540, 523, 586, 601, 638, 781, 557, 701, 529, 557, 557, 580, 591, 587, 615, 547, 631, 547, 594, 616, 595, 673, 549, 789, 589, 705, 676, 599, 727, 579, 734, 549, 828, 557, 665, 636, 575, 595, 516, 698, 621, 834, 640, 713, 569, 596, 517, 592, 625, 525, 750, 526, 558, 689, 522, 830, 536, 890, 628, 905, 647, 897, 614, 545, 550, 546, 537, 572, 611, 500, 539, 501, 524, 717, 537, 649, 603, 519, 595, 526, 682, 517, 532, 648, 550, 786, 512, 533, 664, 525, 723, 559, 597, 523, 589, 675, 532, 533, 530, 629, 791, 587, 554, 638, 535, 800, 572, 732, 657, 658, 612, 592, 614, 613, 678, 552, 622, 553, 680, 538, 527, 520, 550, 701, 533, 665, 563, 799, 517, 519, 530, 549, 622, 511, 715, 556, 598, 605, 605, 550, 653, 555, 611, 580, 737, 514, 565, 525, 521, 540, 577, 693, 536, 635, 522, 561, 665, 543, 653, 587, 763, 633, 799, 522, 794, 529, 836, 610, 546, 507, 569, 678, 545, 704, 528, 754, 533, 587, 631, 569, 597, 527, 720, 547, 698, 568, 780, 549, 691, 584, 675, 571, 767, 544, 629, 520, 735, 528, 584, 529, 553, 563, 531, 580, 608, 724, 542, 779, 532, 764, 563, 777, 520, 563, 527, 534, 642, 567, 522, 519, 545, 578, 534, 601, 807, 650, 573, 772, 551, 869, 619, 861, 613, 871, 593, 651, 523, 725, 531, 789, 643, 561, 502, 560, 586, 521, 759, 553, 573, 549, 572, 649, 520, 752, 510, 786, 522, 799, 577, 808, 516, 663, 539, 516, 610, 565, 767, 567, 641, 535, 592, 533, 749, 567, 555, 583, 549, 533, 550, 686, 539, 775, 609, 600, 590, 575, 521, 568, 642, 534, 741, 523, 685, 646, 548, 641, 538, 572, 579, 686, 522, 657, 526, 716, 558, 531, 568, 530, 692, 534, 677, 558, 646, 527, 694, 527, 743, 508, 595, 498, 547, 512, 547, 572, 519, 552, 596, 674, 526, 693, 512, 543, 523, 593, 623, 537, 544, 582, 611, 585, 788, 559, 550, 527, 567, 709, 550, 741, 549, 844, 531, 781, 609, 646, 672, 568, 744, 545, 793, 541, 860, 644, 601, 554, 538, 598, 525, 668, 585, 755, 504, 767, 515, 650, 609, 581, 717, 573, 697, 506, 753, 530, 589, 627, 591, 773, 557, 695, 515, 630, 505, 534, 645, 521, 725, 517, 705, 507, 646, 568, 542, 554, 513, 596, 496, 735, 572, 555, 571, 530, 599, 527, 647, 511, 693, 555, 553, 602, 553, 654, 522, 668, 544, 559, 756, 550, 876, 512, 553, 522, 522, 778, 516, 861, 654, 545, 556, 516, 618, 516, 701, 515, 667, 588, 551, 576, 551, 654, 504, 751, 508, 766, 524, 515, 562, 544, 615, 520, 646, 502, 670, 507, 733, 512, 615, 497, 509, 516, 564, 644, 513, 567, 511, 624, 538, 725, 499, 779, 500, 659, 514, 555, 522, 553, 555, 509, 532, 588, 657, 516, 700, 503, 706, 528, 563, 526, 558, 611, 537, 570, 568, 768, 523, 740, 523, 748, 555, 749, 508, 506, 519, 525, 700, 553, 703, 559, 710, 509, 709, 518, 746, 501, 750, 496, 573, 515, 525, 569, 526, 519, 510, 513, 569, 592, 507, 697, 511, 565, 526, 566, 538, 501, 507, 572, 624, 527, 773, 508, 615, 561, 557, 720, 521, 670, 566, 738, 551, 835, 506, 687, 500, 544, 558, 548, 601, 503, 560, 520, 650, 521, 565, 496, 522, 500, 544, 501, 580, 716, 522, 707, 526, 802, 546, 566, 525, 537, 609, 534, 611, 582, 727, 537, 589, 521, 558, 524, 579, 548, 570, 677, 544, 774, 601, 860, 536, 668, 573, 549, 691, 508, 747, 540, 648, 514, 656, 524, 551, 545, 564, 606, 531, 625, 558, 747, 540, 790, 527, 742, 583, 553, 531, 562, 558, 520, 599, 602, 741, 543, 677, 533, 732, 531, 549, 516, 533, 501, 571, 594, 605, 673, 541, 676, 516, 757, 535, 569, 547, 556, 587, 571, 602, 573, 774, 524, 723, 521, 757, 514, 559, 543, 534, 534, 543, 597, 547, 712, 531, 560, 499, 512, 628, 569, 755, 540, 750, 506, 548, 509, 563, 595, 597, 759, 532, 787, 505, 638, 568, 635, 673, 553, 646, 549, 617, 509, 634, 522, 549, 628, 513, 617, 525, 644, 528, 530, 501, 497, 588, 496, 520, 509, 519, 829, 613, 558, 718, 508, 822, 530, 617, 605, 552, 657, 541, 669, 508, 744, 508, 788, 592, 547, 575, 513, 569, 515, 752, 546, 535, 501, 512, 596, 513, 670, 561, 724, 541, 760, 505, 682, 510, 673, 578, 518, 605, 504, 581, 516, 677, 518, 547, 501, 556, 651, 513, 731, 505, 760, 535, 803, 503, 642, 497], 'WindowCenter': [285.0, 287.0, 283.0, 286.0, 284.0, 283.0, 282.0, 280.0, 282.0, 280.0, 280.0, 281.0, 282.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 283.0, 282.0, 284.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 282.0, 282.0, 282.0, 281.0, 281.0, 283.0, 282.0, 283.0, 283.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 285.0, 282.0, 283.0, 281.0, 281.0, 281.0, 283.0, 284.0, 283.0, 284.0, 281.0, 283.0, 282.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 282.0, 283.0, 282.0, 285.0, 283.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 282.0, 281.0, 283.0, 281.0, 283.0, 282.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 281.0, 283.0, 283.0, 282.0, 284.0, 283.0, 284.0, 283.0, 283.0, 283.0, 283.0, 282.0, 283.0, 283.0, 283.0, 283.0, 284.0, 283.0, 285.0, 283.0, 285.0, 283.0, 284.0, 283.0, 282.0, 283.0, 283.0, 283.0, 281.0, 282.0, 282.0, 281.0, 281.0, 283.0, 282.0, 281.0, 281.0, 282.0, 281.0, 283.0, 282.0, 282.0, 283.0, 284.0, 283.0, 283.0, 282.0, 282.0, 282.0, 284.0, 283.0, 284.0, 283.0, 284.0, 281.0, 283.0, 282.0, 282.0, 281.0, 282.0, 281.0, 281.0, 282.0, 283.0, 283.0, 282.0, 283.0, 281.0, 282.0, 283.0, 283.0, 284.0, 283.0, 284.0, 282.0, 284.0, 281.0, 282.0, 281.0, 282.0, 283.0, 281.0, 282.0, 282.0, 283.0, 282.0, 284.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 284.0, 282.0, 283.0, 281.0, 282.0, 280.0, 280.0, 281.0, 282.0, 283.0, 283.0, 283.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 283.0, 282.0, 283.0, 282.0, 283.0, 283.0, 283.0, 283.0, 281.0, 284.0, 283.0, 284.0, 283.0, 282.0, 283.0, 281.0, 282.0, 281.0, 284.0, 282.0, 283.0, 282.0, 281.0, 281.0, 280.0, 283.0, 283.0, 284.0, 282.0, 282.0, 281.0, 280.0, 280.0, 282.0, 281.0, 281.0, 283.0, 281.0, 281.0, 283.0, 281.0, 284.0, 280.0, 284.0, 281.0, 283.0, 281.0, 283.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 280.0, 281.0, 280.0, 281.0, 283.0, 282.0, 283.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 283.0, 281.0, 284.0, 281.0, 281.0, 283.0, 282.0, 284.0, 282.0, 281.0, 280.0, 282.0, 282.0, 281.0, 281.0, 282.0, 283.0, 284.0, 282.0, 281.0, 283.0, 281.0, 284.0, 282.0, 283.0, 283.0, 282.0, 281.0, 281.0, 282.0, 282.0, 282.0, 280.0, 281.0, 280.0, 282.0, 280.0, 280.0, 280.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 280.0, 280.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 282.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 283.0, 281.0, 281.0, 281.0, 281.0, 283.0, 283.0, 283.0, 282.0, 283.0, 282.0, 282.0, 284.0, 282.0, 283.0, 282.0, 285.0, 283.0, 284.0, 281.0, 284.0, 281.0, 285.0, 283.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 282.0, 283.0, 283.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 283.0, 282.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 283.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 281.0, 282.0, 283.0, 282.0, 284.0, 286.0, 284.0, 282.0, 284.0, 281.0, 284.0, 281.0, 284.0, 281.0, 283.0, 280.0, 280.0, 279.0, 282.0, 280.0, 282.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 282.0, 281.0, 280.0, 281.0, 281.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 283.0, 281.0, 282.0, 280.0, 281.0, 280.0, 280.0, 282.0, 281.0, 282.0, 281.0, 281.0, 280.0, 280.0, 280.0, 283.0, 281.0, 281.0, 281.0, 280.0, 280.0, 280.0, 282.0, 281.0, 284.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 280.0, 282.0, 281.0, 282.0, 282.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 280.0, 281.0, 281.0, 282.0, 281.0, 280.0, 280.0, 280.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 282.0, 281.0, 281.0, 282.0, 283.0, 283.0, 281.0, 281.0, 282.0, 283.0, 283.0, 285.0, 282.0, 282.0, 282.0, 281.0, 283.0, 282.0, 283.0, 281.0, 284.0, 281.0, 283.0, 282.0, 283.0, 283.0, 281.0, 282.0, 280.0, 282.0, 281.0, 284.0, 282.0, 281.0, 280.0, 280.0, 280.0, 279.0, 282.0, 280.0, 282.0, 279.0, 282.0, 280.0, 283.0, 282.0, 281.0, 282.0, 281.0, 282.0, 279.0, 282.0, 280.0, 281.0, 282.0, 281.0, 282.0, 281.0, 282.0, 280.0, 280.0, 279.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 280.0, 280.0, 280.0, 280.0, 280.0, 283.0, 282.0, 281.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 282.0, 280.0, 282.0, 281.0, 281.0, 283.0, 281.0, 283.0, 280.0, 280.0, 280.0, 280.0, 282.0, 280.0, 284.0, 282.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 281.0, 282.0, 280.0, 281.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 279.0, 280.0, 281.0, 281.0, 280.0, 281.0, 279.0, 281.0, 280.0, 282.0, 281.0, 281.0, 280.0, 280.0, 281.0, 281.0, 282.0, 280.0, 281.0, 280.0, 282.0, 281.0, 282.0, 280.0, 283.0, 280.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 282.0, 283.0, 281.0, 282.0, 281.0, 283.0, 282.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 284.0, 281.0, 283.0, 282.0, 283.0, 281.0, 282.0, 281.0, 280.0, 281.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 282.0, 280.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 282.0, 283.0, 281.0, 284.0, 281.0, 283.0, 282.0, 282.0, 283.0, 281.0, 282.0, 282.0, 283.0, 281.0, 284.0, 281.0, 282.0, 280.0, 281.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 283.0, 281.0, 283.0, 282.0, 285.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 283.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 282.0, 283.0, 283.0, 282.0, 285.0, 282.0, 285.0, 281.0, 282.0, 281.0, 281.0, 283.0, 280.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 282.0, 281.0, 282.0, 281.0, 284.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 282.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 283.0, 281.0, 281.0, 281.0, 282.0, 283.0, 282.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 282.0, 282.0, 282.0, 283.0, 281.0, 283.0, 280.0, 282.0, 281.0, 282.0, 282.0, 280.0, 281.0, 281.0, 281.0, 280.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 281.0, 282.0, 285.0, 283.0, 281.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 281.0, 282.0, 281.0, 282.0, 280.0, 283.0, 281.0, 283.0, 281.0, 281.0, 281.0, 280.0, 280.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 281.0, 281.0, 283.0, 281.0, 283.0, 281.0, 283.0, 280.0, 282.0, 280.0, 283.0, 281.0, 280.0, 281.0, 279.0, 280.0, 281.0, 283.0, 281.0, 281.0, 280.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0], 'WindowWidth': [629.0, 629.0, 624.0, 627.0, 625.0, 622.0, 620.0, 618.0, 619.0, 617.0, 617.0, 618.0, 621.0, 622.0, 619.0, 620.0, 619.0, 619.0, 618.0, 618.0, 618.0, 619.0, 619.0, 621.0, 620.0, 619.0, 620.0, 618.0, 619.0, 618.0, 619.0, 618.0, 619.0, 619.0, 618.0, 618.0, 617.0, 619.0, 618.0, 622.0, 621.0, 623.0, 619.0, 618.0, 618.0, 618.0, 617.0, 619.0, 621.0, 619.0, 621.0, 618.0, 621.0, 619.0, 622.0, 621.0, 620.0, 620.0, 620.0, 619.0, 619.0, 622.0, 621.0, 622.0, 622.0, 621.0, 621.0, 621.0, 621.0, 620.0, 622.0, 621.0, 624.0, 621.0, 621.0, 619.0, 619.0, 619.0, 622.0, 623.0, 622.0, 623.0, 619.0, 622.0, 620.0, 619.0, 619.0, 621.0, 621.0, 620.0, 620.0, 620.0, 621.0, 621.0, 625.0, 622.0, 621.0, 619.0, 619.0, 618.0, 619.0, 620.0, 620.0, 622.0, 619.0, 622.0, 619.0, 620.0, 619.0, 619.0, 619.0, 619.0, 621.0, 619.0, 620.0, 620.0, 620.0, 618.0, 621.0, 618.0, 621.0, 620.0, 620.0, 619.0, 620.0, 619.0, 620.0, 619.0, 620.0, 621.0, 622.0, 623.0, 622.0, 621.0, 622.0, 620.0, 620.0, 621.0, 621.0, 620.0, 623.0, 623.0, 624.0, 622.0, 621.0, 621.0, 621.0, 620.0, 621.0, 621.0, 622.0, 623.0, 624.0, 622.0, 624.0, 622.0, 624.0, 622.0, 623.0, 621.0, 621.0, 621.0, 622.0, 622.0, 619.0, 619.0, 620.0, 619.0, 619.0, 621.0, 620.0, 619.0, 619.0, 620.0, 619.0, 622.0, 620.0, 621.0, 623.0, 623.0, 622.0, 622.0, 621.0, 621.0, 620.0, 623.0, 623.0, 623.0, 622.0, 624.0, 620.0, 622.0, 621.0, 620.0, 620.0, 620.0, 619.0, 619.0, 621.0, 621.0, 622.0, 621.0, 621.0, 619.0, 620.0, 621.0, 622.0, 624.0, 623.0, 623.0, 621.0, 623.0, 620.0, 620.0, 620.0, 621.0, 621.0, 619.0, 621.0, 620.0, 622.0, 621.0, 622.0, 619.0, 620.0, 618.0, 619.0, 621.0, 619.0, 623.0, 620.0, 621.0, 618.0, 619.0, 618.0, 618.0, 618.0, 621.0, 622.0, 621.0, 622.0, 619.0, 621.0, 618.0, 620.0, 620.0, 621.0, 621.0, 620.0, 621.0, 621.0, 623.0, 621.0, 622.0, 622.0, 621.0, 622.0, 620.0, 623.0, 622.0, 624.0, 622.0, 620.0, 622.0, 619.0, 620.0, 618.0, 622.0, 621.0, 621.0, 620.0, 619.0, 619.0, 617.0, 622.0, 622.0, 624.0, 620.0, 620.0, 618.0, 617.0, 617.0, 620.0, 619.0, 618.0, 621.0, 618.0, 619.0, 621.0, 618.0, 622.0, 618.0, 622.0, 618.0, 621.0, 618.0, 621.0, 617.0, 616.0, 616.0, 616.0, 619.0, 619.0, 618.0, 617.0, 618.0, 617.0, 618.0, 622.0, 621.0, 621.0, 620.0, 618.0, 619.0, 618.0, 620.0, 618.0, 619.0, 621.0, 619.0, 622.0, 618.0, 619.0, 621.0, 622.0, 624.0, 621.0, 619.0, 618.0, 620.0, 621.0, 619.0, 620.0, 621.0, 622.0, 623.0, 620.0, 620.0, 622.0, 620.0, 623.0, 620.0, 622.0, 621.0, 620.0, 619.0, 619.0, 620.0, 620.0, 620.0, 617.0, 618.0, 617.0, 620.0, 618.0, 617.0, 617.0, 618.0, 620.0, 620.0, 620.0, 618.0, 621.0, 617.0, 617.0, 618.0, 618.0, 620.0, 618.0, 621.0, 618.0, 619.0, 621.0, 619.0, 619.0, 619.0, 619.0, 620.0, 620.0, 622.0, 620.0, 620.0, 620.0, 620.0, 622.0, 622.0, 623.0, 621.0, 621.0, 621.0, 621.0, 623.0, 620.0, 621.0, 621.0, 625.0, 622.0, 623.0, 619.0, 623.0, 620.0, 624.0, 621.0, 618.0, 619.0, 619.0, 622.0, 620.0, 622.0, 620.0, 622.0, 621.0, 622.0, 621.0, 620.0, 620.0, 618.0, 622.0, 620.0, 622.0, 620.0, 622.0, 618.0, 621.0, 619.0, 621.0, 619.0, 621.0, 618.0, 619.0, 618.0, 622.0, 620.0, 620.0, 620.0, 619.0, 619.0, 619.0, 621.0, 622.0, 622.0, 620.0, 622.0, 620.0, 622.0, 620.0, 623.0, 619.0, 619.0, 620.0, 620.0, 621.0, 621.0, 619.0, 620.0, 621.0, 622.0, 621.0, 623.0, 626.0, 623.0, 621.0, 623.0, 619.0, 623.0, 619.0, 623.0, 619.0, 621.0, 617.0, 617.0, 615.0, 619.0, 617.0, 620.0, 617.0, 616.0, 615.0, 616.0, 617.0, 617.0, 620.0, 618.0, 618.0, 618.0, 619.0, 618.0, 617.0, 620.0, 617.0, 620.0, 617.0, 622.0, 619.0, 620.0, 617.0, 618.0, 617.0, 617.0, 620.0, 618.0, 619.0, 618.0, 618.0, 616.0, 617.0, 617.0, 621.0, 619.0, 618.0, 619.0, 617.0, 617.0, 618.0, 619.0, 619.0, 623.0, 620.0, 619.0, 618.0, 618.0, 618.0, 618.0, 618.0, 618.0, 620.0, 618.0, 619.0, 619.0, 617.0, 618.0, 617.0, 618.0, 618.0, 619.0, 617.0, 618.0, 618.0, 620.0, 618.0, 617.0, 618.0, 617.0, 620.0, 618.0, 619.0, 618.0, 619.0, 617.0, 621.0, 618.0, 620.0, 617.0, 618.0, 617.0, 618.0, 618.0, 618.0, 619.0, 618.0, 619.0, 621.0, 621.0, 619.0, 621.0, 618.0, 619.0, 621.0, 622.0, 622.0, 620.0, 619.0, 621.0, 623.0, 622.0, 625.0, 621.0, 621.0, 620.0, 620.0, 622.0, 621.0, 622.0, 620.0, 623.0, 619.0, 622.0, 620.0, 621.0, 621.0, 618.0, 620.0, 617.0, 620.0, 618.0, 623.0, 620.0, 618.0, 618.0, 616.0, 617.0, 616.0, 620.0, 618.0, 620.0, 616.0, 619.0, 617.0, 621.0, 620.0, 619.0, 619.0, 619.0, 619.0, 616.0, 619.0, 617.0, 619.0, 620.0, 619.0, 620.0, 618.0, 619.0, 617.0, 617.0, 616.0, 617.0, 618.0, 617.0, 619.0, 617.0, 619.0, 617.0, 620.0, 618.0, 617.0, 618.0, 617.0, 617.0, 617.0, 622.0, 621.0, 618.0, 618.0, 618.0, 619.0, 617.0, 618.0, 618.0, 621.0, 619.0, 618.0, 619.0, 618.0, 619.0, 617.0, 619.0, 618.0, 619.0, 622.0, 618.0, 621.0, 617.0, 618.0, 617.0, 617.0, 620.0, 617.0, 622.0, 619.0, 617.0, 617.0, 617.0, 618.0, 617.0, 619.0, 618.0, 620.0, 618.0, 618.0, 619.0, 618.0, 618.0, 617.0, 620.0, 617.0, 620.0, 616.0, 615.0, 617.0, 618.0, 618.0, 617.0, 618.0, 616.0, 618.0, 617.0, 620.0, 618.0, 618.0, 617.0, 617.0, 618.0, 619.0, 620.0, 617.0, 618.0, 617.0, 620.0, 620.0, 621.0, 618.0, 621.0, 617.0, 620.0, 620.0, 621.0, 618.0, 620.0, 619.0, 617.0, 619.0, 621.0, 621.0, 619.0, 621.0, 619.0, 623.0, 621.0, 620.0, 620.0, 620.0, 620.0, 620.0, 621.0, 621.0, 623.0, 618.0, 621.0, 620.0, 622.0, 619.0, 621.0, 619.0, 617.0, 618.0, 618.0, 622.0, 619.0, 621.0, 619.0, 621.0, 617.0, 620.0, 619.0, 622.0, 618.0, 620.0, 617.0, 618.0, 618.0, 618.0, 618.0, 618.0, 617.0, 618.0, 619.0, 619.0, 619.0, 619.0, 621.0, 620.0, 621.0, 620.0, 621.0, 619.0, 619.0, 619.0, 621.0, 621.0, 620.0, 623.0, 619.0, 622.0, 621.0, 621.0, 622.0, 619.0, 621.0, 621.0, 622.0, 620.0, 622.0, 619.0, 620.0, 617.0, 620.0, 620.0, 618.0, 619.0, 617.0, 618.0, 618.0, 621.0, 618.0, 619.0, 619.0, 618.0, 619.0, 621.0, 620.0, 621.0, 622.0, 619.0, 621.0, 620.0, 624.0, 620.0, 619.0, 620.0, 618.0, 619.0, 620.0, 622.0, 621.0, 622.0, 619.0, 619.0, 619.0, 620.0, 620.0, 620.0, 620.0, 622.0, 623.0, 621.0, 625.0, 621.0, 624.0, 620.0, 620.0, 619.0, 620.0, 621.0, 617.0, 620.0, 618.0, 620.0, 618.0, 621.0, 620.0, 620.0, 620.0, 619.0, 619.0, 619.0, 620.0, 619.0, 621.0, 620.0, 622.0, 619.0, 622.0, 619.0, 618.0, 619.0, 618.0, 618.0, 618.0, 619.0, 619.0, 620.0, 618.0, 620.0, 619.0, 622.0, 618.0, 618.0, 619.0, 618.0, 619.0, 620.0, 620.0, 620.0, 621.0, 619.0, 621.0, 619.0, 623.0, 620.0, 620.0, 620.0, 619.0, 619.0, 621.0, 620.0, 619.0, 621.0, 618.0, 621.0, 618.0, 622.0, 618.0, 618.0, 618.0, 618.0, 618.0, 620.0, 621.0, 620.0, 621.0, 620.0, 619.0, 619.0, 620.0, 622.0, 621.0, 622.0, 619.0, 622.0, 619.0, 619.0, 619.0, 621.0, 621.0, 621.0, 622.0, 619.0, 621.0, 618.0, 620.0, 619.0, 620.0, 620.0, 618.0, 619.0, 618.0, 619.0, 617.0, 620.0, 619.0, 618.0, 619.0, 617.0, 619.0, 618.0, 620.0, 619.0, 619.0, 619.0, 619.0, 619.0, 619.0, 619.0, 619.0, 620.0, 625.0, 622.0, 619.0, 621.0, 619.0, 622.0, 618.0, 619.0, 619.0, 618.0, 620.0, 618.0, 619.0, 617.0, 621.0, 619.0, 622.0, 619.0, 618.0, 619.0, 617.0, 618.0, 618.0, 622.0, 618.0, 618.0, 617.0, 618.0, 619.0, 618.0, 621.0, 620.0, 621.0, 618.0, 621.0, 617.0, 619.0, 617.0, 621.0, 618.0, 617.0, 618.0, 616.0, 618.0, 618.0, 621.0, 619.0, 618.0, 617.0, 618.0, 620.0, 618.0, 620.0, 618.0, 621.0, 619.0, 620.0, 617.0, 618.0, 617.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.00034381800197823937</td></tr>
<tr><td colspan=3>aqi</td><td>0.017306903264094956</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.82864615568323</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2221193522178222</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9917527979306915</td></tr>
<tr><td colspan=3>efc</td><td>0.4663</td></tr>
<tr><td colspan=3>fber</td><td>8818.1895</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08010201642310748</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5934718100890207</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3031115388853665</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.217596765310191</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4736156682971338</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.218122183048775</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129467</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008340932428836823</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02658553421497345</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1011</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.007225618532494</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>21.8079</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9667</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.3195</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301925.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.5413</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5227</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>39.3117</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>233.9424</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>90.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.8896</td></tr>
<tr><td colspan=3>tsnr</td><td>42.577557388693094</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>