<?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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-04/func/sub-0126_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>c330ae6653e6216c2acfc2ce753d5e70</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>21:05:41.725000</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.999778, -0.00212327, 0.0209769, 0.000523511, 0.99711, 0.075976]</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.111099</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>[4207, -7801, -7206, -5, -133, -139, -14, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>295.539</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d1ebafa9-50bc-4076-b2f9-2afc60902db5||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.68233060836792, 0.0014045415446162224, 0.056909509003162384, 115.82284545898438], [0.005696585401892662, 2.6751718521118164, 0.20505982637405396, -89.74211120605469], [0.05627952143549919, -0.20383793115615845, 2.6916000843048096, -69.1455078125], [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': ['210541.725000', '210542.185000', '210542.645000', '210543.105000', '210543.565000', '210544.025000', '210544.485000', '210544.945000', '210545.405000', '210545.865000', '210546.325000', '210546.785000', '210547.245000', '210547.705000', '210548.165000', '210548.625000', '210549.085000', '210549.545000', '210550.005000', '210550.465000', '210550.925000', '210551.385000', '210551.845000', '210552.305000', '210552.765000', '210553.225000', '210553.685000', '210554.145000', '210554.605000', '210555.065000', '210555.525000', '210555.985000', '210556.445000', '210556.905000', '210557.365000', '210557.825000', '210558.285000', '210558.745000', '210559.205000', '210559.665000', '210600.125000', '210600.585000', '210601.045000', '210601.505000', '210601.965000', '210602.425000', '210602.885000', '210603.345000', '210603.805000', '210604.265000', '210604.725000', '210605.185000', '210605.645000', '210606.105000', '210606.565000', '210607.025000', '210607.485000', '210607.945000', '210608.405000', '210608.865000', '210609.325000', '210609.785000', '210610.245000', '210610.705000', '210611.165000', '210611.625000', '210612.085000', '210612.545000', '210613.005000', '210613.465000', '210613.925000', '210614.385000', '210614.845000', '210615.305000', '210615.765000', '210616.225000', '210616.685000', '210617.145000', '210617.605000', '210618.065000', '210618.525000', '210618.985000', '210619.445000', '210619.905000', '210620.365000', '210620.825000', '210621.285000', '210621.745000', '210622.205000', '210622.665000', '210623.125000', '210623.585000', '210624.045000', '210624.505000', '210624.965000', '210625.425000', '210625.885000', '210626.345000', '210626.805000', '210627.265000', '210627.725000', '210628.185000', '210628.645000', '210629.105000', '210629.565000', '210630.025000', '210630.485000', '210630.945000', '210631.405000', '210631.865000', '210632.325000', '210632.785000', '210633.245000', '210633.705000', '210634.165000', '210634.625000', '210635.085000', '210635.545000', '210636.005000', '210636.465000', '210636.925000', '210637.385000', '210637.845000', '210638.305000', '210638.765000', '210639.225000', '210639.685000', '210640.145000', '210640.605000', '210641.065000', '210641.525000', '210641.985000', '210642.445000', '210642.905000', '210643.365000', '210643.825000', '210644.285000', '210644.745000', '210645.205000', '210645.665000', '210646.125000', '210646.585000', '210647.045000', '210647.505000', '210647.965000', '210648.425000', '210648.885000', '210649.345000', '210649.805000', '210650.265000', '210650.725000', '210651.185000', '210651.645000', '210652.105000', '210652.565000', '210653.025000', '210653.485000', '210653.945000', '210654.405000', '210654.865000', '210655.325000', '210655.785000', '210656.245000', '210656.705000', '210657.165000', '210657.625000', '210658.085000', '210658.545000', '210659.005000', '210659.465000', '210659.925000', '210700.385000', '210700.845000', '210701.305000', '210701.765000', '210702.225000', '210702.685000', '210703.145000', '210703.605000', '210704.065000', '210704.525000', '210704.985000', '210705.445000', '210705.905000', '210706.365000', '210706.825000', '210707.285000', '210707.745000', '210708.205000', '210708.665000', '210709.125000', '210709.585000', '210710.045000', '210710.505000', '210710.965000', '210711.425000', '210711.885000', '210712.345000', '210712.805000', '210713.265000', '210713.725000', '210714.185000', '210714.645000', '210715.105000', '210715.565000', '210716.025000', '210716.485000', '210716.945000', '210717.405000', '210717.865000', '210718.325000', '210718.785000', '210719.245000', '210719.705000', '210720.165000', '210720.625000', '210721.085000', '210721.545000', '210722.005000', '210722.465000', '210722.925000', '210723.385000', '210723.845000', '210724.305000', '210724.765000', '210725.225000', '210725.685000', '210726.145000', '210726.605000', '210727.065000', '210727.525000', '210727.985000', '210728.445000', '210728.905000', '210729.365000', '210729.825000', '210730.285000', '210730.745000', '210731.205000', '210731.665000', '210732.125000', '210732.585000', '210733.045000', '210733.505000', '210733.965000', '210734.425000', '210734.885000', '210735.345000', '210735.805000', '210736.265000', '210736.725000', '210737.185000', '210737.645000', '210738.105000', '210738.565000', '210739.025000', '210739.485000', '210739.945000', '210740.405000', '210740.865000', '210741.325000', '210741.785000', '210742.245000', '210742.705000', '210743.165000', '210743.625000', '210744.085000', '210744.545000', '210745.005000', '210745.465000', '210745.925000', '210746.385000', '210746.845000', '210747.305000', '210747.765000', '210748.225000', '210748.685000', '210749.145000', '210749.605000', '210750.065000', '210750.525000', '210750.985000', '210751.445000', '210751.905000', '210752.365000', '210752.825000', '210753.285000', '210753.745000', '210754.205000', '210754.665000', '210755.125000', '210755.585000', '210756.045000', '210756.505000', '210756.965000', '210757.425000', '210757.885000', '210758.345000', '210758.805000', '210759.265000', '210759.725000', '210800.185000', '210800.645000', '210801.105000', '210801.565000', '210802.025000', '210802.485000', '210802.945000', '210803.405000', '210803.865000', '210804.325000', '210804.785000', '210805.245000', '210805.705000', '210806.165000', '210806.625000', '210807.085000', '210807.545000', '210808.005000', '210808.465000', '210808.925000', '210809.385000', '210809.845000', '210810.305000', '210810.765000', '210811.225000', '210811.685000', '210812.145000', '210812.605000', '210813.065000', '210813.525000', '210813.985000', '210814.445000', '210814.905000', '210815.365000', '210815.825000', '210816.285000', '210816.745000', '210817.205000', '210817.665000', '210818.125000', '210818.585000', '210819.045000', '210819.505000', '210819.965000', '210820.425000', '210820.885000', '210821.345000', '210821.805000', '210822.265000', '210822.725000', '210823.185000', '210823.645000', '210824.105000', '210824.565000', '210825.025000', '210825.485000', '210825.945000', '210826.405000', '210826.865000', '210827.325000', '210827.785000', '210828.245000', '210828.705000', '210829.165000', '210829.625000', '210830.085000', '210830.545000', '210831.005000', '210831.465000', '210831.925000', '210832.385000', '210832.845000', '210833.305000', '210833.765000', '210834.225000', '210834.685000', '210835.145000', '210835.605000', '210836.065000', '210836.525000', '210836.985000', '210837.445000', '210837.905000', '210838.365000', '210838.825000', '210839.285000', '210839.745000', '210840.205000', '210840.665000', '210841.125000', '210841.585000', '210842.045000', '210842.505000', '210842.965000', '210843.425000', '210843.885000', '210844.345000', '210844.805000', '210845.265000', '210845.725000', '210846.185000', '210846.645000', '210847.105000', '210847.565000', '210848.025000', '210848.485000', '210848.945000', '210849.405000', '210849.865000', '210850.325000', '210850.785000', '210851.245000', '210851.705000', '210852.165000', '210852.625000', '210853.085000', '210853.545000', '210854.005000', '210854.465000', '210854.925000', '210855.385000', '210855.845000', '210856.305000', '210856.765000', '210857.225000', '210857.685000', '210858.145000', '210858.605000', '210859.065000', '210859.525000', '210859.985000', '210900.445000', '210900.905000', '210901.365000', '210901.825000', '210902.285000', '210902.745000', '210903.205000', '210903.665000', '210904.125000', '210904.585000', '210905.045000', '210905.505000', '210905.965000', '210906.425000', '210906.885000', '210907.345000', '210907.805000', '210908.265000', '210908.725000', '210909.185000', '210909.645000', '210910.105000', '210910.565000', '210911.025000', '210911.485000', '210911.945000', '210912.405000', '210912.865000', '210913.325000', '210913.785000', '210914.245000', '210914.705000', '210915.165000', '210915.625000', '210916.085000', '210916.545000', '210917.005000', '210917.465000', '210917.925000', '210918.385000', '210918.845000', '210919.305000', '210919.765000', '210920.225000', '210920.685000', '210921.145000', '210921.605000', '210922.065000', '210922.525000', '210922.985000', '210923.445000', '210923.905000', '210924.365000', '210924.825000', '210925.285000', '210925.745000', '210926.205000', '210926.665000', '210927.125000', '210927.585000', '210928.045000', '210928.505000', '210928.965000', '210929.425000', '210929.885000', '210930.345000', '210930.805000', '210931.265000', '210931.725000', '210932.185000', '210932.645000', '210933.105000', '210933.565000', '210934.025000', '210934.485000', '210934.945000', '210935.405000', '210935.865000', '210936.325000', '210936.785000', '210937.245000', '210937.705000', '210938.165000', '210938.625000', '210939.085000', '210939.545000', '210940.005000', '210940.465000', '210940.925000', '210941.385000', '210941.845000', '210942.305000', '210942.765000', '210943.225000', '210943.685000', '210944.145000', '210944.605000', '210945.065000', '210945.525000', '210945.985000', '210946.445000', '210946.905000', '210947.365000', '210947.825000', '210948.285000', '210948.745000', '210949.205000', '210949.665000', '210950.125000', '210950.585000', '210951.045000', '210951.505000', '210951.965000', '210952.425000', '210952.885000', '210953.345000', '210953.805000', '210954.265000', '210954.725000', '210955.185000', '210955.645000', '210956.105000', '210956.565000', '210957.025000', '210957.485000', '210957.945000', '210958.405000', '210958.865000', '210959.325000', '210959.785000', '211000.245000', '211000.705000', '211001.165000', '211001.625000', '211002.085000', '211002.545000', '211003.005000', '211003.465000', '211003.925000', '211004.385000', '211004.845000', '211005.305000', '211005.765000', '211006.225000', '211006.685000', '211007.145000', '211007.605000', '211008.065000', '211008.525000', '211008.985000', '211009.445000', '211009.905000', '211010.365000', '211010.825000', '211011.285000', '211011.745000', '211012.205000', '211012.665000', '211013.125000', '211013.585000', '211014.045000', '211014.505000', '211014.965000', '211015.425000', '211015.885000', '211016.345000', '211016.805000', '211017.265000', '211017.725000', '211018.185000', '211018.645000', '211019.105000', '211019.565000', '211020.025000', '211020.485000', '211020.945000', '211021.405000', '211021.865000', '211022.325000', '211022.785000', '211023.245000', '211023.705000', '211024.165000', '211024.625000', '211025.085000', '211025.545000', '211026.005000', '211026.465000', '211026.925000', '211027.385000', '211027.845000', '211028.305000', '211028.765000', '211029.225000', '211029.685000', '211030.145000', '211030.605000', '211031.065000', '211031.525000', '211031.985000', '211032.445000', '211032.905000', '211033.365000', '211033.825000', '211034.285000', '211034.745000', '211035.205000', '211035.665000', '211036.125000', '211036.585000', '211037.045000', '211037.505000', '211037.965000', '211038.425000', '211038.885000', '211039.345000', '211039.805000', '211040.265000', '211040.725000', '211041.185000', '211041.645000', '211042.105000', '211042.565000', '211043.025000', '211043.485000', '211043.945000', '211044.405000', '211044.865000', '211045.325000', '211045.785000', '211046.245000', '211046.705000', '211047.165000', '211047.625000', '211048.085000', '211048.545000', '211049.005000', '211049.465000', '211049.925000', '211050.385000', '211050.845000', '211051.305000', '211051.765000', '211052.225000', '211052.685000', '211053.145000', '211053.605000', '211054.065000', '211054.525000', '211054.985000', '211055.445000', '211055.905000', '211056.365000', '211056.825000', '211057.285000', '211057.745000', '211058.205000', '211058.665000', '211059.125000', '211059.585000', '211100.045000', '211100.505000', '211100.965000', '211101.425000', '211101.885000', '211102.345000', '211102.805000', '211103.265000', '211103.725000', '211104.185000', '211104.645000', '211105.105000', '211105.565000', '211106.025000', '211106.485000', '211106.945000', '211107.405000', '211107.865000', '211108.325000', '211108.785000', '211109.245000', '211109.705000', '211110.165000', '211110.625000', '211111.085000', '211111.545000', '211112.005000', '211112.465000', '211112.925000', '211113.385000', '211113.845000', '211114.305000', '211114.765000', '211115.225000', '211115.685000', '211116.145000', '211116.605000', '211117.065000', '211117.525000', '211117.985000', '211118.445000', '211118.905000', '211119.365000', '211119.825000', '211120.285000', '211120.745000', '211121.205000', '211121.665000', '211122.125000', '211122.585000', '211123.045000', '211123.505000', '211123.965000', '211124.425000', '211124.885000', '211125.345000', '211125.805000', '211126.265000', '211126.725000', '211127.185000', '211127.645000', '211128.105000', '211128.565000', '211129.025000', '211129.485000', '211129.945000', '211130.405000', '211130.865000', '211131.325000', '211131.785000', '211132.245000', '211132.705000', '211133.165000', '211133.625000', '211134.085000', '211134.545000', '211135.005000', '211135.465000', '211135.925000', '211136.385000', '211136.845000', '211137.305000', '211137.765000', '211138.225000', '211138.685000', '211139.145000', '211139.605000', '211140.065000', '211140.525000', '211140.985000', '211141.445000', '211141.905000', '211142.365000', '211142.825000', '211143.285000', '211143.745000', '211144.205000', '211144.665000', '211145.125000', '211145.585000', '211146.045000', '211146.505000', '211146.965000', '211147.425000', '211147.885000', '211148.345000', '211148.805000', '211149.265000', '211149.725000', '211150.185000', '211150.645000', '211151.105000', '211151.565000', '211152.025000', '211152.485000', '211152.945000', '211153.405000', '211153.865000', '211154.325000', '211154.785000', '211155.245000', '211155.705000', '211156.165000', '211156.625000', '211157.085000', '211157.545000', '211158.005000', '211158.465000', '211158.925000', '211159.385000', '211159.845000', '211200.305000', '211200.765000', '211201.225000', '211201.685000', '211202.145000', '211202.605000', '211203.065000', '211203.525000', '211203.985000', '211204.445000', '211204.905000', '211205.365000', '211205.825000', '211206.285000', '211206.745000', '211207.205000', '211207.665000', '211208.125000', '211208.585000', '211209.045000', '211209.505000', '211209.965000', '211210.425000', '211210.885000', '211211.345000', '211211.805000', '211212.265000', '211212.725000', '211213.185000', '211213.645000', '211214.105000', '211214.565000', '211215.025000', '211215.485000', '211215.945000', '211216.405000', '211216.865000', '211217.325000', '211217.785000', '211218.245000', '211218.705000', '211219.165000', '211219.625000', '211220.085000', '211220.545000', '211221.005000', '211221.465000', '211221.925000', '211222.385000', '211222.845000', '211223.305000', '211223.765000', '211224.225000', '211224.685000', '211225.145000', '211225.605000', '211226.065000', '211226.525000', '211226.985000', '211227.445000', '211227.905000', '211228.365000', '211228.825000', '211229.285000', '211229.745000', '211230.205000', '211230.665000', '211231.125000', '211231.585000', '211232.045000', '211232.505000', '211232.965000', '211233.425000', '211233.885000', '211234.345000', '211234.805000', '211235.265000', '211235.725000', '211236.185000', '211236.645000', '211237.105000', '211237.565000', '211238.025000', '211238.485000', '211238.945000', '211239.405000', '211239.865000', '211240.325000', '211240.785000', '211241.245000', '211241.705000', '211242.165000', '211242.625000', '211243.085000', '211243.545000', '211244.005000', '211244.465000', '211244.925000', '211245.385000', '211245.845000', '211246.305000', '211246.765000', '211247.225000'], 'ContentTime': ['210559.944000', '210559.947000', '210559.950000', '210559.953000', '210559.955000', '210559.958000', '210559.960000', '210559.963000', '210559.993000', '210559.995000', '210559.998000', '210600.001000', '210600.004000', '210600.007000', '210600.009000', '210600.012000', '210600.014000', '210600.017000', '210600.020000', '210600.022000', '210600.025000', '210600.027000', '210600.030000', '210600.033000', '210600.035000', '210600.038000', '210600.040000', '210600.043000', '210600.046000', '210600.048000', '210600.055000', '210600.058000', '210600.061000', '210600.063000', '210600.066000', '210600.068000', '210600.071000', '210619.916000', '210619.919000', '210619.921000', '210619.924000', '210619.927000', '210619.929000', '210619.932000', '210619.934000', '210619.937000', '210619.939000', '210619.942000', '210619.944000', '210619.947000', '210619.950000', '210619.952000', '210619.955000', '210619.958000', '210619.960000', '210619.963000', '210619.965000', '210619.968000', '210619.970000', '210619.973000', '210619.976000', '210619.978000', '210619.981000', '210619.983000', '210619.986000', '210619.989000', '210619.991000', '210619.994000', '210619.996000', '210620.047000', '210620.049000', '210620.052000', '210620.054000', '210620.057000', '210620.060000', '210620.062000', '210620.065000', '210620.067000', '210620.070000', '210620.072000', '210639.915000', '210639.918000', '210639.921000', '210639.924000', '210639.926000', '210639.929000', '210639.932000', '210639.934000', '210639.937000', '210639.939000', '210639.942000', '210639.944000', '210639.947000', '210639.949000', '210639.952000', '210639.955000', '210639.957000', '210639.960000', '210639.962000', '210639.965000', '210639.967000', '210639.970000', '210639.973000', '210639.975000', '210639.978000', '210639.980000', '210639.983000', '210639.985000', '210639.988000', '210639.990000', '210639.993000', '210639.995000', '210639.998000', '210640.002000', '210640.004000', '210640.007000', '210640.009000', '210640.012000', '210640.015000', '210640.017000', '210640.020000', '210640.022000', '210640.025000', '210640.027000', '210659.914000', '210659.917000', '210659.920000', '210659.922000', '210659.925000', '210659.928000', '210659.930000', '210659.933000', '210659.935000', '210659.938000', '210659.940000', '210659.943000', '210659.946000', '210659.948000', '210659.951000', '210659.953000', '210659.956000', '210659.959000', '210659.961000', '210659.964000', '210659.966000', '210659.969000', '210659.971000', '210659.974000', '210659.977000', '210659.979000', '210659.982000', '210659.984000', '210659.987000', '210659.989000', '210659.992000', '210659.995000', '210659.997000', '210700.001000', '210700.003000', '210700.006000', '210700.008000', '210700.011000', '210700.014000', '210700.016000', '210700.019000', '210700.022000', '210700.025000', '210719.914000', '210719.917000', '210719.920000', '210719.922000', '210719.925000', '210719.928000', '210719.930000', '210719.933000', '210719.935000', '210719.938000', '210719.941000', '210719.943000', '210719.946000', '210719.948000', '210719.951000', '210719.953000', '210719.956000', '210719.959000', '210719.961000', '210719.964000', '210719.966000', '210719.969000', '210719.972000', '210719.974000', '210719.977000', '210719.979000', '210719.982000', '210719.985000', '210719.987000', '210719.990000', '210719.992000', '210719.995000', '210719.998000', '210720.001000', '210720.004000', '210720.006000', '210720.009000', '210720.011000', '210720.014000', '210720.016000', '210720.019000', '210720.022000', '210720.024000', '210720.038000', '210739.915000', '210739.917000', '210739.920000', '210739.923000', '210739.925000', '210739.928000', '210739.930000', '210739.933000', '210739.936000', '210739.938000', '210739.941000', '210739.944000', '210739.946000', '210739.949000', '210739.951000', '210739.954000', '210739.957000', '210739.959000', '210739.962000', '210739.965000', '210739.976000', '210739.978000', '210739.981000', '210739.983000', '210739.986000', '210739.989000', '210739.991000', '210739.994000', '210739.996000', '210740.000000', '210740.003000', '210740.005000', '210740.008000', '210740.011000', '210740.013000', '210740.016000', '210740.018000', '210740.021000', '210740.023000', '210740.026000', '210740.029000', '210740.031000', '210740.034000', '210759.914000', '210759.917000', '210759.920000', '210759.923000', '210759.925000', '210759.928000', '210759.930000', '210759.933000', '210759.936000', '210759.938000', '210759.941000', '210759.944000', '210759.946000', '210759.949000', '210759.951000', '210759.954000', '210759.957000', '210759.959000', '210759.962000', '210759.964000', '210759.967000', '210759.970000', '210759.972000', '210759.975000', '210759.977000', '210759.980000', '210759.982000', '210759.985000', '210759.996000', '210759.998000', '210800.002000', '210800.004000', '210800.007000', '210800.009000', '210800.012000', '210800.015000', '210800.017000', '210800.020000', '210800.022000', '210800.025000', '210800.027000', '210800.030000', '210800.033000', '210800.035000', '210819.916000', '210819.918000', '210819.921000', '210819.924000', '210819.926000', '210819.929000', '210819.931000', '210819.934000', '210819.937000', '210819.939000', '210819.942000', '210819.944000', '210819.947000', '210819.950000', '210819.952000', '210819.955000', '210819.957000', '210819.960000', '210819.963000', '210819.965000', '210819.968000', '210819.970000', '210819.973000', '210819.975000', '210819.978000', '210819.981000', '210819.983000', '210819.986000', '210819.988000', '210819.991000', '210819.994000', '210819.996000', '210820.000000', '210820.002000', '210820.005000', '210820.008000', '210820.010000', '210820.013000', '210820.015000', '210820.018000', '210820.021000', '210820.023000', '210820.026000', '210839.916000', '210839.918000', '210839.921000', '210839.924000', '210839.926000', '210839.929000', '210839.931000', '210839.934000', '210839.937000', '210839.939000', '210839.942000', '210839.945000', '210839.947000', '210839.950000', '210839.953000', '210839.955000', '210839.958000', '210839.960000', '210839.963000', '210839.966000', '210839.968000', '210839.971000', '210839.973000', '210839.976000', '210839.979000', '210839.981000', '210839.984000', '210839.986000', '210839.989000', '210839.991000', '210839.994000', '210839.997000', '210840.000000', '210840.003000', '210840.005000', '210840.008000', '210840.010000', '210840.013000', '210840.015000', '210840.018000', '210840.021000', '210840.024000', '210840.026000', '210859.915000', '210859.918000', '210859.920000', '210859.923000', '210859.925000', '210859.928000', '210859.931000', '210859.933000', '210859.936000', '210859.938000', '210859.941000', '210859.944000', '210859.946000', '210859.949000', '210859.952000', '210859.955000', '210859.957000', '210859.960000', '210859.963000', '210859.965000', '210859.968000', '210859.970000', '210859.973000', '210859.975000', '210859.978000', '210859.981000', '210859.983000', '210859.986000', '210859.988000', '210859.991000', '210859.993000', '210859.996000', '210900.000000', '210900.002000', '210900.005000', '210900.007000', '210900.010000', '210900.012000', '210900.015000', '210900.017000', '210900.020000', '210900.023000', '210900.025000', '210900.028000', '210919.914000', '210919.917000', '210919.921000', '210919.924000', '210919.926000', '210919.929000', '210919.931000', '210919.934000', '210919.937000', '210919.939000', '210919.942000', '210919.945000', '210919.947000', '210919.950000', '210919.952000', '210919.955000', '210919.957000', '210919.960000', '210919.963000', '210919.965000', '210919.968000', '210919.970000', '210919.973000', '210919.976000', '210919.978000', '210919.981000', '210919.983000', '210919.986000', '210919.989000', '210919.991000', '210919.994000', '210919.996000', '210920.000000', '210920.003000', '210920.005000', '210920.008000', '210920.010000', '210920.013000', '210920.015000', '210920.018000', '210920.021000', '210920.023000', '210920.026000', '210920.029000', '210939.915000', '210939.918000', '210939.920000', '210939.923000', '210939.925000', '210939.928000', '210939.930000', '210939.933000', '210939.936000', '210939.948000', '210939.950000', '210939.953000', '210939.955000', '210939.958000', '210939.961000', '210939.963000', '210939.966000', '210939.968000', '210939.971000', '210939.973000', '210939.976000', '210939.979000', '210939.981000', '210939.984000', '210939.987000', '210939.989000', '210939.992000', '210939.994000', '210939.997000', '210940.001000', '210940.003000', '210940.006000', '210940.008000', '210940.011000', '210940.014000', '210940.016000', '210940.019000', '210940.021000', '210940.024000', '210940.027000', '210940.029000', '210940.032000', '210940.034000', '210959.915000', '210959.918000', '210959.920000', '210959.923000', '210959.926000', '210959.928000', '210959.931000', '210959.934000', '210959.936000', '210959.939000', '210959.941000', '210959.944000', '210959.947000', '210959.949000', '210959.952000', '210959.954000', '210959.957000', '210959.959000', '210959.962000', '210959.965000', '210959.967000', '210959.970000', '210959.972000', '210959.975000', '210959.978000', '210959.980000', '210959.983000', '210959.986000', '210959.988000', '210959.991000', '210959.993000', '210959.996000', '210959.998000', '211000.002000', '211000.005000', '211000.007000', '211000.010000', '211000.012000', '211000.015000', '211000.018000', '211000.020000', '211000.023000', '211000.025000', '211019.915000', '211019.918000', '211019.920000', '211019.923000', '211019.925000', '211019.928000', '211019.931000', '211019.933000', '211019.936000', '211019.938000', '211019.941000', '211019.944000', '211019.946000', '211019.949000', '211019.951000', '211019.954000', '211019.957000', '211019.959000', '211019.962000', '211019.964000', '211019.967000', '211019.970000', '211019.972000', '211019.975000', '211019.978000', '211019.980000', '211019.983000', '211019.985000', '211019.988000', '211019.991000', '211019.993000', '211019.996000', '211019.998000', '211020.002000', '211020.005000', '211020.007000', '211020.010000', '211020.012000', '211020.015000', '211020.018000', '211020.020000', '211020.023000', '211020.025000', '211020.028000', '211039.916000', '211039.918000', '211039.921000', '211039.924000', '211039.926000', '211039.929000', '211039.932000', '211039.934000', '211039.937000', '211039.940000', '211039.942000', '211039.945000', '211039.947000', '211039.950000', '211039.953000', '211039.955000', '211039.958000', '211039.962000', '211039.965000', '211039.967000', '211039.970000', '211039.973000', '211039.975000', '211039.978000', '211039.980000', '211039.983000', '211039.986000', '211039.988000', '211039.991000', '211039.993000', '211039.996000', '211040.000000', '211040.002000', '211040.005000', '211040.008000', '211040.010000', '211040.013000', '211040.016000', '211040.019000', '211040.022000', '211040.024000', '211040.027000', '211040.029000', '211059.916000', '211059.919000', '211059.921000', '211059.924000', '211059.927000', '211059.929000', '211059.932000', '211059.935000', '211059.937000', '211059.940000', '211059.942000', '211059.945000', '211059.948000', '211059.950000', '211059.953000', '211059.955000', '211059.958000', '211059.961000', '211059.963000', '211059.966000', '211059.968000', '211059.971000', '211059.974000', '211059.976000', '211059.979000', '211059.982000', '211059.984000', '211059.987000', '211059.989000', '211059.992000', '211059.994000', '211059.997000', '211100.000000', '211100.003000', '211100.006000', '211100.021000', '211100.023000', '211100.026000', '211100.028000', '211100.031000', '211100.033000', '211100.036000', '211100.039000', '211100.043000', '211119.914000', '211119.917000', '211119.920000', '211119.922000', '211119.925000', '211119.928000', '211119.930000', '211119.933000', '211119.935000', '211119.938000', '211119.941000', '211119.943000', '211119.946000', '211119.948000', '211119.951000', '211119.954000', '211119.956000', '211119.959000', '211119.961000', '211119.964000', '211119.967000', '211119.969000', '211119.972000', '211119.974000', '211119.977000', '211119.980000', '211119.982000', '211119.985000', '211119.987000', '211119.990000', '211119.992000', '211119.995000', '211119.998000', '211120.001000', '211120.004000', '211120.006000', '211120.009000', '211120.012000', '211120.014000', '211120.017000', '211120.019000', '211120.022000', '211120.024000', '211120.027000', '211139.915000', '211139.918000', '211139.920000', '211139.923000', '211139.926000', '211139.928000', '211139.931000', '211139.934000', '211139.936000', '211139.939000', '211139.941000', '211139.944000', '211139.946000', '211139.949000', '211139.952000', '211139.954000', '211139.957000', '211139.959000', '211139.962000', '211139.965000', '211139.967000', '211139.970000', '211139.972000', '211139.975000', '211139.977000', '211139.980000', '211139.983000', '211139.985000', '211139.988000', '211139.990000', '211139.993000', '211139.995000', '211139.998000', '211140.002000', '211140.005000', '211140.007000', '211140.010000', '211140.012000', '211140.015000', '211140.018000', '211140.020000', '211140.023000', '211140.025000', '211159.915000', '211159.917000', '211159.920000', '211159.923000', '211159.926000', '211159.928000', '211159.931000', '211159.934000', '211159.937000', '211159.940000', '211159.943000', '211159.945000', '211159.948000', '211159.951000', '211159.953000', '211159.956000', '211159.958000', '211159.961000', '211159.963000', '211159.966000', '211159.969000', '211159.971000', '211159.974000', '211159.976000', '211159.979000', '211159.981000', '211159.984000', '211159.987000', '211159.989000', '211159.992000', '211159.994000', '211159.998000', '211200.002000', '211200.005000', '211200.008000', '211200.010000', '211200.013000', '211200.015000', '211200.018000', '211200.020000', '211200.023000', '211200.026000', '211200.028000', '211219.915000', '211219.917000', '211219.920000', '211219.923000', '211219.925000', '211219.928000', '211219.931000', '211219.933000', '211219.936000', '211219.938000', '211219.941000', '211219.943000', '211219.946000', '211219.949000', '211219.951000', '211219.954000', '211219.956000', '211219.959000', '211219.962000', '211219.964000', '211219.967000', '211219.969000', '211219.972000', '211219.986000', '211219.988000', '211219.991000', '211219.993000', '211219.996000', '211219.998000', '211220.002000', '211220.005000', '211220.007000', '211220.010000', '211220.012000', '211220.015000', '211220.018000', '211220.020000', '211220.023000', '211220.026000', '211220.028000', '211220.031000', '211220.033000', '211220.036000', '211220.039000', '211239.914000', '211239.917000', '211239.920000', '211239.923000', '211239.925000', '211239.928000', '211239.930000', '211239.933000', '211239.936000', '211239.938000', '211239.941000', '211239.943000', '211239.946000', '211239.948000', '211239.951000', '211239.954000', '211239.956000', '211239.959000', '211239.962000', '211239.964000', '211239.967000', '211239.969000', '211239.972000', '211239.974000', '211239.977000', '211239.980000', '211239.983000', '211239.985000', '211239.988000', '211239.990000', '211239.993000', '211239.996000', '211239.998000', '211240.002000', '211240.005000', '211240.007000', '211240.010000', '211240.012000', '211240.015000', '211240.017000', '211240.020000', '211240.023000', '211240.025000', '211248.705000', '211248.708000', '211248.711000', '211248.713000', '211248.716000', '211248.719000', '211248.721000', '211248.724000', '211248.726000', '211248.729000', '211248.732000', '211248.734000', '211248.737000', '211248.739000', '211248.742000', '211248.744000', '211248.747000', '211248.750000', '211248.752000', '211248.755000'], 'InstanceCreationTime': ['210559.944000', '210559.947000', '210559.950000', '210559.953000', '210559.955000', '210559.958000', '210559.960000', '210559.963000', '210559.993000', '210559.995000', '210559.998000', '210600.001000', '210600.004000', '210600.007000', '210600.009000', '210600.012000', '210600.014000', '210600.017000', '210600.020000', '210600.022000', '210600.025000', '210600.027000', '210600.030000', '210600.033000', '210600.035000', '210600.038000', '210600.040000', '210600.043000', '210600.046000', '210600.048000', '210600.055000', '210600.058000', '210600.061000', '210600.063000', '210600.066000', '210600.068000', '210600.071000', '210619.916000', '210619.919000', '210619.921000', '210619.924000', '210619.927000', '210619.929000', '210619.932000', '210619.934000', '210619.937000', '210619.939000', '210619.942000', '210619.944000', '210619.947000', '210619.950000', '210619.952000', '210619.955000', '210619.958000', '210619.960000', '210619.963000', '210619.965000', '210619.968000', '210619.970000', '210619.973000', '210619.976000', '210619.978000', '210619.981000', '210619.983000', '210619.986000', '210619.989000', '210619.991000', '210619.994000', '210619.996000', '210620.047000', '210620.049000', '210620.052000', '210620.054000', '210620.057000', '210620.060000', '210620.062000', '210620.065000', '210620.067000', '210620.070000', '210620.072000', '210639.915000', '210639.918000', '210639.921000', '210639.924000', '210639.926000', '210639.929000', '210639.932000', '210639.934000', '210639.937000', '210639.939000', '210639.942000', '210639.944000', '210639.947000', '210639.949000', '210639.952000', '210639.955000', '210639.957000', '210639.960000', '210639.962000', '210639.965000', '210639.967000', '210639.970000', '210639.973000', '210639.975000', '210639.978000', '210639.980000', '210639.983000', '210639.985000', '210639.988000', '210639.990000', '210639.993000', '210639.995000', '210639.998000', '210640.002000', '210640.004000', '210640.007000', '210640.009000', '210640.012000', '210640.015000', '210640.017000', '210640.020000', '210640.022000', '210640.025000', '210640.027000', '210659.914000', '210659.917000', '210659.920000', '210659.922000', '210659.925000', '210659.928000', '210659.930000', '210659.933000', '210659.935000', '210659.938000', '210659.940000', '210659.943000', '210659.946000', '210659.948000', '210659.951000', '210659.953000', '210659.956000', '210659.959000', '210659.961000', '210659.964000', '210659.966000', '210659.969000', '210659.971000', '210659.974000', '210659.977000', '210659.979000', '210659.982000', '210659.984000', '210659.987000', '210659.989000', '210659.992000', '210659.995000', '210659.997000', '210700.001000', '210700.003000', '210700.006000', '210700.008000', '210700.011000', '210700.014000', '210700.016000', '210700.019000', '210700.022000', '210700.025000', '210719.914000', '210719.917000', '210719.920000', '210719.922000', '210719.925000', '210719.928000', '210719.930000', '210719.933000', '210719.935000', '210719.938000', '210719.941000', '210719.943000', '210719.946000', '210719.948000', '210719.951000', '210719.953000', '210719.956000', '210719.959000', '210719.961000', '210719.964000', '210719.966000', '210719.969000', '210719.972000', '210719.974000', '210719.977000', '210719.979000', '210719.982000', '210719.985000', '210719.987000', '210719.990000', '210719.992000', '210719.995000', '210719.998000', '210720.001000', '210720.004000', '210720.006000', '210720.009000', '210720.011000', '210720.014000', '210720.016000', '210720.019000', '210720.022000', '210720.024000', '210720.038000', '210739.915000', '210739.917000', '210739.920000', '210739.923000', '210739.925000', '210739.928000', '210739.930000', '210739.933000', '210739.936000', '210739.938000', '210739.941000', '210739.944000', '210739.946000', '210739.949000', '210739.951000', '210739.954000', '210739.957000', '210739.959000', '210739.962000', '210739.965000', '210739.976000', '210739.978000', '210739.981000', '210739.983000', '210739.986000', '210739.989000', '210739.991000', '210739.994000', '210739.996000', '210740.000000', '210740.003000', '210740.005000', '210740.008000', '210740.011000', '210740.013000', '210740.016000', '210740.018000', '210740.021000', '210740.023000', '210740.026000', '210740.029000', '210740.031000', '210740.034000', '210759.914000', '210759.917000', '210759.920000', '210759.923000', '210759.925000', '210759.928000', '210759.930000', '210759.933000', '210759.936000', '210759.938000', '210759.941000', '210759.944000', '210759.946000', '210759.949000', '210759.951000', '210759.954000', '210759.957000', '210759.959000', '210759.962000', '210759.964000', '210759.967000', '210759.970000', '210759.972000', '210759.975000', '210759.977000', '210759.980000', '210759.982000', '210759.985000', '210759.996000', '210759.998000', '210800.002000', '210800.004000', '210800.007000', '210800.009000', '210800.012000', '210800.015000', '210800.017000', '210800.020000', '210800.022000', '210800.025000', '210800.027000', '210800.030000', '210800.033000', '210800.035000', '210819.916000', '210819.918000', '210819.921000', '210819.924000', '210819.926000', '210819.929000', '210819.931000', '210819.934000', '210819.937000', '210819.939000', '210819.942000', '210819.944000', '210819.947000', '210819.950000', '210819.952000', '210819.955000', '210819.957000', '210819.960000', '210819.963000', '210819.965000', '210819.968000', '210819.970000', '210819.973000', '210819.975000', '210819.978000', '210819.981000', '210819.983000', '210819.986000', '210819.988000', '210819.991000', '210819.994000', '210819.996000', '210820.000000', '210820.002000', '210820.005000', '210820.008000', '210820.010000', '210820.013000', '210820.015000', '210820.018000', '210820.021000', '210820.023000', '210820.026000', '210839.916000', '210839.918000', '210839.921000', '210839.924000', '210839.926000', '210839.929000', '210839.931000', '210839.934000', '210839.937000', '210839.939000', '210839.942000', '210839.945000', '210839.947000', '210839.950000', '210839.953000', '210839.955000', '210839.958000', '210839.960000', '210839.963000', '210839.966000', '210839.968000', '210839.971000', '210839.973000', '210839.976000', '210839.979000', '210839.981000', '210839.984000', '210839.986000', '210839.989000', '210839.991000', '210839.994000', '210839.997000', '210840.000000', '210840.003000', '210840.005000', '210840.008000', '210840.010000', '210840.013000', '210840.015000', '210840.018000', '210840.021000', '210840.024000', '210840.026000', '210859.915000', '210859.918000', '210859.920000', '210859.923000', '210859.925000', '210859.928000', '210859.931000', '210859.933000', '210859.936000', '210859.938000', '210859.941000', '210859.944000', '210859.946000', '210859.949000', '210859.952000', '210859.955000', '210859.957000', '210859.960000', '210859.963000', '210859.965000', '210859.968000', '210859.970000', '210859.973000', '210859.975000', '210859.978000', '210859.981000', '210859.983000', '210859.986000', '210859.988000', '210859.991000', '210859.993000', '210859.996000', '210900.000000', '210900.002000', '210900.005000', '210900.007000', '210900.010000', '210900.012000', '210900.015000', '210900.017000', '210900.020000', '210900.023000', '210900.025000', '210900.028000', '210919.914000', '210919.917000', '210919.921000', '210919.924000', '210919.926000', '210919.929000', '210919.931000', '210919.934000', '210919.937000', '210919.939000', '210919.942000', '210919.945000', '210919.947000', '210919.950000', '210919.952000', '210919.955000', '210919.957000', '210919.960000', '210919.963000', '210919.965000', '210919.968000', '210919.970000', '210919.973000', '210919.976000', '210919.978000', '210919.981000', '210919.983000', '210919.986000', '210919.989000', '210919.991000', '210919.994000', '210919.996000', '210920.000000', '210920.003000', '210920.005000', '210920.008000', '210920.010000', '210920.013000', '210920.015000', '210920.018000', '210920.021000', '210920.023000', '210920.026000', '210920.029000', '210939.915000', '210939.918000', '210939.920000', '210939.923000', '210939.925000', '210939.928000', '210939.930000', '210939.933000', '210939.936000', '210939.948000', '210939.950000', '210939.953000', '210939.955000', '210939.958000', '210939.961000', '210939.963000', '210939.966000', '210939.968000', '210939.971000', '210939.973000', '210939.976000', '210939.979000', '210939.981000', '210939.984000', '210939.987000', '210939.989000', '210939.992000', '210939.994000', '210939.997000', '210940.001000', '210940.003000', '210940.006000', '210940.008000', '210940.011000', '210940.014000', '210940.016000', '210940.019000', '210940.021000', '210940.024000', '210940.027000', '210940.029000', '210940.032000', '210940.034000', '210959.915000', '210959.918000', '210959.920000', '210959.923000', '210959.926000', '210959.928000', '210959.931000', '210959.934000', '210959.936000', '210959.939000', '210959.941000', '210959.944000', '210959.947000', '210959.949000', '210959.952000', '210959.954000', '210959.957000', '210959.959000', '210959.962000', '210959.965000', '210959.967000', '210959.970000', '210959.972000', '210959.975000', '210959.978000', '210959.980000', '210959.983000', '210959.986000', '210959.988000', '210959.991000', '210959.993000', '210959.996000', '210959.998000', '211000.002000', '211000.005000', '211000.007000', '211000.010000', '211000.012000', '211000.015000', '211000.018000', '211000.020000', '211000.023000', '211000.025000', '211019.915000', '211019.918000', '211019.920000', '211019.923000', '211019.925000', '211019.928000', '211019.931000', '211019.933000', '211019.936000', '211019.938000', '211019.941000', '211019.944000', '211019.946000', '211019.949000', '211019.951000', '211019.954000', '211019.957000', '211019.959000', '211019.962000', '211019.964000', '211019.967000', '211019.970000', '211019.972000', '211019.975000', '211019.978000', '211019.980000', '211019.983000', '211019.985000', '211019.988000', '211019.991000', '211019.993000', '211019.996000', '211019.998000', '211020.002000', '211020.005000', '211020.007000', '211020.010000', '211020.012000', '211020.015000', '211020.018000', '211020.020000', '211020.023000', '211020.025000', '211020.028000', '211039.916000', '211039.918000', '211039.921000', '211039.924000', '211039.926000', '211039.929000', '211039.932000', '211039.934000', '211039.937000', '211039.940000', '211039.942000', '211039.945000', '211039.947000', '211039.950000', '211039.953000', '211039.955000', '211039.958000', '211039.962000', '211039.965000', '211039.967000', '211039.970000', '211039.973000', '211039.975000', '211039.978000', '211039.980000', '211039.983000', '211039.986000', '211039.988000', '211039.991000', '211039.993000', '211039.996000', '211040.000000', '211040.002000', '211040.005000', '211040.008000', '211040.010000', '211040.013000', '211040.016000', '211040.019000', '211040.022000', '211040.024000', '211040.027000', '211040.029000', '211059.916000', '211059.919000', '211059.921000', '211059.924000', '211059.927000', '211059.929000', '211059.932000', '211059.935000', '211059.937000', '211059.940000', '211059.942000', '211059.945000', '211059.948000', '211059.950000', '211059.953000', '211059.955000', '211059.958000', '211059.961000', '211059.963000', '211059.966000', '211059.968000', '211059.971000', '211059.974000', '211059.976000', '211059.979000', '211059.982000', '211059.984000', '211059.987000', '211059.989000', '211059.992000', '211059.994000', '211059.997000', '211100.000000', '211100.003000', '211100.006000', '211100.021000', '211100.023000', '211100.026000', '211100.028000', '211100.031000', '211100.033000', '211100.036000', '211100.039000', '211100.043000', '211119.914000', '211119.917000', '211119.920000', '211119.922000', '211119.925000', '211119.928000', '211119.930000', '211119.933000', '211119.935000', '211119.938000', '211119.941000', '211119.943000', '211119.946000', '211119.948000', '211119.951000', '211119.954000', '211119.956000', '211119.959000', '211119.961000', '211119.964000', '211119.967000', '211119.969000', '211119.972000', '211119.974000', '211119.977000', '211119.980000', '211119.982000', '211119.985000', '211119.987000', '211119.990000', '211119.992000', '211119.995000', '211119.998000', '211120.001000', '211120.004000', '211120.006000', '211120.009000', '211120.012000', '211120.014000', '211120.017000', '211120.019000', '211120.022000', '211120.024000', '211120.027000', '211139.915000', '211139.918000', '211139.920000', '211139.923000', '211139.926000', '211139.928000', '211139.931000', '211139.934000', '211139.936000', '211139.939000', '211139.941000', '211139.944000', '211139.946000', '211139.949000', '211139.952000', '211139.954000', '211139.957000', '211139.959000', '211139.962000', '211139.965000', '211139.967000', '211139.970000', '211139.972000', '211139.975000', '211139.977000', '211139.980000', '211139.983000', '211139.985000', '211139.988000', '211139.990000', '211139.993000', '211139.995000', '211139.998000', '211140.002000', '211140.005000', '211140.007000', '211140.010000', '211140.012000', '211140.015000', '211140.018000', '211140.020000', '211140.023000', '211140.025000', '211159.915000', '211159.917000', '211159.920000', '211159.923000', '211159.926000', '211159.928000', '211159.931000', '211159.934000', '211159.937000', '211159.940000', '211159.943000', '211159.945000', '211159.948000', '211159.951000', '211159.953000', '211159.956000', '211159.958000', '211159.961000', '211159.963000', '211159.966000', '211159.969000', '211159.971000', '211159.974000', '211159.976000', '211159.979000', '211159.981000', '211159.984000', '211159.987000', '211159.989000', '211159.992000', '211159.994000', '211159.998000', '211200.002000', '211200.005000', '211200.008000', '211200.010000', '211200.013000', '211200.015000', '211200.018000', '211200.020000', '211200.023000', '211200.026000', '211200.028000', '211219.915000', '211219.917000', '211219.920000', '211219.923000', '211219.925000', '211219.928000', '211219.931000', '211219.933000', '211219.936000', '211219.938000', '211219.941000', '211219.943000', '211219.946000', '211219.949000', '211219.951000', '211219.954000', '211219.956000', '211219.959000', '211219.962000', '211219.964000', '211219.967000', '211219.969000', '211219.972000', '211219.986000', '211219.988000', '211219.991000', '211219.993000', '211219.996000', '211219.998000', '211220.002000', '211220.005000', '211220.007000', '211220.010000', '211220.012000', '211220.015000', '211220.018000', '211220.020000', '211220.023000', '211220.026000', '211220.028000', '211220.031000', '211220.033000', '211220.036000', '211220.039000', '211239.914000', '211239.917000', '211239.920000', '211239.923000', '211239.925000', '211239.928000', '211239.930000', '211239.933000', '211239.936000', '211239.938000', '211239.941000', '211239.943000', '211239.946000', '211239.948000', '211239.951000', '211239.954000', '211239.956000', '211239.959000', '211239.962000', '211239.964000', '211239.967000', '211239.969000', '211239.972000', '211239.974000', '211239.977000', '211239.980000', '211239.983000', '211239.985000', '211239.988000', '211239.990000', '211239.993000', '211239.996000', '211239.998000', '211240.002000', '211240.005000', '211240.007000', '211240.010000', '211240.012000', '211240.015000', '211240.017000', '211240.020000', '211240.023000', '211240.025000', '211248.705000', '211248.708000', '211248.711000', '211248.713000', '211248.716000', '211248.719000', '211248.721000', '211248.724000', '211248.726000', '211248.729000', '211248.732000', '211248.734000', '211248.737000', '211248.739000', '211248.742000', '211248.744000', '211248.747000', '211248.750000', '211248.752000', '211248.755000'], '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': [8364, 9002, 10454, 7932, 8869, 8024, 7486, 10783, 11334, 7582, 9403, 7905, 8628, 12541, 8521, 7724, 8045, 7744, 10167, 7705, 7749, 9664, 7678, 7498, 9073, 8427, 8257, 13063, 9983, 7122, 9023, 7950, 8583, 8107, 7247, 8254, 7636, 8926, 8200, 7546, 10984, 8720, 7247, 9041, 7678, 9537, 8797, 7634, 8634, 7791, 7362, 10136, 7459, 11269, 8580, 7622, 9024, 7805, 11837, 8540, 8672, 8902, 7305, 8860, 7526, 7511, 10826, 7430, 7067, 8678, 7446, 10725, 8129, 8249, 8345, 6786, 6670, 7353, 7322, 10611, 8540, 8567, 8481, 7794, 12777, 9110, 8372, 8876, 8082, 8016, 7815, 7172, 10427, 7429, 6976, 7667, 7893, 7322, 9536, 7246, 6984, 8791, 7296, 8749, 10568, 8369, 8253, 7188, 7118, 8223, 8479, 7444, 8004, 11737, 7231, 7736, 9909, 7703, 10260, 10016, 7744, 7536, 7820, 7394, 8567, 8025, 7561, 8873, 7536, 7901, 10961, 8684, 7764, 13613, 7454, 7619, 8365, 7892, 9319, 12604, 7476, 8087, 7870, 7303, 9384, 12057, 7945, 8941, 6805, 7375, 7950, 8329, 7362, 7934, 7616, 7433, 8946, 8957, 7536, 7656, 7855, 7111, 9046, 8607, 6918, 7567, 7584, 7032, 9431, 12706, 10012, 7726, 11227, 7042, 7938, 10958, 8445, 7963, 13060, 7265, 7706, 8301, 7597, 7977, 12743, 8881, 7763, 8760, 7756, 7787, 10886, 7791, 8725, 7248, 6977, 7740, 7297, 7942, 10783, 7752, 7442, 7623, 6948, 8491, 8849, 7262, 9461, 8720, 7918, 7907, 8336, 7971, 13380, 8628, 7403, 8212, 7590, 8037, 9625, 7541, 7080, 8243, 7598, 7228, 7719, 7847, 10541, 7666, 7959, 10755, 8133, 7828, 13519, 7333, 7610, 10082, 7812, 9322, 12420, 7675, 8533, 7064, 6825, 9577, 9282, 7638, 9044, 7863, 6837, 9212, 8999, 7231, 8849, 9005, 6941, 6935, 7444, 7946, 11522, 9648, 7616, 7679, 6928, 7626, 8635, 7571, 7576, 9238, 6956, 7802, 8400, 8868, 11400, 7402, 9010, 7028, 7608, 8321, 8171, 11761, 7643, 8265, 6797, 7886, 8115, 7938, 9316, 8434, 7504, 7412, 6774, 7708, 7590, 8069, 12721, 9206, 7215, 7856, 7254, 7648, 7469, 7827, 11420, 7398, 7956, 11522, 8881, 13213, 10926, 7919, 9465, 7089, 8103, 7435, 8005, 11676, 8761, 7479, 7406, 8252, 9559, 8309, 8371, 7511, 7546, 8502, 7408, 7484, 8065, 7668, 10516, 6920, 7770, 8896, 7984, 8091, 10485, 6756, 7669, 8696, 7839, 9068, 10880, 9171, 11790, 7934, 7782, 9595, 8453, 8005, 12631, 8100, 7494, 7397, 7349, 7608, 8100, 7540, 7880, 7092, 7909, 10097, 8591, 7983, 12048, 7045, 7301, 7239, 7705, 7750, 8982, 8385, 13116, 8755, 12017, 8270, 8818, 9102, 6760, 7782, 7101, 7962, 8400, 7477, 7353, 9299, 7445, 7928, 7862, 7531, 7734, 12869, 8292, 7447, 10113, 7689, 7804, 11245, 8166, 9137, 8838, 6784, 7734, 8011, 7029, 8864, 8541, 6650, 8557, 8694, 7291, 10323, 11349, 6718, 9313, 7993, 7654, 11049, 10567, 8091, 7415, 7449, 8269, 12014, 9002, 8397, 7905, 6567, 7937, 9359, 7273, 7500, 8551, 6789, 7894, 7828, 8102, 6854, 7368, 6986, 7137, 8846, 8708, 8133, 11128, 7970, 6957, 7906, 7245, 7919, 11713, 9378, 8049, 9396, 8920, 8348, 12906, 8693, 7511, 8305, 7039, 7888, 8075, 7713, 7651, 6957, 8084, 7829, 7600, 8069, 12032, 7837, 7851, 8435, 7207, 7824, 10162, 6980, 7076, 7375, 7413, 9740, 11677, 7396, 8176, 8056, 8590, 10197, 8500, 7963, 7183, 6838, 7988, 8582, 8012, 8235, 11125, 6511, 7903, 7904, 7408, 8282, 7840, 7377, 7751, 7105, 7973, 9153, 7898, 8090, 12061, 6700, 8897, 7785, 8366, 14288, 11019, 7926, 9147, 7015, 9042, 9783, 7187, 7601, 7095, 8215, 8150, 7300, 8155, 9835, 6772, 7841, 10332, 7708, 8526, 12592, 6890, 7320, 7531, 7551, 8831, 8910, 7226, 7486, 7073, 8077, 8838, 7096, 8181, 8673, 7172, 8162, 10330, 8142, 7789, 13805, 7521, 7841, 8767, 7614, 9209, 9770, 7963, 7540, 7032, 8243, 9446, 7826, 9240, 10202, 6634, 8213, 7468, 8556, 10299, 8769, 7908, 8697, 6865, 7941, 9046, 7624, 8374, 7813, 6961, 7925, 7330, 8315, 12574, 10027, 7518, 8395, 6622, 7775, 8988, 7501, 8714, 8317, 6945, 7863, 7332, 8208, 13676, 10449, 7907, 10335, 7243, 9489, 10532, 7667, 9352, 7107, 7116, 8078, 7891, 7640, 10082, 8629, 7879, 7297, 7162, 8093, 11356, 9262, 7644, 8782, 7409, 7784, 9636, 7545, 8487, 8006, 6848, 8162, 8352, 8352, 11762, 7224, 7904, 8345, 7548, 8778, 8605, 7281, 7700, 6958, 8479, 7781, 7393, 8259, 9973, 6876, 8581, 9703, 7432, 8269, 11583, 6592, 8033, 8245, 7512, 8088, 10948, 6935, 7867, 8612, 7613, 8512, 12982, 9128, 8008, 8665, 7061, 8623, 9797, 7437, 8939, 7280, 8696, 9109, 8853, 7833, 11558, 6873, 7544, 7359, 6967, 7824, 7319, 7681, 8114, 7111, 7706, 8838, 7676, 8201, 11262, 6998, 8198, 10170, 7856, 9859, 11860, 7321, 7757, 7890, 6958, 8109, 10111, 8393, 8011, 7866, 7007, 7949, 9331, 8441, 8310, 9801, 7765, 8525, 12020, 9003, 8432, 13290, 7044, 8474, 8173, 7686, 8992, 9698, 6878, 7452, 7582, 8215, 12454, 9723, 7984, 8375, 7328, 8342, 10109, 8101, 7779, 8199, 6988, 8396, 9553, 7590, 8804, 7665, 8235, 7605, 7713, 8286, 11289, 6915, 8032, 7887, 7304, 9591, 8858, 6549, 7910, 7571, 6816, 9155, 10594, 8227, 7963, 9229, 7022, 8699, 9986, 7975, 8240, 11558, 6886, 8629, 10100, 7845, 8338, 9617, 7256, 8114, 9066, 7344, 8202, 11305, 7176, 8259, 8242, 7144, 8598, 8519, 7429, 7190, 8007, 7167, 8403, 11728, 10228, 8515, 10385, 8711, 8402, 13980, 10067, 7842, 7556, 6838, 9430, 9267, 7309, 7779, 8233, 7139, 8020, 8068, 7286, 7907, 11277, 7009, 8510, 7944, 7101, 8131, 11463, 8012, 8005, 8806, 7840, 8808, 11113, 7268, 7924, 7586, 6780, 7928, 7898, 7569, 7834, 6946, 6626, 8494, 7388, 8346, 12385, 8762, 8208, 8484, 7545, 7958, 9546, 7505, 8129, 9528, 7041, 7779, 8756, 7470, 7789, 10892, 7179, 7438, 7838, 8493, 16000, 11360, 7718, 9070, 7310, 8517, 9280, 7305, 7702, 7329, 6706, 8422, 8350, 6916, 8812, 9327, 6674, 7616, 8872, 7524, 8172, 11780, 7307, 8497, 9805, 8460, 7489, 7727, 6813, 7020, 8552, 8877, 7796, 10355, 8538, 6938, 8265, 8227, 6962, 7739, 9833, 6811, 7087, 7720, 7894, 7373, 9509, 12168, 7293, 8341, 11298, 8422, 8229, 12165, 6886, 8380, 10652, 8485, 7990, 7013], 'WindowCenter': [3962.0, 3956.0, 3974.0, 3932.0, 3942.0, 3928.0, 3919.0, 3959.0, 3961.0, 3919.0, 3937.0, 3916.0, 3937.0, 3967.0, 3927.0, 3920.0, 3929.0, 3930.0, 3972.0, 3929.0, 3919.0, 3949.0, 3917.0, 3918.0, 3939.0, 3927.0, 3927.0, 3980.0, 3949.0, 3907.0, 3939.0, 3928.0, 3938.0, 3915.0, 3917.0, 3927.0, 3917.0, 3937.0, 3939.0, 3918.0, 3957.0, 3936.0, 3917.0, 3937.0, 3916.0, 3949.0, 3939.0, 3917.0, 3939.0, 3918.0, 3917.0, 3959.0, 3919.0, 3958.0, 3939.0, 3918.0, 3936.0, 3918.0, 3969.0, 3927.0, 3927.0, 3938.0, 3918.0, 3936.0, 3916.0, 3906.0, 3958.0, 3918.0, 3906.0, 3939.0, 3917.0, 3959.0, 3928.0, 3927.0, 3929.0, 3909.0, 3911.0, 3918.0, 3920.0, 3960.0, 3940.0, 3941.0, 3940.0, 3919.0, 3981.0, 3936.0, 3928.0, 3938.0, 3929.0, 3929.0, 3929.0, 3918.0, 3960.0, 3918.0, 3918.0, 3930.0, 3941.0, 3926.0, 3949.0, 3918.0, 3909.0, 3941.0, 3920.0, 3949.0, 3961.0, 3928.0, 3929.0, 3908.0, 3907.0, 3940.0, 3940.0, 3919.0, 3928.0, 3982.0, 3920.0, 3930.0, 3960.0, 3930.0, 3956.0, 3949.0, 3919.0, 3918.0, 3915.0, 3918.0, 3938.0, 3916.0, 3916.0, 3939.0, 3918.0, 3929.0, 3972.0, 3940.0, 3918.0, 3994.0, 3920.0, 3917.0, 3940.0, 3930.0, 3949.0, 3980.0, 3919.0, 3928.0, 3928.0, 3918.0, 3948.0, 3969.0, 3928.0, 3939.0, 3897.0, 3919.0, 3929.0, 3928.0, 3918.0, 3927.0, 3918.0, 3919.0, 3939.0, 3938.0, 3918.0, 3917.0, 3928.0, 3920.0, 3951.0, 3939.0, 3910.0, 3930.0, 3930.0, 3909.0, 3951.0, 3981.0, 3950.0, 3920.0, 3972.0, 3908.0, 3928.0, 3960.0, 3927.0, 3917.0, 3980.0, 3906.0, 3917.0, 3928.0, 3917.0, 3928.0, 3968.0, 3936.0, 3917.0, 3927.0, 3916.0, 3915.0, 3958.0, 3904.0, 3926.0, 3906.0, 3907.0, 3916.0, 3915.0, 3927.0, 3957.0, 3917.0, 3916.0, 3917.0, 3907.0, 3952.0, 3940.0, 3917.0, 3948.0, 3939.0, 3929.0, 3927.0, 3929.0, 3917.0, 3980.0, 3937.0, 3919.0, 3928.0, 3917.0, 3929.0, 3949.0, 3917.0, 3908.0, 3940.0, 3918.0, 3919.0, 3916.0, 3928.0, 3961.0, 3930.0, 3929.0, 3970.0, 3930.0, 3916.0, 3982.0, 3908.0, 3918.0, 3949.0, 3918.0, 3936.0, 3968.0, 3918.0, 3938.0, 3896.0, 3896.0, 3961.0, 3948.0, 3917.0, 3938.0, 3926.0, 3898.0, 3939.0, 3939.0, 3918.0, 3938.0, 3936.0, 3908.0, 3906.0, 3917.0, 3929.0, 3969.0, 3946.0, 3918.0, 3918.0, 3907.0, 3918.0, 3940.0, 3919.0, 3917.0, 3951.0, 3920.0, 3930.0, 3937.0, 3950.0, 3968.0, 3917.0, 3939.0, 3909.0, 3918.0, 3927.0, 3939.0, 3968.0, 3918.0, 3937.0, 3897.0, 3928.0, 3929.0, 3941.0, 3949.0, 3928.0, 3919.0, 3919.0, 3908.0, 3929.0, 3929.0, 3929.0, 3979.0, 3950.0, 3917.0, 3929.0, 3920.0, 3930.0, 3919.0, 3917.0, 3966.0, 3920.0, 3929.0, 3970.0, 3950.0, 3981.0, 3959.0, 3917.0, 3949.0, 3906.0, 3916.0, 3904.0, 3927.0, 3969.0, 3938.0, 3917.0, 3919.0, 3929.0, 3961.0, 3938.0, 3928.0, 3919.0, 3918.0, 3939.0, 3919.0, 3933.0, 3930.0, 3917.0, 3971.0, 3910.0, 3929.0, 3950.0, 3929.0, 3930.0, 3960.0, 3909.0, 3932.0, 3942.0, 3931.0, 3952.0, 3961.0, 3939.0, 3971.0, 3929.0, 3919.0, 3952.0, 3941.0, 3929.0, 3981.0, 3930.0, 3920.0, 3919.0, 3921.0, 3920.0, 3928.0, 3918.0, 3931.0, 3909.0, 3929.0, 3961.0, 3940.0, 3929.0, 3967.0, 3907.0, 3919.0, 3908.0, 3918.0, 3920.0, 3941.0, 3931.0, 3982.0, 3941.0, 3982.0, 3929.0, 3937.0, 3938.0, 3896.0, 3917.0, 3908.0, 3928.0, 3929.0, 3908.0, 3907.0, 3950.0, 3919.0, 3930.0, 3931.0, 3931.0, 3929.0, 3981.0, 3930.0, 3920.0, 3961.0, 3920.0, 3930.0, 3971.0, 3928.0, 3950.0, 3940.0, 3900.0, 3918.0, 3929.0, 3907.0, 3939.0, 3939.0, 3898.0, 3940.0, 3940.0, 3919.0, 3949.0, 3960.0, 3899.0, 3951.0, 3929.0, 3918.0, 3960.0, 3960.0, 3930.0, 3908.0, 3906.0, 3929.0, 3969.0, 3938.0, 3928.0, 3917.0, 3897.0, 3930.0, 3952.0, 3919.0, 3918.0, 3937.0, 3898.0, 3931.0, 3918.0, 3929.0, 3899.0, 3920.0, 3911.0, 3910.0, 3952.0, 3941.0, 3930.0, 3972.0, 3927.0, 3908.0, 3929.0, 3920.0, 3918.0, 3970.0, 3950.0, 3931.0, 3951.0, 3940.0, 3927.0, 3981.0, 3929.0, 3908.0, 3929.0, 3908.0, 3917.0, 3915.0, 3917.0, 3917.0, 3908.0, 3929.0, 3919.0, 3917.0, 3928.0, 3971.0, 3919.0, 3919.0, 3928.0, 3908.0, 3917.0, 3960.0, 3910.0, 3908.0, 3920.0, 3920.0, 3951.0, 3972.0, 3922.0, 3931.0, 3930.0, 3939.0, 3960.0, 3929.0, 3918.0, 3909.0, 3897.0, 3931.0, 3942.0, 3932.0, 3929.0, 3972.0, 3890.0, 3931.0, 3932.0, 3921.0, 3931.0, 3929.0, 3909.0, 3920.0, 3910.0, 3932.0, 3952.0, 3930.0, 3929.0, 3984.0, 3901.0, 3940.0, 3932.0, 3931.0, 3982.0, 3960.0, 3920.0, 3938.0, 3910.0, 3939.0, 3950.0, 3909.0, 3919.0, 3908.0, 3942.0, 3930.0, 3908.0, 3930.0, 3952.0, 3900.0, 3931.0, 3964.0, 3921.0, 3940.0, 3982.0, 3910.0, 3906.0, 3919.0, 3931.0, 3939.0, 3940.0, 3920.0, 3919.0, 3908.0, 3932.0, 3940.0, 3908.0, 3929.0, 3942.0, 3910.0, 3941.0, 3964.0, 3929.0, 3919.0, 3984.0, 3919.0, 3918.0, 3941.0, 3920.0, 3939.0, 3950.0, 3919.0, 3919.0, 3907.0, 3940.0, 3949.0, 3918.0, 3938.0, 3962.0, 3898.0, 3929.0, 3908.0, 3940.0, 3947.0, 3929.0, 3930.0, 3939.0, 3896.0, 3930.0, 3938.0, 3917.0, 3929.0, 3920.0, 3909.0, 3918.0, 3909.0, 3928.0, 3971.0, 3950.0, 3920.0, 3930.0, 3900.0, 3932.0, 3940.0, 3920.0, 3940.0, 3931.0, 3909.0, 3931.0, 3919.0, 3929.0, 3981.0, 3960.0, 3929.0, 3961.0, 3908.0, 3950.0, 3960.0, 3918.0, 3939.0, 3906.0, 3909.0, 3929.0, 3929.0, 3918.0, 3949.0, 3941.0, 3931.0, 3920.0, 3908.0, 3930.0, 3971.0, 3951.0, 3919.0, 3940.0, 3920.0, 3931.0, 3951.0, 3916.0, 3942.0, 3930.0, 3899.0, 3941.0, 3930.0, 3930.0, 3970.0, 3907.0, 3930.0, 3930.0, 3920.0, 3939.0, 3928.0, 3909.0, 3919.0, 3907.0, 3930.0, 3919.0, 3909.0, 3929.0, 3950.0, 3898.0, 3940.0, 3952.0, 3920.0, 3929.0, 3971.0, 3899.0, 3929.0, 3940.0, 3920.0, 3929.0, 3959.0, 3908.0, 3931.0, 3940.0, 3930.0, 3941.0, 3982.0, 3939.0, 3918.0, 3940.0, 3909.0, 3941.0, 3949.0, 3909.0, 3940.0, 3920.0, 3940.0, 3941.0, 3940.0, 3917.0, 3960.0, 3897.0, 3919.0, 3908.0, 3909.0, 3919.0, 3919.0, 3920.0, 3930.0, 3911.0, 3920.0, 3952.0, 3920.0, 3941.0, 3973.0, 3912.0, 3940.0, 3961.0, 3930.0, 3962.0, 3971.0, 3920.0, 3919.0, 3919.0, 3910.0, 3931.0, 3960.0, 3930.0, 3933.0, 3930.0, 3908.0, 3941.0, 3952.0, 3931.0, 3931.0, 3962.0, 3922.0, 3942.0, 3973.0, 3939.0, 3930.0, 3981.0, 3898.0, 3928.0, 3930.0, 3919.0, 3938.0, 3951.0, 3898.0, 3909.0, 3919.0, 3930.0, 3971.0, 3952.0, 3931.0, 3931.0, 3920.0, 3942.0, 3959.0, 3931.0, 3920.0, 3931.0, 3909.0, 3941.0, 3950.0, 3916.0, 3940.0, 3918.0, 3928.0, 3920.0, 3920.0, 3928.0, 3961.0, 3909.0, 3930.0, 3929.0, 3921.0, 3952.0, 3940.0, 3900.0, 3932.0, 3932.0, 3912.0, 3952.0, 3961.0, 3931.0, 3933.0, 3952.0, 3910.0, 3942.0, 3952.0, 3930.0, 3933.0, 3971.0, 3909.0, 3941.0, 3961.0, 3929.0, 3930.0, 3951.0, 3921.0, 3930.0, 3952.0, 3909.0, 3928.0, 3973.0, 3908.0, 3929.0, 3941.0, 3911.0, 3941.0, 3939.0, 3920.0, 3911.0, 3942.0, 3923.0, 3942.0, 3972.0, 3964.0, 3940.0, 3951.0, 3941.0, 3928.0, 3981.0, 3949.0, 3918.0, 3918.0, 3897.0, 3938.0, 3939.0, 3907.0, 3918.0, 3930.0, 3909.0, 3928.0, 3931.0, 3919.0, 3929.0, 3971.0, 3909.0, 3941.0, 3933.0, 3910.0, 3930.0, 3970.0, 3931.0, 3930.0, 3942.0, 3932.0, 3942.0, 3972.0, 3921.0, 3930.0, 3919.0, 3899.0, 3933.0, 3931.0, 3920.0, 3920.0, 3911.0, 3911.0, 3941.0, 3922.0, 3944.0, 3983.0, 3942.0, 3942.0, 3943.0, 3932.0, 3944.0, 3964.0, 3921.0, 3932.0, 3952.0, 3910.0, 3933.0, 3941.0, 3920.0, 3919.0, 3972.0, 3913.0, 3922.0, 3931.0, 3942.0, 3994.0, 3960.0, 3920.0, 3940.0, 3908.0, 3929.0, 3938.0, 3906.0, 3918.0, 3908.0, 3900.0, 3942.0, 3931.0, 3909.0, 3942.0, 3951.0, 3899.0, 3932.0, 3940.0, 3920.0, 3931.0, 3973.0, 3908.0, 3942.0, 3962.0, 3929.0, 3909.0, 3919.0, 3900.0, 3910.0, 3941.0, 3941.0, 3919.0, 3962.0, 3941.0, 3910.0, 3930.0, 3931.0, 3907.0, 3919.0, 3952.0, 3898.0, 3909.0, 3932.0, 3932.0, 3922.0, 3965.0, 3985.0, 3908.0, 3942.0, 3971.0, 3931.0, 3931.0, 3972.0, 3899.0, 3940.0, 3959.0, 3930.0, 3931.0, 3907.0], 'WindowWidth': [8876.0, 8854.0, 8873.0, 8814.0, 8823.0, 8803.0, 8790.0, 8841.0, 8846.0, 8788.0, 8810.0, 8780.0, 8810.0, 8850.0, 8795.0, 8789.0, 8803.0, 8807.0, 8865.0, 8806.0, 8789.0, 8828.0, 8783.0, 8785.0, 8814.0, 8797.0, 8796.0, 8871.0, 8828.0, 8771.0, 8815.0, 8801.0, 8812.0, 8779.0, 8783.0, 8796.0, 8785.0, 8810.0, 8816.0, 8788.0, 8836.0, 8806.0, 8783.0, 8811.0, 8781.0, 8828.0, 8814.0, 8783.0, 8815.0, 8786.0, 8785.0, 8844.0, 8791.0, 8839.0, 8816.0, 8787.0, 8808.0, 8787.0, 8857.0, 8796.0, 8795.0, 8812.0, 8787.0, 8807.0, 8784.0, 8768.0, 8839.0, 8786.0, 8768.0, 8814.0, 8785.0, 8843.0, 8799.0, 8797.0, 8802.0, 8778.0, 8782.0, 8788.0, 8792.0, 8846.0, 8821.0, 8821.0, 8820.0, 8789.0, 8876.0, 8809.0, 8800.0, 8814.0, 8802.0, 8801.0, 8804.0, 8790.0, 8845.0, 8786.0, 8789.0, 8806.0, 8823.0, 8800.0, 8829.0, 8789.0, 8777.0, 8823.0, 8794.0, 8834.0, 8848.0, 8800.0, 8802.0, 8773.0, 8773.0, 8818.0, 8822.0, 8791.0, 8801.0, 8878.0, 8795.0, 8807.0, 8846.0, 8807.0, 8836.0, 8829.0, 8788.0, 8788.0, 8780.0, 8786.0, 8813.0, 8782.0, 8783.0, 8816.0, 8787.0, 8803.0, 8866.0, 8819.0, 8786.0, 8899.0, 8793.0, 8784.0, 8819.0, 8806.0, 8828.0, 8873.0, 8788.0, 8799.0, 8800.0, 8788.0, 8828.0, 8856.0, 8801.0, 8815.0, 8757.0, 8791.0, 8803.0, 8798.0, 8787.0, 8797.0, 8784.0, 8790.0, 8816.0, 8811.0, 8785.0, 8785.0, 8799.0, 8793.0, 8837.0, 8816.0, 8779.0, 8805.0, 8805.0, 8778.0, 8835.0, 8876.0, 8833.0, 8791.0, 8864.0, 8773.0, 8800.0, 8847.0, 8797.0, 8782.0, 8873.0, 8768.0, 8784.0, 8799.0, 8785.0, 8800.0, 8854.0, 8806.0, 8781.0, 8794.0, 8779.0, 8779.0, 8840.0, 8762.0, 8792.0, 8766.0, 8770.0, 8781.0, 8780.0, 8796.0, 8835.0, 8784.0, 8782.0, 8784.0, 8772.0, 8838.0, 8818.0, 8783.0, 8827.0, 8813.0, 8802.0, 8799.0, 8802.0, 8783.0, 8873.0, 8811.0, 8789.0, 8799.0, 8787.0, 8803.0, 8827.0, 8783.0, 8773.0, 8817.0, 8788.0, 8791.0, 8784.0, 8801.0, 8847.0, 8806.0, 8802.0, 8860.0, 8806.0, 8781.0, 8879.0, 8772.0, 8784.0, 8827.0, 8785.0, 8807.0, 8852.0, 8786.0, 8812.0, 8753.0, 8755.0, 8849.0, 8827.0, 8782.0, 8811.0, 8794.0, 8759.0, 8813.0, 8815.0, 8786.0, 8811.0, 8807.0, 8774.0, 8769.0, 8783.0, 8803.0, 8854.0, 8821.0, 8785.0, 8785.0, 8773.0, 8788.0, 8820.0, 8790.0, 8785.0, 8835.0, 8795.0, 8806.0, 8814.0, 8832.0, 8854.0, 8785.0, 8817.0, 8776.0, 8785.0, 8798.0, 8817.0, 8854.0, 8785.0, 8811.0, 8759.0, 8799.0, 8801.0, 8822.0, 8830.0, 8800.0, 8789.0, 8788.0, 8776.0, 8803.0, 8804.0, 8804.0, 8871.0, 8831.0, 8785.0, 8801.0, 8792.0, 8807.0, 8789.0, 8784.0, 8851.0, 8791.0, 8802.0, 8859.0, 8834.0, 8877.0, 8841.0, 8782.0, 8827.0, 8768.0, 8779.0, 8763.0, 8797.0, 8854.0, 8813.0, 8783.0, 8787.0, 8802.0, 8849.0, 8814.0, 8799.0, 8789.0, 8788.0, 8815.0, 8789.0, 8816.0, 8805.0, 8784.0, 8860.0, 8778.0, 8803.0, 8832.0, 8805.0, 8805.0, 8843.0, 8778.0, 8809.0, 8824.0, 8809.0, 8838.0, 8848.0, 8814.0, 8862.0, 8803.0, 8787.0, 8836.0, 8821.0, 8802.0, 8874.0, 8805.0, 8790.0, 8788.0, 8795.0, 8791.0, 8799.0, 8785.0, 8805.0, 8775.0, 8800.0, 8847.0, 8818.0, 8799.0, 8853.0, 8769.0, 8788.0, 8771.0, 8786.0, 8789.0, 8821.0, 8806.0, 8877.0, 8819.0, 8880.0, 8801.0, 8808.0, 8810.0, 8754.0, 8784.0, 8773.0, 8799.0, 8801.0, 8771.0, 8771.0, 8829.0, 8789.0, 8807.0, 8809.0, 8808.0, 8803.0, 8876.0, 8804.0, 8792.0, 8848.0, 8793.0, 8806.0, 8861.0, 8800.0, 8830.0, 8818.0, 8764.0, 8787.0, 8800.0, 8770.0, 8814.0, 8815.0, 8760.0, 8817.0, 8818.0, 8787.0, 8828.0, 8845.0, 8762.0, 8831.0, 8802.0, 8786.0, 8842.0, 8844.0, 8802.0, 8771.0, 8766.0, 8801.0, 8854.0, 8813.0, 8798.0, 8782.0, 8756.0, 8805.0, 8839.0, 8788.0, 8786.0, 8812.0, 8760.0, 8806.0, 8786.0, 8801.0, 8762.0, 8792.0, 8779.0, 8780.0, 8836.0, 8820.0, 8802.0, 8862.0, 8797.0, 8773.0, 8802.0, 8790.0, 8784.0, 8858.0, 8831.0, 8805.0, 8834.0, 8819.0, 8796.0, 8875.0, 8800.0, 8771.0, 8799.0, 8771.0, 8781.0, 8777.0, 8780.0, 8782.0, 8769.0, 8800.0, 8789.0, 8784.0, 8796.0, 8859.0, 8788.0, 8785.0, 8800.0, 8773.0, 8781.0, 8843.0, 8776.0, 8772.0, 8790.0, 8792.0, 8830.0, 8862.0, 8796.0, 8805.0, 8801.0, 8813.0, 8844.0, 8799.0, 8784.0, 8774.0, 8756.0, 8804.0, 8822.0, 8809.0, 8801.0, 8861.0, 8750.0, 8805.0, 8805.0, 8795.0, 8805.0, 8800.0, 8774.0, 8790.0, 8777.0, 8808.0, 8835.0, 8804.0, 8799.0, 8882.0, 8766.0, 8816.0, 8809.0, 8807.0, 8877.0, 8844.0, 8788.0, 8812.0, 8776.0, 8813.0, 8827.0, 8774.0, 8786.0, 8770.0, 8821.0, 8804.0, 8770.0, 8801.0, 8833.0, 8763.0, 8804.0, 8854.0, 8793.0, 8815.0, 8875.0, 8775.0, 8768.0, 8787.0, 8806.0, 8814.0, 8814.0, 8789.0, 8787.0, 8771.0, 8808.0, 8817.0, 8772.0, 8801.0, 8821.0, 8777.0, 8819.0, 8855.0, 8803.0, 8786.0, 8883.0, 8787.0, 8783.0, 8818.0, 8791.0, 8813.0, 8828.0, 8788.0, 8785.0, 8768.0, 8817.0, 8827.0, 8785.0, 8811.0, 8848.0, 8758.0, 8799.0, 8772.0, 8816.0, 8821.0, 8799.0, 8803.0, 8813.0, 8755.0, 8805.0, 8813.0, 8783.0, 8799.0, 8789.0, 8774.0, 8785.0, 8774.0, 8800.0, 8859.0, 8829.0, 8789.0, 8803.0, 8763.0, 8810.0, 8818.0, 8789.0, 8816.0, 8806.0, 8777.0, 8804.0, 8789.0, 8801.0, 8874.0, 8845.0, 8801.0, 8847.0, 8773.0, 8828.0, 8841.0, 8784.0, 8813.0, 8768.0, 8774.0, 8801.0, 8802.0, 8786.0, 8827.0, 8819.0, 8805.0, 8789.0, 8774.0, 8807.0, 8860.0, 8833.0, 8789.0, 8818.0, 8789.0, 8807.0, 8833.0, 8783.0, 8822.0, 8804.0, 8762.0, 8821.0, 8803.0, 8802.0, 8861.0, 8771.0, 8802.0, 8803.0, 8793.0, 8813.0, 8797.0, 8773.0, 8785.0, 8769.0, 8804.0, 8788.0, 8774.0, 8800.0, 8830.0, 8759.0, 8818.0, 8836.0, 8790.0, 8801.0, 8860.0, 8763.0, 8800.0, 8819.0, 8793.0, 8802.0, 8841.0, 8774.0, 8806.0, 8819.0, 8807.0, 8819.0, 8875.0, 8812.0, 8785.0, 8816.0, 8773.0, 8820.0, 8827.0, 8775.0, 8816.0, 8790.0, 8816.0, 8821.0, 8817.0, 8783.0, 8844.0, 8757.0, 8787.0, 8772.0, 8777.0, 8791.0, 8789.0, 8791.0, 8806.0, 8780.0, 8791.0, 8838.0, 8791.0, 8819.0, 8867.0, 8784.0, 8818.0, 8848.0, 8808.0, 8849.0, 8861.0, 8791.0, 8788.0, 8788.0, 8778.0, 8808.0, 8844.0, 8805.0, 8813.0, 8806.0, 8774.0, 8824.0, 8836.0, 8806.0, 8806.0, 8848.0, 8795.0, 8820.0, 8865.0, 8816.0, 8802.0, 8876.0, 8757.0, 8796.0, 8802.0, 8787.0, 8811.0, 8832.0, 8759.0, 8773.0, 8787.0, 8803.0, 8860.0, 8837.0, 8805.0, 8804.0, 8793.0, 8823.0, 8840.0, 8806.0, 8790.0, 8804.0, 8775.0, 8821.0, 8829.0, 8780.0, 8815.0, 8785.0, 8799.0, 8790.0, 8791.0, 8798.0, 8845.0, 8777.0, 8803.0, 8801.0, 8795.0, 8834.0, 8816.0, 8766.0, 8809.0, 8809.0, 8785.0, 8840.0, 8848.0, 8806.0, 8811.0, 8837.0, 8778.0, 8826.0, 8836.0, 8805.0, 8811.0, 8861.0, 8773.0, 8821.0, 8846.0, 8801.0, 8803.0, 8833.0, 8793.0, 8805.0, 8837.0, 8776.0, 8799.0, 8864.0, 8772.0, 8801.0, 8822.0, 8781.0, 8819.0, 8814.0, 8793.0, 8782.0, 8825.0, 8801.0, 8822.0, 8864.0, 8854.0, 8816.0, 8833.0, 8821.0, 8799.0, 8874.0, 8827.0, 8784.0, 8785.0, 8756.0, 8812.0, 8812.0, 8767.0, 8784.0, 8803.0, 8775.0, 8799.0, 8807.0, 8789.0, 8802.0, 8862.0, 8775.0, 8818.0, 8813.0, 8781.0, 8803.0, 8858.0, 8806.0, 8803.0, 8822.0, 8810.0, 8821.0, 8860.0, 8793.0, 8805.0, 8788.0, 8763.0, 8812.0, 8805.0, 8789.0, 8792.0, 8780.0, 8780.0, 8820.0, 8799.0, 8827.0, 8877.0, 8821.0, 8821.0, 8824.0, 8809.0, 8830.0, 8855.0, 8793.0, 8810.0, 8836.0, 8779.0, 8813.0, 8821.0, 8792.0, 8788.0, 8864.0, 8788.0, 8796.0, 8809.0, 8822.0, 8900.0, 8846.0, 8788.0, 8814.0, 8771.0, 8801.0, 8811.0, 8768.0, 8786.0, 8772.0, 8763.0, 8822.0, 8805.0, 8775.0, 8820.0, 8832.0, 8762.0, 8811.0, 8817.0, 8790.0, 8804.0, 8865.0, 8772.0, 8822.0, 8850.0, 8802.0, 8774.0, 8789.0, 8764.0, 8777.0, 8821.0, 8820.0, 8787.0, 8847.0, 8817.0, 8775.0, 8805.0, 8806.0, 8769.0, 8787.0, 8833.0, 8759.0, 8775.0, 8812.0, 8810.0, 8795.0, 8858.0, 8886.0, 8773.0, 8824.0, 8860.0, 8805.0, 8807.0, 8862.0, 8759.0, 8817.0, 8839.0, 8801.0, 8804.0, 8771.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.00034146420824295005</td></tr>
<tr><td colspan=3>aqi</td><td>0.0253313125813449</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.160236039880566</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1471382490228013</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9856019608577631</td></tr>
<tr><td colspan=3>efc</td><td>0.492</td></tr>
<tr><td colspan=3>fber</td><td>3429.0823</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1392352605760576</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>201</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.800433839479393</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.522361131996042</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5204451217260875</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7636123886558006</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.283025885606238</td></tr>
<tr><td colspan=3>gcor</td><td>0.00228226</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004422577563673258</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01949973963201046</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>922</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.7028930013527073</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>22.0217</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.6076</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.9627</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299444.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>864.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.8374</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9497</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.6163</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3121.8461</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.7509</td></tr>
<tr><td colspan=3>tsnr</td><td>35.68915026728064</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>