<?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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-04/func/sub-0005_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>0c4e6e770a346bb9709bf72fbab86a87</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>16:12:39.182500</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.998867, 0.041017, -0.0241454, -0.0411664, 0.999136, -0.00572143]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0921351</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4133, -7768, -7215, 506, -52, 21, -86, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>275.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>780075a1-6bca-4bdd-b02d-4bcd4232f557||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.6798863410949707, -0.11044637858867645, -0.06450255215167999, 120.5915298461914], [-0.1100456565618515, 2.6806087493896484, -0.01811409555375576, -82.03800964355469], [-0.06478027254343033, 0.015350181609392166, 2.6991686820983887, -32.126800537109375], [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': ['161239.182500', '161239.642500', '161240.102500', '161240.562500', '161241.022500', '161241.482500', '161241.942500', '161242.402500', '161242.862500', '161243.322500', '161243.782500', '161244.242500', '161244.702500', '161245.162500', '161245.622500', '161246.082500', '161246.542500', '161247.002500', '161247.462500', '161247.922500', '161248.382500', '161248.842500', '161249.302500', '161249.762500', '161250.222500', '161250.682500', '161251.142500', '161251.602500', '161252.062500', '161252.522500', '161252.982500', '161253.442500', '161253.902500', '161254.362500', '161254.822500', '161255.282500', '161255.742500', '161256.202500', '161256.662500', '161257.122500', '161257.582500', '161258.042500', '161258.502500', '161258.962500', '161259.422500', '161259.882500', '161300.342500', '161300.802500', '161301.262500', '161301.722500', '161302.182500', '161302.642500', '161303.102500', '161303.562500', '161304.022500', '161304.482500', '161304.942500', '161305.402500', '161305.862500', '161306.322500', '161306.782500', '161307.242500', '161307.702500', '161308.162500', '161308.622500', '161309.082500', '161309.542500', '161310.002500', '161310.462500', '161310.922500', '161311.382500', '161311.842500', '161312.302500', '161312.762500', '161313.222500', '161313.682500', '161314.142500', '161314.602500', '161315.062500', '161315.522500', '161315.982500', '161316.442500', '161316.902500', '161317.362500', '161317.822500', '161318.282500', '161318.742500', '161319.202500', '161319.662500', '161320.122500', '161320.582500', '161321.042500', '161321.502500', '161321.962500', '161322.422500', '161322.882500', '161323.342500', '161323.802500', '161324.262500', '161324.722500', '161325.182500', '161325.642500', '161326.102500', '161326.562500', '161327.022500', '161327.482500', '161327.942500', '161328.402500', '161328.862500', '161329.322500', '161329.782500', '161330.242500', '161330.702500', '161331.162500', '161331.622500', '161332.082500', '161332.542500', '161333.002500', '161333.462500', '161333.922500', '161334.382500', '161334.842500', '161335.302500', '161335.762500', '161336.222500', '161336.682500', '161337.142500', '161337.602500', '161338.062500', '161338.522500', '161338.982500', '161339.442500', '161339.902500', '161340.362500', '161340.822500', '161341.282500', '161341.742500', '161342.202500', '161342.662500', '161343.122500', '161343.582500', '161344.042500', '161344.502500', '161344.962500', '161345.422500', '161345.882500', '161346.342500', '161346.802500', '161347.262500', '161347.722500', '161348.182500', '161348.642500', '161349.102500', '161349.562500', '161350.022500', '161350.482500', '161350.942500', '161351.402500', '161351.862500', '161352.322500', '161352.782500', '161353.242500', '161353.702500', '161354.162500', '161354.622500', '161355.082500', '161355.542500', '161356.002500', '161356.462500', '161356.922500', '161357.382500', '161357.842500', '161358.302500', '161358.762500', '161359.222500', '161359.682500', '161400.142500', '161400.602500', '161401.062500', '161401.522500', '161401.982500', '161402.442500', '161402.902500', '161403.362500', '161403.822500', '161404.282500', '161404.742500', '161405.202500', '161405.662500', '161406.122500', '161406.582500', '161407.042500', '161407.502500', '161407.962500', '161408.422500', '161408.882500', '161409.342500', '161409.802500', '161410.262500', '161410.722500', '161411.182500', '161411.642500', '161412.102500', '161412.562500', '161413.022500', '161413.482500', '161413.942500', '161414.402500', '161414.862500', '161415.322500', '161415.782500', '161416.242500', '161416.702500', '161417.162500', '161417.622500', '161418.082500', '161418.542500', '161419.002500', '161419.462500', '161419.922500', '161420.382500', '161420.842500', '161421.302500', '161421.762500', '161422.222500', '161422.682500', '161423.142500', '161423.602500', '161424.062500', '161424.522500', '161424.982500', '161425.442500', '161425.902500', '161426.362500', '161426.822500', '161427.282500', '161427.742500', '161428.202500', '161428.662500', '161429.122500', '161429.582500', '161430.042500', '161430.502500', '161430.962500', '161431.422500', '161431.882500', '161432.342500', '161432.802500', '161433.262500', '161433.722500', '161434.182500', '161434.642500', '161435.102500', '161435.562500', '161436.022500', '161436.482500', '161436.942500', '161437.402500', '161437.862500', '161438.322500', '161438.782500', '161439.242500', '161439.702500', '161440.162500', '161440.622500', '161441.082500', '161441.542500', '161442.002500', '161442.462500', '161442.922500', '161443.382500', '161443.842500', '161444.302500', '161444.762500', '161445.222500', '161445.682500', '161446.142500', '161446.602500', '161447.062500', '161447.522500', '161447.982500', '161448.442500', '161448.902500', '161449.362500', '161449.822500', '161450.282500', '161450.742500', '161451.202500', '161451.662500', '161452.122500', '161452.582500', '161453.042500', '161453.502500', '161453.962500', '161454.422500', '161454.882500', '161455.342500', '161455.802500', '161456.262500', '161456.722500', '161457.182500', '161457.642500', '161458.102500', '161458.562500', '161459.022500', '161459.482500', '161459.942500', '161500.402500', '161500.862500', '161501.322500', '161501.782500', '161502.242500', '161502.702500', '161503.162500', '161503.622500', '161504.082500', '161504.542500', '161505.002500', '161505.462500', '161505.922500', '161506.382500', '161506.842500', '161507.302500', '161507.762500', '161508.222500', '161508.682500', '161509.142500', '161509.602500', '161510.062500', '161510.522500', '161510.982500', '161511.442500', '161511.902500', '161512.362500', '161512.822500', '161513.282500', '161513.742500', '161514.202500', '161514.662500', '161515.122500', '161515.582500', '161516.042500', '161516.502500', '161516.962500', '161517.422500', '161517.882500', '161518.342500', '161518.802500', '161519.262500', '161519.722500', '161520.182500', '161520.642500', '161521.102500', '161521.562500', '161522.022500', '161522.482500', '161522.942500', '161523.402500', '161523.862500', '161524.322500', '161524.782500', '161525.242500', '161525.702500', '161526.162500', '161526.622500', '161527.082500', '161527.542500', '161528.002500', '161528.462500', '161528.922500', '161529.382500', '161529.842500', '161530.302500', '161530.762500', '161531.222500', '161531.682500', '161532.142500', '161532.602500', '161533.062500', '161533.522500', '161533.982500', '161534.442500', '161534.902500', '161535.362500', '161535.822500', '161536.282500', '161536.742500', '161537.202500', '161537.662500', '161538.122500', '161538.582500', '161539.042500', '161539.502500', '161539.962500', '161540.422500', '161540.882500', '161541.342500', '161541.802500', '161542.262500', '161542.722500', '161543.182500', '161543.642500', '161544.102500', '161544.562500', '161545.022500', '161545.482500', '161545.942500', '161546.402500', '161546.862500', '161547.322500', '161547.782500', '161548.242500', '161548.702500', '161549.162500', '161549.622500', '161550.082500', '161550.542500', '161551.002500', '161551.462500', '161551.922500', '161552.382500', '161552.842500', '161553.302500', '161553.762500', '161554.222500', '161554.682500', '161555.142500', '161555.602500', '161556.062500', '161556.522500', '161556.982500', '161557.442500', '161557.902500', '161558.362500', '161558.822500', '161559.282500', '161559.742500', '161600.202500', '161600.662500', '161601.122500', '161601.582500', '161602.042500', '161602.502500', '161602.962500', '161603.422500', '161603.882500', '161604.342500', '161604.802500', '161605.262500', '161605.722500', '161606.182500', '161606.642500', '161607.102500', '161607.562500', '161608.022500', '161608.482500', '161608.942500', '161609.402500', '161609.862500', '161610.322500', '161610.782500', '161611.242500', '161611.702500', '161612.162500', '161612.622500', '161613.082500', '161613.542500', '161614.002500', '161614.462500', '161614.922500', '161615.382500', '161615.842500', '161616.302500', '161616.762500', '161617.222500', '161617.682500', '161618.142500', '161618.602500', '161619.062500', '161619.522500', '161619.982500', '161620.442500', '161620.902500', '161621.362500', '161621.822500', '161622.282500', '161622.742500', '161623.202500', '161623.662500', '161624.122500', '161624.582500', '161625.042500', '161625.502500', '161625.962500', '161626.422500', '161626.882500', '161627.342500', '161627.802500', '161628.262500', '161628.722500', '161629.182500', '161629.642500', '161630.102500', '161630.562500', '161631.022500', '161631.482500', '161631.942500', '161632.402500', '161632.862500', '161633.322500', '161633.782500', '161634.242500', '161634.702500', '161635.162500', '161635.622500', '161636.082500', '161636.542500', '161637.002500', '161637.462500', '161637.922500', '161638.382500', '161638.842500', '161639.302500', '161639.762500', '161640.222500', '161640.682500', '161641.142500', '161641.602500', '161642.062500', '161642.522500', '161642.982500', '161643.442500', '161643.902500', '161644.362500', '161644.822500', '161645.282500', '161645.742500', '161646.202500', '161646.662500', '161647.122500', '161647.582500', '161648.042500', '161648.502500', '161648.962500', '161649.422500', '161649.882500', '161650.342500', '161650.802500', '161651.262500', '161651.722500', '161652.182500', '161652.642500', '161653.102500', '161653.562500', '161654.022500', '161654.482500', '161654.942500', '161655.402500', '161655.862500', '161656.322500', '161656.782500', '161657.242500', '161657.702500', '161658.162500', '161658.622500', '161659.082500', '161659.542500', '161700.002500', '161700.462500', '161700.922500', '161701.382500', '161701.842500', '161702.302500', '161702.762500', '161703.222500', '161703.682500', '161704.142500', '161704.602500', '161705.062500', '161705.522500', '161705.982500', '161706.442500', '161706.902500', '161707.362500', '161707.822500', '161708.282500', '161708.742500', '161709.202500', '161709.662500', '161710.122500', '161710.582500', '161711.042500', '161711.502500', '161711.962500', '161712.422500', '161712.882500', '161713.342500', '161713.802500', '161714.262500', '161714.722500', '161715.182500', '161715.642500', '161716.102500', '161716.562500', '161717.022500', '161717.482500', '161717.942500', '161718.402500', '161718.862500', '161719.322500', '161719.782500', '161720.242500', '161720.702500', '161721.162500', '161721.622500', '161722.082500', '161722.542500', '161723.002500', '161723.462500', '161723.922500', '161724.382500', '161724.842500', '161725.302500', '161725.762500', '161726.222500', '161726.682500', '161727.142500', '161727.602500', '161728.062500', '161728.522500', '161728.982500', '161729.442500', '161729.902500', '161730.362500', '161730.822500', '161731.282500', '161731.742500', '161732.202500', '161732.662500', '161733.122500', '161733.582500', '161734.042500', '161734.502500', '161734.962500', '161735.422500', '161735.882500', '161736.342500', '161736.802500', '161737.262500', '161737.722500', '161738.182500', '161738.642500', '161739.102500', '161739.562500', '161740.022500', '161740.482500', '161740.942500', '161741.402500', '161741.862500', '161742.322500', '161742.782500', '161743.242500', '161743.702500', '161744.162500', '161744.622500', '161745.082500', '161745.542500', '161746.002500', '161746.462500', '161746.922500', '161747.382500', '161747.842500', '161748.302500', '161748.762500', '161749.222500', '161749.682500', '161750.142500', '161750.602500', '161751.062500', '161751.522500', '161751.982500', '161752.442500', '161752.902500', '161753.362500', '161753.822500', '161754.282500', '161754.742500', '161755.202500', '161755.662500', '161756.122500', '161756.582500', '161757.042500', '161757.502500', '161757.962500', '161758.422500', '161758.882500', '161759.342500', '161759.802500', '161800.262500', '161800.722500', '161801.182500', '161801.642500', '161802.102500', '161802.562500', '161803.022500', '161803.482500', '161803.942500', '161804.402500', '161804.862500', '161805.322500', '161805.782500', '161806.242500', '161806.702500', '161807.162500', '161807.622500', '161808.082500', '161808.542500', '161809.002500', '161809.462500', '161809.922500', '161810.382500', '161810.842500', '161811.302500', '161811.762500', '161812.222500', '161812.682500', '161813.142500', '161813.602500', '161814.062500', '161814.522500', '161814.982500', '161815.442500', '161815.902500', '161816.362500', '161816.822500', '161817.282500', '161817.742500', '161818.202500', '161818.662500', '161819.122500', '161819.582500', '161820.042500', '161820.502500', '161820.962500', '161821.422500', '161821.882500', '161822.342500', '161822.802500', '161823.262500', '161823.722500', '161824.182500', '161824.642500', '161825.102500', '161825.562500', '161826.022500', '161826.482500', '161826.942500', '161827.402500', '161827.862500', '161828.322500', '161828.782500', '161829.242500', '161829.702500', '161830.162500', '161830.622500', '161831.082500', '161831.542500', '161832.002500', '161832.462500', '161832.922500', '161833.382500', '161833.842500', '161834.302500', '161834.762500', '161835.222500', '161835.682500', '161836.142500', '161836.602500', '161837.062500', '161837.522500', '161837.982500', '161838.442500', '161838.902500', '161839.362500', '161839.822500', '161840.282500', '161840.742500', '161841.202500', '161841.662500', '161842.122500', '161842.582500', '161843.042500', '161843.502500', '161843.962500', '161844.422500', '161844.882500', '161845.342500', '161845.802500', '161846.262500', '161846.722500', '161847.182500', '161847.642500', '161848.102500', '161848.562500', '161849.022500', '161849.482500', '161849.942500', '161850.402500', '161850.862500', '161851.322500', '161851.782500', '161852.242500', '161852.702500', '161853.162500', '161853.622500', '161854.082500', '161854.542500', '161855.002500', '161855.462500', '161855.922500', '161856.382500', '161856.842500', '161857.302500', '161857.762500', '161858.222500', '161858.682500', '161859.142500', '161859.602500', '161900.062500', '161900.522500', '161900.982500', '161901.442500', '161901.902500', '161902.362500', '161902.822500', '161903.282500', '161903.742500', '161904.202500', '161904.662500', '161905.122500', '161905.582500', '161906.042500', '161906.502500', '161906.962500', '161907.422500', '161907.882500', '161908.342500', '161908.802500', '161909.262500', '161909.722500', '161910.182500', '161910.642500', '161911.102500', '161911.562500', '161912.022500', '161912.482500', '161912.942500', '161913.402500', '161913.862500', '161914.322500', '161914.782500', '161915.242500', '161915.702500', '161916.162500', '161916.622500', '161917.082500', '161917.542500', '161918.002500', '161918.462500', '161918.922500', '161919.382500', '161919.842500', '161920.302500', '161920.762500', '161921.222500', '161921.682500', '161922.142500', '161922.602500', '161923.062500', '161923.522500', '161923.982500', '161924.442500', '161924.902500', '161925.362500', '161925.822500', '161926.282500', '161926.742500', '161927.202500', '161927.662500', '161928.122500', '161928.582500', '161929.042500', '161929.502500', '161929.962500', '161930.422500', '161930.882500', '161931.342500', '161931.802500', '161932.262500', '161932.722500', '161933.182500', '161933.642500', '161934.102500', '161934.562500', '161935.022500', '161935.482500', '161935.942500', '161936.402500', '161936.862500', '161937.322500', '161937.782500', '161938.242500', '161938.702500', '161939.162500', '161939.622500', '161940.082500', '161940.542500', '161941.002500', '161941.462500', '161941.922500', '161942.382500', '161942.842500', '161943.302500', '161943.762500', '161944.222500', '161944.682500'], 'ContentTime': ['161258.724000', '161258.729000', '161258.732000', '161258.735000', '161258.738000', '161258.741000', '161258.744000', '161258.747000', '161258.750000', '161258.755000', '161258.758000', '161258.771000', '161258.774000', '161258.777000', '161258.780000', '161258.784000', '161258.787000', '161258.790000', '161258.793000', '161258.796000', '161258.799000', '161258.802000', '161258.805000', '161258.808000', '161258.812000', '161258.814000', '161258.817000', '161258.821000', '161258.824000', '161258.827000', '161258.829000', '161258.833000', '161258.836000', '161258.839000', '161258.842000', '161258.845000', '161258.848000', '161258.851000', '161258.854000', '161258.857000', '161258.860000', '161318.691000', '161318.694000', '161318.697000', '161318.700000', '161318.703000', '161318.706000', '161318.708000', '161318.712000', '161318.714000', '161318.717000', '161318.720000', '161318.723000', '161318.726000', '161318.729000', '161318.732000', '161318.735000', '161318.738000', '161318.741000', '161318.744000', '161318.747000', '161318.749000', '161318.752000', '161318.755000', '161318.758000', '161318.761000', '161318.764000', '161318.767000', '161318.770000', '161318.773000', '161318.776000', '161318.778000', '161318.781000', '161318.784000', '161318.787000', '161318.790000', '161318.793000', '161318.796000', '161318.799000', '161318.801000', '161318.804000', '161318.807000', '161318.810000', '161318.813000', '161318.816000', '161338.691000', '161338.694000', '161338.697000', '161338.701000', '161338.704000', '161338.710000', '161338.713000', '161338.715000', '161338.718000', '161338.721000', '161338.724000', '161338.727000', '161338.730000', '161338.744000', '161338.747000', '161338.750000', '161338.753000', '161338.764000', '161338.767000', '161338.771000', '161338.774000', '161338.776000', '161338.779000', '161338.782000', '161338.785000', '161338.788000', '161338.791000', '161338.794000', '161338.797000', '161338.800000', '161338.803000', '161338.806000', '161338.808000', '161338.811000', '161338.814000', '161338.817000', '161338.820000', '161338.823000', '161338.831000', '161338.834000', '161338.837000', '161338.840000', '161338.843000', '161358.691000', '161358.694000', '161358.697000', '161358.700000', '161358.703000', '161358.706000', '161358.709000', '161358.712000', '161358.714000', '161358.717000', '161358.720000', '161358.723000', '161358.726000', '161358.729000', '161358.732000', '161358.735000', '161358.738000', '161358.741000', '161358.744000', '161358.747000', '161358.750000', '161358.753000', '161358.756000', '161358.759000', '161358.762000', '161358.765000', '161358.768000', '161358.771000', '161358.774000', '161358.776000', '161358.780000', '161358.782000', '161358.785000', '161358.788000', '161358.791000', '161358.794000', '161358.797000', '161358.800000', '161358.803000', '161358.806000', '161358.809000', '161358.812000', '161358.821000', '161358.824000', '161418.692000', '161418.695000', '161418.698000', '161418.701000', '161418.704000', '161418.707000', '161418.709000', '161418.712000', '161418.715000', '161418.718000', '161418.721000', '161418.724000', '161418.727000', '161418.730000', '161418.733000', '161418.736000', '161418.739000', '161418.742000', '161418.745000', '161418.748000', '161418.751000', '161418.754000', '161418.757000', '161418.760000', '161418.763000', '161418.766000', '161418.769000', '161418.772000', '161418.775000', '161418.777000', '161418.780000', '161418.784000', '161418.788000', '161418.792000', '161418.795000', '161418.798000', '161418.801000', '161418.804000', '161418.807000', '161418.810000', '161418.813000', '161418.815000', '161418.819000', '161438.692000', '161438.695000', '161438.698000', '161438.701000', '161438.704000', '161438.707000', '161438.710000', '161438.713000', '161438.716000', '161438.719000', '161438.722000', '161438.725000', '161438.727000', '161438.730000', '161438.733000', '161438.736000', '161438.739000', '161438.742000', '161438.745000', '161438.748000', '161438.751000', '161438.754000', '161438.757000', '161438.760000', '161438.763000', '161438.766000', '161438.769000', '161438.771000', '161438.774000', '161438.777000', '161438.780000', '161438.783000', '161438.786000', '161438.789000', '161438.792000', '161438.795000', '161438.798000', '161438.801000', '161438.804000', '161438.807000', '161438.809000', '161438.813000', '161438.815000', '161438.818000', '161458.691000', '161458.694000', '161458.697000', '161458.700000', '161458.703000', '161458.706000', '161458.709000', '161458.712000', '161458.715000', '161458.718000', '161458.721000', '161458.724000', '161458.727000', '161458.730000', '161458.732000', '161458.736000', '161458.740000', '161458.743000', '161458.746000', '161458.749000', '161458.752000', '161458.755000', '161458.758000', '161458.761000', '161458.764000', '161458.767000', '161458.770000', '161458.773000', '161458.776000', '161458.779000', '161458.782000', '161458.785000', '161458.788000', '161458.791000', '161458.794000', '161458.797000', '161458.800000', '161458.805000', '161458.809000', '161458.812000', '161458.815000', '161458.818000', '161458.821000', '161518.691000', '161518.694000', '161518.697000', '161518.700000', '161518.703000', '161518.706000', '161518.709000', '161518.711000', '161518.715000', '161518.735000', '161518.737000', '161518.740000', '161518.743000', '161518.746000', '161518.749000', '161518.752000', '161518.755000', '161518.758000', '161518.761000', '161518.764000', '161518.767000', '161518.770000', '161518.773000', '161518.776000', '161518.779000', '161518.782000', '161518.785000', '161518.787000', '161518.790000', '161518.793000', '161518.796000', '161518.799000', '161518.802000', '161518.805000', '161518.808000', '161518.811000', '161518.814000', '161518.817000', '161518.820000', '161518.823000', '161518.826000', '161518.829000', '161518.831000', '161518.834000', '161538.691000', '161538.694000', '161538.697000', '161538.700000', '161538.703000', '161538.706000', '161538.709000', '161538.712000', '161538.715000', '161538.718000', '161538.721000', '161538.724000', '161538.727000', '161538.729000', '161538.733000', '161538.735000', '161538.738000', '161538.741000', '161538.744000', '161538.747000', '161538.750000', '161538.753000', '161538.756000', '161538.759000', '161538.762000', '161538.765000', '161538.768000', '161538.771000', '161538.774000', '161538.777000', '161538.780000', '161538.783000', '161538.786000', '161538.789000', '161538.792000', '161538.795000', '161538.798000', '161538.800000', '161538.803000', '161538.806000', '161538.809000', '161538.814000', '161538.817000', '161558.691000', '161558.694000', '161558.697000', '161558.700000', '161558.703000', '161558.706000', '161558.709000', '161558.712000', '161558.715000', '161558.718000', '161558.721000', '161558.724000', '161558.727000', '161558.729000', '161558.732000', '161558.735000', '161558.738000', '161558.741000', '161558.744000', '161558.747000', '161558.750000', '161558.753000', '161558.756000', '161558.759000', '161558.762000', '161558.764000', '161558.767000', '161558.770000', '161558.773000', '161558.776000', '161558.779000', '161558.782000', '161558.785000', '161558.788000', '161558.791000', '161558.794000', '161558.796000', '161558.799000', '161558.802000', '161558.805000', '161558.808000', '161558.811000', '161558.814000', '161558.817000', '161618.691000', '161618.694000', '161618.697000', '161618.700000', '161618.703000', '161618.706000', '161618.709000', '161618.712000', '161618.715000', '161618.718000', '161618.721000', '161618.724000', '161618.727000', '161618.730000', '161618.733000', '161618.736000', '161618.739000', '161618.742000', '161618.745000', '161618.747000', '161618.750000', '161618.754000', '161618.756000', '161618.759000', '161618.762000', '161618.765000', '161618.768000', '161618.771000', '161618.774000', '161618.778000', '161618.781000', '161618.784000', '161618.787000', '161618.790000', '161618.793000', '161618.796000', '161618.799000', '161618.802000', '161618.805000', '161618.808000', '161618.811000', '161618.814000', '161618.817000', '161638.692000', '161638.695000', '161638.698000', '161638.701000', '161638.704000', '161638.707000', '161638.710000', '161638.713000', '161638.716000', '161638.719000', '161638.722000', '161638.725000', '161638.728000', '161638.730000', '161638.733000', '161638.736000', '161638.739000', '161638.742000', '161638.746000', '161638.749000', '161638.752000', '161638.755000', '161638.758000', '161638.761000', '161638.764000', '161638.767000', '161638.770000', '161638.773000', '161638.776000', '161638.779000', '161638.782000', '161638.785000', '161638.787000', '161638.790000', '161638.793000', '161638.796000', '161638.799000', '161638.802000', '161638.805000', '161638.808000', '161638.811000', '161638.814000', '161638.817000', '161638.820000', '161658.692000', '161658.695000', '161658.698000', '161658.701000', '161658.704000', '161658.707000', '161658.710000', '161658.713000', '161658.716000', '161658.719000', '161658.722000', '161658.725000', '161658.728000', '161658.731000', '161658.733000', '161658.736000', '161658.739000', '161658.742000', '161658.745000', '161658.748000', '161658.751000', '161658.754000', '161658.757000', '161658.760000', '161658.763000', '161658.766000', '161658.769000', '161658.772000', '161658.775000', '161658.778000', '161658.780000', '161658.783000', '161658.786000', '161658.789000', '161658.792000', '161658.795000', '161658.798000', '161658.801000', '161658.804000', '161658.807000', '161658.810000', '161658.813000', '161658.815000', '161718.691000', '161718.694000', '161718.697000', '161718.700000', '161718.703000', '161718.706000', '161718.709000', '161718.712000', '161718.715000', '161718.718000', '161718.721000', '161718.724000', '161718.727000', '161718.730000', '161718.733000', '161718.735000', '161718.738000', '161718.748000', '161718.751000', '161718.754000', '161718.757000', '161718.760000', '161718.763000', '161718.766000', '161718.769000', '161718.772000', '161718.775000', '161718.778000', '161718.781000', '161718.784000', '161718.787000', '161718.790000', '161718.793000', '161718.796000', '161718.799000', '161718.801000', '161718.804000', '161718.807000', '161718.810000', '161718.813000', '161718.816000', '161718.819000', '161718.822000', '161718.825000', '161738.691000', '161738.694000', '161738.697000', '161738.700000', '161738.703000', '161738.706000', '161738.709000', '161738.712000', '161738.715000', '161738.718000', '161738.721000', '161738.724000', '161738.727000', '161738.730000', '161738.733000', '161738.736000', '161738.739000', '161738.742000', '161738.744000', '161738.748000', '161738.750000', '161738.753000', '161738.756000', '161738.759000', '161738.762000', '161738.765000', '161738.768000', '161738.771000', '161738.774000', '161738.776000', '161738.779000', '161738.782000', '161738.785000', '161738.788000', '161738.791000', '161738.794000', '161738.797000', '161738.800000', '161738.803000', '161738.806000', '161738.809000', '161738.812000', '161738.817000', '161758.691000', '161758.694000', '161758.697000', '161758.700000', '161758.703000', '161758.706000', '161758.709000', '161758.712000', '161758.715000', '161758.718000', '161758.720000', '161758.723000', '161758.726000', '161758.729000', '161758.732000', '161758.735000', '161758.738000', '161758.741000', '161758.744000', '161758.747000', '161758.750000', '161758.753000', '161758.756000', '161758.758000', '161758.762000', '161758.765000', '161758.767000', '161758.770000', '161758.773000', '161758.776000', '161758.779000', '161758.782000', '161758.785000', '161758.788000', '161758.791000', '161758.794000', '161758.799000', '161758.802000', '161758.805000', '161758.808000', '161758.811000', '161758.814000', '161758.817000', '161758.820000', '161818.691000', '161818.694000', '161818.697000', '161818.700000', '161818.703000', '161818.706000', '161818.709000', '161818.712000', '161818.715000', '161818.717000', '161818.721000', '161818.723000', '161818.726000', '161818.729000', '161818.732000', '161818.751000', '161818.754000', '161818.756000', '161818.759000', '161818.762000', '161818.765000', '161818.768000', '161818.776000', '161818.779000', '161818.781000', '161818.784000', '161818.787000', '161818.790000', '161818.793000', '161818.796000', '161818.799000', '161818.802000', '161818.805000', '161818.808000', '161818.811000', '161818.813000', '161818.816000', '161818.819000', '161818.822000', '161818.825000', '161818.828000', '161818.831000', '161818.834000', '161838.691000', '161838.694000', '161838.697000', '161838.700000', '161838.703000', '161838.706000', '161838.709000', '161838.712000', '161838.715000', '161838.718000', '161838.721000', '161838.724000', '161838.727000', '161838.730000', '161838.733000', '161838.736000', '161838.739000', '161838.741000', '161838.744000', '161838.747000', '161838.750000', '161838.753000', '161838.756000', '161838.759000', '161838.762000', '161838.765000', '161838.768000', '161838.771000', '161838.774000', '161838.776000', '161838.779000', '161838.782000', '161838.785000', '161838.788000', '161838.791000', '161838.794000', '161838.797000', '161838.800000', '161838.803000', '161838.806000', '161838.809000', '161838.811000', '161838.814000', '161858.692000', '161858.695000', '161858.698000', '161858.701000', '161858.704000', '161858.707000', '161858.710000', '161858.713000', '161858.716000', '161858.719000', '161858.722000', '161858.725000', '161858.728000', '161858.731000', '161858.734000', '161858.737000', '161858.740000', '161858.743000', '161858.746000', '161858.749000', '161858.752000', '161858.754000', '161858.758000', '161858.760000', '161858.763000', '161858.766000', '161858.769000', '161858.772000', '161858.775000', '161858.778000', '161858.781000', '161858.784000', '161858.787000', '161858.790000', '161858.793000', '161858.796000', '161858.799000', '161858.801000', '161858.804000', '161858.807000', '161858.810000', '161858.813000', '161858.816000', '161858.819000', '161918.694000', '161918.697000', '161918.700000', '161918.703000', '161918.706000', '161918.709000', '161918.712000', '161918.715000', '161918.718000', '161918.721000', '161918.724000', '161918.727000', '161918.730000', '161918.733000', '161918.736000', '161918.739000', '161918.742000', '161918.745000', '161918.748000', '161918.751000', '161918.753000', '161918.756000', '161918.760000', '161918.762000', '161918.765000', '161918.768000', '161918.771000', '161918.774000', '161918.777000', '161918.780000', '161918.783000', '161918.786000', '161918.789000', '161918.792000', '161918.795000', '161918.798000', '161918.801000', '161918.803000', '161918.806000', '161918.809000', '161918.812000', '161918.815000', '161918.818000', '161938.691000', '161938.694000', '161938.697000', '161938.700000', '161938.703000', '161938.706000', '161938.709000', '161938.712000', '161938.715000', '161938.718000', '161938.721000', '161938.724000', '161938.727000', '161938.730000', '161938.733000', '161938.736000', '161938.739000', '161938.742000', '161938.745000', '161938.748000', '161938.751000', '161938.754000', '161938.757000', '161938.760000', '161938.763000', '161938.766000', '161938.781000', '161938.784000', '161938.787000', '161938.791000', '161938.793000', '161938.796000', '161938.799000', '161938.802000', '161938.805000', '161938.808000', '161938.811000', '161938.814000', '161938.817000', '161938.820000', '161938.823000', '161938.826000', '161938.829000', '161938.832000', '161945.432000', '161945.436000', '161945.440000', '161945.443000', '161945.446000', '161945.449000', '161945.452000', '161945.455000', '161945.458000', '161945.462000', '161945.465000', '161945.468000', '161945.471000', '161945.474000', '161945.477000'], 'InstanceCreationTime': ['161258.724000', '161258.729000', '161258.732000', '161258.735000', '161258.738000', '161258.741000', '161258.744000', '161258.747000', '161258.750000', '161258.755000', '161258.758000', '161258.771000', '161258.774000', '161258.777000', '161258.780000', '161258.784000', '161258.787000', '161258.790000', '161258.793000', '161258.796000', '161258.799000', '161258.802000', '161258.805000', '161258.808000', '161258.812000', '161258.814000', '161258.817000', '161258.821000', '161258.824000', '161258.827000', '161258.829000', '161258.833000', '161258.836000', '161258.839000', '161258.842000', '161258.845000', '161258.848000', '161258.851000', '161258.854000', '161258.857000', '161258.860000', '161318.691000', '161318.694000', '161318.697000', '161318.700000', '161318.703000', '161318.706000', '161318.708000', '161318.712000', '161318.714000', '161318.717000', '161318.720000', '161318.723000', '161318.726000', '161318.729000', '161318.732000', '161318.735000', '161318.738000', '161318.741000', '161318.744000', '161318.747000', '161318.749000', '161318.752000', '161318.755000', '161318.758000', '161318.761000', '161318.764000', '161318.767000', '161318.770000', '161318.773000', '161318.776000', '161318.778000', '161318.781000', '161318.784000', '161318.787000', '161318.790000', '161318.793000', '161318.796000', '161318.799000', '161318.801000', '161318.804000', '161318.807000', '161318.810000', '161318.813000', '161318.816000', '161338.691000', '161338.694000', '161338.697000', '161338.701000', '161338.704000', '161338.710000', '161338.713000', '161338.715000', '161338.718000', '161338.721000', '161338.724000', '161338.727000', '161338.730000', '161338.744000', '161338.747000', '161338.750000', '161338.753000', '161338.764000', '161338.767000', '161338.771000', '161338.774000', '161338.776000', '161338.779000', '161338.782000', '161338.785000', '161338.788000', '161338.791000', '161338.794000', '161338.797000', '161338.800000', '161338.803000', '161338.806000', '161338.808000', '161338.811000', '161338.814000', '161338.817000', '161338.820000', '161338.823000', '161338.831000', '161338.834000', '161338.837000', '161338.840000', '161338.843000', '161358.691000', '161358.694000', '161358.697000', '161358.700000', '161358.703000', '161358.706000', '161358.709000', '161358.712000', '161358.714000', '161358.717000', '161358.720000', '161358.723000', '161358.726000', '161358.729000', '161358.732000', '161358.735000', '161358.738000', '161358.741000', '161358.744000', '161358.747000', '161358.750000', '161358.753000', '161358.756000', '161358.759000', '161358.762000', '161358.765000', '161358.768000', '161358.771000', '161358.774000', '161358.776000', '161358.780000', '161358.782000', '161358.785000', '161358.788000', '161358.791000', '161358.794000', '161358.797000', '161358.800000', '161358.803000', '161358.806000', '161358.809000', '161358.812000', '161358.821000', '161358.824000', '161418.692000', '161418.695000', '161418.698000', '161418.701000', '161418.704000', '161418.707000', '161418.709000', '161418.712000', '161418.715000', '161418.718000', '161418.721000', '161418.724000', '161418.727000', '161418.730000', '161418.733000', '161418.736000', '161418.739000', '161418.742000', '161418.745000', '161418.748000', '161418.751000', '161418.754000', '161418.757000', '161418.760000', '161418.763000', '161418.766000', '161418.769000', '161418.772000', '161418.775000', '161418.777000', '161418.780000', '161418.784000', '161418.788000', '161418.792000', '161418.795000', '161418.798000', '161418.801000', '161418.804000', '161418.807000', '161418.810000', '161418.813000', '161418.815000', '161418.819000', '161438.692000', '161438.695000', '161438.698000', '161438.701000', '161438.704000', '161438.707000', '161438.710000', '161438.713000', '161438.716000', '161438.719000', '161438.722000', '161438.725000', '161438.727000', '161438.730000', '161438.733000', '161438.736000', '161438.739000', '161438.742000', '161438.745000', '161438.748000', '161438.751000', '161438.754000', '161438.757000', '161438.760000', '161438.763000', '161438.766000', '161438.769000', '161438.771000', '161438.774000', '161438.777000', '161438.780000', '161438.783000', '161438.786000', '161438.789000', '161438.792000', '161438.795000', '161438.798000', '161438.801000', '161438.804000', '161438.807000', '161438.809000', '161438.813000', '161438.815000', '161438.818000', '161458.691000', '161458.694000', '161458.697000', '161458.700000', '161458.703000', '161458.706000', '161458.709000', '161458.712000', '161458.715000', '161458.718000', '161458.721000', '161458.724000', '161458.727000', '161458.730000', '161458.732000', '161458.736000', '161458.740000', '161458.743000', '161458.746000', '161458.749000', '161458.752000', '161458.755000', '161458.758000', '161458.761000', '161458.764000', '161458.767000', '161458.770000', '161458.773000', '161458.776000', '161458.779000', '161458.782000', '161458.785000', '161458.788000', '161458.791000', '161458.794000', '161458.797000', '161458.800000', '161458.805000', '161458.809000', '161458.812000', '161458.815000', '161458.818000', '161458.821000', '161518.691000', '161518.694000', '161518.697000', '161518.700000', '161518.703000', '161518.706000', '161518.709000', '161518.711000', '161518.715000', '161518.735000', '161518.737000', '161518.740000', '161518.743000', '161518.746000', '161518.749000', '161518.752000', '161518.755000', '161518.758000', '161518.761000', '161518.764000', '161518.767000', '161518.770000', '161518.773000', '161518.776000', '161518.779000', '161518.782000', '161518.785000', '161518.787000', '161518.790000', '161518.793000', '161518.796000', '161518.799000', '161518.802000', '161518.805000', '161518.808000', '161518.811000', '161518.814000', '161518.817000', '161518.820000', '161518.823000', '161518.826000', '161518.829000', '161518.831000', '161518.834000', '161538.691000', '161538.694000', '161538.697000', '161538.700000', '161538.703000', '161538.706000', '161538.709000', '161538.712000', '161538.715000', '161538.718000', '161538.721000', '161538.724000', '161538.727000', '161538.729000', '161538.733000', '161538.735000', '161538.738000', '161538.741000', '161538.744000', '161538.747000', '161538.750000', '161538.753000', '161538.756000', '161538.759000', '161538.762000', '161538.765000', '161538.768000', '161538.771000', '161538.774000', '161538.777000', '161538.780000', '161538.783000', '161538.786000', '161538.789000', '161538.792000', '161538.795000', '161538.798000', '161538.800000', '161538.803000', '161538.806000', '161538.809000', '161538.814000', '161538.817000', '161558.691000', '161558.694000', '161558.697000', '161558.700000', '161558.703000', '161558.706000', '161558.709000', '161558.712000', '161558.715000', '161558.718000', '161558.721000', '161558.724000', '161558.727000', '161558.729000', '161558.732000', '161558.735000', '161558.738000', '161558.741000', '161558.744000', '161558.747000', '161558.750000', '161558.753000', '161558.756000', '161558.759000', '161558.762000', '161558.764000', '161558.767000', '161558.770000', '161558.773000', '161558.776000', '161558.779000', '161558.782000', '161558.785000', '161558.788000', '161558.791000', '161558.794000', '161558.796000', '161558.799000', '161558.802000', '161558.805000', '161558.808000', '161558.811000', '161558.814000', '161558.817000', '161618.691000', '161618.694000', '161618.697000', '161618.700000', '161618.703000', '161618.706000', '161618.709000', '161618.712000', '161618.715000', '161618.718000', '161618.721000', '161618.724000', '161618.727000', '161618.730000', '161618.733000', '161618.736000', '161618.739000', '161618.742000', '161618.745000', '161618.747000', '161618.750000', '161618.754000', '161618.756000', '161618.759000', '161618.762000', '161618.765000', '161618.768000', '161618.771000', '161618.774000', '161618.778000', '161618.781000', '161618.784000', '161618.787000', '161618.790000', '161618.793000', '161618.796000', '161618.799000', '161618.802000', '161618.805000', '161618.808000', '161618.811000', '161618.814000', '161618.817000', '161638.692000', '161638.695000', '161638.698000', '161638.701000', '161638.704000', '161638.707000', '161638.710000', '161638.713000', '161638.716000', '161638.719000', '161638.722000', '161638.725000', '161638.728000', '161638.730000', '161638.733000', '161638.736000', '161638.739000', '161638.742000', '161638.746000', '161638.749000', '161638.752000', '161638.755000', '161638.758000', '161638.761000', '161638.764000', '161638.767000', '161638.770000', '161638.773000', '161638.776000', '161638.779000', '161638.782000', '161638.785000', '161638.787000', '161638.790000', '161638.793000', '161638.796000', '161638.799000', '161638.802000', '161638.805000', '161638.808000', '161638.811000', '161638.814000', '161638.817000', '161638.820000', '161658.692000', '161658.695000', '161658.698000', '161658.701000', '161658.704000', '161658.707000', '161658.710000', '161658.713000', '161658.716000', '161658.719000', '161658.722000', '161658.725000', '161658.728000', '161658.731000', '161658.733000', '161658.736000', '161658.739000', '161658.742000', '161658.745000', '161658.748000', '161658.751000', '161658.754000', '161658.757000', '161658.760000', '161658.763000', '161658.766000', '161658.769000', '161658.772000', '161658.775000', '161658.778000', '161658.780000', '161658.783000', '161658.786000', '161658.789000', '161658.792000', '161658.795000', '161658.798000', '161658.801000', '161658.804000', '161658.807000', '161658.810000', '161658.813000', '161658.815000', '161718.691000', '161718.694000', '161718.697000', '161718.700000', '161718.703000', '161718.706000', '161718.709000', '161718.712000', '161718.715000', '161718.718000', '161718.721000', '161718.724000', '161718.727000', '161718.730000', '161718.733000', '161718.735000', '161718.738000', '161718.748000', '161718.751000', '161718.754000', '161718.757000', '161718.760000', '161718.763000', '161718.766000', '161718.769000', '161718.772000', '161718.775000', '161718.778000', '161718.781000', '161718.784000', '161718.787000', '161718.790000', '161718.793000', '161718.796000', '161718.799000', '161718.801000', '161718.804000', '161718.807000', '161718.810000', '161718.813000', '161718.816000', '161718.819000', '161718.822000', '161718.825000', '161738.691000', '161738.694000', '161738.697000', '161738.700000', '161738.703000', '161738.706000', '161738.709000', '161738.712000', '161738.715000', '161738.718000', '161738.721000', '161738.724000', '161738.727000', '161738.730000', '161738.733000', '161738.736000', '161738.739000', '161738.742000', '161738.744000', '161738.748000', '161738.750000', '161738.753000', '161738.756000', '161738.759000', '161738.762000', '161738.765000', '161738.768000', '161738.771000', '161738.774000', '161738.776000', '161738.779000', '161738.782000', '161738.785000', '161738.788000', '161738.791000', '161738.794000', '161738.797000', '161738.800000', '161738.803000', '161738.806000', '161738.809000', '161738.812000', '161738.817000', '161758.691000', '161758.694000', '161758.697000', '161758.700000', '161758.703000', '161758.706000', '161758.709000', '161758.712000', '161758.715000', '161758.718000', '161758.720000', '161758.723000', '161758.726000', '161758.729000', '161758.732000', '161758.735000', '161758.738000', '161758.741000', '161758.744000', '161758.747000', '161758.750000', '161758.753000', '161758.756000', '161758.758000', '161758.762000', '161758.765000', '161758.767000', '161758.770000', '161758.773000', '161758.776000', '161758.779000', '161758.782000', '161758.785000', '161758.788000', '161758.791000', '161758.794000', '161758.799000', '161758.802000', '161758.805000', '161758.808000', '161758.811000', '161758.814000', '161758.817000', '161758.820000', '161818.691000', '161818.694000', '161818.697000', '161818.700000', '161818.703000', '161818.706000', '161818.709000', '161818.712000', '161818.715000', '161818.717000', '161818.721000', '161818.723000', '161818.726000', '161818.729000', '161818.732000', '161818.751000', '161818.754000', '161818.756000', '161818.759000', '161818.762000', '161818.765000', '161818.768000', '161818.776000', '161818.779000', '161818.781000', '161818.784000', '161818.787000', '161818.790000', '161818.793000', '161818.796000', '161818.799000', '161818.802000', '161818.805000', '161818.808000', '161818.811000', '161818.813000', '161818.816000', '161818.819000', '161818.822000', '161818.825000', '161818.828000', '161818.831000', '161818.834000', '161838.691000', '161838.694000', '161838.697000', '161838.700000', '161838.703000', '161838.706000', '161838.709000', '161838.712000', '161838.715000', '161838.718000', '161838.721000', '161838.724000', '161838.727000', '161838.730000', '161838.733000', '161838.736000', '161838.739000', '161838.741000', '161838.744000', '161838.747000', '161838.750000', '161838.753000', '161838.756000', '161838.759000', '161838.762000', '161838.765000', '161838.768000', '161838.771000', '161838.774000', '161838.776000', '161838.779000', '161838.782000', '161838.785000', '161838.788000', '161838.791000', '161838.794000', '161838.797000', '161838.800000', '161838.803000', '161838.806000', '161838.809000', '161838.811000', '161838.814000', '161858.692000', '161858.695000', '161858.698000', '161858.701000', '161858.704000', '161858.707000', '161858.710000', '161858.713000', '161858.716000', '161858.719000', '161858.722000', '161858.725000', '161858.728000', '161858.731000', '161858.734000', '161858.737000', '161858.740000', '161858.743000', '161858.746000', '161858.749000', '161858.752000', '161858.754000', '161858.758000', '161858.760000', '161858.763000', '161858.766000', '161858.769000', '161858.772000', '161858.775000', '161858.778000', '161858.781000', '161858.784000', '161858.787000', '161858.790000', '161858.793000', '161858.796000', '161858.799000', '161858.801000', '161858.804000', '161858.807000', '161858.810000', '161858.813000', '161858.816000', '161858.819000', '161918.694000', '161918.697000', '161918.700000', '161918.703000', '161918.706000', '161918.709000', '161918.712000', '161918.715000', '161918.718000', '161918.721000', '161918.724000', '161918.727000', '161918.730000', '161918.733000', '161918.736000', '161918.739000', '161918.742000', '161918.745000', '161918.748000', '161918.751000', '161918.753000', '161918.756000', '161918.760000', '161918.762000', '161918.765000', '161918.768000', '161918.771000', '161918.774000', '161918.777000', '161918.780000', '161918.783000', '161918.786000', '161918.789000', '161918.792000', '161918.795000', '161918.798000', '161918.801000', '161918.803000', '161918.806000', '161918.809000', '161918.812000', '161918.815000', '161918.818000', '161938.691000', '161938.694000', '161938.697000', '161938.700000', '161938.703000', '161938.706000', '161938.709000', '161938.712000', '161938.715000', '161938.718000', '161938.721000', '161938.724000', '161938.727000', '161938.730000', '161938.733000', '161938.736000', '161938.739000', '161938.742000', '161938.745000', '161938.748000', '161938.751000', '161938.754000', '161938.757000', '161938.760000', '161938.763000', '161938.766000', '161938.781000', '161938.784000', '161938.787000', '161938.791000', '161938.793000', '161938.796000', '161938.799000', '161938.802000', '161938.805000', '161938.808000', '161938.811000', '161938.814000', '161938.817000', '161938.820000', '161938.823000', '161938.826000', '161938.829000', '161938.832000', '161945.432000', '161945.436000', '161945.440000', '161945.443000', '161945.446000', '161945.449000', '161945.452000', '161945.455000', '161945.458000', '161945.462000', '161945.465000', '161945.468000', '161945.471000', '161945.474000', '161945.477000'], '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': [9118, 18019, 11647, 13414, 8305, 9284, 11428, 8339, 13744, 9585, 11078, 7902, 8877, 7870, 7798, 7758, 7828, 10267, 7897, 12361, 8155, 11151, 7692, 10445, 14011, 7963, 13058, 8786, 10602, 7738, 10111, 7769, 8524, 7842, 9244, 7635, 11241, 8380, 13871, 17764, 10448, 13014, 8326, 8719, 7851, 7858, 13418, 7794, 9947, 10001, 7951, 9727, 7862, 12939, 7823, 11260, 7679, 9090, 7689, 7953, 7850, 7814, 13629, 8249, 10564, 7947, 8201, 7755, 7907, 13570, 7945, 12933, 8666, 11707, 7810, 10417, 7868, 8229, 13555, 10965, 12217, 8283, 13426, 7696, 12843, 8893, 10604, 7735, 10261, 7709, 10155, 9952, 8900, 10904, 7814, 13944, 7836, 13444, 8729, 9632, 7740, 8171, 7805, 7672, 10306, 7681, 10166, 8789, 12564, 10681, 9863, 9008, 13233, 9497, 15469, 11712, 12349, 7719, 10619, 7720, 11382, 7743, 8330, 7748, 7692, 7737, 14011, 10146, 12512, 7964, 10164, 7928, 9521, 7804, 8694, 7694, 8401, 7870, 8554, 11986, 7907, 13271, 9973, 12654, 8086, 12257, 7752, 10521, 9608, 8072, 14043, 9792, 10232, 7724, 12078, 7676, 11174, 7739, 9166, 8254, 8314, 7666, 7783, 12310, 8089, 12013, 8643, 9752, 7734, 14365, 9797, 11940, 9373, 8898, 7922, 7681, 10122, 7753, 14121, 10430, 10985, 8644, 13848, 9222, 12679, 8440, 9144, 7659, 8224, 11247, 7896, 12576, 7703, 11126, 7676, 8796, 7685, 7697, 10636, 7749, 12080, 7810, 9983, 7730, 10056, 7751, 8584, 8717, 7867, 12269, 7971, 12519, 7788, 9720, 11559, 9233, 12580, 8050, 12955, 7724, 9546, 9679, 7995, 8596, 7827, 13105, 7712, 9584, 8985, 7953, 10894, 7815, 12332, 7841, 7929, 13168, 7799, 9656, 7782, 7834, 8933, 7755, 7656, 7747, 11093, 7758, 9523, 8306, 8287, 12353, 9655, 8060, 7826, 12167, 7734, 11199, 8926, 7733, 10475, 7762, 14063, 16227, 11744, 11104, 8437, 12736, 7718, 9608, 8647, 8019, 9921, 7805, 13184, 7772, 9989, 7700, 7901, 7716, 7840, 12125, 7690, 9339, 7718, 7907, 9237, 7864, 12479, 7735, 10558, 8596, 7892, 11085, 8060, 11772, 7783, 12593, 7728, 10840, 7848, 8513, 7752, 7897, 14111, 8548, 12459, 7826, 9095, 11891, 9486, 11914, 7865, 13038, 8508, 11239, 10013, 8878, 13314, 7972, 11772, 7840, 8047, 12865, 7802, 11759, 7821, 8752, 7761, 7915, 9131, 7789, 11683, 7847, 7811, 7871, 11480, 7810, 12749, 9053, 11378, 7882, 12055, 8004, 12013, 9224, 12420, 8905, 11654, 8480, 10217, 8684, 7916, 10805, 7917, 13939, 9478, 12692, 7860, 10983, 7847, 10856, 7876, 11132, 7980, 10134, 7848, 9988, 8092, 8006, 7820, 7934, 7840, 9052, 7924, 9804, 7806, 11042, 7875, 9432, 15681, 9815, 13147, 9961, 11879, 7800, 11182, 8002, 10925, 7773, 8016, 10734, 7917, 12408, 7826, 9664, 7989, 7889, 8013, 7856, 7765, 8735, 8011, 11048, 7840, 11395, 7735, 11540, 8630, 13399, 10063, 10359, 7886, 8960, 10840, 7850, 14120, 10783, 12187, 7879, 11676, 7829, 9345, 8357, 8086, 7919, 8019, 11766, 7915, 12828, 8453, 11573, 7859, 11145, 7923, 9552, 8001, 9644, 7920, 8955, 7924, 7967, 9964, 7883, 13043, 9132, 12052, 9686, 8987, 14677, 8767, 12905, 7894, 9303, 7909, 8537, 7961, 7966, 10836, 8552, 11152, 8041, 13380, 8877, 11479, 7837, 8831, 8433, 7905, 7989, 7918, 13372, 7923, 11816, 7909, 8487, 7957, 8033, 13061, 7909, 12345, 7963, 10056, 7944, 10206, 7817, 8175, 8050, 7954, 7953, 8281, 7925, 8040, 15281, 8318, 10290, 10295, 8008, 8528, 7932, 11392, 7908, 11646, 7907, 9829, 7844, 9368, 8057, 9988, 7815, 7837, 15425, 9598, 12049, 7879, 8366, 7854, 10508, 7825, 9672, 7908, 12940, 11997, 8695, 11170, 8210, 13757, 7872, 10467, 7810, 7869, 12557, 8182, 10692, 7879, 11766, 7853, 9649, 7866, 8020, 7883, 8040, 7874, 8197, 13299, 8105, 12473, 7803, 9306, 8233, 8249, 13925, 9239, 11185, 8647, 8129, 10773, 7893, 12248, 7833, 9342, 7784, 7930, 13131, 8014, 11529, 7882, 10259, 7843, 7894, 13672, 9142, 12052, 7865, 10389, 10294, 7921, 12895, 7938, 11128, 7845, 8555, 7979, 7933, 8673, 7963, 13416, 9581, 12253, 7926, 12214, 8094, 11199, 7963, 10182, 7850, 10512, 7840, 10195, 7876, 12720, 9311, 14249, 9954, 11604, 7897, 11061, 11503, 8515, 14164, 8556, 11086, 7925, 8683, 7867, 8113, 8124, 7920, 9664, 7874, 8290, 7981, 8927, 7901, 13148, 8043, 12607, 7900, 10518, 8398, 10867, 8073, 7694, 8957, 17054, 10784, 9249, 14302, 9129, 13491, 7832, 10405, 7829, 7846, 10888, 7876, 12679, 7809, 10439, 7774, 9598, 7786, 7924, 13386, 8816, 11764, 7856, 9052, 8256, 7901, 12077, 7921, 9320, 7926, 7885, 7878, 7902, 12690, 7916, 12476, 8810, 11899, 7959, 11858, 7951, 10043, 14797, 9942, 13594, 8704, 10917, 7938, 8373, 12115, 7973, 12610, 7920, 10312, 8396, 7974, 8009, 7966, 10763, 7879, 13384, 8783, 11515, 7885, 10039, 7941, 8103, 13362, 9110, 12522, 7910, 12372, 7908, 10038, 8994, 8481, 8485, 8211, 12903, 8009, 11990, 7893, 10023, 7895, 8575, 7946, 8295, 8365, 8073, 11432, 8705, 8826, 7981, 15094, 8362, 12847, 9558, 11596, 7987, 11815, 8036, 11179, 7939, 8715, 11479, 8775, 8262, 8025, 8291, 8041, 14431, 10147, 12761, 8027, 11817, 7959, 11876, 7980, 12347, 9521, 11872, 8162, 11571, 7966, 10638, 7951, 8727, 8020, 7978, 10159, 7949, 10444, 8055, 7904, 7901, 8155, 7982, 10713, 8153, 7844, 8100, 7898, 8338, 11424, 9366, 16850, 10744, 11535, 7977, 9665, 8163, 8011, 14355, 9559, 11913, 7827, 8545, 10425, 7908, 11829, 7915, 9420, 7873, 8023, 7819, 7907, 12414, 7643, 11154, 7794, 8387, 7889, 7796, 10824, 7848, 11960, 7866, 9797, 7844, 7984, 15137, 8219, 11577, 7891, 8450, 7887, 7919, 12554, 7759, 9839, 8231, 7922, 10956, 7908, 9995, 7826, 10670, 7795, 9712, 15747, 9230, 13374, 7989, 10020, 17504, 9990, 10879, 7839, 8166, 11494, 7623, 11337, 7702, 8199, 15052, 8259, 11706, 7794, 9671, 7841, 9035, 7887, 9071, 7826, 9724, 15714, 9327, 12834, 9311, 11352, 7854, 11703, 7852, 9518, 15320, 10609, 9803, 7871, 10790, 7823, 10137, 7957, 7744, 7931, 7776, 10195, 7842, 11982, 13406, 9371, 7891, 7959, 13237, 7990, 12407, 7852, 10917, 7822, 8609, 8000, 7898, 10769, 7938, 12236, 8147, 10866, 7845, 10799, 7809, 8430, 14077, 8611, 12023, 7905, 10413, 7810, 9478, 7822, 8418, 7954, 8349, 7815, 8160, 8206, 8870, 7914, 10914, 7937, 11239, 8131, 8792, 17160, 10569, 11719], 'WindowCenter': [4649.0, 4709.0, 4633.0, 4627.0, 4561.0, 4569.0, 4590.0, 4536.0, 4593.0, 4552.0, 4570.0, 4533.0, 4540.0, 4534.0, 4534.0, 4538.0, 4548.0, 4577.0, 4534.0, 4580.0, 4535.0, 4573.0, 4535.0, 4576.0, 4603.0, 4535.0, 4594.0, 4543.0, 4574.0, 4534.0, 4562.0, 4547.0, 4557.0, 4546.0, 4554.0, 4535.0, 4586.0, 4557.0, 4620.0, 4624.0, 4567.0, 4585.0, 4531.0, 4532.0, 4520.0, 4533.0, 4591.0, 4521.0, 4551.0, 4551.0, 4520.0, 4552.0, 4522.0, 4581.0, 4520.0, 4572.0, 4521.0, 4540.0, 4521.0, 4522.0, 4530.0, 4523.0, 4592.0, 4534.0, 4561.0, 4523.0, 4534.0, 4521.0, 4535.0, 4593.0, 4533.0, 4593.0, 4543.0, 4584.0, 4524.0, 4563.0, 4532.0, 4545.0, 4593.0, 4571.0, 4582.0, 4531.0, 4591.0, 4522.0, 4579.0, 4540.0, 4563.0, 4519.0, 4560.0, 4534.0, 4563.0, 4563.0, 4553.0, 4574.0, 4525.0, 4608.0, 4535.0, 4594.0, 4555.0, 4565.0, 4537.0, 4546.0, 4538.0, 4536.0, 4572.0, 4533.0, 4574.0, 4546.0, 4594.0, 4574.0, 4563.0, 4542.0, 4594.0, 4554.0, 4603.0, 4573.0, 4581.0, 4521.0, 4562.0, 4521.0, 4572.0, 4521.0, 4532.0, 4523.0, 4523.0, 4523.0, 4603.0, 4560.0, 4581.0, 4519.0, 4551.0, 4532.0, 4551.0, 4522.0, 4541.0, 4521.0, 4542.0, 4535.0, 4545.0, 4585.0, 4535.0, 4593.0, 4565.0, 4591.0, 4536.0, 4583.0, 4523.0, 4562.0, 4552.0, 4531.0, 4593.0, 4551.0, 4563.0, 4521.0, 4580.0, 4533.0, 4574.0, 4522.0, 4557.0, 4531.0, 4531.0, 4525.0, 4533.0, 4586.0, 4536.0, 4583.0, 4542.0, 4566.0, 4538.0, 4603.0, 4566.0, 4585.0, 4566.0, 4553.0, 4533.0, 4534.0, 4565.0, 4535.0, 4606.0, 4576.0, 4577.0, 4545.0, 4594.0, 4542.0, 4583.0, 4530.0, 4542.0, 4520.0, 4532.0, 4559.0, 4521.0, 4578.0, 4521.0, 4570.0, 4522.0, 4532.0, 4520.0, 4524.0, 4562.0, 4521.0, 4570.0, 4524.0, 4551.0, 4534.0, 4562.0, 4525.0, 4544.0, 4546.0, 4537.0, 4585.0, 4535.0, 4582.0, 4523.0, 4553.0, 4574.0, 4553.0, 4583.0, 4533.0, 4580.0, 4522.0, 4553.0, 4552.0, 4522.0, 4534.0, 4525.0, 4590.0, 4523.0, 4555.0, 4545.0, 4534.0, 4572.0, 4524.0, 4585.0, 4534.0, 4534.0, 4592.0, 4522.0, 4551.0, 4533.0, 4535.0, 4557.0, 4548.0, 4536.0, 4537.0, 4598.0, 4551.0, 4580.0, 4557.0, 4549.0, 4596.0, 4566.0, 4547.0, 4548.0, 4598.0, 4536.0, 4586.0, 4556.0, 4536.0, 4574.0, 4537.0, 4619.0, 4629.0, 4585.0, 4587.0, 4533.0, 4581.0, 4508.0, 4539.0, 4530.0, 4521.0, 4554.0, 4522.0, 4581.0, 4520.0, 4551.0, 4511.0, 4520.0, 4518.0, 4521.0, 4582.0, 4524.0, 4553.0, 4523.0, 4533.0, 4553.0, 4534.0, 4582.0, 4524.0, 4570.0, 4543.0, 4535.0, 4573.0, 4535.0, 4586.0, 4534.0, 4593.0, 4533.0, 4576.0, 4531.0, 4545.0, 4525.0, 4534.0, 4604.0, 4541.0, 4583.0, 4522.0, 4544.0, 4582.0, 4555.0, 4585.0, 4532.0, 4594.0, 4542.0, 4573.0, 4550.0, 4543.0, 4593.0, 4521.0, 4570.0, 4520.0, 4520.0, 4579.0, 4522.0, 4583.0, 4521.0, 4543.0, 4521.0, 4532.0, 4551.0, 4534.0, 4580.0, 4534.0, 4534.0, 4535.0, 4587.0, 4534.0, 4592.0, 4556.0, 4584.0, 4532.0, 4592.0, 4536.0, 4595.0, 4554.0, 4593.0, 4555.0, 4582.0, 4557.0, 4576.0, 4546.0, 4535.0, 4574.0, 4536.0, 4604.0, 4556.0, 4595.0, 4536.0, 4562.0, 4532.0, 4560.0, 4522.0, 4572.0, 4530.0, 4563.0, 4533.0, 4552.0, 4521.0, 4521.0, 4514.0, 4523.0, 4532.0, 4541.0, 4535.0, 4565.0, 4534.0, 4575.0, 4531.0, 4557.0, 4616.0, 4553.0, 4581.0, 4550.0, 4581.0, 4524.0, 4570.0, 4533.0, 4573.0, 4522.0, 4533.0, 4571.0, 4533.0, 4581.0, 4522.0, 4552.0, 4534.0, 4534.0, 4532.0, 4536.0, 4536.0, 4555.0, 4546.0, 4585.0, 4550.0, 4598.0, 4562.0, 4597.0, 4559.0, 4608.0, 4566.0, 4567.0, 4536.0, 4553.0, 4573.0, 4534.0, 4592.0, 4574.0, 4582.0, 4531.0, 4574.0, 4522.0, 4550.0, 4531.0, 4534.0, 4535.0, 4533.0, 4581.0, 4530.0, 4581.0, 4533.0, 4571.0, 4535.0, 4573.0, 4534.0, 4554.0, 4532.0, 4562.0, 4533.0, 4553.0, 4536.0, 4546.0, 4564.0, 4537.0, 4599.0, 4554.0, 4587.0, 4555.0, 4543.0, 4601.0, 4533.0, 4580.0, 4520.0, 4541.0, 4522.0, 4530.0, 4521.0, 4534.0, 4571.0, 4542.0, 4573.0, 4534.0, 4591.0, 4540.0, 4570.0, 4512.0, 4543.0, 4522.0, 4522.0, 4521.0, 4519.0, 4590.0, 4524.0, 4574.0, 4522.0, 4528.0, 4532.0, 4536.0, 4592.0, 4536.0, 4584.0, 4564.0, 4597.0, 4535.0, 4562.0, 4523.0, 4531.0, 4522.0, 4530.0, 4532.0, 4544.0, 4531.0, 4533.0, 4613.0, 4531.0, 4562.0, 4562.0, 4521.0, 4531.0, 4531.0, 4572.0, 4529.0, 4572.0, 4535.0, 4563.0, 4536.0, 4554.0, 4535.0, 4580.0, 4535.0, 4537.0, 4613.0, 4550.0, 4582.0, 4523.0, 4545.0, 4530.0, 4572.0, 4534.0, 4551.0, 4533.0, 4594.0, 4581.0, 4541.0, 4570.0, 4537.0, 4594.0, 4520.0, 4561.0, 4510.0, 4523.0, 4580.0, 4529.0, 4560.0, 4521.0, 4570.0, 4522.0, 4552.0, 4531.0, 4536.0, 4532.0, 4534.0, 4533.0, 4545.0, 4593.0, 4532.0, 4583.0, 4523.0, 4553.0, 4535.0, 4534.0, 4593.0, 4545.0, 4572.0, 4533.0, 4520.0, 4560.0, 4523.0, 4584.0, 4520.0, 4544.0, 4522.0, 4531.0, 4592.0, 4533.0, 4575.0, 4534.0, 4564.0, 4534.0, 4533.0, 4595.0, 4552.0, 4584.0, 4533.0, 4562.0, 4563.0, 4522.0, 4581.0, 4523.0, 4571.0, 4521.0, 4533.0, 4532.0, 4532.0, 4545.0, 4535.0, 4595.0, 4554.0, 4582.0, 4533.0, 4581.0, 4532.0, 4572.0, 4533.0, 4564.0, 4533.0, 4572.0, 4533.0, 4563.0, 4546.0, 4594.0, 4557.0, 4603.0, 4563.0, 4573.0, 4535.0, 4572.0, 4572.0, 4528.0, 4590.0, 4529.0, 4560.0, 4517.0, 4529.0, 4520.0, 4520.0, 4521.0, 4534.0, 4555.0, 4535.0, 4545.0, 4544.0, 4552.0, 4544.0, 4603.0, 4535.0, 4594.0, 4535.0, 4577.0, 4555.0, 4588.0, 4546.0, 4534.0, 4556.0, 4624.0, 4573.0, 4543.0, 4592.0, 4545.0, 4580.0, 4521.0, 4561.0, 4523.0, 4520.0, 4559.0, 4521.0, 4580.0, 4521.0, 4562.0, 4534.0, 4554.0, 4522.0, 4532.0, 4592.0, 4545.0, 4581.0, 4534.0, 4554.0, 4532.0, 4530.0, 4584.0, 4534.0, 4555.0, 4533.0, 4535.0, 4536.0, 4548.0, 4595.0, 4536.0, 4595.0, 4555.0, 4584.0, 4549.0, 4597.0, 4547.0, 4567.0, 4613.0, 4564.0, 4595.0, 4545.0, 4573.0, 4533.0, 4536.0, 4582.0, 4530.0, 4582.0, 4534.0, 4562.0, 4531.0, 4531.0, 4532.0, 4534.0, 4573.0, 4536.0, 4593.0, 4545.0, 4582.0, 4535.0, 4562.0, 4534.0, 4546.0, 4593.0, 4545.0, 4583.0, 4535.0, 4593.0, 4535.0, 4563.0, 4543.0, 4544.0, 4546.0, 4545.0, 4593.0, 4533.0, 4572.0, 4532.0, 4564.0, 4533.0, 4545.0, 4534.0, 4546.0, 4544.0, 4536.0, 4586.0, 4544.0, 4553.0, 4537.0, 4613.0, 4546.0, 4594.0, 4564.0, 4584.0, 4534.0, 4583.0, 4535.0, 4573.0, 4534.0, 4542.0, 4572.0, 4541.0, 4533.0, 4531.0, 4531.0, 4521.0, 4601.0, 4564.0, 4581.0, 4521.0, 4582.0, 4535.0, 4582.0, 4534.0, 4584.0, 4554.0, 4583.0, 4532.0, 4574.0, 4531.0, 4563.0, 4521.0, 4532.0, 4531.0, 4534.0, 4561.0, 4531.0, 4560.0, 4535.0, 4531.0, 4535.0, 4533.0, 4533.0, 4575.0, 4533.0, 4534.0, 4533.0, 4532.0, 4533.0, 4572.0, 4555.0, 4614.0, 4561.0, 4571.0, 4522.0, 4541.0, 4530.0, 4521.0, 4589.0, 4539.0, 4567.0, 4509.0, 4528.0, 4546.0, 4519.0, 4569.0, 4520.0, 4540.0, 4518.0, 4520.0, 4522.0, 4533.0, 4592.0, 4531.0, 4572.0, 4523.0, 4540.0, 4534.0, 4533.0, 4571.0, 4532.0, 4582.0, 4530.0, 4564.0, 4533.0, 4535.0, 4604.0, 4545.0, 4585.0, 4534.0, 4533.0, 4534.0, 4534.0, 4584.0, 4535.0, 4564.0, 4543.0, 4544.0, 4585.0, 4545.0, 4576.0, 4546.0, 4585.0, 4546.0, 4581.0, 4626.0, 4569.0, 4607.0, 4547.0, 4568.0, 4626.0, 4567.0, 4574.0, 4522.0, 4542.0, 4584.0, 4533.0, 4572.0, 4533.0, 4542.0, 4600.0, 4542.0, 4583.0, 4533.0, 4552.0, 4532.0, 4551.0, 4545.0, 4554.0, 4536.0, 4565.0, 4615.0, 4555.0, 4593.0, 4553.0, 4573.0, 4530.0, 4583.0, 4533.0, 4554.0, 4601.0, 4563.0, 4562.0, 4533.0, 4561.0, 4522.0, 4562.0, 4544.0, 4533.0, 4544.0, 4534.0, 4576.0, 4545.0, 4596.0, 4605.0, 4554.0, 4535.0, 4533.0, 4592.0, 4533.0, 4581.0, 4532.0, 4575.0, 4534.0, 4544.0, 4533.0, 4530.0, 4560.0, 4520.0, 4569.0, 4531.0, 4572.0, 4532.0, 4573.0, 4523.0, 4545.0, 4603.0, 4542.0, 4582.0, 4534.0, 4562.0, 4523.0, 4566.0, 4524.0, 4534.0, 4534.0, 4544.0, 4534.0, 4544.0, 4557.0, 4569.0, 4545.0, 4588.0, 4545.0, 4587.0, 4537.0, 4543.0, 4624.0, 4562.0, 4570.0], 'WindowWidth': [10228.0, 10292.0, 10163.0, 10141.0, 10042.0, 10047.0, 10074.0, 9994.0, 10068.0, 10009.0, 10035.0, 9989.0, 9992.0, 9987.0, 9988.0, 9999.0, 10014.0, 10049.0, 9986.0, 10044.0, 9988.0, 10037.0, 9989.0, 10047.0, 10081.0, 9989.0, 10066.0, 9998.0, 10040.0, 9988.0, 10024.0, 10011.0, 10026.0, 10009.0, 10014.0, 9991.0, 10062.0, 10025.0, 10113.0, 10115.0, 10033.0, 10056.0, 9977.0, 9978.0, 9963.0, 9983.0, 10060.0, 9963.0, 10006.0, 10003.0, 9963.0, 10007.0, 9966.0, 10044.0, 9962.0, 10034.0, 9965.0, 9990.0, 9964.0, 9966.0, 9978.0, 9972.0, 10064.0, 9984.0, 10018.0, 9967.0, 9985.0, 9968.0, 9989.0, 10064.0, 9984.0, 10065.0, 9998.0, 10052.0, 9973.0, 10025.0, 9981.0, 10001.0, 10065.0, 10035.0, 10048.0, 9980.0, 10059.0, 9970.0, 10042.0, 9988.0, 10021.0, 9964.0, 10017.0, 9987.0, 10027.0, 10024.0, 10011.0, 10040.0, 9975.0, 10094.0, 9996.0, 10070.0, 10019.0, 10032.0, 9998.0, 10009.0, 9999.0, 9994.0, 10037.0, 9987.0, 10041.0, 10006.0, 10070.0, 10041.0, 10025.0, 9995.0, 10067.0, 10012.0, 10079.0, 10035.0, 10045.0, 9964.0, 10018.0, 9965.0, 10033.0, 9967.0, 9982.0, 9970.0, 9971.0, 9971.0, 10080.0, 10017.0, 10044.0, 9961.0, 10004.0, 9981.0, 10005.0, 9970.0, 9994.0, 9968.0, 9997.0, 9989.0, 10003.0, 10057.0, 9988.0, 10066.0, 10029.0, 10061.0, 9991.0, 10050.0, 9970.0, 10022.0, 10009.0, 9981.0, 10065.0, 10005.0, 10024.0, 9968.0, 10046.0, 9985.0, 10040.0, 9970.0, 10021.0, 9981.0, 9981.0, 9974.0, 9985.0, 10058.0, 9991.0, 10052.0, 9998.0, 10035.0, 10000.0, 10082.0, 10032.0, 10058.0, 10035.0, 10014.0, 9986.0, 9988.0, 10031.0, 9992.0, 10087.0, 10046.0, 10047.0, 10003.0, 10069.0, 9995.0, 10052.0, 9975.0, 9993.0, 9963.0, 9980.0, 10013.0, 9962.0, 10039.0, 9965.0, 10029.0, 9965.0, 9980.0, 9962.0, 9969.0, 10020.0, 9966.0, 10029.0, 9972.0, 10007.0, 9987.0, 10023.0, 9975.0, 10001.0, 10004.0, 9994.0, 10057.0, 9989.0, 10052.0, 9970.0, 10011.0, 10038.0, 10010.0, 10051.0, 9983.0, 10045.0, 9966.0, 10008.0, 10005.0, 9966.0, 9984.0, 9973.0, 10059.0, 9970.0, 10015.0, 10000.0, 9985.0, 10035.0, 9972.0, 10057.0, 9986.0, 9986.0, 10062.0, 9968.0, 10008.0, 9986.0, 9993.0, 10023.0, 10012.0, 9993.0, 9999.0, 10087.0, 10022.0, 10061.0, 10026.0, 10014.0, 10075.0, 10035.0, 10012.0, 10014.0, 10078.0, 9996.0, 10062.0, 10019.0, 9991.0, 10041.0, 9997.0, 10111.0, 10125.0, 10060.0, 10062.0, 9983.0, 10047.0, 9944.0, 9987.0, 9974.0, 9964.0, 10009.0, 9967.0, 10047.0, 9962.0, 10002.0, 9949.0, 9960.0, 9958.0, 9965.0, 10047.0, 9971.0, 10011.0, 9971.0, 9986.0, 10012.0, 9987.0, 10051.0, 9972.0, 10033.0, 9997.0, 9991.0, 10039.0, 9990.0, 10060.0, 9987.0, 10066.0, 9987.0, 10047.0, 9980.0, 10003.0, 9976.0, 9988.0, 10084.0, 9994.0, 10053.0, 9969.0, 10001.0, 10050.0, 10016.0, 10056.0, 9984.0, 10068.0, 9995.0, 10039.0, 10004.0, 9995.0, 10065.0, 9964.0, 10031.0, 9962.0, 9964.0, 10043.0, 9968.0, 10051.0, 9965.0, 9997.0, 9966.0, 9980.0, 10008.0, 9987.0, 10047.0, 9987.0, 9989.0, 9992.0, 10061.0, 9988.0, 10066.0, 10019.0, 10057.0, 9988.0, 10066.0, 9993.0, 10072.0, 10017.0, 10070.0, 10020.0, 10052.0, 10025.0, 10047.0, 10006.0, 9991.0, 10042.0, 9992.0, 10085.0, 10019.0, 10071.0, 9989.0, 10019.0, 9981.0, 10016.0, 9967.0, 10033.0, 9977.0, 10021.0, 9982.0, 10008.0, 9965.0, 9964.0, 9955.0, 9968.0, 9981.0, 9994.0, 9988.0, 10028.0, 9987.0, 10042.0, 9982.0, 10020.0, 10100.0, 10010.0, 10046.0, 10003.0, 10046.0, 9973.0, 10032.0, 9984.0, 10038.0, 9969.0, 9984.0, 10032.0, 9983.0, 10047.0, 9968.0, 10010.0, 9986.0, 9986.0, 9983.0, 9990.0, 9993.0, 10019.0, 10011.0, 10059.0, 10017.0, 10081.0, 10042.0, 10080.0, 10030.0, 10098.0, 10032.0, 10035.0, 9992.0, 10013.0, 10039.0, 9987.0, 10064.0, 10038.0, 10048.0, 9980.0, 10040.0, 9967.0, 10004.0, 9980.0, 9989.0, 9991.0, 9985.0, 10049.0, 9978.0, 10044.0, 9982.0, 10032.0, 9987.0, 10037.0, 9987.0, 10013.0, 9979.0, 10023.0, 9987.0, 10012.0, 9992.0, 10006.0, 10029.0, 9995.0, 10081.0, 10014.0, 10062.0, 10015.0, 9997.0, 10075.0, 9981.0, 10043.0, 9961.0, 9990.0, 9966.0, 9975.0, 9965.0, 9984.0, 10033.0, 9993.0, 10036.0, 9984.0, 10060.0, 9989.0, 10028.0, 9952.0, 9993.0, 9963.0, 9964.0, 9962.0, 9962.0, 10059.0, 9971.0, 10039.0, 9967.0, 9974.0, 9981.0, 9989.0, 10062.0, 9988.0, 10053.0, 10047.0, 10094.0, 9991.0, 10024.0, 9968.0, 9977.0, 9964.0, 9977.0, 9982.0, 10000.0, 9981.0, 9986.0, 10094.0, 9979.0, 10019.0, 10021.0, 9964.0, 9977.0, 9977.0, 10033.0, 9975.0, 10034.0, 9987.0, 10024.0, 9989.0, 10012.0, 9991.0, 10060.0, 9994.0, 9998.0, 10099.0, 10005.0, 10050.0, 9969.0, 10004.0, 9979.0, 10035.0, 9988.0, 10007.0, 9985.0, 10070.0, 10046.0, 9992.0, 10030.0, 9991.0, 10070.0, 9962.0, 10017.0, 9947.0, 9966.0, 10042.0, 9972.0, 10016.0, 9964.0, 10030.0, 9967.0, 10008.0, 9978.0, 9990.0, 9979.0, 9986.0, 9985.0, 10002.0, 10067.0, 9982.0, 10052.0, 9970.0, 10010.0, 9986.0, 9985.0, 10065.0, 10000.0, 10034.0, 9981.0, 9963.0, 10015.0, 9967.0, 10051.0, 9961.0, 9996.0, 9966.0, 9980.0, 10061.0, 9983.0, 10041.0, 9985.0, 10026.0, 9984.0, 9983.0, 10067.0, 10006.0, 10053.0, 9982.0, 10021.0, 10022.0, 9966.0, 10047.0, 9970.0, 10033.0, 9964.0, 9982.0, 9982.0, 9982.0, 10000.0, 9988.0, 10070.0, 10013.0, 10051.0, 9986.0, 10047.0, 9982.0, 10037.0, 9986.0, 10026.0, 9984.0, 10037.0, 9986.0, 10025.0, 10007.0, 10071.0, 10022.0, 10084.0, 10024.0, 10039.0, 9988.0, 10034.0, 10034.0, 9970.0, 10055.0, 9971.0, 10012.0, 9953.0, 9969.0, 9960.0, 9960.0, 9963.0, 9984.0, 10013.0, 9989.0, 10004.0, 10003.0, 10013.0, 10003.0, 10082.0, 9990.0, 10068.0, 9991.0, 10049.0, 10023.0, 10067.0, 10008.0, 9989.0, 10020.0, 10115.0, 10036.0, 9996.0, 10063.0, 9998.0, 10043.0, 9964.0, 10017.0, 9967.0, 9961.0, 10013.0, 9964.0, 10042.0, 9964.0, 10021.0, 9987.0, 10013.0, 9969.0, 9984.0, 10062.0, 10002.0, 10047.0, 9988.0, 10014.0, 9982.0, 9978.0, 10053.0, 9986.0, 10015.0, 9985.0, 9989.0, 9991.0, 10010.0, 10072.0, 9993.0, 10071.0, 10018.0, 10056.0, 10014.0, 10077.0, 10009.0, 10036.0, 10096.0, 10028.0, 10073.0, 10000.0, 10038.0, 9985.0, 9989.0, 10050.0, 9977.0, 10049.0, 9986.0, 10022.0, 9978.0, 9978.0, 9982.0, 9985.0, 10038.0, 9991.0, 10065.0, 10002.0, 10049.0, 9989.0, 10024.0, 9987.0, 10008.0, 10067.0, 10001.0, 10053.0, 9989.0, 10066.0, 9989.0, 10024.0, 9996.0, 10001.0, 10003.0, 10003.0, 10066.0, 9983.0, 10035.0, 9981.0, 10026.0, 9984.0, 10003.0, 9987.0, 10004.0, 10000.0, 9991.0, 10058.0, 10001.0, 10012.0, 9993.0, 10095.0, 10003.0, 10068.0, 10028.0, 10053.0, 9987.0, 10052.0, 9989.0, 10039.0, 9985.0, 9996.0, 10035.0, 9992.0, 9982.0, 9980.0, 9978.0, 9966.0, 10074.0, 10025.0, 10047.0, 9966.0, 10047.0, 9987.0, 10048.0, 9986.0, 10053.0, 10014.0, 10052.0, 9983.0, 10039.0, 9980.0, 10024.0, 9966.0, 9981.0, 9979.0, 9985.0, 10020.0, 9980.0, 10020.0, 9987.0, 9980.0, 9988.0, 9984.0, 9985.0, 10041.0, 9986.0, 9988.0, 9985.0, 9984.0, 9985.0, 10037.0, 10015.0, 10097.0, 10019.0, 10032.0, 9967.0, 9991.0, 9975.0, 9964.0, 10054.0, 9985.0, 10023.0, 9946.0, 9969.0, 9992.0, 9959.0, 10024.0, 9960.0, 9986.0, 9957.0, 9962.0, 9965.0, 9984.0, 10065.0, 9982.0, 10038.0, 9970.0, 9992.0, 9987.0, 9985.0, 10036.0, 9984.0, 10052.0, 9980.0, 10029.0, 9987.0, 9991.0, 10083.0, 10003.0, 10059.0, 9985.0, 9985.0, 9985.0, 9988.0, 10054.0, 9992.0, 10028.0, 10000.0, 10004.0, 10059.0, 10006.0, 10048.0, 10011.0, 10062.0, 10011.0, 10062.0, 10118.0, 10044.0, 10095.0, 10009.0, 10040.0, 10119.0, 10035.0, 10042.0, 9970.0, 9997.0, 10055.0, 9985.0, 10039.0, 9985.0, 9998.0, 10075.0, 9998.0, 10053.0, 9986.0, 10009.0, 9984.0, 10010.0, 10006.0, 10017.0, 9995.0, 10034.0, 10100.0, 10016.0, 10066.0, 10011.0, 10038.0, 9980.0, 10053.0, 9984.0, 10013.0, 10075.0, 10026.0, 10022.0, 9984.0, 10020.0, 9969.0, 10022.0, 10004.0, 9988.0, 10002.0, 9990.0, 10047.0, 10006.0, 10079.0, 10085.0, 10014.0, 9992.0, 9989.0, 10066.0, 9984.0, 10049.0, 9984.0, 10043.0, 9988.0, 10001.0, 9984.0, 9977.0, 10015.0, 9963.0, 10027.0, 9980.0, 10035.0, 9983.0, 10039.0, 9971.0, 10003.0, 10079.0, 9996.0, 10047.0, 9985.0, 10020.0, 9971.0, 10032.0, 9972.0, 9987.0, 9989.0, 10001.0, 9988.0, 10001.0, 10026.0, 10043.0, 10005.0, 10065.0, 10007.0, 10063.0, 9994.0, 9998.0, 10111.0, 10021.0, 10031.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.0003373672806067172</td></tr>
<tr><td colspan=3>aqi</td><td>0.01808266273022752</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.15028036709328</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1952117140455536</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9821807976898047</td></tr>
<tr><td colspan=3>efc</td><td>0.498</td></tr>
<tr><td colspan=3>fber</td><td>5476.6401</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0844751746882092</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.175514626218852</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5112259317805856</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.483306577156994</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5649934843003352</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4853777338844276</td></tr>
<tr><td colspan=3>gcor</td><td>0.00615856</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009134406223893166</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031063828617334366</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.052440794704714</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>23.5324</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4768</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.7073</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294069.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1047.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>447.1212</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5615</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.3434</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3744.1989</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.9095</td></tr>
<tr><td colspan=3>tsnr</td><td>40.35687577072531</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>