<?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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-04/func/sub-0037_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>8fa85b37e1f083852c64499c76e4c9f7</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:37:50.487500</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.999687, 0.0116365, 0.0221555, -0.0125631, 0.999032, 0.0421546]</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.0907058</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>[4155, -7744, -7285, 512, -84, -241, -9, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.308</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>57f12fb7-496a-4fc6-af4f-87917ba4d845||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.682086706161499, -0.03370597958564758, 0.05843759700655937, 110.10537719726562], [-0.031219903379678726, 2.6803300380706787, 0.11453323811292648, -86.8233413696289], [0.05944167077541351, -0.1130976527929306, 2.69693660736084, -78.40235137939453], [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': ['193750.487500', '193750.947500', '193751.407500', '193751.867500', '193752.327500', '193752.787500', '193753.247500', '193753.707500', '193754.167500', '193754.627500', '193755.087500', '193755.547500', '193756.007500', '193756.467500', '193756.927500', '193757.387500', '193757.847500', '193758.307500', '193758.767500', '193759.227500', '193759.687500', '193800.147500', '193800.607500', '193801.067500', '193801.527500', '193801.987500', '193802.447500', '193802.907500', '193803.367500', '193803.827500', '193804.287500', '193804.747500', '193805.207500', '193805.667500', '193806.127500', '193806.587500', '193807.047500', '193807.507500', '193807.967500', '193808.427500', '193808.887500', '193809.347500', '193809.807500', '193810.267500', '193810.727500', '193811.187500', '193811.647500', '193812.107500', '193812.567500', '193813.027500', '193813.487500', '193813.947500', '193814.407500', '193814.867500', '193815.327500', '193815.787500', '193816.247500', '193816.707500', '193817.167500', '193817.627500', '193818.087500', '193818.547500', '193819.007500', '193819.467500', '193819.927500', '193820.387500', '193820.847500', '193821.307500', '193821.767500', '193822.227500', '193822.687500', '193823.147500', '193823.607500', '193824.067500', '193824.527500', '193824.987500', '193825.447500', '193825.907500', '193826.367500', '193826.827500', '193827.287500', '193827.747500', '193828.207500', '193828.667500', '193829.127500', '193829.587500', '193830.047500', '193830.507500', '193830.967500', '193831.427500', '193831.887500', '193832.347500', '193832.807500', '193833.267500', '193833.727500', '193834.187500', '193834.647500', '193835.107500', '193835.567500', '193836.027500', '193836.487500', '193836.947500', '193837.407500', '193837.867500', '193838.327500', '193838.787500', '193839.247500', '193839.707500', '193840.167500', '193840.627500', '193841.087500', '193841.547500', '193842.007500', '193842.467500', '193842.927500', '193843.387500', '193843.847500', '193844.307500', '193844.767500', '193845.227500', '193845.687500', '193846.147500', '193846.607500', '193847.067500', '193847.527500', '193847.987500', '193848.447500', '193848.907500', '193849.367500', '193849.827500', '193850.287500', '193850.747500', '193851.207500', '193851.667500', '193852.127500', '193852.587500', '193853.047500', '193853.507500', '193853.967500', '193854.427500', '193854.887500', '193855.347500', '193855.807500', '193856.267500', '193856.727500', '193857.187500', '193857.647500', '193858.107500', '193858.567500', '193859.027500', '193859.487500', '193859.947500', '193900.407500', '193900.867500', '193901.327500', '193901.787500', '193902.247500', '193902.707500', '193903.167500', '193903.627500', '193904.087500', '193904.547500', '193905.007500', '193905.467500', '193905.927500', '193906.387500', '193906.847500', '193907.307500', '193907.767500', '193908.227500', '193908.687500', '193909.147500', '193909.607500', '193910.067500', '193910.527500', '193910.987500', '193911.447500', '193911.907500', '193912.367500', '193912.827500', '193913.287500', '193913.747500', '193914.207500', '193914.667500', '193915.127500', '193915.587500', '193916.047500', '193916.507500', '193916.967500', '193917.427500', '193917.887500', '193918.347500', '193918.807500', '193919.267500', '193919.727500', '193920.187500', '193920.647500', '193921.107500', '193921.567500', '193922.027500', '193922.487500', '193922.947500', '193923.407500', '193923.867500', '193924.327500', '193924.787500', '193925.247500', '193925.707500', '193926.167500', '193926.627500', '193927.087500', '193927.547500', '193928.007500', '193928.467500', '193928.927500', '193929.387500', '193929.847500', '193930.307500', '193930.767500', '193931.227500', '193931.687500', '193932.147500', '193932.607500', '193933.067500', '193933.527500', '193933.987500', '193934.447500', '193934.907500', '193935.367500', '193935.827500', '193936.287500', '193936.747500', '193937.207500', '193937.667500', '193938.127500', '193938.587500', '193939.047500', '193939.507500', '193939.967500', '193940.427500', '193940.887500', '193941.347500', '193941.807500', '193942.267500', '193942.727500', '193943.187500', '193943.647500', '193944.107500', '193944.567500', '193945.027500', '193945.487500', '193945.947500', '193946.407500', '193946.867500', '193947.327500', '193947.787500', '193948.247500', '193948.707500', '193949.167500', '193949.627500', '193950.087500', '193950.547500', '193951.007500', '193951.467500', '193951.927500', '193952.387500', '193952.847500', '193953.307500', '193953.767500', '193954.227500', '193954.687500', '193955.147500', '193955.607500', '193956.067500', '193956.527500', '193956.987500', '193957.447500', '193957.907500', '193958.367500', '193958.827500', '193959.287500', '193959.747500', '194000.207500', '194000.667500', '194001.127500', '194001.587500', '194002.047500', '194002.507500', '194002.967500', '194003.427500', '194003.887500', '194004.347500', '194004.807500', '194005.267500', '194005.727500', '194006.187500', '194006.647500', '194007.107500', '194007.567500', '194008.027500', '194008.487500', '194008.947500', '194009.407500', '194009.867500', '194010.327500', '194010.787500', '194011.247500', '194011.707500', '194012.167500', '194012.627500', '194013.087500', '194013.547500', '194014.007500', '194014.467500', '194014.927500', '194015.387500', '194015.847500', '194016.307500', '194016.767500', '194017.227500', '194017.687500', '194018.147500', '194018.607500', '194019.067500', '194019.527500', '194019.987500', '194020.447500', '194020.907500', '194021.367500', '194021.827500', '194022.287500', '194022.747500', '194023.207500', '194023.667500', '194024.127500', '194024.587500', '194025.047500', '194025.507500', '194025.967500', '194026.427500', '194026.887500', '194027.347500', '194027.807500', '194028.267500', '194028.727500', '194029.187500', '194029.647500', '194030.107500', '194030.567500', '194031.027500', '194031.487500', '194031.947500', '194032.407500', '194032.867500', '194033.327500', '194033.787500', '194034.247500', '194034.707500', '194035.167500', '194035.627500', '194036.087500', '194036.547500', '194037.007500', '194037.467500', '194037.927500', '194038.387500', '194038.847500', '194039.307500', '194039.767500', '194040.227500', '194040.687500', '194041.147500', '194041.607500', '194042.067500', '194042.527500', '194042.987500', '194043.447500', '194043.907500', '194044.367500', '194044.827500', '194045.287500', '194045.747500', '194046.207500', '194046.667500', '194047.127500', '194047.587500', '194048.047500', '194048.507500', '194048.967500', '194049.427500', '194049.887500', '194050.347500', '194050.807500', '194051.267500', '194051.727500', '194052.187500', '194052.647500', '194053.107500', '194053.567500', '194054.027500', '194054.487500', '194054.947500', '194055.407500', '194055.867500', '194056.327500', '194056.787500', '194057.247500', '194057.707500', '194058.167500', '194058.627500', '194059.087500', '194059.547500', '194100.007500', '194100.467500', '194100.927500', '194101.387500', '194101.847500', '194102.307500', '194102.767500', '194103.227500', '194103.687500', '194104.147500', '194104.607500', '194105.067500', '194105.527500', '194105.987500', '194106.447500', '194106.907500', '194107.367500', '194107.827500', '194108.287500', '194108.747500', '194109.207500', '194109.667500', '194110.127500', '194110.587500', '194111.047500', '194111.507500', '194111.967500', '194112.427500', '194112.887500', '194113.347500', '194113.807500', '194114.267500', '194114.727500', '194115.187500', '194115.647500', '194116.107500', '194116.567500', '194117.027500', '194117.487500', '194117.947500', '194118.407500', '194118.867500', '194119.327500', '194119.787500', '194120.247500', '194120.707500', '194121.167500', '194121.627500', '194122.087500', '194122.547500', '194123.007500', '194123.467500', '194123.927500', '194124.387500', '194124.847500', '194125.307500', '194125.767500', '194126.227500', '194126.687500', '194127.147500', '194127.607500', '194128.067500', '194128.527500', '194128.987500', '194129.447500', '194129.907500', '194130.367500', '194130.827500', '194131.287500', '194131.747500', '194132.207500', '194132.667500', '194133.127500', '194133.587500', '194134.047500', '194134.507500', '194134.967500', '194135.427500', '194135.887500', '194136.347500', '194136.807500', '194137.267500', '194137.727500', '194138.187500', '194138.647500', '194139.107500', '194139.567500', '194140.027500', '194140.487500', '194140.947500', '194141.407500', '194141.867500', '194142.327500', '194142.787500', '194143.247500', '194143.707500', '194144.167500', '194144.627500', '194145.087500', '194145.547500', '194146.007500', '194146.467500', '194146.927500', '194147.387500', '194147.847500', '194148.307500', '194148.767500', '194149.227500', '194149.687500', '194150.147500', '194150.607500', '194151.067500', '194151.527500', '194151.987500', '194152.447500', '194152.907500', '194153.367500', '194153.827500', '194154.287500', '194154.747500', '194155.207500', '194155.667500', '194156.127500', '194156.587500', '194157.047500', '194157.507500', '194157.967500', '194158.427500', '194158.887500', '194159.347500', '194159.807500', '194200.267500', '194200.727500', '194201.187500', '194201.647500', '194202.107500', '194202.567500', '194203.027500', '194203.487500', '194203.947500', '194204.407500', '194204.867500', '194205.327500', '194205.787500', '194206.247500', '194206.707500', '194207.167500', '194207.627500', '194208.087500', '194208.547500', '194209.007500', '194209.467500', '194209.927500', '194210.387500', '194210.847500', '194211.307500', '194211.767500', '194212.227500', '194212.687500', '194213.147500', '194213.607500', '194214.067500', '194214.527500', '194214.987500', '194215.447500', '194215.907500', '194216.367500', '194216.827500', '194217.287500', '194217.747500', '194218.207500', '194218.667500', '194219.127500', '194219.587500', '194220.047500', '194220.507500', '194220.967500', '194221.427500', '194221.887500', '194222.347500', '194222.807500', '194223.267500', '194223.727500', '194224.187500', '194224.647500', '194225.107500', '194225.567500', '194226.027500', '194226.487500', '194226.947500', '194227.407500', '194227.867500', '194228.327500', '194228.787500', '194229.247500', '194229.707500', '194230.167500', '194230.627500', '194231.087500', '194231.547500', '194232.007500', '194232.467500', '194232.927500', '194233.387500', '194233.847500', '194234.307500', '194234.767500', '194235.227500', '194235.687500', '194236.147500', '194236.607500', '194237.067500', '194237.527500', '194237.987500', '194238.447500', '194238.907500', '194239.367500', '194239.827500', '194240.287500', '194240.747500', '194241.207500', '194241.667500', '194242.127500', '194242.587500', '194243.047500', '194243.507500', '194243.967500', '194244.427500', '194244.887500', '194245.347500', '194245.807500', '194246.267500', '194246.727500', '194247.187500', '194247.647500', '194248.107500', '194248.567500', '194249.027500', '194249.487500', '194249.947500', '194250.407500', '194250.867500', '194251.327500', '194251.787500', '194252.247500', '194252.707500', '194253.167500', '194253.627500', '194254.087500', '194254.547500', '194255.007500', '194255.467500', '194255.927500', '194256.387500', '194256.847500', '194257.307500', '194257.767500', '194258.227500', '194258.687500', '194259.147500', '194259.607500', '194300.067500', '194300.527500', '194300.987500', '194301.447500', '194301.907500', '194302.367500', '194302.827500', '194303.287500', '194303.747500', '194304.207500', '194304.667500', '194305.127500', '194305.587500', '194306.047500', '194306.507500', '194306.967500', '194307.427500', '194307.887500', '194308.347500', '194308.807500', '194309.267500', '194309.727500', '194310.187500', '194310.647500', '194311.107500', '194311.567500', '194312.027500', '194312.487500', '194312.947500', '194313.407500', '194313.867500', '194314.327500', '194314.787500', '194315.247500', '194315.707500', '194316.167500', '194316.627500', '194317.087500', '194317.547500', '194318.007500', '194318.467500', '194318.927500', '194319.387500', '194319.847500', '194320.307500', '194320.767500', '194321.227500', '194321.687500', '194322.147500', '194322.607500', '194323.067500', '194323.527500', '194323.987500', '194324.447500', '194324.907500', '194325.367500', '194325.827500', '194326.287500', '194326.747500', '194327.207500', '194327.667500', '194328.127500', '194328.587500', '194329.047500', '194329.507500', '194329.967500', '194330.427500', '194330.887500', '194331.347500', '194331.807500', '194332.267500', '194332.727500', '194333.187500', '194333.647500', '194334.107500', '194334.567500', '194335.027500', '194335.487500', '194335.947500', '194336.407500', '194336.867500', '194337.327500', '194337.787500', '194338.247500', '194338.707500', '194339.167500', '194339.627500', '194340.087500', '194340.547500', '194341.007500', '194341.467500', '194341.927500', '194342.387500', '194342.847500', '194343.307500', '194343.767500', '194344.227500', '194344.687500', '194345.147500', '194345.607500', '194346.067500', '194346.527500', '194346.987500', '194347.447500', '194347.907500', '194348.367500', '194348.827500', '194349.287500', '194349.747500', '194350.207500', '194350.667500', '194351.127500', '194351.587500', '194352.047500', '194352.507500', '194352.967500', '194353.427500', '194353.887500', '194354.347500', '194354.807500', '194355.267500', '194355.727500', '194356.187500', '194356.647500', '194357.107500', '194357.567500', '194358.027500', '194358.487500', '194358.947500', '194359.407500', '194359.867500', '194400.327500', '194400.787500', '194401.247500', '194401.707500', '194402.167500', '194402.627500', '194403.087500', '194403.547500', '194404.007500', '194404.467500', '194404.927500', '194405.387500', '194405.847500', '194406.307500', '194406.767500', '194407.227500', '194407.687500', '194408.147500', '194408.607500', '194409.067500', '194409.527500', '194409.987500', '194410.447500', '194410.907500', '194411.367500', '194411.827500', '194412.287500', '194412.747500', '194413.207500', '194413.667500', '194414.127500', '194414.587500', '194415.047500', '194415.507500', '194415.967500', '194416.427500', '194416.887500', '194417.347500', '194417.807500', '194418.267500', '194418.727500', '194419.187500', '194419.647500', '194420.107500', '194420.567500', '194421.027500', '194421.487500', '194421.947500', '194422.407500', '194422.867500', '194423.327500', '194423.787500', '194424.247500', '194424.707500', '194425.167500', '194425.627500', '194426.087500', '194426.547500', '194427.007500', '194427.467500', '194427.927500', '194428.387500', '194428.847500', '194429.307500', '194429.767500', '194430.227500', '194430.687500', '194431.147500', '194431.607500', '194432.067500', '194432.527500', '194432.987500', '194433.447500', '194433.907500', '194434.367500', '194434.827500', '194435.287500', '194435.747500', '194436.207500', '194436.667500', '194437.127500', '194437.587500', '194438.047500', '194438.507500', '194438.967500', '194439.427500', '194439.887500', '194440.347500', '194440.807500', '194441.267500', '194441.727500', '194442.187500', '194442.647500', '194443.107500', '194443.567500', '194444.027500', '194444.487500', '194444.947500', '194445.407500', '194445.867500', '194446.327500', '194446.787500', '194447.247500', '194447.707500', '194448.167500', '194448.627500', '194449.087500', '194449.547500', '194450.007500', '194450.467500', '194450.927500', '194451.387500', '194451.847500', '194452.307500', '194452.767500', '194453.227500', '194453.687500', '194454.147500', '194454.607500', '194455.067500', '194455.527500', '194455.987500'], 'ContentTime': ['193809.331000', '193809.334000', '193809.337000', '193809.340000', '193809.343000', '193809.351000', '193809.354000', '193809.356000', '193809.359000', '193809.362000', '193809.364000', '193809.367000', '193809.369000', '193809.375000', '193809.377000', '193809.380000', '193809.382000', '193809.385000', '193809.387000', '193809.390000', '193809.393000', '193809.395000', '193809.398000', '193809.400000', '193809.403000', '193809.406000', '193809.408000', '193809.411000', '193809.413000', '193809.416000', '193809.419000', '193809.421000', '193809.424000', '193809.426000', '193809.429000', '193809.431000', '193809.434000', '193809.437000', '193829.295000', '193829.298000', '193829.301000', '193829.304000', '193829.306000', '193829.309000', '193829.311000', '193829.314000', '193829.316000', '193829.319000', '193829.321000', '193829.324000', '193829.326000', '193829.329000', '193829.331000', '193829.334000', '193829.337000', '193829.339000', '193829.342000', '193829.344000', '193829.347000', '193829.349000', '193829.352000', '193829.354000', '193829.357000', '193829.360000', '193829.363000', '193829.366000', '193829.369000', '193829.371000', '193829.374000', '193829.377000', '193829.379000', '193829.382000', '193829.384000', '193829.387000', '193829.389000', '193829.392000', '193829.394000', '193829.397000', '193829.399000', '193829.402000', '193829.404000', '193849.295000', '193849.298000', '193849.318000', '193849.321000', '193849.323000', '193849.326000', '193849.329000', '193849.331000', '193849.334000', '193849.336000', '193849.339000', '193849.341000', '193849.344000', '193849.347000', '193849.351000', '193849.353000', '193849.356000', '193849.358000', '193849.361000', '193849.364000', '193849.366000', '193849.369000', '193849.371000', '193849.374000', '193849.376000', '193849.379000', '193849.382000', '193849.384000', '193849.387000', '193849.389000', '193849.392000', '193849.394000', '193849.397000', '193849.400000', '193849.402000', '193849.405000', '193849.407000', '193849.410000', '193849.413000', '193849.415000', '193849.418000', '193849.420000', '193849.423000', '193849.425000', '193909.295000', '193909.298000', '193909.301000', '193909.303000', '193909.306000', '193909.309000', '193909.311000', '193909.314000', '193909.316000', '193909.319000', '193909.321000', '193909.324000', '193909.327000', '193909.329000', '193909.332000', '193909.334000', '193909.337000', '193909.339000', '193909.342000', '193909.345000', '193909.347000', '193909.350000', '193909.352000', '193909.355000', '193909.357000', '193909.360000', '193909.363000', '193909.365000', '193909.368000', '193909.370000', '193909.373000', '193909.376000', '193909.378000', '193909.381000', '193909.383000', '193909.386000', '193909.388000', '193909.391000', '193909.393000', '193909.396000', '193909.399000', '193909.402000', '193909.405000', '193929.295000', '193929.298000', '193929.301000', '193929.303000', '193929.306000', '193929.309000', '193929.311000', '193929.314000', '193929.316000', '193929.319000', '193929.321000', '193929.324000', '193929.327000', '193929.329000', '193929.332000', '193929.334000', '193929.337000', '193929.340000', '193929.342000', '193929.345000', '193929.347000', '193929.350000', '193929.353000', '193929.355000', '193929.358000', '193929.360000', '193929.363000', '193929.365000', '193929.368000', '193929.371000', '193929.373000', '193929.376000', '193929.378000', '193929.381000', '193929.383000', '193929.386000', '193929.389000', '193929.391000', '193929.394000', '193929.396000', '193929.399000', '193929.401000', '193929.404000', '193929.407000', '193949.295000', '193949.298000', '193949.301000', '193949.304000', '193949.306000', '193949.309000', '193949.311000', '193949.314000', '193949.316000', '193949.319000', '193949.322000', '193949.324000', '193949.327000', '193949.329000', '193949.332000', '193949.335000', '193949.337000', '193949.340000', '193949.342000', '193949.345000', '193949.347000', '193949.350000', '193949.353000', '193949.355000', '193949.358000', '193949.360000', '193949.363000', '193949.365000', '193949.368000', '193949.371000', '193949.373000', '193949.376000', '193949.378000', '193949.381000', '193949.384000', '193949.386000', '193949.389000', '193949.391000', '193949.394000', '193949.396000', '193949.399000', '193949.402000', '193949.404000', '194009.295000', '194009.298000', '194009.301000', '194009.303000', '194009.306000', '194009.309000', '194009.311000', '194009.314000', '194009.316000', '194009.319000', '194009.322000', '194009.324000', '194009.327000', '194009.329000', '194009.332000', '194009.335000', '194009.337000', '194009.340000', '194009.342000', '194009.345000', '194009.348000', '194009.350000', '194009.353000', '194009.355000', '194009.358000', '194009.361000', '194009.363000', '194009.366000', '194009.368000', '194009.371000', '194009.374000', '194009.376000', '194009.379000', '194009.381000', '194009.384000', '194009.386000', '194009.389000', '194009.392000', '194009.394000', '194009.397000', '194009.399000', '194009.402000', '194009.414000', '194009.417000', '194029.295000', '194029.298000', '194029.301000', '194029.303000', '194029.306000', '194029.309000', '194029.311000', '194029.314000', '194029.316000', '194029.319000', '194029.321000', '194029.324000', '194029.327000', '194029.329000', '194029.332000', '194029.334000', '194029.337000', '194029.340000', '194029.342000', '194029.345000', '194029.347000', '194029.350000', '194029.353000', '194029.377000', '194029.380000', '194029.382000', '194029.385000', '194029.388000', '194029.390000', '194029.393000', '194029.395000', '194029.398000', '194029.400000', '194029.403000', '194029.405000', '194029.408000', '194029.414000', '194029.417000', '194029.419000', '194029.422000', '194029.425000', '194029.427000', '194029.430000', '194049.295000', '194049.298000', '194049.301000', '194049.303000', '194049.306000', '194049.308000', '194049.311000', '194049.314000', '194049.316000', '194049.319000', '194049.322000', '194049.325000', '194049.327000', '194049.330000', '194049.332000', '194049.335000', '194049.337000', '194049.340000', '194049.343000', '194049.345000', '194049.348000', '194049.350000', '194049.353000', '194049.355000', '194049.358000', '194049.361000', '194049.363000', '194049.366000', '194049.369000', '194049.371000', '194049.374000', '194049.376000', '194049.379000', '194049.382000', '194049.384000', '194049.387000', '194049.389000', '194049.392000', '194049.394000', '194049.397000', '194049.400000', '194049.402000', '194049.405000', '194049.407000', '194109.295000', '194109.298000', '194109.301000', '194109.303000', '194109.306000', '194109.309000', '194109.311000', '194109.314000', '194109.316000', '194109.319000', '194109.322000', '194109.324000', '194109.327000', '194109.329000', '194109.332000', '194109.335000', '194109.338000', '194109.340000', '194109.343000', '194109.345000', '194109.348000', '194109.351000', '194109.353000', '194109.356000', '194109.359000', '194109.361000', '194109.364000', '194109.367000', '194109.369000', '194109.372000', '194109.374000', '194109.377000', '194109.380000', '194109.382000', '194109.385000', '194109.387000', '194109.390000', '194109.393000', '194109.395000', '194109.398000', '194109.400000', '194109.403000', '194109.406000', '194129.295000', '194129.298000', '194129.301000', '194129.303000', '194129.306000', '194129.309000', '194129.311000', '194129.314000', '194129.316000', '194129.319000', '194129.322000', '194129.324000', '194129.327000', '194129.329000', '194129.332000', '194129.335000', '194129.337000', '194129.340000', '194129.342000', '194129.345000', '194129.347000', '194129.350000', '194129.353000', '194129.355000', '194129.358000', '194129.360000', '194129.363000', '194129.366000', '194129.368000', '194129.371000', '194129.373000', '194129.376000', '194129.379000', '194129.381000', '194129.384000', '194129.386000', '194129.389000', '194129.392000', '194129.394000', '194129.397000', '194129.399000', '194129.402000', '194129.404000', '194129.407000', '194149.295000', '194149.298000', '194149.301000', '194149.303000', '194149.306000', '194149.309000', '194149.311000', '194149.314000', '194149.316000', '194149.319000', '194149.321000', '194149.324000', '194149.327000', '194149.329000', '194149.332000', '194149.334000', '194149.337000', '194149.339000', '194149.342000', '194149.345000', '194149.347000', '194149.350000', '194149.352000', '194149.367000', '194149.370000', '194149.372000', '194149.375000', '194149.377000', '194149.380000', '194149.383000', '194149.385000', '194149.388000', '194149.390000', '194149.393000', '194149.396000', '194149.398000', '194149.401000', '194149.403000', '194149.406000', '194149.409000', '194149.411000', '194149.414000', '194149.416000', '194209.295000', '194209.298000', '194209.301000', '194209.303000', '194209.306000', '194209.310000', '194209.313000', '194209.316000', '194209.318000', '194209.321000', '194209.323000', '194209.326000', '194209.329000', '194209.331000', '194209.334000', '194209.337000', '194209.339000', '194209.342000', '194209.344000', '194209.347000', '194209.349000', '194209.352000', '194209.355000', '194209.357000', '194209.360000', '194209.363000', '194209.366000', '194209.368000', '194209.371000', '194209.374000', '194209.376000', '194209.379000', '194209.382000', '194209.384000', '194209.387000', '194209.389000', '194209.392000', '194209.395000', '194209.398000', '194209.400000', '194209.403000', '194209.405000', '194209.408000', '194209.410000', '194229.295000', '194229.298000', '194229.301000', '194229.304000', '194229.306000', '194229.309000', '194229.311000', '194229.314000', '194229.317000', '194229.319000', '194229.322000', '194229.324000', '194229.327000', '194229.330000', '194229.332000', '194229.335000', '194229.337000', '194229.340000', '194229.342000', '194229.345000', '194229.348000', '194229.350000', '194229.353000', '194229.355000', '194229.358000', '194229.361000', '194229.363000', '194229.366000', '194229.368000', '194229.371000', '194229.374000', '194229.376000', '194229.379000', '194229.381000', '194229.384000', '194229.387000', '194229.389000', '194229.392000', '194229.394000', '194229.397000', '194229.399000', '194229.402000', '194229.405000', '194249.295000', '194249.298000', '194249.301000', '194249.304000', '194249.306000', '194249.309000', '194249.311000', '194249.314000', '194249.317000', '194249.319000', '194249.322000', '194249.324000', '194249.327000', '194249.330000', '194249.332000', '194249.335000', '194249.338000', '194249.340000', '194249.343000', '194249.345000', '194249.348000', '194249.350000', '194249.353000', '194249.356000', '194249.358000', '194249.361000', '194249.363000', '194249.366000', '194249.369000', '194249.371000', '194249.374000', '194249.376000', '194249.379000', '194249.381000', '194249.384000', '194249.387000', '194249.389000', '194249.392000', '194249.394000', '194249.397000', '194249.400000', '194249.402000', '194249.405000', '194249.407000', '194309.295000', '194309.298000', '194309.301000', '194309.303000', '194309.306000', '194309.309000', '194309.311000', '194309.314000', '194309.317000', '194309.319000', '194309.322000', '194309.324000', '194309.327000', '194309.329000', '194309.332000', '194309.335000', '194309.337000', '194309.340000', '194309.342000', '194309.345000', '194309.347000', '194309.350000', '194309.353000', '194309.355000', '194309.358000', '194309.361000', '194309.363000', '194309.366000', '194309.368000', '194309.371000', '194309.373000', '194309.376000', '194309.379000', '194309.381000', '194309.384000', '194309.386000', '194309.389000', '194309.392000', '194309.394000', '194309.397000', '194309.399000', '194309.402000', '194309.407000', '194329.296000', '194329.298000', '194329.301000', '194329.304000', '194329.306000', '194329.309000', '194329.311000', '194329.314000', '194329.317000', '194329.319000', '194329.322000', '194329.324000', '194329.327000', '194329.329000', '194329.332000', '194329.335000', '194329.337000', '194329.340000', '194329.342000', '194329.345000', '194329.348000', '194329.351000', '194329.354000', '194329.357000', '194329.359000', '194329.362000', '194329.365000', '194329.367000', '194329.370000', '194329.372000', '194329.375000', '194329.377000', '194329.380000', '194329.383000', '194329.385000', '194329.388000', '194329.390000', '194329.393000', '194329.395000', '194329.398000', '194329.401000', '194329.403000', '194329.406000', '194349.296000', '194349.298000', '194349.301000', '194349.304000', '194349.307000', '194349.309000', '194349.312000', '194349.314000', '194349.317000', '194349.319000', '194349.322000', '194349.325000', '194349.327000', '194349.330000', '194349.332000', '194349.335000', '194349.337000', '194349.340000', '194349.343000', '194349.345000', '194349.348000', '194349.350000', '194349.353000', '194349.356000', '194349.358000', '194349.361000', '194349.363000', '194349.366000', '194349.368000', '194349.371000', '194349.374000', '194349.376000', '194349.379000', '194349.381000', '194349.384000', '194349.386000', '194349.389000', '194349.392000', '194349.394000', '194349.397000', '194349.399000', '194349.402000', '194349.404000', '194349.407000', '194409.295000', '194409.298000', '194409.301000', '194409.304000', '194409.306000', '194409.309000', '194409.312000', '194409.314000', '194409.317000', '194409.319000', '194409.322000', '194409.325000', '194409.327000', '194409.330000', '194409.332000', '194409.335000', '194409.338000', '194409.340000', '194409.343000', '194409.346000', '194409.348000', '194409.351000', '194409.353000', '194409.356000', '194409.359000', '194409.361000', '194409.364000', '194409.366000', '194409.369000', '194409.371000', '194409.374000', '194409.377000', '194409.379000', '194409.382000', '194409.384000', '194409.387000', '194409.389000', '194409.392000', '194409.395000', '194409.397000', '194409.400000', '194409.402000', '194409.405000', '194429.295000', '194429.298000', '194429.301000', '194429.304000', '194429.306000', '194429.309000', '194429.311000', '194429.314000', '194429.316000', '194429.319000', '194429.322000', '194429.324000', '194429.327000', '194429.329000', '194429.332000', '194429.335000', '194429.337000', '194429.340000', '194429.342000', '194429.345000', '194429.348000', '194429.350000', '194429.353000', '194429.355000', '194429.358000', '194429.360000', '194429.363000', '194429.366000', '194429.368000', '194429.371000', '194429.373000', '194429.376000', '194429.379000', '194429.381000', '194429.384000', '194429.386000', '194429.389000', '194429.391000', '194429.394000', '194429.397000', '194429.399000', '194429.402000', '194429.404000', '194429.407000', '194449.295000', '194449.308000', '194449.311000', '194449.314000', '194449.316000', '194449.319000', '194449.322000', '194449.324000', '194449.327000', '194449.329000', '194449.332000', '194449.335000', '194449.344000', '194449.347000', '194449.350000', '194449.352000', '194449.355000', '194449.358000', '194449.361000', '194449.363000', '194449.366000', '194449.368000', '194449.371000', '194449.374000', '194449.376000', '194449.379000', '194449.381000', '194449.384000', '194449.388000', '194449.391000', '194449.394000', '194449.397000', '194449.399000', '194449.402000', '194449.404000', '194449.407000', '194449.410000', '194449.412000', '194449.415000', '194449.418000', '194449.420000', '194449.423000', '194449.425000', '194457.609000', '194457.612000', '194457.614000', '194457.617000', '194457.619000', '194457.622000', '194457.625000', '194457.627000', '194457.630000', '194457.632000', '194457.635000', '194457.638000', '194457.640000', '194457.643000', '194457.645000', '194457.648000', '194457.650000', '194457.653000', '194457.656000'], 'InstanceCreationTime': ['193809.331000', '193809.334000', '193809.337000', '193809.340000', '193809.343000', '193809.351000', '193809.354000', '193809.356000', '193809.359000', '193809.362000', '193809.364000', '193809.367000', '193809.369000', '193809.375000', '193809.377000', '193809.380000', '193809.382000', '193809.385000', '193809.387000', '193809.390000', '193809.393000', '193809.395000', '193809.398000', '193809.400000', '193809.403000', '193809.406000', '193809.408000', '193809.411000', '193809.413000', '193809.416000', '193809.419000', '193809.421000', '193809.424000', '193809.426000', '193809.429000', '193809.431000', '193809.434000', '193809.437000', '193829.295000', '193829.298000', '193829.301000', '193829.304000', '193829.306000', '193829.309000', '193829.311000', '193829.314000', '193829.316000', '193829.319000', '193829.321000', '193829.324000', '193829.326000', '193829.329000', '193829.331000', '193829.334000', '193829.337000', '193829.339000', '193829.342000', '193829.344000', '193829.347000', '193829.349000', '193829.352000', '193829.354000', '193829.357000', '193829.360000', '193829.363000', '193829.366000', '193829.369000', '193829.371000', '193829.374000', '193829.377000', '193829.379000', '193829.382000', '193829.384000', '193829.387000', '193829.389000', '193829.392000', '193829.394000', '193829.397000', '193829.399000', '193829.402000', '193829.404000', '193849.295000', '193849.298000', '193849.318000', '193849.321000', '193849.323000', '193849.326000', '193849.329000', '193849.331000', '193849.334000', '193849.336000', '193849.339000', '193849.341000', '193849.344000', '193849.347000', '193849.351000', '193849.353000', '193849.356000', '193849.358000', '193849.361000', '193849.364000', '193849.366000', '193849.369000', '193849.371000', '193849.374000', '193849.376000', '193849.379000', '193849.382000', '193849.384000', '193849.387000', '193849.389000', '193849.392000', '193849.394000', '193849.397000', '193849.400000', '193849.402000', '193849.405000', '193849.407000', '193849.410000', '193849.413000', '193849.415000', '193849.418000', '193849.420000', '193849.423000', '193849.425000', '193909.295000', '193909.298000', '193909.301000', '193909.303000', '193909.306000', '193909.309000', '193909.311000', '193909.314000', '193909.316000', '193909.319000', '193909.321000', '193909.324000', '193909.327000', '193909.329000', '193909.332000', '193909.334000', '193909.337000', '193909.339000', '193909.342000', '193909.345000', '193909.347000', '193909.350000', '193909.352000', '193909.355000', '193909.357000', '193909.360000', '193909.363000', '193909.365000', '193909.368000', '193909.370000', '193909.373000', '193909.376000', '193909.378000', '193909.381000', '193909.383000', '193909.386000', '193909.388000', '193909.391000', '193909.393000', '193909.396000', '193909.399000', '193909.402000', '193909.405000', '193929.295000', '193929.298000', '193929.301000', '193929.303000', '193929.306000', '193929.309000', '193929.311000', '193929.314000', '193929.316000', '193929.319000', '193929.321000', '193929.324000', '193929.327000', '193929.329000', '193929.332000', '193929.334000', '193929.337000', '193929.340000', '193929.342000', '193929.345000', '193929.347000', '193929.350000', '193929.353000', '193929.355000', '193929.358000', '193929.360000', '193929.363000', '193929.365000', '193929.368000', '193929.371000', '193929.373000', '193929.376000', '193929.378000', '193929.381000', '193929.383000', '193929.386000', '193929.389000', '193929.391000', '193929.394000', '193929.396000', '193929.399000', '193929.401000', '193929.404000', '193929.407000', '193949.295000', '193949.298000', '193949.301000', '193949.304000', '193949.306000', '193949.309000', '193949.311000', '193949.314000', '193949.316000', '193949.319000', '193949.322000', '193949.324000', '193949.327000', '193949.329000', '193949.332000', '193949.335000', '193949.337000', '193949.340000', '193949.342000', '193949.345000', '193949.347000', '193949.350000', '193949.353000', '193949.355000', '193949.358000', '193949.360000', '193949.363000', '193949.365000', '193949.368000', '193949.371000', '193949.373000', '193949.376000', '193949.378000', '193949.381000', '193949.384000', '193949.386000', '193949.389000', '193949.391000', '193949.394000', '193949.396000', '193949.399000', '193949.402000', '193949.404000', '194009.295000', '194009.298000', '194009.301000', '194009.303000', '194009.306000', '194009.309000', '194009.311000', '194009.314000', '194009.316000', '194009.319000', '194009.322000', '194009.324000', '194009.327000', '194009.329000', '194009.332000', '194009.335000', '194009.337000', '194009.340000', '194009.342000', '194009.345000', '194009.348000', '194009.350000', '194009.353000', '194009.355000', '194009.358000', '194009.361000', '194009.363000', '194009.366000', '194009.368000', '194009.371000', '194009.374000', '194009.376000', '194009.379000', '194009.381000', '194009.384000', '194009.386000', '194009.389000', '194009.392000', '194009.394000', '194009.397000', '194009.399000', '194009.402000', '194009.414000', '194009.417000', '194029.295000', '194029.298000', '194029.301000', '194029.303000', '194029.306000', '194029.309000', '194029.311000', '194029.314000', '194029.316000', '194029.319000', '194029.321000', '194029.324000', '194029.327000', '194029.329000', '194029.332000', '194029.334000', '194029.337000', '194029.340000', '194029.342000', '194029.345000', '194029.347000', '194029.350000', '194029.353000', '194029.377000', '194029.380000', '194029.382000', '194029.385000', '194029.388000', '194029.390000', '194029.393000', '194029.395000', '194029.398000', '194029.400000', '194029.403000', '194029.405000', '194029.408000', '194029.414000', '194029.417000', '194029.419000', '194029.422000', '194029.425000', '194029.427000', '194029.430000', '194049.295000', '194049.298000', '194049.301000', '194049.303000', '194049.306000', '194049.308000', '194049.311000', '194049.314000', '194049.316000', '194049.319000', '194049.322000', '194049.325000', '194049.327000', '194049.330000', '194049.332000', '194049.335000', '194049.337000', '194049.340000', '194049.343000', '194049.345000', '194049.348000', '194049.350000', '194049.353000', '194049.355000', '194049.358000', '194049.361000', '194049.363000', '194049.366000', '194049.369000', '194049.371000', '194049.374000', '194049.376000', '194049.379000', '194049.382000', '194049.384000', '194049.387000', '194049.389000', '194049.392000', '194049.394000', '194049.397000', '194049.400000', '194049.402000', '194049.405000', '194049.407000', '194109.295000', '194109.298000', '194109.301000', '194109.303000', '194109.306000', '194109.309000', '194109.311000', '194109.314000', '194109.316000', '194109.319000', '194109.322000', '194109.324000', '194109.327000', '194109.329000', '194109.332000', '194109.335000', '194109.338000', '194109.340000', '194109.343000', '194109.345000', '194109.348000', '194109.351000', '194109.353000', '194109.356000', '194109.359000', '194109.361000', '194109.364000', '194109.367000', '194109.369000', '194109.372000', '194109.374000', '194109.377000', '194109.380000', '194109.382000', '194109.385000', '194109.387000', '194109.390000', '194109.393000', '194109.395000', '194109.398000', '194109.400000', '194109.403000', '194109.406000', '194129.295000', '194129.298000', '194129.301000', '194129.303000', '194129.306000', '194129.309000', '194129.311000', '194129.314000', '194129.316000', '194129.319000', '194129.322000', '194129.324000', '194129.327000', '194129.329000', '194129.332000', '194129.335000', '194129.337000', '194129.340000', '194129.342000', '194129.345000', '194129.347000', '194129.350000', '194129.353000', '194129.355000', '194129.358000', '194129.360000', '194129.363000', '194129.366000', '194129.368000', '194129.371000', '194129.373000', '194129.376000', '194129.379000', '194129.381000', '194129.384000', '194129.386000', '194129.389000', '194129.392000', '194129.394000', '194129.397000', '194129.399000', '194129.402000', '194129.404000', '194129.407000', '194149.295000', '194149.298000', '194149.301000', '194149.303000', '194149.306000', '194149.309000', '194149.311000', '194149.314000', '194149.316000', '194149.319000', '194149.321000', '194149.324000', '194149.327000', '194149.329000', '194149.332000', '194149.334000', '194149.337000', '194149.339000', '194149.342000', '194149.345000', '194149.347000', '194149.350000', '194149.352000', '194149.367000', '194149.370000', '194149.372000', '194149.375000', '194149.377000', '194149.380000', '194149.383000', '194149.385000', '194149.388000', '194149.390000', '194149.393000', '194149.396000', '194149.398000', '194149.401000', '194149.403000', '194149.406000', '194149.409000', '194149.411000', '194149.414000', '194149.416000', '194209.295000', '194209.298000', '194209.301000', '194209.303000', '194209.306000', '194209.310000', '194209.313000', '194209.316000', '194209.318000', '194209.321000', '194209.323000', '194209.326000', '194209.329000', '194209.331000', '194209.334000', '194209.337000', '194209.339000', '194209.342000', '194209.344000', '194209.347000', '194209.349000', '194209.352000', '194209.355000', '194209.357000', '194209.360000', '194209.363000', '194209.366000', '194209.368000', '194209.371000', '194209.374000', '194209.376000', '194209.379000', '194209.382000', '194209.384000', '194209.387000', '194209.389000', '194209.392000', '194209.395000', '194209.398000', '194209.400000', '194209.403000', '194209.405000', '194209.408000', '194209.410000', '194229.295000', '194229.298000', '194229.301000', '194229.304000', '194229.306000', '194229.309000', '194229.311000', '194229.314000', '194229.317000', '194229.319000', '194229.322000', '194229.324000', '194229.327000', '194229.330000', '194229.332000', '194229.335000', '194229.337000', '194229.340000', '194229.342000', '194229.345000', '194229.348000', '194229.350000', '194229.353000', '194229.355000', '194229.358000', '194229.361000', '194229.363000', '194229.366000', '194229.368000', '194229.371000', '194229.374000', '194229.376000', '194229.379000', '194229.381000', '194229.384000', '194229.387000', '194229.389000', '194229.392000', '194229.394000', '194229.397000', '194229.399000', '194229.402000', '194229.405000', '194249.295000', '194249.298000', '194249.301000', '194249.304000', '194249.306000', '194249.309000', '194249.311000', '194249.314000', '194249.317000', '194249.319000', '194249.322000', '194249.324000', '194249.327000', '194249.330000', '194249.332000', '194249.335000', '194249.338000', '194249.340000', '194249.343000', '194249.345000', '194249.348000', '194249.350000', '194249.353000', '194249.356000', '194249.358000', '194249.361000', '194249.363000', '194249.366000', '194249.369000', '194249.371000', '194249.374000', '194249.376000', '194249.379000', '194249.381000', '194249.384000', '194249.387000', '194249.389000', '194249.392000', '194249.394000', '194249.397000', '194249.400000', '194249.402000', '194249.405000', '194249.407000', '194309.295000', '194309.298000', '194309.301000', '194309.303000', '194309.306000', '194309.309000', '194309.311000', '194309.314000', '194309.317000', '194309.319000', '194309.322000', '194309.324000', '194309.327000', '194309.329000', '194309.332000', '194309.335000', '194309.337000', '194309.340000', '194309.342000', '194309.345000', '194309.347000', '194309.350000', '194309.353000', '194309.355000', '194309.358000', '194309.361000', '194309.363000', '194309.366000', '194309.368000', '194309.371000', '194309.373000', '194309.376000', '194309.379000', '194309.381000', '194309.384000', '194309.386000', '194309.389000', '194309.392000', '194309.394000', '194309.397000', '194309.399000', '194309.402000', '194309.407000', '194329.296000', '194329.298000', '194329.301000', '194329.304000', '194329.306000', '194329.309000', '194329.311000', '194329.314000', '194329.317000', '194329.319000', '194329.322000', '194329.324000', '194329.327000', '194329.329000', '194329.332000', '194329.335000', '194329.337000', '194329.340000', '194329.342000', '194329.345000', '194329.348000', '194329.351000', '194329.354000', '194329.357000', '194329.359000', '194329.362000', '194329.365000', '194329.367000', '194329.370000', '194329.372000', '194329.375000', '194329.377000', '194329.380000', '194329.383000', '194329.385000', '194329.388000', '194329.390000', '194329.393000', '194329.395000', '194329.398000', '194329.401000', '194329.403000', '194329.406000', '194349.296000', '194349.298000', '194349.301000', '194349.304000', '194349.307000', '194349.309000', '194349.312000', '194349.314000', '194349.317000', '194349.319000', '194349.322000', '194349.325000', '194349.327000', '194349.330000', '194349.332000', '194349.335000', '194349.337000', '194349.340000', '194349.343000', '194349.345000', '194349.348000', '194349.350000', '194349.353000', '194349.356000', '194349.358000', '194349.361000', '194349.363000', '194349.366000', '194349.368000', '194349.371000', '194349.374000', '194349.376000', '194349.379000', '194349.381000', '194349.384000', '194349.386000', '194349.389000', '194349.392000', '194349.394000', '194349.397000', '194349.399000', '194349.402000', '194349.404000', '194349.407000', '194409.295000', '194409.298000', '194409.301000', '194409.304000', '194409.306000', '194409.309000', '194409.312000', '194409.314000', '194409.317000', '194409.319000', '194409.322000', '194409.325000', '194409.327000', '194409.330000', '194409.332000', '194409.335000', '194409.338000', '194409.340000', '194409.343000', '194409.346000', '194409.348000', '194409.351000', '194409.353000', '194409.356000', '194409.359000', '194409.361000', '194409.364000', '194409.366000', '194409.369000', '194409.371000', '194409.374000', '194409.377000', '194409.379000', '194409.382000', '194409.384000', '194409.387000', '194409.389000', '194409.392000', '194409.395000', '194409.397000', '194409.400000', '194409.402000', '194409.405000', '194429.295000', '194429.298000', '194429.301000', '194429.304000', '194429.306000', '194429.309000', '194429.311000', '194429.314000', '194429.316000', '194429.319000', '194429.322000', '194429.324000', '194429.327000', '194429.329000', '194429.332000', '194429.335000', '194429.337000', '194429.340000', '194429.342000', '194429.345000', '194429.348000', '194429.350000', '194429.353000', '194429.355000', '194429.358000', '194429.360000', '194429.363000', '194429.366000', '194429.368000', '194429.371000', '194429.373000', '194429.376000', '194429.379000', '194429.381000', '194429.384000', '194429.386000', '194429.389000', '194429.391000', '194429.394000', '194429.397000', '194429.399000', '194429.402000', '194429.404000', '194429.407000', '194449.295000', '194449.308000', '194449.311000', '194449.314000', '194449.316000', '194449.319000', '194449.322000', '194449.324000', '194449.327000', '194449.329000', '194449.332000', '194449.335000', '194449.344000', '194449.347000', '194449.350000', '194449.352000', '194449.355000', '194449.358000', '194449.361000', '194449.363000', '194449.366000', '194449.368000', '194449.371000', '194449.374000', '194449.376000', '194449.379000', '194449.381000', '194449.384000', '194449.388000', '194449.391000', '194449.394000', '194449.397000', '194449.399000', '194449.402000', '194449.404000', '194449.407000', '194449.410000', '194449.412000', '194449.415000', '194449.418000', '194449.420000', '194449.423000', '194449.425000', '194457.609000', '194457.612000', '194457.614000', '194457.617000', '194457.619000', '194457.622000', '194457.625000', '194457.627000', '194457.630000', '194457.632000', '194457.635000', '194457.638000', '194457.640000', '194457.643000', '194457.645000', '194457.648000', '194457.650000', '194457.653000', '194457.656000'], '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': [9280, 9571, 9819, 9746, 13644, 10183, 10832, 9853, 9647, 12728, 9382, 10750, 9384, 9466, 11588, 9711, 9555, 9852, 9469, 9885, 10068, 9482, 10441, 9509, 9633, 10310, 9558, 13605, 9446, 10770, 9428, 9685, 13740, 9949, 10871, 9710, 9670, 12911, 10052, 9489, 11336, 9582, 9868, 9554, 9536, 13482, 9713, 9631, 12881, 9511, 10726, 9570, 9732, 11806, 9813, 9597, 12138, 9846, 9721, 9915, 9623, 12980, 9643, 9678, 11282, 9722, 9577, 10152, 9674, 13163, 9855, 9627, 9610, 9887, 12580, 9664, 9572, 9378, 13153, 12038, 10294, 8838, 9787, 9941, 9867, 10023, 9973, 9612, 10009, 9502, 9910, 12885, 10431, 12311, 11174, 9861, 8951, 9717, 9260, 9433, 9297, 9790, 9710, 9068, 9559, 11764, 10841, 9556, 13291, 9534, 9790, 9518, 9737, 12832, 9527, 10168, 9665, 9904, 9857, 9814, 10784, 9610, 9434, 11968, 9590, 10921, 9195, 9656, 12539, 9585, 11199, 9640, 9988, 10629, 9688, 9649, 9827, 9786, 14253, 9563, 11179, 9663, 9564, 13502, 10288, 10735, 9604, 9950, 11528, 9393, 9684, 8967, 9705, 8852, 9897, 9598, 9731, 9612, 14940, 9641, 11461, 9309, 9470, 14089, 10803, 11123, 9288, 9775, 9371, 9714, 13474, 9411, 10692, 9433, 9731, 11538, 9606, 9717, 9429, 9749, 12568, 9346, 9517, 11595, 9665, 12008, 9430, 9514, 11515, 9554, 11561, 9794, 9637, 11623, 9586, 9937, 9048, 9583, 12987, 9729, 12293, 9560, 9497, 9564, 9699, 13543, 10791, 10915, 9917, 9633, 11797, 9250, 9671, 9214, 9527, 11094, 9314, 9613, 9107, 9517, 12792, 9438, 9147, 9143, 9542, 12970, 9303, 10067, 9135, 9891, 11119, 9622, 9737, 12850, 9328, 9752, 8998, 9670, 10440, 9380, 9644, 12995, 9698, 10394, 9478, 9695, 13091, 9579, 9870, 8763, 9519, 12061, 9415, 9656, 12562, 9259, 9361, 12642, 9623, 10505, 9660, 9712, 9733, 9762, 9477, 9329, 9799, 9518, 9665, 9477, 10769, 9299, 9488, 12326, 9597, 10221, 9805, 9888, 11991, 9134, 9511, 12870, 9265, 9536, 9021, 9457, 11381, 9486, 9743, 12210, 9103, 9542, 12379, 9513, 9582, 8741, 9408, 10334, 9657, 9902, 12968, 9216, 9501, 13238, 9545, 11031, 9517, 9739, 10128, 9632, 11725, 9791, 9696, 13101, 9390, 10074, 9911, 9486, 12932, 9215, 9630, 12166, 9391, 10184, 9372, 9703, 10934, 9683, 9471, 12502, 9630, 9841, 9530, 9726, 12705, 9246, 9315, 9173, 9558, 11563, 9270, 10191, 9716, 9836, 9122, 9454, 13686, 9624, 11126, 9544, 9729, 13002, 9041, 10973, 8949, 9644, 9155, 9453, 10805, 9392, 9680, 9329, 9536, 10483, 9440, 10611, 12997, 9611, 13674, 9320, 9513, 9338, 9655, 8834, 9452, 9605, 9755, 9194, 10811, 13660, 10896, 12278, 10029, 9585, 8976, 9316, 9777, 9705, 9650, 14218, 9525, 10020, 9273, 9412, 9477, 9565, 10910, 9759, 8587, 9653, 9810, 8970, 9406, 13306, 9711, 9922, 9385, 9486, 8861, 9719, 12149, 9855, 9724, 10670, 9731, 10564, 9519, 9819, 9257, 9561, 9350, 9670, 9570, 13760, 9571, 9880, 9149, 9430, 14339, 9259, 10824, 9140, 9383, 8683, 9585, 13224, 9377, 9740, 9525, 9670, 12779, 9659, 10272, 11755, 9775, 11130, 9849, 9565, 12169, 9804, 11231, 9386, 9450, 13705, 9547, 10119, 9090, 9777, 10550, 9297, 9614, 9113, 9839, 9534, 9272, 9484, 11445, 9689, 9876, 9348, 9589, 9431, 9575, 11638, 9335, 9570, 10038, 9623, 12585, 9447, 9925, 12669, 9501, 10567, 9724, 9896, 12928, 9384, 9604, 10748, 9766, 11094, 9476, 9851, 12096, 9598, 9403, 9138, 9690, 10187, 9743, 9654, 12823, 9583, 9511, 9253, 9649, 12564, 9586, 9793, 11107, 9773, 9604, 9488, 9705, 12065, 9814, 9675, 9453, 9588, 9487, 9907, 9730, 12844, 9706, 9665, 9796, 9618, 12280, 9549, 9564, 9163, 9652, 11831, 9675, 9656, 14184, 9567, 11850, 9241, 9670, 12930, 10198, 10428, 9730, 9495, 12534, 9581, 10989, 13499, 9717, 11706, 10668, 9461, 12137, 9328, 9768, 12680, 9510, 9493, 9259, 9429, 9567, 9817, 9519, 11899, 9325, 9386, 11340, 9696, 10243, 9321, 9605, 12247, 9494, 9565, 9154, 9570, 10092, 9557, 9673, 12324, 9438, 9488, 9562, 9515, 9760, 9409, 9609, 13230, 9496, 10274, 9619, 9685, 9787, 9251, 9408, 10977, 9453, 11046, 9407, 9709, 9233, 9642, 12190, 9823, 9675, 12448, 9450, 10324, 9574, 9651, 12248, 9294, 9422, 12262, 9726, 10777, 9502, 9327, 12567, 9387, 10849, 9639, 9846, 13585, 9489, 9630, 12732, 9321, 10341, 9811, 9883, 12193, 9412, 9404, 10521, 9542, 9664, 9610, 9496, 12596, 9441, 9608, 10027, 9897, 11468, 9426, 9643, 9835, 9962, 10637, 9560, 9745, 10898, 9466, 12704, 9645, 9763, 9246, 9756, 11845, 9534, 9641, 13794, 9605, 11575, 9868, 9885, 12599, 9643, 9886, 9375, 9923, 10974, 9530, 9669, 12970, 9450, 9975, 9306, 9681, 11206, 9487, 9706, 13197, 9640, 9712, 9591, 9866, 11424, 9810, 9825, 13103, 9619, 10016, 9300, 9725, 12596, 9844, 9893, 9672, 9921, 10138, 9632, 9527, 10817, 9604, 10015, 9642, 9556, 12513, 9575, 9773, 9798, 9822, 9519, 9600, 9304, 9538, 9787, 10178, 9821, 9929, 9577, 11938, 9874, 9731, 13847, 10991, 11001, 9104, 9975, 12278, 9286, 10195, 9705, 9880, 9092, 9628, 12367, 10064, 9818, 12712, 9874, 11405, 9452, 9589, 13132, 9560, 9819, 9268, 9824, 11703, 9513, 10707, 9827, 9832, 9323, 9720, 12578, 9896, 9854, 8904, 9795, 9725, 9899, 9900, 11048, 9477, 13084, 11079, 10035, 9537, 11483, 14044, 11159, 10002, 9402, 8611, 8995, 9269, 8257, 9457, 9878, 10757, 9424, 8858, 9363, 10273, 9776, 14697, 10837, 9633, 9142, 12648, 9362, 12385, 10015, 9546, 8645, 9128, 10278, 9326, 9416, 8576, 9288, 8686, 9570, 9382, 9248, 9409, 9112, 9601, 8466, 9438, 10228, 9272, 9430, 9766, 9598, 9266, 9504, 13285, 10353, 11758, 11339, 9442, 13291, 9368, 9802, 14693, 9599, 11210, 9021, 9416, 14781, 9552, 11088, 9557, 9324, 14759, 9536, 10800, 9502, 9533, 12746, 9367, 9465, 11897, 9531, 11536, 9413, 9532, 9159, 9486, 13729, 9754, 10793, 9206, 9745, 11925, 9377, 12455, 9919, 9718, 10899, 9557, 10509, 8742, 9274, 14011, 9937, 10009, 9266, 9530, 12366, 9129, 10958, 8889, 9263, 12615, 9420, 9273, 14515, 9530, 10644, 9168, 9392, 12427, 9268, 10510, 9105, 9717, 8638, 9475, 9735, 8923, 9351, 14477, 9488, 11255, 9237, 9272, 13249, 9460, 10844, 9220, 9488, 9563, 9498, 12838, 9218, 10948, 9573, 9557, 8880, 9269, 12644, 9618, 9519, 8368, 9522, 10411, 9574, 9099], 'WindowCenter': [3914.0, 3897.0, 3885.0, 3884.0, 3913.0, 3880.0, 3880.0, 3868.0, 3869.0, 3888.0, 3857.0, 3878.0, 3855.0, 3866.0, 3876.0, 3854.0, 3854.0, 3866.0, 3866.0, 3864.0, 3866.0, 3867.0, 3876.0, 3869.0, 3867.0, 3877.0, 3868.0, 3910.0, 3868.0, 3879.0, 3857.0, 3867.0, 3898.0, 3868.0, 3878.0, 3856.0, 3867.0, 3887.0, 3866.0, 3856.0, 3876.0, 3856.0, 3865.0, 3854.0, 3855.0, 3897.0, 3855.0, 3855.0, 3884.0, 3854.0, 3875.0, 3854.0, 3853.0, 3874.0, 3853.0, 3854.0, 3884.0, 3865.0, 3853.0, 3854.0, 3864.0, 3885.0, 3865.0, 3854.0, 3874.0, 3854.0, 3864.0, 3866.0, 3866.0, 3895.0, 3866.0, 3866.0, 3865.0, 3866.0, 3886.0, 3867.0, 3865.0, 3826.0, 3944.0, 3900.0, 3879.0, 3856.0, 3869.0, 3879.0, 3879.0, 3879.0, 3880.0, 3882.0, 3881.0, 3869.0, 3881.0, 3901.0, 3879.0, 3890.0, 3877.0, 3869.0, 3855.0, 3864.0, 3865.0, 3867.0, 3881.0, 3881.0, 3893.0, 3883.0, 3894.0, 3904.0, 3879.0, 3869.0, 3899.0, 3868.0, 3867.0, 3869.0, 3869.0, 3897.0, 3866.0, 3876.0, 3867.0, 3867.0, 3878.0, 3880.0, 3876.0, 3867.0, 3868.0, 3889.0, 3869.0, 3878.0, 3868.0, 3868.0, 3886.0, 3867.0, 3878.0, 3867.0, 3866.0, 3876.0, 3867.0, 3864.0, 3866.0, 3867.0, 3910.0, 3867.0, 3877.0, 3865.0, 3866.0, 3898.0, 3877.0, 3876.0, 3866.0, 3867.0, 3876.0, 3854.0, 3866.0, 3855.0, 3867.0, 3855.0, 3879.0, 3867.0, 3866.0, 3868.0, 3919.0, 3867.0, 3889.0, 3868.0, 3867.0, 3909.0, 3877.0, 3875.0, 3867.0, 3868.0, 3866.0, 3866.0, 3899.0, 3868.0, 3877.0, 3866.0, 3866.0, 3887.0, 3865.0, 3865.0, 3855.0, 3865.0, 3887.0, 3855.0, 3865.0, 3876.0, 3865.0, 3885.0, 3855.0, 3865.0, 3874.0, 3854.0, 3873.0, 3853.0, 3854.0, 3874.0, 3853.0, 3853.0, 3854.0, 3853.0, 3885.0, 3855.0, 3884.0, 3864.0, 3853.0, 3854.0, 3865.0, 3897.0, 3877.0, 3875.0, 3864.0, 3865.0, 3874.0, 3852.0, 3853.0, 3852.0, 3854.0, 3874.0, 3853.0, 3865.0, 3853.0, 3866.0, 3897.0, 3867.0, 3866.0, 3867.0, 3879.0, 3899.0, 3866.0, 3879.0, 3857.0, 3867.0, 3877.0, 3855.0, 3865.0, 3886.0, 3856.0, 3865.0, 3853.0, 3866.0, 3865.0, 3855.0, 3867.0, 3898.0, 3867.0, 3877.0, 3864.0, 3865.0, 3896.0, 3866.0, 3865.0, 3843.0, 3864.0, 3886.0, 3855.0, 3865.0, 3885.0, 3854.0, 3855.0, 3883.0, 3853.0, 3863.0, 3853.0, 3854.0, 3853.0, 3863.0, 3864.0, 3854.0, 3864.0, 3865.0, 3865.0, 3866.0, 3876.0, 3868.0, 3868.0, 3886.0, 3865.0, 3864.0, 3865.0, 3867.0, 3886.0, 3855.0, 3865.0, 3885.0, 3854.0, 3866.0, 3854.0, 3866.0, 3887.0, 3866.0, 3866.0, 3884.0, 3854.0, 3864.0, 3884.0, 3864.0, 3864.0, 3843.0, 3854.0, 3865.0, 3865.0, 3865.0, 3894.0, 3854.0, 3864.0, 3894.0, 3865.0, 3876.0, 3865.0, 3866.0, 3864.0, 3865.0, 3886.0, 3866.0, 3865.0, 3897.0, 3856.0, 3865.0, 3865.0, 3866.0, 3897.0, 3856.0, 3865.0, 3886.0, 3854.0, 3866.0, 3855.0, 3866.0, 3874.0, 3865.0, 3865.0, 3886.0, 3866.0, 3865.0, 3864.0, 3866.0, 3886.0, 3854.0, 3853.0, 3854.0, 3866.0, 3885.0, 3865.0, 3877.0, 3868.0, 3877.0, 3867.0, 3878.0, 3910.0, 3868.0, 3888.0, 3867.0, 3867.0, 3898.0, 3855.0, 3877.0, 3855.0, 3865.0, 3867.0, 3866.0, 3877.0, 3854.0, 3865.0, 3865.0, 3867.0, 3876.0, 3867.0, 3877.0, 3896.0, 3866.0, 3896.0, 3855.0, 3852.0, 3854.0, 3863.0, 3855.0, 3867.0, 3878.0, 3879.0, 3869.0, 3890.0, 3899.0, 3877.0, 3887.0, 3866.0, 3853.0, 3853.0, 3854.0, 3864.0, 3853.0, 3854.0, 3894.0, 3854.0, 3864.0, 3866.0, 3853.0, 3864.0, 3866.0, 3888.0, 3866.0, 3857.0, 3879.0, 3878.0, 3855.0, 3854.0, 3897.0, 3866.0, 3865.0, 3866.0, 3866.0, 3855.0, 3866.0, 3886.0, 3866.0, 3865.0, 3875.0, 3866.0, 3876.0, 3854.0, 3864.0, 3853.0, 3864.0, 3854.0, 3854.0, 3865.0, 3896.0, 3865.0, 3864.0, 3854.0, 3855.0, 3895.0, 3854.0, 3864.0, 3854.0, 3853.0, 3843.0, 3854.0, 3885.0, 3854.0, 3855.0, 3854.0, 3853.0, 3884.0, 3852.0, 3864.0, 3872.0, 3852.0, 3863.0, 3851.0, 3853.0, 3873.0, 3853.0, 3862.0, 3841.0, 3852.0, 3884.0, 3851.0, 3862.0, 3840.0, 3852.0, 3861.0, 3840.0, 3851.0, 3842.0, 3863.0, 3851.0, 3852.0, 3852.0, 3873.0, 3853.0, 3853.0, 3854.0, 3867.0, 3854.0, 3865.0, 3874.0, 3854.0, 3866.0, 3864.0, 3866.0, 3886.0, 3865.0, 3865.0, 3886.0, 3866.0, 3866.0, 3854.0, 3865.0, 3885.0, 3854.0, 3865.0, 3874.0, 3865.0, 3874.0, 3854.0, 3864.0, 3874.0, 3854.0, 3854.0, 3853.0, 3852.0, 3863.0, 3853.0, 3865.0, 3884.0, 3854.0, 3854.0, 3854.0, 3865.0, 3886.0, 3853.0, 3864.0, 3874.0, 3865.0, 3854.0, 3853.0, 3865.0, 3886.0, 3866.0, 3865.0, 3864.0, 3866.0, 3864.0, 3866.0, 3867.0, 3898.0, 3868.0, 3866.0, 3866.0, 3867.0, 3887.0, 3868.0, 3867.0, 3866.0, 3866.0, 3887.0, 3867.0, 3867.0, 3909.0, 3867.0, 3887.0, 3866.0, 3868.0, 3897.0, 3876.0, 3877.0, 3866.0, 3868.0, 3898.0, 3866.0, 3878.0, 3898.0, 3866.0, 3887.0, 3864.0, 3854.0, 3884.0, 3853.0, 3865.0, 3883.0, 3853.0, 3854.0, 3853.0, 3854.0, 3854.0, 3865.0, 3866.0, 3884.0, 3855.0, 3865.0, 3875.0, 3866.0, 3865.0, 3854.0, 3865.0, 3886.0, 3865.0, 3866.0, 3865.0, 3866.0, 3865.0, 3853.0, 3864.0, 3884.0, 3854.0, 3866.0, 3865.0, 3866.0, 3866.0, 3854.0, 3866.0, 3886.0, 3865.0, 3866.0, 3865.0, 3865.0, 3865.0, 3866.0, 3866.0, 3876.0, 3867.0, 3876.0, 3867.0, 3868.0, 3867.0, 3867.0, 3888.0, 3866.0, 3866.0, 3886.0, 3866.0, 3878.0, 3866.0, 3867.0, 3887.0, 3867.0, 3856.0, 3886.0, 3866.0, 3876.0, 3866.0, 3866.0, 3886.0, 3867.0, 3877.0, 3865.0, 3867.0, 3896.0, 3866.0, 3865.0, 3885.0, 3855.0, 3865.0, 3865.0, 3865.0, 3885.0, 3856.0, 3866.0, 3863.0, 3866.0, 3864.0, 3866.0, 3867.0, 3885.0, 3866.0, 3866.0, 3866.0, 3878.0, 3886.0, 3868.0, 3867.0, 3867.0, 3879.0, 3877.0, 3867.0, 3867.0, 3877.0, 3867.0, 3898.0, 3867.0, 3868.0, 3855.0, 3867.0, 3886.0, 3865.0, 3865.0, 3899.0, 3868.0, 3887.0, 3866.0, 3866.0, 3885.0, 3866.0, 3865.0, 3855.0, 3867.0, 3876.0, 3865.0, 3865.0, 3885.0, 3854.0, 3866.0, 3854.0, 3867.0, 3876.0, 3865.0, 3866.0, 3895.0, 3865.0, 3854.0, 3864.0, 3865.0, 3876.0, 3866.0, 3866.0, 3897.0, 3865.0, 3866.0, 3854.0, 3865.0, 3884.0, 3865.0, 3865.0, 3866.0, 3867.0, 3864.0, 3865.0, 3867.0, 3876.0, 3866.0, 3866.0, 3867.0, 3867.0, 3886.0, 3867.0, 3866.0, 3866.0, 3878.0, 3868.0, 3880.0, 3868.0, 3879.0, 3879.0, 3879.0, 3880.0, 3881.0, 3880.0, 3902.0, 3878.0, 3868.0, 3911.0, 3888.0, 3879.0, 3855.0, 3878.0, 3887.0, 3867.0, 3876.0, 3867.0, 3877.0, 3869.0, 3880.0, 3901.0, 3866.0, 3867.0, 3898.0, 3867.0, 3888.0, 3854.0, 3865.0, 3897.0, 3865.0, 3865.0, 3867.0, 3876.0, 3885.0, 3866.0, 3876.0, 3866.0, 3876.0, 3866.0, 3867.0, 3897.0, 3865.0, 3865.0, 3855.0, 3866.0, 3866.0, 3866.0, 3866.0, 3875.0, 3867.0, 3912.0, 3890.0, 3878.0, 3868.0, 3861.0, 3940.0, 3894.0, 3866.0, 3854.0, 3844.0, 3854.0, 3869.0, 3856.0, 3880.0, 3893.0, 3892.0, 3884.0, 3873.0, 3872.0, 3879.0, 3870.0, 3909.0, 3879.0, 3858.0, 3858.0, 3887.0, 3857.0, 3888.0, 3855.0, 3854.0, 3843.0, 3854.0, 3853.0, 3842.0, 3854.0, 3842.0, 3854.0, 3843.0, 3855.0, 3854.0, 3855.0, 3855.0, 3855.0, 3867.0, 3845.0, 3857.0, 3867.0, 3868.0, 3867.0, 3879.0, 3868.0, 3869.0, 3871.0, 3912.0, 3879.0, 3890.0, 3880.0, 3869.0, 3899.0, 3856.0, 3868.0, 3908.0, 3867.0, 3877.0, 3856.0, 3867.0, 3909.0, 3868.0, 3877.0, 3867.0, 3856.0, 3909.0, 3866.0, 3875.0, 3854.0, 3855.0, 3885.0, 3854.0, 3855.0, 3885.0, 3865.0, 3887.0, 3868.0, 3867.0, 3868.0, 3868.0, 3898.0, 3868.0, 3878.0, 3867.0, 3869.0, 3889.0, 3868.0, 3900.0, 3867.0, 3868.0, 3877.0, 3868.0, 3877.0, 3844.0, 3855.0, 3898.0, 3866.0, 3864.0, 3867.0, 3866.0, 3888.0, 3855.0, 3877.0, 3855.0, 3856.0, 3886.0, 3854.0, 3855.0, 3895.0, 3854.0, 3864.0, 3854.0, 3855.0, 3884.0, 3854.0, 3877.0, 3853.0, 3865.0, 3853.0, 3866.0, 3855.0, 3853.0, 3855.0, 3897.0, 3866.0, 3876.0, 3866.0, 3856.0, 3885.0, 3853.0, 3875.0, 3856.0, 3865.0, 3867.0, 3866.0, 3886.0, 3856.0, 3877.0, 3867.0, 3866.0, 3856.0, 3855.0, 3885.0, 3865.0, 3865.0, 3844.0, 3867.0, 3876.0, 3864.0, 3856.0], 'WindowWidth': [8772.0, 8736.0, 8712.0, 8709.0, 8748.0, 8698.0, 8696.0, 8676.0, 8677.0, 8704.0, 8659.0, 8689.0, 8655.0, 8669.0, 8682.0, 8652.0, 8651.0, 8668.0, 8670.0, 8666.0, 8671.0, 8673.0, 8686.0, 8680.0, 8673.0, 8686.0, 8677.0, 8735.0, 8677.0, 8691.0, 8661.0, 8674.0, 8719.0, 8676.0, 8690.0, 8656.0, 8673.0, 8701.0, 8670.0, 8657.0, 8684.0, 8655.0, 8666.0, 8651.0, 8653.0, 8713.0, 8653.0, 8654.0, 8693.0, 8651.0, 8681.0, 8650.0, 8649.0, 8677.0, 8647.0, 8651.0, 8690.0, 8666.0, 8649.0, 8650.0, 8666.0, 8696.0, 8667.0, 8652.0, 8680.0, 8651.0, 8666.0, 8669.0, 8671.0, 8709.0, 8670.0, 8670.0, 8669.0, 8671.0, 8699.0, 8672.0, 8667.0, 8598.0, 8818.0, 8728.0, 8694.0, 8656.0, 8679.0, 8693.0, 8694.0, 8693.0, 8699.0, 8701.0, 8701.0, 8682.0, 8697.0, 8730.0, 8693.0, 8710.0, 8688.0, 8676.0, 8651.0, 8665.0, 8669.0, 8675.0, 8701.0, 8701.0, 8721.0, 8708.0, 8723.0, 8739.0, 8695.0, 8679.0, 8722.0, 8678.0, 8674.0, 8679.0, 8679.0, 8717.0, 8672.0, 8685.0, 8674.0, 8672.0, 8691.0, 8695.0, 8686.0, 8675.0, 8678.0, 8707.0, 8678.0, 8691.0, 8679.0, 8678.0, 8699.0, 8672.0, 8691.0, 8673.0, 8671.0, 8685.0, 8674.0, 8669.0, 8670.0, 8673.0, 8737.0, 8675.0, 8688.0, 8669.0, 8670.0, 8719.0, 8688.0, 8684.0, 8670.0, 8673.0, 8684.0, 8653.0, 8669.0, 8655.0, 8673.0, 8657.0, 8693.0, 8675.0, 8671.0, 8677.0, 8751.0, 8675.0, 8706.0, 8677.0, 8675.0, 8734.0, 8687.0, 8685.0, 8675.0, 8677.0, 8672.0, 8671.0, 8722.0, 8676.0, 8688.0, 8672.0, 8673.0, 8702.0, 8669.0, 8671.0, 8656.0, 8670.0, 8701.0, 8657.0, 8669.0, 8684.0, 8667.0, 8696.0, 8655.0, 8668.0, 8680.0, 8651.0, 8678.0, 8650.0, 8651.0, 8678.0, 8648.0, 8649.0, 8650.0, 8650.0, 8695.0, 8653.0, 8694.0, 8667.0, 8650.0, 8653.0, 8668.0, 8717.0, 8686.0, 8682.0, 8666.0, 8666.0, 8678.0, 8647.0, 8648.0, 8648.0, 8652.0, 8678.0, 8652.0, 8669.0, 8651.0, 8670.0, 8714.0, 8673.0, 8672.0, 8678.0, 8694.0, 8720.0, 8674.0, 8693.0, 8660.0, 8673.0, 8688.0, 8655.0, 8668.0, 8698.0, 8657.0, 8669.0, 8650.0, 8670.0, 8668.0, 8656.0, 8674.0, 8718.0, 8674.0, 8687.0, 8666.0, 8669.0, 8712.0, 8671.0, 8669.0, 8636.0, 8667.0, 8698.0, 8655.0, 8668.0, 8695.0, 8651.0, 8654.0, 8691.0, 8649.0, 8664.0, 8649.0, 8652.0, 8649.0, 8663.0, 8664.0, 8651.0, 8667.0, 8669.0, 8670.0, 8671.0, 8686.0, 8676.0, 8676.0, 8699.0, 8669.0, 8669.0, 8669.0, 8674.0, 8699.0, 8655.0, 8669.0, 8696.0, 8654.0, 8670.0, 8653.0, 8672.0, 8701.0, 8670.0, 8669.0, 8694.0, 8651.0, 8664.0, 8694.0, 8665.0, 8666.0, 8635.0, 8654.0, 8669.0, 8669.0, 8670.0, 8709.0, 8653.0, 8666.0, 8707.0, 8668.0, 8686.0, 8670.0, 8671.0, 8667.0, 8671.0, 8701.0, 8671.0, 8670.0, 8717.0, 8657.0, 8670.0, 8670.0, 8669.0, 8717.0, 8657.0, 8669.0, 8699.0, 8654.0, 8672.0, 8656.0, 8672.0, 8680.0, 8668.0, 8668.0, 8699.0, 8670.0, 8670.0, 8666.0, 8670.0, 8698.0, 8655.0, 8652.0, 8652.0, 8672.0, 8695.0, 8670.0, 8688.0, 8678.0, 8688.0, 8675.0, 8690.0, 8738.0, 8678.0, 8705.0, 8675.0, 8676.0, 8719.0, 8657.0, 8689.0, 8656.0, 8669.0, 8674.0, 8673.0, 8689.0, 8654.0, 8670.0, 8671.0, 8675.0, 8687.0, 8674.0, 8689.0, 8714.0, 8670.0, 8713.0, 8655.0, 8644.0, 8651.0, 8664.0, 8657.0, 8676.0, 8693.0, 8695.0, 8682.0, 8712.0, 8725.0, 8688.0, 8702.0, 8671.0, 8650.0, 8651.0, 8654.0, 8665.0, 8651.0, 8652.0, 8708.0, 8651.0, 8666.0, 8671.0, 8650.0, 8666.0, 8672.0, 8704.0, 8672.0, 8661.0, 8694.0, 8691.0, 8655.0, 8653.0, 8714.0, 8671.0, 8668.0, 8672.0, 8672.0, 8657.0, 8671.0, 8701.0, 8671.0, 8669.0, 8683.0, 8669.0, 8685.0, 8653.0, 8665.0, 8649.0, 8666.0, 8652.0, 8651.0, 8668.0, 8711.0, 8667.0, 8665.0, 8652.0, 8655.0, 8709.0, 8652.0, 8665.0, 8652.0, 8650.0, 8636.0, 8652.0, 8697.0, 8653.0, 8654.0, 8651.0, 8650.0, 8696.0, 8647.0, 8664.0, 8674.0, 8644.0, 8662.0, 8645.0, 8648.0, 8675.0, 8648.0, 8660.0, 8630.0, 8647.0, 8693.0, 8644.0, 8659.0, 8626.0, 8645.0, 8656.0, 8629.0, 8644.0, 8632.0, 8661.0, 8642.0, 8645.0, 8648.0, 8676.0, 8648.0, 8648.0, 8653.0, 8675.0, 8654.0, 8668.0, 8681.0, 8654.0, 8670.0, 8666.0, 8670.0, 8701.0, 8669.0, 8669.0, 8699.0, 8671.0, 8673.0, 8652.0, 8668.0, 8696.0, 8651.0, 8669.0, 8678.0, 8666.0, 8679.0, 8652.0, 8664.0, 8679.0, 8652.0, 8652.0, 8649.0, 8647.0, 8661.0, 8649.0, 8667.0, 8694.0, 8652.0, 8652.0, 8651.0, 8667.0, 8697.0, 8650.0, 8667.0, 8680.0, 8666.0, 8651.0, 8649.0, 8668.0, 8697.0, 8672.0, 8668.0, 8666.0, 8671.0, 8668.0, 8672.0, 8675.0, 8718.0, 8678.0, 8674.0, 8673.0, 8676.0, 8702.0, 8677.0, 8675.0, 8672.0, 8673.0, 8703.0, 8674.0, 8675.0, 8736.0, 8674.0, 8702.0, 8673.0, 8677.0, 8718.0, 8687.0, 8688.0, 8671.0, 8676.0, 8719.0, 8672.0, 8691.0, 8718.0, 8670.0, 8699.0, 8666.0, 8651.0, 8693.0, 8650.0, 8666.0, 8692.0, 8650.0, 8651.0, 8649.0, 8652.0, 8651.0, 8668.0, 8669.0, 8693.0, 8656.0, 8670.0, 8683.0, 8670.0, 8669.0, 8653.0, 8669.0, 8700.0, 8669.0, 8673.0, 8668.0, 8671.0, 8667.0, 8649.0, 8664.0, 8695.0, 8653.0, 8670.0, 8669.0, 8672.0, 8671.0, 8652.0, 8670.0, 8700.0, 8669.0, 8671.0, 8669.0, 8670.0, 8669.0, 8672.0, 8673.0, 8686.0, 8674.0, 8686.0, 8676.0, 8678.0, 8675.0, 8674.0, 8706.0, 8673.0, 8672.0, 8699.0, 8671.0, 8689.0, 8671.0, 8674.0, 8700.0, 8673.0, 8659.0, 8698.0, 8672.0, 8685.0, 8672.0, 8673.0, 8700.0, 8672.0, 8689.0, 8669.0, 8672.0, 8713.0, 8671.0, 8667.0, 8697.0, 8653.0, 8670.0, 8668.0, 8669.0, 8696.0, 8657.0, 8672.0, 8666.0, 8671.0, 8668.0, 8671.0, 8673.0, 8698.0, 8671.0, 8672.0, 8671.0, 8691.0, 8700.0, 8677.0, 8676.0, 8676.0, 8691.0, 8688.0, 8677.0, 8677.0, 8688.0, 8675.0, 8720.0, 8674.0, 8676.0, 8657.0, 8675.0, 8701.0, 8671.0, 8670.0, 8722.0, 8676.0, 8702.0, 8672.0, 8671.0, 8698.0, 8671.0, 8668.0, 8656.0, 8674.0, 8685.0, 8670.0, 8669.0, 8697.0, 8653.0, 8671.0, 8654.0, 8672.0, 8685.0, 8669.0, 8671.0, 8710.0, 8667.0, 8653.0, 8665.0, 8670.0, 8684.0, 8670.0, 8671.0, 8716.0, 8670.0, 8671.0, 8653.0, 8669.0, 8695.0, 8668.0, 8667.0, 8672.0, 8675.0, 8668.0, 8671.0, 8674.0, 8686.0, 8673.0, 8673.0, 8676.0, 8675.0, 8701.0, 8675.0, 8674.0, 8673.0, 8690.0, 8676.0, 8697.0, 8681.0, 8697.0, 8698.0, 8697.0, 8699.0, 8701.0, 8699.0, 8732.0, 8693.0, 8679.0, 8744.0, 8707.0, 8694.0, 8658.0, 8690.0, 8706.0, 8674.0, 8687.0, 8676.0, 8690.0, 8681.0, 8698.0, 8728.0, 8675.0, 8677.0, 8720.0, 8674.0, 8704.0, 8653.0, 8669.0, 8715.0, 8669.0, 8669.0, 8674.0, 8687.0, 8697.0, 8672.0, 8687.0, 8673.0, 8685.0, 8675.0, 8676.0, 8718.0, 8670.0, 8670.0, 8656.0, 8672.0, 8674.0, 8674.0, 8674.0, 8683.0, 8674.0, 8750.0, 8711.0, 8693.0, 8678.0, 8659.0, 8812.0, 8728.0, 8675.0, 8653.0, 8638.0, 8649.0, 8680.0, 8661.0, 8699.0, 8718.0, 8717.0, 8708.0, 8691.0, 8688.0, 8693.0, 8680.0, 8734.0, 8692.0, 8661.0, 8660.0, 8699.0, 8659.0, 8703.0, 8653.0, 8651.0, 8633.0, 8649.0, 8646.0, 8632.0, 8649.0, 8632.0, 8649.0, 8635.0, 8653.0, 8651.0, 8654.0, 8654.0, 8655.0, 8672.0, 8641.0, 8660.0, 8672.0, 8676.0, 8674.0, 8692.0, 8678.0, 8680.0, 8684.0, 8742.0, 8693.0, 8711.0, 8695.0, 8678.0, 8720.0, 8657.0, 8676.0, 8730.0, 8672.0, 8687.0, 8658.0, 8675.0, 8734.0, 8674.0, 8686.0, 8674.0, 8658.0, 8732.0, 8670.0, 8683.0, 8651.0, 8653.0, 8695.0, 8652.0, 8653.0, 8696.0, 8669.0, 8701.0, 8678.0, 8674.0, 8680.0, 8678.0, 8719.0, 8678.0, 8691.0, 8676.0, 8680.0, 8706.0, 8677.0, 8724.0, 8674.0, 8674.0, 8688.0, 8676.0, 8689.0, 8640.0, 8655.0, 8719.0, 8673.0, 8668.0, 8676.0, 8673.0, 8703.0, 8657.0, 8689.0, 8654.0, 8656.0, 8698.0, 8653.0, 8655.0, 8710.0, 8653.0, 8666.0, 8654.0, 8655.0, 8694.0, 8654.0, 8687.0, 8651.0, 8669.0, 8652.0, 8671.0, 8655.0, 8650.0, 8653.0, 8715.0, 8669.0, 8684.0, 8673.0, 8657.0, 8698.0, 8652.0, 8681.0, 8658.0, 8668.0, 8675.0, 8673.0, 8699.0, 8658.0, 8689.0, 8673.0, 8672.0, 8659.0, 8656.0, 8698.0, 8668.0, 8668.0, 8640.0, 8673.0, 8685.0, 8666.0, 8657.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.0010543878656554713</td></tr>
<tr><td colspan=3>aqi</td><td>0.01932706652221018</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.95022726985903</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.256230236811279</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0113597110412147</td></tr>
<tr><td colspan=3>efc</td><td>0.5028</td></tr>
<tr><td colspan=3>fber</td><td>4145.0435</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0762200542163414</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6251354279523293</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2883131887909034</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2627974005961606</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5193977581146947</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.0827444076618544</td></tr>
<tr><td colspan=3>gcor</td><td>0.00658777</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01893785037100315</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03346803039312363</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.027843516616089</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>20.8662</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.5775</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.0228</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298949.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1017.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.1257</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6568</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.2737</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3085.4438</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3236.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77595.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4032.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>803.4024</td></tr>
<tr><td colspan=3>tsnr</td><td>41.34512777812779</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>