<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-04/func/sub-0009_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>7ab141390d1980509060591fa570dcbe</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>13:53:30.757500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999089, 0.0304693, 0.0298689, -0.0319213, 0.998269, 0.049404]</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.0828912</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7707, -7340, 599, -14, -102, 25, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.201</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e3d624c0-3e9a-4150-9031-8da4f769a827||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68048357963562, -0.08564241975545883, 0.076442189514637, 114.14500427246094], [-0.081746906042099, 2.678281784057617, 0.13584363460540771, -96.21846008300781], [0.08013618737459183, -0.1325473040342331, 2.6954967975616455, -81.16553497314453], [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': ['135330.757500', '135331.217500', '135331.677500', '135332.137500', '135332.597500', '135333.057500', '135333.517500', '135333.977500', '135334.437500', '135334.897500', '135335.357500', '135335.817500', '135336.277500', '135336.737500', '135337.197500', '135337.657500', '135338.117500', '135338.577500', '135339.037500', '135339.497500', '135339.957500', '135340.417500', '135340.877500', '135341.337500', '135341.797500', '135342.257500', '135342.717500', '135343.177500', '135343.637500', '135344.097500', '135344.557500', '135345.017500', '135345.477500', '135345.937500', '135346.397500', '135346.857500', '135347.317500', '135347.777500', '135348.237500', '135348.697500', '135349.157500', '135349.617500', '135350.077500', '135350.537500', '135350.997500', '135351.457500', '135351.917500', '135352.377500', '135352.837500', '135353.297500', '135353.757500', '135354.217500', '135354.677500', '135355.137500', '135355.597500', '135356.057500', '135356.517500', '135356.977500', '135357.437500', '135357.897500', '135358.357500', '135358.817500', '135359.277500', '135359.737500', '135400.197500', '135400.657500', '135401.117500', '135401.577500', '135402.037500', '135402.497500', '135402.957500', '135403.417500', '135403.877500', '135404.337500', '135404.797500', '135405.257500', '135405.717500', '135406.177500', '135406.637500', '135407.097500', '135407.557500', '135408.017500', '135408.477500', '135408.937500', '135409.397500', '135409.857500', '135410.317500', '135410.777500', '135411.237500', '135411.697500', '135412.157500', '135412.617500', '135413.077500', '135413.537500', '135413.997500', '135414.457500', '135414.917500', '135415.377500', '135415.837500', '135416.297500', '135416.757500', '135417.217500', '135417.677500', '135418.137500', '135418.597500', '135419.057500', '135419.517500', '135419.977500', '135420.437500', '135420.897500', '135421.357500', '135421.817500', '135422.277500', '135422.737500', '135423.197500', '135423.657500', '135424.117500', '135424.577500', '135425.037500', '135425.497500', '135425.957500', '135426.417500', '135426.877500', '135427.337500', '135427.797500', '135428.257500', '135428.717500', '135429.177500', '135429.637500', '135430.097500', '135430.557500', '135431.017500', '135431.477500', '135431.937500', '135432.397500', '135432.857500', '135433.317500', '135433.777500', '135434.237500', '135434.697500', '135435.157500', '135435.617500', '135436.077500', '135436.537500', '135436.997500', '135437.457500', '135437.917500', '135438.377500', '135438.837500', '135439.297500', '135439.757500', '135440.217500', '135440.677500', '135441.137500', '135441.597500', '135442.057500', '135442.517500', '135442.977500', '135443.437500', '135443.897500', '135444.357500', '135444.817500', '135445.277500', '135445.737500', '135446.197500', '135446.657500', '135447.117500', '135447.577500', '135448.037500', '135448.497500', '135448.957500', '135449.417500', '135449.877500', '135450.337500', '135450.797500', '135451.257500', '135451.717500', '135452.177500', '135452.637500', '135453.097500', '135453.557500', '135454.017500', '135454.477500', '135454.937500', '135455.397500', '135455.857500', '135456.317500', '135456.777500', '135457.237500', '135457.697500', '135458.157500', '135458.617500', '135459.077500', '135459.537500', '135459.997500', '135500.457500', '135500.917500', '135501.377500', '135501.837500', '135502.297500', '135502.757500', '135503.217500', '135503.677500', '135504.137500', '135504.597500', '135505.057500', '135505.517500', '135505.977500', '135506.437500', '135506.897500', '135507.357500', '135507.817500', '135508.277500', '135508.737500', '135509.197500', '135509.657500', '135510.117500', '135510.577500', '135511.037500', '135511.497500', '135511.957500', '135512.417500', '135512.877500', '135513.337500', '135513.797500', '135514.257500', '135514.717500', '135515.177500', '135515.637500', '135516.097500', '135516.557500', '135517.017500', '135517.477500', '135517.937500', '135518.397500', '135518.857500', '135519.317500', '135519.777500', '135520.237500', '135520.697500', '135521.157500', '135521.617500', '135522.077500', '135522.537500', '135522.997500', '135523.457500', '135523.917500', '135524.377500', '135524.837500', '135525.297500', '135525.757500', '135526.217500', '135526.677500', '135527.137500', '135527.597500', '135528.057500', '135528.517500', '135528.977500', '135529.437500', '135529.897500', '135530.357500', '135530.817500', '135531.277500', '135531.737500', '135532.197500', '135532.657500', '135533.117500', '135533.577500', '135534.037500', '135534.497500', '135534.957500', '135535.417500', '135535.877500', '135536.337500', '135536.797500', '135537.257500', '135537.717500', '135538.177500', '135538.637500', '135539.097500', '135539.557500', '135540.017500', '135540.477500', '135540.937500', '135541.397500', '135541.857500', '135542.317500', '135542.777500', '135543.237500', '135543.697500', '135544.157500', '135544.617500', '135545.077500', '135545.537500', '135545.997500', '135546.457500', '135546.917500', '135547.377500', '135547.837500', '135548.297500', '135548.757500', '135549.217500', '135549.677500', '135550.137500', '135550.597500', '135551.057500', '135551.517500', '135551.977500', '135552.437500', '135552.897500', '135553.357500', '135553.817500', '135554.277500', '135554.737500', '135555.197500', '135555.657500', '135556.117500', '135556.577500', '135557.037500', '135557.497500', '135557.957500', '135558.417500', '135558.877500', '135559.337500', '135559.797500', '135600.257500', '135600.717500', '135601.177500', '135601.637500', '135602.097500', '135602.557500', '135603.017500', '135603.477500', '135603.937500', '135604.397500', '135604.857500', '135605.317500', '135605.777500', '135606.237500', '135606.697500', '135607.157500', '135607.617500', '135608.077500', '135608.537500', '135608.997500', '135609.457500', '135609.917500', '135610.377500', '135610.837500', '135611.297500', '135611.757500', '135612.217500', '135612.677500', '135613.137500', '135613.597500', '135614.057500', '135614.517500', '135614.977500', '135615.437500', '135615.897500', '135616.357500', '135616.817500', '135617.277500', '135617.737500', '135618.197500', '135618.657500', '135619.117500', '135619.577500', '135620.037500', '135620.497500', '135620.957500', '135621.417500', '135621.877500', '135622.337500', '135622.797500', '135623.257500', '135623.717500', '135624.177500', '135624.637500', '135625.097500', '135625.557500', '135626.017500', '135626.477500', '135626.937500', '135627.397500', '135627.857500', '135628.317500', '135628.777500', '135629.237500', '135629.697500', '135630.157500', '135630.617500', '135631.077500', '135631.537500', '135631.997500', '135632.457500', '135632.917500', '135633.377500', '135633.837500', '135634.297500', '135634.757500', '135635.217500', '135635.677500', '135636.137500', '135636.597500', '135637.057500', '135637.517500', '135637.977500', '135638.437500', '135638.897500', '135639.357500', '135639.817500', '135640.277500', '135640.737500', '135641.197500', '135641.657500', '135642.117500', '135642.577500', '135643.037500', '135643.497500', '135643.957500', '135644.417500', '135644.877500', '135645.337500', '135645.797500', '135646.257500', '135646.717500', '135647.177500', '135647.637500', '135648.097500', '135648.557500', '135649.017500', '135649.477500', '135649.937500', '135650.397500', '135650.857500', '135651.317500', '135651.777500', '135652.237500', '135652.697500', '135653.157500', '135653.617500', '135654.077500', '135654.537500', '135654.997500', '135655.457500', '135655.917500', '135656.377500', '135656.837500', '135657.297500', '135657.757500', '135658.217500', '135658.677500', '135659.137500', '135659.597500', '135700.057500', '135700.517500', '135700.977500', '135701.437500', '135701.897500', '135702.357500', '135702.817500', '135703.277500', '135703.737500', '135704.197500', '135704.657500', '135705.117500', '135705.577500', '135706.037500', '135706.497500', '135706.957500', '135707.417500', '135707.877500', '135708.337500', '135708.797500', '135709.257500', '135709.717500', '135710.177500', '135710.637500', '135711.097500', '135711.557500', '135712.017500', '135712.477500', '135712.937500', '135713.397500', '135713.857500', '135714.317500', '135714.777500', '135715.237500', '135715.697500', '135716.157500', '135716.617500', '135717.077500', '135717.537500', '135717.997500', '135718.457500', '135718.917500', '135719.377500', '135719.837500', '135720.297500', '135720.757500', '135721.217500', '135721.677500', '135722.137500', '135722.597500', '135723.057500', '135723.517500', '135723.977500', '135724.437500', '135724.897500', '135725.357500', '135725.817500', '135726.277500', '135726.737500', '135727.197500', '135727.657500', '135728.117500', '135728.577500', '135729.037500', '135729.497500', '135729.957500', '135730.417500', '135730.877500', '135731.337500', '135731.797500', '135732.257500', '135732.717500', '135733.177500', '135733.637500', '135734.097500', '135734.557500', '135735.017500', '135735.477500', '135735.937500', '135736.397500', '135736.857500', '135737.317500', '135737.777500', '135738.237500', '135738.697500', '135739.157500', '135739.617500', '135740.077500', '135740.537500', '135740.997500', '135741.457500', '135741.917500', '135742.377500', '135742.837500', '135743.297500', '135743.757500', '135744.217500', '135744.677500', '135745.137500', '135745.597500', '135746.057500', '135746.517500', '135746.977500', '135747.437500', '135747.897500', '135748.357500', '135748.817500', '135749.277500', '135749.737500', '135750.197500', '135750.657500', '135751.117500', '135751.577500', '135752.037500', '135752.497500', '135752.957500', '135753.417500', '135753.877500', '135754.337500', '135754.797500', '135755.257500', '135755.717500', '135756.177500', '135756.637500', '135757.097500', '135757.557500', '135758.017500', '135758.477500', '135758.937500', '135759.397500', '135759.857500', '135800.317500', '135800.777500', '135801.237500', '135801.697500', '135802.157500', '135802.617500', '135803.077500', '135803.537500', '135803.997500', '135804.457500', '135804.917500', '135805.377500', '135805.837500', '135806.297500', '135806.757500', '135807.217500', '135807.677500', '135808.137500', '135808.597500', '135809.057500', '135809.517500', '135809.977500', '135810.437500', '135810.897500', '135811.357500', '135811.817500', '135812.277500', '135812.737500', '135813.197500', '135813.657500', '135814.117500', '135814.577500', '135815.037500', '135815.497500', '135815.957500', '135816.417500', '135816.877500', '135817.337500', '135817.797500', '135818.257500', '135818.717500', '135819.177500', '135819.637500', '135820.097500', '135820.557500', '135821.017500', '135821.477500', '135821.937500', '135822.397500', '135822.857500', '135823.317500', '135823.777500', '135824.237500', '135824.697500', '135825.157500', '135825.617500', '135826.077500', '135826.537500', '135826.997500', '135827.457500', '135827.917500', '135828.377500', '135828.837500', '135829.297500', '135829.757500', '135830.217500', '135830.677500', '135831.137500', '135831.597500', '135832.057500', '135832.517500', '135832.977500', '135833.437500', '135833.897500', '135834.357500', '135834.817500', '135835.277500', '135835.737500', '135836.197500', '135836.657500', '135837.117500', '135837.577500', '135838.037500', '135838.497500', '135838.957500', '135839.417500', '135839.877500', '135840.337500', '135840.797500', '135841.257500', '135841.717500', '135842.177500', '135842.637500', '135843.097500', '135843.557500', '135844.017500', '135844.477500', '135844.937500', '135845.397500', '135845.857500', '135846.317500', '135846.777500', '135847.237500', '135847.697500', '135848.157500', '135848.617500', '135849.077500', '135849.537500', '135849.997500', '135850.457500', '135850.917500', '135851.377500', '135851.837500', '135852.297500', '135852.757500', '135853.217500', '135853.677500', '135854.137500', '135854.597500', '135855.057500', '135855.517500', '135855.977500', '135856.437500', '135856.897500', '135857.357500', '135857.817500', '135858.277500', '135858.737500', '135859.197500', '135859.657500', '135900.117500', '135900.577500', '135901.037500', '135901.497500', '135901.957500', '135902.417500', '135902.877500', '135903.337500', '135903.797500', '135904.257500', '135904.717500', '135905.177500', '135905.637500', '135906.097500', '135906.557500', '135907.017500', '135907.477500', '135907.937500', '135908.397500', '135908.857500', '135909.317500', '135909.777500', '135910.237500', '135910.697500', '135911.157500', '135911.617500', '135912.077500', '135912.537500', '135912.997500', '135913.457500', '135913.917500', '135914.377500', '135914.837500', '135915.297500', '135915.757500', '135916.217500', '135916.677500', '135917.137500', '135917.597500', '135918.057500', '135918.517500', '135918.977500', '135919.437500', '135919.897500', '135920.357500', '135920.817500', '135921.277500', '135921.737500', '135922.197500', '135922.657500', '135923.117500', '135923.577500', '135924.037500', '135924.497500', '135924.957500', '135925.417500', '135925.877500', '135926.337500', '135926.797500', '135927.257500', '135927.717500', '135928.177500', '135928.637500', '135929.097500', '135929.557500', '135930.017500', '135930.477500', '135930.937500', '135931.397500', '135931.857500', '135932.317500', '135932.777500', '135933.237500', '135933.697500', '135934.157500', '135934.617500', '135935.077500', '135935.537500', '135935.997500', '135936.457500', '135936.917500', '135937.377500', '135937.837500', '135938.297500', '135938.757500', '135939.217500', '135939.677500', '135940.137500', '135940.597500', '135941.057500', '135941.517500', '135941.977500', '135942.437500', '135942.897500', '135943.357500', '135943.817500', '135944.277500', '135944.737500', '135945.197500', '135945.657500', '135946.117500', '135946.577500', '135947.037500', '135947.497500', '135947.957500', '135948.417500', '135948.877500', '135949.337500', '135949.797500', '135950.257500', '135950.717500', '135951.177500', '135951.637500', '135952.097500', '135952.557500', '135953.017500', '135953.477500', '135953.937500', '135954.397500', '135954.857500', '135955.317500', '135955.777500', '135956.237500', '135956.697500', '135957.157500', '135957.617500', '135958.077500', '135958.537500', '135958.997500', '135959.457500', '135959.917500', '140000.377500', '140000.837500', '140001.297500', '140001.757500', '140002.217500', '140002.677500', '140003.137500', '140003.597500', '140004.057500', '140004.517500', '140004.977500', '140005.437500', '140005.897500', '140006.357500', '140006.817500', '140007.277500', '140007.737500', '140008.197500', '140008.657500', '140009.117500', '140009.577500', '140010.037500', '140010.497500', '140010.957500', '140011.417500', '140011.877500', '140012.337500', '140012.797500', '140013.257500', '140013.717500', '140014.177500', '140014.637500', '140015.097500', '140015.557500', '140016.017500', '140016.477500', '140016.937500', '140017.397500', '140017.857500', '140018.317500', '140018.777500', '140019.237500', '140019.697500', '140020.157500', '140020.617500', '140021.077500', '140021.537500', '140021.997500', '140022.457500', '140022.917500', '140023.377500', '140023.837500', '140024.297500', '140024.757500', '140025.217500', '140025.677500', '140026.137500', '140026.597500', '140027.057500', '140027.517500', '140027.977500', '140028.437500', '140028.897500', '140029.357500', '140029.817500', '140030.277500', '140030.737500', '140031.197500', '140031.657500', '140032.117500', '140032.577500', '140033.037500', '140033.497500', '140033.957500', '140034.417500', '140034.877500', '140035.337500', '140035.797500', '140036.257500'], 'ContentTime': ['135353.544000', '135353.548000', '135353.551000', '135353.554000', '135353.566000', '135353.569000', '135353.572000', '135353.576000', '135353.579000', '135353.582000', '135353.585000', '135353.588000', '135353.591000', '135353.595000', '135353.598000', '135353.601000', '135353.604000', '135353.607000', '135353.610000', '135353.613000', '135353.617000', '135353.620000', '135353.623000', '135353.626000', '135353.629000', '135353.632000', '135353.635000', '135353.638000', '135353.641000', '135353.645000', '135353.648000', '135353.651000', '135353.654000', '135353.657000', '135353.660000', '135353.663000', '135353.666000', '135353.669000', '135353.672000', '135353.676000', '135353.679000', '135353.682000', '135353.685000', '135353.688000', '135353.691000', '135353.694000', '135353.707000', '135353.710000', '135413.509000', '135413.512000', '135413.515000', '135413.518000', '135413.521000', '135413.524000', '135413.527000', '135413.530000', '135413.533000', '135413.536000', '135413.539000', '135413.542000', '135413.545000', '135413.547000', '135413.551000', '135413.554000', '135413.557000', '135413.559000', '135413.562000', '135413.565000', '135413.568000', '135413.572000', '135413.575000', '135413.578000', '135413.581000', '135413.583000', '135413.587000', '135413.589000', '135413.592000', '135413.595000', '135413.598000', '135413.601000', '135413.604000', '135413.607000', '135413.610000', '135413.613000', '135413.623000', '135413.626000', '135413.629000', '135413.632000', '135413.634000', '135413.637000', '135413.640000', '135433.509000', '135433.512000', '135433.515000', '135433.518000', '135433.521000', '135433.524000', '135433.527000', '135433.530000', '135433.533000', '135433.536000', '135433.539000', '135433.542000', '135433.545000', '135433.548000', '135433.551000', '135433.554000', '135433.557000', '135433.560000', '135433.562000', '135433.566000', '135433.569000', '135433.572000', '135433.574000', '135433.577000', '135433.580000', '135433.583000', '135433.586000', '135433.589000', '135433.592000', '135433.595000', '135433.598000', '135433.601000', '135433.604000', '135433.607000', '135433.610000', '135433.616000', '135433.619000', '135433.622000', '135433.625000', '135433.628000', '135433.631000', '135433.634000', '135433.636000', '135453.508000', '135453.511000', '135453.514000', '135453.517000', '135453.520000', '135453.523000', '135453.538000', '135453.541000', '135453.544000', '135453.547000', '135453.550000', '135453.553000', '135453.556000', '135453.559000', '135453.562000', '135453.565000', '135453.568000', '135453.571000', '135453.574000', '135453.577000', '135453.580000', '135453.583000', '135453.586000', '135453.589000', '135453.592000', '135453.595000', '135453.603000', '135453.606000', '135453.609000', '135453.612000', '135453.615000', '135453.618000', '135453.621000', '135453.624000', '135453.627000', '135453.630000', '135453.633000', '135453.636000', '135453.639000', '135453.642000', '135453.645000', '135453.648000', '135453.651000', '135453.654000', '135513.508000', '135513.512000', '135513.517000', '135513.520000', '135513.523000', '135513.526000', '135513.529000', '135513.532000', '135513.535000', '135513.538000', '135513.541000', '135513.544000', '135513.547000', '135513.550000', '135513.553000', '135513.556000', '135513.559000', '135513.562000', '135513.565000', '135513.568000', '135513.571000', '135513.574000', '135513.577000', '135513.580000', '135513.583000', '135513.586000', '135513.589000', '135513.592000', '135513.595000', '135513.598000', '135513.601000', '135513.604000', '135513.607000', '135513.610000', '135513.613000', '135513.615000', '135513.618000', '135513.621000', '135513.624000', '135513.627000', '135513.630000', '135513.638000', '135513.641000', '135533.509000', '135533.512000', '135533.515000', '135533.518000', '135533.521000', '135533.524000', '135533.527000', '135533.530000', '135533.533000', '135533.536000', '135533.539000', '135533.542000', '135533.544000', '135533.548000', '135533.551000', '135533.554000', '135533.556000', '135533.560000', '135533.562000', '135533.565000', '135533.568000', '135533.572000', '135533.575000', '135533.577000', '135533.580000', '135533.583000', '135533.586000', '135533.589000', '135533.592000', '135533.595000', '135533.598000', '135533.601000', '135533.604000', '135533.607000', '135533.610000', '135533.613000', '135533.616000', '135533.619000', '135533.622000', '135533.625000', '135533.628000', '135533.631000', '135533.633000', '135533.636000', '135553.509000', '135553.512000', '135553.515000', '135553.518000', '135553.521000', '135553.524000', '135553.527000', '135553.530000', '135553.533000', '135553.536000', '135553.540000', '135553.545000', '135553.548000', '135553.552000', '135553.555000', '135553.558000', '135553.560000', '135553.564000', '135553.566000', '135553.569000', '135553.572000', '135553.575000', '135553.578000', '135553.581000', '135553.584000', '135553.587000', '135553.590000', '135553.593000', '135553.596000', '135553.599000', '135553.602000', '135553.605000', '135553.608000', '135553.611000', '135553.614000', '135553.617000', '135553.620000', '135553.623000', '135553.625000', '135553.628000', '135553.631000', '135553.634000', '135553.637000', '135613.509000', '135613.512000', '135613.515000', '135613.518000', '135613.521000', '135613.524000', '135613.527000', '135613.530000', '135613.533000', '135613.536000', '135613.539000', '135613.542000', '135613.545000', '135613.548000', '135613.551000', '135613.554000', '135613.562000', '135613.565000', '135613.568000', '135613.571000', '135613.574000', '135613.576000', '135613.579000', '135613.582000', '135613.585000', '135613.588000', '135613.591000', '135613.594000', '135613.597000', '135613.600000', '135613.603000', '135613.606000', '135613.609000', '135613.612000', '135613.615000', '135613.618000', '135613.621000', '135613.624000', '135613.627000', '135613.630000', '135613.633000', '135613.636000', '135613.638000', '135613.641000', '135633.509000', '135633.512000', '135633.515000', '135633.518000', '135633.521000', '135633.524000', '135633.527000', '135633.530000', '135633.533000', '135633.536000', '135633.539000', '135633.542000', '135633.545000', '135633.548000', '135633.551000', '135633.554000', '135633.570000', '135633.574000', '135633.577000', '135633.579000', '135633.582000', '135633.585000', '135633.588000', '135633.591000', '135633.595000', '135633.597000', '135633.600000', '135633.603000', '135633.606000', '135633.609000', '135633.612000', '135633.615000', '135633.618000', '135633.621000', '135633.624000', '135633.627000', '135633.630000', '135633.633000', '135633.636000', '135633.639000', '135633.642000', '135633.645000', '135633.648000', '135653.509000', '135653.512000', '135653.515000', '135653.518000', '135653.521000', '135653.524000', '135653.527000', '135653.530000', '135653.533000', '135653.536000', '135653.539000', '135653.542000', '135653.545000', '135653.547000', '135653.550000', '135653.554000', '135653.557000', '135653.559000', '135653.562000', '135653.566000', '135653.569000', '135653.572000', '135653.575000', '135653.578000', '135653.581000', '135653.583000', '135653.586000', '135653.590000', '135653.592000', '135653.595000', '135653.599000', '135653.602000', '135653.605000', '135653.607000', '135653.610000', '135653.613000', '135653.616000', '135653.619000', '135653.622000', '135653.625000', '135653.628000', '135653.631000', '135653.634000', '135653.637000', '135713.508000', '135713.511000', '135713.515000', '135713.518000', '135713.521000', '135713.524000', '135713.527000', '135713.530000', '135713.533000', '135713.536000', '135713.539000', '135713.542000', '135713.545000', '135713.548000', '135713.551000', '135713.554000', '135713.557000', '135713.560000', '135713.563000', '135713.567000', '135713.570000', '135713.573000', '135713.576000', '135713.579000', '135713.583000', '135713.586000', '135713.589000', '135713.592000', '135713.595000', '135713.598000', '135713.601000', '135713.604000', '135713.607000', '135713.610000', '135713.613000', '135713.616000', '135713.619000', '135713.622000', '135713.624000', '135713.627000', '135713.630000', '135713.633000', '135713.636000', '135733.508000', '135733.511000', '135733.514000', '135733.517000', '135733.520000', '135733.523000', '135733.526000', '135733.529000', '135733.532000', '135733.535000', '135733.538000', '135733.541000', '135733.544000', '135733.547000', '135733.550000', '135733.553000', '135733.556000', '135733.558000', '135733.561000', '135733.564000', '135733.567000', '135733.570000', '135733.573000', '135733.576000', '135733.579000', '135733.582000', '135733.585000', '135733.588000', '135733.591000', '135733.594000', '135733.597000', '135733.600000', '135733.603000', '135733.605000', '135733.609000', '135733.611000', '135733.614000', '135733.617000', '135733.620000', '135733.623000', '135733.626000', '135733.629000', '135733.632000', '135733.635000', '135753.509000', '135753.512000', '135753.515000', '135753.518000', '135753.521000', '135753.524000', '135753.527000', '135753.530000', '135753.533000', '135753.536000', '135753.539000', '135753.542000', '135753.545000', '135753.548000', '135753.551000', '135753.554000', '135753.557000', '135753.560000', '135753.563000', '135753.566000', '135753.569000', '135753.572000', '135753.575000', '135753.578000', '135753.581000', '135753.583000', '135753.586000', '135753.589000', '135753.592000', '135753.597000', '135753.602000', '135753.605000', '135753.608000', '135753.611000', '135753.614000', '135753.617000', '135753.620000', '135753.623000', '135753.633000', '135753.636000', '135753.639000', '135753.642000', '135753.645000', '135813.509000', '135813.512000', '135813.515000', '135813.518000', '135813.521000', '135813.524000', '135813.527000', '135813.530000', '135813.533000', '135813.536000', '135813.539000', '135813.542000', '135813.545000', '135813.548000', '135813.551000', '135813.554000', '135813.557000', '135813.560000', '135813.563000', '135813.566000', '135813.569000', '135813.572000', '135813.575000', '135813.578000', '135813.581000', '135813.584000', '135813.599000', '135813.602000', '135813.605000', '135813.608000', '135813.611000', '135813.614000', '135813.617000', '135813.620000', '135813.623000', '135813.626000', '135813.629000', '135813.632000', '135813.634000', '135813.637000', '135813.640000', '135813.643000', '135813.646000', '135813.649000', '135833.509000', '135833.512000', '135833.515000', '135833.518000', '135833.521000', '135833.524000', '135833.527000', '135833.530000', '135833.533000', '135833.536000', '135833.539000', '135833.542000', '135833.545000', '135833.548000', '135833.551000', '135833.555000', '135833.558000', '135833.561000', '135833.564000', '135833.567000', '135833.570000', '135833.573000', '135833.576000', '135833.579000', '135833.582000', '135833.585000', '135833.588000', '135833.591000', '135833.594000', '135833.597000', '135833.599000', '135833.602000', '135833.606000', '135833.609000', '135833.612000', '135833.615000', '135833.618000', '135833.621000', '135833.624000', '135833.627000', '135833.630000', '135833.633000', '135833.636000', '135853.509000', '135853.512000', '135853.515000', '135853.518000', '135853.521000', '135853.524000', '135853.527000', '135853.530000', '135853.533000', '135853.536000', '135853.539000', '135853.542000', '135853.545000', '135853.548000', '135853.551000', '135853.554000', '135853.557000', '135853.560000', '135853.563000', '135853.566000', '135853.569000', '135853.572000', '135853.575000', '135853.578000', '135853.581000', '135853.584000', '135853.587000', '135853.590000', '135853.593000', '135853.596000', '135853.599000', '135853.602000', '135853.605000', '135853.608000', '135853.610000', '135853.613000', '135853.616000', '135853.619000', '135853.622000', '135853.625000', '135853.628000', '135853.631000', '135853.634000', '135853.637000', '135913.509000', '135913.512000', '135913.515000', '135913.521000', '135913.524000', '135913.527000', '135913.530000', '135913.533000', '135913.536000', '135913.539000', '135913.542000', '135913.545000', '135913.548000', '135913.551000', '135913.554000', '135913.557000', '135913.560000', '135913.563000', '135913.566000', '135913.569000', '135913.572000', '135913.575000', '135913.578000', '135913.581000', '135913.584000', '135913.587000', '135913.590000', '135913.593000', '135913.596000', '135913.599000', '135913.602000', '135913.604000', '135913.607000', '135913.610000', '135913.613000', '135913.616000', '135913.619000', '135913.622000', '135913.625000', '135913.628000', '135913.631000', '135913.634000', '135913.639000', '135933.508000', '135933.511000', '135933.514000', '135933.517000', '135933.520000', '135933.523000', '135933.528000', '135933.531000', '135933.534000', '135933.537000', '135933.540000', '135933.543000', '135933.546000', '135933.549000', '135933.552000', '135933.555000', '135933.558000', '135933.561000', '135933.564000', '135933.567000', '135933.570000', '135933.573000', '135933.576000', '135933.579000', '135933.582000', '135933.585000', '135933.588000', '135933.591000', '135933.594000', '135933.597000', '135933.600000', '135933.603000', '135933.606000', '135933.609000', '135933.611000', '135933.614000', '135933.617000', '135933.620000', '135933.623000', '135933.631000', '135933.634000', '135933.637000', '135933.640000', '135933.643000', '135953.508000', '135953.511000', '135953.514000', '135953.517000', '135953.520000', '135953.523000', '135953.526000', '135953.529000', '135953.532000', '135953.535000', '135953.538000', '135953.541000', '135953.544000', '135953.547000', '135953.550000', '135953.553000', '135953.556000', '135953.559000', '135953.562000', '135953.565000', '135953.568000', '135953.571000', '135953.574000', '135953.577000', '135953.580000', '135953.583000', '135953.586000', '135953.590000', '135953.593000', '135953.596000', '135953.599000', '135953.602000', '135953.605000', '135953.608000', '135953.611000', '135953.623000', '135953.626000', '135953.629000', '135953.632000', '135953.635000', '135953.638000', '135953.641000', '135953.644000', '140013.509000', '140013.512000', '140013.515000', '140013.518000', '140013.521000', '140013.524000', '140013.527000', '140013.530000', '140013.533000', '140013.536000', '140013.539000', '140013.542000', '140013.545000', '140013.548000', '140013.551000', '140013.554000', '140013.557000', '140013.560000', '140013.563000', '140013.566000', '140013.568000', '140013.572000', '140013.575000', '140013.578000', '140013.580000', '140013.583000', '140013.586000', '140013.589000', '140013.592000', '140013.595000', '140013.598000', '140013.601000', '140013.604000', '140013.607000', '140013.610000', '140013.613000', '140013.616000', '140013.619000', '140013.622000', '140013.624000', '140013.627000', '140013.630000', '140013.633000', '140013.636000', '140033.509000', '140033.512000', '140033.515000', '140033.518000', '140033.521000', '140033.524000', '140033.527000', '140033.530000', '140033.533000', '140033.536000', '140033.539000', '140033.542000', '140033.545000', '140033.548000', '140033.551000', '140033.553000', '140033.556000', '140033.559000', '140033.562000', '140033.565000', '140033.568000', '140033.571000', '140033.574000', '140033.577000', '140033.580000', '140033.583000', '140033.586000', '140033.589000', '140033.592000', '140033.595000', '140033.598000', '140033.601000', '140033.604000', '140033.607000', '140033.610000', '140033.613000', '140033.616000', '140033.619000', '140033.621000', '140033.624000', '140033.627000', '140033.630000', '140033.633000', '140037.402000', '140037.406000', '140037.408000', '140037.412000', '140037.415000', '140037.418000', '140037.421000', '140037.424000', '140037.427000'], 'InstanceCreationTime': ['135353.544000', '135353.548000', '135353.551000', '135353.554000', '135353.566000', '135353.569000', '135353.572000', '135353.576000', '135353.579000', '135353.582000', '135353.585000', '135353.588000', '135353.591000', '135353.595000', '135353.598000', '135353.601000', '135353.604000', '135353.607000', '135353.610000', '135353.613000', '135353.617000', '135353.620000', '135353.623000', '135353.626000', '135353.629000', '135353.632000', '135353.635000', '135353.638000', '135353.641000', '135353.645000', '135353.648000', '135353.651000', '135353.654000', '135353.657000', '135353.660000', '135353.663000', '135353.666000', '135353.669000', '135353.672000', '135353.676000', '135353.679000', '135353.682000', '135353.685000', '135353.688000', '135353.691000', '135353.694000', '135353.707000', '135353.710000', '135413.509000', '135413.512000', '135413.515000', '135413.518000', '135413.521000', '135413.524000', '135413.527000', '135413.530000', '135413.533000', '135413.536000', '135413.539000', '135413.542000', '135413.545000', '135413.547000', '135413.551000', '135413.554000', '135413.557000', '135413.559000', '135413.562000', '135413.565000', '135413.568000', '135413.572000', '135413.575000', '135413.578000', '135413.581000', '135413.583000', '135413.587000', '135413.589000', '135413.592000', '135413.595000', '135413.598000', '135413.601000', '135413.604000', '135413.607000', '135413.610000', '135413.613000', '135413.623000', '135413.626000', '135413.629000', '135413.632000', '135413.634000', '135413.637000', '135413.640000', '135433.509000', '135433.512000', '135433.515000', '135433.518000', '135433.521000', '135433.524000', '135433.527000', '135433.530000', '135433.533000', '135433.536000', '135433.539000', '135433.542000', '135433.545000', '135433.548000', '135433.551000', '135433.554000', '135433.557000', '135433.560000', '135433.562000', '135433.566000', '135433.569000', '135433.572000', '135433.574000', '135433.577000', '135433.580000', '135433.583000', '135433.586000', '135433.589000', '135433.592000', '135433.595000', '135433.598000', '135433.601000', '135433.604000', '135433.607000', '135433.610000', '135433.616000', '135433.619000', '135433.622000', '135433.625000', '135433.628000', '135433.631000', '135433.634000', '135433.636000', '135453.508000', '135453.511000', '135453.514000', '135453.517000', '135453.520000', '135453.523000', '135453.538000', '135453.541000', '135453.544000', '135453.547000', '135453.550000', '135453.553000', '135453.556000', '135453.559000', '135453.562000', '135453.565000', '135453.568000', '135453.571000', '135453.574000', '135453.577000', '135453.580000', '135453.583000', '135453.586000', '135453.589000', '135453.592000', '135453.595000', '135453.603000', '135453.606000', '135453.609000', '135453.612000', '135453.615000', '135453.618000', '135453.621000', '135453.624000', '135453.627000', '135453.630000', '135453.633000', '135453.636000', '135453.639000', '135453.642000', '135453.645000', '135453.648000', '135453.651000', '135453.654000', '135513.508000', '135513.512000', '135513.517000', '135513.520000', '135513.523000', '135513.526000', '135513.529000', '135513.532000', '135513.535000', '135513.538000', '135513.541000', '135513.544000', '135513.547000', '135513.550000', '135513.553000', '135513.556000', '135513.559000', '135513.562000', '135513.565000', '135513.568000', '135513.571000', '135513.574000', '135513.577000', '135513.580000', '135513.583000', '135513.586000', '135513.589000', '135513.592000', '135513.595000', '135513.598000', '135513.601000', '135513.604000', '135513.607000', '135513.610000', '135513.613000', '135513.615000', '135513.618000', '135513.621000', '135513.624000', '135513.627000', '135513.630000', '135513.638000', '135513.641000', '135533.509000', '135533.512000', '135533.515000', '135533.518000', '135533.521000', '135533.524000', '135533.527000', '135533.530000', '135533.533000', '135533.536000', '135533.539000', '135533.542000', '135533.544000', '135533.548000', '135533.551000', '135533.554000', '135533.556000', '135533.560000', '135533.562000', '135533.565000', '135533.568000', '135533.572000', '135533.575000', '135533.577000', '135533.580000', '135533.583000', '135533.586000', '135533.589000', '135533.592000', '135533.595000', '135533.598000', '135533.601000', '135533.604000', '135533.607000', '135533.610000', '135533.613000', '135533.616000', '135533.619000', '135533.622000', '135533.625000', '135533.628000', '135533.631000', '135533.633000', '135533.636000', '135553.509000', '135553.512000', '135553.515000', '135553.518000', '135553.521000', '135553.524000', '135553.527000', '135553.530000', '135553.533000', '135553.536000', '135553.540000', '135553.545000', '135553.548000', '135553.552000', '135553.555000', '135553.558000', '135553.560000', '135553.564000', '135553.566000', '135553.569000', '135553.572000', '135553.575000', '135553.578000', '135553.581000', '135553.584000', '135553.587000', '135553.590000', '135553.593000', '135553.596000', '135553.599000', '135553.602000', '135553.605000', '135553.608000', '135553.611000', '135553.614000', '135553.617000', '135553.620000', '135553.623000', '135553.625000', '135553.628000', '135553.631000', '135553.634000', '135553.637000', '135613.509000', '135613.512000', '135613.515000', '135613.518000', '135613.521000', '135613.524000', '135613.527000', '135613.530000', '135613.533000', '135613.536000', '135613.539000', '135613.542000', '135613.545000', '135613.548000', '135613.551000', '135613.554000', '135613.562000', '135613.565000', '135613.568000', '135613.571000', '135613.574000', '135613.576000', '135613.579000', '135613.582000', '135613.585000', '135613.588000', '135613.591000', '135613.594000', '135613.597000', '135613.600000', '135613.603000', '135613.606000', '135613.609000', '135613.612000', '135613.615000', '135613.618000', '135613.621000', '135613.624000', '135613.627000', '135613.630000', '135613.633000', '135613.636000', '135613.638000', '135613.641000', '135633.509000', '135633.512000', '135633.515000', '135633.518000', '135633.521000', '135633.524000', '135633.527000', '135633.530000', '135633.533000', '135633.536000', '135633.539000', '135633.542000', '135633.545000', '135633.548000', '135633.551000', '135633.554000', '135633.570000', '135633.574000', '135633.577000', '135633.579000', '135633.582000', '135633.585000', '135633.588000', '135633.591000', '135633.595000', '135633.597000', '135633.600000', '135633.603000', '135633.606000', '135633.609000', '135633.612000', '135633.615000', '135633.618000', '135633.621000', '135633.624000', '135633.627000', '135633.630000', '135633.633000', '135633.636000', '135633.639000', '135633.642000', '135633.645000', '135633.648000', '135653.509000', '135653.512000', '135653.515000', '135653.518000', '135653.521000', '135653.524000', '135653.527000', '135653.530000', '135653.533000', '135653.536000', '135653.539000', '135653.542000', '135653.545000', '135653.547000', '135653.550000', '135653.554000', '135653.557000', '135653.559000', '135653.562000', '135653.566000', '135653.569000', '135653.572000', '135653.575000', '135653.578000', '135653.581000', '135653.583000', '135653.586000', '135653.590000', '135653.592000', '135653.595000', '135653.599000', '135653.602000', '135653.605000', '135653.607000', '135653.610000', '135653.613000', '135653.616000', '135653.619000', '135653.622000', '135653.625000', '135653.628000', '135653.631000', '135653.634000', '135653.637000', '135713.508000', '135713.511000', '135713.515000', '135713.518000', '135713.521000', '135713.524000', '135713.527000', '135713.530000', '135713.533000', '135713.536000', '135713.539000', '135713.542000', '135713.545000', '135713.548000', '135713.551000', '135713.554000', '135713.557000', '135713.560000', '135713.563000', '135713.567000', '135713.570000', '135713.573000', '135713.576000', '135713.579000', '135713.583000', '135713.586000', '135713.589000', '135713.592000', '135713.595000', '135713.598000', '135713.601000', '135713.604000', '135713.607000', '135713.610000', '135713.613000', '135713.616000', '135713.619000', '135713.622000', '135713.624000', '135713.627000', '135713.630000', '135713.633000', '135713.636000', '135733.508000', '135733.511000', '135733.514000', '135733.517000', '135733.520000', '135733.523000', '135733.526000', '135733.529000', '135733.532000', '135733.535000', '135733.538000', '135733.541000', '135733.544000', '135733.547000', '135733.550000', '135733.553000', '135733.556000', '135733.558000', '135733.561000', '135733.564000', '135733.567000', '135733.570000', '135733.573000', '135733.576000', '135733.579000', '135733.582000', '135733.585000', '135733.588000', '135733.591000', '135733.594000', '135733.597000', '135733.600000', '135733.603000', '135733.605000', '135733.609000', '135733.611000', '135733.614000', '135733.617000', '135733.620000', '135733.623000', '135733.626000', '135733.629000', '135733.632000', '135733.635000', '135753.509000', '135753.512000', '135753.515000', '135753.518000', '135753.521000', '135753.524000', '135753.527000', '135753.530000', '135753.533000', '135753.536000', '135753.539000', '135753.542000', '135753.545000', '135753.548000', '135753.551000', '135753.554000', '135753.557000', '135753.560000', '135753.563000', '135753.566000', '135753.569000', '135753.572000', '135753.575000', '135753.578000', '135753.581000', '135753.583000', '135753.586000', '135753.589000', '135753.592000', '135753.597000', '135753.602000', '135753.605000', '135753.608000', '135753.611000', '135753.614000', '135753.617000', '135753.620000', '135753.623000', '135753.633000', '135753.636000', '135753.639000', '135753.642000', '135753.645000', '135813.509000', '135813.512000', '135813.515000', '135813.518000', '135813.521000', '135813.524000', '135813.527000', '135813.530000', '135813.533000', '135813.536000', '135813.539000', '135813.542000', '135813.545000', '135813.548000', '135813.551000', '135813.554000', '135813.557000', '135813.560000', '135813.563000', '135813.566000', '135813.569000', '135813.572000', '135813.575000', '135813.578000', '135813.581000', '135813.584000', '135813.599000', '135813.602000', '135813.605000', '135813.608000', '135813.611000', '135813.614000', '135813.617000', '135813.620000', '135813.623000', '135813.626000', '135813.629000', '135813.632000', '135813.634000', '135813.637000', '135813.640000', '135813.643000', '135813.646000', '135813.649000', '135833.509000', '135833.512000', '135833.515000', '135833.518000', '135833.521000', '135833.524000', '135833.527000', '135833.530000', '135833.533000', '135833.536000', '135833.539000', '135833.542000', '135833.545000', '135833.548000', '135833.551000', '135833.555000', '135833.558000', '135833.561000', '135833.564000', '135833.567000', '135833.570000', '135833.573000', '135833.576000', '135833.579000', '135833.582000', '135833.585000', '135833.588000', '135833.591000', '135833.594000', '135833.597000', '135833.599000', '135833.602000', '135833.606000', '135833.609000', '135833.612000', '135833.615000', '135833.618000', '135833.621000', '135833.624000', '135833.627000', '135833.630000', '135833.633000', '135833.636000', '135853.509000', '135853.512000', '135853.515000', '135853.518000', '135853.521000', '135853.524000', '135853.527000', '135853.530000', '135853.533000', '135853.536000', '135853.539000', '135853.542000', '135853.545000', '135853.548000', '135853.551000', '135853.554000', '135853.557000', '135853.560000', '135853.563000', '135853.566000', '135853.569000', '135853.572000', '135853.575000', '135853.578000', '135853.581000', '135853.584000', '135853.587000', '135853.590000', '135853.593000', '135853.596000', '135853.599000', '135853.602000', '135853.605000', '135853.608000', '135853.610000', '135853.613000', '135853.616000', '135853.619000', '135853.622000', '135853.625000', '135853.628000', '135853.631000', '135853.634000', '135853.637000', '135913.509000', '135913.512000', '135913.515000', '135913.521000', '135913.524000', '135913.527000', '135913.530000', '135913.533000', '135913.536000', '135913.539000', '135913.542000', '135913.545000', '135913.548000', '135913.551000', '135913.554000', '135913.557000', '135913.560000', '135913.563000', '135913.566000', '135913.569000', '135913.572000', '135913.575000', '135913.578000', '135913.581000', '135913.584000', '135913.587000', '135913.590000', '135913.593000', '135913.596000', '135913.599000', '135913.602000', '135913.604000', '135913.607000', '135913.610000', '135913.613000', '135913.616000', '135913.619000', '135913.622000', '135913.625000', '135913.628000', '135913.631000', '135913.634000', '135913.639000', '135933.508000', '135933.511000', '135933.514000', '135933.517000', '135933.520000', '135933.523000', '135933.528000', '135933.531000', '135933.534000', '135933.537000', '135933.540000', '135933.543000', '135933.546000', '135933.549000', '135933.552000', '135933.555000', '135933.558000', '135933.561000', '135933.564000', '135933.567000', '135933.570000', '135933.573000', '135933.576000', '135933.579000', '135933.582000', '135933.585000', '135933.588000', '135933.591000', '135933.594000', '135933.597000', '135933.600000', '135933.603000', '135933.606000', '135933.609000', '135933.611000', '135933.614000', '135933.617000', '135933.620000', '135933.623000', '135933.631000', '135933.634000', '135933.637000', '135933.640000', '135933.643000', '135953.508000', '135953.511000', '135953.514000', '135953.517000', '135953.520000', '135953.523000', '135953.526000', '135953.529000', '135953.532000', '135953.535000', '135953.538000', '135953.541000', '135953.544000', '135953.547000', '135953.550000', '135953.553000', '135953.556000', '135953.559000', '135953.562000', '135953.565000', '135953.568000', '135953.571000', '135953.574000', '135953.577000', '135953.580000', '135953.583000', '135953.586000', '135953.590000', '135953.593000', '135953.596000', '135953.599000', '135953.602000', '135953.605000', '135953.608000', '135953.611000', '135953.623000', '135953.626000', '135953.629000', '135953.632000', '135953.635000', '135953.638000', '135953.641000', '135953.644000', '140013.509000', '140013.512000', '140013.515000', '140013.518000', '140013.521000', '140013.524000', '140013.527000', '140013.530000', '140013.533000', '140013.536000', '140013.539000', '140013.542000', '140013.545000', '140013.548000', '140013.551000', '140013.554000', '140013.557000', '140013.560000', '140013.563000', '140013.566000', '140013.568000', '140013.572000', '140013.575000', '140013.578000', '140013.580000', '140013.583000', '140013.586000', '140013.589000', '140013.592000', '140013.595000', '140013.598000', '140013.601000', '140013.604000', '140013.607000', '140013.610000', '140013.613000', '140013.616000', '140013.619000', '140013.622000', '140013.624000', '140013.627000', '140013.630000', '140013.633000', '140013.636000', '140033.509000', '140033.512000', '140033.515000', '140033.518000', '140033.521000', '140033.524000', '140033.527000', '140033.530000', '140033.533000', '140033.536000', '140033.539000', '140033.542000', '140033.545000', '140033.548000', '140033.551000', '140033.553000', '140033.556000', '140033.559000', '140033.562000', '140033.565000', '140033.568000', '140033.571000', '140033.574000', '140033.577000', '140033.580000', '140033.583000', '140033.586000', '140033.589000', '140033.592000', '140033.595000', '140033.598000', '140033.601000', '140033.604000', '140033.607000', '140033.610000', '140033.613000', '140033.616000', '140033.619000', '140033.621000', '140033.624000', '140033.627000', '140033.630000', '140033.633000', '140037.402000', '140037.406000', '140037.408000', '140037.412000', '140037.415000', '140037.418000', '140037.421000', '140037.424000', '140037.427000'], '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': [8491, 8486, 9413, 8315, 11943, 8197, 13750, 9310, 14343, 7935, 11368, 7907, 10157, 7809, 10039, 8511, 10196, 7638, 8505, 7735, 7513, 7909, 7721, 8200, 8505, 7340, 8221, 8712, 8178, 8035, 8380, 7205, 8096, 7831, 7697, 8039, 8013, 8111, 7615, 7983, 8190, 9819, 8606, 13765, 7983, 14860, 8208, 13246, 10752, 15119, 8831, 13180, 8071, 11520, 8016, 12041, 9658, 14486, 7879, 11369, 7792, 9435, 8439, 11124, 8161, 8577, 7745, 8570, 12174, 8430, 12099, 8642, 11881, 8257, 10970, 8177, 10980, 7946, 10001, 7600, 8189, 7877, 8085, 8261, 8603, 9443, 8398, 11267, 8497, 14567, 9109, 14470, 8114, 11356, 7915, 8212, 7707, 7807, 7464, 8034, 7421, 8185, 7756, 6981, 8132, 8367, 7879, 8339, 7826, 7897, 10942, 10164, 13996, 8418, 12433, 7898, 13062, 8552, 8252, 8174, 8044, 12178, 9843, 15792, 8616, 10286, 8871, 8959, 13426, 10581, 13370, 10013, 8842, 8970, 9036, 8785, 8360, 11586, 8720, 8649, 8697, 9615, 8788, 11946, 9363, 8564, 8591, 8457, 8682, 11437, 8501, 12801, 8656, 9678, 9368, 8181, 7349, 7808, 8029, 8346, 8006, 8483, 10090, 8505, 10246, 8329, 10693, 8671, 14721, 8391, 10687, 8493, 9067, 8668, 8133, 8612, 8336, 8529, 10850, 8394, 16038, 10321, 14357, 9136, 10881, 8713, 8861, 10758, 8479, 12545, 8090, 10209, 7802, 8533, 7619, 8009, 7393, 7366, 7381, 7364, 7643, 7614, 8096, 7324, 8152, 7413, 8304, 7860, 8375, 7829, 8281, 7762, 10415, 8573, 8173, 7740, 8475, 7681, 13716, 9128, 12248, 7731, 11671, 7622, 10794, 8390, 12653, 8381, 11581, 7685, 10003, 7686, 8186, 8164, 7176, 8696, 7910, 9515, 8178, 7593, 8163, 8225, 8214, 8071, 8078, 10726, 8369, 12859, 8845, 14058, 11577, 15907, 11573, 13675, 12483, 12164, 14297, 11195, 15389, 12220, 15576, 12348, 13669, 10112, 12128, 8356, 9188, 9688, 9233, 8219, 8863, 8735, 8742, 9174, 8186, 9153, 8589, 9166, 8094, 8643, 8810, 8605, 9546, 8101, 8880, 7755, 8380, 7248, 8494, 8886, 7786, 9393, 7829, 8526, 7784, 8296, 12172, 7636, 9528, 7881, 7687, 7997, 8015, 7455, 8080, 8116, 7926, 7492, 7784, 7139, 8071, 8828, 7786, 10600, 8015, 10877, 9364, 12879, 8131, 10994, 7924, 9225, 7821, 7873, 9447, 8031, 13643, 7843, 11075, 7692, 9628, 7679, 8040, 7965, 7969, 7812, 7915, 7961, 7881, 7931, 7730, 7820, 7986, 7387, 8677, 7951, 9235, 8347, 7657, 11357, 9214, 13016, 10494, 12243, 8097, 10882, 7827, 13933, 11027, 8999, 8700, 7660, 7866, 7609, 7789, 9412, 8980, 9235, 10227, 10026, 10329, 13098, 11441, 12774, 15136, 12068, 14505, 12712, 14481, 12127, 15381, 12303, 14806, 11534, 14994, 13119, 10468, 13237, 9379, 14088, 9627, 13156, 8983, 8564, 9188, 9623, 8782, 9336, 9086, 9196, 9001, 8970, 8874, 8774, 8624, 8825, 8762, 8597, 8355, 8482, 8192, 8269, 8414, 8218, 8340, 8005, 7835, 7983, 9228, 8120, 9531, 8340, 8128, 8065, 8724, 7777, 8756, 8790, 8607, 8121, 8810, 10171, 9140, 11634, 8946, 11398, 8868, 8572, 11632, 8271, 13697, 8415, 13559, 8728, 11742, 8199, 10847, 8844, 10090, 8396, 8018, 8320, 7993, 8645, 8193, 8707, 7886, 9566, 8346, 14466, 8889, 13604, 8800, 10162, 8003, 9063, 8512, 8393, 8699, 7794, 8782, 7903, 10308, 8217, 13387, 8296, 13080, 8154, 12382, 9097, 12722, 8457, 9251, 8023, 8652, 8010, 12608, 8154, 8485, 8367, 8287, 8347, 12561, 8491, 8501, 8817, 7904, 14060, 11198, 14250, 8476, 14467, 9430, 12693, 8755, 13784, 7993, 10818, 7584, 8801, 8743, 8546, 8761, 10917, 7551, 8731, 8046, 8232, 8272, 8251, 8533, 8256, 8540, 7630, 9016, 8821, 8235, 9467, 8810, 9269, 9661, 7860, 14604, 11643, 8865, 8908, 7674, 11045, 8090, 12053, 9177, 9064, 8540, 7959, 8551, 8108, 8665, 8884, 7854, 9889, 8094, 8060, 8314, 9019, 11365, 7937, 7902, 7787, 7598, 9098, 8232, 8572, 7749, 8148, 7771, 8094, 7851, 12549, 8221, 9134, 7860, 8370, 10055, 7940, 13680, 7929, 8473, 7826, 8287, 8349, 8276, 7890, 9661, 7923, 8185, 9169, 7971, 10182, 7881, 11449, 7923, 15061, 10421, 13669, 7994, 10947, 7734, 9694, 7978, 9287, 8136, 8329, 8299, 7805, 8127, 8242, 7299, 7893, 8307, 7907, 8035, 9040, 8037, 12023, 7867, 10230, 8101, 9499, 9926, 11999, 9654, 8161, 8219, 7475, 8567, 8062, 14458, 9237, 13195, 8070, 10684, 8153, 11763, 10043, 9919, 7911, 7329, 8045, 7839, 7999, 7651, 9389, 7994, 8521, 8021, 8711, 9115, 8069, 8214, 8080, 8087, 8114, 8632, 8067, 13538, 8095, 9687, 7977, 7499, 7923, 7467, 8970, 7956, 8225, 7647, 8586, 7787, 12603, 8202, 12566, 8480, 11583, 8030, 10956, 9782, 7988, 8125, 7685, 8280, 7755, 8279, 7316, 8999, 7533, 8644, 7849, 8424, 7858, 11736, 8296, 9093, 7943, 8579, 7945, 8326, 7651, 8453, 7826, 8148, 8126, 8126, 7895, 8046, 8371, 8238, 8194, 8532, 8353, 8572, 8013, 9819, 8344, 9862, 8261, 9794, 8248, 9831, 8025, 12612, 8238, 10583, 8408, 10086, 7871, 10310, 7970, 8436, 9261, 8124, 7935, 7695, 7956, 7887, 7901, 7960, 7918, 7652, 7984, 8578, 8086, 8214, 8082, 8180, 8048, 7976, 10946, 10124, 7738, 11307, 8159, 15069, 11157, 15055, 11988, 13476, 10812, 14370, 11240, 14801, 11900, 13666, 8775, 11845, 8160, 10821, 8182, 10755, 7853, 8953, 8814, 8774, 8018, 8953, 7454, 8858, 7660, 8480, 7927, 8087, 7847, 8005, 7742, 8157, 7674, 8086, 7841, 7962, 8220, 8137, 7732, 8095, 9649, 8086, 13201, 7982, 13761, 8003, 11018, 7932, 9882, 7639, 8387, 7943, 7955, 7769, 7860, 7626, 7659, 7656, 7989, 6986, 7721, 9147, 7865, 11384, 7823, 10763, 7996, 9972, 7862, 8563, 7753, 7931, 8122, 7674, 7856, 8017, 7908, 7778, 8609, 7967, 12408, 8051, 10776, 7972, 10722, 8117, 7985, 6922, 8085, 13460, 7702, 10819, 7995, 8873, 7676, 7938, 10283, 7787, 10025, 7842, 9453, 7773, 7676, 7863, 7932, 7722, 7845, 8476, 7951, 13475, 8057, 10508, 8108, 9565, 11248, 8898, 15162, 8044, 13700, 8846, 9753, 8011, 7872, 12626, 8825, 10632, 7748, 7716, 8088, 7755, 7919, 8121, 7662, 7757, 7556, 13191, 10006, 14253, 7789, 14826, 10068, 12664, 8836, 13444, 7674, 8843, 7838, 9007, 7752, 8049, 8369, 8232, 7435, 8040, 7989, 9168, 9326, 7922, 8382, 8169, 8797, 8991, 9175, 12299, 10641, 14879, 10857, 13719, 13580, 12679, 15426, 11999, 15859, 13701, 14013], 'WindowCenter': [3941.0, 3937.0, 3935.0, 3922.0, 3940.0, 3910.0, 3940.0, 3921.0, 3949.0, 3909.0, 3928.0, 3908.0, 3917.0, 3898.0, 3918.0, 3909.0, 3929.0, 3910.0, 3908.0, 3909.0, 3899.0, 3910.0, 3910.0, 3910.0, 3921.0, 3899.0, 3922.0, 3921.0, 3922.0, 3910.0, 3909.0, 3899.0, 3909.0, 3909.0, 3912.0, 3912.0, 3922.0, 3923.0, 3912.0, 3922.0, 3923.0, 3934.0, 3923.0, 3954.0, 3911.0, 3963.0, 3921.0, 3950.0, 3931.0, 3951.0, 3920.0, 3950.0, 3910.0, 3940.0, 3910.0, 3941.0, 3921.0, 3951.0, 3909.0, 3929.0, 3898.0, 3919.0, 3908.0, 3930.0, 3907.0, 3907.0, 3896.0, 3907.0, 3927.0, 3908.0, 3928.0, 3907.0, 3928.0, 3906.0, 3927.0, 3907.0, 3928.0, 3897.0, 3916.0, 3897.0, 3906.0, 3907.0, 3908.0, 3907.0, 3907.0, 3917.0, 3907.0, 3927.0, 3906.0, 3938.0, 3907.0, 3937.0, 3895.0, 3926.0, 3896.0, 3895.0, 3896.0, 3896.0, 3897.0, 3906.0, 3898.0, 3908.0, 3909.0, 3910.0, 3924.0, 3924.0, 3923.0, 3924.0, 3924.0, 3924.0, 3945.0, 3946.0, 3968.0, 3924.0, 3953.0, 3925.0, 3955.0, 3923.0, 3924.0, 3924.0, 3923.0, 3953.0, 3932.0, 3964.0, 3921.0, 3919.0, 3907.0, 3907.0, 3939.0, 3918.0, 3928.0, 3919.0, 3907.0, 3905.0, 3905.0, 3895.0, 3907.0, 3928.0, 3906.0, 3907.0, 3908.0, 3916.0, 3906.0, 3926.0, 3905.0, 3894.0, 3904.0, 3893.0, 3894.0, 3914.0, 3894.0, 3925.0, 3894.0, 3904.0, 3905.0, 3895.0, 3884.0, 3896.0, 3895.0, 3907.0, 3907.0, 3908.0, 3919.0, 3910.0, 3919.0, 3909.0, 3929.0, 3909.0, 3951.0, 3909.0, 3918.0, 3909.0, 3907.0, 3908.0, 3908.0, 3908.0, 3908.0, 3907.0, 3928.0, 3907.0, 3949.0, 3917.0, 3937.0, 3905.0, 3915.0, 3894.0, 3894.0, 3914.0, 3893.0, 3925.0, 3893.0, 3903.0, 3883.0, 3893.0, 3884.0, 3894.0, 3885.0, 3895.0, 3897.0, 3897.0, 3910.0, 3909.0, 3910.0, 3911.0, 3912.0, 3913.0, 3923.0, 3923.0, 3923.0, 3912.0, 3922.0, 3912.0, 3934.0, 3923.0, 3922.0, 3911.0, 3911.0, 3913.0, 3954.0, 3936.0, 3944.0, 3912.0, 3942.0, 3912.0, 3943.0, 3923.0, 3954.0, 3923.0, 3942.0, 3911.0, 3933.0, 3925.0, 3922.0, 3922.0, 3901.0, 3934.0, 3926.0, 3935.0, 3936.0, 3926.0, 3924.0, 3924.0, 3925.0, 3926.0, 3938.0, 3959.0, 3937.0, 3968.0, 3935.0, 3966.0, 3942.0, 3964.0, 3930.0, 3940.0, 3927.0, 3915.0, 3924.0, 3902.0, 3922.0, 3900.0, 3909.0, 3897.0, 3895.0, 3873.0, 3882.0, 3862.0, 3861.0, 3872.0, 3872.0, 3862.0, 3873.0, 3863.0, 3863.0, 3873.0, 3864.0, 3875.0, 3876.0, 3887.0, 3866.0, 3878.0, 3877.0, 3878.0, 3887.0, 3879.0, 3889.0, 3880.0, 3891.0, 3880.0, 3892.0, 3891.0, 3893.0, 3904.0, 3894.0, 3904.0, 3894.0, 3896.0, 3926.0, 3896.0, 3905.0, 3896.0, 3895.0, 3895.0, 3908.0, 3897.0, 3908.0, 3909.0, 3908.0, 3899.0, 3911.0, 3900.0, 3912.0, 3922.0, 3913.0, 3933.0, 3923.0, 3943.0, 3934.0, 3953.0, 3912.0, 3932.0, 3911.0, 3922.0, 3911.0, 3910.0, 3921.0, 3911.0, 3951.0, 3910.0, 3931.0, 3910.0, 3919.0, 3908.0, 3909.0, 3908.0, 3908.0, 3909.0, 3911.0, 3911.0, 3911.0, 3921.0, 3912.0, 3924.0, 3925.0, 3927.0, 3938.0, 3939.0, 3949.0, 3938.0, 3926.0, 3959.0, 3938.0, 3969.0, 3947.0, 3955.0, 3924.0, 3944.0, 3927.0, 3980.0, 3946.0, 3934.0, 3923.0, 3912.0, 3911.0, 3924.0, 3924.0, 3948.0, 3949.0, 3962.0, 3949.0, 3949.0, 3949.0, 3970.0, 3961.0, 3972.0, 3980.0, 3958.0, 3957.0, 3946.0, 3956.0, 3934.0, 3942.0, 3930.0, 3941.0, 3920.0, 3926.0, 3904.0, 3891.0, 3900.0, 3879.0, 3900.0, 3879.0, 3899.0, 3880.0, 3878.0, 3877.0, 3877.0, 3866.0, 3876.0, 3864.0, 3876.0, 3865.0, 3878.0, 3877.0, 3878.0, 3877.0, 3878.0, 3877.0, 3880.0, 3879.0, 3879.0, 3879.0, 3880.0, 3879.0, 3881.0, 3881.0, 3883.0, 3882.0, 3884.0, 3894.0, 3896.0, 3906.0, 3896.0, 3897.0, 3909.0, 3922.0, 3912.0, 3935.0, 3936.0, 3939.0, 3937.0, 3940.0, 3950.0, 3950.0, 3960.0, 3939.0, 3960.0, 3938.0, 3938.0, 3959.0, 3927.0, 3968.0, 3926.0, 3957.0, 3926.0, 3956.0, 3927.0, 3948.0, 3936.0, 3947.0, 3925.0, 3925.0, 3938.0, 3927.0, 3938.0, 3937.0, 3937.0, 3926.0, 3946.0, 3938.0, 3980.0, 3936.0, 3967.0, 3935.0, 3946.0, 3927.0, 3937.0, 3937.0, 3926.0, 3936.0, 3925.0, 3936.0, 3927.0, 3948.0, 3926.0, 3968.0, 3925.0, 3967.0, 3926.0, 3956.0, 3936.0, 3956.0, 3925.0, 3934.0, 3925.0, 3924.0, 3926.0, 3956.0, 3925.0, 3922.0, 3924.0, 3924.0, 3924.0, 3956.0, 3922.0, 3921.0, 3922.0, 3911.0, 3952.0, 3943.0, 3953.0, 3909.0, 3949.0, 3908.0, 3939.0, 3908.0, 3939.0, 3895.0, 3916.0, 3883.0, 3893.0, 3893.0, 3894.0, 3893.0, 3915.0, 3883.0, 3892.0, 3892.0, 3893.0, 3894.0, 3895.0, 3905.0, 3905.0, 3906.0, 3896.0, 3917.0, 3907.0, 3908.0, 3917.0, 3906.0, 3907.0, 3917.0, 3897.0, 3938.0, 3927.0, 3906.0, 3904.0, 3894.0, 3914.0, 3895.0, 3925.0, 3905.0, 3903.0, 3893.0, 3894.0, 3904.0, 3895.0, 3905.0, 3905.0, 3895.0, 3915.0, 3896.0, 3895.0, 3907.0, 3907.0, 3927.0, 3896.0, 3907.0, 3895.0, 3897.0, 3918.0, 3909.0, 3919.0, 3908.0, 3908.0, 3909.0, 3911.0, 3909.0, 3940.0, 3910.0, 3919.0, 3908.0, 3909.0, 3931.0, 3909.0, 3950.0, 3907.0, 3909.0, 3909.0, 3920.0, 3921.0, 3920.0, 3910.0, 3931.0, 3911.0, 3920.0, 3921.0, 3910.0, 3930.0, 3910.0, 3929.0, 3908.0, 3950.0, 3931.0, 3949.0, 3907.0, 3928.0, 3896.0, 3916.0, 3907.0, 3906.0, 3895.0, 3906.0, 3893.0, 3895.0, 3906.0, 3907.0, 3898.0, 3906.0, 3909.0, 3909.0, 3921.0, 3920.0, 3923.0, 3942.0, 3911.0, 3931.0, 3910.0, 3920.0, 3929.0, 3941.0, 3919.0, 3908.0, 3907.0, 3897.0, 3908.0, 3907.0, 3950.0, 3917.0, 3938.0, 3907.0, 3917.0, 3907.0, 3926.0, 3917.0, 3916.0, 3896.0, 3894.0, 3895.0, 3895.0, 3896.0, 3896.0, 3916.0, 3906.0, 3906.0, 3908.0, 3906.0, 3918.0, 3897.0, 3905.0, 3896.0, 3895.0, 3907.0, 3906.0, 3907.0, 3938.0, 3906.0, 3917.0, 3907.0, 3897.0, 3906.0, 3897.0, 3907.0, 3907.0, 3906.0, 3895.0, 3906.0, 3896.0, 3938.0, 3907.0, 3926.0, 3906.0, 3926.0, 3896.0, 3915.0, 3918.0, 3896.0, 3895.0, 3895.0, 3905.0, 3896.0, 3906.0, 3895.0, 3905.0, 3896.0, 3905.0, 3896.0, 3905.0, 3896.0, 3927.0, 3906.0, 3905.0, 3895.0, 3904.0, 3895.0, 3894.0, 3894.0, 3905.0, 3895.0, 3894.0, 3895.0, 3893.0, 3907.0, 3906.0, 3907.0, 3907.0, 3908.0, 3918.0, 3920.0, 3919.0, 3910.0, 3930.0, 3921.0, 3930.0, 3921.0, 3929.0, 3921.0, 3930.0, 3922.0, 3950.0, 3921.0, 3929.0, 3909.0, 3929.0, 3910.0, 3929.0, 3910.0, 3922.0, 3919.0, 3907.0, 3906.0, 3909.0, 3908.0, 3908.0, 3909.0, 3910.0, 3923.0, 3924.0, 3923.0, 3921.0, 3912.0, 3924.0, 3923.0, 3922.0, 3924.0, 3926.0, 3945.0, 3946.0, 3926.0, 3957.0, 3925.0, 3964.0, 3944.0, 3953.0, 3942.0, 3940.0, 3918.0, 3938.0, 3917.0, 3937.0, 3915.0, 3924.0, 3892.0, 3911.0, 3881.0, 3899.0, 3880.0, 3900.0, 3879.0, 3889.0, 3889.0, 3879.0, 3878.0, 3890.0, 3880.0, 3890.0, 3882.0, 3892.0, 3893.0, 3894.0, 3895.0, 3897.0, 3895.0, 3895.0, 3895.0, 3895.0, 3896.0, 3896.0, 3906.0, 3906.0, 3897.0, 3897.0, 3918.0, 3907.0, 3938.0, 3897.0, 3939.0, 3897.0, 3917.0, 3896.0, 3917.0, 3897.0, 3907.0, 3896.0, 3895.0, 3897.0, 3906.0, 3897.0, 3898.0, 3897.0, 3908.0, 3897.0, 3898.0, 3918.0, 3908.0, 3929.0, 3898.0, 3929.0, 3908.0, 3918.0, 3908.0, 3908.0, 3909.0, 3908.0, 3909.0, 3909.0, 3909.0, 3910.0, 3911.0, 3912.0, 3921.0, 3911.0, 3942.0, 3910.0, 3931.0, 3911.0, 3932.0, 3910.0, 3910.0, 3898.0, 3910.0, 3951.0, 3909.0, 3930.0, 3908.0, 3908.0, 3897.0, 3908.0, 3917.0, 3909.0, 3930.0, 3910.0, 3919.0, 3909.0, 3908.0, 3909.0, 3910.0, 3910.0, 3921.0, 3922.0, 3923.0, 3953.0, 3912.0, 3931.0, 3911.0, 3933.0, 3942.0, 3921.0, 3953.0, 3909.0, 3951.0, 3909.0, 3919.0, 3908.0, 3908.0, 3953.0, 3921.0, 3929.0, 3896.0, 3897.0, 3909.0, 3911.0, 3911.0, 3911.0, 3911.0, 3911.0, 3911.0, 3953.0, 3933.0, 3952.0, 3910.0, 3951.0, 3920.0, 3941.0, 3909.0, 3942.0, 3896.0, 3908.0, 3898.0, 3908.0, 3910.0, 3909.0, 3906.0, 3907.0, 3882.0, 3906.0, 3909.0, 3921.0, 3920.0, 3911.0, 3923.0, 3921.0, 3921.0, 3920.0, 3933.0, 3953.0, 3932.0, 3965.0, 3930.0, 3941.0, 3938.0, 3926.0, 3924.0, 3901.0, 3921.0, 3908.0, 3896.0], 'WindowWidth': [8832.0, 8818.0, 8809.0, 8787.0, 8808.0, 8766.0, 8807.0, 8780.0, 8818.0, 8762.0, 8786.0, 8759.0, 8770.0, 8747.0, 8773.0, 8763.0, 8789.0, 8767.0, 8761.0, 8765.0, 8751.0, 8767.0, 8766.0, 8767.0, 8781.0, 8751.0, 8787.0, 8782.0, 8785.0, 8766.0, 8764.0, 8751.0, 8765.0, 8765.0, 8774.0, 8772.0, 8785.0, 8787.0, 8772.0, 8787.0, 8788.0, 8804.0, 8787.0, 8832.0, 8769.0, 8844.0, 8782.0, 8821.0, 8796.0, 8823.0, 8780.0, 8821.0, 8767.0, 8805.0, 8768.0, 8808.0, 8783.0, 8822.0, 8765.0, 8789.0, 8748.0, 8776.0, 8761.0, 8793.0, 8758.0, 8757.0, 8742.0, 8757.0, 8785.0, 8761.0, 8787.0, 8755.0, 8786.0, 8754.0, 8783.0, 8758.0, 8785.0, 8743.0, 8768.0, 8743.0, 8755.0, 8758.0, 8759.0, 8757.0, 8757.0, 8771.0, 8755.0, 8782.0, 8755.0, 8799.0, 8758.0, 8799.0, 8740.0, 8781.0, 8740.0, 8738.0, 8743.0, 8742.0, 8744.0, 8754.0, 8749.0, 8762.0, 8767.0, 8770.0, 8796.0, 8792.0, 8791.0, 8792.0, 8792.0, 8792.0, 8823.0, 8826.0, 8858.0, 8791.0, 8828.0, 8794.0, 8835.0, 8790.0, 8791.0, 8791.0, 8789.0, 8830.0, 8800.0, 8845.0, 8781.0, 8776.0, 8757.0, 8756.0, 8802.0, 8772.0, 8786.0, 8774.0, 8754.0, 8748.0, 8747.0, 8736.0, 8758.0, 8786.0, 8752.0, 8757.0, 8759.0, 8768.0, 8752.0, 8779.0, 8750.0, 8736.0, 8747.0, 8731.0, 8733.0, 8761.0, 8732.0, 8776.0, 8734.0, 8748.0, 8749.0, 8736.0, 8720.0, 8739.0, 8737.0, 8758.0, 8757.0, 8761.0, 8774.0, 8764.0, 8774.0, 8763.0, 8789.0, 8764.0, 8822.0, 8762.0, 8773.0, 8761.0, 8757.0, 8761.0, 8759.0, 8759.0, 8757.0, 8757.0, 8784.0, 8754.0, 8817.0, 8768.0, 8797.0, 8750.0, 8764.0, 8732.0, 8732.0, 8759.0, 8730.0, 8775.0, 8731.0, 8742.0, 8718.0, 8730.0, 8719.0, 8732.0, 8724.0, 8738.0, 8743.0, 8744.0, 8766.0, 8763.0, 8768.0, 8769.0, 8773.0, 8775.0, 8788.0, 8787.0, 8786.0, 8772.0, 8786.0, 8772.0, 8803.0, 8787.0, 8786.0, 8769.0, 8769.0, 8774.0, 8831.0, 8811.0, 8817.0, 8773.0, 8813.0, 8773.0, 8813.0, 8789.0, 8831.0, 8787.0, 8809.0, 8770.0, 8800.0, 8795.0, 8784.0, 8786.0, 8757.0, 8806.0, 8797.0, 8808.0, 8812.0, 8797.0, 8791.0, 8792.0, 8793.0, 8800.0, 8820.0, 8848.0, 8814.0, 8858.0, 8810.0, 8856.0, 8813.0, 8851.0, 8792.0, 8809.0, 8781.0, 8765.0, 8774.0, 8740.0, 8768.0, 8732.0, 8747.0, 8723.0, 8719.0, 8686.0, 8697.0, 8670.0, 8667.0, 8682.0, 8682.0, 8670.0, 8686.0, 8672.0, 8674.0, 8687.0, 8676.0, 8692.0, 8695.0, 8711.0, 8682.0, 8700.0, 8698.0, 8702.0, 8713.0, 8705.0, 8718.0, 8708.0, 8725.0, 8709.0, 8727.0, 8726.0, 8731.0, 8745.0, 8733.0, 8748.0, 8732.0, 8738.0, 8779.0, 8738.0, 8749.0, 8740.0, 8738.0, 8738.0, 8757.0, 8743.0, 8759.0, 8761.0, 8761.0, 8749.0, 8768.0, 8754.0, 8772.0, 8786.0, 8774.0, 8800.0, 8788.0, 8813.0, 8803.0, 8827.0, 8773.0, 8796.0, 8770.0, 8786.0, 8768.0, 8766.0, 8782.0, 8767.0, 8822.0, 8766.0, 8793.0, 8765.0, 8776.0, 8761.0, 8762.0, 8759.0, 8761.0, 8764.0, 8771.0, 8769.0, 8769.0, 8785.0, 8774.0, 8794.0, 8796.0, 8803.0, 8818.0, 8820.0, 8835.0, 8816.0, 8800.0, 8848.0, 8817.0, 8862.0, 8827.0, 8838.0, 8791.0, 8819.0, 8803.0, 8879.0, 8825.0, 8805.0, 8787.0, 8771.0, 8770.0, 8793.0, 8794.0, 8835.0, 8838.0, 8858.0, 8836.0, 8833.0, 8832.0, 8866.0, 8854.0, 8870.0, 8884.0, 8846.0, 8846.0, 8822.0, 8840.0, 8802.0, 8812.0, 8790.0, 8809.0, 8774.0, 8778.0, 8742.0, 8720.0, 8730.0, 8700.0, 8730.0, 8698.0, 8726.0, 8704.0, 8699.0, 8693.0, 8695.0, 8677.0, 8692.0, 8674.0, 8691.0, 8677.0, 8697.0, 8695.0, 8699.0, 8696.0, 8699.0, 8697.0, 8703.0, 8701.0, 8702.0, 8702.0, 8706.0, 8703.0, 8709.0, 8707.0, 8713.0, 8712.0, 8717.0, 8731.0, 8735.0, 8748.0, 8738.0, 8741.0, 8760.0, 8781.0, 8770.0, 8807.0, 8810.0, 8818.0, 8814.0, 8820.0, 8833.0, 8835.0, 8847.0, 8817.0, 8847.0, 8815.0, 8814.0, 8844.0, 8800.0, 8858.0, 8796.0, 8839.0, 8796.0, 8837.0, 8801.0, 8827.0, 8811.0, 8823.0, 8796.0, 8795.0, 8815.0, 8800.0, 8817.0, 8814.0, 8811.0, 8797.0, 8825.0, 8815.0, 8878.0, 8811.0, 8853.0, 8808.0, 8825.0, 8799.0, 8814.0, 8813.0, 8796.0, 8810.0, 8795.0, 8810.0, 8799.0, 8831.0, 8798.0, 8856.0, 8794.0, 8856.0, 8798.0, 8837.0, 8813.0, 8837.0, 8793.0, 8803.0, 8795.0, 8791.0, 8797.0, 8836.0, 8793.0, 8787.0, 8791.0, 8790.0, 8791.0, 8838.0, 8787.0, 8784.0, 8784.0, 8770.0, 8828.0, 8816.0, 8830.0, 8762.0, 8818.0, 8759.0, 8802.0, 8759.0, 8803.0, 8737.0, 8765.0, 8720.0, 8730.0, 8732.0, 8732.0, 8732.0, 8762.0, 8718.0, 8727.0, 8729.0, 8731.0, 8734.0, 8736.0, 8752.0, 8753.0, 8753.0, 8740.0, 8772.0, 8758.0, 8762.0, 8772.0, 8756.0, 8756.0, 8768.0, 8742.0, 8802.0, 8785.0, 8753.0, 8748.0, 8735.0, 8762.0, 8738.0, 8778.0, 8751.0, 8746.0, 8731.0, 8734.0, 8749.0, 8738.0, 8750.0, 8752.0, 8738.0, 8764.0, 8742.0, 8738.0, 8756.0, 8757.0, 8784.0, 8741.0, 8756.0, 8740.0, 8745.0, 8774.0, 8764.0, 8777.0, 8760.0, 8763.0, 8765.0, 8769.0, 8764.0, 8808.0, 8767.0, 8778.0, 8762.0, 8764.0, 8795.0, 8765.0, 8822.0, 8759.0, 8765.0, 8763.0, 8780.0, 8783.0, 8781.0, 8769.0, 8796.0, 8770.0, 8782.0, 8786.0, 8767.0, 8794.0, 8767.0, 8792.0, 8764.0, 8823.0, 8796.0, 8820.0, 8758.0, 8786.0, 8742.0, 8768.0, 8756.0, 8755.0, 8740.0, 8753.0, 8734.0, 8739.0, 8754.0, 8759.0, 8747.0, 8757.0, 8764.0, 8764.0, 8784.0, 8782.0, 8790.0, 8814.0, 8771.0, 8798.0, 8769.0, 8781.0, 8793.0, 8809.0, 8779.0, 8762.0, 8758.0, 8746.0, 8760.0, 8759.0, 8823.0, 8773.0, 8802.0, 8759.0, 8772.0, 8759.0, 8783.0, 8773.0, 8769.0, 8741.0, 8736.0, 8740.0, 8740.0, 8741.0, 8742.0, 8768.0, 8756.0, 8756.0, 8761.0, 8756.0, 8775.0, 8744.0, 8754.0, 8741.0, 8739.0, 8757.0, 8755.0, 8758.0, 8803.0, 8757.0, 8772.0, 8757.0, 8744.0, 8757.0, 8744.0, 8760.0, 8758.0, 8754.0, 8740.0, 8755.0, 8743.0, 8801.0, 8757.0, 8783.0, 8755.0, 8782.0, 8744.0, 8767.0, 8775.0, 8741.0, 8739.0, 8739.0, 8753.0, 8741.0, 8754.0, 8740.0, 8753.0, 8741.0, 8751.0, 8742.0, 8752.0, 8742.0, 8784.0, 8754.0, 8751.0, 8739.0, 8750.0, 8741.0, 8736.0, 8736.0, 8751.0, 8739.0, 8735.0, 8738.0, 8735.0, 8758.0, 8755.0, 8760.0, 8758.0, 8762.0, 8775.0, 8781.0, 8778.0, 8770.0, 8794.0, 8784.0, 8794.0, 8783.0, 8792.0, 8785.0, 8793.0, 8786.0, 8822.0, 8785.0, 8790.0, 8765.0, 8790.0, 8766.0, 8793.0, 8765.0, 8785.0, 8776.0, 8759.0, 8756.0, 8764.0, 8760.0, 8760.0, 8765.0, 8766.0, 8790.0, 8794.0, 8791.0, 8784.0, 8772.0, 8791.0, 8792.0, 8790.0, 8792.0, 8799.0, 8820.0, 8827.0, 8801.0, 8841.0, 8795.0, 8850.0, 8818.0, 8831.0, 8810.0, 8806.0, 8772.0, 8800.0, 8770.0, 8797.0, 8763.0, 8772.0, 8728.0, 8750.0, 8710.0, 8732.0, 8708.0, 8735.0, 8706.0, 8718.0, 8717.0, 8703.0, 8703.0, 8720.0, 8709.0, 8721.0, 8715.0, 8728.0, 8731.0, 8733.0, 8736.0, 8743.0, 8737.0, 8736.0, 8739.0, 8737.0, 8740.0, 8740.0, 8753.0, 8753.0, 8741.0, 8742.0, 8771.0, 8756.0, 8802.0, 8743.0, 8802.0, 8741.0, 8768.0, 8740.0, 8770.0, 8743.0, 8754.0, 8741.0, 8739.0, 8742.0, 8755.0, 8743.0, 8745.0, 8744.0, 8759.0, 8744.0, 8747.0, 8773.0, 8761.0, 8791.0, 8748.0, 8788.0, 8761.0, 8772.0, 8760.0, 8760.0, 8763.0, 8760.0, 8765.0, 8763.0, 8765.0, 8767.0, 8770.0, 8773.0, 8784.0, 8769.0, 8812.0, 8766.0, 8796.0, 8769.0, 8798.0, 8765.0, 8766.0, 8748.0, 8766.0, 8823.0, 8763.0, 8792.0, 8759.0, 8760.0, 8745.0, 8761.0, 8772.0, 8764.0, 8792.0, 8766.0, 8775.0, 8765.0, 8761.0, 8764.0, 8768.0, 8769.0, 8784.0, 8786.0, 8788.0, 8830.0, 8772.0, 8798.0, 8770.0, 8801.0, 8812.0, 8782.0, 8831.0, 8763.0, 8823.0, 8762.0, 8777.0, 8760.0, 8761.0, 8829.0, 8781.0, 8788.0, 8741.0, 8744.0, 8763.0, 8769.0, 8768.0, 8769.0, 8767.0, 8768.0, 8770.0, 8830.0, 8801.0, 8828.0, 8765.0, 8825.0, 8779.0, 8808.0, 8763.0, 8812.0, 8741.0, 8758.0, 8747.0, 8757.0, 8766.0, 8763.0, 8754.0, 8756.0, 8715.0, 8754.0, 8761.0, 8779.0, 8778.0, 8769.0, 8789.0, 8783.0, 8783.0, 8780.0, 8804.0, 8833.0, 8800.0, 8854.0, 8792.0, 8813.0, 8802.0, 8780.0, 8776.0, 8739.0, 8768.0, 8744.0, 8724.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.0033834918918918917</td></tr>
<tr><td colspan=3>aqi</td><td>0.030911211135135133</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.218027866342034</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2783263811147159</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0485968382359308</td></tr>
<tr><td colspan=3>efc</td><td>0.4886</td></tr>
<tr><td colspan=3>fber</td><td>5672.3848</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0871040006847353</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.621621621621622</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.536423769373966</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.403628669965754</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.812331569312427</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3933110688437167</td></tr>
<tr><td colspan=3>gcor</td><td>0.0289248</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01382212433964014</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03101504035294056</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8637464917057804</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>16.6163</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.3553</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.9127</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298417.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>940.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.7229</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3337</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>428.9976</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3109.6103</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3332.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.3699</td></tr>
<tr><td colspan=3>tsnr</td><td>37.59759325836785</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>