<?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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-04/func/sub-0036_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>9362a7cbeeba842878ad3272d8a4b0f3</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:49:16.785000</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.999751, 0.0197226, -0.0104033, -0.0195454, 0.999667, 0.0168717]</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.111779</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7716, -7217, 596, -20, -27, 88, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>291.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1e5e9953-aa33-4647-bada-7850ba94cb79||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.6822597980499268, -0.05243874341249466, -0.028977971524000168, 115.54832458496094], [-0.05291425809264183, 2.682032346725464, 0.044993385672569275, -90.90840911865234], [-0.02791128121316433, -0.045265667140483856, 2.699469566345215, -47.148433685302734], [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': ['194916.785000', '194917.245000', '194917.705000', '194918.165000', '194918.625000', '194919.085000', '194919.545000', '194920.005000', '194920.465000', '194920.925000', '194921.385000', '194921.845000', '194922.305000', '194922.765000', '194923.225000', '194923.685000', '194924.145000', '194924.605000', '194925.065000', '194925.525000', '194925.985000', '194926.445000', '194926.905000', '194927.365000', '194927.825000', '194928.285000', '194928.745000', '194929.205000', '194929.665000', '194930.125000', '194930.585000', '194931.045000', '194931.505000', '194931.965000', '194932.425000', '194932.885000', '194933.345000', '194933.805000', '194934.265000', '194934.725000', '194935.185000', '194935.645000', '194936.105000', '194936.565000', '194937.025000', '194937.485000', '194937.945000', '194938.405000', '194938.865000', '194939.325000', '194939.785000', '194940.245000', '194940.705000', '194941.165000', '194941.625000', '194942.085000', '194942.545000', '194943.005000', '194943.465000', '194943.925000', '194944.385000', '194944.845000', '194945.305000', '194945.765000', '194946.225000', '194946.685000', '194947.145000', '194947.605000', '194948.065000', '194948.525000', '194948.985000', '194949.445000', '194949.905000', '194950.365000', '194950.825000', '194951.285000', '194951.745000', '194952.205000', '194952.665000', '194953.125000', '194953.585000', '194954.045000', '194954.505000', '194954.965000', '194955.425000', '194955.885000', '194956.345000', '194956.805000', '194957.265000', '194957.725000', '194958.185000', '194958.645000', '194959.105000', '194959.565000', '195000.025000', '195000.485000', '195000.945000', '195001.405000', '195001.865000', '195002.325000', '195002.785000', '195003.245000', '195003.705000', '195004.165000', '195004.625000', '195005.085000', '195005.545000', '195006.005000', '195006.465000', '195006.925000', '195007.385000', '195007.845000', '195008.305000', '195008.765000', '195009.225000', '195009.685000', '195010.145000', '195010.605000', '195011.065000', '195011.525000', '195011.985000', '195012.445000', '195012.905000', '195013.365000', '195013.825000', '195014.285000', '195014.745000', '195015.205000', '195015.665000', '195016.125000', '195016.585000', '195017.045000', '195017.505000', '195017.965000', '195018.425000', '195018.885000', '195019.345000', '195019.805000', '195020.265000', '195020.725000', '195021.185000', '195021.645000', '195022.105000', '195022.565000', '195023.025000', '195023.485000', '195023.945000', '195024.405000', '195024.865000', '195025.325000', '195025.785000', '195026.245000', '195026.705000', '195027.165000', '195027.625000', '195028.085000', '195028.545000', '195029.005000', '195029.465000', '195029.925000', '195030.385000', '195030.845000', '195031.305000', '195031.765000', '195032.225000', '195032.685000', '195033.145000', '195033.605000', '195034.065000', '195034.525000', '195034.985000', '195035.445000', '195035.905000', '195036.365000', '195036.825000', '195037.285000', '195037.745000', '195038.205000', '195038.665000', '195039.125000', '195039.585000', '195040.045000', '195040.505000', '195040.965000', '195041.425000', '195041.885000', '195042.345000', '195042.805000', '195043.265000', '195043.725000', '195044.185000', '195044.645000', '195045.105000', '195045.565000', '195046.025000', '195046.485000', '195046.945000', '195047.405000', '195047.865000', '195048.325000', '195048.785000', '195049.245000', '195049.705000', '195050.165000', '195050.625000', '195051.085000', '195051.545000', '195052.005000', '195052.465000', '195052.925000', '195053.385000', '195053.845000', '195054.305000', '195054.765000', '195055.225000', '195055.685000', '195056.145000', '195056.605000', '195057.065000', '195057.525000', '195057.985000', '195058.445000', '195058.905000', '195059.365000', '195059.825000', '195100.285000', '195100.745000', '195101.205000', '195101.665000', '195102.125000', '195102.585000', '195103.045000', '195103.505000', '195103.965000', '195104.425000', '195104.885000', '195105.345000', '195105.805000', '195106.265000', '195106.725000', '195107.185000', '195107.645000', '195108.105000', '195108.565000', '195109.025000', '195109.485000', '195109.945000', '195110.405000', '195110.865000', '195111.325000', '195111.785000', '195112.245000', '195112.705000', '195113.165000', '195113.625000', '195114.085000', '195114.545000', '195115.005000', '195115.465000', '195115.925000', '195116.385000', '195116.845000', '195117.305000', '195117.765000', '195118.225000', '195118.685000', '195119.145000', '195119.605000', '195120.065000', '195120.525000', '195120.985000', '195121.445000', '195121.905000', '195122.365000', '195122.825000', '195123.285000', '195123.745000', '195124.205000', '195124.665000', '195125.125000', '195125.585000', '195126.045000', '195126.505000', '195126.965000', '195127.425000', '195127.885000', '195128.345000', '195128.805000', '195129.265000', '195129.725000', '195130.185000', '195130.645000', '195131.105000', '195131.565000', '195132.025000', '195132.485000', '195132.945000', '195133.405000', '195133.865000', '195134.325000', '195134.785000', '195135.245000', '195135.705000', '195136.165000', '195136.625000', '195137.085000', '195137.545000', '195138.005000', '195138.465000', '195138.925000', '195139.385000', '195139.845000', '195140.305000', '195140.765000', '195141.225000', '195141.685000', '195142.145000', '195142.605000', '195143.065000', '195143.525000', '195143.985000', '195144.445000', '195144.905000', '195145.365000', '195145.825000', '195146.285000', '195146.745000', '195147.205000', '195147.665000', '195148.125000', '195148.585000', '195149.045000', '195149.505000', '195149.965000', '195150.425000', '195150.885000', '195151.345000', '195151.805000', '195152.265000', '195152.725000', '195153.185000', '195153.645000', '195154.105000', '195154.565000', '195155.025000', '195155.485000', '195155.945000', '195156.405000', '195156.865000', '195157.325000', '195157.785000', '195158.245000', '195158.705000', '195159.165000', '195159.625000', '195200.085000', '195200.545000', '195201.005000', '195201.465000', '195201.925000', '195202.385000', '195202.845000', '195203.305000', '195203.765000', '195204.225000', '195204.685000', '195205.145000', '195205.605000', '195206.065000', '195206.525000', '195206.985000', '195207.445000', '195207.905000', '195208.365000', '195208.825000', '195209.285000', '195209.745000', '195210.205000', '195210.665000', '195211.125000', '195211.585000', '195212.045000', '195212.505000', '195212.965000', '195213.425000', '195213.885000', '195214.345000', '195214.805000', '195215.265000', '195215.725000', '195216.185000', '195216.645000', '195217.105000', '195217.565000', '195218.025000', '195218.485000', '195218.945000', '195219.405000', '195219.865000', '195220.325000', '195220.785000', '195221.245000', '195221.705000', '195222.165000', '195222.625000', '195223.085000', '195223.545000', '195224.005000', '195224.465000', '195224.925000', '195225.385000', '195225.845000', '195226.305000', '195226.765000', '195227.225000', '195227.685000', '195228.145000', '195228.605000', '195229.065000', '195229.525000', '195229.985000', '195230.445000', '195230.905000', '195231.365000', '195231.825000', '195232.285000', '195232.745000', '195233.205000', '195233.665000', '195234.125000', '195234.585000', '195235.045000', '195235.505000', '195235.965000', '195236.425000', '195236.885000', '195237.345000', '195237.805000', '195238.265000', '195238.725000', '195239.185000', '195239.645000', '195240.105000', '195240.565000', '195241.025000', '195241.485000', '195241.945000', '195242.405000', '195242.865000', '195243.325000', '195243.785000', '195244.245000', '195244.705000', '195245.165000', '195245.625000', '195246.085000', '195246.545000', '195247.005000', '195247.465000', '195247.925000', '195248.385000', '195248.845000', '195249.305000', '195249.765000', '195250.225000', '195250.685000', '195251.145000', '195251.605000', '195252.065000', '195252.525000', '195252.985000', '195253.445000', '195253.905000', '195254.365000', '195254.825000', '195255.285000', '195255.745000', '195256.205000', '195256.665000', '195257.125000', '195257.585000', '195258.045000', '195258.505000', '195258.965000', '195259.425000', '195259.885000', '195300.345000', '195300.805000', '195301.265000', '195301.725000', '195302.185000', '195302.645000', '195303.105000', '195303.565000', '195304.025000', '195304.485000', '195304.945000', '195305.405000', '195305.865000', '195306.325000', '195306.785000', '195307.245000', '195307.705000', '195308.165000', '195308.625000', '195309.085000', '195309.545000', '195310.005000', '195310.465000', '195310.925000', '195311.385000', '195311.845000', '195312.305000', '195312.765000', '195313.225000', '195313.685000', '195314.145000', '195314.605000', '195315.065000', '195315.525000', '195315.985000', '195316.445000', '195316.905000', '195317.365000', '195317.825000', '195318.285000', '195318.745000', '195319.205000', '195319.665000', '195320.125000', '195320.585000', '195321.045000', '195321.505000', '195321.965000', '195322.425000', '195322.885000', '195323.345000', '195323.805000', '195324.265000', '195324.725000', '195325.185000', '195325.645000', '195326.105000', '195326.565000', '195327.025000', '195327.485000', '195327.945000', '195328.405000', '195328.865000', '195329.325000', '195329.785000', '195330.245000', '195330.705000', '195331.165000', '195331.625000', '195332.085000', '195332.545000', '195333.005000', '195333.465000', '195333.925000', '195334.385000', '195334.845000', '195335.305000', '195335.765000', '195336.225000', '195336.685000', '195337.145000', '195337.605000', '195338.065000', '195338.525000', '195338.985000', '195339.445000', '195339.905000', '195340.365000', '195340.825000', '195341.285000', '195341.745000', '195342.205000', '195342.665000', '195343.125000', '195343.585000', '195344.045000', '195344.505000', '195344.965000', '195345.425000', '195345.885000', '195346.345000', '195346.805000', '195347.265000', '195347.725000', '195348.185000', '195348.645000', '195349.105000', '195349.565000', '195350.025000', '195350.485000', '195350.945000', '195351.405000', '195351.865000', '195352.325000', '195352.785000', '195353.245000', '195353.705000', '195354.165000', '195354.625000', '195355.085000', '195355.545000', '195356.005000', '195356.465000', '195356.925000', '195357.385000', '195357.845000', '195358.305000', '195358.765000', '195359.225000', '195359.685000', '195400.145000', '195400.605000', '195401.065000', '195401.525000', '195401.985000', '195402.445000', '195402.905000', '195403.365000', '195403.825000', '195404.285000', '195404.745000', '195405.205000', '195405.665000', '195406.125000', '195406.585000', '195407.045000', '195407.505000', '195407.965000', '195408.425000', '195408.885000', '195409.345000', '195409.805000', '195410.265000', '195410.725000', '195411.185000', '195411.645000', '195412.105000', '195412.565000', '195413.025000', '195413.485000', '195413.945000', '195414.405000', '195414.865000', '195415.325000', '195415.785000', '195416.245000', '195416.705000', '195417.165000', '195417.625000', '195418.085000', '195418.545000', '195419.005000', '195419.465000', '195419.925000', '195420.385000', '195420.845000', '195421.305000', '195421.765000', '195422.225000', '195422.685000', '195423.145000', '195423.605000', '195424.065000', '195424.525000', '195424.985000', '195425.445000', '195425.905000', '195426.365000', '195426.825000', '195427.285000', '195427.745000', '195428.205000', '195428.665000', '195429.125000', '195429.585000', '195430.045000', '195430.505000', '195430.965000', '195431.425000', '195431.885000', '195432.345000', '195432.805000', '195433.265000', '195433.725000', '195434.185000', '195434.645000', '195435.105000', '195435.565000', '195436.025000', '195436.485000', '195436.945000', '195437.405000', '195437.865000', '195438.325000', '195438.785000', '195439.245000', '195439.705000', '195440.165000', '195440.625000', '195441.085000', '195441.545000', '195442.005000', '195442.465000', '195442.925000', '195443.385000', '195443.845000', '195444.305000', '195444.765000', '195445.225000', '195445.685000', '195446.145000', '195446.605000', '195447.065000', '195447.525000', '195447.985000', '195448.445000', '195448.905000', '195449.365000', '195449.825000', '195450.285000', '195450.745000', '195451.205000', '195451.665000', '195452.125000', '195452.585000', '195453.045000', '195453.505000', '195453.965000', '195454.425000', '195454.885000', '195455.345000', '195455.805000', '195456.265000', '195456.725000', '195457.185000', '195457.645000', '195458.105000', '195458.565000', '195459.025000', '195459.485000', '195459.945000', '195500.405000', '195500.865000', '195501.325000', '195501.785000', '195502.245000', '195502.705000', '195503.165000', '195503.625000', '195504.085000', '195504.545000', '195505.005000', '195505.465000', '195505.925000', '195506.385000', '195506.845000', '195507.305000', '195507.765000', '195508.225000', '195508.685000', '195509.145000', '195509.605000', '195510.065000', '195510.525000', '195510.985000', '195511.445000', '195511.905000', '195512.365000', '195512.825000', '195513.285000', '195513.745000', '195514.205000', '195514.665000', '195515.125000', '195515.585000', '195516.045000', '195516.505000', '195516.965000', '195517.425000', '195517.885000', '195518.345000', '195518.805000', '195519.265000', '195519.725000', '195520.185000', '195520.645000', '195521.105000', '195521.565000', '195522.025000', '195522.485000', '195522.945000', '195523.405000', '195523.865000', '195524.325000', '195524.785000', '195525.245000', '195525.705000', '195526.165000', '195526.625000', '195527.085000', '195527.545000', '195528.005000', '195528.465000', '195528.925000', '195529.385000', '195529.845000', '195530.305000', '195530.765000', '195531.225000', '195531.685000', '195532.145000', '195532.605000', '195533.065000', '195533.525000', '195533.985000', '195534.445000', '195534.905000', '195535.365000', '195535.825000', '195536.285000', '195536.745000', '195537.205000', '195537.665000', '195538.125000', '195538.585000', '195539.045000', '195539.505000', '195539.965000', '195540.425000', '195540.885000', '195541.345000', '195541.805000', '195542.265000', '195542.725000', '195543.185000', '195543.645000', '195544.105000', '195544.565000', '195545.025000', '195545.485000', '195545.945000', '195546.405000', '195546.865000', '195547.325000', '195547.785000', '195548.245000', '195548.705000', '195549.165000', '195549.625000', '195550.085000', '195550.545000', '195551.005000', '195551.465000', '195551.925000', '195552.385000', '195552.845000', '195553.305000', '195553.765000', '195554.225000', '195554.685000', '195555.145000', '195555.605000', '195556.065000', '195556.525000', '195556.985000', '195557.445000', '195557.905000', '195558.365000', '195558.825000', '195559.285000', '195559.745000', '195600.205000', '195600.665000', '195601.125000', '195601.585000', '195602.045000', '195602.505000', '195602.965000', '195603.425000', '195603.885000', '195604.345000', '195604.805000', '195605.265000', '195605.725000', '195606.185000', '195606.645000', '195607.105000', '195607.565000', '195608.025000', '195608.485000', '195608.945000', '195609.405000', '195609.865000', '195610.325000', '195610.785000', '195611.245000', '195611.705000', '195612.165000', '195612.625000', '195613.085000', '195613.545000', '195614.005000', '195614.465000', '195614.925000', '195615.385000', '195615.845000', '195616.305000', '195616.765000', '195617.225000', '195617.685000', '195618.145000', '195618.605000', '195619.065000', '195619.525000', '195619.985000', '195620.445000', '195620.905000', '195621.365000', '195621.825000', '195622.285000'], 'ContentTime': ['194941.655000', '194941.658000', '194941.661000', '194941.664000', '194941.667000', '194941.669000', '194941.672000', '194941.675000', '194941.678000', '194941.681000', '194941.684000', '194941.687000', '194941.689000', '194941.692000', '194941.695000', '194941.698000', '194941.701000', '194941.704000', '194941.707000', '194941.709000', '194941.712000', '194941.715000', '194941.718000', '194941.720000', '194941.723000', '194941.725000', '194941.728000', '194941.731000', '194941.734000', '194941.737000', '194941.739000', '194941.742000', '194941.744000', '194941.747000', '194941.750000', '194941.753000', '194941.755000', '194941.758000', '194941.762000', '194941.765000', '194941.767000', '194941.770000', '194941.773000', '194941.781000', '194941.784000', '194941.786000', '194941.789000', '194941.792000', '194941.795000', '194941.798000', '194941.801000', '195001.611000', '195001.614000', '195001.617000', '195001.619000', '195001.622000', '195001.625000', '195001.627000', '195001.630000', '195001.632000', '195001.635000', '195001.637000', '195001.640000', '195001.643000', '195001.645000', '195001.648000', '195001.650000', '195001.653000', '195001.655000', '195001.658000', '195001.661000', '195001.663000', '195001.666000', '195001.668000', '195001.671000', '195001.674000', '195001.676000', '195001.679000', '195001.686000', '195001.688000', '195001.691000', '195001.693000', '195001.696000', '195001.698000', '195001.701000', '195001.704000', '195001.706000', '195001.709000', '195001.711000', '195001.714000', '195001.716000', '195001.719000', '195001.722000', '195001.724000', '195001.727000', '195021.612000', '195021.615000', '195021.617000', '195021.620000', '195021.622000', '195021.625000', '195021.628000', '195021.630000', '195021.633000', '195021.635000', '195021.638000', '195021.640000', '195021.643000', '195021.645000', '195021.648000', '195021.650000', '195021.653000', '195021.656000', '195021.658000', '195021.661000', '195021.663000', '195021.666000', '195021.669000', '195021.671000', '195021.674000', '195021.676000', '195021.679000', '195021.681000', '195021.684000', '195021.686000', '195021.689000', '195021.692000', '195021.694000', '195021.697000', '195021.701000', '195021.703000', '195021.706000', '195021.708000', '195021.711000', '195021.713000', '195021.716000', '195021.719000', '195021.721000', '195041.611000', '195041.614000', '195041.616000', '195041.619000', '195041.622000', '195041.624000', '195041.627000', '195041.629000', '195041.632000', '195041.634000', '195041.637000', '195041.640000', '195041.642000', '195041.645000', '195041.647000', '195041.654000', '195041.656000', '195041.659000', '195041.661000', '195041.664000', '195041.667000', '195041.669000', '195041.672000', '195041.674000', '195041.677000', '195041.680000', '195041.682000', '195041.685000', '195041.687000', '195041.690000', '195041.693000', '195041.695000', '195041.698000', '195041.701000', '195041.703000', '195041.706000', '195041.708000', '195041.711000', '195041.713000', '195041.716000', '195041.719000', '195041.721000', '195041.724000', '195041.726000', '195101.612000', '195101.615000', '195101.617000', '195101.620000', '195101.622000', '195101.625000', '195101.627000', '195101.630000', '195101.632000', '195101.635000', '195101.638000', '195101.640000', '195101.643000', '195101.645000', '195101.648000', '195101.651000', '195101.653000', '195101.656000', '195101.658000', '195101.661000', '195101.663000', '195101.666000', '195101.669000', '195101.671000', '195101.674000', '195101.676000', '195101.679000', '195101.682000', '195101.684000', '195101.705000', '195101.707000', '195101.710000', '195101.712000', '195101.715000', '195101.717000', '195101.720000', '195101.723000', '195101.725000', '195101.728000', '195101.730000', '195101.733000', '195101.735000', '195101.738000', '195121.611000', '195121.614000', '195121.617000', '195121.620000', '195121.622000', '195121.625000', '195121.627000', '195121.630000', '195121.632000', '195121.637000', '195121.639000', '195121.642000', '195121.645000', '195121.647000', '195121.650000', '195121.652000', '195121.655000', '195121.658000', '195121.660000', '195121.663000', '195121.666000', '195121.668000', '195121.671000', '195121.674000', '195121.676000', '195121.679000', '195121.681000', '195121.684000', '195121.686000', '195121.689000', '195121.692000', '195121.694000', '195121.697000', '195121.699000', '195121.702000', '195121.705000', '195121.707000', '195121.710000', '195121.712000', '195121.715000', '195121.718000', '195121.720000', '195121.723000', '195121.725000', '195141.611000', '195141.614000', '195141.617000', '195141.620000', '195141.622000', '195141.625000', '195141.627000', '195141.630000', '195141.632000', '195141.635000', '195141.638000', '195141.640000', '195141.643000', '195141.646000', '195141.648000', '195141.651000', '195141.653000', '195141.656000', '195141.658000', '195141.661000', '195141.664000', '195141.666000', '195141.669000', '195141.671000', '195141.674000', '195141.676000', '195141.679000', '195141.682000', '195141.684000', '195141.687000', '195141.689000', '195141.692000', '195141.695000', '195141.697000', '195141.700000', '195141.702000', '195141.705000', '195141.707000', '195141.710000', '195141.713000', '195141.715000', '195141.718000', '195141.720000', '195201.612000', '195201.615000', '195201.617000', '195201.620000', '195201.622000', '195201.625000', '195201.627000', '195201.630000', '195201.633000', '195201.635000', '195201.638000', '195201.641000', '195201.643000', '195201.646000', '195201.648000', '195201.651000', '195201.654000', '195201.656000', '195201.659000', '195201.662000', '195201.664000', '195201.667000', '195201.669000', '195201.672000', '195201.675000', '195201.677000', '195201.680000', '195201.683000', '195201.685000', '195201.688000', '195201.690000', '195201.693000', '195201.696000', '195201.698000', '195201.701000', '195201.703000', '195201.706000', '195201.709000', '195201.711000', '195201.714000', '195201.716000', '195201.719000', '195201.751000', '195201.753000', '195221.612000', '195221.614000', '195221.617000', '195221.620000', '195221.622000', '195221.625000', '195221.627000', '195221.630000', '195221.633000', '195221.635000', '195221.638000', '195221.641000', '195221.643000', '195221.646000', '195221.648000', '195221.651000', '195221.654000', '195221.656000', '195221.659000', '195221.661000', '195221.664000', '195221.667000', '195221.669000', '195221.672000', '195221.674000', '195221.677000', '195221.680000', '195221.682000', '195221.685000', '195221.688000', '195221.690000', '195221.693000', '195221.695000', '195221.698000', '195221.701000', '195221.703000', '195221.706000', '195221.708000', '195221.711000', '195221.713000', '195221.716000', '195221.719000', '195221.721000', '195241.612000', '195241.614000', '195241.617000', '195241.620000', '195241.622000', '195241.625000', '195241.627000', '195241.630000', '195241.633000', '195241.635000', '195241.638000', '195241.641000', '195241.643000', '195241.646000', '195241.648000', '195241.651000', '195241.654000', '195241.656000', '195241.659000', '195241.661000', '195241.664000', '195241.667000', '195241.669000', '195241.672000', '195241.674000', '195241.677000', '195241.692000', '195241.694000', '195241.697000', '195241.700000', '195241.702000', '195241.705000', '195241.707000', '195241.710000', '195241.712000', '195241.715000', '195241.718000', '195241.720000', '195241.723000', '195241.725000', '195241.728000', '195241.731000', '195241.733000', '195241.736000', '195301.611000', '195301.613000', '195301.616000', '195301.619000', '195301.621000', '195301.624000', '195301.626000', '195301.629000', '195301.632000', '195301.634000', '195301.637000', '195301.639000', '195301.642000', '195301.645000', '195301.647000', '195301.650000', '195301.652000', '195301.655000', '195301.657000', '195301.660000', '195301.663000', '195301.665000', '195301.668000', '195301.670000', '195301.673000', '195301.676000', '195301.678000', '195301.681000', '195301.684000', '195301.686000', '195301.689000', '195301.691000', '195301.694000', '195301.696000', '195301.699000', '195301.702000', '195301.704000', '195301.707000', '195301.710000', '195301.712000', '195301.715000', '195301.717000', '195301.720000', '195321.612000', '195321.614000', '195321.617000', '195321.620000', '195321.622000', '195321.625000', '195321.627000', '195321.630000', '195321.633000', '195321.635000', '195321.638000', '195321.641000', '195321.644000', '195321.647000', '195321.649000', '195321.652000', '195321.655000', '195321.657000', '195321.660000', '195321.662000', '195321.665000', '195321.668000', '195321.670000', '195321.673000', '195321.676000', '195321.678000', '195321.681000', '195321.684000', '195321.686000', '195321.689000', '195321.691000', '195321.694000', '195321.697000', '195321.699000', '195321.702000', '195321.705000', '195321.707000', '195321.710000', '195321.712000', '195321.715000', '195321.718000', '195321.720000', '195321.723000', '195341.611000', '195341.614000', '195341.617000', '195341.619000', '195341.622000', '195341.625000', '195341.627000', '195341.630000', '195341.632000', '195341.635000', '195341.637000', '195341.640000', '195341.643000', '195341.645000', '195341.648000', '195341.650000', '195341.653000', '195341.656000', '195341.658000', '195341.661000', '195341.663000', '195341.666000', '195341.668000', '195341.671000', '195341.674000', '195341.676000', '195341.679000', '195341.682000', '195341.684000', '195341.687000', '195341.690000', '195341.692000', '195341.695000', '195341.697000', '195341.700000', '195341.702000', '195341.705000', '195341.708000', '195341.710000', '195341.713000', '195341.716000', '195341.718000', '195341.721000', '195341.723000', '195401.612000', '195401.615000', '195401.617000', '195401.620000', '195401.622000', '195401.625000', '195401.628000', '195401.630000', '195401.633000', '195401.635000', '195401.638000', '195401.641000', '195401.643000', '195401.646000', '195401.648000', '195401.651000', '195401.654000', '195401.656000', '195401.659000', '195401.661000', '195401.664000', '195401.667000', '195401.669000', '195401.672000', '195401.675000', '195401.677000', '195401.680000', '195401.682000', '195401.685000', '195401.687000', '195401.690000', '195401.693000', '195401.695000', '195401.698000', '195401.701000', '195401.703000', '195401.706000', '195401.709000', '195401.711000', '195401.714000', '195401.723000', '195401.726000', '195401.729000', '195421.612000', '195421.615000', '195421.617000', '195421.620000', '195421.622000', '195421.625000', '195421.628000', '195421.630000', '195421.633000', '195421.635000', '195421.638000', '195421.641000', '195421.643000', '195421.646000', '195421.648000', '195421.651000', '195421.654000', '195421.656000', '195421.659000', '195421.661000', '195421.664000', '195421.666000', '195421.669000', '195421.672000', '195421.674000', '195421.677000', '195421.680000', '195421.682000', '195421.685000', '195421.687000', '195421.690000', '195421.692000', '195421.695000', '195421.698000', '195421.700000', '195421.703000', '195421.705000', '195421.708000', '195421.711000', '195421.713000', '195421.716000', '195421.718000', '195421.721000', '195421.723000', '195441.612000', '195441.615000', '195441.617000', '195441.620000', '195441.623000', '195441.625000', '195441.628000', '195441.630000', '195441.633000', '195441.636000', '195441.638000', '195441.641000', '195441.643000', '195441.646000', '195441.649000', '195441.651000', '195441.654000', '195441.656000', '195441.659000', '195441.661000', '195441.664000', '195441.667000', '195441.669000', '195441.672000', '195441.674000', '195441.677000', '195441.683000', '195441.686000', '195441.688000', '195441.691000', '195441.694000', '195441.696000', '195441.699000', '195441.702000', '195441.705000', '195441.707000', '195441.710000', '195441.712000', '195441.715000', '195441.718000', '195441.720000', '195441.723000', '195441.725000', '195501.611000', '195501.614000', '195501.617000', '195501.619000', '195501.622000', '195501.625000', '195501.627000', '195501.630000', '195501.632000', '195501.635000', '195501.637000', '195501.640000', '195501.643000', '195501.645000', '195501.648000', '195501.650000', '195501.653000', '195501.656000', '195501.658000', '195501.661000', '195501.663000', '195501.666000', '195501.669000', '195501.671000', '195501.674000', '195501.676000', '195501.679000', '195501.681000', '195501.684000', '195501.687000', '195501.689000', '195501.692000', '195501.694000', '195501.697000', '195501.700000', '195501.702000', '195501.705000', '195501.707000', '195501.710000', '195501.712000', '195501.715000', '195501.718000', '195501.720000', '195501.723000', '195521.611000', '195521.613000', '195521.616000', '195521.619000', '195521.621000', '195521.624000', '195521.626000', '195521.629000', '195521.632000', '195521.634000', '195521.637000', '195521.640000', '195521.642000', '195521.645000', '195521.647000', '195521.650000', '195521.653000', '195521.655000', '195521.658000', '195521.661000', '195521.664000', '195521.667000', '195521.670000', '195521.672000', '195521.675000', '195521.678000', '195521.680000', '195521.683000', '195521.685000', '195521.688000', '195521.691000', '195521.693000', '195521.696000', '195521.699000', '195521.701000', '195521.704000', '195521.707000', '195521.709000', '195521.712000', '195521.714000', '195521.717000', '195521.720000', '195521.722000', '195541.612000', '195541.614000', '195541.617000', '195541.620000', '195541.622000', '195541.625000', '195541.627000', '195541.630000', '195541.633000', '195541.635000', '195541.638000', '195541.640000', '195541.643000', '195541.646000', '195541.648000', '195541.651000', '195541.653000', '195541.656000', '195541.668000', '195541.671000', '195541.674000', '195541.676000', '195541.679000', '195541.681000', '195541.684000', '195541.687000', '195541.689000', '195541.692000', '195541.694000', '195541.697000', '195541.700000', '195541.702000', '195541.705000', '195541.707000', '195541.710000', '195541.713000', '195541.715000', '195541.718000', '195541.720000', '195541.723000', '195541.726000', '195541.728000', '195541.731000', '195541.733000', '195601.612000', '195601.615000', '195601.617000', '195601.620000', '195601.622000', '195601.625000', '195601.628000', '195601.630000', '195601.633000', '195601.636000', '195601.638000', '195601.641000', '195601.643000', '195601.646000', '195601.649000', '195601.651000', '195601.654000', '195601.656000', '195601.659000', '195601.662000', '195601.664000', '195601.667000', '195601.669000', '195601.672000', '195601.674000', '195601.677000', '195601.680000', '195601.682000', '195601.685000', '195601.687000', '195601.690000', '195601.693000', '195601.695000', '195601.698000', '195601.701000', '195601.703000', '195601.706000', '195601.708000', '195601.711000', '195601.714000', '195601.716000', '195601.721000', '195601.723000', '195621.611000', '195621.614000', '195621.617000', '195621.620000', '195621.622000', '195621.625000', '195621.627000', '195621.630000', '195621.633000', '195621.635000', '195621.638000', '195621.640000', '195621.643000', '195621.645000', '195621.648000', '195621.651000', '195621.653000', '195621.656000', '195621.658000', '195621.661000', '195621.664000', '195621.666000', '195621.669000', '195621.671000', '195621.674000', '195621.677000', '195621.679000', '195621.682000', '195621.684000', '195621.688000', '195621.691000', '195621.693000', '195621.696000', '195621.699000', '195621.701000', '195621.704000', '195621.706000', '195621.709000', '195621.711000', '195621.714000', '195621.717000', '195621.719000', '195621.722000', '195621.724000', '195623.733000', '195623.736000', '195623.738000', '195623.741000', '195623.744000'], 'InstanceCreationTime': ['194941.655000', '194941.658000', '194941.661000', '194941.664000', '194941.667000', '194941.669000', '194941.672000', '194941.675000', '194941.678000', '194941.681000', '194941.684000', '194941.687000', '194941.689000', '194941.692000', '194941.695000', '194941.698000', '194941.701000', '194941.704000', '194941.707000', '194941.709000', '194941.712000', '194941.715000', '194941.718000', '194941.720000', '194941.723000', '194941.725000', '194941.728000', '194941.731000', '194941.734000', '194941.737000', '194941.739000', '194941.742000', '194941.744000', '194941.747000', '194941.750000', '194941.753000', '194941.755000', '194941.758000', '194941.762000', '194941.765000', '194941.767000', '194941.770000', '194941.773000', '194941.781000', '194941.784000', '194941.786000', '194941.789000', '194941.792000', '194941.795000', '194941.798000', '194941.801000', '195001.611000', '195001.614000', '195001.617000', '195001.619000', '195001.622000', '195001.625000', '195001.627000', '195001.630000', '195001.632000', '195001.635000', '195001.637000', '195001.640000', '195001.643000', '195001.645000', '195001.648000', '195001.650000', '195001.653000', '195001.655000', '195001.658000', '195001.661000', '195001.663000', '195001.666000', '195001.668000', '195001.671000', '195001.674000', '195001.676000', '195001.679000', '195001.686000', '195001.688000', '195001.691000', '195001.693000', '195001.696000', '195001.698000', '195001.701000', '195001.704000', '195001.706000', '195001.709000', '195001.711000', '195001.714000', '195001.716000', '195001.719000', '195001.722000', '195001.724000', '195001.727000', '195021.612000', '195021.615000', '195021.617000', '195021.620000', '195021.622000', '195021.625000', '195021.628000', '195021.630000', '195021.633000', '195021.635000', '195021.638000', '195021.640000', '195021.643000', '195021.645000', '195021.648000', '195021.650000', '195021.653000', '195021.656000', '195021.658000', '195021.661000', '195021.663000', '195021.666000', '195021.669000', '195021.671000', '195021.674000', '195021.676000', '195021.679000', '195021.681000', '195021.684000', '195021.686000', '195021.689000', '195021.692000', '195021.694000', '195021.697000', '195021.701000', '195021.703000', '195021.706000', '195021.708000', '195021.711000', '195021.713000', '195021.716000', '195021.719000', '195021.721000', '195041.611000', '195041.614000', '195041.616000', '195041.619000', '195041.622000', '195041.624000', '195041.627000', '195041.629000', '195041.632000', '195041.634000', '195041.637000', '195041.640000', '195041.642000', '195041.645000', '195041.647000', '195041.654000', '195041.656000', '195041.659000', '195041.661000', '195041.664000', '195041.667000', '195041.669000', '195041.672000', '195041.674000', '195041.677000', '195041.680000', '195041.682000', '195041.685000', '195041.687000', '195041.690000', '195041.693000', '195041.695000', '195041.698000', '195041.701000', '195041.703000', '195041.706000', '195041.708000', '195041.711000', '195041.713000', '195041.716000', '195041.719000', '195041.721000', '195041.724000', '195041.726000', '195101.612000', '195101.615000', '195101.617000', '195101.620000', '195101.622000', '195101.625000', '195101.627000', '195101.630000', '195101.632000', '195101.635000', '195101.638000', '195101.640000', '195101.643000', '195101.645000', '195101.648000', '195101.651000', '195101.653000', '195101.656000', '195101.658000', '195101.661000', '195101.663000', '195101.666000', '195101.669000', '195101.671000', '195101.674000', '195101.676000', '195101.679000', '195101.682000', '195101.684000', '195101.705000', '195101.707000', '195101.710000', '195101.712000', '195101.715000', '195101.717000', '195101.720000', '195101.723000', '195101.725000', '195101.728000', '195101.730000', '195101.733000', '195101.735000', '195101.738000', '195121.611000', '195121.614000', '195121.617000', '195121.620000', '195121.622000', '195121.625000', '195121.627000', '195121.630000', '195121.632000', '195121.637000', '195121.639000', '195121.642000', '195121.645000', '195121.647000', '195121.650000', '195121.652000', '195121.655000', '195121.658000', '195121.660000', '195121.663000', '195121.666000', '195121.668000', '195121.671000', '195121.674000', '195121.676000', '195121.679000', '195121.681000', '195121.684000', '195121.686000', '195121.689000', '195121.692000', '195121.694000', '195121.697000', '195121.699000', '195121.702000', '195121.705000', '195121.707000', '195121.710000', '195121.712000', '195121.715000', '195121.718000', '195121.720000', '195121.723000', '195121.725000', '195141.611000', '195141.614000', '195141.617000', '195141.620000', '195141.622000', '195141.625000', '195141.627000', '195141.630000', '195141.632000', '195141.635000', '195141.638000', '195141.640000', '195141.643000', '195141.646000', '195141.648000', '195141.651000', '195141.653000', '195141.656000', '195141.658000', '195141.661000', '195141.664000', '195141.666000', '195141.669000', '195141.671000', '195141.674000', '195141.676000', '195141.679000', '195141.682000', '195141.684000', '195141.687000', '195141.689000', '195141.692000', '195141.695000', '195141.697000', '195141.700000', '195141.702000', '195141.705000', '195141.707000', '195141.710000', '195141.713000', '195141.715000', '195141.718000', '195141.720000', '195201.612000', '195201.615000', '195201.617000', '195201.620000', '195201.622000', '195201.625000', '195201.627000', '195201.630000', '195201.633000', '195201.635000', '195201.638000', '195201.641000', '195201.643000', '195201.646000', '195201.648000', '195201.651000', '195201.654000', '195201.656000', '195201.659000', '195201.662000', '195201.664000', '195201.667000', '195201.669000', '195201.672000', '195201.675000', '195201.677000', '195201.680000', '195201.683000', '195201.685000', '195201.688000', '195201.690000', '195201.693000', '195201.696000', '195201.698000', '195201.701000', '195201.703000', '195201.706000', '195201.709000', '195201.711000', '195201.714000', '195201.716000', '195201.719000', '195201.751000', '195201.753000', '195221.612000', '195221.614000', '195221.617000', '195221.620000', '195221.622000', '195221.625000', '195221.627000', '195221.630000', '195221.633000', '195221.635000', '195221.638000', '195221.641000', '195221.643000', '195221.646000', '195221.648000', '195221.651000', '195221.654000', '195221.656000', '195221.659000', '195221.661000', '195221.664000', '195221.667000', '195221.669000', '195221.672000', '195221.674000', '195221.677000', '195221.680000', '195221.682000', '195221.685000', '195221.688000', '195221.690000', '195221.693000', '195221.695000', '195221.698000', '195221.701000', '195221.703000', '195221.706000', '195221.708000', '195221.711000', '195221.713000', '195221.716000', '195221.719000', '195221.721000', '195241.612000', '195241.614000', '195241.617000', '195241.620000', '195241.622000', '195241.625000', '195241.627000', '195241.630000', '195241.633000', '195241.635000', '195241.638000', '195241.641000', '195241.643000', '195241.646000', '195241.648000', '195241.651000', '195241.654000', '195241.656000', '195241.659000', '195241.661000', '195241.664000', '195241.667000', '195241.669000', '195241.672000', '195241.674000', '195241.677000', '195241.692000', '195241.694000', '195241.697000', '195241.700000', '195241.702000', '195241.705000', '195241.707000', '195241.710000', '195241.712000', '195241.715000', '195241.718000', '195241.720000', '195241.723000', '195241.725000', '195241.728000', '195241.731000', '195241.733000', '195241.736000', '195301.611000', '195301.613000', '195301.616000', '195301.619000', '195301.621000', '195301.624000', '195301.626000', '195301.629000', '195301.632000', '195301.634000', '195301.637000', '195301.639000', '195301.642000', '195301.645000', '195301.647000', '195301.650000', '195301.652000', '195301.655000', '195301.657000', '195301.660000', '195301.663000', '195301.665000', '195301.668000', '195301.670000', '195301.673000', '195301.676000', '195301.678000', '195301.681000', '195301.684000', '195301.686000', '195301.689000', '195301.691000', '195301.694000', '195301.696000', '195301.699000', '195301.702000', '195301.704000', '195301.707000', '195301.710000', '195301.712000', '195301.715000', '195301.717000', '195301.720000', '195321.612000', '195321.614000', '195321.617000', '195321.620000', '195321.622000', '195321.625000', '195321.627000', '195321.630000', '195321.633000', '195321.635000', '195321.638000', '195321.641000', '195321.644000', '195321.647000', '195321.649000', '195321.652000', '195321.655000', '195321.657000', '195321.660000', '195321.662000', '195321.665000', '195321.668000', '195321.670000', '195321.673000', '195321.676000', '195321.678000', '195321.681000', '195321.684000', '195321.686000', '195321.689000', '195321.691000', '195321.694000', '195321.697000', '195321.699000', '195321.702000', '195321.705000', '195321.707000', '195321.710000', '195321.712000', '195321.715000', '195321.718000', '195321.720000', '195321.723000', '195341.611000', '195341.614000', '195341.617000', '195341.619000', '195341.622000', '195341.625000', '195341.627000', '195341.630000', '195341.632000', '195341.635000', '195341.637000', '195341.640000', '195341.643000', '195341.645000', '195341.648000', '195341.650000', '195341.653000', '195341.656000', '195341.658000', '195341.661000', '195341.663000', '195341.666000', '195341.668000', '195341.671000', '195341.674000', '195341.676000', '195341.679000', '195341.682000', '195341.684000', '195341.687000', '195341.690000', '195341.692000', '195341.695000', '195341.697000', '195341.700000', '195341.702000', '195341.705000', '195341.708000', '195341.710000', '195341.713000', '195341.716000', '195341.718000', '195341.721000', '195341.723000', '195401.612000', '195401.615000', '195401.617000', '195401.620000', '195401.622000', '195401.625000', '195401.628000', '195401.630000', '195401.633000', '195401.635000', '195401.638000', '195401.641000', '195401.643000', '195401.646000', '195401.648000', '195401.651000', '195401.654000', '195401.656000', '195401.659000', '195401.661000', '195401.664000', '195401.667000', '195401.669000', '195401.672000', '195401.675000', '195401.677000', '195401.680000', '195401.682000', '195401.685000', '195401.687000', '195401.690000', '195401.693000', '195401.695000', '195401.698000', '195401.701000', '195401.703000', '195401.706000', '195401.709000', '195401.711000', '195401.714000', '195401.723000', '195401.726000', '195401.729000', '195421.612000', '195421.615000', '195421.617000', '195421.620000', '195421.622000', '195421.625000', '195421.628000', '195421.630000', '195421.633000', '195421.635000', '195421.638000', '195421.641000', '195421.643000', '195421.646000', '195421.648000', '195421.651000', '195421.654000', '195421.656000', '195421.659000', '195421.661000', '195421.664000', '195421.666000', '195421.669000', '195421.672000', '195421.674000', '195421.677000', '195421.680000', '195421.682000', '195421.685000', '195421.687000', '195421.690000', '195421.692000', '195421.695000', '195421.698000', '195421.700000', '195421.703000', '195421.705000', '195421.708000', '195421.711000', '195421.713000', '195421.716000', '195421.718000', '195421.721000', '195421.723000', '195441.612000', '195441.615000', '195441.617000', '195441.620000', '195441.623000', '195441.625000', '195441.628000', '195441.630000', '195441.633000', '195441.636000', '195441.638000', '195441.641000', '195441.643000', '195441.646000', '195441.649000', '195441.651000', '195441.654000', '195441.656000', '195441.659000', '195441.661000', '195441.664000', '195441.667000', '195441.669000', '195441.672000', '195441.674000', '195441.677000', '195441.683000', '195441.686000', '195441.688000', '195441.691000', '195441.694000', '195441.696000', '195441.699000', '195441.702000', '195441.705000', '195441.707000', '195441.710000', '195441.712000', '195441.715000', '195441.718000', '195441.720000', '195441.723000', '195441.725000', '195501.611000', '195501.614000', '195501.617000', '195501.619000', '195501.622000', '195501.625000', '195501.627000', '195501.630000', '195501.632000', '195501.635000', '195501.637000', '195501.640000', '195501.643000', '195501.645000', '195501.648000', '195501.650000', '195501.653000', '195501.656000', '195501.658000', '195501.661000', '195501.663000', '195501.666000', '195501.669000', '195501.671000', '195501.674000', '195501.676000', '195501.679000', '195501.681000', '195501.684000', '195501.687000', '195501.689000', '195501.692000', '195501.694000', '195501.697000', '195501.700000', '195501.702000', '195501.705000', '195501.707000', '195501.710000', '195501.712000', '195501.715000', '195501.718000', '195501.720000', '195501.723000', '195521.611000', '195521.613000', '195521.616000', '195521.619000', '195521.621000', '195521.624000', '195521.626000', '195521.629000', '195521.632000', '195521.634000', '195521.637000', '195521.640000', '195521.642000', '195521.645000', '195521.647000', '195521.650000', '195521.653000', '195521.655000', '195521.658000', '195521.661000', '195521.664000', '195521.667000', '195521.670000', '195521.672000', '195521.675000', '195521.678000', '195521.680000', '195521.683000', '195521.685000', '195521.688000', '195521.691000', '195521.693000', '195521.696000', '195521.699000', '195521.701000', '195521.704000', '195521.707000', '195521.709000', '195521.712000', '195521.714000', '195521.717000', '195521.720000', '195521.722000', '195541.612000', '195541.614000', '195541.617000', '195541.620000', '195541.622000', '195541.625000', '195541.627000', '195541.630000', '195541.633000', '195541.635000', '195541.638000', '195541.640000', '195541.643000', '195541.646000', '195541.648000', '195541.651000', '195541.653000', '195541.656000', '195541.668000', '195541.671000', '195541.674000', '195541.676000', '195541.679000', '195541.681000', '195541.684000', '195541.687000', '195541.689000', '195541.692000', '195541.694000', '195541.697000', '195541.700000', '195541.702000', '195541.705000', '195541.707000', '195541.710000', '195541.713000', '195541.715000', '195541.718000', '195541.720000', '195541.723000', '195541.726000', '195541.728000', '195541.731000', '195541.733000', '195601.612000', '195601.615000', '195601.617000', '195601.620000', '195601.622000', '195601.625000', '195601.628000', '195601.630000', '195601.633000', '195601.636000', '195601.638000', '195601.641000', '195601.643000', '195601.646000', '195601.649000', '195601.651000', '195601.654000', '195601.656000', '195601.659000', '195601.662000', '195601.664000', '195601.667000', '195601.669000', '195601.672000', '195601.674000', '195601.677000', '195601.680000', '195601.682000', '195601.685000', '195601.687000', '195601.690000', '195601.693000', '195601.695000', '195601.698000', '195601.701000', '195601.703000', '195601.706000', '195601.708000', '195601.711000', '195601.714000', '195601.716000', '195601.721000', '195601.723000', '195621.611000', '195621.614000', '195621.617000', '195621.620000', '195621.622000', '195621.625000', '195621.627000', '195621.630000', '195621.633000', '195621.635000', '195621.638000', '195621.640000', '195621.643000', '195621.645000', '195621.648000', '195621.651000', '195621.653000', '195621.656000', '195621.658000', '195621.661000', '195621.664000', '195621.666000', '195621.669000', '195621.671000', '195621.674000', '195621.677000', '195621.679000', '195621.682000', '195621.684000', '195621.688000', '195621.691000', '195621.693000', '195621.696000', '195621.699000', '195621.701000', '195621.704000', '195621.706000', '195621.709000', '195621.711000', '195621.714000', '195621.717000', '195621.719000', '195621.722000', '195621.724000', '195623.733000', '195623.736000', '195623.738000', '195623.741000', '195623.744000'], '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': [16638, 13434, 17571, 12338, 15510, 12830, 13454, 12332, 9659, 15162, 12324, 16324, 20269, 11586, 14789, 9712, 12917, 17106, 12038, 14191, 10782, 12784, 17037, 10837, 13966, 10682, 13154, 16776, 11586, 13816, 9430, 13183, 17232, 12335, 14851, 9587, 14016, 12492, 12734, 18666, 11922, 15651, 10390, 14425, 12282, 12751, 18769, 12784, 15997, 9939, 13816, 14925, 11886, 16443, 13038, 15480, 9679, 12827, 17167, 12695, 15994, 12015, 14426, 8718, 12231, 17493, 14003, 15979, 9052, 13081, 13447, 12601, 17657, 11832, 14294, 9251, 12872, 17694, 12479, 15721, 9922, 13036, 16664, 12410, 16109, 9149, 13215, 16335, 12616, 16373, 9469, 13466, 16673, 12856, 16403, 9376, 12715, 17790, 13266, 15261, 8897, 12807, 15018, 12134, 14980, 12889, 14165, 9099, 12191, 17753, 14098, 15281, 9614, 12983, 12948, 12399, 13713, 12202, 14314, 12940, 16745, 12019, 16759, 12494, 12687, 12329, 11133, 15788, 9129, 11975, 15512, 12827, 14726, 9116, 12318, 16963, 11799, 14691, 10110, 11745, 17155, 10549, 13336, 9174, 12120, 17200, 12139, 14203, 16094, 10864, 14527, 8975, 12017, 16929, 10949, 13785, 8946, 11779, 16866, 11561, 14767, 16794, 11364, 15207, 8370, 11663, 15918, 11447, 14502, 9750, 13771, 8568, 14032, 14397, 11935, 16985, 9876, 14276, 16926, 11644, 16606, 9536, 12896, 17743, 12430, 15740, 9014, 13345, 17916, 11093, 15262, 8859, 12695, 18141, 11370, 15219, 8534, 12926, 17374, 11707, 15715, 8514, 12544, 16848, 11815, 14604, 9485, 11623, 16037, 11091, 13549, 10254, 11261, 15452, 9934, 13507, 15637, 11188, 15422, 8371, 12720, 17438, 12331, 15088, 8230, 12069, 16500, 12269, 13293, 10818, 10948, 15105, 10102, 13313, 16110, 11608, 15766, 8887, 13289, 17882, 12277, 15589, 8422, 12669, 17247, 11868, 15200, 8708, 13309, 15113, 11309, 15862, 12215, 14861, 8324, 12949, 16856, 11991, 16062, 9698, 14232, 15378, 11289, 15982, 10228, 13998, 11893, 11178, 15585, 11476, 14390, 10391, 11341, 16336, 12142, 14546, 8570, 12037, 16545, 12251, 13996, 8998, 11994, 16139, 12462, 14790, 9638, 13143, 17472, 12666, 16311, 8976, 13724, 18564, 13075, 15853, 8615, 12642, 17438, 12687, 14255, 8570, 12398, 17347, 12500, 15427, 9236, 13205, 19102, 11283, 16054, 9475, 12790, 18860, 11035, 15427, 9971, 11604, 16944, 11583, 15161, 9049, 11931, 16494, 12169, 14290, 10728, 11262, 15823, 10872, 13853, 13799, 10925, 15796, 9920, 12980, 16401, 11219, 15510, 9069, 13665, 17191, 12408, 16277, 8395, 13548, 17119, 11180, 16213, 10310, 14604, 10281, 14056, 10958, 14918, 12120, 18186, 10816, 11536, 15753, 9930, 13793, 10032, 13601, 17076, 11242, 16202, 10778, 13301, 18462, 10616, 13264, 9302, 12298, 10786, 12450, 15277, 11532, 14475, 9844, 13659, 16904, 10942, 15420, 10638, 14689, 18900, 12352, 16982, 9786, 14685, 9341, 14154, 16788, 13437, 15456, 9688, 13572, 16383, 10645, 14420, 16158, 12691, 16721, 9374, 14895, 18479, 11797, 15671, 8213, 13932, 16734, 12467, 15267, 8292, 13591, 17216, 12945, 15750, 8561, 13398, 16850, 12562, 15255, 8410, 14455, 16872, 11995, 15072, 10842, 15562, 9459, 14380, 17243, 13918, 15507, 9382, 14487, 17434, 14121, 16362, 9120, 15095, 17750, 13927, 16352, 8692, 15857, 16107, 12427, 17041, 11549, 16017, 13624, 12711, 17556, 11212, 15520, 18143, 11167, 15858, 15433, 13341, 17571, 8657, 15474, 17969, 14093, 15816, 8502, 13007, 17412, 12396, 15693, 11033, 12737, 17473, 11801, 16234, 13188, 13012, 17303, 10773, 16160, 15375, 12828, 17077, 9196, 15772, 16715, 13040, 15936, 9327, 13868, 17654, 12056, 15808, 16516, 11440, 16570, 9904, 14848, 17790, 10726, 15624, 13841, 12899, 17171, 8922, 15400, 18083, 13415, 16241, 13021, 12256, 17465, 11374, 15647, 17413, 11204, 16032, 11067, 13034, 17716, 10054, 15871, 17042, 12939, 16834, 8262, 16175, 16866, 13440, 16659, 8504, 15885, 18371, 13329, 16448, 8914, 14269, 18346, 11172, 16249, 16197, 13028, 17097, 9396, 15623, 16889, 13034, 16534, 8631, 15774, 16382, 12865, 16963, 8568, 15478, 18182, 14152, 15950, 10676, 12377, 17600, 10964, 15104, 17101, 11173, 15623, 9068, 13742, 17228, 10408, 15686, 12441, 13089, 17264, 10296, 15749, 16375, 12690, 17140, 10162, 15779, 17074, 12282, 15806, 9735, 14356, 16996, 11259, 15039, 14750, 12584, 16903, 9344, 13901, 15350, 9727, 14623, 8920, 11389, 16269, 9934, 14246, 10100, 14862, 17433, 10282, 14025, 12483, 12677, 15694, 8973, 13967, 16308, 12739, 13889, 12348, 11753, 15285, 10548, 13756, 16223, 9669, 13928, 17074, 12178, 14094, 9421, 11692, 15322, 10697, 13592, 16476, 9086, 13947, 17170, 12549, 14136, 8913, 13274, 16097, 14575, 22005, 19818, 16344, 19749, 12321, 15232, 10323, 12392, 19128, 12641, 14168, 17010, 11065, 14920, 10550, 12815, 19097, 11999, 14163, 21444, 12715, 14579, 10589, 12633, 19198, 11123, 13904, 18803, 12358, 15538, 10086, 12720, 18733, 12970, 14137, 10200, 11559, 18171, 11601, 13712, 19725, 11764, 14174, 9386, 11516, 16204, 12429, 13661, 11178, 11256, 15921, 10989, 13633, 20427, 11823, 14447, 10566, 12371, 16248, 11580, 14043, 16390, 11868, 15824, 10636, 13536, 18117, 12937, 14239, 11001, 12134, 16487, 11905, 14878, 10848, 13613, 10418, 15269, 11572, 16549, 10733, 14980, 19439, 13022, 14029, 12319, 11493, 16661, 11304, 14349, 21523, 13548, 14579, 10106, 12127, 18032, 13663, 14604, 10349, 13065, 18016, 13085, 14289, 18430, 12232, 15065, 9921, 11713, 17084, 12960, 14513, 11559, 11446, 17000, 11619, 14618, 12936, 12918, 17919, 11938, 14393, 19781, 13099, 15543, 9815, 12116, 17250, 13680, 13938, 9743, 9571, 16180, 9582, 13358, 10837, 10362, 16860, 10173, 13892, 14227, 11330, 16987, 10480, 13140, 16551, 11287, 15155, 9435, 12855, 17995, 11634, 15154, 9237, 12077, 18007, 12334, 14252, 8885, 10954, 16524, 12395, 14358, 8880, 10520, 16548, 12436, 14184, 8993, 11099, 17233, 10440, 13422, 18335, 10903, 14512, 8606, 11134, 16261, 11486, 13488, 8876, 10120, 15748, 10450, 12728, 18296, 10849, 13919, 10742, 11210, 16198, 9566, 11945, 17165, 12560, 14079, 9584, 9969, 15765, 10582, 12684, 16821, 11117, 13522, 14294, 11143, 15379, 10088, 12573, 17511, 12236, 14517, 13948, 11112, 16999, 10070, 10884, 17981, 11232, 13389, 19421, 10754, 14510, 14966, 11273, 16163, 9089, 11067, 17475, 13402, 14665, 8998, 10612, 17158, 12549, 14367, 14711, 10521, 16778, 9945, 12502, 19539, 12685, 15301, 9190, 10661, 17692, 12117, 13705, 10866, 9594, 15982, 10069, 12194, 17229, 10370, 13753, 9320, 10846, 16560, 10319, 12678, 10891, 10309, 16755, 11230, 13963, 8640, 10574, 16749, 11879, 13647, 8543, 9995, 16125, 9753, 11579, 17995, 9633, 13623, 9245], 'WindowCenter': [4675.0, 4656.0, 4659.0, 4627.0, 4643.0, 4620.0, 4619.0, 4608.0, 4592.0, 4633.0, 4622.0, 4643.0, 4664.0, 4587.0, 4646.0, 4581.0, 4606.0, 4616.0, 4584.0, 4606.0, 4574.0, 4593.0, 4613.0, 4574.0, 4604.0, 4572.0, 4594.0, 4611.0, 4584.0, 4603.0, 4563.0, 4605.0, 4624.0, 4595.0, 4614.0, 4576.0, 4618.0, 4598.0, 4607.0, 4636.0, 4598.0, 4626.0, 4588.0, 4618.0, 4598.0, 4607.0, 4636.0, 4595.0, 4615.0, 4563.0, 4606.0, 4603.0, 4599.0, 4626.0, 4605.0, 4614.0, 4564.0, 4594.0, 4614.0, 4590.0, 4611.0, 4582.0, 4604.0, 4551.0, 4594.0, 4624.0, 4605.0, 4614.0, 4563.0, 4597.0, 4593.0, 4594.0, 4623.0, 4583.0, 4603.0, 4565.0, 4596.0, 4623.0, 4594.0, 4614.0, 4574.0, 4596.0, 4624.0, 4594.0, 4613.0, 4565.0, 4607.0, 4624.0, 4596.0, 4625.0, 4565.0, 4605.0, 4624.0, 4595.0, 4613.0, 4563.0, 4595.0, 4623.0, 4593.0, 4615.0, 4563.0, 4607.0, 4614.0, 4606.0, 4627.0, 4606.0, 4617.0, 4576.0, 4610.0, 4638.0, 4633.0, 4640.0, 4589.0, 4635.0, 4620.0, 4621.0, 4618.0, 4610.0, 4629.0, 4611.0, 4639.0, 4609.0, 4641.0, 4599.0, 4597.0, 4588.0, 4586.0, 4608.0, 4547.0, 4573.0, 4590.0, 4579.0, 4601.0, 4553.0, 4586.0, 4616.0, 4587.0, 4617.0, 4574.0, 4584.0, 4613.0, 4572.0, 4593.0, 4552.0, 4586.0, 4623.0, 4586.0, 4607.0, 4613.0, 4585.0, 4607.0, 4568.0, 4599.0, 4627.0, 4575.0, 4605.0, 4556.0, 4595.0, 4627.0, 4586.0, 4618.0, 4613.0, 4586.0, 4631.0, 4559.0, 4586.0, 4614.0, 4602.0, 4618.0, 4580.0, 4617.0, 4567.0, 4621.0, 4619.0, 4614.0, 4641.0, 4593.0, 4632.0, 4641.0, 4601.0, 4629.0, 4566.0, 4598.0, 4628.0, 4586.0, 4617.0, 4550.0, 4594.0, 4615.0, 4562.0, 4591.0, 4538.0, 4582.0, 4612.0, 4570.0, 4589.0, 4538.0, 4582.0, 4601.0, 4567.0, 4600.0, 4539.0, 4581.0, 4599.0, 4570.0, 4592.0, 4548.0, 4571.0, 4600.0, 4570.0, 4593.0, 4561.0, 4572.0, 4601.0, 4561.0, 4594.0, 4604.0, 4575.0, 4600.0, 4543.0, 4596.0, 4615.0, 4591.0, 4606.0, 4542.0, 4596.0, 4615.0, 4594.0, 4607.0, 4572.0, 4588.0, 4617.0, 4576.0, 4609.0, 4613.0, 4589.0, 4614.0, 4565.0, 4607.0, 4628.0, 4598.0, 4616.0, 4556.0, 4608.0, 4640.0, 4600.0, 4630.0, 4569.0, 4610.0, 4618.0, 4601.0, 4631.0, 4601.0, 4619.0, 4559.0, 4612.0, 4641.0, 4599.0, 4632.0, 4579.0, 4621.0, 4629.0, 4601.0, 4631.0, 4580.0, 4620.0, 4598.0, 4588.0, 4624.0, 4598.0, 4620.0, 4576.0, 4589.0, 4628.0, 4597.0, 4618.0, 4559.0, 4599.0, 4626.0, 4597.0, 4620.0, 4579.0, 4601.0, 4627.0, 4608.0, 4619.0, 4581.0, 4622.0, 4641.0, 4612.0, 4638.0, 4568.0, 4621.0, 4637.0, 4610.0, 4628.0, 4556.0, 4608.0, 4625.0, 4595.0, 4607.0, 4553.0, 4598.0, 4627.0, 4596.0, 4616.0, 4565.0, 4606.0, 4635.0, 4588.0, 4615.0, 4562.0, 4594.0, 4623.0, 4573.0, 4602.0, 4562.0, 4572.0, 4611.0, 4571.0, 4601.0, 4550.0, 4582.0, 4612.0, 4581.0, 4600.0, 4570.0, 4583.0, 4612.0, 4573.0, 4604.0, 4589.0, 4573.0, 4615.0, 4564.0, 4594.0, 4612.0, 4576.0, 4614.0, 4563.0, 4605.0, 4623.0, 4595.0, 4614.0, 4553.0, 4605.0, 4624.0, 4599.0, 4626.0, 4593.0, 4618.0, 4589.0, 4619.0, 4590.0, 4631.0, 4627.0, 4669.0, 4603.0, 4615.0, 4629.0, 4589.0, 4605.0, 4577.0, 4607.0, 4626.0, 4585.0, 4617.0, 4588.0, 4607.0, 4625.0, 4577.0, 4605.0, 4576.0, 4608.0, 4582.0, 4607.0, 4612.0, 4581.0, 4605.0, 4577.0, 4606.0, 4625.0, 4586.0, 4626.0, 4589.0, 4618.0, 4635.0, 4595.0, 4623.0, 4576.0, 4616.0, 4564.0, 4617.0, 4627.0, 4620.0, 4630.0, 4577.0, 4609.0, 4627.0, 4585.0, 4617.0, 4625.0, 4607.0, 4629.0, 4568.0, 4617.0, 4635.0, 4582.0, 4602.0, 4540.0, 4593.0, 4611.0, 4580.0, 4600.0, 4540.0, 4605.0, 4627.0, 4595.0, 4614.0, 4539.0, 4591.0, 4610.0, 4596.0, 4599.0, 4541.0, 4604.0, 4612.0, 4586.0, 4616.0, 4589.0, 4616.0, 4564.0, 4603.0, 4615.0, 4606.0, 4614.0, 4552.0, 4616.0, 4626.0, 4605.0, 4618.0, 4565.0, 4617.0, 4626.0, 4609.0, 4629.0, 4567.0, 4623.0, 4616.0, 4598.0, 4627.0, 4586.0, 4626.0, 4604.0, 4607.0, 4626.0, 4585.0, 4612.0, 4625.0, 4574.0, 4615.0, 4603.0, 4594.0, 4614.0, 4542.0, 4603.0, 4611.0, 4592.0, 4601.0, 4539.0, 4587.0, 4610.0, 4581.0, 4602.0, 4570.0, 4592.0, 4620.0, 4583.0, 4614.0, 4592.0, 4594.0, 4623.0, 4585.0, 4625.0, 4614.0, 4595.0, 4624.0, 4565.0, 4616.0, 4610.0, 4595.0, 4614.0, 4551.0, 4594.0, 4623.0, 4582.0, 4603.0, 4610.0, 4572.0, 4613.0, 4560.0, 4603.0, 4612.0, 4572.0, 4611.0, 4591.0, 4593.0, 4611.0, 4551.0, 4614.0, 4621.0, 4592.0, 4612.0, 4591.0, 4579.0, 4624.0, 4572.0, 4612.0, 4612.0, 4573.0, 4614.0, 4572.0, 4594.0, 4623.0, 4563.0, 4614.0, 4611.0, 4594.0, 4613.0, 4542.0, 4615.0, 4613.0, 4595.0, 4614.0, 4553.0, 4620.0, 4635.0, 4604.0, 4625.0, 4552.0, 4604.0, 4630.0, 4584.0, 4614.0, 4610.0, 4594.0, 4624.0, 4564.0, 4615.0, 4611.0, 4595.0, 4626.0, 4554.0, 4622.0, 4614.0, 4596.0, 4625.0, 4554.0, 4616.0, 4628.0, 4605.0, 4611.0, 4568.0, 4594.0, 4611.0, 4567.0, 4599.0, 4612.0, 4570.0, 4597.0, 4541.0, 4592.0, 4611.0, 4559.0, 4608.0, 4582.0, 4588.0, 4623.0, 4562.0, 4614.0, 4614.0, 4592.0, 4624.0, 4562.0, 4614.0, 4613.0, 4583.0, 4602.0, 4551.0, 4603.0, 4611.0, 4571.0, 4598.0, 4589.0, 4581.0, 4611.0, 4551.0, 4596.0, 4573.0, 4446.0, 4609.0, 4543.0, 4567.0, 4588.0, 4551.0, 4592.0, 4566.0, 4609.0, 4625.0, 4579.0, 4595.0, 4581.0, 4587.0, 4605.0, 4542.0, 4595.0, 4602.0, 4583.0, 4583.0, 4569.0, 4574.0, 4593.0, 4559.0, 4591.0, 4599.0, 4552.0, 4594.0, 4603.0, 4573.0, 4590.0, 4537.0, 4570.0, 4599.0, 4563.0, 4582.0, 4599.0, 4543.0, 4593.0, 4602.0, 4578.0, 4589.0, 4542.0, 4580.0, 4599.0, 4519.0, 4645.0, 4676.0, 4642.0, 4649.0, 4606.0, 4627.0, 4574.0, 4605.0, 4658.0, 4609.0, 4619.0, 4638.0, 4598.0, 4628.0, 4585.0, 4605.0, 4645.0, 4584.0, 4607.0, 4656.0, 4594.0, 4615.0, 4573.0, 4593.0, 4633.0, 4572.0, 4591.0, 4619.0, 4580.0, 4611.0, 4560.0, 4590.0, 4633.0, 4592.0, 4600.0, 4562.0, 4582.0, 4631.0, 4581.0, 4602.0, 4642.0, 4583.0, 4603.0, 4553.0, 4596.0, 4624.0, 4595.0, 4616.0, 4587.0, 4597.0, 4637.0, 4587.0, 4618.0, 4657.0, 4599.0, 4628.0, 4587.0, 4609.0, 4638.0, 4598.0, 4630.0, 4640.0, 4610.0, 4641.0, 4589.0, 4620.0, 4651.0, 4620.0, 4630.0, 4601.0, 4623.0, 4654.0, 4613.0, 4642.0, 4603.0, 4632.0, 4616.0, 4653.0, 4614.0, 4653.0, 4603.0, 4644.0, 4665.0, 4622.0, 4622.0, 4600.0, 4601.0, 4628.0, 4588.0, 4618.0, 4658.0, 4608.0, 4606.0, 4573.0, 4597.0, 4638.0, 4618.0, 4618.0, 4577.0, 4608.0, 4637.0, 4610.0, 4618.0, 4648.0, 4599.0, 4628.0, 4578.0, 4599.0, 4639.0, 4608.0, 4620.0, 4587.0, 4598.0, 4627.0, 4598.0, 4618.0, 4608.0, 4609.0, 4640.0, 4599.0, 4621.0, 4647.0, 4607.0, 4618.0, 4565.0, 4596.0, 4626.0, 4606.0, 4619.0, 4578.0, 4576.0, 4625.0, 4564.0, 4593.0, 4572.0, 4562.0, 4610.0, 4562.0, 4593.0, 4603.0, 4572.0, 4623.0, 4573.0, 4593.0, 4612.0, 4574.0, 4603.0, 4551.0, 4595.0, 4623.0, 4585.0, 4602.0, 4552.0, 4595.0, 4624.0, 4595.0, 4604.0, 4553.0, 4574.0, 4623.0, 4595.0, 4605.0, 4554.0, 4575.0, 4625.0, 4596.0, 4615.0, 4564.0, 4587.0, 4626.0, 4576.0, 4606.0, 4636.0, 4575.0, 4603.0, 4552.0, 4584.0, 4615.0, 4585.0, 4605.0, 4552.0, 4575.0, 4626.0, 4586.0, 4609.0, 4636.0, 4587.0, 4617.0, 4587.0, 4598.0, 4629.0, 4575.0, 4600.0, 4638.0, 4609.0, 4619.0, 4577.0, 4579.0, 4639.0, 4600.0, 4611.0, 4639.0, 4600.0, 4622.0, 4631.0, 4602.0, 4643.0, 4600.0, 4622.0, 4651.0, 4623.0, 4634.0, 4635.0, 4603.0, 4653.0, 4591.0, 4602.0, 4651.0, 4601.0, 4620.0, 4650.0, 4590.0, 4631.0, 4619.0, 4599.0, 4627.0, 4566.0, 4599.0, 4638.0, 4609.0, 4619.0, 4567.0, 4589.0, 4639.0, 4610.0, 4621.0, 4628.0, 4581.0, 4627.0, 4588.0, 4609.0, 4648.0, 4607.0, 4616.0, 4565.0, 4577.0, 4625.0, 4596.0, 4606.0, 4573.0, 4566.0, 4625.0, 4564.0, 4596.0, 4625.0, 4574.0, 4604.0, 4565.0, 4586.0, 4625.0, 4574.0, 4595.0, 4584.0, 4576.0, 4618.0, 4586.0, 4606.0, 4553.0, 4576.0, 4625.0, 4596.0, 4606.0, 4554.0, 4576.0, 4624.0, 4565.0, 4585.0, 4625.0, 4565.0, 4604.0, 4564.0], 'WindowWidth': [10215.0, 10184.0, 10177.0, 10123.0, 10143.0, 10107.0, 10101.0, 10085.0, 10069.0, 10125.0, 10109.0, 10143.0, 10174.0, 10051.0, 10150.0, 10047.0, 10077.0, 10092.0, 10042.0, 10077.0, 10028.0, 10054.0, 10084.0, 10027.0, 10071.0, 10023.0, 10055.0, 10080.0, 10041.0, 10069.0, 10013.0, 10076.0, 10102.0, 10061.0, 10087.0, 10037.0, 10097.0, 10066.0, 10079.0, 10123.0, 10068.0, 10105.0, 10057.0, 10099.0, 10070.0, 10079.0, 10124.0, 10061.0, 10090.0, 10015.0, 10077.0, 10069.0, 10072.0, 10107.0, 10075.0, 10087.0, 10017.0, 10055.0, 10084.0, 10048.0, 10079.0, 10040.0, 10071.0, 9995.0, 10058.0, 10101.0, 10074.0, 10086.0, 10015.0, 10065.0, 10055.0, 10059.0, 10100.0, 10042.0, 10072.0, 10019.0, 10062.0, 10100.0, 10058.0, 10086.0, 10031.0, 10062.0, 10101.0, 10059.0, 10085.0, 10021.0, 10081.0, 10100.0, 10062.0, 10104.0, 10020.0, 10077.0, 10101.0, 10061.0, 10086.0, 10016.0, 10061.0, 10099.0, 10057.0, 10088.0, 10016.0, 10079.0, 10089.0, 10079.0, 10108.0, 10080.0, 10096.0, 10038.0, 10088.0, 10129.0, 10125.0, 10135.0, 10059.0, 10130.0, 10105.0, 10108.0, 10098.0, 10088.0, 10114.0, 10093.0, 10131.0, 10085.0, 10136.0, 10070.0, 10061.0, 10049.0, 10050.0, 10083.0, 9982.0, 10022.0, 10044.0, 10028.0, 10063.0, 9995.0, 10044.0, 10087.0, 10047.0, 10091.0, 10030.0, 10041.0, 10081.0, 10022.0, 10050.0, 9995.0, 10045.0, 10096.0, 10046.0, 10076.0, 10082.0, 10045.0, 10079.0, 10023.0, 10068.0, 10103.0, 10031.0, 10074.0, 10006.0, 10060.0, 10107.0, 10046.0, 10093.0, 10084.0, 10048.0, 10118.0, 10014.0, 10045.0, 10083.0, 10077.0, 10092.0, 10047.0, 10095.0, 10028.0, 10105.0, 10101.0, 10099.0, 10137.0, 10068.0, 10122.0, 10133.0, 10075.0, 10114.0, 10022.0, 10065.0, 10112.0, 10048.0, 10092.0, 9992.0, 10054.0, 10089.0, 10006.0, 10046.0, 9969.0, 10034.0, 10080.0, 10014.0, 10041.0, 9969.0, 10033.0, 10061.0, 10011.0, 10058.0, 9971.0, 10031.0, 10056.0, 10015.0, 10047.0, 9984.0, 10017.0, 10058.0, 10016.0, 10050.0, 10004.0, 10021.0, 10061.0, 10008.0, 10055.0, 10069.0, 10028.0, 10061.0, 9985.0, 10061.0, 10084.0, 10052.0, 10075.0, 9984.0, 10062.0, 10087.0, 10056.0, 10077.0, 10025.0, 10052.0, 10093.0, 10037.0, 10083.0, 10086.0, 10056.0, 10089.0, 10020.0, 10080.0, 10110.0, 10067.0, 10090.0, 10009.0, 10082.0, 10128.0, 10073.0, 10115.0, 10030.0, 10088.0, 10098.0, 10076.0, 10117.0, 10074.0, 10100.0, 10016.0, 10091.0, 10134.0, 10072.0, 10121.0, 10044.0, 10104.0, 10113.0, 10076.0, 10116.0, 10046.0, 10102.0, 10067.0, 10055.0, 10105.0, 10069.0, 10101.0, 10035.0, 10057.0, 10111.0, 10065.0, 10097.0, 10012.0, 10068.0, 10106.0, 10066.0, 10106.0, 10046.0, 10076.0, 10110.0, 10084.0, 10099.0, 10048.0, 10105.0, 10133.0, 10092.0, 10126.0, 10029.0, 10103.0, 10124.0, 10086.0, 10110.0, 10007.0, 10080.0, 10104.0, 10059.0, 10079.0, 10002.0, 10067.0, 10108.0, 10064.0, 10092.0, 10019.0, 10077.0, 10120.0, 10051.0, 10088.0, 10011.0, 10056.0, 10100.0, 10025.0, 10065.0, 10008.0, 10022.0, 10080.0, 10020.0, 10063.0, 9992.0, 10037.0, 10078.0, 10035.0, 10062.0, 10018.0, 10041.0, 10079.0, 10026.0, 10071.0, 10045.0, 10027.0, 10086.0, 10015.0, 10057.0, 10082.0, 10032.0, 10083.0, 10016.0, 10073.0, 10097.0, 10059.0, 10086.0, 10001.0, 10074.0, 10100.0, 10074.0, 10105.0, 10067.0, 10098.0, 10060.0, 10098.0, 10058.0, 10119.0, 10121.0, 10187.0, 10087.0, 10103.0, 10114.0, 10057.0, 10074.0, 10041.0, 10077.0, 10107.0, 10045.0, 10092.0, 10053.0, 10079.0, 10103.0, 10038.0, 10073.0, 10038.0, 10086.0, 10042.0, 10082.0, 10081.0, 10036.0, 10074.0, 10039.0, 10079.0, 10104.0, 10051.0, 10108.0, 10057.0, 10097.0, 10123.0, 10062.0, 10100.0, 10037.0, 10090.0, 10019.0, 10094.0, 10113.0, 10102.0, 10117.0, 10042.0, 10085.0, 10109.0, 10050.0, 10094.0, 10104.0, 10081.0, 10115.0, 10028.0, 10094.0, 10120.0, 10039.0, 10067.0, 9977.0, 10053.0, 10077.0, 10033.0, 10058.0, 9977.0, 10072.0, 10108.0, 10062.0, 10084.0, 9974.0, 10048.0, 10073.0, 10059.0, 10058.0, 9979.0, 10070.0, 10080.0, 10046.0, 10092.0, 10054.0, 10088.0, 10013.0, 10065.0, 10085.0, 10075.0, 10085.0, 9997.0, 10089.0, 10102.0, 10076.0, 10094.0, 10018.0, 10092.0, 10106.0, 10082.0, 10110.0, 10027.0, 10099.0, 10091.0, 10066.0, 10107.0, 10050.0, 10107.0, 10072.0, 10079.0, 10107.0, 10046.0, 10084.0, 10106.0, 10028.0, 10087.0, 10068.0, 10056.0, 10086.0, 9982.0, 10066.0, 10079.0, 10049.0, 10063.0, 9975.0, 10039.0, 10074.0, 10032.0, 10065.0, 10017.0, 10051.0, 10091.0, 10040.0, 10085.0, 10053.0, 10056.0, 10097.0, 10046.0, 10100.0, 10085.0, 10060.0, 10099.0, 10020.0, 10089.0, 10080.0, 10060.0, 10087.0, 9996.0, 10057.0, 10098.0, 10038.0, 10068.0, 10078.0, 10023.0, 10078.0, 10006.0, 10067.0, 10080.0, 10024.0, 10078.0, 10048.0, 10052.0, 10079.0, 9996.0, 10083.0, 10093.0, 10052.0, 10080.0, 10049.0, 10034.0, 10098.0, 10023.0, 10080.0, 10083.0, 10026.0, 10084.0, 10022.0, 10056.0, 10097.0, 10012.0, 10084.0, 10079.0, 10056.0, 10082.0, 9985.0, 10087.0, 10084.0, 10060.0, 10086.0, 10001.0, 10093.0, 10117.0, 10071.0, 10103.0, 9999.0, 10071.0, 10108.0, 10045.0, 10086.0, 10079.0, 10058.0, 10099.0, 10017.0, 10086.0, 10081.0, 10060.0, 10103.0, 10004.0, 10097.0, 10088.0, 10065.0, 10104.0, 10005.0, 10092.0, 10110.0, 10074.0, 10080.0, 10016.0, 10055.0, 10079.0, 10013.0, 10060.0, 10082.0, 10019.0, 10057.0, 9979.0, 10051.0, 10076.0, 10004.0, 10073.0, 10037.0, 10045.0, 10096.0, 10011.0, 10084.0, 10086.0, 10053.0, 10099.0, 10011.0, 10083.0, 10085.0, 10039.0, 10064.0, 9992.0, 10065.0, 10078.0, 10020.0, 10057.0, 10043.0, 10034.0, 10075.0, 9993.0, 10059.0, 10007.0, 9796.0, 10083.0, 9983.0, 10010.0, 10033.0, 9987.0, 10050.0, 10015.0, 10080.0, 10100.0, 10036.0, 10055.0, 10032.0, 10044.0, 10070.0, 9980.0, 10054.0, 10064.0, 10035.0, 10036.0, 10011.0, 10022.0, 10051.0, 9999.0, 10045.0, 10059.0, 9991.0, 10052.0, 10064.0, 10022.0, 10046.0, 9968.0, 10016.0, 10057.0, 10006.0, 10034.0, 10057.0, 9981.0, 10050.0, 10062.0, 10026.0, 10043.0, 9976.0, 10030.0, 10059.0, 9915.0, 10166.0, 10205.0, 10144.0, 10148.0, 10080.0, 10109.0, 10034.0, 10079.0, 10155.0, 10087.0, 10104.0, 10127.0, 10070.0, 10111.0, 10049.0, 10075.0, 10134.0, 10044.0, 10078.0, 10152.0, 10059.0, 10089.0, 10026.0, 10053.0, 10113.0, 10022.0, 10049.0, 10088.0, 10032.0, 10077.0, 10005.0, 10047.0, 10111.0, 10052.0, 10064.0, 10011.0, 10039.0, 10106.0, 10037.0, 10068.0, 10123.0, 10041.0, 10070.0, 10002.0, 10065.0, 10102.0, 10063.0, 10094.0, 10054.0, 10070.0, 10126.0, 10054.0, 10099.0, 10152.0, 10073.0, 10115.0, 10056.0, 10087.0, 10126.0, 10073.0, 10117.0, 10133.0, 10090.0, 10136.0, 10061.0, 10105.0, 10149.0, 10105.0, 10119.0, 10081.0, 10114.0, 10157.0, 10100.0, 10140.0, 10086.0, 10124.0, 10106.0, 10156.0, 10104.0, 10157.0, 10085.0, 10143.0, 10182.0, 10108.0, 10110.0, 10074.0, 10075.0, 10113.0, 10056.0, 10096.0, 10161.0, 10079.0, 10077.0, 10028.0, 10064.0, 10125.0, 10097.0, 10097.0, 10039.0, 10084.0, 10124.0, 10087.0, 10099.0, 10139.0, 10070.0, 10112.0, 10040.0, 10072.0, 10129.0, 10083.0, 10101.0, 10053.0, 10068.0, 10109.0, 10068.0, 10096.0, 10083.0, 10084.0, 10132.0, 10068.0, 10104.0, 10140.0, 10079.0, 10097.0, 10018.0, 10063.0, 10109.0, 10077.0, 10101.0, 10042.0, 10038.0, 10104.0, 10016.0, 10055.0, 10023.0, 10012.0, 10077.0, 10011.0, 10055.0, 10067.0, 10026.0, 10098.0, 10025.0, 10055.0, 10081.0, 10030.0, 10069.0, 9995.0, 10060.0, 10100.0, 10046.0, 10069.0, 9998.0, 10060.0, 10102.0, 10060.0, 10072.0, 9999.0, 10032.0, 10098.0, 10062.0, 10074.0, 10004.0, 10036.0, 10103.0, 10065.0, 10091.0, 10018.0, 10053.0, 10108.0, 10038.0, 10078.0, 10121.0, 10034.0, 10070.0, 9999.0, 10045.0, 10089.0, 10047.0, 10075.0, 10001.0, 10036.0, 10107.0, 10051.0, 10085.0, 10123.0, 10055.0, 10098.0, 10053.0, 10071.0, 10114.0, 10037.0, 10075.0, 10128.0, 10087.0, 10101.0, 10041.0, 10047.0, 10130.0, 10076.0, 10094.0, 10131.0, 10077.0, 10109.0, 10122.0, 10082.0, 10143.0, 10079.0, 10112.0, 10154.0, 10114.0, 10132.0, 10130.0, 10086.0, 10156.0, 10064.0, 10083.0, 10151.0, 10079.0, 10104.0, 10153.0, 10062.0, 10120.0, 10101.0, 10073.0, 10112.0, 10023.0, 10074.0, 10129.0, 10086.0, 10101.0, 10027.0, 10058.0, 10130.0, 10090.0, 10106.0, 10112.0, 10046.0, 10114.0, 10058.0, 10087.0, 10148.0, 10081.0, 10094.0, 10020.0, 10040.0, 10107.0, 10064.0, 10078.0, 10028.0, 10023.0, 10104.0, 10018.0, 10064.0, 10106.0, 10032.0, 10073.0, 10020.0, 10051.0, 10104.0, 10031.0, 10062.0, 10047.0, 10037.0, 10094.0, 10051.0, 10078.0, 10003.0, 10039.0, 10104.0, 10066.0, 10078.0, 10006.0, 10037.0, 10105.0, 10022.0, 10049.0, 10106.0, 10021.0, 10073.0, 10018.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.021007965367965366</td></tr>
<tr><td colspan=3>aqi</td><td>0.13568928614718614</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.96155996933911</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0325805536619723</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.898459946273023</td></tr>
<tr><td colspan=3>efc</td><td>0.5375</td></tr>
<tr><td colspan=3>fber</td><td>2766.2693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12361099217156823</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.683982683982684</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0628404642387643</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7481591162969625</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.334969738669944</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.105392537749387</td></tr>
<tr><td colspan=3>gcor</td><td>0.00403936</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008759069256484509</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036735519766807556</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>924</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.077043587767243</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>9.4574</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.8158</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>278.5923</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287023.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1310.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>460.7931</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3803</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.3521</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3653.4107</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1376.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4751.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.4761</td></tr>
<tr><td colspan=3>tsnr</td><td>17.716690506087616</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>