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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:10:11.667500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99555, -0.0215615, -0.0917362, 0.0165084, 0.998323, -0.0554895]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0777764</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>[4124, -7757, -7286, 597, -49, -206, -5, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.554</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>48979966-eb15-4d19-91e7-136d1cbb3c75||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670987606048584, 0.04429074749350548, -0.25050270557403564, 112.3147964477539], [0.057847827672958374, 2.67842698097229, -0.14506596326828003, -89.92342376708984], [-0.24612154066562653, 0.1488742232322693, 2.6844375133514404, -66.73439025878906], [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': ['161011.667500', '161012.127500', '161012.587500', '161013.047500', '161013.507500', '161013.967500', '161014.427500', '161014.887500', '161015.347500', '161015.807500', '161016.267500', '161016.727500', '161017.187500', '161017.647500', '161018.107500', '161018.567500', '161019.027500', '161019.487500', '161019.947500', '161020.407500', '161020.867500', '161021.327500', '161021.787500', '161022.247500', '161022.707500', '161023.167500', '161023.627500', '161024.087500', '161024.547500', '161025.007500', '161025.467500', '161025.927500', '161026.387500', '161026.847500', '161027.307500', '161027.767500', '161028.227500', '161028.687500', '161029.147500', '161029.607500', '161030.067500', '161030.527500', '161030.987500', '161031.447500', '161031.907500', '161032.367500', '161032.827500', '161033.287500', '161033.747500', '161034.207500', '161034.667500', '161035.127500', '161035.587500', '161036.047500', '161036.507500', '161036.967500', '161037.427500', '161037.887500', '161038.347500', '161038.807500', '161039.267500', '161039.727500', '161040.187500', '161040.647500', '161041.107500', '161041.567500', '161042.027500', '161042.487500', '161042.947500', '161043.407500', '161043.867500', '161044.327500', '161044.787500', '161045.247500', '161045.707500', '161046.167500', '161046.627500', '161047.087500', '161047.547500', '161048.007500', '161048.467500', '161048.927500', '161049.387500', '161049.847500', '161050.307500', '161050.767500', '161051.227500', '161051.687500', '161052.147500', '161052.607500', '161053.067500', '161053.527500', '161053.987500', '161054.447500', '161054.907500', '161055.367500', '161055.827500', '161056.287500', '161056.747500', '161057.207500', '161057.667500', '161058.127500', '161058.587500', '161059.047500', '161059.507500', '161059.967500', '161100.427500', '161100.887500', '161101.347500', '161101.807500', '161102.267500', '161102.727500', '161103.187500', '161103.647500', '161104.107500', '161104.567500', '161105.027500', '161105.487500', '161105.947500', '161106.407500', '161106.867500', '161107.327500', '161107.787500', '161108.247500', '161108.707500', '161109.167500', '161109.627500', '161110.087500', '161110.547500', '161111.007500', '161111.467500', '161111.927500', '161112.387500', '161112.847500', '161113.307500', '161113.767500', '161114.227500', '161114.687500', '161115.147500', '161115.607500', '161116.067500', '161116.527500', '161116.987500', '161117.447500', '161117.907500', '161118.367500', '161118.827500', '161119.287500', '161119.747500', '161120.207500', '161120.667500', '161121.127500', '161121.587500', '161122.047500', '161122.507500', '161122.967500', '161123.427500', '161123.887500', '161124.347500', '161124.807500', '161125.267500', '161125.727500', '161126.187500', '161126.647500', '161127.107500', '161127.567500', '161128.027500', '161128.487500', '161128.947500', '161129.407500', '161129.867500', '161130.327500', '161130.787500', '161131.247500', '161131.707500', '161132.167500', '161132.627500', '161133.087500', '161133.547500', '161134.007500', '161134.467500', '161134.927500', '161135.387500', '161135.847500', '161136.307500', '161136.767500', '161137.227500', '161137.687500', '161138.147500', '161138.607500', '161139.067500', '161139.527500', '161139.987500', '161140.447500', '161140.907500', '161141.367500', '161141.827500', '161142.287500', '161142.747500', '161143.207500', '161143.667500', '161144.127500', '161144.587500', '161145.047500', '161145.507500', '161145.967500', '161146.427500', '161146.887500', '161147.347500', '161147.807500', '161148.267500', '161148.727500', '161149.187500', '161149.647500', '161150.107500', '161150.567500', '161151.027500', '161151.487500', '161151.947500', '161152.407500', '161152.867500', '161153.327500', '161153.787500', '161154.247500', '161154.707500', '161155.167500', '161155.627500', '161156.087500', '161156.547500', '161157.007500', '161157.467500', '161157.927500', '161158.387500', '161158.847500', '161159.307500', '161159.767500', '161200.227500', '161200.687500', '161201.147500', '161201.607500', '161202.067500', '161202.527500', '161202.987500', '161203.447500', '161203.907500', '161204.367500', '161204.827500', '161205.287500', '161205.747500', '161206.207500', '161206.667500', '161207.127500', '161207.587500', '161208.047500', '161208.507500', '161208.967500', '161209.427500', '161209.887500', '161210.347500', '161210.807500', '161211.267500', '161211.727500', '161212.187500', '161212.647500', '161213.107500', '161213.567500', '161214.027500', '161214.487500', '161214.947500', '161215.407500', '161215.867500', '161216.327500', '161216.787500', '161217.247500', '161217.707500', '161218.167500', '161218.627500', '161219.087500', '161219.547500', '161220.007500', '161220.467500', '161220.927500', '161221.387500', '161221.847500', '161222.307500', '161222.767500', '161223.227500', '161223.687500', '161224.147500', '161224.607500', '161225.067500', '161225.527500', '161225.987500', '161226.447500', '161226.907500', '161227.367500', '161227.827500', '161228.287500', '161228.747500', '161229.207500', '161229.667500', '161230.127500', '161230.587500', '161231.047500', '161231.507500', '161231.967500', '161232.427500', '161232.887500', '161233.347500', '161233.807500', '161234.267500', '161234.727500', '161235.187500', '161235.647500', '161236.107500', '161236.567500', '161237.027500', '161237.487500', '161237.947500', '161238.407500', '161238.867500', '161239.327500', '161239.787500', '161240.247500', '161240.707500', '161241.167500', '161241.627500', '161242.087500', '161242.547500', '161243.007500', '161243.467500', '161243.927500', '161244.387500', '161244.847500', '161245.307500', '161245.767500', '161246.227500', '161246.687500', '161247.147500', '161247.607500', '161248.067500', '161248.527500', '161248.987500', '161249.447500', '161249.907500', '161250.367500', '161250.827500', '161251.287500', '161251.747500', '161252.207500', '161252.667500', '161253.127500', '161253.587500', '161254.047500', '161254.507500', '161254.967500', '161255.427500', '161255.887500', '161256.347500', '161256.807500', '161257.267500', '161257.727500', '161258.187500', '161258.647500', '161259.107500', '161259.567500', '161300.027500', '161300.487500', '161300.947500', '161301.407500', '161301.867500', '161302.327500', '161302.787500', '161303.247500', '161303.707500', '161304.167500', '161304.627500', '161305.087500', '161305.547500', '161306.007500', '161306.467500', '161306.927500', '161307.387500', '161307.847500', '161308.307500', '161308.767500', '161309.227500', '161309.687500', '161310.147500', '161310.607500', '161311.067500', '161311.527500', '161311.987500', '161312.447500', '161312.907500', '161313.367500', '161313.827500', '161314.287500', '161314.747500', '161315.207500', '161315.667500', '161316.127500', '161316.587500', '161317.047500', '161317.507500', '161317.967500', '161318.427500', '161318.887500', '161319.347500', '161319.807500', '161320.267500', '161320.727500', '161321.187500', '161321.647500', '161322.107500', '161322.567500', '161323.027500', '161323.487500', '161323.947500', '161324.407500', '161324.867500', '161325.327500', '161325.787500', '161326.247500', '161326.707500', '161327.167500', '161327.627500', '161328.087500', '161328.547500', '161329.007500', '161329.467500', '161329.927500', '161330.387500', '161330.847500', '161331.307500', '161331.767500', '161332.227500', '161332.687500', '161333.147500', '161333.607500', '161334.067500', '161334.527500', '161334.987500', '161335.447500', '161335.907500', '161336.367500', '161336.827500', '161337.287500', '161337.747500', '161338.207500', '161338.667500', '161339.127500', '161339.587500', '161340.047500', '161340.507500', '161340.967500', '161341.427500', '161341.887500', '161342.347500', '161342.807500', '161343.267500', '161343.727500', '161344.187500', '161344.647500', '161345.107500', '161345.567500', '161346.027500', '161346.487500', '161346.947500', '161347.407500', '161347.867500', '161348.327500', '161348.787500', '161349.247500', '161349.707500', '161350.167500', '161350.627500', '161351.087500', '161351.547500', '161352.007500', '161352.467500', '161352.927500', '161353.387500', '161353.847500', '161354.307500', '161354.767500', '161355.227500', '161355.687500', '161356.147500', '161356.607500', '161357.067500', '161357.527500', '161357.987500', '161358.447500', '161358.907500', '161359.367500', '161359.827500', '161400.287500', '161400.747500', '161401.207500', '161401.667500', '161402.127500', '161402.587500', '161403.047500', '161403.507500', '161403.967500', '161404.427500', '161404.887500', '161405.347500', '161405.807500', '161406.267500', '161406.727500', '161407.187500', '161407.647500', '161408.107500', '161408.567500', '161409.027500', '161409.487500', '161409.947500', '161410.407500', '161410.867500', '161411.327500', '161411.787500', '161412.247500', '161412.707500', '161413.167500', '161413.627500', '161414.087500', '161414.547500', '161415.007500', '161415.467500', '161415.927500', '161416.387500', '161416.847500', '161417.307500', '161417.767500', '161418.227500', '161418.687500', '161419.147500', '161419.607500', '161420.067500', '161420.527500', '161420.987500', '161421.447500', '161421.907500', '161422.367500', '161422.827500', '161423.287500', '161423.747500', '161424.207500', '161424.667500', '161425.127500', '161425.587500', '161426.047500', '161426.507500', '161426.967500', '161427.427500', '161427.887500', '161428.347500', '161428.807500', '161429.267500', '161429.727500', '161430.187500', '161430.647500', '161431.107500', '161431.567500', '161432.027500', '161432.487500', '161432.947500', '161433.407500', '161433.867500', '161434.327500', '161434.787500', '161435.247500', '161435.707500', '161436.167500', '161436.627500', '161437.087500', '161437.547500', '161438.007500', '161438.467500', '161438.927500', '161439.387500', '161439.847500', '161440.307500', '161440.767500', '161441.227500', '161441.687500', '161442.147500', '161442.607500', '161443.067500', '161443.527500', '161443.987500', '161444.447500', '161444.907500', '161445.367500', '161445.827500', '161446.287500', '161446.747500', '161447.207500', '161447.667500', '161448.127500', '161448.587500', '161449.047500', '161449.507500', '161449.967500', '161450.427500', '161450.887500', '161451.347500', '161451.807500', '161452.267500', '161452.727500', '161453.187500', '161453.647500', '161454.107500', '161454.567500', '161455.027500', '161455.487500', '161455.947500', '161456.407500', '161456.867500', '161457.327500', '161457.787500', '161458.247500', '161458.707500', '161459.167500', '161459.627500', '161500.087500', '161500.547500', '161501.007500', '161501.467500', '161501.927500', '161502.387500', '161502.847500', '161503.307500', '161503.767500', '161504.227500', '161504.687500', '161505.147500', '161505.607500', '161506.067500', '161506.527500', '161506.987500', '161507.447500', '161507.907500', '161508.367500', '161508.827500', '161509.287500', '161509.747500', '161510.207500', '161510.667500', '161511.127500', '161511.587500', '161512.047500', '161512.507500', '161512.967500', '161513.427500', '161513.887500', '161514.347500', '161514.807500', '161515.267500', '161515.727500', '161516.187500', '161516.647500', '161517.107500', '161517.567500', '161518.027500', '161518.487500', '161518.947500', '161519.407500', '161519.867500', '161520.327500', '161520.787500', '161521.247500', '161521.707500', '161522.167500', '161522.627500', '161523.087500', '161523.547500', '161524.007500', '161524.467500', '161524.927500', '161525.387500', '161525.847500', '161526.307500', '161526.767500', '161527.227500', '161527.687500', '161528.147500', '161528.607500', '161529.067500', '161529.527500', '161529.987500', '161530.447500', '161530.907500', '161531.367500', '161531.827500', '161532.287500', '161532.747500', '161533.207500', '161533.667500', '161534.127500', '161534.587500', '161535.047500', '161535.507500', '161535.967500', '161536.427500', '161536.887500', '161537.347500', '161537.807500', '161538.267500', '161538.727500', '161539.187500', '161539.647500', '161540.107500', '161540.567500', '161541.027500', '161541.487500', '161541.947500', '161542.407500', '161542.867500', '161543.327500', '161543.787500', '161544.247500', '161544.707500', '161545.167500', '161545.627500', '161546.087500', '161546.547500', '161547.007500', '161547.467500', '161547.927500', '161548.387500', '161548.847500', '161549.307500', '161549.767500', '161550.227500', '161550.687500', '161551.147500', '161551.607500', '161552.067500', '161552.527500', '161552.987500', '161553.447500', '161553.907500', '161554.367500', '161554.827500', '161555.287500', '161555.747500', '161556.207500', '161556.667500', '161557.127500', '161557.587500', '161558.047500', '161558.507500', '161558.967500', '161559.427500', '161559.887500', '161600.347500', '161600.807500', '161601.267500', '161601.727500', '161602.187500', '161602.647500', '161603.107500', '161603.567500', '161604.027500', '161604.487500', '161604.947500', '161605.407500', '161605.867500', '161606.327500', '161606.787500', '161607.247500', '161607.707500', '161608.167500', '161608.627500', '161609.087500', '161609.547500', '161610.007500', '161610.467500', '161610.927500', '161611.387500', '161611.847500', '161612.307500', '161612.767500', '161613.227500', '161613.687500', '161614.147500', '161614.607500', '161615.067500', '161615.527500', '161615.987500', '161616.447500', '161616.907500', '161617.367500', '161617.827500', '161618.287500', '161618.747500', '161619.207500', '161619.667500', '161620.127500', '161620.587500', '161621.047500', '161621.507500', '161621.967500', '161622.427500', '161622.887500', '161623.347500', '161623.807500', '161624.267500', '161624.727500', '161625.187500', '161625.647500', '161626.107500', '161626.567500', '161627.027500', '161627.487500', '161627.947500', '161628.407500', '161628.867500', '161629.327500', '161629.787500', '161630.247500', '161630.707500', '161631.167500', '161631.627500', '161632.087500', '161632.547500', '161633.007500', '161633.467500', '161633.927500', '161634.387500', '161634.847500', '161635.307500', '161635.767500', '161636.227500', '161636.687500', '161637.147500', '161637.607500', '161638.067500', '161638.527500', '161638.987500', '161639.447500', '161639.907500', '161640.367500', '161640.827500', '161641.287500', '161641.747500', '161642.207500', '161642.667500', '161643.127500', '161643.587500', '161644.047500', '161644.507500', '161644.967500', '161645.427500', '161645.887500', '161646.347500', '161646.807500', '161647.267500', '161647.727500', '161648.187500', '161648.647500', '161649.107500', '161649.567500', '161650.027500', '161650.487500', '161650.947500', '161651.407500', '161651.867500', '161652.327500', '161652.787500', '161653.247500', '161653.707500', '161654.167500', '161654.627500', '161655.087500', '161655.547500', '161656.007500', '161656.467500', '161656.927500', '161657.387500', '161657.847500', '161658.307500', '161658.767500', '161659.227500', '161659.687500', '161700.147500', '161700.607500', '161701.067500', '161701.527500', '161701.987500', '161702.447500', '161702.907500', '161703.367500', '161703.827500', '161704.287500', '161704.747500', '161705.207500', '161705.667500', '161706.127500', '161706.587500', '161707.047500', '161707.507500', '161707.967500', '161708.427500', '161708.887500', '161709.347500', '161709.807500', '161710.267500', '161710.727500', '161711.187500', '161711.647500', '161712.107500', '161712.567500', '161713.027500', '161713.487500', '161713.947500', '161714.407500', '161714.867500', '161715.327500', '161715.787500', '161716.247500', '161716.707500', '161717.167500'], 'ContentTime': ['161025.532000', '161025.549000', '161025.552000', '161025.555000', '161025.558000', '161025.570000', '161025.573000', '161025.576000', '161025.579000', '161025.582000', '161025.585000', '161025.588000', '161025.591000', '161025.594000', '161025.597000', '161025.600000', '161025.603000', '161025.607000', '161025.610000', '161025.613000', '161025.616000', '161025.618000', '161025.622000', '161025.625000', '161025.628000', '161025.631000', '161025.640000', '161025.643000', '161025.646000', '161045.500000', '161045.503000', '161045.507000', '161045.510000', '161045.513000', '161045.516000', '161045.519000', '161045.522000', '161045.525000', '161045.528000', '161045.531000', '161045.534000', '161045.537000', '161045.540000', '161045.543000', '161045.546000', '161045.549000', '161045.552000', '161045.555000', '161045.558000', '161045.561000', '161045.565000', '161045.568000', '161045.571000', '161045.574000', '161045.577000', '161045.580000', '161045.583000', '161045.586000', '161045.589000', '161045.593000', '161045.596000', '161045.606000', '161045.608000', '161045.611000', '161045.614000', '161045.617000', '161045.620000', '161045.624000', '161045.629000', '161045.632000', '161045.636000', '161045.639000', '161105.500000', '161105.503000', '161105.506000', '161105.509000', '161105.511000', '161105.514000', '161105.517000', '161105.520000', '161105.523000', '161105.526000', '161105.529000', '161105.532000', '161105.535000', '161105.538000', '161105.540000', '161105.543000', '161105.546000', '161105.549000', '161105.552000', '161105.559000', '161105.562000', '161105.565000', '161105.568000', '161105.571000', '161105.574000', '161105.577000', '161105.580000', '161105.583000', '161105.585000', '161105.588000', '161105.591000', '161105.594000', '161105.597000', '161105.600000', '161105.603000', '161105.605000', '161105.608000', '161105.611000', '161105.614000', '161105.617000', '161105.620000', '161105.623000', '161105.626000', '161105.629000', '161125.501000', '161125.504000', '161125.507000', '161125.510000', '161125.513000', '161125.516000', '161125.518000', '161125.521000', '161125.524000', '161125.527000', '161125.530000', '161125.533000', '161125.536000', '161125.539000', '161125.542000', '161125.545000', '161125.547000', '161125.550000', '161125.553000', '161125.556000', '161125.559000', '161125.562000', '161125.565000', '161125.568000', '161125.571000', '161125.574000', '161125.577000', '161125.580000', '161125.583000', '161125.586000', '161125.589000', '161125.591000', '161125.594000', '161125.598000', '161125.602000', '161125.606000', '161125.609000', '161125.612000', '161125.615000', '161125.631000', '161125.634000', '161125.637000', '161125.639000', '161145.501000', '161145.504000', '161145.507000', '161145.510000', '161145.513000', '161145.516000', '161145.518000', '161145.521000', '161145.524000', '161145.527000', '161145.530000', '161145.533000', '161145.536000', '161145.539000', '161145.542000', '161145.545000', '161145.548000', '161145.550000', '161145.553000', '161145.556000', '161145.559000', '161145.562000', '161145.565000', '161145.568000', '161145.571000', '161145.574000', '161145.577000', '161145.580000', '161145.583000', '161145.586000', '161145.589000', '161145.592000', '161145.594000', '161145.597000', '161145.600000', '161145.603000', '161145.606000', '161145.609000', '161145.612000', '161145.615000', '161145.618000', '161145.621000', '161145.624000', '161145.626000', '161205.501000', '161205.504000', '161205.507000', '161205.510000', '161205.513000', '161205.516000', '161205.518000', '161205.521000', '161205.524000', '161205.527000', '161205.530000', '161205.533000', '161205.536000', '161205.539000', '161205.542000', '161205.546000', '161205.549000', '161205.552000', '161205.555000', '161205.558000', '161205.561000', '161205.564000', '161205.567000', '161205.570000', '161205.573000', '161205.576000', '161205.578000', '161205.581000', '161205.584000', '161205.587000', '161205.590000', '161205.593000', '161205.596000', '161205.599000', '161205.602000', '161205.605000', '161205.608000', '161205.611000', '161205.614000', '161205.616000', '161205.619000', '161205.622000', '161205.625000', '161225.501000', '161225.504000', '161225.507000', '161225.510000', '161225.513000', '161225.516000', '161225.519000', '161225.522000', '161225.525000', '161225.528000', '161225.530000', '161225.533000', '161225.536000', '161225.539000', '161225.542000', '161225.545000', '161225.548000', '161225.551000', '161225.554000', '161225.557000', '161225.559000', '161225.562000', '161225.565000', '161225.568000', '161225.571000', '161225.574000', '161225.577000', '161225.580000', '161225.583000', '161225.586000', '161225.589000', '161225.592000', '161225.594000', '161225.597000', '161225.600000', '161225.603000', '161225.606000', '161225.609000', '161225.612000', '161225.615000', '161225.618000', '161225.620000', '161225.623000', '161225.626000', '161245.500000', '161245.503000', '161245.506000', '161245.509000', '161245.512000', '161245.515000', '161245.518000', '161245.521000', '161245.524000', '161245.527000', '161245.529000', '161245.532000', '161245.535000', '161245.538000', '161245.541000', '161245.544000', '161245.547000', '161245.550000', '161245.553000', '161245.556000', '161245.558000', '161245.561000', '161245.564000', '161245.567000', '161245.570000', '161245.573000', '161245.576000', '161245.579000', '161245.582000', '161245.585000', '161245.588000', '161245.591000', '161245.594000', '161245.597000', '161245.600000', '161245.603000', '161245.605000', '161245.608000', '161245.611000', '161245.614000', '161245.617000', '161245.620000', '161245.623000', '161305.500000', '161305.503000', '161305.506000', '161305.509000', '161305.512000', '161305.515000', '161305.518000', '161305.520000', '161305.523000', '161305.526000', '161305.529000', '161305.532000', '161305.535000', '161305.538000', '161305.541000', '161305.544000', '161305.547000', '161305.549000', '161305.552000', '161305.555000', '161305.558000', '161305.561000', '161305.564000', '161305.567000', '161305.570000', '161305.573000', '161305.576000', '161305.579000', '161305.582000', '161305.584000', '161305.587000', '161305.590000', '161305.593000', '161305.596000', '161305.599000', '161305.613000', '161305.616000', '161305.619000', '161305.622000', '161305.625000', '161305.628000', '161305.631000', '161305.634000', '161305.636000', '161325.500000', '161325.503000', '161325.506000', '161325.509000', '161325.512000', '161325.515000', '161325.518000', '161325.520000', '161325.523000', '161325.526000', '161325.529000', '161325.532000', '161325.535000', '161325.538000', '161325.541000', '161325.543000', '161325.546000', '161325.549000', '161325.552000', '161325.555000', '161325.558000', '161325.561000', '161325.564000', '161325.567000', '161325.570000', '161325.573000', '161325.576000', '161325.579000', '161325.583000', '161325.586000', '161325.589000', '161325.592000', '161325.595000', '161325.598000', '161325.601000', '161325.603000', '161325.606000', '161325.609000', '161325.612000', '161325.615000', '161325.618000', '161325.621000', '161325.624000', '161345.501000', '161345.504000', '161345.507000', '161345.510000', '161345.513000', '161345.516000', '161345.519000', '161345.522000', '161345.524000', '161345.527000', '161345.530000', '161345.533000', '161345.536000', '161345.559000', '161345.562000', '161345.565000', '161345.568000', '161345.571000', '161345.574000', '161345.577000', '161345.580000', '161345.583000', '161345.585000', '161345.588000', '161345.591000', '161345.594000', '161345.597000', '161345.600000', '161345.603000', '161345.606000', '161345.609000', '161345.612000', '161345.615000', '161345.618000', '161345.620000', '161345.623000', '161345.626000', '161345.629000', '161345.632000', '161345.635000', '161345.638000', '161345.641000', '161345.644000', '161345.646000', '161405.501000', '161405.504000', '161405.507000', '161405.510000', '161405.513000', '161405.516000', '161405.519000', '161405.522000', '161405.524000', '161405.527000', '161405.530000', '161405.533000', '161405.536000', '161405.539000', '161405.542000', '161405.545000', '161405.548000', '161405.551000', '161405.554000', '161405.557000', '161405.560000', '161405.563000', '161405.565000', '161405.568000', '161405.571000', '161405.574000', '161405.577000', '161405.580000', '161405.583000', '161405.586000', '161405.589000', '161405.592000', '161405.595000', '161405.598000', '161405.601000', '161405.604000', '161405.606000', '161405.609000', '161405.612000', '161405.615000', '161405.618000', '161405.621000', '161405.624000', '161425.501000', '161425.504000', '161425.507000', '161425.510000', '161425.513000', '161425.516000', '161425.519000', '161425.522000', '161425.525000', '161425.528000', '161425.530000', '161425.533000', '161425.536000', '161425.539000', '161425.542000', '161425.549000', '161425.552000', '161425.555000', '161425.558000', '161425.561000', '161425.564000', '161425.567000', '161425.570000', '161425.573000', '161425.576000', '161425.579000', '161425.581000', '161425.584000', '161425.587000', '161425.590000', '161425.593000', '161425.596000', '161425.599000', '161425.602000', '161425.605000', '161425.608000', '161425.611000', '161425.614000', '161425.616000', '161425.619000', '161425.622000', '161425.625000', '161425.628000', '161425.631000', '161445.501000', '161445.504000', '161445.507000', '161445.510000', '161445.513000', '161445.516000', '161445.519000', '161445.522000', '161445.525000', '161445.527000', '161445.530000', '161445.533000', '161445.536000', '161445.539000', '161445.542000', '161445.545000', '161445.565000', '161445.568000', '161445.570000', '161445.573000', '161445.576000', '161445.579000', '161445.582000', '161445.585000', '161445.588000', '161445.591000', '161445.594000', '161445.597000', '161445.599000', '161445.602000', '161445.605000', '161445.608000', '161445.611000', '161445.614000', '161445.617000', '161445.621000', '161445.624000', '161445.627000', '161445.630000', '161445.633000', '161445.636000', '161445.639000', '161445.642000', '161505.500000', '161505.503000', '161505.506000', '161505.509000', '161505.512000', '161505.515000', '161505.518000', '161505.521000', '161505.523000', '161505.526000', '161505.529000', '161505.532000', '161505.535000', '161505.538000', '161505.541000', '161505.544000', '161505.547000', '161505.550000', '161505.553000', '161505.556000', '161505.559000', '161505.561000', '161505.564000', '161505.567000', '161505.570000', '161505.573000', '161505.576000', '161505.579000', '161505.582000', '161505.585000', '161505.588000', '161505.591000', '161505.594000', '161505.597000', '161505.600000', '161505.602000', '161505.605000', '161505.608000', '161505.611000', '161505.614000', '161505.617000', '161505.620000', '161505.623000', '161505.626000', '161525.500000', '161525.503000', '161525.506000', '161525.509000', '161525.512000', '161525.515000', '161525.518000', '161525.521000', '161525.524000', '161525.527000', '161525.529000', '161525.532000', '161525.535000', '161525.538000', '161525.541000', '161525.544000', '161525.547000', '161525.550000', '161525.553000', '161525.556000', '161525.559000', '161525.562000', '161525.565000', '161525.568000', '161525.571000', '161525.573000', '161525.576000', '161525.579000', '161525.582000', '161525.585000', '161525.588000', '161525.591000', '161525.594000', '161525.597000', '161525.600000', '161525.603000', '161525.606000', '161525.609000', '161525.612000', '161525.615000', '161525.617000', '161525.620000', '161525.623000', '161545.502000', '161545.505000', '161545.508000', '161545.511000', '161545.514000', '161545.517000', '161545.520000', '161545.523000', '161545.526000', '161545.529000', '161545.531000', '161545.534000', '161545.540000', '161545.543000', '161545.546000', '161545.549000', '161545.552000', '161545.554000', '161545.557000', '161545.560000', '161545.563000', '161545.566000', '161545.569000', '161545.572000', '161545.575000', '161545.578000', '161545.581000', '161545.584000', '161545.587000', '161545.589000', '161545.592000', '161545.595000', '161545.598000', '161545.601000', '161545.604000', '161545.607000', '161545.610000', '161545.613000', '161545.615000', '161545.618000', '161545.621000', '161545.624000', '161545.627000', '161545.630000', '161605.501000', '161605.504000', '161605.507000', '161605.510000', '161605.513000', '161605.516000', '161605.519000', '161605.521000', '161605.524000', '161605.527000', '161605.530000', '161605.533000', '161605.536000', '161605.539000', '161605.542000', '161605.545000', '161605.548000', '161605.551000', '161605.553000', '161605.556000', '161605.559000', '161605.562000', '161605.565000', '161605.568000', '161605.571000', '161605.574000', '161605.594000', '161605.597000', '161605.600000', '161605.603000', '161605.606000', '161605.609000', '161605.612000', '161605.615000', '161605.618000', '161605.620000', '161605.623000', '161605.626000', '161605.629000', '161605.632000', '161605.635000', '161605.638000', '161605.641000', '161625.501000', '161625.504000', '161625.507000', '161625.513000', '161625.516000', '161625.519000', '161625.522000', '161625.525000', '161625.528000', '161625.530000', '161625.533000', '161625.536000', '161625.539000', '161625.542000', '161625.545000', '161625.548000', '161625.551000', '161625.554000', '161625.557000', '161625.560000', '161625.562000', '161625.565000', '161625.568000', '161625.571000', '161625.574000', '161625.577000', '161625.580000', '161625.583000', '161625.586000', '161625.589000', '161625.592000', '161625.595000', '161625.598000', '161625.601000', '161625.604000', '161625.606000', '161625.609000', '161625.612000', '161625.615000', '161625.618000', '161625.621000', '161625.624000', '161625.627000', '161645.501000', '161645.504000', '161645.507000', '161645.510000', '161645.513000', '161645.516000', '161645.519000', '161645.521000', '161645.524000', '161645.527000', '161645.530000', '161645.533000', '161645.536000', '161645.539000', '161645.542000', '161645.545000', '161645.548000', '161645.551000', '161645.554000', '161645.557000', '161645.559000', '161645.562000', '161645.565000', '161645.568000', '161645.571000', '161645.574000', '161645.577000', '161645.580000', '161645.583000', '161645.586000', '161645.589000', '161645.592000', '161645.595000', '161645.597000', '161645.600000', '161645.603000', '161645.606000', '161645.609000', '161645.612000', '161645.615000', '161645.618000', '161645.621000', '161645.624000', '161645.626000', '161705.501000', '161705.504000', '161705.507000', '161705.510000', '161705.513000', '161705.516000', '161705.519000', '161705.522000', '161705.525000', '161705.528000', '161705.531000', '161705.534000', '161705.537000', '161705.540000', '161705.543000', '161705.546000', '161705.548000', '161705.551000', '161705.554000', '161705.557000', '161705.560000', '161705.563000', '161705.566000', '161705.569000', '161705.572000', '161705.575000', '161705.578000', '161705.581000', '161705.583000', '161705.586000', '161705.589000', '161705.592000', '161705.595000', '161705.598000', '161705.609000', '161705.612000', '161705.615000', '161705.618000', '161705.621000', '161705.624000', '161705.626000', '161705.629000', '161705.632000', '161717.996000', '161718.000000', '161718.003000', '161718.006000', '161718.009000', '161718.012000', '161718.015000', '161718.018000', '161718.021000', '161718.023000', '161718.026000', '161718.029000', '161718.032000', '161718.035000', '161718.038000', '161718.041000', '161718.044000', '161718.047000', '161718.050000', '161718.053000', '161718.055000', '161718.058000', '161718.061000', '161718.064000', '161718.067000', '161718.070000', '161718.073000', '161718.076000'], 'InstanceCreationTime': ['161025.532000', '161025.549000', '161025.552000', '161025.555000', '161025.558000', '161025.570000', '161025.573000', '161025.576000', '161025.579000', '161025.582000', '161025.585000', '161025.588000', '161025.591000', '161025.594000', '161025.597000', '161025.600000', '161025.603000', '161025.607000', '161025.610000', '161025.613000', '161025.616000', '161025.618000', '161025.622000', '161025.625000', '161025.628000', '161025.631000', '161025.640000', '161025.643000', '161025.646000', '161045.500000', '161045.503000', '161045.507000', '161045.510000', '161045.513000', '161045.516000', '161045.519000', '161045.522000', '161045.525000', '161045.528000', '161045.531000', '161045.534000', '161045.537000', '161045.540000', '161045.543000', '161045.546000', '161045.549000', '161045.552000', '161045.555000', '161045.558000', '161045.561000', '161045.565000', '161045.568000', '161045.571000', '161045.574000', '161045.577000', '161045.580000', '161045.583000', '161045.586000', '161045.589000', '161045.593000', '161045.596000', '161045.606000', '161045.608000', '161045.611000', '161045.614000', '161045.617000', '161045.620000', '161045.624000', '161045.629000', '161045.632000', '161045.636000', '161045.639000', '161105.500000', '161105.503000', '161105.506000', '161105.509000', '161105.511000', '161105.514000', '161105.517000', '161105.520000', '161105.523000', '161105.526000', '161105.529000', '161105.532000', '161105.535000', '161105.538000', '161105.540000', '161105.543000', '161105.546000', '161105.549000', '161105.552000', '161105.559000', '161105.562000', '161105.565000', '161105.568000', '161105.571000', '161105.574000', '161105.577000', '161105.580000', '161105.583000', '161105.585000', '161105.588000', '161105.591000', '161105.594000', '161105.597000', '161105.600000', '161105.603000', '161105.605000', '161105.608000', '161105.611000', '161105.614000', '161105.617000', '161105.620000', '161105.623000', '161105.626000', '161105.629000', '161125.501000', '161125.504000', '161125.507000', '161125.510000', '161125.513000', '161125.516000', '161125.518000', '161125.521000', '161125.524000', '161125.527000', '161125.530000', '161125.533000', '161125.536000', '161125.539000', '161125.542000', '161125.545000', '161125.547000', '161125.550000', '161125.553000', '161125.556000', '161125.559000', '161125.562000', '161125.565000', '161125.568000', '161125.571000', '161125.574000', '161125.577000', '161125.580000', '161125.583000', '161125.586000', '161125.589000', '161125.591000', '161125.594000', '161125.598000', '161125.602000', '161125.606000', '161125.609000', '161125.612000', '161125.615000', '161125.631000', '161125.634000', '161125.637000', '161125.639000', '161145.501000', '161145.504000', '161145.507000', '161145.510000', '161145.513000', '161145.516000', '161145.518000', '161145.521000', '161145.524000', '161145.527000', '161145.530000', '161145.533000', '161145.536000', '161145.539000', '161145.542000', '161145.545000', '161145.548000', '161145.550000', '161145.553000', '161145.556000', '161145.559000', '161145.562000', '161145.565000', '161145.568000', '161145.571000', '161145.574000', '161145.577000', '161145.580000', '161145.583000', '161145.586000', '161145.589000', '161145.592000', '161145.594000', '161145.597000', '161145.600000', '161145.603000', '161145.606000', '161145.609000', '161145.612000', '161145.615000', '161145.618000', '161145.621000', '161145.624000', '161145.626000', '161205.501000', '161205.504000', '161205.507000', '161205.510000', '161205.513000', '161205.516000', '161205.518000', '161205.521000', '161205.524000', '161205.527000', '161205.530000', '161205.533000', '161205.536000', '161205.539000', '161205.542000', '161205.546000', '161205.549000', '161205.552000', '161205.555000', '161205.558000', '161205.561000', '161205.564000', '161205.567000', '161205.570000', '161205.573000', '161205.576000', '161205.578000', '161205.581000', '161205.584000', '161205.587000', '161205.590000', '161205.593000', '161205.596000', '161205.599000', '161205.602000', '161205.605000', '161205.608000', '161205.611000', '161205.614000', '161205.616000', '161205.619000', '161205.622000', '161205.625000', '161225.501000', '161225.504000', '161225.507000', '161225.510000', '161225.513000', '161225.516000', '161225.519000', '161225.522000', '161225.525000', '161225.528000', '161225.530000', '161225.533000', '161225.536000', '161225.539000', '161225.542000', '161225.545000', '161225.548000', '161225.551000', '161225.554000', '161225.557000', '161225.559000', '161225.562000', '161225.565000', '161225.568000', '161225.571000', '161225.574000', '161225.577000', '161225.580000', '161225.583000', '161225.586000', '161225.589000', '161225.592000', '161225.594000', '161225.597000', '161225.600000', '161225.603000', '161225.606000', '161225.609000', '161225.612000', '161225.615000', '161225.618000', '161225.620000', '161225.623000', '161225.626000', '161245.500000', '161245.503000', '161245.506000', '161245.509000', '161245.512000', '161245.515000', '161245.518000', '161245.521000', '161245.524000', '161245.527000', '161245.529000', '161245.532000', '161245.535000', '161245.538000', '161245.541000', '161245.544000', '161245.547000', '161245.550000', '161245.553000', '161245.556000', '161245.558000', '161245.561000', '161245.564000', '161245.567000', '161245.570000', '161245.573000', '161245.576000', '161245.579000', '161245.582000', '161245.585000', '161245.588000', '161245.591000', '161245.594000', '161245.597000', '161245.600000', '161245.603000', '161245.605000', '161245.608000', '161245.611000', '161245.614000', '161245.617000', '161245.620000', '161245.623000', '161305.500000', '161305.503000', '161305.506000', '161305.509000', '161305.512000', '161305.515000', '161305.518000', '161305.520000', '161305.523000', '161305.526000', '161305.529000', '161305.532000', '161305.535000', '161305.538000', '161305.541000', '161305.544000', '161305.547000', '161305.549000', '161305.552000', '161305.555000', '161305.558000', '161305.561000', '161305.564000', '161305.567000', '161305.570000', '161305.573000', '161305.576000', '161305.579000', '161305.582000', '161305.584000', '161305.587000', '161305.590000', '161305.593000', '161305.596000', '161305.599000', '161305.613000', '161305.616000', '161305.619000', '161305.622000', '161305.625000', '161305.628000', '161305.631000', '161305.634000', '161305.636000', '161325.500000', '161325.503000', '161325.506000', '161325.509000', '161325.512000', '161325.515000', '161325.518000', '161325.520000', '161325.523000', '161325.526000', '161325.529000', '161325.532000', '161325.535000', '161325.538000', '161325.541000', '161325.543000', '161325.546000', '161325.549000', '161325.552000', '161325.555000', '161325.558000', '161325.561000', '161325.564000', '161325.567000', '161325.570000', '161325.573000', '161325.576000', '161325.579000', '161325.583000', '161325.586000', '161325.589000', '161325.592000', '161325.595000', '161325.598000', '161325.601000', '161325.603000', '161325.606000', '161325.609000', '161325.612000', '161325.615000', '161325.618000', '161325.621000', '161325.624000', '161345.501000', '161345.504000', '161345.507000', '161345.510000', '161345.513000', '161345.516000', '161345.519000', '161345.522000', '161345.524000', '161345.527000', '161345.530000', '161345.533000', '161345.536000', '161345.559000', '161345.562000', '161345.565000', '161345.568000', '161345.571000', '161345.574000', '161345.577000', '161345.580000', '161345.583000', '161345.585000', '161345.588000', '161345.591000', '161345.594000', '161345.597000', '161345.600000', '161345.603000', '161345.606000', '161345.609000', '161345.612000', '161345.615000', '161345.618000', '161345.620000', '161345.623000', '161345.626000', '161345.629000', '161345.632000', '161345.635000', '161345.638000', '161345.641000', '161345.644000', '161345.646000', '161405.501000', '161405.504000', '161405.507000', '161405.510000', '161405.513000', '161405.516000', '161405.519000', '161405.522000', '161405.524000', '161405.527000', '161405.530000', '161405.533000', '161405.536000', '161405.539000', '161405.542000', '161405.545000', '161405.548000', '161405.551000', '161405.554000', '161405.557000', '161405.560000', '161405.563000', '161405.565000', '161405.568000', '161405.571000', '161405.574000', '161405.577000', '161405.580000', '161405.583000', '161405.586000', '161405.589000', '161405.592000', '161405.595000', '161405.598000', '161405.601000', '161405.604000', '161405.606000', '161405.609000', '161405.612000', '161405.615000', '161405.618000', '161405.621000', '161405.624000', '161425.501000', '161425.504000', '161425.507000', '161425.510000', '161425.513000', '161425.516000', '161425.519000', '161425.522000', '161425.525000', '161425.528000', '161425.530000', '161425.533000', '161425.536000', '161425.539000', '161425.542000', '161425.549000', '161425.552000', '161425.555000', '161425.558000', '161425.561000', '161425.564000', '161425.567000', '161425.570000', '161425.573000', '161425.576000', '161425.579000', '161425.581000', '161425.584000', '161425.587000', '161425.590000', '161425.593000', '161425.596000', '161425.599000', '161425.602000', '161425.605000', '161425.608000', '161425.611000', '161425.614000', '161425.616000', '161425.619000', '161425.622000', '161425.625000', '161425.628000', '161425.631000', '161445.501000', '161445.504000', '161445.507000', '161445.510000', '161445.513000', '161445.516000', '161445.519000', '161445.522000', '161445.525000', '161445.527000', '161445.530000', '161445.533000', '161445.536000', '161445.539000', '161445.542000', '161445.545000', '161445.565000', '161445.568000', '161445.570000', '161445.573000', '161445.576000', '161445.579000', '161445.582000', '161445.585000', '161445.588000', '161445.591000', '161445.594000', '161445.597000', '161445.599000', '161445.602000', '161445.605000', '161445.608000', '161445.611000', '161445.614000', '161445.617000', '161445.621000', '161445.624000', '161445.627000', '161445.630000', '161445.633000', '161445.636000', '161445.639000', '161445.642000', '161505.500000', '161505.503000', '161505.506000', '161505.509000', '161505.512000', '161505.515000', '161505.518000', '161505.521000', '161505.523000', '161505.526000', '161505.529000', '161505.532000', '161505.535000', '161505.538000', '161505.541000', '161505.544000', '161505.547000', '161505.550000', '161505.553000', '161505.556000', '161505.559000', '161505.561000', '161505.564000', '161505.567000', '161505.570000', '161505.573000', '161505.576000', '161505.579000', '161505.582000', '161505.585000', '161505.588000', '161505.591000', '161505.594000', '161505.597000', '161505.600000', '161505.602000', '161505.605000', '161505.608000', '161505.611000', '161505.614000', '161505.617000', '161505.620000', '161505.623000', '161505.626000', '161525.500000', '161525.503000', '161525.506000', '161525.509000', '161525.512000', '161525.515000', '161525.518000', '161525.521000', '161525.524000', '161525.527000', '161525.529000', '161525.532000', '161525.535000', '161525.538000', '161525.541000', '161525.544000', '161525.547000', '161525.550000', '161525.553000', '161525.556000', '161525.559000', '161525.562000', '161525.565000', '161525.568000', '161525.571000', '161525.573000', '161525.576000', '161525.579000', '161525.582000', '161525.585000', '161525.588000', '161525.591000', '161525.594000', '161525.597000', '161525.600000', '161525.603000', '161525.606000', '161525.609000', '161525.612000', '161525.615000', '161525.617000', '161525.620000', '161525.623000', '161545.502000', '161545.505000', '161545.508000', '161545.511000', '161545.514000', '161545.517000', '161545.520000', '161545.523000', '161545.526000', '161545.529000', '161545.531000', '161545.534000', '161545.540000', '161545.543000', '161545.546000', '161545.549000', '161545.552000', '161545.554000', '161545.557000', '161545.560000', '161545.563000', '161545.566000', '161545.569000', '161545.572000', '161545.575000', '161545.578000', '161545.581000', '161545.584000', '161545.587000', '161545.589000', '161545.592000', '161545.595000', '161545.598000', '161545.601000', '161545.604000', '161545.607000', '161545.610000', '161545.613000', '161545.615000', '161545.618000', '161545.621000', '161545.624000', '161545.627000', '161545.630000', '161605.501000', '161605.504000', '161605.507000', '161605.510000', '161605.513000', '161605.516000', '161605.519000', '161605.521000', '161605.524000', '161605.527000', '161605.530000', '161605.533000', '161605.536000', '161605.539000', '161605.542000', '161605.545000', '161605.548000', '161605.551000', '161605.553000', '161605.556000', '161605.559000', '161605.562000', '161605.565000', '161605.568000', '161605.571000', '161605.574000', '161605.594000', '161605.597000', '161605.600000', '161605.603000', '161605.606000', '161605.609000', '161605.612000', '161605.615000', '161605.618000', '161605.620000', '161605.623000', '161605.626000', '161605.629000', '161605.632000', '161605.635000', '161605.638000', '161605.641000', '161625.501000', '161625.504000', '161625.507000', '161625.513000', '161625.516000', '161625.519000', '161625.522000', '161625.525000', '161625.528000', '161625.530000', '161625.533000', '161625.536000', '161625.539000', '161625.542000', '161625.545000', '161625.548000', '161625.551000', '161625.554000', '161625.557000', '161625.560000', '161625.562000', '161625.565000', '161625.568000', '161625.571000', '161625.574000', '161625.577000', '161625.580000', '161625.583000', '161625.586000', '161625.589000', '161625.592000', '161625.595000', '161625.598000', '161625.601000', '161625.604000', '161625.606000', '161625.609000', '161625.612000', '161625.615000', '161625.618000', '161625.621000', '161625.624000', '161625.627000', '161645.501000', '161645.504000', '161645.507000', '161645.510000', '161645.513000', '161645.516000', '161645.519000', '161645.521000', '161645.524000', '161645.527000', '161645.530000', '161645.533000', '161645.536000', '161645.539000', '161645.542000', '161645.545000', '161645.548000', '161645.551000', '161645.554000', '161645.557000', '161645.559000', '161645.562000', '161645.565000', '161645.568000', '161645.571000', '161645.574000', '161645.577000', '161645.580000', '161645.583000', '161645.586000', '161645.589000', '161645.592000', '161645.595000', '161645.597000', '161645.600000', '161645.603000', '161645.606000', '161645.609000', '161645.612000', '161645.615000', '161645.618000', '161645.621000', '161645.624000', '161645.626000', '161705.501000', '161705.504000', '161705.507000', '161705.510000', '161705.513000', '161705.516000', '161705.519000', '161705.522000', '161705.525000', '161705.528000', '161705.531000', '161705.534000', '161705.537000', '161705.540000', '161705.543000', '161705.546000', '161705.548000', '161705.551000', '161705.554000', '161705.557000', '161705.560000', '161705.563000', '161705.566000', '161705.569000', '161705.572000', '161705.575000', '161705.578000', '161705.581000', '161705.583000', '161705.586000', '161705.589000', '161705.592000', '161705.595000', '161705.598000', '161705.609000', '161705.612000', '161705.615000', '161705.618000', '161705.621000', '161705.624000', '161705.626000', '161705.629000', '161705.632000', '161717.996000', '161718.000000', '161718.003000', '161718.006000', '161718.009000', '161718.012000', '161718.015000', '161718.018000', '161718.021000', '161718.023000', '161718.026000', '161718.029000', '161718.032000', '161718.035000', '161718.038000', '161718.041000', '161718.044000', '161718.047000', '161718.050000', '161718.053000', '161718.055000', '161718.058000', '161718.061000', '161718.064000', '161718.067000', '161718.070000', '161718.073000', '161718.076000'], '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': [13892, 9478, 13141, 8433, 11992, 8233, 12028, 9339, 10877, 9078, 8895, 12277, 7995, 12659, 8114, 11387, 7584, 11828, 7242, 11938, 9368, 9706, 9552, 7764, 13171, 7863, 11540, 8825, 8594, 13880, 7544, 11358, 7764, 10235, 8006, 8378, 12991, 7537, 10918, 8127, 10227, 8051, 8354, 13643, 8097, 12598, 9180, 9507, 14252, 8078, 13844, 7879, 9820, 12828, 8004, 11769, 7124, 10142, 9287, 7630, 12718, 8374, 13680, 7424, 9414, 12566, 7528, 12767, 8821, 10648, 8116, 7998, 13384, 7651, 11099, 9002, 8506, 12965, 7233, 12052, 7758, 9052, 12910, 7778, 10772, 7066, 9938, 7622, 8894, 13547, 8494, 12246, 7398, 10281, 7988, 9729, 14026, 9067, 12453, 7298, 11851, 7455, 10851, 8863, 8317, 11141, 7716, 12069, 7411, 11582, 8017, 14024, 7472, 9451, 9060, 8916, 13449, 8479, 12684, 7465, 11730, 7317, 10192, 8385, 7894, 13284, 9484, 11577, 9678, 8792, 14305, 8973, 12754, 8546, 11529, 7162, 13383, 7392, 10244, 8260, 9041, 8167, 7836, 11081, 7577, 13699, 8019, 9288, 7736, 12548, 7334, 12708, 8373, 11289, 7620, 11801, 7585, 11864, 8946, 9675, 7918, 9285, 11561, 10125, 14516, 9415, 12160, 7999, 13132, 8202, 12541, 8881, 11456, 7400, 11098, 8512, 9238, 14003, 8847, 12929, 7329, 10638, 7273, 12852, 8882, 9696, 7939, 8175, 13387, 7468, 12024, 7760, 11039, 7247, 13317, 7486, 8774, 9957, 8001, 13674, 8138, 12101, 7342, 10498, 8571, 8718, 14143, 8927, 12044, 7411, 10391, 7577, 8272, 13668, 7935, 10936, 7107, 10257, 6848, 11474, 7183, 9449, 8036, 8722, 13037, 8370, 12991, 9074, 12980, 8139, 9575, 13611, 8224, 12623, 8846, 13322, 7814, 9251, 11417, 7548, 12369, 7925, 13063, 7100, 8701, 12388, 7487, 11349, 7724, 9888, 8026, 8068, 11740, 6914, 14277, 7803, 9535, 8167, 7811, 12339, 7249, 10535, 8744, 8792, 11687, 7540, 12145, 7613, 10145, 12344, 7560, 10051, 7261, 8544, 8540, 13229, 7922, 11139, 10422, 8463, 12491, 8385, 10214, 8324, 7822, 12076, 6965, 10084, 8027, 8705, 7670, 7855, 8178, 7944, 12851, 7896, 11890, 7422, 10649, 11667, 8629, 13212, 9051, 14995, 8162, 9584, 12413, 8711, 12289, 8147, 12398, 7895, 13322, 7174, 8466, 7881, 8415, 13632, 8412, 14328, 7582, 9403, 13524, 7797, 13911, 8313, 9930, 8219, 7722, 12498, 6847, 9902, 7823, 8644, 11390, 7231, 10222, 7406, 8158, 11321, 7188, 9619, 7342, 12798, 9705, 14017, 9223, 13226, 8912, 11496, 9460, 11042, 10779, 9827, 13519, 7722, 12085, 7609, 11684, 7260, 11319, 7208, 8381, 8023, 10150, 9494, 8182, 10131, 11977, 8600, 13904, 9014, 12462, 7342, 11493, 7172, 11454, 7314, 12024, 8289, 11144, 7203, 11402, 7208, 11887, 8165, 11498, 7127, 12847, 7148, 10888, 9005, 10353, 7596, 12593, 7121, 12760, 7541, 14717, 9161, 10261, 6688, 11409, 7030, 10695, 12334, 9059, 13445, 7394, 12319, 8803, 13136, 9248, 12576, 8631, 9502, 7398, 8278, 10475, 7801, 12997, 7719, 11266, 7165, 10310, 6709, 9589, 8790, 8003, 9426, 7462, 12691, 7275, 12578, 7498, 8914, 7052, 7928, 13731, 7304, 12845, 8738, 9968, 8540, 7781, 13082, 7202, 10346, 6846, 9656, 7400, 8459, 11938, 7078, 11557, 7228, 10197, 8163, 8614, 10147, 7168, 12189, 7320, 10422, 8775, 8358, 10138, 7231, 11938, 7425, 12332, 8444, 12385, 6857, 8926, 9540, 7268, 12760, 7385, 11472, 7430, 10041, 8514, 8479, 13479, 7753, 12517, 8097, 9670, 10524, 7097, 12252, 6951, 9837, 7675, 8050, 12835, 7410, 13047, 7496, 8721, 8270, 7241, 11595, 7345, 13106, 7657, 8966, 8400, 7188, 12057, 7630, 11591, 9281, 8953, 12889, 7310, 11226, 7095, 9778, 8378, 8176, 10890, 7278, 11765, 7144, 11680, 8036, 13425, 7482, 9041, 11685, 8169, 13281, 8975, 12711, 8311, 9722, 12611, 7755, 12771, 8803, 10887, 7951, 8314, 13205, 7276, 11272, 7220, 9819, 7805, 7591, 12077, 7673, 13624, 8603, 9024, 11588, 7126, 11760, 7524, 9119, 12691, 7381, 11415, 7278, 9179, 8219, 7235, 11965, 7755, 11643, 7392, 8839, 9941, 7336, 12421, 8099, 11940, 7754, 9558, 9476, 8210, 12743, 8318, 12518, 7968, 10042, 9941, 7828, 12277, 7940, 11565, 7638, 9404, 7869, 7481, 11916, 7839, 10978, 7561, 9182, 7602, 8576, 13628, 8242, 11961, 7773, 9840, 8284, 8580, 13389, 8274, 12198, 7766, 10586, 7439, 9982, 8826, 8746, 10181, 7698, 12166, 7674, 12351, 9723, 10926, 9409, 8001, 12185, 7916, 12751, 9947, 9333, 10973, 7542, 10821, 7631, 9931, 8188, 8120, 7723, 7923, 10355, 7115, 11059, 7849, 11797, 7893, 13155, 9482, 9573, 14035, 8306, 11800, 8045, 14332, 8454, 9590, 6917, 9949, 7536, 12602, 8273, 12154, 7729, 13070, 9559, 10449, 9560, 8779, 11649, 7280, 12080, 7531, 11727, 7339, 9576, 7558, 8312, 12973, 7349, 11558, 7365, 7701, 7368, 7537, 9320, 7878, 11064, 8163, 10480, 10176, 11317, 11553, 10494, 11839, 8717, 13594, 8560, 12374, 8467, 11182, 7221, 10368, 6750, 10664, 8308, 9420, 7551, 8283, 8405, 7458, 12221, 7878, 10608, 10825, 7079, 11086, 7065, 12314, 10745, 10222, 14693, 9274, 11233, 8426, 13190, 8356, 13927, 8187, 12298, 8184, 10663, 7170, 10031, 7123, 12690, 7745, 10430, 7435, 11992, 7164, 11954, 7457, 13130, 8914, 10146, 7079, 9772, 6894, 10587, 6941, 13203, 8077, 10366, 6825, 9628, 6894, 10958, 7513, 12141, 9349, 9094, 8848, 6557, 10835, 7328, 12993, 8414, 11785, 7498, 10569, 10484, 12451, 10661, 11410, 9875, 10165, 9240, 11075, 10021, 9465, 13232, 6897, 12630, 6802, 11253, 9455, 9742, 13444, 8957, 13305, 7496, 12338, 7107, 11317, 7601, 9725, 6627, 11783, 6718, 9776, 7734, 8408, 7305, 8550, 11491, 7933, 13767, 8165, 12193, 7448, 12517, 7041, 9959, 7873, 8977, 13229, 8272, 13161, 7270, 14268, 7694, 10443, 12277, 8688, 11742, 7297, 12396, 7023, 13166, 7768, 10819, 6573, 9777, 7428, 9261, 13155, 8278, 11616, 7265, 11839, 7453, 12935, 7769, 14203, 7309, 8357, 9134, 8621, 14309, 8556, 10831, 7785, 9790, 9552, 11702, 9857, 10915, 8288, 13922, 7822, 12382, 8918, 10935, 6640, 10170, 7779, 10260, 11827, 9230, 7824, 8620, 7350, 9835, 11350, 9706, 9719, 8086, 14017, 7534, 13586, 9377, 11564, 6698, 12964, 6994, 12362, 7721, 12210, 6946, 10651, 8270, 9785, 8366, 10357, 7685, 10684, 7199, 11358, 9646, 9563, 11843, 10118, 10371, 9070, 9209, 10677, 9812, 10691, 9778, 7373, 10750, 6736, 10065, 9495, 11198, 6679, 9305, 6918, 11106, 7252, 12115, 8320, 11404], 'WindowCenter': [4203.0, 4146.0, 4177.0, 4124.0, 4155.0, 4110.0, 4153.0, 4132.0, 4141.0, 4093.0, 4119.0, 4136.0, 4097.0, 4161.0, 4109.0, 4138.0, 4099.0, 4148.0, 4101.0, 4151.0, 4119.0, 4118.0, 4116.0, 4097.0, 4147.0, 4083.0, 4138.0, 4106.0, 4108.0, 4133.0, 4084.0, 4124.0, 4097.0, 4127.0, 4095.0, 4108.0, 4130.0, 4096.0, 4138.0, 4109.0, 4130.0, 4099.0, 4108.0, 4148.0, 4097.0, 4149.0, 4107.0, 4115.0, 4146.0, 4095.0, 4146.0, 4096.0, 4117.0, 4135.0, 4096.0, 4121.0, 4074.0, 4114.0, 4117.0, 4097.0, 4132.0, 4082.0, 4159.0, 4085.0, 4117.0, 4137.0, 4098.0, 4148.0, 4106.0, 4127.0, 4096.0, 4096.0, 4147.0, 4097.0, 4138.0, 4104.0, 4093.0, 4146.0, 4086.0, 4136.0, 4097.0, 4119.0, 4134.0, 4082.0, 4136.0, 4088.0, 4130.0, 4109.0, 4130.0, 4158.0, 4119.0, 4134.0, 4099.0, 4140.0, 4110.0, 4131.0, 4161.0, 4120.0, 4150.0, 4100.0, 4135.0, 4101.0, 4152.0, 4120.0, 4121.0, 4124.0, 4109.0, 4161.0, 4112.0, 4151.0, 4111.0, 4170.0, 4097.0, 4132.0, 4133.0, 4131.0, 4144.0, 4111.0, 4159.0, 4100.0, 4135.0, 4101.0, 4125.0, 4124.0, 4123.0, 4159.0, 4131.0, 4153.0, 4118.0, 4121.0, 4159.0, 4118.0, 4132.0, 4108.0, 4112.0, 4075.0, 4147.0, 4086.0, 4113.0, 4096.0, 4092.0, 4097.0, 4083.0, 4137.0, 4108.0, 4145.0, 4099.0, 4118.0, 4096.0, 4158.0, 4113.0, 4158.0, 4122.0, 4137.0, 4098.0, 4151.0, 4110.0, 4165.0, 4106.0, 4130.0, 4098.0, 4121.0, 4150.0, 4141.0, 4144.0, 4121.0, 4148.0, 4110.0, 4145.0, 4110.0, 4150.0, 4118.0, 4137.0, 4074.0, 4138.0, 4109.0, 4105.0, 4158.0, 4109.0, 4133.0, 4086.0, 4127.0, 4088.0, 4150.0, 4107.0, 4117.0, 4086.0, 4107.0, 4145.0, 4075.0, 4136.0, 4097.0, 4113.0, 4071.0, 4149.0, 4086.0, 4107.0, 4117.0, 4099.0, 4132.0, 4099.0, 4136.0, 4085.0, 4128.0, 4106.0, 4109.0, 4158.0, 4106.0, 4124.0, 4085.0, 4129.0, 4070.0, 4110.0, 4157.0, 4099.0, 4137.0, 4087.0, 4129.0, 4089.0, 4137.0, 4103.0, 4143.0, 4123.0, 4133.0, 4172.0, 4122.0, 4164.0, 4131.0, 4162.0, 4109.0, 4117.0, 4146.0, 4108.0, 4136.0, 4120.0, 4158.0, 4098.0, 4119.0, 4137.0, 4098.0, 4148.0, 4097.0, 4158.0, 4086.0, 4122.0, 4134.0, 4101.0, 4149.0, 4099.0, 4131.0, 4094.0, 4095.0, 4136.0, 4100.0, 4172.0, 4111.0, 4118.0, 4108.0, 4098.0, 4161.0, 4100.0, 4153.0, 4121.0, 4133.0, 4134.0, 4096.0, 4160.0, 4084.0, 4129.0, 4145.0, 4111.0, 4138.0, 4111.0, 4120.0, 4135.0, 4173.0, 4123.0, 4152.0, 4126.0, 4112.0, 4151.0, 4094.0, 4116.0, 4096.0, 4099.0, 4147.0, 4088.0, 4139.0, 4108.0, 4118.0, 4086.0, 4121.0, 4107.0, 4134.0, 4171.0, 4136.0, 4167.0, 4115.0, 4156.0, 4138.0, 4133.0, 4162.0, 4123.0, 4171.0, 4108.0, 4132.0, 4137.0, 4122.0, 4163.0, 4122.0, 4162.0, 4109.0, 4161.0, 4090.0, 4112.0, 4111.0, 4107.0, 4171.0, 4097.0, 4156.0, 4075.0, 4121.0, 4135.0, 4098.0, 4147.0, 4099.0, 4119.0, 4096.0, 4088.0, 4137.0, 4061.0, 4114.0, 4088.0, 4099.0, 4137.0, 4085.0, 4141.0, 4100.0, 4122.0, 4166.0, 4116.0, 4156.0, 4126.0, 4176.0, 4145.0, 4187.0, 4145.0, 4151.0, 4122.0, 4152.0, 4131.0, 4140.0, 4113.0, 4130.0, 4131.0, 4086.0, 4137.0, 4099.0, 4124.0, 4074.0, 4138.0, 4100.0, 4109.0, 4111.0, 4142.0, 4119.0, 4113.0, 4143.0, 4150.0, 4112.0, 4147.0, 4120.0, 4151.0, 4087.0, 4140.0, 4088.0, 4141.0, 4101.0, 4149.0, 4110.0, 4139.0, 4088.0, 4141.0, 4085.0, 4135.0, 4112.0, 4150.0, 4088.0, 4151.0, 4089.0, 4131.0, 4118.0, 4128.0, 4085.0, 4150.0, 4088.0, 4160.0, 4099.0, 4172.0, 4132.0, 4144.0, 4091.0, 4151.0, 4103.0, 4142.0, 4177.0, 4131.0, 4176.0, 4114.0, 4164.0, 4121.0, 4136.0, 4121.0, 4124.0, 4081.0, 4119.0, 4076.0, 4098.0, 4114.0, 4086.0, 4146.0, 4088.0, 4126.0, 4076.0, 4115.0, 4063.0, 4104.0, 4107.0, 4098.0, 4107.0, 4086.0, 4137.0, 4077.0, 4148.0, 4088.0, 4108.0, 4076.0, 4084.0, 4135.0, 4087.0, 4148.0, 4109.0, 4105.0, 4097.0, 4096.0, 4148.0, 4086.0, 4116.0, 4078.0, 4104.0, 4086.0, 4094.0, 4127.0, 4087.0, 4140.0, 4089.0, 4132.0, 4097.0, 4109.0, 4130.0, 4089.0, 4147.0, 4088.0, 4129.0, 4109.0, 4110.0, 4114.0, 4088.0, 4139.0, 4089.0, 4162.0, 4110.0, 4162.0, 4075.0, 4131.0, 4115.0, 4101.0, 4162.0, 4103.0, 4149.0, 4099.0, 4127.0, 4105.0, 4111.0, 4145.0, 4102.0, 4151.0, 4098.0, 4130.0, 4128.0, 4088.0, 4148.0, 4090.0, 4130.0, 4099.0, 4099.0, 4133.0, 4085.0, 4161.0, 4098.0, 4120.0, 4108.0, 4084.0, 4150.0, 4100.0, 4162.0, 4101.0, 4109.0, 4111.0, 4100.0, 4150.0, 4113.0, 4143.0, 4120.0, 4120.0, 4149.0, 4099.0, 4139.0, 4099.0, 4122.0, 4110.0, 4121.0, 4140.0, 4101.0, 4149.0, 4102.0, 4148.0, 4096.0, 4174.0, 4102.0, 4132.0, 4138.0, 4123.0, 4174.0, 4122.0, 4162.0, 4109.0, 4121.0, 4135.0, 4098.0, 4148.0, 4109.0, 4128.0, 4087.0, 4106.0, 4136.0, 4088.0, 4139.0, 4086.0, 4112.0, 4086.0, 4101.0, 4149.0, 4084.0, 4160.0, 4107.0, 4119.0, 4122.0, 4089.0, 4136.0, 4099.0, 4119.0, 4132.0, 4072.0, 4137.0, 4087.0, 4120.0, 4109.0, 4099.0, 4151.0, 4099.0, 4125.0, 4100.0, 4118.0, 4130.0, 4102.0, 4150.0, 4097.0, 4140.0, 4099.0, 4130.0, 4130.0, 4095.0, 4151.0, 4108.0, 4149.0, 4096.0, 4129.0, 4117.0, 4098.0, 4147.0, 4099.0, 4137.0, 4096.0, 4104.0, 4081.0, 4098.0, 4151.0, 4086.0, 4124.0, 4099.0, 4131.0, 4099.0, 4121.0, 4147.0, 4109.0, 4150.0, 4099.0, 4131.0, 4100.0, 4109.0, 4147.0, 4110.0, 4147.0, 4099.0, 4138.0, 4100.0, 4144.0, 4107.0, 4120.0, 4129.0, 4112.0, 4151.0, 4111.0, 4162.0, 4131.0, 4141.0, 4119.0, 4110.0, 4147.0, 4108.0, 4159.0, 4128.0, 4118.0, 4127.0, 4099.0, 4127.0, 4096.0, 4128.0, 4108.0, 4082.0, 4099.0, 4109.0, 4128.0, 4103.0, 4152.0, 4110.0, 4149.0, 4113.0, 4172.0, 4132.0, 4119.0, 4184.0, 4095.0, 4150.0, 4114.0, 4159.0, 4123.0, 4128.0, 4091.0, 4143.0, 4113.0, 4163.0, 4109.0, 4137.0, 4112.0, 4164.0, 4133.0, 4140.0, 4118.0, 4111.0, 4122.0, 4087.0, 4137.0, 4099.0, 4137.0, 4088.0, 4119.0, 4088.0, 4097.0, 4148.0, 4090.0, 4138.0, 4099.0, 4100.0, 4114.0, 4100.0, 4144.0, 4110.0, 4153.0, 4112.0, 4144.0, 4130.0, 4151.0, 4139.0, 4142.0, 4150.0, 4120.0, 4160.0, 4110.0, 4147.0, 4084.0, 4128.0, 4086.0, 4128.0, 4077.0, 4129.0, 4107.0, 4117.0, 4096.0, 4109.0, 4082.0, 4089.0, 4149.0, 4113.0, 4127.0, 4153.0, 4104.0, 4153.0, 4102.0, 4152.0, 4127.0, 4144.0, 4156.0, 4105.0, 4125.0, 4111.0, 4149.0, 4109.0, 4144.0, 4109.0, 4138.0, 4097.0, 4116.0, 4075.0, 4103.0, 4066.0, 4146.0, 4086.0, 4128.0, 4062.0, 4122.0, 4076.0, 4138.0, 4087.0, 4134.0, 4091.0, 4115.0, 4075.0, 4116.0, 4061.0, 4126.0, 4076.0, 4150.0, 4097.0, 4116.0, 4051.0, 4109.0, 4086.0, 4140.0, 4111.0, 4163.0, 4122.0, 4110.0, 4093.0, 4064.0, 4139.0, 4091.0, 4146.0, 4098.0, 4140.0, 4091.0, 4129.0, 4141.0, 4150.0, 4131.0, 4113.0, 4105.0, 4115.0, 4093.0, 4127.0, 4115.0, 4105.0, 4137.0, 4065.0, 4138.0, 4055.0, 4130.0, 4092.0, 4118.0, 4149.0, 4108.0, 4147.0, 4087.0, 4138.0, 4077.0, 4129.0, 4088.0, 4102.0, 4066.0, 4138.0, 4061.0, 4131.0, 4098.0, 4100.0, 4089.0, 4111.0, 4130.0, 4101.0, 4161.0, 4109.0, 4125.0, 4075.0, 4139.0, 4078.0, 4130.0, 4100.0, 4122.0, 4149.0, 4110.0, 4150.0, 4090.0, 4151.0, 4086.0, 4142.0, 4139.0, 4124.0, 4137.0, 4101.0, 4149.0, 4081.0, 4162.0, 4099.0, 4125.0, 4078.0, 4117.0, 4101.0, 4134.0, 4163.0, 4112.0, 4142.0, 4102.0, 4141.0, 4115.0, 4163.0, 4103.0, 4174.0, 4090.0, 4098.0, 4131.0, 4124.0, 4172.0, 4107.0, 4141.0, 4102.0, 4132.0, 4135.0, 4154.0, 4130.0, 4128.0, 4114.0, 4162.0, 4100.0, 4152.0, 4110.0, 4128.0, 4063.0, 4129.0, 4088.0, 4131.0, 4139.0, 4118.0, 4088.0, 4098.0, 4089.0, 4132.0, 4140.0, 4120.0, 4118.0, 4089.0, 4149.0, 4086.0, 4150.0, 4108.0, 4126.0, 4066.0, 4148.0, 4077.0, 4149.0, 4098.0, 4149.0, 4063.0, 4131.0, 4098.0, 4132.0, 4109.0, 4131.0, 4101.0, 4128.0, 4090.0, 4141.0, 4120.0, 4118.0, 4153.0, 4115.0, 4114.0, 4107.0, 4109.0, 4118.0, 4103.0, 4116.0, 4117.0, 4075.0, 4127.0, 4076.0, 4130.0, 4117.0, 4139.0, 4079.0, 4105.0, 4089.0, 4130.0, 4087.0, 4152.0, 4109.0, 4141.0], 'WindowWidth': [9289.0, 9199.0, 9243.0, 9167.0, 9206.0, 9141.0, 9194.0, 9173.0, 9182.0, 9099.0, 9147.0, 9165.0, 9118.0, 9207.0, 9136.0, 9173.0, 9123.0, 9185.0, 9127.0, 9196.0, 9148.0, 9146.0, 9137.0, 9116.0, 9182.0, 9087.0, 9172.0, 9124.0, 9130.0, 9148.0, 9093.0, 9146.0, 9117.0, 9155.0, 9109.0, 9131.0, 9142.0, 9115.0, 9172.0, 9136.0, 9164.0, 9121.0, 9134.0, 9183.0, 9115.0, 9188.0, 9128.0, 9138.0, 9178.0, 9111.0, 9177.0, 9114.0, 9142.0, 9160.0, 9110.0, 9131.0, 9079.0, 9128.0, 9141.0, 9118.0, 9149.0, 9082.0, 9199.0, 9098.0, 9144.0, 9168.0, 9120.0, 9185.0, 9124.0, 9155.0, 9110.0, 9113.0, 9180.0, 9116.0, 9173.0, 9121.0, 9097.0, 9178.0, 9099.0, 9167.0, 9117.0, 9151.0, 9155.0, 9086.0, 9167.0, 9108.0, 9166.0, 9137.0, 9168.0, 9201.0, 9151.0, 9158.0, 9126.0, 9182.0, 9140.0, 9170.0, 9207.0, 9153.0, 9190.0, 9127.0, 9160.0, 9131.0, 9198.0, 9151.0, 9157.0, 9143.0, 9139.0, 9209.0, 9148.0, 9196.0, 9142.0, 9219.0, 9120.0, 9171.0, 9174.0, 9170.0, 9170.0, 9141.0, 9203.0, 9125.0, 9159.0, 9129.0, 9147.0, 9164.0, 9166.0, 9198.0, 9169.0, 9200.0, 9146.0, 9154.0, 9201.0, 9145.0, 9149.0, 9129.0, 9120.0, 9082.0, 9180.0, 9101.0, 9125.0, 9112.0, 9097.0, 9114.0, 9086.0, 9169.0, 9135.0, 9172.0, 9116.0, 9146.0, 9110.0, 9202.0, 9149.0, 9196.0, 9161.0, 9166.0, 9115.0, 9196.0, 9140.0, 9219.0, 9122.0, 9165.0, 9120.0, 9148.0, 9193.0, 9181.0, 9169.0, 9154.0, 9185.0, 9139.0, 9173.0, 9140.0, 9191.0, 9147.0, 9170.0, 9075.0, 9173.0, 9135.0, 9118.0, 9196.0, 9132.0, 9149.0, 9100.0, 9154.0, 9104.0, 9191.0, 9130.0, 9142.0, 9097.0, 9127.0, 9174.0, 9076.0, 9165.0, 9115.0, 9123.0, 9066.0, 9187.0, 9099.0, 9129.0, 9141.0, 9121.0, 9150.0, 9121.0, 9167.0, 9099.0, 9158.0, 9125.0, 9135.0, 9198.0, 9125.0, 9138.0, 9097.0, 9158.0, 9064.0, 9135.0, 9196.0, 9122.0, 9169.0, 9105.0, 9161.0, 9110.0, 9166.0, 9135.0, 9189.0, 9161.0, 9176.0, 9226.0, 9161.0, 9217.0, 9171.0, 9211.0, 9136.0, 9137.0, 9172.0, 9133.0, 9160.0, 9150.0, 9199.0, 9118.0, 9148.0, 9167.0, 9120.0, 9186.0, 9117.0, 9199.0, 9102.0, 9156.0, 9155.0, 9129.0, 9190.0, 9123.0, 9167.0, 9103.0, 9108.0, 9161.0, 9127.0, 9225.0, 9143.0, 9141.0, 9136.0, 9115.0, 9208.0, 9129.0, 9201.0, 9154.0, 9174.0, 9157.0, 9110.0, 9208.0, 9093.0, 9157.0, 9174.0, 9143.0, 9175.0, 9146.0, 9151.0, 9184.0, 9231.0, 9163.0, 9199.0, 9147.0, 9143.0, 9194.0, 9103.0, 9133.0, 9112.0, 9123.0, 9182.0, 9106.0, 9176.0, 9133.0, 9148.0, 9097.0, 9158.0, 9129.0, 9183.0, 9219.0, 9186.0, 9227.0, 9157.0, 9213.0, 9169.0, 9176.0, 9213.0, 9161.0, 9222.0, 9134.0, 9170.0, 9161.0, 9157.0, 9214.0, 9160.0, 9212.0, 9136.0, 9204.0, 9109.0, 9143.0, 9139.0, 9125.0, 9221.0, 9110.0, 9188.0, 9077.0, 9153.0, 9154.0, 9117.0, 9173.0, 9120.0, 9145.0, 9109.0, 9104.0, 9168.0, 9054.0, 9129.0, 9104.0, 9113.0, 9167.0, 9093.0, 9182.0, 9127.0, 9161.0, 9222.0, 9159.0, 9213.0, 9173.0, 9234.0, 9192.0, 9257.0, 9197.0, 9190.0, 9158.0, 9198.0, 9167.0, 9178.0, 9124.0, 9162.0, 9145.0, 9098.0, 9167.0, 9121.0, 9140.0, 9075.0, 9171.0, 9125.0, 9136.0, 9142.0, 9184.0, 9144.0, 9146.0, 9188.0, 9192.0, 9134.0, 9177.0, 9151.0, 9193.0, 9105.0, 9177.0, 9107.0, 9179.0, 9128.0, 9191.0, 9138.0, 9176.0, 9098.0, 9172.0, 9094.0, 9161.0, 9143.0, 9190.0, 9107.0, 9193.0, 9109.0, 9158.0, 9145.0, 9160.0, 9090.0, 9191.0, 9107.0, 9203.0, 9124.0, 9224.0, 9169.0, 9190.0, 9115.0, 9194.0, 9135.0, 9178.0, 9238.0, 9174.0, 9237.0, 9151.0, 9216.0, 9156.0, 9160.0, 9152.0, 9139.0, 9077.0, 9145.0, 9084.0, 9114.0, 9130.0, 9098.0, 9179.0, 9101.0, 9151.0, 9085.0, 9136.0, 9064.0, 9113.0, 9128.0, 9116.0, 9125.0, 9099.0, 9164.0, 9086.0, 9183.0, 9103.0, 9129.0, 9085.0, 9089.0, 9155.0, 9102.0, 9185.0, 9133.0, 9115.0, 9112.0, 9113.0, 9182.0, 9099.0, 9130.0, 9093.0, 9114.0, 9101.0, 9103.0, 9145.0, 9104.0, 9175.0, 9110.0, 9168.0, 9116.0, 9134.0, 9161.0, 9109.0, 9183.0, 9107.0, 9154.0, 9134.0, 9137.0, 9128.0, 9107.0, 9167.0, 9102.0, 9211.0, 9139.0, 9209.0, 9080.0, 9168.0, 9131.0, 9130.0, 9212.0, 9134.0, 9191.0, 9124.0, 9153.0, 9118.0, 9142.0, 9173.0, 9130.0, 9192.0, 9119.0, 9163.0, 9156.0, 9105.0, 9185.0, 9112.0, 9164.0, 9119.0, 9122.0, 9152.0, 9092.0, 9208.0, 9122.0, 9152.0, 9133.0, 9092.0, 9192.0, 9126.0, 9211.0, 9129.0, 9131.0, 9140.0, 9127.0, 9194.0, 9149.0, 9180.0, 9152.0, 9153.0, 9187.0, 9124.0, 9176.0, 9126.0, 9150.0, 9139.0, 9156.0, 9178.0, 9131.0, 9191.0, 9134.0, 9183.0, 9111.0, 9230.0, 9133.0, 9175.0, 9168.0, 9162.0, 9231.0, 9158.0, 9211.0, 9136.0, 9147.0, 9157.0, 9120.0, 9187.0, 9131.0, 9157.0, 9101.0, 9126.0, 9157.0, 9105.0, 9172.0, 9099.0, 9123.0, 9099.0, 9125.0, 9187.0, 9091.0, 9204.0, 9129.0, 9148.0, 9134.0, 9107.0, 9168.0, 9120.0, 9148.0, 9149.0, 9071.0, 9169.0, 9102.0, 9150.0, 9135.0, 9124.0, 9193.0, 9122.0, 9145.0, 9124.0, 9149.0, 9165.0, 9131.0, 9193.0, 9110.0, 9169.0, 9121.0, 9164.0, 9164.0, 9107.0, 9193.0, 9132.0, 9186.0, 9113.0, 9162.0, 9141.0, 9119.0, 9183.0, 9120.0, 9168.0, 9114.0, 9116.0, 9080.0, 9121.0, 9193.0, 9095.0, 9142.0, 9123.0, 9168.0, 9122.0, 9155.0, 9179.0, 9138.0, 9192.0, 9124.0, 9167.0, 9115.0, 9129.0, 9175.0, 9137.0, 9184.0, 9123.0, 9174.0, 9126.0, 9190.0, 9125.0, 9153.0, 9163.0, 9145.0, 9195.0, 9143.0, 9210.0, 9167.0, 9182.0, 9147.0, 9139.0, 9183.0, 9135.0, 9202.0, 9159.0, 9146.0, 9153.0, 9121.0, 9155.0, 9115.0, 9161.0, 9132.0, 9086.0, 9120.0, 9137.0, 9161.0, 9134.0, 9199.0, 9142.0, 9192.0, 9148.0, 9227.0, 9171.0, 9144.0, 9247.0, 9108.0, 9193.0, 9150.0, 9196.0, 9160.0, 9160.0, 9115.0, 9187.0, 9149.0, 9215.0, 9130.0, 9165.0, 9145.0, 9217.0, 9171.0, 9177.0, 9143.0, 9137.0, 9134.0, 9103.0, 9170.0, 9121.0, 9167.0, 9103.0, 9147.0, 9104.0, 9112.0, 9183.0, 9108.0, 9169.0, 9122.0, 9126.0, 9152.0, 9122.0, 9193.0, 9134.0, 9198.0, 9140.0, 9186.0, 9160.0, 9190.0, 9170.0, 9187.0, 9194.0, 9152.0, 9204.0, 9136.0, 9182.0, 9087.0, 9155.0, 9099.0, 9156.0, 9089.0, 9161.0, 9128.0, 9141.0, 9114.0, 9134.0, 9083.0, 9109.0, 9186.0, 9145.0, 9153.0, 9202.0, 9138.0, 9202.0, 9135.0, 9192.0, 9153.0, 9191.0, 9189.0, 9117.0, 9142.0, 9139.0, 9185.0, 9133.0, 9167.0, 9134.0, 9171.0, 9113.0, 9137.0, 9082.0, 9109.0, 9061.0, 9176.0, 9100.0, 9154.0, 9055.0, 9133.0, 9086.0, 9168.0, 9102.0, 9153.0, 9093.0, 9134.0, 9081.0, 9135.0, 9052.0, 9149.0, 9085.0, 9187.0, 9114.0, 9137.0, 9039.0, 9122.0, 9100.0, 9179.0, 9147.0, 9215.0, 9155.0, 9136.0, 9098.0, 9064.0, 9174.0, 9112.0, 9175.0, 9110.0, 9175.0, 9112.0, 9160.0, 9179.0, 9189.0, 9163.0, 9120.0, 9112.0, 9132.0, 9093.0, 9149.0, 9132.0, 9118.0, 9162.0, 9066.0, 9167.0, 9046.0, 9159.0, 9091.0, 9140.0, 9187.0, 9128.0, 9176.0, 9100.0, 9167.0, 9088.0, 9158.0, 9102.0, 9106.0, 9070.0, 9168.0, 9054.0, 9164.0, 9118.0, 9114.0, 9106.0, 9140.0, 9153.0, 9125.0, 9206.0, 9134.0, 9143.0, 9075.0, 9171.0, 9089.0, 9161.0, 9125.0, 9155.0, 9186.0, 9137.0, 9188.0, 9109.0, 9184.0, 9092.0, 9181.0, 9171.0, 9161.0, 9162.0, 9126.0, 9189.0, 9092.0, 9208.0, 9122.0, 9144.0, 9094.0, 9138.0, 9128.0, 9177.0, 9215.0, 9144.0, 9174.0, 9131.0, 9172.0, 9152.0, 9214.0, 9132.0, 9228.0, 9111.0, 9112.0, 9167.0, 9162.0, 9223.0, 9124.0, 9180.0, 9130.0, 9169.0, 9178.0, 9203.0, 9158.0, 9152.0, 9147.0, 9208.0, 9125.0, 9194.0, 9134.0, 9157.0, 9057.0, 9159.0, 9103.0, 9165.0, 9171.0, 9143.0, 9103.0, 9108.0, 9106.0, 9168.0, 9176.0, 9149.0, 9143.0, 9098.0, 9176.0, 9091.0, 9188.0, 9129.0, 9150.0, 9069.0, 9181.0, 9086.0, 9186.0, 9116.0, 9186.0, 9058.0, 9165.0, 9110.0, 9170.0, 9133.0, 9165.0, 9125.0, 9159.0, 9110.0, 9179.0, 9144.0, 9138.0, 9197.0, 9129.0, 9127.0, 9125.0, 9130.0, 9141.0, 9109.0, 9134.0, 9139.0, 9080.0, 9152.0, 9084.0, 9161.0, 9140.0, 9172.0, 9092.0, 9115.0, 9107.0, 9155.0, 9095.0, 9194.0, 9135.0, 9178.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.00036938244853737816</td></tr>
<tr><td colspan=3>aqi</td><td>0.019574340628385693</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.11818528331887</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2290172613340566</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9894001407375266</td></tr>
<tr><td colspan=3>efc</td><td>0.4391</td></tr>
<tr><td colspan=3>fber</td><td>6981.541</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07790985799198996</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1668472372697725</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.359892530843726</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.293942490762695</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5452240302262212</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.240511071542262</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105516</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019004350528120995</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02575959451496601</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</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.8700515873752837</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>40.3923</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7415</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.1314</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310787.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>643.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>296.7865</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.332</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.5207</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3396.6922</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65757.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.6963</td></tr>
<tr><td colspan=3>tsnr</td><td>43.20831126370467</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>