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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:56:27.400000</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.998399, 0.0556153, 0.0102783, -0.0542462, 0.993077, -0.104192]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0969447</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>[4226, -7816, -7188, 130, -156, -211, -142, 75]</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>256.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>653aee34-8c7d-4aec-88ec-27abd6457310||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.6786324977874756, -0.1455385386943817, 0.04320482909679413, 117.78035736083984], [-0.1492117941379547, 2.6643521785736084, -0.27936241030693054, -79.53954315185547], [0.027575884014368057, 0.27953922748565674, 2.6851611137390137, -84.90812683105469], [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': ['185627.400000', '185627.860000', '185628.320000', '185628.780000', '185629.240000', '185629.700000', '185630.160000', '185630.620000', '185631.080000', '185631.540000', '185632.000000', '185632.460000', '185632.920000', '185633.380000', '185633.840000', '185634.300000', '185634.760000', '185635.220000', '185635.680000', '185636.140000', '185636.600000', '185637.060000', '185637.520000', '185637.980000', '185638.440000', '185638.900000', '185639.360000', '185639.820000', '185640.280000', '185640.740000', '185641.200000', '185641.660000', '185642.120000', '185642.580000', '185643.040000', '185643.500000', '185643.960000', '185644.420000', '185644.880000', '185645.340000', '185645.800000', '185646.260000', '185646.720000', '185647.180000', '185647.640000', '185648.100000', '185648.560000', '185649.020000', '185649.480000', '185649.940000', '185650.400000', '185650.860000', '185651.320000', '185651.780000', '185652.240000', '185652.700000', '185653.160000', '185653.620000', '185654.080000', '185654.540000', '185655.000000', '185655.460000', '185655.920000', '185656.380000', '185656.840000', '185657.300000', '185657.760000', '185658.220000', '185658.680000', '185659.140000', '185659.600000', '185700.060000', '185700.520000', '185700.980000', '185701.440000', '185701.900000', '185702.360000', '185702.820000', '185703.280000', '185703.740000', '185704.200000', '185704.660000', '185705.120000', '185705.580000', '185706.040000', '185706.500000', '185706.960000', '185707.420000', '185707.880000', '185708.340000', '185708.800000', '185709.260000', '185709.720000', '185710.180000', '185710.640000', '185711.100000', '185711.560000', '185712.020000', '185712.480000', '185712.940000', '185713.400000', '185713.860000', '185714.320000', '185714.780000', '185715.240000', '185715.700000', '185716.160000', '185716.620000', '185717.080000', '185717.540000', '185718.000000', '185718.460000', '185718.920000', '185719.380000', '185719.840000', '185720.300000', '185720.760000', '185721.220000', '185721.680000', '185722.140000', '185722.600000', '185723.060000', '185723.520000', '185723.980000', '185724.440000', '185724.900000', '185725.360000', '185725.820000', '185726.280000', '185726.740000', '185727.200000', '185727.660000', '185728.120000', '185728.580000', '185729.040000', '185729.500000', '185729.960000', '185730.420000', '185730.880000', '185731.340000', '185731.800000', '185732.260000', '185732.720000', '185733.180000', '185733.640000', '185734.100000', '185734.560000', '185735.020000', '185735.480000', '185735.940000', '185736.400000', '185736.860000', '185737.320000', '185737.780000', '185738.240000', '185738.700000', '185739.160000', '185739.620000', '185740.080000', '185740.540000', '185741.000000', '185741.460000', '185741.920000', '185742.380000', '185742.840000', '185743.300000', '185743.760000', '185744.220000', '185744.680000', '185745.140000', '185745.600000', '185746.060000', '185746.520000', '185746.980000', '185747.440000', '185747.900000', '185748.360000', '185748.820000', '185749.280000', '185749.740000', '185750.200000', '185750.660000', '185751.120000', '185751.580000', '185752.040000', '185752.500000', '185752.960000', '185753.420000', '185753.880000', '185754.340000', '185754.800000', '185755.260000', '185755.720000', '185756.180000', '185756.640000', '185757.100000', '185757.560000', '185758.020000', '185758.480000', '185758.940000', '185759.400000', '185759.860000', '185800.320000', '185800.780000', '185801.240000', '185801.700000', '185802.160000', '185802.620000', '185803.080000', '185803.540000', '185804.000000', '185804.460000', '185804.920000', '185805.380000', '185805.840000', '185806.300000', '185806.760000', '185807.220000', '185807.680000', '185808.140000', '185808.600000', '185809.060000', '185809.520000', '185809.980000', '185810.440000', '185810.900000', '185811.360000', '185811.820000', '185812.280000', '185812.740000', '185813.200000', '185813.660000', '185814.120000', '185814.580000', '185815.040000', '185815.500000', '185815.960000', '185816.420000', '185816.880000', '185817.340000', '185817.800000', '185818.260000', '185818.720000', '185819.180000', '185819.640000', '185820.100000', '185820.560000', '185821.020000', '185821.480000', '185821.940000', '185822.400000', '185822.860000', '185823.320000', '185823.780000', '185824.240000', '185824.700000', '185825.160000', '185825.620000', '185826.080000', '185826.540000', '185827.000000', '185827.460000', '185827.920000', '185828.380000', '185828.840000', '185829.300000', '185829.760000', '185830.220000', '185830.680000', '185831.140000', '185831.600000', '185832.060000', '185832.520000', '185832.980000', '185833.440000', '185833.900000', '185834.360000', '185834.820000', '185835.280000', '185835.740000', '185836.200000', '185836.660000', '185837.120000', '185837.580000', '185838.040000', '185838.500000', '185838.960000', '185839.420000', '185839.880000', '185840.340000', '185840.800000', '185841.260000', '185841.720000', '185842.180000', '185842.640000', '185843.100000', '185843.560000', '185844.020000', '185844.480000', '185844.940000', '185845.400000', '185845.860000', '185846.320000', '185846.780000', '185847.240000', '185847.700000', '185848.160000', '185848.620000', '185849.080000', '185849.540000', '185850.000000', '185850.460000', '185850.920000', '185851.380000', '185851.840000', '185852.300000', '185852.760000', '185853.220000', '185853.680000', '185854.140000', '185854.600000', '185855.060000', '185855.520000', '185855.980000', '185856.440000', '185856.900000', '185857.360000', '185857.820000', '185858.280000', '185858.740000', '185859.200000', '185859.660000', '185900.120000', '185900.580000', '185901.040000', '185901.500000', '185901.960000', '185902.420000', '185902.880000', '185903.340000', '185903.800000', '185904.260000', '185904.720000', '185905.180000', '185905.640000', '185906.100000', '185906.560000', '185907.020000', '185907.480000', '185907.940000', '185908.400000', '185908.860000', '185909.320000', '185909.780000', '185910.240000', '185910.700000', '185911.160000', '185911.620000', '185912.080000', '185912.540000', '185913.000000', '185913.460000', '185913.920000', '185914.380000', '185914.840000', '185915.300000', '185915.760000', '185916.220000', '185916.680000', '185917.140000', '185917.600000', '185918.060000', '185918.520000', '185918.980000', '185919.440000', '185919.900000', '185920.360000', '185920.820000', '185921.280000', '185921.740000', '185922.200000', '185922.660000', '185923.120000', '185923.580000', '185924.040000', '185924.500000', '185924.960000', '185925.420000', '185925.880000', '185926.340000', '185926.800000', '185927.260000', '185927.720000', '185928.180000', '185928.640000', '185929.100000', '185929.560000', '185930.020000', '185930.480000', '185930.940000', '185931.400000', '185931.860000', '185932.320000', '185932.780000', '185933.240000', '185933.700000', '185934.160000', '185934.620000', '185935.080000', '185935.540000', '185936.000000', '185936.460000', '185936.920000', '185937.380000', '185937.840000', '185938.300000', '185938.760000', '185939.220000', '185939.680000', '185940.140000', '185940.600000', '185941.060000', '185941.520000', '185941.980000', '185942.440000', '185942.900000', '185943.360000', '185943.820000', '185944.280000', '185944.740000', '185945.200000', '185945.660000', '185946.120000', '185946.580000', '185947.040000', '185947.500000', '185947.960000', '185948.420000', '185948.880000', '185949.340000', '185949.800000', '185950.260000', '185950.720000', '185951.180000', '185951.640000', '185952.100000', '185952.560000', '185953.020000', '185953.480000', '185953.940000', '185954.400000', '185954.860000', '185955.320000', '185955.780000', '185956.240000', '185956.700000', '185957.160000', '185957.620000', '185958.080000', '185958.540000', '185959.000000', '185959.460000', '185959.920000', '190000.380000', '190000.840000', '190001.300000', '190001.760000', '190002.220000', '190002.680000', '190003.140000', '190003.600000', '190004.060000', '190004.520000', '190004.980000', '190005.440000', '190005.900000', '190006.360000', '190006.820000', '190007.280000', '190007.740000', '190008.200000', '190008.660000', '190009.120000', '190009.580000', '190010.040000', '190010.500000', '190010.960000', '190011.420000', '190011.880000', '190012.340000', '190012.800000', '190013.260000', '190013.720000', '190014.180000', '190014.640000', '190015.100000', '190015.560000', '190016.020000', '190016.480000', '190016.940000', '190017.400000', '190017.860000', '190018.320000', '190018.780000', '190019.240000', '190019.700000', '190020.160000', '190020.620000', '190021.080000', '190021.540000', '190022.000000', '190022.460000', '190022.920000', '190023.380000', '190023.840000', '190024.300000', '190024.760000', '190025.220000', '190025.680000', '190026.140000', '190026.600000', '190027.060000', '190027.520000', '190027.980000', '190028.440000', '190028.900000', '190029.360000', '190029.820000', '190030.280000', '190030.740000', '190031.200000', '190031.660000', '190032.120000', '190032.580000', '190033.040000', '190033.500000', '190033.960000', '190034.420000', '190034.880000', '190035.340000', '190035.800000', '190036.260000', '190036.720000', '190037.180000', '190037.640000', '190038.100000', '190038.560000', '190039.020000', '190039.480000', '190039.940000', '190040.400000', '190040.860000', '190041.320000', '190041.780000', '190042.240000', '190042.700000', '190043.160000', '190043.620000', '190044.080000', '190044.540000', '190045.000000', '190045.460000', '190045.920000', '190046.380000', '190046.840000', '190047.300000', '190047.760000', '190048.220000', '190048.680000', '190049.140000', '190049.600000', '190050.060000', '190050.520000', '190050.980000', '190051.440000', '190051.900000', '190052.360000', '190052.820000', '190053.280000', '190053.740000', '190054.200000', '190054.660000', '190055.120000', '190055.580000', '190056.040000', '190056.500000', '190056.960000', '190057.420000', '190057.880000', '190058.340000', '190058.800000', '190059.260000', '190059.720000', '190100.180000', '190100.640000', '190101.100000', '190101.560000', '190102.020000', '190102.480000', '190102.940000', '190103.400000', '190103.860000', '190104.320000', '190104.780000', '190105.240000', '190105.700000', '190106.160000', '190106.620000', '190107.080000', '190107.540000', '190108.000000', '190108.460000', '190108.920000', '190109.380000', '190109.840000', '190110.300000', '190110.760000', '190111.220000', '190111.680000', '190112.140000', '190112.600000', '190113.060000', '190113.520000', '190113.980000', '190114.440000', '190114.900000', '190115.360000', '190115.820000', '190116.280000', '190116.740000', '190117.200000', '190117.660000', '190118.120000', '190118.580000', '190119.040000', '190119.500000', '190119.960000', '190120.420000', '190120.880000', '190121.340000', '190121.800000', '190122.260000', '190122.720000', '190123.180000', '190123.640000', '190124.100000', '190124.560000', '190125.020000', '190125.480000', '190125.940000', '190126.400000', '190126.860000', '190127.320000', '190127.780000', '190128.240000', '190128.700000', '190129.160000', '190129.620000', '190130.080000', '190130.540000', '190131.000000', '190131.460000', '190131.920000', '190132.380000', '190132.840000', '190133.300000', '190133.760000', '190134.220000', '190134.680000', '190135.140000', '190135.600000', '190136.060000', '190136.520000', '190136.980000', '190137.440000', '190137.900000', '190138.360000', '190138.820000', '190139.280000', '190139.740000', '190140.200000', '190140.660000', '190141.120000', '190141.580000', '190142.040000', '190142.500000', '190142.960000', '190143.420000', '190143.880000', '190144.340000', '190144.800000', '190145.260000', '190145.720000', '190146.180000', '190146.640000', '190147.100000', '190147.560000', '190148.020000', '190148.480000', '190148.940000', '190149.400000', '190149.860000', '190150.320000', '190150.780000', '190151.240000', '190151.700000', '190152.160000', '190152.620000', '190153.080000', '190153.540000', '190154.000000', '190154.460000', '190154.920000', '190155.380000', '190155.840000', '190156.300000', '190156.760000', '190157.220000', '190157.680000', '190158.140000', '190158.600000', '190159.060000', '190159.520000', '190159.980000', '190200.440000', '190200.900000', '190201.360000', '190201.820000', '190202.280000', '190202.740000', '190203.200000', '190203.660000', '190204.120000', '190204.580000', '190205.040000', '190205.500000', '190205.960000', '190206.420000', '190206.880000', '190207.340000', '190207.800000', '190208.260000', '190208.720000', '190209.180000', '190209.640000', '190210.100000', '190210.560000', '190211.020000', '190211.480000', '190211.940000', '190212.400000', '190212.860000', '190213.320000', '190213.780000', '190214.240000', '190214.700000', '190215.160000', '190215.620000', '190216.080000', '190216.540000', '190217.000000', '190217.460000', '190217.920000', '190218.380000', '190218.840000', '190219.300000', '190219.760000', '190220.220000', '190220.680000', '190221.140000', '190221.600000', '190222.060000', '190222.520000', '190222.980000', '190223.440000', '190223.900000', '190224.360000', '190224.820000', '190225.280000', '190225.740000', '190226.200000', '190226.660000', '190227.120000', '190227.580000', '190228.040000', '190228.500000', '190228.960000', '190229.420000', '190229.880000', '190230.340000', '190230.800000', '190231.260000', '190231.720000', '190232.180000', '190232.640000', '190233.100000', '190233.560000', '190234.020000', '190234.480000', '190234.940000', '190235.400000', '190235.860000', '190236.320000', '190236.780000', '190237.240000', '190237.700000', '190238.160000', '190238.620000', '190239.080000', '190239.540000', '190240.000000', '190240.460000', '190240.920000', '190241.380000', '190241.840000', '190242.300000', '190242.760000', '190243.220000', '190243.680000', '190244.140000', '190244.600000', '190245.060000', '190245.520000', '190245.980000', '190246.440000', '190246.900000', '190247.360000', '190247.820000', '190248.280000', '190248.740000', '190249.200000', '190249.660000', '190250.120000', '190250.580000', '190251.040000', '190251.500000', '190251.960000', '190252.420000', '190252.880000', '190253.340000', '190253.800000', '190254.260000', '190254.720000', '190255.180000', '190255.640000', '190256.100000', '190256.560000', '190257.020000', '190257.480000', '190257.940000', '190258.400000', '190258.860000', '190259.320000', '190259.780000', '190300.240000', '190300.700000', '190301.160000', '190301.620000', '190302.080000', '190302.540000', '190303.000000', '190303.460000', '190303.920000', '190304.380000', '190304.840000', '190305.300000', '190305.760000', '190306.220000', '190306.680000', '190307.140000', '190307.600000', '190308.060000', '190308.520000', '190308.980000', '190309.440000', '190309.900000', '190310.360000', '190310.820000', '190311.280000', '190311.740000', '190312.200000', '190312.660000', '190313.120000', '190313.580000', '190314.040000', '190314.500000', '190314.960000', '190315.420000', '190315.880000', '190316.340000', '190316.800000', '190317.260000', '190317.720000', '190318.180000', '190318.640000', '190319.100000', '190319.560000', '190320.020000', '190320.480000', '190320.940000', '190321.400000', '190321.860000', '190322.320000', '190322.780000', '190323.240000', '190323.700000', '190324.160000', '190324.620000', '190325.080000', '190325.540000', '190326.000000', '190326.460000', '190326.920000', '190327.380000', '190327.840000', '190328.300000', '190328.760000', '190329.220000', '190329.680000', '190330.140000', '190330.600000', '190331.060000', '190331.520000', '190331.980000', '190332.440000', '190332.900000'], 'ContentTime': ['185648.673000', '185648.676000', '185648.679000', '185648.682000', '185648.685000', '185648.687000', '185648.690000', '185648.692000', '185648.696000', '185648.699000', '185648.705000', '185648.708000', '185648.710000', '185648.713000', '185648.716000', '185648.718000', '185648.721000', '185648.724000', '185648.726000', '185648.729000', '185648.731000', '185648.734000', '185648.737000', '185648.739000', '185648.742000', '185648.744000', '185648.747000', '185648.750000', '185648.759000', '185648.762000', '185648.764000', '185648.767000', '185648.769000', '185648.772000', '185648.775000', '185648.777000', '185648.780000', '185648.783000', '185648.785000', '185648.788000', '185648.791000', '185648.793000', '185648.796000', '185708.645000', '185708.648000', '185708.651000', '185708.654000', '185708.656000', '185708.659000', '185708.662000', '185708.664000', '185708.667000', '185708.670000', '185708.672000', '185708.675000', '185708.678000', '185708.680000', '185708.683000', '185708.685000', '185708.688000', '185708.691000', '185708.693000', '185708.696000', '185708.698000', '185708.701000', '185708.704000', '185708.706000', '185708.709000', '185708.712000', '185708.715000', '185708.717000', '185708.720000', '185708.722000', '185708.725000', '185708.727000', '185708.730000', '185708.733000', '185708.735000', '185708.738000', '185708.741000', '185708.743000', '185708.746000', '185708.748000', '185708.751000', '185708.754000', '185708.756000', '185708.759000', '185728.645000', '185728.648000', '185728.651000', '185728.653000', '185728.656000', '185728.659000', '185728.661000', '185728.664000', '185728.667000', '185728.670000', '185728.672000', '185728.675000', '185728.678000', '185728.680000', '185728.683000', '185728.685000', '185728.688000', '185728.691000', '185728.693000', '185728.696000', '185728.699000', '185728.701000', '185728.704000', '185728.707000', '185728.709000', '185728.712000', '185728.715000', '185728.717000', '185728.720000', '185728.723000', '185728.726000', '185728.729000', '185728.732000', '185728.734000', '185728.737000', '185728.740000', '185728.742000', '185728.745000', '185728.748000', '185728.750000', '185728.753000', '185728.756000', '185728.758000', '185748.647000', '185748.649000', '185748.652000', '185748.655000', '185748.657000', '185748.660000', '185748.663000', '185748.665000', '185748.668000', '185748.671000', '185748.673000', '185748.676000', '185748.678000', '185748.681000', '185748.684000', '185748.686000', '185748.689000', '185748.692000', '185748.694000', '185748.697000', '185748.699000', '185748.702000', '185748.705000', '185748.708000', '185748.710000', '185748.713000', '185748.716000', '185748.718000', '185748.721000', '185748.724000', '185748.726000', '185748.729000', '185748.731000', '185748.734000', '185748.737000', '185748.739000', '185748.742000', '185748.744000', '185748.750000', '185748.764000', '185748.766000', '185748.769000', '185748.772000', '185748.774000', '185808.647000', '185808.649000', '185808.652000', '185808.655000', '185808.657000', '185808.660000', '185808.662000', '185808.665000', '185808.668000', '185808.671000', '185808.673000', '185808.676000', '185808.679000', '185808.681000', '185808.684000', '185808.687000', '185808.689000', '185808.692000', '185808.694000', '185808.697000', '185808.700000', '185808.702000', '185808.705000', '185808.707000', '185808.710000', '185808.713000', '185808.715000', '185808.718000', '185808.721000', '185808.724000', '185808.726000', '185808.729000', '185808.732000', '185808.734000', '185808.738000', '185808.741000', '185808.744000', '185808.746000', '185808.749000', '185808.752000', '185808.754000', '185808.761000', '185808.763000', '185828.646000', '185828.649000', '185828.651000', '185828.654000', '185828.656000', '185828.659000', '185828.662000', '185828.664000', '185828.667000', '185828.670000', '185828.672000', '185828.675000', '185828.678000', '185828.680000', '185828.683000', '185828.685000', '185828.688000', '185828.691000', '185828.693000', '185828.696000', '185828.698000', '185828.701000', '185828.704000', '185828.706000', '185828.709000', '185828.712000', '185828.714000', '185828.717000', '185828.719000', '185828.722000', '185828.725000', '185828.727000', '185828.730000', '185828.733000', '185828.735000', '185828.738000', '185828.741000', '185828.743000', '185828.746000', '185828.749000', '185828.751000', '185828.754000', '185828.756000', '185828.759000', '185848.645000', '185848.655000', '185848.658000', '185848.660000', '185848.663000', '185848.666000', '185848.668000', '185848.671000', '185848.674000', '185848.676000', '185848.679000', '185848.682000', '185848.684000', '185848.687000', '185848.690000', '185848.692000', '185848.695000', '185848.698000', '185848.700000', '185848.703000', '185848.706000', '185848.708000', '185848.711000', '185848.714000', '185848.716000', '185848.719000', '185848.722000', '185848.724000', '185848.727000', '185848.730000', '185848.732000', '185848.735000', '185848.737000', '185848.740000', '185848.743000', '185848.745000', '185848.748000', '185848.751000', '185848.753000', '185848.756000', '185848.759000', '185848.761000', '185848.764000', '185908.646000', '185908.648000', '185908.651000', '185908.654000', '185908.657000', '185908.659000', '185908.662000', '185908.664000', '185908.667000', '185908.670000', '185908.672000', '185908.675000', '185908.678000', '185908.680000', '185908.683000', '185908.685000', '185908.688000', '185908.691000', '185908.693000', '185908.696000', '185908.699000', '185908.701000', '185908.704000', '185908.713000', '185908.716000', '185908.718000', '185908.721000', '185908.724000', '185908.727000', '185908.729000', '185908.732000', '185908.735000', '185908.737000', '185908.740000', '185908.742000', '185908.745000', '185908.748000', '185908.750000', '185908.753000', '185908.756000', '185908.758000', '185908.761000', '185908.764000', '185908.766000', '185928.645000', '185928.648000', '185928.651000', '185928.654000', '185928.656000', '185928.659000', '185928.662000', '185928.664000', '185928.667000', '185928.670000', '185928.672000', '185928.675000', '185928.677000', '185928.680000', '185928.683000', '185928.685000', '185928.688000', '185928.691000', '185928.693000', '185928.696000', '185928.699000', '185928.702000', '185928.704000', '185928.707000', '185928.710000', '185928.712000', '185928.715000', '185928.718000', '185928.720000', '185928.723000', '185928.726000', '185928.728000', '185928.731000', '185928.734000', '185928.743000', '185928.746000', '185928.749000', '185928.751000', '185928.754000', '185928.757000', '185928.760000', '185928.762000', '185928.765000', '185948.645000', '185948.648000', '185948.651000', '185948.654000', '185948.656000', '185948.659000', '185948.662000', '185948.664000', '185948.667000', '185948.670000', '185948.672000', '185948.675000', '185948.678000', '185948.680000', '185948.683000', '185948.685000', '185948.688000', '185948.691000', '185948.694000', '185948.697000', '185948.699000', '185948.702000', '185948.705000', '185948.707000', '185948.710000', '185948.713000', '185948.715000', '185948.718000', '185948.721000', '185948.723000', '185948.726000', '185948.728000', '185948.741000', '185948.745000', '185948.747000', '185948.750000', '185948.753000', '185948.755000', '185948.758000', '185948.761000', '185948.763000', '185948.766000', '185948.769000', '185948.771000', '190008.646000', '190008.649000', '190008.652000', '190008.655000', '190008.657000', '190008.660000', '190008.663000', '190008.665000', '190008.668000', '190008.670000', '190008.673000', '190008.676000', '190008.678000', '190008.681000', '190008.683000', '190008.686000', '190008.696000', '190008.698000', '190008.701000', '190008.704000', '190008.706000', '190008.709000', '190008.711000', '190008.714000', '190008.717000', '190008.719000', '190008.722000', '190008.725000', '190008.727000', '190008.730000', '190008.733000', '190008.736000', '190008.738000', '190008.741000', '190008.744000', '190008.746000', '190008.749000', '190008.752000', '190008.754000', '190008.757000', '190008.760000', '190008.762000', '190008.765000', '190028.647000', '190028.650000', '190028.652000', '190028.655000', '190028.658000', '190028.660000', '190028.663000', '190028.665000', '190028.668000', '190028.671000', '190028.674000', '190028.676000', '190028.679000', '190028.682000', '190028.684000', '190028.687000', '190028.690000', '190028.692000', '190028.695000', '190028.698000', '190028.700000', '190028.703000', '190028.706000', '190028.708000', '190028.711000', '190028.714000', '190028.716000', '190028.719000', '190028.721000', '190028.724000', '190028.727000', '190028.730000', '190028.732000', '190028.735000', '190028.738000', '190028.740000', '190028.743000', '190028.746000', '190028.748000', '190028.751000', '190028.754000', '190028.756000', '190028.766000', '190028.768000', '190048.646000', '190048.649000', '190048.651000', '190048.654000', '190048.657000', '190048.659000', '190048.662000', '190048.665000', '190048.667000', '190048.670000', '190048.672000', '190048.675000', '190048.678000', '190048.680000', '190048.683000', '190048.685000', '190048.688000', '190048.691000', '190048.693000', '190048.696000', '190048.699000', '190048.701000', '190048.704000', '190048.707000', '190048.709000', '190048.712000', '190048.714000', '190048.717000', '190048.720000', '190048.722000', '190048.725000', '190048.728000', '190048.730000', '190048.733000', '190048.735000', '190048.738000', '190048.741000', '190048.743000', '190048.746000', '190048.749000', '190048.751000', '190048.754000', '190048.757000', '190108.645000', '190108.648000', '190108.651000', '190108.654000', '190108.657000', '190108.659000', '190108.662000', '190108.665000', '190108.667000', '190108.670000', '190108.672000', '190108.675000', '190108.678000', '190108.681000', '190108.683000', '190108.686000', '190108.701000', '190108.704000', '190108.707000', '190108.709000', '190108.712000', '190108.714000', '190108.717000', '190108.720000', '190108.722000', '190108.725000', '190108.728000', '190108.730000', '190108.733000', '190108.735000', '190108.738000', '190108.741000', '190108.743000', '190108.746000', '190108.749000', '190108.751000', '190108.754000', '190108.765000', '190108.767000', '190108.770000', '190108.773000', '190108.775000', '190108.778000', '190108.781000', '190128.646000', '190128.648000', '190128.651000', '190128.654000', '190128.656000', '190128.659000', '190128.662000', '190128.665000', '190128.667000', '190128.670000', '190128.673000', '190128.675000', '190128.678000', '190128.681000', '190128.684000', '190128.686000', '190128.689000', '190128.692000', '190128.694000', '190128.697000', '190128.700000', '190128.702000', '190128.705000', '190128.708000', '190128.710000', '190128.713000', '190128.716000', '190128.718000', '190128.721000', '190128.724000', '190128.727000', '190128.729000', '190128.732000', '190128.734000', '190128.737000', '190128.740000', '190128.743000', '190128.745000', '190128.748000', '190128.751000', '190128.753000', '190128.756000', '190128.759000', '190148.646000', '190148.648000', '190148.651000', '190148.654000', '190148.657000', '190148.659000', '190148.662000', '190148.665000', '190148.667000', '190148.670000', '190148.673000', '190148.675000', '190148.678000', '190148.681000', '190148.683000', '190148.686000', '190148.689000', '190148.692000', '190148.694000', '190148.697000', '190148.700000', '190148.703000', '190148.705000', '190148.708000', '190148.711000', '190148.713000', '190148.716000', '190148.719000', '190148.721000', '190148.724000', '190148.727000', '190148.729000', '190148.732000', '190148.735000', '190148.737000', '190148.742000', '190148.745000', '190148.747000', '190148.750000', '190148.753000', '190148.756000', '190148.758000', '190148.761000', '190148.764000', '190208.645000', '190208.648000', '190208.651000', '190208.654000', '190208.656000', '190208.659000', '190208.662000', '190208.664000', '190208.667000', '190208.670000', '190208.672000', '190208.675000', '190208.678000', '190208.680000', '190208.683000', '190208.686000', '190208.688000', '190208.691000', '190208.694000', '190208.696000', '190208.699000', '190208.702000', '190208.704000', '190208.707000', '190208.710000', '190208.712000', '190208.715000', '190208.718000', '190208.720000', '190208.723000', '190208.726000', '190208.728000', '190208.731000', '190208.733000', '190208.736000', '190208.739000', '190208.741000', '190208.744000', '190208.746000', '190208.749000', '190208.752000', '190208.754000', '190208.757000', '190228.647000', '190228.649000', '190228.652000', '190228.655000', '190228.657000', '190228.660000', '190228.663000', '190228.665000', '190228.668000', '190228.671000', '190228.673000', '190228.676000', '190228.679000', '190228.681000', '190228.684000', '190228.687000', '190228.689000', '190228.692000', '190228.695000', '190228.697000', '190228.700000', '190228.703000', '190228.705000', '190228.708000', '190228.711000', '190228.713000', '190228.716000', '190228.730000', '190228.733000', '190228.736000', '190228.739000', '190228.741000', '190228.744000', '190228.746000', '190228.749000', '190228.752000', '190228.754000', '190228.757000', '190228.760000', '190228.762000', '190228.765000', '190228.768000', '190228.770000', '190228.773000', '190248.647000', '190248.650000', '190248.652000', '190248.655000', '190248.658000', '190248.660000', '190248.663000', '190248.666000', '190248.668000', '190248.671000', '190248.673000', '190248.676000', '190248.679000', '190248.682000', '190248.684000', '190248.687000', '190248.690000', '190248.692000', '190248.695000', '190248.697000', '190248.701000', '190248.703000', '190248.706000', '190248.708000', '190248.711000', '190248.714000', '190248.717000', '190248.719000', '190248.722000', '190248.725000', '190248.727000', '190248.730000', '190248.733000', '190248.735000', '190248.738000', '190248.740000', '190248.743000', '190248.746000', '190248.749000', '190248.751000', '190248.754000', '190248.757000', '190248.759000', '190308.646000', '190308.649000', '190308.651000', '190308.655000', '190308.658000', '190308.661000', '190308.664000', '190308.666000', '190308.669000', '190308.672000', '190308.674000', '190308.677000', '190308.680000', '190308.683000', '190308.685000', '190308.688000', '190308.691000', '190308.693000', '190308.696000', '190308.699000', '190308.701000', '190308.704000', '190308.707000', '190308.710000', '190308.712000', '190308.719000', '190308.721000', '190308.724000', '190308.727000', '190308.729000', '190308.732000', '190308.735000', '190308.737000', '190308.740000', '190308.743000', '190308.745000', '190308.748000', '190308.751000', '190308.753000', '190308.756000', '190308.758000', '190308.761000', '190308.764000', '190328.646000', '190328.649000', '190328.652000', '190328.654000', '190328.657000', '190328.660000', '190328.662000', '190328.665000', '190328.668000', '190328.670000', '190328.673000', '190328.676000', '190328.679000', '190328.681000', '190328.684000', '190328.686000', '190328.689000', '190328.692000', '190328.694000', '190328.697000', '190328.700000', '190328.702000', '190328.705000', '190328.708000', '190328.710000', '190328.713000', '190328.716000', '190328.718000', '190328.721000', '190328.724000', '190328.726000', '190328.729000', '190328.732000', '190328.734000', '190328.737000', '190328.740000', '190328.742000', '190328.745000', '190328.747000', '190328.750000', '190328.753000', '190328.755000', '190328.758000', '190328.761000', '190334.344000', '190334.347000', '190334.354000', '190334.357000', '190334.359000', '190334.362000', '190334.365000', '190334.368000', '190334.370000', '190334.373000', '190334.376000', '190334.378000', '190334.381000'], 'InstanceCreationTime': ['185648.673000', '185648.676000', '185648.679000', '185648.682000', '185648.685000', '185648.687000', '185648.690000', '185648.692000', '185648.696000', '185648.699000', '185648.705000', '185648.708000', '185648.710000', '185648.713000', '185648.716000', '185648.718000', '185648.721000', '185648.724000', '185648.726000', '185648.729000', '185648.731000', '185648.734000', '185648.737000', '185648.739000', '185648.742000', '185648.744000', '185648.747000', '185648.750000', '185648.759000', '185648.762000', '185648.764000', '185648.767000', '185648.769000', '185648.772000', '185648.775000', '185648.777000', '185648.780000', '185648.783000', '185648.785000', '185648.788000', '185648.791000', '185648.793000', '185648.796000', '185708.645000', '185708.648000', '185708.651000', '185708.654000', '185708.656000', '185708.659000', '185708.662000', '185708.664000', '185708.667000', '185708.670000', '185708.672000', '185708.675000', '185708.678000', '185708.680000', '185708.683000', '185708.685000', '185708.688000', '185708.691000', '185708.693000', '185708.696000', '185708.698000', '185708.701000', '185708.704000', '185708.706000', '185708.709000', '185708.712000', '185708.715000', '185708.717000', '185708.720000', '185708.722000', '185708.725000', '185708.727000', '185708.730000', '185708.733000', '185708.735000', '185708.738000', '185708.741000', '185708.743000', '185708.746000', '185708.748000', '185708.751000', '185708.754000', '185708.756000', '185708.759000', '185728.645000', '185728.648000', '185728.651000', '185728.653000', '185728.656000', '185728.659000', '185728.661000', '185728.664000', '185728.667000', '185728.670000', '185728.672000', '185728.675000', '185728.678000', '185728.680000', '185728.683000', '185728.685000', '185728.688000', '185728.691000', '185728.693000', '185728.696000', '185728.699000', '185728.701000', '185728.704000', '185728.707000', '185728.709000', '185728.712000', '185728.715000', '185728.717000', '185728.720000', '185728.723000', '185728.726000', '185728.729000', '185728.732000', '185728.734000', '185728.737000', '185728.740000', '185728.742000', '185728.745000', '185728.748000', '185728.750000', '185728.753000', '185728.756000', '185728.758000', '185748.647000', '185748.649000', '185748.652000', '185748.655000', '185748.657000', '185748.660000', '185748.663000', '185748.665000', '185748.668000', '185748.671000', '185748.673000', '185748.676000', '185748.678000', '185748.681000', '185748.684000', '185748.686000', '185748.689000', '185748.692000', '185748.694000', '185748.697000', '185748.699000', '185748.702000', '185748.705000', '185748.708000', '185748.710000', '185748.713000', '185748.716000', '185748.718000', '185748.721000', '185748.724000', '185748.726000', '185748.729000', '185748.731000', '185748.734000', '185748.737000', '185748.739000', '185748.742000', '185748.744000', '185748.750000', '185748.764000', '185748.766000', '185748.769000', '185748.772000', '185748.774000', '185808.647000', '185808.649000', '185808.652000', '185808.655000', '185808.657000', '185808.660000', '185808.662000', '185808.665000', '185808.668000', '185808.671000', '185808.673000', '185808.676000', '185808.679000', '185808.681000', '185808.684000', '185808.687000', '185808.689000', '185808.692000', '185808.694000', '185808.697000', '185808.700000', '185808.702000', '185808.705000', '185808.707000', '185808.710000', '185808.713000', '185808.715000', '185808.718000', '185808.721000', '185808.724000', '185808.726000', '185808.729000', '185808.732000', '185808.734000', '185808.738000', '185808.741000', '185808.744000', '185808.746000', '185808.749000', '185808.752000', '185808.754000', '185808.761000', '185808.763000', '185828.646000', '185828.649000', '185828.651000', '185828.654000', '185828.656000', '185828.659000', '185828.662000', '185828.664000', '185828.667000', '185828.670000', '185828.672000', '185828.675000', '185828.678000', '185828.680000', '185828.683000', '185828.685000', '185828.688000', '185828.691000', '185828.693000', '185828.696000', '185828.698000', '185828.701000', '185828.704000', '185828.706000', '185828.709000', '185828.712000', '185828.714000', '185828.717000', '185828.719000', '185828.722000', '185828.725000', '185828.727000', '185828.730000', '185828.733000', '185828.735000', '185828.738000', '185828.741000', '185828.743000', '185828.746000', '185828.749000', '185828.751000', '185828.754000', '185828.756000', '185828.759000', '185848.645000', '185848.655000', '185848.658000', '185848.660000', '185848.663000', '185848.666000', '185848.668000', '185848.671000', '185848.674000', '185848.676000', '185848.679000', '185848.682000', '185848.684000', '185848.687000', '185848.690000', '185848.692000', '185848.695000', '185848.698000', '185848.700000', '185848.703000', '185848.706000', '185848.708000', '185848.711000', '185848.714000', '185848.716000', '185848.719000', '185848.722000', '185848.724000', '185848.727000', '185848.730000', '185848.732000', '185848.735000', '185848.737000', '185848.740000', '185848.743000', '185848.745000', '185848.748000', '185848.751000', '185848.753000', '185848.756000', '185848.759000', '185848.761000', '185848.764000', '185908.646000', '185908.648000', '185908.651000', '185908.654000', '185908.657000', '185908.659000', '185908.662000', '185908.664000', '185908.667000', '185908.670000', '185908.672000', '185908.675000', '185908.678000', '185908.680000', '185908.683000', '185908.685000', '185908.688000', '185908.691000', '185908.693000', '185908.696000', '185908.699000', '185908.701000', '185908.704000', '185908.713000', '185908.716000', '185908.718000', '185908.721000', '185908.724000', '185908.727000', '185908.729000', '185908.732000', '185908.735000', '185908.737000', '185908.740000', '185908.742000', '185908.745000', '185908.748000', '185908.750000', '185908.753000', '185908.756000', '185908.758000', '185908.761000', '185908.764000', '185908.766000', '185928.645000', '185928.648000', '185928.651000', '185928.654000', '185928.656000', '185928.659000', '185928.662000', '185928.664000', '185928.667000', '185928.670000', '185928.672000', '185928.675000', '185928.677000', '185928.680000', '185928.683000', '185928.685000', '185928.688000', '185928.691000', '185928.693000', '185928.696000', '185928.699000', '185928.702000', '185928.704000', '185928.707000', '185928.710000', '185928.712000', '185928.715000', '185928.718000', '185928.720000', '185928.723000', '185928.726000', '185928.728000', '185928.731000', '185928.734000', '185928.743000', '185928.746000', '185928.749000', '185928.751000', '185928.754000', '185928.757000', '185928.760000', '185928.762000', '185928.765000', '185948.645000', '185948.648000', '185948.651000', '185948.654000', '185948.656000', '185948.659000', '185948.662000', '185948.664000', '185948.667000', '185948.670000', '185948.672000', '185948.675000', '185948.678000', '185948.680000', '185948.683000', '185948.685000', '185948.688000', '185948.691000', '185948.694000', '185948.697000', '185948.699000', '185948.702000', '185948.705000', '185948.707000', '185948.710000', '185948.713000', '185948.715000', '185948.718000', '185948.721000', '185948.723000', '185948.726000', '185948.728000', '185948.741000', '185948.745000', '185948.747000', '185948.750000', '185948.753000', '185948.755000', '185948.758000', '185948.761000', '185948.763000', '185948.766000', '185948.769000', '185948.771000', '190008.646000', '190008.649000', '190008.652000', '190008.655000', '190008.657000', '190008.660000', '190008.663000', '190008.665000', '190008.668000', '190008.670000', '190008.673000', '190008.676000', '190008.678000', '190008.681000', '190008.683000', '190008.686000', '190008.696000', '190008.698000', '190008.701000', '190008.704000', '190008.706000', '190008.709000', '190008.711000', '190008.714000', '190008.717000', '190008.719000', '190008.722000', '190008.725000', '190008.727000', '190008.730000', '190008.733000', '190008.736000', '190008.738000', '190008.741000', '190008.744000', '190008.746000', '190008.749000', '190008.752000', '190008.754000', '190008.757000', '190008.760000', '190008.762000', '190008.765000', '190028.647000', '190028.650000', '190028.652000', '190028.655000', '190028.658000', '190028.660000', '190028.663000', '190028.665000', '190028.668000', '190028.671000', '190028.674000', '190028.676000', '190028.679000', '190028.682000', '190028.684000', '190028.687000', '190028.690000', '190028.692000', '190028.695000', '190028.698000', '190028.700000', '190028.703000', '190028.706000', '190028.708000', '190028.711000', '190028.714000', '190028.716000', '190028.719000', '190028.721000', '190028.724000', '190028.727000', '190028.730000', '190028.732000', '190028.735000', '190028.738000', '190028.740000', '190028.743000', '190028.746000', '190028.748000', '190028.751000', '190028.754000', '190028.756000', '190028.766000', '190028.768000', '190048.646000', '190048.649000', '190048.651000', '190048.654000', '190048.657000', '190048.659000', '190048.662000', '190048.665000', '190048.667000', '190048.670000', '190048.672000', '190048.675000', '190048.678000', '190048.680000', '190048.683000', '190048.685000', '190048.688000', '190048.691000', '190048.693000', '190048.696000', '190048.699000', '190048.701000', '190048.704000', '190048.707000', '190048.709000', '190048.712000', '190048.714000', '190048.717000', '190048.720000', '190048.722000', '190048.725000', '190048.728000', '190048.730000', '190048.733000', '190048.735000', '190048.738000', '190048.741000', '190048.743000', '190048.746000', '190048.749000', '190048.751000', '190048.754000', '190048.757000', '190108.645000', '190108.648000', '190108.651000', '190108.654000', '190108.657000', '190108.659000', '190108.662000', '190108.665000', '190108.667000', '190108.670000', '190108.672000', '190108.675000', '190108.678000', '190108.681000', '190108.683000', '190108.686000', '190108.701000', '190108.704000', '190108.707000', '190108.709000', '190108.712000', '190108.714000', '190108.717000', '190108.720000', '190108.722000', '190108.725000', '190108.728000', '190108.730000', '190108.733000', '190108.735000', '190108.738000', '190108.741000', '190108.743000', '190108.746000', '190108.749000', '190108.751000', '190108.754000', '190108.765000', '190108.767000', '190108.770000', '190108.773000', '190108.775000', '190108.778000', '190108.781000', '190128.646000', '190128.648000', '190128.651000', '190128.654000', '190128.656000', '190128.659000', '190128.662000', '190128.665000', '190128.667000', '190128.670000', '190128.673000', '190128.675000', '190128.678000', '190128.681000', '190128.684000', '190128.686000', '190128.689000', '190128.692000', '190128.694000', '190128.697000', '190128.700000', '190128.702000', '190128.705000', '190128.708000', '190128.710000', '190128.713000', '190128.716000', '190128.718000', '190128.721000', '190128.724000', '190128.727000', '190128.729000', '190128.732000', '190128.734000', '190128.737000', '190128.740000', '190128.743000', '190128.745000', '190128.748000', '190128.751000', '190128.753000', '190128.756000', '190128.759000', '190148.646000', '190148.648000', '190148.651000', '190148.654000', '190148.657000', '190148.659000', '190148.662000', '190148.665000', '190148.667000', '190148.670000', '190148.673000', '190148.675000', '190148.678000', '190148.681000', '190148.683000', '190148.686000', '190148.689000', '190148.692000', '190148.694000', '190148.697000', '190148.700000', '190148.703000', '190148.705000', '190148.708000', '190148.711000', '190148.713000', '190148.716000', '190148.719000', '190148.721000', '190148.724000', '190148.727000', '190148.729000', '190148.732000', '190148.735000', '190148.737000', '190148.742000', '190148.745000', '190148.747000', '190148.750000', '190148.753000', '190148.756000', '190148.758000', '190148.761000', '190148.764000', '190208.645000', '190208.648000', '190208.651000', '190208.654000', '190208.656000', '190208.659000', '190208.662000', '190208.664000', '190208.667000', '190208.670000', '190208.672000', '190208.675000', '190208.678000', '190208.680000', '190208.683000', '190208.686000', '190208.688000', '190208.691000', '190208.694000', '190208.696000', '190208.699000', '190208.702000', '190208.704000', '190208.707000', '190208.710000', '190208.712000', '190208.715000', '190208.718000', '190208.720000', '190208.723000', '190208.726000', '190208.728000', '190208.731000', '190208.733000', '190208.736000', '190208.739000', '190208.741000', '190208.744000', '190208.746000', '190208.749000', '190208.752000', '190208.754000', '190208.757000', '190228.647000', '190228.649000', '190228.652000', '190228.655000', '190228.657000', '190228.660000', '190228.663000', '190228.665000', '190228.668000', '190228.671000', '190228.673000', '190228.676000', '190228.679000', '190228.681000', '190228.684000', '190228.687000', '190228.689000', '190228.692000', '190228.695000', '190228.697000', '190228.700000', '190228.703000', '190228.705000', '190228.708000', '190228.711000', '190228.713000', '190228.716000', '190228.730000', '190228.733000', '190228.736000', '190228.739000', '190228.741000', '190228.744000', '190228.746000', '190228.749000', '190228.752000', '190228.754000', '190228.757000', '190228.760000', '190228.762000', '190228.765000', '190228.768000', '190228.770000', '190228.773000', '190248.647000', '190248.650000', '190248.652000', '190248.655000', '190248.658000', '190248.660000', '190248.663000', '190248.666000', '190248.668000', '190248.671000', '190248.673000', '190248.676000', '190248.679000', '190248.682000', '190248.684000', '190248.687000', '190248.690000', '190248.692000', '190248.695000', '190248.697000', '190248.701000', '190248.703000', '190248.706000', '190248.708000', '190248.711000', '190248.714000', '190248.717000', '190248.719000', '190248.722000', '190248.725000', '190248.727000', '190248.730000', '190248.733000', '190248.735000', '190248.738000', '190248.740000', '190248.743000', '190248.746000', '190248.749000', '190248.751000', '190248.754000', '190248.757000', '190248.759000', '190308.646000', '190308.649000', '190308.651000', '190308.655000', '190308.658000', '190308.661000', '190308.664000', '190308.666000', '190308.669000', '190308.672000', '190308.674000', '190308.677000', '190308.680000', '190308.683000', '190308.685000', '190308.688000', '190308.691000', '190308.693000', '190308.696000', '190308.699000', '190308.701000', '190308.704000', '190308.707000', '190308.710000', '190308.712000', '190308.719000', '190308.721000', '190308.724000', '190308.727000', '190308.729000', '190308.732000', '190308.735000', '190308.737000', '190308.740000', '190308.743000', '190308.745000', '190308.748000', '190308.751000', '190308.753000', '190308.756000', '190308.758000', '190308.761000', '190308.764000', '190328.646000', '190328.649000', '190328.652000', '190328.654000', '190328.657000', '190328.660000', '190328.662000', '190328.665000', '190328.668000', '190328.670000', '190328.673000', '190328.676000', '190328.679000', '190328.681000', '190328.684000', '190328.686000', '190328.689000', '190328.692000', '190328.694000', '190328.697000', '190328.700000', '190328.702000', '190328.705000', '190328.708000', '190328.710000', '190328.713000', '190328.716000', '190328.718000', '190328.721000', '190328.724000', '190328.726000', '190328.729000', '190328.732000', '190328.734000', '190328.737000', '190328.740000', '190328.742000', '190328.745000', '190328.747000', '190328.750000', '190328.753000', '190328.755000', '190328.758000', '190328.761000', '190334.344000', '190334.347000', '190334.354000', '190334.357000', '190334.359000', '190334.362000', '190334.365000', '190334.368000', '190334.370000', '190334.373000', '190334.376000', '190334.378000', '190334.381000'], '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': [10198, 8580, 7617, 11789, 7212, 5904, 11487, 9324, 6097, 9170, 6057, 9734, 9497, 5969, 8838, 7098, 6407, 11066, 6731, 5744, 8105, 7142, 9006, 10318, 5879, 9429, 8740, 6696, 9768, 6275, 8774, 9643, 7771, 10701, 6503, 5873, 11160, 7897, 5935, 9008, 6158, 10969, 10777, 6103, 9167, 7007, 7117, 10270, 6653, 6241, 8407, 7077, 10312, 10895, 6189, 8755, 8191, 6721, 11534, 7120, 5839, 8091, 7007, 8196, 8769, 5938, 9063, 8525, 6572, 8681, 6739, 5847, 10140, 8891, 7373, 9702, 6686, 5882, 10763, 6946, 7408, 8785, 6050, 10719, 10107, 6437, 9761, 6878, 5959, 10742, 7554, 5643, 8081, 7067, 7757, 9152, 5825, 6632, 8538, 6746, 5754, 8499, 6839, 7047, 12646, 8436, 6310, 8881, 7939, 7567, 11173, 7136, 6104, 10089, 8205, 6890, 8790, 6846, 6007, 10945, 10619, 6180, 5783, 7700, 7792, 7106, 10621, 7260, 5800, 8679, 8335, 6824, 5595, 8327, 7525, 7619, 6997, 7824, 6104, 9553, 8958, 7348, 12702, 7725, 5641, 9788, 11592, 7802, 6079, 9128, 7569, 6541, 9760, 7566, 5979, 10765, 6745, 5988, 12689, 9914, 6098, 7418, 9605, 7101, 5867, 5854, 10928, 9876, 6872, 6191, 9642, 8971, 7185, 9294, 6552, 5770, 9294, 10081, 6070, 5635, 8839, 7890, 6235, 8668, 6869, 6388, 10292, 10961, 6399, 6042, 8769, 7304, 10178, 10721, 6423, 6204, 9063, 7005, 8806, 9128, 6271, 6669, 9868, 7668, 6019, 8936, 6953, 6069, 11776, 8319, 5829, 9062, 8897, 7288, 10735, 7536, 5565, 9634, 8330, 6905, 6436, 7293, 6220, 9577, 9937, 6071, 5912, 8625, 7014, 10544, 8493, 5836, 9707, 8682, 6993, 9300, 6704, 5834, 10966, 9649, 5728, 8680, 7156, 7033, 9430, 6589, 6138, 8593, 6638, 11204, 8082, 5622, 9028, 7386, 7321, 10172, 6353, 6608, 7756, 6153, 9998, 7309, 7137, 7466, 5790, 9514, 7264, 8259, 7406, 5840, 8579, 6283, 9844, 6610, 6182, 7886, 6073, 9893, 7073, 8722, 6987, 11162, 9496, 6429, 8581, 5924, 9781, 7224, 11173, 7400, 5974, 8394, 6978, 9670, 6114, 9125, 6583, 10534, 8138, 7025, 8078, 5950, 9641, 8171, 6592, 9320, 5910, 9037, 6389, 11825, 8104, 5990, 8357, 7122, 12961, 10463, 8164, 7603, 7314, 14168, 7919, 9440, 6184, 9296, 7066, 5742, 7831, 5795, 9353, 8342, 13143, 9707, 8229, 9488, 8358, 11641, 6606, 7510, 7885, 6589, 12257, 8933, 6221, 8804, 7108, 12794, 8318, 5771, 8384, 7313, 8878, 8130, 6127, 7700, 8666, 7075, 6000, 8273, 7165, 6831, 9248, 6879, 5970, 10330, 8571, 6808, 9243, 6362, 11546, 9836, 6805, 9473, 7286, 5989, 10811, 10527, 6341, 7926, 7797, 6745, 11489, 7956, 6043, 9392, 8569, 7181, 9540, 7808, 5973, 12096, 9067, 5684, 8538, 7490, 6904, 9532, 8401, 5818, 10342, 9235, 6775, 9077, 6951, 6319, 10091, 7106, 5947, 7829, 10204, 8321, 5882, 8482, 7237, 6822, 11343, 7197, 5925, 8450, 7761, 7153, 9408, 6772, 5910, 9062, 7899, 6195, 8768, 6983, 6178, 11563, 9393, 5813, 8305, 7618, 6711, 11313, 7413, 5783, 9183, 8563, 6896, 10232, 7149, 5865, 11110, 8901, 5579, 8540, 7166, 6437, 11389, 7605, 5906, 8435, 7175, 7766, 9132, 6027, 6972, 8247, 6396, 11331, 8172, 6067, 6023, 8323, 7750, 6423, 8814, 6618, 7497, 9884, 7393, 5814, 8208, 7174, 6439, 8192, 7844, 5936, 7427, 9764, 7044, 5855, 8117, 7143, 10208, 10197, 6208, 8855, 7827, 6850, 11210, 7349, 7355, 7654, 6327, 10220, 7613, 5657, 8281, 7662, 7196, 9223, 6380, 9335, 6173, 10858, 8086, 6033, 7966, 6385, 8474, 9027, 6593, 5893, 8009, 10402, 10180, 5981, 9240, 6914, 7452, 9815, 7619, 6602, 6894, 5854, 11011, 8183, 6407, 10783, 8505, 5852, 10950, 12349, 7238, 7077, 7656, 6593, 14116, 9107, 6123, 8612, 7321, 6768, 9568, 6301, 5849, 8947, 8363, 8027, 9655, 6264, 9598, 8842, 6808, 9878, 6542, 8071, 8630, 6430, 9559, 6813, 9296, 8513, 6366, 9455, 7103, 6252, 10552, 8085, 5750, 8227, 7560, 7503, 9395, 6823, 5982, 8792, 7902, 10279, 9302, 6005, 8306, 7848, 7497, 10024, 7248, 5796, 8950, 7941, 7276, 8210, 6204, 8356, 9839, 7134, 5870, 8102, 7223, 8955, 9451, 6207, 5976, 8386, 7578, 11579, 7290, 6184, 8705, 7580, 7828, 9486, 6903, 5705, 8804, 8343, 7255, 9574, 6959, 7468, 9435, 7462, 9494, 7603, 6090, 8374, 6845, 10629, 7379, 5900, 8201, 7053, 10089, 9321, 5711, 6272, 7448, 7073, 9986, 9499, 6136, 6137, 9312, 8205, 7110, 8891, 6326, 11961, 9214, 6304, 9118, 7456, 6854, 12030, 7800, 5977, 8509, 7605, 7420, 9031, 6299, 6065, 9436, 8106, 6296, 8786, 6384, 9783, 9365, 7092, 8604, 7816, 6424, 11777, 9852, 5808, 8585, 7550, 7215, 10359, 7140, 5790, 8406, 8052, 10155, 8347, 5705, 9732, 8350, 6874, 9891, 6701, 5885, 9614, 8167, 5903, 8394, 7054, 6509, 10894, 7772, 5735, 7701, 8035, 7400, 7488, 8416, 6930, 8188, 11384, 7009, 6041, 8979, 8137, 7094, 9300, 7496, 6625, 8197, 9467, 6924, 5818, 9565, 9420, 6987, 5892, 8838, 7972, 7603, 9642, 7407, 5768, 8999, 10655, 7242, 5980, 8443, 7804, 7080, 11009, 7972, 5554, 9879, 8986, 7137, 5845, 8573, 7338, 6819, 9320, 8039, 6151, 5769, 10205, 8300, 5741, 8968, 7625, 6660, 12881, 8752, 5904, 9046, 8610, 7333, 5771, 8267, 7281, 6318, 8562, 7159, 5795, 9860, 10230, 7057, 5794, 8536, 7725, 6811, 9523, 7220, 6382, 9593, 8980, 6851, 5680, 8398, 7242, 11816, 7640, 5737, 9304, 8165, 6878, 9250, 7124, 5837, 11214, 9090, 6029, 9936, 7786, 6798, 10092, 7342, 6166, 12106, 9842, 5809, 9309, 8228, 8125, 10081, 9390, 5855, 5817, 8434, 7301, 5925, 9823, 7349, 6062, 8653, 9373, 8777, 7424, 14846, 14186, 10882, 7581, 9472, 7802, 6910, 13502, 8331, 5829, 5604, 9235, 7992, 5711, 6234, 8423, 8045, 6604, 9382, 6798, 5514, 10010, 7961, 5805, 5641, 9250, 7884, 6203, 5835, 8190, 7339, 6985, 10103, 7260, 6747, 8127, 12705, 8276, 7577, 7162, 6220, 7463, 8157, 7087, 7344, 6402, 10291, 8611, 7403, 13582, 10687, 6477, 7868, 12356, 7859, 6535, 5682, 10043, 8295, 6811, 6291, 12372, 10080, 6794, 8152, 9823, 7896, 5927, 5606, 10971, 8521, 6900, 6015, 9196, 8236, 7533, 9634, 7233, 6722, 10489, 7853, 5657, 8104, 8806, 8088, 5920, 5733, 8772, 8216, 7010, 8284, 10500, 7834, 7854, 6624, 7669, 8477, 8226], 'WindowCenter': [3659.0, 3635.0, 3611.0, 3641.0, 3597.0, 3564.0, 3627.0, 3615.0, 3563.0, 3604.0, 3561.0, 3604.0, 3615.0, 3562.0, 3604.0, 3583.0, 3573.0, 3627.0, 3585.0, 3563.0, 3594.0, 3584.0, 3606.0, 3616.0, 3563.0, 3603.0, 3605.0, 3573.0, 3615.0, 3574.0, 3604.0, 3615.0, 3594.0, 3614.0, 3572.0, 3551.0, 3625.0, 3594.0, 3562.0, 3603.0, 3561.0, 3613.0, 3625.0, 3562.0, 3604.0, 3582.0, 3571.0, 3613.0, 3572.0, 3572.0, 3593.0, 3582.0, 3614.0, 3625.0, 3562.0, 3604.0, 3593.0, 3572.0, 3626.0, 3583.0, 3562.0, 3592.0, 3583.0, 3604.0, 3604.0, 3563.0, 3603.0, 3604.0, 3584.0, 3605.0, 3585.0, 3564.0, 3627.0, 3617.0, 3594.0, 3616.0, 3585.0, 3551.0, 3626.0, 3584.0, 3583.0, 3604.0, 3562.0, 3615.0, 3615.0, 3572.0, 3615.0, 3572.0, 3561.0, 3626.0, 3594.0, 3563.0, 3594.0, 3584.0, 3594.0, 3615.0, 3563.0, 3572.0, 3605.0, 3585.0, 3564.0, 3617.0, 3585.0, 3584.0, 3637.0, 3606.0, 3573.0, 3604.0, 3594.0, 3594.0, 3626.0, 3583.0, 3561.0, 3614.0, 3604.0, 3582.0, 3603.0, 3572.0, 3562.0, 3625.0, 3625.0, 3562.0, 3562.0, 3592.0, 3593.0, 3583.0, 3625.0, 3594.0, 3563.0, 3602.0, 3604.0, 3573.0, 3551.0, 3604.0, 3593.0, 3594.0, 3572.0, 3593.0, 3561.0, 3615.0, 3604.0, 3584.0, 3636.0, 3582.0, 3551.0, 3613.0, 3624.0, 3582.0, 3560.0, 3602.0, 3581.0, 3560.0, 3612.0, 3580.0, 3560.0, 3625.0, 3572.0, 3563.0, 3635.0, 3615.0, 3562.0, 3581.0, 3614.0, 3582.0, 3561.0, 3562.0, 3626.0, 3615.0, 3573.0, 3562.0, 3614.0, 3604.0, 3584.0, 3616.0, 3572.0, 3550.0, 3603.0, 3614.0, 3561.0, 3549.0, 3604.0, 3595.0, 3562.0, 3605.0, 3572.0, 3573.0, 3614.0, 3624.0, 3573.0, 3561.0, 3593.0, 3583.0, 3615.0, 3614.0, 3561.0, 3561.0, 3603.0, 3572.0, 3603.0, 3603.0, 3571.0, 3571.0, 3614.0, 3593.0, 3562.0, 3604.0, 3583.0, 3561.0, 3626.0, 3604.0, 3551.0, 3603.0, 3603.0, 3583.0, 3625.0, 3582.0, 3551.0, 3603.0, 3592.0, 3583.0, 3571.0, 3582.0, 3562.0, 3615.0, 3615.0, 3563.0, 3562.0, 3604.0, 3583.0, 3626.0, 3604.0, 3551.0, 3614.0, 3605.0, 3583.0, 3604.0, 3571.0, 3551.0, 3626.0, 3615.0, 3563.0, 3605.0, 3584.0, 3584.0, 3615.0, 3574.0, 3562.0, 3604.0, 3572.0, 3625.0, 3594.0, 3562.0, 3604.0, 3583.0, 3583.0, 3614.0, 3573.0, 3583.0, 3594.0, 3561.0, 3616.0, 3584.0, 3583.0, 3583.0, 3562.0, 3614.0, 3584.0, 3604.0, 3584.0, 3562.0, 3604.0, 3573.0, 3616.0, 3584.0, 3574.0, 3606.0, 3573.0, 3628.0, 3585.0, 3605.0, 3586.0, 3625.0, 3616.0, 3573.0, 3604.0, 3563.0, 3615.0, 3584.0, 3626.0, 3584.0, 3563.0, 3606.0, 3583.0, 3614.0, 3562.0, 3604.0, 3584.0, 3615.0, 3595.0, 3584.0, 3594.0, 3574.0, 3616.0, 3607.0, 3586.0, 3617.0, 3565.0, 3617.0, 3574.0, 3638.0, 3607.0, 3575.0, 3606.0, 3585.0, 3639.0, 3628.0, 3607.0, 3597.0, 3598.0, 3649.0, 3592.0, 3601.0, 3547.0, 3601.0, 3583.0, 3562.0, 3596.0, 3564.0, 3615.0, 3593.0, 3624.0, 3602.0, 3578.0, 3589.0, 3577.0, 3599.0, 3556.0, 3566.0, 3577.0, 3556.0, 3610.0, 3589.0, 3545.0, 3587.0, 3557.0, 3610.0, 3579.0, 3536.0, 3578.0, 3569.0, 3590.0, 3580.0, 3560.0, 3581.0, 3603.0, 3582.0, 3560.0, 3590.0, 3583.0, 3584.0, 3615.0, 3584.0, 3562.0, 3615.0, 3605.0, 3573.0, 3604.0, 3571.0, 3624.0, 3613.0, 3572.0, 3614.0, 3583.0, 3562.0, 3626.0, 3625.0, 3572.0, 3593.0, 3593.0, 3572.0, 3625.0, 3593.0, 3563.0, 3614.0, 3604.0, 3584.0, 3615.0, 3582.0, 3561.0, 3625.0, 3603.0, 3551.0, 3602.0, 3583.0, 3583.0, 3614.0, 3603.0, 3551.0, 3614.0, 3604.0, 3572.0, 3604.0, 3583.0, 3574.0, 3627.0, 3583.0, 3562.0, 3593.0, 3627.0, 3605.0, 3564.0, 3606.0, 3595.0, 3585.0, 3627.0, 3584.0, 3563.0, 3604.0, 3595.0, 3583.0, 3615.0, 3573.0, 3552.0, 3604.0, 3593.0, 3562.0, 3604.0, 3582.0, 3562.0, 3627.0, 3615.0, 3563.0, 3605.0, 3594.0, 3573.0, 3626.0, 3583.0, 3562.0, 3604.0, 3604.0, 3583.0, 3615.0, 3572.0, 3550.0, 3624.0, 3603.0, 3540.0, 3602.0, 3571.0, 3561.0, 3624.0, 3593.0, 3550.0, 3590.0, 3570.0, 3582.0, 3603.0, 3562.0, 3582.0, 3592.0, 3561.0, 3624.0, 3593.0, 3562.0, 3562.0, 3604.0, 3595.0, 3573.0, 3616.0, 3584.0, 3583.0, 3616.0, 3594.0, 3563.0, 3606.0, 3584.0, 3585.0, 3606.0, 3606.0, 3575.0, 3596.0, 3628.0, 3597.0, 3565.0, 3607.0, 3596.0, 3628.0, 3627.0, 3574.0, 3604.0, 3594.0, 3572.0, 3627.0, 3594.0, 3583.0, 3582.0, 3560.0, 3614.0, 3582.0, 3550.0, 3592.0, 3583.0, 3581.0, 3604.0, 3572.0, 3603.0, 3549.0, 3612.0, 3580.0, 3549.0, 3591.0, 3572.0, 3594.0, 3616.0, 3585.0, 3562.0, 3607.0, 3625.0, 3615.0, 3562.0, 3604.0, 3584.0, 3582.0, 3615.0, 3596.0, 3585.0, 3583.0, 3563.0, 3627.0, 3606.0, 3561.0, 3624.0, 3605.0, 3564.0, 3627.0, 3638.0, 3584.0, 3583.0, 3583.0, 3572.0, 3636.0, 3603.0, 3560.0, 3591.0, 3582.0, 3572.0, 3614.0, 3572.0, 3551.0, 3602.0, 3594.0, 3592.0, 3615.0, 3561.0, 3603.0, 3604.0, 3572.0, 3603.0, 3561.0, 3580.0, 3592.0, 3561.0, 3602.0, 3572.0, 3602.0, 3592.0, 3561.0, 3603.0, 3583.0, 3561.0, 3615.0, 3594.0, 3551.0, 3593.0, 3593.0, 3594.0, 3616.0, 3584.0, 3562.0, 3604.0, 3594.0, 3616.0, 3615.0, 3563.0, 3593.0, 3594.0, 3584.0, 3615.0, 3583.0, 3551.0, 3603.0, 3593.0, 3582.0, 3593.0, 3561.0, 3593.0, 3615.0, 3584.0, 3561.0, 3593.0, 3583.0, 3605.0, 3615.0, 3562.0, 3561.0, 3594.0, 3594.0, 3626.0, 3584.0, 3561.0, 3604.0, 3594.0, 3594.0, 3615.0, 3584.0, 3562.0, 3604.0, 3605.0, 3584.0, 3615.0, 3584.0, 3582.0, 3604.0, 3583.0, 3614.0, 3582.0, 3560.0, 3592.0, 3571.0, 3613.0, 3581.0, 3562.0, 3592.0, 3572.0, 3614.0, 3604.0, 3562.0, 3571.0, 3583.0, 3584.0, 3628.0, 3616.0, 3575.0, 3563.0, 3616.0, 3606.0, 3584.0, 3605.0, 3574.0, 3625.0, 3616.0, 3574.0, 3604.0, 3583.0, 3572.0, 3626.0, 3594.0, 3562.0, 3604.0, 3594.0, 3584.0, 3605.0, 3574.0, 3563.0, 3616.0, 3595.0, 3574.0, 3605.0, 3573.0, 3614.0, 3605.0, 3584.0, 3604.0, 3582.0, 3561.0, 3625.0, 3614.0, 3551.0, 3592.0, 3582.0, 3582.0, 3614.0, 3572.0, 3550.0, 3592.0, 3593.0, 3613.0, 3592.0, 3551.0, 3602.0, 3592.0, 3572.0, 3614.0, 3571.0, 3550.0, 3603.0, 3593.0, 3551.0, 3593.0, 3571.0, 3561.0, 3626.0, 3594.0, 3563.0, 3594.0, 3594.0, 3595.0, 3584.0, 3605.0, 3584.0, 3595.0, 3627.0, 3584.0, 3561.0, 3603.0, 3594.0, 3584.0, 3615.0, 3583.0, 3573.0, 3606.0, 3616.0, 3584.0, 3563.0, 3616.0, 3616.0, 3584.0, 3563.0, 3604.0, 3594.0, 3594.0, 3614.0, 3583.0, 3552.0, 3603.0, 3614.0, 3583.0, 3561.0, 3592.0, 3592.0, 3582.0, 3625.0, 3592.0, 3540.0, 3602.0, 3603.0, 3571.0, 3549.0, 3591.0, 3581.0, 3571.0, 3602.0, 3592.0, 3561.0, 3549.0, 3614.0, 3593.0, 3550.0, 3603.0, 3582.0, 3570.0, 3635.0, 3602.0, 3551.0, 3590.0, 3591.0, 3581.0, 3547.0, 3590.0, 3581.0, 3562.0, 3604.0, 3582.0, 3550.0, 3614.0, 3614.0, 3583.0, 3551.0, 3603.0, 3592.0, 3571.0, 3614.0, 3581.0, 3572.0, 3615.0, 3605.0, 3584.0, 3551.0, 3593.0, 3582.0, 3624.0, 3581.0, 3550.0, 3603.0, 3593.0, 3572.0, 3603.0, 3582.0, 3551.0, 3625.0, 3604.0, 3562.0, 3614.0, 3582.0, 3572.0, 3614.0, 3583.0, 3560.0, 3625.0, 3614.0, 3551.0, 3603.0, 3592.0, 3593.0, 3616.0, 3616.0, 3563.0, 3564.0, 3604.0, 3594.0, 3561.0, 3616.0, 3595.0, 3563.0, 3604.0, 3615.0, 3605.0, 3583.0, 3636.0, 3624.0, 3601.0, 3565.0, 3586.0, 3565.0, 3555.0, 3609.0, 3576.0, 3535.0, 3534.0, 3589.0, 3578.0, 3535.0, 3546.0, 3587.0, 3580.0, 3569.0, 3601.0, 3569.0, 3538.0, 3614.0, 3593.0, 3561.0, 3562.0, 3615.0, 3605.0, 3573.0, 3562.0, 3605.0, 3595.0, 3584.0, 3616.0, 3583.0, 3587.0, 3607.0, 3650.0, 3606.0, 3594.0, 3596.0, 3573.0, 3595.0, 3608.0, 3597.0, 3596.0, 3586.0, 3628.0, 3605.0, 3596.0, 3637.0, 3625.0, 3571.0, 3593.0, 3637.0, 3592.0, 3570.0, 3550.0, 3626.0, 3605.0, 3583.0, 3572.0, 3636.0, 3615.0, 3572.0, 3594.0, 3627.0, 3593.0, 3561.0, 3550.0, 3625.0, 3604.0, 3583.0, 3562.0, 3603.0, 3593.0, 3582.0, 3614.0, 3581.0, 3570.0, 3613.0, 3592.0, 3549.0, 3592.0, 3603.0, 3593.0, 3562.0, 3562.0, 3604.0, 3607.0, 3598.0, 3618.0, 3628.0, 3595.0, 3595.0, 3584.0, 3593.0, 3605.0, 3594.0], 'WindowWidth': [8256.0, 8214.0, 8175.0, 8213.0, 8150.0, 8100.0, 8188.0, 8169.0, 8097.0, 8150.0, 8093.0, 8150.0, 8167.0, 8096.0, 8152.0, 8123.0, 8109.0, 8186.0, 8128.0, 8099.0, 8139.0, 8127.0, 8156.0, 8169.0, 8099.0, 8150.0, 8154.0, 8111.0, 8167.0, 8112.0, 8149.0, 8166.0, 8137.0, 8164.0, 8107.0, 8078.0, 8182.0, 8138.0, 8093.0, 8147.0, 8091.0, 8163.0, 8179.0, 8094.0, 8152.0, 8120.0, 8104.0, 8163.0, 8107.0, 8107.0, 8134.0, 8120.0, 8165.0, 8179.0, 8094.0, 8152.0, 8137.0, 8108.0, 8183.0, 8124.0, 8095.0, 8134.0, 8122.0, 8152.0, 8151.0, 8097.0, 8150.0, 8153.0, 8128.0, 8157.0, 8129.0, 8102.0, 8185.0, 8173.0, 8141.0, 8171.0, 8130.0, 8080.0, 8183.0, 8126.0, 8123.0, 8150.0, 8094.0, 8167.0, 8168.0, 8109.0, 8167.0, 8108.0, 8091.0, 8183.0, 8140.0, 8098.0, 8138.0, 8125.0, 8140.0, 8167.0, 8097.0, 8107.0, 8156.0, 8131.0, 8103.0, 8175.0, 8132.0, 8126.0, 8203.0, 8158.0, 8111.0, 8153.0, 8138.0, 8138.0, 8183.0, 8123.0, 8091.0, 8164.0, 8152.0, 8120.0, 8150.0, 8107.0, 8094.0, 8183.0, 8180.0, 8096.0, 8094.0, 8134.0, 8137.0, 8124.0, 8182.0, 8138.0, 8097.0, 8148.0, 8152.0, 8111.0, 8081.0, 8151.0, 8136.0, 8137.0, 8106.0, 8136.0, 8094.0, 8169.0, 8151.0, 8124.0, 8195.0, 8119.0, 8077.0, 8161.0, 8178.0, 8120.0, 8087.0, 8144.0, 8117.0, 8088.0, 8158.0, 8115.0, 8089.0, 8183.0, 8109.0, 8097.0, 8194.0, 8168.0, 8093.0, 8117.0, 8164.0, 8121.0, 8094.0, 8094.0, 8183.0, 8166.0, 8109.0, 8096.0, 8165.0, 8150.0, 8124.0, 8169.0, 8106.0, 8075.0, 8150.0, 8165.0, 8092.0, 8074.0, 8151.0, 8142.0, 8095.0, 8154.0, 8107.0, 8109.0, 8166.0, 8179.0, 8110.0, 8092.0, 8134.0, 8122.0, 8166.0, 8163.0, 8091.0, 8091.0, 8147.0, 8105.0, 8147.0, 8147.0, 8105.0, 8104.0, 8165.0, 8136.0, 8094.0, 8153.0, 8124.0, 8092.0, 8183.0, 8152.0, 8079.0, 8149.0, 8149.0, 8121.0, 8181.0, 8120.0, 8078.0, 8147.0, 8134.0, 8122.0, 8106.0, 8120.0, 8093.0, 8169.0, 8168.0, 8098.0, 8096.0, 8151.0, 8124.0, 8182.0, 8150.0, 8080.0, 8164.0, 8153.0, 8123.0, 8152.0, 8105.0, 8078.0, 8186.0, 8167.0, 8099.0, 8155.0, 8124.0, 8125.0, 8169.0, 8112.0, 8095.0, 8151.0, 8108.0, 8181.0, 8138.0, 8096.0, 8154.0, 8124.0, 8123.0, 8167.0, 8111.0, 8124.0, 8139.0, 8093.0, 8170.0, 8126.0, 8123.0, 8123.0, 8096.0, 8167.0, 8127.0, 8151.0, 8125.0, 8096.0, 8152.0, 8109.0, 8171.0, 8127.0, 8113.0, 8157.0, 8112.0, 8189.0, 8131.0, 8156.0, 8133.0, 8182.0, 8172.0, 8110.0, 8153.0, 8099.0, 8168.0, 8126.0, 8183.0, 8127.0, 8098.0, 8158.0, 8122.0, 8164.0, 8093.0, 8151.0, 8128.0, 8167.0, 8141.0, 8124.0, 8138.0, 8114.0, 8170.0, 8160.0, 8132.0, 8174.0, 8105.0, 8172.0, 8113.0, 8203.0, 8162.0, 8119.0, 8159.0, 8129.0, 8206.0, 8190.0, 8160.0, 8149.0, 8154.0, 8219.0, 8133.0, 8140.0, 8066.0, 8141.0, 8121.0, 8095.0, 8146.0, 8101.0, 8169.0, 8136.0, 8177.0, 8144.0, 8106.0, 8121.0, 8100.0, 8133.0, 8073.0, 8087.0, 8105.0, 8077.0, 8154.0, 8123.0, 8060.0, 8116.0, 8078.0, 8153.0, 8108.0, 8049.0, 8106.0, 8097.0, 8127.0, 8113.0, 8089.0, 8117.0, 8149.0, 8120.0, 8088.0, 8128.0, 8123.0, 8127.0, 8168.0, 8127.0, 8095.0, 8169.0, 8157.0, 8110.0, 8151.0, 8105.0, 8178.0, 8162.0, 8107.0, 8165.0, 8122.0, 8095.0, 8185.0, 8182.0, 8108.0, 8136.0, 8134.0, 8108.0, 8183.0, 8135.0, 8097.0, 8166.0, 8152.0, 8125.0, 8167.0, 8120.0, 8090.0, 8181.0, 8148.0, 8079.0, 8148.0, 8121.0, 8124.0, 8166.0, 8150.0, 8079.0, 8164.0, 8152.0, 8108.0, 8151.0, 8122.0, 8115.0, 8189.0, 8123.0, 8096.0, 8136.0, 8188.0, 8158.0, 8101.0, 8158.0, 8143.0, 8129.0, 8189.0, 8127.0, 8100.0, 8152.0, 8141.0, 8124.0, 8168.0, 8112.0, 8080.0, 8151.0, 8137.0, 8094.0, 8152.0, 8121.0, 8094.0, 8187.0, 8168.0, 8098.0, 8154.0, 8138.0, 8109.0, 8184.0, 8124.0, 8096.0, 8151.0, 8152.0, 8123.0, 8168.0, 8106.0, 8075.0, 8179.0, 8149.0, 8063.0, 8147.0, 8104.0, 8089.0, 8177.0, 8136.0, 8074.0, 8127.0, 8102.0, 8120.0, 8148.0, 8094.0, 8120.0, 8131.0, 8092.0, 8180.0, 8136.0, 8097.0, 8094.0, 8153.0, 8142.0, 8112.0, 8169.0, 8127.0, 8123.0, 8170.0, 8140.0, 8100.0, 8158.0, 8128.0, 8130.0, 8161.0, 8159.0, 8119.0, 8146.0, 8191.0, 8149.0, 8107.0, 8161.0, 8147.0, 8190.0, 8188.0, 8115.0, 8152.0, 8140.0, 8108.0, 8187.0, 8140.0, 8123.0, 8120.0, 8089.0, 8165.0, 8119.0, 8077.0, 8134.0, 8121.0, 8118.0, 8150.0, 8108.0, 8147.0, 8072.0, 8157.0, 8114.0, 8072.0, 8130.0, 8108.0, 8138.0, 8172.0, 8130.0, 8098.0, 8160.0, 8180.0, 8166.0, 8093.0, 8151.0, 8125.0, 8119.0, 8169.0, 8145.0, 8129.0, 8125.0, 8101.0, 8189.0, 8157.0, 8091.0, 8179.0, 8156.0, 8101.0, 8188.0, 8204.0, 8127.0, 8123.0, 8122.0, 8105.0, 8196.0, 8147.0, 8088.0, 8129.0, 8118.0, 8106.0, 8165.0, 8108.0, 8078.0, 8147.0, 8137.0, 8134.0, 8166.0, 8091.0, 8147.0, 8152.0, 8106.0, 8147.0, 8090.0, 8113.0, 8132.0, 8091.0, 8147.0, 8106.0, 8143.0, 8131.0, 8091.0, 8148.0, 8121.0, 8091.0, 8168.0, 8138.0, 8080.0, 8135.0, 8136.0, 8139.0, 8170.0, 8127.0, 8095.0, 8152.0, 8138.0, 8170.0, 8167.0, 8097.0, 8136.0, 8137.0, 8124.0, 8166.0, 8122.0, 8078.0, 8148.0, 8136.0, 8120.0, 8135.0, 8093.0, 8134.0, 8167.0, 8125.0, 8092.0, 8137.0, 8123.0, 8154.0, 8167.0, 8096.0, 8093.0, 8138.0, 8137.0, 8186.0, 8125.0, 8092.0, 8149.0, 8137.0, 8139.0, 8167.0, 8128.0, 8096.0, 8153.0, 8155.0, 8125.0, 8167.0, 8125.0, 8121.0, 8151.0, 8123.0, 8163.0, 8121.0, 8089.0, 8131.0, 8104.0, 8163.0, 8118.0, 8096.0, 8133.0, 8106.0, 8163.0, 8150.0, 8096.0, 8106.0, 8123.0, 8127.0, 8190.0, 8172.0, 8116.0, 8098.0, 8171.0, 8158.0, 8126.0, 8154.0, 8112.0, 8181.0, 8169.0, 8112.0, 8151.0, 8122.0, 8106.0, 8184.0, 8137.0, 8093.0, 8150.0, 8138.0, 8125.0, 8154.0, 8113.0, 8096.0, 8169.0, 8142.0, 8112.0, 8153.0, 8111.0, 8163.0, 8154.0, 8124.0, 8151.0, 8119.0, 8090.0, 8179.0, 8164.0, 8078.0, 8133.0, 8118.0, 8118.0, 8164.0, 8105.0, 8076.0, 8131.0, 8133.0, 8160.0, 8131.0, 8077.0, 8145.0, 8133.0, 8105.0, 8163.0, 8103.0, 8074.0, 8147.0, 8135.0, 8077.0, 8134.0, 8105.0, 8091.0, 8184.0, 8137.0, 8097.0, 8137.0, 8139.0, 8142.0, 8126.0, 8153.0, 8124.0, 8140.0, 8186.0, 8127.0, 8093.0, 8149.0, 8139.0, 8126.0, 8168.0, 8123.0, 8110.0, 8156.0, 8171.0, 8125.0, 8099.0, 8170.0, 8171.0, 8126.0, 8099.0, 8152.0, 8138.0, 8139.0, 8167.0, 8123.0, 8081.0, 8147.0, 8165.0, 8121.0, 8091.0, 8133.0, 8132.0, 8120.0, 8180.0, 8133.0, 8063.0, 8144.0, 8147.0, 8102.0, 8070.0, 8127.0, 8115.0, 8103.0, 8148.0, 8132.0, 8092.0, 8074.0, 8164.0, 8134.0, 8077.0, 8149.0, 8118.0, 8102.0, 8195.0, 8146.0, 8076.0, 8126.0, 8127.0, 8114.0, 8067.0, 8126.0, 8115.0, 8093.0, 8150.0, 8119.0, 8077.0, 8164.0, 8165.0, 8121.0, 8078.0, 8147.0, 8133.0, 8105.0, 8163.0, 8118.0, 8108.0, 8167.0, 8154.0, 8125.0, 8078.0, 8134.0, 8120.0, 8179.0, 8115.0, 8075.0, 8148.0, 8136.0, 8108.0, 8150.0, 8121.0, 8078.0, 8182.0, 8150.0, 8095.0, 8162.0, 8120.0, 8108.0, 8164.0, 8121.0, 8089.0, 8182.0, 8164.0, 8078.0, 8146.0, 8131.0, 8134.0, 8168.0, 8170.0, 8098.0, 8104.0, 8155.0, 8142.0, 8093.0, 8170.0, 8143.0, 8096.0, 8153.0, 8167.0, 8155.0, 8124.0, 8197.0, 8177.0, 8140.0, 8084.0, 8110.0, 8081.0, 8069.0, 8147.0, 8100.0, 8045.0, 8044.0, 8122.0, 8106.0, 8049.0, 8064.0, 8118.0, 8112.0, 8098.0, 8142.0, 8098.0, 8057.0, 8165.0, 8136.0, 8093.0, 8094.0, 8167.0, 8156.0, 8112.0, 8097.0, 8153.0, 8141.0, 8125.0, 8169.0, 8122.0, 8134.0, 8161.0, 8223.0, 8157.0, 8140.0, 8148.0, 8112.0, 8142.0, 8165.0, 8149.0, 8148.0, 8134.0, 8191.0, 8158.0, 8145.0, 8200.0, 8181.0, 8106.0, 8136.0, 8198.0, 8134.0, 8102.0, 8077.0, 8185.0, 8156.0, 8123.0, 8107.0, 8199.0, 8167.0, 8105.0, 8140.0, 8189.0, 8136.0, 8092.0, 8078.0, 8180.0, 8151.0, 8123.0, 8094.0, 8149.0, 8135.0, 8120.0, 8163.0, 8117.0, 8100.0, 8162.0, 8133.0, 8073.0, 8132.0, 8148.0, 8136.0, 8095.0, 8097.0, 8151.0, 8160.0, 8151.0, 8177.0, 8191.0, 8141.0, 8141.0, 8126.0, 8137.0, 8153.0, 8138.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.0011826138828633407</td></tr>
<tr><td colspan=3>aqi</td><td>0.02329890455531453</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.4433326389034</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1771302203040188</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0046761351248645</td></tr>
<tr><td colspan=3>efc</td><td>0.4652</td></tr>
<tr><td colspan=3>fber</td><td>5841.7227</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1310714060351647</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.93058568329718</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5534245354041456</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5769654840149006</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7477155708529923</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.335592551344544</td></tr>
<tr><td colspan=3>gcor</td><td>0.0044861</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008506841026246548</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01892155036330223</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>922</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8079961703002003</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>25.6108</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.1801</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.413</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302493.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>596.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.7689</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2088</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.9923</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2806.6065</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3693.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>780.4577</td></tr>
<tr><td colspan=3>tsnr</td><td>35.888013145537116</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>