<?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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-04/func/sub-0017_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>67b6817194e83d5d384364eb64d271eb</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:37:26.987500</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.99882, 0.00766002, 0.0479641, -0.0101113, 0.998644, 0.0510745]</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_brain_imaging_center</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.10019</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>[4171, -7740, -7211, 526, 32, -121, 74, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6ca15266-1640-42d0-b842-7ccbb464340e||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.679760217666626, -0.02712789550423622, 0.1282711774110794, 113.42369842529297], [-0.020551271736621857, 2.679287910461426, 0.1390477567911148, -94.98966217041016], [0.12868426740169525, -0.13702906668186188, 2.6933646202087402, -44.514503479003906], [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': ['133726.987500', '133727.447500', '133727.907500', '133728.367500', '133728.827500', '133729.287500', '133729.747500', '133730.207500', '133730.667500', '133731.127500', '133731.587500', '133732.047500', '133732.507500', '133732.967500', '133733.427500', '133733.887500', '133734.347500', '133734.807500', '133735.267500', '133735.727500', '133736.187500', '133736.647500', '133737.107500', '133737.567500', '133738.027500', '133738.487500', '133738.947500', '133739.407500', '133739.867500', '133740.327500', '133740.787500', '133741.247500', '133741.707500', '133742.167500', '133742.627500', '133743.087500', '133743.547500', '133744.007500', '133744.467500', '133744.927500', '133745.387500', '133745.847500', '133746.307500', '133746.767500', '133747.227500', '133747.687500', '133748.147500', '133748.607500', '133749.067500', '133749.527500', '133749.987500', '133750.447500', '133750.907500', '133751.367500', '133751.827500', '133752.287500', '133752.747500', '133753.207500', '133753.667500', '133754.127500', '133754.587500', '133755.047500', '133755.507500', '133755.967500', '133756.427500', '133756.887500', '133757.347500', '133757.807500', '133758.267500', '133758.727500', '133759.187500', '133759.647500', '133800.107500', '133800.567500', '133801.027500', '133801.487500', '133801.947500', '133802.407500', '133802.867500', '133803.327500', '133803.787500', '133804.247500', '133804.707500', '133805.167500', '133805.627500', '133806.087500', '133806.547500', '133807.007500', '133807.467500', '133807.927500', '133808.387500', '133808.847500', '133809.307500', '133809.767500', '133810.227500', '133810.687500', '133811.147500', '133811.607500', '133812.067500', '133812.527500', '133812.987500', '133813.447500', '133813.907500', '133814.367500', '133814.827500', '133815.287500', '133815.747500', '133816.207500', '133816.667500', '133817.127500', '133817.587500', '133818.047500', '133818.507500', '133818.967500', '133819.427500', '133819.887500', '133820.347500', '133820.807500', '133821.267500', '133821.727500', '133822.187500', '133822.647500', '133823.107500', '133823.567500', '133824.027500', '133824.487500', '133824.947500', '133825.407500', '133825.867500', '133826.327500', '133826.787500', '133827.247500', '133827.707500', '133828.167500', '133828.627500', '133829.087500', '133829.547500', '133830.007500', '133830.467500', '133830.927500', '133831.387500', '133831.847500', '133832.307500', '133832.767500', '133833.227500', '133833.687500', '133834.147500', '133834.607500', '133835.067500', '133835.527500', '133835.987500', '133836.447500', '133836.907500', '133837.367500', '133837.827500', '133838.287500', '133838.747500', '133839.207500', '133839.667500', '133840.127500', '133840.587500', '133841.047500', '133841.507500', '133841.967500', '133842.427500', '133842.887500', '133843.347500', '133843.807500', '133844.267500', '133844.727500', '133845.187500', '133845.647500', '133846.107500', '133846.567500', '133847.027500', '133847.487500', '133847.947500', '133848.407500', '133848.867500', '133849.327500', '133849.787500', '133850.247500', '133850.707500', '133851.167500', '133851.627500', '133852.087500', '133852.547500', '133853.007500', '133853.467500', '133853.927500', '133854.387500', '133854.847500', '133855.307500', '133855.767500', '133856.227500', '133856.687500', '133857.147500', '133857.607500', '133858.067500', '133858.527500', '133858.987500', '133859.447500', '133859.907500', '133900.367500', '133900.827500', '133901.287500', '133901.747500', '133902.207500', '133902.667500', '133903.127500', '133903.587500', '133904.047500', '133904.507500', '133904.967500', '133905.427500', '133905.887500', '133906.347500', '133906.807500', '133907.267500', '133907.727500', '133908.187500', '133908.647500', '133909.107500', '133909.567500', '133910.027500', '133910.487500', '133910.947500', '133911.407500', '133911.867500', '133912.327500', '133912.787500', '133913.247500', '133913.707500', '133914.167500', '133914.627500', '133915.087500', '133915.547500', '133916.007500', '133916.467500', '133916.927500', '133917.387500', '133917.847500', '133918.307500', '133918.767500', '133919.227500', '133919.687500', '133920.147500', '133920.607500', '133921.067500', '133921.527500', '133921.987500', '133922.447500', '133922.907500', '133923.367500', '133923.827500', '133924.287500', '133924.747500', '133925.207500', '133925.667500', '133926.127500', '133926.587500', '133927.047500', '133927.507500', '133927.967500', '133928.427500', '133928.887500', '133929.347500', '133929.807500', '133930.267500', '133930.727500', '133931.187500', '133931.647500', '133932.107500', '133932.567500', '133933.027500', '133933.487500', '133933.947500', '133934.407500', '133934.867500', '133935.327500', '133935.787500', '133936.247500', '133936.707500', '133937.167500', '133937.627500', '133938.087500', '133938.547500', '133939.007500', '133939.467500', '133939.927500', '133940.387500', '133940.847500', '133941.307500', '133941.767500', '133942.227500', '133942.687500', '133943.147500', '133943.607500', '133944.067500', '133944.527500', '133944.987500', '133945.447500', '133945.907500', '133946.367500', '133946.827500', '133947.287500', '133947.747500', '133948.207500', '133948.667500', '133949.127500', '133949.587500', '133950.047500', '133950.507500', '133950.967500', '133951.427500', '133951.887500', '133952.347500', '133952.807500', '133953.267500', '133953.727500', '133954.187500', '133954.647500', '133955.107500', '133955.567500', '133956.027500', '133956.487500', '133956.947500', '133957.407500', '133957.867500', '133958.327500', '133958.787500', '133959.247500', '133959.707500', '134000.167500', '134000.627500', '134001.087500', '134001.547500', '134002.007500', '134002.467500', '134002.927500', '134003.387500', '134003.847500', '134004.307500', '134004.767500', '134005.227500', '134005.687500', '134006.147500', '134006.607500', '134007.067500', '134007.527500', '134007.987500', '134008.447500', '134008.907500', '134009.367500', '134009.827500', '134010.287500', '134010.747500', '134011.207500', '134011.667500', '134012.127500', '134012.587500', '134013.047500', '134013.507500', '134013.967500', '134014.427500', '134014.887500', '134015.347500', '134015.807500', '134016.267500', '134016.727500', '134017.187500', '134017.647500', '134018.107500', '134018.567500', '134019.027500', '134019.487500', '134019.947500', '134020.407500', '134020.867500', '134021.327500', '134021.787500', '134022.247500', '134022.707500', '134023.167500', '134023.627500', '134024.087500', '134024.547500', '134025.007500', '134025.467500', '134025.927500', '134026.387500', '134026.847500', '134027.307500', '134027.767500', '134028.227500', '134028.687500', '134029.147500', '134029.607500', '134030.067500', '134030.527500', '134030.987500', '134031.447500', '134031.907500', '134032.367500', '134032.827500', '134033.287500', '134033.747500', '134034.207500', '134034.667500', '134035.127500', '134035.587500', '134036.047500', '134036.507500', '134036.967500', '134037.427500', '134037.887500', '134038.347500', '134038.807500', '134039.267500', '134039.727500', '134040.187500', '134040.647500', '134041.107500', '134041.567500', '134042.027500', '134042.487500', '134042.947500', '134043.407500', '134043.867500', '134044.327500', '134044.787500', '134045.247500', '134045.707500', '134046.167500', '134046.627500', '134047.087500', '134047.547500', '134048.007500', '134048.467500', '134048.927500', '134049.387500', '134049.847500', '134050.307500', '134050.767500', '134051.227500', '134051.687500', '134052.147500', '134052.607500', '134053.067500', '134053.527500', '134053.987500', '134054.447500', '134054.907500', '134055.367500', '134055.827500', '134056.287500', '134056.747500', '134057.207500', '134057.667500', '134058.127500', '134058.587500', '134059.047500', '134059.507500', '134059.967500', '134100.427500', '134100.887500', '134101.347500', '134101.807500', '134102.267500', '134102.727500', '134103.187500', '134103.647500', '134104.107500', '134104.567500', '134105.027500', '134105.487500', '134105.947500', '134106.407500', '134106.867500', '134107.327500', '134107.787500', '134108.247500', '134108.707500', '134109.167500', '134109.627500', '134110.087500', '134110.547500', '134111.007500', '134111.467500', '134111.927500', '134112.387500', '134112.847500', '134113.307500', '134113.767500', '134114.227500', '134114.687500', '134115.147500', '134115.607500', '134116.067500', '134116.527500', '134116.987500', '134117.447500', '134117.907500', '134118.367500', '134118.827500', '134119.287500', '134119.747500', '134120.207500', '134120.667500', '134121.127500', '134121.587500', '134122.047500', '134122.507500', '134122.967500', '134123.427500', '134123.887500', '134124.347500', '134124.807500', '134125.267500', '134125.727500', '134126.187500', '134126.647500', '134127.107500', '134127.567500', '134128.027500', '134128.487500', '134128.947500', '134129.407500', '134129.867500', '134130.327500', '134130.787500', '134131.247500', '134131.707500', '134132.167500', '134132.627500', '134133.087500', '134133.547500', '134134.007500', '134134.467500', '134134.927500', '134135.387500', '134135.847500', '134136.307500', '134136.767500', '134137.227500', '134137.687500', '134138.147500', '134138.607500', '134139.067500', '134139.527500', '134139.987500', '134140.447500', '134140.907500', '134141.367500', '134141.827500', '134142.287500', '134142.747500', '134143.207500', '134143.667500', '134144.127500', '134144.587500', '134145.047500', '134145.507500', '134145.967500', '134146.427500', '134146.887500', '134147.347500', '134147.807500', '134148.267500', '134148.727500', '134149.187500', '134149.647500', '134150.107500', '134150.567500', '134151.027500', '134151.487500', '134151.947500', '134152.407500', '134152.867500', '134153.327500', '134153.787500', '134154.247500', '134154.707500', '134155.167500', '134155.627500', '134156.087500', '134156.547500', '134157.007500', '134157.467500', '134157.927500', '134158.387500', '134158.847500', '134159.307500', '134159.767500', '134200.227500', '134200.687500', '134201.147500', '134201.607500', '134202.067500', '134202.527500', '134202.987500', '134203.447500', '134203.907500', '134204.367500', '134204.827500', '134205.287500', '134205.747500', '134206.207500', '134206.667500', '134207.127500', '134207.587500', '134208.047500', '134208.507500', '134208.967500', '134209.427500', '134209.887500', '134210.347500', '134210.807500', '134211.267500', '134211.727500', '134212.187500', '134212.647500', '134213.107500', '134213.567500', '134214.027500', '134214.487500', '134214.947500', '134215.407500', '134215.867500', '134216.327500', '134216.787500', '134217.247500', '134217.707500', '134218.167500', '134218.627500', '134219.087500', '134219.547500', '134220.007500', '134220.467500', '134220.927500', '134221.387500', '134221.847500', '134222.307500', '134222.767500', '134223.227500', '134223.687500', '134224.147500', '134224.607500', '134225.067500', '134225.527500', '134225.987500', '134226.447500', '134226.907500', '134227.367500', '134227.827500', '134228.287500', '134228.747500', '134229.207500', '134229.667500', '134230.127500', '134230.587500', '134231.047500', '134231.507500', '134231.967500', '134232.427500', '134232.887500', '134233.347500', '134233.807500', '134234.267500', '134234.727500', '134235.187500', '134235.647500', '134236.107500', '134236.567500', '134237.027500', '134237.487500', '134237.947500', '134238.407500', '134238.867500', '134239.327500', '134239.787500', '134240.247500', '134240.707500', '134241.167500', '134241.627500', '134242.087500', '134242.547500', '134243.007500', '134243.467500', '134243.927500', '134244.387500', '134244.847500', '134245.307500', '134245.767500', '134246.227500', '134246.687500', '134247.147500', '134247.607500', '134248.067500', '134248.527500', '134248.987500', '134249.447500', '134249.907500', '134250.367500', '134250.827500', '134251.287500', '134251.747500', '134252.207500', '134252.667500', '134253.127500', '134253.587500', '134254.047500', '134254.507500', '134254.967500', '134255.427500', '134255.887500', '134256.347500', '134256.807500', '134257.267500', '134257.727500', '134258.187500', '134258.647500', '134259.107500', '134259.567500', '134300.027500', '134300.487500', '134300.947500', '134301.407500', '134301.867500', '134302.327500', '134302.787500', '134303.247500', '134303.707500', '134304.167500', '134304.627500', '134305.087500', '134305.547500', '134306.007500', '134306.467500', '134306.927500', '134307.387500', '134307.847500', '134308.307500', '134308.767500', '134309.227500', '134309.687500', '134310.147500', '134310.607500', '134311.067500', '134311.527500', '134311.987500', '134312.447500', '134312.907500', '134313.367500', '134313.827500', '134314.287500', '134314.747500', '134315.207500', '134315.667500', '134316.127500', '134316.587500', '134317.047500', '134317.507500', '134317.967500', '134318.427500', '134318.887500', '134319.347500', '134319.807500', '134320.267500', '134320.727500', '134321.187500', '134321.647500', '134322.107500', '134322.567500', '134323.027500', '134323.487500', '134323.947500', '134324.407500', '134324.867500', '134325.327500', '134325.787500', '134326.247500', '134326.707500', '134327.167500', '134327.627500', '134328.087500', '134328.547500', '134329.007500', '134329.467500', '134329.927500', '134330.387500', '134330.847500', '134331.307500', '134331.767500', '134332.227500', '134332.687500', '134333.147500', '134333.607500', '134334.067500', '134334.527500', '134334.987500', '134335.447500', '134335.907500', '134336.367500', '134336.827500', '134337.287500', '134337.747500', '134338.207500', '134338.667500', '134339.127500', '134339.587500', '134340.047500', '134340.507500', '134340.967500', '134341.427500', '134341.887500', '134342.347500', '134342.807500', '134343.267500', '134343.727500', '134344.187500', '134344.647500', '134345.107500', '134345.567500', '134346.027500', '134346.487500', '134346.947500', '134347.407500', '134347.867500', '134348.327500', '134348.787500', '134349.247500', '134349.707500', '134350.167500', '134350.627500', '134351.087500', '134351.547500', '134352.007500', '134352.467500', '134352.927500', '134353.387500', '134353.847500', '134354.307500', '134354.767500', '134355.227500', '134355.687500', '134356.147500', '134356.607500', '134357.067500', '134357.527500', '134357.987500', '134358.447500', '134358.907500', '134359.367500', '134359.827500', '134400.287500', '134400.747500', '134401.207500', '134401.667500', '134402.127500', '134402.587500', '134403.047500', '134403.507500', '134403.967500', '134404.427500', '134404.887500', '134405.347500', '134405.807500', '134406.267500', '134406.727500', '134407.187500', '134407.647500', '134408.107500', '134408.567500', '134409.027500', '134409.487500', '134409.947500', '134410.407500', '134410.867500', '134411.327500', '134411.787500', '134412.247500', '134412.707500', '134413.167500', '134413.627500', '134414.087500', '134414.547500', '134415.007500', '134415.467500', '134415.927500', '134416.387500', '134416.847500', '134417.307500', '134417.767500', '134418.227500', '134418.687500', '134419.147500', '134419.607500', '134420.067500', '134420.527500', '134420.987500', '134421.447500', '134421.907500', '134422.367500', '134422.827500', '134423.287500', '134423.747500', '134424.207500', '134424.667500', '134425.127500', '134425.587500', '134426.047500', '134426.507500', '134426.967500', '134427.427500', '134427.887500', '134428.347500', '134428.807500', '134429.267500', '134429.727500', '134430.187500', '134430.647500', '134431.107500', '134431.567500', '134432.027500', '134432.487500'], 'ContentTime': ['133748.272000', '133748.275000', '133748.284000', '133748.287000', '133748.290000', '133748.293000', '133748.296000', '133748.308000', '133748.310000', '133748.313000', '133748.317000', '133748.319000', '133748.322000', '133748.325000', '133748.328000', '133748.331000', '133748.334000', '133748.338000', '133748.341000', '133748.343000', '133748.346000', '133748.349000', '133748.352000', '133748.355000', '133748.358000', '133748.361000', '133748.364000', '133748.383000', '133748.386000', '133748.389000', '133748.392000', '133748.395000', '133748.398000', '133748.401000', '133748.404000', '133748.407000', '133748.410000', '133748.413000', '133748.416000', '133748.418000', '133748.421000', '133748.424000', '133748.427000', '133748.430000', '133748.433000', '133808.235000', '133808.238000', '133808.241000', '133808.244000', '133808.247000', '133808.249000', '133808.252000', '133808.255000', '133808.258000', '133808.261000', '133808.264000', '133808.267000', '133808.270000', '133808.273000', '133808.276000', '133808.281000', '133808.284000', '133808.288000', '133808.290000', '133808.293000', '133808.296000', '133808.299000', '133808.302000', '133808.305000', '133808.308000', '133808.310000', '133808.313000', '133808.316000', '133808.319000', '133808.322000', '133808.325000', '133808.327000', '133808.330000', '133808.333000', '133808.336000', '133808.339000', '133808.342000', '133808.345000', '133808.347000', '133808.350000', '133808.353000', '133808.356000', '133808.359000', '133828.234000', '133828.237000', '133828.240000', '133828.243000', '133828.245000', '133828.248000', '133828.251000', '133828.254000', '133828.257000', '133828.260000', '133828.262000', '133828.265000', '133828.268000', '133828.271000', '133828.274000', '133828.277000', '133828.280000', '133828.282000', '133828.285000', '133828.288000', '133828.291000', '133828.294000', '133828.296000', '133828.300000', '133828.302000', '133828.305000', '133828.308000', '133828.311000', '133828.314000', '133828.317000', '133828.319000', '133828.322000', '133828.325000', '133828.328000', '133828.331000', '133828.334000', '133828.336000', '133828.339000', '133828.346000', '133828.349000', '133828.351000', '133828.354000', '133828.357000', '133828.360000', '133848.234000', '133848.237000', '133848.240000', '133848.243000', '133848.246000', '133848.249000', '133848.251000', '133848.254000', '133848.257000', '133848.260000', '133848.263000', '133848.266000', '133848.269000', '133848.277000', '133848.280000', '133848.283000', '133848.285000', '133848.289000', '133848.293000', '133848.296000', '133848.298000', '133848.301000', '133848.304000', '133848.307000', '133848.310000', '133848.313000', '133848.315000', '133848.318000', '133848.321000', '133848.324000', '133848.327000', '133848.330000', '133848.333000', '133848.336000', '133848.339000', '133848.342000', '133848.345000', '133848.347000', '133848.350000', '133848.353000', '133848.356000', '133848.359000', '133848.362000', '133908.234000', '133908.237000', '133908.240000', '133908.243000', '133908.246000', '133908.248000', '133908.251000', '133908.254000', '133908.257000', '133908.260000', '133908.263000', '133908.266000', '133908.269000', '133908.271000', '133908.274000', '133908.277000', '133908.280000', '133908.283000', '133908.286000', '133908.289000', '133908.291000', '133908.294000', '133908.297000', '133908.300000', '133908.303000', '133908.306000', '133908.308000', '133908.311000', '133908.314000', '133908.317000', '133908.320000', '133908.323000', '133908.325000', '133908.328000', '133908.331000', '133908.334000', '133908.337000', '133908.339000', '133908.342000', '133908.345000', '133908.350000', '133908.353000', '133908.356000', '133908.358000', '133928.234000', '133928.237000', '133928.240000', '133928.243000', '133928.246000', '133928.248000', '133928.252000', '133928.266000', '133928.269000', '133928.272000', '133928.275000', '133928.277000', '133928.280000', '133928.283000', '133928.286000', '133928.289000', '133928.292000', '133928.294000', '133928.297000', '133928.300000', '133928.303000', '133928.306000', '133928.309000', '133928.312000', '133928.314000', '133928.319000', '133928.323000', '133928.327000', '133928.329000', '133928.332000', '133928.335000', '133928.338000', '133928.341000', '133928.344000', '133928.347000', '133928.349000', '133928.352000', '133928.355000', '133928.358000', '133928.361000', '133928.364000', '133928.367000', '133928.369000', '133948.235000', '133948.238000', '133948.241000', '133948.244000', '133948.247000', '133948.250000', '133948.252000', '133948.255000', '133948.258000', '133948.261000', '133948.264000', '133948.267000', '133948.269000', '133948.272000', '133948.275000', '133948.278000', '133948.281000', '133948.284000', '133948.287000', '133948.289000', '133948.292000', '133948.295000', '133948.298000', '133948.301000', '133948.304000', '133948.306000', '133948.309000', '133948.312000', '133948.315000', '133948.318000', '133948.321000', '133948.323000', '133948.326000', '133948.329000', '133948.332000', '133948.335000', '133948.338000', '133948.341000', '133948.343000', '133948.346000', '133948.349000', '133948.352000', '133948.355000', '133948.358000', '134008.235000', '134008.238000', '134008.241000', '134008.244000', '134008.246000', '134008.249000', '134008.252000', '134008.255000', '134008.258000', '134008.261000', '134008.264000', '134008.266000', '134008.269000', '134008.272000', '134008.275000', '134008.278000', '134008.281000', '134008.284000', '134008.286000', '134008.289000', '134008.292000', '134008.295000', '134008.298000', '134008.301000', '134008.303000', '134008.306000', '134008.309000', '134008.312000', '134008.315000', '134008.318000', '134008.320000', '134008.323000', '134008.326000', '134008.329000', '134008.332000', '134008.335000', '134008.338000', '134008.341000', '134008.343000', '134008.346000', '134008.349000', '134008.352000', '134008.355000', '134028.235000', '134028.238000', '134028.241000', '134028.243000', '134028.246000', '134028.249000', '134028.252000', '134028.255000', '134028.258000', '134028.261000', '134028.264000', '134028.266000', '134028.269000', '134028.272000', '134028.275000', '134028.278000', '134028.281000', '134028.284000', '134028.287000', '134028.289000', '134028.292000', '134028.295000', '134028.298000', '134028.301000', '134028.304000', '134028.306000', '134028.309000', '134028.312000', '134028.315000', '134028.318000', '134028.321000', '134028.324000', '134028.327000', '134028.330000', '134028.332000', '134028.335000', '134028.338000', '134028.341000', '134028.344000', '134028.346000', '134028.349000', '134028.352000', '134028.355000', '134028.358000', '134048.234000', '134048.237000', '134048.240000', '134048.243000', '134048.246000', '134048.248000', '134048.251000', '134048.254000', '134048.257000', '134048.260000', '134048.263000', '134048.266000', '134048.268000', '134048.271000', '134048.274000', '134048.277000', '134048.280000', '134048.283000', '134048.286000', '134048.289000', '134048.292000', '134048.295000', '134048.298000', '134048.301000', '134048.304000', '134048.307000', '134048.310000', '134048.312000', '134048.315000', '134048.318000', '134048.321000', '134048.324000', '134048.327000', '134048.330000', '134048.333000', '134048.335000', '134048.338000', '134048.341000', '134048.344000', '134048.349000', '134048.352000', '134048.355000', '134048.358000', '134108.234000', '134108.237000', '134108.240000', '134108.243000', '134108.246000', '134108.249000', '134108.252000', '134108.255000', '134108.258000', '134108.261000', '134108.264000', '134108.267000', '134108.270000', '134108.272000', '134108.275000', '134108.278000', '134108.281000', '134108.284000', '134108.287000', '134108.290000', '134108.292000', '134108.295000', '134108.298000', '134108.301000', '134108.304000', '134108.306000', '134108.309000', '134108.312000', '134108.315000', '134108.318000', '134108.321000', '134108.324000', '134108.326000', '134108.329000', '134108.332000', '134108.335000', '134108.338000', '134108.341000', '134108.343000', '134108.346000', '134108.349000', '134108.352000', '134108.355000', '134108.358000', '134128.234000', '134128.241000', '134128.244000', '134128.247000', '134128.250000', '134128.253000', '134128.256000', '134128.259000', '134128.261000', '134128.264000', '134128.267000', '134128.270000', '134128.273000', '134128.276000', '134128.278000', '134128.281000', '134128.284000', '134128.287000', '134128.290000', '134128.293000', '134128.295000', '134128.298000', '134128.301000', '134128.304000', '134128.307000', '134128.310000', '134128.313000', '134128.315000', '134128.318000', '134128.321000', '134128.324000', '134128.327000', '134128.330000', '134128.333000', '134128.335000', '134128.338000', '134128.341000', '134128.344000', '134128.347000', '134128.350000', '134128.352000', '134128.355000', '134128.358000', '134148.234000', '134148.237000', '134148.240000', '134148.243000', '134148.246000', '134148.248000', '134148.251000', '134148.254000', '134148.257000', '134148.260000', '134148.263000', '134148.265000', '134148.268000', '134148.271000', '134148.274000', '134148.277000', '134148.280000', '134148.282000', '134148.285000', '134148.288000', '134148.291000', '134148.294000', '134148.297000', '134148.299000', '134148.302000', '134148.305000', '134148.308000', '134148.311000', '134148.314000', '134148.317000', '134148.320000', '134148.322000', '134148.325000', '134148.328000', '134148.331000', '134148.334000', '134148.337000', '134148.339000', '134148.342000', '134148.345000', '134148.348000', '134148.351000', '134148.354000', '134148.356000', '134208.235000', '134208.238000', '134208.241000', '134208.244000', '134208.247000', '134208.249000', '134208.252000', '134208.255000', '134208.258000', '134208.261000', '134208.264000', '134208.266000', '134208.269000', '134208.272000', '134208.275000', '134208.278000', '134208.281000', '134208.284000', '134208.287000', '134208.289000', '134208.292000', '134208.295000', '134208.298000', '134208.301000', '134208.304000', '134208.307000', '134208.309000', '134208.312000', '134208.315000', '134208.318000', '134208.321000', '134208.324000', '134208.327000', '134208.331000', '134208.334000', '134208.337000', '134208.340000', '134208.342000', '134208.345000', '134208.348000', '134208.351000', '134208.354000', '134208.357000', '134228.235000', '134228.241000', '134228.244000', '134228.247000', '134228.250000', '134228.253000', '134228.255000', '134228.258000', '134228.261000', '134228.270000', '134228.273000', '134228.276000', '134228.278000', '134228.292000', '134228.294000', '134228.297000', '134228.300000', '134228.310000', '134228.313000', '134228.316000', '134228.318000', '134228.321000', '134228.324000', '134228.327000', '134228.330000', '134228.333000', '134228.336000', '134228.338000', '134228.341000', '134228.344000', '134228.347000', '134228.350000', '134228.353000', '134228.356000', '134228.358000', '134228.361000', '134228.364000', '134228.367000', '134228.370000', '134228.373000', '134228.375000', '134228.378000', '134228.381000', '134228.384000', '134248.235000', '134248.238000', '134248.241000', '134248.244000', '134248.247000', '134248.249000', '134248.252000', '134248.255000', '134248.258000', '134248.261000', '134248.264000', '134248.267000', '134248.270000', '134248.272000', '134248.275000', '134248.278000', '134248.281000', '134248.284000', '134248.287000', '134248.290000', '134248.292000', '134248.295000', '134248.298000', '134248.301000', '134248.304000', '134248.306000', '134248.309000', '134248.312000', '134248.315000', '134248.318000', '134248.321000', '134248.324000', '134248.326000', '134248.329000', '134248.332000', '134248.335000', '134248.338000', '134248.341000', '134248.345000', '134248.349000', '134248.351000', '134248.354000', '134248.357000', '134308.234000', '134308.237000', '134308.240000', '134308.243000', '134308.246000', '134308.248000', '134308.251000', '134308.254000', '134308.257000', '134308.260000', '134308.263000', '134308.265000', '134308.268000', '134308.271000', '134308.274000', '134308.277000', '134308.280000', '134308.283000', '134308.286000', '134308.288000', '134308.291000', '134308.294000', '134308.297000', '134308.300000', '134308.302000', '134308.305000', '134308.308000', '134308.311000', '134308.314000', '134308.317000', '134308.319000', '134308.322000', '134308.325000', '134308.328000', '134308.331000', '134308.333000', '134308.336000', '134308.339000', '134308.342000', '134308.345000', '134308.348000', '134308.351000', '134308.353000', '134308.356000', '134328.234000', '134328.237000', '134328.240000', '134328.243000', '134328.246000', '134328.249000', '134328.252000', '134328.254000', '134328.257000', '134328.260000', '134328.263000', '134328.266000', '134328.269000', '134328.271000', '134328.274000', '134328.277000', '134328.280000', '134328.283000', '134328.286000', '134328.289000', '134328.291000', '134328.294000', '134328.297000', '134328.300000', '134328.303000', '134328.306000', '134328.308000', '134328.311000', '134328.314000', '134328.317000', '134328.320000', '134328.323000', '134328.325000', '134328.328000', '134328.331000', '134328.334000', '134328.337000', '134328.339000', '134328.342000', '134328.345000', '134328.348000', '134328.351000', '134328.354000', '134348.234000', '134348.237000', '134348.240000', '134348.243000', '134348.245000', '134348.248000', '134348.251000', '134348.254000', '134348.257000', '134348.260000', '134348.263000', '134348.266000', '134348.268000', '134348.271000', '134348.274000', '134348.277000', '134348.280000', '134348.283000', '134348.285000', '134348.288000', '134348.291000', '134348.294000', '134348.297000', '134348.300000', '134348.317000', '134348.319000', '134348.322000', '134348.332000', '134348.334000', '134348.337000', '134348.340000', '134348.343000', '134348.346000', '134348.349000', '134348.351000', '134348.354000', '134348.357000', '134348.360000', '134348.363000', '134348.366000', '134348.369000', '134348.372000', '134348.375000', '134348.378000', '134408.234000', '134408.237000', '134408.240000', '134408.243000', '134408.246000', '134408.249000', '134408.252000', '134408.254000', '134408.257000', '134408.260000', '134408.263000', '134408.266000', '134408.269000', '134408.272000', '134408.274000', '134408.277000', '134408.280000', '134408.283000', '134408.286000', '134408.289000', '134408.292000', '134408.295000', '134408.297000', '134408.300000', '134408.303000', '134408.306000', '134408.309000', '134408.312000', '134408.314000', '134408.317000', '134408.320000', '134408.323000', '134408.326000', '134408.329000', '134408.332000', '134408.334000', '134408.337000', '134408.340000', '134408.343000', '134408.346000', '134408.349000', '134408.352000', '134408.354000', '134428.235000', '134428.238000', '134428.241000', '134428.244000', '134428.247000', '134428.250000', '134428.253000', '134428.256000', '134428.258000', '134428.261000', '134428.264000', '134428.267000', '134428.270000', '134428.273000', '134428.276000', '134428.278000', '134428.281000', '134428.284000', '134428.287000', '134428.290000', '134428.293000', '134428.295000', '134428.298000', '134428.301000', '134428.304000', '134428.307000', '134428.310000', '134428.312000', '134428.315000', '134428.318000', '134428.321000', '134428.324000', '134428.326000', '134428.329000', '134428.332000', '134428.335000', '134428.338000', '134428.341000', '134428.344000', '134428.346000', '134428.349000', '134428.352000', '134428.355000', '134433.353000', '134433.356000', '134433.359000', '134433.362000', '134433.365000', '134433.368000', '134433.371000', '134433.374000', '134433.376000', '134433.379000', '134433.382000', '134433.385000'], 'InstanceCreationTime': ['133748.272000', '133748.275000', '133748.284000', '133748.287000', '133748.290000', '133748.293000', '133748.296000', '133748.308000', '133748.310000', '133748.313000', '133748.317000', '133748.319000', '133748.322000', '133748.325000', '133748.328000', '133748.331000', '133748.334000', '133748.338000', '133748.341000', '133748.343000', '133748.346000', '133748.349000', '133748.352000', '133748.355000', '133748.358000', '133748.361000', '133748.364000', '133748.383000', '133748.386000', '133748.389000', '133748.392000', '133748.395000', '133748.398000', '133748.401000', '133748.404000', '133748.407000', '133748.410000', '133748.413000', '133748.416000', '133748.418000', '133748.421000', '133748.424000', '133748.427000', '133748.430000', '133748.433000', '133808.235000', '133808.238000', '133808.241000', '133808.244000', '133808.247000', '133808.249000', '133808.252000', '133808.255000', '133808.258000', '133808.261000', '133808.264000', '133808.267000', '133808.270000', '133808.273000', '133808.276000', '133808.281000', '133808.284000', '133808.288000', '133808.290000', '133808.293000', '133808.296000', '133808.299000', '133808.302000', '133808.305000', '133808.308000', '133808.310000', '133808.313000', '133808.316000', '133808.319000', '133808.322000', '133808.325000', '133808.327000', '133808.330000', '133808.333000', '133808.336000', '133808.339000', '133808.342000', '133808.345000', '133808.347000', '133808.350000', '133808.353000', '133808.356000', '133808.359000', '133828.234000', '133828.237000', '133828.240000', '133828.243000', '133828.245000', '133828.248000', '133828.251000', '133828.254000', '133828.257000', '133828.260000', '133828.262000', '133828.265000', '133828.268000', '133828.271000', '133828.274000', '133828.277000', '133828.280000', '133828.282000', '133828.285000', '133828.288000', '133828.291000', '133828.294000', '133828.296000', '133828.300000', '133828.302000', '133828.305000', '133828.308000', '133828.311000', '133828.314000', '133828.317000', '133828.319000', '133828.322000', '133828.325000', '133828.328000', '133828.331000', '133828.334000', '133828.336000', '133828.339000', '133828.346000', '133828.349000', '133828.351000', '133828.354000', '133828.357000', '133828.360000', '133848.234000', '133848.237000', '133848.240000', '133848.243000', '133848.246000', '133848.249000', '133848.251000', '133848.254000', '133848.257000', '133848.260000', '133848.263000', '133848.266000', '133848.269000', '133848.277000', '133848.280000', '133848.283000', '133848.285000', '133848.289000', '133848.293000', '133848.296000', '133848.298000', '133848.301000', '133848.304000', '133848.307000', '133848.310000', '133848.313000', '133848.315000', '133848.318000', '133848.321000', '133848.324000', '133848.327000', '133848.330000', '133848.333000', '133848.336000', '133848.339000', '133848.342000', '133848.345000', '133848.347000', '133848.350000', '133848.353000', '133848.356000', '133848.359000', '133848.362000', '133908.234000', '133908.237000', '133908.240000', '133908.243000', '133908.246000', '133908.248000', '133908.251000', '133908.254000', '133908.257000', '133908.260000', '133908.263000', '133908.266000', '133908.269000', '133908.271000', '133908.274000', '133908.277000', '133908.280000', '133908.283000', '133908.286000', '133908.289000', '133908.291000', '133908.294000', '133908.297000', '133908.300000', '133908.303000', '133908.306000', '133908.308000', '133908.311000', '133908.314000', '133908.317000', '133908.320000', '133908.323000', '133908.325000', '133908.328000', '133908.331000', '133908.334000', '133908.337000', '133908.339000', '133908.342000', '133908.345000', '133908.350000', '133908.353000', '133908.356000', '133908.358000', '133928.234000', '133928.237000', '133928.240000', '133928.243000', '133928.246000', '133928.248000', '133928.252000', '133928.266000', '133928.269000', '133928.272000', '133928.275000', '133928.277000', '133928.280000', '133928.283000', '133928.286000', '133928.289000', '133928.292000', '133928.294000', '133928.297000', '133928.300000', '133928.303000', '133928.306000', '133928.309000', '133928.312000', '133928.314000', '133928.319000', '133928.323000', '133928.327000', '133928.329000', '133928.332000', '133928.335000', '133928.338000', '133928.341000', '133928.344000', '133928.347000', '133928.349000', '133928.352000', '133928.355000', '133928.358000', '133928.361000', '133928.364000', '133928.367000', '133928.369000', '133948.235000', '133948.238000', '133948.241000', '133948.244000', '133948.247000', '133948.250000', '133948.252000', '133948.255000', '133948.258000', '133948.261000', '133948.264000', '133948.267000', '133948.269000', '133948.272000', '133948.275000', '133948.278000', '133948.281000', '133948.284000', '133948.287000', '133948.289000', '133948.292000', '133948.295000', '133948.298000', '133948.301000', '133948.304000', '133948.306000', '133948.309000', '133948.312000', '133948.315000', '133948.318000', '133948.321000', '133948.323000', '133948.326000', '133948.329000', '133948.332000', '133948.335000', '133948.338000', '133948.341000', '133948.343000', '133948.346000', '133948.349000', '133948.352000', '133948.355000', '133948.358000', '134008.235000', '134008.238000', '134008.241000', '134008.244000', '134008.246000', '134008.249000', '134008.252000', '134008.255000', '134008.258000', '134008.261000', '134008.264000', '134008.266000', '134008.269000', '134008.272000', '134008.275000', '134008.278000', '134008.281000', '134008.284000', '134008.286000', '134008.289000', '134008.292000', '134008.295000', '134008.298000', '134008.301000', '134008.303000', '134008.306000', '134008.309000', '134008.312000', '134008.315000', '134008.318000', '134008.320000', '134008.323000', '134008.326000', '134008.329000', '134008.332000', '134008.335000', '134008.338000', '134008.341000', '134008.343000', '134008.346000', '134008.349000', '134008.352000', '134008.355000', '134028.235000', '134028.238000', '134028.241000', '134028.243000', '134028.246000', '134028.249000', '134028.252000', '134028.255000', '134028.258000', '134028.261000', '134028.264000', '134028.266000', '134028.269000', '134028.272000', '134028.275000', '134028.278000', '134028.281000', '134028.284000', '134028.287000', '134028.289000', '134028.292000', '134028.295000', '134028.298000', '134028.301000', '134028.304000', '134028.306000', '134028.309000', '134028.312000', '134028.315000', '134028.318000', '134028.321000', '134028.324000', '134028.327000', '134028.330000', '134028.332000', '134028.335000', '134028.338000', '134028.341000', '134028.344000', '134028.346000', '134028.349000', '134028.352000', '134028.355000', '134028.358000', '134048.234000', '134048.237000', '134048.240000', '134048.243000', '134048.246000', '134048.248000', '134048.251000', '134048.254000', '134048.257000', '134048.260000', '134048.263000', '134048.266000', '134048.268000', '134048.271000', '134048.274000', '134048.277000', '134048.280000', '134048.283000', '134048.286000', '134048.289000', '134048.292000', '134048.295000', '134048.298000', '134048.301000', '134048.304000', '134048.307000', '134048.310000', '134048.312000', '134048.315000', '134048.318000', '134048.321000', '134048.324000', '134048.327000', '134048.330000', '134048.333000', '134048.335000', '134048.338000', '134048.341000', '134048.344000', '134048.349000', '134048.352000', '134048.355000', '134048.358000', '134108.234000', '134108.237000', '134108.240000', '134108.243000', '134108.246000', '134108.249000', '134108.252000', '134108.255000', '134108.258000', '134108.261000', '134108.264000', '134108.267000', '134108.270000', '134108.272000', '134108.275000', '134108.278000', '134108.281000', '134108.284000', '134108.287000', '134108.290000', '134108.292000', '134108.295000', '134108.298000', '134108.301000', '134108.304000', '134108.306000', '134108.309000', '134108.312000', '134108.315000', '134108.318000', '134108.321000', '134108.324000', '134108.326000', '134108.329000', '134108.332000', '134108.335000', '134108.338000', '134108.341000', '134108.343000', '134108.346000', '134108.349000', '134108.352000', '134108.355000', '134108.358000', '134128.234000', '134128.241000', '134128.244000', '134128.247000', '134128.250000', '134128.253000', '134128.256000', '134128.259000', '134128.261000', '134128.264000', '134128.267000', '134128.270000', '134128.273000', '134128.276000', '134128.278000', '134128.281000', '134128.284000', '134128.287000', '134128.290000', '134128.293000', '134128.295000', '134128.298000', '134128.301000', '134128.304000', '134128.307000', '134128.310000', '134128.313000', '134128.315000', '134128.318000', '134128.321000', '134128.324000', '134128.327000', '134128.330000', '134128.333000', '134128.335000', '134128.338000', '134128.341000', '134128.344000', '134128.347000', '134128.350000', '134128.352000', '134128.355000', '134128.358000', '134148.234000', '134148.237000', '134148.240000', '134148.243000', '134148.246000', '134148.248000', '134148.251000', '134148.254000', '134148.257000', '134148.260000', '134148.263000', '134148.265000', '134148.268000', '134148.271000', '134148.274000', '134148.277000', '134148.280000', '134148.282000', '134148.285000', '134148.288000', '134148.291000', '134148.294000', '134148.297000', '134148.299000', '134148.302000', '134148.305000', '134148.308000', '134148.311000', '134148.314000', '134148.317000', '134148.320000', '134148.322000', '134148.325000', '134148.328000', '134148.331000', '134148.334000', '134148.337000', '134148.339000', '134148.342000', '134148.345000', '134148.348000', '134148.351000', '134148.354000', '134148.356000', '134208.235000', '134208.238000', '134208.241000', '134208.244000', '134208.247000', '134208.249000', '134208.252000', '134208.255000', '134208.258000', '134208.261000', '134208.264000', '134208.266000', '134208.269000', '134208.272000', '134208.275000', '134208.278000', '134208.281000', '134208.284000', '134208.287000', '134208.289000', '134208.292000', '134208.295000', '134208.298000', '134208.301000', '134208.304000', '134208.307000', '134208.309000', '134208.312000', '134208.315000', '134208.318000', '134208.321000', '134208.324000', '134208.327000', '134208.331000', '134208.334000', '134208.337000', '134208.340000', '134208.342000', '134208.345000', '134208.348000', '134208.351000', '134208.354000', '134208.357000', '134228.235000', '134228.241000', '134228.244000', '134228.247000', '134228.250000', '134228.253000', '134228.255000', '134228.258000', '134228.261000', '134228.270000', '134228.273000', '134228.276000', '134228.278000', '134228.292000', '134228.294000', '134228.297000', '134228.300000', '134228.310000', '134228.313000', '134228.316000', '134228.318000', '134228.321000', '134228.324000', '134228.327000', '134228.330000', '134228.333000', '134228.336000', '134228.338000', '134228.341000', '134228.344000', '134228.347000', '134228.350000', '134228.353000', '134228.356000', '134228.358000', '134228.361000', '134228.364000', '134228.367000', '134228.370000', '134228.373000', '134228.375000', '134228.378000', '134228.381000', '134228.384000', '134248.235000', '134248.238000', '134248.241000', '134248.244000', '134248.247000', '134248.249000', '134248.252000', '134248.255000', '134248.258000', '134248.261000', '134248.264000', '134248.267000', '134248.270000', '134248.272000', '134248.275000', '134248.278000', '134248.281000', '134248.284000', '134248.287000', '134248.290000', '134248.292000', '134248.295000', '134248.298000', '134248.301000', '134248.304000', '134248.306000', '134248.309000', '134248.312000', '134248.315000', '134248.318000', '134248.321000', '134248.324000', '134248.326000', '134248.329000', '134248.332000', '134248.335000', '134248.338000', '134248.341000', '134248.345000', '134248.349000', '134248.351000', '134248.354000', '134248.357000', '134308.234000', '134308.237000', '134308.240000', '134308.243000', '134308.246000', '134308.248000', '134308.251000', '134308.254000', '134308.257000', '134308.260000', '134308.263000', '134308.265000', '134308.268000', '134308.271000', '134308.274000', '134308.277000', '134308.280000', '134308.283000', '134308.286000', '134308.288000', '134308.291000', '134308.294000', '134308.297000', '134308.300000', '134308.302000', '134308.305000', '134308.308000', '134308.311000', '134308.314000', '134308.317000', '134308.319000', '134308.322000', '134308.325000', '134308.328000', '134308.331000', '134308.333000', '134308.336000', '134308.339000', '134308.342000', '134308.345000', '134308.348000', '134308.351000', '134308.353000', '134308.356000', '134328.234000', '134328.237000', '134328.240000', '134328.243000', '134328.246000', '134328.249000', '134328.252000', '134328.254000', '134328.257000', '134328.260000', '134328.263000', '134328.266000', '134328.269000', '134328.271000', '134328.274000', '134328.277000', '134328.280000', '134328.283000', '134328.286000', '134328.289000', '134328.291000', '134328.294000', '134328.297000', '134328.300000', '134328.303000', '134328.306000', '134328.308000', '134328.311000', '134328.314000', '134328.317000', '134328.320000', '134328.323000', '134328.325000', '134328.328000', '134328.331000', '134328.334000', '134328.337000', '134328.339000', '134328.342000', '134328.345000', '134328.348000', '134328.351000', '134328.354000', '134348.234000', '134348.237000', '134348.240000', '134348.243000', '134348.245000', '134348.248000', '134348.251000', '134348.254000', '134348.257000', '134348.260000', '134348.263000', '134348.266000', '134348.268000', '134348.271000', '134348.274000', '134348.277000', '134348.280000', '134348.283000', '134348.285000', '134348.288000', '134348.291000', '134348.294000', '134348.297000', '134348.300000', '134348.317000', '134348.319000', '134348.322000', '134348.332000', '134348.334000', '134348.337000', '134348.340000', '134348.343000', '134348.346000', '134348.349000', '134348.351000', '134348.354000', '134348.357000', '134348.360000', '134348.363000', '134348.366000', '134348.369000', '134348.372000', '134348.375000', '134348.378000', '134408.234000', '134408.237000', '134408.240000', '134408.243000', '134408.246000', '134408.249000', '134408.252000', '134408.254000', '134408.257000', '134408.260000', '134408.263000', '134408.266000', '134408.269000', '134408.272000', '134408.274000', '134408.277000', '134408.280000', '134408.283000', '134408.286000', '134408.289000', '134408.292000', '134408.295000', '134408.297000', '134408.300000', '134408.303000', '134408.306000', '134408.309000', '134408.312000', '134408.314000', '134408.317000', '134408.320000', '134408.323000', '134408.326000', '134408.329000', '134408.332000', '134408.334000', '134408.337000', '134408.340000', '134408.343000', '134408.346000', '134408.349000', '134408.352000', '134408.354000', '134428.235000', '134428.238000', '134428.241000', '134428.244000', '134428.247000', '134428.250000', '134428.253000', '134428.256000', '134428.258000', '134428.261000', '134428.264000', '134428.267000', '134428.270000', '134428.273000', '134428.276000', '134428.278000', '134428.281000', '134428.284000', '134428.287000', '134428.290000', '134428.293000', '134428.295000', '134428.298000', '134428.301000', '134428.304000', '134428.307000', '134428.310000', '134428.312000', '134428.315000', '134428.318000', '134428.321000', '134428.324000', '134428.326000', '134428.329000', '134428.332000', '134428.335000', '134428.338000', '134428.341000', '134428.344000', '134428.346000', '134428.349000', '134428.352000', '134428.355000', '134433.353000', '134433.356000', '134433.359000', '134433.362000', '134433.365000', '134433.368000', '134433.371000', '134433.374000', '134433.376000', '134433.379000', '134433.382000', '134433.385000'], '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': [19121, 10705, 15100, 9633, 14376, 9283, 13276, 8657, 11998, 11042, 12881, 13680, 10149, 14097, 10994, 15984, 10113, 14816, 9842, 12981, 12199, 12760, 9958, 9837, 14702, 10260, 15967, 10071, 13603, 10538, 12674, 14286, 11928, 16544, 11515, 17028, 11345, 16894, 11017, 17689, 13212, 16654, 9071, 14703, 9550, 15284, 9940, 15471, 10314, 15812, 9441, 15924, 9206, 15430, 12870, 11902, 16980, 11170, 15645, 9086, 14733, 8275, 14104, 8660, 13945, 9216, 12510, 9393, 13771, 8709, 13384, 9546, 14046, 8552, 14980, 8884, 14830, 13154, 11487, 16101, 10484, 15596, 9067, 14952, 10088, 12810, 17307, 11842, 15938, 10597, 15787, 9800, 15387, 9319, 15397, 9512, 16139, 9881, 16019, 9141, 14447, 13187, 10256, 13569, 9201, 16461, 12473, 10163, 14252, 17859, 10561, 16246, 10970, 15893, 10786, 15285, 9645, 14875, 11718, 13218, 13761, 12002, 12224, 12083, 10686, 12860, 10522, 13675, 12745, 13090, 9435, 13660, 9266, 13615, 11854, 12220, 16728, 11326, 15346, 8348, 14167, 9104, 12451, 13678, 11703, 12969, 11605, 13536, 10773, 15123, 10216, 15146, 10006, 15156, 8840, 14039, 8127, 14307, 8763, 15444, 9312, 15985, 9597, 15106, 9242, 14523, 12392, 12990, 18013, 12046, 15783, 9017, 14935, 12470, 11949, 16820, 11428, 15499, 9324, 14089, 14981, 10644, 15695, 8851, 15323, 9701, 11086, 15716, 9911, 14564, 8528, 12837, 11338, 12431, 8230, 13035, 9482, 12706, 8797, 12104, 9056, 12258, 13713, 10238, 16425, 11553, 12480, 11296, 10399, 14804, 9239, 14747, 10845, 13471, 12143, 17519, 10988, 15695, 11055, 12642, 17132, 10936, 15994, 10296, 15000, 8641, 13073, 12994, 9965, 15807, 9939, 14571, 10118, 13260, 10626, 10740, 16093, 9767, 14364, 9136, 13991, 8238, 12434, 13108, 11120, 15327, 10343, 14082, 8667, 13000, 13532, 10730, 15255, 9983, 14627, 10172, 12961, 13346, 10987, 15549, 10425, 14832, 10796, 12947, 13157, 10406, 15433, 10099, 14117, 10577, 11895, 16044, 9570, 13461, 10576, 12449, 14485, 9435, 13930, 8472, 13416, 12256, 12438, 10160, 11108, 14334, 9621, 13517, 8229, 12909, 13165, 10015, 14112, 8979, 12471, 12585, 11273, 16101, 10444, 13660, 8614, 12418, 8124, 11947, 10570, 11591, 14501, 10834, 15432, 9655, 13260, 8772, 12444, 12663, 12196, 13628, 10432, 14259, 9028, 12534, 11118, 12050, 14929, 10322, 13985, 8950, 12470, 11920, 11490, 15930, 10530, 13109, 8362, 12320, 10914, 11104, 13052, 10100, 15186, 9703, 12972, 8336, 12326, 8614, 12647, 8480, 12656, 9909, 11587, 12665, 10911, 15238, 10064, 13431, 9320, 12797, 10511, 12472, 12559, 10871, 15430, 9892, 13378, 9286, 12750, 10235, 13031, 9043, 10987, 16029, 9751, 13863, 9398, 13343, 10091, 11969, 8486, 10563, 14638, 9877, 12658, 9160, 12988, 9732, 12154, 8982, 10059, 14009, 9747, 12482, 9323, 12764, 7891, 12659, 9751, 11591, 12306, 10323, 14783, 10234, 13296, 8490, 13232, 9398, 10968, 13522, 10564, 13520, 9387, 13383, 8941, 16335, 9771, 11346, 11323, 11270, 13859, 9337, 14694, 10556, 13948, 9464, 14987, 9483, 14443, 9542, 14121, 11130, 13860, 9361, 14518, 8883, 14977, 10904, 13659, 12969, 10829, 17983, 9554, 15627, 9053, 14659, 9150, 13605, 7930, 11683, 13749, 9398, 15524, 8887, 14026, 8033, 13833, 7481, 13166, 14102, 9897, 15384, 8985, 13778, 9071, 13284, 9850, 11309, 14051, 9503, 14806, 9162, 15291, 9187, 15357, 9220, 14483, 8950, 13882, 9018, 14028, 7836, 14628, 7884, 14650, 11423, 13977, 9561, 12300, 15201, 10500, 16614, 9686, 14768, 8708, 14321, 9149, 12662, 14563, 9825, 15647, 8582, 14492, 10173, 12568, 14262, 9442, 15894, 8541, 14358, 10520, 11568, 15008, 9398, 15895, 8966, 14369, 10196, 13382, 11611, 10777, 15395, 9896, 14705, 8571, 14274, 10694, 12555, 14887, 9919, 15873, 9632, 14844, 9152, 14434, 12072, 10820, 15759, 10448, 15086, 8796, 15236, 10178, 14107, 11074, 11069, 15471, 9877, 16367, 9013, 14895, 11757, 12336, 14017, 9977, 15972, 10002, 15270, 8573, 14848, 11090, 12506, 14557, 9876, 16350, 9733, 14878, 8748, 13925, 9412, 12243, 15251, 9977, 16002, 9505, 14803, 9802, 13870, 11967, 9959, 16627, 9827, 14730, 9228, 13613, 9831, 12054, 14181, 9130, 15187, 9826, 14572, 9398, 14751, 9276, 12932, 14930, 10244, 15243, 11759, 13151, 18996, 10264, 15795, 12112, 11515, 20071, 9966, 16422, 10420, 13103, 8932, 10125, 13307, 9461, 16063, 9142, 14930, 8720, 15278, 8064, 14970, 8194, 12304, 14155, 10349, 15499, 10029, 15908, 9241, 15466, 10686, 14246, 8503, 10214, 17083, 9925, 15571, 8564, 12513, 12223, 9351, 16445, 9453, 15201, 7907, 11444, 12317, 9454, 16389, 9266, 15223, 7908, 13968, 8691, 11594, 13029, 9330, 15974, 9374, 14606, 8656, 13772, 9721, 10613, 14943, 10149, 15903, 9465, 15149, 8353, 14638, 8278, 11633, 13983, 10070, 16504, 10810, 15873, 9338, 15556, 8555, 15182, 8370, 15446, 9794, 14216, 9161, 10594, 16405, 10818, 15736, 9055, 15415, 9647, 12751, 14757, 9868, 16787, 9478, 15145, 8104, 14325, 9745, 10708, 14179, 9940, 16079, 9638, 15597, 8941, 14642, 8599, 13656, 10669, 10099, 13566, 9012, 14729, 9873, 14169, 8456, 13003, 10204, 9256, 13727, 8954, 11383, 11083, 8995, 15221, 8583, 14341, 14094, 12981, 10429, 15396, 10038, 16834, 11022, 15057, 11678, 18031, 11733, 20196, 12637, 16321, 10707, 15699, 19206, 10328, 15695, 9820, 14635, 9078, 14896, 9121, 14738, 8649, 12724, 15786, 10031, 14497, 9434, 14692, 8826, 14774, 9068, 11315, 15796, 9919, 14913, 9632, 12422, 10383, 10323, 14561, 10401, 14817, 10257, 14447, 9993, 14833, 8827, 14594, 9242, 13970, 11037, 10568, 14199, 10260, 15549, 9434, 14692, 9749, 12753, 12545, 9425, 14987, 9801, 14757, 8484, 14067, 12970, 9212, 14967, 9831, 14577, 9449, 13462, 13111, 9285, 14841, 9924, 14719, 8834, 14272, 8664, 13742, 12578, 9455, 14962, 9495, 14452, 8550, 14244, 9070, 11214, 15326, 10207, 14377, 8844, 14243, 10129, 11460, 13970, 9757, 15209, 9255, 14124, 12280, 11688, 13824, 9632, 15490, 9407, 14414, 8509, 13752, 10781, 12149, 14084, 9737, 15578, 9272, 13944, 8835, 14174, 8314, 14253, 9522, 14212, 12921, 10000, 14864, 10276, 14557, 8993, 14646, 10539, 11168, 14823, 9761, 14321, 10718, 12099, 15924, 10041, 16392, 10546, 13323, 10469, 11450, 10895, 8703, 13209, 8712, 13148, 15726, 10991, 14049, 8672, 14450, 8650, 14719, 10783, 11515, 15656, 11806, 14088, 8780, 13435, 8248, 13184, 13792, 9938, 14628, 9312, 13078, 8789, 10509, 13029, 9512, 14633, 10278, 13485, 9752, 14443, 8119, 13795, 9847, 11804, 13262, 10361, 14166, 9190, 13445, 13872, 9249, 14201], 'WindowCenter': [4984.0, 4901.0, 4927.0, 4867.0, 4904.0, 4855.0, 4893.0, 4843.0, 4882.0, 4914.0, 4937.0, 4897.0, 4818.0, 4873.0, 4821.0, 4873.0, 4809.0, 4897.0, 4845.0, 4902.0, 4920.0, 4930.0, 4917.0, 4905.0, 4954.0, 4918.0, 4957.0, 4913.0, 4962.0, 4910.0, 4933.0, 4938.0, 4921.0, 4960.0, 4921.0, 4974.0, 4925.0, 4978.0, 4930.0, 4909.0, 4906.0, 4933.0, 4851.0, 4911.0, 4876.0, 4936.0, 4889.0, 4937.0, 4889.0, 4938.0, 4877.0, 4937.0, 4879.0, 4938.0, 4903.0, 4898.0, 4935.0, 4884.0, 4925.0, 4857.0, 4914.0, 4845.0, 4912.0, 4854.0, 4915.0, 4867.0, 4906.0, 4868.0, 4928.0, 4870.0, 4931.0, 4892.0, 4942.0, 4884.0, 4963.0, 4895.0, 4965.0, 4932.0, 4922.0, 4951.0, 4902.0, 4950.0, 4881.0, 4951.0, 4901.0, 4932.0, 4960.0, 4921.0, 4949.0, 4901.0, 4949.0, 4901.0, 4950.0, 4894.0, 4951.0, 4903.0, 4961.0, 4903.0, 4961.0, 4919.0, 4954.0, 4957.0, 4928.0, 4968.0, 4919.0, 4985.0, 4957.0, 4938.0, 4980.0, 5001.0, 4930.0, 4976.0, 4926.0, 4965.0, 4925.0, 4953.0, 4892.0, 4952.0, 4920.0, 4932.0, 4941.0, 4933.0, 4922.0, 4944.0, 4915.0, 4942.0, 4912.0, 4953.0, 4943.0, 4941.0, 4903.0, 4954.0, 4903.0, 4956.0, 4933.0, 4936.0, 4972.0, 4924.0, 4953.0, 4883.0, 4943.0, 4882.0, 4931.0, 4930.0, 4922.0, 4930.0, 4922.0, 4941.0, 4922.0, 4951.0, 4914.0, 4950.0, 4904.0, 4955.0, 4897.0, 4954.0, 4887.0, 4955.0, 4896.0, 4964.0, 4906.0, 4974.0, 4905.0, 4966.0, 4904.0, 4952.0, 4932.0, 4943.0, 4972.0, 4923.0, 4949.0, 4879.0, 4940.0, 4908.0, 4909.0, 4947.0, 4898.0, 4936.0, 4878.0, 4928.0, 4924.0, 4886.0, 4935.0, 4866.0, 4936.0, 4877.0, 4898.0, 4936.0, 4889.0, 4941.0, 4914.0, 4968.0, 4960.0, 4914.0, 4835.0, 4897.0, 4855.0, 4895.0, 4833.0, 4872.0, 4844.0, 4845.0, 4870.0, 4856.0, 4944.0, 4921.0, 4929.0, 4922.0, 4913.0, 4964.0, 4906.0, 4966.0, 4936.0, 4954.0, 4948.0, 4986.0, 4925.0, 4954.0, 4912.0, 4932.0, 4960.0, 4910.0, 4948.0, 4891.0, 4938.0, 4882.0, 4931.0, 4919.0, 4900.0, 4948.0, 4889.0, 4939.0, 4899.0, 4931.0, 4900.0, 4910.0, 4948.0, 4900.0, 4940.0, 4892.0, 4940.0, 4873.0, 4931.0, 4929.0, 4923.0, 4948.0, 4903.0, 4941.0, 4883.0, 4942.0, 4931.0, 4911.0, 4949.0, 4902.0, 4941.0, 4902.0, 4933.0, 4929.0, 4912.0, 4949.0, 4900.0, 4951.0, 4912.0, 4931.0, 4930.0, 4911.0, 4950.0, 4900.0, 4939.0, 4910.0, 4923.0, 4950.0, 4903.0, 4932.0, 4912.0, 4933.0, 4949.0, 4904.0, 4938.0, 4854.0, 4914.0, 4916.0, 4931.0, 4901.0, 4923.0, 4952.0, 4906.0, 4944.0, 4895.0, 4944.0, 4941.0, 4913.0, 4952.0, 4905.0, 4943.0, 4941.0, 4926.0, 4961.0, 4914.0, 4952.0, 4894.0, 4932.0, 4886.0, 4934.0, 4923.0, 4935.0, 4953.0, 4926.0, 4964.0, 4915.0, 4943.0, 4895.0, 4945.0, 4944.0, 4944.0, 4953.0, 4916.0, 4952.0, 4896.0, 4935.0, 4922.0, 4935.0, 4951.0, 4915.0, 4943.0, 4893.0, 4932.0, 4921.0, 4922.0, 4961.0, 4912.0, 4931.0, 4882.0, 4929.0, 4912.0, 4920.0, 4929.0, 4902.0, 4952.0, 4904.0, 4941.0, 4884.0, 4932.0, 4894.0, 4943.0, 4895.0, 4946.0, 4913.0, 4934.0, 4942.0, 4925.0, 4964.0, 4914.0, 4943.0, 4904.0, 4932.0, 4913.0, 4934.0, 4934.0, 4926.0, 4952.0, 4903.0, 4941.0, 4893.0, 4932.0, 4901.0, 4932.0, 4880.0, 4911.0, 4950.0, 4891.0, 4930.0, 4881.0, 4930.0, 4899.0, 4921.0, 4881.0, 4901.0, 4939.0, 4889.0, 4920.0, 4880.0, 4920.0, 4880.0, 4919.0, 4880.0, 4892.0, 4927.0, 4890.0, 4920.0, 4892.0, 4920.0, 4872.0, 4932.0, 4892.0, 4923.0, 4920.0, 4902.0, 4939.0, 4900.0, 4931.0, 4882.0, 4931.0, 4890.0, 4911.0, 4930.0, 4911.0, 4929.0, 4892.0, 4958.0, 4914.0, 4962.0, 4887.0, 4929.0, 4890.0, 4891.0, 4919.0, 4861.0, 4905.0, 4866.0, 4894.0, 4858.0, 4904.0, 4857.0, 4904.0, 4858.0, 4896.0, 4866.0, 4883.0, 4846.0, 4894.0, 4836.0, 4904.0, 4865.0, 4883.0, 4870.0, 4852.0, 4899.0, 4831.0, 4878.0, 4820.0, 4880.0, 4820.0, 4868.0, 4799.0, 4850.0, 4867.0, 4819.0, 4877.0, 4820.0, 4867.0, 4799.0, 4868.0, 4790.0, 4870.0, 4868.0, 4831.0, 4880.0, 4832.0, 4870.0, 4821.0, 4870.0, 4830.0, 4851.0, 4879.0, 4832.0, 4882.0, 4833.0, 4890.0, 4834.0, 4892.0, 4845.0, 4893.0, 4846.0, 4884.0, 4837.0, 4894.0, 4827.0, 4894.0, 4827.0, 4905.0, 4875.0, 4896.0, 4846.0, 4876.0, 4903.0, 4855.0, 4903.0, 4844.0, 4892.0, 4823.0, 4882.0, 4832.0, 4872.0, 4879.0, 4841.0, 4889.0, 4821.0, 4880.0, 4840.0, 4860.0, 4879.0, 4832.0, 4888.0, 4820.0, 4879.0, 4840.0, 4851.0, 4879.0, 4832.0, 4890.0, 4832.0, 4881.0, 4842.0, 4882.0, 4862.0, 4863.0, 4892.0, 4854.0, 4892.0, 4826.0, 4893.0, 4854.0, 4884.0, 4902.0, 4855.0, 4903.0, 4844.0, 4895.0, 4845.0, 4895.0, 4873.0, 4865.0, 4902.0, 4854.0, 4895.0, 4824.0, 4892.0, 4853.0, 4893.0, 4862.0, 4864.0, 4892.0, 4844.0, 4902.0, 4834.0, 4893.0, 4874.0, 4874.0, 4883.0, 4845.0, 4904.0, 4854.0, 4902.0, 4835.0, 4893.0, 4863.0, 4874.0, 4892.0, 4845.0, 4901.0, 4844.0, 4893.0, 4824.0, 4883.0, 4834.0, 4874.0, 4891.0, 4844.0, 4901.0, 4833.0, 4892.0, 4842.0, 4884.0, 4861.0, 4843.0, 4900.0, 4842.0, 4881.0, 4822.0, 4881.0, 4842.0, 4872.0, 4881.0, 4844.0, 4894.0, 4856.0, 4905.0, 4859.0, 4907.0, 4861.0, 4900.0, 4917.0, 4869.0, 4919.0, 4877.0, 4897.0, 4925.0, 4855.0, 4894.0, 4862.0, 4864.0, 4920.0, 4831.0, 4889.0, 4840.0, 4859.0, 4820.0, 4840.0, 4869.0, 4831.0, 4889.0, 4832.0, 4890.0, 4822.0, 4890.0, 4824.0, 4892.0, 4824.0, 4873.0, 4882.0, 4854.0, 4894.0, 4843.0, 4892.0, 4833.0, 4889.0, 4840.0, 4880.0, 4810.0, 4843.0, 4888.0, 4829.0, 4879.0, 4808.0, 4848.0, 4845.0, 4818.0, 4875.0, 4820.0, 4875.0, 4797.0, 4836.0, 4835.0, 4816.0, 4874.0, 4816.0, 4878.0, 4798.0, 4867.0, 4808.0, 4852.0, 4867.0, 4830.0, 4889.0, 4832.0, 4879.0, 4821.0, 4881.0, 4831.0, 4855.0, 4889.0, 4844.0, 4900.0, 4842.0, 4891.0, 4822.0, 4891.0, 4822.0, 4862.0, 4882.0, 4842.0, 4900.0, 4853.0, 4900.0, 4833.0, 4900.0, 4834.0, 4891.0, 4824.0, 4904.0, 4854.0, 4894.0, 4846.0, 4866.0, 4903.0, 4864.0, 4903.0, 4834.0, 4892.0, 4842.0, 4873.0, 4889.0, 4842.0, 4900.0, 4833.0, 4889.0, 4812.0, 4880.0, 4831.0, 4841.0, 4880.0, 4844.0, 4899.0, 4842.0, 4901.0, 4844.0, 4892.0, 4823.0, 4880.0, 4806.0, 4882.0, 4901.0, 4866.0, 4936.0, 4914.0, 4928.0, 4863.0, 4929.0, 4914.0, 4908.0, 4969.0, 4921.0, 4941.0, 4941.0, 4922.0, 4982.0, 4927.0, 4972.0, 4960.0, 4950.0, 4929.0, 4955.0, 4909.0, 4966.0, 4928.0, 4957.0, 4925.0, 4973.0, 4925.0, 4973.0, 4923.0, 4943.0, 4892.0, 4929.0, 4946.0, 4880.0, 4929.0, 4866.0, 4916.0, 4857.0, 4914.0, 4867.0, 4915.0, 4859.0, 4909.0, 4926.0, 4879.0, 4917.0, 4869.0, 4926.0, 4871.0, 4928.0, 4871.0, 4900.0, 4929.0, 4879.0, 4928.0, 4870.0, 4909.0, 4880.0, 4891.0, 4928.0, 4889.0, 4927.0, 4892.0, 4930.0, 4892.0, 4932.0, 4884.0, 4930.0, 4883.0, 4933.0, 4901.0, 4903.0, 4932.0, 4893.0, 4942.0, 4883.0, 4929.0, 4880.0, 4921.0, 4908.0, 4880.0, 4940.0, 4891.0, 4939.0, 4873.0, 4931.0, 4919.0, 4883.0, 4941.0, 4892.0, 4929.0, 4882.0, 4932.0, 4918.0, 4881.0, 4929.0, 4892.0, 4928.0, 4883.0, 4941.0, 4882.0, 4933.0, 4920.0, 4892.0, 4941.0, 4894.0, 4940.0, 4884.0, 4942.0, 4881.0, 4911.0, 4941.0, 4903.0, 4931.0, 4882.0, 4941.0, 4901.0, 4913.0, 4930.0, 4893.0, 4940.0, 4894.0, 4942.0, 4920.0, 4923.0, 4930.0, 4892.0, 4949.0, 4894.0, 4942.0, 4885.0, 4942.0, 4913.0, 4934.0, 4942.0, 4906.0, 4963.0, 4905.0, 4944.0, 4896.0, 4954.0, 4898.0, 4965.0, 4917.0, 4969.0, 4946.0, 4918.0, 4955.0, 4928.0, 4956.0, 4908.0, 4967.0, 4926.0, 4926.0, 4955.0, 4905.0, 4943.0, 4914.0, 4936.0, 4952.0, 4904.0, 4950.0, 4914.0, 4931.0, 4915.0, 4923.0, 4928.0, 4886.0, 4946.0, 4897.0, 4958.0, 4956.0, 4915.0, 4933.0, 4885.0, 4941.0, 4884.0, 4944.0, 4902.0, 4912.0, 4938.0, 4923.0, 4930.0, 4871.0, 4927.0, 4859.0, 4921.0, 4917.0, 4879.0, 4928.0, 4868.0, 4906.0, 4858.0, 4882.0, 4906.0, 4877.0, 4926.0, 4886.0, 4916.0, 4879.0, 4927.0, 4861.0, 4928.0, 4879.0, 4910.0, 4918.0, 4889.0, 4928.0, 4880.0, 4920.0, 4917.0, 4866.0, 4915.0], 'WindowWidth': [10792.0, 10668.0, 10698.0, 10612.0, 10655.0, 10589.0, 10638.0, 10568.0, 10623.0, 10691.0, 10724.0, 10650.0, 10516.0, 10597.0, 10516.0, 10591.0, 10495.0, 10638.0, 10560.0, 10651.0, 10692.0, 10710.0, 10702.0, 10681.0, 10744.0, 10705.0, 10743.0, 10698.0, 10763.0, 10688.0, 10715.0, 10717.0, 10699.0, 10752.0, 10700.0, 10775.0, 10708.0, 10788.0, 10722.0, 10652.0, 10667.0, 10701.0, 10578.0, 10661.0, 10625.0, 10706.0, 10646.0, 10710.0, 10647.0, 10713.0, 10629.0, 10709.0, 10632.0, 10714.0, 10661.0, 10655.0, 10704.0, 10634.0, 10690.0, 10596.0, 10670.0, 10579.0, 10668.0, 10593.0, 10675.0, 10613.0, 10666.0, 10616.0, 10700.0, 10625.0, 10709.0, 10658.0, 10727.0, 10651.0, 10757.0, 10667.0, 10764.0, 10714.0, 10701.0, 10739.0, 10671.0, 10734.0, 10642.0, 10737.0, 10668.0, 10713.0, 10750.0, 10695.0, 10731.0, 10669.0, 10732.0, 10669.0, 10733.0, 10666.0, 10740.0, 10675.0, 10753.0, 10677.0, 10756.0, 10710.0, 10750.0, 10756.0, 10723.0, 10775.0, 10709.0, 10796.0, 10762.0, 10735.0, 10796.0, 10831.0, 10725.0, 10784.0, 10711.0, 10762.0, 10708.0, 10744.0, 10659.0, 10740.0, 10696.0, 10712.0, 10724.0, 10716.0, 10698.0, 10737.0, 10695.0, 10730.0, 10688.0, 10746.0, 10731.0, 10729.0, 10678.0, 10749.0, 10679.0, 10755.0, 10719.0, 10726.0, 10772.0, 10707.0, 10744.0, 10649.0, 10730.0, 10644.0, 10711.0, 10706.0, 10699.0, 10709.0, 10699.0, 10726.0, 10702.0, 10741.0, 10691.0, 10738.0, 10679.0, 10749.0, 10674.0, 10747.0, 10661.0, 10749.0, 10674.0, 10764.0, 10684.0, 10778.0, 10685.0, 10766.0, 10680.0, 10745.0, 10715.0, 10730.0, 10774.0, 10702.0, 10736.0, 10637.0, 10720.0, 10674.0, 10675.0, 10725.0, 10658.0, 10708.0, 10632.0, 10700.0, 10692.0, 10642.0, 10707.0, 10615.0, 10709.0, 10630.0, 10659.0, 10709.0, 10647.0, 10725.0, 10712.0, 10791.0, 10782.0, 10685.0, 10562.0, 10650.0, 10591.0, 10642.0, 10557.0, 10606.0, 10570.0, 10552.0, 10587.0, 10582.0, 10720.0, 10697.0, 10708.0, 10702.0, 10695.0, 10765.0, 10687.0, 10769.0, 10730.0, 10752.0, 10748.0, 10799.0, 10710.0, 10748.0, 10686.0, 10713.0, 10750.0, 10682.0, 10731.0, 10654.0, 10716.0, 10644.0, 10709.0, 10691.0, 10665.0, 10731.0, 10651.0, 10718.0, 10662.0, 10708.0, 10666.0, 10680.0, 10732.0, 10668.0, 10724.0, 10657.0, 10722.0, 10635.0, 10713.0, 10707.0, 10701.0, 10735.0, 10674.0, 10726.0, 10649.0, 10729.0, 10711.0, 10684.0, 10736.0, 10671.0, 10725.0, 10673.0, 10716.0, 10706.0, 10686.0, 10736.0, 10669.0, 10740.0, 10685.0, 10713.0, 10709.0, 10684.0, 10737.0, 10668.0, 10721.0, 10681.0, 10703.0, 10738.0, 10674.0, 10715.0, 10685.0, 10716.0, 10737.0, 10680.0, 10716.0, 10595.0, 10677.0, 10684.0, 10713.0, 10672.0, 10705.0, 10744.0, 10686.0, 10737.0, 10671.0, 10737.0, 10728.0, 10693.0, 10746.0, 10684.0, 10736.0, 10729.0, 10713.0, 10757.0, 10695.0, 10745.0, 10667.0, 10717.0, 10659.0, 10724.0, 10706.0, 10726.0, 10748.0, 10714.0, 10765.0, 10700.0, 10738.0, 10673.0, 10741.0, 10737.0, 10737.0, 10748.0, 10699.0, 10748.0, 10672.0, 10725.0, 10702.0, 10723.0, 10741.0, 10694.0, 10733.0, 10665.0, 10716.0, 10700.0, 10703.0, 10752.0, 10686.0, 10713.0, 10648.0, 10709.0, 10685.0, 10698.0, 10707.0, 10675.0, 10743.0, 10683.0, 10730.0, 10655.0, 10717.0, 10667.0, 10734.0, 10671.0, 10741.0, 10694.0, 10724.0, 10731.0, 10711.0, 10764.0, 10695.0, 10734.0, 10682.0, 10719.0, 10692.0, 10721.0, 10722.0, 10710.0, 10743.0, 10677.0, 10728.0, 10662.0, 10716.0, 10670.0, 10715.0, 10641.0, 10685.0, 10736.0, 10656.0, 10707.0, 10640.0, 10709.0, 10664.0, 10697.0, 10641.0, 10669.0, 10719.0, 10651.0, 10693.0, 10637.0, 10693.0, 10639.0, 10691.0, 10640.0, 10657.0, 10702.0, 10654.0, 10696.0, 10656.0, 10692.0, 10631.0, 10712.0, 10658.0, 10701.0, 10695.0, 10672.0, 10721.0, 10668.0, 10710.0, 10644.0, 10710.0, 10653.0, 10683.0, 10708.0, 10682.0, 10708.0, 10659.0, 10762.0, 10711.0, 10762.0, 10648.0, 10721.0, 10645.0, 10648.0, 10683.0, 10601.0, 10653.0, 10601.0, 10637.0, 10594.0, 10650.0, 10590.0, 10652.0, 10592.0, 10643.0, 10600.0, 10619.0, 10571.0, 10636.0, 10560.0, 10649.0, 10595.0, 10618.0, 10595.0, 10571.0, 10631.0, 10539.0, 10603.0, 10524.0, 10606.0, 10525.0, 10588.0, 10495.0, 10564.0, 10584.0, 10521.0, 10599.0, 10525.0, 10586.0, 10495.0, 10586.0, 10485.0, 10592.0, 10587.0, 10540.0, 10609.0, 10547.0, 10594.0, 10526.0, 10594.0, 10539.0, 10568.0, 10606.0, 10546.0, 10613.0, 10547.0, 10623.0, 10550.0, 10630.0, 10569.0, 10633.0, 10573.0, 10620.0, 10560.0, 10634.0, 10550.0, 10636.0, 10548.0, 10651.0, 10611.0, 10639.0, 10572.0, 10611.0, 10644.0, 10581.0, 10646.0, 10566.0, 10628.0, 10535.0, 10613.0, 10546.0, 10599.0, 10608.0, 10556.0, 10620.0, 10529.0, 10607.0, 10552.0, 10581.0, 10604.0, 10544.0, 10618.0, 10527.0, 10605.0, 10552.0, 10568.0, 10606.0, 10544.0, 10624.0, 10547.0, 10611.0, 10559.0, 10616.0, 10587.0, 10591.0, 10630.0, 10580.0, 10632.0, 10542.0, 10633.0, 10579.0, 10621.0, 10644.0, 10584.0, 10646.0, 10567.0, 10636.0, 10569.0, 10638.0, 10605.0, 10596.0, 10646.0, 10579.0, 10636.0, 10539.0, 10628.0, 10576.0, 10631.0, 10589.0, 10593.0, 10632.0, 10566.0, 10644.0, 10553.0, 10632.0, 10607.0, 10608.0, 10618.0, 10568.0, 10649.0, 10581.0, 10644.0, 10557.0, 10633.0, 10590.0, 10607.0, 10630.0, 10568.0, 10642.0, 10567.0, 10632.0, 10540.0, 10619.0, 10550.0, 10606.0, 10628.0, 10565.0, 10641.0, 10549.0, 10629.0, 10560.0, 10618.0, 10585.0, 10562.0, 10639.0, 10559.0, 10611.0, 10530.0, 10610.0, 10559.0, 10601.0, 10614.0, 10567.0, 10635.0, 10587.0, 10655.0, 10596.0, 10660.0, 10604.0, 10655.0, 10678.0, 10611.0, 10679.0, 10617.0, 10645.0, 10684.0, 10583.0, 10636.0, 10587.0, 10591.0, 10666.0, 10543.0, 10621.0, 10552.0, 10577.0, 10526.0, 10554.0, 10593.0, 10543.0, 10622.0, 10548.0, 10623.0, 10533.0, 10623.0, 10540.0, 10629.0, 10540.0, 10606.0, 10615.0, 10580.0, 10635.0, 10562.0, 10629.0, 10549.0, 10621.0, 10553.0, 10607.0, 10512.0, 10559.0, 10619.0, 10536.0, 10604.0, 10505.0, 10560.0, 10552.0, 10518.0, 10595.0, 10522.0, 10592.0, 10491.0, 10541.0, 10536.0, 10514.0, 10591.0, 10515.0, 10598.0, 10494.0, 10585.0, 10508.0, 10570.0, 10588.0, 10540.0, 10621.0, 10548.0, 10607.0, 10529.0, 10613.0, 10543.0, 10578.0, 10622.0, 10564.0, 10639.0, 10560.0, 10627.0, 10533.0, 10625.0, 10532.0, 10587.0, 10616.0, 10561.0, 10638.0, 10576.0, 10639.0, 10551.0, 10638.0, 10554.0, 10628.0, 10541.0, 10651.0, 10580.0, 10636.0, 10572.0, 10600.0, 10648.0, 10594.0, 10648.0, 10553.0, 10630.0, 10562.0, 10603.0, 10621.0, 10558.0, 10638.0, 10546.0, 10619.0, 10520.0, 10610.0, 10544.0, 10557.0, 10608.0, 10564.0, 10637.0, 10562.0, 10641.0, 10568.0, 10630.0, 10537.0, 10610.0, 10484.0, 10630.0, 10652.0, 10612.0, 10711.0, 10697.0, 10698.0, 10614.0, 10704.0, 10691.0, 10691.0, 10777.0, 10715.0, 10740.0, 10743.0, 10717.0, 10799.0, 10732.0, 10785.0, 10764.0, 10751.0, 10719.0, 10748.0, 10690.0, 10765.0, 10716.0, 10754.0, 10708.0, 10774.0, 10707.0, 10774.0, 10700.0, 10731.0, 10651.0, 10701.0, 10719.0, 10631.0, 10699.0, 10606.0, 10675.0, 10597.0, 10669.0, 10611.0, 10676.0, 10602.0, 10672.0, 10693.0, 10629.0, 10679.0, 10618.0, 10691.0, 10623.0, 10697.0, 10622.0, 10661.0, 10700.0, 10630.0, 10697.0, 10618.0, 10671.0, 10630.0, 10649.0, 10697.0, 10647.0, 10697.0, 10654.0, 10702.0, 10654.0, 10706.0, 10644.0, 10704.0, 10643.0, 10711.0, 10665.0, 10670.0, 10709.0, 10657.0, 10724.0, 10642.0, 10700.0, 10634.0, 10692.0, 10671.0, 10637.0, 10718.0, 10654.0, 10717.0, 10632.0, 10708.0, 10689.0, 10643.0, 10721.0, 10656.0, 10702.0, 10642.0, 10711.0, 10687.0, 10638.0, 10702.0, 10654.0, 10700.0, 10645.0, 10722.0, 10644.0, 10714.0, 10692.0, 10657.0, 10723.0, 10662.0, 10722.0, 10647.0, 10723.0, 10641.0, 10683.0, 10723.0, 10673.0, 10710.0, 10643.0, 10724.0, 10667.0, 10686.0, 10706.0, 10660.0, 10721.0, 10663.0, 10726.0, 10692.0, 10700.0, 10707.0, 10658.0, 10734.0, 10664.0, 10725.0, 10652.0, 10727.0, 10688.0, 10720.0, 10728.0, 10684.0, 10759.0, 10682.0, 10733.0, 10672.0, 10747.0, 10678.0, 10766.0, 10704.0, 10776.0, 10742.0, 10704.0, 10752.0, 10720.0, 10755.0, 10692.0, 10771.0, 10714.0, 10714.0, 10752.0, 10681.0, 10733.0, 10692.0, 10723.0, 10743.0, 10678.0, 10736.0, 10693.0, 10709.0, 10695.0, 10703.0, 10715.0, 10656.0, 10739.0, 10674.0, 10760.0, 10756.0, 10692.0, 10714.0, 10652.0, 10724.0, 10648.0, 10730.0, 10671.0, 10684.0, 10719.0, 10699.0, 10706.0, 10626.0, 10698.0, 10607.0, 10693.0, 10683.0, 10632.0, 10699.0, 10613.0, 10664.0, 10599.0, 10633.0, 10664.0, 10626.0, 10692.0, 10639.0, 10680.0, 10633.0, 10697.0, 10612.0, 10700.0, 10632.0, 10677.0, 10685.0, 10647.0, 10699.0, 10635.0, 10689.0, 10682.0, 10612.0, 10677.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.005468876889848813</td></tr>
<tr><td colspan=3>aqi</td><td>0.05295505161987041</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.485189019286516</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.177306353870269</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059175564756766</td></tr>
<tr><td colspan=3>efc</td><td>0.4862</td></tr>
<tr><td colspan=3>fber</td><td>6074.3022</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1673526243490007</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>123</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.282937365010799</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6802951904336836</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.50386621303045</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0236082915479248</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.513411066722674</td></tr>
<tr><td colspan=3>gcor</td><td>0.022212</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01019570417702198</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03718548268079758</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>926</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9682014898351956</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.1755</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5763</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.8003</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298882.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>1111.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>421.131</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3732</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>653.1493</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4088.6941</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1090.4114</td></tr>
<tr><td colspan=3>tsnr</td><td>26.43575800745748</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>