<?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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-04/func/sub-0116_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>9112650f12ccfef945602b6bbb88a39a</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>18:06:43.052500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998985, -0.0450286, -0.000683822, 0.0443155, 0.980236, 0.192806]</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.259</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.0958039</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7909, -7263, 501, -141, -384, 251, 143]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fc258365-6274-4243-8491-73035cc9b70a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802048683166504, 0.11889512091875076, 0.02163100242614746, 106.3939208984375], [0.12080846726894379, 2.6299006938934326, 0.5201300978660583, -118.23834991455078], [-0.00183464540168643, -0.517284631729126, 2.649338960647583, -46.91592788696289], [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': ['180643.052500', '180643.512500', '180643.972500', '180644.432500', '180644.892500', '180645.352500', '180645.812500', '180646.272500', '180646.732500', '180647.192500', '180647.652500', '180648.112500', '180648.572500', '180649.032500', '180649.492500', '180649.952500', '180650.412500', '180650.872500', '180651.332500', '180651.792500', '180652.252500', '180652.712500', '180653.172500', '180653.632500', '180654.092500', '180654.552500', '180655.012500', '180655.472500', '180655.932500', '180656.392500', '180656.852500', '180657.312500', '180657.772500', '180658.232500', '180658.692500', '180659.152500', '180659.612500', '180700.072500', '180700.532500', '180700.992500', '180701.452500', '180701.912500', '180702.372500', '180702.832500', '180703.292500', '180703.752500', '180704.212500', '180704.672500', '180705.132500', '180705.592500', '180706.052500', '180706.512500', '180706.972500', '180707.432500', '180707.892500', '180708.352500', '180708.812500', '180709.272500', '180709.732500', '180710.192500', '180710.652500', '180711.112500', '180711.572500', '180712.032500', '180712.492500', '180712.952500', '180713.412500', '180713.872500', '180714.332500', '180714.792500', '180715.252500', '180715.712500', '180716.172500', '180716.632500', '180717.092500', '180717.552500', '180718.012500', '180718.472500', '180718.932500', '180719.392500', '180719.852500', '180720.312500', '180720.772500', '180721.232500', '180721.692500', '180722.152500', '180722.612500', '180723.072500', '180723.532500', '180723.992500', '180724.452500', '180724.912500', '180725.372500', '180725.832500', '180726.292500', '180726.752500', '180727.212500', '180727.672500', '180728.132500', '180728.592500', '180729.052500', '180729.512500', '180729.972500', '180730.432500', '180730.892500', '180731.352500', '180731.812500', '180732.272500', '180732.732500', '180733.192500', '180733.652500', '180734.112500', '180734.572500', '180735.032500', '180735.492500', '180735.952500', '180736.412500', '180736.872500', '180737.332500', '180737.792500', '180738.252500', '180738.712500', '180739.172500', '180739.632500', '180740.092500', '180740.552500', '180741.012500', '180741.472500', '180741.932500', '180742.392500', '180742.852500', '180743.312500', '180743.772500', '180744.232500', '180744.692500', '180745.152500', '180745.612500', '180746.072500', '180746.532500', '180746.992500', '180747.452500', '180747.912500', '180748.372500', '180748.832500', '180749.292500', '180749.752500', '180750.212500', '180750.672500', '180751.132500', '180751.592500', '180752.052500', '180752.512500', '180752.972500', '180753.432500', '180753.892500', '180754.352500', '180754.812500', '180755.272500', '180755.732500', '180756.192500', '180756.652500', '180757.112500', '180757.572500', '180758.032500', '180758.492500', '180758.952500', '180759.412500', '180759.872500', '180800.332500', '180800.792500', '180801.252500', '180801.712500', '180802.172500', '180802.632500', '180803.092500', '180803.552500', '180804.012500', '180804.472500', '180804.932500', '180805.392500', '180805.852500', '180806.312500', '180806.772500', '180807.232500', '180807.692500', '180808.152500', '180808.612500', '180809.072500', '180809.532500', '180809.992500', '180810.452500', '180810.912500', '180811.372500', '180811.832500', '180812.292500', '180812.752500', '180813.212500', '180813.672500', '180814.132500', '180814.592500', '180815.052500', '180815.512500', '180815.972500', '180816.432500', '180816.892500', '180817.352500', '180817.812500', '180818.272500', '180818.732500', '180819.192500', '180819.652500', '180820.112500', '180820.572500', '180821.032500', '180821.492500', '180821.952500', '180822.412500', '180822.872500', '180823.332500', '180823.792500', '180824.252500', '180824.712500', '180825.172500', '180825.632500', '180826.092500', '180826.552500', '180827.012500', '180827.472500', '180827.932500', '180828.392500', '180828.852500', '180829.312500', '180829.772500', '180830.232500', '180830.692500', '180831.152500', '180831.612500', '180832.072500', '180832.532500', '180832.992500', '180833.452500', '180833.912500', '180834.372500', '180834.832500', '180835.292500', '180835.752500', '180836.212500', '180836.672500', '180837.132500', '180837.592500', '180838.052500', '180838.512500', '180838.972500', '180839.432500', '180839.892500', '180840.352500', '180840.812500', '180841.272500', '180841.732500', '180842.192500', '180842.652500', '180843.112500', '180843.572500', '180844.032500', '180844.492500', '180844.952500', '180845.412500', '180845.872500', '180846.332500', '180846.792500', '180847.252500', '180847.712500', '180848.172500', '180848.632500', '180849.092500', '180849.552500', '180850.012500', '180850.472500', '180850.932500', '180851.392500', '180851.852500', '180852.312500', '180852.772500', '180853.232500', '180853.692500', '180854.152500', '180854.612500', '180855.072500', '180855.532500', '180855.992500', '180856.452500', '180856.912500', '180857.372500', '180857.832500', '180858.292500', '180858.752500', '180859.212500', '180859.672500', '180900.132500', '180900.592500', '180901.052500', '180901.512500', '180901.972500', '180902.432500', '180902.892500', '180903.352500', '180903.812500', '180904.272500', '180904.732500', '180905.192500', '180905.652500', '180906.112500', '180906.572500', '180907.032500', '180907.492500', '180907.952500', '180908.412500', '180908.872500', '180909.332500', '180909.792500', '180910.252500', '180910.712500', '180911.172500', '180911.632500', '180912.092500', '180912.552500', '180913.012500', '180913.472500', '180913.932500', '180914.392500', '180914.852500', '180915.312500', '180915.772500', '180916.232500', '180916.692500', '180917.152500', '180917.612500', '180918.072500', '180918.532500', '180918.992500', '180919.452500', '180919.912500', '180920.372500', '180920.832500', '180921.292500', '180921.752500', '180922.212500', '180922.672500', '180923.132500', '180923.592500', '180924.052500', '180924.512500', '180924.972500', '180925.432500', '180925.892500', '180926.352500', '180926.812500', '180927.272500', '180927.732500', '180928.192500', '180928.652500', '180929.112500', '180929.572500', '180930.032500', '180930.492500', '180930.952500', '180931.412500', '180931.872500', '180932.332500', '180932.792500', '180933.252500', '180933.712500', '180934.172500', '180934.632500', '180935.092500', '180935.552500', '180936.012500', '180936.472500', '180936.932500', '180937.392500', '180937.852500', '180938.312500', '180938.772500', '180939.232500', '180939.692500', '180940.152500', '180940.612500', '180941.072500', '180941.532500', '180941.992500', '180942.452500', '180942.912500', '180943.372500', '180943.832500', '180944.292500', '180944.752500', '180945.212500', '180945.672500', '180946.132500', '180946.592500', '180947.052500', '180947.512500', '180947.972500', '180948.432500', '180948.892500', '180949.352500', '180949.812500', '180950.272500', '180950.732500', '180951.192500', '180951.652500', '180952.112500', '180952.572500', '180953.032500', '180953.492500', '180953.952500', '180954.412500', '180954.872500', '180955.332500', '180955.792500', '180956.252500', '180956.712500', '180957.172500', '180957.632500', '180958.092500', '180958.552500', '180959.012500', '180959.472500', '180959.932500', '181000.392500', '181000.852500', '181001.312500', '181001.772500', '181002.232500', '181002.692500', '181003.152500', '181003.612500', '181004.072500', '181004.532500', '181004.992500', '181005.452500', '181005.912500', '181006.372500', '181006.832500', '181007.292500', '181007.752500', '181008.212500', '181008.672500', '181009.132500', '181009.592500', '181010.052500', '181010.512500', '181010.972500', '181011.432500', '181011.892500', '181012.352500', '181012.812500', '181013.272500', '181013.732500', '181014.192500', '181014.652500', '181015.112500', '181015.572500', '181016.032500', '181016.492500', '181016.952500', '181017.412500', '181017.872500', '181018.332500', '181018.792500', '181019.252500', '181019.712500', '181020.172500', '181020.632500', '181021.092500', '181021.552500', '181022.012500', '181022.472500', '181022.932500', '181023.392500', '181023.852500', '181024.312500', '181024.772500', '181025.232500', '181025.692500', '181026.152500', '181026.612500', '181027.072500', '181027.532500', '181027.992500', '181028.452500', '181028.912500', '181029.372500', '181029.832500', '181030.292500', '181030.752500', '181031.212500', '181031.672500', '181032.132500', '181032.592500', '181033.052500', '181033.512500', '181033.972500', '181034.432500', '181034.892500', '181035.352500', '181035.812500', '181036.272500', '181036.732500', '181037.192500', '181037.652500', '181038.112500', '181038.572500', '181039.032500', '181039.492500', '181039.952500', '181040.412500', '181040.872500', '181041.332500', '181041.792500', '181042.252500', '181042.712500', '181043.172500', '181043.632500', '181044.092500', '181044.552500', '181045.012500', '181045.472500', '181045.932500', '181046.392500', '181046.852500', '181047.312500', '181047.772500', '181048.232500', '181048.692500', '181049.152500', '181049.612500', '181050.072500', '181050.532500', '181050.992500', '181051.452500', '181051.912500', '181052.372500', '181052.832500', '181053.292500', '181053.752500', '181054.212500', '181054.672500', '181055.132500', '181055.592500', '181056.052500', '181056.512500', '181056.972500', '181057.432500', '181057.892500', '181058.352500', '181058.812500', '181059.272500', '181059.732500', '181100.192500', '181100.652500', '181101.112500', '181101.572500', '181102.032500', '181102.492500', '181102.952500', '181103.412500', '181103.872500', '181104.332500', '181104.792500', '181105.252500', '181105.712500', '181106.172500', '181106.632500', '181107.092500', '181107.552500', '181108.012500', '181108.472500', '181108.932500', '181109.392500', '181109.852500', '181110.312500', '181110.772500', '181111.232500', '181111.692500', '181112.152500', '181112.612500', '181113.072500', '181113.532500', '181113.992500', '181114.452500', '181114.912500', '181115.372500', '181115.832500', '181116.292500', '181116.752500', '181117.212500', '181117.672500', '181118.132500', '181118.592500', '181119.052500', '181119.512500', '181119.972500', '181120.432500', '181120.892500', '181121.352500', '181121.812500', '181122.272500', '181122.732500', '181123.192500', '181123.652500', '181124.112500', '181124.572500', '181125.032500', '181125.492500', '181125.952500', '181126.412500', '181126.872500', '181127.332500', '181127.792500', '181128.252500', '181128.712500', '181129.172500', '181129.632500', '181130.092500', '181130.552500', '181131.012500', '181131.472500', '181131.932500', '181132.392500', '181132.852500', '181133.312500', '181133.772500', '181134.232500', '181134.692500', '181135.152500', '181135.612500', '181136.072500', '181136.532500', '181136.992500', '181137.452500', '181137.912500', '181138.372500', '181138.832500', '181139.292500', '181139.752500', '181140.212500', '181140.672500', '181141.132500', '181141.592500', '181142.052500', '181142.512500', '181142.972500', '181143.432500', '181143.892500', '181144.352500', '181144.812500', '181145.272500', '181145.732500', '181146.192500', '181146.652500', '181147.112500', '181147.572500', '181148.032500', '181148.492500', '181148.952500', '181149.412500', '181149.872500', '181150.332500', '181150.792500', '181151.252500', '181151.712500', '181152.172500', '181152.632500', '181153.092500', '181153.552500', '181154.012500', '181154.472500', '181154.932500', '181155.392500', '181155.852500', '181156.312500', '181156.772500', '181157.232500', '181157.692500', '181158.152500', '181158.612500', '181159.072500', '181159.532500', '181159.992500', '181200.452500', '181200.912500', '181201.372500', '181201.832500', '181202.292500', '181202.752500', '181203.212500', '181203.672500', '181204.132500', '181204.592500', '181205.052500', '181205.512500', '181205.972500', '181206.432500', '181206.892500', '181207.352500', '181207.812500', '181208.272500', '181208.732500', '181209.192500', '181209.652500', '181210.112500', '181210.572500', '181211.032500', '181211.492500', '181211.952500', '181212.412500', '181212.872500', '181213.332500', '181213.792500', '181214.252500', '181214.712500', '181215.172500', '181215.632500', '181216.092500', '181216.552500', '181217.012500', '181217.472500', '181217.932500', '181218.392500', '181218.852500', '181219.312500', '181219.772500', '181220.232500', '181220.692500', '181221.152500', '181221.612500', '181222.072500', '181222.532500', '181222.992500', '181223.452500', '181223.912500', '181224.372500', '181224.832500', '181225.292500', '181225.752500', '181226.212500', '181226.672500', '181227.132500', '181227.592500', '181228.052500', '181228.512500', '181228.972500', '181229.432500', '181229.892500', '181230.352500', '181230.812500', '181231.272500', '181231.732500', '181232.192500', '181232.652500', '181233.112500', '181233.572500', '181234.032500', '181234.492500', '181234.952500', '181235.412500', '181235.872500', '181236.332500', '181236.792500', '181237.252500', '181237.712500', '181238.172500', '181238.632500', '181239.092500', '181239.552500', '181240.012500', '181240.472500', '181240.932500', '181241.392500', '181241.852500', '181242.312500', '181242.772500', '181243.232500', '181243.692500', '181244.152500', '181244.612500', '181245.072500', '181245.532500', '181245.992500', '181246.452500', '181246.912500', '181247.372500', '181247.832500', '181248.292500', '181248.752500', '181249.212500', '181249.672500', '181250.132500', '181250.592500', '181251.052500', '181251.512500', '181251.972500', '181252.432500', '181252.892500', '181253.352500', '181253.812500', '181254.272500', '181254.732500', '181255.192500', '181255.652500', '181256.112500', '181256.572500', '181257.032500', '181257.492500', '181257.952500', '181258.412500', '181258.872500', '181259.332500', '181259.792500', '181300.252500', '181300.712500', '181301.172500', '181301.632500', '181302.092500', '181302.552500', '181303.012500', '181303.472500', '181303.932500', '181304.392500', '181304.852500', '181305.312500', '181305.772500', '181306.232500', '181306.692500', '181307.152500', '181307.612500', '181308.072500', '181308.532500', '181308.992500', '181309.452500', '181309.912500', '181310.372500', '181310.832500', '181311.292500', '181311.752500', '181312.212500', '181312.672500', '181313.132500', '181313.592500', '181314.052500', '181314.512500', '181314.972500', '181315.432500', '181315.892500', '181316.352500', '181316.812500', '181317.272500', '181317.732500', '181318.192500', '181318.652500', '181319.112500', '181319.572500', '181320.032500', '181320.492500', '181320.952500', '181321.412500', '181321.872500', '181322.332500', '181322.792500', '181323.252500', '181323.712500', '181324.172500', '181324.632500', '181325.092500', '181325.552500', '181326.012500', '181326.472500', '181326.932500', '181327.392500', '181327.852500', '181328.312500', '181328.772500', '181329.232500', '181329.692500', '181330.152500', '181330.612500', '181331.072500', '181331.532500', '181331.992500', '181332.452500', '181332.912500', '181333.372500', '181333.832500', '181334.292500', '181334.752500', '181335.212500', '181335.672500', '181336.132500', '181336.592500', '181337.052500', '181337.512500', '181337.972500', '181338.432500', '181338.892500', '181339.352500', '181339.812500', '181340.272500', '181340.732500', '181341.192500', '181341.652500', '181342.112500', '181342.572500', '181343.032500', '181343.492500', '181343.952500', '181344.412500', '181344.872500', '181345.332500', '181345.792500', '181346.252500', '181346.712500', '181347.172500', '181347.632500', '181348.092500', '181348.552500'], 'ContentTime': ['180708.046000', '180708.049000', '180708.051000', '180708.054000', '180708.057000', '180708.059000', '180708.062000', '180708.064000', '180708.067000', '180708.069000', '180708.072000', '180708.075000', '180708.077000', '180708.080000', '180708.083000', '180708.085000', '180708.088000', '180708.090000', '180708.093000', '180708.096000', '180708.098000', '180708.101000', '180708.104000', '180708.106000', '180708.109000', '180708.111000', '180708.114000', '180708.117000', '180708.119000', '180708.122000', '180708.124000', '180708.127000', '180708.129000', '180708.132000', '180708.135000', '180708.137000', '180708.140000', '180708.142000', '180708.145000', '180708.148000', '180708.154000', '180708.157000', '180708.160000', '180708.162000', '180708.165000', '180708.167000', '180708.170000', '180708.172000', '180708.175000', '180708.178000', '180708.180000', '180728.012000', '180728.014000', '180728.017000', '180728.020000', '180728.022000', '180728.025000', '180728.028000', '180728.030000', '180728.033000', '180728.035000', '180728.038000', '180728.040000', '180728.043000', '180728.046000', '180728.048000', '180728.051000', '180728.058000', '180728.061000', '180728.089000', '180728.092000', '180728.094000', '180728.097000', '180728.100000', '180728.102000', '180728.105000', '180728.107000', '180728.110000', '180728.112000', '180728.115000', '180728.117000', '180728.120000', '180728.123000', '180728.125000', '180728.128000', '180728.130000', '180728.133000', '180728.136000', '180728.138000', '180728.141000', '180728.143000', '180728.146000', '180728.148000', '180728.151000', '180728.154000', '180748.011000', '180748.014000', '180748.017000', '180748.020000', '180748.022000', '180748.025000', '180748.028000', '180748.030000', '180748.033000', '180748.035000', '180748.038000', '180748.041000', '180748.043000', '180748.046000', '180748.048000', '180748.051000', '180748.054000', '180748.056000', '180748.059000', '180748.062000', '180748.064000', '180748.067000', '180748.069000', '180748.072000', '180748.075000', '180748.077000', '180748.080000', '180748.082000', '180748.085000', '180748.088000', '180748.090000', '180748.093000', '180748.096000', '180748.098000', '180748.101000', '180748.103000', '180748.106000', '180748.109000', '180748.111000', '180748.114000', '180748.116000', '180748.119000', '180748.121000', '180808.011000', '180808.014000', '180808.017000', '180808.019000', '180808.022000', '180808.025000', '180808.027000', '180808.030000', '180808.032000', '180808.035000', '180808.037000', '180808.040000', '180808.043000', '180808.050000', '180808.052000', '180808.055000', '180808.057000', '180808.060000', '180808.063000', '180808.065000', '180808.068000', '180808.071000', '180808.073000', '180808.076000', '180808.078000', '180808.081000', '180808.084000', '180808.086000', '180808.089000', '180808.091000', '180808.094000', '180808.096000', '180808.099000', '180808.102000', '180808.104000', '180808.107000', '180808.109000', '180808.112000', '180808.115000', '180808.117000', '180808.120000', '180808.122000', '180808.125000', '180808.128000', '180828.011000', '180828.013000', '180828.016000', '180828.019000', '180828.021000', '180828.024000', '180828.026000', '180828.029000', '180828.031000', '180828.034000', '180828.037000', '180828.039000', '180828.042000', '180828.044000', '180828.047000', '180828.050000', '180828.052000', '180828.055000', '180828.058000', '180828.060000', '180828.063000', '180828.065000', '180828.068000', '180828.071000', '180828.073000', '180828.076000', '180828.078000', '180828.082000', '180828.085000', '180828.088000', '180828.090000', '180828.093000', '180828.095000', '180828.098000', '180828.101000', '180828.103000', '180828.106000', '180828.108000', '180828.111000', '180828.114000', '180828.116000', '180828.119000', '180828.121000', '180848.012000', '180848.014000', '180848.017000', '180848.020000', '180848.022000', '180848.025000', '180848.027000', '180848.030000', '180848.033000', '180848.035000', '180848.038000', '180848.040000', '180848.043000', '180848.045000', '180848.048000', '180848.051000', '180848.054000', '180848.056000', '180848.059000', '180848.061000', '180848.064000', '180848.067000', '180848.076000', '180848.078000', '180848.081000', '180848.084000', '180848.086000', '180848.089000', '180848.091000', '180848.094000', '180848.097000', '180848.099000', '180848.102000', '180848.104000', '180848.107000', '180848.110000', '180848.112000', '180848.115000', '180848.117000', '180848.120000', '180848.122000', '180848.125000', '180848.128000', '180848.130000', '180908.012000', '180908.014000', '180908.017000', '180908.020000', '180908.022000', '180908.025000', '180908.028000', '180908.030000', '180908.033000', '180908.035000', '180908.038000', '180908.041000', '180908.043000', '180908.046000', '180908.048000', '180908.051000', '180908.054000', '180908.056000', '180908.059000', '180908.061000', '180908.064000', '180908.067000', '180908.070000', '180908.073000', '180908.076000', '180908.079000', '180908.081000', '180908.084000', '180908.098000', '180908.101000', '180908.104000', '180908.106000', '180908.109000', '180908.111000', '180908.114000', '180908.116000', '180908.119000', '180908.122000', '180908.124000', '180908.127000', '180908.129000', '180908.132000', '180908.135000', '180928.012000', '180928.014000', '180928.017000', '180928.020000', '180928.022000', '180928.025000', '180928.027000', '180928.030000', '180928.033000', '180928.035000', '180928.038000', '180928.040000', '180928.043000', '180928.045000', '180928.048000', '180928.051000', '180928.053000', '180928.056000', '180928.058000', '180928.061000', '180928.064000', '180928.066000', '180928.069000', '180928.071000', '180928.074000', '180928.077000', '180928.079000', '180928.082000', '180928.084000', '180928.087000', '180928.090000', '180928.092000', '180928.095000', '180928.097000', '180928.105000', '180928.108000', '180928.111000', '180928.113000', '180928.116000', '180928.118000', '180928.121000', '180928.123000', '180928.126000', '180928.129000', '180948.012000', '180948.014000', '180948.017000', '180948.019000', '180948.022000', '180948.025000', '180948.027000', '180948.030000', '180948.032000', '180948.035000', '180948.038000', '180948.040000', '180948.043000', '180948.045000', '180948.048000', '180948.051000', '180948.053000', '180948.056000', '180948.058000', '180948.061000', '180948.064000', '180948.066000', '180948.069000', '180948.071000', '180948.074000', '180948.077000', '180948.080000', '180948.082000', '180948.085000', '180948.087000', '180948.090000', '180948.093000', '180948.095000', '180948.098000', '180948.100000', '180948.103000', '180948.105000', '180948.108000', '180948.111000', '180948.113000', '180948.116000', '180948.119000', '180948.122000', '181008.011000', '181008.014000', '181008.017000', '181008.019000', '181008.022000', '181008.025000', '181008.027000', '181008.030000', '181008.032000', '181008.035000', '181008.038000', '181008.040000', '181008.043000', '181008.045000', '181008.048000', '181008.051000', '181008.053000', '181008.056000', '181008.058000', '181008.061000', '181008.064000', '181008.066000', '181008.069000', '181008.071000', '181008.074000', '181008.077000', '181008.079000', '181008.082000', '181008.084000', '181008.087000', '181008.090000', '181008.092000', '181008.095000', '181008.098000', '181008.100000', '181008.103000', '181008.105000', '181008.108000', '181008.110000', '181008.113000', '181008.116000', '181008.118000', '181008.121000', '181008.123000', '181028.011000', '181028.014000', '181028.017000', '181028.020000', '181028.022000', '181028.025000', '181028.027000', '181028.030000', '181028.032000', '181028.035000', '181028.038000', '181028.040000', '181028.043000', '181028.045000', '181028.048000', '181028.051000', '181028.053000', '181028.056000', '181028.058000', '181028.061000', '181028.064000', '181028.066000', '181028.069000', '181028.071000', '181028.074000', '181028.077000', '181028.079000', '181028.082000', '181028.085000', '181028.088000', '181028.091000', '181028.094000', '181028.097000', '181028.099000', '181028.102000', '181028.104000', '181028.107000', '181028.110000', '181028.112000', '181028.115000', '181028.117000', '181028.120000', '181028.123000', '181048.010000', '181048.013000', '181048.016000', '181048.019000', '181048.021000', '181048.024000', '181048.026000', '181048.029000', '181048.032000', '181048.034000', '181048.045000', '181048.047000', '181048.050000', '181048.052000', '181048.055000', '181048.058000', '181048.060000', '181048.063000', '181048.066000', '181048.068000', '181048.071000', '181048.073000', '181048.076000', '181048.079000', '181048.081000', '181048.084000', '181048.086000', '181048.089000', '181048.092000', '181048.094000', '181048.097000', '181048.099000', '181048.106000', '181048.109000', '181048.111000', '181048.114000', '181048.116000', '181048.119000', '181048.122000', '181048.124000', '181048.127000', '181048.129000', '181048.132000', '181048.134000', '181108.011000', '181108.014000', '181108.017000', '181108.020000', '181108.022000', '181108.025000', '181108.027000', '181108.030000', '181108.033000', '181108.035000', '181108.038000', '181108.040000', '181108.043000', '181108.045000', '181108.048000', '181108.051000', '181108.053000', '181108.056000', '181108.058000', '181108.061000', '181108.063000', '181108.066000', '181108.069000', '181108.071000', '181108.074000', '181108.076000', '181108.079000', '181108.082000', '181108.084000', '181108.087000', '181108.089000', '181108.092000', '181108.095000', '181108.097000', '181108.100000', '181108.103000', '181108.106000', '181108.108000', '181108.111000', '181108.114000', '181108.116000', '181108.119000', '181108.121000', '181128.012000', '181128.014000', '181128.017000', '181128.020000', '181128.022000', '181128.025000', '181128.027000', '181128.030000', '181128.033000', '181128.035000', '181128.038000', '181128.040000', '181128.043000', '181128.046000', '181128.048000', '181128.051000', '181128.053000', '181128.056000', '181128.059000', '181128.061000', '181128.064000', '181128.066000', '181128.069000', '181128.072000', '181128.074000', '181128.077000', '181128.079000', '181128.082000', '181128.084000', '181128.087000', '181128.090000', '181128.092000', '181128.095000', '181128.097000', '181128.100000', '181128.102000', '181128.105000', '181128.108000', '181128.110000', '181128.113000', '181128.116000', '181128.118000', '181128.121000', '181128.123000', '181148.012000', '181148.015000', '181148.017000', '181148.020000', '181148.022000', '181148.025000', '181148.028000', '181148.030000', '181148.033000', '181148.035000', '181148.038000', '181148.041000', '181148.043000', '181148.046000', '181148.048000', '181148.051000', '181148.054000', '181148.056000', '181148.059000', '181148.062000', '181148.064000', '181148.067000', '181148.070000', '181148.072000', '181148.075000', '181148.078000', '181148.080000', '181148.083000', '181148.085000', '181148.088000', '181148.091000', '181148.093000', '181148.096000', '181148.098000', '181148.101000', '181148.104000', '181148.106000', '181148.109000', '181148.112000', '181148.114000', '181148.117000', '181148.119000', '181148.122000', '181208.012000', '181208.015000', '181208.018000', '181208.020000', '181208.023000', '181208.025000', '181208.028000', '181208.031000', '181208.033000', '181208.036000', '181208.039000', '181208.041000', '181208.044000', '181208.046000', '181208.049000', '181208.051000', '181208.054000', '181208.057000', '181208.059000', '181208.062000', '181208.064000', '181208.067000', '181208.070000', '181208.072000', '181208.075000', '181208.077000', '181208.080000', '181208.082000', '181208.085000', '181208.090000', '181208.092000', '181208.095000', '181208.097000', '181208.100000', '181208.103000', '181208.123000', '181208.126000', '181208.129000', '181208.131000', '181208.134000', '181208.136000', '181208.139000', '181208.142000', '181208.144000', '181228.011000', '181228.014000', '181228.017000', '181228.019000', '181228.022000', '181228.025000', '181228.027000', '181228.030000', '181228.032000', '181228.035000', '181228.037000', '181228.040000', '181228.043000', '181228.045000', '181228.048000', '181228.050000', '181228.053000', '181228.055000', '181228.058000', '181228.061000', '181228.063000', '181228.066000', '181228.068000', '181228.071000', '181228.074000', '181228.076000', '181228.079000', '181228.081000', '181228.084000', '181228.086000', '181228.089000', '181228.091000', '181228.094000', '181228.097000', '181228.099000', '181228.102000', '181228.104000', '181228.107000', '181228.110000', '181228.112000', '181228.115000', '181228.117000', '181228.120000', '181248.012000', '181248.014000', '181248.017000', '181248.020000', '181248.022000', '181248.025000', '181248.027000', '181248.030000', '181248.033000', '181248.035000', '181248.038000', '181248.040000', '181248.043000', '181248.045000', '181248.048000', '181248.051000', '181248.053000', '181248.056000', '181248.058000', '181248.061000', '181248.064000', '181248.066000', '181248.069000', '181248.071000', '181248.074000', '181248.077000', '181248.079000', '181248.082000', '181248.084000', '181248.087000', '181248.089000', '181248.092000', '181248.095000', '181248.097000', '181248.100000', '181248.102000', '181248.105000', '181248.108000', '181248.110000', '181248.113000', '181248.115000', '181248.118000', '181248.121000', '181248.123000', '181308.011000', '181308.013000', '181308.016000', '181308.019000', '181308.021000', '181308.024000', '181308.026000', '181308.029000', '181308.032000', '181308.034000', '181308.037000', '181308.039000', '181308.042000', '181308.044000', '181308.047000', '181308.050000', '181308.052000', '181308.055000', '181308.058000', '181308.060000', '181308.063000', '181308.065000', '181308.068000', '181308.070000', '181308.073000', '181308.075000', '181308.078000', '181308.081000', '181308.083000', '181308.086000', '181308.088000', '181308.091000', '181308.094000', '181308.096000', '181308.099000', '181308.101000', '181308.104000', '181308.107000', '181308.109000', '181308.112000', '181308.114000', '181308.117000', '181308.120000', '181328.012000', '181328.015000', '181328.017000', '181328.020000', '181328.022000', '181328.025000', '181328.028000', '181328.030000', '181328.033000', '181328.035000', '181328.038000', '181328.041000', '181328.043000', '181328.046000', '181328.048000', '181328.051000', '181328.054000', '181328.056000', '181328.059000', '181328.062000', '181328.064000', '181328.067000', '181328.069000', '181328.072000', '181328.075000', '181328.077000', '181328.087000', '181328.090000', '181328.092000', '181328.095000', '181328.097000', '181328.100000', '181328.103000', '181328.105000', '181328.108000', '181328.110000', '181328.113000', '181328.116000', '181328.118000', '181328.121000', '181328.123000', '181328.126000', '181328.128000', '181328.131000', '181348.011000', '181348.014000', '181348.017000', '181348.020000', '181348.022000', '181348.025000', '181348.027000', '181348.030000', '181348.032000', '181348.035000', '181348.038000', '181348.040000', '181348.043000', '181348.046000', '181348.048000', '181348.051000', '181348.054000', '181348.056000', '181348.059000', '181348.061000', '181348.064000', '181348.066000', '181348.069000', '181348.072000', '181348.074000', '181348.077000', '181348.079000', '181348.082000', '181348.085000', '181348.087000', '181348.090000', '181348.093000', '181348.095000', '181348.098000', '181348.100000', '181348.103000', '181348.105000', '181348.108000', '181348.111000', '181348.113000', '181348.116000', '181348.118000', '181348.121000', '181350.024000', '181350.027000', '181350.030000', '181350.032000', '181350.035000'], 'InstanceCreationTime': ['180708.046000', '180708.049000', '180708.051000', '180708.054000', '180708.057000', '180708.059000', '180708.062000', '180708.064000', '180708.067000', '180708.069000', '180708.072000', '180708.075000', '180708.077000', '180708.080000', '180708.083000', '180708.085000', '180708.088000', '180708.090000', '180708.093000', '180708.096000', '180708.098000', '180708.101000', '180708.104000', '180708.106000', '180708.109000', '180708.111000', '180708.114000', '180708.117000', '180708.119000', '180708.122000', '180708.124000', '180708.127000', '180708.129000', '180708.132000', '180708.135000', '180708.137000', '180708.140000', '180708.142000', '180708.145000', '180708.148000', '180708.154000', '180708.157000', '180708.160000', '180708.162000', '180708.165000', '180708.167000', '180708.170000', '180708.172000', '180708.175000', '180708.178000', '180708.180000', '180728.012000', '180728.014000', '180728.017000', '180728.020000', '180728.022000', '180728.025000', '180728.028000', '180728.030000', '180728.033000', '180728.035000', '180728.038000', '180728.040000', '180728.043000', '180728.046000', '180728.048000', '180728.051000', '180728.058000', '180728.061000', '180728.089000', '180728.092000', '180728.094000', '180728.097000', '180728.100000', '180728.102000', '180728.105000', '180728.107000', '180728.110000', '180728.112000', '180728.115000', '180728.117000', '180728.120000', '180728.123000', '180728.125000', '180728.128000', '180728.130000', '180728.133000', '180728.136000', '180728.138000', '180728.141000', '180728.143000', '180728.146000', '180728.148000', '180728.151000', '180728.154000', '180748.011000', '180748.014000', '180748.017000', '180748.020000', '180748.022000', '180748.025000', '180748.028000', '180748.030000', '180748.033000', '180748.035000', '180748.038000', '180748.041000', '180748.043000', '180748.046000', '180748.048000', '180748.051000', '180748.054000', '180748.056000', '180748.059000', '180748.062000', '180748.064000', '180748.067000', '180748.069000', '180748.072000', '180748.075000', '180748.077000', '180748.080000', '180748.082000', '180748.085000', '180748.088000', '180748.090000', '180748.093000', '180748.096000', '180748.098000', '180748.101000', '180748.103000', '180748.106000', '180748.109000', '180748.111000', '180748.114000', '180748.116000', '180748.119000', '180748.121000', '180808.011000', '180808.014000', '180808.017000', '180808.019000', '180808.022000', '180808.025000', '180808.027000', '180808.030000', '180808.032000', '180808.035000', '180808.037000', '180808.040000', '180808.043000', '180808.050000', '180808.052000', '180808.055000', '180808.057000', '180808.060000', '180808.063000', '180808.065000', '180808.068000', '180808.071000', '180808.073000', '180808.076000', '180808.078000', '180808.081000', '180808.084000', '180808.086000', '180808.089000', '180808.091000', '180808.094000', '180808.096000', '180808.099000', '180808.102000', '180808.104000', '180808.107000', '180808.109000', '180808.112000', '180808.115000', '180808.117000', '180808.120000', '180808.122000', '180808.125000', '180808.128000', '180828.011000', '180828.013000', '180828.016000', '180828.019000', '180828.021000', '180828.024000', '180828.026000', '180828.029000', '180828.031000', '180828.034000', '180828.037000', '180828.039000', '180828.042000', '180828.044000', '180828.047000', '180828.050000', '180828.052000', '180828.055000', '180828.058000', '180828.060000', '180828.063000', '180828.065000', '180828.068000', '180828.071000', '180828.073000', '180828.076000', '180828.078000', '180828.082000', '180828.085000', '180828.088000', '180828.090000', '180828.093000', '180828.095000', '180828.098000', '180828.101000', '180828.103000', '180828.106000', '180828.108000', '180828.111000', '180828.114000', '180828.116000', '180828.119000', '180828.121000', '180848.012000', '180848.014000', '180848.017000', '180848.020000', '180848.022000', '180848.025000', '180848.027000', '180848.030000', '180848.033000', '180848.035000', '180848.038000', '180848.040000', '180848.043000', '180848.045000', '180848.048000', '180848.051000', '180848.054000', '180848.056000', '180848.059000', '180848.061000', '180848.064000', '180848.067000', '180848.076000', '180848.078000', '180848.081000', '180848.084000', '180848.086000', '180848.089000', '180848.091000', '180848.094000', '180848.097000', '180848.099000', '180848.102000', '180848.104000', '180848.107000', '180848.110000', '180848.112000', '180848.115000', '180848.117000', '180848.120000', '180848.122000', '180848.125000', '180848.128000', '180848.130000', '180908.012000', '180908.014000', '180908.017000', '180908.020000', '180908.022000', '180908.025000', '180908.028000', '180908.030000', '180908.033000', '180908.035000', '180908.038000', '180908.041000', '180908.043000', '180908.046000', '180908.048000', '180908.051000', '180908.054000', '180908.056000', '180908.059000', '180908.061000', '180908.064000', '180908.067000', '180908.070000', '180908.073000', '180908.076000', '180908.079000', '180908.081000', '180908.084000', '180908.098000', '180908.101000', '180908.104000', '180908.106000', '180908.109000', '180908.111000', '180908.114000', '180908.116000', '180908.119000', '180908.122000', '180908.124000', '180908.127000', '180908.129000', '180908.132000', '180908.135000', '180928.012000', '180928.014000', '180928.017000', '180928.020000', '180928.022000', '180928.025000', '180928.027000', '180928.030000', '180928.033000', '180928.035000', '180928.038000', '180928.040000', '180928.043000', '180928.045000', '180928.048000', '180928.051000', '180928.053000', '180928.056000', '180928.058000', '180928.061000', '180928.064000', '180928.066000', '180928.069000', '180928.071000', '180928.074000', '180928.077000', '180928.079000', '180928.082000', '180928.084000', '180928.087000', '180928.090000', '180928.092000', '180928.095000', '180928.097000', '180928.105000', '180928.108000', '180928.111000', '180928.113000', '180928.116000', '180928.118000', '180928.121000', '180928.123000', '180928.126000', '180928.129000', '180948.012000', '180948.014000', '180948.017000', '180948.019000', '180948.022000', '180948.025000', '180948.027000', '180948.030000', '180948.032000', '180948.035000', '180948.038000', '180948.040000', '180948.043000', '180948.045000', '180948.048000', '180948.051000', '180948.053000', '180948.056000', '180948.058000', '180948.061000', '180948.064000', '180948.066000', '180948.069000', '180948.071000', '180948.074000', '180948.077000', '180948.080000', '180948.082000', '180948.085000', '180948.087000', '180948.090000', '180948.093000', '180948.095000', '180948.098000', '180948.100000', '180948.103000', '180948.105000', '180948.108000', '180948.111000', '180948.113000', '180948.116000', '180948.119000', '180948.122000', '181008.011000', '181008.014000', '181008.017000', '181008.019000', '181008.022000', '181008.025000', '181008.027000', '181008.030000', '181008.032000', '181008.035000', '181008.038000', '181008.040000', '181008.043000', '181008.045000', '181008.048000', '181008.051000', '181008.053000', '181008.056000', '181008.058000', '181008.061000', '181008.064000', '181008.066000', '181008.069000', '181008.071000', '181008.074000', '181008.077000', '181008.079000', '181008.082000', '181008.084000', '181008.087000', '181008.090000', '181008.092000', '181008.095000', '181008.098000', '181008.100000', '181008.103000', '181008.105000', '181008.108000', '181008.110000', '181008.113000', '181008.116000', '181008.118000', '181008.121000', '181008.123000', '181028.011000', '181028.014000', '181028.017000', '181028.020000', '181028.022000', '181028.025000', '181028.027000', '181028.030000', '181028.032000', '181028.035000', '181028.038000', '181028.040000', '181028.043000', '181028.045000', '181028.048000', '181028.051000', '181028.053000', '181028.056000', '181028.058000', '181028.061000', '181028.064000', '181028.066000', '181028.069000', '181028.071000', '181028.074000', '181028.077000', '181028.079000', '181028.082000', '181028.085000', '181028.088000', '181028.091000', '181028.094000', '181028.097000', '181028.099000', '181028.102000', '181028.104000', '181028.107000', '181028.110000', '181028.112000', '181028.115000', '181028.117000', '181028.120000', '181028.123000', '181048.010000', '181048.013000', '181048.016000', '181048.019000', '181048.021000', '181048.024000', '181048.026000', '181048.029000', '181048.032000', '181048.034000', '181048.045000', '181048.047000', '181048.050000', '181048.052000', '181048.055000', '181048.058000', '181048.060000', '181048.063000', '181048.066000', '181048.068000', '181048.071000', '181048.073000', '181048.076000', '181048.079000', '181048.081000', '181048.084000', '181048.086000', '181048.089000', '181048.092000', '181048.094000', '181048.097000', '181048.099000', '181048.106000', '181048.109000', '181048.111000', '181048.114000', '181048.116000', '181048.119000', '181048.122000', '181048.124000', '181048.127000', '181048.129000', '181048.132000', '181048.134000', '181108.011000', '181108.014000', '181108.017000', '181108.020000', '181108.022000', '181108.025000', '181108.027000', '181108.030000', '181108.033000', '181108.035000', '181108.038000', '181108.040000', '181108.043000', '181108.045000', '181108.048000', '181108.051000', '181108.053000', '181108.056000', '181108.058000', '181108.061000', '181108.063000', '181108.066000', '181108.069000', '181108.071000', '181108.074000', '181108.076000', '181108.079000', '181108.082000', '181108.084000', '181108.087000', '181108.089000', '181108.092000', '181108.095000', '181108.097000', '181108.100000', '181108.103000', '181108.106000', '181108.108000', '181108.111000', '181108.114000', '181108.116000', '181108.119000', '181108.121000', '181128.012000', '181128.014000', '181128.017000', '181128.020000', '181128.022000', '181128.025000', '181128.027000', '181128.030000', '181128.033000', '181128.035000', '181128.038000', '181128.040000', '181128.043000', '181128.046000', '181128.048000', '181128.051000', '181128.053000', '181128.056000', '181128.059000', '181128.061000', '181128.064000', '181128.066000', '181128.069000', '181128.072000', '181128.074000', '181128.077000', '181128.079000', '181128.082000', '181128.084000', '181128.087000', '181128.090000', '181128.092000', '181128.095000', '181128.097000', '181128.100000', '181128.102000', '181128.105000', '181128.108000', '181128.110000', '181128.113000', '181128.116000', '181128.118000', '181128.121000', '181128.123000', '181148.012000', '181148.015000', '181148.017000', '181148.020000', '181148.022000', '181148.025000', '181148.028000', '181148.030000', '181148.033000', '181148.035000', '181148.038000', '181148.041000', '181148.043000', '181148.046000', '181148.048000', '181148.051000', '181148.054000', '181148.056000', '181148.059000', '181148.062000', '181148.064000', '181148.067000', '181148.070000', '181148.072000', '181148.075000', '181148.078000', '181148.080000', '181148.083000', '181148.085000', '181148.088000', '181148.091000', '181148.093000', '181148.096000', '181148.098000', '181148.101000', '181148.104000', '181148.106000', '181148.109000', '181148.112000', '181148.114000', '181148.117000', '181148.119000', '181148.122000', '181208.012000', '181208.015000', '181208.018000', '181208.020000', '181208.023000', '181208.025000', '181208.028000', '181208.031000', '181208.033000', '181208.036000', '181208.039000', '181208.041000', '181208.044000', '181208.046000', '181208.049000', '181208.051000', '181208.054000', '181208.057000', '181208.059000', '181208.062000', '181208.064000', '181208.067000', '181208.070000', '181208.072000', '181208.075000', '181208.077000', '181208.080000', '181208.082000', '181208.085000', '181208.090000', '181208.092000', '181208.095000', '181208.097000', '181208.100000', '181208.103000', '181208.123000', '181208.126000', '181208.129000', '181208.131000', '181208.134000', '181208.136000', '181208.139000', '181208.142000', '181208.144000', '181228.011000', '181228.014000', '181228.017000', '181228.019000', '181228.022000', '181228.025000', '181228.027000', '181228.030000', '181228.032000', '181228.035000', '181228.037000', '181228.040000', '181228.043000', '181228.045000', '181228.048000', '181228.050000', '181228.053000', '181228.055000', '181228.058000', '181228.061000', '181228.063000', '181228.066000', '181228.068000', '181228.071000', '181228.074000', '181228.076000', '181228.079000', '181228.081000', '181228.084000', '181228.086000', '181228.089000', '181228.091000', '181228.094000', '181228.097000', '181228.099000', '181228.102000', '181228.104000', '181228.107000', '181228.110000', '181228.112000', '181228.115000', '181228.117000', '181228.120000', '181248.012000', '181248.014000', '181248.017000', '181248.020000', '181248.022000', '181248.025000', '181248.027000', '181248.030000', '181248.033000', '181248.035000', '181248.038000', '181248.040000', '181248.043000', '181248.045000', '181248.048000', '181248.051000', '181248.053000', '181248.056000', '181248.058000', '181248.061000', '181248.064000', '181248.066000', '181248.069000', '181248.071000', '181248.074000', '181248.077000', '181248.079000', '181248.082000', '181248.084000', '181248.087000', '181248.089000', '181248.092000', '181248.095000', '181248.097000', '181248.100000', '181248.102000', '181248.105000', '181248.108000', '181248.110000', '181248.113000', '181248.115000', '181248.118000', '181248.121000', '181248.123000', '181308.011000', '181308.013000', '181308.016000', '181308.019000', '181308.021000', '181308.024000', '181308.026000', '181308.029000', '181308.032000', '181308.034000', '181308.037000', '181308.039000', '181308.042000', '181308.044000', '181308.047000', '181308.050000', '181308.052000', '181308.055000', '181308.058000', '181308.060000', '181308.063000', '181308.065000', '181308.068000', '181308.070000', '181308.073000', '181308.075000', '181308.078000', '181308.081000', '181308.083000', '181308.086000', '181308.088000', '181308.091000', '181308.094000', '181308.096000', '181308.099000', '181308.101000', '181308.104000', '181308.107000', '181308.109000', '181308.112000', '181308.114000', '181308.117000', '181308.120000', '181328.012000', '181328.015000', '181328.017000', '181328.020000', '181328.022000', '181328.025000', '181328.028000', '181328.030000', '181328.033000', '181328.035000', '181328.038000', '181328.041000', '181328.043000', '181328.046000', '181328.048000', '181328.051000', '181328.054000', '181328.056000', '181328.059000', '181328.062000', '181328.064000', '181328.067000', '181328.069000', '181328.072000', '181328.075000', '181328.077000', '181328.087000', '181328.090000', '181328.092000', '181328.095000', '181328.097000', '181328.100000', '181328.103000', '181328.105000', '181328.108000', '181328.110000', '181328.113000', '181328.116000', '181328.118000', '181328.121000', '181328.123000', '181328.126000', '181328.128000', '181328.131000', '181348.011000', '181348.014000', '181348.017000', '181348.020000', '181348.022000', '181348.025000', '181348.027000', '181348.030000', '181348.032000', '181348.035000', '181348.038000', '181348.040000', '181348.043000', '181348.046000', '181348.048000', '181348.051000', '181348.054000', '181348.056000', '181348.059000', '181348.061000', '181348.064000', '181348.066000', '181348.069000', '181348.072000', '181348.074000', '181348.077000', '181348.079000', '181348.082000', '181348.085000', '181348.087000', '181348.090000', '181348.093000', '181348.095000', '181348.098000', '181348.100000', '181348.103000', '181348.105000', '181348.108000', '181348.111000', '181348.113000', '181348.116000', '181348.118000', '181348.121000', '181350.024000', '181350.027000', '181350.030000', '181350.032000', '181350.035000'], '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': [16600, 10716, 13155, 9791, 10701, 11806, 8752, 14370, 9649, 12980, 9365, 10698, 10461, 8921, 11628, 8879, 14599, 10607, 11083, 9796, 8748, 15623, 10318, 11825, 9185, 11187, 10657, 8684, 15018, 10740, 13080, 9222, 10573, 11732, 9111, 10620, 8690, 15706, 10890, 12402, 9039, 11757, 11293, 8762, 16119, 10931, 12414, 8986, 11041, 10877, 9518, 13126, 8803, 14613, 9679, 11479, 9007, 11011, 9526, 8929, 16197, 9167, 13436, 10180, 11652, 8650, 10219, 13342, 8628, 14012, 10011, 12034, 9264, 9081, 13451, 8663, 14107, 8681, 13328, 10517, 10800, 16412, 10353, 13692, 8905, 10141, 12716, 8558, 13801, 9845, 12222, 9197, 9980, 14746, 9584, 12274, 9304, 11171, 10429, 9935, 9111, 9389, 8800, 10862, 10375, 9929, 8949, 11936, 9382, 14039, 11344, 11682, 9091, 13559, 13543, 10209, 12963, 9842, 12310, 8908, 10911, 10136, 10246, 8625, 9301, 10753, 8896, 12259, 9152, 8670, 9384, 14249, 9317, 14438, 10345, 12086, 10718, 9085, 14911, 10615, 11073, 9201, 11386, 9187, 11789, 9018, 10691, 9252, 12214, 10003, 11148, 9350, 9760, 8991, 10434, 10985, 10954, 9108, 11221, 13369, 9731, 9381, 12566, 9649, 12529, 9706, 13957, 10081, 12586, 13037, 9583, 14689, 8890, 12768, 9435, 11011, 9031, 10394, 8853, 9702, 12085, 9384, 9109, 9345, 16239, 9859, 14007, 10855, 12352, 9110, 10031, 14780, 9110, 13807, 10202, 10895, 9275, 10344, 13960, 9284, 13918, 10368, 12400, 11246, 9162, 15656, 11205, 11001, 9071, 9244, 15226, 9409, 11826, 8908, 9474, 8992, 8920, 14838, 10165, 11667, 10985, 9382, 11606, 8705, 15234, 11597, 11029, 9234, 8874, 9010, 10707, 9291, 12178, 16016, 11172, 14004, 10188, 11014, 9011, 14504, 9169, 10937, 8967, 9233, 11404, 9310, 13142, 10427, 10992, 15907, 11793, 11498, 9049, 10793, 9196, 9213, 11297, 9026, 10315, 8929, 13538, 9733, 10886, 10967, 9338, 9297, 9190, 15109, 10261, 10915, 12291, 8873, 14358, 9686, 11585, 14289, 8994, 13217, 9392, 11451, 15903, 9031, 12258, 10411, 9338, 9748, 8900, 15115, 10151, 11116, 11847, 8806, 10434, 8612, 14818, 11113, 9918, 15471, 9305, 12057, 8934, 11351, 9144, 10605, 12494, 9106, 15552, 9119, 12752, 12565, 9930, 13290, 9095, 12727, 9301, 10243, 15973, 10315, 11230, 9238, 10044, 12914, 8679, 14266, 10610, 11525, 9130, 8914, 15946, 10684, 11641, 9177, 12418, 9076, 14038, 10356, 10684, 8797, 10471, 8848, 13702, 12334, 9792, 14239, 9264, 12503, 9125, 10608, 9040, 10040, 9062, 11192, 9039, 12146, 9388, 13404, 9843, 10255, 9401, 10125, 9457, 9107, 12419, 9440, 15014, 11038, 12568, 9256, 10593, 11756, 9247, 11599, 8815, 13777, 9799, 12771, 9437, 11380, 9433, 11381, 8940, 10548, 10080, 9249, 12104, 9938, 12973, 15442, 11491, 12366, 9003, 11186, 9427, 10432, 8738, 9165, 14664, 8763, 13093, 10014, 10912, 9151, 9779, 8747, 14724, 10802, 11739, 9219, 10788, 9166, 11479, 9121, 10705, 11377, 8836, 15418, 11462, 11163, 9038, 9470, 13463, 8941, 14242, 10648, 11959, 9211, 10560, 9110, 12868, 10314, 12388, 9430, 10893, 15655, 10972, 12295, 9442, 10237, 12922, 9011, 12939, 9183, 10645, 12265, 8961, 8979, 9041, 13583, 9895, 10672, 14779, 9236, 13451, 9692, 11876, 12693, 9236, 14419, 10276, 11838, 10428, 9075, 14282, 9540, 9792, 8820, 8786, 9673, 8877, 14222, 14132, 8984, 12203, 9540, 10165, 15874, 10999, 10439, 14097, 8844, 12865, 9927, 8869, 15281, 10727, 10565, 10939, 8856, 14685, 9784, 10215, 15970, 9066, 11946, 9301, 8949, 14977, 9553, 10508, 10879, 8962, 14513, 9163, 12089, 12028, 8838, 15354, 11095, 11146, 10709, 9064, 15170, 10783, 9917, 9826, 8936, 15930, 10830, 11537, 12459, 8855, 14406, 9249, 11985, 11543, 10028, 14305, 9059, 13528, 9227, 10746, 10852, 8875, 8643, 9004, 15383, 9308, 13920, 10858, 11386, 14715, 8703, 14010, 10540, 11005, 13219, 8710, 14249, 9433, 10258, 12572, 8661, 12882, 9411, 12115, 10000, 8875, 15321, 10285, 11373, 9513, 10124, 15378, 9063, 13972, 11182, 10423, 11574, 9022, 16085, 10932, 11720, 11694, 9127, 14945, 9088, 12870, 9969, 9745, 16251, 9228, 12435, 9332, 10302, 10754, 8922, 14741, 9261, 12816, 9348, 11296, 13802, 9026, 14155, 10134, 11691, 11306, 9018, 15427, 10382, 11168, 9322, 9817, 14311, 9258, 13658, 10187, 10949, 9314, 9551, 16303, 11136, 11359, 10659, 9202, 15688, 9800, 10490, 13334, 9023, 13493, 9696, 9965, 9198, 9093, 15348, 10331, 12223, 12237, 9017, 14130, 9401, 12468, 10356, 8914, 15822, 10693, 11049, 9739, 9602, 16786, 10985, 10651, 12482, 8736, 12177, 9263, 11692, 10238, 9009, 16174, 10840, 11838, 10288, 9000, 15859, 10212, 10764, 12108, 8922, 10198, 8890, 13687, 10197, 9924, 16367, 11040, 12829, 10128, 9312, 15991, 10565, 10746, 11401, 8886, 14663, 9411, 10334, 11727, 8767, 14060, 9181, 13316, 11002, 9617, 16177, 10376, 10999, 9116, 9597, 16146, 10158, 11355, 8839, 8980, 9115, 9115, 9334, 9184, 16008, 12270, 9339, 14471, 9494, 10392, 15818, 9327, 10995, 12503, 8779, 13893, 10846, 10132, 9457, 9016, 15198, 10566, 12237, 8706, 8915, 9242, 9298, 9870, 9281, 15360, 12285, 9386, 8614, 9514, 9234, 10693, 8659, 15293, 12979, 9968, 13033, 8967, 12875, 10111, 11070, 8670, 10929, 12050, 9618, 11797, 9241, 11827, 8783, 11055, 8858, 8761, 9170, 9539, 10844, 14717, 11354, 10654, 8934, 9860, 8935, 9594, 10704, 8935, 12452, 9050, 12580, 10100, 12009, 9010, 11107, 9042, 12887, 9606, 11579, 9062, 13232, 8956, 12996, 9920, 8921, 10064, 8775, 12621, 9581, 9254, 9446, 8654, 12567, 9594, 13604, 9183, 11620, 10587, 9381, 15914, 9604, 13322, 8986, 12549, 9815, 11916, 9570, 12101, 9240, 11276, 8963, 10740, 8923, 10860, 10501, 10960, 9210, 10837, 16809, 10319, 13581, 10085, 11743, 8868, 9283, 15244, 9031, 13576, 10125, 11617, 9029, 10643, 13624, 8834, 13636, 10302, 11722, 8929, 9010, 14389, 10129, 11412, 8863, 10371, 14290, 8849, 13486, 9975, 11979, 9724, 9054, 14667, 10320, 10693, 9041, 10585, 9072, 10100, 10126, 10545, 8983, 11172, 15744, 11431, 11366, 8976, 11143, 8461, 9821, 9711, 9748, 9147, 10383, 15453, 10930, 12069, 9609, 11458, 8709, 10500, 8835, 11207, 8850, 12192, 9287, 13115, 9472, 11905, 8903, 9909, 8955, 14315, 10324, 12201, 9066, 11712, 8905, 9453, 9017, 10439, 8835, 12135, 8939, 12944, 9747, 11134, 9662, 9321, 11817, 9450, 9303, 9142, 9189, 9501, 11463, 10715, 8956, 10160, 10056, 10097, 13287, 8962, 14220, 8659, 13309, 9786, 10450, 8627, 9821, 9892, 9692], 'WindowCenter': [4640.0, 4584.0, 4588.0, 4544.0, 4554.0, 4552.0, 4522.0, 4570.0, 4531.0, 4559.0, 4529.0, 4540.0, 4540.0, 4532.0, 4550.0, 4532.0, 4570.0, 4551.0, 4551.0, 4540.0, 4530.0, 4570.0, 4541.0, 4550.0, 4530.0, 4550.0, 4538.0, 4521.0, 4569.0, 4549.0, 4557.0, 4529.0, 4540.0, 4549.0, 4530.0, 4537.0, 4520.0, 4569.0, 4548.0, 4559.0, 4518.0, 4547.0, 4538.0, 4519.0, 4568.0, 4538.0, 4547.0, 4518.0, 4538.0, 4537.0, 4529.0, 4546.0, 4517.0, 4557.0, 4528.0, 4538.0, 4517.0, 4537.0, 4527.0, 4517.0, 4566.0, 4529.0, 4558.0, 4539.0, 4538.0, 4519.0, 4540.0, 4558.0, 4520.0, 4557.0, 4529.0, 4548.0, 4518.0, 4529.0, 4559.0, 4520.0, 4568.0, 4521.0, 4571.0, 4541.0, 4552.0, 4569.0, 4540.0, 4560.0, 4520.0, 4540.0, 4558.0, 4520.0, 4557.0, 4530.0, 4548.0, 4529.0, 4539.0, 4568.0, 4529.0, 4558.0, 4542.0, 4550.0, 4549.0, 4540.0, 4530.0, 4531.0, 4532.0, 4552.0, 4543.0, 4541.0, 4533.0, 4575.0, 4545.0, 4583.0, 4564.0, 4551.0, 4532.0, 4562.0, 4558.0, 4528.0, 4546.0, 4517.0, 4535.0, 4507.0, 4537.0, 4526.0, 4526.0, 4506.0, 4516.0, 4535.0, 4517.0, 4546.0, 4517.0, 4518.0, 4530.0, 4567.0, 4530.0, 4568.0, 4539.0, 4548.0, 4526.0, 4519.0, 4556.0, 4536.0, 4536.0, 4528.0, 4547.0, 4527.0, 4548.0, 4529.0, 4549.0, 4530.0, 4560.0, 4540.0, 4551.0, 4529.0, 4539.0, 4529.0, 4540.0, 4538.0, 4549.0, 4529.0, 4552.0, 4559.0, 4529.0, 4530.0, 4559.0, 4541.0, 4559.0, 4541.0, 4568.0, 4539.0, 4549.0, 4547.0, 4517.0, 4545.0, 4506.0, 4535.0, 4516.0, 4525.0, 4516.0, 4526.0, 4516.0, 4528.0, 4546.0, 4518.0, 4518.0, 4530.0, 4568.0, 4539.0, 4558.0, 4539.0, 4548.0, 4518.0, 4529.0, 4557.0, 4519.0, 4557.0, 4539.0, 4536.0, 4530.0, 4539.0, 4568.0, 4531.0, 4559.0, 4541.0, 4560.0, 4539.0, 4531.0, 4570.0, 4550.0, 4538.0, 4518.0, 4530.0, 4568.0, 4529.0, 4548.0, 4519.0, 4530.0, 4529.0, 4529.0, 4569.0, 4540.0, 4551.0, 4551.0, 4531.0, 4551.0, 4532.0, 4581.0, 4551.0, 4541.0, 4518.0, 4518.0, 4521.0, 4541.0, 4541.0, 4563.0, 4570.0, 4539.0, 4559.0, 4540.0, 4538.0, 4518.0, 4559.0, 4530.0, 4537.0, 4529.0, 4530.0, 4550.0, 4531.0, 4560.0, 4538.0, 4538.0, 4566.0, 4548.0, 4536.0, 4517.0, 4536.0, 4517.0, 4528.0, 4537.0, 4518.0, 4536.0, 4530.0, 4568.0, 4540.0, 4551.0, 4550.0, 4531.0, 4530.0, 4542.0, 4580.0, 4552.0, 4551.0, 4560.0, 4532.0, 4570.0, 4542.0, 4561.0, 4571.0, 4530.0, 4560.0, 4530.0, 4550.0, 4566.0, 4518.0, 4547.0, 4537.0, 4527.0, 4527.0, 4530.0, 4568.0, 4540.0, 4549.0, 4548.0, 4519.0, 4538.0, 4520.0, 4569.0, 4538.0, 4529.0, 4566.0, 4529.0, 4547.0, 4529.0, 4550.0, 4530.0, 4550.0, 4560.0, 4531.0, 4580.0, 4530.0, 4560.0, 4549.0, 4529.0, 4556.0, 4518.0, 4547.0, 4516.0, 4527.0, 4556.0, 4526.0, 4534.0, 4515.0, 4526.0, 4543.0, 4516.0, 4555.0, 4537.0, 4546.0, 4515.0, 4528.0, 4567.0, 4538.0, 4545.0, 4527.0, 4547.0, 4530.0, 4570.0, 4540.0, 4538.0, 4520.0, 4539.0, 4532.0, 4572.0, 4560.0, 4541.0, 4559.0, 4517.0, 4547.0, 4517.0, 4536.0, 4518.0, 4527.0, 4527.0, 4548.0, 4529.0, 4559.0, 4542.0, 4560.0, 4552.0, 4540.0, 4543.0, 4540.0, 4529.0, 4530.0, 4560.0, 4542.0, 4583.0, 4540.0, 4547.0, 4517.0, 4526.0, 4536.0, 4516.0, 4535.0, 4516.0, 4545.0, 4526.0, 4547.0, 4517.0, 4534.0, 4517.0, 4536.0, 4528.0, 4539.0, 4540.0, 4530.0, 4561.0, 4540.0, 4571.0, 4570.0, 4550.0, 4548.0, 4519.0, 4539.0, 4518.0, 4538.0, 4507.0, 4528.0, 4567.0, 4518.0, 4558.0, 4539.0, 4538.0, 4528.0, 4539.0, 4533.0, 4582.0, 4551.0, 4561.0, 4531.0, 4549.0, 4530.0, 4549.0, 4530.0, 4550.0, 4549.0, 4520.0, 4569.0, 4549.0, 4538.0, 4518.0, 4529.0, 4557.0, 4518.0, 4557.0, 4537.0, 4536.0, 4527.0, 4536.0, 4519.0, 4557.0, 4540.0, 4559.0, 4531.0, 4551.0, 4569.0, 4539.0, 4549.0, 4518.0, 4529.0, 4545.0, 4518.0, 4546.0, 4517.0, 4538.0, 4546.0, 4518.0, 4518.0, 4531.0, 4571.0, 4540.0, 4551.0, 4570.0, 4532.0, 4559.0, 4531.0, 4550.0, 4560.0, 4530.0, 4559.0, 4530.0, 4549.0, 4528.0, 4519.0, 4559.0, 4530.0, 4540.0, 4529.0, 4533.0, 4541.0, 4544.0, 4586.0, 4572.0, 4533.0, 4563.0, 4542.0, 4554.0, 4583.0, 4552.0, 4541.0, 4560.0, 4520.0, 4548.0, 4528.0, 4520.0, 4568.0, 4539.0, 4538.0, 4537.0, 4519.0, 4558.0, 4529.0, 4540.0, 4568.0, 4519.0, 4538.0, 4518.0, 4519.0, 4567.0, 4529.0, 4539.0, 4538.0, 4530.0, 4569.0, 4531.0, 4560.0, 4560.0, 4531.0, 4570.0, 4551.0, 4551.0, 4539.0, 4529.0, 4568.0, 4540.0, 4529.0, 4528.0, 4530.0, 4568.0, 4538.0, 4548.0, 4547.0, 4519.0, 4557.0, 4518.0, 4548.0, 4537.0, 4528.0, 4556.0, 4517.0, 4557.0, 4518.0, 4538.0, 4537.0, 4530.0, 4519.0, 4529.0, 4569.0, 4529.0, 4570.0, 4551.0, 4550.0, 4568.0, 4520.0, 4559.0, 4539.0, 4538.0, 4548.0, 4519.0, 4557.0, 4518.0, 4539.0, 4548.0, 4519.0, 4546.0, 4530.0, 4559.0, 4527.0, 4531.0, 4569.0, 4541.0, 4550.0, 4541.0, 4552.0, 4579.0, 4532.0, 4571.0, 4551.0, 4552.0, 4550.0, 4531.0, 4581.0, 4550.0, 4549.0, 4549.0, 4520.0, 4557.0, 4519.0, 4548.0, 4528.0, 4531.0, 4568.0, 4528.0, 4547.0, 4529.0, 4540.0, 4539.0, 4531.0, 4570.0, 4532.0, 4561.0, 4533.0, 4562.0, 4570.0, 4534.0, 4572.0, 4542.0, 4550.0, 4550.0, 4530.0, 4571.0, 4539.0, 4550.0, 4530.0, 4540.0, 4571.0, 4531.0, 4572.0, 4540.0, 4551.0, 4532.0, 4543.0, 4581.0, 4552.0, 4550.0, 4538.0, 4531.0, 4567.0, 4530.0, 4538.0, 4558.0, 4518.0, 4557.0, 4530.0, 4530.0, 4531.0, 4532.0, 4581.0, 4543.0, 4561.0, 4561.0, 4533.0, 4571.0, 4532.0, 4562.0, 4541.0, 4533.0, 4581.0, 4541.0, 4552.0, 4532.0, 4543.0, 4580.0, 4540.0, 4541.0, 4548.0, 4520.0, 4547.0, 4529.0, 4549.0, 4539.0, 4531.0, 4569.0, 4541.0, 4551.0, 4539.0, 4522.0, 4568.0, 4539.0, 4539.0, 4545.0, 4519.0, 4537.0, 4529.0, 4570.0, 4541.0, 4541.0, 4580.0, 4551.0, 4561.0, 4540.0, 4531.0, 4570.0, 4539.0, 4539.0, 4538.0, 4518.0, 4555.0, 4517.0, 4536.0, 4548.0, 4518.0, 4569.0, 4530.0, 4559.0, 4540.0, 4531.0, 4570.0, 4539.0, 4539.0, 4520.0, 4531.0, 4567.0, 4538.0, 4537.0, 4519.0, 4521.0, 4530.0, 4532.0, 4544.0, 4546.0, 4596.0, 4575.0, 4546.0, 4573.0, 4533.0, 4543.0, 4570.0, 4530.0, 4550.0, 4560.0, 4522.0, 4560.0, 4540.0, 4541.0, 4533.0, 4534.0, 4582.0, 4564.0, 4562.0, 4522.0, 4532.0, 4541.0, 4541.0, 4540.0, 4557.0, 4584.0, 4551.0, 4531.0, 4523.0, 4532.0, 4543.0, 4551.0, 4534.0, 4584.0, 4550.0, 4530.0, 4536.0, 4506.0, 4534.0, 4516.0, 4523.0, 4495.0, 4524.0, 4522.0, 4503.0, 4521.0, 4503.0, 4522.0, 4492.0, 4521.0, 4504.0, 4494.0, 4516.0, 4515.0, 4538.0, 4556.0, 4526.0, 4513.0, 4506.0, 4514.0, 4506.0, 4517.0, 4527.0, 4518.0, 4548.0, 4519.0, 4549.0, 4530.0, 4550.0, 4517.0, 4536.0, 4518.0, 4547.0, 4530.0, 4539.0, 4519.0, 4559.0, 4531.0, 4560.0, 4540.0, 4534.0, 4541.0, 4521.0, 4564.0, 4570.0, 4559.0, 4542.0, 4520.0, 4548.0, 4531.0, 4561.0, 4531.0, 4551.0, 4537.0, 4530.0, 4569.0, 4530.0, 4558.0, 4520.0, 4559.0, 4539.0, 4549.0, 4531.0, 4550.0, 4531.0, 4550.0, 4519.0, 4539.0, 4519.0, 4550.0, 4540.0, 4547.0, 4519.0, 4551.0, 4579.0, 4540.0, 4559.0, 4528.0, 4538.0, 4507.0, 4518.0, 4556.0, 4519.0, 4557.0, 4528.0, 4536.0, 4519.0, 4539.0, 4558.0, 4529.0, 4559.0, 4540.0, 4549.0, 4519.0, 4531.0, 4570.0, 4541.0, 4549.0, 4532.0, 4552.0, 4571.0, 4533.0, 4571.0, 4541.0, 4562.0, 4530.0, 4533.0, 4582.0, 4555.0, 4553.0, 4533.0, 4552.0, 4543.0, 4565.0, 4566.0, 4566.0, 4547.0, 4579.0, 4597.0, 4565.0, 4562.0, 4532.0, 4552.0, 4523.0, 4542.0, 4543.0, 4544.0, 4543.0, 4555.0, 4583.0, 4555.0, 4563.0, 4532.0, 4549.0, 4520.0, 4538.0, 4532.0, 4549.0, 4531.0, 4560.0, 4544.0, 4562.0, 4531.0, 4559.0, 4532.0, 4541.0, 4533.0, 4571.0, 4542.0, 4550.0, 4531.0, 4549.0, 4515.0, 4517.0, 4517.0, 4538.0, 4530.0, 4559.0, 4532.0, 4561.0, 4532.0, 4550.0, 4528.0, 4518.0, 4537.0, 4528.0, 4518.0, 4529.0, 4518.0, 4530.0, 4549.0, 4538.0, 4519.0, 4540.0, 4540.0, 4541.0, 4559.0, 4530.0, 4558.0, 4520.0, 4558.0, 4529.0, 4537.0, 4517.0, 4529.0, 4528.0, 4530.0], 'WindowWidth': [10152.0, 10060.0, 10054.0, 9987.0, 9996.0, 9989.0, 9952.0, 10011.0, 9961.0, 9995.0, 9957.0, 9972.0, 9970.0, 9963.0, 9983.0, 9963.0, 10014.0, 9988.0, 9989.0, 9972.0, 9960.0, 10014.0, 9974.0, 9984.0, 9958.0, 9984.0, 9966.0, 9947.0, 10008.0, 9982.0, 9990.0, 9956.0, 9972.0, 9980.0, 9956.0, 9964.0, 9946.0, 10011.0, 9981.0, 9994.0, 9939.0, 9977.0, 9963.0, 9942.0, 10008.0, 9965.0, 9974.0, 9938.0, 9964.0, 9962.0, 9953.0, 9973.0, 9936.0, 9990.0, 9952.0, 9963.0, 9936.0, 9963.0, 9948.0, 9937.0, 10002.0, 9953.0, 9992.0, 9966.0, 9963.0, 9939.0, 9969.0, 9993.0, 9944.0, 9990.0, 9953.0, 9979.0, 9937.0, 9955.0, 9993.0, 9945.0, 10006.0, 9947.0, 10014.0, 9973.0, 9989.0, 10010.0, 9969.0, 9996.0, 9941.0, 9969.0, 9992.0, 9942.0, 9989.0, 9956.0, 9979.0, 9955.0, 9970.0, 10006.0, 9957.0, 9994.0, 9980.0, 9987.0, 9984.0, 9972.0, 9958.0, 9962.0, 9965.0, 9991.0, 9977.0, 9972.0, 9969.0, 10029.0, 9987.0, 10036.0, 10010.0, 9989.0, 9966.0, 10005.0, 9993.0, 9951.0, 9971.0, 9932.0, 9953.0, 9920.0, 9960.0, 9946.0, 9946.0, 9917.0, 9933.0, 9956.0, 9937.0, 9974.0, 9936.0, 9938.0, 9958.0, 10005.0, 9959.0, 10007.0, 9967.0, 9979.0, 9946.0, 9941.0, 9987.0, 9959.0, 9957.0, 9953.0, 9977.0, 9953.0, 9979.0, 9956.0, 9983.0, 9962.0, 9998.0, 9971.0, 9988.0, 9956.0, 9966.0, 9957.0, 9970.0, 9965.0, 9985.0, 9956.0, 9989.0, 9994.0, 9956.0, 9958.0, 9995.0, 9975.0, 9998.0, 9976.0, 10009.0, 9969.0, 9983.0, 9976.0, 9933.0, 9970.0, 9916.0, 9954.0, 9931.0, 9941.0, 9930.0, 9945.0, 9932.0, 9952.0, 9973.0, 9938.0, 9937.0, 9957.0, 10007.0, 9970.0, 9993.0, 9967.0, 9978.0, 9936.0, 9954.0, 9989.0, 9940.0, 9990.0, 9967.0, 9961.0, 9958.0, 9972.0, 10007.0, 9959.0, 9995.0, 9972.0, 9997.0, 9966.0, 9959.0, 10011.0, 9981.0, 9963.0, 9937.0, 9956.0, 10004.0, 9955.0, 9979.0, 9941.0, 9957.0, 9955.0, 9958.0, 10011.0, 9973.0, 9989.0, 9986.0, 9963.0, 9986.0, 9965.0, 10031.0, 9986.0, 9972.0, 9938.0, 9939.0, 9945.0, 9974.0, 9979.0, 10010.0, 10013.0, 9964.0, 9992.0, 9971.0, 9965.0, 9940.0, 9993.0, 9955.0, 9963.0, 9955.0, 9960.0, 9986.0, 9963.0, 9999.0, 9967.0, 9966.0, 10006.0, 9978.0, 9960.0, 9936.0, 9958.0, 9935.0, 9953.0, 9962.0, 9940.0, 9961.0, 9959.0, 10007.0, 9973.0, 9989.0, 9986.0, 9963.0, 9960.0, 9980.0, 10029.0, 9991.0, 9990.0, 10000.0, 9966.0, 10014.0, 9977.0, 10003.0, 10015.0, 9959.0, 9998.0, 9957.0, 9984.0, 10005.0, 9940.0, 9976.0, 9961.0, 9951.0, 9950.0, 9958.0, 10008.0, 9971.0, 9982.0, 9978.0, 9941.0, 9964.0, 9945.0, 10012.0, 9964.0, 9954.0, 10003.0, 9954.0, 9976.0, 9958.0, 9986.0, 9961.0, 9988.0, 10000.0, 9963.0, 10027.0, 9960.0, 10000.0, 9982.0, 9956.0, 9988.0, 9939.0, 9976.0, 9932.0, 9948.0, 9988.0, 9944.0, 9953.0, 9930.0, 9946.0, 9966.0, 9934.0, 9984.0, 9962.0, 9974.0, 9932.0, 9954.0, 10003.0, 9967.0, 9972.0, 9953.0, 9978.0, 9960.0, 10015.0, 9970.0, 9965.0, 9944.0, 9969.0, 9966.0, 10019.0, 10001.0, 9977.0, 9996.0, 9935.0, 9975.0, 9937.0, 9961.0, 9939.0, 9951.0, 9952.0, 9979.0, 9958.0, 9998.0, 9980.0, 9997.0, 9995.0, 9972.0, 9981.0, 9969.0, 9956.0, 9960.0, 10000.0, 9977.0, 10037.0, 9973.0, 9978.0, 9936.0, 9946.0, 9958.0, 9932.0, 9954.0, 9933.0, 9969.0, 9947.0, 9978.0, 9934.0, 9954.0, 9935.0, 9959.0, 9953.0, 9970.0, 9974.0, 9961.0, 10004.0, 9974.0, 10018.0, 10015.0, 9983.0, 9977.0, 9940.0, 9967.0, 9940.0, 9964.0, 9923.0, 9954.0, 10003.0, 9939.0, 9994.0, 9969.0, 9966.0, 9956.0, 9970.0, 9970.0, 10033.0, 9991.0, 10003.0, 9961.0, 9981.0, 9959.0, 9983.0, 9959.0, 9986.0, 9981.0, 9944.0, 10012.0, 9983.0, 9964.0, 9937.0, 9953.0, 9987.0, 9938.0, 9988.0, 9962.0, 9958.0, 9950.0, 9960.0, 9943.0, 9991.0, 9972.0, 9994.0, 9960.0, 9987.0, 10010.0, 9969.0, 9982.0, 9937.0, 9953.0, 9969.0, 9937.0, 9972.0, 9934.0, 9965.0, 9972.0, 9939.0, 9937.0, 9961.0, 10016.0, 9971.0, 9988.0, 10012.0, 9962.0, 9996.0, 9961.0, 9986.0, 9996.0, 9957.0, 9995.0, 9954.0, 9979.0, 9947.0, 9940.0, 9992.0, 9957.0, 9970.0, 9957.0, 9967.0, 9978.0, 9987.0, 10045.0, 10020.0, 9968.0, 10007.0, 9977.0, 9995.0, 10035.0, 9989.0, 9974.0, 9997.0, 9942.0, 9978.0, 9951.0, 9944.0, 10006.0, 9966.0, 9965.0, 9961.0, 9941.0, 9992.0, 9952.0, 9968.0, 10004.0, 9937.0, 9962.0, 9936.0, 9941.0, 10003.0, 9954.0, 9968.0, 9966.0, 9960.0, 10010.0, 9963.0, 10002.0, 9998.0, 9961.0, 10013.0, 9986.0, 9986.0, 9967.0, 9957.0, 10008.0, 9969.0, 9955.0, 9951.0, 9958.0, 10007.0, 9966.0, 9978.0, 9976.0, 9939.0, 9989.0, 9938.0, 9978.0, 9962.0, 9952.0, 9987.0, 9936.0, 9990.0, 9936.0, 9965.0, 9965.0, 9958.0, 9942.0, 9957.0, 10010.0, 9958.0, 10013.0, 9987.0, 9986.0, 10007.0, 9945.0, 9995.0, 9968.0, 9967.0, 9977.0, 9940.0, 9989.0, 9937.0, 9967.0, 9977.0, 9942.0, 9974.0, 9957.0, 9995.0, 9951.0, 9961.0, 10010.0, 9975.0, 9986.0, 9974.0, 9992.0, 10024.0, 9965.0, 10017.0, 9988.0, 9990.0, 9985.0, 9962.0, 10030.0, 9985.0, 9982.0, 9980.0, 9942.0, 9990.0, 9940.0, 9979.0, 9951.0, 9958.0, 10005.0, 9952.0, 9975.0, 9955.0, 9970.0, 9969.0, 9962.0, 10011.0, 9964.0, 10001.0, 9967.0, 10006.0, 10013.0, 9967.0, 10016.0, 9975.0, 9985.0, 9983.0, 9960.0, 10014.0, 9968.0, 9984.0, 9958.0, 9972.0, 10015.0, 9961.0, 10016.0, 9974.0, 9989.0, 9963.0, 9982.0, 10030.0, 9991.0, 9986.0, 9965.0, 9959.0, 10006.0, 9957.0, 9965.0, 9992.0, 9940.0, 9991.0, 9956.0, 9956.0, 9962.0, 9966.0, 10029.0, 9980.0, 10004.0, 10000.0, 9965.0, 10014.0, 9965.0, 10006.0, 9975.0, 9967.0, 10028.0, 9974.0, 9990.0, 9962.0, 9980.0, 10029.0, 9971.0, 9973.0, 9978.0, 9944.0, 9977.0, 9956.0, 9983.0, 9968.0, 9961.0, 10009.0, 9974.0, 9986.0, 9967.0, 9948.0, 10008.0, 9968.0, 9969.0, 9972.0, 9941.0, 9963.0, 9957.0, 10012.0, 9973.0, 9975.0, 10026.0, 9987.0, 10000.0, 9968.0, 9959.0, 10010.0, 9967.0, 9966.0, 9961.0, 9937.0, 9985.0, 9935.0, 9962.0, 9977.0, 9941.0, 10008.0, 9959.0, 9997.0, 9970.0, 9961.0, 10012.0, 9966.0, 9966.0, 9940.0, 9961.0, 10005.0, 9965.0, 9964.0, 9941.0, 9945.0, 9957.0, 9965.0, 9985.0, 9991.0, 10060.0, 10027.0, 9989.0, 10020.0, 9963.0, 9978.0, 10011.0, 9956.0, 9984.0, 9998.0, 9948.0, 9997.0, 9970.0, 9972.0, 9964.0, 9970.0, 10035.0, 10012.0, 10006.0, 9951.0, 9965.0, 9976.0, 9979.0, 9974.0, 10009.0, 10039.0, 9986.0, 9962.0, 9950.0, 9962.0, 9982.0, 9990.0, 9970.0, 10042.0, 9986.0, 9955.0, 9957.0, 9914.0, 9951.0, 9927.0, 9932.0, 9899.0, 9937.0, 9933.0, 9907.0, 9927.0, 9908.0, 9930.0, 9891.0, 9928.0, 9911.0, 9897.0, 9930.0, 9929.0, 9963.0, 9989.0, 9945.0, 9921.0, 9915.0, 9923.0, 9918.0, 9933.0, 9948.0, 9935.0, 9979.0, 9939.0, 9980.0, 9954.0, 9984.0, 9934.0, 9958.0, 9937.0, 9975.0, 9957.0, 9967.0, 9943.0, 9993.0, 9961.0, 9997.0, 9972.0, 9968.0, 9975.0, 9947.0, 10009.0, 10031.0, 10016.0, 9979.0, 9945.0, 9979.0, 9960.0, 10001.0, 9960.0, 9987.0, 9963.0, 9958.0, 10009.0, 9955.0, 9991.0, 9944.0, 9994.0, 9970.0, 9980.0, 9961.0, 9983.0, 9959.0, 9984.0, 9941.0, 9967.0, 9940.0, 9983.0, 9971.0, 9979.0, 9941.0, 9986.0, 10024.0, 9971.0, 9995.0, 9951.0, 9962.0, 9918.0, 9937.0, 9986.0, 9939.0, 9989.0, 9950.0, 9958.0, 9939.0, 9968.0, 9992.0, 9956.0, 9994.0, 9969.0, 9982.0, 9940.0, 9962.0, 10011.0, 9976.0, 9983.0, 9963.0, 9992.0, 10016.0, 9968.0, 10016.0, 9976.0, 10003.0, 9958.0, 9968.0, 10031.0, 10000.0, 9992.0, 9968.0, 9992.0, 9983.0, 10016.0, 10016.0, 10019.0, 9995.0, 10041.0, 10062.0, 10014.0, 10006.0, 9964.0, 9989.0, 9953.0, 9978.0, 9981.0, 9982.0, 9981.0, 10000.0, 10040.0, 10000.0, 10007.0, 9961.0, 9983.0, 9944.0, 9968.0, 9964.0, 9984.0, 9965.0, 10002.0, 9981.0, 10002.0, 9960.0, 9998.0, 9964.0, 9974.0, 9967.0, 10018.0, 9977.0, 9984.0, 9962.0, 9979.0, 9930.0, 9933.0, 9936.0, 9966.0, 9959.0, 9995.0, 9963.0, 10003.0, 9963.0, 9983.0, 9950.0, 9938.0, 9962.0, 9952.0, 9937.0, 9955.0, 9938.0, 9957.0, 9981.0, 9968.0, 9941.0, 9972.0, 9972.0, 9976.0, 9995.0, 9958.0, 9994.0, 9944.0, 9994.0, 9956.0, 9963.0, 9937.0, 9954.0, 9952.0, 9957.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.0010908234019501625</td></tr>
<tr><td colspan=3>aqi</td><td>0.017086669230769232</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.204169027255986</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.235318754978308</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0176729650867682</td></tr>
<tr><td colspan=3>efc</td><td>0.4717</td></tr>
<tr><td colspan=3>fber</td><td>5848.0859</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07341448266932842</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5167930660888407</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.466560844924396</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4212064877284845</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6770427543561452</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.301433292688559</td></tr>
<tr><td colspan=3>gcor</td><td>0.00965769</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009530353359878063</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018374605104327202</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>3.76955572979776</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>44.9342</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3472</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.889</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297134.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>706.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.5141</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1588</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.6425</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3685.3548</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3909.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79410.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4872.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1036.9857</td></tr>
<tr><td colspan=3>tsnr</td><td>45.9668503634166</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>