<?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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-04/func/sub-0127_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>21ce85abf7aedb405324547186326d63</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:38:1.920000</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.998666, -0.00338627, -0.0515294, 0.000522822, 0.99846, -0.0554815]</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.0877921</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>[4200, -7750, -7242, 260, -199, 112, -78, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.836</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>57918481-9f4d-40fe-9a54-ce8ef1f87651||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.679347276687622, 0.0014026928693056107, -0.13942241668701172, 116.70128631591797], [0.009085113182663918, 2.6787941455841064, -0.14952737092971802, -99.59321594238281], [-0.1382496953010559, 0.14885273575782776, 2.692248582839966, -90.7495346069336], [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': ['213801.920000', '213802.380000', '213802.840000', '213803.300000', '213803.760000', '213804.220000', '213804.680000', '213805.140000', '213805.600000', '213806.060000', '213806.520000', '213806.980000', '213807.440000', '213807.900000', '213808.360000', '213808.820000', '213809.280000', '213809.740000', '213810.200000', '213810.660000', '213811.120000', '213811.580000', '213812.040000', '213812.500000', '213812.960000', '213813.420000', '213813.880000', '213814.340000', '213814.800000', '213815.260000', '213815.720000', '213816.180000', '213816.640000', '213817.100000', '213817.560000', '213818.020000', '213818.480000', '213818.940000', '213819.400000', '213819.860000', '213820.320000', '213820.780000', '213821.240000', '213821.700000', '213822.160000', '213822.620000', '213823.080000', '213823.540000', '213824.000000', '213824.460000', '213824.920000', '213825.380000', '213825.840000', '213826.300000', '213826.760000', '213827.220000', '213827.680000', '213828.140000', '213828.600000', '213829.060000', '213829.520000', '213829.980000', '213830.440000', '213830.900000', '213831.360000', '213831.820000', '213832.280000', '213832.740000', '213833.200000', '213833.660000', '213834.120000', '213834.580000', '213835.040000', '213835.500000', '213835.960000', '213836.420000', '213836.880000', '213837.340000', '213837.800000', '213838.260000', '213838.720000', '213839.180000', '213839.640000', '213840.100000', '213840.560000', '213841.020000', '213841.480000', '213841.940000', '213842.400000', '213842.860000', '213843.320000', '213843.780000', '213844.240000', '213844.700000', '213845.160000', '213845.620000', '213846.080000', '213846.540000', '213847.000000', '213847.460000', '213847.920000', '213848.380000', '213848.840000', '213849.300000', '213849.760000', '213850.220000', '213850.680000', '213851.140000', '213851.600000', '213852.060000', '213852.520000', '213852.980000', '213853.440000', '213853.900000', '213854.360000', '213854.820000', '213855.280000', '213855.740000', '213856.200000', '213856.660000', '213857.120000', '213857.580000', '213858.040000', '213858.500000', '213858.960000', '213859.420000', '213859.880000', '213900.340000', '213900.800000', '213901.260000', '213901.720000', '213902.180000', '213902.640000', '213903.100000', '213903.560000', '213904.020000', '213904.480000', '213904.940000', '213905.400000', '213905.860000', '213906.320000', '213906.780000', '213907.240000', '213907.700000', '213908.160000', '213908.620000', '213909.080000', '213909.540000', '213910.000000', '213910.460000', '213910.920000', '213911.380000', '213911.840000', '213912.300000', '213912.760000', '213913.220000', '213913.680000', '213914.140000', '213914.600000', '213915.060000', '213915.520000', '213915.980000', '213916.440000', '213916.900000', '213917.360000', '213917.820000', '213918.280000', '213918.740000', '213919.200000', '213919.660000', '213920.120000', '213920.580000', '213921.040000', '213921.500000', '213921.960000', '213922.420000', '213922.880000', '213923.340000', '213923.800000', '213924.260000', '213924.720000', '213925.180000', '213925.640000', '213926.100000', '213926.560000', '213927.020000', '213927.480000', '213927.940000', '213928.400000', '213928.860000', '213929.320000', '213929.780000', '213930.240000', '213930.700000', '213931.160000', '213931.620000', '213932.080000', '213932.540000', '213933.000000', '213933.460000', '213933.920000', '213934.380000', '213934.840000', '213935.300000', '213935.760000', '213936.220000', '213936.680000', '213937.140000', '213937.600000', '213938.060000', '213938.520000', '213938.980000', '213939.440000', '213939.900000', '213940.360000', '213940.820000', '213941.280000', '213941.740000', '213942.200000', '213942.660000', '213943.120000', '213943.580000', '213944.040000', '213944.500000', '213944.960000', '213945.420000', '213945.880000', '213946.340000', '213946.800000', '213947.260000', '213947.720000', '213948.180000', '213948.640000', '213949.100000', '213949.560000', '213950.020000', '213950.480000', '213950.940000', '213951.400000', '213951.860000', '213952.320000', '213952.780000', '213953.240000', '213953.700000', '213954.160000', '213954.620000', '213955.080000', '213955.540000', '213956.000000', '213956.460000', '213956.920000', '213957.380000', '213957.840000', '213958.300000', '213958.760000', '213959.220000', '213959.680000', '214000.140000', '214000.600000', '214001.060000', '214001.520000', '214001.980000', '214002.440000', '214002.900000', '214003.360000', '214003.820000', '214004.280000', '214004.740000', '214005.200000', '214005.660000', '214006.120000', '214006.580000', '214007.040000', '214007.500000', '214007.960000', '214008.420000', '214008.880000', '214009.340000', '214009.800000', '214010.260000', '214010.720000', '214011.180000', '214011.640000', '214012.100000', '214012.560000', '214013.020000', '214013.480000', '214013.940000', '214014.400000', '214014.860000', '214015.320000', '214015.780000', '214016.240000', '214016.700000', '214017.160000', '214017.620000', '214018.080000', '214018.540000', '214019.000000', '214019.460000', '214019.920000', '214020.380000', '214020.840000', '214021.300000', '214021.760000', '214022.220000', '214022.680000', '214023.140000', '214023.600000', '214024.060000', '214024.520000', '214024.980000', '214025.440000', '214025.900000', '214026.360000', '214026.820000', '214027.280000', '214027.740000', '214028.200000', '214028.660000', '214029.120000', '214029.580000', '214030.040000', '214030.500000', '214030.960000', '214031.420000', '214031.880000', '214032.340000', '214032.800000', '214033.260000', '214033.720000', '214034.180000', '214034.640000', '214035.100000', '214035.560000', '214036.020000', '214036.480000', '214036.940000', '214037.400000', '214037.860000', '214038.320000', '214038.780000', '214039.240000', '214039.700000', '214040.160000', '214040.620000', '214041.080000', '214041.540000', '214042.000000', '214042.460000', '214042.920000', '214043.380000', '214043.840000', '214044.300000', '214044.760000', '214045.220000', '214045.680000', '214046.140000', '214046.600000', '214047.060000', '214047.520000', '214047.980000', '214048.440000', '214048.900000', '214049.360000', '214049.820000', '214050.280000', '214050.740000', '214051.200000', '214051.660000', '214052.120000', '214052.580000', '214053.040000', '214053.500000', '214053.960000', '214054.420000', '214054.880000', '214055.340000', '214055.800000', '214056.260000', '214056.720000', '214057.180000', '214057.640000', '214058.100000', '214058.560000', '214059.020000', '214059.480000', '214059.940000', '214100.400000', '214100.860000', '214101.320000', '214101.780000', '214102.240000', '214102.700000', '214103.160000', '214103.620000', '214104.080000', '214104.540000', '214105.000000', '214105.460000', '214105.920000', '214106.380000', '214106.840000', '214107.300000', '214107.760000', '214108.220000', '214108.680000', '214109.140000', '214109.600000', '214110.060000', '214110.520000', '214110.980000', '214111.440000', '214111.900000', '214112.360000', '214112.820000', '214113.280000', '214113.740000', '214114.200000', '214114.660000', '214115.120000', '214115.580000', '214116.040000', '214116.500000', '214116.960000', '214117.420000', '214117.880000', '214118.340000', '214118.800000', '214119.260000', '214119.720000', '214120.180000', '214120.640000', '214121.100000', '214121.560000', '214122.020000', '214122.480000', '214122.940000', '214123.400000', '214123.860000', '214124.320000', '214124.780000', '214125.240000', '214125.700000', '214126.160000', '214126.620000', '214127.080000', '214127.540000', '214128.000000', '214128.460000', '214128.920000', '214129.380000', '214129.840000', '214130.300000', '214130.760000', '214131.220000', '214131.680000', '214132.140000', '214132.600000', '214133.060000', '214133.520000', '214133.980000', '214134.440000', '214134.900000', '214135.360000', '214135.820000', '214136.280000', '214136.740000', '214137.200000', '214137.660000', '214138.120000', '214138.580000', '214139.040000', '214139.500000', '214139.960000', '214140.420000', '214140.880000', '214141.340000', '214141.800000', '214142.260000', '214142.720000', '214143.180000', '214143.640000', '214144.100000', '214144.560000', '214145.020000', '214145.480000', '214145.940000', '214146.400000', '214146.860000', '214147.320000', '214147.780000', '214148.240000', '214148.700000', '214149.160000', '214149.620000', '214150.080000', '214150.540000', '214151.000000', '214151.460000', '214151.920000', '214152.380000', '214152.840000', '214153.300000', '214153.760000', '214154.220000', '214154.680000', '214155.140000', '214155.600000', '214156.060000', '214156.520000', '214156.980000', '214157.440000', '214157.900000', '214158.360000', '214158.820000', '214159.280000', '214159.740000', '214200.200000', '214200.660000', '214201.120000', '214201.580000', '214202.040000', '214202.500000', '214202.960000', '214203.420000', '214203.880000', '214204.340000', '214204.800000', '214205.260000', '214205.720000', '214206.180000', '214206.640000', '214207.100000', '214207.560000', '214208.020000', '214208.480000', '214208.940000', '214209.400000', '214209.860000', '214210.320000', '214210.780000', '214211.240000', '214211.700000', '214212.160000', '214212.620000', '214213.080000', '214213.540000', '214214.000000', '214214.460000', '214214.920000', '214215.380000', '214215.840000', '214216.300000', '214216.760000', '214217.220000', '214217.680000', '214218.140000', '214218.600000', '214219.060000', '214219.520000', '214219.980000', '214220.440000', '214220.900000', '214221.360000', '214221.820000', '214222.280000', '214222.740000', '214223.200000', '214223.660000', '214224.120000', '214224.580000', '214225.040000', '214225.500000', '214225.960000', '214226.420000', '214226.880000', '214227.340000', '214227.800000', '214228.260000', '214228.720000', '214229.180000', '214229.640000', '214230.100000', '214230.560000', '214231.020000', '214231.480000', '214231.940000', '214232.400000', '214232.860000', '214233.320000', '214233.780000', '214234.240000', '214234.700000', '214235.160000', '214235.620000', '214236.080000', '214236.540000', '214237.000000', '214237.460000', '214237.920000', '214238.380000', '214238.840000', '214239.300000', '214239.760000', '214240.220000', '214240.680000', '214241.140000', '214241.600000', '214242.060000', '214242.520000', '214242.980000', '214243.440000', '214243.900000', '214244.360000', '214244.820000', '214245.280000', '214245.740000', '214246.200000', '214246.660000', '214247.120000', '214247.580000', '214248.040000', '214248.500000', '214248.960000', '214249.420000', '214249.880000', '214250.340000', '214250.800000', '214251.260000', '214251.720000', '214252.180000', '214252.640000', '214253.100000', '214253.560000', '214254.020000', '214254.480000', '214254.940000', '214255.400000', '214255.860000', '214256.320000', '214256.780000', '214257.240000', '214257.700000', '214258.160000', '214258.620000', '214259.080000', '214259.540000', '214300.000000', '214300.460000', '214300.920000', '214301.380000', '214301.840000', '214302.300000', '214302.760000', '214303.220000', '214303.680000', '214304.140000', '214304.600000', '214305.060000', '214305.520000', '214305.980000', '214306.440000', '214306.900000', '214307.360000', '214307.820000', '214308.280000', '214308.740000', '214309.200000', '214309.660000', '214310.120000', '214310.580000', '214311.040000', '214311.500000', '214311.960000', '214312.420000', '214312.880000', '214313.340000', '214313.800000', '214314.260000', '214314.720000', '214315.180000', '214315.640000', '214316.100000', '214316.560000', '214317.020000', '214317.480000', '214317.940000', '214318.400000', '214318.860000', '214319.320000', '214319.780000', '214320.240000', '214320.700000', '214321.160000', '214321.620000', '214322.080000', '214322.540000', '214323.000000', '214323.460000', '214323.920000', '214324.380000', '214324.840000', '214325.300000', '214325.760000', '214326.220000', '214326.680000', '214327.140000', '214327.600000', '214328.060000', '214328.520000', '214328.980000', '214329.440000', '214329.900000', '214330.360000', '214330.820000', '214331.280000', '214331.740000', '214332.200000', '214332.660000', '214333.120000', '214333.580000', '214334.040000', '214334.500000', '214334.960000', '214335.420000', '214335.880000', '214336.340000', '214336.800000', '214337.260000', '214337.720000', '214338.180000', '214338.640000', '214339.100000', '214339.560000', '214340.020000', '214340.480000', '214340.940000', '214341.400000', '214341.860000', '214342.320000', '214342.780000', '214343.240000', '214343.700000', '214344.160000', '214344.620000', '214345.080000', '214345.540000', '214346.000000', '214346.460000', '214346.920000', '214347.380000', '214347.840000', '214348.300000', '214348.760000', '214349.220000', '214349.680000', '214350.140000', '214350.600000', '214351.060000', '214351.520000', '214351.980000', '214352.440000', '214352.900000', '214353.360000', '214353.820000', '214354.280000', '214354.740000', '214355.200000', '214355.660000', '214356.120000', '214356.580000', '214357.040000', '214357.500000', '214357.960000', '214358.420000', '214358.880000', '214359.340000', '214359.800000', '214400.260000', '214400.720000', '214401.180000', '214401.640000', '214402.100000', '214402.560000', '214403.020000', '214403.480000', '214403.940000', '214404.400000', '214404.860000', '214405.320000', '214405.780000', '214406.240000', '214406.700000', '214407.160000', '214407.620000', '214408.080000', '214408.540000', '214409.000000', '214409.460000', '214409.920000', '214410.380000', '214410.840000', '214411.300000', '214411.760000', '214412.220000', '214412.680000', '214413.140000', '214413.600000', '214414.060000', '214414.520000', '214414.980000', '214415.440000', '214415.900000', '214416.360000', '214416.820000', '214417.280000', '214417.740000', '214418.200000', '214418.660000', '214419.120000', '214419.580000', '214420.040000', '214420.500000', '214420.960000', '214421.420000', '214421.880000', '214422.340000', '214422.800000', '214423.260000', '214423.720000', '214424.180000', '214424.640000', '214425.100000', '214425.560000', '214426.020000', '214426.480000', '214426.940000', '214427.400000', '214427.860000', '214428.320000', '214428.780000', '214429.240000', '214429.700000', '214430.160000', '214430.620000', '214431.080000', '214431.540000', '214432.000000', '214432.460000', '214432.920000', '214433.380000', '214433.840000', '214434.300000', '214434.760000', '214435.220000', '214435.680000', '214436.140000', '214436.600000', '214437.060000', '214437.520000', '214437.980000', '214438.440000', '214438.900000', '214439.360000', '214439.820000', '214440.280000', '214440.740000', '214441.200000', '214441.660000', '214442.120000', '214442.580000', '214443.040000', '214443.500000', '214443.960000', '214444.420000', '214444.880000', '214445.340000', '214445.800000', '214446.260000', '214446.720000', '214447.180000', '214447.640000', '214448.100000', '214448.560000', '214449.020000', '214449.480000', '214449.940000', '214450.400000', '214450.860000', '214451.320000', '214451.780000', '214452.240000', '214452.700000', '214453.160000', '214453.620000', '214454.080000', '214454.540000', '214455.000000', '214455.460000', '214455.920000', '214456.380000', '214456.840000', '214457.300000', '214457.760000', '214458.220000', '214458.680000', '214459.140000', '214459.600000', '214500.060000', '214500.520000', '214500.980000', '214501.440000', '214501.900000', '214502.360000', '214502.820000', '214503.280000', '214503.740000', '214504.200000', '214504.660000', '214505.120000', '214505.580000', '214506.040000', '214506.500000', '214506.960000', '214507.420000'], 'ContentTime': ['213828.386000', '213828.390000', '213828.393000', '213828.396000', '213828.398000', '213828.401000', '213828.403000', '213828.406000', '213828.409000', '213828.411000', '213828.414000', '213828.416000', '213828.419000', '213828.422000', '213828.424000', '213828.427000', '213828.429000', '213828.432000', '213828.435000', '213828.437000', '213828.440000', '213828.442000', '213828.445000', '213828.447000', '213828.450000', '213828.453000', '213828.455000', '213828.458000', '213828.460000', '213828.463000', '213828.466000', '213828.468000', '213828.471000', '213828.473000', '213828.476000', '213828.478000', '213828.482000', '213828.485000', '213828.488000', '213828.490000', '213828.493000', '213828.495000', '213828.498000', '213828.500000', '213828.503000', '213828.506000', '213828.508000', '213828.511000', '213828.513000', '213828.516000', '213828.518000', '213828.521000', '213828.524000', '213828.526000', '213848.349000', '213848.351000', '213848.354000', '213848.357000', '213848.359000', '213848.362000', '213848.364000', '213848.367000', '213848.369000', '213848.372000', '213848.374000', '213848.377000', '213848.380000', '213848.382000', '213848.385000', '213848.387000', '213848.390000', '213848.393000', '213848.396000', '213848.399000', '213848.401000', '213848.404000', '213848.406000', '213848.409000', '213848.412000', '213848.414000', '213848.417000', '213848.419000', '213848.422000', '213848.428000', '213848.430000', '213848.433000', '213848.436000', '213848.438000', '213848.441000', '213848.443000', '213848.446000', '213848.449000', '213848.451000', '213848.454000', '213848.456000', '213848.459000', '213848.462000', '213848.464000', '213908.348000', '213908.359000', '213908.361000', '213908.364000', '213908.366000', '213908.369000', '213908.372000', '213908.374000', '213908.377000', '213908.379000', '213908.382000', '213908.385000', '213908.387000', '213908.390000', '213908.392000', '213908.395000', '213908.398000', '213908.400000', '213908.403000', '213908.406000', '213908.408000', '213908.411000', '213908.414000', '213908.416000', '213908.419000', '213908.421000', '213908.424000', '213908.426000', '213908.429000', '213908.432000', '213908.434000', '213908.437000', '213908.440000', '213908.442000', '213908.445000', '213908.447000', '213908.450000', '213908.453000', '213908.455000', '213908.458000', '213908.460000', '213908.463000', '213908.466000', '213928.349000', '213928.351000', '213928.354000', '213928.357000', '213928.359000', '213928.362000', '213928.365000', '213928.367000', '213928.370000', '213928.372000', '213928.375000', '213928.377000', '213928.380000', '213928.383000', '213928.385000', '213928.388000', '213928.390000', '213928.393000', '213928.396000', '213928.398000', '213928.401000', '213928.404000', '213928.407000', '213928.410000', '213928.413000', '213928.415000', '213928.418000', '213928.420000', '213928.423000', '213928.426000', '213928.428000', '213928.431000', '213928.433000', '213928.436000', '213928.439000', '213928.441000', '213928.444000', '213928.446000', '213928.449000', '213928.452000', '213928.454000', '213928.457000', '213928.459000', '213948.347000', '213948.350000', '213948.353000', '213948.355000', '213948.358000', '213948.361000', '213948.363000', '213948.366000', '213948.368000', '213948.371000', '213948.399000', '213948.401000', '213948.404000', '213948.421000', '213948.424000', '213948.426000', '213948.429000', '213948.431000', '213948.434000', '213948.436000', '213948.439000', '213948.442000', '213948.444000', '213948.447000', '213948.449000', '213948.452000', '213948.455000', '213948.457000', '213948.460000', '213948.463000', '213948.465000', '213948.468000', '213948.470000', '213948.473000', '213948.476000', '213948.478000', '213948.481000', '213948.483000', '213948.486000', '213948.489000', '213948.491000', '213948.494000', '213948.496000', '213948.499000', '214008.348000', '214008.350000', '214008.353000', '214008.356000', '214008.358000', '214008.361000', '214008.364000', '214008.366000', '214008.369000', '214008.372000', '214008.374000', '214008.377000', '214008.380000', '214008.383000', '214008.385000', '214008.388000', '214008.390000', '214008.393000', '214008.395000', '214008.398000', '214008.401000', '214008.403000', '214008.406000', '214008.408000', '214008.411000', '214008.414000', '214008.416000', '214008.419000', '214008.421000', '214008.424000', '214008.426000', '214008.429000', '214008.433000', '214008.436000', '214008.439000', '214008.441000', '214008.444000', '214008.447000', '214008.451000', '214008.454000', '214008.456000', '214008.459000', '214008.462000', '214028.349000', '214028.351000', '214028.354000', '214028.356000', '214028.359000', '214028.362000', '214028.364000', '214028.367000', '214028.369000', '214028.372000', '214028.375000', '214028.377000', '214028.380000', '214028.383000', '214028.385000', '214028.388000', '214028.391000', '214028.393000', '214028.396000', '214028.398000', '214028.401000', '214028.404000', '214028.406000', '214028.409000', '214028.411000', '214028.414000', '214028.417000', '214028.419000', '214028.422000', '214028.425000', '214028.427000', '214028.430000', '214028.432000', '214028.435000', '214028.438000', '214028.440000', '214028.443000', '214028.445000', '214028.448000', '214028.451000', '214028.453000', '214028.456000', '214028.459000', '214028.461000', '214048.349000', '214048.352000', '214048.354000', '214048.357000', '214048.359000', '214048.362000', '214048.365000', '214048.367000', '214048.375000', '214048.377000', '214048.380000', '214048.383000', '214048.386000', '214048.388000', '214048.391000', '214048.394000', '214048.397000', '214048.399000', '214048.402000', '214048.404000', '214048.407000', '214048.410000', '214048.412000', '214048.415000', '214048.418000', '214048.420000', '214048.423000', '214048.425000', '214048.428000', '214048.431000', '214048.433000', '214048.436000', '214048.439000', '214048.441000', '214048.444000', '214048.446000', '214048.449000', '214048.452000', '214048.454000', '214048.457000', '214048.459000', '214048.462000', '214048.464000', '214108.348000', '214108.351000', '214108.354000', '214108.357000', '214108.359000', '214108.362000', '214108.364000', '214108.367000', '214108.370000', '214108.372000', '214108.375000', '214108.377000', '214108.380000', '214108.383000', '214108.385000', '214108.388000', '214108.390000', '214108.393000', '214108.396000', '214108.398000', '214108.401000', '214108.403000', '214108.406000', '214108.409000', '214108.411000', '214108.414000', '214108.416000', '214108.419000', '214108.422000', '214108.424000', '214108.427000', '214108.429000', '214108.432000', '214108.435000', '214108.437000', '214108.440000', '214108.442000', '214108.445000', '214108.454000', '214108.456000', '214108.459000', '214108.462000', '214108.464000', '214108.467000', '214128.348000', '214128.351000', '214128.354000', '214128.357000', '214128.359000', '214128.362000', '214128.364000', '214128.367000', '214128.370000', '214128.372000', '214128.375000', '214128.377000', '214128.380000', '214128.383000', '214128.385000', '214128.388000', '214128.390000', '214128.393000', '214128.396000', '214128.398000', '214128.401000', '214128.404000', '214128.406000', '214128.409000', '214128.412000', '214128.415000', '214128.417000', '214128.420000', '214128.422000', '214128.425000', '214128.428000', '214128.430000', '214128.433000', '214128.435000', '214128.438000', '214128.441000', '214128.443000', '214128.446000', '214128.449000', '214128.451000', '214128.454000', '214128.456000', '214128.459000', '214148.348000', '214148.351000', '214148.354000', '214148.357000', '214148.359000', '214148.362000', '214148.364000', '214148.367000', '214148.370000', '214148.372000', '214148.375000', '214148.377000', '214148.380000', '214148.382000', '214148.385000', '214148.388000', '214148.390000', '214148.393000', '214148.395000', '214148.398000', '214148.401000', '214148.403000', '214148.406000', '214148.409000', '214148.411000', '214148.414000', '214148.416000', '214148.419000', '214148.422000', '214148.424000', '214148.427000', '214148.429000', '214148.432000', '214148.435000', '214148.437000', '214148.440000', '214148.443000', '214148.445000', '214148.448000', '214148.450000', '214148.453000', '214148.456000', '214148.458000', '214148.461000', '214208.348000', '214208.350000', '214208.353000', '214208.356000', '214208.358000', '214208.361000', '214208.363000', '214208.366000', '214208.369000', '214208.371000', '214208.374000', '214208.377000', '214208.380000', '214208.382000', '214208.385000', '214208.387000', '214208.390000', '214208.393000', '214208.395000', '214208.406000', '214208.409000', '214208.411000', '214208.414000', '214208.417000', '214208.419000', '214208.422000', '214208.424000', '214208.427000', '214208.430000', '214208.432000', '214208.435000', '214208.437000', '214208.440000', '214208.443000', '214208.445000', '214208.448000', '214208.451000', '214208.453000', '214208.456000', '214208.459000', '214208.461000', '214208.464000', '214208.466000', '214228.348000', '214228.351000', '214228.353000', '214228.356000', '214228.358000', '214228.361000', '214228.364000', '214228.366000', '214228.369000', '214228.371000', '214228.374000', '214228.377000', '214228.379000', '214228.382000', '214228.385000', '214228.387000', '214228.390000', '214228.392000', '214228.395000', '214228.398000', '214228.400000', '214228.403000', '214228.406000', '214228.408000', '214228.411000', '214228.414000', '214228.416000', '214228.419000', '214228.422000', '214228.424000', '214228.427000', '214228.429000', '214228.432000', '214228.434000', '214228.437000', '214228.440000', '214228.442000', '214228.445000', '214228.447000', '214228.450000', '214228.453000', '214228.455000', '214228.458000', '214228.460000', '214248.348000', '214248.351000', '214248.354000', '214248.357000', '214248.359000', '214248.383000', '214248.386000', '214248.388000', '214248.391000', '214248.394000', '214248.396000', '214248.399000', '214248.401000', '214248.404000', '214248.407000', '214248.409000', '214248.412000', '214248.415000', '214248.417000', '214248.420000', '214248.423000', '214248.425000', '214248.428000', '214248.430000', '214248.433000', '214248.435000', '214248.438000', '214248.441000', '214248.444000', '214248.446000', '214248.470000', '214248.472000', '214248.475000', '214248.477000', '214248.480000', '214248.483000', '214248.485000', '214248.488000', '214248.491000', '214248.493000', '214248.496000', '214248.498000', '214248.501000', '214308.348000', '214308.351000', '214308.354000', '214308.357000', '214308.359000', '214308.362000', '214308.364000', '214308.367000', '214308.370000', '214308.372000', '214308.375000', '214308.377000', '214308.380000', '214308.383000', '214308.385000', '214308.388000', '214308.390000', '214308.393000', '214308.396000', '214308.398000', '214308.401000', '214308.403000', '214308.406000', '214308.409000', '214308.411000', '214308.414000', '214308.417000', '214308.419000', '214308.422000', '214308.424000', '214308.427000', '214308.429000', '214308.432000', '214308.435000', '214308.437000', '214308.440000', '214308.443000', '214308.445000', '214308.448000', '214308.450000', '214308.453000', '214308.456000', '214308.458000', '214308.461000', '214328.349000', '214328.352000', '214328.354000', '214328.357000', '214328.360000', '214328.362000', '214328.365000', '214328.367000', '214328.370000', '214328.373000', '214328.375000', '214328.378000', '214328.381000', '214328.383000', '214328.386000', '214328.408000', '214328.411000', '214328.413000', '214328.416000', '214328.418000', '214328.421000', '214328.424000', '214328.428000', '214328.431000', '214328.434000', '214328.436000', '214328.439000', '214328.442000', '214328.444000', '214328.447000', '214328.449000', '214328.452000', '214328.455000', '214328.457000', '214328.460000', '214328.463000', '214328.466000', '214328.469000', '214328.472000', '214328.475000', '214328.477000', '214328.480000', '214328.482000', '214348.349000', '214348.351000', '214348.354000', '214348.357000', '214348.359000', '214348.362000', '214348.364000', '214348.367000', '214348.370000', '214348.372000', '214348.375000', '214348.378000', '214348.380000', '214348.383000', '214348.385000', '214348.388000', '214348.391000', '214348.393000', '214348.396000', '214348.399000', '214348.401000', '214348.404000', '214348.407000', '214348.409000', '214348.412000', '214348.414000', '214348.417000', '214348.420000', '214348.422000', '214348.425000', '214348.427000', '214348.430000', '214348.432000', '214348.435000', '214348.438000', '214348.440000', '214348.443000', '214348.445000', '214348.448000', '214348.450000', '214348.453000', '214348.456000', '214348.458000', '214348.461000', '214408.348000', '214408.351000', '214408.354000', '214408.357000', '214408.359000', '214408.362000', '214408.365000', '214408.367000', '214408.370000', '214408.372000', '214408.375000', '214408.377000', '214408.380000', '214408.383000', '214408.385000', '214408.388000', '214408.390000', '214408.393000', '214408.396000', '214408.398000', '214408.401000', '214408.403000', '214408.406000', '214408.409000', '214408.411000', '214408.414000', '214408.416000', '214408.419000', '214408.422000', '214408.424000', '214408.437000', '214408.440000', '214408.443000', '214408.445000', '214408.448000', '214408.450000', '214408.453000', '214408.456000', '214408.458000', '214408.461000', '214408.463000', '214408.466000', '214408.469000', '214428.348000', '214428.351000', '214428.353000', '214428.356000', '214428.358000', '214428.361000', '214428.364000', '214428.366000', '214428.369000', '214428.371000', '214428.374000', '214428.377000', '214428.379000', '214428.382000', '214428.384000', '214428.387000', '214428.390000', '214428.392000', '214428.395000', '214428.398000', '214428.400000', '214428.403000', '214428.405000', '214428.408000', '214428.410000', '214428.413000', '214428.415000', '214428.418000', '214428.421000', '214428.423000', '214428.426000', '214428.428000', '214428.431000', '214428.434000', '214428.436000', '214428.439000', '214428.441000', '214428.444000', '214428.447000', '214428.449000', '214428.452000', '214428.454000', '214428.457000', '214428.460000', '214448.348000', '214448.351000', '214448.353000', '214448.356000', '214448.359000', '214448.361000', '214448.364000', '214448.367000', '214448.369000', '214448.372000', '214448.374000', '214448.377000', '214448.380000', '214448.382000', '214448.385000', '214448.387000', '214448.390000', '214448.393000', '214448.395000', '214448.398000', '214448.400000', '214448.403000', '214448.406000', '214448.408000', '214448.411000', '214448.413000', '214448.416000', '214448.419000', '214448.421000', '214448.424000', '214448.427000', '214448.429000', '214448.432000', '214448.434000', '214448.437000', '214448.440000', '214448.442000', '214448.445000', '214448.448000', '214448.450000', '214448.453000', '214448.455000', '214448.458000', '214508.348000', '214508.352000', '214508.355000', '214508.358000', '214508.360000', '214508.363000', '214508.366000', '214508.368000', '214508.371000', '214508.374000', '214508.376000', '214508.379000', '214508.381000', '214508.384000', '214508.387000', '214508.389000', '214508.392000', '214508.394000', '214508.397000', '214508.400000', '214508.402000', '214508.405000', '214508.407000', '214508.410000', '214508.413000', '214508.415000', '214508.418000', '214508.420000', '214508.423000', '214508.426000', '214508.428000', '214508.431000', '214508.434000', '214508.436000', '214508.439000', '214508.442000', '214508.444000', '214508.447000', '214508.449000', '214508.452000', '214508.455000', '214508.457000', '214508.460000', '214508.463000', '214509.199000', '214509.202000'], 'InstanceCreationTime': ['213828.386000', '213828.390000', '213828.393000', '213828.396000', '213828.398000', '213828.401000', '213828.403000', '213828.406000', '213828.409000', '213828.411000', '213828.414000', '213828.416000', '213828.419000', '213828.422000', '213828.424000', '213828.427000', '213828.429000', '213828.432000', '213828.435000', '213828.437000', '213828.440000', '213828.442000', '213828.445000', '213828.447000', '213828.450000', '213828.453000', '213828.455000', '213828.458000', '213828.460000', '213828.463000', '213828.466000', '213828.468000', '213828.471000', '213828.473000', '213828.476000', '213828.478000', '213828.482000', '213828.485000', '213828.488000', '213828.490000', '213828.493000', '213828.495000', '213828.498000', '213828.500000', '213828.503000', '213828.506000', '213828.508000', '213828.511000', '213828.513000', '213828.516000', '213828.518000', '213828.521000', '213828.524000', '213828.526000', '213848.349000', '213848.351000', '213848.354000', '213848.357000', '213848.359000', '213848.362000', '213848.364000', '213848.367000', '213848.369000', '213848.372000', '213848.374000', '213848.377000', '213848.380000', '213848.382000', '213848.385000', '213848.387000', '213848.390000', '213848.393000', '213848.396000', '213848.399000', '213848.401000', '213848.404000', '213848.406000', '213848.409000', '213848.412000', '213848.414000', '213848.417000', '213848.419000', '213848.422000', '213848.428000', '213848.430000', '213848.433000', '213848.436000', '213848.438000', '213848.441000', '213848.443000', '213848.446000', '213848.449000', '213848.451000', '213848.454000', '213848.456000', '213848.459000', '213848.462000', '213848.464000', '213908.348000', '213908.359000', '213908.361000', '213908.364000', '213908.366000', '213908.369000', '213908.372000', '213908.374000', '213908.377000', '213908.379000', '213908.382000', '213908.385000', '213908.387000', '213908.390000', '213908.392000', '213908.395000', '213908.398000', '213908.400000', '213908.403000', '213908.406000', '213908.408000', '213908.411000', '213908.414000', '213908.416000', '213908.419000', '213908.421000', '213908.424000', '213908.426000', '213908.429000', '213908.432000', '213908.434000', '213908.437000', '213908.440000', '213908.442000', '213908.445000', '213908.447000', '213908.450000', '213908.453000', '213908.455000', '213908.458000', '213908.460000', '213908.463000', '213908.466000', '213928.349000', '213928.351000', '213928.354000', '213928.357000', '213928.359000', '213928.362000', '213928.365000', '213928.367000', '213928.370000', '213928.372000', '213928.375000', '213928.377000', '213928.380000', '213928.383000', '213928.385000', '213928.388000', '213928.390000', '213928.393000', '213928.396000', '213928.398000', '213928.401000', '213928.404000', '213928.407000', '213928.410000', '213928.413000', '213928.415000', '213928.418000', '213928.420000', '213928.423000', '213928.426000', '213928.428000', '213928.431000', '213928.433000', '213928.436000', '213928.439000', '213928.441000', '213928.444000', '213928.446000', '213928.449000', '213928.452000', '213928.454000', '213928.457000', '213928.459000', '213948.347000', '213948.350000', '213948.353000', '213948.355000', '213948.358000', '213948.361000', '213948.363000', '213948.366000', '213948.368000', '213948.371000', '213948.399000', '213948.401000', '213948.404000', '213948.421000', '213948.424000', '213948.426000', '213948.429000', '213948.431000', '213948.434000', '213948.436000', '213948.439000', '213948.442000', '213948.444000', '213948.447000', '213948.449000', '213948.452000', '213948.455000', '213948.457000', '213948.460000', '213948.463000', '213948.465000', '213948.468000', '213948.470000', '213948.473000', '213948.476000', '213948.478000', '213948.481000', '213948.483000', '213948.486000', '213948.489000', '213948.491000', '213948.494000', '213948.496000', '213948.499000', '214008.348000', '214008.350000', '214008.353000', '214008.356000', '214008.358000', '214008.361000', '214008.364000', '214008.366000', '214008.369000', '214008.372000', '214008.374000', '214008.377000', '214008.380000', '214008.383000', '214008.385000', '214008.388000', '214008.390000', '214008.393000', '214008.395000', '214008.398000', '214008.401000', '214008.403000', '214008.406000', '214008.408000', '214008.411000', '214008.414000', '214008.416000', '214008.419000', '214008.421000', '214008.424000', '214008.426000', '214008.429000', '214008.433000', '214008.436000', '214008.439000', '214008.441000', '214008.444000', '214008.447000', '214008.451000', '214008.454000', '214008.456000', '214008.459000', '214008.462000', '214028.349000', '214028.351000', '214028.354000', '214028.356000', '214028.359000', '214028.362000', '214028.364000', '214028.367000', '214028.369000', '214028.372000', '214028.375000', '214028.377000', '214028.380000', '214028.383000', '214028.385000', '214028.388000', '214028.391000', '214028.393000', '214028.396000', '214028.398000', '214028.401000', '214028.404000', '214028.406000', '214028.409000', '214028.411000', '214028.414000', '214028.417000', '214028.419000', '214028.422000', '214028.425000', '214028.427000', '214028.430000', '214028.432000', '214028.435000', '214028.438000', '214028.440000', '214028.443000', '214028.445000', '214028.448000', '214028.451000', '214028.453000', '214028.456000', '214028.459000', '214028.461000', '214048.349000', '214048.352000', '214048.354000', '214048.357000', '214048.359000', '214048.362000', '214048.365000', '214048.367000', '214048.375000', '214048.377000', '214048.380000', '214048.383000', '214048.386000', '214048.388000', '214048.391000', '214048.394000', '214048.397000', '214048.399000', '214048.402000', '214048.404000', '214048.407000', '214048.410000', '214048.412000', '214048.415000', '214048.418000', '214048.420000', '214048.423000', '214048.425000', '214048.428000', '214048.431000', '214048.433000', '214048.436000', '214048.439000', '214048.441000', '214048.444000', '214048.446000', '214048.449000', '214048.452000', '214048.454000', '214048.457000', '214048.459000', '214048.462000', '214048.464000', '214108.348000', '214108.351000', '214108.354000', '214108.357000', '214108.359000', '214108.362000', '214108.364000', '214108.367000', '214108.370000', '214108.372000', '214108.375000', '214108.377000', '214108.380000', '214108.383000', '214108.385000', '214108.388000', '214108.390000', '214108.393000', '214108.396000', '214108.398000', '214108.401000', '214108.403000', '214108.406000', '214108.409000', '214108.411000', '214108.414000', '214108.416000', '214108.419000', '214108.422000', '214108.424000', '214108.427000', '214108.429000', '214108.432000', '214108.435000', '214108.437000', '214108.440000', '214108.442000', '214108.445000', '214108.454000', '214108.456000', '214108.459000', '214108.462000', '214108.464000', '214108.467000', '214128.348000', '214128.351000', '214128.354000', '214128.357000', '214128.359000', '214128.362000', '214128.364000', '214128.367000', '214128.370000', '214128.372000', '214128.375000', '214128.377000', '214128.380000', '214128.383000', '214128.385000', '214128.388000', '214128.390000', '214128.393000', '214128.396000', '214128.398000', '214128.401000', '214128.404000', '214128.406000', '214128.409000', '214128.412000', '214128.415000', '214128.417000', '214128.420000', '214128.422000', '214128.425000', '214128.428000', '214128.430000', '214128.433000', '214128.435000', '214128.438000', '214128.441000', '214128.443000', '214128.446000', '214128.449000', '214128.451000', '214128.454000', '214128.456000', '214128.459000', '214148.348000', '214148.351000', '214148.354000', '214148.357000', '214148.359000', '214148.362000', '214148.364000', '214148.367000', '214148.370000', '214148.372000', '214148.375000', '214148.377000', '214148.380000', '214148.382000', '214148.385000', '214148.388000', '214148.390000', '214148.393000', '214148.395000', '214148.398000', '214148.401000', '214148.403000', '214148.406000', '214148.409000', '214148.411000', '214148.414000', '214148.416000', '214148.419000', '214148.422000', '214148.424000', '214148.427000', '214148.429000', '214148.432000', '214148.435000', '214148.437000', '214148.440000', '214148.443000', '214148.445000', '214148.448000', '214148.450000', '214148.453000', '214148.456000', '214148.458000', '214148.461000', '214208.348000', '214208.350000', '214208.353000', '214208.356000', '214208.358000', '214208.361000', '214208.363000', '214208.366000', '214208.369000', '214208.371000', '214208.374000', '214208.377000', '214208.380000', '214208.382000', '214208.385000', '214208.387000', '214208.390000', '214208.393000', '214208.395000', '214208.406000', '214208.409000', '214208.411000', '214208.414000', '214208.417000', '214208.419000', '214208.422000', '214208.424000', '214208.427000', '214208.430000', '214208.432000', '214208.435000', '214208.437000', '214208.440000', '214208.443000', '214208.445000', '214208.448000', '214208.451000', '214208.453000', '214208.456000', '214208.459000', '214208.461000', '214208.464000', '214208.466000', '214228.348000', '214228.351000', '214228.353000', '214228.356000', '214228.358000', '214228.361000', '214228.364000', '214228.366000', '214228.369000', '214228.371000', '214228.374000', '214228.377000', '214228.379000', '214228.382000', '214228.385000', '214228.387000', '214228.390000', '214228.392000', '214228.395000', '214228.398000', '214228.400000', '214228.403000', '214228.406000', '214228.408000', '214228.411000', '214228.414000', '214228.416000', '214228.419000', '214228.422000', '214228.424000', '214228.427000', '214228.429000', '214228.432000', '214228.434000', '214228.437000', '214228.440000', '214228.442000', '214228.445000', '214228.447000', '214228.450000', '214228.453000', '214228.455000', '214228.458000', '214228.460000', '214248.348000', '214248.351000', '214248.354000', '214248.357000', '214248.359000', '214248.383000', '214248.386000', '214248.388000', '214248.391000', '214248.394000', '214248.396000', '214248.399000', '214248.401000', '214248.404000', '214248.407000', '214248.409000', '214248.412000', '214248.415000', '214248.417000', '214248.420000', '214248.423000', '214248.425000', '214248.428000', '214248.430000', '214248.433000', '214248.435000', '214248.438000', '214248.441000', '214248.444000', '214248.446000', '214248.470000', '214248.472000', '214248.475000', '214248.477000', '214248.480000', '214248.483000', '214248.485000', '214248.488000', '214248.491000', '214248.493000', '214248.496000', '214248.498000', '214248.501000', '214308.348000', '214308.351000', '214308.354000', '214308.357000', '214308.359000', '214308.362000', '214308.364000', '214308.367000', '214308.370000', '214308.372000', '214308.375000', '214308.377000', '214308.380000', '214308.383000', '214308.385000', '214308.388000', '214308.390000', '214308.393000', '214308.396000', '214308.398000', '214308.401000', '214308.403000', '214308.406000', '214308.409000', '214308.411000', '214308.414000', '214308.417000', '214308.419000', '214308.422000', '214308.424000', '214308.427000', '214308.429000', '214308.432000', '214308.435000', '214308.437000', '214308.440000', '214308.443000', '214308.445000', '214308.448000', '214308.450000', '214308.453000', '214308.456000', '214308.458000', '214308.461000', '214328.349000', '214328.352000', '214328.354000', '214328.357000', '214328.360000', '214328.362000', '214328.365000', '214328.367000', '214328.370000', '214328.373000', '214328.375000', '214328.378000', '214328.381000', '214328.383000', '214328.386000', '214328.408000', '214328.411000', '214328.413000', '214328.416000', '214328.418000', '214328.421000', '214328.424000', '214328.428000', '214328.431000', '214328.434000', '214328.436000', '214328.439000', '214328.442000', '214328.444000', '214328.447000', '214328.449000', '214328.452000', '214328.455000', '214328.457000', '214328.460000', '214328.463000', '214328.466000', '214328.469000', '214328.472000', '214328.475000', '214328.477000', '214328.480000', '214328.482000', '214348.349000', '214348.351000', '214348.354000', '214348.357000', '214348.359000', '214348.362000', '214348.364000', '214348.367000', '214348.370000', '214348.372000', '214348.375000', '214348.378000', '214348.380000', '214348.383000', '214348.385000', '214348.388000', '214348.391000', '214348.393000', '214348.396000', '214348.399000', '214348.401000', '214348.404000', '214348.407000', '214348.409000', '214348.412000', '214348.414000', '214348.417000', '214348.420000', '214348.422000', '214348.425000', '214348.427000', '214348.430000', '214348.432000', '214348.435000', '214348.438000', '214348.440000', '214348.443000', '214348.445000', '214348.448000', '214348.450000', '214348.453000', '214348.456000', '214348.458000', '214348.461000', '214408.348000', '214408.351000', '214408.354000', '214408.357000', '214408.359000', '214408.362000', '214408.365000', '214408.367000', '214408.370000', '214408.372000', '214408.375000', '214408.377000', '214408.380000', '214408.383000', '214408.385000', '214408.388000', '214408.390000', '214408.393000', '214408.396000', '214408.398000', '214408.401000', '214408.403000', '214408.406000', '214408.409000', '214408.411000', '214408.414000', '214408.416000', '214408.419000', '214408.422000', '214408.424000', '214408.437000', '214408.440000', '214408.443000', '214408.445000', '214408.448000', '214408.450000', '214408.453000', '214408.456000', '214408.458000', '214408.461000', '214408.463000', '214408.466000', '214408.469000', '214428.348000', '214428.351000', '214428.353000', '214428.356000', '214428.358000', '214428.361000', '214428.364000', '214428.366000', '214428.369000', '214428.371000', '214428.374000', '214428.377000', '214428.379000', '214428.382000', '214428.384000', '214428.387000', '214428.390000', '214428.392000', '214428.395000', '214428.398000', '214428.400000', '214428.403000', '214428.405000', '214428.408000', '214428.410000', '214428.413000', '214428.415000', '214428.418000', '214428.421000', '214428.423000', '214428.426000', '214428.428000', '214428.431000', '214428.434000', '214428.436000', '214428.439000', '214428.441000', '214428.444000', '214428.447000', '214428.449000', '214428.452000', '214428.454000', '214428.457000', '214428.460000', '214448.348000', '214448.351000', '214448.353000', '214448.356000', '214448.359000', '214448.361000', '214448.364000', '214448.367000', '214448.369000', '214448.372000', '214448.374000', '214448.377000', '214448.380000', '214448.382000', '214448.385000', '214448.387000', '214448.390000', '214448.393000', '214448.395000', '214448.398000', '214448.400000', '214448.403000', '214448.406000', '214448.408000', '214448.411000', '214448.413000', '214448.416000', '214448.419000', '214448.421000', '214448.424000', '214448.427000', '214448.429000', '214448.432000', '214448.434000', '214448.437000', '214448.440000', '214448.442000', '214448.445000', '214448.448000', '214448.450000', '214448.453000', '214448.455000', '214448.458000', '214508.348000', '214508.352000', '214508.355000', '214508.358000', '214508.360000', '214508.363000', '214508.366000', '214508.368000', '214508.371000', '214508.374000', '214508.376000', '214508.379000', '214508.381000', '214508.384000', '214508.387000', '214508.389000', '214508.392000', '214508.394000', '214508.397000', '214508.400000', '214508.402000', '214508.405000', '214508.407000', '214508.410000', '214508.413000', '214508.415000', '214508.418000', '214508.420000', '214508.423000', '214508.426000', '214508.428000', '214508.431000', '214508.434000', '214508.436000', '214508.439000', '214508.442000', '214508.444000', '214508.447000', '214508.449000', '214508.452000', '214508.455000', '214508.457000', '214508.460000', '214508.463000', '214509.199000', '214509.202000'], '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': [8960, 8645, 10147, 8390, 12991, 9816, 8815, 9618, 7778, 11660, 11718, 9891, 9376, 10072, 8213, 12163, 7599, 10816, 14525, 9193, 10148, 9143, 11801, 7630, 10086, 13452, 9052, 10849, 7009, 9831, 12856, 8408, 11333, 8032, 10891, 7625, 10381, 12756, 8750, 12280, 9120, 11517, 7198, 10920, 11514, 9403, 14776, 8915, 11690, 7619, 10647, 14453, 8707, 15145, 8630, 11496, 7949, 10209, 15265, 8496, 12693, 7021, 11283, 9603, 8912, 13574, 8298, 11615, 7345, 11836, 10245, 9436, 15200, 8553, 12443, 7896, 11179, 10550, 9812, 15466, 8214, 12399, 13622, 9319, 16318, 7814, 11746, 7767, 10324, 16058, 8034, 13461, 8747, 9396, 12257, 8659, 10796, 6884, 10284, 11450, 8555, 9027, 10428, 6910, 11571, 7789, 11327, 14300, 9599, 12683, 8876, 12227, 12154, 10346, 16098, 11502, 14503, 7629, 11649, 8374, 16105, 13185, 10855, 15635, 7313, 9552, 16217, 8216, 15207, 9424, 9354, 8912, 7536, 11025, 13565, 11342, 10877, 15296, 16678, 8862, 7549, 9986, 12584, 9420, 14879, 8140, 10866, 8604, 8297, 9868, 12084, 9168, 10617, 7926, 9914, 9343, 14040, 13450, 14847, 15982, 16674, 12274, 8732, 9614, 12861, 13886, 13832, 10001, 8867, 7945, 10243, 10745, 9988, 8508, 13563, 11737, 10702, 11112, 13708, 11340, 8955, 12795, 11416, 8574, 14693, 9429, 8524, 11131, 8977, 7582, 11245, 9207, 7897, 10022, 9723, 7457, 10474, 7431, 11041, 9198, 12960, 8907, 9991, 10859, 7060, 11858, 8422, 12796, 12069, 9132, 10094, 8295, 7920, 11007, 11406, 13907, 10641, 9248, 15141, 11684, 9899, 8160, 10251, 9101, 13722, 11563, 15485, 10835, 10833, 8973, 11655, 8162, 9469, 8224, 10150, 8631, 11030, 8488, 11261, 9461, 11782, 8739, 11096, 9915, 12586, 15247, 12494, 17504, 12703, 11844, 8826, 11272, 9212, 11144, 9106, 11591, 11994, 9087, 11862, 8914, 12076, 7644, 10452, 11404, 8463, 12331, 8292, 11375, 7708, 10448, 8993, 8978, 11931, 8401, 12620, 8490, 11876, 8197, 10761, 7058, 10037, 13644, 8506, 12094, 8384, 10790, 9723, 9434, 13484, 8060, 11884, 9413, 9007, 14154, 8857, 12022, 7497, 11059, 12115, 8802, 13355, 9680, 12471, 7837, 11510, 11651, 9348, 15203, 12986, 14179, 7530, 10770, 7641, 10288, 11214, 10246, 7467, 10696, 15508, 12588, 11937, 15678, 15433, 13868, 7896, 9737, 12872, 8200, 11680, 8195, 9313, 6625, 10263, 14057, 8214, 11930, 9663, 9277, 8755, 7102, 10269, 14460, 9179, 12622, 11652, 9577, 8313, 10090, 7794, 10931, 15778, 13420, 8480, 11937, 15625, 13776, 15331, 10770, 12344, 7531, 11261, 8098, 11398, 7991, 10791, 8502, 13818, 17126, 12934, 12336, 10237, 7702, 11285, 12607, 9660, 7518, 12699, 15179, 12741, 7341, 10181, 16903, 8554, 8690, 11053, 14762, 10692, 11537, 17874, 8931, 15469, 9295, 8209, 8956, 10121, 8936, 8147, 11195, 11794, 9383, 7213, 11213, 13177, 11653, 7872, 11492, 7224, 10265, 8713, 12987, 15227, 14972, 14540, 7610, 11069, 15152, 8204, 12029, 9058, 10256, 7918, 11556, 7801, 8853, 13332, 8738, 11153, 7885, 11377, 7856, 11124, 8228, 10811, 13677, 8108, 11839, 14067, 8191, 13546, 8708, 11588, 7408, 11265, 15499, 8120, 12062, 8302, 11258, 7394, 11723, 13976, 8277, 11929, 8959, 9118, 13637, 7464, 12081, 12995, 8147, 12640, 9785, 11866, 7417, 11523, 15219, 8702, 13701, 9192, 10793, 7160, 11200, 14413, 8888, 13163, 11063, 8777, 7273, 10306, 14070, 9020, 11188, 16199, 11881, 8572, 10047, 13706, 8676, 11241, 15586, 11986, 12076, 7331, 11747, 13874, 8893, 12237, 8938, 11690, 7444, 11957, 8708, 13187, 14974, 12166, 14121, 9693, 11560, 14389, 8650, 12812, 10075, 11691, 8378, 12615, 7396, 12115, 13290, 9234, 8069, 10449, 14534, 8902, 13377, 8521, 12047, 7489, 11606, 15306, 10362, 13876, 9793, 9735, 7075, 10863, 13642, 7461, 12165, 15452, 8729, 10277, 8283, 13665, 8812, 13078, 15761, 13319, 14698, 8963, 11487, 12708, 8469, 12991, 9212, 11373, 7538, 11466, 7454, 11426, 8690, 10949, 14576, 8554, 9108, 10492, 14041, 13678, 13971, 15749, 11136, 11660, 15146, 9510, 12694, 8536, 11470, 7103, 10835, 8563, 10189, 8355, 12321, 9404, 9550, 8395, 13144, 13720, 10165, 14421, 11276, 10776, 7583, 10735, 14079, 8370, 11704, 16583, 10365, 13308, 8559, 10053, 13735, 8575, 12141, 8243, 11731, 7738, 11142, 11939, 8781, 13456, 9553, 12711, 8415, 12914, 8036, 12834, 9877, 13382, 9149, 9089, 10189, 13984, 12004, 11644, 14554, 9154, 13554, 9758, 10279, 13240, 8717, 11895, 7742, 10470, 14064, 7593, 11879, 15871, 9064, 11771, 7544, 11605, 8159, 11990, 8281, 12060, 7093, 11696, 8164, 11130, 8898, 13702, 14999, 13094, 13722, 15091, 11043, 14071, 13705, 9765, 15491, 7843, 12128, 8089, 11874, 9372, 11559, 8597, 12839, 7972, 12567, 16991, 14718, 14354, 7450, 11503, 8124, 12063, 8071, 11610, 8669, 12506, 15293, 9376, 13484, 10111, 11074, 7118, 11065, 7481, 10968, 8524, 12702, 9620, 13118, 9814, 15391, 11975, 10523, 7760, 10338, 15452, 11330, 13370, 15852, 9770, 10972, 14852, 7894, 11931, 7937, 10673, 7038, 11193, 7704, 12283, 9328, 9696, 9992, 14293, 8296, 11005, 10645, 15351, 14500, 13035, 13261, 10436, 11209, 7873, 13186, 15208, 15876, 15520, 11420, 10702, 7610, 10676, 9308, 11159, 16186, 12018, 8375, 10748, 15411, 12912, 16064, 10043, 10827, 7688, 10437, 13502, 8628, 11826, 8188, 10836, 7365, 10354, 8271, 12426, 14086, 11628, 13997, 8167, 12376, 8385, 10222, 13245, 9730, 9327, 8190, 10408, 8936, 12886, 10255, 10971, 13776, 8844, 9956, 10015, 13688, 10087, 7436, 10483, 13448, 8621, 11978, 15516, 12096, 13187, 9355, 12003, 11322, 10442, 10240, 10570, 6610, 11039, 15272, 8795, 13115, 14978, 14911, 18500, 15473, 10811, 9053, 9177, 15578, 14008, 9734, 10342, 11223, 12490, 10357, 8836, 11407, 9340, 9711, 14833, 12617, 12543, 14374, 14180, 17025, 13785, 12931, 11617, 7678, 10118, 8401, 11739, 7607, 10645, 8119, 10992, 9036, 11748, 9005, 11811, 8579, 9084, 13063, 8887, 11559, 7679, 9970, 9452, 9049, 7652, 9377, 6940, 10788, 8011, 12736, 8892, 11890, 9041, 12787, 10602, 10382, 13910, 11540, 15553, 8854, 11894, 16180, 12765, 14680, 12406, 10607, 7201, 9585, 13551, 10277, 10630, 16823, 12962, 8919, 9096, 12546, 9232, 11013, 7753, 10463, 8237, 11033, 15878, 8776, 13042, 12991, 9048, 9161, 8753, 12355, 9536, 11679, 9765, 11025, 8534, 11384, 8025, 11160, 9305, 15223, 9115, 11035, 9433, 12368, 16032, 14144, 16269, 9338, 10655, 16877, 8842, 12041, 8955, 9769, 8498, 11836, 14238, 10023, 15286, 8682], 'WindowCenter': [4177.0, 4159.0, 4169.0, 4149.0, 4188.0, 4157.0, 4144.0, 4153.0, 4134.0, 4176.0, 4162.0, 4154.0, 4141.0, 4154.0, 4148.0, 4178.0, 4135.0, 4167.0, 4197.0, 4157.0, 4152.0, 4154.0, 4175.0, 4121.0, 4166.0, 4176.0, 4144.0, 4164.0, 4122.0, 4165.0, 4175.0, 4147.0, 4164.0, 4145.0, 4168.0, 4146.0, 4178.0, 4187.0, 4160.0, 4187.0, 4156.0, 4177.0, 4135.0, 4177.0, 4177.0, 4168.0, 4210.0, 4168.0, 4178.0, 4146.0, 4177.0, 4199.0, 4156.0, 4200.0, 4155.0, 4177.0, 4146.0, 4179.0, 4200.0, 4157.0, 4187.0, 4135.0, 4178.0, 4167.0, 4170.0, 4200.0, 4170.0, 4189.0, 4148.0, 4189.0, 4179.0, 4169.0, 4210.0, 4161.0, 4190.0, 4147.0, 4179.0, 4176.0, 4168.0, 4198.0, 4155.0, 4187.0, 4186.0, 4155.0, 4197.0, 4143.0, 4174.0, 4131.0, 4167.0, 4197.0, 4143.0, 4185.0, 4141.0, 4153.0, 4172.0, 4154.0, 4163.0, 4123.0, 4166.0, 4173.0, 4155.0, 4165.0, 4178.0, 4147.0, 4190.0, 4146.0, 4189.0, 4198.0, 4169.0, 4199.0, 4170.0, 4190.0, 4176.0, 4166.0, 4209.0, 4167.0, 4182.0, 4132.0, 4176.0, 4133.0, 4214.0, 4191.0, 4125.0, 4224.0, 4137.0, 4170.0, 4195.0, 4133.0, 4183.0, 4141.0, 4152.0, 4153.0, 4133.0, 4166.0, 4185.0, 4164.0, 4165.0, 4196.0, 4181.0, 4128.0, 4117.0, 4150.0, 4173.0, 4154.0, 4181.0, 4132.0, 4151.0, 4140.0, 4144.0, 4155.0, 4174.0, 4156.0, 4166.0, 4144.0, 4165.0, 4183.0, 4200.0, 4198.0, 4104.0, 4182.0, 4212.0, 4206.0, 4132.0, 4113.0, 4017.0, 4080.0, 4257.0, 4160.0, 4145.0, 4135.0, 4154.0, 4152.0, 4143.0, 4144.0, 4175.0, 4164.0, 4143.0, 4151.0, 4159.0, 4137.0, 4114.0, 4147.0, 4122.0, 4106.0, 4145.0, 4115.0, 4115.0, 4134.0, 4116.0, 4102.0, 4148.0, 4128.0, 4119.0, 4138.0, 4141.0, 4111.0, 4139.0, 4110.0, 4149.0, 4142.0, 4161.0, 4130.0, 4151.0, 4162.0, 4122.0, 4163.0, 4145.0, 4181.0, 4153.0, 4098.0, 4125.0, 4119.0, 4148.0, 4127.0, 4196.0, 4189.0, 4155.0, 4143.0, 4160.0, 4164.0, 4142.0, 4130.0, 4152.0, 4158.0, 4188.0, 4176.0, 4187.0, 4164.0, 4163.0, 4143.0, 4164.0, 4129.0, 4155.0, 4144.0, 4166.0, 4146.0, 4167.0, 4146.0, 4163.0, 4152.0, 4164.0, 4143.0, 4164.0, 4166.0, 4178.0, 4186.0, 4179.0, 4195.0, 4161.0, 4149.0, 4129.0, 4150.0, 4143.0, 4151.0, 4142.0, 4163.0, 4160.0, 4131.0, 4160.0, 4139.0, 4161.0, 4117.0, 4152.0, 4160.0, 4132.0, 4172.0, 4133.0, 4163.0, 4135.0, 4165.0, 4153.0, 4156.0, 4178.0, 4145.0, 4188.0, 4156.0, 4178.0, 4156.0, 4178.0, 4137.0, 4169.0, 4199.0, 4156.0, 4177.0, 4157.0, 4180.0, 4166.0, 4169.0, 4189.0, 4146.0, 4188.0, 4169.0, 4168.0, 4198.0, 4168.0, 4190.0, 4147.0, 4191.0, 4188.0, 4169.0, 4202.0, 4180.0, 4191.0, 4151.0, 4192.0, 4189.0, 4168.0, 4210.0, 4202.0, 4199.0, 4147.0, 4180.0, 4146.0, 4178.0, 4181.0, 4181.0, 4149.0, 4182.0, 4201.0, 4177.0, 4176.0, 4198.0, 4196.0, 4187.0, 4132.0, 4154.0, 4174.0, 4142.0, 4176.0, 4143.0, 4156.0, 4124.0, 4178.0, 4199.0, 4144.0, 4177.0, 4167.0, 4168.0, 4169.0, 4148.0, 4192.0, 4213.0, 4171.0, 4192.0, 4179.0, 4170.0, 4157.0, 4181.0, 4147.0, 4193.0, 4211.0, 4202.0, 4158.0, 4193.0, 4204.0, 4186.0, 4188.0, 4165.0, 4177.0, 4147.0, 4176.0, 4145.0, 4178.0, 4134.0, 4167.0, 4145.0, 4188.0, 4196.0, 4174.0, 4175.0, 4165.0, 4135.0, 4176.0, 4172.0, 4156.0, 4133.0, 4188.0, 4197.0, 4176.0, 4121.0, 4166.0, 4195.0, 4140.0, 4143.0, 4176.0, 4187.0, 4153.0, 4164.0, 4194.0, 4139.0, 4183.0, 4140.0, 4141.0, 4155.0, 4165.0, 4155.0, 4144.0, 4179.0, 4189.0, 4157.0, 4135.0, 4178.0, 4188.0, 4175.0, 4145.0, 4178.0, 4138.0, 4168.0, 4159.0, 4190.0, 4200.0, 4185.0, 4187.0, 4134.0, 4167.0, 4184.0, 4133.0, 4165.0, 4153.0, 4165.0, 4146.0, 4178.0, 4134.0, 4154.0, 4186.0, 4145.0, 4176.0, 4147.0, 4177.0, 4148.0, 4179.0, 4158.0, 4180.0, 4189.0, 4146.0, 4178.0, 4186.0, 4146.0, 4187.0, 4157.0, 4177.0, 4146.0, 4178.0, 4197.0, 4144.0, 4178.0, 4146.0, 4177.0, 4150.0, 4192.0, 4199.0, 4147.0, 4188.0, 4155.0, 4158.0, 4188.0, 4136.0, 4187.0, 4188.0, 4147.0, 4190.0, 4169.0, 4189.0, 4148.0, 4191.0, 4199.0, 4158.0, 4189.0, 4156.0, 4178.0, 4137.0, 4191.0, 4200.0, 4155.0, 4190.0, 4177.0, 4157.0, 4146.0, 4181.0, 4200.0, 4155.0, 4176.0, 4198.0, 4177.0, 4156.0, 4168.0, 4189.0, 4145.0, 4176.0, 4198.0, 4179.0, 4174.0, 4134.0, 4189.0, 4186.0, 4154.0, 4174.0, 4155.0, 4175.0, 4148.0, 4190.0, 4168.0, 4203.0, 4200.0, 4188.0, 4187.0, 4155.0, 4178.0, 4186.0, 4144.0, 4176.0, 4165.0, 4188.0, 4160.0, 4190.0, 4147.0, 4190.0, 4186.0, 4159.0, 4146.0, 4181.0, 4201.0, 4159.0, 4188.0, 4146.0, 4177.0, 4135.0, 4178.0, 4199.0, 4166.0, 4187.0, 4154.0, 4157.0, 4134.0, 4179.0, 4187.0, 4135.0, 4176.0, 4197.0, 4158.0, 4167.0, 4159.0, 4200.0, 4172.0, 4202.0, 4210.0, 4189.0, 4198.0, 4155.0, 4177.0, 4175.0, 4145.0, 4185.0, 4155.0, 4176.0, 4145.0, 4189.0, 4137.0, 4190.0, 4157.0, 4182.0, 4200.0, 4159.0, 4169.0, 4182.0, 4203.0, 4189.0, 4190.0, 4199.0, 4166.0, 4164.0, 4184.0, 4153.0, 4174.0, 4142.0, 4163.0, 4121.0, 4166.0, 4157.0, 4180.0, 4159.0, 4188.0, 4171.0, 4180.0, 4174.0, 4205.0, 4198.0, 4168.0, 4189.0, 4166.0, 4165.0, 4133.0, 4178.0, 4188.0, 4144.0, 4165.0, 4195.0, 4153.0, 4174.0, 4131.0, 4153.0, 4172.0, 4131.0, 4171.0, 4143.0, 4174.0, 4131.0, 4176.0, 4176.0, 4142.0, 4185.0, 4156.0, 4186.0, 4158.0, 4187.0, 4145.0, 4187.0, 4169.0, 4189.0, 4169.0, 4168.0, 4181.0, 4201.0, 4174.0, 4178.0, 4198.0, 4157.0, 4188.0, 4154.0, 4165.0, 4175.0, 4144.0, 4175.0, 4132.0, 4165.0, 4185.0, 4135.0, 4174.0, 4195.0, 4144.0, 4174.0, 4143.0, 4176.0, 4158.0, 4189.0, 4161.0, 4190.0, 4149.0, 4192.0, 4157.0, 4191.0, 4182.0, 4215.0, 4203.0, 4189.0, 4189.0, 4187.0, 4164.0, 4187.0, 4185.0, 4155.0, 4184.0, 4144.0, 4175.0, 4146.0, 4188.0, 4170.0, 4191.0, 4169.0, 4201.0, 4158.0, 4193.0, 4211.0, 4200.0, 4187.0, 4136.0, 4174.0, 4148.0, 4189.0, 4146.0, 4190.0, 4161.0, 4192.0, 4198.0, 4157.0, 4188.0, 4156.0, 4176.0, 4138.0, 4177.0, 4135.0, 4175.0, 4160.0, 4200.0, 4181.0, 4202.0, 4182.0, 4214.0, 4176.0, 4167.0, 4135.0, 4167.0, 4188.0, 4164.0, 4176.0, 4185.0, 4142.0, 4153.0, 4171.0, 4130.0, 4162.0, 4130.0, 4166.0, 4135.0, 4173.0, 4148.0, 4191.0, 4184.0, 4185.0, 4195.0, 4214.0, 4160.0, 4194.0, 4196.0, 4218.0, 4215.0, 4205.0, 4207.0, 4181.0, 4180.0, 4149.0, 4193.0, 4201.0, 4197.0, 4200.0, 4164.0, 4155.0, 4133.0, 4165.0, 4142.0, 4166.0, 4185.0, 4164.0, 4131.0, 4163.0, 4185.0, 4163.0, 4185.0, 4139.0, 4151.0, 4119.0, 4151.0, 4161.0, 4128.0, 4148.0, 4120.0, 4150.0, 4119.0, 4151.0, 4145.0, 4175.0, 4173.0, 4163.0, 4172.0, 4130.0, 4174.0, 4131.0, 4152.0, 4161.0, 4141.0, 4141.0, 4144.0, 4164.0, 4156.0, 4176.0, 4154.0, 4167.0, 4175.0, 4144.0, 4154.0, 4153.0, 4187.0, 4167.0, 4136.0, 4179.0, 4189.0, 4145.0, 4165.0, 4184.0, 4163.0, 4176.0, 4157.0, 4190.0, 4149.0, 4152.0, 4151.0, 4167.0, 4127.0, 4181.0, 4198.0, 4156.0, 4190.0, 4198.0, 4148.0, 4249.0, 4221.0, 4178.0, 4137.0, 4141.0, 4197.0, 4235.0, 4155.0, 4097.0, 4107.0, 4183.0, 4159.0, 4161.0, 4182.0, 4173.0, 4174.0, 4204.0, 4183.0, 4180.0, 4176.0, 4149.0, 4157.0, 4147.0, 4147.0, 4134.0, 4092.0, 4124.0, 4117.0, 4148.0, 4105.0, 4134.0, 4118.0, 4149.0, 4142.0, 4161.0, 4143.0, 4163.0, 4129.0, 4129.0, 4159.0, 4129.0, 4148.0, 4118.0, 4140.0, 4142.0, 4144.0, 4131.0, 4153.0, 4136.0, 4178.0, 4161.0, 4201.0, 4170.0, 4193.0, 4183.0, 4215.0, 4180.0, 4183.0, 4204.0, 4192.0, 4214.0, 4171.0, 4194.0, 4198.0, 4179.0, 4200.0, 4175.0, 4165.0, 4133.0, 4169.0, 4189.0, 4155.0, 4168.0, 4197.0, 4188.0, 4154.0, 4155.0, 4177.0, 4144.0, 4164.0, 4145.0, 4179.0, 4171.0, 4191.0, 4198.0, 4143.0, 4176.0, 4174.0, 4142.0, 4142.0, 4144.0, 4175.0, 4155.0, 4179.0, 4169.0, 4178.0, 4156.0, 4177.0, 4146.0, 4176.0, 4170.0, 4201.0, 4155.0, 4167.0, 4166.0, 4188.0, 4195.0, 4184.0, 4184.0, 4156.0, 4153.0, 4192.0, 4143.0, 4172.0, 4154.0, 4163.0, 4155.0, 4176.0, 4183.0, 4154.0, 4182.0, 4130.0], 'WindowWidth': [9286.0, 9250.0, 9257.0, 9229.0, 9281.0, 9238.0, 9215.0, 9225.0, 9204.0, 9262.0, 9234.0, 9228.0, 9207.0, 9228.0, 9224.0, 9269.0, 9205.0, 9251.0, 9295.0, 9235.0, 9225.0, 9230.0, 9260.0, 9179.0, 9249.0, 9261.0, 9215.0, 9243.0, 9185.0, 9246.0, 9259.0, 9223.0, 9243.0, 9219.0, 9252.0, 9223.0, 9269.0, 9279.0, 9244.0, 9281.0, 9237.0, 9267.0, 9208.0, 9266.0, 9265.0, 9257.0, 9317.0, 9258.0, 9270.0, 9224.0, 9268.0, 9301.0, 9237.0, 9300.0, 9235.0, 9265.0, 9223.0, 9271.0, 9302.0, 9239.0, 9280.0, 9210.0, 9271.0, 9257.0, 9263.0, 9306.0, 9263.0, 9286.0, 9231.0, 9286.0, 9271.0, 9257.0, 9319.0, 9250.0, 9288.0, 9227.0, 9272.0, 9264.0, 9255.0, 9300.0, 9236.0, 9283.0, 9276.0, 9233.0, 9295.0, 9215.0, 9259.0, 9197.0, 9249.0, 9295.0, 9216.0, 9275.0, 9209.0, 9227.0, 9254.0, 9234.0, 9240.0, 9186.0, 9247.0, 9255.0, 9235.0, 9251.0, 9271.0, 9232.0, 9290.0, 9226.0, 9285.0, 9299.0, 9260.0, 9301.0, 9262.0, 9293.0, 9263.0, 9248.0, 9317.0, 9249.0, 9267.0, 9200.0, 9264.0, 9199.0, 9339.0, 9294.0, 9171.0, 9345.0, 9214.0, 9262.0, 9287.0, 9199.0, 9265.0, 9206.0, 9225.0, 9228.0, 9201.0, 9248.0, 9275.0, 9242.0, 9243.0, 9291.0, 9262.0, 9182.0, 9169.0, 9217.0, 9255.0, 9233.0, 9263.0, 9195.0, 9219.0, 9205.0, 9214.0, 9231.0, 9258.0, 9234.0, 9247.0, 9218.0, 9249.0, 9287.0, 9306.0, 9301.0, 9130.0, 9287.0, 9334.0, 9326.0, 9194.0, 9149.0, 8960.0, 9086.0, 9411.0, 9243.0, 9214.0, 9199.0, 9223.0, 9219.0, 9207.0, 9212.0, 9253.0, 9236.0, 9205.0, 9213.0, 9222.0, 9187.0, 9154.0, 9197.0, 9161.0, 9142.0, 9197.0, 9155.0, 9155.0, 9180.0, 9156.0, 9136.0, 9206.0, 9178.0, 9170.0, 9197.0, 9202.0, 9162.0, 9197.0, 9158.0, 9207.0, 9204.0, 9229.0, 9186.0, 9216.0, 9233.0, 9180.0, 9237.0, 9216.0, 9269.0, 9218.0, 9121.0, 9167.0, 9170.0, 9226.0, 9168.0, 9298.0, 9281.0, 9227.0, 9206.0, 9230.0, 9237.0, 9206.0, 9187.0, 9219.0, 9239.0, 9280.0, 9261.0, 9278.0, 9241.0, 9238.0, 9213.0, 9238.0, 9187.0, 9231.0, 9214.0, 9245.0, 9220.0, 9247.0, 9220.0, 9239.0, 9223.0, 9239.0, 9210.0, 9239.0, 9246.0, 9268.0, 9273.0, 9267.0, 9285.0, 9227.0, 9208.0, 9186.0, 9214.0, 9210.0, 9218.0, 9209.0, 9239.0, 9228.0, 9188.0, 9228.0, 9201.0, 9231.0, 9170.0, 9220.0, 9229.0, 9192.0, 9248.0, 9199.0, 9239.0, 9206.0, 9246.0, 9227.0, 9235.0, 9266.0, 9220.0, 9279.0, 9235.0, 9267.0, 9237.0, 9267.0, 9213.0, 9257.0, 9297.0, 9237.0, 9265.0, 9241.0, 9271.0, 9251.0, 9257.0, 9284.0, 9225.0, 9282.0, 9256.0, 9255.0, 9299.0, 9255.0, 9286.0, 9228.0, 9289.0, 9282.0, 9258.0, 9306.0, 9276.0, 9290.0, 9238.0, 9294.0, 9285.0, 9257.0, 9318.0, 9303.0, 9297.0, 9227.0, 9272.0, 9223.0, 9270.0, 9275.0, 9278.0, 9231.0, 9279.0, 9314.0, 9264.0, 9263.0, 9299.0, 9288.0, 9276.0, 9197.0, 9229.0, 9257.0, 9213.0, 9261.0, 9214.0, 9234.0, 9193.0, 9269.0, 9299.0, 9219.0, 9265.0, 9255.0, 9259.0, 9259.0, 9234.0, 9296.0, 9325.0, 9262.0, 9294.0, 9271.0, 9258.0, 9239.0, 9274.0, 9227.0, 9295.0, 9321.0, 9304.0, 9244.0, 9298.0, 9319.0, 9275.0, 9283.0, 9246.0, 9265.0, 9224.0, 9261.0, 9220.0, 9266.0, 9202.0, 9250.0, 9220.0, 9284.0, 9288.0, 9252.0, 9257.0, 9246.0, 9207.0, 9261.0, 9253.0, 9231.0, 9203.0, 9281.0, 9291.0, 9259.0, 9183.0, 9248.0, 9289.0, 9206.0, 9212.0, 9260.0, 9280.0, 9223.0, 9240.0, 9285.0, 9202.0, 9265.0, 9207.0, 9209.0, 9233.0, 9244.0, 9233.0, 9219.0, 9271.0, 9284.0, 9236.0, 9207.0, 9268.0, 9281.0, 9259.0, 9221.0, 9268.0, 9215.0, 9253.0, 9243.0, 9288.0, 9304.0, 9274.0, 9277.0, 9204.0, 9249.0, 9270.0, 9198.0, 9242.0, 9227.0, 9246.0, 9224.0, 9267.0, 9203.0, 9230.0, 9275.0, 9218.0, 9260.0, 9226.0, 9265.0, 9229.0, 9270.0, 9241.0, 9273.0, 9284.0, 9222.0, 9265.0, 9276.0, 9220.0, 9276.0, 9237.0, 9267.0, 9226.0, 9269.0, 9293.0, 9219.0, 9267.0, 9224.0, 9265.0, 9238.0, 9293.0, 9301.0, 9227.0, 9283.0, 9234.0, 9241.0, 9282.0, 9211.0, 9280.0, 9280.0, 9226.0, 9287.0, 9257.0, 9284.0, 9232.0, 9292.0, 9302.0, 9241.0, 9285.0, 9237.0, 9266.0, 9215.0, 9292.0, 9303.0, 9237.0, 9287.0, 9264.0, 9241.0, 9228.0, 9277.0, 9301.0, 9233.0, 9263.0, 9298.0, 9264.0, 9236.0, 9256.0, 9286.0, 9220.0, 9262.0, 9298.0, 9269.0, 9259.0, 9205.0, 9282.0, 9279.0, 9232.0, 9258.0, 9236.0, 9261.0, 9229.0, 9286.0, 9260.0, 9310.0, 9301.0, 9281.0, 9281.0, 9232.0, 9265.0, 9276.0, 9217.0, 9262.0, 9248.0, 9282.0, 9248.0, 9288.0, 9227.0, 9287.0, 9278.0, 9242.0, 9226.0, 9276.0, 9303.0, 9244.0, 9285.0, 9224.0, 9266.0, 9209.0, 9270.0, 9301.0, 9248.0, 9280.0, 9229.0, 9235.0, 9206.0, 9271.0, 9279.0, 9206.0, 9264.0, 9295.0, 9240.0, 9252.0, 9247.0, 9301.0, 9265.0, 9309.0, 9314.0, 9283.0, 9295.0, 9232.0, 9264.0, 9260.0, 9219.0, 9276.0, 9234.0, 9262.0, 9225.0, 9285.0, 9212.0, 9287.0, 9241.0, 9279.0, 9304.0, 9245.0, 9260.0, 9279.0, 9313.0, 9285.0, 9286.0, 9301.0, 9246.0, 9245.0, 9272.0, 9226.0, 9255.0, 9210.0, 9239.0, 9184.0, 9248.0, 9242.0, 9272.0, 9243.0, 9285.0, 9266.0, 9278.0, 9274.0, 9316.0, 9294.0, 9253.0, 9287.0, 9248.0, 9246.0, 9202.0, 9267.0, 9283.0, 9215.0, 9244.0, 9289.0, 9225.0, 9257.0, 9192.0, 9224.0, 9249.0, 9194.0, 9247.0, 9215.0, 9255.0, 9199.0, 9261.0, 9260.0, 9213.0, 9273.0, 9234.0, 9277.0, 9242.0, 9277.0, 9220.0, 9277.0, 9258.0, 9286.0, 9256.0, 9256.0, 9277.0, 9307.0, 9259.0, 9266.0, 9295.0, 9238.0, 9285.0, 9229.0, 9245.0, 9260.0, 9216.0, 9258.0, 9198.0, 9247.0, 9272.0, 9203.0, 9257.0, 9287.0, 9216.0, 9254.0, 9217.0, 9263.0, 9244.0, 9285.0, 9251.0, 9289.0, 9235.0, 9294.0, 9243.0, 9291.0, 9283.0, 9332.0, 9316.0, 9284.0, 9287.0, 9281.0, 9243.0, 9280.0, 9272.0, 9230.0, 9271.0, 9216.0, 9258.0, 9223.0, 9281.0, 9261.0, 9291.0, 9260.0, 9305.0, 9244.0, 9295.0, 9321.0, 9299.0, 9278.0, 9208.0, 9256.0, 9228.0, 9285.0, 9225.0, 9287.0, 9250.0, 9294.0, 9295.0, 9236.0, 9283.0, 9232.0, 9264.0, 9214.0, 9264.0, 9206.0, 9261.0, 9247.0, 9302.0, 9280.0, 9306.0, 9280.0, 9328.0, 9262.0, 9249.0, 9203.0, 9248.0, 9283.0, 9240.0, 9258.0, 9273.0, 9207.0, 9222.0, 9245.0, 9188.0, 9236.0, 9192.0, 9246.0, 9205.0, 9253.0, 9230.0, 9289.0, 9285.0, 9289.0, 9302.0, 9325.0, 9250.0, 9296.0, 9301.0, 9337.0, 9328.0, 9314.0, 9321.0, 9275.0, 9270.0, 9230.0, 9295.0, 9310.0, 9291.0, 9301.0, 9239.0, 9229.0, 9196.0, 9243.0, 9211.0, 9245.0, 9275.0, 9238.0, 9191.0, 9236.0, 9276.0, 9236.0, 9270.0, 9199.0, 9216.0, 9170.0, 9216.0, 9230.0, 9182.0, 9210.0, 9173.0, 9214.0, 9174.0, 9218.0, 9216.0, 9259.0, 9254.0, 9237.0, 9247.0, 9192.0, 9254.0, 9191.0, 9220.0, 9234.0, 9205.0, 9207.0, 9214.0, 9243.0, 9235.0, 9263.0, 9228.0, 9251.0, 9255.0, 9213.0, 9227.0, 9229.0, 9279.0, 9251.0, 9208.0, 9269.0, 9282.0, 9216.0, 9242.0, 9271.0, 9237.0, 9260.0, 9236.0, 9284.0, 9213.0, 9217.0, 9220.0, 9249.0, 9199.0, 9275.0, 9296.0, 9237.0, 9289.0, 9301.0, 9201.0, 9403.0, 9348.0, 9270.0, 9198.0, 9210.0, 9303.0, 9371.0, 9233.0, 9118.0, 9134.0, 9270.0, 9235.0, 9243.0, 9275.0, 9264.0, 9268.0, 9309.0, 9278.0, 9267.0, 9258.0, 9205.0, 9219.0, 9206.0, 9201.0, 9181.0, 9120.0, 9166.0, 9163.0, 9206.0, 9144.0, 9184.0, 9166.0, 9209.0, 9206.0, 9231.0, 9209.0, 9236.0, 9183.0, 9184.0, 9224.0, 9183.0, 9210.0, 9169.0, 9201.0, 9206.0, 9214.0, 9194.0, 9226.0, 9208.0, 9266.0, 9251.0, 9305.0, 9261.0, 9295.0, 9285.0, 9330.0, 9276.0, 9280.0, 9311.0, 9294.0, 9324.0, 9264.0, 9300.0, 9297.0, 9267.0, 9304.0, 9260.0, 9245.0, 9199.0, 9254.0, 9286.0, 9228.0, 9250.0, 9294.0, 9280.0, 9230.0, 9233.0, 9268.0, 9214.0, 9243.0, 9221.0, 9269.0, 9266.0, 9291.0, 9296.0, 9214.0, 9263.0, 9253.0, 9209.0, 9209.0, 9215.0, 9258.0, 9233.0, 9269.0, 9257.0, 9266.0, 9237.0, 9266.0, 9220.0, 9260.0, 9257.0, 9304.0, 9234.0, 9250.0, 9252.0, 9283.0, 9289.0, 9268.0, 9271.0, 9232.0, 9226.0, 9279.0, 9211.0, 9253.0, 9229.0, 9242.0, 9234.0, 9262.0, 9265.0, 9224.0, 9265.0, 9190.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.007193945945945947</td></tr>
<tr><td colspan=3>aqi</td><td>0.052914877945945946</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.08968822679654</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2339426139502156</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0254059035389618</td></tr>
<tr><td colspan=3>efc</td><td>0.5116</td></tr>
<tr><td colspan=3>fber</td><td>4440.0928</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2076349042620013</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>164</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.72972972972973</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4716597474228226</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3495459439824593</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6363111189636266</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.429122179322381</td></tr>
<tr><td colspan=3>gcor</td><td>0.018107</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016990182921290398</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042742252349853516</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.562386939447996</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>16.9001</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.3803</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.5005</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293194.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1030.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.0963</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7691</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>441.6978</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3369.4708</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83350.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>769.5487</td></tr>
<tr><td colspan=3>tsnr</td><td>28.99891617707908</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>