<?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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-04/func/sub-0001_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>599125f54898e588cbdff85ea9feaad2</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>15:48:11.057500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994023, -0.106343, 0.0246869, 0.100268, 0.978754, 0.17885]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0841824</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7754, -7222, 521, -35, -181, 19, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.23</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b62091b0-b072-4a39-9859-1f26511e79e5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666890859603882, 0.2690120339393616, 0.11659127473831177, 97.45360565185547], [0.2853117287158966, 2.625924825668335, 0.47332534193992615, -119.79515075683594], [0.06623323261737823, -0.4798414707183838, 2.6556296348571777, -33.38432693481445], [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, 930]</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, 927, 928, 929, 930], 'AcquisitionTime': ['154811.057500', '154811.517500', '154811.977500', '154812.437500', '154812.897500', '154813.357500', '154813.817500', '154814.277500', '154814.737500', '154815.197500', '154815.657500', '154816.117500', '154816.577500', '154817.037500', '154817.497500', '154817.957500', '154818.417500', '154818.877500', '154819.337500', '154819.797500', '154820.257500', '154820.717500', '154821.177500', '154821.637500', '154822.097500', '154822.557500', '154823.017500', '154823.477500', '154823.937500', '154824.397500', '154824.857500', '154825.317500', '154825.777500', '154826.237500', '154826.697500', '154827.157500', '154827.617500', '154828.077500', '154828.537500', '154828.997500', '154829.457500', '154829.917500', '154830.377500', '154830.837500', '154831.297500', '154831.757500', '154832.217500', '154832.677500', '154833.137500', '154833.597500', '154834.057500', '154834.517500', '154834.977500', '154835.437500', '154835.897500', '154836.357500', '154836.817500', '154837.277500', '154837.737500', '154838.197500', '154838.657500', '154839.117500', '154839.577500', '154840.037500', '154840.497500', '154840.957500', '154841.417500', '154841.877500', '154842.337500', '154842.797500', '154843.257500', '154843.717500', '154844.177500', '154844.637500', '154845.097500', '154845.557500', '154846.017500', '154846.477500', '154846.937500', '154847.397500', '154847.857500', '154848.317500', '154848.777500', '154849.237500', '154849.697500', '154850.157500', '154850.617500', '154851.077500', '154851.537500', '154851.997500', '154852.457500', '154852.917500', '154853.377500', '154853.837500', '154854.297500', '154854.757500', '154855.217500', '154855.677500', '154856.137500', '154856.597500', '154857.057500', '154857.517500', '154857.977500', '154858.437500', '154858.897500', '154859.357500', '154859.817500', '154900.277500', '154900.737500', '154901.197500', '154901.657500', '154902.117500', '154902.577500', '154903.037500', '154903.497500', '154903.957500', '154904.417500', '154904.877500', '154905.337500', '154905.797500', '154906.257500', '154906.717500', '154907.177500', '154907.637500', '154908.097500', '154908.557500', '154909.017500', '154909.477500', '154909.937500', '154910.397500', '154910.857500', '154911.317500', '154911.777500', '154912.237500', '154912.697500', '154913.157500', '154913.617500', '154914.077500', '154914.537500', '154914.997500', '154915.457500', '154915.917500', '154916.377500', '154916.837500', '154917.297500', '154917.757500', '154918.217500', '154918.677500', '154919.137500', '154919.597500', '154920.057500', '154920.517500', '154920.977500', '154921.437500', '154921.897500', '154922.357500', '154922.817500', '154923.277500', '154923.737500', '154924.197500', '154924.657500', '154925.117500', '154925.577500', '154926.037500', '154926.497500', '154926.957500', '154927.417500', '154927.877500', '154928.337500', '154928.797500', '154929.257500', '154929.717500', '154930.177500', '154930.637500', '154931.097500', '154931.557500', '154932.017500', '154932.477500', '154932.937500', '154933.397500', '154933.857500', '154934.317500', '154934.777500', '154935.237500', '154935.697500', '154936.157500', '154936.617500', '154937.077500', '154937.537500', '154937.997500', '154938.457500', '154938.917500', '154939.377500', '154939.837500', '154940.297500', '154940.757500', '154941.217500', '154941.677500', '154942.137500', '154942.597500', '154943.057500', '154943.517500', '154943.977500', '154944.437500', '154944.897500', '154945.357500', '154945.817500', '154946.277500', '154946.737500', '154947.197500', '154947.657500', '154948.117500', '154948.577500', '154949.037500', '154949.497500', '154949.957500', '154950.417500', '154950.877500', '154951.337500', '154951.797500', '154952.257500', '154952.717500', '154953.177500', '154953.637500', '154954.097500', '154954.557500', '154955.017500', '154955.477500', '154955.937500', '154956.397500', '154956.857500', '154957.317500', '154957.777500', '154958.237500', '154958.697500', '154959.157500', '154959.617500', '155000.077500', '155000.537500', '155000.997500', '155001.457500', '155001.917500', '155002.377500', '155002.837500', '155003.297500', '155003.757500', '155004.217500', '155004.677500', '155005.137500', '155005.597500', '155006.057500', '155006.517500', '155006.977500', '155007.437500', '155007.897500', '155008.357500', '155008.817500', '155009.277500', '155009.737500', '155010.197500', '155010.657500', '155011.117500', '155011.577500', '155012.037500', '155012.497500', '155012.957500', '155013.417500', '155013.877500', '155014.337500', '155014.797500', '155015.257500', '155015.717500', '155016.177500', '155016.637500', '155017.097500', '155017.557500', '155018.017500', '155018.477500', '155018.937500', '155019.397500', '155019.857500', '155020.317500', '155020.777500', '155021.237500', '155021.697500', '155022.157500', '155022.617500', '155023.077500', '155023.537500', '155023.997500', '155024.457500', '155024.917500', '155025.377500', '155025.837500', '155026.297500', '155026.757500', '155027.217500', '155027.677500', '155028.137500', '155028.597500', '155029.057500', '155029.517500', '155029.977500', '155030.437500', '155030.897500', '155031.357500', '155031.817500', '155032.277500', '155032.737500', '155033.197500', '155033.657500', '155034.117500', '155034.577500', '155035.037500', '155035.497500', '155035.957500', '155036.417500', '155036.877500', '155037.337500', '155037.797500', '155038.257500', '155038.717500', '155039.177500', '155039.637500', '155040.097500', '155040.557500', '155041.017500', '155041.477500', '155041.937500', '155042.397500', '155042.857500', '155043.317500', '155043.777500', '155044.237500', '155044.697500', '155045.157500', '155045.617500', '155046.077500', '155046.537500', '155046.997500', '155047.457500', '155047.917500', '155048.377500', '155048.837500', '155049.297500', '155049.757500', '155050.217500', '155050.677500', '155051.137500', '155051.597500', '155052.057500', '155052.517500', '155052.977500', '155053.437500', '155053.897500', '155054.357500', '155054.817500', '155055.277500', '155055.737500', '155056.197500', '155056.657500', '155057.117500', '155057.577500', '155058.037500', '155058.497500', '155058.957500', '155059.417500', '155059.877500', '155100.337500', '155100.797500', '155101.257500', '155101.717500', '155102.177500', '155102.637500', '155103.097500', '155103.557500', '155104.017500', '155104.477500', '155104.937500', '155105.397500', '155105.857500', '155106.317500', '155106.777500', '155107.237500', '155107.697500', '155108.157500', '155108.617500', '155109.077500', '155109.537500', '155109.997500', '155110.457500', '155110.917500', '155111.377500', '155111.837500', '155112.297500', '155112.757500', '155113.217500', '155113.677500', '155114.137500', '155114.597500', '155115.057500', '155115.517500', '155115.977500', '155116.437500', '155116.897500', '155117.357500', '155117.817500', '155118.277500', '155118.737500', '155119.197500', '155119.657500', '155120.117500', '155120.577500', '155121.037500', '155121.497500', '155121.957500', '155122.417500', '155122.877500', '155123.337500', '155123.797500', '155124.257500', '155124.717500', '155125.177500', '155125.637500', '155126.097500', '155126.557500', '155127.017500', '155127.477500', '155127.937500', '155128.397500', '155128.857500', '155129.317500', '155129.777500', '155130.237500', '155130.697500', '155131.157500', '155131.617500', '155132.077500', '155132.537500', '155132.997500', '155133.457500', '155133.917500', '155134.377500', '155134.837500', '155135.297500', '155135.757500', '155136.217500', '155136.677500', '155137.137500', '155137.597500', '155138.057500', '155138.517500', '155138.977500', '155139.437500', '155139.897500', '155140.357500', '155140.817500', '155141.277500', '155141.737500', '155142.197500', '155142.657500', '155143.117500', '155143.577500', '155144.037500', '155144.497500', '155144.957500', '155145.417500', '155145.877500', '155146.337500', '155146.797500', '155147.257500', '155147.717500', '155148.177500', '155148.637500', '155149.097500', '155149.557500', '155150.017500', '155150.477500', '155150.937500', '155151.397500', '155151.857500', '155152.317500', '155152.777500', '155153.237500', '155153.697500', '155154.157500', '155154.617500', '155155.077500', '155155.537500', '155155.997500', '155156.457500', '155156.917500', '155157.377500', '155157.837500', '155158.297500', '155158.757500', '155159.217500', '155159.677500', '155200.137500', '155200.597500', '155201.057500', '155201.517500', '155201.977500', '155202.437500', '155202.897500', '155203.357500', '155203.817500', '155204.277500', '155204.737500', '155205.197500', '155205.657500', '155206.117500', '155206.577500', '155207.037500', '155207.497500', '155207.957500', '155208.417500', '155208.877500', '155209.337500', '155209.797500', '155210.257500', '155210.717500', '155211.177500', '155211.637500', '155212.097500', '155212.557500', '155213.017500', '155213.477500', '155213.937500', '155214.397500', '155214.857500', '155215.317500', '155215.777500', '155216.237500', '155216.697500', '155217.157500', '155217.617500', '155218.077500', '155218.537500', '155218.997500', '155219.457500', '155219.917500', '155220.377500', '155220.837500', '155221.297500', '155221.757500', '155222.217500', '155222.677500', '155223.137500', '155223.597500', '155224.057500', '155224.517500', '155224.977500', '155225.437500', '155225.897500', '155226.357500', '155226.817500', '155227.277500', '155227.737500', '155228.197500', '155228.657500', '155229.117500', '155229.577500', '155230.037500', '155230.497500', '155230.957500', '155231.417500', '155231.877500', '155232.337500', '155232.797500', '155233.257500', '155233.717500', '155234.177500', '155234.637500', '155235.097500', '155235.557500', '155236.017500', '155236.477500', '155236.937500', '155237.397500', '155237.857500', '155238.317500', '155238.777500', '155239.237500', '155239.697500', '155240.157500', '155240.617500', '155241.077500', '155241.537500', '155241.997500', '155242.457500', '155242.917500', '155243.377500', '155243.837500', '155244.297500', '155244.757500', '155245.217500', '155245.677500', '155246.137500', '155246.597500', '155247.057500', '155247.517500', '155247.977500', '155248.437500', '155248.897500', '155249.357500', '155249.817500', '155250.277500', '155250.737500', '155251.197500', '155251.657500', '155252.117500', '155252.577500', '155253.037500', '155253.497500', '155253.957500', '155254.417500', '155254.877500', '155255.337500', '155255.797500', '155256.257500', '155256.717500', '155257.177500', '155257.637500', '155258.097500', '155258.557500', '155259.017500', '155259.477500', '155259.937500', '155300.397500', '155300.857500', '155301.317500', '155301.777500', '155302.237500', '155302.697500', '155303.157500', '155303.617500', '155304.077500', '155304.537500', '155304.997500', '155305.457500', '155305.917500', '155306.377500', '155306.837500', '155307.297500', '155307.757500', '155308.217500', '155308.677500', '155309.137500', '155309.597500', '155310.057500', '155310.517500', '155310.977500', '155311.437500', '155311.897500', '155312.357500', '155312.817500', '155313.277500', '155313.737500', '155314.197500', '155314.657500', '155315.117500', '155315.577500', '155316.037500', '155316.497500', '155316.957500', '155317.417500', '155317.877500', '155318.337500', '155318.797500', '155319.257500', '155319.717500', '155320.177500', '155320.637500', '155321.097500', '155321.557500', '155322.017500', '155322.477500', '155322.937500', '155323.397500', '155323.857500', '155324.317500', '155324.777500', '155325.237500', '155325.697500', '155326.157500', '155326.617500', '155327.077500', '155327.537500', '155327.997500', '155328.457500', '155328.917500', '155329.377500', '155329.837500', '155330.297500', '155330.757500', '155331.217500', '155331.677500', '155332.137500', '155332.597500', '155333.057500', '155333.517500', '155333.977500', '155334.437500', '155334.897500', '155335.357500', '155335.817500', '155336.277500', '155336.737500', '155337.197500', '155337.657500', '155338.117500', '155338.577500', '155339.037500', '155339.497500', '155339.957500', '155340.417500', '155340.877500', '155341.337500', '155341.797500', '155342.257500', '155342.717500', '155343.177500', '155343.637500', '155344.097500', '155344.557500', '155345.017500', '155345.477500', '155345.937500', '155346.397500', '155346.857500', '155347.317500', '155347.777500', '155348.237500', '155348.697500', '155349.157500', '155349.617500', '155350.077500', '155350.537500', '155350.997500', '155351.457500', '155351.917500', '155352.377500', '155352.837500', '155353.297500', '155353.757500', '155354.217500', '155354.677500', '155355.137500', '155355.597500', '155356.057500', '155356.517500', '155356.977500', '155357.437500', '155357.897500', '155358.357500', '155358.817500', '155359.277500', '155359.737500', '155400.197500', '155400.657500', '155401.117500', '155401.577500', '155402.037500', '155402.497500', '155402.957500', '155403.417500', '155403.877500', '155404.337500', '155404.797500', '155405.257500', '155405.717500', '155406.177500', '155406.637500', '155407.097500', '155407.557500', '155408.017500', '155408.477500', '155408.937500', '155409.397500', '155409.857500', '155410.317500', '155410.777500', '155411.237500', '155411.697500', '155412.157500', '155412.617500', '155413.077500', '155413.537500', '155413.997500', '155414.457500', '155414.917500', '155415.377500', '155415.837500', '155416.297500', '155416.757500', '155417.217500', '155417.677500', '155418.137500', '155418.597500', '155419.057500', '155419.517500', '155419.977500', '155420.437500', '155420.897500', '155421.357500', '155421.817500', '155422.277500', '155422.737500', '155423.197500', '155423.657500', '155424.117500', '155424.577500', '155425.037500', '155425.497500', '155425.957500', '155426.417500', '155426.877500', '155427.337500', '155427.797500', '155428.257500', '155428.717500', '155429.177500', '155429.637500', '155430.097500', '155430.557500', '155431.017500', '155431.477500', '155431.937500', '155432.397500', '155432.857500', '155433.317500', '155433.777500', '155434.237500', '155434.697500', '155435.157500', '155435.617500', '155436.077500', '155436.537500', '155436.997500', '155437.457500', '155437.917500', '155438.377500', '155438.837500', '155439.297500', '155439.757500', '155440.217500', '155440.677500', '155441.137500', '155441.597500', '155442.057500', '155442.517500', '155442.977500', '155443.437500', '155443.897500', '155444.357500', '155444.817500', '155445.277500', '155445.737500', '155446.197500', '155446.657500', '155447.117500', '155447.577500', '155448.037500', '155448.497500', '155448.957500', '155449.417500', '155449.877500', '155450.337500', '155450.797500', '155451.257500', '155451.717500', '155452.177500', '155452.637500', '155453.097500', '155453.557500', '155454.017500', '155454.477500', '155454.937500', '155455.397500', '155455.857500', '155456.317500', '155456.777500', '155457.237500', '155457.697500', '155458.157500', '155458.617500', '155459.077500', '155459.537500', '155459.997500', '155500.457500', '155500.917500', '155501.377500', '155501.837500', '155502.297500', '155502.757500', '155503.217500', '155503.677500', '155504.137500', '155504.597500', '155505.057500', '155505.517500', '155505.977500', '155506.437500', '155506.897500', '155507.357500', '155507.817500', '155508.277500', '155508.737500', '155509.197500', '155509.657500', '155510.117500', '155510.577500', '155511.037500', '155511.497500', '155511.957500', '155512.417500', '155512.877500', '155513.337500', '155513.797500', '155514.257500', '155514.717500', '155515.177500', '155515.637500', '155516.097500', '155516.557500', '155517.017500', '155517.477500', '155517.937500', '155518.397500'], 'ContentTime': ['154828.224000', '154828.227000', '154828.230000', '154828.233000', '154828.236000', '154828.239000', '154828.242000', '154828.245000', '154828.248000', '154828.251000', '154828.254000', '154828.257000', '154828.260000', '154828.263000', '154828.266000', '154828.268000', '154828.271000', '154828.274000', '154828.277000', '154828.280000', '154828.283000', '154828.286000', '154828.289000', '154828.292000', '154828.295000', '154828.298000', '154828.300000', '154828.303000', '154828.306000', '154828.309000', '154828.312000', '154828.315000', '154828.318000', '154828.321000', '154828.324000', '154848.193000', '154848.196000', '154848.199000', '154848.202000', '154848.205000', '154848.207000', '154848.210000', '154848.213000', '154848.216000', '154848.219000', '154848.222000', '154848.224000', '154848.227000', '154848.230000', '154848.233000', '154848.236000', '154848.239000', '154848.242000', '154848.245000', '154848.247000', '154848.268000', '154848.271000', '154848.274000', '154848.277000', '154848.280000', '154848.282000', '154848.285000', '154848.288000', '154848.291000', '154848.294000', '154848.297000', '154848.300000', '154848.302000', '154848.305000', '154848.308000', '154848.311000', '154848.314000', '154848.317000', '154848.320000', '154848.323000', '154848.326000', '154848.329000', '154848.332000', '154908.193000', '154908.196000', '154908.199000', '154908.202000', '154908.205000', '154908.207000', '154908.210000', '154908.213000', '154908.216000', '154908.219000', '154908.227000', '154908.230000', '154908.232000', '154908.235000', '154908.238000', '154908.241000', '154908.244000', '154908.247000', '154908.250000', '154908.253000', '154908.256000', '154908.259000', '154908.261000', '154908.264000', '154908.267000', '154908.270000', '154908.273000', '154908.276000', '154908.279000', '154908.282000', '154908.285000', '154908.288000', '154908.291000', '154908.293000', '154908.296000', '154908.299000', '154908.302000', '154908.305000', '154908.308000', '154908.311000', '154908.314000', '154908.316000', '154908.319000', '154908.322000', '154928.193000', '154928.196000', '154928.199000', '154928.202000', '154928.205000', '154928.208000', '154928.210000', '154928.213000', '154928.216000', '154928.219000', '154928.222000', '154928.225000', '154928.228000', '154928.230000', '154928.233000', '154928.236000', '154928.239000', '154928.242000', '154928.245000', '154928.248000', '154928.251000', '154928.254000', '154928.257000', '154928.259000', '154928.262000', '154928.265000', '154928.268000', '154928.271000', '154928.274000', '154928.277000', '154928.280000', '154928.283000', '154928.285000', '154928.288000', '154928.291000', '154928.294000', '154928.297000', '154928.300000', '154928.303000', '154928.306000', '154928.309000', '154928.311000', '154928.314000', '154948.192000', '154948.195000', '154948.198000', '154948.201000', '154948.204000', '154948.206000', '154948.209000', '154948.212000', '154948.215000', '154948.218000', '154948.221000', '154948.224000', '154948.227000', '154948.230000', '154948.233000', '154948.235000', '154948.238000', '154948.241000', '154948.244000', '154948.247000', '154948.250000', '154948.253000', '154948.256000', '154948.267000', '154948.270000', '154948.273000', '154948.275000', '154948.278000', '154948.281000', '154948.284000', '154948.287000', '154948.290000', '154948.293000', '154948.296000', '154948.299000', '154948.301000', '154948.304000', '154948.307000', '154948.310000', '154948.313000', '154948.316000', '154948.319000', '154948.322000', '154948.325000', '155008.192000', '155008.195000', '155008.198000', '155008.201000', '155008.204000', '155008.207000', '155008.210000', '155008.212000', '155008.215000', '155008.218000', '155008.221000', '155008.224000', '155008.227000', '155008.230000', '155008.233000', '155008.236000', '155008.239000', '155008.241000', '155008.244000', '155008.248000', '155008.250000', '155008.253000', '155008.256000', '155008.259000', '155008.262000', '155008.265000', '155008.268000', '155008.271000', '155008.274000', '155008.276000', '155008.279000', '155008.282000', '155008.285000', '155008.288000', '155008.291000', '155008.294000', '155008.298000', '155008.302000', '155008.305000', '155008.308000', '155008.311000', '155008.314000', '155008.317000', '155028.192000', '155028.195000', '155028.198000', '155028.201000', '155028.204000', '155028.207000', '155028.209000', '155028.212000', '155028.215000', '155028.218000', '155028.221000', '155028.224000', '155028.227000', '155028.230000', '155028.232000', '155028.235000', '155028.244000', '155028.247000', '155028.250000', '155028.253000', '155028.256000', '155028.259000', '155028.262000', '155028.265000', '155028.268000', '155028.271000', '155028.274000', '155028.277000', '155028.280000', '155028.283000', '155028.297000', '155028.300000', '155028.303000', '155028.306000', '155028.309000', '155028.312000', '155028.314000', '155028.317000', '155028.320000', '155028.323000', '155028.326000', '155028.329000', '155028.332000', '155028.335000', '155048.192000', '155048.195000', '155048.198000', '155048.201000', '155048.204000', '155048.207000', '155048.209000', '155048.212000', '155048.215000', '155048.218000', '155048.221000', '155048.224000', '155048.227000', '155048.230000', '155048.233000', '155048.236000', '155048.238000', '155048.241000', '155048.244000', '155048.247000', '155048.250000', '155048.253000', '155048.256000', '155048.259000', '155048.262000', '155048.264000', '155048.267000', '155048.270000', '155048.273000', '155048.276000', '155048.285000', '155048.288000', '155048.291000', '155048.294000', '155048.297000', '155048.303000', '155048.305000', '155048.308000', '155048.311000', '155048.314000', '155048.317000', '155048.320000', '155048.323000', '155108.193000', '155108.216000', '155108.219000', '155108.222000', '155108.225000', '155108.228000', '155108.230000', '155108.233000', '155108.236000', '155108.239000', '155108.242000', '155108.245000', '155108.248000', '155108.251000', '155108.254000', '155108.257000', '155108.260000', '155108.263000', '155108.266000', '155108.269000', '155108.272000', '155108.275000', '155108.277000', '155108.280000', '155108.283000', '155108.286000', '155108.289000', '155108.292000', '155108.295000', '155108.298000', '155108.301000', '155108.304000', '155108.307000', '155108.310000', '155108.313000', '155108.316000', '155108.319000', '155108.321000', '155108.324000', '155108.327000', '155108.330000', '155108.333000', '155108.336000', '155108.339000', '155128.193000', '155128.196000', '155128.199000', '155128.202000', '155128.205000', '155128.208000', '155128.211000', '155128.214000', '155128.217000', '155128.220000', '155128.234000', '155128.236000', '155128.239000', '155128.242000', '155128.245000', '155128.248000', '155128.251000', '155128.254000', '155128.257000', '155128.260000', '155128.263000', '155128.266000', '155128.269000', '155128.272000', '155128.274000', '155128.278000', '155128.280000', '155128.283000', '155128.286000', '155128.297000', '155128.300000', '155128.303000', '155128.306000', '155128.309000', '155128.312000', '155128.315000', '155128.317000', '155128.321000', '155128.323000', '155128.326000', '155128.329000', '155128.332000', '155128.343000', '155148.193000', '155148.196000', '155148.199000', '155148.202000', '155148.205000', '155148.208000', '155148.211000', '155148.214000', '155148.222000', '155148.224000', '155148.227000', '155148.230000', '155148.233000', '155148.236000', '155148.239000', '155148.242000', '155148.245000', '155148.248000', '155148.251000', '155148.254000', '155148.257000', '155148.260000', '155148.263000', '155148.266000', '155148.269000', '155148.271000', '155148.274000', '155148.278000', '155148.280000', '155148.283000', '155148.286000', '155148.289000', '155148.292000', '155148.295000', '155148.298000', '155148.301000', '155148.304000', '155148.307000', '155148.310000', '155148.313000', '155148.316000', '155148.319000', '155148.322000', '155148.324000', '155208.192000', '155208.195000', '155208.198000', '155208.201000', '155208.204000', '155208.207000', '155208.210000', '155208.213000', '155208.216000', '155208.218000', '155208.221000', '155208.230000', '155208.233000', '155208.236000', '155208.239000', '155208.242000', '155208.245000', '155208.248000', '155208.251000', '155208.254000', '155208.257000', '155208.260000', '155208.263000', '155208.266000', '155208.269000', '155208.271000', '155208.274000', '155208.277000', '155208.280000', '155208.283000', '155208.286000', '155208.289000', '155208.292000', '155208.295000', '155208.298000', '155208.301000', '155208.304000', '155208.307000', '155208.309000', '155208.312000', '155208.315000', '155208.318000', '155208.321000', '155228.192000', '155228.198000', '155228.201000', '155228.204000', '155228.207000', '155228.210000', '155228.213000', '155228.216000', '155228.219000', '155228.222000', '155228.225000', '155228.228000', '155228.231000', '155228.234000', '155228.237000', '155228.240000', '155228.243000', '155228.246000', '155228.248000', '155228.251000', '155228.254000', '155228.257000', '155228.260000', '155228.263000', '155228.266000', '155228.269000', '155228.272000', '155228.274000', '155228.277000', '155228.280000', '155228.283000', '155228.286000', '155228.289000', '155228.292000', '155228.294000', '155228.297000', '155228.300000', '155228.303000', '155228.306000', '155228.309000', '155228.312000', '155228.315000', '155228.318000', '155248.192000', '155248.195000', '155248.198000', '155248.201000', '155248.204000', '155248.207000', '155248.210000', '155248.213000', '155248.216000', '155248.219000', '155248.221000', '155248.224000', '155248.227000', '155248.230000', '155248.233000', '155248.236000', '155248.239000', '155248.242000', '155248.245000', '155248.248000', '155248.251000', '155248.254000', '155248.257000', '155248.260000', '155248.263000', '155248.265000', '155248.268000', '155248.271000', '155248.274000', '155248.277000', '155248.280000', '155248.283000', '155248.286000', '155248.289000', '155248.292000', '155248.295000', '155248.298000', '155248.301000', '155248.303000', '155248.307000', '155248.310000', '155248.312000', '155248.315000', '155248.318000', '155308.192000', '155308.195000', '155308.198000', '155308.201000', '155308.204000', '155308.207000', '155308.210000', '155308.213000', '155308.217000', '155308.220000', '155308.223000', '155308.227000', '155308.230000', '155308.233000', '155308.235000', '155308.239000', '155308.241000', '155308.244000', '155308.247000', '155308.250000', '155308.253000', '155308.256000', '155308.259000', '155308.262000', '155308.265000', '155308.268000', '155308.271000', '155308.274000', '155308.277000', '155308.280000', '155308.282000', '155308.286000', '155308.288000', '155308.291000', '155308.294000', '155308.297000', '155308.300000', '155308.303000', '155308.306000', '155308.309000', '155308.312000', '155308.315000', '155308.317000', '155328.193000', '155328.196000', '155328.199000', '155328.202000', '155328.205000', '155328.208000', '155328.211000', '155328.214000', '155328.217000', '155328.220000', '155328.223000', '155328.226000', '155328.229000', '155328.231000', '155328.234000', '155328.237000', '155328.240000', '155328.243000', '155328.246000', '155328.249000', '155328.252000', '155328.255000', '155328.258000', '155328.273000', '155328.276000', '155328.279000', '155328.290000', '155328.293000', '155328.296000', '155328.299000', '155328.302000', '155328.305000', '155328.308000', '155328.311000', '155328.314000', '155328.317000', '155328.320000', '155328.323000', '155328.326000', '155328.329000', '155328.334000', '155328.337000', '155328.340000', '155328.342000', '155348.193000', '155348.236000', '155348.241000', '155348.246000', '155348.249000', '155348.252000', '155348.255000', '155348.258000', '155348.261000', '155348.264000', '155348.267000', '155348.270000', '155348.272000', '155348.275000', '155348.279000', '155348.291000', '155348.294000', '155348.297000', '155348.300000', '155348.303000', '155348.306000', '155348.309000', '155348.312000', '155348.315000', '155348.318000', '155348.320000', '155348.324000', '155348.326000', '155348.329000', '155348.332000', '155348.335000', '155348.338000', '155348.341000', '155348.344000', '155348.347000', '155348.350000', '155348.353000', '155348.356000', '155348.359000', '155348.362000', '155348.365000', '155348.367000', '155348.370000', '155408.193000', '155408.196000', '155408.199000', '155408.202000', '155408.205000', '155408.208000', '155408.211000', '155408.214000', '155408.217000', '155408.220000', '155408.222000', '155408.225000', '155408.228000', '155408.231000', '155408.234000', '155408.237000', '155408.240000', '155408.243000', '155408.246000', '155408.249000', '155408.251000', '155408.255000', '155408.257000', '155408.260000', '155408.263000', '155408.266000', '155408.269000', '155408.272000', '155408.275000', '155408.278000', '155408.281000', '155408.284000', '155408.286000', '155408.289000', '155408.292000', '155408.295000', '155408.298000', '155408.301000', '155408.304000', '155408.307000', '155408.310000', '155408.313000', '155408.316000', '155408.319000', '155428.192000', '155428.195000', '155428.198000', '155428.201000', '155428.204000', '155428.207000', '155428.210000', '155428.213000', '155428.216000', '155428.219000', '155428.222000', '155428.224000', '155428.227000', '155428.230000', '155428.233000', '155428.236000', '155428.239000', '155428.242000', '155428.245000', '155428.247000', '155428.250000', '155428.253000', '155428.256000', '155428.259000', '155428.262000', '155428.265000', '155428.268000', '155428.271000', '155428.274000', '155428.277000', '155428.280000', '155428.283000', '155428.286000', '155428.288000', '155428.291000', '155428.294000', '155428.297000', '155428.300000', '155428.303000', '155428.306000', '155428.309000', '155428.312000', '155428.315000', '155448.193000', '155448.207000', '155448.210000', '155448.213000', '155448.216000', '155448.219000', '155448.222000', '155448.225000', '155448.228000', '155448.231000', '155448.234000', '155448.237000', '155448.240000', '155448.250000', '155448.253000', '155448.256000', '155448.259000', '155448.262000', '155448.265000', '155448.268000', '155448.271000', '155448.274000', '155448.277000', '155448.280000', '155448.283000', '155448.286000', '155448.289000', '155448.292000', '155448.294000', '155448.297000', '155448.300000', '155448.303000', '155448.306000', '155448.309000', '155448.312000', '155448.315000', '155448.319000', '155448.322000', '155448.325000', '155448.328000', '155448.330000', '155448.333000', '155448.336000', '155448.339000', '155508.192000', '155508.195000', '155508.198000', '155508.204000', '155508.207000', '155508.211000', '155508.214000', '155508.217000', '155508.220000', '155508.223000', '155508.226000', '155508.228000', '155508.231000', '155508.234000', '155508.237000', '155508.240000', '155508.243000', '155508.246000', '155508.249000', '155508.252000', '155508.255000', '155508.257000', '155508.260000', '155508.263000', '155508.266000', '155508.270000', '155508.273000', '155508.276000', '155508.279000', '155508.282000', '155508.285000', '155508.288000', '155508.291000', '155508.294000', '155508.297000', '155508.299000', '155508.302000', '155508.305000', '155508.308000', '155508.311000', '155508.314000', '155508.317000', '155508.320000', '155519.833000', '155519.836000', '155519.839000', '155519.843000', '155519.851000', '155519.854000', '155519.857000', '155519.861000', '155519.864000', '155519.867000', '155519.870000', '155519.873000', '155519.876000', '155519.879000', '155519.882000', '155519.885000', '155519.888000', '155519.891000', '155519.894000', '155519.897000', '155519.900000', '155519.903000', '155519.906000', '155519.909000', '155519.912000', '155519.915000'], 'InstanceCreationTime': ['154828.224000', '154828.227000', '154828.230000', '154828.233000', '154828.236000', '154828.239000', '154828.242000', '154828.245000', '154828.248000', '154828.251000', '154828.254000', '154828.257000', '154828.260000', '154828.263000', '154828.266000', '154828.268000', '154828.271000', '154828.274000', '154828.277000', '154828.280000', '154828.283000', '154828.286000', '154828.289000', '154828.292000', '154828.295000', '154828.298000', '154828.300000', '154828.303000', '154828.306000', '154828.309000', '154828.312000', '154828.315000', '154828.318000', '154828.321000', '154828.324000', '154848.193000', '154848.196000', '154848.199000', '154848.202000', '154848.205000', '154848.207000', '154848.210000', '154848.213000', '154848.216000', '154848.219000', '154848.222000', '154848.224000', '154848.227000', '154848.230000', '154848.233000', '154848.236000', '154848.239000', '154848.242000', '154848.245000', '154848.247000', '154848.268000', '154848.271000', '154848.274000', '154848.277000', '154848.280000', '154848.282000', '154848.285000', '154848.288000', '154848.291000', '154848.294000', '154848.297000', '154848.300000', '154848.302000', '154848.305000', '154848.308000', '154848.311000', '154848.314000', '154848.317000', '154848.320000', '154848.323000', '154848.326000', '154848.329000', '154848.332000', '154908.193000', '154908.196000', '154908.199000', '154908.202000', '154908.205000', '154908.207000', '154908.210000', '154908.213000', '154908.216000', '154908.219000', '154908.227000', '154908.230000', '154908.232000', '154908.235000', '154908.238000', '154908.241000', '154908.244000', '154908.247000', '154908.250000', '154908.253000', '154908.256000', '154908.259000', '154908.261000', '154908.264000', '154908.267000', '154908.270000', '154908.273000', '154908.276000', '154908.279000', '154908.282000', '154908.285000', '154908.288000', '154908.291000', '154908.293000', '154908.296000', '154908.299000', '154908.302000', '154908.305000', '154908.308000', '154908.311000', '154908.314000', '154908.316000', '154908.319000', '154908.322000', '154928.193000', '154928.196000', '154928.199000', '154928.202000', '154928.205000', '154928.208000', '154928.210000', '154928.213000', '154928.216000', '154928.219000', '154928.222000', '154928.225000', '154928.228000', '154928.230000', '154928.233000', '154928.236000', '154928.239000', '154928.242000', '154928.245000', '154928.248000', '154928.251000', '154928.254000', '154928.257000', '154928.259000', '154928.262000', '154928.265000', '154928.268000', '154928.271000', '154928.274000', '154928.277000', '154928.280000', '154928.283000', '154928.285000', '154928.288000', '154928.291000', '154928.294000', '154928.297000', '154928.300000', '154928.303000', '154928.306000', '154928.309000', '154928.311000', '154928.314000', '154948.192000', '154948.195000', '154948.198000', '154948.201000', '154948.204000', '154948.206000', '154948.209000', '154948.212000', '154948.215000', '154948.218000', '154948.221000', '154948.224000', '154948.227000', '154948.230000', '154948.233000', '154948.235000', '154948.238000', '154948.241000', '154948.244000', '154948.247000', '154948.250000', '154948.253000', '154948.256000', '154948.267000', '154948.270000', '154948.273000', '154948.275000', '154948.278000', '154948.281000', '154948.284000', '154948.287000', '154948.290000', '154948.293000', '154948.296000', '154948.299000', '154948.301000', '154948.304000', '154948.307000', '154948.310000', '154948.313000', '154948.316000', '154948.319000', '154948.322000', '154948.325000', '155008.192000', '155008.195000', '155008.198000', '155008.201000', '155008.204000', '155008.207000', '155008.210000', '155008.212000', '155008.215000', '155008.218000', '155008.221000', '155008.224000', '155008.227000', '155008.230000', '155008.233000', '155008.236000', '155008.239000', '155008.241000', '155008.244000', '155008.248000', '155008.250000', '155008.253000', '155008.256000', '155008.259000', '155008.262000', '155008.265000', '155008.268000', '155008.271000', '155008.274000', '155008.276000', '155008.279000', '155008.282000', '155008.285000', '155008.288000', '155008.291000', '155008.294000', '155008.298000', '155008.302000', '155008.305000', '155008.308000', '155008.311000', '155008.314000', '155008.317000', '155028.192000', '155028.195000', '155028.198000', '155028.201000', '155028.204000', '155028.207000', '155028.209000', '155028.212000', '155028.215000', '155028.218000', '155028.221000', '155028.224000', '155028.227000', '155028.230000', '155028.232000', '155028.235000', '155028.244000', '155028.247000', '155028.250000', '155028.253000', '155028.256000', '155028.259000', '155028.262000', '155028.265000', '155028.268000', '155028.271000', '155028.274000', '155028.277000', '155028.280000', '155028.283000', '155028.297000', '155028.300000', '155028.303000', '155028.306000', '155028.309000', '155028.312000', '155028.314000', '155028.317000', '155028.320000', '155028.323000', '155028.326000', '155028.329000', '155028.332000', '155028.335000', '155048.192000', '155048.195000', '155048.198000', '155048.201000', '155048.204000', '155048.207000', '155048.209000', '155048.212000', '155048.215000', '155048.218000', '155048.221000', '155048.224000', '155048.227000', '155048.230000', '155048.233000', '155048.236000', '155048.238000', '155048.241000', '155048.244000', '155048.247000', '155048.250000', '155048.253000', '155048.256000', '155048.259000', '155048.262000', '155048.264000', '155048.267000', '155048.270000', '155048.273000', '155048.276000', '155048.285000', '155048.288000', '155048.291000', '155048.294000', '155048.297000', '155048.303000', '155048.305000', '155048.308000', '155048.311000', '155048.314000', '155048.317000', '155048.320000', '155048.323000', '155108.193000', '155108.216000', '155108.219000', '155108.222000', '155108.225000', '155108.228000', '155108.230000', '155108.233000', '155108.236000', '155108.239000', '155108.242000', '155108.245000', '155108.248000', '155108.251000', '155108.254000', '155108.257000', '155108.260000', '155108.263000', '155108.266000', '155108.269000', '155108.272000', '155108.275000', '155108.277000', '155108.280000', '155108.283000', '155108.286000', '155108.289000', '155108.292000', '155108.295000', '155108.298000', '155108.301000', '155108.304000', '155108.307000', '155108.310000', '155108.313000', '155108.316000', '155108.319000', '155108.321000', '155108.324000', '155108.327000', '155108.330000', '155108.333000', '155108.336000', '155108.339000', '155128.193000', '155128.196000', '155128.199000', '155128.202000', '155128.205000', '155128.208000', '155128.211000', '155128.214000', '155128.217000', '155128.220000', '155128.234000', '155128.236000', '155128.239000', '155128.242000', '155128.245000', '155128.248000', '155128.251000', '155128.254000', '155128.257000', '155128.260000', '155128.263000', '155128.266000', '155128.269000', '155128.272000', '155128.274000', '155128.278000', '155128.280000', '155128.283000', '155128.286000', '155128.297000', '155128.300000', '155128.303000', '155128.306000', '155128.309000', '155128.312000', '155128.315000', '155128.317000', '155128.321000', '155128.323000', '155128.326000', '155128.329000', '155128.332000', '155128.343000', '155148.193000', '155148.196000', '155148.199000', '155148.202000', '155148.205000', '155148.208000', '155148.211000', '155148.214000', '155148.222000', '155148.224000', '155148.227000', '155148.230000', '155148.233000', '155148.236000', '155148.239000', '155148.242000', '155148.245000', '155148.248000', '155148.251000', '155148.254000', '155148.257000', '155148.260000', '155148.263000', '155148.266000', '155148.269000', '155148.271000', '155148.274000', '155148.278000', '155148.280000', '155148.283000', '155148.286000', '155148.289000', '155148.292000', '155148.295000', '155148.298000', '155148.301000', '155148.304000', '155148.307000', '155148.310000', '155148.313000', '155148.316000', '155148.319000', '155148.322000', '155148.324000', '155208.192000', '155208.195000', '155208.198000', '155208.201000', '155208.204000', '155208.207000', '155208.210000', '155208.213000', '155208.216000', '155208.218000', '155208.221000', '155208.230000', '155208.233000', '155208.236000', '155208.239000', '155208.242000', '155208.245000', '155208.248000', '155208.251000', '155208.254000', '155208.257000', '155208.260000', '155208.263000', '155208.266000', '155208.269000', '155208.271000', '155208.274000', '155208.277000', '155208.280000', '155208.283000', '155208.286000', '155208.289000', '155208.292000', '155208.295000', '155208.298000', '155208.301000', '155208.304000', '155208.307000', '155208.309000', '155208.312000', '155208.315000', '155208.318000', '155208.321000', '155228.192000', '155228.198000', '155228.201000', '155228.204000', '155228.207000', '155228.210000', '155228.213000', '155228.216000', '155228.219000', '155228.222000', '155228.225000', '155228.228000', '155228.231000', '155228.234000', '155228.237000', '155228.240000', '155228.243000', '155228.246000', '155228.248000', '155228.251000', '155228.254000', '155228.257000', '155228.260000', '155228.263000', '155228.266000', '155228.269000', '155228.272000', '155228.274000', '155228.277000', '155228.280000', '155228.283000', '155228.286000', '155228.289000', '155228.292000', '155228.294000', '155228.297000', '155228.300000', '155228.303000', '155228.306000', '155228.309000', '155228.312000', '155228.315000', '155228.318000', '155248.192000', '155248.195000', '155248.198000', '155248.201000', '155248.204000', '155248.207000', '155248.210000', '155248.213000', '155248.216000', '155248.219000', '155248.221000', '155248.224000', '155248.227000', '155248.230000', '155248.233000', '155248.236000', '155248.239000', '155248.242000', '155248.245000', '155248.248000', '155248.251000', '155248.254000', '155248.257000', '155248.260000', '155248.263000', '155248.265000', '155248.268000', '155248.271000', '155248.274000', '155248.277000', '155248.280000', '155248.283000', '155248.286000', '155248.289000', '155248.292000', '155248.295000', '155248.298000', '155248.301000', '155248.303000', '155248.307000', '155248.310000', '155248.312000', '155248.315000', '155248.318000', '155308.192000', '155308.195000', '155308.198000', '155308.201000', '155308.204000', '155308.207000', '155308.210000', '155308.213000', '155308.217000', '155308.220000', '155308.223000', '155308.227000', '155308.230000', '155308.233000', '155308.235000', '155308.239000', '155308.241000', '155308.244000', '155308.247000', '155308.250000', '155308.253000', '155308.256000', '155308.259000', '155308.262000', '155308.265000', '155308.268000', '155308.271000', '155308.274000', '155308.277000', '155308.280000', '155308.282000', '155308.286000', '155308.288000', '155308.291000', '155308.294000', '155308.297000', '155308.300000', '155308.303000', '155308.306000', '155308.309000', '155308.312000', '155308.315000', '155308.317000', '155328.193000', '155328.196000', '155328.199000', '155328.202000', '155328.205000', '155328.208000', '155328.211000', '155328.214000', '155328.217000', '155328.220000', '155328.223000', '155328.226000', '155328.229000', '155328.231000', '155328.234000', '155328.237000', '155328.240000', '155328.243000', '155328.246000', '155328.249000', '155328.252000', '155328.255000', '155328.258000', '155328.273000', '155328.276000', '155328.279000', '155328.290000', '155328.293000', '155328.296000', '155328.299000', '155328.302000', '155328.305000', '155328.308000', '155328.311000', '155328.314000', '155328.317000', '155328.320000', '155328.323000', '155328.326000', '155328.329000', '155328.334000', '155328.337000', '155328.340000', '155328.342000', '155348.193000', '155348.236000', '155348.241000', '155348.246000', '155348.249000', '155348.252000', '155348.255000', '155348.258000', '155348.261000', '155348.264000', '155348.267000', '155348.270000', '155348.272000', '155348.275000', '155348.279000', '155348.291000', '155348.294000', '155348.297000', '155348.300000', '155348.303000', '155348.306000', '155348.309000', '155348.312000', '155348.315000', '155348.318000', '155348.320000', '155348.324000', '155348.326000', '155348.329000', '155348.332000', '155348.335000', '155348.338000', '155348.341000', '155348.344000', '155348.347000', '155348.350000', '155348.353000', '155348.356000', '155348.359000', '155348.362000', '155348.365000', '155348.367000', '155348.370000', '155408.193000', '155408.196000', '155408.199000', '155408.202000', '155408.205000', '155408.208000', '155408.211000', '155408.214000', '155408.217000', '155408.220000', '155408.222000', '155408.225000', '155408.228000', '155408.231000', '155408.234000', '155408.237000', '155408.240000', '155408.243000', '155408.246000', '155408.249000', '155408.251000', '155408.255000', '155408.257000', '155408.260000', '155408.263000', '155408.266000', '155408.269000', '155408.272000', '155408.275000', '155408.278000', '155408.281000', '155408.284000', '155408.286000', '155408.289000', '155408.292000', '155408.295000', '155408.298000', '155408.301000', '155408.304000', '155408.307000', '155408.310000', '155408.313000', '155408.316000', '155408.319000', '155428.192000', '155428.195000', '155428.198000', '155428.201000', '155428.204000', '155428.207000', '155428.210000', '155428.213000', '155428.216000', '155428.219000', '155428.222000', '155428.224000', '155428.227000', '155428.230000', '155428.233000', '155428.236000', '155428.239000', '155428.242000', '155428.245000', '155428.247000', '155428.250000', '155428.253000', '155428.256000', '155428.259000', '155428.262000', '155428.265000', '155428.268000', '155428.271000', '155428.274000', '155428.277000', '155428.280000', '155428.283000', '155428.286000', '155428.288000', '155428.291000', '155428.294000', '155428.297000', '155428.300000', '155428.303000', '155428.306000', '155428.309000', '155428.312000', '155428.315000', '155448.193000', '155448.207000', '155448.210000', '155448.213000', '155448.216000', '155448.219000', '155448.222000', '155448.225000', '155448.228000', '155448.231000', '155448.234000', '155448.237000', '155448.240000', '155448.250000', '155448.253000', '155448.256000', '155448.259000', '155448.262000', '155448.265000', '155448.268000', '155448.271000', '155448.274000', '155448.277000', '155448.280000', '155448.283000', '155448.286000', '155448.289000', '155448.292000', '155448.294000', '155448.297000', '155448.300000', '155448.303000', '155448.306000', '155448.309000', '155448.312000', '155448.315000', '155448.319000', '155448.322000', '155448.325000', '155448.328000', '155448.330000', '155448.333000', '155448.336000', '155448.339000', '155508.192000', '155508.195000', '155508.198000', '155508.204000', '155508.207000', '155508.211000', '155508.214000', '155508.217000', '155508.220000', '155508.223000', '155508.226000', '155508.228000', '155508.231000', '155508.234000', '155508.237000', '155508.240000', '155508.243000', '155508.246000', '155508.249000', '155508.252000', '155508.255000', '155508.257000', '155508.260000', '155508.263000', '155508.266000', '155508.270000', '155508.273000', '155508.276000', '155508.279000', '155508.282000', '155508.285000', '155508.288000', '155508.291000', '155508.294000', '155508.297000', '155508.299000', '155508.302000', '155508.305000', '155508.308000', '155508.311000', '155508.314000', '155508.317000', '155508.320000', '155519.833000', '155519.836000', '155519.839000', '155519.843000', '155519.851000', '155519.854000', '155519.857000', '155519.861000', '155519.864000', '155519.867000', '155519.870000', '155519.873000', '155519.876000', '155519.879000', '155519.882000', '155519.885000', '155519.888000', '155519.891000', '155519.894000', '155519.897000', '155519.900000', '155519.903000', '155519.906000', '155519.909000', '155519.912000', '155519.915000'], '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, 927, 928, 929, 930], 'LargestImagePixelValue': [13686, 13194, 12329, 13433, 13366, 11690, 12867, 13456, 10368, 13391, 13695, 10224, 12837, 13736, 9487, 12314, 13434, 10218, 13292, 13627, 9811, 11815, 13397, 9460, 12549, 13500, 13351, 12309, 13243, 13274, 11355, 13052, 9377, 12139, 13399, 13214, 12512, 12850, 13477, 11104, 13044, 13469, 9762, 11704, 13129, 13722, 12748, 12700, 13318, 11109, 12727, 13504, 10709, 12830, 13547, 10225, 11371, 13087, 13351, 12176, 12559, 13443, 10675, 11087, 13122, 12864, 11365, 13149, 13194, 11194, 12302, 13174, 11067, 12491, 13259, 12862, 11538, 12908, 13179, 11327, 12065, 13124, 10042, 11695, 13346, 11965, 10709, 13027, 13200, 11672, 12389, 12927, 10026, 11134, 13238, 12563, 10979, 12005, 10130, 11736, 12973, 10127, 10879, 12678, 13122, 12055, 12213, 13162, 10614, 12690, 13185, 10238, 11087, 12901, 12281, 11387, 12896, 13018, 12798, 12744, 13289, 11665, 12719, 13301, 10374, 11889, 13271, 13064, 13602, 12586, 13143, 11021, 13185, 13302, 10345, 12811, 13226, 9754, 11354, 12929, 13363, 12242, 12807, 13150, 10510, 12531, 13127, 10038, 12634, 13146, 10322, 12766, 12897, 10471, 10896, 12466, 9807, 11633, 13079, 9948, 12031, 13204, 12661, 11496, 12245, 13173, 10900, 12552, 13192, 11027, 12614, 13052, 10741, 11976, 12810, 10317, 12642, 13315, 12381, 12312, 13115, 11749, 12620, 13376, 10766, 11581, 12969, 12817, 12448, 12657, 13139, 12347, 12587, 13248, 10018, 11686, 12995, 12140, 11501, 12756, 12960, 11713, 12614, 13190, 10009, 12884, 13195, 10192, 12200, 13123, 12095, 11316, 12607, 12542, 11265, 12868, 13328, 11435, 12268, 13262, 11078, 12775, 13239, 10265, 12213, 13133, 12715, 11819, 12840, 13081, 11777, 12935, 13161, 11003, 12196, 13118, 9699, 12710, 13020, 10146, 12606, 13284, 10268, 12782, 13239, 9521, 12917, 13111, 10904, 12831, 13297, 10511, 13339, 13162, 10614, 12655, 13161, 10197, 12849, 13087, 10579, 12991, 13212, 10154, 12564, 13196, 9694, 11924, 13180, 10085, 12241, 12960, 12259, 11085, 12736, 13090, 11901, 12829, 13282, 10977, 12909, 13085, 10573, 12875, 13139, 9526, 10784, 12436, 13148, 11789, 12540, 13119, 10836, 11675, 12787, 10251, 10374, 12924, 12709, 12255, 12543, 13100, 11416, 12239, 13103, 10533, 12851, 13303, 10060, 12313, 13071, 10396, 10715, 12746, 13067, 12680, 12528, 13245, 11317, 12265, 13115, 11680, 11306, 12724, 13067, 13021, 12635, 12822, 10811, 12267, 13406, 9892, 12442, 13003, 12263, 11555, 12734, 12884, 11404, 11768, 13223, 9936, 11909, 12874, 9946, 10452, 12583, 12984, 12040, 12333, 12933, 11261, 11575, 13253, 10249, 12099, 12965, 10627, 10854, 12740, 12174, 11248, 12601, 9533, 11223, 12599, 12947, 12881, 12323, 12957, 11044, 12435, 13193, 9559, 12032, 13067, 11520, 12351, 13052, 13355, 13326, 13119, 13147, 11493, 12707, 13226, 10264, 11860, 13157, 13002, 13148, 13128, 13070, 11504, 13453, 13295, 10391, 12886, 12997, 12835, 12306, 13115, 13128, 11486, 13227, 13409, 9746, 11337, 13111, 10327, 11011, 12621, 13012, 11311, 12668, 13230, 10464, 11633, 12943, 10246, 12087, 12958, 10104, 12384, 12938, 10068, 10306, 12384, 12610, 12327, 12549, 12991, 11981, 12829, 12758, 11204, 12095, 13373, 10413, 12393, 13306, 10034, 10644, 12800, 13023, 12510, 12681, 13208, 11481, 12033, 13145, 10611, 12087, 13186, 9731, 12173, 13276, 12676, 12287, 12870, 13092, 12346, 12866, 13367, 11658, 12188, 13175, 10515, 12765, 13259, 10724, 12588, 13217, 10030, 10851, 12793, 13138, 12269, 12604, 13222, 11292, 11496, 13108, 10381, 12045, 13034, 9977, 11285, 13107, 11464, 10901, 12192, 13064, 11259, 11845, 13004, 10173, 11975, 12819, 10073, 10644, 12348, 12896, 12362, 12516, 12811, 11641, 11480, 12708, 10719, 12237, 13162, 9956, 11281, 12570, 12993, 12746, 12609, 13044, 11411, 11498, 13040, 10568, 11430, 13064, 9742, 11378, 12944, 12884, 12740, 12754, 13281, 11838, 12314, 12877, 11081, 12458, 13124, 10510, 11322, 13080, 9911, 11220, 13184, 12103, 11389, 12563, 12959, 12013, 12831, 13056, 11605, 12246, 12705, 10590, 12543, 12939, 11077, 12391, 12816, 11143, 11606, 13066, 10455, 12238, 13008, 10788, 12261, 13102, 9974, 11509, 12505, 11562, 11411, 12817, 13238, 12074, 11711, 13102, 11157, 12478, 13311, 10575, 12147, 12800, 10200, 11015, 12286, 13065, 12849, 12890, 13161, 11535, 12228, 13223, 10377, 12296, 13081, 10006, 11141, 12778, 12695, 11879, 12365, 13162, 12301, 12682, 12754, 10902, 12122, 12973, 10026, 12174, 12921, 10467, 10819, 12526, 10103, 10972, 13182, 12964, 13251, 12467, 13015, 11901, 12858, 13297, 11381, 12183, 13100, 10498, 11252, 13186, 10739, 10787, 12582, 12732, 12081, 11719, 13153, 11190, 12487, 13050, 10496, 11924, 12973, 9818, 11665, 12935, 13152, 12812, 12492, 13132, 11309, 12424, 13075, 11013, 12452, 13264, 10231, 11260, 13093, 9552, 11666, 13319, 10037, 10736, 12859, 13144, 12389, 13131, 13346, 11716, 12313, 13361, 11118, 12806, 13555, 10325, 12039, 13392, 9654, 11544, 13016, 12945, 12102, 12913, 13069, 12024, 12140, 13134, 10390, 12107, 13113, 9734, 11344, 13007, 9783, 10792, 12633, 12943, 11920, 11757, 13058, 10579, 12192, 13058, 10315, 12522, 12991, 10224, 12150, 13300, 9913, 11869, 12859, 9239, 11162, 12989, 10519, 12838, 11351, 12161, 12956, 11767, 11516, 12866, 10946, 10967, 13196, 13017, 13331, 12946, 12920, 12434, 12618, 13242, 12019, 13257, 13366, 12913, 13340, 13115, 13598, 12808, 13343, 10484, 13509, 13284, 12631, 13495, 13310, 12577, 11725, 12899, 13210, 11154, 13584, 13447, 9865, 12585, 13351, 9994, 12131, 13232, 11490, 11295, 13035, 13281, 11470, 13042, 13075, 11128, 12747, 13068, 11883, 12660, 12840, 10469, 13230, 11393, 10441, 11987, 11570, 12750, 12732, 11677, 13186, 13242, 9642, 12379, 11930, 12353, 12485, 11245, 11918, 11720, 12130, 10757, 12827, 11820, 11898, 12528, 11875, 12255, 11639, 12250, 12147, 13097, 11973, 12131, 12193, 12069, 12181, 11921, 11891, 12040, 13755, 12316, 12409, 12589, 12412, 12099, 12848, 12946, 12418, 11952, 12737, 11810, 11717, 11640, 12074, 12076, 13664, 12884, 12172, 12573, 13406, 12233, 11855, 12819, 12134, 11980, 10223, 11791, 12021, 12882, 12426, 12127, 11573, 12814, 11867, 10700, 13076, 11906, 11298, 12092, 11715, 11314, 10830, 11733, 11318, 11261, 11716, 11647, 10938, 11853, 11365, 10608, 11606, 11796, 13564, 12523, 12555, 12805, 12554, 11796, 12849, 12559, 12428, 12140, 13065, 11986, 12177, 11149, 11799, 11189, 12876, 11731, 11928, 12331, 11467, 13906, 11426, 12134, 13888, 11917, 12818, 11804, 11505, 12068, 12187, 13188, 11745, 12544, 13320, 12483, 12222, 11754, 12029, 12540, 10929, 10712, 11542, 11080, 10699, 11704, 12374, 13255, 12204, 12020, 12116, 12358, 12544, 12039, 12668, 11632, 10315, 11890, 11512], 'WindowCenter': [3980.0, 3956.0, 3930.0, 3938.0, 3927.0, 3915.0, 3926.0, 3926.0, 3893.0, 3925.0, 3925.0, 3893.0, 3912.0, 3924.0, 3893.0, 3915.0, 3926.0, 3904.0, 3925.0, 3936.0, 3895.0, 3916.0, 3936.0, 3896.0, 3915.0, 3927.0, 3926.0, 3915.0, 3939.0, 3953.0, 3918.0, 3928.0, 3897.0, 3915.0, 3926.0, 3927.0, 3914.0, 3926.0, 3937.0, 3918.0, 3927.0, 3936.0, 3907.0, 3916.0, 3926.0, 3936.0, 3915.0, 3926.0, 3926.0, 3905.0, 3926.0, 3926.0, 3905.0, 3914.0, 3926.0, 3906.0, 3915.0, 3925.0, 3925.0, 3914.0, 3913.0, 3923.0, 3893.0, 3903.0, 3914.0, 3915.0, 3902.0, 3914.0, 3914.0, 3902.0, 3902.0, 3925.0, 3904.0, 3914.0, 3927.0, 3927.0, 3904.0, 3913.0, 3924.0, 3902.0, 3913.0, 3925.0, 3895.0, 3913.0, 3925.0, 3915.0, 3892.0, 3924.0, 3924.0, 3903.0, 3925.0, 3915.0, 3906.0, 3916.0, 3927.0, 3929.0, 3908.0, 3917.0, 3906.0, 3916.0, 3926.0, 3905.0, 3903.0, 3927.0, 3938.0, 3927.0, 3928.0, 3939.0, 3918.0, 3928.0, 3939.0, 3906.0, 3905.0, 3926.0, 3927.0, 3916.0, 3926.0, 3927.0, 3927.0, 3926.0, 3927.0, 3916.0, 3914.0, 3924.0, 3893.0, 3902.0, 3913.0, 3914.0, 3913.0, 3913.0, 3924.0, 3903.0, 3911.0, 3924.0, 3892.0, 3912.0, 3924.0, 3893.0, 3901.0, 3913.0, 3924.0, 3903.0, 3913.0, 3913.0, 3893.0, 3914.0, 3924.0, 3893.0, 3913.0, 3924.0, 3891.0, 3925.0, 3927.0, 3919.0, 3905.0, 3915.0, 3921.0, 3914.0, 3925.0, 3894.0, 3913.0, 3938.0, 3928.0, 3915.0, 3941.0, 3951.0, 3905.0, 3927.0, 3927.0, 3903.0, 3925.0, 3937.0, 3905.0, 3928.0, 3927.0, 3907.0, 3927.0, 3937.0, 3926.0, 3927.0, 3937.0, 3917.0, 3915.0, 3937.0, 3918.0, 3916.0, 3925.0, 3927.0, 3914.0, 3913.0, 3914.0, 3914.0, 3901.0, 3913.0, 3893.0, 3903.0, 3924.0, 3914.0, 3902.0, 3912.0, 3913.0, 3903.0, 3913.0, 3924.0, 3893.0, 3912.0, 3924.0, 3893.0, 3912.0, 3925.0, 3928.0, 3904.0, 3914.0, 3913.0, 3902.0, 3913.0, 3925.0, 3903.0, 3915.0, 3924.0, 3904.0, 3913.0, 3925.0, 3892.0, 3912.0, 3924.0, 3926.0, 3915.0, 3914.0, 3926.0, 3902.0, 3924.0, 3925.0, 3904.0, 3926.0, 3926.0, 3893.0, 3913.0, 3924.0, 3892.0, 3913.0, 3925.0, 3894.0, 3925.0, 3925.0, 3894.0, 3925.0, 3926.0, 3904.0, 3926.0, 3937.0, 3904.0, 3923.0, 3925.0, 3893.0, 3913.0, 3924.0, 3904.0, 3925.0, 3926.0, 3905.0, 3924.0, 3925.0, 3905.0, 3925.0, 3926.0, 3895.0, 3915.0, 3926.0, 3905.0, 3913.0, 3925.0, 3926.0, 3904.0, 3926.0, 3927.0, 3915.0, 3926.0, 3937.0, 3906.0, 3927.0, 3927.0, 3905.0, 3924.0, 3926.0, 3895.0, 3904.0, 3927.0, 3938.0, 3915.0, 3926.0, 3927.0, 3904.0, 3915.0, 3926.0, 3907.0, 3906.0, 3927.0, 3928.0, 3916.0, 3926.0, 3926.0, 3914.0, 3926.0, 3938.0, 3906.0, 3926.0, 3926.0, 3895.0, 3915.0, 3937.0, 3907.0, 3905.0, 3926.0, 3938.0, 3926.0, 3925.0, 3926.0, 3917.0, 3915.0, 3938.0, 3916.0, 3905.0, 3925.0, 3927.0, 3925.0, 3914.0, 3927.0, 3917.0, 3927.0, 3926.0, 3896.0, 3915.0, 3927.0, 3927.0, 3904.0, 3925.0, 3927.0, 3916.0, 3915.0, 3927.0, 3894.0, 3915.0, 3927.0, 3920.0, 3906.0, 3927.0, 3939.0, 3927.0, 3926.0, 3927.0, 3918.0, 3916.0, 3939.0, 3908.0, 3926.0, 3926.0, 3907.0, 3916.0, 3939.0, 3929.0, 3905.0, 3927.0, 3897.0, 3904.0, 3925.0, 3927.0, 3927.0, 3928.0, 3939.0, 3918.0, 3915.0, 3928.0, 3894.0, 3914.0, 3925.0, 3916.0, 3911.0, 3925.0, 3927.0, 3926.0, 3925.0, 3926.0, 3904.0, 3912.0, 3924.0, 3905.0, 3903.0, 3924.0, 3925.0, 3914.0, 3912.0, 3913.0, 3916.0, 3913.0, 3924.0, 3906.0, 3912.0, 3911.0, 3913.0, 3901.0, 3910.0, 3913.0, 3902.0, 3914.0, 3937.0, 3894.0, 3902.0, 3925.0, 3894.0, 3902.0, 3914.0, 3926.0, 3902.0, 3925.0, 3926.0, 3903.0, 3914.0, 3925.0, 3907.0, 3926.0, 3927.0, 3906.0, 3914.0, 3926.0, 3896.0, 3903.0, 3927.0, 3928.0, 3915.0, 3926.0, 3928.0, 3915.0, 3926.0, 3926.0, 3918.0, 3928.0, 3927.0, 3906.0, 3915.0, 3924.0, 3894.0, 3893.0, 3925.0, 3927.0, 3915.0, 3925.0, 3926.0, 3904.0, 3914.0, 3926.0, 3907.0, 3927.0, 3927.0, 3896.0, 3915.0, 3927.0, 3927.0, 3915.0, 3927.0, 3927.0, 3916.0, 3924.0, 3926.0, 3902.0, 3913.0, 3925.0, 3905.0, 3927.0, 3925.0, 3905.0, 3914.0, 3926.0, 3894.0, 3902.0, 3927.0, 3939.0, 3914.0, 3915.0, 3926.0, 3902.0, 3904.0, 3926.0, 3906.0, 3928.0, 3927.0, 3896.0, 3904.0, 3926.0, 3916.0, 3903.0, 3916.0, 3925.0, 3904.0, 3914.0, 3926.0, 3904.0, 3914.0, 3926.0, 3907.0, 3906.0, 3926.0, 3928.0, 3925.0, 3926.0, 3926.0, 3914.0, 3916.0, 3927.0, 3906.0, 3914.0, 3925.0, 3894.0, 3903.0, 3926.0, 3936.0, 3926.0, 3914.0, 3927.0, 3914.0, 3902.0, 3926.0, 3906.0, 3913.0, 3925.0, 3894.0, 3903.0, 3924.0, 3926.0, 3915.0, 3924.0, 3926.0, 3914.0, 3914.0, 3925.0, 3904.0, 3913.0, 3927.0, 3905.0, 3903.0, 3925.0, 3894.0, 3903.0, 3914.0, 3914.0, 3915.0, 3914.0, 3926.0, 3914.0, 3925.0, 3926.0, 3902.0, 3926.0, 3925.0, 3904.0, 3925.0, 3924.0, 3903.0, 3925.0, 3926.0, 3914.0, 3916.0, 3928.0, 3906.0, 3915.0, 3926.0, 3905.0, 3914.0, 3938.0, 3908.0, 3916.0, 3925.0, 3916.0, 3914.0, 3925.0, 3924.0, 3916.0, 3916.0, 3927.0, 3916.0, 3926.0, 3925.0, 3905.0, 3914.0, 3925.0, 3906.0, 3904.0, 3915.0, 3927.0, 3915.0, 3914.0, 3926.0, 3916.0, 3915.0, 3925.0, 3905.0, 3914.0, 3926.0, 3895.0, 3904.0, 3927.0, 3927.0, 3913.0, 3924.0, 3926.0, 3914.0, 3924.0, 3927.0, 3917.0, 3914.0, 3926.0, 3905.0, 3926.0, 3927.0, 3917.0, 3915.0, 3927.0, 3906.0, 3917.0, 3927.0, 3927.0, 3925.0, 3927.0, 3939.0, 3914.0, 3925.0, 3926.0, 3903.0, 3914.0, 3937.0, 3905.0, 3904.0, 3925.0, 3906.0, 3904.0, 3914.0, 3925.0, 3927.0, 3916.0, 3926.0, 3915.0, 3914.0, 3924.0, 3905.0, 3914.0, 3925.0, 3894.0, 3903.0, 3924.0, 3924.0, 3912.0, 3926.0, 3938.0, 3904.0, 3915.0, 3926.0, 3903.0, 3912.0, 3925.0, 3904.0, 3903.0, 3925.0, 3893.0, 3914.0, 3926.0, 3894.0, 3903.0, 3925.0, 3927.0, 3915.0, 3924.0, 3926.0, 3914.0, 3914.0, 3925.0, 3903.0, 3924.0, 3926.0, 3895.0, 3914.0, 3924.0, 3882.0, 3902.0, 3925.0, 3925.0, 3903.0, 3913.0, 3924.0, 3912.0, 3912.0, 3923.0, 3893.0, 3913.0, 3926.0, 3895.0, 3903.0, 3926.0, 3894.0, 3901.0, 3924.0, 3927.0, 3915.0, 3914.0, 3926.0, 3904.0, 3915.0, 3927.0, 3904.0, 3927.0, 3937.0, 3906.0, 3940.0, 3965.0, 3908.0, 3927.0, 3938.0, 3896.0, 3917.0, 3927.0, 3908.0, 3927.0, 3917.0, 3929.0, 3928.0, 3915.0, 3914.0, 3926.0, 3905.0, 3904.0, 3937.0, 3939.0, 3939.0, 3927.0, 3938.0, 3926.0, 3914.0, 3926.0, 3916.0, 3913.0, 3925.0, 3914.0, 3912.0, 3914.0, 3915.0, 3900.0, 3911.0, 3892.0, 3900.0, 3911.0, 3900.0, 3899.0, 3898.0, 3898.0, 3887.0, 3897.0, 3898.0, 3887.0, 3897.0, 3909.0, 3880.0, 3899.0, 3910.0, 3878.0, 3899.0, 3909.0, 3889.0, 3888.0, 3909.0, 3911.0, 3901.0, 3912.0, 3913.0, 3902.0, 3912.0, 3924.0, 3902.0, 3913.0, 3915.0, 3907.0, 3926.0, 3929.0, 3903.0, 3917.0, 3917.0, 3938.0, 3940.0, 3917.0, 3927.0, 3929.0, 3909.0, 3929.0, 3943.0, 3944.0, 3927.0, 3919.0, 3931.0, 3929.0, 3941.0, 3918.0, 3938.0, 3930.0, 3931.0, 3930.0, 3932.0, 3930.0, 3931.0, 3930.0, 3929.0, 3928.0, 3928.0, 3930.0, 3928.0, 3930.0, 3930.0, 3916.0, 3916.0, 3917.0, 3940.0, 3942.0, 3930.0, 3927.0, 3927.0, 3928.0, 3927.0, 3928.0, 3928.0, 3928.0, 3927.0, 3917.0, 3918.0, 3916.0, 3916.0, 3917.0, 3926.0, 3926.0, 3916.0, 3914.0, 3925.0, 3915.0, 3915.0, 3926.0, 3916.0, 3916.0, 3894.0, 3915.0, 3915.0, 3926.0, 3926.0, 3927.0, 3914.0, 3927.0, 3929.0, 3905.0, 3926.0, 3928.0, 3918.0, 3916.0, 3928.0, 3918.0, 3916.0, 3927.0, 3918.0, 3916.0, 3917.0, 3918.0, 3917.0, 3928.0, 3918.0, 3905.0, 3917.0, 3929.0, 3928.0, 3928.0, 3928.0, 3927.0, 3927.0, 3928.0, 3927.0, 3916.0, 3928.0, 3915.0, 3926.0, 3917.0, 3916.0, 3916.0, 3919.0, 3917.0, 3928.0, 3917.0, 3928.0, 3929.0, 3920.0, 3927.0, 3916.0, 3927.0, 3939.0, 3915.0, 3928.0, 3915.0, 3902.0, 3915.0, 3917.0, 3926.0, 3914.0, 3915.0, 3924.0, 3914.0, 3918.0, 3916.0, 3914.0, 3926.0, 3905.0, 3905.0, 3916.0, 3917.0, 3904.0, 3914.0, 3916.0, 3926.0, 3915.0, 3916.0, 3915.0, 3915.0, 3917.0, 3915.0, 3939.0, 3928.0, 3904.0, 3916.0, 3917.0], 'WindowWidth': [8868.0, 8823.0, 8780.0, 8783.0, 8767.0, 8747.0, 8763.0, 8763.0, 8716.0, 8760.0, 8759.0, 8716.0, 8737.0, 8759.0, 8718.0, 8746.0, 8763.0, 8733.0, 8759.0, 8777.0, 8723.0, 8750.0, 8778.0, 8725.0, 8747.0, 8764.0, 8765.0, 8751.0, 8788.0, 8812.0, 8757.0, 8770.0, 8727.0, 8745.0, 8762.0, 8765.0, 8748.0, 8761.0, 8779.0, 8758.0, 8766.0, 8779.0, 8742.0, 8749.0, 8763.0, 8779.0, 8750.0, 8762.0, 8762.0, 8734.0, 8763.0, 8763.0, 8734.0, 8743.0, 8761.0, 8739.0, 8748.0, 8758.0, 8760.0, 8746.0, 8740.0, 8755.0, 8715.0, 8726.0, 8742.0, 8744.0, 8725.0, 8741.0, 8744.0, 8725.0, 8723.0, 8758.0, 8731.0, 8742.0, 8767.0, 8767.0, 8731.0, 8741.0, 8756.0, 8724.0, 8738.0, 8758.0, 8722.0, 8739.0, 8760.0, 8750.0, 8714.0, 8756.0, 8759.0, 8731.0, 8761.0, 8746.0, 8740.0, 8752.0, 8765.0, 8775.0, 8744.0, 8751.0, 8736.0, 8748.0, 8764.0, 8734.0, 8728.0, 8768.0, 8784.0, 8769.0, 8770.0, 8787.0, 8759.0, 8769.0, 8786.0, 8740.0, 8733.0, 8762.0, 8768.0, 8752.0, 8765.0, 8768.0, 8768.0, 8762.0, 8765.0, 8753.0, 8742.0, 8757.0, 8717.0, 8725.0, 8741.0, 8746.0, 8746.0, 8741.0, 8759.0, 8730.0, 8735.0, 8755.0, 8712.0, 8735.0, 8756.0, 8717.0, 8724.0, 8741.0, 8757.0, 8730.0, 8740.0, 8742.0, 8715.0, 8744.0, 8757.0, 8715.0, 8741.0, 8757.0, 8711.0, 8758.0, 8766.0, 8763.0, 8737.0, 8746.0, 8770.0, 8744.0, 8760.0, 8719.0, 8742.0, 8783.0, 8772.0, 8750.0, 8795.0, 8808.0, 8738.0, 8766.0, 8766.0, 8731.0, 8761.0, 8781.0, 8736.0, 8771.0, 8767.0, 8741.0, 8768.0, 8782.0, 8765.0, 8766.0, 8781.0, 8755.0, 8747.0, 8781.0, 8759.0, 8752.0, 8761.0, 8768.0, 8747.0, 8742.0, 8744.0, 8745.0, 8721.0, 8740.0, 8714.0, 8727.0, 8756.0, 8745.0, 8725.0, 8737.0, 8742.0, 8730.0, 8741.0, 8757.0, 8715.0, 8738.0, 8757.0, 8717.0, 8738.0, 8760.0, 8771.0, 8733.0, 8743.0, 8742.0, 8727.0, 8740.0, 8759.0, 8729.0, 8748.0, 8759.0, 8733.0, 8740.0, 8760.0, 8714.0, 8737.0, 8756.0, 8763.0, 8749.0, 8743.0, 8763.0, 8729.0, 8757.0, 8760.0, 8731.0, 8764.0, 8763.0, 8716.0, 8743.0, 8759.0, 8713.0, 8742.0, 8759.0, 8718.0, 8759.0, 8760.0, 8717.0, 8759.0, 8762.0, 8732.0, 8766.0, 8781.0, 8734.0, 8755.0, 8759.0, 8714.0, 8739.0, 8758.0, 8733.0, 8763.0, 8762.0, 8735.0, 8756.0, 8761.0, 8734.0, 8759.0, 8763.0, 8722.0, 8746.0, 8763.0, 8734.0, 8742.0, 8761.0, 8767.0, 8733.0, 8763.0, 8768.0, 8751.0, 8764.0, 8781.0, 8740.0, 8769.0, 8765.0, 8736.0, 8758.0, 8764.0, 8723.0, 8731.0, 8767.0, 8784.0, 8749.0, 8763.0, 8766.0, 8733.0, 8746.0, 8763.0, 8741.0, 8738.0, 8766.0, 8770.0, 8752.0, 8764.0, 8765.0, 8747.0, 8766.0, 8783.0, 8739.0, 8762.0, 8764.0, 8721.0, 8747.0, 8780.0, 8744.0, 8737.0, 8764.0, 8784.0, 8766.0, 8762.0, 8766.0, 8754.0, 8748.0, 8784.0, 8752.0, 8735.0, 8760.0, 8765.0, 8762.0, 8744.0, 8765.0, 8756.0, 8767.0, 8764.0, 8723.0, 8745.0, 8766.0, 8767.0, 8734.0, 8761.0, 8768.0, 8750.0, 8746.0, 8765.0, 8720.0, 8747.0, 8768.0, 8766.0, 8740.0, 8766.0, 8786.0, 8770.0, 8765.0, 8769.0, 8760.0, 8751.0, 8786.0, 8743.0, 8764.0, 8764.0, 8742.0, 8750.0, 8785.0, 8773.0, 8737.0, 8766.0, 8727.0, 8732.0, 8761.0, 8767.0, 8768.0, 8772.0, 8787.0, 8759.0, 8747.0, 8769.0, 8718.0, 8746.0, 8760.0, 8751.0, 8736.0, 8760.0, 8767.0, 8765.0, 8759.0, 8763.0, 8733.0, 8738.0, 8757.0, 8736.0, 8728.0, 8756.0, 8762.0, 8747.0, 8738.0, 8743.0, 8752.0, 8738.0, 8758.0, 8738.0, 8737.0, 8733.0, 8740.0, 8721.0, 8731.0, 8741.0, 8724.0, 8743.0, 8780.0, 8717.0, 8726.0, 8757.0, 8718.0, 8726.0, 8744.0, 8764.0, 8727.0, 8759.0, 8764.0, 8729.0, 8745.0, 8761.0, 8741.0, 8764.0, 8765.0, 8737.0, 8745.0, 8764.0, 8725.0, 8730.0, 8767.0, 8770.0, 8750.0, 8763.0, 8770.0, 8749.0, 8764.0, 8766.0, 8758.0, 8769.0, 8765.0, 8738.0, 8745.0, 8759.0, 8721.0, 8715.0, 8761.0, 8766.0, 8750.0, 8760.0, 8765.0, 8733.0, 8744.0, 8764.0, 8743.0, 8768.0, 8765.0, 8726.0, 8746.0, 8765.0, 8768.0, 8751.0, 8765.0, 8766.0, 8751.0, 8758.0, 8763.0, 8727.0, 8741.0, 8759.0, 8738.0, 8766.0, 8761.0, 8735.0, 8743.0, 8761.0, 8718.0, 8725.0, 8767.0, 8788.0, 8748.0, 8747.0, 8763.0, 8727.0, 8730.0, 8762.0, 8738.0, 8770.0, 8767.0, 8724.0, 8732.0, 8763.0, 8751.0, 8729.0, 8749.0, 8765.0, 8734.0, 8744.0, 8764.0, 8734.0, 8743.0, 8764.0, 8742.0, 8738.0, 8764.0, 8770.0, 8765.0, 8764.0, 8765.0, 8748.0, 8752.0, 8766.0, 8738.0, 8745.0, 8760.0, 8720.0, 8728.0, 8763.0, 8781.0, 8765.0, 8745.0, 8766.0, 8746.0, 8726.0, 8764.0, 8740.0, 8742.0, 8761.0, 8719.0, 8728.0, 8757.0, 8765.0, 8751.0, 8758.0, 8764.0, 8745.0, 8744.0, 8762.0, 8732.0, 8743.0, 8767.0, 8735.0, 8727.0, 8760.0, 8718.0, 8726.0, 8742.0, 8745.0, 8749.0, 8745.0, 8763.0, 8746.0, 8760.0, 8762.0, 8728.0, 8764.0, 8763.0, 8731.0, 8760.0, 8760.0, 8730.0, 8760.0, 8765.0, 8748.0, 8753.0, 8769.0, 8738.0, 8748.0, 8766.0, 8737.0, 8745.0, 8784.0, 8746.0, 8750.0, 8760.0, 8751.0, 8746.0, 8761.0, 8761.0, 8752.0, 8752.0, 8768.0, 8753.0, 8763.0, 8762.0, 8735.0, 8742.0, 8763.0, 8740.0, 8732.0, 8746.0, 8766.0, 8749.0, 8745.0, 8762.0, 8752.0, 8747.0, 8759.0, 8736.0, 8744.0, 8763.0, 8721.0, 8733.0, 8768.0, 8767.0, 8745.0, 8760.0, 8764.0, 8747.0, 8758.0, 8768.0, 8754.0, 8746.0, 8764.0, 8737.0, 8763.0, 8768.0, 8756.0, 8751.0, 8768.0, 8740.0, 8754.0, 8768.0, 8769.0, 8767.0, 8769.0, 8785.0, 8749.0, 8761.0, 8765.0, 8732.0, 8744.0, 8781.0, 8736.0, 8730.0, 8761.0, 8739.0, 8731.0, 8745.0, 8763.0, 8767.0, 8750.0, 8765.0, 8749.0, 8745.0, 8758.0, 8736.0, 8747.0, 8761.0, 8719.0, 8730.0, 8758.0, 8760.0, 8743.0, 8766.0, 8785.0, 8734.0, 8747.0, 8763.0, 8730.0, 8739.0, 8759.0, 8735.0, 8730.0, 8761.0, 8717.0, 8744.0, 8762.0, 8719.0, 8728.0, 8760.0, 8767.0, 8750.0, 8758.0, 8764.0, 8746.0, 8745.0, 8761.0, 8731.0, 8759.0, 8762.0, 8721.0, 8742.0, 8757.0, 8700.0, 8725.0, 8760.0, 8762.0, 8730.0, 8741.0, 8758.0, 8741.0, 8738.0, 8756.0, 8717.0, 8744.0, 8762.0, 8721.0, 8729.0, 8762.0, 8720.0, 8725.0, 8758.0, 8767.0, 8749.0, 8745.0, 8764.0, 8734.0, 8748.0, 8765.0, 8734.0, 8767.0, 8780.0, 8739.0, 8793.0, 8835.0, 8747.0, 8767.0, 8784.0, 8726.0, 8752.0, 8766.0, 8743.0, 8767.0, 8750.0, 8772.0, 8770.0, 8747.0, 8743.0, 8762.0, 8737.0, 8732.0, 8780.0, 8790.0, 8790.0, 8769.0, 8786.0, 8769.0, 8746.0, 8764.0, 8752.0, 8742.0, 8760.0, 8748.0, 8739.0, 8743.0, 8751.0, 8719.0, 8733.0, 8711.0, 8721.0, 8732.0, 8718.0, 8718.0, 8710.0, 8712.0, 8695.0, 8707.0, 8711.0, 8697.0, 8707.0, 8729.0, 8693.0, 8712.0, 8730.0, 8686.0, 8711.0, 8727.0, 8703.0, 8699.0, 8729.0, 8735.0, 8722.0, 8736.0, 8741.0, 8725.0, 8739.0, 8757.0, 8723.0, 8739.0, 8745.0, 8740.0, 8765.0, 8774.0, 8729.0, 8753.0, 8755.0, 8784.0, 8789.0, 8755.0, 8765.0, 8772.0, 8750.0, 8773.0, 8800.0, 8801.0, 8766.0, 8762.0, 8780.0, 8774.0, 8793.0, 8758.0, 8784.0, 8777.0, 8779.0, 8776.0, 8782.0, 8777.0, 8781.0, 8777.0, 8775.0, 8769.0, 8772.0, 8778.0, 8771.0, 8776.0, 8780.0, 8751.0, 8749.0, 8753.0, 8794.0, 8796.0, 8776.0, 8768.0, 8768.0, 8770.0, 8769.0, 8770.0, 8770.0, 8771.0, 8765.0, 8755.0, 8756.0, 8750.0, 8748.0, 8754.0, 8766.0, 8763.0, 8752.0, 8746.0, 8759.0, 8747.0, 8749.0, 8763.0, 8751.0, 8750.0, 8719.0, 8748.0, 8751.0, 8765.0, 8766.0, 8768.0, 8746.0, 8765.0, 8772.0, 8735.0, 8765.0, 8769.0, 8756.0, 8750.0, 8770.0, 8758.0, 8750.0, 8768.0, 8758.0, 8752.0, 8752.0, 8755.0, 8753.0, 8771.0, 8758.0, 8736.0, 8754.0, 8773.0, 8771.0, 8769.0, 8770.0, 8767.0, 8765.0, 8769.0, 8767.0, 8750.0, 8768.0, 8748.0, 8764.0, 8753.0, 8753.0, 8750.0, 8759.0, 8754.0, 8769.0, 8754.0, 8770.0, 8773.0, 8765.0, 8768.0, 8749.0, 8769.0, 8789.0, 8748.0, 8769.0, 8748.0, 8727.0, 8746.0, 8752.0, 8764.0, 8743.0, 8748.0, 8758.0, 8745.0, 8754.0, 8751.0, 8744.0, 8762.0, 8734.0, 8732.0, 8749.0, 8754.0, 8731.0, 8744.0, 8750.0, 8762.0, 8747.0, 8749.0, 8746.0, 8747.0, 8752.0, 8747.0, 8788.0, 8773.0, 8732.0, 8751.0, 8752.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.03899503232758621</td></tr>
<tr><td colspan=3>aqi</td><td>0.0592554286637931</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.24701886555556</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.4377164777022653</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.7359861222437958</td></tr>
<tr><td colspan=3>efc</td><td>0.4723</td></tr>
<tr><td colspan=3>fber</td><td>4977.8779</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10675647562972565</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.280172413793103</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.59247873773036</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.559301938981487</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8268232053305553</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.391311068879038</td></tr>
<tr><td colspan=3>gcor</td><td>0.00295071</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015238379128277302</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027716774493455887</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>928</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6218376215771624</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>43.0912</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4472</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.9025</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305403.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>847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.0777</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7753</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.6544</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3084.4169</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.5509</td></tr>
<tr><td colspan=3>tsnr</td><td>26.512980427592993</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>