<?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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-04/func/sub-0043_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>7b8d35a925817d1fd84d4f390bb495a0</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:06:34.550000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.98419, 0.168916, 0.0532724, -0.172477, 0.982424, 0.071377]</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.0921185</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7768, -7308, 643, -46, -332, -57, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.88</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>80f9ad3c-dc14-4b6b-8cdd-dae3213d7463||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6405091285705566, -0.46274232864379883, 0.10875420272350311, 126.88543701171875], [-0.4531898498535156, 2.6357719898223877, 0.21447931230068207, -86.77754974365234], [0.1429259181022644, -0.19149936735630035, 2.689269542694092, -89.68659973144531], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['160634.550000', '160635.010000', '160635.470000', '160635.930000', '160636.390000', '160636.850000', '160637.310000', '160637.770000', '160638.230000', '160638.690000', '160639.150000', '160639.610000', '160640.070000', '160640.530000', '160640.990000', '160641.450000', '160641.910000', '160642.370000', '160642.830000', '160643.290000', '160643.750000', '160644.210000', '160644.670000', '160645.130000', '160645.590000', '160646.050000', '160646.510000', '160646.970000', '160647.430000', '160647.890000', '160648.350000', '160648.810000', '160649.270000', '160649.730000', '160650.190000', '160650.650000', '160651.110000', '160651.570000', '160652.030000', '160652.490000', '160652.950000', '160653.410000', '160653.870000', '160654.330000', '160654.790000', '160655.250000', '160655.710000', '160656.170000', '160656.630000', '160657.090000', '160657.550000', '160658.010000', '160658.470000', '160658.930000', '160659.390000', '160659.850000', '160700.310000', '160700.770000', '160701.230000', '160701.690000', '160702.150000', '160702.610000', '160703.070000', '160703.530000', '160703.990000', '160704.450000', '160704.910000', '160705.370000', '160705.830000', '160706.290000', '160706.750000', '160707.210000', '160707.670000', '160708.130000', '160708.590000', '160709.050000', '160709.510000', '160709.970000', '160710.430000', '160710.890000', '160711.350000', '160711.810000', '160712.270000', '160712.730000', '160713.190000', '160713.650000', '160714.110000', '160714.570000', '160715.030000', '160715.490000', '160715.950000', '160716.410000', '160716.870000', '160717.330000', '160717.790000', '160718.250000', '160718.710000', '160719.170000', '160719.630000', '160720.090000', '160720.550000', '160721.010000', '160721.470000', '160721.930000', '160722.390000', '160722.850000', '160723.310000', '160723.770000', '160724.230000', '160724.690000', '160725.150000', '160725.610000', '160726.070000', '160726.530000', '160726.990000', '160727.450000', '160727.910000', '160728.370000', '160728.830000', '160729.290000', '160729.750000', '160730.210000', '160730.670000', '160731.130000', '160731.590000', '160732.050000', '160732.510000', '160732.970000', '160733.430000', '160733.890000', '160734.350000', '160734.810000', '160735.270000', '160735.730000', '160736.190000', '160736.650000', '160737.110000', '160737.570000', '160738.030000', '160738.490000', '160738.950000', '160739.410000', '160739.870000', '160740.330000', '160740.790000', '160741.250000', '160741.710000', '160742.170000', '160742.630000', '160743.090000', '160743.550000', '160744.010000', '160744.470000', '160744.930000', '160745.390000', '160745.850000', '160746.310000', '160746.770000', '160747.230000', '160747.690000', '160748.150000', '160748.610000', '160749.070000', '160749.530000', '160749.990000', '160750.450000', '160750.910000', '160751.370000', '160751.830000', '160752.290000', '160752.750000', '160753.210000', '160753.670000', '160754.130000', '160754.590000', '160755.050000', '160755.510000', '160755.970000', '160756.430000', '160756.890000', '160757.350000', '160757.810000', '160758.270000', '160758.730000', '160759.190000', '160759.650000', '160800.110000', '160800.570000', '160801.030000', '160801.490000', '160801.950000', '160802.410000', '160802.870000', '160803.330000', '160803.790000', '160804.250000', '160804.710000', '160805.170000', '160805.630000', '160806.090000', '160806.550000', '160807.010000', '160807.470000', '160807.930000', '160808.390000', '160808.850000', '160809.310000', '160809.770000', '160810.230000', '160810.690000', '160811.150000', '160811.610000', '160812.070000', '160812.530000', '160812.990000', '160813.450000', '160813.910000', '160814.370000', '160814.830000', '160815.290000', '160815.750000', '160816.210000', '160816.670000', '160817.130000', '160817.590000', '160818.050000', '160818.510000', '160818.970000', '160819.430000', '160819.890000', '160820.350000', '160820.810000', '160821.270000', '160821.730000', '160822.190000', '160822.650000', '160823.110000', '160823.570000', '160824.030000', '160824.490000', '160824.950000', '160825.410000', '160825.870000', '160826.330000', '160826.790000', '160827.250000', '160827.710000', '160828.170000', '160828.630000', '160829.090000', '160829.550000', '160830.010000', '160830.470000', '160830.930000', '160831.390000', '160831.850000', '160832.310000', '160832.770000', '160833.230000', '160833.690000', '160834.150000', '160834.610000', '160835.070000', '160835.530000', '160835.990000', '160836.450000', '160836.910000', '160837.370000', '160837.830000', '160838.290000', '160838.750000', '160839.210000', '160839.670000', '160840.130000', '160840.590000', '160841.050000', '160841.510000', '160841.970000', '160842.430000', '160842.890000', '160843.350000', '160843.810000', '160844.270000', '160844.730000', '160845.190000', '160845.650000', '160846.110000', '160846.570000', '160847.030000', '160847.490000', '160847.950000', '160848.410000', '160848.870000', '160849.330000', '160849.790000', '160850.250000', '160850.710000', '160851.170000', '160851.630000', '160852.090000', '160852.550000', '160853.010000', '160853.470000', '160853.930000', '160854.390000', '160854.850000', '160855.310000', '160855.770000', '160856.230000', '160856.690000', '160857.150000', '160857.610000', '160858.070000', '160858.530000', '160858.990000', '160859.450000', '160859.910000', '160900.370000', '160900.830000', '160901.290000', '160901.750000', '160902.210000', '160902.670000', '160903.130000', '160903.590000', '160904.050000', '160904.510000', '160904.970000', '160905.430000', '160905.890000', '160906.350000', '160906.810000', '160907.270000', '160907.730000', '160908.190000', '160908.650000', '160909.110000', '160909.570000', '160910.030000', '160910.490000', '160910.950000', '160911.410000', '160911.870000', '160912.330000', '160912.790000', '160913.250000', '160913.710000', '160914.170000', '160914.630000', '160915.090000', '160915.550000', '160916.010000', '160916.470000', '160916.930000', '160917.390000', '160917.850000', '160918.310000', '160918.770000', '160919.230000', '160919.690000', '160920.150000', '160920.610000', '160921.070000', '160921.530000', '160921.990000', '160922.450000', '160922.910000', '160923.370000', '160923.830000', '160924.290000', '160924.750000', '160925.210000', '160925.670000', '160926.130000', '160926.590000', '160927.050000', '160927.510000', '160927.970000', '160928.430000', '160928.890000', '160929.350000', '160929.810000', '160930.270000', '160930.730000', '160931.190000', '160931.650000', '160932.110000', '160932.570000', '160933.030000', '160933.490000', '160933.950000', '160934.410000', '160934.870000', '160935.330000', '160935.790000', '160936.250000', '160936.710000', '160937.170000', '160937.630000', '160938.090000', '160938.550000', '160939.010000', '160939.470000', '160939.930000', '160940.390000', '160940.850000', '160941.310000', '160941.770000', '160942.230000', '160942.690000', '160943.150000', '160943.610000', '160944.070000', '160944.530000', '160944.990000', '160945.450000', '160945.910000', '160946.370000', '160946.830000', '160947.290000', '160947.750000', '160948.210000', '160948.670000', '160949.130000', '160949.590000', '160950.050000', '160950.510000', '160950.970000', '160951.430000', '160951.890000', '160952.350000', '160952.810000', '160953.270000', '160953.730000', '160954.190000', '160954.650000', '160955.110000', '160955.570000', '160956.030000', '160956.490000', '160956.950000', '160957.410000', '160957.870000', '160958.330000', '160958.790000', '160959.250000', '160959.710000', '161000.170000', '161000.630000', '161001.090000', '161001.550000', '161002.010000', '161002.470000', '161002.930000', '161003.390000', '161003.850000', '161004.310000', '161004.770000', '161005.230000', '161005.690000', '161006.150000', '161006.610000', '161007.070000', '161007.530000', '161007.990000', '161008.450000', '161008.910000', '161009.370000', '161009.830000', '161010.290000', '161010.750000', '161011.210000', '161011.670000', '161012.130000', '161012.590000', '161013.050000', '161013.510000', '161013.970000', '161014.430000', '161014.890000', '161015.350000', '161015.810000', '161016.270000', '161016.730000', '161017.190000', '161017.650000', '161018.110000', '161018.570000', '161019.030000', '161019.490000', '161019.950000', '161020.410000', '161020.870000', '161021.330000', '161021.790000', '161022.250000', '161022.710000', '161023.170000', '161023.630000', '161024.090000', '161024.550000', '161025.010000', '161025.470000', '161025.930000', '161026.390000', '161026.850000', '161027.310000', '161027.770000', '161028.230000', '161028.690000', '161029.150000', '161029.610000', '161030.070000', '161030.530000', '161030.990000', '161031.450000', '161031.910000', '161032.370000', '161032.830000', '161033.290000', '161033.750000', '161034.210000', '161034.670000', '161035.130000', '161035.590000', '161036.050000', '161036.510000', '161036.970000', '161037.430000', '161037.890000', '161038.350000', '161038.810000', '161039.270000', '161039.730000', '161040.190000', '161040.650000', '161041.110000', '161041.570000', '161042.030000', '161042.490000', '161042.950000', '161043.410000', '161043.870000', '161044.330000', '161044.790000', '161045.250000', '161045.710000', '161046.170000', '161046.630000', '161047.090000', '161047.550000', '161048.010000', '161048.470000', '161048.930000', '161049.390000', '161049.850000', '161050.310000', '161050.770000', '161051.230000', '161051.690000', '161052.150000', '161052.610000', '161053.070000', '161053.530000', '161053.990000', '161054.450000', '161054.910000', '161055.370000', '161055.830000', '161056.290000', '161056.750000', '161057.210000', '161057.670000', '161058.130000', '161058.590000', '161059.050000', '161059.510000', '161059.970000', '161100.430000', '161100.890000', '161101.350000', '161101.810000', '161102.270000', '161102.730000', '161103.190000', '161103.650000', '161104.110000', '161104.570000', '161105.030000', '161105.490000', '161105.950000', '161106.410000', '161106.870000', '161107.330000', '161107.790000', '161108.250000', '161108.710000', '161109.170000', '161109.630000', '161110.090000', '161110.550000', '161111.010000', '161111.470000', '161111.930000', '161112.390000', '161112.850000', '161113.310000', '161113.770000', '161114.230000', '161114.690000', '161115.150000', '161115.610000', '161116.070000', '161116.530000', '161116.990000', '161117.450000', '161117.910000', '161118.370000', '161118.830000', '161119.290000', '161119.750000', '161120.210000', '161120.670000', '161121.130000', '161121.590000', '161122.050000', '161122.510000', '161122.970000', '161123.430000', '161123.890000', '161124.350000', '161124.810000', '161125.270000', '161125.730000', '161126.190000', '161126.650000', '161127.110000', '161127.570000', '161128.030000', '161128.490000', '161128.950000', '161129.410000', '161129.870000', '161130.330000', '161130.790000', '161131.250000', '161131.710000', '161132.170000', '161132.630000', '161133.090000', '161133.550000', '161134.010000', '161134.470000', '161134.930000', '161135.390000', '161135.850000', '161136.310000', '161136.770000', '161137.230000', '161137.690000', '161138.150000', '161138.610000', '161139.070000', '161139.530000', '161139.990000', '161140.450000', '161140.910000', '161141.370000', '161141.830000', '161142.290000', '161142.750000', '161143.210000', '161143.670000', '161144.130000', '161144.590000', '161145.050000', '161145.510000', '161145.970000', '161146.430000', '161146.890000', '161147.350000', '161147.810000', '161148.270000', '161148.730000', '161149.190000', '161149.650000', '161150.110000', '161150.570000', '161151.030000', '161151.490000', '161151.950000', '161152.410000', '161152.870000', '161153.330000', '161153.790000', '161154.250000', '161154.710000', '161155.170000', '161155.630000', '161156.090000', '161156.550000', '161157.010000', '161157.470000', '161157.930000', '161158.390000', '161158.850000', '161159.310000', '161159.770000', '161200.230000', '161200.690000', '161201.150000', '161201.610000', '161202.070000', '161202.530000', '161202.990000', '161203.450000', '161203.910000', '161204.370000', '161204.830000', '161205.290000', '161205.750000', '161206.210000', '161206.670000', '161207.130000', '161207.590000', '161208.050000', '161208.510000', '161208.970000', '161209.430000', '161209.890000', '161210.350000', '161210.810000', '161211.270000', '161211.730000', '161212.190000', '161212.650000', '161213.110000', '161213.570000', '161214.030000', '161214.490000', '161214.950000', '161215.410000', '161215.870000', '161216.330000', '161216.790000', '161217.250000', '161217.710000', '161218.170000', '161218.630000', '161219.090000', '161219.550000', '161220.010000', '161220.470000', '161220.930000', '161221.390000', '161221.850000', '161222.310000', '161222.770000', '161223.230000', '161223.690000', '161224.150000', '161224.610000', '161225.070000', '161225.530000', '161225.990000', '161226.450000', '161226.910000', '161227.370000', '161227.830000', '161228.290000', '161228.750000', '161229.210000', '161229.670000', '161230.130000', '161230.590000', '161231.050000', '161231.510000', '161231.970000', '161232.430000', '161232.890000', '161233.350000', '161233.810000', '161234.270000', '161234.730000', '161235.190000', '161235.650000', '161236.110000', '161236.570000', '161237.030000', '161237.490000', '161237.950000', '161238.410000', '161238.870000', '161239.330000', '161239.790000', '161240.250000', '161240.710000', '161241.170000', '161241.630000', '161242.090000', '161242.550000', '161243.010000', '161243.470000', '161243.930000', '161244.390000', '161244.850000', '161245.310000', '161245.770000', '161246.230000', '161246.690000', '161247.150000', '161247.610000', '161248.070000', '161248.530000', '161248.990000', '161249.450000', '161249.910000', '161250.370000', '161250.830000', '161251.290000', '161251.750000', '161252.210000', '161252.670000', '161253.130000', '161253.590000', '161254.050000', '161254.510000', '161254.970000', '161255.430000', '161255.890000', '161256.350000', '161256.810000', '161257.270000', '161257.730000', '161258.190000', '161258.650000', '161259.110000', '161259.570000', '161300.030000', '161300.490000', '161300.950000', '161301.410000', '161301.870000', '161302.330000', '161302.790000', '161303.250000', '161303.710000', '161304.170000', '161304.630000', '161305.090000', '161305.550000', '161306.010000', '161306.470000', '161306.930000', '161307.390000', '161307.850000', '161308.310000', '161308.770000', '161309.230000', '161309.690000', '161310.150000', '161310.610000', '161311.070000', '161311.530000', '161311.990000', '161312.450000', '161312.910000', '161313.370000', '161313.830000', '161314.290000', '161314.750000', '161315.210000', '161315.670000', '161316.130000', '161316.590000', '161317.050000', '161317.510000', '161317.970000', '161318.430000', '161318.890000', '161319.350000', '161319.810000', '161320.270000', '161320.730000', '161321.190000', '161321.650000', '161322.110000', '161322.570000', '161323.030000', '161323.490000', '161323.950000', '161324.410000', '161324.870000', '161325.330000', '161325.790000', '161326.250000', '161326.710000', '161327.170000', '161327.630000', '161328.090000', '161328.550000', '161329.010000', '161329.470000', '161329.930000', '161330.390000', '161330.850000', '161331.310000', '161331.770000', '161332.230000', '161332.690000', '161333.150000', '161333.610000', '161334.070000', '161334.530000', '161334.990000', '161335.450000', '161335.910000', '161336.370000', '161336.830000', '161337.290000', '161337.750000', '161338.210000', '161338.670000', '161339.130000', '161339.590000', '161340.050000'], 'ContentTime': ['160649.241000', '160649.245000', '160649.247000', '160649.250000', '160649.253000', '160649.255000', '160649.259000', '160649.262000', '160649.265000', '160649.268000', '160649.270000', '160649.273000', '160649.275000', '160649.278000', '160649.281000', '160649.284000', '160649.287000', '160649.290000', '160649.293000', '160649.296000', '160649.298000', '160649.301000', '160649.304000', '160649.313000', '160649.316000', '160649.318000', '160649.321000', '160649.323000', '160649.326000', '160649.328000', '160709.208000', '160709.211000', '160709.214000', '160709.216000', '160709.219000', '160709.221000', '160709.224000', '160709.227000', '160709.229000', '160709.232000', '160709.234000', '160709.237000', '160709.239000', '160709.242000', '160709.244000', '160709.247000', '160709.250000', '160709.252000', '160709.255000', '160709.263000', '160709.265000', '160709.268000', '160709.271000', '160709.273000', '160709.276000', '160709.278000', '160709.281000', '160709.284000', '160709.286000', '160709.289000', '160709.291000', '160709.294000', '160709.296000', '160709.299000', '160709.302000', '160709.304000', '160709.307000', '160709.309000', '160709.312000', '160709.314000', '160709.317000', '160709.320000', '160709.322000', '160709.325000', '160729.208000', '160729.211000', '160729.214000', '160729.216000', '160729.219000', '160729.221000', '160729.224000', '160729.227000', '160729.229000', '160729.232000', '160729.234000', '160729.237000', '160729.239000', '160729.242000', '160729.245000', '160729.247000', '160729.250000', '160729.252000', '160729.255000', '160729.258000', '160729.260000', '160729.271000', '160729.273000', '160729.276000', '160729.279000', '160729.281000', '160729.284000', '160729.286000', '160729.289000', '160729.292000', '160729.294000', '160729.297000', '160729.299000', '160729.302000', '160729.305000', '160729.307000', '160729.310000', '160729.312000', '160729.315000', '160729.318000', '160729.320000', '160729.323000', '160729.325000', '160749.209000', '160749.212000', '160749.215000', '160749.217000', '160749.220000', '160749.223000', '160749.225000', '160749.228000', '160749.230000', '160749.233000', '160749.236000', '160749.238000', '160749.241000', '160749.244000', '160749.246000', '160749.249000', '160749.251000', '160749.254000', '160749.256000', '160749.259000', '160749.262000', '160749.264000', '160749.267000', '160749.270000', '160749.273000', '160749.275000', '160749.278000', '160749.280000', '160749.283000', '160749.285000', '160749.288000', '160749.290000', '160749.293000', '160749.296000', '160749.298000', '160749.301000', '160749.304000', '160749.306000', '160749.309000', '160749.311000', '160749.314000', '160749.316000', '160749.319000', '160749.322000', '160809.208000', '160809.211000', '160809.214000', '160809.216000', '160809.219000', '160809.221000', '160809.224000', '160809.227000', '160809.229000', '160809.232000', '160809.234000', '160809.237000', '160809.240000', '160809.242000', '160809.245000', '160809.247000', '160809.250000', '160809.252000', '160809.255000', '160809.257000', '160809.260000', '160809.262000', '160809.265000', '160809.268000', '160809.271000', '160809.273000', '160809.276000', '160809.278000', '160809.281000', '160809.283000', '160809.286000', '160809.288000', '160809.291000', '160809.294000', '160809.296000', '160809.299000', '160809.301000', '160809.304000', '160809.307000', '160809.309000', '160809.312000', '160809.315000', '160809.317000', '160829.208000', '160829.211000', '160829.214000', '160829.216000', '160829.219000', '160829.221000', '160829.224000', '160829.227000', '160829.229000', '160829.232000', '160829.235000', '160829.237000', '160829.240000', '160829.242000', '160829.245000', '160829.248000', '160829.250000', '160829.253000', '160829.255000', '160829.258000', '160829.260000', '160829.263000', '160829.266000', '160829.268000', '160829.271000', '160829.274000', '160829.276000', '160829.279000', '160829.282000', '160829.284000', '160829.287000', '160829.289000', '160829.292000', '160829.294000', '160829.297000', '160829.299000', '160829.302000', '160829.305000', '160829.307000', '160829.310000', '160829.312000', '160829.315000', '160829.318000', '160829.320000', '160849.209000', '160849.211000', '160849.214000', '160849.217000', '160849.219000', '160849.222000', '160849.225000', '160849.227000', '160849.230000', '160849.232000', '160849.235000', '160849.237000', '160849.240000', '160849.243000', '160849.245000', '160849.248000', '160849.251000', '160849.253000', '160849.256000', '160849.258000', '160849.261000', '160849.264000', '160849.266000', '160849.269000', '160849.271000', '160849.274000', '160849.277000', '160849.279000', '160849.282000', '160849.284000', '160849.287000', '160849.290000', '160849.292000', '160849.295000', '160849.297000', '160849.300000', '160849.303000', '160849.305000', '160849.308000', '160849.310000', '160849.313000', '160849.315000', '160849.318000', '160909.208000', '160909.211000', '160909.214000', '160909.216000', '160909.219000', '160909.222000', '160909.224000', '160909.227000', '160909.230000', '160909.232000', '160909.235000', '160909.237000', '160909.240000', '160909.243000', '160909.245000', '160909.248000', '160909.250000', '160909.253000', '160909.256000', '160909.258000', '160909.261000', '160909.264000', '160909.266000', '160909.269000', '160909.271000', '160909.274000', '160909.277000', '160909.279000', '160909.282000', '160909.284000', '160909.287000', '160909.290000', '160909.292000', '160909.295000', '160909.297000', '160909.300000', '160909.303000', '160909.305000', '160909.308000', '160909.310000', '160909.313000', '160909.316000', '160909.318000', '160909.321000', '160929.208000', '160929.211000', '160929.214000', '160929.216000', '160929.219000', '160929.222000', '160929.224000', '160929.227000', '160929.229000', '160929.232000', '160929.235000', '160929.237000', '160929.240000', '160929.243000', '160929.245000', '160929.248000', '160929.250000', '160929.253000', '160929.256000', '160929.258000', '160929.261000', '160929.264000', '160929.266000', '160929.269000', '160929.271000', '160929.274000', '160929.277000', '160929.279000', '160929.282000', '160929.284000', '160929.287000', '160929.290000', '160929.292000', '160929.311000', '160929.314000', '160929.316000', '160929.319000', '160929.321000', '160929.324000', '160929.327000', '160929.329000', '160929.332000', '160929.334000', '160949.208000', '160949.211000', '160949.214000', '160949.217000', '160949.219000', '160949.222000', '160949.225000', '160949.228000', '160949.230000', '160949.233000', '160949.235000', '160949.238000', '160949.241000', '160949.243000', '160949.246000', '160949.248000', '160949.251000', '160949.254000', '160949.256000', '160949.259000', '160949.261000', '160949.264000', '160949.266000', '160949.269000', '160949.272000', '160949.274000', '160949.277000', '160949.279000', '160949.282000', '160949.285000', '160949.287000', '160949.290000', '160949.293000', '160949.295000', '160949.298000', '160949.300000', '160949.303000', '160949.306000', '160949.308000', '160949.311000', '160949.313000', '160949.316000', '160949.319000', '160949.321000', '161009.209000', '161009.212000', '161009.215000', '161009.223000', '161009.226000', '161009.229000', '161009.231000', '161009.234000', '161009.237000', '161009.239000', '161009.242000', '161009.244000', '161009.247000', '161009.250000', '161009.252000', '161009.255000', '161009.257000', '161009.260000', '161009.263000', '161009.265000', '161009.268000', '161009.270000', '161009.273000', '161009.275000', '161009.278000', '161009.281000', '161009.283000', '161009.286000', '161009.289000', '161009.291000', '161009.294000', '161009.297000', '161009.299000', '161009.302000', '161009.304000', '161009.307000', '161009.310000', '161009.312000', '161009.315000', '161009.317000', '161009.320000', '161009.323000', '161009.325000', '161029.208000', '161029.211000', '161029.214000', '161029.216000', '161029.219000', '161029.222000', '161029.224000', '161029.227000', '161029.229000', '161029.232000', '161029.235000', '161029.237000', '161029.240000', '161029.242000', '161029.245000', '161029.247000', '161029.250000', '161029.253000', '161029.255000', '161029.258000', '161029.260000', '161029.263000', '161029.266000', '161029.268000', '161029.271000', '161029.273000', '161029.276000', '161029.278000', '161029.281000', '161029.284000', '161029.287000', '161029.289000', '161029.292000', '161029.295000', '161029.297000', '161029.300000', '161029.302000', '161029.305000', '161029.307000', '161029.310000', '161029.312000', '161029.315000', '161029.318000', '161029.320000', '161049.208000', '161049.211000', '161049.214000', '161049.216000', '161049.219000', '161049.222000', '161049.224000', '161049.227000', '161049.229000', '161049.232000', '161049.235000', '161049.237000', '161049.240000', '161049.242000', '161049.245000', '161049.248000', '161049.250000', '161049.253000', '161049.255000', '161049.258000', '161049.260000', '161049.263000', '161049.266000', '161049.268000', '161049.271000', '161049.273000', '161049.276000', '161049.278000', '161049.281000', '161049.284000', '161049.286000', '161049.289000', '161049.292000', '161049.294000', '161049.297000', '161049.300000', '161049.302000', '161049.305000', '161049.307000', '161049.310000', '161049.313000', '161049.315000', '161049.318000', '161109.210000', '161109.213000', '161109.216000', '161109.219000', '161109.221000', '161109.224000', '161109.227000', '161109.229000', '161109.232000', '161109.234000', '161109.237000', '161109.239000', '161109.242000', '161109.245000', '161109.247000', '161109.258000', '161109.261000', '161109.263000', '161109.266000', '161109.269000', '161109.272000', '161109.274000', '161109.277000', '161109.279000', '161109.283000', '161109.285000', '161109.288000', '161109.290000', '161109.293000', '161109.296000', '161109.298000', '161109.301000', '161109.304000', '161109.306000', '161109.309000', '161109.311000', '161109.314000', '161109.317000', '161109.319000', '161109.322000', '161109.324000', '161109.327000', '161109.330000', '161109.332000', '161129.208000', '161129.211000', '161129.214000', '161129.217000', '161129.219000', '161129.222000', '161129.224000', '161129.227000', '161129.230000', '161129.232000', '161129.235000', '161129.237000', '161129.240000', '161129.242000', '161129.245000', '161129.248000', '161129.250000', '161129.253000', '161129.255000', '161129.258000', '161129.261000', '161129.263000', '161129.266000', '161129.268000', '161129.271000', '161129.273000', '161129.276000', '161129.279000', '161129.281000', '161129.284000', '161129.286000', '161129.289000', '161129.292000', '161129.294000', '161129.297000', '161129.299000', '161129.302000', '161129.305000', '161129.307000', '161129.310000', '161129.313000', '161129.315000', '161129.318000', '161149.208000', '161149.211000', '161149.214000', '161149.217000', '161149.219000', '161149.222000', '161149.225000', '161149.227000', '161149.230000', '161149.232000', '161149.235000', '161149.238000', '161149.240000', '161149.243000', '161149.245000', '161149.248000', '161149.250000', '161149.253000', '161149.256000', '161149.258000', '161149.261000', '161149.263000', '161149.266000', '161149.269000', '161149.271000', '161149.274000', '161149.276000', '161149.279000', '161149.281000', '161149.284000', '161149.287000', '161149.289000', '161149.292000', '161149.294000', '161149.297000', '161149.300000', '161149.302000', '161149.305000', '161149.308000', '161149.310000', '161149.313000', '161149.316000', '161149.318000', '161209.208000', '161209.211000', '161209.214000', '161209.217000', '161209.219000', '161209.222000', '161209.224000', '161209.227000', '161209.230000', '161209.232000', '161209.235000', '161209.237000', '161209.240000', '161209.243000', '161209.245000', '161209.248000', '161209.251000', '161209.253000', '161209.256000', '161209.258000', '161209.261000', '161209.264000', '161209.266000', '161209.269000', '161209.271000', '161209.274000', '161209.276000', '161209.279000', '161209.282000', '161209.284000', '161209.287000', '161209.289000', '161209.292000', '161209.295000', '161209.297000', '161209.300000', '161209.309000', '161209.311000', '161209.314000', '161209.317000', '161209.319000', '161209.322000', '161209.325000', '161209.327000', '161229.209000', '161229.212000', '161229.215000', '161229.217000', '161229.220000', '161229.223000', '161229.225000', '161229.228000', '161229.231000', '161229.233000', '161229.236000', '161229.238000', '161229.241000', '161229.244000', '161229.246000', '161229.251000', '161229.253000', '161229.256000', '161229.259000', '161229.261000', '161229.264000', '161229.266000', '161229.269000', '161229.272000', '161229.274000', '161229.289000', '161229.292000', '161229.294000', '161229.297000', '161229.299000', '161229.302000', '161229.305000', '161229.307000', '161229.310000', '161229.313000', '161229.315000', '161229.318000', '161229.320000', '161229.323000', '161229.325000', '161229.328000', '161229.331000', '161229.333000', '161229.336000', '161249.208000', '161249.211000', '161249.214000', '161249.217000', '161249.219000', '161249.222000', '161249.224000', '161249.227000', '161249.230000', '161249.232000', '161249.235000', '161249.238000', '161249.240000', '161249.243000', '161249.245000', '161249.248000', '161249.251000', '161249.253000', '161249.256000', '161249.258000', '161249.261000', '161249.263000', '161249.266000', '161249.269000', '161249.271000', '161249.274000', '161249.276000', '161249.279000', '161249.281000', '161249.284000', '161249.287000', '161249.289000', '161249.292000', '161249.294000', '161249.297000', '161249.299000', '161249.302000', '161249.305000', '161249.307000', '161249.310000', '161249.312000', '161249.315000', '161249.318000', '161309.208000', '161309.212000', '161309.214000', '161309.218000', '161309.220000', '161309.223000', '161309.225000', '161309.228000', '161309.231000', '161309.233000', '161309.236000', '161309.238000', '161309.241000', '161309.244000', '161309.246000', '161309.249000', '161309.251000', '161309.254000', '161309.257000', '161309.259000', '161309.262000', '161309.264000', '161309.267000', '161309.270000', '161309.272000', '161309.275000', '161309.277000', '161309.280000', '161309.283000', '161309.285000', '161309.288000', '161309.290000', '161309.293000', '161309.296000', '161309.298000', '161309.301000', '161309.304000', '161309.306000', '161309.309000', '161309.311000', '161309.314000', '161309.317000', '161309.319000', '161329.209000', '161329.211000', '161329.214000', '161329.217000', '161329.219000', '161329.222000', '161329.225000', '161329.227000', '161329.230000', '161329.232000', '161329.235000', '161329.238000', '161329.240000', '161329.243000', '161329.246000', '161329.248000', '161329.251000', '161329.253000', '161329.256000', '161329.259000', '161329.261000', '161329.264000', '161329.266000', '161329.269000', '161329.272000', '161329.274000', '161329.277000', '161329.280000', '161329.282000', '161329.285000', '161329.288000', '161329.290000', '161329.293000', '161329.296000', '161329.298000', '161329.301000', '161329.304000', '161329.306000', '161329.309000', '161329.312000', '161329.314000', '161329.317000', '161329.319000', '161329.322000', '161340.982000', '161340.984000', '161340.987000', '161340.990000', '161340.992000', '161340.995000', '161340.997000', '161341.001000', '161341.004000', '161341.006000', '161341.009000', '161341.012000', '161341.015000', '161341.017000', '161341.020000', '161341.022000', '161341.025000', '161341.028000', '161341.030000', '161341.033000', '161341.035000', '161341.038000', '161341.041000', '161341.043000', '161341.046000', '161341.048000'], 'InstanceCreationTime': ['160649.241000', '160649.245000', '160649.247000', '160649.250000', '160649.253000', '160649.255000', '160649.259000', '160649.262000', '160649.265000', '160649.268000', '160649.270000', '160649.273000', '160649.275000', '160649.278000', '160649.281000', '160649.284000', '160649.287000', '160649.290000', '160649.293000', '160649.296000', '160649.298000', '160649.301000', '160649.304000', '160649.313000', '160649.316000', '160649.318000', '160649.321000', '160649.323000', '160649.326000', '160649.328000', '160709.208000', '160709.211000', '160709.214000', '160709.216000', '160709.219000', '160709.221000', '160709.224000', '160709.227000', '160709.229000', '160709.232000', '160709.234000', '160709.237000', '160709.239000', '160709.242000', '160709.244000', '160709.247000', '160709.250000', '160709.252000', '160709.255000', '160709.263000', '160709.265000', '160709.268000', '160709.271000', '160709.273000', '160709.276000', '160709.278000', '160709.281000', '160709.284000', '160709.286000', '160709.289000', '160709.291000', '160709.294000', '160709.296000', '160709.299000', '160709.302000', '160709.304000', '160709.307000', '160709.309000', '160709.312000', '160709.314000', '160709.317000', '160709.320000', '160709.322000', '160709.325000', '160729.208000', '160729.211000', '160729.214000', '160729.216000', '160729.219000', '160729.221000', '160729.224000', '160729.227000', '160729.229000', '160729.232000', '160729.234000', '160729.237000', '160729.239000', '160729.242000', '160729.245000', '160729.247000', '160729.250000', '160729.252000', '160729.255000', '160729.258000', '160729.260000', '160729.271000', '160729.273000', '160729.276000', '160729.279000', '160729.281000', '160729.284000', '160729.286000', '160729.289000', '160729.292000', '160729.294000', '160729.297000', '160729.299000', '160729.302000', '160729.305000', '160729.307000', '160729.310000', '160729.312000', '160729.315000', '160729.318000', '160729.320000', '160729.323000', '160729.325000', '160749.209000', '160749.212000', '160749.215000', '160749.217000', '160749.220000', '160749.223000', '160749.225000', '160749.228000', '160749.230000', '160749.233000', '160749.236000', '160749.238000', '160749.241000', '160749.244000', '160749.246000', '160749.249000', '160749.251000', '160749.254000', '160749.256000', '160749.259000', '160749.262000', '160749.264000', '160749.267000', '160749.270000', '160749.273000', '160749.275000', '160749.278000', '160749.280000', '160749.283000', '160749.285000', '160749.288000', '160749.290000', '160749.293000', '160749.296000', '160749.298000', '160749.301000', '160749.304000', '160749.306000', '160749.309000', '160749.311000', '160749.314000', '160749.316000', '160749.319000', '160749.322000', '160809.208000', '160809.211000', '160809.214000', '160809.216000', '160809.219000', '160809.221000', '160809.224000', '160809.227000', '160809.229000', '160809.232000', '160809.234000', '160809.237000', '160809.240000', '160809.242000', '160809.245000', '160809.247000', '160809.250000', '160809.252000', '160809.255000', '160809.257000', '160809.260000', '160809.262000', '160809.265000', '160809.268000', '160809.271000', '160809.273000', '160809.276000', '160809.278000', '160809.281000', '160809.283000', '160809.286000', '160809.288000', '160809.291000', '160809.294000', '160809.296000', '160809.299000', '160809.301000', '160809.304000', '160809.307000', '160809.309000', '160809.312000', '160809.315000', '160809.317000', '160829.208000', '160829.211000', '160829.214000', '160829.216000', '160829.219000', '160829.221000', '160829.224000', '160829.227000', '160829.229000', '160829.232000', '160829.235000', '160829.237000', '160829.240000', '160829.242000', '160829.245000', '160829.248000', '160829.250000', '160829.253000', '160829.255000', '160829.258000', '160829.260000', '160829.263000', '160829.266000', '160829.268000', '160829.271000', '160829.274000', '160829.276000', '160829.279000', '160829.282000', '160829.284000', '160829.287000', '160829.289000', '160829.292000', '160829.294000', '160829.297000', '160829.299000', '160829.302000', '160829.305000', '160829.307000', '160829.310000', '160829.312000', '160829.315000', '160829.318000', '160829.320000', '160849.209000', '160849.211000', '160849.214000', '160849.217000', '160849.219000', '160849.222000', '160849.225000', '160849.227000', '160849.230000', '160849.232000', '160849.235000', '160849.237000', '160849.240000', '160849.243000', '160849.245000', '160849.248000', '160849.251000', '160849.253000', '160849.256000', '160849.258000', '160849.261000', '160849.264000', '160849.266000', '160849.269000', '160849.271000', '160849.274000', '160849.277000', '160849.279000', '160849.282000', '160849.284000', '160849.287000', '160849.290000', '160849.292000', '160849.295000', '160849.297000', '160849.300000', '160849.303000', '160849.305000', '160849.308000', '160849.310000', '160849.313000', '160849.315000', '160849.318000', '160909.208000', '160909.211000', '160909.214000', '160909.216000', '160909.219000', '160909.222000', '160909.224000', '160909.227000', '160909.230000', '160909.232000', '160909.235000', '160909.237000', '160909.240000', '160909.243000', '160909.245000', '160909.248000', '160909.250000', '160909.253000', '160909.256000', '160909.258000', '160909.261000', '160909.264000', '160909.266000', '160909.269000', '160909.271000', '160909.274000', '160909.277000', '160909.279000', '160909.282000', '160909.284000', '160909.287000', '160909.290000', '160909.292000', '160909.295000', '160909.297000', '160909.300000', '160909.303000', '160909.305000', '160909.308000', '160909.310000', '160909.313000', '160909.316000', '160909.318000', '160909.321000', '160929.208000', '160929.211000', '160929.214000', '160929.216000', '160929.219000', '160929.222000', '160929.224000', '160929.227000', '160929.229000', '160929.232000', '160929.235000', '160929.237000', '160929.240000', '160929.243000', '160929.245000', '160929.248000', '160929.250000', '160929.253000', '160929.256000', '160929.258000', '160929.261000', '160929.264000', '160929.266000', '160929.269000', '160929.271000', '160929.274000', '160929.277000', '160929.279000', '160929.282000', '160929.284000', '160929.287000', '160929.290000', '160929.292000', '160929.311000', '160929.314000', '160929.316000', '160929.319000', '160929.321000', '160929.324000', '160929.327000', '160929.329000', '160929.332000', '160929.334000', '160949.208000', '160949.211000', '160949.214000', '160949.217000', '160949.219000', '160949.222000', '160949.225000', '160949.228000', '160949.230000', '160949.233000', '160949.235000', '160949.238000', '160949.241000', '160949.243000', '160949.246000', '160949.248000', '160949.251000', '160949.254000', '160949.256000', '160949.259000', '160949.261000', '160949.264000', '160949.266000', '160949.269000', '160949.272000', '160949.274000', '160949.277000', '160949.279000', '160949.282000', '160949.285000', '160949.287000', '160949.290000', '160949.293000', '160949.295000', '160949.298000', '160949.300000', '160949.303000', '160949.306000', '160949.308000', '160949.311000', '160949.313000', '160949.316000', '160949.319000', '160949.321000', '161009.209000', '161009.212000', '161009.215000', '161009.223000', '161009.226000', '161009.229000', '161009.231000', '161009.234000', '161009.237000', '161009.239000', '161009.242000', '161009.244000', '161009.247000', '161009.250000', '161009.252000', '161009.255000', '161009.257000', '161009.260000', '161009.263000', '161009.265000', '161009.268000', '161009.270000', '161009.273000', '161009.275000', '161009.278000', '161009.281000', '161009.283000', '161009.286000', '161009.289000', '161009.291000', '161009.294000', '161009.297000', '161009.299000', '161009.302000', '161009.304000', '161009.307000', '161009.310000', '161009.312000', '161009.315000', '161009.317000', '161009.320000', '161009.323000', '161009.325000', '161029.208000', '161029.211000', '161029.214000', '161029.216000', '161029.219000', '161029.222000', '161029.224000', '161029.227000', '161029.229000', '161029.232000', '161029.235000', '161029.237000', '161029.240000', '161029.242000', '161029.245000', '161029.247000', '161029.250000', '161029.253000', '161029.255000', '161029.258000', '161029.260000', '161029.263000', '161029.266000', '161029.268000', '161029.271000', '161029.273000', '161029.276000', '161029.278000', '161029.281000', '161029.284000', '161029.287000', '161029.289000', '161029.292000', '161029.295000', '161029.297000', '161029.300000', '161029.302000', '161029.305000', '161029.307000', '161029.310000', '161029.312000', '161029.315000', '161029.318000', '161029.320000', '161049.208000', '161049.211000', '161049.214000', '161049.216000', '161049.219000', '161049.222000', '161049.224000', '161049.227000', '161049.229000', '161049.232000', '161049.235000', '161049.237000', '161049.240000', '161049.242000', '161049.245000', '161049.248000', '161049.250000', '161049.253000', '161049.255000', '161049.258000', '161049.260000', '161049.263000', '161049.266000', '161049.268000', '161049.271000', '161049.273000', '161049.276000', '161049.278000', '161049.281000', '161049.284000', '161049.286000', '161049.289000', '161049.292000', '161049.294000', '161049.297000', '161049.300000', '161049.302000', '161049.305000', '161049.307000', '161049.310000', '161049.313000', '161049.315000', '161049.318000', '161109.210000', '161109.213000', '161109.216000', '161109.219000', '161109.221000', '161109.224000', '161109.227000', '161109.229000', '161109.232000', '161109.234000', '161109.237000', '161109.239000', '161109.242000', '161109.245000', '161109.247000', '161109.258000', '161109.261000', '161109.263000', '161109.266000', '161109.269000', '161109.272000', '161109.274000', '161109.277000', '161109.279000', '161109.283000', '161109.285000', '161109.288000', '161109.290000', '161109.293000', '161109.296000', '161109.298000', '161109.301000', '161109.304000', '161109.306000', '161109.309000', '161109.311000', '161109.314000', '161109.317000', '161109.319000', '161109.322000', '161109.324000', '161109.327000', '161109.330000', '161109.332000', '161129.208000', '161129.211000', '161129.214000', '161129.217000', '161129.219000', '161129.222000', '161129.224000', '161129.227000', '161129.230000', '161129.232000', '161129.235000', '161129.237000', '161129.240000', '161129.242000', '161129.245000', '161129.248000', '161129.250000', '161129.253000', '161129.255000', '161129.258000', '161129.261000', '161129.263000', '161129.266000', '161129.268000', '161129.271000', '161129.273000', '161129.276000', '161129.279000', '161129.281000', '161129.284000', '161129.286000', '161129.289000', '161129.292000', '161129.294000', '161129.297000', '161129.299000', '161129.302000', '161129.305000', '161129.307000', '161129.310000', '161129.313000', '161129.315000', '161129.318000', '161149.208000', '161149.211000', '161149.214000', '161149.217000', '161149.219000', '161149.222000', '161149.225000', '161149.227000', '161149.230000', '161149.232000', '161149.235000', '161149.238000', '161149.240000', '161149.243000', '161149.245000', '161149.248000', '161149.250000', '161149.253000', '161149.256000', '161149.258000', '161149.261000', '161149.263000', '161149.266000', '161149.269000', '161149.271000', '161149.274000', '161149.276000', '161149.279000', '161149.281000', '161149.284000', '161149.287000', '161149.289000', '161149.292000', '161149.294000', '161149.297000', '161149.300000', '161149.302000', '161149.305000', '161149.308000', '161149.310000', '161149.313000', '161149.316000', '161149.318000', '161209.208000', '161209.211000', '161209.214000', '161209.217000', '161209.219000', '161209.222000', '161209.224000', '161209.227000', '161209.230000', '161209.232000', '161209.235000', '161209.237000', '161209.240000', '161209.243000', '161209.245000', '161209.248000', '161209.251000', '161209.253000', '161209.256000', '161209.258000', '161209.261000', '161209.264000', '161209.266000', '161209.269000', '161209.271000', '161209.274000', '161209.276000', '161209.279000', '161209.282000', '161209.284000', '161209.287000', '161209.289000', '161209.292000', '161209.295000', '161209.297000', '161209.300000', '161209.309000', '161209.311000', '161209.314000', '161209.317000', '161209.319000', '161209.322000', '161209.325000', '161209.327000', '161229.209000', '161229.212000', '161229.215000', '161229.217000', '161229.220000', '161229.223000', '161229.225000', '161229.228000', '161229.231000', '161229.233000', '161229.236000', '161229.238000', '161229.241000', '161229.244000', '161229.246000', '161229.251000', '161229.253000', '161229.256000', '161229.259000', '161229.261000', '161229.264000', '161229.266000', '161229.269000', '161229.272000', '161229.274000', '161229.289000', '161229.292000', '161229.294000', '161229.297000', '161229.299000', '161229.302000', '161229.305000', '161229.307000', '161229.310000', '161229.313000', '161229.315000', '161229.318000', '161229.320000', '161229.323000', '161229.325000', '161229.328000', '161229.331000', '161229.333000', '161229.336000', '161249.208000', '161249.211000', '161249.214000', '161249.217000', '161249.219000', '161249.222000', '161249.224000', '161249.227000', '161249.230000', '161249.232000', '161249.235000', '161249.238000', '161249.240000', '161249.243000', '161249.245000', '161249.248000', '161249.251000', '161249.253000', '161249.256000', '161249.258000', '161249.261000', '161249.263000', '161249.266000', '161249.269000', '161249.271000', '161249.274000', '161249.276000', '161249.279000', '161249.281000', '161249.284000', '161249.287000', '161249.289000', '161249.292000', '161249.294000', '161249.297000', '161249.299000', '161249.302000', '161249.305000', '161249.307000', '161249.310000', '161249.312000', '161249.315000', '161249.318000', '161309.208000', '161309.212000', '161309.214000', '161309.218000', '161309.220000', '161309.223000', '161309.225000', '161309.228000', '161309.231000', '161309.233000', '161309.236000', '161309.238000', '161309.241000', '161309.244000', '161309.246000', '161309.249000', '161309.251000', '161309.254000', '161309.257000', '161309.259000', '161309.262000', '161309.264000', '161309.267000', '161309.270000', '161309.272000', '161309.275000', '161309.277000', '161309.280000', '161309.283000', '161309.285000', '161309.288000', '161309.290000', '161309.293000', '161309.296000', '161309.298000', '161309.301000', '161309.304000', '161309.306000', '161309.309000', '161309.311000', '161309.314000', '161309.317000', '161309.319000', '161329.209000', '161329.211000', '161329.214000', '161329.217000', '161329.219000', '161329.222000', '161329.225000', '161329.227000', '161329.230000', '161329.232000', '161329.235000', '161329.238000', '161329.240000', '161329.243000', '161329.246000', '161329.248000', '161329.251000', '161329.253000', '161329.256000', '161329.259000', '161329.261000', '161329.264000', '161329.266000', '161329.269000', '161329.272000', '161329.274000', '161329.277000', '161329.280000', '161329.282000', '161329.285000', '161329.288000', '161329.290000', '161329.293000', '161329.296000', '161329.298000', '161329.301000', '161329.304000', '161329.306000', '161329.309000', '161329.312000', '161329.314000', '161329.317000', '161329.319000', '161329.322000', '161340.982000', '161340.984000', '161340.987000', '161340.990000', '161340.992000', '161340.995000', '161340.997000', '161341.001000', '161341.004000', '161341.006000', '161341.009000', '161341.012000', '161341.015000', '161341.017000', '161341.020000', '161341.022000', '161341.025000', '161341.028000', '161341.030000', '161341.033000', '161341.035000', '161341.038000', '161341.041000', '161341.043000', '161341.046000', '161341.048000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [11377, 8426, 12790, 8778, 11594, 8637, 8724, 8358, 6459, 8612, 7651, 8469, 7790, 6912, 7579, 7017, 8580, 7753, 7183, 7848, 7288, 9215, 7291, 9227, 8147, 8314, 8249, 7211, 9899, 7621, 7372, 8060, 7085, 9009, 8048, 6870, 9694, 7824, 8625, 8351, 7014, 9494, 7784, 11881, 9275, 9460, 8341, 6954, 9821, 8049, 11337, 8489, 10303, 8643, 7117, 9569, 7585, 10554, 8406, 11509, 8817, 7033, 8753, 7090, 9938, 8083, 12022, 8986, 8517, 8729, 7070, 10037, 7982, 12279, 9098, 9634, 8318, 6915, 9227, 7678, 11093, 8374, 8537, 8133, 6954, 8691, 7300, 9742, 7922, 7927, 8079, 7198, 9513, 7051, 10215, 8129, 8693, 8277, 7032, 9468, 7780, 6835, 8527, 7533, 9636, 8233, 6881, 9712, 7659, 7076, 8575, 7458, 10375, 8389, 7066, 10657, 8492, 7421, 9974, 8127, 8204, 11229, 8855, 11314, 8935, 7462, 10600, 8152, 12820, 9433, 8871, 8083, 7064, 9174, 7897, 6973, 8949, 7382, 6389, 8021, 7188, 9687, 7891, 8418, 8833, 7236, 10846, 8228, 12209, 9186, 12918, 10066, 10311, 8497, 7073, 8798, 7615, 11612, 8461, 6888, 8117, 6897, 9121, 7740, 7571, 7855, 7285, 9150, 7671, 9323, 8135, 7287, 9301, 6906, 10375, 7928, 9999, 8443, 7071, 10038, 7701, 10974, 8475, 10098, 9056, 7843, 10365, 7693, 9385, 7846, 7203, 9143, 7548, 10747, 8033, 6947, 8889, 7188, 11378, 8332, 9799, 8546, 6950, 9789, 7480, 11053, 8386, 11263, 8283, 7063, 8417, 7067, 9358, 7360, 10928, 7850, 9296, 7722, 7461, 7834, 7202, 9161, 7426, 7788, 8249, 7436, 11653, 9065, 10005, 8473, 7235, 9094, 7093, 11423, 9116, 10954, 8194, 7164, 8468, 7036, 9491, 7530, 11439, 8233, 7769, 7777, 6754, 8085, 6799, 9214, 7248, 10677, 8052, 10850, 8198, 10157, 8249, 7631, 8182, 7236, 10164, 7628, 10815, 8186, 10050, 8163, 11545, 8503, 12199, 9055, 10763, 8225, 9700, 8233, 9847, 8617, 7063, 8782, 7044, 8854, 7019, 9750, 8058, 11446, 8398, 7440, 7987, 6980, 8492, 6983, 9368, 7257, 10065, 7729, 10233, 7458, 10365, 7443, 10298, 8204, 10980, 8360, 9918, 7968, 8312, 7859, 7339, 8751, 6967, 9688, 7506, 9968, 7721, 10501, 8403, 11143, 8300, 7822, 7958, 7134, 8913, 7197, 10863, 7638, 10194, 7702, 11705, 8351, 10608, 8416, 6896, 9403, 7260, 10966, 8228, 6689, 8430, 7780, 6778, 7993, 7030, 7407, 8321, 7233, 11378, 8410, 7110, 8557, 6931, 7384, 7202, 6771, 8365, 8489, 7750, 9228, 11076, 13176, 10532, 8773, 11288, 8848, 12725, 9141, 7030, 9453, 7734, 8439, 8536, 7606, 7351, 8877, 7110, 10914, 10732, 8961, 10803, 8838, 7063, 11164, 8304, 10357, 9175, 9005, 12411, 9387, 7074, 9482, 7569, 8444, 7797, 7623, 11203, 8113, 6953, 8681, 7198, 7108, 7790, 6854, 9628, 7829, 7255, 8494, 7011, 10552, 8249, 9668, 10062, 7898, 11225, 8170, 11610, 8050, 9744, 9035, 7881, 11061, 7480, 8234, 7329, 6889, 8156, 6950, 10040, 7808, 6691, 8115, 6901, 8783, 7334, 6950, 8505, 7059, 7857, 7449, 6788, 9011, 7583, 7608, 9780, 7729, 11355, 8414, 7114, 9331, 7496, 11788, 8823, 7395, 11044, 7489, 7404, 8164, 6748, 9981, 7707, 7400, 10727, 7779, 7181, 8180, 7343, 8405, 7564, 7119, 11048, 8395, 6906, 9012, 7502, 6950, 8778, 7384, 6746, 9357, 7660, 7616, 11404, 7726, 7642, 11152, 8861, 7674, 12776, 9567, 7203, 11228, 8299, 9657, 9301, 7656, 12944, 8577, 7855, 8361, 7201, 9202, 7288, 9541, 7800, 6663, 8238, 7199, 9709, 7426, 8594, 7472, 7236, 8005, 6815, 9673, 7569, 7157, 8385, 7178, 11778, 8812, 9539, 10101, 7382, 10580, 7906, 7315, 7825, 7094, 9115, 7182, 11272, 8238, 8695, 7534, 6641, 8324, 6988, 9545, 7358, 11335, 8198, 8310, 8852, 7054, 10587, 7927, 11891, 8539, 10092, 8185, 8871, 8415, 7520, 10693, 7702, 10745, 8078, 8929, 7784, 7249, 8164, 7193, 10951, 7420, 10366, 7878, 7749, 8108, 7093, 11596, 7664, 11901, 8276, 9211, 8209, 7298, 9247, 7400, 10946, 7884, 11134, 8044, 7430, 7740, 6886, 9073, 7013, 9813, 7461, 10167, 7828, 10942, 8254, 8133, 7796, 6879, 8357, 7362, 9264, 7200, 9792, 7138, 9850, 7339, 10235, 8055, 10124, 8184, 7510, 7847, 6830, 9723, 7566, 9350, 7542, 6741, 8779, 7108, 10694, 7911, 9411, 8243, 7233, 9756, 7613, 10989, 8252, 8688, 8672, 7642, 11183, 8244, 10922, 8278, 8179, 8538, 6842, 9028, 7291, 11361, 8321, 10515, 8337, 7657, 8074, 7287, 10512, 7965, 9061, 7897, 6566, 8540, 7126, 9545, 7594, 10894, 8134, 7958, 8028, 7078, 8887, 7259, 12456, 8331, 8322, 7879, 7273, 11464, 8339, 7113, 9545, 7842, 10720, 8304, 7044, 10033, 7350, 6912, 8473, 7407, 7143, 9019, 7504, 9524, 9483, 7140, 10820, 7955, 7001, 8691, 7329, 11784, 8800, 8600, 8046, 6898, 8757, 7432, 10605, 8401, 8513, 7789, 6891, 8269, 7307, 10731, 8260, 8961, 7837, 6955, 8514, 7020, 11221, 7986, 11634, 8185, 8988, 7946, 6926, 9894, 7691, 10211, 7583, 6912, 7814, 6946, 10086, 7917, 7725, 7745, 6915, 9376, 7917, 11130, 8218, 8433, 8229, 6858, 9165, 7464, 10043, 7789, 6978, 8226, 7229, 9578, 8307, 6782, 8591, 6957, 7627, 8015, 7608, 12110, 10026, 10476, 8381, 7136, 9216, 7661, 12431, 8895, 8914, 7852, 6878, 8371, 7288, 11090, 7677, 6696, 7631, 7084, 9091, 7337, 12088, 8543, 10148, 8102, 9263, 8156, 10435, 10455, 6876, 9351, 7507, 9233, 7821, 7022, 8445, 7035, 7955, 7228, 7411, 7501, 8426, 10221, 8040, 11107, 7792, 10600, 8068, 10936, 8625, 12509, 10363, 10299, 7990, 7028, 7851, 6931, 8272, 6877, 9891, 7424, 10757, 7476, 8237, 7639, 7023, 7393, 7186, 8196, 6796, 10204, 7285, 10402, 7671, 10473, 8352, 11059, 9314, 11073, 7756, 9768, 7720, 9595, 7496, 9652, 7546, 10542, 7400, 9523, 7530, 9573, 7699, 10530, 7691, 7359, 7534, 6804, 7910, 7256, 8456, 6954, 8684, 7317, 9402, 7719, 9892, 8152, 6930, 8797, 7222, 10179, 7786, 10087, 8117, 10504, 10838, 8601, 11376, 7938, 12726, 8230, 8920, 7489, 7092, 9428, 7364, 6679, 10224, 7458, 7269, 9887, 8105, 13435, 9280, 10816, 9379, 9045, 11458, 9049, 10791, 8180, 7017, 9384, 7687, 7178, 7869, 7090, 9760, 8232, 7236, 10653, 7844, 6647, 8468, 7277, 8196, 7527, 7167, 10549, 7565, 11831, 8582, 10036, 8595, 7555, 9129, 7478, 9865, 8106, 7422, 8923, 7702, 9353, 8270, 6769], 'WindowCenter': [4019.0, 3960.0, 3986.0, 3941.0, 3971.0, 3939.0, 3938.0, 3927.0, 3894.0, 3938.0, 3928.0, 3941.0, 3930.0, 3921.0, 3931.0, 3934.0, 3953.0, 3946.0, 3934.0, 3955.0, 3937.0, 3965.0, 3947.0, 3965.0, 3957.0, 3958.0, 3957.0, 3949.0, 3979.0, 3959.0, 3948.0, 3959.0, 3948.0, 3980.0, 3959.0, 3937.0, 3989.0, 3959.0, 3982.0, 3971.0, 3952.0, 3991.0, 3960.0, 4003.0, 3983.0, 3992.0, 3971.0, 3951.0, 3991.0, 3959.0, 3999.0, 3970.0, 3991.0, 3969.0, 3947.0, 3977.0, 3958.0, 3989.0, 3969.0, 4002.0, 3979.0, 3947.0, 3970.0, 3948.0, 3987.0, 3970.0, 4012.0, 3981.0, 3969.0, 3968.0, 3937.0, 3979.0, 3959.0, 3999.0, 3969.0, 3979.0, 3968.0, 3938.0, 3979.0, 3959.0, 4000.0, 3968.0, 3968.0, 3957.0, 3949.0, 3969.0, 3949.0, 3991.0, 3970.0, 3969.0, 3970.0, 3948.0, 3991.0, 3967.0, 4003.0, 3972.0, 3984.0, 3970.0, 3948.0, 3992.0, 3960.0, 3948.0, 3981.0, 3972.0, 3992.0, 3970.0, 3952.0, 3994.0, 3973.0, 3963.0, 3983.0, 3963.0, 4004.0, 3983.0, 3952.0, 4006.0, 3984.0, 3964.0, 3993.0, 3973.0, 3985.0, 4015.0, 3984.0, 4004.0, 3982.0, 3949.0, 3989.0, 3958.0, 3999.0, 3969.0, 3981.0, 3958.0, 3938.0, 3980.0, 3970.0, 3948.0, 3978.0, 3948.0, 3940.0, 3969.0, 3951.0, 3992.0, 3971.0, 3982.0, 3983.0, 3959.0, 4003.0, 3969.0, 4012.0, 3979.0, 4012.0, 3980.0, 3978.0, 3968.0, 3938.0, 3966.0, 3957.0, 3999.0, 3959.0, 3947.0, 3970.0, 3962.0, 3980.0, 3958.0, 3959.0, 3971.0, 3963.0, 3993.0, 3975.0, 3994.0, 3960.0, 3950.0, 3995.0, 3963.0, 3991.0, 3969.0, 3991.0, 3967.0, 3938.0, 3991.0, 3959.0, 3991.0, 3970.0, 3991.0, 3968.0, 3955.0, 3988.0, 3948.0, 3968.0, 3956.0, 3947.0, 3979.0, 3958.0, 4000.0, 3959.0, 3948.0, 3980.0, 3950.0, 4001.0, 3956.0, 3979.0, 3970.0, 3935.0, 3980.0, 3947.0, 3998.0, 3958.0, 3989.0, 3958.0, 3935.0, 3956.0, 3937.0, 3968.0, 3947.0, 3989.0, 3958.0, 3978.0, 3947.0, 3948.0, 3959.0, 3947.0, 3978.0, 3949.0, 3959.0, 3970.0, 3950.0, 4003.0, 3981.0, 3991.0, 3970.0, 3947.0, 3969.0, 3937.0, 3997.0, 3969.0, 3987.0, 3958.0, 3936.0, 3966.0, 3937.0, 3979.0, 3947.0, 4000.0, 3957.0, 3957.0, 3957.0, 3939.0, 3958.0, 3937.0, 3979.0, 3948.0, 3990.0, 3960.0, 3990.0, 3970.0, 3990.0, 3969.0, 3959.0, 3970.0, 3949.0, 3989.0, 3960.0, 4001.0, 3970.0, 3992.0, 3970.0, 4001.0, 3969.0, 4000.0, 3970.0, 3989.0, 3959.0, 3979.0, 3970.0, 3978.0, 3968.0, 3936.0, 3968.0, 3948.0, 3966.0, 3949.0, 3979.0, 3958.0, 4001.0, 3970.0, 3961.0, 3970.0, 3951.0, 3969.0, 3948.0, 3980.0, 3947.0, 3990.0, 3959.0, 3991.0, 3948.0, 3989.0, 3948.0, 3990.0, 3969.0, 3990.0, 3969.0, 3989.0, 3960.0, 3969.0, 3969.0, 3949.0, 3969.0, 3949.0, 3991.0, 3949.0, 3991.0, 3961.0, 3990.0, 3969.0, 4001.0, 3970.0, 3961.0, 3971.0, 3949.0, 3980.0, 3950.0, 4001.0, 3971.0, 4002.0, 3962.0, 4012.0, 3969.0, 3991.0, 3971.0, 3950.0, 3982.0, 3976.0, 4001.0, 3970.0, 3948.0, 3982.0, 3973.0, 3968.0, 3984.0, 3977.0, 3974.0, 3984.0, 3964.0, 4015.0, 3985.0, 3966.0, 3986.0, 3953.0, 3947.0, 3933.0, 3925.0, 3958.0, 3968.0, 3961.0, 4007.0, 4016.0, 4012.0, 3976.0, 3955.0, 3976.0, 3967.0, 3998.0, 3965.0, 3933.0, 3978.0, 3948.0, 3957.0, 3952.0, 3944.0, 3946.0, 3969.0, 3952.0, 3988.0, 3990.0, 3956.0, 3976.0, 3954.0, 3922.0, 3973.0, 3939.0, 3962.0, 3953.0, 3951.0, 3983.0, 3953.0, 3919.0, 3960.0, 3932.0, 3941.0, 3944.0, 3931.0, 3974.0, 3941.0, 3921.0, 3952.0, 3934.0, 3947.0, 3945.0, 3923.0, 3964.0, 3947.0, 3946.0, 3956.0, 3925.0, 3977.0, 3954.0, 3964.0, 3974.0, 3944.0, 3974.0, 3942.0, 3975.0, 3942.0, 3964.0, 3956.0, 3944.0, 3975.0, 3933.0, 3942.0, 3932.0, 3922.0, 3942.0, 3923.0, 3963.0, 3945.0, 3924.0, 3945.0, 3936.0, 3955.0, 3933.0, 3935.0, 3967.0, 3937.0, 3959.0, 3949.0, 3938.0, 3969.0, 3958.0, 3958.0, 3978.0, 3958.0, 4003.0, 3956.0, 3935.0, 3967.0, 3938.0, 3986.0, 3966.0, 3934.0, 3987.0, 3947.0, 3947.0, 3955.0, 3924.0, 3976.0, 3946.0, 3947.0, 3988.0, 3948.0, 3939.0, 3958.0, 3947.0, 3957.0, 3947.0, 3936.0, 3990.0, 3960.0, 3947.0, 3979.0, 3949.0, 3951.0, 3970.0, 3963.0, 3952.0, 3993.0, 3974.0, 3962.0, 4001.0, 3973.0, 3960.0, 4002.0, 3969.0, 3947.0, 4000.0, 3965.0, 3936.0, 3987.0, 3955.0, 3967.0, 3964.0, 3933.0, 3985.0, 3953.0, 3944.0, 3940.0, 3921.0, 3952.0, 3931.0, 3965.0, 3931.0, 3922.0, 3954.0, 3933.0, 3965.0, 3935.0, 3956.0, 3936.0, 3933.0, 3945.0, 3924.0, 3966.0, 3945.0, 3938.0, 3958.0, 3939.0, 4001.0, 3968.0, 3977.0, 3978.0, 3948.0, 3987.0, 3956.0, 3945.0, 3945.0, 3936.0, 3967.0, 3937.0, 3987.0, 3956.0, 3968.0, 3946.0, 3936.0, 3958.0, 3936.0, 3978.0, 3949.0, 3999.0, 3970.0, 3971.0, 3982.0, 3951.0, 3992.0, 3960.0, 4001.0, 3969.0, 3979.0, 3957.0, 3970.0, 3959.0, 3947.0, 3988.0, 3959.0, 4002.0, 3970.0, 3981.0, 3959.0, 3947.0, 3957.0, 3937.0, 4000.0, 3962.0, 4003.0, 3956.0, 3962.0, 3958.0, 3948.0, 4003.0, 3958.0, 3990.0, 3956.0, 3967.0, 3957.0, 3948.0, 3967.0, 3935.0, 3976.0, 3945.0, 3988.0, 3944.0, 3933.0, 3944.0, 3935.0, 3968.0, 3936.0, 3979.0, 3962.0, 3990.0, 3960.0, 4000.0, 3968.0, 3961.0, 3957.0, 3940.0, 3972.0, 3950.0, 3981.0, 3959.0, 3991.0, 3965.0, 4003.0, 3963.0, 3989.0, 3972.0, 4003.0, 3972.0, 3962.0, 3973.0, 3938.0, 3992.0, 3960.0, 3980.0, 3962.0, 3939.0, 3968.0, 3950.0, 4000.0, 3973.0, 3992.0, 3972.0, 3962.0, 3993.0, 3973.0, 4001.0, 3971.0, 3971.0, 3970.0, 3959.0, 4000.0, 3970.0, 4001.0, 3972.0, 3969.0, 3969.0, 3937.0, 3970.0, 3948.0, 3999.0, 3959.0, 3990.0, 3959.0, 3957.0, 3958.0, 3948.0, 3989.0, 3958.0, 3969.0, 3958.0, 3937.0, 3966.0, 3948.0, 3979.0, 3959.0, 3990.0, 3958.0, 3958.0, 3961.0, 3952.0, 3981.0, 3960.0, 4014.0, 3983.0, 3972.0, 3959.0, 3949.0, 4001.0, 3982.0, 3949.0, 3990.0, 3958.0, 3989.0, 3958.0, 3937.0, 3990.0, 3949.0, 3949.0, 3984.0, 3963.0, 3947.0, 3979.0, 3961.0, 3993.0, 3991.0, 3949.0, 4001.0, 3959.0, 3948.0, 3979.0, 3959.0, 4001.0, 3969.0, 3966.0, 3956.0, 3935.0, 3965.0, 3947.0, 3989.0, 3955.0, 3967.0, 3955.0, 3937.0, 3971.0, 3946.0, 3989.0, 3966.0, 3968.0, 3945.0, 3937.0, 3967.0, 3935.0, 4003.0, 3970.0, 4002.0, 3969.0, 3969.0, 3955.0, 3937.0, 3991.0, 3947.0, 3991.0, 3959.0, 3950.0, 3961.0, 3951.0, 3990.0, 3969.0, 3961.0, 3957.0, 3950.0, 3981.0, 3969.0, 4016.0, 3983.0, 3972.0, 3968.0, 3938.0, 3980.0, 3948.0, 3992.0, 3971.0, 3951.0, 3971.0, 3962.0, 3992.0, 3971.0, 3939.0, 3980.0, 3950.0, 3959.0, 3972.0, 3961.0, 4012.0, 3991.0, 3990.0, 3970.0, 3949.0, 3977.0, 3946.0, 3998.0, 3967.0, 3968.0, 3956.0, 3926.0, 3958.0, 3948.0, 4000.0, 3959.0, 3937.0, 3957.0, 3951.0, 3979.0, 3950.0, 4011.0, 3970.0, 3990.0, 3959.0, 3971.0, 3959.0, 3989.0, 3990.0, 3937.0, 3965.0, 3935.0, 3978.0, 3947.0, 3936.0, 3967.0, 3948.0, 3972.0, 3948.0, 3949.0, 3948.0, 3969.0, 3989.0, 3960.0, 3989.0, 3959.0, 3991.0, 3958.0, 3987.0, 3957.0, 3998.0, 3976.0, 3975.0, 3944.0, 3925.0, 3944.0, 3921.0, 3954.0, 3923.0, 3965.0, 3934.0, 3973.0, 3936.0, 3957.0, 3946.0, 3936.0, 3946.0, 3936.0, 3968.0, 3937.0, 3989.0, 3949.0, 3990.0, 3948.0, 3976.0, 3954.0, 3987.0, 3963.0, 3986.0, 3945.0, 3974.0, 3943.0, 3964.0, 3933.0, 3964.0, 3944.0, 3974.0, 3931.0, 3963.0, 3944.0, 3977.0, 3944.0, 3987.0, 3943.0, 3948.0, 3971.0, 3938.0, 3958.0, 3947.0, 3969.0, 3948.0, 3978.0, 3948.0, 3977.0, 3958.0, 3989.0, 3959.0, 3947.0, 3968.0, 3948.0, 3989.0, 3957.0, 3990.0, 3960.0, 3990.0, 3990.0, 3969.0, 4000.0, 3972.0, 4014.0, 3971.0, 3969.0, 3945.0, 3950.0, 3979.0, 3948.0, 3938.0, 3992.0, 3947.0, 3949.0, 3992.0, 3961.0, 4010.0, 3967.0, 3977.0, 3979.0, 3966.0, 4000.0, 3966.0, 3977.0, 3952.0, 3923.0, 3964.0, 3946.0, 3933.0, 3942.0, 3934.0, 3974.0, 3957.0, 3946.0, 3976.0, 3955.0, 3922.0, 3955.0, 3960.0, 3957.0, 3944.0, 3920.0, 3977.0, 3944.0, 3985.0, 3953.0, 3962.0, 3950.0, 3942.0, 3964.0, 3933.0, 3973.0, 3953.0, 3932.0, 3964.0, 3942.0, 3964.0, 3953.0, 3924.0], 'WindowWidth': [8962.0, 8866.0, 8895.0, 8823.0, 8862.0, 8815.0, 8810.0, 8795.0, 8750.0, 8810.0, 8798.0, 8818.0, 8803.0, 8794.0, 8808.0, 8814.0, 8840.0, 8833.0, 8817.0, 8846.0, 8824.0, 8860.0, 8837.0, 8859.0, 8850.0, 8853.0, 8851.0, 8842.0, 8886.0, 8858.0, 8843.0, 8856.0, 8842.0, 8886.0, 8858.0, 8829.0, 8900.0, 8862.0, 8894.0, 8878.0, 8852.0, 8903.0, 8860.0, 8923.0, 8896.0, 8905.0, 8875.0, 8849.0, 8902.0, 8859.0, 8914.0, 8874.0, 8903.0, 8872.0, 8840.0, 8881.0, 8855.0, 8898.0, 8871.0, 8920.0, 8885.0, 8840.0, 8874.0, 8843.0, 8895.0, 8876.0, 8934.0, 8889.0, 8871.0, 8869.0, 8826.0, 8883.0, 8857.0, 8915.0, 8871.0, 8883.0, 8869.0, 8828.0, 8884.0, 8858.0, 8915.0, 8869.0, 8870.0, 8853.0, 8843.0, 8872.0, 8845.0, 8904.0, 8876.0, 8874.0, 8876.0, 8845.0, 8907.0, 8883.0, 8927.0, 8884.0, 8902.0, 8877.0, 8845.0, 8907.0, 8863.0, 8847.0, 8894.0, 8882.0, 8908.0, 8878.0, 8855.0, 8914.0, 8885.0, 8873.0, 8900.0, 8872.0, 8930.0, 8900.0, 8855.0, 8930.0, 8900.0, 8872.0, 8912.0, 8885.0, 8902.0, 8946.0, 8900.0, 8928.0, 8895.0, 8845.0, 8899.0, 8854.0, 8915.0, 8870.0, 8889.0, 8854.0, 8829.0, 8890.0, 8877.0, 8844.0, 8883.0, 8845.0, 8837.0, 8876.0, 8853.0, 8909.0, 8879.0, 8896.0, 8899.0, 8864.0, 8927.0, 8875.0, 8937.0, 8887.0, 8937.0, 8886.0, 8881.0, 8867.0, 8827.0, 8865.0, 8854.0, 8913.0, 8856.0, 8841.0, 8875.0, 8869.0, 8887.0, 8857.0, 8859.0, 8878.0, 8871.0, 8913.0, 8888.0, 8914.0, 8864.0, 8849.0, 8916.0, 8871.0, 8907.0, 8875.0, 8905.0, 8869.0, 8829.0, 8903.0, 8859.0, 8905.0, 8872.0, 8902.0, 8870.0, 8847.0, 8895.0, 8840.0, 8869.0, 8850.0, 8839.0, 8884.0, 8857.0, 8914.0, 8860.0, 8844.0, 8888.0, 8848.0, 8916.0, 8852.0, 8885.0, 8872.0, 8822.0, 8885.0, 8840.0, 8911.0, 8856.0, 8897.0, 8854.0, 8821.0, 8850.0, 8826.0, 8868.0, 8840.0, 8898.0, 8854.0, 8883.0, 8841.0, 8843.0, 8857.0, 8837.0, 8881.0, 8846.0, 8860.0, 8876.0, 8850.0, 8924.0, 8890.0, 8903.0, 8874.0, 8839.0, 8869.0, 8826.0, 8909.0, 8871.0, 8894.0, 8856.0, 8824.0, 8864.0, 8825.0, 8883.0, 8841.0, 8913.0, 8852.0, 8854.0, 8853.0, 8831.0, 8857.0, 8826.0, 8885.0, 8843.0, 8900.0, 8860.0, 8902.0, 8874.0, 8900.0, 8871.0, 8858.0, 8874.0, 8846.0, 8901.0, 8861.0, 8920.0, 8877.0, 8907.0, 8875.0, 8918.0, 8873.0, 8917.0, 8874.0, 8898.0, 8857.0, 8884.0, 8872.0, 8884.0, 8868.0, 8825.0, 8867.0, 8843.0, 8865.0, 8846.0, 8886.0, 8857.0, 8918.0, 8875.0, 8864.0, 8874.0, 8850.0, 8874.0, 8845.0, 8888.0, 8841.0, 8901.0, 8858.0, 8903.0, 8844.0, 8899.0, 8845.0, 8901.0, 8872.0, 8901.0, 8871.0, 8899.0, 8861.0, 8873.0, 8874.0, 8847.0, 8874.0, 8847.0, 8905.0, 8848.0, 8905.0, 8864.0, 8904.0, 8873.0, 8919.0, 8876.0, 8866.0, 8880.0, 8848.0, 8891.0, 8850.0, 8919.0, 8883.0, 8924.0, 8868.0, 8935.0, 8875.0, 8905.0, 8877.0, 8849.0, 8894.0, 8897.0, 8921.0, 8875.0, 8848.0, 8897.0, 8887.0, 8890.0, 8901.0, 8902.0, 8893.0, 8901.0, 8875.0, 8945.0, 8903.0, 8881.0, 8903.0, 8856.0, 8838.0, 8814.0, 8806.0, 8852.0, 8867.0, 8866.0, 8936.0, 8950.0, 8937.0, 8876.0, 8843.0, 8874.0, 8862.0, 8909.0, 8858.0, 8815.0, 8879.0, 8841.0, 8853.0, 8837.0, 8833.0, 8838.0, 8871.0, 8854.0, 8898.0, 8900.0, 8847.0, 8872.0, 8841.0, 8796.0, 8865.0, 8813.0, 8847.0, 8836.0, 8832.0, 8883.0, 8839.0, 8789.0, 8844.0, 8806.0, 8819.0, 8829.0, 8806.0, 8867.0, 8820.0, 8795.0, 8838.0, 8816.0, 8843.0, 8835.0, 8802.0, 8858.0, 8837.0, 8836.0, 8845.0, 8803.0, 8877.0, 8842.0, 8856.0, 8871.0, 8829.0, 8872.0, 8825.0, 8872.0, 8822.0, 8854.0, 8846.0, 8828.0, 8871.0, 8813.0, 8825.0, 8809.0, 8796.0, 8822.0, 8800.0, 8853.0, 8831.0, 8803.0, 8832.0, 8822.0, 8847.0, 8817.0, 8823.0, 8867.0, 8827.0, 8857.0, 8843.0, 8829.0, 8870.0, 8855.0, 8856.0, 8883.0, 8856.0, 8920.0, 8852.0, 8822.0, 8865.0, 8826.0, 8890.0, 8862.0, 8817.0, 8892.0, 8837.0, 8837.0, 8845.0, 8806.0, 8877.0, 8836.0, 8839.0, 8898.0, 8842.0, 8830.0, 8854.0, 8840.0, 8851.0, 8837.0, 8823.0, 8901.0, 8860.0, 8841.0, 8887.0, 8846.0, 8852.0, 8874.0, 8871.0, 8857.0, 8913.0, 8888.0, 8867.0, 8921.0, 8886.0, 8860.0, 8919.0, 8870.0, 8838.0, 8914.0, 8859.0, 8820.0, 8892.0, 8845.0, 8861.0, 8855.0, 8812.0, 8887.0, 8838.0, 8826.0, 8817.0, 8793.0, 8835.0, 8808.0, 8856.0, 8809.0, 8798.0, 8841.0, 8814.0, 8857.0, 8818.0, 8848.0, 8821.0, 8813.0, 8832.0, 8803.0, 8860.0, 8833.0, 8827.0, 8855.0, 8830.0, 8916.0, 8869.0, 8879.0, 8881.0, 8840.0, 8893.0, 8850.0, 8834.0, 8833.0, 8822.0, 8863.0, 8825.0, 8893.0, 8849.0, 8868.0, 8837.0, 8823.0, 8854.0, 8824.0, 8881.0, 8843.0, 8914.0, 8875.0, 8878.0, 8891.0, 8850.0, 8906.0, 8861.0, 8917.0, 8869.0, 8882.0, 8851.0, 8872.0, 8857.0, 8840.0, 8896.0, 8858.0, 8921.0, 8879.0, 8893.0, 8857.0, 8839.0, 8851.0, 8828.0, 8920.0, 8871.0, 8924.0, 8853.0, 8868.0, 8855.0, 8844.0, 8923.0, 8856.0, 8900.0, 8849.0, 8865.0, 8851.0, 8840.0, 8864.0, 8820.0, 8877.0, 8832.0, 8892.0, 8830.0, 8816.0, 8831.0, 8821.0, 8868.0, 8826.0, 8885.0, 8868.0, 8904.0, 8863.0, 8916.0, 8871.0, 8865.0, 8854.0, 8836.0, 8879.0, 8847.0, 8892.0, 8862.0, 8904.0, 8879.0, 8926.0, 8872.0, 8900.0, 8882.0, 8922.0, 8882.0, 8872.0, 8882.0, 8831.0, 8907.0, 8863.0, 8888.0, 8866.0, 8833.0, 8872.0, 8849.0, 8916.0, 8882.0, 8908.0, 8881.0, 8868.0, 8911.0, 8884.0, 8922.0, 8879.0, 8878.0, 8877.0, 8860.0, 8918.0, 8876.0, 8919.0, 8878.0, 8872.0, 8870.0, 8826.0, 8872.0, 8842.0, 8912.0, 8856.0, 8899.0, 8856.0, 8855.0, 8857.0, 8843.0, 8899.0, 8856.0, 8871.0, 8854.0, 8826.0, 8864.0, 8843.0, 8886.0, 8857.0, 8902.0, 8855.0, 8857.0, 8863.0, 8856.0, 8892.0, 8862.0, 8940.0, 8902.0, 8882.0, 8859.0, 8845.0, 8919.0, 8896.0, 8847.0, 8903.0, 8856.0, 8895.0, 8853.0, 8826.0, 8902.0, 8847.0, 8844.0, 8904.0, 8874.0, 8845.0, 8888.0, 8864.0, 8910.0, 8907.0, 8848.0, 8918.0, 8859.0, 8844.0, 8886.0, 8860.0, 8918.0, 8872.0, 8863.0, 8851.0, 8821.0, 8860.0, 8839.0, 8896.0, 8850.0, 8865.0, 8849.0, 8826.0, 8875.0, 8841.0, 8899.0, 8865.0, 8868.0, 8835.0, 8825.0, 8866.0, 8823.0, 8922.0, 8875.0, 8920.0, 8872.0, 8871.0, 8848.0, 8827.0, 8902.0, 8840.0, 8905.0, 8863.0, 8850.0, 8865.0, 8850.0, 8902.0, 8874.0, 8864.0, 8856.0, 8849.0, 8892.0, 8874.0, 8948.0, 8896.0, 8879.0, 8871.0, 8830.0, 8886.0, 8844.0, 8909.0, 8880.0, 8852.0, 8878.0, 8866.0, 8907.0, 8880.0, 8834.0, 8888.0, 8850.0, 8863.0, 8881.0, 8865.0, 8938.0, 8906.0, 8903.0, 8874.0, 8845.0, 8881.0, 8837.0, 8913.0, 8866.0, 8867.0, 8850.0, 8809.0, 8855.0, 8842.0, 8915.0, 8858.0, 8829.0, 8854.0, 8850.0, 8887.0, 8848.0, 8932.0, 8875.0, 8902.0, 8856.0, 8873.0, 8856.0, 8896.0, 8900.0, 8829.0, 8860.0, 8819.0, 8881.0, 8839.0, 8825.0, 8868.0, 8845.0, 8879.0, 8844.0, 8847.0, 8844.0, 8873.0, 8902.0, 8861.0, 8901.0, 8858.0, 8902.0, 8853.0, 8892.0, 8851.0, 8910.0, 8875.0, 8873.0, 8830.0, 8805.0, 8830.0, 8796.0, 8843.0, 8800.0, 8858.0, 8815.0, 8869.0, 8821.0, 8851.0, 8836.0, 8825.0, 8838.0, 8825.0, 8870.0, 8827.0, 8899.0, 8846.0, 8902.0, 8841.0, 8876.0, 8845.0, 8892.0, 8856.0, 8890.0, 8833.0, 8871.0, 8829.0, 8856.0, 8815.0, 8855.0, 8829.0, 8870.0, 8812.0, 8853.0, 8831.0, 8878.0, 8833.0, 8892.0, 8830.0, 8843.0, 8879.0, 8832.0, 8856.0, 8839.0, 8873.0, 8844.0, 8885.0, 8843.0, 8883.0, 8858.0, 8899.0, 8860.0, 8840.0, 8870.0, 8843.0, 8900.0, 8856.0, 8900.0, 8863.0, 8903.0, 8903.0, 8874.0, 8919.0, 8884.0, 8942.0, 8876.0, 8871.0, 8837.0, 8850.0, 8886.0, 8843.0, 8830.0, 8906.0, 8842.0, 8846.0, 8909.0, 8864.0, 8929.0, 8866.0, 8875.0, 8887.0, 8862.0, 8915.0, 8862.0, 8876.0, 8839.0, 8798.0, 8857.0, 8835.0, 8814.0, 8823.0, 8818.0, 8871.0, 8854.0, 8837.0, 8875.0, 8845.0, 8798.0, 8845.0, 8863.0, 8854.0, 8832.0, 8794.0, 8878.0, 8829.0, 8887.0, 8841.0, 8850.0, 8832.0, 8823.0, 8856.0, 8814.0, 8868.0, 8842.0, 8812.0, 8856.0, 8827.0, 8860.0, 8843.0, 8805.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.00421221382289417</td></tr>
<tr><td colspan=3>aqi</td><td>0.02243469244060475</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.02025668563242</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2156733881081068</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0714445876972967</td></tr>
<tr><td colspan=3>efc</td><td>0.4868</td></tr>
<tr><td colspan=3>fber</td><td>3572.1343</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09661297733485126</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.911447084233261</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6483112787252314</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.695157299378806</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7427210255175263</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.507055511279362</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122841</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0008696091827005148</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015516610816121101</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>926</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.8866586435820056</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.6666</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0361</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.0655</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299543.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>779.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.0126</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4601</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.3766</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3165.8652</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.0339</td></tr>
<tr><td colspan=3>tsnr</td><td>38.67962082917802</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>