<?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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-04/func/sub-0056_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>231368a2ee94f6172b7e1a1a998879ca</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>19:07:35.297500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997546, 0.0661873, -0.0228363, -0.0645083, 0.995615, 0.0677446]</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.086214</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7785, -7283, 833, -22, -377, 101, 37]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7604c20f-6362-49b2-aec5-a6ea3d8be442||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676342725753784, -0.17307117581367493, -0.0734940692782402, 120.73371124267578], [-0.17757567763328552, 2.6711623668670654, 0.17848393321037292, -96.44584655761719], [-0.061268214136362076, -0.18175368010997772, 2.693091630935669, -63.71479034423828], [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': ['190735.297500', '190735.757500', '190736.217500', '190736.677500', '190737.137500', '190737.597500', '190738.057500', '190738.517500', '190738.977500', '190739.437500', '190739.897500', '190740.357500', '190740.817500', '190741.277500', '190741.737500', '190742.197500', '190742.657500', '190743.117500', '190743.577500', '190744.037500', '190744.497500', '190744.957500', '190745.417500', '190745.877500', '190746.337500', '190746.797500', '190747.257500', '190747.717500', '190748.177500', '190748.637500', '190749.097500', '190749.557500', '190750.017500', '190750.477500', '190750.937500', '190751.397500', '190751.857500', '190752.317500', '190752.777500', '190753.237500', '190753.697500', '190754.157500', '190754.617500', '190755.077500', '190755.537500', '190755.997500', '190756.457500', '190756.917500', '190757.377500', '190757.837500', '190758.297500', '190758.757500', '190759.217500', '190759.677500', '190800.137500', '190800.597500', '190801.057500', '190801.517500', '190801.977500', '190802.437500', '190802.897500', '190803.357500', '190803.817500', '190804.277500', '190804.737500', '190805.197500', '190805.657500', '190806.117500', '190806.577500', '190807.037500', '190807.497500', '190807.957500', '190808.417500', '190808.877500', '190809.337500', '190809.797500', '190810.257500', '190810.717500', '190811.177500', '190811.637500', '190812.097500', '190812.557500', '190813.017500', '190813.477500', '190813.937500', '190814.397500', '190814.857500', '190815.317500', '190815.777500', '190816.237500', '190816.697500', '190817.157500', '190817.617500', '190818.077500', '190818.537500', '190818.997500', '190819.457500', '190819.917500', '190820.377500', '190820.837500', '190821.297500', '190821.757500', '190822.217500', '190822.677500', '190823.137500', '190823.597500', '190824.057500', '190824.517500', '190824.977500', '190825.437500', '190825.897500', '190826.357500', '190826.817500', '190827.277500', '190827.737500', '190828.197500', '190828.657500', '190829.117500', '190829.577500', '190830.037500', '190830.497500', '190830.957500', '190831.417500', '190831.877500', '190832.337500', '190832.797500', '190833.257500', '190833.717500', '190834.177500', '190834.637500', '190835.097500', '190835.557500', '190836.017500', '190836.477500', '190836.937500', '190837.397500', '190837.857500', '190838.317500', '190838.777500', '190839.237500', '190839.697500', '190840.157500', '190840.617500', '190841.077500', '190841.537500', '190841.997500', '190842.457500', '190842.917500', '190843.377500', '190843.837500', '190844.297500', '190844.757500', '190845.217500', '190845.677500', '190846.137500', '190846.597500', '190847.057500', '190847.517500', '190847.977500', '190848.437500', '190848.897500', '190849.357500', '190849.817500', '190850.277500', '190850.737500', '190851.197500', '190851.657500', '190852.117500', '190852.577500', '190853.037500', '190853.497500', '190853.957500', '190854.417500', '190854.877500', '190855.337500', '190855.797500', '190856.257500', '190856.717500', '190857.177500', '190857.637500', '190858.097500', '190858.557500', '190859.017500', '190859.477500', '190859.937500', '190900.397500', '190900.857500', '190901.317500', '190901.777500', '190902.237500', '190902.697500', '190903.157500', '190903.617500', '190904.077500', '190904.537500', '190904.997500', '190905.457500', '190905.917500', '190906.377500', '190906.837500', '190907.297500', '190907.757500', '190908.217500', '190908.677500', '190909.137500', '190909.597500', '190910.057500', '190910.517500', '190910.977500', '190911.437500', '190911.897500', '190912.357500', '190912.817500', '190913.277500', '190913.737500', '190914.197500', '190914.657500', '190915.117500', '190915.577500', '190916.037500', '190916.497500', '190916.957500', '190917.417500', '190917.877500', '190918.337500', '190918.797500', '190919.257500', '190919.717500', '190920.177500', '190920.637500', '190921.097500', '190921.557500', '190922.017500', '190922.477500', '190922.937500', '190923.397500', '190923.857500', '190924.317500', '190924.777500', '190925.237500', '190925.697500', '190926.157500', '190926.617500', '190927.077500', '190927.537500', '190927.997500', '190928.457500', '190928.917500', '190929.377500', '190929.837500', '190930.297500', '190930.757500', '190931.217500', '190931.677500', '190932.137500', '190932.597500', '190933.057500', '190933.517500', '190933.977500', '190934.437500', '190934.897500', '190935.357500', '190935.817500', '190936.277500', '190936.737500', '190937.197500', '190937.657500', '190938.117500', '190938.577500', '190939.037500', '190939.497500', '190939.957500', '190940.417500', '190940.877500', '190941.337500', '190941.797500', '190942.257500', '190942.717500', '190943.177500', '190943.637500', '190944.097500', '190944.557500', '190945.017500', '190945.477500', '190945.937500', '190946.397500', '190946.857500', '190947.317500', '190947.777500', '190948.237500', '190948.697500', '190949.157500', '190949.617500', '190950.077500', '190950.537500', '190950.997500', '190951.457500', '190951.917500', '190952.377500', '190952.837500', '190953.297500', '190953.757500', '190954.217500', '190954.677500', '190955.137500', '190955.597500', '190956.057500', '190956.517500', '190956.977500', '190957.437500', '190957.897500', '190958.357500', '190958.817500', '190959.277500', '190959.737500', '191000.197500', '191000.657500', '191001.117500', '191001.577500', '191002.037500', '191002.497500', '191002.957500', '191003.417500', '191003.877500', '191004.337500', '191004.797500', '191005.257500', '191005.717500', '191006.177500', '191006.637500', '191007.097500', '191007.557500', '191008.017500', '191008.477500', '191008.937500', '191009.397500', '191009.857500', '191010.317500', '191010.777500', '191011.237500', '191011.697500', '191012.157500', '191012.617500', '191013.077500', '191013.537500', '191013.997500', '191014.457500', '191014.917500', '191015.377500', '191015.837500', '191016.297500', '191016.757500', '191017.217500', '191017.677500', '191018.137500', '191018.597500', '191019.057500', '191019.517500', '191019.977500', '191020.437500', '191020.897500', '191021.357500', '191021.817500', '191022.277500', '191022.737500', '191023.197500', '191023.657500', '191024.117500', '191024.577500', '191025.037500', '191025.497500', '191025.957500', '191026.417500', '191026.877500', '191027.337500', '191027.797500', '191028.257500', '191028.717500', '191029.177500', '191029.637500', '191030.097500', '191030.557500', '191031.017500', '191031.477500', '191031.937500', '191032.397500', '191032.857500', '191033.317500', '191033.777500', '191034.237500', '191034.697500', '191035.157500', '191035.617500', '191036.077500', '191036.537500', '191036.997500', '191037.457500', '191037.917500', '191038.377500', '191038.837500', '191039.297500', '191039.757500', '191040.217500', '191040.677500', '191041.137500', '191041.597500', '191042.057500', '191042.517500', '191042.977500', '191043.437500', '191043.897500', '191044.357500', '191044.817500', '191045.277500', '191045.737500', '191046.197500', '191046.657500', '191047.117500', '191047.577500', '191048.037500', '191048.497500', '191048.957500', '191049.417500', '191049.877500', '191050.337500', '191050.797500', '191051.257500', '191051.717500', '191052.177500', '191052.637500', '191053.097500', '191053.557500', '191054.017500', '191054.477500', '191054.937500', '191055.397500', '191055.857500', '191056.317500', '191056.777500', '191057.237500', '191057.697500', '191058.157500', '191058.617500', '191059.077500', '191059.537500', '191059.997500', '191100.457500', '191100.917500', '191101.377500', '191101.837500', '191102.297500', '191102.757500', '191103.217500', '191103.677500', '191104.137500', '191104.597500', '191105.057500', '191105.517500', '191105.977500', '191106.437500', '191106.897500', '191107.357500', '191107.817500', '191108.277500', '191108.737500', '191109.197500', '191109.657500', '191110.117500', '191110.577500', '191111.037500', '191111.497500', '191111.957500', '191112.417500', '191112.877500', '191113.337500', '191113.797500', '191114.257500', '191114.717500', '191115.177500', '191115.637500', '191116.097500', '191116.557500', '191117.017500', '191117.477500', '191117.937500', '191118.397500', '191118.857500', '191119.317500', '191119.777500', '191120.237500', '191120.697500', '191121.157500', '191121.617500', '191122.077500', '191122.537500', '191122.997500', '191123.457500', '191123.917500', '191124.377500', '191124.837500', '191125.297500', '191125.757500', '191126.217500', '191126.677500', '191127.137500', '191127.597500', '191128.057500', '191128.517500', '191128.977500', '191129.437500', '191129.897500', '191130.357500', '191130.817500', '191131.277500', '191131.737500', '191132.197500', '191132.657500', '191133.117500', '191133.577500', '191134.037500', '191134.497500', '191134.957500', '191135.417500', '191135.877500', '191136.337500', '191136.797500', '191137.257500', '191137.717500', '191138.177500', '191138.637500', '191139.097500', '191139.557500', '191140.017500', '191140.477500', '191140.937500', '191141.397500', '191141.857500', '191142.317500', '191142.777500', '191143.237500', '191143.697500', '191144.157500', '191144.617500', '191145.077500', '191145.537500', '191145.997500', '191146.457500', '191146.917500', '191147.377500', '191147.837500', '191148.297500', '191148.757500', '191149.217500', '191149.677500', '191150.137500', '191150.597500', '191151.057500', '191151.517500', '191151.977500', '191152.437500', '191152.897500', '191153.357500', '191153.817500', '191154.277500', '191154.737500', '191155.197500', '191155.657500', '191156.117500', '191156.577500', '191157.037500', '191157.497500', '191157.957500', '191158.417500', '191158.877500', '191159.337500', '191159.797500', '191200.257500', '191200.717500', '191201.177500', '191201.637500', '191202.097500', '191202.557500', '191203.017500', '191203.477500', '191203.937500', '191204.397500', '191204.857500', '191205.317500', '191205.777500', '191206.237500', '191206.697500', '191207.157500', '191207.617500', '191208.077500', '191208.537500', '191208.997500', '191209.457500', '191209.917500', '191210.377500', '191210.837500', '191211.297500', '191211.757500', '191212.217500', '191212.677500', '191213.137500', '191213.597500', '191214.057500', '191214.517500', '191214.977500', '191215.437500', '191215.897500', '191216.357500', '191216.817500', '191217.277500', '191217.737500', '191218.197500', '191218.657500', '191219.117500', '191219.577500', '191220.037500', '191220.497500', '191220.957500', '191221.417500', '191221.877500', '191222.337500', '191222.797500', '191223.257500', '191223.717500', '191224.177500', '191224.637500', '191225.097500', '191225.557500', '191226.017500', '191226.477500', '191226.937500', '191227.397500', '191227.857500', '191228.317500', '191228.777500', '191229.237500', '191229.697500', '191230.157500', '191230.617500', '191231.077500', '191231.537500', '191231.997500', '191232.457500', '191232.917500', '191233.377500', '191233.837500', '191234.297500', '191234.757500', '191235.217500', '191235.677500', '191236.137500', '191236.597500', '191237.057500', '191237.517500', '191237.977500', '191238.437500', '191238.897500', '191239.357500', '191239.817500', '191240.277500', '191240.737500', '191241.197500', '191241.657500', '191242.117500', '191242.577500', '191243.037500', '191243.497500', '191243.957500', '191244.417500', '191244.877500', '191245.337500', '191245.797500', '191246.257500', '191246.717500', '191247.177500', '191247.637500', '191248.097500', '191248.557500', '191249.017500', '191249.477500', '191249.937500', '191250.397500', '191250.857500', '191251.317500', '191251.777500', '191252.237500', '191252.697500', '191253.157500', '191253.617500', '191254.077500', '191254.537500', '191254.997500', '191255.457500', '191255.917500', '191256.377500', '191256.837500', '191257.297500', '191257.757500', '191258.217500', '191258.677500', '191259.137500', '191259.597500', '191300.057500', '191300.517500', '191300.977500', '191301.437500', '191301.897500', '191302.357500', '191302.817500', '191303.277500', '191303.737500', '191304.197500', '191304.657500', '191305.117500', '191305.577500', '191306.037500', '191306.497500', '191306.957500', '191307.417500', '191307.877500', '191308.337500', '191308.797500', '191309.257500', '191309.717500', '191310.177500', '191310.637500', '191311.097500', '191311.557500', '191312.017500', '191312.477500', '191312.937500', '191313.397500', '191313.857500', '191314.317500', '191314.777500', '191315.237500', '191315.697500', '191316.157500', '191316.617500', '191317.077500', '191317.537500', '191317.997500', '191318.457500', '191318.917500', '191319.377500', '191319.837500', '191320.297500', '191320.757500', '191321.217500', '191321.677500', '191322.137500', '191322.597500', '191323.057500', '191323.517500', '191323.977500', '191324.437500', '191324.897500', '191325.357500', '191325.817500', '191326.277500', '191326.737500', '191327.197500', '191327.657500', '191328.117500', '191328.577500', '191329.037500', '191329.497500', '191329.957500', '191330.417500', '191330.877500', '191331.337500', '191331.797500', '191332.257500', '191332.717500', '191333.177500', '191333.637500', '191334.097500', '191334.557500', '191335.017500', '191335.477500', '191335.937500', '191336.397500', '191336.857500', '191337.317500', '191337.777500', '191338.237500', '191338.697500', '191339.157500', '191339.617500', '191340.077500', '191340.537500', '191340.997500', '191341.457500', '191341.917500', '191342.377500', '191342.837500', '191343.297500', '191343.757500', '191344.217500', '191344.677500', '191345.137500', '191345.597500', '191346.057500', '191346.517500', '191346.977500', '191347.437500', '191347.897500', '191348.357500', '191348.817500', '191349.277500', '191349.737500', '191350.197500', '191350.657500', '191351.117500', '191351.577500', '191352.037500', '191352.497500', '191352.957500', '191353.417500', '191353.877500', '191354.337500', '191354.797500', '191355.257500', '191355.717500', '191356.177500', '191356.637500', '191357.097500', '191357.557500', '191358.017500', '191358.477500', '191358.937500', '191359.397500', '191359.857500', '191400.317500', '191400.777500', '191401.237500', '191401.697500', '191402.157500', '191402.617500', '191403.077500', '191403.537500', '191403.997500', '191404.457500', '191404.917500', '191405.377500', '191405.837500', '191406.297500', '191406.757500', '191407.217500', '191407.677500', '191408.137500', '191408.597500', '191409.057500', '191409.517500', '191409.977500', '191410.437500', '191410.897500', '191411.357500', '191411.817500', '191412.277500', '191412.737500', '191413.197500', '191413.657500', '191414.117500', '191414.577500', '191415.037500', '191415.497500', '191415.957500', '191416.417500', '191416.877500', '191417.337500', '191417.797500', '191418.257500', '191418.717500', '191419.177500', '191419.637500', '191420.097500', '191420.557500', '191421.017500', '191421.477500', '191421.937500', '191422.397500', '191422.857500', '191423.317500', '191423.777500', '191424.237500', '191424.697500', '191425.157500', '191425.617500', '191426.077500', '191426.537500', '191426.997500', '191427.457500', '191427.917500', '191428.377500', '191428.837500', '191429.297500', '191429.757500', '191430.217500', '191430.677500', '191431.137500', '191431.597500', '191432.057500', '191432.517500', '191432.977500', '191433.437500', '191433.897500', '191434.357500', '191434.817500', '191435.277500', '191435.737500', '191436.197500', '191436.657500', '191437.117500', '191437.577500', '191438.037500', '191438.497500', '191438.957500', '191439.417500', '191439.877500', '191440.337500', '191440.797500'], 'ContentTime': ['190758.645000', '190758.648000', '190758.651000', '190758.654000', '190758.657000', '190758.664000', '190758.667000', '190758.670000', '190758.673000', '190758.675000', '190758.678000', '190758.681000', '190758.683000', '190758.686000', '190758.689000', '190758.691000', '190758.694000', '190758.696000', '190758.699000', '190758.702000', '190758.705000', '190758.708000', '190758.711000', '190758.714000', '190758.717000', '190758.720000', '190758.722000', '190758.725000', '190758.728000', '190758.731000', '190758.733000', '190758.736000', '190758.738000', '190758.741000', '190758.753000', '190758.756000', '190758.761000', '190758.766000', '190758.770000', '190758.773000', '190758.778000', '190758.788000', '190758.791000', '190758.794000', '190758.797000', '190758.799000', '190758.802000', '190758.805000', '190818.615000', '190818.618000', '190818.621000', '190818.623000', '190818.626000', '190818.628000', '190818.631000', '190818.633000', '190818.636000', '190818.639000', '190818.641000', '190818.644000', '190818.647000', '190818.649000', '190818.652000', '190818.654000', '190818.657000', '190818.659000', '190818.662000', '190818.664000', '190818.667000', '190818.670000', '190818.672000', '190818.675000', '190818.677000', '190818.680000', '190818.682000', '190818.685000', '190818.688000', '190818.690000', '190818.693000', '190818.695000', '190818.698000', '190818.700000', '190818.703000', '190818.706000', '190818.708000', '190818.717000', '190818.719000', '190818.722000', '190818.725000', '190818.727000', '190818.730000', '190818.732000', '190838.613000', '190838.616000', '190838.619000', '190838.621000', '190838.624000', '190838.627000', '190838.629000', '190838.632000', '190838.634000', '190838.637000', '190838.639000', '190838.642000', '190838.652000', '190838.654000', '190838.657000', '190838.660000', '190838.662000', '190838.665000', '190838.667000', '190838.670000', '190838.672000', '190838.675000', '190838.677000', '190838.680000', '190838.682000', '190838.685000', '190838.688000', '190838.690000', '190838.693000', '190838.695000', '190838.698000', '190838.701000', '190838.703000', '190838.706000', '190838.708000', '190838.711000', '190838.713000', '190838.716000', '190838.719000', '190838.721000', '190838.724000', '190838.726000', '190838.729000', '190858.614000', '190858.617000', '190858.620000', '190858.623000', '190858.626000', '190858.628000', '190858.631000', '190858.633000', '190858.636000', '190858.639000', '190858.641000', '190858.644000', '190858.646000', '190858.649000', '190858.651000', '190858.654000', '190858.656000', '190858.659000', '190858.662000', '190858.664000', '190858.667000', '190858.669000', '190858.672000', '190858.674000', '190858.677000', '190858.679000', '190858.682000', '190858.685000', '190858.687000', '190858.690000', '190858.692000', '190858.695000', '190858.697000', '190858.700000', '190858.703000', '190858.705000', '190858.708000', '190858.710000', '190858.713000', '190858.715000', '190858.718000', '190858.720000', '190858.723000', '190918.614000', '190918.617000', '190918.620000', '190918.623000', '190918.625000', '190918.628000', '190918.630000', '190918.633000', '190918.635000', '190918.638000', '190918.641000', '190918.643000', '190918.646000', '190918.648000', '190918.651000', '190918.653000', '190918.656000', '190918.659000', '190918.661000', '190918.664000', '190918.666000', '190918.669000', '190918.671000', '190918.674000', '190918.677000', '190918.679000', '190918.682000', '190918.684000', '190918.687000', '190918.690000', '190918.692000', '190918.695000', '190918.697000', '190918.700000', '190918.702000', '190918.705000', '190918.708000', '190918.710000', '190918.713000', '190918.715000', '190918.718000', '190918.720000', '190918.723000', '190918.725000', '190938.614000', '190938.621000', '190938.623000', '190938.626000', '190938.628000', '190938.631000', '190938.633000', '190938.636000', '190938.639000', '190938.641000', '190938.644000', '190938.646000', '190938.649000', '190938.651000', '190938.655000', '190938.658000', '190938.661000', '190938.663000', '190938.672000', '190938.675000', '190938.677000', '190938.680000', '190938.682000', '190938.685000', '190938.687000', '190938.690000', '190938.693000', '190938.695000', '190938.698000', '190938.701000', '190938.703000', '190938.706000', '190938.709000', '190938.712000', '190938.714000', '190938.717000', '190938.727000', '190938.729000', '190938.732000', '190938.735000', '190938.737000', '190938.740000', '190938.742000', '190938.745000', '190958.615000', '190958.618000', '190958.620000', '190958.624000', '190958.626000', '190958.629000', '190958.631000', '190958.634000', '190958.637000', '190958.639000', '190958.642000', '190958.644000', '190958.647000', '190958.650000', '190958.652000', '190958.655000', '190958.657000', '190958.660000', '190958.662000', '190958.665000', '190958.668000', '190958.670000', '190958.673000', '190958.675000', '190958.678000', '190958.680000', '190958.683000', '190958.685000', '190958.688000', '190958.691000', '190958.693000', '190958.696000', '190958.698000', '190958.701000', '190958.704000', '190958.706000', '190958.709000', '190958.711000', '190958.714000', '190958.716000', '190958.719000', '190958.721000', '190958.724000', '191018.614000', '191018.617000', '191018.619000', '191018.622000', '191018.624000', '191018.627000', '191018.630000', '191018.632000', '191018.635000', '191018.637000', '191018.640000', '191018.642000', '191018.645000', '191018.648000', '191018.650000', '191018.653000', '191018.657000', '191018.659000', '191018.662000', '191018.665000', '191018.667000', '191018.670000', '191018.672000', '191018.675000', '191018.678000', '191018.684000', '191018.686000', '191018.689000', '191018.691000', '191018.694000', '191018.697000', '191018.699000', '191018.702000', '191018.704000', '191018.707000', '191018.709000', '191018.712000', '191018.715000', '191018.717000', '191018.720000', '191018.722000', '191018.725000', '191018.728000', '191038.613000', '191038.617000', '191038.619000', '191038.622000', '191038.624000', '191038.627000', '191038.630000', '191038.632000', '191038.635000', '191038.637000', '191038.640000', '191038.642000', '191038.645000', '191038.648000', '191038.650000', '191038.653000', '191038.655000', '191038.658000', '191038.660000', '191038.663000', '191038.666000', '191038.668000', '191038.671000', '191038.673000', '191038.676000', '191038.685000', '191038.687000', '191038.690000', '191038.692000', '191038.695000', '191038.698000', '191038.700000', '191038.703000', '191038.705000', '191038.708000', '191038.710000', '191038.713000', '191038.716000', '191038.718000', '191038.721000', '191038.723000', '191038.726000', '191038.728000', '191038.731000', '191058.613000', '191058.616000', '191058.619000', '191058.622000', '191058.624000', '191058.627000', '191058.629000', '191058.632000', '191058.635000', '191058.637000', '191058.640000', '191058.643000', '191058.646000', '191058.649000', '191058.652000', '191058.654000', '191058.657000', '191058.659000', '191058.662000', '191058.664000', '191058.667000', '191058.670000', '191058.672000', '191058.675000', '191058.677000', '191058.680000', '191058.682000', '191058.685000', '191058.688000', '191058.690000', '191058.693000', '191058.696000', '191058.699000', '191058.701000', '191058.704000', '191058.706000', '191058.709000', '191058.711000', '191058.714000', '191058.717000', '191058.719000', '191058.722000', '191058.724000', '191118.623000', '191118.626000', '191118.628000', '191118.631000', '191118.634000', '191118.636000', '191118.639000', '191118.641000', '191118.644000', '191118.646000', '191118.649000', '191118.652000', '191118.654000', '191118.657000', '191118.659000', '191118.662000', '191118.664000', '191118.667000', '191118.670000', '191118.672000', '191118.675000', '191118.677000', '191118.680000', '191118.682000', '191118.685000', '191118.688000', '191118.690000', '191118.693000', '191118.695000', '191118.698000', '191118.701000', '191118.703000', '191118.706000', '191118.708000', '191118.711000', '191118.714000', '191118.716000', '191118.719000', '191118.721000', '191118.724000', '191118.726000', '191118.729000', '191118.732000', '191118.734000', '191138.614000', '191138.617000', '191138.620000', '191138.623000', '191138.625000', '191138.628000', '191138.630000', '191138.633000', '191138.635000', '191138.638000', '191138.641000', '191138.643000', '191138.646000', '191138.648000', '191138.651000', '191138.654000', '191138.656000', '191138.660000', '191138.663000', '191138.665000', '191138.668000', '191138.671000', '191138.673000', '191138.676000', '191138.678000', '191138.681000', '191138.692000', '191138.695000', '191138.697000', '191138.700000', '191138.702000', '191138.705000', '191138.708000', '191138.710000', '191138.713000', '191138.715000', '191138.718000', '191138.720000', '191138.723000', '191138.725000', '191138.728000', '191138.731000', '191138.733000', '191158.614000', '191158.617000', '191158.620000', '191158.623000', '191158.625000', '191158.628000', '191158.631000', '191158.633000', '191158.636000', '191158.638000', '191158.641000', '191158.643000', '191158.646000', '191158.649000', '191158.651000', '191158.654000', '191158.656000', '191158.659000', '191158.661000', '191158.664000', '191158.667000', '191158.669000', '191158.672000', '191158.674000', '191158.677000', '191158.680000', '191158.682000', '191158.685000', '191158.688000', '191158.690000', '191158.693000', '191158.695000', '191158.698000', '191158.701000', '191158.703000', '191158.706000', '191158.708000', '191158.711000', '191158.714000', '191158.716000', '191158.719000', '191158.721000', '191158.724000', '191158.727000', '191218.615000', '191218.618000', '191218.620000', '191218.623000', '191218.625000', '191218.628000', '191218.630000', '191218.633000', '191218.636000', '191218.638000', '191218.641000', '191218.643000', '191218.646000', '191218.648000', '191218.651000', '191218.654000', '191218.656000', '191218.659000', '191218.661000', '191218.664000', '191218.666000', '191218.669000', '191218.672000', '191218.674000', '191218.677000', '191218.679000', '191218.682000', '191218.685000', '191218.687000', '191218.690000', '191218.692000', '191218.695000', '191218.697000', '191218.700000', '191218.703000', '191218.705000', '191218.708000', '191218.710000', '191218.713000', '191218.716000', '191218.718000', '191218.721000', '191218.723000', '191238.613000', '191238.616000', '191238.619000', '191238.622000', '191238.624000', '191238.627000', '191238.629000', '191238.632000', '191238.634000', '191238.637000', '191238.640000', '191238.642000', '191238.645000', '191238.647000', '191238.650000', '191238.653000', '191238.655000', '191238.658000', '191238.660000', '191238.663000', '191238.666000', '191238.668000', '191238.671000', '191238.673000', '191238.676000', '191238.697000', '191238.699000', '191238.702000', '191238.705000', '191238.707000', '191238.710000', '191238.712000', '191238.715000', '191238.717000', '191238.720000', '191238.723000', '191238.725000', '191238.728000', '191238.730000', '191238.733000', '191238.736000', '191238.738000', '191238.741000', '191238.743000', '191258.614000', '191258.616000', '191258.619000', '191258.622000', '191258.624000', '191258.627000', '191258.629000', '191258.632000', '191258.635000', '191258.637000', '191258.640000', '191258.642000', '191258.645000', '191258.648000', '191258.650000', '191258.653000', '191258.657000', '191258.660000', '191258.662000', '191258.665000', '191258.668000', '191258.670000', '191258.673000', '191258.675000', '191258.678000', '191258.681000', '191258.683000', '191258.686000', '191258.688000', '191258.693000', '191258.696000', '191258.698000', '191258.701000', '191258.703000', '191258.706000', '191258.708000', '191258.711000', '191258.714000', '191258.716000', '191258.719000', '191258.721000', '191258.724000', '191258.727000', '191318.614000', '191318.616000', '191318.619000', '191318.622000', '191318.624000', '191318.627000', '191318.629000', '191318.632000', '191318.634000', '191318.637000', '191318.640000', '191318.642000', '191318.645000', '191318.647000', '191318.650000', '191318.652000', '191318.655000', '191318.657000', '191318.660000', '191318.663000', '191318.665000', '191318.668000', '191318.670000', '191318.673000', '191318.675000', '191318.678000', '191318.681000', '191318.683000', '191318.686000', '191318.688000', '191318.691000', '191318.693000', '191318.696000', '191318.708000', '191318.710000', '191318.713000', '191318.715000', '191318.718000', '191318.721000', '191318.723000', '191318.726000', '191318.728000', '191318.731000', '191318.733000', '191338.614000', '191338.617000', '191338.619000', '191338.622000', '191338.624000', '191338.627000', '191338.629000', '191338.632000', '191338.635000', '191338.637000', '191338.640000', '191338.642000', '191338.645000', '191338.647000', '191338.650000', '191338.653000', '191338.655000', '191338.658000', '191338.660000', '191338.663000', '191338.665000', '191338.668000', '191338.671000', '191338.673000', '191338.676000', '191338.678000', '191338.681000', '191338.683000', '191338.686000', '191338.689000', '191338.691000', '191338.694000', '191338.696000', '191338.699000', '191338.702000', '191338.705000', '191338.708000', '191338.711000', '191338.713000', '191338.716000', '191338.719000', '191338.721000', '191338.724000', '191358.615000', '191358.617000', '191358.620000', '191358.623000', '191358.625000', '191358.628000', '191358.630000', '191358.633000', '191358.635000', '191358.638000', '191358.641000', '191358.643000', '191358.646000', '191358.648000', '191358.651000', '191358.653000', '191358.656000', '191358.658000', '191358.661000', '191358.664000', '191358.666000', '191358.669000', '191358.672000', '191358.674000', '191358.677000', '191358.679000', '191358.682000', '191358.685000', '191358.687000', '191358.690000', '191358.692000', '191358.695000', '191358.697000', '191358.700000', '191358.702000', '191358.717000', '191358.719000', '191358.722000', '191358.724000', '191358.727000', '191358.729000', '191358.732000', '191358.735000', '191358.737000', '191418.615000', '191418.618000', '191418.620000', '191418.623000', '191418.625000', '191418.628000', '191418.631000', '191418.633000', '191418.636000', '191418.638000', '191418.641000', '191418.644000', '191418.646000', '191418.649000', '191418.651000', '191418.654000', '191418.656000', '191418.659000', '191418.662000', '191418.664000', '191418.667000', '191418.669000', '191418.672000', '191418.674000', '191418.677000', '191418.680000', '191418.682000', '191418.685000', '191418.687000', '191418.690000', '191418.692000', '191418.695000', '191418.698000', '191418.700000', '191418.703000', '191418.706000', '191418.708000', '191418.711000', '191418.713000', '191418.716000', '191418.719000', '191418.721000', '191418.724000', '191438.615000', '191438.617000', '191438.620000', '191438.623000', '191438.625000', '191438.628000', '191438.631000', '191438.634000', '191438.636000', '191438.639000', '191438.641000', '191438.644000', '191438.647000', '191438.649000', '191438.652000', '191438.654000', '191438.657000', '191438.660000', '191438.662000', '191438.665000', '191438.668000', '191438.670000', '191438.673000', '191438.675000', '191438.678000', '191438.681000', '191438.683000', '191438.686000', '191438.688000', '191438.691000', '191438.693000', '191438.696000', '191438.699000', '191438.701000', '191438.704000', '191438.706000', '191438.709000', '191438.712000', '191438.714000', '191438.717000', '191438.719000', '191438.722000', '191438.724000', '191438.727000', '191442.203000', '191442.206000', '191442.209000', '191442.212000', '191442.214000', '191442.217000', '191442.219000', '191442.222000'], 'InstanceCreationTime': ['190758.645000', '190758.648000', '190758.651000', '190758.654000', '190758.657000', '190758.664000', '190758.667000', '190758.670000', '190758.673000', '190758.675000', '190758.678000', '190758.681000', '190758.683000', '190758.686000', '190758.689000', '190758.691000', '190758.694000', '190758.696000', '190758.699000', '190758.702000', '190758.705000', '190758.708000', '190758.711000', '190758.714000', '190758.717000', '190758.720000', '190758.722000', '190758.725000', '190758.728000', '190758.731000', '190758.733000', '190758.736000', '190758.738000', '190758.741000', '190758.753000', '190758.756000', '190758.761000', '190758.766000', '190758.770000', '190758.773000', '190758.778000', '190758.788000', '190758.791000', '190758.794000', '190758.797000', '190758.799000', '190758.802000', '190758.805000', '190818.615000', '190818.618000', '190818.621000', '190818.623000', '190818.626000', '190818.628000', '190818.631000', '190818.633000', '190818.636000', '190818.639000', '190818.641000', '190818.644000', '190818.647000', '190818.649000', '190818.652000', '190818.654000', '190818.657000', '190818.659000', '190818.662000', '190818.664000', '190818.667000', '190818.670000', '190818.672000', '190818.675000', '190818.677000', '190818.680000', '190818.682000', '190818.685000', '190818.688000', '190818.690000', '190818.693000', '190818.695000', '190818.698000', '190818.700000', '190818.703000', '190818.706000', '190818.708000', '190818.717000', '190818.719000', '190818.722000', '190818.725000', '190818.727000', '190818.730000', '190818.732000', '190838.613000', '190838.616000', '190838.619000', '190838.621000', '190838.624000', '190838.627000', '190838.629000', '190838.632000', '190838.634000', '190838.637000', '190838.639000', '190838.642000', '190838.652000', '190838.654000', '190838.657000', '190838.660000', '190838.662000', '190838.665000', '190838.667000', '190838.670000', '190838.672000', '190838.675000', '190838.677000', '190838.680000', '190838.682000', '190838.685000', '190838.688000', '190838.690000', '190838.693000', '190838.695000', '190838.698000', '190838.701000', '190838.703000', '190838.706000', '190838.708000', '190838.711000', '190838.713000', '190838.716000', '190838.719000', '190838.721000', '190838.724000', '190838.726000', '190838.729000', '190858.614000', '190858.617000', '190858.620000', '190858.623000', '190858.626000', '190858.628000', '190858.631000', '190858.633000', '190858.636000', '190858.639000', '190858.641000', '190858.644000', '190858.646000', '190858.649000', '190858.651000', '190858.654000', '190858.656000', '190858.659000', '190858.662000', '190858.664000', '190858.667000', '190858.669000', '190858.672000', '190858.674000', '190858.677000', '190858.679000', '190858.682000', '190858.685000', '190858.687000', '190858.690000', '190858.692000', '190858.695000', '190858.697000', '190858.700000', '190858.703000', '190858.705000', '190858.708000', '190858.710000', '190858.713000', '190858.715000', '190858.718000', '190858.720000', '190858.723000', '190918.614000', '190918.617000', '190918.620000', '190918.623000', '190918.625000', '190918.628000', '190918.630000', '190918.633000', '190918.635000', '190918.638000', '190918.641000', '190918.643000', '190918.646000', '190918.648000', '190918.651000', '190918.653000', '190918.656000', '190918.659000', '190918.661000', '190918.664000', '190918.666000', '190918.669000', '190918.671000', '190918.674000', '190918.677000', '190918.679000', '190918.682000', '190918.684000', '190918.687000', '190918.690000', '190918.692000', '190918.695000', '190918.697000', '190918.700000', '190918.702000', '190918.705000', '190918.708000', '190918.710000', '190918.713000', '190918.715000', '190918.718000', '190918.720000', '190918.723000', '190918.725000', '190938.614000', '190938.621000', '190938.623000', '190938.626000', '190938.628000', '190938.631000', '190938.633000', '190938.636000', '190938.639000', '190938.641000', '190938.644000', '190938.646000', '190938.649000', '190938.651000', '190938.655000', '190938.658000', '190938.661000', '190938.663000', '190938.672000', '190938.675000', '190938.677000', '190938.680000', '190938.682000', '190938.685000', '190938.687000', '190938.690000', '190938.693000', '190938.695000', '190938.698000', '190938.701000', '190938.703000', '190938.706000', '190938.709000', '190938.712000', '190938.714000', '190938.717000', '190938.727000', '190938.729000', '190938.732000', '190938.735000', '190938.737000', '190938.740000', '190938.742000', '190938.745000', '190958.615000', '190958.618000', '190958.620000', '190958.624000', '190958.626000', '190958.629000', '190958.631000', '190958.634000', '190958.637000', '190958.639000', '190958.642000', '190958.644000', '190958.647000', '190958.650000', '190958.652000', '190958.655000', '190958.657000', '190958.660000', '190958.662000', '190958.665000', '190958.668000', '190958.670000', '190958.673000', '190958.675000', '190958.678000', '190958.680000', '190958.683000', '190958.685000', '190958.688000', '190958.691000', '190958.693000', '190958.696000', '190958.698000', '190958.701000', '190958.704000', '190958.706000', '190958.709000', '190958.711000', '190958.714000', '190958.716000', '190958.719000', '190958.721000', '190958.724000', '191018.614000', '191018.617000', '191018.619000', '191018.622000', '191018.624000', '191018.627000', '191018.630000', '191018.632000', '191018.635000', '191018.637000', '191018.640000', '191018.642000', '191018.645000', '191018.648000', '191018.650000', '191018.653000', '191018.657000', '191018.659000', '191018.662000', '191018.665000', '191018.667000', '191018.670000', '191018.672000', '191018.675000', '191018.678000', '191018.684000', '191018.686000', '191018.689000', '191018.691000', '191018.694000', '191018.697000', '191018.699000', '191018.702000', '191018.704000', '191018.707000', '191018.709000', '191018.712000', '191018.715000', '191018.717000', '191018.720000', '191018.722000', '191018.725000', '191018.728000', '191038.613000', '191038.617000', '191038.619000', '191038.622000', '191038.624000', '191038.627000', '191038.630000', '191038.632000', '191038.635000', '191038.637000', '191038.640000', '191038.642000', '191038.645000', '191038.648000', '191038.650000', '191038.653000', '191038.655000', '191038.658000', '191038.660000', '191038.663000', '191038.666000', '191038.668000', '191038.671000', '191038.673000', '191038.676000', '191038.685000', '191038.687000', '191038.690000', '191038.692000', '191038.695000', '191038.698000', '191038.700000', '191038.703000', '191038.705000', '191038.708000', '191038.710000', '191038.713000', '191038.716000', '191038.718000', '191038.721000', '191038.723000', '191038.726000', '191038.728000', '191038.731000', '191058.613000', '191058.616000', '191058.619000', '191058.622000', '191058.624000', '191058.627000', '191058.629000', '191058.632000', '191058.635000', '191058.637000', '191058.640000', '191058.643000', '191058.646000', '191058.649000', '191058.652000', '191058.654000', '191058.657000', '191058.659000', '191058.662000', '191058.664000', '191058.667000', '191058.670000', '191058.672000', '191058.675000', '191058.677000', '191058.680000', '191058.682000', '191058.685000', '191058.688000', '191058.690000', '191058.693000', '191058.696000', '191058.699000', '191058.701000', '191058.704000', '191058.706000', '191058.709000', '191058.711000', '191058.714000', '191058.717000', '191058.719000', '191058.722000', '191058.724000', '191118.623000', '191118.626000', '191118.628000', '191118.631000', '191118.634000', '191118.636000', '191118.639000', '191118.641000', '191118.644000', '191118.646000', '191118.649000', '191118.652000', '191118.654000', '191118.657000', '191118.659000', '191118.662000', '191118.664000', '191118.667000', '191118.670000', '191118.672000', '191118.675000', '191118.677000', '191118.680000', '191118.682000', '191118.685000', '191118.688000', '191118.690000', '191118.693000', '191118.695000', '191118.698000', '191118.701000', '191118.703000', '191118.706000', '191118.708000', '191118.711000', '191118.714000', '191118.716000', '191118.719000', '191118.721000', '191118.724000', '191118.726000', '191118.729000', '191118.732000', '191118.734000', '191138.614000', '191138.617000', '191138.620000', '191138.623000', '191138.625000', '191138.628000', '191138.630000', '191138.633000', '191138.635000', '191138.638000', '191138.641000', '191138.643000', '191138.646000', '191138.648000', '191138.651000', '191138.654000', '191138.656000', '191138.660000', '191138.663000', '191138.665000', '191138.668000', '191138.671000', '191138.673000', '191138.676000', '191138.678000', '191138.681000', '191138.692000', '191138.695000', '191138.697000', '191138.700000', '191138.702000', '191138.705000', '191138.708000', '191138.710000', '191138.713000', '191138.715000', '191138.718000', '191138.720000', '191138.723000', '191138.725000', '191138.728000', '191138.731000', '191138.733000', '191158.614000', '191158.617000', '191158.620000', '191158.623000', '191158.625000', '191158.628000', '191158.631000', '191158.633000', '191158.636000', '191158.638000', '191158.641000', '191158.643000', '191158.646000', '191158.649000', '191158.651000', '191158.654000', '191158.656000', '191158.659000', '191158.661000', '191158.664000', '191158.667000', '191158.669000', '191158.672000', '191158.674000', '191158.677000', '191158.680000', '191158.682000', '191158.685000', '191158.688000', '191158.690000', '191158.693000', '191158.695000', '191158.698000', '191158.701000', '191158.703000', '191158.706000', '191158.708000', '191158.711000', '191158.714000', '191158.716000', '191158.719000', '191158.721000', '191158.724000', '191158.727000', '191218.615000', '191218.618000', '191218.620000', '191218.623000', '191218.625000', '191218.628000', '191218.630000', '191218.633000', '191218.636000', '191218.638000', '191218.641000', '191218.643000', '191218.646000', '191218.648000', '191218.651000', '191218.654000', '191218.656000', '191218.659000', '191218.661000', '191218.664000', '191218.666000', '191218.669000', '191218.672000', '191218.674000', '191218.677000', '191218.679000', '191218.682000', '191218.685000', '191218.687000', '191218.690000', '191218.692000', '191218.695000', '191218.697000', '191218.700000', '191218.703000', '191218.705000', '191218.708000', '191218.710000', '191218.713000', '191218.716000', '191218.718000', '191218.721000', '191218.723000', '191238.613000', '191238.616000', '191238.619000', '191238.622000', '191238.624000', '191238.627000', '191238.629000', '191238.632000', '191238.634000', '191238.637000', '191238.640000', '191238.642000', '191238.645000', '191238.647000', '191238.650000', '191238.653000', '191238.655000', '191238.658000', '191238.660000', '191238.663000', '191238.666000', '191238.668000', '191238.671000', '191238.673000', '191238.676000', '191238.697000', '191238.699000', '191238.702000', '191238.705000', '191238.707000', '191238.710000', '191238.712000', '191238.715000', '191238.717000', '191238.720000', '191238.723000', '191238.725000', '191238.728000', '191238.730000', '191238.733000', '191238.736000', '191238.738000', '191238.741000', '191238.743000', '191258.614000', '191258.616000', '191258.619000', '191258.622000', '191258.624000', '191258.627000', '191258.629000', '191258.632000', '191258.635000', '191258.637000', '191258.640000', '191258.642000', '191258.645000', '191258.648000', '191258.650000', '191258.653000', '191258.657000', '191258.660000', '191258.662000', '191258.665000', '191258.668000', '191258.670000', '191258.673000', '191258.675000', '191258.678000', '191258.681000', '191258.683000', '191258.686000', '191258.688000', '191258.693000', '191258.696000', '191258.698000', '191258.701000', '191258.703000', '191258.706000', '191258.708000', '191258.711000', '191258.714000', '191258.716000', '191258.719000', '191258.721000', '191258.724000', '191258.727000', '191318.614000', '191318.616000', '191318.619000', '191318.622000', '191318.624000', '191318.627000', '191318.629000', '191318.632000', '191318.634000', '191318.637000', '191318.640000', '191318.642000', '191318.645000', '191318.647000', '191318.650000', '191318.652000', '191318.655000', '191318.657000', '191318.660000', '191318.663000', '191318.665000', '191318.668000', '191318.670000', '191318.673000', '191318.675000', '191318.678000', '191318.681000', '191318.683000', '191318.686000', '191318.688000', '191318.691000', '191318.693000', '191318.696000', '191318.708000', '191318.710000', '191318.713000', '191318.715000', '191318.718000', '191318.721000', '191318.723000', '191318.726000', '191318.728000', '191318.731000', '191318.733000', '191338.614000', '191338.617000', '191338.619000', '191338.622000', '191338.624000', '191338.627000', '191338.629000', '191338.632000', '191338.635000', '191338.637000', '191338.640000', '191338.642000', '191338.645000', '191338.647000', '191338.650000', '191338.653000', '191338.655000', '191338.658000', '191338.660000', '191338.663000', '191338.665000', '191338.668000', '191338.671000', '191338.673000', '191338.676000', '191338.678000', '191338.681000', '191338.683000', '191338.686000', '191338.689000', '191338.691000', '191338.694000', '191338.696000', '191338.699000', '191338.702000', '191338.705000', '191338.708000', '191338.711000', '191338.713000', '191338.716000', '191338.719000', '191338.721000', '191338.724000', '191358.615000', '191358.617000', '191358.620000', '191358.623000', '191358.625000', '191358.628000', '191358.630000', '191358.633000', '191358.635000', '191358.638000', '191358.641000', '191358.643000', '191358.646000', '191358.648000', '191358.651000', '191358.653000', '191358.656000', '191358.658000', '191358.661000', '191358.664000', '191358.666000', '191358.669000', '191358.672000', '191358.674000', '191358.677000', '191358.679000', '191358.682000', '191358.685000', '191358.687000', '191358.690000', '191358.692000', '191358.695000', '191358.697000', '191358.700000', '191358.702000', '191358.717000', '191358.719000', '191358.722000', '191358.724000', '191358.727000', '191358.729000', '191358.732000', '191358.735000', '191358.737000', '191418.615000', '191418.618000', '191418.620000', '191418.623000', '191418.625000', '191418.628000', '191418.631000', '191418.633000', '191418.636000', '191418.638000', '191418.641000', '191418.644000', '191418.646000', '191418.649000', '191418.651000', '191418.654000', '191418.656000', '191418.659000', '191418.662000', '191418.664000', '191418.667000', '191418.669000', '191418.672000', '191418.674000', '191418.677000', '191418.680000', '191418.682000', '191418.685000', '191418.687000', '191418.690000', '191418.692000', '191418.695000', '191418.698000', '191418.700000', '191418.703000', '191418.706000', '191418.708000', '191418.711000', '191418.713000', '191418.716000', '191418.719000', '191418.721000', '191418.724000', '191438.615000', '191438.617000', '191438.620000', '191438.623000', '191438.625000', '191438.628000', '191438.631000', '191438.634000', '191438.636000', '191438.639000', '191438.641000', '191438.644000', '191438.647000', '191438.649000', '191438.652000', '191438.654000', '191438.657000', '191438.660000', '191438.662000', '191438.665000', '191438.668000', '191438.670000', '191438.673000', '191438.675000', '191438.678000', '191438.681000', '191438.683000', '191438.686000', '191438.688000', '191438.691000', '191438.693000', '191438.696000', '191438.699000', '191438.701000', '191438.704000', '191438.706000', '191438.709000', '191438.712000', '191438.714000', '191438.717000', '191438.719000', '191438.722000', '191438.724000', '191438.727000', '191442.203000', '191442.206000', '191442.209000', '191442.212000', '191442.214000', '191442.217000', '191442.219000', '191442.222000'], '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': [7327, 7241, 7003, 6927, 7180, 6629, 7439, 6681, 10064, 6534, 7061, 6453, 6441, 6464, 6822, 6516, 6688, 6759, 6867, 6864, 6446, 6726, 6425, 6846, 6665, 6741, 7622, 6660, 7039, 6457, 6938, 6551, 6916, 6791, 7062, 6453, 6936, 6612, 7171, 6562, 6857, 6491, 6772, 6449, 6725, 6452, 6722, 6611, 6665, 7123, 6487, 6942, 6580, 7131, 6448, 6808, 6486, 6679, 6570, 6711, 6486, 6827, 6417, 6698, 6387, 6918, 6618, 6867, 7082, 6688, 6583, 6838, 7563, 6649, 7467, 6790, 7000, 6634, 7192, 6595, 6926, 6490, 7040, 6549, 7080, 6629, 6785, 6390, 6788, 6466, 6791, 6401, 6676, 6389, 6834, 6537, 7038, 7322, 6590, 7154, 6828, 7295, 6779, 7223, 6450, 6927, 6563, 6719, 6435, 6837, 6367, 6837, 6514, 6724, 7630, 6687, 7922, 6691, 7822, 6758, 7044, 6482, 6984, 6655, 7054, 6546, 6686, 6391, 6731, 6451, 6636, 6476, 6699, 8006, 6511, 6978, 6710, 8267, 6620, 8652, 6471, 6900, 6693, 7481, 6563, 7751, 6480, 7067, 6463, 6765, 6526, 6722, 6945, 6494, 6795, 6456, 6594, 8005, 6623, 8396, 6595, 9072, 7197, 8039, 6464, 6508, 6398, 6718, 6511, 6776, 7569, 6370, 6723, 6641, 6697, 8950, 6462, 9611, 6392, 8186, 6405, 7794, 6444, 7866, 6543, 6693, 6398, 6717, 6450, 6538, 6420, 6773, 6398, 6778, 6723, 6606, 6844, 6669, 6942, 6652, 6800, 6436, 6844, 6468, 6768, 6647, 6612, 7867, 6514, 7001, 6380, 6852, 6529, 6847, 6392, 7008, 6396, 6938, 6756, 6708, 6561, 6648, 6694, 6415, 6704, 6564, 6819, 6837, 6793, 7125, 6700, 7490, 6692, 6869, 6610, 7558, 6602, 7641, 6448, 6453, 6581, 6671, 6566, 6815, 6479, 6797, 6463, 6649, 6421, 6722, 6464, 6859, 6386, 6834, 6409, 6776, 6360, 6596, 6418, 6604, 6430, 6680, 6423, 6612, 6442, 6621, 6399, 6610, 6472, 6608, 6423, 6660, 6430, 6524, 6373, 6663, 6752, 6617, 6440, 6584, 6652, 6792, 6938, 6573, 6432, 6577, 6392, 6802, 7135, 6701, 6859, 6397, 6666, 6508, 6779, 6414, 6621, 6368, 6562, 6412, 6612, 6885, 6648, 7327, 6595, 6437, 6630, 7292, 6768, 8862, 6640, 6809, 6397, 6724, 6438, 6506, 6567, 6492, 7130, 6574, 7504, 6460, 8280, 6464, 8194, 6395, 7360, 6511, 8037, 6432, 6741, 6404, 6614, 6553, 6860, 6422, 6602, 6420, 6815, 6401, 6665, 7793, 6518, 8191, 6574, 8757, 6516, 7488, 6422, 6975, 6383, 6761, 6481, 6530, 6405, 6571, 6818, 6830, 7742, 6377, 6879, 6612, 7031, 6545, 6763, 6389, 6626, 6387, 7253, 6391, 6598, 6386, 6593, 6415, 6641, 6631, 6695, 7097, 6734, 7111, 6648, 8359, 6505, 8087, 6637, 8298, 6439, 8754, 6454, 8634, 6399, 8441, 6598, 7529, 6381, 6634, 6410, 6552, 6376, 6665, 6475, 6493, 6446, 6636, 6752, 6743, 8091, 6668, 6536, 6510, 6830, 6498, 6677, 6463, 6648, 6421, 6599, 6478, 6645, 7650, 6577, 7724, 6624, 8343, 6694, 7691, 6422, 6584, 6392, 6661, 6523, 6741, 6393, 6487, 6433, 6697, 6425, 6676, 6404, 6592, 6865, 6648, 7687, 6533, 8217, 6989, 7124, 6769, 7463, 6686, 7409, 6485, 6624, 6594, 6667, 6379, 6545, 6405, 6668, 6394, 6833, 6399, 6584, 6415, 6573, 6420, 6685, 6459, 6575, 6533, 6491, 6417, 6759, 6664, 6673, 7164, 6586, 6386, 6398, 6575, 6566, 6583, 6375, 6417, 6343, 6687, 6353, 6374, 6376, 6642, 6448, 6511, 6385, 6538, 6355, 6557, 6668, 6620, 7273, 6524, 6832, 6544, 6556, 6364, 6568, 6382, 6555, 6470, 6591, 7364, 6774, 8371, 6613, 8482, 6758, 8874, 6646, 7711, 6728, 6702, 6455, 6597, 6409, 6455, 6382, 6530, 6415, 6767, 7084, 6852, 7581, 6777, 8446, 6711, 8994, 6591, 8891, 6578, 7969, 6433, 7028, 6569, 6520, 6298, 6666, 6390, 6568, 6408, 6670, 6381, 6770, 7294, 6764, 7876, 6671, 7044, 6380, 6739, 6350, 6714, 6373, 6681, 7316, 6823, 8064, 6988, 8461, 6679, 7938, 6671, 7473, 6578, 7500, 6491, 6628, 6442, 6743, 6474, 6710, 6378, 6637, 6367, 6739, 6328, 6629, 6381, 6717, 6402, 6757, 6363, 7006, 6477, 6845, 6866, 6949, 6595, 6836, 7444, 6996, 7721, 6893, 7129, 6877, 7612, 6833, 8013, 6777, 7765, 6786, 7906, 6695, 6838, 6673, 6772, 6346, 6753, 6342, 6988, 6401, 6879, 6424, 6977, 6630, 7030, 7346, 7127, 7185, 7028, 7901, 7023, 8485, 6934, 8071, 6760, 7692, 6894, 6846, 6670, 6872, 6509, 6820, 6384, 6821, 6374, 6739, 6584, 6824, 7626, 6948, 7394, 7023, 7957, 6837, 7371, 6709, 6749, 6917, 6792, 6513, 6651, 6369, 6788, 6394, 6648, 6967, 6776, 6714, 6385, 6796, 7564, 6896, 8325, 6708, 7264, 6711, 6977, 6532, 6898, 6419, 7040, 6817, 7043, 7725, 6847, 7287, 6818, 7867, 6879, 8472, 6758, 6975, 6763, 6810, 6340, 7079, 6700, 6996, 6830, 7014, 8404, 6944, 9012, 6893, 8450, 6888, 8251, 6625, 8260, 6890, 6960, 6836, 7740, 6846, 6967, 6815, 6972, 6784, 6949, 6448, 6961, 6486, 6890, 6406, 6994, 6680, 7050, 6521, 7125, 6602, 7009, 6945, 6831, 6649, 6918, 6970, 6890, 7479, 6823, 7766, 6717, 7109, 6672, 7044, 6762, 7380, 6402, 6765, 6480, 6702, 6582, 6771, 6418, 6713, 6489, 6942, 6583, 6751, 6671, 6710, 6811, 6658, 8121, 6720, 8760, 6552, 8380, 6615, 8459, 6762, 8490, 6643, 7718, 6572, 6755, 6393, 6884, 6408, 6766, 6389, 6996, 6371, 6755, 6599, 6921, 7567, 6942, 7323, 6705, 8086, 6788, 8144, 6826, 6934, 6739, 6574, 6523, 6818, 6344, 6764, 6661, 6808, 7844, 6771, 8924, 6768, 8416, 6590, 6842, 6601, 6733, 6467, 6747, 6592, 6604, 6440, 6919, 6391, 6772, 6423, 6647, 6418, 6564, 6402, 6860, 6404, 6562, 6474, 6627, 6419, 6795, 6428, 6627, 6393, 6651, 6459, 6715, 6504, 6640, 6480, 6717, 6442, 6653, 6386, 6820, 6561, 6661, 6494, 6606, 6473, 6595, 6468, 6534, 6424, 6771, 6480, 6655, 6352, 6767, 6435, 6690, 6396, 6733, 6436, 6563, 6443, 6759, 6428, 6781, 6423, 6701, 6400, 6640, 6389, 6757, 6417, 6757, 6444, 6825, 6441, 6715, 6393, 6650, 6467, 6630, 6480, 6657, 6467, 6553, 6514, 6761, 6516, 6601, 6438, 6699, 6517, 6627, 6480, 6674, 6365, 6781, 6496, 6704, 6425, 6735, 6419, 6672, 6457, 6783, 6433, 6673, 6387, 6730, 6482, 6640, 6387, 6729, 6446, 6660, 7170, 6666, 7211, 6779, 7747, 6631, 8172, 6487], 'WindowCenter': [3865.0, 3850.0, 3836.0, 3831.0, 3820.0, 3819.0, 3819.0, 3808.0, 3846.0, 3793.0, 3804.0, 3793.0, 3793.0, 3794.0, 3806.0, 3806.0, 3806.0, 3806.0, 3806.0, 3806.0, 3806.0, 3818.0, 3806.0, 3819.0, 3819.0, 3818.0, 3828.0, 3808.0, 3817.0, 3807.0, 3818.0, 3807.0, 3817.0, 3808.0, 3817.0, 3807.0, 3817.0, 3808.0, 3817.0, 3807.0, 3818.0, 3808.0, 3820.0, 3809.0, 3817.0, 3807.0, 3819.0, 3818.0, 3820.0, 3820.0, 3821.0, 3830.0, 3821.0, 3831.0, 3820.0, 3821.0, 3820.0, 3821.0, 3820.0, 3821.0, 3810.0, 3819.0, 3809.0, 3820.0, 3808.0, 3819.0, 3819.0, 3819.0, 3819.0, 3821.0, 3819.0, 3819.0, 3830.0, 3821.0, 3831.0, 3820.0, 3830.0, 3820.0, 3831.0, 3821.0, 3831.0, 3820.0, 3830.0, 3820.0, 3830.0, 3821.0, 3819.0, 3820.0, 3819.0, 3809.0, 3820.0, 3809.0, 3820.0, 3820.0, 3821.0, 3822.0, 3833.0, 3842.0, 3833.0, 3843.0, 3833.0, 3843.0, 3834.0, 3843.0, 3823.0, 3832.0, 3832.0, 3831.0, 3822.0, 3832.0, 3820.0, 3822.0, 3821.0, 3821.0, 3843.0, 3832.0, 3843.0, 3832.0, 3841.0, 3821.0, 3829.0, 3819.0, 3830.0, 3820.0, 3831.0, 3820.0, 3821.0, 3820.0, 3820.0, 3808.0, 3820.0, 3810.0, 3820.0, 3839.0, 3808.0, 3818.0, 3818.0, 3838.0, 3807.0, 3837.0, 3807.0, 3817.0, 3808.0, 3816.0, 3806.0, 3827.0, 3807.0, 3818.0, 3807.0, 3807.0, 3807.0, 3819.0, 3831.0, 3821.0, 3820.0, 3820.0, 3820.0, 3840.0, 3818.0, 3839.0, 3819.0, 3853.0, 3833.0, 3829.0, 3809.0, 3807.0, 3795.0, 3805.0, 3795.0, 3807.0, 3827.0, 3808.0, 3807.0, 3818.0, 3807.0, 3839.0, 3808.0, 3847.0, 3804.0, 3837.0, 3808.0, 3816.0, 3796.0, 3814.0, 3794.0, 3794.0, 3793.0, 3794.0, 3792.0, 3793.0, 3791.0, 3804.0, 3793.0, 3804.0, 3805.0, 3806.0, 3805.0, 3806.0, 3815.0, 3817.0, 3816.0, 3808.0, 3817.0, 3807.0, 3819.0, 3819.0, 3819.0, 3840.0, 3810.0, 3820.0, 3808.0, 3809.0, 3809.0, 3807.0, 3807.0, 3817.0, 3807.0, 3818.0, 3806.0, 3807.0, 3820.0, 3820.0, 3820.0, 3821.0, 3820.0, 3820.0, 3821.0, 3820.0, 3820.0, 3821.0, 3819.0, 3828.0, 3819.0, 3817.0, 3820.0, 3830.0, 3819.0, 3829.0, 3809.0, 3807.0, 3821.0, 3820.0, 3820.0, 3819.0, 3821.0, 3821.0, 3820.0, 3821.0, 3820.0, 3820.0, 3821.0, 3821.0, 3820.0, 3822.0, 3820.0, 3822.0, 3821.0, 3822.0, 3821.0, 3821.0, 3820.0, 3822.0, 3821.0, 3821.0, 3820.0, 3821.0, 3820.0, 3821.0, 3821.0, 3821.0, 3822.0, 3831.0, 3821.0, 3823.0, 3821.0, 3832.0, 3821.0, 3821.0, 3821.0, 3823.0, 3833.0, 3833.0, 3832.0, 3833.0, 3821.0, 3832.0, 3822.0, 3831.0, 3832.0, 3832.0, 3832.0, 3821.0, 3833.0, 3824.0, 3834.0, 3824.0, 3834.0, 3823.0, 3834.0, 3823.0, 3834.0, 3833.0, 3834.0, 3832.0, 3822.0, 3820.0, 3822.0, 3831.0, 3822.0, 3850.0, 3821.0, 3821.0, 3820.0, 3831.0, 3823.0, 3822.0, 3821.0, 3821.0, 3832.0, 3820.0, 3831.0, 3821.0, 3841.0, 3810.0, 3840.0, 3809.0, 3829.0, 3809.0, 3839.0, 3809.0, 3820.0, 3809.0, 3819.0, 3821.0, 3820.0, 3820.0, 3821.0, 3821.0, 3820.0, 3820.0, 3832.0, 3842.0, 3822.0, 3853.0, 3831.0, 3853.0, 3822.0, 3830.0, 3821.0, 3832.0, 3821.0, 3820.0, 3821.0, 3820.0, 3820.0, 3822.0, 3822.0, 3832.0, 3843.0, 3823.0, 3822.0, 3833.0, 3832.0, 3823.0, 3822.0, 3822.0, 3822.0, 3820.0, 3831.0, 3809.0, 3819.0, 3808.0, 3819.0, 3809.0, 3819.0, 3820.0, 3820.0, 3820.0, 3821.0, 3831.0, 3819.0, 3841.0, 3820.0, 3840.0, 3821.0, 3840.0, 3809.0, 3839.0, 3809.0, 3839.0, 3808.0, 3840.0, 3819.0, 3828.0, 3807.0, 3819.0, 3808.0, 3807.0, 3808.0, 3820.0, 3821.0, 3822.0, 3820.0, 3820.0, 3820.0, 3820.0, 3840.0, 3832.0, 3820.0, 3821.0, 3831.0, 3821.0, 3821.0, 3810.0, 3819.0, 3808.0, 3818.0, 3810.0, 3820.0, 3829.0, 3820.0, 3828.0, 3818.0, 3840.0, 3819.0, 3828.0, 3808.0, 3817.0, 3807.0, 3807.0, 3808.0, 3807.0, 3806.0, 3808.0, 3806.0, 3807.0, 3807.0, 3818.0, 3808.0, 3818.0, 3807.0, 3819.0, 3827.0, 3808.0, 3838.0, 3818.0, 3817.0, 3808.0, 3818.0, 3807.0, 3817.0, 3809.0, 3807.0, 3819.0, 3818.0, 3807.0, 3808.0, 3820.0, 3819.0, 3820.0, 3820.0, 3820.0, 3820.0, 3809.0, 3820.0, 3820.0, 3821.0, 3820.0, 3820.0, 3819.0, 3820.0, 3820.0, 3821.0, 3821.0, 3821.0, 3832.0, 3832.0, 3819.0, 3821.0, 3833.0, 3833.0, 3833.0, 3822.0, 3822.0, 3823.0, 3832.0, 3822.0, 3823.0, 3823.0, 3832.0, 3822.0, 3822.0, 3821.0, 3822.0, 3822.0, 3822.0, 3832.0, 3833.0, 3844.0, 3823.0, 3833.0, 3834.0, 3832.0, 3834.0, 3834.0, 3835.0, 3824.0, 3834.0, 3834.0, 3844.0, 3834.0, 3854.0, 3834.0, 3854.0, 3832.0, 3852.0, 3822.0, 3841.0, 3832.0, 3831.0, 3822.0, 3833.0, 3822.0, 3823.0, 3821.0, 3821.0, 3822.0, 3833.0, 3833.0, 3832.0, 3842.0, 3833.0, 3852.0, 3833.0, 3852.0, 3822.0, 3852.0, 3832.0, 3841.0, 3822.0, 3830.0, 3821.0, 3820.0, 3820.0, 3821.0, 3820.0, 3821.0, 3819.0, 3821.0, 3820.0, 3822.0, 3830.0, 3832.0, 3843.0, 3832.0, 3833.0, 3822.0, 3833.0, 3820.0, 3822.0, 3822.0, 3821.0, 3831.0, 3833.0, 3841.0, 3832.0, 3853.0, 3821.0, 3841.0, 3822.0, 3831.0, 3820.0, 3831.0, 3820.0, 3820.0, 3820.0, 3819.0, 3808.0, 3819.0, 3820.0, 3821.0, 3821.0, 3820.0, 3820.0, 3821.0, 3821.0, 3820.0, 3820.0, 3821.0, 3810.0, 3830.0, 3809.0, 3818.0, 3820.0, 3820.0, 3820.0, 3820.0, 3830.0, 3830.0, 3829.0, 3820.0, 3819.0, 3819.0, 3830.0, 3820.0, 3841.0, 3820.0, 3829.0, 3820.0, 3840.0, 3820.0, 3819.0, 3820.0, 3820.0, 3821.0, 3820.0, 3821.0, 3831.0, 3821.0, 3821.0, 3822.0, 3832.0, 3821.0, 3832.0, 3832.0, 3831.0, 3831.0, 3833.0, 3843.0, 3833.0, 3852.0, 3833.0, 3842.0, 3832.0, 3842.0, 3830.0, 3820.0, 3821.0, 3820.0, 3821.0, 3820.0, 3820.0, 3822.0, 3821.0, 3821.0, 3832.0, 3822.0, 3842.0, 3832.0, 3832.0, 3832.0, 3842.0, 3822.0, 3831.0, 3821.0, 3821.0, 3831.0, 3821.0, 3821.0, 3821.0, 3821.0, 3821.0, 3822.0, 3821.0, 3831.0, 3832.0, 3832.0, 3823.0, 3835.0, 3844.0, 3844.0, 3854.0, 3832.0, 3833.0, 3832.0, 3833.0, 3822.0, 3833.0, 3821.0, 3831.0, 3820.0, 3829.0, 3840.0, 3820.0, 3830.0, 3821.0, 3841.0, 3821.0, 3841.0, 3821.0, 3830.0, 3820.0, 3821.0, 3821.0, 3830.0, 3821.0, 3832.0, 3821.0, 3832.0, 3852.0, 3832.0, 3851.0, 3831.0, 3840.0, 3831.0, 3841.0, 3821.0, 3840.0, 3820.0, 3818.0, 3820.0, 3829.0, 3821.0, 3831.0, 3821.0, 3830.0, 3822.0, 3832.0, 3821.0, 3832.0, 3821.0, 3831.0, 3822.0, 3832.0, 3821.0, 3831.0, 3820.0, 3831.0, 3820.0, 3830.0, 3831.0, 3820.0, 3819.0, 3830.0, 3820.0, 3830.0, 3831.0, 3820.0, 3840.0, 3821.0, 3830.0, 3822.0, 3831.0, 3820.0, 3830.0, 3820.0, 3819.0, 3808.0, 3819.0, 3820.0, 3820.0, 3809.0, 3819.0, 3808.0, 3819.0, 3818.0, 3820.0, 3818.0, 3819.0, 3820.0, 3821.0, 3840.0, 3821.0, 3841.0, 3809.0, 3839.0, 3820.0, 3840.0, 3819.0, 3839.0, 3808.0, 3829.0, 3819.0, 3818.0, 3809.0, 3819.0, 3808.0, 3819.0, 3808.0, 3830.0, 3809.0, 3820.0, 3820.0, 3829.0, 3830.0, 3830.0, 3830.0, 3820.0, 3840.0, 3821.0, 3840.0, 3820.0, 3819.0, 3821.0, 3820.0, 3822.0, 3820.0, 3821.0, 3822.0, 3832.0, 3833.0, 3853.0, 3822.0, 3851.0, 3822.0, 3841.0, 3821.0, 3820.0, 3821.0, 3820.0, 3809.0, 3819.0, 3820.0, 3820.0, 3808.0, 3818.0, 3809.0, 3820.0, 3808.0, 3818.0, 3809.0, 3818.0, 3808.0, 3818.0, 3808.0, 3818.0, 3807.0, 3819.0, 3809.0, 3818.0, 3809.0, 3819.0, 3809.0, 3818.0, 3809.0, 3820.0, 3808.0, 3820.0, 3810.0, 3820.0, 3810.0, 3821.0, 3821.0, 3820.0, 3820.0, 3820.0, 3809.0, 3820.0, 3820.0, 3820.0, 3822.0, 3822.0, 3821.0, 3833.0, 3823.0, 3833.0, 3823.0, 3832.0, 3823.0, 3832.0, 3822.0, 3833.0, 3822.0, 3822.0, 3820.0, 3820.0, 3820.0, 3820.0, 3821.0, 3820.0, 3821.0, 3821.0, 3821.0, 3821.0, 3821.0, 3822.0, 3821.0, 3822.0, 3822.0, 3833.0, 3822.0, 3822.0, 3821.0, 3820.0, 3820.0, 3820.0, 3821.0, 3821.0, 3819.0, 3820.0, 3820.0, 3821.0, 3809.0, 3820.0, 3809.0, 3819.0, 3810.0, 3819.0, 3809.0, 3819.0, 3808.0, 3819.0, 3809.0, 3820.0, 3809.0, 3819.0, 3809.0, 3820.0, 3820.0, 3818.0, 3809.0, 3820.0, 3820.0, 3821.0, 3821.0, 3820.0, 3820.0, 3820.0, 3831.0, 3822.0, 3830.0, 3821.0, 3841.0, 3821.0, 3840.0, 3821.0], 'WindowWidth': [8690.0, 8657.0, 8629.0, 8616.0, 8596.0, 8593.0, 8593.0, 8575.0, 8621.0, 8547.0, 8562.0, 8546.0, 8546.0, 8548.0, 8566.0, 8566.0, 8568.0, 8567.0, 8570.0, 8568.0, 8569.0, 8587.0, 8571.0, 8590.0, 8593.0, 8590.0, 8599.0, 8574.0, 8584.0, 8573.0, 8587.0, 8573.0, 8583.0, 8575.0, 8585.0, 8572.0, 8585.0, 8573.0, 8584.0, 8573.0, 8588.0, 8577.0, 8592.0, 8577.0, 8588.0, 8573.0, 8592.0, 8589.0, 8593.0, 8593.0, 8597.0, 8608.0, 8599.0, 8611.0, 8597.0, 8598.0, 8597.0, 8598.0, 8595.0, 8597.0, 8583.0, 8593.0, 8579.0, 8595.0, 8575.0, 8592.0, 8591.0, 8592.0, 8591.0, 8596.0, 8591.0, 8592.0, 8607.0, 8597.0, 8610.0, 8596.0, 8608.0, 8595.0, 8608.0, 8597.0, 8611.0, 8595.0, 8609.0, 8596.0, 8609.0, 8596.0, 8593.0, 8594.0, 8593.0, 8580.0, 8594.0, 8579.0, 8597.0, 8595.0, 8598.0, 8600.0, 8616.0, 8628.0, 8620.0, 8633.0, 8620.0, 8632.0, 8622.0, 8633.0, 8605.0, 8616.0, 8615.0, 8613.0, 8601.0, 8615.0, 8597.0, 8601.0, 8598.0, 8599.0, 8629.0, 8616.0, 8629.0, 8614.0, 8624.0, 8597.0, 8607.0, 8595.0, 8608.0, 8596.0, 8610.0, 8595.0, 8597.0, 8595.0, 8594.0, 8577.0, 8594.0, 8581.0, 8594.0, 8619.0, 8576.0, 8587.0, 8587.0, 8614.0, 8571.0, 8612.0, 8572.0, 8584.0, 8573.0, 8582.0, 8569.0, 8596.0, 8573.0, 8587.0, 8570.0, 8571.0, 8575.0, 8594.0, 8612.0, 8597.0, 8595.0, 8595.0, 8594.0, 8621.0, 8591.0, 8618.0, 8592.0, 8645.0, 8615.0, 8604.0, 8578.0, 8570.0, 8550.0, 8565.0, 8550.0, 8570.0, 8597.0, 8573.0, 8572.0, 8586.0, 8571.0, 8615.0, 8572.0, 8622.0, 8564.0, 8612.0, 8574.0, 8580.0, 8553.0, 8575.0, 8547.0, 8547.0, 8544.0, 8547.0, 8541.0, 8546.0, 8540.0, 8562.0, 8546.0, 8561.0, 8563.0, 8567.0, 8566.0, 8569.0, 8579.0, 8585.0, 8584.0, 8575.0, 8586.0, 8572.0, 8589.0, 8591.0, 8593.0, 8620.0, 8581.0, 8593.0, 8575.0, 8576.0, 8576.0, 8571.0, 8570.0, 8584.0, 8571.0, 8588.0, 8570.0, 8573.0, 8593.0, 8594.0, 8594.0, 8597.0, 8597.0, 8595.0, 8597.0, 8594.0, 8595.0, 8595.0, 8592.0, 8603.0, 8593.0, 8587.0, 8595.0, 8606.0, 8592.0, 8603.0, 8578.0, 8574.0, 8596.0, 8593.0, 8596.0, 8593.0, 8599.0, 8597.0, 8597.0, 8597.0, 8596.0, 8595.0, 8598.0, 8598.0, 8596.0, 8600.0, 8597.0, 8602.0, 8598.0, 8600.0, 8599.0, 8597.0, 8595.0, 8600.0, 8598.0, 8598.0, 8596.0, 8599.0, 8595.0, 8597.0, 8598.0, 8600.0, 8599.0, 8611.0, 8599.0, 8603.0, 8598.0, 8615.0, 8598.0, 8599.0, 8599.0, 8605.0, 8616.0, 8617.0, 8613.0, 8617.0, 8598.0, 8615.0, 8600.0, 8614.0, 8615.0, 8615.0, 8615.0, 8601.0, 8618.0, 8607.0, 8620.0, 8608.0, 8621.0, 8605.0, 8621.0, 8605.0, 8622.0, 8619.0, 8619.0, 8615.0, 8602.0, 8596.0, 8602.0, 8611.0, 8599.0, 8635.0, 8597.0, 8599.0, 8597.0, 8612.0, 8606.0, 8603.0, 8600.0, 8600.0, 8613.0, 8597.0, 8611.0, 8597.0, 8622.0, 8582.0, 8620.0, 8579.0, 8605.0, 8580.0, 8618.0, 8579.0, 8593.0, 8579.0, 8592.0, 8598.0, 8596.0, 8597.0, 8599.0, 8598.0, 8598.0, 8598.0, 8616.0, 8628.0, 8602.0, 8643.0, 8613.0, 8643.0, 8602.0, 8609.0, 8597.0, 8612.0, 8597.0, 8595.0, 8598.0, 8596.0, 8596.0, 8601.0, 8600.0, 8615.0, 8630.0, 8605.0, 8602.0, 8618.0, 8615.0, 8603.0, 8601.0, 8601.0, 8600.0, 8595.0, 8609.0, 8579.0, 8592.0, 8577.0, 8591.0, 8580.0, 8593.0, 8595.0, 8595.0, 8594.0, 8599.0, 8610.0, 8595.0, 8624.0, 8596.0, 8621.0, 8598.0, 8621.0, 8581.0, 8618.0, 8579.0, 8615.0, 8576.0, 8618.0, 8592.0, 8601.0, 8574.0, 8590.0, 8575.0, 8574.0, 8577.0, 8593.0, 8601.0, 8602.0, 8598.0, 8594.0, 8597.0, 8595.0, 8623.0, 8613.0, 8596.0, 8600.0, 8615.0, 8599.0, 8596.0, 8580.0, 8592.0, 8576.0, 8591.0, 8580.0, 8594.0, 8605.0, 8595.0, 8603.0, 8590.0, 8619.0, 8592.0, 8602.0, 8575.0, 8587.0, 8573.0, 8572.0, 8575.0, 8572.0, 8569.0, 8574.0, 8570.0, 8573.0, 8573.0, 8588.0, 8574.0, 8588.0, 8572.0, 8591.0, 8599.0, 8575.0, 8614.0, 8588.0, 8584.0, 8574.0, 8586.0, 8573.0, 8585.0, 8577.0, 8573.0, 8593.0, 8588.0, 8575.0, 8578.0, 8594.0, 8594.0, 8595.0, 8594.0, 8595.0, 8594.0, 8580.0, 8595.0, 8595.0, 8599.0, 8596.0, 8596.0, 8593.0, 8596.0, 8594.0, 8599.0, 8599.0, 8599.0, 8614.0, 8615.0, 8596.0, 8602.0, 8617.0, 8618.0, 8619.0, 8604.0, 8602.0, 8605.0, 8617.0, 8603.0, 8605.0, 8605.0, 8617.0, 8604.0, 8604.0, 8600.0, 8603.0, 8602.0, 8604.0, 8616.0, 8617.0, 8633.0, 8607.0, 8619.0, 8623.0, 8619.0, 8622.0, 8622.0, 8623.0, 8610.0, 8622.0, 8621.0, 8634.0, 8620.0, 8646.0, 8621.0, 8645.0, 8617.0, 8642.0, 8602.0, 8625.0, 8616.0, 8614.0, 8602.0, 8616.0, 8603.0, 8604.0, 8601.0, 8600.0, 8602.0, 8618.0, 8616.0, 8616.0, 8629.0, 8618.0, 8641.0, 8619.0, 8641.0, 8603.0, 8639.0, 8615.0, 8624.0, 8601.0, 8610.0, 8598.0, 8595.0, 8597.0, 8597.0, 8595.0, 8599.0, 8593.0, 8600.0, 8597.0, 8601.0, 8611.0, 8615.0, 8630.0, 8617.0, 8617.0, 8602.0, 8617.0, 8599.0, 8603.0, 8601.0, 8599.0, 8613.0, 8616.0, 8626.0, 8614.0, 8641.0, 8600.0, 8624.0, 8600.0, 8610.0, 8597.0, 8610.0, 8597.0, 8596.0, 8595.0, 8593.0, 8577.0, 8593.0, 8596.0, 8596.0, 8597.0, 8596.0, 8595.0, 8598.0, 8600.0, 8595.0, 8595.0, 8598.0, 8581.0, 8608.0, 8580.0, 8591.0, 8595.0, 8594.0, 8594.0, 8595.0, 8607.0, 8608.0, 8606.0, 8594.0, 8592.0, 8593.0, 8608.0, 8595.0, 8623.0, 8596.0, 8605.0, 8596.0, 8620.0, 8597.0, 8593.0, 8595.0, 8594.0, 8597.0, 8595.0, 8599.0, 8611.0, 8598.0, 8600.0, 8600.0, 8614.0, 8599.0, 8615.0, 8613.0, 8613.0, 8612.0, 8617.0, 8628.0, 8616.0, 8640.0, 8616.0, 8626.0, 8614.0, 8625.0, 8610.0, 8596.0, 8599.0, 8595.0, 8599.0, 8596.0, 8597.0, 8600.0, 8598.0, 8600.0, 8615.0, 8601.0, 8626.0, 8614.0, 8615.0, 8615.0, 8626.0, 8601.0, 8612.0, 8600.0, 8599.0, 8613.0, 8600.0, 8599.0, 8598.0, 8598.0, 8600.0, 8600.0, 8598.0, 8612.0, 8616.0, 8617.0, 8606.0, 8623.0, 8635.0, 8634.0, 8646.0, 8616.0, 8616.0, 8615.0, 8616.0, 8602.0, 8614.0, 8598.0, 8611.0, 8595.0, 8607.0, 8621.0, 8594.0, 8606.0, 8596.0, 8622.0, 8596.0, 8624.0, 8598.0, 8608.0, 8597.0, 8597.0, 8599.0, 8609.0, 8599.0, 8615.0, 8598.0, 8614.0, 8639.0, 8615.0, 8636.0, 8611.0, 8622.0, 8611.0, 8622.0, 8596.0, 8621.0, 8595.0, 8590.0, 8594.0, 8605.0, 8597.0, 8611.0, 8598.0, 8609.0, 8601.0, 8614.0, 8598.0, 8613.0, 8600.0, 8613.0, 8601.0, 8613.0, 8600.0, 8612.0, 8596.0, 8610.0, 8595.0, 8608.0, 8610.0, 8594.0, 8591.0, 8609.0, 8596.0, 8609.0, 8610.0, 8596.0, 8621.0, 8599.0, 8609.0, 8600.0, 8611.0, 8597.0, 8608.0, 8596.0, 8592.0, 8577.0, 8591.0, 8595.0, 8593.0, 8578.0, 8591.0, 8576.0, 8591.0, 8590.0, 8594.0, 8590.0, 8593.0, 8594.0, 8598.0, 8621.0, 8597.0, 8622.0, 8580.0, 8618.0, 8595.0, 8619.0, 8591.0, 8617.0, 8575.0, 8602.0, 8590.0, 8589.0, 8579.0, 8591.0, 8577.0, 8591.0, 8577.0, 8609.0, 8580.0, 8596.0, 8595.0, 8607.0, 8608.0, 8610.0, 8607.0, 8595.0, 8621.0, 8596.0, 8619.0, 8594.0, 8592.0, 8599.0, 8597.0, 8600.0, 8597.0, 8598.0, 8601.0, 8614.0, 8619.0, 8643.0, 8602.0, 8639.0, 8600.0, 8623.0, 8597.0, 8595.0, 8597.0, 8595.0, 8579.0, 8591.0, 8595.0, 8592.0, 8576.0, 8589.0, 8577.0, 8592.0, 8576.0, 8589.0, 8578.0, 8590.0, 8575.0, 8590.0, 8575.0, 8589.0, 8573.0, 8591.0, 8577.0, 8589.0, 8577.0, 8591.0, 8577.0, 8589.0, 8579.0, 8593.0, 8577.0, 8594.0, 8580.0, 8594.0, 8581.0, 8597.0, 8596.0, 8594.0, 8596.0, 8595.0, 8579.0, 8594.0, 8596.0, 8596.0, 8601.0, 8602.0, 8601.0, 8619.0, 8607.0, 8620.0, 8607.0, 8617.0, 8606.0, 8616.0, 8601.0, 8616.0, 8601.0, 8600.0, 8597.0, 8596.0, 8596.0, 8594.0, 8598.0, 8595.0, 8598.0, 8597.0, 8597.0, 8598.0, 8599.0, 8601.0, 8598.0, 8601.0, 8602.0, 8616.0, 8601.0, 8602.0, 8597.0, 8597.0, 8596.0, 8595.0, 8598.0, 8599.0, 8594.0, 8595.0, 8594.0, 8597.0, 8580.0, 8594.0, 8580.0, 8591.0, 8581.0, 8593.0, 8579.0, 8591.0, 8578.0, 8591.0, 8579.0, 8594.0, 8580.0, 8592.0, 8580.0, 8596.0, 8596.0, 8592.0, 8581.0, 8594.0, 8596.0, 8598.0, 8599.0, 8598.0, 8597.0, 8597.0, 8611.0, 8600.0, 8609.0, 8600.0, 8626.0, 8600.0, 8622.0, 8599.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.0012532286023835318</td></tr>
<tr><td colspan=3>aqi</td><td>0.015204204442036835</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.20474234475056</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1771341390564005</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0131618923210421</td></tr>
<tr><td colspan=3>efc</td><td>0.4505</td></tr>
<tr><td colspan=3>fber</td><td>6330.2642</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0727005380531338</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8418201516793067</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.374963592263042</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3018331269382033</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5581613935541343</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.264896256296789</td></tr>
<tr><td colspan=3>gcor</td><td>0.00762068</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011530878022313118</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02394154667854309</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</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.822955875125491</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.1842</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.9796</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.0883</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307082.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>640.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>281.4063</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1649</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.1652</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3099.4616</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3279.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69462.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.7071</td></tr>
<tr><td colspan=3>tsnr</td><td>45.00501016387716</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>