<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-04/func/sub-0069_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>f86f742c528b3727b86eadb5987de0b8</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>18:59:2.302500</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.999345, -0.0329049, 0.0150497, 0.0338501, 0.997139, -0.0675941]</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.0866822</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7709, -7286, 535, -76, -38, 32, 67]</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>235.208</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8794913b-35c9-453a-9dec-17cc1b67ccf7||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.6811699867248535, 0.09081746637821198, 0.034512706100940704, 104.83332061767578], [0.08828134834766388, 2.6752498149871826, -0.1837598979473114, -88.63771057128906], [0.04037730023264885, 0.18134988844394684, 2.6935184001922607, -76.23571014404297], [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': ['185902.302500', '185902.762500', '185903.222500', '185903.682500', '185904.142500', '185904.602500', '185905.062500', '185905.522500', '185905.982500', '185906.442500', '185906.902500', '185907.362500', '185907.822500', '185908.282500', '185908.742500', '185909.202500', '185909.662500', '185910.122500', '185910.582500', '185911.042500', '185911.502500', '185911.962500', '185912.422500', '185912.882500', '185913.342500', '185913.802500', '185914.262500', '185914.722500', '185915.182500', '185915.642500', '185916.102500', '185916.562500', '185917.022500', '185917.482500', '185917.942500', '185918.402500', '185918.862500', '185919.322500', '185919.782500', '185920.242500', '185920.702500', '185921.162500', '185921.622500', '185922.082500', '185922.542500', '185923.002500', '185923.462500', '185923.922500', '185924.382500', '185924.842500', '185925.302500', '185925.762500', '185926.222500', '185926.682500', '185927.142500', '185927.602500', '185928.062500', '185928.522500', '185928.982500', '185929.442500', '185929.902500', '185930.362500', '185930.822500', '185931.282500', '185931.742500', '185932.202500', '185932.662500', '185933.122500', '185933.582500', '185934.042500', '185934.502500', '185934.962500', '185935.422500', '185935.882500', '185936.342500', '185936.802500', '185937.262500', '185937.722500', '185938.182500', '185938.642500', '185939.102500', '185939.562500', '185940.022500', '185940.482500', '185940.942500', '185941.402500', '185941.862500', '185942.322500', '185942.782500', '185943.242500', '185943.702500', '185944.162500', '185944.622500', '185945.082500', '185945.542500', '185946.002500', '185946.462500', '185946.922500', '185947.382500', '185947.842500', '185948.302500', '185948.762500', '185949.222500', '185949.682500', '185950.142500', '185950.602500', '185951.062500', '185951.522500', '185951.982500', '185952.442500', '185952.902500', '185953.362500', '185953.822500', '185954.282500', '185954.742500', '185955.202500', '185955.662500', '185956.122500', '185956.582500', '185957.042500', '185957.502500', '185957.962500', '185958.422500', '185958.882500', '185959.342500', '185959.802500', '190000.262500', '190000.722500', '190001.182500', '190001.642500', '190002.102500', '190002.562500', '190003.022500', '190003.482500', '190003.942500', '190004.402500', '190004.862500', '190005.322500', '190005.782500', '190006.242500', '190006.702500', '190007.162500', '190007.622500', '190008.082500', '190008.542500', '190009.002500', '190009.462500', '190009.922500', '190010.382500', '190010.842500', '190011.302500', '190011.762500', '190012.222500', '190012.682500', '190013.142500', '190013.602500', '190014.062500', '190014.522500', '190014.982500', '190015.442500', '190015.902500', '190016.362500', '190016.822500', '190017.282500', '190017.742500', '190018.202500', '190018.662500', '190019.122500', '190019.582500', '190020.042500', '190020.502500', '190020.962500', '190021.422500', '190021.882500', '190022.342500', '190022.802500', '190023.262500', '190023.722500', '190024.182500', '190024.642500', '190025.102500', '190025.562500', '190026.022500', '190026.482500', '190026.942500', '190027.402500', '190027.862500', '190028.322500', '190028.782500', '190029.242500', '190029.702500', '190030.162500', '190030.622500', '190031.082500', '190031.542500', '190032.002500', '190032.462500', '190032.922500', '190033.382500', '190033.842500', '190034.302500', '190034.762500', '190035.222500', '190035.682500', '190036.142500', '190036.602500', '190037.062500', '190037.522500', '190037.982500', '190038.442500', '190038.902500', '190039.362500', '190039.822500', '190040.282500', '190040.742500', '190041.202500', '190041.662500', '190042.122500', '190042.582500', '190043.042500', '190043.502500', '190043.962500', '190044.422500', '190044.882500', '190045.342500', '190045.802500', '190046.262500', '190046.722500', '190047.182500', '190047.642500', '190048.102500', '190048.562500', '190049.022500', '190049.482500', '190049.942500', '190050.402500', '190050.862500', '190051.322500', '190051.782500', '190052.242500', '190052.702500', '190053.162500', '190053.622500', '190054.082500', '190054.542500', '190055.002500', '190055.462500', '190055.922500', '190056.382500', '190056.842500', '190057.302500', '190057.762500', '190058.222500', '190058.682500', '190059.142500', '190059.602500', '190100.062500', '190100.522500', '190100.982500', '190101.442500', '190101.902500', '190102.362500', '190102.822500', '190103.282500', '190103.742500', '190104.202500', '190104.662500', '190105.122500', '190105.582500', '190106.042500', '190106.502500', '190106.962500', '190107.422500', '190107.882500', '190108.342500', '190108.802500', '190109.262500', '190109.722500', '190110.182500', '190110.642500', '190111.102500', '190111.562500', '190112.022500', '190112.482500', '190112.942500', '190113.402500', '190113.862500', '190114.322500', '190114.782500', '190115.242500', '190115.702500', '190116.162500', '190116.622500', '190117.082500', '190117.542500', '190118.002500', '190118.462500', '190118.922500', '190119.382500', '190119.842500', '190120.302500', '190120.762500', '190121.222500', '190121.682500', '190122.142500', '190122.602500', '190123.062500', '190123.522500', '190123.982500', '190124.442500', '190124.902500', '190125.362500', '190125.822500', '190126.282500', '190126.742500', '190127.202500', '190127.662500', '190128.122500', '190128.582500', '190129.042500', '190129.502500', '190129.962500', '190130.422500', '190130.882500', '190131.342500', '190131.802500', '190132.262500', '190132.722500', '190133.182500', '190133.642500', '190134.102500', '190134.562500', '190135.022500', '190135.482500', '190135.942500', '190136.402500', '190136.862500', '190137.322500', '190137.782500', '190138.242500', '190138.702500', '190139.162500', '190139.622500', '190140.082500', '190140.542500', '190141.002500', '190141.462500', '190141.922500', '190142.382500', '190142.842500', '190143.302500', '190143.762500', '190144.222500', '190144.682500', '190145.142500', '190145.602500', '190146.062500', '190146.522500', '190146.982500', '190147.442500', '190147.902500', '190148.362500', '190148.822500', '190149.282500', '190149.742500', '190150.202500', '190150.662500', '190151.122500', '190151.582500', '190152.042500', '190152.502500', '190152.962500', '190153.422500', '190153.882500', '190154.342500', '190154.802500', '190155.262500', '190155.722500', '190156.182500', '190156.642500', '190157.102500', '190157.562500', '190158.022500', '190158.482500', '190158.942500', '190159.402500', '190159.862500', '190200.322500', '190200.782500', '190201.242500', '190201.702500', '190202.162500', '190202.622500', '190203.082500', '190203.542500', '190204.002500', '190204.462500', '190204.922500', '190205.382500', '190205.842500', '190206.302500', '190206.762500', '190207.222500', '190207.682500', '190208.142500', '190208.602500', '190209.062500', '190209.522500', '190209.982500', '190210.442500', '190210.902500', '190211.362500', '190211.822500', '190212.282500', '190212.742500', '190213.202500', '190213.662500', '190214.122500', '190214.582500', '190215.042500', '190215.502500', '190215.962500', '190216.422500', '190216.882500', '190217.342500', '190217.802500', '190218.262500', '190218.722500', '190219.182500', '190219.642500', '190220.102500', '190220.562500', '190221.022500', '190221.482500', '190221.942500', '190222.402500', '190222.862500', '190223.322500', '190223.782500', '190224.242500', '190224.702500', '190225.162500', '190225.622500', '190226.082500', '190226.542500', '190227.002500', '190227.462500', '190227.922500', '190228.382500', '190228.842500', '190229.302500', '190229.762500', '190230.222500', '190230.682500', '190231.142500', '190231.602500', '190232.062500', '190232.522500', '190232.982500', '190233.442500', '190233.902500', '190234.362500', '190234.822500', '190235.282500', '190235.742500', '190236.202500', '190236.662500', '190237.122500', '190237.582500', '190238.042500', '190238.502500', '190238.962500', '190239.422500', '190239.882500', '190240.342500', '190240.802500', '190241.262500', '190241.722500', '190242.182500', '190242.642500', '190243.102500', '190243.562500', '190244.022500', '190244.482500', '190244.942500', '190245.402500', '190245.862500', '190246.322500', '190246.782500', '190247.242500', '190247.702500', '190248.162500', '190248.622500', '190249.082500', '190249.542500', '190250.002500', '190250.462500', '190250.922500', '190251.382500', '190251.842500', '190252.302500', '190252.762500', '190253.222500', '190253.682500', '190254.142500', '190254.602500', '190255.062500', '190255.522500', '190255.982500', '190256.442500', '190256.902500', '190257.362500', '190257.822500', '190258.282500', '190258.742500', '190259.202500', '190259.662500', '190300.122500', '190300.582500', '190301.042500', '190301.502500', '190301.962500', '190302.422500', '190302.882500', '190303.342500', '190303.802500', '190304.262500', '190304.722500', '190305.182500', '190305.642500', '190306.102500', '190306.562500', '190307.022500', '190307.482500', '190307.942500', '190308.402500', '190308.862500', '190309.322500', '190309.782500', '190310.242500', '190310.702500', '190311.162500', '190311.622500', '190312.082500', '190312.542500', '190313.002500', '190313.462500', '190313.922500', '190314.382500', '190314.842500', '190315.302500', '190315.762500', '190316.222500', '190316.682500', '190317.142500', '190317.602500', '190318.062500', '190318.522500', '190318.982500', '190319.442500', '190319.902500', '190320.362500', '190320.822500', '190321.282500', '190321.742500', '190322.202500', '190322.662500', '190323.122500', '190323.582500', '190324.042500', '190324.502500', '190324.962500', '190325.422500', '190325.882500', '190326.342500', '190326.802500', '190327.262500', '190327.722500', '190328.182500', '190328.642500', '190329.102500', '190329.562500', '190330.022500', '190330.482500', '190330.942500', '190331.402500', '190331.862500', '190332.322500', '190332.782500', '190333.242500', '190333.702500', '190334.162500', '190334.622500', '190335.082500', '190335.542500', '190336.002500', '190336.462500', '190336.922500', '190337.382500', '190337.842500', '190338.302500', '190338.762500', '190339.222500', '190339.682500', '190340.142500', '190340.602500', '190341.062500', '190341.522500', '190341.982500', '190342.442500', '190342.902500', '190343.362500', '190343.822500', '190344.282500', '190344.742500', '190345.202500', '190345.662500', '190346.122500', '190346.582500', '190347.042500', '190347.502500', '190347.962500', '190348.422500', '190348.882500', '190349.342500', '190349.802500', '190350.262500', '190350.722500', '190351.182500', '190351.642500', '190352.102500', '190352.562500', '190353.022500', '190353.482500', '190353.942500', '190354.402500', '190354.862500', '190355.322500', '190355.782500', '190356.242500', '190356.702500', '190357.162500', '190357.622500', '190358.082500', '190358.542500', '190359.002500', '190359.462500', '190359.922500', '190400.382500', '190400.842500', '190401.302500', '190401.762500', '190402.222500', '190402.682500', '190403.142500', '190403.602500', '190404.062500', '190404.522500', '190404.982500', '190405.442500', '190405.902500', '190406.362500', '190406.822500', '190407.282500', '190407.742500', '190408.202500', '190408.662500', '190409.122500', '190409.582500', '190410.042500', '190410.502500', '190410.962500', '190411.422500', '190411.882500', '190412.342500', '190412.802500', '190413.262500', '190413.722500', '190414.182500', '190414.642500', '190415.102500', '190415.562500', '190416.022500', '190416.482500', '190416.942500', '190417.402500', '190417.862500', '190418.322500', '190418.782500', '190419.242500', '190419.702500', '190420.162500', '190420.622500', '190421.082500', '190421.542500', '190422.002500', '190422.462500', '190422.922500', '190423.382500', '190423.842500', '190424.302500', '190424.762500', '190425.222500', '190425.682500', '190426.142500', '190426.602500', '190427.062500', '190427.522500', '190427.982500', '190428.442500', '190428.902500', '190429.362500', '190429.822500', '190430.282500', '190430.742500', '190431.202500', '190431.662500', '190432.122500', '190432.582500', '190433.042500', '190433.502500', '190433.962500', '190434.422500', '190434.882500', '190435.342500', '190435.802500', '190436.262500', '190436.722500', '190437.182500', '190437.642500', '190438.102500', '190438.562500', '190439.022500', '190439.482500', '190439.942500', '190440.402500', '190440.862500', '190441.322500', '190441.782500', '190442.242500', '190442.702500', '190443.162500', '190443.622500', '190444.082500', '190444.542500', '190445.002500', '190445.462500', '190445.922500', '190446.382500', '190446.842500', '190447.302500', '190447.762500', '190448.222500', '190448.682500', '190449.142500', '190449.602500', '190450.062500', '190450.522500', '190450.982500', '190451.442500', '190451.902500', '190452.362500', '190452.822500', '190453.282500', '190453.742500', '190454.202500', '190454.662500', '190455.122500', '190455.582500', '190456.042500', '190456.502500', '190456.962500', '190457.422500', '190457.882500', '190458.342500', '190458.802500', '190459.262500', '190459.722500', '190500.182500', '190500.642500', '190501.102500', '190501.562500', '190502.022500', '190502.482500', '190502.942500', '190503.402500', '190503.862500', '190504.322500', '190504.782500', '190505.242500', '190505.702500', '190506.162500', '190506.622500', '190507.082500', '190507.542500', '190508.002500', '190508.462500', '190508.922500', '190509.382500', '190509.842500', '190510.302500', '190510.762500', '190511.222500', '190511.682500', '190512.142500', '190512.602500', '190513.062500', '190513.522500', '190513.982500', '190514.442500', '190514.902500', '190515.362500', '190515.822500', '190516.282500', '190516.742500', '190517.202500', '190517.662500', '190518.122500', '190518.582500', '190519.042500', '190519.502500', '190519.962500', '190520.422500', '190520.882500', '190521.342500', '190521.802500', '190522.262500', '190522.722500', '190523.182500', '190523.642500', '190524.102500', '190524.562500', '190525.022500', '190525.482500', '190525.942500', '190526.402500', '190526.862500', '190527.322500', '190527.782500', '190528.242500', '190528.702500', '190529.162500', '190529.622500', '190530.082500', '190530.542500', '190531.002500', '190531.462500', '190531.922500', '190532.382500', '190532.842500', '190533.302500', '190533.762500', '190534.222500', '190534.682500', '190535.142500', '190535.602500', '190536.062500', '190536.522500', '190536.982500', '190537.442500', '190537.902500', '190538.362500', '190538.822500', '190539.282500', '190539.742500', '190540.202500', '190540.662500', '190541.122500', '190541.582500', '190542.042500', '190542.502500', '190542.962500', '190543.422500', '190543.882500', '190544.342500', '190544.802500', '190545.262500', '190545.722500', '190546.182500', '190546.642500', '190547.102500', '190547.562500', '190548.022500', '190548.482500', '190548.942500', '190549.402500', '190549.862500', '190550.322500', '190550.782500', '190551.242500', '190551.702500', '190552.162500', '190552.622500', '190553.082500', '190553.542500', '190554.002500', '190554.462500', '190554.922500', '190555.382500', '190555.842500', '190556.302500', '190556.762500', '190557.222500', '190557.682500', '190558.142500', '190558.602500', '190559.062500', '190559.522500', '190559.982500', '190600.442500', '190600.902500', '190601.362500', '190601.822500', '190602.282500', '190602.742500', '190603.202500', '190603.662500', '190604.122500', '190604.582500', '190605.042500', '190605.502500', '190605.962500', '190606.422500', '190606.882500', '190607.342500', '190607.802500'], 'ContentTime': ['185915.368000', '185915.371000', '185915.374000', '185915.377000', '185915.379000', '185915.382000', '185915.385000', '185915.387000', '185915.390000', '185915.392000', '185915.395000', '185915.397000', '185915.400000', '185915.402000', '185915.405000', '185915.407000', '185915.410000', '185915.412000', '185915.415000', '185915.425000', '185915.427000', '185915.430000', '185915.433000', '185915.435000', '185915.438000', '185915.440000', '185915.443000', '185935.340000', '185935.350000', '185935.352000', '185935.355000', '185935.357000', '185935.360000', '185935.362000', '185935.365000', '185935.367000', '185935.370000', '185935.373000', '185935.375000', '185935.378000', '185935.380000', '185935.383000', '185935.385000', '185935.388000', '185935.390000', '185935.393000', '185935.395000', '185935.398000', '185935.400000', '185935.403000', '185935.406000', '185935.408000', '185935.411000', '185935.413000', '185935.416000', '185935.419000', '185935.426000', '185935.429000', '185935.432000', '185935.434000', '185935.437000', '185935.439000', '185935.442000', '185935.444000', '185935.447000', '185935.450000', '185935.452000', '185935.455000', '185935.457000', '185935.460000', '185955.340000', '185955.342000', '185955.345000', '185955.348000', '185955.350000', '185955.353000', '185955.355000', '185955.358000', '185955.360000', '185955.363000', '185955.365000', '185955.368000', '185955.370000', '185955.373000', '185955.376000', '185955.378000', '185955.381000', '185955.383000', '185955.386000', '185955.389000', '185955.391000', '185955.394000', '185955.396000', '185955.399000', '185955.401000', '185955.404000', '185955.406000', '185955.409000', '185955.411000', '185955.414000', '185955.417000', '185955.419000', '185955.422000', '185955.424000', '185955.427000', '185955.429000', '185955.432000', '185955.434000', '185955.437000', '185955.440000', '185955.442000', '185955.445000', '185955.469000', '185955.472000', '190015.339000', '190015.342000', '190015.345000', '190015.347000', '190015.350000', '190015.352000', '190015.355000', '190015.358000', '190015.360000', '190015.363000', '190015.365000', '190015.368000', '190015.370000', '190015.373000', '190015.376000', '190015.378000', '190015.381000', '190015.383000', '190015.386000', '190015.388000', '190015.391000', '190015.394000', '190015.396000', '190015.399000', '190015.401000', '190015.404000', '190015.406000', '190015.409000', '190015.412000', '190015.414000', '190015.417000', '190015.419000', '190015.422000', '190015.424000', '190015.427000', '190015.430000', '190015.432000', '190015.435000', '190015.437000', '190015.440000', '190015.443000', '190015.445000', '190015.448000', '190035.339000', '190035.342000', '190035.345000', '190035.347000', '190035.350000', '190035.353000', '190035.355000', '190035.358000', '190035.360000', '190035.363000', '190035.365000', '190035.368000', '190035.371000', '190035.373000', '190035.376000', '190035.378000', '190035.381000', '190035.384000', '190035.386000', '190035.389000', '190035.391000', '190035.394000', '190035.396000', '190035.399000', '190035.401000', '190035.404000', '190035.407000', '190035.409000', '190035.412000', '190035.414000', '190035.417000', '190035.419000', '190035.422000', '190035.425000', '190035.427000', '190035.430000', '190035.432000', '190035.435000', '190035.437000', '190035.440000', '190035.443000', '190035.445000', '190035.448000', '190035.450000', '190055.339000', '190055.342000', '190055.345000', '190055.347000', '190055.350000', '190055.353000', '190055.355000', '190055.358000', '190055.360000', '190055.363000', '190055.365000', '190055.368000', '190055.371000', '190055.373000', '190055.376000', '190055.378000', '190055.381000', '190055.383000', '190055.386000', '190055.389000', '190055.391000', '190055.394000', '190055.396000', '190055.399000', '190055.401000', '190055.404000', '190055.407000', '190055.409000', '190055.412000', '190055.414000', '190055.417000', '190055.419000', '190055.422000', '190055.425000', '190055.427000', '190055.430000', '190055.432000', '190055.435000', '190055.437000', '190055.440000', '190055.443000', '190055.445000', '190055.448000', '190115.340000', '190115.342000', '190115.345000', '190115.348000', '190115.350000', '190115.353000', '190115.357000', '190115.359000', '190115.362000', '190115.364000', '190115.367000', '190115.370000', '190115.372000', '190115.375000', '190115.377000', '190115.380000', '190115.382000', '190115.385000', '190115.388000', '190115.390000', '190115.393000', '190115.395000', '190115.398000', '190115.400000', '190115.403000', '190115.406000', '190115.409000', '190115.412000', '190115.414000', '190115.417000', '190115.419000', '190115.422000', '190115.425000', '190115.427000', '190115.430000', '190115.432000', '190115.435000', '190115.438000', '190115.440000', '190115.443000', '190115.446000', '190115.448000', '190115.451000', '190115.453000', '190135.339000', '190135.342000', '190135.345000', '190135.347000', '190135.350000', '190135.353000', '190135.355000', '190135.358000', '190135.360000', '190135.363000', '190135.365000', '190135.368000', '190135.371000', '190135.373000', '190135.376000', '190135.378000', '190135.381000', '190135.384000', '190135.386000', '190135.389000', '190135.391000', '190135.394000', '190135.396000', '190135.399000', '190135.402000', '190135.404000', '190135.407000', '190135.409000', '190135.412000', '190135.414000', '190135.417000', '190135.420000', '190135.422000', '190135.425000', '190135.427000', '190135.430000', '190135.433000', '190135.450000', '190135.453000', '190135.455000', '190135.458000', '190135.460000', '190135.463000', '190155.340000', '190155.342000', '190155.345000', '190155.348000', '190155.350000', '190155.353000', '190155.355000', '190155.358000', '190155.361000', '190155.363000', '190155.366000', '190155.368000', '190155.371000', '190155.374000', '190155.376000', '190155.379000', '190155.381000', '190155.384000', '190155.387000', '190155.389000', '190155.392000', '190155.394000', '190155.397000', '190155.399000', '190155.402000', '190155.405000', '190155.407000', '190155.410000', '190155.412000', '190155.415000', '190155.417000', '190155.420000', '190155.422000', '190155.425000', '190155.427000', '190155.430000', '190155.433000', '190155.435000', '190155.438000', '190155.440000', '190155.443000', '190155.445000', '190155.448000', '190215.339000', '190215.342000', '190215.345000', '190215.347000', '190215.350000', '190215.353000', '190215.355000', '190215.358000', '190215.360000', '190215.363000', '190215.366000', '190215.368000', '190215.371000', '190215.373000', '190215.376000', '190215.379000', '190215.381000', '190215.384000', '190215.386000', '190215.389000', '190215.391000', '190215.394000', '190215.397000', '190215.399000', '190215.402000', '190215.404000', '190215.407000', '190215.410000', '190215.412000', '190215.415000', '190215.417000', '190215.420000', '190215.423000', '190215.425000', '190215.428000', '190215.430000', '190215.433000', '190215.436000', '190215.438000', '190215.441000', '190215.443000', '190215.446000', '190215.449000', '190215.451000', '190235.340000', '190235.343000', '190235.345000', '190235.348000', '190235.350000', '190235.353000', '190235.356000', '190235.358000', '190235.361000', '190235.363000', '190235.366000', '190235.368000', '190235.371000', '190235.374000', '190235.376000', '190235.379000', '190235.381000', '190235.384000', '190235.387000', '190235.389000', '190235.392000', '190235.396000', '190235.398000', '190235.401000', '190235.404000', '190235.406000', '190235.409000', '190235.412000', '190235.414000', '190235.417000', '190235.419000', '190235.422000', '190235.424000', '190235.427000', '190235.430000', '190235.432000', '190235.435000', '190235.437000', '190235.440000', '190235.443000', '190235.445000', '190235.448000', '190235.450000', '190255.339000', '190255.342000', '190255.345000', '190255.348000', '190255.350000', '190255.353000', '190255.355000', '190255.358000', '190255.360000', '190255.363000', '190255.366000', '190255.368000', '190255.371000', '190255.374000', '190255.376000', '190255.379000', '190255.381000', '190255.384000', '190255.387000', '190255.389000', '190255.392000', '190255.394000', '190255.397000', '190255.399000', '190255.402000', '190255.404000', '190255.407000', '190255.410000', '190255.412000', '190255.415000', '190255.417000', '190255.420000', '190255.422000', '190255.425000', '190255.428000', '190255.430000', '190255.433000', '190255.435000', '190255.438000', '190255.441000', '190255.443000', '190255.446000', '190255.448000', '190255.451000', '190315.340000', '190315.342000', '190315.345000', '190315.348000', '190315.350000', '190315.353000', '190315.356000', '190315.359000', '190315.362000', '190315.365000', '190315.367000', '190315.370000', '190315.372000', '190315.375000', '190315.377000', '190315.380000', '190315.383000', '190315.385000', '190315.388000', '190315.390000', '190315.393000', '190315.396000', '190315.398000', '190315.401000', '190315.403000', '190315.406000', '190315.408000', '190315.411000', '190315.414000', '190315.416000', '190315.419000', '190315.421000', '190315.424000', '190315.441000', '190315.444000', '190315.446000', '190315.449000', '190315.451000', '190315.454000', '190315.456000', '190315.459000', '190315.462000', '190315.464000', '190335.340000', '190335.342000', '190335.345000', '190335.348000', '190335.350000', '190335.353000', '190335.356000', '190335.358000', '190335.361000', '190335.363000', '190335.366000', '190335.369000', '190335.371000', '190335.374000', '190335.376000', '190335.379000', '190335.381000', '190335.384000', '190335.387000', '190335.389000', '190335.392000', '190335.394000', '190335.397000', '190335.400000', '190335.402000', '190335.405000', '190335.407000', '190335.410000', '190335.413000', '190335.415000', '190335.418000', '190335.420000', '190335.423000', '190335.426000', '190335.428000', '190335.431000', '190335.433000', '190335.436000', '190335.439000', '190335.441000', '190335.444000', '190335.447000', '190335.449000', '190335.452000', '190355.340000', '190355.342000', '190355.345000', '190355.348000', '190355.350000', '190355.353000', '190355.356000', '190355.358000', '190355.361000', '190355.363000', '190355.366000', '190355.369000', '190355.371000', '190355.374000', '190355.376000', '190355.379000', '190355.381000', '190355.384000', '190355.387000', '190355.390000', '190355.393000', '190355.396000', '190355.398000', '190355.401000', '190355.403000', '190355.406000', '190355.409000', '190355.411000', '190355.414000', '190355.416000', '190355.419000', '190355.422000', '190355.424000', '190355.427000', '190355.429000', '190355.432000', '190355.436000', '190355.438000', '190355.441000', '190355.444000', '190355.446000', '190355.449000', '190355.451000', '190415.340000', '190415.342000', '190415.345000', '190415.348000', '190415.350000', '190415.353000', '190415.355000', '190415.358000', '190415.361000', '190415.363000', '190415.366000', '190415.368000', '190415.371000', '190415.373000', '190415.376000', '190415.379000', '190415.381000', '190415.384000', '190415.386000', '190415.389000', '190415.392000', '190415.394000', '190415.397000', '190415.400000', '190415.402000', '190415.405000', '190415.407000', '190415.410000', '190415.413000', '190415.415000', '190415.418000', '190415.420000', '190415.423000', '190415.426000', '190415.428000', '190415.431000', '190415.433000', '190415.436000', '190415.439000', '190415.441000', '190415.444000', '190415.446000', '190415.449000', '190415.452000', '190435.340000', '190435.342000', '190435.345000', '190435.348000', '190435.350000', '190435.353000', '190435.355000', '190435.358000', '190435.361000', '190435.363000', '190435.366000', '190435.368000', '190435.371000', '190435.374000', '190435.376000', '190435.379000', '190435.382000', '190435.384000', '190435.387000', '190435.390000', '190435.392000', '190435.395000', '190435.398000', '190435.401000', '190435.403000', '190435.406000', '190435.409000', '190435.413000', '190435.416000', '190435.419000', '190435.421000', '190435.424000', '190435.426000', '190435.429000', '190435.431000', '190435.434000', '190435.437000', '190435.439000', '190435.442000', '190435.444000', '190435.447000', '190435.450000', '190435.452000', '190455.340000', '190455.342000', '190455.345000', '190455.348000', '190455.350000', '190455.353000', '190455.356000', '190455.358000', '190455.361000', '190455.363000', '190455.366000', '190455.368000', '190455.371000', '190455.373000', '190455.376000', '190455.379000', '190455.381000', '190455.384000', '190455.386000', '190455.389000', '190455.392000', '190455.394000', '190455.397000', '190455.399000', '190455.402000', '190455.404000', '190455.407000', '190455.410000', '190455.412000', '190455.415000', '190455.417000', '190455.420000', '190455.422000', '190455.425000', '190455.428000', '190455.430000', '190455.433000', '190455.435000', '190455.438000', '190455.441000', '190455.443000', '190455.446000', '190455.448000', '190455.451000', '190515.339000', '190515.342000', '190515.345000', '190515.347000', '190515.350000', '190515.353000', '190515.355000', '190515.358000', '190515.360000', '190515.363000', '190515.365000', '190515.368000', '190515.370000', '190515.373000', '190515.376000', '190515.378000', '190515.381000', '190515.384000', '190515.386000', '190515.389000', '190515.391000', '190515.394000', '190515.396000', '190515.399000', '190515.401000', '190515.404000', '190515.407000', '190515.409000', '190515.412000', '190515.414000', '190515.417000', '190515.420000', '190515.422000', '190515.425000', '190515.427000', '190515.430000', '190515.433000', '190515.436000', '190515.439000', '190515.442000', '190515.444000', '190515.447000', '190515.450000', '190535.340000', '190535.343000', '190535.345000', '190535.348000', '190535.350000', '190535.353000', '190535.355000', '190535.358000', '190535.361000', '190535.363000', '190535.366000', '190535.368000', '190535.371000', '190535.374000', '190535.376000', '190535.379000', '190535.381000', '190535.384000', '190535.386000', '190535.389000', '190535.392000', '190535.394000', '190535.397000', '190535.399000', '190535.402000', '190535.404000', '190535.407000', '190535.410000', '190535.412000', '190535.415000', '190535.417000', '190535.420000', '190535.422000', '190535.425000', '190535.428000', '190535.430000', '190535.433000', '190535.435000', '190535.438000', '190535.441000', '190535.443000', '190535.446000', '190535.449000', '190535.451000', '190555.340000', '190555.342000', '190555.345000', '190555.348000', '190555.350000', '190555.353000', '190555.355000', '190555.358000', '190555.360000', '190555.363000', '190555.366000', '190555.368000', '190555.371000', '190555.373000', '190555.376000', '190555.379000', '190555.381000', '190555.384000', '190555.386000', '190555.389000', '190555.392000', '190555.421000', '190555.423000', '190555.426000', '190555.429000', '190555.431000', '190555.434000', '190555.438000', '190555.440000', '190555.443000', '190555.446000', '190555.448000', '190555.451000', '190555.453000', '190555.456000', '190555.459000', '190555.461000', '190555.464000', '190555.466000', '190555.469000', '190555.471000', '190555.474000', '190555.477000', '190608.787000', '190608.790000', '190608.792000', '190608.795000', '190608.797000', '190608.849000', '190608.852000', '190608.855000', '190608.857000', '190608.860000', '190608.862000', '190608.865000', '190608.868000', '190608.870000', '190608.873000', '190608.876000', '190608.878000', '190608.881000', '190608.884000', '190608.886000', '190608.889000', '190608.891000', '190608.894000', '190608.897000', '190608.899000', '190608.902000', '190608.905000', '190608.907000', '190608.910000', '190608.913000'], 'InstanceCreationTime': ['185915.368000', '185915.371000', '185915.374000', '185915.377000', '185915.379000', '185915.382000', '185915.385000', '185915.387000', '185915.390000', '185915.392000', '185915.395000', '185915.397000', '185915.400000', '185915.402000', '185915.405000', '185915.407000', '185915.410000', '185915.412000', '185915.415000', '185915.425000', '185915.427000', '185915.430000', '185915.433000', '185915.435000', '185915.438000', '185915.440000', '185915.443000', '185935.340000', '185935.350000', '185935.352000', '185935.355000', '185935.357000', '185935.360000', '185935.362000', '185935.365000', '185935.367000', '185935.370000', '185935.373000', '185935.375000', '185935.378000', '185935.380000', '185935.383000', '185935.385000', '185935.388000', '185935.390000', '185935.393000', '185935.395000', '185935.398000', '185935.400000', '185935.403000', '185935.406000', '185935.408000', '185935.411000', '185935.413000', '185935.416000', '185935.419000', '185935.426000', '185935.429000', '185935.432000', '185935.434000', '185935.437000', '185935.439000', '185935.442000', '185935.444000', '185935.447000', '185935.450000', '185935.452000', '185935.455000', '185935.457000', '185935.460000', '185955.340000', '185955.342000', '185955.345000', '185955.348000', '185955.350000', '185955.353000', '185955.355000', '185955.358000', '185955.360000', '185955.363000', '185955.365000', '185955.368000', '185955.370000', '185955.373000', '185955.376000', '185955.378000', '185955.381000', '185955.383000', '185955.386000', '185955.389000', '185955.391000', '185955.394000', '185955.396000', '185955.399000', '185955.401000', '185955.404000', '185955.406000', '185955.409000', '185955.411000', '185955.414000', '185955.417000', '185955.419000', '185955.422000', '185955.424000', '185955.427000', '185955.429000', '185955.432000', '185955.434000', '185955.437000', '185955.440000', '185955.442000', '185955.445000', '185955.469000', '185955.472000', '190015.339000', '190015.342000', '190015.345000', '190015.347000', '190015.350000', '190015.352000', '190015.355000', '190015.358000', '190015.360000', '190015.363000', '190015.365000', '190015.368000', '190015.370000', '190015.373000', '190015.376000', '190015.378000', '190015.381000', '190015.383000', '190015.386000', '190015.388000', '190015.391000', '190015.394000', '190015.396000', '190015.399000', '190015.401000', '190015.404000', '190015.406000', '190015.409000', '190015.412000', '190015.414000', '190015.417000', '190015.419000', '190015.422000', '190015.424000', '190015.427000', '190015.430000', '190015.432000', '190015.435000', '190015.437000', '190015.440000', '190015.443000', '190015.445000', '190015.448000', '190035.339000', '190035.342000', '190035.345000', '190035.347000', '190035.350000', '190035.353000', '190035.355000', '190035.358000', '190035.360000', '190035.363000', '190035.365000', '190035.368000', '190035.371000', '190035.373000', '190035.376000', '190035.378000', '190035.381000', '190035.384000', '190035.386000', '190035.389000', '190035.391000', '190035.394000', '190035.396000', '190035.399000', '190035.401000', '190035.404000', '190035.407000', '190035.409000', '190035.412000', '190035.414000', '190035.417000', '190035.419000', '190035.422000', '190035.425000', '190035.427000', '190035.430000', '190035.432000', '190035.435000', '190035.437000', '190035.440000', '190035.443000', '190035.445000', '190035.448000', '190035.450000', '190055.339000', '190055.342000', '190055.345000', '190055.347000', '190055.350000', '190055.353000', '190055.355000', '190055.358000', '190055.360000', '190055.363000', '190055.365000', '190055.368000', '190055.371000', '190055.373000', '190055.376000', '190055.378000', '190055.381000', '190055.383000', '190055.386000', '190055.389000', '190055.391000', '190055.394000', '190055.396000', '190055.399000', '190055.401000', '190055.404000', '190055.407000', '190055.409000', '190055.412000', '190055.414000', '190055.417000', '190055.419000', '190055.422000', '190055.425000', '190055.427000', '190055.430000', '190055.432000', '190055.435000', '190055.437000', '190055.440000', '190055.443000', '190055.445000', '190055.448000', '190115.340000', '190115.342000', '190115.345000', '190115.348000', '190115.350000', '190115.353000', '190115.357000', '190115.359000', '190115.362000', '190115.364000', '190115.367000', '190115.370000', '190115.372000', '190115.375000', '190115.377000', '190115.380000', '190115.382000', '190115.385000', '190115.388000', '190115.390000', '190115.393000', '190115.395000', '190115.398000', '190115.400000', '190115.403000', '190115.406000', '190115.409000', '190115.412000', '190115.414000', '190115.417000', '190115.419000', '190115.422000', '190115.425000', '190115.427000', '190115.430000', '190115.432000', '190115.435000', '190115.438000', '190115.440000', '190115.443000', '190115.446000', '190115.448000', '190115.451000', '190115.453000', '190135.339000', '190135.342000', '190135.345000', '190135.347000', '190135.350000', '190135.353000', '190135.355000', '190135.358000', '190135.360000', '190135.363000', '190135.365000', '190135.368000', '190135.371000', '190135.373000', '190135.376000', '190135.378000', '190135.381000', '190135.384000', '190135.386000', '190135.389000', '190135.391000', '190135.394000', '190135.396000', '190135.399000', '190135.402000', '190135.404000', '190135.407000', '190135.409000', '190135.412000', '190135.414000', '190135.417000', '190135.420000', '190135.422000', '190135.425000', '190135.427000', '190135.430000', '190135.433000', '190135.450000', '190135.453000', '190135.455000', '190135.458000', '190135.460000', '190135.463000', '190155.340000', '190155.342000', '190155.345000', '190155.348000', '190155.350000', '190155.353000', '190155.355000', '190155.358000', '190155.361000', '190155.363000', '190155.366000', '190155.368000', '190155.371000', '190155.374000', '190155.376000', '190155.379000', '190155.381000', '190155.384000', '190155.387000', '190155.389000', '190155.392000', '190155.394000', '190155.397000', '190155.399000', '190155.402000', '190155.405000', '190155.407000', '190155.410000', '190155.412000', '190155.415000', '190155.417000', '190155.420000', '190155.422000', '190155.425000', '190155.427000', '190155.430000', '190155.433000', '190155.435000', '190155.438000', '190155.440000', '190155.443000', '190155.445000', '190155.448000', '190215.339000', '190215.342000', '190215.345000', '190215.347000', '190215.350000', '190215.353000', '190215.355000', '190215.358000', '190215.360000', '190215.363000', '190215.366000', '190215.368000', '190215.371000', '190215.373000', '190215.376000', '190215.379000', '190215.381000', '190215.384000', '190215.386000', '190215.389000', '190215.391000', '190215.394000', '190215.397000', '190215.399000', '190215.402000', '190215.404000', '190215.407000', '190215.410000', '190215.412000', '190215.415000', '190215.417000', '190215.420000', '190215.423000', '190215.425000', '190215.428000', '190215.430000', '190215.433000', '190215.436000', '190215.438000', '190215.441000', '190215.443000', '190215.446000', '190215.449000', '190215.451000', '190235.340000', '190235.343000', '190235.345000', '190235.348000', '190235.350000', '190235.353000', '190235.356000', '190235.358000', '190235.361000', '190235.363000', '190235.366000', '190235.368000', '190235.371000', '190235.374000', '190235.376000', '190235.379000', '190235.381000', '190235.384000', '190235.387000', '190235.389000', '190235.392000', '190235.396000', '190235.398000', '190235.401000', '190235.404000', '190235.406000', '190235.409000', '190235.412000', '190235.414000', '190235.417000', '190235.419000', '190235.422000', '190235.424000', '190235.427000', '190235.430000', '190235.432000', '190235.435000', '190235.437000', '190235.440000', '190235.443000', '190235.445000', '190235.448000', '190235.450000', '190255.339000', '190255.342000', '190255.345000', '190255.348000', '190255.350000', '190255.353000', '190255.355000', '190255.358000', '190255.360000', '190255.363000', '190255.366000', '190255.368000', '190255.371000', '190255.374000', '190255.376000', '190255.379000', '190255.381000', '190255.384000', '190255.387000', '190255.389000', '190255.392000', '190255.394000', '190255.397000', '190255.399000', '190255.402000', '190255.404000', '190255.407000', '190255.410000', '190255.412000', '190255.415000', '190255.417000', '190255.420000', '190255.422000', '190255.425000', '190255.428000', '190255.430000', '190255.433000', '190255.435000', '190255.438000', '190255.441000', '190255.443000', '190255.446000', '190255.448000', '190255.451000', '190315.340000', '190315.342000', '190315.345000', '190315.348000', '190315.350000', '190315.353000', '190315.356000', '190315.359000', '190315.362000', '190315.365000', '190315.367000', '190315.370000', '190315.372000', '190315.375000', '190315.377000', '190315.380000', '190315.383000', '190315.385000', '190315.388000', '190315.390000', '190315.393000', '190315.396000', '190315.398000', '190315.401000', '190315.403000', '190315.406000', '190315.408000', '190315.411000', '190315.414000', '190315.416000', '190315.419000', '190315.421000', '190315.424000', '190315.441000', '190315.444000', '190315.446000', '190315.449000', '190315.451000', '190315.454000', '190315.456000', '190315.459000', '190315.462000', '190315.464000', '190335.340000', '190335.342000', '190335.345000', '190335.348000', '190335.350000', '190335.353000', '190335.356000', '190335.358000', '190335.361000', '190335.363000', '190335.366000', '190335.369000', '190335.371000', '190335.374000', '190335.376000', '190335.379000', '190335.381000', '190335.384000', '190335.387000', '190335.389000', '190335.392000', '190335.394000', '190335.397000', '190335.400000', '190335.402000', '190335.405000', '190335.407000', '190335.410000', '190335.413000', '190335.415000', '190335.418000', '190335.420000', '190335.423000', '190335.426000', '190335.428000', '190335.431000', '190335.433000', '190335.436000', '190335.439000', '190335.441000', '190335.444000', '190335.447000', '190335.449000', '190335.452000', '190355.340000', '190355.342000', '190355.345000', '190355.348000', '190355.350000', '190355.353000', '190355.356000', '190355.358000', '190355.361000', '190355.363000', '190355.366000', '190355.369000', '190355.371000', '190355.374000', '190355.376000', '190355.379000', '190355.381000', '190355.384000', '190355.387000', '190355.390000', '190355.393000', '190355.396000', '190355.398000', '190355.401000', '190355.403000', '190355.406000', '190355.409000', '190355.411000', '190355.414000', '190355.416000', '190355.419000', '190355.422000', '190355.424000', '190355.427000', '190355.429000', '190355.432000', '190355.436000', '190355.438000', '190355.441000', '190355.444000', '190355.446000', '190355.449000', '190355.451000', '190415.340000', '190415.342000', '190415.345000', '190415.348000', '190415.350000', '190415.353000', '190415.355000', '190415.358000', '190415.361000', '190415.363000', '190415.366000', '190415.368000', '190415.371000', '190415.373000', '190415.376000', '190415.379000', '190415.381000', '190415.384000', '190415.386000', '190415.389000', '190415.392000', '190415.394000', '190415.397000', '190415.400000', '190415.402000', '190415.405000', '190415.407000', '190415.410000', '190415.413000', '190415.415000', '190415.418000', '190415.420000', '190415.423000', '190415.426000', '190415.428000', '190415.431000', '190415.433000', '190415.436000', '190415.439000', '190415.441000', '190415.444000', '190415.446000', '190415.449000', '190415.452000', '190435.340000', '190435.342000', '190435.345000', '190435.348000', '190435.350000', '190435.353000', '190435.355000', '190435.358000', '190435.361000', '190435.363000', '190435.366000', '190435.368000', '190435.371000', '190435.374000', '190435.376000', '190435.379000', '190435.382000', '190435.384000', '190435.387000', '190435.390000', '190435.392000', '190435.395000', '190435.398000', '190435.401000', '190435.403000', '190435.406000', '190435.409000', '190435.413000', '190435.416000', '190435.419000', '190435.421000', '190435.424000', '190435.426000', '190435.429000', '190435.431000', '190435.434000', '190435.437000', '190435.439000', '190435.442000', '190435.444000', '190435.447000', '190435.450000', '190435.452000', '190455.340000', '190455.342000', '190455.345000', '190455.348000', '190455.350000', '190455.353000', '190455.356000', '190455.358000', '190455.361000', '190455.363000', '190455.366000', '190455.368000', '190455.371000', '190455.373000', '190455.376000', '190455.379000', '190455.381000', '190455.384000', '190455.386000', '190455.389000', '190455.392000', '190455.394000', '190455.397000', '190455.399000', '190455.402000', '190455.404000', '190455.407000', '190455.410000', '190455.412000', '190455.415000', '190455.417000', '190455.420000', '190455.422000', '190455.425000', '190455.428000', '190455.430000', '190455.433000', '190455.435000', '190455.438000', '190455.441000', '190455.443000', '190455.446000', '190455.448000', '190455.451000', '190515.339000', '190515.342000', '190515.345000', '190515.347000', '190515.350000', '190515.353000', '190515.355000', '190515.358000', '190515.360000', '190515.363000', '190515.365000', '190515.368000', '190515.370000', '190515.373000', '190515.376000', '190515.378000', '190515.381000', '190515.384000', '190515.386000', '190515.389000', '190515.391000', '190515.394000', '190515.396000', '190515.399000', '190515.401000', '190515.404000', '190515.407000', '190515.409000', '190515.412000', '190515.414000', '190515.417000', '190515.420000', '190515.422000', '190515.425000', '190515.427000', '190515.430000', '190515.433000', '190515.436000', '190515.439000', '190515.442000', '190515.444000', '190515.447000', '190515.450000', '190535.340000', '190535.343000', '190535.345000', '190535.348000', '190535.350000', '190535.353000', '190535.355000', '190535.358000', '190535.361000', '190535.363000', '190535.366000', '190535.368000', '190535.371000', '190535.374000', '190535.376000', '190535.379000', '190535.381000', '190535.384000', '190535.386000', '190535.389000', '190535.392000', '190535.394000', '190535.397000', '190535.399000', '190535.402000', '190535.404000', '190535.407000', '190535.410000', '190535.412000', '190535.415000', '190535.417000', '190535.420000', '190535.422000', '190535.425000', '190535.428000', '190535.430000', '190535.433000', '190535.435000', '190535.438000', '190535.441000', '190535.443000', '190535.446000', '190535.449000', '190535.451000', '190555.340000', '190555.342000', '190555.345000', '190555.348000', '190555.350000', '190555.353000', '190555.355000', '190555.358000', '190555.360000', '190555.363000', '190555.366000', '190555.368000', '190555.371000', '190555.373000', '190555.376000', '190555.379000', '190555.381000', '190555.384000', '190555.386000', '190555.389000', '190555.392000', '190555.421000', '190555.423000', '190555.426000', '190555.429000', '190555.431000', '190555.434000', '190555.438000', '190555.440000', '190555.443000', '190555.446000', '190555.448000', '190555.451000', '190555.453000', '190555.456000', '190555.459000', '190555.461000', '190555.464000', '190555.466000', '190555.469000', '190555.471000', '190555.474000', '190555.477000', '190608.787000', '190608.790000', '190608.792000', '190608.795000', '190608.797000', '190608.849000', '190608.852000', '190608.855000', '190608.857000', '190608.860000', '190608.862000', '190608.865000', '190608.868000', '190608.870000', '190608.873000', '190608.876000', '190608.878000', '190608.881000', '190608.884000', '190608.886000', '190608.889000', '190608.891000', '190608.894000', '190608.897000', '190608.899000', '190608.902000', '190608.905000', '190608.907000', '190608.910000', '190608.913000'], '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': [7947, 7911, 8167, 7608, 8343, 7533, 9150, 7694, 9456, 7718, 7634, 7501, 7000, 7635, 7143, 8608, 7477, 7742, 7674, 7656, 8263, 7325, 8007, 7059, 8430, 6846, 8943, 7548, 8036, 7398, 6677, 7768, 7463, 7419, 7537, 7041, 7232, 7038, 6529, 7919, 6736, 8461, 7643, 9001, 7261, 9461, 6930, 9533, 7505, 9556, 8211, 9085, 7941, 6833, 7325, 6611, 8381, 7296, 8664, 7818, 7480, 7389, 6744, 7979, 6878, 8103, 7466, 10262, 7057, 9280, 7063, 9680, 8012, 9400, 8303, 6624, 7202, 6756, 8190, 7082, 9723, 7847, 7548, 7118, 6913, 8316, 7442, 8587, 7480, 6843, 7480, 6850, 8303, 7425, 10147, 8281, 8070, 7492, 6444, 8021, 7437, 8669, 7960, 7119, 7967, 6789, 9487, 7250, 7802, 7781, 7346, 9283, 6945, 7873, 7497, 7137, 7723, 7169, 10225, 7830, 6866, 7389, 6751, 8853, 6893, 7997, 7384, 6950, 7794, 6738, 9011, 7190, 8579, 7533, 6966, 8687, 7140, 7236, 7673, 7197, 10093, 7668, 9711, 7521, 7191, 7873, 7075, 9613, 7744, 10249, 7337, 7613, 7468, 7308, 7777, 7486, 9564, 7426, 10147, 8016, 8788, 8047, 6927, 7667, 7257, 8345, 7651, 9589, 7555, 6962, 7343, 7311, 7984, 7290, 9190, 7316, 9738, 7310, 7494, 7460, 6925, 8067, 7858, 8673, 7580, 6853, 7882, 7345, 8545, 7656, 9827, 8055, 8337, 7719, 7276, 7673, 7317, 7685, 7475, 7576, 7163, 6423, 8375, 6893, 7292, 8047, 7339, 9086, 7411, 7496, 7292, 7525, 7569, 7241, 8008, 6919, 8458, 7529, 8978, 7600, 8314, 7420, 6796, 7330, 7109, 7664, 7203, 8356, 7407, 9312, 7129, 9050, 7282, 8856, 7367, 8634, 7461, 9065, 7725, 8515, 7534, 7483, 7439, 7621, 7518, 7476, 7311, 7125, 7591, 7269, 7659, 7256, 9321, 7666, 10231, 7684, 9551, 7612, 9063, 7951, 8496, 7486, 7070, 7425, 7146, 8061, 7081, 8688, 7365, 9345, 7309, 8256, 7312, 8793, 7844, 10523, 8105, 7262, 7220, 7180, 7473, 7325, 8034, 7521, 9662, 7193, 9330, 7477, 8080, 7902, 8402, 7793, 8167, 7249, 7539, 7714, 8999, 7982, 8664, 7785, 7543, 7407, 8233, 7920, 8329, 7720, 7767, 7215, 6832, 7587, 6986, 8033, 7040, 7970, 6913, 7893, 7101, 7614, 6832, 7596, 7461, 7706, 6809, 7424, 7145, 7625, 7351, 7954, 6762, 8023, 7000, 8134, 6807, 7997, 7373, 7986, 7007, 7869, 7104, 7272, 7449, 7709, 7865, 7108, 8262, 7165, 9249, 7656, 10574, 8694, 9871, 7527, 8811, 7598, 9415, 7940, 9166, 7292, 7339, 7294, 7284, 8143, 7415, 10178, 7694, 8548, 7889, 8181, 7840, 8095, 7762, 7721, 7736, 7318, 7877, 7372, 9148, 7408, 9675, 7793, 7987, 8004, 7846, 7570, 8098, 7622, 7415, 7394, 7152, 7602, 7093, 7931, 7354, 9438, 7272, 9125, 7866, 8331, 7991, 7513, 7627, 7244, 7849, 6845, 7807, 7484, 7304, 9334, 7296, 6817, 7413, 6864, 9090, 7500, 9662, 8079, 7162, 7179, 7185, 7153, 7637, 7404, 9473, 7830, 7127, 7378, 7284, 8884, 7630, 9381, 7520, 8124, 7866, 6972, 7967, 7669, 7933, 7357, 7868, 7363, 8258, 7243, 8464, 7352, 8803, 7621, 9204, 7546, 9506, 7886, 9004, 8197, 9579, 8106, 8231, 8153, 7757, 8088, 7782, 7746, 7881, 7890, 7323, 7952, 7457, 8153, 7367, 8548, 7561, 9236, 7419, 8997, 7546, 8975, 7710, 9247, 7846, 8005, 7936, 7472, 8032, 7806, 7792, 7540, 7862, 6981, 7704, 6890, 7906, 7280, 7930, 7121, 7798, 7164, 8283, 7543, 8251, 7048, 8165, 7017, 7987, 7303, 8265, 7600, 8769, 7450, 8241, 7395, 6709, 7620, 6705, 8345, 7480, 8520, 6985, 8937, 7391, 9252, 7794, 10688, 7572, 9255, 7716, 9128, 7829, 7608, 7945, 6715, 7985, 6972, 8083, 7349, 8523, 7674, 9259, 7260, 9420, 7571, 8572, 7728, 8572, 7591, 9029, 7112, 8636, 7002, 8766, 7512, 9240, 7667, 9386, 7532, 9352, 7859, 7764, 7843, 7123, 7643, 6963, 7507, 7128, 7718, 7439, 9001, 6925, 8826, 7209, 7795, 7684, 6711, 7772, 6876, 7957, 7193, 8215, 7639, 6735, 8102, 7539, 7000, 7877, 7500, 9452, 8381, 7479, 7966, 7439, 9273, 7962, 8407, 8050, 7334, 7994, 7186, 8988, 7751, 7071, 7576, 7239, 7633, 7428, 8065, 7637, 8410, 7512, 9553, 8044, 7746, 7997, 7489, 8063, 7644, 8031, 7252, 8055, 7215, 8022, 7131, 8677, 7414, 9176, 7817, 9395, 7441, 9538, 7709, 9309, 8146, 8580, 7860, 8080, 7975, 7920, 7850, 7967, 7703, 7321, 7657, 7285, 7832, 7347, 7957, 7497, 8356, 7455, 8629, 7229, 8636, 7317, 8657, 7630, 9125, 7230, 8722, 7584, 8714, 7486, 8805, 7958, 7580, 7393, 6933, 7708, 7111, 7853, 7358, 8030, 7447, 7894, 7457, 7943, 7460, 7716, 7410, 7741, 7620, 8115, 7422, 8048, 7439, 8274, 7491, 9573, 7415, 8841, 7322, 8744, 7736, 9209, 7666, 8913, 7490, 8636, 7360, 8688, 7727, 8843, 7657, 8763, 7799, 7697, 8024, 7446, 7972, 7320, 7844, 7436, 8708, 7864, 8097, 7436, 7282, 7265, 7366, 7991, 7408, 8978, 7391, 6839, 7179, 6857, 7900, 7700, 7905, 10240, 7815, 7595, 8866, 7607, 7491, 7696, 7686, 9396, 7110, 7414, 7597, 7572, 9613, 7415, 7475, 8001, 7823, 7409, 7476, 7791, 7998, 7579, 10303, 8036, 7443, 7113, 7117, 7540, 7611, 7991, 7884, 8915, 7562, 9248, 7888, 9003, 8322, 8108, 7452, 7482, 7638, 7515, 7785, 7911, 8015, 7864, 8582, 7360, 7168, 7159, 7239, 8189, 7676, 9428, 7733, 7505, 7376, 7729, 8002, 7876, 9998, 8055, 8395, 7300, 7730, 7552, 7403, 7503, 7492, 7543, 7122, 8084, 7143, 8582, 7579, 9369, 7879, 8064, 7869, 7928, 8004, 8018, 8038, 7931, 7439, 7272, 7405, 7619, 7422, 7560, 7692, 7469, 7579, 7154, 8044, 7091, 8277, 7912, 9092, 7224, 8812, 7118, 8689, 7791, 8068, 7914, 7187, 7473, 7393, 7757, 7867, 8056, 7059, 7555, 7017, 7893, 7261, 8028, 7239, 8576, 7282, 8143, 7096, 8520, 7262, 9336, 7556, 7478, 7617, 7112, 8362, 8010, 8097, 7844, 7622, 7562, 7216, 8131, 7725, 9124, 8486, 7351, 7392, 7612, 7727, 7427, 9713, 8142, 9402, 7360, 7375, 7556, 7461, 9139, 7666, 8385, 7180, 7238, 7390, 7455, 7846, 7906, 9440, 7804, 8481, 8273, 7890, 7733, 7757, 7646, 7489, 9291, 7713, 7471, 7474, 7737, 8680, 7382, 8665, 7707, 8763, 7719, 7701, 7665, 7118, 7881, 7728, 8134, 7645, 7804, 7462, 7310, 7209, 7414, 7600, 7573, 8607, 7244, 7191, 7448, 7365], 'WindowCenter': [3689.0, 3683.0, 3681.0, 3669.0, 3668.0, 3669.0, 3678.0, 3669.0, 3678.0, 3668.0, 3668.0, 3657.0, 3659.0, 3670.0, 3669.0, 3682.0, 3669.0, 3671.0, 3682.0, 3668.0, 3683.0, 3674.0, 3683.0, 3673.0, 3694.0, 3675.0, 3695.0, 3685.0, 3685.0, 3685.0, 3674.0, 3698.0, 3699.0, 3700.0, 3700.0, 3688.0, 3699.0, 3690.0, 3689.0, 3699.0, 3689.0, 3711.0, 3701.0, 3710.0, 3699.0, 3706.0, 3688.0, 3708.0, 3700.0, 3721.0, 3710.0, 3707.0, 3700.0, 3686.0, 3686.0, 3688.0, 3709.0, 3700.0, 3711.0, 3712.0, 3700.0, 3701.0, 3690.0, 3698.0, 3702.0, 3699.0, 3700.0, 3720.0, 3686.0, 3707.0, 3686.0, 3708.0, 3698.0, 3709.0, 3697.0, 3685.0, 3684.0, 3685.0, 3709.0, 3698.0, 3719.0, 3709.0, 3698.0, 3685.0, 3686.0, 3712.0, 3698.0, 3709.0, 3698.0, 3686.0, 3685.0, 3685.0, 3698.0, 3698.0, 3717.0, 3708.0, 3698.0, 3687.0, 3676.0, 3696.0, 3697.0, 3709.0, 3698.0, 3698.0, 3696.0, 3685.0, 3706.0, 3696.0, 3697.0, 3696.0, 3696.0, 3707.0, 3687.0, 3694.0, 3684.0, 3683.0, 3695.0, 3687.0, 3706.0, 3698.0, 3673.0, 3683.0, 3674.0, 3706.0, 3687.0, 3695.0, 3698.0, 3687.0, 3698.0, 3687.0, 3706.0, 3687.0, 3708.0, 3697.0, 3687.0, 3696.0, 3688.0, 3686.0, 3695.0, 3688.0, 3706.0, 3697.0, 3704.0, 3684.0, 3684.0, 3696.0, 3686.0, 3705.0, 3684.0, 3704.0, 3682.0, 3682.0, 3684.0, 3684.0, 3685.0, 3683.0, 3703.0, 3684.0, 3716.0, 3694.0, 3695.0, 3694.0, 3681.0, 3682.0, 3683.0, 3707.0, 3695.0, 3706.0, 3695.0, 3685.0, 3684.0, 3683.0, 3695.0, 3684.0, 3706.0, 3683.0, 3705.0, 3684.0, 3683.0, 3684.0, 3684.0, 3694.0, 3697.0, 3694.0, 3695.0, 3674.0, 3695.0, 3684.0, 3706.0, 3695.0, 3706.0, 3694.0, 3693.0, 3682.0, 3683.0, 3683.0, 3682.0, 3695.0, 3685.0, 3684.0, 3683.0, 3676.0, 3707.0, 3686.0, 3695.0, 3697.0, 3687.0, 3694.0, 3684.0, 3683.0, 3684.0, 3684.0, 3683.0, 3683.0, 3683.0, 3672.0, 3681.0, 3681.0, 3691.0, 3684.0, 3694.0, 3682.0, 3671.0, 3684.0, 3671.0, 3682.0, 3683.0, 3694.0, 3682.0, 3692.0, 3674.0, 3692.0, 3682.0, 3691.0, 3671.0, 3694.0, 3682.0, 3691.0, 3682.0, 3680.0, 3680.0, 3668.0, 3682.0, 3684.0, 3684.0, 3683.0, 3686.0, 3683.0, 3681.0, 3681.0, 3682.0, 3685.0, 3705.0, 3682.0, 3706.0, 3683.0, 3691.0, 3681.0, 3692.0, 3693.0, 3693.0, 3684.0, 3671.0, 3680.0, 3671.0, 3694.0, 3685.0, 3694.0, 3685.0, 3706.0, 3684.0, 3696.0, 3685.0, 3705.0, 3695.0, 3704.0, 3693.0, 3682.0, 3682.0, 3670.0, 3682.0, 3683.0, 3681.0, 3682.0, 3703.0, 3672.0, 3693.0, 3682.0, 3682.0, 3693.0, 3691.0, 3683.0, 3692.0, 3680.0, 3684.0, 3684.0, 3692.0, 3683.0, 3695.0, 3684.0, 3682.0, 3681.0, 3682.0, 3683.0, 3692.0, 3683.0, 3681.0, 3682.0, 3671.0, 3681.0, 3683.0, 3694.0, 3683.0, 3695.0, 3685.0, 3683.0, 3672.0, 3682.0, 3673.0, 3682.0, 3684.0, 3682.0, 3672.0, 3683.0, 3684.0, 3693.0, 3682.0, 3695.0, 3674.0, 3685.0, 3682.0, 3683.0, 3673.0, 3695.0, 3686.0, 3696.0, 3684.0, 3694.0, 3683.0, 3695.0, 3696.0, 3695.0, 3707.0, 3689.0, 3707.0, 3685.0, 3707.0, 3697.0, 3719.0, 3707.0, 3705.0, 3686.0, 3694.0, 3683.0, 3694.0, 3683.0, 3693.0, 3669.0, 3670.0, 3668.0, 3683.0, 3682.0, 3682.0, 3705.0, 3681.0, 3691.0, 3683.0, 3695.0, 3696.0, 3681.0, 3682.0, 3684.0, 3682.0, 3683.0, 3683.0, 3683.0, 3704.0, 3682.0, 3706.0, 3684.0, 3681.0, 3681.0, 3694.0, 3685.0, 3696.0, 3686.0, 3685.0, 3683.0, 3685.0, 3683.0, 3685.0, 3697.0, 3696.0, 3707.0, 3684.0, 3707.0, 3699.0, 3707.0, 3696.0, 3698.0, 3697.0, 3696.0, 3696.0, 3685.0, 3710.0, 3713.0, 3741.0, 3735.0, 3700.0, 3685.0, 3699.0, 3687.0, 3706.0, 3686.0, 3707.0, 3696.0, 3687.0, 3686.0, 3685.0, 3684.0, 3695.0, 3685.0, 3719.0, 3696.0, 3684.0, 3683.0, 3685.0, 3706.0, 3684.0, 3695.0, 3682.0, 3683.0, 3684.0, 3674.0, 3696.0, 3687.0, 3686.0, 3683.0, 3684.0, 3672.0, 3682.0, 3683.0, 3695.0, 3687.0, 3695.0, 3685.0, 3696.0, 3686.0, 3705.0, 3697.0, 3708.0, 3698.0, 3707.0, 3696.0, 3682.0, 3684.0, 3682.0, 3696.0, 3684.0, 3683.0, 3683.0, 3684.0, 3672.0, 3682.0, 3674.0, 3695.0, 3686.0, 3694.0, 3684.0, 3695.0, 3684.0, 3694.0, 3684.0, 3708.0, 3685.0, 3705.0, 3696.0, 3683.0, 3684.0, 3683.0, 3697.0, 3697.0, 3697.0, 3697.0, 3696.0, 3684.0, 3695.0, 3688.0, 3697.0, 3686.0, 3697.0, 3685.0, 3696.0, 3686.0, 3698.0, 3696.0, 3696.0, 3685.0, 3697.0, 3674.0, 3683.0, 3685.0, 3695.0, 3686.0, 3695.0, 3697.0, 3695.0, 3685.0, 3689.0, 3698.0, 3689.0, 3710.0, 3698.0, 3707.0, 3686.0, 3707.0, 3698.0, 3708.0, 3696.0, 3716.0, 3696.0, 3705.0, 3685.0, 3707.0, 3696.0, 3684.0, 3697.0, 3674.0, 3697.0, 3684.0, 3696.0, 3699.0, 3706.0, 3698.0, 3707.0, 3698.0, 3706.0, 3697.0, 3708.0, 3696.0, 3695.0, 3685.0, 3694.0, 3673.0, 3694.0, 3688.0, 3695.0, 3685.0, 3706.0, 3696.0, 3706.0, 3697.0, 3718.0, 3696.0, 3696.0, 3709.0, 3687.0, 3697.0, 3685.0, 3699.0, 3698.0, 3699.0, 3697.0, 3707.0, 3686.0, 3695.0, 3698.0, 3711.0, 3713.0, 3701.0, 3696.0, 3672.0, 3682.0, 3684.0, 3709.0, 3698.0, 3686.0, 3697.0, 3698.0, 3697.0, 3708.0, 3698.0, 3709.0, 3698.0, 3684.0, 3684.0, 3683.0, 3695.0, 3696.0, 3695.0, 3683.0, 3672.0, 3682.0, 3672.0, 3692.0, 3685.0, 3672.0, 3684.0, 3684.0, 3683.0, 3683.0, 3683.0, 3685.0, 3695.0, 3685.0, 3694.0, 3684.0, 3682.0, 3683.0, 3671.0, 3696.0, 3683.0, 3684.0, 3683.0, 3683.0, 3684.0, 3684.0, 3673.0, 3707.0, 3685.0, 3705.0, 3696.0, 3705.0, 3684.0, 3705.0, 3697.0, 3706.0, 3695.0, 3695.0, 3695.0, 3682.0, 3683.0, 3696.0, 3695.0, 3683.0, 3684.0, 3683.0, 3683.0, 3671.0, 3683.0, 3685.0, 3694.0, 3683.0, 3695.0, 3684.0, 3693.0, 3683.0, 3695.0, 3697.0, 3695.0, 3683.0, 3705.0, 3684.0, 3694.0, 3683.0, 3696.0, 3686.0, 3694.0, 3695.0, 3683.0, 3683.0, 3672.0, 3683.0, 3685.0, 3696.0, 3685.0, 3695.0, 3685.0, 3695.0, 3685.0, 3694.0, 3686.0, 3685.0, 3684.0, 3696.0, 3683.0, 3683.0, 3684.0, 3695.0, 3685.0, 3693.0, 3687.0, 3705.0, 3684.0, 3706.0, 3698.0, 3706.0, 3696.0, 3707.0, 3697.0, 3708.0, 3696.0, 3709.0, 3696.0, 3695.0, 3698.0, 3706.0, 3696.0, 3695.0, 3697.0, 3696.0, 3695.0, 3686.0, 3695.0, 3684.0, 3696.0, 3697.0, 3695.0, 3698.0, 3696.0, 3699.0, 3685.0, 3684.0, 3696.0, 3711.0, 3699.0, 3719.0, 3698.0, 3700.0, 3697.0, 3688.0, 3708.0, 3698.0, 3710.0, 3720.0, 3686.0, 3685.0, 3707.0, 3699.0, 3696.0, 3699.0, 3697.0, 3693.0, 3673.0, 3684.0, 3685.0, 3696.0, 3704.0, 3684.0, 3697.0, 3683.0, 3684.0, 3672.0, 3683.0, 3683.0, 3684.0, 3684.0, 3703.0, 3684.0, 3671.0, 3671.0, 3671.0, 3683.0, 3683.0, 3684.0, 3684.0, 3692.0, 3681.0, 3691.0, 3683.0, 3694.0, 3683.0, 3684.0, 3671.0, 3670.0, 3670.0, 3670.0, 3681.0, 3695.0, 3682.0, 3695.0, 3681.0, 3683.0, 3673.0, 3683.0, 3685.0, 3694.0, 3697.0, 3705.0, 3684.0, 3684.0, 3684.0, 3696.0, 3695.0, 3695.0, 3707.0, 3695.0, 3694.0, 3683.0, 3683.0, 3685.0, 3684.0, 3685.0, 3684.0, 3683.0, 3684.0, 3694.0, 3684.0, 3695.0, 3696.0, 3706.0, 3695.0, 3684.0, 3696.0, 3694.0, 3695.0, 3683.0, 3684.0, 3683.0, 3682.0, 3673.0, 3682.0, 3684.0, 3684.0, 3684.0, 3695.0, 3683.0, 3685.0, 3676.0, 3683.0, 3685.0, 3696.0, 3695.0, 3706.0, 3685.0, 3694.0, 3684.0, 3695.0, 3696.0, 3695.0, 3697.0, 3684.0, 3686.0, 3685.0, 3697.0, 3694.0, 3696.0, 3685.0, 3695.0, 3685.0, 3694.0, 3696.0, 3695.0, 3686.0, 3707.0, 3684.0, 3683.0, 3685.0, 3693.0, 3697.0, 3709.0, 3711.0, 3697.0, 3696.0, 3684.0, 3695.0, 3708.0, 3696.0, 3709.0, 3697.0, 3696.0, 3685.0, 3696.0, 3696.0, 3706.0, 3708.0, 3685.0, 3684.0, 3683.0, 3695.0, 3697.0, 3705.0, 3697.0, 3704.0, 3683.0, 3682.0, 3683.0, 3684.0, 3704.0, 3697.0, 3694.0, 3684.0, 3685.0, 3684.0, 3684.0, 3695.0, 3695.0, 3704.0, 3682.0, 3693.0, 3695.0, 3684.0, 3683.0, 3682.0, 3683.0, 3683.0, 3692.0, 3683.0, 3683.0, 3685.0, 3695.0, 3695.0, 3684.0, 3693.0, 3695.0, 3706.0, 3696.0, 3696.0, 3694.0, 3683.0, 3694.0, 3695.0, 3695.0, 3695.0, 3696.0, 3684.0, 3684.0, 3682.0, 3686.0, 3697.0, 3695.0, 3694.0, 3684.0, 3684.0, 3684.0, 3696.0], 'WindowWidth': [8341.0, 8322.0, 8316.0, 8296.0, 8294.0, 8295.0, 8307.0, 8294.0, 8306.0, 8293.0, 8293.0, 8278.0, 8283.0, 8299.0, 8296.0, 8315.0, 8298.0, 8302.0, 8316.0, 8293.0, 8319.0, 8310.0, 8322.0, 8309.0, 8340.0, 8316.0, 8343.0, 8329.0, 8327.0, 8328.0, 8313.0, 8349.0, 8355.0, 8356.0, 8355.0, 8337.0, 8352.0, 8342.0, 8339.0, 8353.0, 8340.0, 8372.0, 8359.0, 8371.0, 8352.0, 8360.0, 8337.0, 8364.0, 8354.0, 8388.0, 8373.0, 8363.0, 8356.0, 8333.0, 8333.0, 8338.0, 8369.0, 8359.0, 8372.0, 8377.0, 8356.0, 8357.0, 8342.0, 8351.0, 8364.0, 8356.0, 8358.0, 8383.0, 8333.0, 8363.0, 8334.0, 8366.0, 8352.0, 8366.0, 8348.0, 8329.0, 8328.0, 8331.0, 8369.0, 8352.0, 8381.0, 8369.0, 8351.0, 8331.0, 8334.0, 8374.0, 8353.0, 8366.0, 8353.0, 8332.0, 8331.0, 8332.0, 8352.0, 8353.0, 8377.0, 8365.0, 8352.0, 8333.0, 8319.0, 8345.0, 8349.0, 8368.0, 8353.0, 8353.0, 8348.0, 8331.0, 8359.0, 8347.0, 8350.0, 8346.0, 8347.0, 8363.0, 8333.0, 8340.0, 8326.0, 8325.0, 8343.0, 8336.0, 8359.0, 8350.0, 8311.0, 8323.0, 8314.0, 8357.0, 8335.0, 8346.0, 8351.0, 8338.0, 8352.0, 8337.0, 8360.0, 8337.0, 8366.0, 8352.0, 8337.0, 8346.0, 8336.0, 8331.0, 8343.0, 8338.0, 8359.0, 8347.0, 8354.0, 8327.0, 8328.0, 8344.0, 8334.0, 8357.0, 8328.0, 8353.0, 8321.0, 8320.0, 8324.0, 8328.0, 8329.0, 8325.0, 8352.0, 8327.0, 8374.0, 8342.0, 8343.0, 8342.0, 8320.0, 8321.0, 8325.0, 8365.0, 8344.0, 8362.0, 8342.0, 8328.0, 8327.0, 8323.0, 8342.0, 8326.0, 8357.0, 8325.0, 8357.0, 8326.0, 8324.0, 8327.0, 8330.0, 8342.0, 8351.0, 8342.0, 8343.0, 8313.0, 8341.0, 8329.0, 8359.0, 8343.0, 8360.0, 8341.0, 8337.0, 8322.0, 8324.0, 8323.0, 8320.0, 8345.0, 8330.0, 8327.0, 8324.0, 8316.0, 8365.0, 8335.0, 8346.0, 8350.0, 8334.0, 8341.0, 8326.0, 8324.0, 8326.0, 8327.0, 8325.0, 8325.0, 8322.0, 8306.0, 8317.0, 8318.0, 8334.0, 8326.0, 8337.0, 8323.0, 8305.0, 8324.0, 8305.0, 8320.0, 8326.0, 8342.0, 8324.0, 8337.0, 8312.0, 8334.0, 8321.0, 8332.0, 8306.0, 8338.0, 8321.0, 8330.0, 8321.0, 8315.0, 8316.0, 8299.0, 8322.0, 8327.0, 8328.0, 8324.0, 8334.0, 8323.0, 8320.0, 8321.0, 8322.0, 8330.0, 8356.0, 8324.0, 8357.0, 8323.0, 8331.0, 8318.0, 8335.0, 8338.0, 8337.0, 8324.0, 8304.0, 8318.0, 8307.0, 8340.0, 8332.0, 8342.0, 8330.0, 8360.0, 8329.0, 8344.0, 8330.0, 8359.0, 8344.0, 8354.0, 8339.0, 8322.0, 8322.0, 8303.0, 8322.0, 8326.0, 8320.0, 8322.0, 8351.0, 8308.0, 8335.0, 8320.0, 8321.0, 8338.0, 8333.0, 8327.0, 8335.0, 8317.0, 8324.0, 8325.0, 8336.0, 8325.0, 8341.0, 8325.0, 8319.0, 8319.0, 8319.0, 8325.0, 8336.0, 8324.0, 8321.0, 8322.0, 8306.0, 8319.0, 8325.0, 8340.0, 8326.0, 8345.0, 8329.0, 8324.0, 8307.0, 8323.0, 8314.0, 8323.0, 8326.0, 8324.0, 8309.0, 8325.0, 8328.0, 8339.0, 8323.0, 8344.0, 8314.0, 8327.0, 8322.0, 8323.0, 8312.0, 8344.0, 8332.0, 8347.0, 8326.0, 8341.0, 8328.0, 8346.0, 8348.0, 8346.0, 8364.0, 8340.0, 8364.0, 8333.0, 8364.0, 8350.0, 8379.0, 8363.0, 8358.0, 8331.0, 8339.0, 8324.0, 8339.0, 8324.0, 8337.0, 8301.0, 8303.0, 8299.0, 8322.0, 8321.0, 8321.0, 8355.0, 8320.0, 8332.0, 8322.0, 8340.0, 8344.0, 8318.0, 8322.0, 8323.0, 8321.0, 8322.0, 8322.0, 8326.0, 8355.0, 8323.0, 8357.0, 8325.0, 8319.0, 8321.0, 8339.0, 8330.0, 8343.0, 8332.0, 8328.0, 8325.0, 8329.0, 8325.0, 8333.0, 8350.0, 8348.0, 8364.0, 8330.0, 8363.0, 8355.0, 8362.0, 8346.0, 8351.0, 8348.0, 8346.0, 8344.0, 8330.0, 8374.0, 8383.0, 8436.0, 8415.0, 8358.0, 8330.0, 8355.0, 8335.0, 8358.0, 8332.0, 8360.0, 8347.0, 8333.0, 8331.0, 8330.0, 8326.0, 8345.0, 8330.0, 8381.0, 8347.0, 8327.0, 8324.0, 8329.0, 8359.0, 8323.0, 8340.0, 8320.0, 8320.0, 8322.0, 8310.0, 8345.0, 8334.0, 8329.0, 8323.0, 8322.0, 8305.0, 8320.0, 8322.0, 8344.0, 8333.0, 8341.0, 8330.0, 8343.0, 8330.0, 8354.0, 8347.0, 8364.0, 8349.0, 8358.0, 8343.0, 8320.0, 8324.0, 8319.0, 8343.0, 8326.0, 8323.0, 8321.0, 8323.0, 8305.0, 8320.0, 8310.0, 8343.0, 8331.0, 8339.0, 8327.0, 8341.0, 8325.0, 8337.0, 8326.0, 8362.0, 8329.0, 8354.0, 8344.0, 8322.0, 8325.0, 8324.0, 8347.0, 8347.0, 8347.0, 8345.0, 8343.0, 8326.0, 8343.0, 8339.0, 8350.0, 8331.0, 8349.0, 8330.0, 8345.0, 8330.0, 8352.0, 8346.0, 8344.0, 8330.0, 8345.0, 8311.0, 8322.0, 8328.0, 8343.0, 8331.0, 8341.0, 8350.0, 8342.0, 8330.0, 8337.0, 8351.0, 8343.0, 8369.0, 8351.0, 8362.0, 8331.0, 8361.0, 8352.0, 8365.0, 8347.0, 8373.0, 8346.0, 8355.0, 8328.0, 8363.0, 8346.0, 8327.0, 8348.0, 8312.0, 8344.0, 8327.0, 8347.0, 8353.0, 8360.0, 8353.0, 8361.0, 8349.0, 8358.0, 8349.0, 8365.0, 8346.0, 8343.0, 8329.0, 8339.0, 8311.0, 8340.0, 8338.0, 8343.0, 8330.0, 8360.0, 8345.0, 8358.0, 8347.0, 8379.0, 8349.0, 8347.0, 8368.0, 8333.0, 8348.0, 8328.0, 8353.0, 8354.0, 8353.0, 8350.0, 8362.0, 8333.0, 8342.0, 8352.0, 8377.0, 8382.0, 8366.0, 8348.0, 8308.0, 8320.0, 8329.0, 8368.0, 8354.0, 8332.0, 8350.0, 8355.0, 8352.0, 8365.0, 8352.0, 8367.0, 8352.0, 8326.0, 8324.0, 8323.0, 8342.0, 8345.0, 8342.0, 8324.0, 8306.0, 8319.0, 8306.0, 8332.0, 8328.0, 8308.0, 8326.0, 8325.0, 8322.0, 8321.0, 8322.0, 8329.0, 8344.0, 8329.0, 8339.0, 8325.0, 8318.0, 8322.0, 8305.0, 8344.0, 8325.0, 8325.0, 8322.0, 8324.0, 8323.0, 8324.0, 8310.0, 8361.0, 8329.0, 8355.0, 8346.0, 8355.0, 8326.0, 8354.0, 8348.0, 8359.0, 8343.0, 8342.0, 8340.0, 8320.0, 8323.0, 8344.0, 8344.0, 8325.0, 8325.0, 8323.0, 8323.0, 8305.0, 8322.0, 8330.0, 8340.0, 8325.0, 8344.0, 8326.0, 8337.0, 8324.0, 8343.0, 8350.0, 8342.0, 8325.0, 8357.0, 8328.0, 8339.0, 8325.0, 8344.0, 8333.0, 8340.0, 8341.0, 8324.0, 8324.0, 8308.0, 8323.0, 8327.0, 8346.0, 8329.0, 8342.0, 8329.0, 8342.0, 8328.0, 8341.0, 8333.0, 8329.0, 8325.0, 8345.0, 8323.0, 8324.0, 8325.0, 8343.0, 8330.0, 8338.0, 8335.0, 8356.0, 8328.0, 8358.0, 8352.0, 8360.0, 8347.0, 8364.0, 8348.0, 8362.0, 8348.0, 8368.0, 8348.0, 8344.0, 8352.0, 8359.0, 8347.0, 8344.0, 8351.0, 8346.0, 8344.0, 8332.0, 8343.0, 8326.0, 8346.0, 8350.0, 8344.0, 8350.0, 8347.0, 8356.0, 8329.0, 8327.0, 8348.0, 8377.0, 8357.0, 8385.0, 8354.0, 8360.0, 8350.0, 8338.0, 8370.0, 8354.0, 8372.0, 8382.0, 8331.0, 8328.0, 8361.0, 8356.0, 8348.0, 8353.0, 8347.0, 8336.0, 8308.0, 8324.0, 8329.0, 8346.0, 8353.0, 8327.0, 8350.0, 8324.0, 8324.0, 8305.0, 8323.0, 8321.0, 8325.0, 8326.0, 8350.0, 8325.0, 8304.0, 8304.0, 8302.0, 8321.0, 8323.0, 8325.0, 8323.0, 8332.0, 8317.0, 8330.0, 8322.0, 8339.0, 8322.0, 8323.0, 8303.0, 8299.0, 8299.0, 8299.0, 8318.0, 8342.0, 8321.0, 8342.0, 8318.0, 8322.0, 8309.0, 8324.0, 8329.0, 8340.0, 8347.0, 8356.0, 8326.0, 8325.0, 8325.0, 8345.0, 8344.0, 8343.0, 8361.0, 8341.0, 8338.0, 8324.0, 8321.0, 8328.0, 8328.0, 8328.0, 8327.0, 8324.0, 8325.0, 8338.0, 8327.0, 8344.0, 8344.0, 8358.0, 8344.0, 8325.0, 8346.0, 8340.0, 8343.0, 8323.0, 8327.0, 8323.0, 8321.0, 8308.0, 8321.0, 8325.0, 8326.0, 8324.0, 8343.0, 8324.0, 8326.0, 8315.0, 8323.0, 8332.0, 8343.0, 8343.0, 8360.0, 8329.0, 8339.0, 8328.0, 8344.0, 8345.0, 8342.0, 8348.0, 8328.0, 8332.0, 8331.0, 8349.0, 8343.0, 8345.0, 8329.0, 8343.0, 8328.0, 8341.0, 8348.0, 8345.0, 8332.0, 8362.0, 8326.0, 8324.0, 8329.0, 8338.0, 8350.0, 8367.0, 8374.0, 8350.0, 8346.0, 8329.0, 8344.0, 8366.0, 8347.0, 8369.0, 8348.0, 8347.0, 8331.0, 8347.0, 8347.0, 8359.0, 8365.0, 8329.0, 8326.0, 8324.0, 8343.0, 8349.0, 8356.0, 8349.0, 8353.0, 8323.0, 8322.0, 8324.0, 8328.0, 8354.0, 8349.0, 8342.0, 8327.0, 8328.0, 8329.0, 8328.0, 8344.0, 8344.0, 8354.0, 8323.0, 8336.0, 8342.0, 8325.0, 8323.0, 8322.0, 8323.0, 8324.0, 8335.0, 8323.0, 8326.0, 8328.0, 8342.0, 8343.0, 8327.0, 8338.0, 8344.0, 8360.0, 8347.0, 8346.0, 8342.0, 8323.0, 8339.0, 8343.0, 8342.0, 8345.0, 8346.0, 8326.0, 8327.0, 8324.0, 8332.0, 8347.0, 8343.0, 8340.0, 8328.0, 8326.0, 8329.0, 8347.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.0005780993520518357</td></tr>
<tr><td colspan=3>aqi</td><td>0.022629180777537797</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.92920694296221</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2137690528756775</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9946776401729728</td></tr>
<tr><td colspan=3>efc</td><td>0.493</td></tr>
<tr><td colspan=3>fber</td><td>5578.3306</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08868801068864762</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.859611231101512</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.315967470092975</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2285922195934935</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.512584303731686</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2067258869537447</td></tr>
<tr><td colspan=3>gcor</td><td>0.00957239</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0058927759528160095</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02584949880838394</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>926</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2602116180511</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>23.8479</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5507</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.0948</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292474.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>697.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.8589</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2519</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>425.2274</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2893.3994</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3018.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>708.4113</td></tr>
<tr><td colspan=3>tsnr</td><td>39.466498215682805</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>