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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-02_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-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-02_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-0006/ses-04/func/sub-0006_ses-04_task-alignvideo_acq-mb8_run-02_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>f9e2ec79bd0f45029e225d279b290604</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:14:30.165000</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.999756, -0.0166272, 0.0145345, 0.0188472, 0.985418, -0.169101]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0970544</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7707, -7285, 591, -78, -79, -18, 97]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.165</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4db81dd3-9a0c-4d40-bf02-98991b2a2a0d||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.6822726726531982, 0.05056553706526756, 0.031079381704330444, 110.27706909179688], [0.044609569013118744, 2.643805503845215, -0.45720213651657104, -83.22198486328125], [0.03899500519037247, 0.45368677377700806, 2.6608269214630127, -81.53295135498047], [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, 926]</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], 'AcquisitionTime': ['111430.165000', '111430.625000', '111431.085000', '111431.545000', '111432.005000', '111432.465000', '111432.925000', '111433.385000', '111433.845000', '111434.305000', '111434.765000', '111435.225000', '111435.685000', '111436.145000', '111436.605000', '111437.065000', '111437.525000', '111437.985000', '111438.445000', '111438.905000', '111439.365000', '111439.825000', '111440.285000', '111440.745000', '111441.205000', '111441.665000', '111442.125000', '111442.585000', '111443.045000', '111443.505000', '111443.965000', '111444.425000', '111444.885000', '111445.345000', '111445.805000', '111446.265000', '111446.725000', '111447.185000', '111447.645000', '111448.105000', '111448.565000', '111449.025000', '111449.485000', '111449.945000', '111450.405000', '111450.865000', '111451.325000', '111451.785000', '111452.245000', '111452.705000', '111453.165000', '111453.625000', '111454.085000', '111454.545000', '111455.005000', '111455.465000', '111455.925000', '111456.385000', '111456.845000', '111457.305000', '111457.765000', '111458.225000', '111458.685000', '111459.145000', '111459.605000', '111500.065000', '111500.525000', '111500.985000', '111501.445000', '111501.905000', '111502.365000', '111502.825000', '111503.285000', '111503.745000', '111504.205000', '111504.665000', '111505.125000', '111505.585000', '111506.045000', '111506.505000', '111506.965000', '111507.425000', '111507.885000', '111508.345000', '111508.805000', '111509.265000', '111509.725000', '111510.185000', '111510.645000', '111511.105000', '111511.565000', '111512.025000', '111512.485000', '111512.945000', '111513.405000', '111513.865000', '111514.325000', '111514.785000', '111515.245000', '111515.705000', '111516.165000', '111516.625000', '111517.085000', '111517.545000', '111518.005000', '111518.465000', '111518.925000', '111519.385000', '111519.845000', '111520.305000', '111520.765000', '111521.225000', '111521.685000', '111522.145000', '111522.605000', '111523.065000', '111523.525000', '111523.985000', '111524.445000', '111524.905000', '111525.365000', '111525.825000', '111526.285000', '111526.745000', '111527.205000', '111527.665000', '111528.125000', '111528.585000', '111529.045000', '111529.505000', '111529.965000', '111530.425000', '111530.885000', '111531.345000', '111531.805000', '111532.265000', '111532.725000', '111533.185000', '111533.645000', '111534.105000', '111534.565000', '111535.025000', '111535.485000', '111535.945000', '111536.405000', '111536.865000', '111537.325000', '111537.785000', '111538.245000', '111538.705000', '111539.165000', '111539.625000', '111540.085000', '111540.545000', '111541.005000', '111541.465000', '111541.925000', '111542.385000', '111542.845000', '111543.305000', '111543.765000', '111544.225000', '111544.685000', '111545.145000', '111545.605000', '111546.065000', '111546.525000', '111546.985000', '111547.445000', '111547.905000', '111548.365000', '111548.825000', '111549.285000', '111549.745000', '111550.205000', '111550.665000', '111551.125000', '111551.585000', '111552.045000', '111552.505000', '111552.965000', '111553.425000', '111553.885000', '111554.345000', '111554.805000', '111555.265000', '111555.725000', '111556.185000', '111556.645000', '111557.105000', '111557.565000', '111558.025000', '111558.485000', '111558.945000', '111559.405000', '111559.865000', '111600.325000', '111600.785000', '111601.245000', '111601.705000', '111602.165000', '111602.625000', '111603.085000', '111603.545000', '111604.005000', '111604.465000', '111604.925000', '111605.385000', '111605.845000', '111606.305000', '111606.765000', '111607.225000', '111607.685000', '111608.145000', '111608.605000', '111609.065000', '111609.525000', '111609.985000', '111610.445000', '111610.905000', '111611.365000', '111611.825000', '111612.285000', '111612.745000', '111613.205000', '111613.665000', '111614.125000', '111614.585000', '111615.045000', '111615.505000', '111615.965000', '111616.425000', '111616.885000', '111617.345000', '111617.805000', '111618.265000', '111618.725000', '111619.185000', '111619.645000', '111620.105000', '111620.565000', '111621.025000', '111621.485000', '111621.945000', '111622.405000', '111622.865000', '111623.325000', '111623.785000', '111624.245000', '111624.705000', '111625.165000', '111625.625000', '111626.085000', '111626.545000', '111627.005000', '111627.465000', '111627.925000', '111628.385000', '111628.845000', '111629.305000', '111629.765000', '111630.225000', '111630.685000', '111631.145000', '111631.605000', '111632.065000', '111632.525000', '111632.985000', '111633.445000', '111633.905000', '111634.365000', '111634.825000', '111635.285000', '111635.745000', '111636.205000', '111636.665000', '111637.125000', '111637.585000', '111638.045000', '111638.505000', '111638.965000', '111639.425000', '111639.885000', '111640.345000', '111640.805000', '111641.265000', '111641.725000', '111642.185000', '111642.645000', '111643.105000', '111643.565000', '111644.025000', '111644.485000', '111644.945000', '111645.405000', '111645.865000', '111646.325000', '111646.785000', '111647.245000', '111647.705000', '111648.165000', '111648.625000', '111649.085000', '111649.545000', '111650.005000', '111650.465000', '111650.925000', '111651.385000', '111651.845000', '111652.305000', '111652.765000', '111653.225000', '111653.685000', '111654.145000', '111654.605000', '111655.065000', '111655.525000', '111655.985000', '111656.445000', '111656.905000', '111657.365000', '111657.825000', '111658.285000', '111658.745000', '111659.205000', '111659.665000', '111700.125000', '111700.585000', '111701.045000', '111701.505000', '111701.965000', '111702.425000', '111702.885000', '111703.345000', '111703.805000', '111704.265000', '111704.725000', '111705.185000', '111705.645000', '111706.105000', '111706.565000', '111707.025000', '111707.485000', '111707.945000', '111708.405000', '111708.865000', '111709.325000', '111709.785000', '111710.245000', '111710.705000', '111711.165000', '111711.625000', '111712.085000', '111712.545000', '111713.005000', '111713.465000', '111713.925000', '111714.385000', '111714.845000', '111715.305000', '111715.765000', '111716.225000', '111716.685000', '111717.145000', '111717.605000', '111718.065000', '111718.525000', '111718.985000', '111719.445000', '111719.905000', '111720.365000', '111720.825000', '111721.285000', '111721.745000', '111722.205000', '111722.665000', '111723.125000', '111723.585000', '111724.045000', '111724.505000', '111724.965000', '111725.425000', '111725.885000', '111726.345000', '111726.805000', '111727.265000', '111727.725000', '111728.185000', '111728.645000', '111729.105000', '111729.565000', '111730.025000', '111730.485000', '111730.945000', '111731.405000', '111731.865000', '111732.325000', '111732.785000', '111733.245000', '111733.705000', '111734.165000', '111734.625000', '111735.085000', '111735.545000', '111736.005000', '111736.465000', '111736.925000', '111737.385000', '111737.845000', '111738.305000', '111738.765000', '111739.225000', '111739.685000', '111740.145000', '111740.605000', '111741.065000', '111741.525000', '111741.985000', '111742.445000', '111742.905000', '111743.365000', '111743.825000', '111744.285000', '111744.745000', '111745.205000', '111745.665000', '111746.125000', '111746.585000', '111747.045000', '111747.505000', '111747.965000', '111748.425000', '111748.885000', '111749.345000', '111749.805000', '111750.265000', '111750.725000', '111751.185000', '111751.645000', '111752.105000', '111752.565000', '111753.025000', '111753.485000', '111753.945000', '111754.405000', '111754.865000', '111755.325000', '111755.785000', '111756.245000', '111756.705000', '111757.165000', '111757.625000', '111758.085000', '111758.545000', '111759.005000', '111759.465000', '111759.925000', '111800.385000', '111800.845000', '111801.305000', '111801.765000', '111802.225000', '111802.685000', '111803.145000', '111803.605000', '111804.065000', '111804.525000', '111804.985000', '111805.445000', '111805.905000', '111806.365000', '111806.825000', '111807.285000', '111807.745000', '111808.205000', '111808.665000', '111809.125000', '111809.585000', '111810.045000', '111810.505000', '111810.965000', '111811.425000', '111811.885000', '111812.345000', '111812.805000', '111813.265000', '111813.725000', '111814.185000', '111814.645000', '111815.105000', '111815.565000', '111816.025000', '111816.485000', '111816.945000', '111817.405000', '111817.865000', '111818.325000', '111818.785000', '111819.245000', '111819.705000', '111820.165000', '111820.625000', '111821.085000', '111821.545000', '111822.005000', '111822.465000', '111822.925000', '111823.385000', '111823.845000', '111824.305000', '111824.765000', '111825.225000', '111825.685000', '111826.145000', '111826.605000', '111827.065000', '111827.525000', '111827.985000', '111828.445000', '111828.905000', '111829.365000', '111829.825000', '111830.285000', '111830.745000', '111831.205000', '111831.665000', '111832.125000', '111832.585000', '111833.045000', '111833.505000', '111833.965000', '111834.425000', '111834.885000', '111835.345000', '111835.805000', '111836.265000', '111836.725000', '111837.185000', '111837.645000', '111838.105000', '111838.565000', '111839.025000', '111839.485000', '111839.945000', '111840.405000', '111840.865000', '111841.325000', '111841.785000', '111842.245000', '111842.705000', '111843.165000', '111843.625000', '111844.085000', '111844.545000', '111845.005000', '111845.465000', '111845.925000', '111846.385000', '111846.845000', '111847.305000', '111847.765000', '111848.225000', '111848.685000', '111849.145000', '111849.605000', '111850.065000', '111850.525000', '111850.985000', '111851.445000', '111851.905000', '111852.365000', '111852.825000', '111853.285000', '111853.745000', '111854.205000', '111854.665000', '111855.125000', '111855.585000', '111856.045000', '111856.505000', '111856.965000', '111857.425000', '111857.885000', '111858.345000', '111858.805000', '111859.265000', '111859.725000', '111900.185000', '111900.645000', '111901.105000', '111901.565000', '111902.025000', '111902.485000', '111902.945000', '111903.405000', '111903.865000', '111904.325000', '111904.785000', '111905.245000', '111905.705000', '111906.165000', '111906.625000', '111907.085000', '111907.545000', '111908.005000', '111908.465000', '111908.925000', '111909.385000', '111909.845000', '111910.305000', '111910.765000', '111911.225000', '111911.685000', '111912.145000', '111912.605000', '111913.065000', '111913.525000', '111913.985000', '111914.445000', '111914.905000', '111915.365000', '111915.825000', '111916.285000', '111916.745000', '111917.205000', '111917.665000', '111918.125000', '111918.585000', '111919.045000', '111919.505000', '111919.965000', '111920.425000', '111920.885000', '111921.345000', '111921.805000', '111922.265000', '111922.725000', '111923.185000', '111923.645000', '111924.105000', '111924.565000', '111925.025000', '111925.485000', '111925.945000', '111926.405000', '111926.865000', '111927.325000', '111927.785000', '111928.245000', '111928.705000', '111929.165000', '111929.625000', '111930.085000', '111930.545000', '111931.005000', '111931.465000', '111931.925000', '111932.385000', '111932.845000', '111933.305000', '111933.765000', '111934.225000', '111934.685000', '111935.145000', '111935.605000', '111936.065000', '111936.525000', '111936.985000', '111937.445000', '111937.905000', '111938.365000', '111938.825000', '111939.285000', '111939.745000', '111940.205000', '111940.665000', '111941.125000', '111941.585000', '111942.045000', '111942.505000', '111942.965000', '111943.425000', '111943.885000', '111944.345000', '111944.805000', '111945.265000', '111945.725000', '111946.185000', '111946.645000', '111947.105000', '111947.565000', '111948.025000', '111948.485000', '111948.945000', '111949.405000', '111949.865000', '111950.325000', '111950.785000', '111951.245000', '111951.705000', '111952.165000', '111952.625000', '111953.085000', '111953.545000', '111954.005000', '111954.465000', '111954.925000', '111955.385000', '111955.845000', '111956.305000', '111956.765000', '111957.225000', '111957.685000', '111958.145000', '111958.605000', '111959.065000', '111959.525000', '111959.985000', '112000.445000', '112000.905000', '112001.365000', '112001.825000', '112002.285000', '112002.745000', '112003.205000', '112003.665000', '112004.125000', '112004.585000', '112005.045000', '112005.505000', '112005.965000', '112006.425000', '112006.885000', '112007.345000', '112007.805000', '112008.265000', '112008.725000', '112009.185000', '112009.645000', '112010.105000', '112010.565000', '112011.025000', '112011.485000', '112011.945000', '112012.405000', '112012.865000', '112013.325000', '112013.785000', '112014.245000', '112014.705000', '112015.165000', '112015.625000', '112016.085000', '112016.545000', '112017.005000', '112017.465000', '112017.925000', '112018.385000', '112018.845000', '112019.305000', '112019.765000', '112020.225000', '112020.685000', '112021.145000', '112021.605000', '112022.065000', '112022.525000', '112022.985000', '112023.445000', '112023.905000', '112024.365000', '112024.825000', '112025.285000', '112025.745000', '112026.205000', '112026.665000', '112027.125000', '112027.585000', '112028.045000', '112028.505000', '112028.965000', '112029.425000', '112029.885000', '112030.345000', '112030.805000', '112031.265000', '112031.725000', '112032.185000', '112032.645000', '112033.105000', '112033.565000', '112034.025000', '112034.485000', '112034.945000', '112035.405000', '112035.865000', '112036.325000', '112036.785000', '112037.245000', '112037.705000', '112038.165000', '112038.625000', '112039.085000', '112039.545000', '112040.005000', '112040.465000', '112040.925000', '112041.385000', '112041.845000', '112042.305000', '112042.765000', '112043.225000', '112043.685000', '112044.145000', '112044.605000', '112045.065000', '112045.525000', '112045.985000', '112046.445000', '112046.905000', '112047.365000', '112047.825000', '112048.285000', '112048.745000', '112049.205000', '112049.665000', '112050.125000', '112050.585000', '112051.045000', '112051.505000', '112051.965000', '112052.425000', '112052.885000', '112053.345000', '112053.805000', '112054.265000', '112054.725000', '112055.185000', '112055.645000', '112056.105000', '112056.565000', '112057.025000', '112057.485000', '112057.945000', '112058.405000', '112058.865000', '112059.325000', '112059.785000', '112100.245000', '112100.705000', '112101.165000', '112101.625000', '112102.085000', '112102.545000', '112103.005000', '112103.465000', '112103.925000', '112104.385000', '112104.845000', '112105.305000', '112105.765000', '112106.225000', '112106.685000', '112107.145000', '112107.605000', '112108.065000', '112108.525000', '112108.985000', '112109.445000', '112109.905000', '112110.365000', '112110.825000', '112111.285000', '112111.745000', '112112.205000', '112112.665000', '112113.125000', '112113.585000', '112114.045000', '112114.505000', '112114.965000', '112115.425000', '112115.885000', '112116.345000', '112116.805000', '112117.265000', '112117.725000', '112118.185000', '112118.645000', '112119.105000', '112119.565000', '112120.025000', '112120.485000', '112120.945000', '112121.405000', '112121.865000', '112122.325000', '112122.785000', '112123.245000', '112123.705000', '112124.165000', '112124.625000', '112125.085000', '112125.545000', '112126.005000', '112126.465000', '112126.925000', '112127.385000', '112127.845000', '112128.305000', '112128.765000', '112129.225000', '112129.685000', '112130.145000', '112130.605000', '112131.065000', '112131.525000', '112131.985000', '112132.445000', '112132.905000', '112133.365000', '112133.825000', '112134.285000', '112134.745000', '112135.205000', '112135.665000'], 'ContentTime': ['111453.476000', '111453.479000', '111453.482000', '111453.485000', '111453.488000', '111453.491000', '111453.494000', '111453.497000', '111453.500000', '111453.503000', '111453.506000', '111453.509000', '111453.512000', '111453.515000', '111453.518000', '111453.521000', '111453.524000', '111453.526000', '111453.529000', '111453.532000', '111453.535000', '111453.538000', '111453.541000', '111453.544000', '111453.547000', '111453.550000', '111453.553000', '111453.565000', '111453.568000', '111453.571000', '111453.574000', '111453.577000', '111453.579000', '111453.582000', '111453.585000', '111453.588000', '111453.591000', '111453.594000', '111453.601000', '111453.603000', '111453.606000', '111453.609000', '111453.612000', '111453.615000', '111453.618000', '111453.621000', '111453.624000', '111453.627000', '111453.630000', '111453.633000', '111513.437000', '111513.440000', '111513.443000', '111513.446000', '111513.449000', '111513.452000', '111513.455000', '111513.458000', '111513.460000', '111513.463000', '111513.466000', '111513.469000', '111513.472000', '111513.475000', '111513.478000', '111513.481000', '111513.483000', '111513.486000', '111513.489000', '111513.492000', '111513.495000', '111513.498000', '111513.501000', '111513.504000', '111513.506000', '111513.509000', '111513.512000', '111513.515000', '111513.518000', '111513.521000', '111513.524000', '111513.527000', '111513.530000', '111513.533000', '111513.536000', '111513.539000', '111513.542000', '111513.545000', '111513.577000', '111513.580000', '111513.583000', '111513.586000', '111513.588000', '111533.437000', '111533.440000', '111533.443000', '111533.446000', '111533.449000', '111533.452000', '111533.455000', '111533.458000', '111533.461000', '111533.463000', '111533.466000', '111533.469000', '111533.472000', '111533.475000', '111533.482000', '111533.484000', '111533.487000', '111533.490000', '111533.493000', '111533.496000', '111533.499000', '111533.502000', '111533.505000', '111533.508000', '111533.511000', '111533.514000', '111533.517000', '111533.519000', '111533.522000', '111533.525000', '111533.529000', '111533.532000', '111533.535000', '111533.538000', '111533.541000', '111533.544000', '111533.547000', '111533.550000', '111533.553000', '111533.555000', '111533.558000', '111533.561000', '111533.564000', '111533.567000', '111553.438000', '111553.441000', '111553.444000', '111553.447000', '111553.450000', '111553.453000', '111553.456000', '111553.459000', '111553.462000', '111553.465000', '111553.467000', '111553.470000', '111553.473000', '111553.476000', '111553.479000', '111553.482000', '111553.485000', '111553.488000', '111553.492000', '111553.496000', '111553.498000', '111553.501000', '111553.504000', '111553.507000', '111553.510000', '111553.513000', '111553.516000', '111553.519000', '111553.522000', '111553.525000', '111553.528000', '111553.530000', '111553.533000', '111553.536000', '111553.539000', '111553.546000', '111553.549000', '111553.552000', '111553.555000', '111553.558000', '111553.561000', '111553.563000', '111553.566000', '111613.438000', '111613.441000', '111613.444000', '111613.453000', '111613.456000', '111613.459000', '111613.462000', '111613.465000', '111613.468000', '111613.471000', '111613.474000', '111613.477000', '111613.480000', '111613.483000', '111613.485000', '111613.488000', '111613.491000', '111613.494000', '111613.497000', '111613.500000', '111613.503000', '111613.506000', '111613.509000', '111613.512000', '111613.515000', '111613.518000', '111613.521000', '111613.524000', '111613.527000', '111613.529000', '111613.532000', '111613.535000', '111613.538000', '111613.541000', '111613.544000', '111613.547000', '111613.550000', '111613.553000', '111613.556000', '111613.559000', '111613.561000', '111613.564000', '111613.567000', '111613.570000', '111633.438000', '111633.441000', '111633.444000', '111633.447000', '111633.450000', '111633.453000', '111633.456000', '111633.459000', '111633.462000', '111633.465000', '111633.468000', '111633.471000', '111633.474000', '111633.476000', '111633.479000', '111633.482000', '111633.485000', '111633.488000', '111633.491000', '111633.494000', '111633.497000', '111633.500000', '111633.508000', '111633.511000', '111633.514000', '111633.516000', '111633.519000', '111633.522000', '111633.525000', '111633.528000', '111633.538000', '111633.541000', '111633.544000', '111633.547000', '111633.550000', '111633.553000', '111633.556000', '111633.559000', '111633.562000', '111633.565000', '111633.568000', '111633.571000', '111633.574000', '111653.438000', '111653.441000', '111653.444000', '111653.447000', '111653.450000', '111653.453000', '111653.456000', '111653.459000', '111653.462000', '111653.464000', '111653.467000', '111653.470000', '111653.473000', '111653.476000', '111653.479000', '111653.482000', '111653.486000', '111653.488000', '111653.491000', '111653.494000', '111653.497000', '111653.500000', '111653.503000', '111653.506000', '111653.509000', '111653.512000', '111653.515000', '111653.518000', '111653.521000', '111653.524000', '111653.527000', '111653.530000', '111653.533000', '111653.536000', '111653.539000', '111653.542000', '111653.545000', '111653.548000', '111653.551000', '111653.554000', '111653.557000', '111653.560000', '111653.562000', '111653.565000', '111713.437000', '111713.440000', '111713.443000', '111713.446000', '111713.449000', '111713.452000', '111713.455000', '111713.458000', '111713.461000', '111713.463000', '111713.466000', '111713.469000', '111713.472000', '111713.475000', '111713.478000', '111713.481000', '111713.484000', '111713.487000', '111713.490000', '111713.493000', '111713.496000', '111713.499000', '111713.501000', '111713.504000', '111713.507000', '111713.510000', '111713.513000', '111713.516000', '111713.519000', '111713.522000', '111713.525000', '111713.529000', '111713.532000', '111713.535000', '111713.538000', '111713.541000', '111713.544000', '111713.547000', '111713.550000', '111713.553000', '111713.556000', '111713.559000', '111713.562000', '111733.437000', '111733.440000', '111733.443000', '111733.446000', '111733.449000', '111733.452000', '111733.455000', '111733.458000', '111733.461000', '111733.464000', '111733.467000', '111733.470000', '111733.473000', '111733.476000', '111733.479000', '111733.482000', '111733.485000', '111733.488000', '111733.491000', '111733.494000', '111733.497000', '111733.500000', '111733.503000', '111733.506000', '111733.509000', '111733.512000', '111733.515000', '111733.518000', '111733.521000', '111733.524000', '111733.527000', '111733.530000', '111733.533000', '111733.535000', '111733.538000', '111733.541000', '111733.544000', '111733.547000', '111733.550000', '111733.553000', '111733.556000', '111733.559000', '111733.562000', '111733.565000', '111753.438000', '111753.441000', '111753.444000', '111753.447000', '111753.450000', '111753.453000', '111753.456000', '111753.459000', '111753.462000', '111753.465000', '111753.468000', '111753.471000', '111753.474000', '111753.477000', '111753.480000', '111753.483000', '111753.486000', '111753.489000', '111753.492000', '111753.494000', '111753.497000', '111753.500000', '111753.503000', '111753.506000', '111753.509000', '111753.512000', '111753.515000', '111753.518000', '111753.521000', '111753.524000', '111753.527000', '111753.529000', '111753.532000', '111753.535000', '111753.538000', '111753.541000', '111753.544000', '111753.547000', '111753.550000', '111753.553000', '111753.556000', '111753.564000', '111753.567000', '111813.438000', '111813.441000', '111813.444000', '111813.447000', '111813.450000', '111813.453000', '111813.456000', '111813.459000', '111813.462000', '111813.464000', '111813.467000', '111813.470000', '111813.489000', '111813.492000', '111813.495000', '111813.498000', '111813.501000', '111813.503000', '111813.507000', '111813.510000', '111813.512000', '111813.515000', '111813.519000', '111813.521000', '111813.524000', '111813.527000', '111813.530000', '111813.533000', '111813.536000', '111813.539000', '111813.542000', '111813.545000', '111813.548000', '111813.551000', '111813.554000', '111813.557000', '111813.560000', '111813.563000', '111813.566000', '111813.569000', '111813.572000', '111813.575000', '111813.578000', '111813.581000', '111833.438000', '111833.441000', '111833.444000', '111833.447000', '111833.450000', '111833.453000', '111833.456000', '111833.459000', '111833.462000', '111833.465000', '111833.467000', '111833.470000', '111833.473000', '111833.476000', '111833.480000', '111833.482000', '111833.485000', '111833.488000', '111833.491000', '111833.494000', '111833.497000', '111833.500000', '111833.503000', '111833.506000', '111833.509000', '111833.512000', '111833.515000', '111833.518000', '111833.521000', '111833.524000', '111833.527000', '111833.530000', '111833.533000', '111833.536000', '111833.539000', '111833.542000', '111833.545000', '111833.548000', '111833.551000', '111833.554000', '111833.557000', '111833.560000', '111833.562000', '111853.438000', '111853.441000', '111853.444000', '111853.447000', '111853.450000', '111853.453000', '111853.456000', '111853.459000', '111853.462000', '111853.465000', '111853.468000', '111853.471000', '111853.474000', '111853.477000', '111853.480000', '111853.483000', '111853.486000', '111853.489000', '111853.492000', '111853.495000', '111853.498000', '111853.501000', '111853.504000', '111853.507000', '111853.510000', '111853.513000', '111853.516000', '111853.519000', '111853.522000', '111853.525000', '111853.527000', '111853.532000', '111853.535000', '111853.538000', '111853.541000', '111853.544000', '111853.546000', '111853.550000', '111853.553000', '111853.555000', '111853.558000', '111853.561000', '111853.564000', '111853.567000', '111913.438000', '111913.441000', '111913.444000', '111913.447000', '111913.450000', '111913.453000', '111913.456000', '111913.459000', '111913.462000', '111913.465000', '111913.468000', '111913.471000', '111913.474000', '111913.477000', '111913.480000', '111913.483000', '111913.486000', '111913.489000', '111913.492000', '111913.495000', '111913.498000', '111913.501000', '111913.504000', '111913.507000', '111913.510000', '111913.513000', '111913.516000', '111913.519000', '111913.522000', '111913.525000', '111913.528000', '111913.531000', '111913.533000', '111913.536000', '111913.539000', '111913.542000', '111913.545000', '111913.548000', '111913.551000', '111913.554000', '111913.557000', '111913.560000', '111913.563000', '111933.437000', '111933.440000', '111933.443000', '111933.446000', '111933.449000', '111933.452000', '111933.455000', '111933.458000', '111933.461000', '111933.464000', '111933.467000', '111933.470000', '111933.473000', '111933.476000', '111933.479000', '111933.482000', '111933.485000', '111933.488000', '111933.491000', '111933.494000', '111933.497000', '111933.500000', '111933.503000', '111933.506000', '111933.509000', '111933.512000', '111933.515000', '111933.518000', '111933.521000', '111933.524000', '111933.527000', '111933.530000', '111933.533000', '111933.536000', '111933.539000', '111933.542000', '111933.545000', '111933.560000', '111933.562000', '111933.565000', '111933.568000', '111933.571000', '111933.574000', '111953.437000', '111953.440000', '111953.443000', '111953.446000', '111953.449000', '111953.452000', '111953.455000', '111953.458000', '111953.461000', '111953.464000', '111953.467000', '111953.469000', '111953.472000', '111953.475000', '111953.478000', '111953.481000', '111953.484000', '111953.487000', '111953.490000', '111953.493000', '111953.496000', '111953.499000', '111953.502000', '111953.505000', '111953.508000', '111953.511000', '111953.514000', '111953.517000', '111953.519000', '111953.522000', '111953.525000', '111953.528000', '111953.531000', '111953.534000', '111953.537000', '111953.540000', '111953.543000', '111953.546000', '111953.549000', '111953.552000', '111953.555000', '111953.558000', '111953.560000', '111953.563000', '112013.438000', '112013.441000', '112013.445000', '112013.448000', '112013.451000', '112013.457000', '112013.460000', '112013.463000', '112013.466000', '112013.468000', '112013.471000', '112013.474000', '112013.477000', '112013.480000', '112013.483000', '112013.486000', '112013.489000', '112013.492000', '112013.495000', '112013.498000', '112013.500000', '112013.503000', '112013.506000', '112013.509000', '112013.512000', '112013.515000', '112013.518000', '112013.521000', '112013.524000', '112013.527000', '112013.530000', '112013.533000', '112013.536000', '112013.538000', '112013.541000', '112013.544000', '112013.547000', '112013.550000', '112013.553000', '112013.556000', '112013.559000', '112013.562000', '112013.565000', '112033.438000', '112033.441000', '112033.444000', '112033.447000', '112033.450000', '112033.453000', '112033.456000', '112033.459000', '112033.462000', '112033.465000', '112033.467000', '112033.470000', '112033.473000', '112033.476000', '112033.479000', '112033.482000', '112033.485000', '112033.488000', '112033.491000', '112033.494000', '112033.497000', '112033.499000', '112033.502000', '112033.505000', '112033.508000', '112033.511000', '112033.515000', '112033.517000', '112033.520000', '112033.523000', '112033.526000', '112033.529000', '112033.532000', '112033.535000', '112033.538000', '112033.541000', '112033.544000', '112033.547000', '112033.550000', '112033.553000', '112033.556000', '112033.559000', '112033.562000', '112033.564000', '112053.438000', '112053.441000', '112053.444000', '112053.447000', '112053.450000', '112053.453000', '112053.456000', '112053.459000', '112053.462000', '112053.465000', '112053.468000', '112053.471000', '112053.474000', '112053.477000', '112053.481000', '112053.486000', '112053.489000', '112053.492000', '112053.495000', '112053.498000', '112053.501000', '112053.504000', '112053.507000', '112053.510000', '112053.513000', '112053.516000', '112053.519000', '112053.521000', '112053.524000', '112053.527000', '112053.530000', '112053.533000', '112053.536000', '112053.539000', '112053.542000', '112053.545000', '112053.548000', '112053.551000', '112053.554000', '112053.557000', '112053.559000', '112053.562000', '112053.565000', '112113.438000', '112113.441000', '112113.444000', '112113.447000', '112113.450000', '112113.453000', '112113.456000', '112113.459000', '112113.462000', '112113.465000', '112113.468000', '112113.471000', '112113.473000', '112113.476000', '112113.479000', '112113.482000', '112113.485000', '112113.488000', '112113.491000', '112113.494000', '112113.497000', '112113.500000', '112113.503000', '112113.506000', '112113.509000', '112113.512000', '112113.514000', '112113.517000', '112113.520000', '112113.523000', '112113.526000', '112113.529000', '112113.532000', '112113.535000', '112113.538000', '112113.541000', '112113.544000', '112113.547000', '112113.550000', '112113.553000', '112113.556000', '112113.559000', '112113.562000', '112113.565000', '112133.438000', '112133.441000', '112133.444000', '112133.447000', '112133.450000', '112133.453000', '112133.456000', '112133.459000', '112133.462000', '112133.465000', '112133.468000', '112133.471000', '112133.474000', '112133.477000', '112133.480000', '112133.483000', '112133.486000', '112133.489000', '112133.492000', '112133.495000', '112133.498000', '112133.501000', '112133.504000', '112133.507000', '112133.510000', '112133.513000', '112133.515000', '112133.518000', '112133.521000', '112133.524000', '112133.527000', '112133.530000', '112133.533000', '112133.537000', '112133.539000', '112133.542000', '112133.545000', '112133.548000', '112133.551000', '112133.554000', '112133.557000', '112133.560000', '112133.563000', '112136.307000', '112136.310000', '112136.313000', '112136.316000', '112136.319000', '112136.322000', '112136.325000'], 'InstanceCreationTime': ['111453.476000', '111453.479000', '111453.482000', '111453.485000', '111453.488000', '111453.491000', '111453.494000', '111453.497000', '111453.500000', '111453.503000', '111453.506000', '111453.509000', '111453.512000', '111453.515000', '111453.518000', '111453.521000', '111453.524000', '111453.526000', '111453.529000', '111453.532000', '111453.535000', '111453.538000', '111453.541000', '111453.544000', '111453.547000', '111453.550000', '111453.553000', '111453.565000', '111453.568000', '111453.571000', '111453.574000', '111453.577000', '111453.579000', '111453.582000', '111453.585000', '111453.588000', '111453.591000', '111453.594000', '111453.601000', '111453.603000', '111453.606000', '111453.609000', '111453.612000', '111453.615000', '111453.618000', '111453.621000', '111453.624000', '111453.627000', '111453.630000', '111453.633000', '111513.437000', '111513.440000', '111513.443000', '111513.446000', '111513.449000', '111513.452000', '111513.455000', '111513.458000', '111513.460000', '111513.463000', '111513.466000', '111513.469000', '111513.472000', '111513.475000', '111513.478000', '111513.481000', '111513.483000', '111513.486000', '111513.489000', '111513.492000', '111513.495000', '111513.498000', '111513.501000', '111513.504000', '111513.506000', '111513.509000', '111513.512000', '111513.515000', '111513.518000', '111513.521000', '111513.524000', '111513.527000', '111513.530000', '111513.533000', '111513.536000', '111513.539000', '111513.542000', '111513.545000', '111513.577000', '111513.580000', '111513.583000', '111513.586000', '111513.588000', '111533.437000', '111533.440000', '111533.443000', '111533.446000', '111533.449000', '111533.452000', '111533.455000', '111533.458000', '111533.461000', '111533.463000', '111533.466000', '111533.469000', '111533.472000', '111533.475000', '111533.482000', '111533.484000', '111533.487000', '111533.490000', '111533.493000', '111533.496000', '111533.499000', '111533.502000', '111533.505000', '111533.508000', '111533.511000', '111533.514000', '111533.517000', '111533.519000', '111533.522000', '111533.525000', '111533.529000', '111533.532000', '111533.535000', '111533.538000', '111533.541000', '111533.544000', '111533.547000', '111533.550000', '111533.553000', '111533.555000', '111533.558000', '111533.561000', '111533.564000', '111533.567000', '111553.438000', '111553.441000', '111553.444000', '111553.447000', '111553.450000', '111553.453000', '111553.456000', '111553.459000', '111553.462000', '111553.465000', '111553.467000', '111553.470000', '111553.473000', '111553.476000', '111553.479000', '111553.482000', '111553.485000', '111553.488000', '111553.492000', '111553.496000', '111553.498000', '111553.501000', '111553.504000', '111553.507000', '111553.510000', '111553.513000', '111553.516000', '111553.519000', '111553.522000', '111553.525000', '111553.528000', '111553.530000', '111553.533000', '111553.536000', '111553.539000', '111553.546000', '111553.549000', '111553.552000', '111553.555000', '111553.558000', '111553.561000', '111553.563000', '111553.566000', '111613.438000', '111613.441000', '111613.444000', '111613.453000', '111613.456000', '111613.459000', '111613.462000', '111613.465000', '111613.468000', '111613.471000', '111613.474000', '111613.477000', '111613.480000', '111613.483000', '111613.485000', '111613.488000', '111613.491000', '111613.494000', '111613.497000', '111613.500000', '111613.503000', '111613.506000', '111613.509000', '111613.512000', '111613.515000', '111613.518000', '111613.521000', '111613.524000', '111613.527000', '111613.529000', '111613.532000', '111613.535000', '111613.538000', '111613.541000', '111613.544000', '111613.547000', '111613.550000', '111613.553000', '111613.556000', '111613.559000', '111613.561000', '111613.564000', '111613.567000', '111613.570000', '111633.438000', '111633.441000', '111633.444000', '111633.447000', '111633.450000', '111633.453000', '111633.456000', '111633.459000', '111633.462000', '111633.465000', '111633.468000', '111633.471000', '111633.474000', '111633.476000', '111633.479000', '111633.482000', '111633.485000', '111633.488000', '111633.491000', '111633.494000', '111633.497000', '111633.500000', '111633.508000', '111633.511000', '111633.514000', '111633.516000', '111633.519000', '111633.522000', '111633.525000', '111633.528000', '111633.538000', '111633.541000', '111633.544000', '111633.547000', '111633.550000', '111633.553000', '111633.556000', '111633.559000', '111633.562000', '111633.565000', '111633.568000', '111633.571000', '111633.574000', '111653.438000', '111653.441000', '111653.444000', '111653.447000', '111653.450000', '111653.453000', '111653.456000', '111653.459000', '111653.462000', '111653.464000', '111653.467000', '111653.470000', '111653.473000', '111653.476000', '111653.479000', '111653.482000', '111653.486000', '111653.488000', '111653.491000', '111653.494000', '111653.497000', '111653.500000', '111653.503000', '111653.506000', '111653.509000', '111653.512000', '111653.515000', '111653.518000', '111653.521000', '111653.524000', '111653.527000', '111653.530000', '111653.533000', '111653.536000', '111653.539000', '111653.542000', '111653.545000', '111653.548000', '111653.551000', '111653.554000', '111653.557000', '111653.560000', '111653.562000', '111653.565000', '111713.437000', '111713.440000', '111713.443000', '111713.446000', '111713.449000', '111713.452000', '111713.455000', '111713.458000', '111713.461000', '111713.463000', '111713.466000', '111713.469000', '111713.472000', '111713.475000', '111713.478000', '111713.481000', '111713.484000', '111713.487000', '111713.490000', '111713.493000', '111713.496000', '111713.499000', '111713.501000', '111713.504000', '111713.507000', '111713.510000', '111713.513000', '111713.516000', '111713.519000', '111713.522000', '111713.525000', '111713.529000', '111713.532000', '111713.535000', '111713.538000', '111713.541000', '111713.544000', '111713.547000', '111713.550000', '111713.553000', '111713.556000', '111713.559000', '111713.562000', '111733.437000', '111733.440000', '111733.443000', '111733.446000', '111733.449000', '111733.452000', '111733.455000', '111733.458000', '111733.461000', '111733.464000', '111733.467000', '111733.470000', '111733.473000', '111733.476000', '111733.479000', '111733.482000', '111733.485000', '111733.488000', '111733.491000', '111733.494000', '111733.497000', '111733.500000', '111733.503000', '111733.506000', '111733.509000', '111733.512000', '111733.515000', '111733.518000', '111733.521000', '111733.524000', '111733.527000', '111733.530000', '111733.533000', '111733.535000', '111733.538000', '111733.541000', '111733.544000', '111733.547000', '111733.550000', '111733.553000', '111733.556000', '111733.559000', '111733.562000', '111733.565000', '111753.438000', '111753.441000', '111753.444000', '111753.447000', '111753.450000', '111753.453000', '111753.456000', '111753.459000', '111753.462000', '111753.465000', '111753.468000', '111753.471000', '111753.474000', '111753.477000', '111753.480000', '111753.483000', '111753.486000', '111753.489000', '111753.492000', '111753.494000', '111753.497000', '111753.500000', '111753.503000', '111753.506000', '111753.509000', '111753.512000', '111753.515000', '111753.518000', '111753.521000', '111753.524000', '111753.527000', '111753.529000', '111753.532000', '111753.535000', '111753.538000', '111753.541000', '111753.544000', '111753.547000', '111753.550000', '111753.553000', '111753.556000', '111753.564000', '111753.567000', '111813.438000', '111813.441000', '111813.444000', '111813.447000', '111813.450000', '111813.453000', '111813.456000', '111813.459000', '111813.462000', '111813.464000', '111813.467000', '111813.470000', '111813.489000', '111813.492000', '111813.495000', '111813.498000', '111813.501000', '111813.503000', '111813.507000', '111813.510000', '111813.512000', '111813.515000', '111813.519000', '111813.521000', '111813.524000', '111813.527000', '111813.530000', '111813.533000', '111813.536000', '111813.539000', '111813.542000', '111813.545000', '111813.548000', '111813.551000', '111813.554000', '111813.557000', '111813.560000', '111813.563000', '111813.566000', '111813.569000', '111813.572000', '111813.575000', '111813.578000', '111813.581000', '111833.438000', '111833.441000', '111833.444000', '111833.447000', '111833.450000', '111833.453000', '111833.456000', '111833.459000', '111833.462000', '111833.465000', '111833.467000', '111833.470000', '111833.473000', '111833.476000', '111833.480000', '111833.482000', '111833.485000', '111833.488000', '111833.491000', '111833.494000', '111833.497000', '111833.500000', '111833.503000', '111833.506000', '111833.509000', '111833.512000', '111833.515000', '111833.518000', '111833.521000', '111833.524000', '111833.527000', '111833.530000', '111833.533000', '111833.536000', '111833.539000', '111833.542000', '111833.545000', '111833.548000', '111833.551000', '111833.554000', '111833.557000', '111833.560000', '111833.562000', '111853.438000', '111853.441000', '111853.444000', '111853.447000', '111853.450000', '111853.453000', '111853.456000', '111853.459000', '111853.462000', '111853.465000', '111853.468000', '111853.471000', '111853.474000', '111853.477000', '111853.480000', '111853.483000', '111853.486000', '111853.489000', '111853.492000', '111853.495000', '111853.498000', '111853.501000', '111853.504000', '111853.507000', '111853.510000', '111853.513000', '111853.516000', '111853.519000', '111853.522000', '111853.525000', '111853.527000', '111853.532000', '111853.535000', '111853.538000', '111853.541000', '111853.544000', '111853.546000', '111853.550000', '111853.553000', '111853.555000', '111853.558000', '111853.561000', '111853.564000', '111853.567000', '111913.438000', '111913.441000', '111913.444000', '111913.447000', '111913.450000', '111913.453000', '111913.456000', '111913.459000', '111913.462000', '111913.465000', '111913.468000', '111913.471000', '111913.474000', '111913.477000', '111913.480000', '111913.483000', '111913.486000', '111913.489000', '111913.492000', '111913.495000', '111913.498000', '111913.501000', '111913.504000', '111913.507000', '111913.510000', '111913.513000', '111913.516000', '111913.519000', '111913.522000', '111913.525000', '111913.528000', '111913.531000', '111913.533000', '111913.536000', '111913.539000', '111913.542000', '111913.545000', '111913.548000', '111913.551000', '111913.554000', '111913.557000', '111913.560000', '111913.563000', '111933.437000', '111933.440000', '111933.443000', '111933.446000', '111933.449000', '111933.452000', '111933.455000', '111933.458000', '111933.461000', '111933.464000', '111933.467000', '111933.470000', '111933.473000', '111933.476000', '111933.479000', '111933.482000', '111933.485000', '111933.488000', '111933.491000', '111933.494000', '111933.497000', '111933.500000', '111933.503000', '111933.506000', '111933.509000', '111933.512000', '111933.515000', '111933.518000', '111933.521000', '111933.524000', '111933.527000', '111933.530000', '111933.533000', '111933.536000', '111933.539000', '111933.542000', '111933.545000', '111933.560000', '111933.562000', '111933.565000', '111933.568000', '111933.571000', '111933.574000', '111953.437000', '111953.440000', '111953.443000', '111953.446000', '111953.449000', '111953.452000', '111953.455000', '111953.458000', '111953.461000', '111953.464000', '111953.467000', '111953.469000', '111953.472000', '111953.475000', '111953.478000', '111953.481000', '111953.484000', '111953.487000', '111953.490000', '111953.493000', '111953.496000', '111953.499000', '111953.502000', '111953.505000', '111953.508000', '111953.511000', '111953.514000', '111953.517000', '111953.519000', '111953.522000', '111953.525000', '111953.528000', '111953.531000', '111953.534000', '111953.537000', '111953.540000', '111953.543000', '111953.546000', '111953.549000', '111953.552000', '111953.555000', '111953.558000', '111953.560000', '111953.563000', '112013.438000', '112013.441000', '112013.445000', '112013.448000', '112013.451000', '112013.457000', '112013.460000', '112013.463000', '112013.466000', '112013.468000', '112013.471000', '112013.474000', '112013.477000', '112013.480000', '112013.483000', '112013.486000', '112013.489000', '112013.492000', '112013.495000', '112013.498000', '112013.500000', '112013.503000', '112013.506000', '112013.509000', '112013.512000', '112013.515000', '112013.518000', '112013.521000', '112013.524000', '112013.527000', '112013.530000', '112013.533000', '112013.536000', '112013.538000', '112013.541000', '112013.544000', '112013.547000', '112013.550000', '112013.553000', '112013.556000', '112013.559000', '112013.562000', '112013.565000', '112033.438000', '112033.441000', '112033.444000', '112033.447000', '112033.450000', '112033.453000', '112033.456000', '112033.459000', '112033.462000', '112033.465000', '112033.467000', '112033.470000', '112033.473000', '112033.476000', '112033.479000', '112033.482000', '112033.485000', '112033.488000', '112033.491000', '112033.494000', '112033.497000', '112033.499000', '112033.502000', '112033.505000', '112033.508000', '112033.511000', '112033.515000', '112033.517000', '112033.520000', '112033.523000', '112033.526000', '112033.529000', '112033.532000', '112033.535000', '112033.538000', '112033.541000', '112033.544000', '112033.547000', '112033.550000', '112033.553000', '112033.556000', '112033.559000', '112033.562000', '112033.564000', '112053.438000', '112053.441000', '112053.444000', '112053.447000', '112053.450000', '112053.453000', '112053.456000', '112053.459000', '112053.462000', '112053.465000', '112053.468000', '112053.471000', '112053.474000', '112053.477000', '112053.481000', '112053.486000', '112053.489000', '112053.492000', '112053.495000', '112053.498000', '112053.501000', '112053.504000', '112053.507000', '112053.510000', '112053.513000', '112053.516000', '112053.519000', '112053.521000', '112053.524000', '112053.527000', '112053.530000', '112053.533000', '112053.536000', '112053.539000', '112053.542000', '112053.545000', '112053.548000', '112053.551000', '112053.554000', '112053.557000', '112053.559000', '112053.562000', '112053.565000', '112113.438000', '112113.441000', '112113.444000', '112113.447000', '112113.450000', '112113.453000', '112113.456000', '112113.459000', '112113.462000', '112113.465000', '112113.468000', '112113.471000', '112113.473000', '112113.476000', '112113.479000', '112113.482000', '112113.485000', '112113.488000', '112113.491000', '112113.494000', '112113.497000', '112113.500000', '112113.503000', '112113.506000', '112113.509000', '112113.512000', '112113.514000', '112113.517000', '112113.520000', '112113.523000', '112113.526000', '112113.529000', '112113.532000', '112113.535000', '112113.538000', '112113.541000', '112113.544000', '112113.547000', '112113.550000', '112113.553000', '112113.556000', '112113.559000', '112113.562000', '112113.565000', '112133.438000', '112133.441000', '112133.444000', '112133.447000', '112133.450000', '112133.453000', '112133.456000', '112133.459000', '112133.462000', '112133.465000', '112133.468000', '112133.471000', '112133.474000', '112133.477000', '112133.480000', '112133.483000', '112133.486000', '112133.489000', '112133.492000', '112133.495000', '112133.498000', '112133.501000', '112133.504000', '112133.507000', '112133.510000', '112133.513000', '112133.515000', '112133.518000', '112133.521000', '112133.524000', '112133.527000', '112133.530000', '112133.533000', '112133.537000', '112133.539000', '112133.542000', '112133.545000', '112133.548000', '112133.551000', '112133.554000', '112133.557000', '112133.560000', '112133.563000', '112136.307000', '112136.310000', '112136.313000', '112136.316000', '112136.319000', '112136.322000', '112136.325000'], '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], 'LargestImagePixelValue': [8049, 8346, 12345, 9669, 10931, 10372, 11398, 13689, 13014, 12969, 13511, 10626, 9884, 11504, 8739, 13348, 10012, 6693, 8493, 7646, 9461, 7549, 10267, 7640, 10241, 7274, 8844, 7233, 6629, 7712, 6794, 7818, 7078, 8253, 7067, 9086, 7175, 8919, 6891, 9469, 7886, 8936, 7147, 8108, 7505, 6450, 7969, 6599, 8592, 7225, 7815, 7077, 6803, 7521, 6758, 8198, 10702, 7988, 13164, 9666, 13579, 10628, 14226, 11096, 12724, 10037, 11725, 7751, 10108, 6831, 10697, 7267, 7227, 7115, 6809, 7623, 6763, 7793, 6593, 8188, 6487, 8927, 6724, 8296, 6815, 8255, 7357, 7628, 8340, 8557, 6789, 9716, 6855, 8056, 6896, 8397, 6935, 8388, 7282, 6895, 7708, 6673, 7781, 6553, 8333, 6953, 11607, 8955, 13417, 7236, 10757, 7314, 6544, 7999, 6871, 8986, 7143, 10812, 7387, 12316, 8208, 6837, 8200, 7272, 9512, 7375, 8607, 7411, 6826, 9972, 7239, 7006, 7462, 6769, 8080, 7147, 9448, 7268, 8577, 7324, 6826, 7929, 6847, 9225, 7767, 11437, 7427, 6797, 8022, 7035, 8530, 7373, 8671, 7488, 7439, 8037, 6828, 9027, 6945, 9445, 7282, 12414, 7354, 13548, 10309, 11257, 9429, 6616, 8338, 6920, 6665, 7228, 6476, 7625, 6832, 9286, 7102, 7817, 7595, 8283, 8747, 12235, 8945, 13862, 10285, 13353, 10340, 11229, 7949, 11177, 7921, 7934, 7858, 7933, 7946, 6562, 8058, 6873, 8892, 6835, 7224, 6949, 6573, 7839, 6627, 8104, 8041, 8370, 11811, 7537, 12785, 8710, 13074, 7943, 11707, 7896, 10862, 7615, 10072, 7019, 6461, 7996, 6760, 8417, 7087, 8730, 7062, 9283, 6825, 8673, 6789, 7437, 6766, 8212, 7382, 8050, 6917, 10243, 6834, 6441, 7042, 6733, 7536, 6506, 8321, 6866, 8383, 6912, 8220, 11688, 7642, 12735, 7559, 9414, 7641, 8660, 6830, 8363, 7125, 10827, 6832, 8650, 6938, 8133, 6991, 8877, 7109, 9501, 6907, 8827, 7958, 9791, 8750, 12253, 6970, 10974, 8164, 11446, 9212, 11398, 9174, 12267, 8389, 9180, 7004, 6929, 7448, 6779, 7502, 6694, 8211, 6847, 8775, 7038, 8454, 7062, 8449, 6819, 8064, 6914, 9124, 7344, 9748, 7229, 8979, 7173, 6670, 7910, 6977, 9257, 7530, 6694, 7600, 6721, 8443, 6586, 9810, 13000, 9877, 13114, 11129, 12193, 10261, 10987, 8080, 9091, 6712, 7466, 11290, 7275, 12434, 7601, 11179, 7356, 6928, 7686, 6917, 7873, 6834, 8174, 6978, 9016, 7177, 8269, 6958, 10999, 7723, 9537, 8070, 8816, 8509, 10798, 7396, 6739, 7613, 6876, 8490, 6828, 8688, 6848, 9232, 7143, 10865, 7311, 10229, 7370, 8362, 11369, 7265, 12780, 6837, 10372, 7158, 9501, 6951, 9085, 6862, 8519, 6896, 7752, 6811, 7176, 7295, 6606, 6933, 6850, 7323, 6616, 7715, 6750, 7006, 7580, 7093, 8985, 7085, 9225, 7318, 10984, 8493, 10596, 9152, 9412, 10596, 10279, 11475, 11313, 11530, 9174, 11662, 8209, 11715, 7688, 10102, 8075, 7258, 11563, 9711, 13829, 9300, 8642, 8379, 6990, 10938, 8934, 11173, 8844, 11015, 8884, 11624, 7145, 9558, 7136, 9149, 7109, 7096, 7077, 6832, 8485, 6880, 8817, 7200, 7080, 7102, 6823, 8489, 7317, 10194, 7273, 10765, 8008, 11263, 8991, 10887, 7670, 9551, 6869, 10810, 7677, 9457, 7005, 6907, 7216, 6873, 7757, 6646, 9130, 6812, 9787, 7125, 9143, 11255, 8545, 11065, 8420, 9775, 6737, 7307, 7896, 8200, 6685, 8160, 6808, 8509, 7104, 9621, 7116, 8997, 7010, 9058, 6983, 9250, 6926, 8579, 7066, 7962, 8305, 7226, 11046, 7142, 8334, 7417, 6752, 8015, 6982, 8438, 6981, 8849, 6870, 8829, 8334, 7574, 11205, 7376, 10984, 8144, 9950, 7586, 12418, 7917, 12070, 9604, 10669, 7915, 10515, 7308, 10352, 7137, 8705, 6993, 8096, 6839, 8506, 7015, 7093, 7005, 6828, 7532, 6774, 8689, 6940, 9672, 7990, 10484, 8743, 10355, 11971, 8949, 13505, 9812, 11620, 9830, 11696, 7344, 9566, 7235, 9011, 7009, 8831, 7115, 8779, 7058, 7152, 7172, 6874, 7428, 6719, 8772, 7021, 8862, 8155, 7424, 11682, 7744, 10348, 7221, 9117, 6991, 7169, 11947, 6866, 9926, 7348, 9401, 7020, 8462, 6880, 7563, 6780, 7478, 6796, 8308, 6933, 7169, 6742, 7084, 7164, 7171, 7405, 7817, 7913, 6797, 8523, 7081, 8895, 8319, 9484, 10114, 9765, 8300, 9861, 12450, 9588, 13402, 9236, 11475, 8488, 10340, 8506, 6912, 7725, 6836, 9613, 7107, 10026, 7571, 10292, 8077, 8156, 9249, 11792, 8536, 13352, 11629, 12257, 11094, 11778, 7726, 10916, 7185, 10757, 10033, 9684, 7686, 6702, 10545, 7551, 7369, 7608, 6893, 11397, 8981, 12778, 9632, 9267, 10282, 7187, 12125, 9607, 12951, 10661, 11193, 9736, 6946, 9571, 7427, 8665, 7719, 7352, 9148, 7184, 11237, 7797, 13093, 7451, 6839, 7720, 6823, 8070, 6793, 8623, 7090, 9179, 7416, 9072, 7356, 8854, 7396, 7886, 7147, 7004, 8015, 6791, 8900, 7022, 9663, 7378, 9283, 6944, 8653, 9353, 8085, 12374, 7984, 11947, 7687, 11956, 7675, 10147, 7806, 11306, 7482, 10198, 7336, 9946, 7100, 6797, 7734, 6901, 6807, 7024, 6905, 8122, 9534, 8354, 6812, 8881, 7848, 11718, 8672, 7020, 11827, 9341, 11950, 10223, 12228, 10469, 10598, 10265, 7244, 12635, 10758, 14167, 10779, 14489, 11986, 14111, 12032, 11132, 12702, 9435, 13037, 10787, 13322, 11079, 12960, 11077, 12307, 9913, 9701, 6901, 6773, 7315, 6662, 7857, 6863, 7472, 6927, 7531, 6960, 7337, 6893, 7670, 6954, 7105, 6880, 7207, 7439, 6914, 7913, 7003, 6972, 7553, 7055, 9047, 6513, 6783, 6510, 6601, 7187, 10288, 10036, 8941, 7574, 11922, 10463, 10483, 11357, 11112, 12566, 10528, 12823, 12953, 12379, 12633, 12146, 13075, 11832, 13170, 11426, 13607, 10903, 13306, 10186, 12367, 8437, 12136, 7300, 9626, 6866, 8489, 6852, 8180, 6818, 7835, 7060, 7662, 6954, 7570, 7089, 7615, 6828, 6940, 7045, 7283, 7379, 6942, 7959, 6880, 7988, 11211, 7586, 10292, 8088, 9339, 7387, 8923, 7063, 8403, 6981, 7955, 7222, 6801, 8672, 6859, 7160, 7356, 6890, 9489, 8944, 8895, 9638, 9928, 7615, 10979, 6965, 10234, 7816, 8510, 7019, 9130, 7303, 12538, 7435, 6892, 7702, 6864, 8982, 7013, 9804, 6995, 9025, 6788, 7678, 7260, 7819, 6912, 7838, 7337, 7919, 7046, 8215, 6919, 7014, 7202, 7139, 8969, 7015, 9618, 7397, 10502, 7946, 12331, 9430, 11657, 9623, 11783, 10195, 12003, 11054, 9633, 11831, 9246, 12207, 7007, 6721, 10659, 6623, 6858, 7110, 6461, 6747, 6565, 7842, 9190, 7917, 10547], 'WindowCenter': [4026.0, 3997.0, 4026.0, 3992.0, 3999.0, 3987.0, 3987.0, 4007.0, 3996.0, 3984.0, 3982.0, 3960.0, 3960.0, 3970.0, 3938.0, 3977.0, 3946.0, 3914.0, 3935.0, 3925.0, 3945.0, 3925.0, 3946.0, 3925.0, 3956.0, 3926.0, 3934.0, 3924.0, 3914.0, 3935.0, 3926.0, 3937.0, 3929.0, 3949.0, 3941.0, 3961.0, 3941.0, 3963.0, 3943.0, 3960.0, 3951.0, 3962.0, 3941.0, 3951.0, 3942.0, 3932.0, 3953.0, 3944.0, 3975.0, 3954.0, 3954.0, 3955.0, 3944.0, 3966.0, 3945.0, 3978.0, 3987.0, 3968.0, 4008.0, 3976.0, 4006.0, 3984.0, 4004.0, 3983.0, 3993.0, 3959.0, 3982.0, 3940.0, 3971.0, 3929.0, 3969.0, 3941.0, 3939.0, 3939.0, 3940.0, 3950.0, 3942.0, 3952.0, 3955.0, 3975.0, 3945.0, 3976.0, 3945.0, 3965.0, 3944.0, 3965.0, 3954.0, 3965.0, 3965.0, 3974.0, 3955.0, 3975.0, 3955.0, 3966.0, 3953.0, 3964.0, 3955.0, 3964.0, 3968.0, 3956.0, 3964.0, 3954.0, 3965.0, 3944.0, 3976.0, 3955.0, 3996.0, 3976.0, 4006.0, 3966.0, 3996.0, 3952.0, 3942.0, 3963.0, 3943.0, 3974.0, 3953.0, 3985.0, 3954.0, 3994.0, 3962.0, 3940.0, 3961.0, 3951.0, 3972.0, 3952.0, 3962.0, 3953.0, 3943.0, 3973.0, 3953.0, 3941.0, 3949.0, 3941.0, 3963.0, 3953.0, 3973.0, 3954.0, 3964.0, 3953.0, 3942.0, 3952.0, 3942.0, 3974.0, 3953.0, 3994.0, 3952.0, 3943.0, 3964.0, 3954.0, 3974.0, 3969.0, 3976.0, 3967.0, 3966.0, 3965.0, 3956.0, 3976.0, 3955.0, 3985.0, 3967.0, 4007.0, 3956.0, 4019.0, 3999.0, 3997.0, 3976.0, 3943.0, 3964.0, 3954.0, 3943.0, 3954.0, 3958.0, 3992.0, 3969.0, 3989.0, 3967.0, 3967.0, 3966.0, 3978.0, 3977.0, 4007.0, 3974.0, 4006.0, 3984.0, 4006.0, 3985.0, 3981.0, 3949.0, 3969.0, 3938.0, 3936.0, 3937.0, 3938.0, 3938.0, 3928.0, 3948.0, 3926.0, 3961.0, 3940.0, 3939.0, 3940.0, 3942.0, 3965.0, 3956.0, 3966.0, 3966.0, 3965.0, 3997.0, 3964.0, 3993.0, 3964.0, 3993.0, 3963.0, 3994.0, 3953.0, 3983.0, 3952.0, 3973.0, 3943.0, 3931.0, 3964.0, 3944.0, 3964.0, 3955.0, 3975.0, 3955.0, 3976.0, 3945.0, 3965.0, 3944.0, 3956.0, 3943.0, 3961.0, 3953.0, 3952.0, 3942.0, 3973.0, 3942.0, 3942.0, 3956.0, 3956.0, 3968.0, 3959.0, 3979.0, 3959.0, 3977.0, 3957.0, 3978.0, 3998.0, 3967.0, 4006.0, 3955.0, 3975.0, 3966.0, 3965.0, 3944.0, 3963.0, 3945.0, 3984.0, 3942.0, 3963.0, 3953.0, 3964.0, 3956.0, 3976.0, 3956.0, 3986.0, 3957.0, 3976.0, 3977.0, 3986.0, 3978.0, 4006.0, 3956.0, 3996.0, 3967.0, 3995.0, 3987.0, 3996.0, 3976.0, 3995.0, 3965.0, 3972.0, 3954.0, 3952.0, 3953.0, 3944.0, 3954.0, 3953.0, 3963.0, 3942.0, 3973.0, 3953.0, 3962.0, 3953.0, 3963.0, 3943.0, 3963.0, 3953.0, 3973.0, 3954.0, 3974.0, 3953.0, 3974.0, 3954.0, 3943.0, 3964.0, 3955.0, 3987.0, 3968.0, 3957.0, 3978.0, 3957.0, 3980.0, 3958.0, 4000.0, 4019.0, 4000.0, 4009.0, 3997.0, 3997.0, 3986.0, 3986.0, 3962.0, 3960.0, 3942.0, 3953.0, 3982.0, 3953.0, 3993.0, 3950.0, 3982.0, 3939.0, 3941.0, 3951.0, 3941.0, 3963.0, 3954.0, 3976.0, 3966.0, 3977.0, 3968.0, 3978.0, 3970.0, 3999.0, 3968.0, 3986.0, 3967.0, 3976.0, 3975.0, 3996.0, 3954.0, 3954.0, 3965.0, 3957.0, 3978.0, 3957.0, 3988.0, 3971.0, 3989.0, 3969.0, 3999.0, 3967.0, 3988.0, 3955.0, 3965.0, 3995.0, 3954.0, 3995.0, 3944.0, 3972.0, 3944.0, 3971.0, 3943.0, 3963.0, 3943.0, 3963.0, 3954.0, 3964.0, 3956.0, 3955.0, 3966.0, 3957.0, 3956.0, 3956.0, 3977.0, 3969.0, 3980.0, 3971.0, 3970.0, 3993.0, 3983.0, 4002.0, 3984.0, 4016.0, 3993.0, 4025.0, 3994.0, 4014.0, 4003.0, 3990.0, 4013.0, 4002.0, 4024.0, 4010.0, 4011.0, 3988.0, 4009.0, 3977.0, 4007.0, 3967.0, 3997.0, 3978.0, 3969.0, 3999.0, 3987.0, 4018.0, 3977.0, 3975.0, 3964.0, 3954.0, 3996.0, 3974.0, 3996.0, 3965.0, 3983.0, 3962.0, 3982.0, 3940.0, 3961.0, 3942.0, 3962.0, 3943.0, 3953.0, 3953.0, 3944.0, 3975.0, 3957.0, 3975.0, 3966.0, 3956.0, 3968.0, 3957.0, 3978.0, 3969.0, 4001.0, 3969.0, 4001.0, 3979.0, 4000.0, 3978.0, 4003.0, 3967.0, 3976.0, 3945.0, 3984.0, 3953.0, 3973.0, 3955.0, 3955.0, 3967.0, 3971.0, 3980.0, 3971.0, 4002.0, 3971.0, 4004.0, 3972.0, 4004.0, 4010.0, 3980.0, 4000.0, 3968.0, 3986.0, 3956.0, 3954.0, 3966.0, 3964.0, 3943.0, 3963.0, 3944.0, 3975.0, 3969.0, 3987.0, 3967.0, 3989.0, 3970.0, 3987.0, 3956.0, 3987.0, 3957.0, 3977.0, 3956.0, 3968.0, 3965.0, 3966.0, 3996.0, 3956.0, 3977.0, 3967.0, 3956.0, 3966.0, 3968.0, 3976.0, 3970.0, 3989.0, 3971.0, 4004.0, 3991.0, 3982.0, 4013.0, 3981.0, 4012.0, 3979.0, 4000.0, 3980.0, 4023.0, 3980.0, 4011.0, 3989.0, 4000.0, 3967.0, 3988.0, 3956.0, 3988.0, 3956.0, 3965.0, 3956.0, 3965.0, 3956.0, 3977.0, 3957.0, 3969.0, 3969.0, 3970.0, 3982.0, 3971.0, 3992.0, 3983.0, 4003.0, 3992.0, 4013.0, 3991.0, 4001.0, 4010.0, 3980.0, 4020.0, 3988.0, 3998.0, 3987.0, 3995.0, 3954.0, 3974.0, 3954.0, 3963.0, 3942.0, 3973.0, 3955.0, 3965.0, 3953.0, 3955.0, 3956.0, 3957.0, 3968.0, 3969.0, 3990.0, 3971.0, 4002.0, 3980.0, 3970.0, 4010.0, 3970.0, 3988.0, 3957.0, 3976.0, 3954.0, 3957.0, 3996.0, 3946.0, 3975.0, 3954.0, 3974.0, 3954.0, 3962.0, 3953.0, 3964.0, 3955.0, 3955.0, 3956.0, 3976.0, 3968.0, 3968.0, 3970.0, 3970.0, 3984.0, 3983.0, 3984.0, 3980.0, 3992.0, 3971.0, 4005.0, 3982.0, 4005.0, 3994.0, 4005.0, 4012.0, 4014.0, 3992.0, 4003.0, 4022.0, 4001.0, 4022.0, 3989.0, 4010.0, 3989.0, 3998.0, 3977.0, 3957.0, 3967.0, 3970.0, 4001.0, 3982.0, 4014.0, 3995.0, 4012.0, 3994.0, 3993.0, 4004.0, 4023.0, 3992.0, 4033.0, 4012.0, 4011.0, 4011.0, 4009.0, 3969.0, 3999.0, 3969.0, 4001.0, 3999.0, 3988.0, 3967.0, 3968.0, 4001.0, 3979.0, 3967.0, 3967.0, 3968.0, 4011.0, 3988.0, 4009.0, 3988.0, 3978.0, 3988.0, 3954.0, 3996.0, 3976.0, 4007.0, 3987.0, 3983.0, 3974.0, 3942.0, 3962.0, 3941.0, 3964.0, 3953.0, 3952.0, 3974.0, 3943.0, 3984.0, 3953.0, 3994.0, 3942.0, 3941.0, 3953.0, 3942.0, 3965.0, 3947.0, 3965.0, 3946.0, 3976.0, 3954.0, 3975.0, 3956.0, 3976.0, 3968.0, 3967.0, 3957.0, 3958.0, 3979.0, 3959.0, 3990.0, 3973.0, 4002.0, 3970.0, 3992.0, 3958.0, 3981.0, 3988.0, 3969.0, 4009.0, 3967.0, 4009.0, 3968.0, 3998.0, 3967.0, 3987.0, 3968.0, 3998.0, 3956.0, 3986.0, 3956.0, 3990.0, 3959.0, 3958.0, 3980.0, 3971.0, 3971.0, 3983.0, 3982.0, 4009.0, 4016.0, 4007.0, 3989.0, 4003.0, 3982.0, 4012.0, 3992.0, 3984.0, 4027.0, 4017.0, 4026.0, 4015.0, 4025.0, 4013.0, 4012.0, 4015.0, 3983.0, 4023.0, 4013.0, 4021.0, 4001.0, 4021.0, 4000.0, 4008.0, 3986.0, 3974.0, 3982.0, 3949.0, 3979.0, 3958.0, 3978.0, 3956.0, 3966.0, 3955.0, 3954.0, 3944.0, 3933.0, 3900.0, 3900.0, 3911.0, 3902.0, 3922.0, 3902.0, 3912.0, 3912.0, 3911.0, 3912.0, 3923.0, 3925.0, 3926.0, 3926.0, 3928.0, 3939.0, 3941.0, 3953.0, 3955.0, 3967.0, 3968.0, 3970.0, 3998.0, 3987.0, 3992.0, 3959.0, 3955.0, 3945.0, 3946.0, 3955.0, 3987.0, 3975.0, 3965.0, 3968.0, 3997.0, 4000.0, 4000.0, 3988.0, 3985.0, 3985.0, 3973.0, 3983.0, 3981.0, 3970.0, 3968.0, 3957.0, 3954.0, 3943.0, 3941.0, 3929.0, 3937.0, 3916.0, 3935.0, 3915.0, 3925.0, 3892.0, 3924.0, 3883.0, 3903.0, 3872.0, 3902.0, 3884.0, 3904.0, 3886.0, 3907.0, 3897.0, 3907.0, 3910.0, 3920.0, 3913.0, 3925.0, 3926.0, 3938.0, 3940.0, 3951.0, 3952.0, 3954.0, 3966.0, 3955.0, 3966.0, 3986.0, 3955.0, 3985.0, 3954.0, 3974.0, 3954.0, 3977.0, 3957.0, 3964.0, 3955.0, 3978.0, 3969.0, 3956.0, 3978.0, 3958.0, 3969.0, 3982.0, 3969.0, 4002.0, 3990.0, 3990.0, 3990.0, 3988.0, 3968.0, 3998.0, 3956.0, 3987.0, 3955.0, 3966.0, 3955.0, 3976.0, 3968.0, 4009.0, 3968.0, 3956.0, 3966.0, 3956.0, 3976.0, 3959.0, 3989.0, 3957.0, 3976.0, 3945.0, 3965.0, 3955.0, 3956.0, 3956.0, 3954.0, 3955.0, 3967.0, 3958.0, 3978.0, 3981.0, 3982.0, 3983.0, 3983.0, 4004.0, 3984.0, 4015.0, 3985.0, 4026.0, 3995.0, 4035.0, 4005.0, 4014.0, 4003.0, 4012.0, 4001.0, 4012.0, 4012.0, 3989.0, 4010.0, 3991.0, 4021.0, 3969.0, 3958.0, 4002.0, 3955.0, 3954.0, 3967.0, 3945.0, 3942.0, 3940.0, 3950.0, 3972.0, 3963.0, 3998.0], 'WindowWidth': [8996.0, 8938.0, 8973.0, 8921.0, 8922.0, 8901.0, 8900.0, 8927.0, 8910.0, 8888.0, 8885.0, 8851.0, 8848.0, 8865.0, 8818.0, 8868.0, 8823.0, 8779.0, 8807.0, 8793.0, 8821.0, 8794.0, 8822.0, 8793.0, 8839.0, 8798.0, 8806.0, 8792.0, 8780.0, 8810.0, 8800.0, 8815.0, 8808.0, 8836.0, 8829.0, 8853.0, 8829.0, 8860.0, 8835.0, 8853.0, 8843.0, 8856.0, 8828.0, 8841.0, 8831.0, 8818.0, 8848.0, 8840.0, 8880.0, 8853.0, 8854.0, 8855.0, 8840.0, 8871.0, 8844.0, 8890.0, 8902.0, 8878.0, 8933.0, 8885.0, 8925.0, 8892.0, 8919.0, 8887.0, 8901.0, 8850.0, 8885.0, 8826.0, 8867.0, 8810.0, 8863.0, 8827.0, 8824.0, 8824.0, 8828.0, 8842.0, 8835.0, 8848.0, 8857.0, 8883.0, 8842.0, 8886.0, 8842.0, 8868.0, 8841.0, 8867.0, 8852.0, 8870.0, 8871.0, 8881.0, 8856.0, 8883.0, 8858.0, 8872.0, 8851.0, 8868.0, 8857.0, 8868.0, 8878.0, 8859.0, 8869.0, 8854.0, 8870.0, 8842.0, 8885.0, 8856.0, 8913.0, 8884.0, 8926.0, 8874.0, 8912.0, 8849.0, 8836.0, 8865.0, 8837.0, 8880.0, 8851.0, 8896.0, 8853.0, 8906.0, 8861.0, 8830.0, 8858.0, 8845.0, 8874.0, 8848.0, 8862.0, 8852.0, 8837.0, 8877.0, 8848.0, 8830.0, 8841.0, 8832.0, 8862.0, 8849.0, 8877.0, 8852.0, 8865.0, 8848.0, 8834.0, 8846.0, 8833.0, 8879.0, 8849.0, 8903.0, 8847.0, 8835.0, 8864.0, 8852.0, 8879.0, 8883.0, 8888.0, 8876.0, 8873.0, 8871.0, 8861.0, 8885.0, 8859.0, 8897.0, 8875.0, 8928.0, 8859.0, 8949.0, 8921.0, 8916.0, 8886.0, 8839.0, 8866.0, 8853.0, 8837.0, 8853.0, 8868.0, 8920.0, 8883.0, 8909.0, 8879.0, 8878.0, 8875.0, 8890.0, 8889.0, 8927.0, 8881.0, 8927.0, 8894.0, 8927.0, 8896.0, 8883.0, 8838.0, 8862.0, 8820.0, 8815.0, 8819.0, 8820.0, 8819.0, 8806.0, 8834.0, 8805.0, 8856.0, 8828.0, 8826.0, 8830.0, 8836.0, 8871.0, 8859.0, 8873.0, 8871.0, 8869.0, 8913.0, 8866.0, 8903.0, 8864.0, 8903.0, 8863.0, 8905.0, 8849.0, 8889.0, 8847.0, 8878.0, 8837.0, 8820.0, 8864.0, 8840.0, 8866.0, 8856.0, 8882.0, 8857.0, 8885.0, 8843.0, 8868.0, 8839.0, 8859.0, 8839.0, 8858.0, 8848.0, 8846.0, 8833.0, 8875.0, 8835.0, 8836.0, 8858.0, 8860.0, 8879.0, 8870.0, 8896.0, 8871.0, 8891.0, 8863.0, 8892.0, 8918.0, 8874.0, 8926.0, 8854.0, 8882.0, 8870.0, 8869.0, 8840.0, 8865.0, 8841.0, 8891.0, 8836.0, 8864.0, 8852.0, 8867.0, 8861.0, 8885.0, 8860.0, 8900.0, 8864.0, 8889.0, 8890.0, 8900.0, 8890.0, 8925.0, 8860.0, 8912.0, 8874.0, 8911.0, 8901.0, 8914.0, 8886.0, 8908.0, 8868.0, 8875.0, 8852.0, 8848.0, 8850.0, 8840.0, 8854.0, 8853.0, 8865.0, 8837.0, 8880.0, 8851.0, 8864.0, 8852.0, 8864.0, 8840.0, 8866.0, 8854.0, 8879.0, 8854.0, 8881.0, 8852.0, 8881.0, 8853.0, 8840.0, 8869.0, 8859.0, 8904.0, 8880.0, 8864.0, 8894.0, 8866.0, 8899.0, 8867.0, 8927.0, 8949.0, 8925.0, 8937.0, 8917.0, 8916.0, 8898.0, 8898.0, 8863.0, 8859.0, 8833.0, 8850.0, 8888.0, 8849.0, 8904.0, 8843.0, 8885.0, 8826.0, 8830.0, 8843.0, 8833.0, 8864.0, 8855.0, 8886.0, 8875.0, 8890.0, 8881.0, 8892.0, 8885.0, 8921.0, 8877.0, 8900.0, 8877.0, 8886.0, 8885.0, 8912.0, 8856.0, 8856.0, 8870.0, 8864.0, 8892.0, 8865.0, 8907.0, 8889.0, 8908.0, 8883.0, 8922.0, 8877.0, 8906.0, 8856.0, 8868.0, 8907.0, 8852.0, 8909.0, 8838.0, 8873.0, 8837.0, 8871.0, 8837.0, 8862.0, 8836.0, 8862.0, 8853.0, 8869.0, 8861.0, 8858.0, 8875.0, 8862.0, 8861.0, 8862.0, 8893.0, 8887.0, 8902.0, 8890.0, 8890.0, 8924.0, 8910.0, 8935.0, 8914.0, 8957.0, 8927.0, 8968.0, 8925.0, 8949.0, 8936.0, 8913.0, 8947.0, 8929.0, 8964.0, 8940.0, 8941.0, 8907.0, 8937.0, 8891.0, 8931.0, 8877.0, 8915.0, 8892.0, 8880.0, 8922.0, 8902.0, 8946.0, 8888.0, 8883.0, 8869.0, 8854.0, 8914.0, 8881.0, 8914.0, 8866.0, 8890.0, 8858.0, 8885.0, 8827.0, 8856.0, 8832.0, 8858.0, 8835.0, 8851.0, 8853.0, 8842.0, 8882.0, 8861.0, 8885.0, 8875.0, 8863.0, 8880.0, 8866.0, 8894.0, 8881.0, 8926.0, 8882.0, 8926.0, 8895.0, 8923.0, 8891.0, 8931.0, 8876.0, 8885.0, 8842.0, 8893.0, 8852.0, 8878.0, 8856.0, 8858.0, 8877.0, 8888.0, 8901.0, 8892.0, 8933.0, 8891.0, 8936.0, 8893.0, 8936.0, 8939.0, 8897.0, 8927.0, 8877.0, 8901.0, 8860.0, 8855.0, 8872.0, 8867.0, 8837.0, 8864.0, 8841.0, 8884.0, 8880.0, 8902.0, 8877.0, 8907.0, 8883.0, 8903.0, 8862.0, 8902.0, 8862.0, 8889.0, 8859.0, 8877.0, 8871.0, 8873.0, 8913.0, 8863.0, 8890.0, 8877.0, 8861.0, 8872.0, 8880.0, 8890.0, 8886.0, 8913.0, 8891.0, 8938.0, 8915.0, 8907.0, 8949.0, 8902.0, 8944.0, 8898.0, 8924.0, 8899.0, 8959.0, 8900.0, 8942.0, 8910.0, 8926.0, 8876.0, 8903.0, 8859.0, 8902.0, 8858.0, 8868.0, 8859.0, 8871.0, 8861.0, 8889.0, 8865.0, 8883.0, 8884.0, 8887.0, 8904.0, 8892.0, 8921.0, 8909.0, 8935.0, 8919.0, 8949.0, 8914.0, 8931.0, 8938.0, 8897.0, 8952.0, 8905.0, 8917.0, 8900.0, 8908.0, 8854.0, 8878.0, 8855.0, 8863.0, 8836.0, 8879.0, 8857.0, 8869.0, 8853.0, 8856.0, 8860.0, 8864.0, 8881.0, 8885.0, 8912.0, 8889.0, 8933.0, 8899.0, 8886.0, 8936.0, 8882.0, 8905.0, 8861.0, 8887.0, 8853.0, 8861.0, 8913.0, 8843.0, 8880.0, 8852.0, 8879.0, 8853.0, 8862.0, 8850.0, 8868.0, 8856.0, 8856.0, 8860.0, 8887.0, 8879.0, 8881.0, 8887.0, 8886.0, 8912.0, 8910.0, 8911.0, 8901.0, 8920.0, 8892.0, 8939.0, 8907.0, 8941.0, 8926.0, 8941.0, 8945.0, 8953.0, 8917.0, 8936.0, 8957.0, 8929.0, 8958.0, 8910.0, 8941.0, 8909.0, 8921.0, 8890.0, 8863.0, 8878.0, 8886.0, 8930.0, 8908.0, 8953.0, 8929.0, 8949.0, 8925.0, 8922.0, 8940.0, 8961.0, 8922.0, 8980.0, 8945.0, 8944.0, 8941.0, 8938.0, 8884.0, 8924.0, 8882.0, 8929.0, 8922.0, 8905.0, 8879.0, 8881.0, 8929.0, 8897.0, 8877.0, 8876.0, 8880.0, 8940.0, 8907.0, 8935.0, 8905.0, 8889.0, 8904.0, 8854.0, 8913.0, 8885.0, 8930.0, 8902.0, 8891.0, 8877.0, 8831.0, 8858.0, 8831.0, 8863.0, 8848.0, 8846.0, 8877.0, 8835.0, 8890.0, 8848.0, 8904.0, 8833.0, 8831.0, 8849.0, 8833.0, 8867.0, 8846.0, 8868.0, 8842.0, 8883.0, 8854.0, 8882.0, 8859.0, 8885.0, 8879.0, 8878.0, 8863.0, 8866.0, 8894.0, 8871.0, 8911.0, 8893.0, 8930.0, 8886.0, 8916.0, 8866.0, 8897.0, 8904.0, 8880.0, 8933.0, 8876.0, 8934.0, 8878.0, 8917.0, 8873.0, 8901.0, 8878.0, 8916.0, 8860.0, 8899.0, 8859.0, 8910.0, 8867.0, 8867.0, 8899.0, 8889.0, 8889.0, 8908.0, 8908.0, 8954.0, 8957.0, 8946.0, 8926.0, 8934.0, 8905.0, 8943.0, 8918.0, 8911.0, 8975.0, 8960.0, 8970.0, 8954.0, 8967.0, 8947.0, 8943.0, 8952.0, 8908.0, 8962.0, 8947.0, 8957.0, 8925.0, 8953.0, 8924.0, 8931.0, 8898.0, 8875.0, 8886.0, 8835.0, 8874.0, 8844.0, 8871.0, 8839.0, 8851.0, 8834.0, 8831.0, 8817.0, 8798.0, 8753.0, 8755.0, 8769.0, 8759.0, 8785.0, 8759.0, 8773.0, 8772.0, 8770.0, 8773.0, 8790.0, 8798.0, 8798.0, 8800.0, 8808.0, 8824.0, 8830.0, 8848.0, 8856.0, 8876.0, 8880.0, 8886.0, 8936.0, 8919.0, 8917.0, 8869.0, 8857.0, 8840.0, 8843.0, 8853.0, 8897.0, 8879.0, 8866.0, 8874.0, 8915.0, 8922.0, 8920.0, 8906.0, 8894.0, 8894.0, 8875.0, 8886.0, 8883.0, 8861.0, 8860.0, 8838.0, 8836.0, 8813.0, 8809.0, 8788.0, 8795.0, 8765.0, 8789.0, 8762.0, 8775.0, 8730.0, 8774.0, 8719.0, 8742.0, 8701.0, 8742.0, 8722.0, 8748.0, 8727.0, 8755.0, 8744.0, 8758.0, 8768.0, 8782.0, 8778.0, 8796.0, 8802.0, 8820.0, 8827.0, 8845.0, 8848.0, 8852.0, 8872.0, 8855.0, 8871.0, 8896.0, 8854.0, 8895.0, 8851.0, 8879.0, 8852.0, 8886.0, 8865.0, 8866.0, 8856.0, 8892.0, 8882.0, 8862.0, 8891.0, 8868.0, 8882.0, 8903.0, 8884.0, 8930.0, 8911.0, 8912.0, 8909.0, 8905.0, 8876.0, 8920.0, 8860.0, 8903.0, 8855.0, 8870.0, 8856.0, 8886.0, 8878.0, 8933.0, 8878.0, 8860.0, 8872.0, 8861.0, 8887.0, 8867.0, 8908.0, 8862.0, 8887.0, 8844.0, 8868.0, 8855.0, 8856.0, 8858.0, 8854.0, 8858.0, 8876.0, 8865.0, 8893.0, 8904.0, 8907.0, 8908.0, 8911.0, 8939.0, 8916.0, 8956.0, 8917.0, 8971.0, 8928.0, 8981.0, 8940.0, 8950.0, 8933.0, 8944.0, 8928.0, 8944.0, 8944.0, 8908.0, 8937.0, 8916.0, 8957.0, 8884.0, 8865.0, 8930.0, 8857.0, 8855.0, 8876.0, 8844.0, 8833.0, 8826.0, 8839.0, 8873.0, 8863.0, 8916.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.0040752</td></tr>
<tr><td colspan=3>aqi</td><td>0.02601806918918919</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.17611139877707</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2532770644155855</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.067524256082251</td></tr>
<tr><td colspan=3>efc</td><td>0.4927</td></tr>
<tr><td colspan=3>fber</td><td>5597.1284</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09640733277183</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.27027027027027</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4976885288943813</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.440625578174588</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7082437536122557</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3441962548963007</td></tr>
<tr><td colspan=3>gcor</td><td>0.0272029</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.003258882090449333</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03848900645971298</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8646359718356917</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>13.6791</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.4805</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.3135</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297668.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>994.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.5225</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3854</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.8643</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3157.607</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.724</td></tr>
<tr><td colspan=3>tsnr</td><td>35.79975441901479</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>