<?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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-04/func/sub-0023_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>1c8ad289c1f0d1dc2b744b30ade4c602</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:44.490000</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.999737, 0.0185205, 0.0135246, -0.0160542, 0.986337, -0.163958]</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.103157</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7729, -7266, 500, 12, -115, -58, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.675</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fd1ff335-fbad-4da0-9e79-bf2da3f7c23a||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.6822211742401123, -0.04307231679558754, 0.04421620815992355, 115.96106719970703], [-0.04968921095132828, 2.6462690830230713, -0.44198477268218994, -71.24944305419922], [0.036285433918237686, 0.4398881793022156, 2.6632111072540283, -85.79299926757812], [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': ['135344.490000', '135344.950000', '135345.410000', '135345.870000', '135346.330000', '135346.790000', '135347.250000', '135347.710000', '135348.170000', '135348.630000', '135349.090000', '135349.550000', '135350.010000', '135350.470000', '135350.930000', '135351.390000', '135351.850000', '135352.310000', '135352.770000', '135353.230000', '135353.690000', '135354.150000', '135354.610000', '135355.070000', '135355.530000', '135355.990000', '135356.450000', '135356.910000', '135357.370000', '135357.830000', '135358.290000', '135358.750000', '135359.210000', '135359.670000', '135400.130000', '135400.590000', '135401.050000', '135401.510000', '135401.970000', '135402.430000', '135402.890000', '135403.350000', '135403.810000', '135404.270000', '135404.730000', '135405.190000', '135405.650000', '135406.110000', '135406.570000', '135407.030000', '135407.490000', '135407.950000', '135408.410000', '135408.870000', '135409.330000', '135409.790000', '135410.250000', '135410.710000', '135411.170000', '135411.630000', '135412.090000', '135412.550000', '135413.010000', '135413.470000', '135413.930000', '135414.390000', '135414.850000', '135415.310000', '135415.770000', '135416.230000', '135416.690000', '135417.150000', '135417.610000', '135418.070000', '135418.530000', '135418.990000', '135419.450000', '135419.910000', '135420.370000', '135420.830000', '135421.290000', '135421.750000', '135422.210000', '135422.670000', '135423.130000', '135423.590000', '135424.050000', '135424.510000', '135424.970000', '135425.430000', '135425.890000', '135426.350000', '135426.810000', '135427.270000', '135427.730000', '135428.190000', '135428.650000', '135429.110000', '135429.570000', '135430.030000', '135430.490000', '135430.950000', '135431.410000', '135431.870000', '135432.330000', '135432.790000', '135433.250000', '135433.710000', '135434.170000', '135434.630000', '135435.090000', '135435.550000', '135436.010000', '135436.470000', '135436.930000', '135437.390000', '135437.850000', '135438.310000', '135438.770000', '135439.230000', '135439.690000', '135440.150000', '135440.610000', '135441.070000', '135441.530000', '135441.990000', '135442.450000', '135442.910000', '135443.370000', '135443.830000', '135444.290000', '135444.750000', '135445.210000', '135445.670000', '135446.130000', '135446.590000', '135447.050000', '135447.510000', '135447.970000', '135448.430000', '135448.890000', '135449.350000', '135449.810000', '135450.270000', '135450.730000', '135451.190000', '135451.650000', '135452.110000', '135452.570000', '135453.030000', '135453.490000', '135453.950000', '135454.410000', '135454.870000', '135455.330000', '135455.790000', '135456.250000', '135456.710000', '135457.170000', '135457.630000', '135458.090000', '135458.550000', '135459.010000', '135459.470000', '135459.930000', '135500.390000', '135500.850000', '135501.310000', '135501.770000', '135502.230000', '135502.690000', '135503.150000', '135503.610000', '135504.070000', '135504.530000', '135504.990000', '135505.450000', '135505.910000', '135506.370000', '135506.830000', '135507.290000', '135507.750000', '135508.210000', '135508.670000', '135509.130000', '135509.590000', '135510.050000', '135510.510000', '135510.970000', '135511.430000', '135511.890000', '135512.350000', '135512.810000', '135513.270000', '135513.730000', '135514.190000', '135514.650000', '135515.110000', '135515.570000', '135516.030000', '135516.490000', '135516.950000', '135517.410000', '135517.870000', '135518.330000', '135518.790000', '135519.250000', '135519.710000', '135520.170000', '135520.630000', '135521.090000', '135521.550000', '135522.010000', '135522.470000', '135522.930000', '135523.390000', '135523.850000', '135524.310000', '135524.770000', '135525.230000', '135525.690000', '135526.150000', '135526.610000', '135527.070000', '135527.530000', '135527.990000', '135528.450000', '135528.910000', '135529.370000', '135529.830000', '135530.290000', '135530.750000', '135531.210000', '135531.670000', '135532.130000', '135532.590000', '135533.050000', '135533.510000', '135533.970000', '135534.430000', '135534.890000', '135535.350000', '135535.810000', '135536.270000', '135536.730000', '135537.190000', '135537.650000', '135538.110000', '135538.570000', '135539.030000', '135539.490000', '135539.950000', '135540.410000', '135540.870000', '135541.330000', '135541.790000', '135542.250000', '135542.710000', '135543.170000', '135543.630000', '135544.090000', '135544.550000', '135545.010000', '135545.470000', '135545.930000', '135546.390000', '135546.850000', '135547.310000', '135547.770000', '135548.230000', '135548.690000', '135549.150000', '135549.610000', '135550.070000', '135550.530000', '135550.990000', '135551.450000', '135551.910000', '135552.370000', '135552.830000', '135553.290000', '135553.750000', '135554.210000', '135554.670000', '135555.130000', '135555.590000', '135556.050000', '135556.510000', '135556.970000', '135557.430000', '135557.890000', '135558.350000', '135558.810000', '135559.270000', '135559.730000', '135600.190000', '135600.650000', '135601.110000', '135601.570000', '135602.030000', '135602.490000', '135602.950000', '135603.410000', '135603.870000', '135604.330000', '135604.790000', '135605.250000', '135605.710000', '135606.170000', '135606.630000', '135607.090000', '135607.550000', '135608.010000', '135608.470000', '135608.930000', '135609.390000', '135609.850000', '135610.310000', '135610.770000', '135611.230000', '135611.690000', '135612.150000', '135612.610000', '135613.070000', '135613.530000', '135613.990000', '135614.450000', '135614.910000', '135615.370000', '135615.830000', '135616.290000', '135616.750000', '135617.210000', '135617.670000', '135618.130000', '135618.590000', '135619.050000', '135619.510000', '135619.970000', '135620.430000', '135620.890000', '135621.350000', '135621.810000', '135622.270000', '135622.730000', '135623.190000', '135623.650000', '135624.110000', '135624.570000', '135625.030000', '135625.490000', '135625.950000', '135626.410000', '135626.870000', '135627.330000', '135627.790000', '135628.250000', '135628.710000', '135629.170000', '135629.630000', '135630.090000', '135630.550000', '135631.010000', '135631.470000', '135631.930000', '135632.390000', '135632.850000', '135633.310000', '135633.770000', '135634.230000', '135634.690000', '135635.150000', '135635.610000', '135636.070000', '135636.530000', '135636.990000', '135637.450000', '135637.910000', '135638.370000', '135638.830000', '135639.290000', '135639.750000', '135640.210000', '135640.670000', '135641.130000', '135641.590000', '135642.050000', '135642.510000', '135642.970000', '135643.430000', '135643.890000', '135644.350000', '135644.810000', '135645.270000', '135645.730000', '135646.190000', '135646.650000', '135647.110000', '135647.570000', '135648.030000', '135648.490000', '135648.950000', '135649.410000', '135649.870000', '135650.330000', '135650.790000', '135651.250000', '135651.710000', '135652.170000', '135652.630000', '135653.090000', '135653.550000', '135654.010000', '135654.470000', '135654.930000', '135655.390000', '135655.850000', '135656.310000', '135656.770000', '135657.230000', '135657.690000', '135658.150000', '135658.610000', '135659.070000', '135659.530000', '135659.990000', '135700.450000', '135700.910000', '135701.370000', '135701.830000', '135702.290000', '135702.750000', '135703.210000', '135703.670000', '135704.130000', '135704.590000', '135705.050000', '135705.510000', '135705.970000', '135706.430000', '135706.890000', '135707.350000', '135707.810000', '135708.270000', '135708.730000', '135709.190000', '135709.650000', '135710.110000', '135710.570000', '135711.030000', '135711.490000', '135711.950000', '135712.410000', '135712.870000', '135713.330000', '135713.790000', '135714.250000', '135714.710000', '135715.170000', '135715.630000', '135716.090000', '135716.550000', '135717.010000', '135717.470000', '135717.930000', '135718.390000', '135718.850000', '135719.310000', '135719.770000', '135720.230000', '135720.690000', '135721.150000', '135721.610000', '135722.070000', '135722.530000', '135722.990000', '135723.450000', '135723.910000', '135724.370000', '135724.830000', '135725.290000', '135725.750000', '135726.210000', '135726.670000', '135727.130000', '135727.590000', '135728.050000', '135728.510000', '135728.970000', '135729.430000', '135729.890000', '135730.350000', '135730.810000', '135731.270000', '135731.730000', '135732.190000', '135732.650000', '135733.110000', '135733.570000', '135734.030000', '135734.490000', '135734.950000', '135735.410000', '135735.870000', '135736.330000', '135736.790000', '135737.250000', '135737.710000', '135738.170000', '135738.630000', '135739.090000', '135739.550000', '135740.010000', '135740.470000', '135740.930000', '135741.390000', '135741.850000', '135742.310000', '135742.770000', '135743.230000', '135743.690000', '135744.150000', '135744.610000', '135745.070000', '135745.530000', '135745.990000', '135746.450000', '135746.910000', '135747.370000', '135747.830000', '135748.290000', '135748.750000', '135749.210000', '135749.670000', '135750.130000', '135750.590000', '135751.050000', '135751.510000', '135751.970000', '135752.430000', '135752.890000', '135753.350000', '135753.810000', '135754.270000', '135754.730000', '135755.190000', '135755.650000', '135756.110000', '135756.570000', '135757.030000', '135757.490000', '135757.950000', '135758.410000', '135758.870000', '135759.330000', '135759.790000', '135800.250000', '135800.710000', '135801.170000', '135801.630000', '135802.090000', '135802.550000', '135803.010000', '135803.470000', '135803.930000', '135804.390000', '135804.850000', '135805.310000', '135805.770000', '135806.230000', '135806.690000', '135807.150000', '135807.610000', '135808.070000', '135808.530000', '135808.990000', '135809.450000', '135809.910000', '135810.370000', '135810.830000', '135811.290000', '135811.750000', '135812.210000', '135812.670000', '135813.130000', '135813.590000', '135814.050000', '135814.510000', '135814.970000', '135815.430000', '135815.890000', '135816.350000', '135816.810000', '135817.270000', '135817.730000', '135818.190000', '135818.650000', '135819.110000', '135819.570000', '135820.030000', '135820.490000', '135820.950000', '135821.410000', '135821.870000', '135822.330000', '135822.790000', '135823.250000', '135823.710000', '135824.170000', '135824.630000', '135825.090000', '135825.550000', '135826.010000', '135826.470000', '135826.930000', '135827.390000', '135827.850000', '135828.310000', '135828.770000', '135829.230000', '135829.690000', '135830.150000', '135830.610000', '135831.070000', '135831.530000', '135831.990000', '135832.450000', '135832.910000', '135833.370000', '135833.830000', '135834.290000', '135834.750000', '135835.210000', '135835.670000', '135836.130000', '135836.590000', '135837.050000', '135837.510000', '135837.970000', '135838.430000', '135838.890000', '135839.350000', '135839.810000', '135840.270000', '135840.730000', '135841.190000', '135841.650000', '135842.110000', '135842.570000', '135843.030000', '135843.490000', '135843.950000', '135844.410000', '135844.870000', '135845.330000', '135845.790000', '135846.250000', '135846.710000', '135847.170000', '135847.630000', '135848.090000', '135848.550000', '135849.010000', '135849.470000', '135849.930000', '135850.390000', '135850.850000', '135851.310000', '135851.770000', '135852.230000', '135852.690000', '135853.150000', '135853.610000', '135854.070000', '135854.530000', '135854.990000', '135855.450000', '135855.910000', '135856.370000', '135856.830000', '135857.290000', '135857.750000', '135858.210000', '135858.670000', '135859.130000', '135859.590000', '135900.050000', '135900.510000', '135900.970000', '135901.430000', '135901.890000', '135902.350000', '135902.810000', '135903.270000', '135903.730000', '135904.190000', '135904.650000', '135905.110000', '135905.570000', '135906.030000', '135906.490000', '135906.950000', '135907.410000', '135907.870000', '135908.330000', '135908.790000', '135909.250000', '135909.710000', '135910.170000', '135910.630000', '135911.090000', '135911.550000', '135912.010000', '135912.470000', '135912.930000', '135913.390000', '135913.850000', '135914.310000', '135914.770000', '135915.230000', '135915.690000', '135916.150000', '135916.610000', '135917.070000', '135917.530000', '135917.990000', '135918.450000', '135918.910000', '135919.370000', '135919.830000', '135920.290000', '135920.750000', '135921.210000', '135921.670000', '135922.130000', '135922.590000', '135923.050000', '135923.510000', '135923.970000', '135924.430000', '135924.890000', '135925.350000', '135925.810000', '135926.270000', '135926.730000', '135927.190000', '135927.650000', '135928.110000', '135928.570000', '135929.030000', '135929.490000', '135929.950000', '135930.410000', '135930.870000', '135931.330000', '135931.790000', '135932.250000', '135932.710000', '135933.170000', '135933.630000', '135934.090000', '135934.550000', '135935.010000', '135935.470000', '135935.930000', '135936.390000', '135936.850000', '135937.310000', '135937.770000', '135938.230000', '135938.690000', '135939.150000', '135939.610000', '135940.070000', '135940.530000', '135940.990000', '135941.450000', '135941.910000', '135942.370000', '135942.830000', '135943.290000', '135943.750000', '135944.210000', '135944.670000', '135945.130000', '135945.590000', '135946.050000', '135946.510000', '135946.970000', '135947.430000', '135947.890000', '135948.350000', '135948.810000', '135949.270000', '135949.730000', '135950.190000', '135950.650000', '135951.110000', '135951.570000', '135952.030000', '135952.490000', '135952.950000', '135953.410000', '135953.870000', '135954.330000', '135954.790000', '135955.250000', '135955.710000', '135956.170000', '135956.630000', '135957.090000', '135957.550000', '135958.010000', '135958.470000', '135958.930000', '135959.390000', '135959.850000', '140000.310000', '140000.770000', '140001.230000', '140001.690000', '140002.150000', '140002.610000', '140003.070000', '140003.530000', '140003.990000', '140004.450000', '140004.910000', '140005.370000', '140005.830000', '140006.290000', '140006.750000', '140007.210000', '140007.670000', '140008.130000', '140008.590000', '140009.050000', '140009.510000', '140009.970000', '140010.430000', '140010.890000', '140011.350000', '140011.810000', '140012.270000', '140012.730000', '140013.190000', '140013.650000', '140014.110000', '140014.570000', '140015.030000', '140015.490000', '140015.950000', '140016.410000', '140016.870000', '140017.330000', '140017.790000', '140018.250000', '140018.710000', '140019.170000', '140019.630000', '140020.090000', '140020.550000', '140021.010000', '140021.470000', '140021.930000', '140022.390000', '140022.850000', '140023.310000', '140023.770000', '140024.230000', '140024.690000', '140025.150000', '140025.610000', '140026.070000', '140026.530000', '140026.990000', '140027.450000', '140027.910000', '140028.370000', '140028.830000', '140029.290000', '140029.750000', '140030.210000', '140030.670000', '140031.130000', '140031.590000', '140032.050000', '140032.510000', '140032.970000', '140033.430000', '140033.890000', '140034.350000', '140034.810000', '140035.270000', '140035.730000', '140036.190000', '140036.650000', '140037.110000', '140037.570000', '140038.030000', '140038.490000', '140038.950000', '140039.410000', '140039.870000', '140040.330000', '140040.790000', '140041.250000', '140041.710000', '140042.170000', '140042.630000', '140043.090000', '140043.550000', '140044.010000', '140044.470000', '140044.930000', '140045.390000', '140045.850000', '140046.310000', '140046.770000', '140047.230000', '140047.690000', '140048.150000', '140048.610000', '140049.070000', '140049.530000', '140049.990000'], 'ContentTime': ['135412.294000', '135412.298000', '135412.314000', '135412.317000', '135412.320000', '135412.323000', '135412.326000', '135412.330000', '135412.333000', '135412.336000', '135412.339000', '135412.342000', '135412.345000', '135412.348000', '135412.351000', '135412.354000', '135412.367000', '135412.370000', '135412.373000', '135412.376000', '135412.379000', '135412.382000', '135412.385000', '135412.388000', '135412.391000', '135412.394000', '135412.397000', '135412.400000', '135412.403000', '135412.406000', '135412.409000', '135412.412000', '135412.415000', '135412.418000', '135412.422000', '135412.424000', '135412.428000', '135412.431000', '135412.434000', '135412.437000', '135412.440000', '135412.443000', '135412.446000', '135412.449000', '135412.452000', '135412.455000', '135412.459000', '135412.462000', '135412.465000', '135412.468000', '135412.471000', '135412.474000', '135412.477000', '135412.480000', '135412.491000', '135412.494000', '135412.497000', '135412.500000', '135412.503000', '135432.253000', '135432.256000', '135432.259000', '135432.264000', '135432.267000', '135432.270000', '135432.273000', '135432.276000', '135432.279000', '135432.282000', '135432.285000', '135432.288000', '135432.291000', '135432.294000', '135432.298000', '135432.301000', '135432.304000', '135432.307000', '135432.310000', '135432.313000', '135432.316000', '135432.319000', '135432.321000', '135432.324000', '135432.327000', '135432.330000', '135432.333000', '135432.336000', '135432.339000', '135432.342000', '135432.345000', '135432.349000', '135432.353000', '135432.357000', '135432.360000', '135432.363000', '135432.366000', '135432.369000', '135432.372000', '135432.375000', '135432.378000', '135432.381000', '135432.384000', '135452.253000', '135452.256000', '135452.259000', '135452.262000', '135452.265000', '135452.268000', '135452.271000', '135452.274000', '135452.277000', '135452.285000', '135452.288000', '135452.291000', '135452.294000', '135452.297000', '135452.300000', '135452.303000', '135452.306000', '135452.309000', '135452.312000', '135452.315000', '135452.318000', '135452.321000', '135452.324000', '135452.327000', '135452.330000', '135452.333000', '135452.336000', '135452.339000', '135452.341000', '135452.345000', '135452.347000', '135452.350000', '135452.353000', '135452.356000', '135452.359000', '135452.362000', '135452.365000', '135452.368000', '135452.371000', '135452.374000', '135452.377000', '135452.380000', '135452.383000', '135452.386000', '135512.252000', '135512.255000', '135512.265000', '135512.268000', '135512.271000', '135512.274000', '135512.277000', '135512.280000', '135512.283000', '135512.286000', '135512.289000', '135512.292000', '135512.295000', '135512.298000', '135512.301000', '135512.304000', '135512.307000', '135512.310000', '135512.312000', '135512.316000', '135512.319000', '135512.321000', '135512.324000', '135512.327000', '135512.330000', '135512.333000', '135512.336000', '135512.339000', '135512.342000', '135512.345000', '135512.348000', '135512.351000', '135512.354000', '135512.357000', '135512.360000', '135512.363000', '135512.366000', '135512.369000', '135512.372000', '135512.375000', '135512.378000', '135512.381000', '135512.384000', '135532.253000', '135532.256000', '135532.259000', '135532.262000', '135532.265000', '135532.268000', '135532.271000', '135532.274000', '135532.290000', '135532.293000', '135532.296000', '135532.299000', '135532.302000', '135532.305000', '135532.308000', '135532.311000', '135532.314000', '135532.317000', '135532.320000', '135532.323000', '135532.326000', '135532.329000', '135532.332000', '135532.335000', '135532.338000', '135532.341000', '135532.343000', '135532.346000', '135532.350000', '135532.352000', '135532.355000', '135532.358000', '135532.361000', '135532.364000', '135532.367000', '135532.370000', '135532.373000', '135532.376000', '135532.379000', '135532.382000', '135532.385000', '135532.388000', '135532.391000', '135532.394000', '135552.253000', '135552.256000', '135552.259000', '135552.262000', '135552.265000', '135552.268000', '135552.271000', '135552.274000', '135552.277000', '135552.280000', '135552.283000', '135552.286000', '135552.289000', '135552.292000', '135552.295000', '135552.298000', '135552.301000', '135552.304000', '135552.307000', '135552.310000', '135552.313000', '135552.316000', '135552.319000', '135552.322000', '135552.325000', '135552.328000', '135552.331000', '135552.335000', '135552.338000', '135552.341000', '135552.344000', '135552.347000', '135552.350000', '135552.353000', '135552.356000', '135552.359000', '135552.362000', '135552.365000', '135552.368000', '135552.371000', '135552.374000', '135552.377000', '135552.380000', '135612.253000', '135612.256000', '135612.259000', '135612.262000', '135612.265000', '135612.268000', '135612.271000', '135612.274000', '135612.277000', '135612.280000', '135612.283000', '135612.286000', '135612.289000', '135612.292000', '135612.295000', '135612.298000', '135612.301000', '135612.304000', '135612.307000', '135612.310000', '135612.313000', '135612.316000', '135612.319000', '135612.322000', '135612.325000', '135612.328000', '135612.331000', '135612.334000', '135612.337000', '135612.340000', '135612.343000', '135612.346000', '135612.349000', '135612.352000', '135612.355000', '135612.358000', '135612.361000', '135612.364000', '135612.367000', '135612.370000', '135612.373000', '135612.376000', '135612.379000', '135612.382000', '135632.253000', '135632.256000', '135632.259000', '135632.262000', '135632.265000', '135632.268000', '135632.271000', '135632.274000', '135632.277000', '135632.280000', '135632.283000', '135632.286000', '135632.289000', '135632.292000', '135632.295000', '135632.298000', '135632.301000', '135632.304000', '135632.307000', '135632.310000', '135632.313000', '135632.316000', '135632.319000', '135632.322000', '135632.325000', '135632.328000', '135632.331000', '135632.334000', '135632.337000', '135632.340000', '135632.343000', '135632.346000', '135632.348000', '135632.352000', '135632.355000', '135632.358000', '135632.360000', '135632.364000', '135632.366000', '135632.369000', '135632.372000', '135632.375000', '135632.378000', '135652.253000', '135652.256000', '135652.269000', '135652.272000', '135652.275000', '135652.278000', '135652.281000', '135652.284000', '135652.287000', '135652.290000', '135652.293000', '135652.296000', '135652.299000', '135652.302000', '135652.305000', '135652.308000', '135652.311000', '135652.314000', '135652.317000', '135652.320000', '135652.323000', '135652.326000', '135652.329000', '135652.332000', '135652.335000', '135652.338000', '135652.341000', '135652.344000', '135652.347000', '135652.350000', '135652.353000', '135652.356000', '135652.359000', '135652.362000', '135652.365000', '135652.368000', '135652.371000', '135652.374000', '135652.377000', '135652.380000', '135652.383000', '135652.385000', '135652.388000', '135652.391000', '135712.253000', '135712.256000', '135712.259000', '135712.280000', '135712.283000', '135712.286000', '135712.289000', '135712.292000', '135712.295000', '135712.298000', '135712.300000', '135712.303000', '135712.307000', '135712.309000', '135712.312000', '135712.315000', '135712.318000', '135712.321000', '135712.324000', '135712.327000', '135712.330000', '135712.333000', '135712.336000', '135712.339000', '135712.342000', '135712.345000', '135712.348000', '135712.351000', '135712.354000', '135712.357000', '135712.360000', '135712.363000', '135712.366000', '135712.369000', '135712.373000', '135712.376000', '135712.379000', '135712.382000', '135712.385000', '135712.388000', '135712.391000', '135712.394000', '135712.397000', '135732.252000', '135732.255000', '135732.258000', '135732.261000', '135732.264000', '135732.267000', '135732.270000', '135732.273000', '135732.276000', '135732.279000', '135732.282000', '135732.285000', '135732.288000', '135732.291000', '135732.294000', '135732.297000', '135732.300000', '135732.303000', '135732.306000', '135732.309000', '135732.312000', '135732.315000', '135732.318000', '135732.321000', '135732.324000', '135732.327000', '135732.330000', '135732.332000', '135732.335000', '135732.339000', '135732.342000', '135732.345000', '135732.347000', '135732.351000', '135732.353000', '135732.356000', '135732.359000', '135732.362000', '135732.365000', '135732.368000', '135732.371000', '135732.374000', '135732.377000', '135732.380000', '135752.253000', '135752.256000', '135752.259000', '135752.262000', '135752.265000', '135752.268000', '135752.271000', '135752.274000', '135752.277000', '135752.280000', '135752.283000', '135752.286000', '135752.289000', '135752.292000', '135752.295000', '135752.298000', '135752.301000', '135752.304000', '135752.306000', '135752.310000', '135752.313000', '135752.316000', '135752.318000', '135752.322000', '135752.324000', '135752.327000', '135752.330000', '135752.333000', '135752.336000', '135752.339000', '135752.342000', '135752.345000', '135752.348000', '135752.351000', '135752.354000', '135752.357000', '135752.360000', '135752.370000', '135752.373000', '135752.376000', '135752.379000', '135752.382000', '135752.385000', '135812.253000', '135812.256000', '135812.259000', '135812.262000', '135812.265000', '135812.268000', '135812.271000', '135812.274000', '135812.277000', '135812.280000', '135812.283000', '135812.286000', '135812.289000', '135812.292000', '135812.295000', '135812.298000', '135812.301000', '135812.304000', '135812.307000', '135812.310000', '135812.313000', '135812.316000', '135812.319000', '135812.322000', '135812.325000', '135812.328000', '135812.331000', '135812.334000', '135812.337000', '135812.340000', '135812.343000', '135812.346000', '135812.349000', '135812.352000', '135812.355000', '135812.358000', '135812.361000', '135812.364000', '135812.367000', '135812.369000', '135812.373000', '135812.376000', '135812.378000', '135812.381000', '135832.253000', '135832.256000', '135832.259000', '135832.262000', '135832.265000', '135832.268000', '135832.271000', '135832.274000', '135832.277000', '135832.280000', '135832.283000', '135832.286000', '135832.289000', '135832.292000', '135832.295000', '135832.298000', '135832.301000', '135832.304000', '135832.307000', '135832.310000', '135832.313000', '135832.316000', '135832.319000', '135832.322000', '135832.325000', '135832.328000', '135832.331000', '135832.334000', '135832.351000', '135832.354000', '135832.357000', '135832.360000', '135832.363000', '135832.366000', '135832.369000', '135832.372000', '135832.375000', '135832.378000', '135832.381000', '135832.384000', '135832.387000', '135832.390000', '135832.393000', '135852.253000', '135852.256000', '135852.259000', '135852.263000', '135852.266000', '135852.269000', '135852.272000', '135852.275000', '135852.278000', '135852.281000', '135852.284000', '135852.287000', '135852.290000', '135852.293000', '135852.296000', '135852.299000', '135852.302000', '135852.305000', '135852.308000', '135852.311000', '135852.314000', '135852.317000', '135852.320000', '135852.323000', '135852.326000', '135852.329000', '135852.332000', '135852.335000', '135852.338000', '135852.341000', '135852.344000', '135852.347000', '135852.350000', '135852.352000', '135852.355000', '135852.358000', '135852.361000', '135852.364000', '135852.367000', '135852.370000', '135852.373000', '135852.376000', '135852.379000', '135912.253000', '135912.256000', '135912.259000', '135912.262000', '135912.265000', '135912.268000', '135912.271000', '135912.274000', '135912.277000', '135912.280000', '135912.283000', '135912.286000', '135912.289000', '135912.292000', '135912.295000', '135912.298000', '135912.301000', '135912.304000', '135912.309000', '135912.312000', '135912.315000', '135912.318000', '135912.321000', '135912.324000', '135912.327000', '135912.330000', '135912.333000', '135912.336000', '135912.339000', '135912.342000', '135912.345000', '135912.348000', '135912.351000', '135912.354000', '135912.357000', '135912.360000', '135912.363000', '135912.366000', '135912.369000', '135912.372000', '135912.375000', '135912.378000', '135912.381000', '135912.384000', '135932.253000', '135932.256000', '135932.259000', '135932.262000', '135932.266000', '135932.269000', '135932.272000', '135932.275000', '135932.278000', '135932.281000', '135932.284000', '135932.287000', '135932.290000', '135932.293000', '135932.296000', '135932.299000', '135932.302000', '135932.305000', '135932.308000', '135932.311000', '135932.314000', '135932.317000', '135932.320000', '135932.323000', '135932.326000', '135932.329000', '135932.332000', '135932.335000', '135932.338000', '135932.341000', '135932.344000', '135932.347000', '135932.350000', '135932.353000', '135932.356000', '135932.359000', '135932.361000', '135932.364000', '135932.368000', '135932.370000', '135932.373000', '135932.376000', '135932.379000', '135952.252000', '135952.255000', '135952.258000', '135952.261000', '135952.264000', '135952.267000', '135952.270000', '135952.273000', '135952.276000', '135952.282000', '135952.285000', '135952.288000', '135952.291000', '135952.294000', '135952.297000', '135952.300000', '135952.303000', '135952.306000', '135952.309000', '135952.312000', '135952.315000', '135952.318000', '135952.321000', '135952.324000', '135952.327000', '135952.330000', '135952.333000', '135952.336000', '135952.339000', '135952.342000', '135952.345000', '135952.348000', '135952.351000', '135952.354000', '135952.357000', '135952.360000', '135952.363000', '135952.366000', '135952.369000', '135952.372000', '135952.387000', '135952.391000', '135952.394000', '135952.396000', '140012.253000', '140012.256000', '140012.259000', '140012.262000', '140012.265000', '140012.268000', '140012.271000', '140012.274000', '140012.277000', '140012.280000', '140012.283000', '140012.286000', '140012.289000', '140012.292000', '140012.295000', '140012.298000', '140012.301000', '140012.304000', '140012.307000', '140012.311000', '140012.314000', '140012.317000', '140012.320000', '140012.322000', '140012.325000', '140012.329000', '140012.332000', '140012.334000', '140012.337000', '140012.340000', '140012.343000', '140012.346000', '140012.349000', '140012.352000', '140012.355000', '140012.358000', '140012.361000', '140012.364000', '140012.367000', '140012.370000', '140012.373000', '140012.376000', '140012.379000', '140032.253000', '140032.256000', '140032.259000', '140032.262000', '140032.265000', '140032.268000', '140032.271000', '140032.274000', '140032.277000', '140032.280000', '140032.283000', '140032.286000', '140032.289000', '140032.292000', '140032.295000', '140032.298000', '140032.301000', '140032.304000', '140032.307000', '140032.310000', '140032.313000', '140032.316000', '140032.318000', '140032.321000', '140032.325000', '140032.328000', '140032.330000', '140032.333000', '140032.337000', '140032.340000', '140032.343000', '140032.345000', '140032.348000', '140032.351000', '140032.354000', '140032.357000', '140032.360000', '140032.363000', '140032.366000', '140032.369000', '140032.372000', '140032.375000', '140032.378000', '140032.381000', '140050.997000', '140051.002000', '140051.005000', '140051.008000', '140051.011000', '140051.014000', '140051.017000', '140051.020000', '140051.023000', '140051.026000', '140051.029000', '140051.032000', '140051.035000', '140051.038000', '140051.041000', '140051.044000', '140051.047000', '140051.050000', '140051.053000', '140051.056000', '140051.059000', '140051.062000', '140051.065000', '140051.068000', '140051.071000', '140051.074000', '140051.077000', '140051.080000', '140051.083000', '140051.086000', '140051.089000', '140051.092000', '140051.095000', '140051.097000', '140051.101000', '140051.103000', '140051.106000', '140051.109000', '140051.112000', '140051.115000', '140051.118000'], 'InstanceCreationTime': ['135412.294000', '135412.298000', '135412.314000', '135412.317000', '135412.320000', '135412.323000', '135412.326000', '135412.330000', '135412.333000', '135412.336000', '135412.339000', '135412.342000', '135412.345000', '135412.348000', '135412.351000', '135412.354000', '135412.367000', '135412.370000', '135412.373000', '135412.376000', '135412.379000', '135412.382000', '135412.385000', '135412.388000', '135412.391000', '135412.394000', '135412.397000', '135412.400000', '135412.403000', '135412.406000', '135412.409000', '135412.412000', '135412.415000', '135412.418000', '135412.422000', '135412.424000', '135412.428000', '135412.431000', '135412.434000', '135412.437000', '135412.440000', '135412.443000', '135412.446000', '135412.449000', '135412.452000', '135412.455000', '135412.459000', '135412.462000', '135412.465000', '135412.468000', '135412.471000', '135412.474000', '135412.477000', '135412.480000', '135412.491000', '135412.494000', '135412.497000', '135412.500000', '135412.503000', '135432.253000', '135432.256000', '135432.259000', '135432.264000', '135432.267000', '135432.270000', '135432.273000', '135432.276000', '135432.279000', '135432.282000', '135432.285000', '135432.288000', '135432.291000', '135432.294000', '135432.298000', '135432.301000', '135432.304000', '135432.307000', '135432.310000', '135432.313000', '135432.316000', '135432.319000', '135432.321000', '135432.324000', '135432.327000', '135432.330000', '135432.333000', '135432.336000', '135432.339000', '135432.342000', '135432.345000', '135432.349000', '135432.353000', '135432.357000', '135432.360000', '135432.363000', '135432.366000', '135432.369000', '135432.372000', '135432.375000', '135432.378000', '135432.381000', '135432.384000', '135452.253000', '135452.256000', '135452.259000', '135452.262000', '135452.265000', '135452.268000', '135452.271000', '135452.274000', '135452.277000', '135452.285000', '135452.288000', '135452.291000', '135452.294000', '135452.297000', '135452.300000', '135452.303000', '135452.306000', '135452.309000', '135452.312000', '135452.315000', '135452.318000', '135452.321000', '135452.324000', '135452.327000', '135452.330000', '135452.333000', '135452.336000', '135452.339000', '135452.341000', '135452.345000', '135452.347000', '135452.350000', '135452.353000', '135452.356000', '135452.359000', '135452.362000', '135452.365000', '135452.368000', '135452.371000', '135452.374000', '135452.377000', '135452.380000', '135452.383000', '135452.386000', '135512.252000', '135512.255000', '135512.265000', '135512.268000', '135512.271000', '135512.274000', '135512.277000', '135512.280000', '135512.283000', '135512.286000', '135512.289000', '135512.292000', '135512.295000', '135512.298000', '135512.301000', '135512.304000', '135512.307000', '135512.310000', '135512.312000', '135512.316000', '135512.319000', '135512.321000', '135512.324000', '135512.327000', '135512.330000', '135512.333000', '135512.336000', '135512.339000', '135512.342000', '135512.345000', '135512.348000', '135512.351000', '135512.354000', '135512.357000', '135512.360000', '135512.363000', '135512.366000', '135512.369000', '135512.372000', '135512.375000', '135512.378000', '135512.381000', '135512.384000', '135532.253000', '135532.256000', '135532.259000', '135532.262000', '135532.265000', '135532.268000', '135532.271000', '135532.274000', '135532.290000', '135532.293000', '135532.296000', '135532.299000', '135532.302000', '135532.305000', '135532.308000', '135532.311000', '135532.314000', '135532.317000', '135532.320000', '135532.323000', '135532.326000', '135532.329000', '135532.332000', '135532.335000', '135532.338000', '135532.341000', '135532.343000', '135532.346000', '135532.350000', '135532.352000', '135532.355000', '135532.358000', '135532.361000', '135532.364000', '135532.367000', '135532.370000', '135532.373000', '135532.376000', '135532.379000', '135532.382000', '135532.385000', '135532.388000', '135532.391000', '135532.394000', '135552.253000', '135552.256000', '135552.259000', '135552.262000', '135552.265000', '135552.268000', '135552.271000', '135552.274000', '135552.277000', '135552.280000', '135552.283000', '135552.286000', '135552.289000', '135552.292000', '135552.295000', '135552.298000', '135552.301000', '135552.304000', '135552.307000', '135552.310000', '135552.313000', '135552.316000', '135552.319000', '135552.322000', '135552.325000', '135552.328000', '135552.331000', '135552.335000', '135552.338000', '135552.341000', '135552.344000', '135552.347000', '135552.350000', '135552.353000', '135552.356000', '135552.359000', '135552.362000', '135552.365000', '135552.368000', '135552.371000', '135552.374000', '135552.377000', '135552.380000', '135612.253000', '135612.256000', '135612.259000', '135612.262000', '135612.265000', '135612.268000', '135612.271000', '135612.274000', '135612.277000', '135612.280000', '135612.283000', '135612.286000', '135612.289000', '135612.292000', '135612.295000', '135612.298000', '135612.301000', '135612.304000', '135612.307000', '135612.310000', '135612.313000', '135612.316000', '135612.319000', '135612.322000', '135612.325000', '135612.328000', '135612.331000', '135612.334000', '135612.337000', '135612.340000', '135612.343000', '135612.346000', '135612.349000', '135612.352000', '135612.355000', '135612.358000', '135612.361000', '135612.364000', '135612.367000', '135612.370000', '135612.373000', '135612.376000', '135612.379000', '135612.382000', '135632.253000', '135632.256000', '135632.259000', '135632.262000', '135632.265000', '135632.268000', '135632.271000', '135632.274000', '135632.277000', '135632.280000', '135632.283000', '135632.286000', '135632.289000', '135632.292000', '135632.295000', '135632.298000', '135632.301000', '135632.304000', '135632.307000', '135632.310000', '135632.313000', '135632.316000', '135632.319000', '135632.322000', '135632.325000', '135632.328000', '135632.331000', '135632.334000', '135632.337000', '135632.340000', '135632.343000', '135632.346000', '135632.348000', '135632.352000', '135632.355000', '135632.358000', '135632.360000', '135632.364000', '135632.366000', '135632.369000', '135632.372000', '135632.375000', '135632.378000', '135652.253000', '135652.256000', '135652.269000', '135652.272000', '135652.275000', '135652.278000', '135652.281000', '135652.284000', '135652.287000', '135652.290000', '135652.293000', '135652.296000', '135652.299000', '135652.302000', '135652.305000', '135652.308000', '135652.311000', '135652.314000', '135652.317000', '135652.320000', '135652.323000', '135652.326000', '135652.329000', '135652.332000', '135652.335000', '135652.338000', '135652.341000', '135652.344000', '135652.347000', '135652.350000', '135652.353000', '135652.356000', '135652.359000', '135652.362000', '135652.365000', '135652.368000', '135652.371000', '135652.374000', '135652.377000', '135652.380000', '135652.383000', '135652.385000', '135652.388000', '135652.391000', '135712.253000', '135712.256000', '135712.259000', '135712.280000', '135712.283000', '135712.286000', '135712.289000', '135712.292000', '135712.295000', '135712.298000', '135712.300000', '135712.303000', '135712.307000', '135712.309000', '135712.312000', '135712.315000', '135712.318000', '135712.321000', '135712.324000', '135712.327000', '135712.330000', '135712.333000', '135712.336000', '135712.339000', '135712.342000', '135712.345000', '135712.348000', '135712.351000', '135712.354000', '135712.357000', '135712.360000', '135712.363000', '135712.366000', '135712.369000', '135712.373000', '135712.376000', '135712.379000', '135712.382000', '135712.385000', '135712.388000', '135712.391000', '135712.394000', '135712.397000', '135732.252000', '135732.255000', '135732.258000', '135732.261000', '135732.264000', '135732.267000', '135732.270000', '135732.273000', '135732.276000', '135732.279000', '135732.282000', '135732.285000', '135732.288000', '135732.291000', '135732.294000', '135732.297000', '135732.300000', '135732.303000', '135732.306000', '135732.309000', '135732.312000', '135732.315000', '135732.318000', '135732.321000', '135732.324000', '135732.327000', '135732.330000', '135732.332000', '135732.335000', '135732.339000', '135732.342000', '135732.345000', '135732.347000', '135732.351000', '135732.353000', '135732.356000', '135732.359000', '135732.362000', '135732.365000', '135732.368000', '135732.371000', '135732.374000', '135732.377000', '135732.380000', '135752.253000', '135752.256000', '135752.259000', '135752.262000', '135752.265000', '135752.268000', '135752.271000', '135752.274000', '135752.277000', '135752.280000', '135752.283000', '135752.286000', '135752.289000', '135752.292000', '135752.295000', '135752.298000', '135752.301000', '135752.304000', '135752.306000', '135752.310000', '135752.313000', '135752.316000', '135752.318000', '135752.322000', '135752.324000', '135752.327000', '135752.330000', '135752.333000', '135752.336000', '135752.339000', '135752.342000', '135752.345000', '135752.348000', '135752.351000', '135752.354000', '135752.357000', '135752.360000', '135752.370000', '135752.373000', '135752.376000', '135752.379000', '135752.382000', '135752.385000', '135812.253000', '135812.256000', '135812.259000', '135812.262000', '135812.265000', '135812.268000', '135812.271000', '135812.274000', '135812.277000', '135812.280000', '135812.283000', '135812.286000', '135812.289000', '135812.292000', '135812.295000', '135812.298000', '135812.301000', '135812.304000', '135812.307000', '135812.310000', '135812.313000', '135812.316000', '135812.319000', '135812.322000', '135812.325000', '135812.328000', '135812.331000', '135812.334000', '135812.337000', '135812.340000', '135812.343000', '135812.346000', '135812.349000', '135812.352000', '135812.355000', '135812.358000', '135812.361000', '135812.364000', '135812.367000', '135812.369000', '135812.373000', '135812.376000', '135812.378000', '135812.381000', '135832.253000', '135832.256000', '135832.259000', '135832.262000', '135832.265000', '135832.268000', '135832.271000', '135832.274000', '135832.277000', '135832.280000', '135832.283000', '135832.286000', '135832.289000', '135832.292000', '135832.295000', '135832.298000', '135832.301000', '135832.304000', '135832.307000', '135832.310000', '135832.313000', '135832.316000', '135832.319000', '135832.322000', '135832.325000', '135832.328000', '135832.331000', '135832.334000', '135832.351000', '135832.354000', '135832.357000', '135832.360000', '135832.363000', '135832.366000', '135832.369000', '135832.372000', '135832.375000', '135832.378000', '135832.381000', '135832.384000', '135832.387000', '135832.390000', '135832.393000', '135852.253000', '135852.256000', '135852.259000', '135852.263000', '135852.266000', '135852.269000', '135852.272000', '135852.275000', '135852.278000', '135852.281000', '135852.284000', '135852.287000', '135852.290000', '135852.293000', '135852.296000', '135852.299000', '135852.302000', '135852.305000', '135852.308000', '135852.311000', '135852.314000', '135852.317000', '135852.320000', '135852.323000', '135852.326000', '135852.329000', '135852.332000', '135852.335000', '135852.338000', '135852.341000', '135852.344000', '135852.347000', '135852.350000', '135852.352000', '135852.355000', '135852.358000', '135852.361000', '135852.364000', '135852.367000', '135852.370000', '135852.373000', '135852.376000', '135852.379000', '135912.253000', '135912.256000', '135912.259000', '135912.262000', '135912.265000', '135912.268000', '135912.271000', '135912.274000', '135912.277000', '135912.280000', '135912.283000', '135912.286000', '135912.289000', '135912.292000', '135912.295000', '135912.298000', '135912.301000', '135912.304000', '135912.309000', '135912.312000', '135912.315000', '135912.318000', '135912.321000', '135912.324000', '135912.327000', '135912.330000', '135912.333000', '135912.336000', '135912.339000', '135912.342000', '135912.345000', '135912.348000', '135912.351000', '135912.354000', '135912.357000', '135912.360000', '135912.363000', '135912.366000', '135912.369000', '135912.372000', '135912.375000', '135912.378000', '135912.381000', '135912.384000', '135932.253000', '135932.256000', '135932.259000', '135932.262000', '135932.266000', '135932.269000', '135932.272000', '135932.275000', '135932.278000', '135932.281000', '135932.284000', '135932.287000', '135932.290000', '135932.293000', '135932.296000', '135932.299000', '135932.302000', '135932.305000', '135932.308000', '135932.311000', '135932.314000', '135932.317000', '135932.320000', '135932.323000', '135932.326000', '135932.329000', '135932.332000', '135932.335000', '135932.338000', '135932.341000', '135932.344000', '135932.347000', '135932.350000', '135932.353000', '135932.356000', '135932.359000', '135932.361000', '135932.364000', '135932.368000', '135932.370000', '135932.373000', '135932.376000', '135932.379000', '135952.252000', '135952.255000', '135952.258000', '135952.261000', '135952.264000', '135952.267000', '135952.270000', '135952.273000', '135952.276000', '135952.282000', '135952.285000', '135952.288000', '135952.291000', '135952.294000', '135952.297000', '135952.300000', '135952.303000', '135952.306000', '135952.309000', '135952.312000', '135952.315000', '135952.318000', '135952.321000', '135952.324000', '135952.327000', '135952.330000', '135952.333000', '135952.336000', '135952.339000', '135952.342000', '135952.345000', '135952.348000', '135952.351000', '135952.354000', '135952.357000', '135952.360000', '135952.363000', '135952.366000', '135952.369000', '135952.372000', '135952.387000', '135952.391000', '135952.394000', '135952.396000', '140012.253000', '140012.256000', '140012.259000', '140012.262000', '140012.265000', '140012.268000', '140012.271000', '140012.274000', '140012.277000', '140012.280000', '140012.283000', '140012.286000', '140012.289000', '140012.292000', '140012.295000', '140012.298000', '140012.301000', '140012.304000', '140012.307000', '140012.311000', '140012.314000', '140012.317000', '140012.320000', '140012.322000', '140012.325000', '140012.329000', '140012.332000', '140012.334000', '140012.337000', '140012.340000', '140012.343000', '140012.346000', '140012.349000', '140012.352000', '140012.355000', '140012.358000', '140012.361000', '140012.364000', '140012.367000', '140012.370000', '140012.373000', '140012.376000', '140012.379000', '140032.253000', '140032.256000', '140032.259000', '140032.262000', '140032.265000', '140032.268000', '140032.271000', '140032.274000', '140032.277000', '140032.280000', '140032.283000', '140032.286000', '140032.289000', '140032.292000', '140032.295000', '140032.298000', '140032.301000', '140032.304000', '140032.307000', '140032.310000', '140032.313000', '140032.316000', '140032.318000', '140032.321000', '140032.325000', '140032.328000', '140032.330000', '140032.333000', '140032.337000', '140032.340000', '140032.343000', '140032.345000', '140032.348000', '140032.351000', '140032.354000', '140032.357000', '140032.360000', '140032.363000', '140032.366000', '140032.369000', '140032.372000', '140032.375000', '140032.378000', '140032.381000', '140050.997000', '140051.002000', '140051.005000', '140051.008000', '140051.011000', '140051.014000', '140051.017000', '140051.020000', '140051.023000', '140051.026000', '140051.029000', '140051.032000', '140051.035000', '140051.038000', '140051.041000', '140051.044000', '140051.047000', '140051.050000', '140051.053000', '140051.056000', '140051.059000', '140051.062000', '140051.065000', '140051.068000', '140051.071000', '140051.074000', '140051.077000', '140051.080000', '140051.083000', '140051.086000', '140051.089000', '140051.092000', '140051.095000', '140051.097000', '140051.101000', '140051.103000', '140051.106000', '140051.109000', '140051.112000', '140051.115000', '140051.118000'], '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': [9399, 10663, 10239, 10169, 10858, 9954, 10630, 10497, 9039, 10936, 9918, 9979, 10674, 10092, 10819, 9802, 10943, 10360, 11178, 10267, 10330, 10059, 10180, 9093, 10884, 8797, 10432, 9051, 10587, 9326, 10579, 10590, 10712, 10047, 10685, 9833, 10165, 11222, 10872, 10610, 10381, 9675, 9129, 10779, 10423, 10723, 9668, 10054, 10318, 10934, 9773, 10694, 9931, 9187, 10512, 9029, 10168, 9146, 10733, 9124, 10190, 9463, 9881, 10230, 10190, 10089, 10475, 10056, 10194, 10674, 10113, 12305, 10293, 9385, 9630, 9943, 9220, 9761, 9325, 10001, 10150, 10193, 9088, 9984, 9925, 10093, 10297, 10301, 10104, 9329, 10327, 8893, 9702, 9024, 10445, 9228, 10181, 10251, 10665, 10045, 9547, 10636, 9392, 10499, 10868, 10437, 9863, 9712, 10533, 9343, 9512, 10344, 10304, 10549, 10241, 10883, 10115, 11193, 10038, 10319, 10056, 10358, 9741, 10643, 8884, 10555, 10239, 10765, 10154, 10451, 10953, 9381, 10800, 9241, 9931, 10007, 10612, 11561, 10022, 10315, 10104, 10058, 10167, 11091, 9883, 10899, 9372, 10401, 9505, 10451, 10335, 10225, 10895, 9340, 9763, 9208, 10791, 9582, 10667, 11003, 10210, 10400, 9903, 10347, 10266, 11062, 9950, 10976, 9146, 10499, 10574, 10072, 9978, 9127, 10462, 9303, 10534, 10216, 9987, 11684, 9777, 10353, 9724, 9784, 9722, 11128, 9831, 10793, 9178, 11032, 9123, 10998, 9292, 9786, 9499, 10760, 9365, 10847, 9158, 10709, 9293, 10448, 10353, 10354, 9909, 9974, 10799, 10233, 10608, 10357, 10657, 9915, 10941, 10437, 11339, 10166, 11345, 10320, 11478, 10238, 11523, 10171, 11224, 9980, 11148, 9842, 11364, 9792, 11064, 9799, 11024, 10584, 11065, 10051, 10887, 9492, 11007, 9918, 10945, 10592, 10859, 11458, 10535, 11101, 10844, 11300, 10934, 11413, 10740, 11323, 10361, 10990, 10079, 11046, 10293, 11034, 11492, 10784, 11092, 10802, 10426, 11293, 9776, 11354, 10252, 11262, 11482, 11019, 10941, 11014, 11099, 11044, 10769, 11177, 11441, 10906, 11483, 10808, 11515, 11076, 11986, 11158, 11673, 11055, 11159, 10622, 11709, 10237, 11738, 10163, 11563, 10376, 11332, 10534, 11494, 10603, 11706, 10967, 11362, 11644, 11597, 11656, 11602, 11592, 10983, 11984, 9334, 12026, 9477, 11767, 10445, 11803, 10912, 11608, 10626, 11721, 10342, 11553, 10791, 11487, 12040, 11493, 10187, 11575, 9227, 11652, 10000, 11461, 11638, 10975, 11946, 10704, 11038, 9078, 9839, 10507, 10647, 10325, 10477, 10751, 9355, 10896, 11627, 11059, 11768, 11695, 11029, 12784, 10819, 11535, 10690, 10647, 10141, 10350, 9725, 10827, 9580, 11483, 9911, 13084, 9866, 10985, 9228, 9459, 10758, 10164, 12322, 10372, 12482, 10249, 9453, 10303, 9937, 9823, 10450, 9579, 10732, 9065, 10714, 10315, 10243, 10338, 10160, 10676, 9959, 11324, 9763, 11119, 9241, 10911, 9626, 10869, 11178, 10963, 11047, 10642, 11133, 9441, 11261, 11602, 11188, 11660, 10904, 11488, 9608, 11510, 11105, 10925, 11221, 11466, 11217, 11381, 10511, 11361, 9401, 11357, 11295, 11140, 11042, 10282, 11333, 9944, 11225, 10209, 10976, 11824, 10751, 11275, 10817, 11548, 10438, 11009, 10029, 10737, 11032, 10856, 12787, 10964, 10849, 10941, 11231, 10690, 11398, 10467, 11223, 10154, 11474, 10285, 11183, 10108, 11042, 10004, 11459, 11013, 11357, 11300, 11312, 11423, 10949, 11153, 10731, 11458, 10521, 11655, 10395, 11068, 10844, 11308, 11426, 10767, 11206, 11051, 11602, 11051, 11778, 11017, 11456, 11116, 11176, 10765, 11244, 11363, 11537, 11427, 11302, 10892, 10602, 10971, 9113, 11554, 9751, 11324, 9858, 11221, 10320, 10721, 11027, 10928, 11322, 10165, 11105, 10102, 11150, 10017, 11159, 13054, 11233, 11347, 10902, 11672, 11061, 11245, 10575, 11263, 10354, 11058, 12063, 11121, 11651, 11608, 11341, 11641, 10546, 11451, 11351, 11030, 11461, 10680, 11394, 9849, 11132, 10063, 11005, 11930, 10991, 11372, 10323, 11331, 9470, 11485, 11180, 10361, 11493, 11908, 10985, 11265, 10452, 11206, 11125, 11183, 12021, 10976, 11869, 10418, 11273, 10400, 11149, 9984, 11256, 10016, 11562, 9671, 11202, 11517, 11013, 11133, 10443, 11312, 10098, 11555, 9659, 11468, 11529, 11413, 11491, 11275, 11800, 10754, 11098, 10377, 11483, 11748, 11419, 11791, 11140, 10987, 10539, 11523, 9254, 11385, 11561, 11286, 11556, 10911, 11268, 10467, 11473, 10041, 11239, 11979, 11197, 11755, 11247, 11794, 11164, 11344, 10819, 11018, 10536, 11646, 10909, 11474, 11699, 11183, 11370, 10857, 11255, 10978, 11295, 9346, 11511, 11443, 11105, 11637, 11158, 11023, 10801, 11443, 10499, 11596, 9545, 11344, 11724, 11528, 11404, 11485, 11871, 11489, 10754, 10869, 11355, 10601, 11696, 9883, 11857, 9808, 11643, 11889, 11063, 11351, 11209, 11460, 11311, 11573, 11283, 11150, 11146, 11585, 11235, 10694, 10974, 11784, 9565, 11733, 11438, 11647, 10945, 11136, 10294, 9470, 11749, 9238, 11687, 8869, 11437, 9447, 10946, 11214, 11598, 10953, 11595, 11372, 11432, 10891, 11194, 10352, 10905, 11447, 9375, 11732, 9130, 11615, 11107, 11090, 11660, 11269, 10948, 11084, 11873, 9971, 11671, 11042, 10902, 10977, 11277, 11780, 10841, 11487, 9991, 11144, 11481, 11417, 11906, 11467, 11274, 10051, 11513, 11685, 11444, 11283, 11157, 11833, 10938, 11416, 11454, 11045, 11303, 11210, 11820, 10056, 11595, 11533, 10862, 11004, 11230, 11274, 9387, 11691, 10225, 10648, 10684, 10945, 10850, 9162, 11614, 10192, 10837, 10847, 10598, 10164, 10315, 11563, 11597, 11350, 10755, 10733, 10859, 11038, 10287, 10594, 11126, 10570, 11021, 11301, 10985, 12844, 11047, 11218, 10821, 11035, 9953, 9950, 10806, 11244, 11055, 10286, 11133, 11095, 10202, 10462, 10600, 11193, 10651, 10950, 11234, 10457, 11180, 10589, 10830, 10066, 10835, 10927, 10277, 10819, 10356, 10657, 10365, 10586, 9919, 10670, 11321, 10695, 10519, 10768, 11035, 10024, 10263, 10733, 10969, 10085, 10644, 10616, 10291, 10417, 9839, 10396, 10367, 10165, 10066, 10623, 9972, 10342, 10285, 10142, 10771, 10561, 10148, 10402, 10237, 10221, 10355, 10241, 10731, 10053, 10520, 10338, 10360, 10477, 10115, 9870, 10613, 10746, 10321, 10085, 9646, 10199, 10113, 10618, 10246, 11150, 10306, 10650, 10276, 10207, 10872, 10041, 10909, 10170, 9908, 10659, 10607, 10591, 10290, 10775, 9478, 10327, 12042, 10225, 10590, 10591, 10115, 10598, 10184, 9856, 9955, 10673, 10219, 10331, 10635, 10292, 9971, 10048, 11231, 10318, 12152, 10742, 9617, 10729, 11260, 10359, 10010, 10395, 9886, 10209, 10278, 10089, 10207, 10435, 10602, 10190, 10794, 10215, 10384, 10188, 9801, 10261, 9755, 10648, 9584, 10402, 11595, 10403, 10703, 10572, 10111, 10389, 9979, 11038, 11022, 10913, 11552, 11331, 10968, 11466, 11243, 11372], 'WindowCenter': [3958.0, 3999.0, 3954.0, 3924.0, 3922.0, 3910.0, 3920.0, 3922.0, 3913.0, 3931.0, 3924.0, 3924.0, 3935.0, 3938.0, 3934.0, 3925.0, 3922.0, 3910.0, 3920.0, 3909.0, 3910.0, 3908.0, 3908.0, 3886.0, 3920.0, 3887.0, 3909.0, 3887.0, 3907.0, 3899.0, 3908.0, 3909.0, 3908.0, 3897.0, 3907.0, 3896.0, 3908.0, 3919.0, 3918.0, 3907.0, 3909.0, 3896.0, 3911.0, 3923.0, 3908.0, 3918.0, 3908.0, 3909.0, 3907.0, 3922.0, 3909.0, 3909.0, 3909.0, 3911.0, 3920.0, 3899.0, 3906.0, 3897.0, 3907.0, 3896.0, 3908.0, 3898.0, 3896.0, 3906.0, 3907.0, 3894.0, 3905.0, 3895.0, 3906.0, 3905.0, 3895.0, 3914.0, 3894.0, 3883.0, 3893.0, 3893.0, 3882.0, 3893.0, 3884.0, 3893.0, 3907.0, 3909.0, 3886.0, 3908.0, 3907.0, 3907.0, 3905.0, 3907.0, 3908.0, 3897.0, 3906.0, 3885.0, 3896.0, 3896.0, 3918.0, 3895.0, 3919.0, 3907.0, 3919.0, 3908.0, 3909.0, 3919.0, 3898.0, 3920.0, 3921.0, 3921.0, 3909.0, 3910.0, 3921.0, 3910.0, 3908.0, 3909.0, 3908.0, 3908.0, 3907.0, 3906.0, 3906.0, 3905.0, 3895.0, 3906.0, 3895.0, 3895.0, 3896.0, 3905.0, 3885.0, 3907.0, 3908.0, 3919.0, 3907.0, 3921.0, 3921.0, 3910.0, 3919.0, 3899.0, 3909.0, 3909.0, 3908.0, 3921.0, 3909.0, 3907.0, 3907.0, 3908.0, 3907.0, 3918.0, 3909.0, 3919.0, 3897.0, 3908.0, 3909.0, 3908.0, 3908.0, 3921.0, 3921.0, 3899.0, 3909.0, 3910.0, 3932.0, 3907.0, 3919.0, 3918.0, 3907.0, 3907.0, 3907.0, 3908.0, 3909.0, 3907.0, 3921.0, 3935.0, 3910.0, 3921.0, 3918.0, 3906.0, 3920.0, 3908.0, 3918.0, 3896.0, 3906.0, 3906.0, 3906.0, 3917.0, 3907.0, 3906.0, 3894.0, 3893.0, 3893.0, 3903.0, 3893.0, 3903.0, 3882.0, 3903.0, 3882.0, 3903.0, 3881.0, 3892.0, 3882.0, 3902.0, 3881.0, 3902.0, 3881.0, 3902.0, 3881.0, 3904.0, 3893.0, 3904.0, 3894.0, 3894.0, 3904.0, 3904.0, 3904.0, 3892.0, 3893.0, 3892.0, 3902.0, 3903.0, 3902.0, 3892.0, 3902.0, 3891.0, 3902.0, 3891.0, 3913.0, 3904.0, 3916.0, 3906.0, 3917.0, 3905.0, 3928.0, 3907.0, 3930.0, 3908.0, 3919.0, 3917.0, 3919.0, 3909.0, 3919.0, 3907.0, 3918.0, 3907.0, 3918.0, 3908.0, 3918.0, 3929.0, 3919.0, 3928.0, 3930.0, 3930.0, 3919.0, 3930.0, 3919.0, 3918.0, 3917.0, 3918.0, 3909.0, 3928.0, 3907.0, 3917.0, 3918.0, 3916.0, 3915.0, 3906.0, 3904.0, 3905.0, 3894.0, 3915.0, 3893.0, 3915.0, 3915.0, 3914.0, 3904.0, 3904.0, 3904.0, 3915.0, 3905.0, 3915.0, 3915.0, 3905.0, 3916.0, 3914.0, 3916.0, 3915.0, 3927.0, 3928.0, 3928.0, 3918.0, 3918.0, 3918.0, 3930.0, 3917.0, 3929.0, 3907.0, 3929.0, 3908.0, 3928.0, 3917.0, 3930.0, 3918.0, 3929.0, 3918.0, 3928.0, 3929.0, 3929.0, 3928.0, 3928.0, 3928.0, 3919.0, 3930.0, 3909.0, 3941.0, 3921.0, 3942.0, 3921.0, 3942.0, 3932.0, 3932.0, 3920.0, 3930.0, 3920.0, 3929.0, 3918.0, 3929.0, 3929.0, 3919.0, 3906.0, 3918.0, 3908.0, 3928.0, 3906.0, 3917.0, 3928.0, 3919.0, 3928.0, 3920.0, 3994.0, 3929.0, 3877.0, 3877.0, 3893.0, 3908.0, 3907.0, 3916.0, 3895.0, 3906.0, 3919.0, 3918.0, 3943.0, 3943.0, 3945.0, 3942.0, 3920.0, 3919.0, 3919.0, 3909.0, 3908.0, 3908.0, 3907.0, 3906.0, 3895.0, 3917.0, 3895.0, 3926.0, 3894.0, 3904.0, 3882.0, 3880.0, 3891.0, 3891.0, 3902.0, 3879.0, 3900.0, 3876.0, 3865.0, 3874.0, 3876.0, 3877.0, 3877.0, 3877.0, 3888.0, 3866.0, 3888.0, 3878.0, 3890.0, 3890.0, 3889.0, 3889.0, 3879.0, 3889.0, 3879.0, 3900.0, 3880.0, 3890.0, 3882.0, 3904.0, 3900.0, 3902.0, 3902.0, 3891.0, 3903.0, 3892.0, 3914.0, 3917.0, 3917.0, 3915.0, 3906.0, 3929.0, 3909.0, 3929.0, 3930.0, 3930.0, 3931.0, 3930.0, 3944.0, 3932.0, 3920.0, 3930.0, 3909.0, 3930.0, 3919.0, 3931.0, 3931.0, 3920.0, 3919.0, 3909.0, 3919.0, 3908.0, 3918.0, 3930.0, 3920.0, 3919.0, 3918.0, 3918.0, 3906.0, 3917.0, 3907.0, 3917.0, 3906.0, 3917.0, 3926.0, 3905.0, 3905.0, 3905.0, 3906.0, 3905.0, 3905.0, 3904.0, 3904.0, 3894.0, 3914.0, 3893.0, 3903.0, 3892.0, 3903.0, 3894.0, 3915.0, 3902.0, 3916.0, 3917.0, 3916.0, 3928.0, 3930.0, 3931.0, 3919.0, 3930.0, 3921.0, 3931.0, 3909.0, 3919.0, 3917.0, 3919.0, 3919.0, 3907.0, 3917.0, 3916.0, 3917.0, 3916.0, 3916.0, 3916.0, 3915.0, 3916.0, 3917.0, 3916.0, 3916.0, 3917.0, 3928.0, 3929.0, 3929.0, 3930.0, 3931.0, 3931.0, 3899.0, 3933.0, 3922.0, 3933.0, 3921.0, 3932.0, 3920.0, 3919.0, 3919.0, 3920.0, 3919.0, 3908.0, 3918.0, 3908.0, 3930.0, 3908.0, 3918.0, 3929.0, 3918.0, 3917.0, 3918.0, 3929.0, 3917.0, 3915.0, 3918.0, 3994.0, 3953.0, 3932.0, 3930.0, 3917.0, 3916.0, 3917.0, 3918.0, 3929.0, 3919.0, 3917.0, 3918.0, 3918.0, 3930.0, 3921.0, 3918.0, 3907.0, 3916.0, 3896.0, 3906.0, 3915.0, 3907.0, 3916.0, 3906.0, 3917.0, 3895.0, 3915.0, 3915.0, 3907.0, 3917.0, 3916.0, 3915.0, 3915.0, 3905.0, 3916.0, 3918.0, 3916.0, 3916.0, 3904.0, 3914.0, 3903.0, 3903.0, 3903.0, 3903.0, 3892.0, 3903.0, 3891.0, 3902.0, 3892.0, 3903.0, 3903.0, 3905.0, 3904.0, 3904.0, 3914.0, 3892.0, 3914.0, 3893.0, 3914.0, 3916.0, 3915.0, 3915.0, 3914.0, 3915.0, 3904.0, 3917.0, 3904.0, 3916.0, 3928.0, 3916.0, 3916.0, 3915.0, 3904.0, 3904.0, 3916.0, 3895.0, 3917.0, 3917.0, 3917.0, 3917.0, 3916.0, 3916.0, 3904.0, 3915.0, 3906.0, 3917.0, 3917.0, 3916.0, 3927.0, 3915.0, 3915.0, 3915.0, 3916.0, 3916.0, 3916.0, 3907.0, 3917.0, 3917.0, 3916.0, 3927.0, 3917.0, 3929.0, 3918.0, 3919.0, 3918.0, 3916.0, 3895.0, 3929.0, 3928.0, 3917.0, 3917.0, 3917.0, 3916.0, 3917.0, 3917.0, 3905.0, 3917.0, 3895.0, 3917.0, 3928.0, 3916.0, 3915.0, 3916.0, 3926.0, 3916.0, 3917.0, 3917.0, 3918.0, 3918.0, 3928.0, 3906.0, 3916.0, 3893.0, 3916.0, 3916.0, 3916.0, 3917.0, 3916.0, 3915.0, 3913.0, 3914.0, 3913.0, 3915.0, 3914.0, 3915.0, 3916.0, 3904.0, 3904.0, 3914.0, 3892.0, 3914.0, 3914.0, 3916.0, 3916.0, 3915.0, 3905.0, 3907.0, 3927.0, 3895.0, 3927.0, 3895.0, 3917.0, 3906.0, 3917.0, 3918.0, 3928.0, 3917.0, 3917.0, 3916.0, 3915.0, 3915.0, 3916.0, 3907.0, 3918.0, 3917.0, 3896.0, 3926.0, 3895.0, 3928.0, 3918.0, 3918.0, 3930.0, 3927.0, 3918.0, 3917.0, 3928.0, 3907.0, 3929.0, 3918.0, 3919.0, 3919.0, 3918.0, 3927.0, 3916.0, 3916.0, 3906.0, 3916.0, 3918.0, 3929.0, 3928.0, 3916.0, 3917.0, 3905.0, 3917.0, 3928.0, 3931.0, 3930.0, 3918.0, 3928.0, 3917.0, 3917.0, 3917.0, 3917.0, 3917.0, 3917.0, 3926.0, 3905.0, 3916.0, 3916.0, 3915.0, 3905.0, 3915.0, 3916.0, 3894.0, 3915.0, 3904.0, 3904.0, 3906.0, 3917.0, 3916.0, 3894.0, 3916.0, 3905.0, 3905.0, 3905.0, 3904.0, 3906.0, 3906.0, 3915.0, 3914.0, 3913.0, 3904.0, 3905.0, 3906.0, 3916.0, 3905.0, 3904.0, 3914.0, 3904.0, 3905.0, 3904.0, 3905.0, 3914.0, 3903.0, 3902.0, 3891.0, 3903.0, 3905.0, 3905.0, 3916.0, 3914.0, 3915.0, 3904.0, 3915.0, 3914.0, 3906.0, 3905.0, 3905.0, 3915.0, 3903.0, 3905.0, 3905.0, 3905.0, 3915.0, 3904.0, 3904.0, 3892.0, 3903.0, 3903.0, 3903.0, 3904.0, 3903.0, 3902.0, 3903.0, 3904.0, 3893.0, 3905.0, 3914.0, 3904.0, 3903.0, 3902.0, 3903.0, 3892.0, 3892.0, 3904.0, 3903.0, 3892.0, 3902.0, 3901.0, 3891.0, 3901.0, 3891.0, 3892.0, 3891.0, 3891.0, 3890.0, 3903.0, 3904.0, 3903.0, 3902.0, 3904.0, 3904.0, 3902.0, 3903.0, 3904.0, 3917.0, 3904.0, 3904.0, 3905.0, 3905.0, 3893.0, 3903.0, 3904.0, 3906.0, 3905.0, 3905.0, 3905.0, 3903.0, 3915.0, 3904.0, 3906.0, 3905.0, 3906.0, 3905.0, 3905.0, 3906.0, 3917.0, 3918.0, 3916.0, 3931.0, 3931.0, 3930.0, 3932.0, 3930.0, 3920.0, 3921.0, 3919.0, 3933.0, 3921.0, 3918.0, 3918.0, 3896.0, 3918.0, 3928.0, 3908.0, 3917.0, 3916.0, 3905.0, 3904.0, 3905.0, 3905.0, 3907.0, 3917.0, 3917.0, 3906.0, 3915.0, 3904.0, 3905.0, 3904.0, 3918.0, 3906.0, 3916.0, 3904.0, 3892.0, 3903.0, 3904.0, 3902.0, 3893.0, 3903.0, 3891.0, 3891.0, 3902.0, 3890.0, 3892.0, 3902.0, 3903.0, 3903.0, 3903.0, 3903.0, 3903.0, 3904.0, 3905.0, 3906.0, 3895.0, 3916.0, 3894.0, 3904.0, 3915.0, 3905.0, 3904.0, 3902.0, 3905.0, 3904.0, 3892.0, 3889.0, 3903.0, 3915.0, 3927.0, 3917.0, 3919.0, 3914.0, 3887.0, 3898.0], 'WindowWidth': [8858.0, 8929.0, 8840.0, 8780.0, 8774.0, 8755.0, 8767.0, 8770.0, 8762.0, 8784.0, 8779.0, 8778.0, 8796.0, 8802.0, 8790.0, 8780.0, 8772.0, 8751.0, 8767.0, 8752.0, 8751.0, 8747.0, 8747.0, 8716.0, 8765.0, 8718.0, 8746.0, 8716.0, 8744.0, 8737.0, 8746.0, 8751.0, 8744.0, 8730.0, 8743.0, 8730.0, 8745.0, 8764.0, 8759.0, 8747.0, 8748.0, 8728.0, 8757.0, 8775.0, 8746.0, 8759.0, 8749.0, 8752.0, 8744.0, 8773.0, 8750.0, 8748.0, 8752.0, 8756.0, 8765.0, 8736.0, 8742.0, 8729.0, 8743.0, 8728.0, 8744.0, 8732.0, 8727.0, 8743.0, 8741.0, 8724.0, 8740.0, 8727.0, 8742.0, 8742.0, 8725.0, 8751.0, 8722.0, 8705.0, 8719.0, 8721.0, 8702.0, 8718.0, 8709.0, 8719.0, 8745.0, 8750.0, 8715.0, 8749.0, 8745.0, 8745.0, 8739.0, 8742.0, 8748.0, 8729.0, 8740.0, 8712.0, 8728.0, 8729.0, 8760.0, 8727.0, 8763.0, 8747.0, 8764.0, 8746.0, 8750.0, 8765.0, 8735.0, 8767.0, 8769.0, 8767.0, 8751.0, 8752.0, 8769.0, 8753.0, 8747.0, 8751.0, 8747.0, 8748.0, 8743.0, 8741.0, 8739.0, 8739.0, 8725.0, 8741.0, 8724.0, 8723.0, 8727.0, 8738.0, 8711.0, 8741.0, 8747.0, 8764.0, 8746.0, 8769.0, 8769.0, 8752.0, 8763.0, 8736.0, 8752.0, 8750.0, 8745.0, 8771.0, 8748.0, 8745.0, 8744.0, 8746.0, 8744.0, 8759.0, 8749.0, 8761.0, 8732.0, 8745.0, 8750.0, 8745.0, 8745.0, 8768.0, 8767.0, 8735.0, 8747.0, 8752.0, 8784.0, 8745.0, 8762.0, 8763.0, 8745.0, 8745.0, 8745.0, 8747.0, 8749.0, 8744.0, 8771.0, 8798.0, 8757.0, 8769.0, 8760.0, 8742.0, 8769.0, 8748.0, 8759.0, 8728.0, 8741.0, 8742.0, 8741.0, 8760.0, 8743.0, 8741.0, 8722.0, 8721.0, 8720.0, 8734.0, 8718.0, 8731.0, 8702.0, 8730.0, 8701.0, 8732.0, 8701.0, 8714.0, 8702.0, 8729.0, 8700.0, 8729.0, 8700.0, 8730.0, 8702.0, 8734.0, 8720.0, 8735.0, 8721.0, 8722.0, 8734.0, 8737.0, 8733.0, 8717.0, 8717.0, 8717.0, 8731.0, 8732.0, 8730.0, 8715.0, 8728.0, 8714.0, 8729.0, 8714.0, 8745.0, 8734.0, 8754.0, 8742.0, 8759.0, 8741.0, 8775.0, 8747.0, 8780.0, 8749.0, 8764.0, 8760.0, 8762.0, 8750.0, 8762.0, 8743.0, 8761.0, 8744.0, 8759.0, 8747.0, 8763.0, 8776.0, 8763.0, 8775.0, 8781.0, 8779.0, 8761.0, 8777.0, 8764.0, 8760.0, 8760.0, 8761.0, 8751.0, 8775.0, 8747.0, 8758.0, 8764.0, 8755.0, 8756.0, 8741.0, 8737.0, 8738.0, 8725.0, 8751.0, 8721.0, 8752.0, 8752.0, 8751.0, 8737.0, 8737.0, 8736.0, 8752.0, 8740.0, 8753.0, 8752.0, 8738.0, 8753.0, 8751.0, 8754.0, 8753.0, 8770.0, 8775.0, 8775.0, 8761.0, 8762.0, 8763.0, 8779.0, 8762.0, 8777.0, 8747.0, 8779.0, 8748.0, 8774.0, 8762.0, 8780.0, 8763.0, 8777.0, 8760.0, 8773.0, 8776.0, 8779.0, 8775.0, 8775.0, 8775.0, 8766.0, 8781.0, 8752.0, 8797.0, 8771.0, 8799.0, 8770.0, 8800.0, 8789.0, 8788.0, 8770.0, 8780.0, 8768.0, 8780.0, 8765.0, 8777.0, 8781.0, 8763.0, 8744.0, 8760.0, 8748.0, 8776.0, 8745.0, 8759.0, 8776.0, 8766.0, 8773.0, 8769.0, 8910.0, 8796.0, 8685.0, 8685.0, 8716.0, 8746.0, 8741.0, 8752.0, 8726.0, 8741.0, 8760.0, 8759.0, 8803.0, 8804.0, 8810.0, 8803.0, 8766.0, 8766.0, 8764.0, 8753.0, 8749.0, 8748.0, 8745.0, 8744.0, 8727.0, 8759.0, 8727.0, 8774.0, 8725.0, 8735.0, 8704.0, 8698.0, 8716.0, 8712.0, 8733.0, 8695.0, 8726.0, 8683.0, 8669.0, 8679.0, 8686.0, 8687.0, 8688.0, 8687.0, 8703.0, 8673.0, 8704.0, 8692.0, 8709.0, 8709.0, 8708.0, 8706.0, 8693.0, 8707.0, 8692.0, 8722.0, 8694.0, 8708.0, 8702.0, 8733.0, 8724.0, 8729.0, 8729.0, 8713.0, 8731.0, 8717.0, 8749.0, 8757.0, 8756.0, 8753.0, 8739.0, 8774.0, 8749.0, 8776.0, 8780.0, 8781.0, 8785.0, 8781.0, 8806.0, 8784.0, 8768.0, 8780.0, 8754.0, 8780.0, 8762.0, 8781.0, 8783.0, 8767.0, 8763.0, 8752.0, 8764.0, 8749.0, 8760.0, 8781.0, 8766.0, 8763.0, 8759.0, 8759.0, 8739.0, 8756.0, 8744.0, 8756.0, 8744.0, 8756.0, 8770.0, 8738.0, 8738.0, 8738.0, 8740.0, 8736.0, 8735.0, 8735.0, 8733.0, 8721.0, 8748.0, 8719.0, 8732.0, 8718.0, 8733.0, 8724.0, 8750.0, 8731.0, 8755.0, 8758.0, 8755.0, 8774.0, 8782.0, 8785.0, 8764.0, 8779.0, 8769.0, 8782.0, 8750.0, 8763.0, 8758.0, 8763.0, 8764.0, 8742.0, 8755.0, 8754.0, 8755.0, 8753.0, 8752.0, 8753.0, 8751.0, 8755.0, 8757.0, 8755.0, 8755.0, 8758.0, 8773.0, 8775.0, 8776.0, 8780.0, 8782.0, 8783.0, 8739.0, 8787.0, 8774.0, 8787.0, 8769.0, 8787.0, 8768.0, 8764.0, 8763.0, 8767.0, 8763.0, 8749.0, 8760.0, 8747.0, 8779.0, 8748.0, 8759.0, 8778.0, 8761.0, 8757.0, 8759.0, 8778.0, 8757.0, 8752.0, 8760.0, 8911.0, 8838.0, 8787.0, 8780.0, 8756.0, 8755.0, 8756.0, 8762.0, 8777.0, 8763.0, 8760.0, 8761.0, 8761.0, 8781.0, 8770.0, 8761.0, 8746.0, 8754.0, 8729.0, 8741.0, 8753.0, 8743.0, 8753.0, 8742.0, 8759.0, 8724.0, 8752.0, 8750.0, 8746.0, 8756.0, 8756.0, 8753.0, 8752.0, 8739.0, 8754.0, 8763.0, 8754.0, 8757.0, 8736.0, 8747.0, 8733.0, 8733.0, 8733.0, 8732.0, 8718.0, 8731.0, 8715.0, 8729.0, 8716.0, 8733.0, 8732.0, 8737.0, 8734.0, 8734.0, 8748.0, 8718.0, 8747.0, 8721.0, 8749.0, 8754.0, 8752.0, 8751.0, 8749.0, 8749.0, 8735.0, 8759.0, 8738.0, 8754.0, 8774.0, 8753.0, 8753.0, 8750.0, 8736.0, 8736.0, 8754.0, 8727.0, 8756.0, 8757.0, 8758.0, 8757.0, 8755.0, 8753.0, 8736.0, 8753.0, 8742.0, 8757.0, 8758.0, 8753.0, 8770.0, 8753.0, 8752.0, 8752.0, 8755.0, 8754.0, 8755.0, 8746.0, 8757.0, 8756.0, 8754.0, 8769.0, 8757.0, 8778.0, 8761.0, 8762.0, 8760.0, 8755.0, 8725.0, 8776.0, 8776.0, 8758.0, 8756.0, 8757.0, 8756.0, 8758.0, 8757.0, 8740.0, 8758.0, 8728.0, 8758.0, 8775.0, 8755.0, 8754.0, 8755.0, 8768.0, 8755.0, 8759.0, 8759.0, 8761.0, 8764.0, 8773.0, 8743.0, 8754.0, 8720.0, 8753.0, 8754.0, 8753.0, 8759.0, 8754.0, 8752.0, 8748.0, 8747.0, 8747.0, 8751.0, 8749.0, 8751.0, 8755.0, 8734.0, 8735.0, 8747.0, 8718.0, 8748.0, 8748.0, 8754.0, 8756.0, 8753.0, 8739.0, 8745.0, 8772.0, 8728.0, 8770.0, 8725.0, 8757.0, 8744.0, 8758.0, 8762.0, 8776.0, 8758.0, 8757.0, 8753.0, 8752.0, 8752.0, 8753.0, 8746.0, 8762.0, 8757.0, 8729.0, 8769.0, 8725.0, 8773.0, 8761.0, 8760.0, 8780.0, 8773.0, 8762.0, 8759.0, 8772.0, 8745.0, 8776.0, 8763.0, 8765.0, 8765.0, 8761.0, 8771.0, 8754.0, 8754.0, 8743.0, 8755.0, 8761.0, 8777.0, 8772.0, 8756.0, 8757.0, 8741.0, 8757.0, 8773.0, 8784.0, 8779.0, 8762.0, 8774.0, 8759.0, 8758.0, 8759.0, 8758.0, 8757.0, 8759.0, 8770.0, 8741.0, 8755.0, 8754.0, 8752.0, 8738.0, 8753.0, 8753.0, 8724.0, 8750.0, 8737.0, 8737.0, 8742.0, 8758.0, 8756.0, 8724.0, 8754.0, 8738.0, 8738.0, 8738.0, 8737.0, 8741.0, 8743.0, 8752.0, 8747.0, 8746.0, 8737.0, 8737.0, 8740.0, 8754.0, 8739.0, 8737.0, 8748.0, 8735.0, 8737.0, 8737.0, 8738.0, 8750.0, 8733.0, 8728.0, 8711.0, 8731.0, 8738.0, 8739.0, 8757.0, 8752.0, 8753.0, 8734.0, 8751.0, 8748.0, 8742.0, 8738.0, 8742.0, 8751.0, 8735.0, 8738.0, 8737.0, 8736.0, 8751.0, 8735.0, 8734.0, 8718.0, 8732.0, 8731.0, 8735.0, 8735.0, 8734.0, 8731.0, 8733.0, 8735.0, 8719.0, 8741.0, 8750.0, 8735.0, 8734.0, 8730.0, 8732.0, 8716.0, 8718.0, 8736.0, 8732.0, 8719.0, 8729.0, 8728.0, 8715.0, 8728.0, 8715.0, 8715.0, 8715.0, 8714.0, 8712.0, 8732.0, 8736.0, 8735.0, 8729.0, 8736.0, 8734.0, 8731.0, 8733.0, 8735.0, 8759.0, 8737.0, 8738.0, 8739.0, 8738.0, 8721.0, 8733.0, 8738.0, 8742.0, 8738.0, 8741.0, 8738.0, 8735.0, 8751.0, 8736.0, 8744.0, 8741.0, 8742.0, 8740.0, 8739.0, 8744.0, 8758.0, 8760.0, 8758.0, 8787.0, 8786.0, 8783.0, 8788.0, 8781.0, 8769.0, 8771.0, 8765.0, 8791.0, 8769.0, 8765.0, 8760.0, 8730.0, 8762.0, 8776.0, 8748.0, 8757.0, 8753.0, 8740.0, 8737.0, 8739.0, 8741.0, 8744.0, 8759.0, 8758.0, 8744.0, 8754.0, 8737.0, 8740.0, 8737.0, 8764.0, 8742.0, 8757.0, 8736.0, 8718.0, 8733.0, 8737.0, 8732.0, 8719.0, 8733.0, 8715.0, 8715.0, 8729.0, 8712.0, 8717.0, 8732.0, 8734.0, 8732.0, 8732.0, 8732.0, 8734.0, 8738.0, 8743.0, 8741.0, 8726.0, 8756.0, 8723.0, 8735.0, 8752.0, 8738.0, 8735.0, 8730.0, 8737.0, 8736.0, 8716.0, 8707.0, 8732.0, 8752.0, 8773.0, 8759.0, 8764.0, 8746.0, 8698.0, 8715.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.0027002166847237266</td></tr>
<tr><td colspan=3>aqi</td><td>0.05452328136511376</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.20811302718003</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.117687078904555</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9763022364316696</td></tr>
<tr><td colspan=3>efc</td><td>0.506</td></tr>
<tr><td colspan=3>fber</td><td>4165.3433</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13259520288551516</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>133</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.409534127843987</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5459166298757965</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3961368519625545</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.807616569424841</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.433996468239994</td></tr>
<tr><td colspan=3>gcor</td><td>0.00661472</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015972459688782692</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03845084086060524</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.064540584444502</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.424</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0378</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.8127</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293489.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.6145</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4954</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.9958</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3063.3965</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>791.4746</td></tr>
<tr><td colspan=3>tsnr</td><td>27.432184552308172</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>