<?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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-04/func/sub-0062_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>1c4ede1553b585b954ed9a7034a466dd</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>10:09:49.817500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999707, 0.00632279, 0.0233803, -0.00907329, 0.992796, 0.119476]</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.106601</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>[4152, -7743, -7287, 496, -14, -96, 58, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>272.702</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a21e6483-885d-4496-be02-f9c7dd978932||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821398735046387, -0.024342970922589302, 0.060632478445768356, 113.27376556396484], [-0.01696358248591423, 2.66359806060791, 0.32306337356567383, -97.55789947509766], [0.06272773444652557, -0.32054540514945984, 2.6799166202545166, -50.34217834472656], [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': ['100949.817500', '100950.277500', '100950.737500', '100951.197500', '100951.657500', '100952.117500', '100952.577500', '100953.037500', '100953.497500', '100953.957500', '100954.417500', '100954.877500', '100955.337500', '100955.797500', '100956.257500', '100956.717500', '100957.177500', '100957.637500', '100958.097500', '100958.557500', '100959.017500', '100959.477500', '100959.937500', '101000.397500', '101000.857500', '101001.317500', '101001.777500', '101002.237500', '101002.697500', '101003.157500', '101003.617500', '101004.077500', '101004.537500', '101004.997500', '101005.457500', '101005.917500', '101006.377500', '101006.837500', '101007.297500', '101007.757500', '101008.217500', '101008.677500', '101009.137500', '101009.597500', '101010.057500', '101010.517500', '101010.977500', '101011.437500', '101011.897500', '101012.357500', '101012.817500', '101013.277500', '101013.737500', '101014.197500', '101014.657500', '101015.117500', '101015.577500', '101016.037500', '101016.497500', '101016.957500', '101017.417500', '101017.877500', '101018.337500', '101018.797500', '101019.257500', '101019.717500', '101020.177500', '101020.637500', '101021.097500', '101021.557500', '101022.017500', '101022.477500', '101022.937500', '101023.397500', '101023.857500', '101024.317500', '101024.777500', '101025.237500', '101025.697500', '101026.157500', '101026.617500', '101027.077500', '101027.537500', '101027.997500', '101028.457500', '101028.917500', '101029.377500', '101029.837500', '101030.297500', '101030.757500', '101031.217500', '101031.677500', '101032.137500', '101032.597500', '101033.057500', '101033.517500', '101033.977500', '101034.437500', '101034.897500', '101035.357500', '101035.817500', '101036.277500', '101036.737500', '101037.197500', '101037.657500', '101038.117500', '101038.577500', '101039.037500', '101039.497500', '101039.957500', '101040.417500', '101040.877500', '101041.337500', '101041.797500', '101042.257500', '101042.717500', '101043.177500', '101043.637500', '101044.097500', '101044.557500', '101045.017500', '101045.477500', '101045.937500', '101046.397500', '101046.857500', '101047.317500', '101047.777500', '101048.237500', '101048.697500', '101049.157500', '101049.617500', '101050.077500', '101050.537500', '101050.997500', '101051.457500', '101051.917500', '101052.377500', '101052.837500', '101053.297500', '101053.757500', '101054.217500', '101054.677500', '101055.137500', '101055.597500', '101056.057500', '101056.517500', '101056.977500', '101057.437500', '101057.897500', '101058.357500', '101058.817500', '101059.277500', '101059.737500', '101100.197500', '101100.657500', '101101.117500', '101101.577500', '101102.037500', '101102.497500', '101102.957500', '101103.417500', '101103.877500', '101104.337500', '101104.797500', '101105.257500', '101105.717500', '101106.177500', '101106.637500', '101107.097500', '101107.557500', '101108.017500', '101108.477500', '101108.937500', '101109.397500', '101109.857500', '101110.317500', '101110.777500', '101111.237500', '101111.697500', '101112.157500', '101112.617500', '101113.077500', '101113.537500', '101113.997500', '101114.457500', '101114.917500', '101115.377500', '101115.837500', '101116.297500', '101116.757500', '101117.217500', '101117.677500', '101118.137500', '101118.597500', '101119.057500', '101119.517500', '101119.977500', '101120.437500', '101120.897500', '101121.357500', '101121.817500', '101122.277500', '101122.737500', '101123.197500', '101123.657500', '101124.117500', '101124.577500', '101125.037500', '101125.497500', '101125.957500', '101126.417500', '101126.877500', '101127.337500', '101127.797500', '101128.257500', '101128.717500', '101129.177500', '101129.637500', '101130.097500', '101130.557500', '101131.017500', '101131.477500', '101131.937500', '101132.397500', '101132.857500', '101133.317500', '101133.777500', '101134.237500', '101134.697500', '101135.157500', '101135.617500', '101136.077500', '101136.537500', '101136.997500', '101137.457500', '101137.917500', '101138.377500', '101138.837500', '101139.297500', '101139.757500', '101140.217500', '101140.677500', '101141.137500', '101141.597500', '101142.057500', '101142.517500', '101142.977500', '101143.437500', '101143.897500', '101144.357500', '101144.817500', '101145.277500', '101145.737500', '101146.197500', '101146.657500', '101147.117500', '101147.577500', '101148.037500', '101148.497500', '101148.957500', '101149.417500', '101149.877500', '101150.337500', '101150.797500', '101151.257500', '101151.717500', '101152.177500', '101152.637500', '101153.097500', '101153.557500', '101154.017500', '101154.477500', '101154.937500', '101155.397500', '101155.857500', '101156.317500', '101156.777500', '101157.237500', '101157.697500', '101158.157500', '101158.617500', '101159.077500', '101159.537500', '101159.997500', '101200.457500', '101200.917500', '101201.377500', '101201.837500', '101202.297500', '101202.757500', '101203.217500', '101203.677500', '101204.137500', '101204.597500', '101205.057500', '101205.517500', '101205.977500', '101206.437500', '101206.897500', '101207.357500', '101207.817500', '101208.277500', '101208.737500', '101209.197500', '101209.657500', '101210.117500', '101210.577500', '101211.037500', '101211.497500', '101211.957500', '101212.417500', '101212.877500', '101213.337500', '101213.797500', '101214.257500', '101214.717500', '101215.177500', '101215.637500', '101216.097500', '101216.557500', '101217.017500', '101217.477500', '101217.937500', '101218.397500', '101218.857500', '101219.317500', '101219.777500', '101220.237500', '101220.697500', '101221.157500', '101221.617500', '101222.077500', '101222.537500', '101222.997500', '101223.457500', '101223.917500', '101224.377500', '101224.837500', '101225.297500', '101225.757500', '101226.217500', '101226.677500', '101227.137500', '101227.597500', '101228.057500', '101228.517500', '101228.977500', '101229.437500', '101229.897500', '101230.357500', '101230.817500', '101231.277500', '101231.737500', '101232.197500', '101232.657500', '101233.117500', '101233.577500', '101234.037500', '101234.497500', '101234.957500', '101235.417500', '101235.877500', '101236.337500', '101236.797500', '101237.257500', '101237.717500', '101238.177500', '101238.637500', '101239.097500', '101239.557500', '101240.017500', '101240.477500', '101240.937500', '101241.397500', '101241.857500', '101242.317500', '101242.777500', '101243.237500', '101243.697500', '101244.157500', '101244.617500', '101245.077500', '101245.537500', '101245.997500', '101246.457500', '101246.917500', '101247.377500', '101247.837500', '101248.297500', '101248.757500', '101249.217500', '101249.677500', '101250.137500', '101250.597500', '101251.057500', '101251.517500', '101251.977500', '101252.437500', '101252.897500', '101253.357500', '101253.817500', '101254.277500', '101254.737500', '101255.197500', '101255.657500', '101256.117500', '101256.577500', '101257.037500', '101257.497500', '101257.957500', '101258.417500', '101258.877500', '101259.337500', '101259.797500', '101300.257500', '101300.717500', '101301.177500', '101301.637500', '101302.097500', '101302.557500', '101303.017500', '101303.477500', '101303.937500', '101304.397500', '101304.857500', '101305.317500', '101305.777500', '101306.237500', '101306.697500', '101307.157500', '101307.617500', '101308.077500', '101308.537500', '101308.997500', '101309.457500', '101309.917500', '101310.377500', '101310.837500', '101311.297500', '101311.757500', '101312.217500', '101312.677500', '101313.137500', '101313.597500', '101314.057500', '101314.517500', '101314.977500', '101315.437500', '101315.897500', '101316.357500', '101316.817500', '101317.277500', '101317.737500', '101318.197500', '101318.657500', '101319.117500', '101319.577500', '101320.037500', '101320.497500', '101320.957500', '101321.417500', '101321.877500', '101322.337500', '101322.797500', '101323.257500', '101323.717500', '101324.177500', '101324.637500', '101325.097500', '101325.557500', '101326.017500', '101326.477500', '101326.937500', '101327.397500', '101327.857500', '101328.317500', '101328.777500', '101329.237500', '101329.697500', '101330.157500', '101330.617500', '101331.077500', '101331.537500', '101331.997500', '101332.457500', '101332.917500', '101333.377500', '101333.837500', '101334.297500', '101334.757500', '101335.217500', '101335.677500', '101336.137500', '101336.597500', '101337.057500', '101337.517500', '101337.977500', '101338.437500', '101338.897500', '101339.357500', '101339.817500', '101340.277500', '101340.737500', '101341.197500', '101341.657500', '101342.117500', '101342.577500', '101343.037500', '101343.497500', '101343.957500', '101344.417500', '101344.877500', '101345.337500', '101345.797500', '101346.257500', '101346.717500', '101347.177500', '101347.637500', '101348.097500', '101348.557500', '101349.017500', '101349.477500', '101349.937500', '101350.397500', '101350.857500', '101351.317500', '101351.777500', '101352.237500', '101352.697500', '101353.157500', '101353.617500', '101354.077500', '101354.537500', '101354.997500', '101355.457500', '101355.917500', '101356.377500', '101356.837500', '101357.297500', '101357.757500', '101358.217500', '101358.677500', '101359.137500', '101359.597500', '101400.057500', '101400.517500', '101400.977500', '101401.437500', '101401.897500', '101402.357500', '101402.817500', '101403.277500', '101403.737500', '101404.197500', '101404.657500', '101405.117500', '101405.577500', '101406.037500', '101406.497500', '101406.957500', '101407.417500', '101407.877500', '101408.337500', '101408.797500', '101409.257500', '101409.717500', '101410.177500', '101410.637500', '101411.097500', '101411.557500', '101412.017500', '101412.477500', '101412.937500', '101413.397500', '101413.857500', '101414.317500', '101414.777500', '101415.237500', '101415.697500', '101416.157500', '101416.617500', '101417.077500', '101417.537500', '101417.997500', '101418.457500', '101418.917500', '101419.377500', '101419.837500', '101420.297500', '101420.757500', '101421.217500', '101421.677500', '101422.137500', '101422.597500', '101423.057500', '101423.517500', '101423.977500', '101424.437500', '101424.897500', '101425.357500', '101425.817500', '101426.277500', '101426.737500', '101427.197500', '101427.657500', '101428.117500', '101428.577500', '101429.037500', '101429.497500', '101429.957500', '101430.417500', '101430.877500', '101431.337500', '101431.797500', '101432.257500', '101432.717500', '101433.177500', '101433.637500', '101434.097500', '101434.557500', '101435.017500', '101435.477500', '101435.937500', '101436.397500', '101436.857500', '101437.317500', '101437.777500', '101438.237500', '101438.697500', '101439.157500', '101439.617500', '101440.077500', '101440.537500', '101440.997500', '101441.457500', '101441.917500', '101442.377500', '101442.837500', '101443.297500', '101443.757500', '101444.217500', '101444.677500', '101445.137500', '101445.597500', '101446.057500', '101446.517500', '101446.977500', '101447.437500', '101447.897500', '101448.357500', '101448.817500', '101449.277500', '101449.737500', '101450.197500', '101450.657500', '101451.117500', '101451.577500', '101452.037500', '101452.497500', '101452.957500', '101453.417500', '101453.877500', '101454.337500', '101454.797500', '101455.257500', '101455.717500', '101456.177500', '101456.637500', '101457.097500', '101457.557500', '101458.017500', '101458.477500', '101458.937500', '101459.397500', '101459.857500', '101500.317500', '101500.777500', '101501.237500', '101501.697500', '101502.157500', '101502.617500', '101503.077500', '101503.537500', '101503.997500', '101504.457500', '101504.917500', '101505.377500', '101505.837500', '101506.297500', '101506.757500', '101507.217500', '101507.677500', '101508.137500', '101508.597500', '101509.057500', '101509.517500', '101509.977500', '101510.437500', '101510.897500', '101511.357500', '101511.817500', '101512.277500', '101512.737500', '101513.197500', '101513.657500', '101514.117500', '101514.577500', '101515.037500', '101515.497500', '101515.957500', '101516.417500', '101516.877500', '101517.337500', '101517.797500', '101518.257500', '101518.717500', '101519.177500', '101519.637500', '101520.097500', '101520.557500', '101521.017500', '101521.477500', '101521.937500', '101522.397500', '101522.857500', '101523.317500', '101523.777500', '101524.237500', '101524.697500', '101525.157500', '101525.617500', '101526.077500', '101526.537500', '101526.997500', '101527.457500', '101527.917500', '101528.377500', '101528.837500', '101529.297500', '101529.757500', '101530.217500', '101530.677500', '101531.137500', '101531.597500', '101532.057500', '101532.517500', '101532.977500', '101533.437500', '101533.897500', '101534.357500', '101534.817500', '101535.277500', '101535.737500', '101536.197500', '101536.657500', '101537.117500', '101537.577500', '101538.037500', '101538.497500', '101538.957500', '101539.417500', '101539.877500', '101540.337500', '101540.797500', '101541.257500', '101541.717500', '101542.177500', '101542.637500', '101543.097500', '101543.557500', '101544.017500', '101544.477500', '101544.937500', '101545.397500', '101545.857500', '101546.317500', '101546.777500', '101547.237500', '101547.697500', '101548.157500', '101548.617500', '101549.077500', '101549.537500', '101549.997500', '101550.457500', '101550.917500', '101551.377500', '101551.837500', '101552.297500', '101552.757500', '101553.217500', '101553.677500', '101554.137500', '101554.597500', '101555.057500', '101555.517500', '101555.977500', '101556.437500', '101556.897500', '101557.357500', '101557.817500', '101558.277500', '101558.737500', '101559.197500', '101559.657500', '101600.117500', '101600.577500', '101601.037500', '101601.497500', '101601.957500', '101602.417500', '101602.877500', '101603.337500', '101603.797500', '101604.257500', '101604.717500', '101605.177500', '101605.637500', '101606.097500', '101606.557500', '101607.017500', '101607.477500', '101607.937500', '101608.397500', '101608.857500', '101609.317500', '101609.777500', '101610.237500', '101610.697500', '101611.157500', '101611.617500', '101612.077500', '101612.537500', '101612.997500', '101613.457500', '101613.917500', '101614.377500', '101614.837500', '101615.297500', '101615.757500', '101616.217500', '101616.677500', '101617.137500', '101617.597500', '101618.057500', '101618.517500', '101618.977500', '101619.437500', '101619.897500', '101620.357500', '101620.817500', '101621.277500', '101621.737500', '101622.197500', '101622.657500', '101623.117500', '101623.577500', '101624.037500', '101624.497500', '101624.957500', '101625.417500', '101625.877500', '101626.337500', '101626.797500', '101627.257500', '101627.717500', '101628.177500', '101628.637500', '101629.097500', '101629.557500', '101630.017500', '101630.477500', '101630.937500', '101631.397500', '101631.857500', '101632.317500', '101632.777500', '101633.237500', '101633.697500', '101634.157500', '101634.617500', '101635.077500', '101635.537500', '101635.997500', '101636.457500', '101636.917500', '101637.377500', '101637.837500', '101638.297500', '101638.757500', '101639.217500', '101639.677500', '101640.137500', '101640.597500', '101641.057500', '101641.517500', '101641.977500', '101642.437500', '101642.897500', '101643.357500', '101643.817500', '101644.277500', '101644.737500', '101645.197500', '101645.657500', '101646.117500', '101646.577500', '101647.037500', '101647.497500', '101647.957500', '101648.417500', '101648.877500', '101649.337500', '101649.797500', '101650.257500', '101650.717500', '101651.177500', '101651.637500', '101652.097500', '101652.557500', '101653.017500', '101653.477500', '101653.937500', '101654.397500', '101654.857500', '101655.317500'], 'ContentTime': ['101010.820000', '101010.824000', '101010.826000', '101010.829000', '101010.832000', '101010.835000', '101010.837000', '101010.926000', '101010.928000', '101010.931000', '101010.934000', '101010.937000', '101010.939000', '101010.942000', '101010.955000', '101010.958000', '101010.961000', '101010.963000', '101010.966000', '101010.968000', '101010.971000', '101010.974000', '101010.976000', '101010.979000', '101010.981000', '101010.984000', '101010.987000', '101010.989000', '101010.993000', '101010.996000', '101010.999000', '101011.002000', '101011.005000', '101011.007000', '101011.010000', '101011.013000', '101011.016000', '101011.018000', '101011.021000', '101011.024000', '101011.026000', '101011.029000', '101011.032000', '101030.781000', '101030.784000', '101030.787000', '101030.790000', '101030.792000', '101030.795000', '101030.798000', '101030.800000', '101030.803000', '101030.806000', '101030.808000', '101030.811000', '101030.813000', '101030.816000', '101030.819000', '101030.821000', '101030.824000', '101030.827000', '101030.829000', '101030.832000', '101030.834000', '101030.837000', '101030.840000', '101030.842000', '101030.845000', '101030.848000', '101030.850000', '101030.853000', '101030.855000', '101030.858000', '101030.861000', '101030.863000', '101030.866000', '101030.868000', '101030.871000', '101030.874000', '101030.876000', '101030.879000', '101030.881000', '101030.888000', '101030.891000', '101030.894000', '101030.896000', '101030.899000', '101050.782000', '101050.784000', '101050.787000', '101050.790000', '101050.792000', '101050.795000', '101050.798000', '101050.800000', '101050.803000', '101050.805000', '101050.808000', '101050.811000', '101050.814000', '101050.816000', '101050.819000', '101050.822000', '101050.824000', '101050.827000', '101050.829000', '101050.832000', '101050.835000', '101050.837000', '101050.840000', '101050.843000', '101050.845000', '101050.848000', '101050.850000', '101050.853000', '101050.856000', '101050.858000', '101050.861000', '101050.864000', '101050.866000', '101050.869000', '101050.871000', '101050.874000', '101050.877000', '101050.879000', '101050.882000', '101050.885000', '101050.887000', '101050.896000', '101050.898000', '101110.782000', '101110.784000', '101110.788000', '101110.791000', '101110.794000', '101110.797000', '101110.800000', '101110.802000', '101110.805000', '101110.808000', '101110.810000', '101110.813000', '101110.816000', '101110.819000', '101110.821000', '101110.824000', '101110.826000', '101110.829000', '101110.832000', '101110.834000', '101110.837000', '101110.839000', '101110.842000', '101110.846000', '101110.850000', '101110.857000', '101110.860000', '101110.862000', '101110.865000', '101110.868000', '101110.870000', '101110.873000', '101110.876000', '101110.879000', '101110.881000', '101110.884000', '101110.887000', '101110.889000', '101110.892000', '101110.894000', '101110.897000', '101110.900000', '101110.903000', '101130.782000', '101130.784000', '101130.787000', '101130.790000', '101130.792000', '101130.795000', '101130.798000', '101130.800000', '101130.803000', '101130.806000', '101130.808000', '101130.811000', '101130.814000', '101130.839000', '101130.842000', '101130.845000', '101130.847000', '101130.850000', '101130.853000', '101130.855000', '101130.858000', '101130.861000', '101130.863000', '101130.866000', '101130.882000', '101130.884000', '101130.887000', '101130.890000', '101130.892000', '101130.895000', '101130.897000', '101130.900000', '101130.903000', '101130.905000', '101130.908000', '101130.911000', '101130.913000', '101130.916000', '101130.919000', '101130.921000', '101130.924000', '101130.926000', '101130.929000', '101130.932000', '101150.781000', '101150.784000', '101150.787000', '101150.790000', '101150.793000', '101150.796000', '101150.799000', '101150.803000', '101150.806000', '101150.808000', '101150.811000', '101150.814000', '101150.816000', '101150.819000', '101150.822000', '101150.824000', '101150.827000', '101150.830000', '101150.832000', '101150.835000', '101150.838000', '101150.840000', '101150.843000', '101150.846000', '101150.848000', '101150.851000', '101150.853000', '101150.856000', '101150.859000', '101150.861000', '101150.864000', '101150.867000', '101150.869000', '101150.872000', '101150.874000', '101150.877000', '101150.880000', '101150.882000', '101150.885000', '101150.888000', '101150.890000', '101150.893000', '101150.896000', '101210.782000', '101210.785000', '101210.787000', '101210.790000', '101210.793000', '101210.795000', '101210.798000', '101210.800000', '101210.803000', '101210.806000', '101210.809000', '101210.811000', '101210.814000', '101210.816000', '101210.819000', '101210.822000', '101210.824000', '101210.827000', '101210.830000', '101210.832000', '101210.835000', '101210.837000', '101210.840000', '101210.843000', '101210.845000', '101210.848000', '101210.851000', '101210.853000', '101210.856000', '101210.858000', '101210.861000', '101210.864000', '101210.866000', '101210.869000', '101210.872000', '101210.874000', '101210.877000', '101210.880000', '101210.882000', '101210.885000', '101210.888000', '101210.890000', '101210.893000', '101210.896000', '101230.782000', '101230.784000', '101230.787000', '101230.790000', '101230.793000', '101230.795000', '101230.798000', '101230.801000', '101230.804000', '101230.806000', '101230.809000', '101230.811000', '101230.815000', '101230.817000', '101230.820000', '101230.822000', '101230.826000', '101230.828000', '101230.832000', '101230.835000', '101230.837000', '101230.840000', '101230.843000', '101230.845000', '101230.848000', '101230.851000', '101230.854000', '101230.856000', '101230.859000', '101230.861000', '101230.864000', '101230.867000', '101230.869000', '101230.872000', '101230.875000', '101230.877000', '101230.880000', '101230.882000', '101230.885000', '101230.888000', '101230.891000', '101230.893000', '101230.896000', '101250.782000', '101250.785000', '101250.788000', '101250.790000', '101250.793000', '101250.796000', '101250.798000', '101250.801000', '101250.804000', '101250.812000', '101250.814000', '101250.817000', '101250.820000', '101250.822000', '101250.825000', '101250.828000', '101250.830000', '101250.833000', '101250.835000', '101250.838000', '101250.841000', '101250.843000', '101250.846000', '101250.849000', '101250.851000', '101250.854000', '101250.857000', '101250.859000', '101250.862000', '101250.865000', '101250.867000', '101250.870000', '101250.873000', '101250.875000', '101250.878000', '101250.881000', '101250.883000', '101250.886000', '101250.889000', '101250.891000', '101250.894000', '101250.897000', '101250.899000', '101250.902000', '101310.781000', '101310.784000', '101310.787000', '101310.790000', '101310.793000', '101310.806000', '101310.809000', '101310.812000', '101310.873000', '101310.877000', '101310.879000', '101310.882000', '101310.884000', '101310.887000', '101310.890000', '101310.892000', '101310.895000', '101310.898000', '101310.900000', '101310.903000', '101310.906000', '101310.915000', '101310.917000', '101310.920000', '101310.923000', '101310.925000', '101310.928000', '101310.931000', '101310.933000', '101310.936000', '101310.939000', '101310.941000', '101310.944000', '101310.947000', '101310.949000', '101310.952000', '101310.954000', '101310.957000', '101310.960000', '101310.962000', '101310.965000', '101310.968000', '101310.970000', '101330.782000', '101330.784000', '101330.787000', '101330.790000', '101330.793000', '101330.795000', '101330.798000', '101330.800000', '101330.803000', '101330.806000', '101330.808000', '101330.811000', '101330.814000', '101330.859000', '101330.861000', '101330.864000', '101330.867000', '101330.869000', '101330.872000', '101330.875000', '101330.877000', '101330.880000', '101330.883000', '101330.885000', '101330.888000', '101330.890000', '101330.893000', '101330.896000', '101330.898000', '101330.901000', '101330.903000', '101330.906000', '101330.909000', '101330.911000', '101330.914000', '101330.917000', '101330.919000', '101330.922000', '101330.924000', '101330.927000', '101330.930000', '101330.932000', '101330.935000', '101330.938000', '101350.782000', '101350.784000', '101350.787000', '101350.790000', '101350.793000', '101350.795000', '101350.798000', '101350.801000', '101350.803000', '101350.806000', '101350.808000', '101350.811000', '101350.814000', '101350.845000', '101350.848000', '101350.850000', '101350.853000', '101350.856000', '101350.859000', '101350.861000', '101350.864000', '101350.867000', '101350.870000', '101350.872000', '101350.875000', '101350.878000', '101350.881000', '101350.883000', '101350.886000', '101350.889000', '101350.891000', '101350.894000', '101350.897000', '101350.900000', '101350.902000', '101350.905000', '101350.907000', '101350.910000', '101350.913000', '101350.916000', '101350.918000', '101350.921000', '101350.924000', '101410.781000', '101410.784000', '101410.787000', '101410.790000', '101410.793000', '101410.795000', '101410.798000', '101410.800000', '101410.803000', '101410.806000', '101410.808000', '101410.811000', '101410.814000', '101410.832000', '101410.835000', '101410.837000', '101410.840000', '101410.843000', '101410.845000', '101410.848000', '101410.851000', '101410.853000', '101410.856000', '101410.859000', '101410.861000', '101410.864000', '101410.867000', '101410.869000', '101410.872000', '101410.875000', '101410.877000', '101410.880000', '101410.883000', '101410.885000', '101410.888000', '101410.890000', '101410.893000', '101410.896000', '101410.898000', '101410.901000', '101410.904000', '101410.907000', '101410.909000', '101410.912000', '101430.781000', '101430.785000', '101430.787000', '101430.790000', '101430.793000', '101430.795000', '101430.798000', '101430.801000', '101430.803000', '101430.806000', '101430.809000', '101430.811000', '101430.814000', '101430.816000', '101430.819000', '101430.822000', '101430.824000', '101430.827000', '101430.830000', '101430.832000', '101430.835000', '101430.838000', '101430.840000', '101430.843000', '101430.846000', '101430.849000', '101430.851000', '101430.854000', '101430.857000', '101430.860000', '101430.862000', '101430.865000', '101430.868000', '101430.870000', '101430.873000', '101430.876000', '101430.879000', '101430.881000', '101430.884000', '101430.887000', '101430.889000', '101430.892000', '101430.894000', '101450.782000', '101450.785000', '101450.787000', '101450.790000', '101450.793000', '101450.795000', '101450.798000', '101450.801000', '101450.803000', '101450.806000', '101450.809000', '101450.811000', '101450.814000', '101450.817000', '101450.819000', '101450.822000', '101450.825000', '101450.827000', '101450.830000', '101450.833000', '101450.835000', '101450.838000', '101450.841000', '101450.843000', '101450.846000', '101450.849000', '101450.851000', '101450.854000', '101450.857000', '101450.859000', '101450.862000', '101450.865000', '101450.867000', '101450.870000', '101450.873000', '101450.875000', '101450.878000', '101450.881000', '101450.884000', '101450.886000', '101450.889000', '101450.891000', '101450.894000', '101450.897000', '101510.782000', '101510.784000', '101510.787000', '101510.790000', '101510.793000', '101510.795000', '101510.798000', '101510.801000', '101510.803000', '101510.806000', '101510.808000', '101510.811000', '101510.814000', '101510.817000', '101510.819000', '101510.822000', '101510.825000', '101510.828000', '101510.830000', '101510.833000', '101510.836000', '101510.838000', '101510.841000', '101510.843000', '101510.846000', '101510.849000', '101510.851000', '101510.854000', '101510.857000', '101510.860000', '101510.862000', '101510.865000', '101510.868000', '101510.870000', '101510.873000', '101510.877000', '101510.880000', '101510.883000', '101510.885000', '101510.888000', '101510.891000', '101510.893000', '101510.896000', '101530.781000', '101530.784000', '101530.787000', '101530.790000', '101530.792000', '101530.795000', '101530.798000', '101530.800000', '101530.803000', '101530.806000', '101530.808000', '101530.811000', '101530.814000', '101530.871000', '101530.874000', '101530.876000', '101530.879000', '101530.882000', '101530.884000', '101530.887000', '101530.889000', '101530.892000', '101530.895000', '101530.897000', '101530.900000', '101530.903000', '101530.905000', '101530.908000', '101530.911000', '101530.913000', '101530.916000', '101530.919000', '101530.921000', '101530.924000', '101530.926000', '101530.929000', '101530.932000', '101530.934000', '101530.937000', '101530.940000', '101530.942000', '101530.945000', '101530.948000', '101530.950000', '101550.782000', '101550.784000', '101550.787000', '101550.790000', '101550.792000', '101550.795000', '101550.797000', '101550.801000', '101550.803000', '101550.806000', '101550.808000', '101550.811000', '101550.814000', '101550.886000', '101550.889000', '101550.891000', '101550.894000', '101550.897000', '101550.899000', '101550.902000', '101550.905000', '101550.907000', '101550.910000', '101550.912000', '101550.915000', '101550.918000', '101550.920000', '101550.923000', '101550.926000', '101550.928000', '101550.931000', '101550.934000', '101550.937000', '101550.940000', '101550.942000', '101550.945000', '101550.948000', '101550.951000', '101550.954000', '101550.957000', '101550.959000', '101550.962000', '101550.964000', '101610.782000', '101610.785000', '101610.787000', '101610.790000', '101610.793000', '101610.795000', '101610.798000', '101610.800000', '101610.803000', '101610.806000', '101610.808000', '101610.811000', '101610.814000', '101610.857000', '101610.859000', '101610.862000', '101610.865000', '101610.867000', '101610.870000', '101610.872000', '101610.875000', '101610.878000', '101610.880000', '101610.883000', '101610.886000', '101610.888000', '101610.891000', '101610.894000', '101610.896000', '101610.899000', '101610.902000', '101610.904000', '101610.907000', '101610.909000', '101610.912000', '101610.915000', '101610.917000', '101610.920000', '101610.923000', '101610.925000', '101610.928000', '101610.931000', '101610.933000', '101610.936000', '101630.782000', '101630.784000', '101630.787000', '101630.790000', '101630.792000', '101630.795000', '101630.798000', '101630.800000', '101630.803000', '101630.806000', '101630.808000', '101630.811000', '101630.814000', '101630.873000', '101630.876000', '101630.879000', '101630.881000', '101630.884000', '101630.887000', '101630.889000', '101630.892000', '101630.894000', '101630.897000', '101630.900000', '101630.902000', '101630.905000', '101630.908000', '101630.910000', '101630.913000', '101630.916000', '101630.919000', '101630.921000', '101630.924000', '101630.926000', '101630.929000', '101630.932000', '101630.934000', '101630.937000', '101630.940000', '101630.942000', '101630.945000', '101630.948000', '101630.951000', '101650.782000', '101650.784000', '101650.787000', '101650.790000', '101650.792000', '101650.795000', '101650.798000', '101650.800000', '101650.803000', '101650.806000', '101650.808000', '101650.900000', '101650.903000', '101650.905000', '101650.908000', '101650.911000', '101650.913000', '101650.916000', '101650.919000', '101650.921000', '101650.924000', '101650.927000', '101650.929000', '101650.932000', '101650.935000', '101650.937000', '101650.940000', '101650.943000', '101650.945000', '101650.948000', '101650.951000', '101650.953000', '101650.956000', '101650.959000', '101650.961000', '101650.964000', '101650.967000', '101650.969000', '101650.972000', '101650.975000', '101650.977000', '101650.980000', '101650.983000', '101650.985000', '101656.643000', '101656.646000', '101656.649000', '101656.652000', '101656.654000', '101656.657000', '101656.659000', '101656.662000', '101656.665000', '101656.667000', '101656.670000', '101656.673000', '101656.675000'], 'InstanceCreationTime': ['101010.820000', '101010.824000', '101010.826000', '101010.829000', '101010.832000', '101010.835000', '101010.837000', '101010.926000', '101010.928000', '101010.931000', '101010.934000', '101010.937000', '101010.939000', '101010.942000', '101010.955000', '101010.958000', '101010.961000', '101010.963000', '101010.966000', '101010.968000', '101010.971000', '101010.974000', '101010.976000', '101010.979000', '101010.981000', '101010.984000', '101010.987000', '101010.989000', '101010.993000', '101010.996000', '101010.999000', '101011.002000', '101011.005000', '101011.007000', '101011.010000', '101011.013000', '101011.016000', '101011.018000', '101011.021000', '101011.024000', '101011.026000', '101011.029000', '101011.032000', '101030.781000', '101030.784000', '101030.787000', '101030.790000', '101030.792000', '101030.795000', '101030.798000', '101030.800000', '101030.803000', '101030.806000', '101030.808000', '101030.811000', '101030.813000', '101030.816000', '101030.819000', '101030.821000', '101030.824000', '101030.827000', '101030.829000', '101030.832000', '101030.834000', '101030.837000', '101030.840000', '101030.842000', '101030.845000', '101030.848000', '101030.850000', '101030.853000', '101030.855000', '101030.858000', '101030.861000', '101030.863000', '101030.866000', '101030.868000', '101030.871000', '101030.874000', '101030.876000', '101030.879000', '101030.881000', '101030.888000', '101030.891000', '101030.894000', '101030.896000', '101030.899000', '101050.782000', '101050.784000', '101050.787000', '101050.790000', '101050.792000', '101050.795000', '101050.798000', '101050.800000', '101050.803000', '101050.805000', '101050.808000', '101050.811000', '101050.814000', '101050.816000', '101050.819000', '101050.822000', '101050.824000', '101050.827000', '101050.829000', '101050.832000', '101050.835000', '101050.837000', '101050.840000', '101050.843000', '101050.845000', '101050.848000', '101050.850000', '101050.853000', '101050.856000', '101050.858000', '101050.861000', '101050.864000', '101050.866000', '101050.869000', '101050.871000', '101050.874000', '101050.877000', '101050.879000', '101050.882000', '101050.885000', '101050.887000', '101050.896000', '101050.898000', '101110.782000', '101110.784000', '101110.788000', '101110.791000', '101110.794000', '101110.797000', '101110.800000', '101110.802000', '101110.805000', '101110.808000', '101110.810000', '101110.813000', '101110.816000', '101110.819000', '101110.821000', '101110.824000', '101110.826000', '101110.829000', '101110.832000', '101110.834000', '101110.837000', '101110.839000', '101110.842000', '101110.846000', '101110.850000', '101110.857000', '101110.860000', '101110.862000', '101110.865000', '101110.868000', '101110.870000', '101110.873000', '101110.876000', '101110.879000', '101110.881000', '101110.884000', '101110.887000', '101110.889000', '101110.892000', '101110.894000', '101110.897000', '101110.900000', '101110.903000', '101130.782000', '101130.784000', '101130.787000', '101130.790000', '101130.792000', '101130.795000', '101130.798000', '101130.800000', '101130.803000', '101130.806000', '101130.808000', '101130.811000', '101130.814000', '101130.839000', '101130.842000', '101130.845000', '101130.847000', '101130.850000', '101130.853000', '101130.855000', '101130.858000', '101130.861000', '101130.863000', '101130.866000', '101130.882000', '101130.884000', '101130.887000', '101130.890000', '101130.892000', '101130.895000', '101130.897000', '101130.900000', '101130.903000', '101130.905000', '101130.908000', '101130.911000', '101130.913000', '101130.916000', '101130.919000', '101130.921000', '101130.924000', '101130.926000', '101130.929000', '101130.932000', '101150.781000', '101150.784000', '101150.787000', '101150.790000', '101150.793000', '101150.796000', '101150.799000', '101150.803000', '101150.806000', '101150.808000', '101150.811000', '101150.814000', '101150.816000', '101150.819000', '101150.822000', '101150.824000', '101150.827000', '101150.830000', '101150.832000', '101150.835000', '101150.838000', '101150.840000', '101150.843000', '101150.846000', '101150.848000', '101150.851000', '101150.853000', '101150.856000', '101150.859000', '101150.861000', '101150.864000', '101150.867000', '101150.869000', '101150.872000', '101150.874000', '101150.877000', '101150.880000', '101150.882000', '101150.885000', '101150.888000', '101150.890000', '101150.893000', '101150.896000', '101210.782000', '101210.785000', '101210.787000', '101210.790000', '101210.793000', '101210.795000', '101210.798000', '101210.800000', '101210.803000', '101210.806000', '101210.809000', '101210.811000', '101210.814000', '101210.816000', '101210.819000', '101210.822000', '101210.824000', '101210.827000', '101210.830000', '101210.832000', '101210.835000', '101210.837000', '101210.840000', '101210.843000', '101210.845000', '101210.848000', '101210.851000', '101210.853000', '101210.856000', '101210.858000', '101210.861000', '101210.864000', '101210.866000', '101210.869000', '101210.872000', '101210.874000', '101210.877000', '101210.880000', '101210.882000', '101210.885000', '101210.888000', '101210.890000', '101210.893000', '101210.896000', '101230.782000', '101230.784000', '101230.787000', '101230.790000', '101230.793000', '101230.795000', '101230.798000', '101230.801000', '101230.804000', '101230.806000', '101230.809000', '101230.811000', '101230.815000', '101230.817000', '101230.820000', '101230.822000', '101230.826000', '101230.828000', '101230.832000', '101230.835000', '101230.837000', '101230.840000', '101230.843000', '101230.845000', '101230.848000', '101230.851000', '101230.854000', '101230.856000', '101230.859000', '101230.861000', '101230.864000', '101230.867000', '101230.869000', '101230.872000', '101230.875000', '101230.877000', '101230.880000', '101230.882000', '101230.885000', '101230.888000', '101230.891000', '101230.893000', '101230.896000', '101250.782000', '101250.785000', '101250.788000', '101250.790000', '101250.793000', '101250.796000', '101250.798000', '101250.801000', '101250.804000', '101250.812000', '101250.814000', '101250.817000', '101250.820000', '101250.822000', '101250.825000', '101250.828000', '101250.830000', '101250.833000', '101250.835000', '101250.838000', '101250.841000', '101250.843000', '101250.846000', '101250.849000', '101250.851000', '101250.854000', '101250.857000', '101250.859000', '101250.862000', '101250.865000', '101250.867000', '101250.870000', '101250.873000', '101250.875000', '101250.878000', '101250.881000', '101250.883000', '101250.886000', '101250.889000', '101250.891000', '101250.894000', '101250.897000', '101250.899000', '101250.902000', '101310.781000', '101310.784000', '101310.787000', '101310.790000', '101310.793000', '101310.806000', '101310.809000', '101310.812000', '101310.873000', '101310.877000', '101310.879000', '101310.882000', '101310.884000', '101310.887000', '101310.890000', '101310.892000', '101310.895000', '101310.898000', '101310.900000', '101310.903000', '101310.906000', '101310.915000', '101310.917000', '101310.920000', '101310.923000', '101310.925000', '101310.928000', '101310.931000', '101310.933000', '101310.936000', '101310.939000', '101310.941000', '101310.944000', '101310.947000', '101310.949000', '101310.952000', '101310.954000', '101310.957000', '101310.960000', '101310.962000', '101310.965000', '101310.968000', '101310.970000', '101330.782000', '101330.784000', '101330.787000', '101330.790000', '101330.793000', '101330.795000', '101330.798000', '101330.800000', '101330.803000', '101330.806000', '101330.808000', '101330.811000', '101330.814000', '101330.859000', '101330.861000', '101330.864000', '101330.867000', '101330.869000', '101330.872000', '101330.875000', '101330.877000', '101330.880000', '101330.883000', '101330.885000', '101330.888000', '101330.890000', '101330.893000', '101330.896000', '101330.898000', '101330.901000', '101330.903000', '101330.906000', '101330.909000', '101330.911000', '101330.914000', '101330.917000', '101330.919000', '101330.922000', '101330.924000', '101330.927000', '101330.930000', '101330.932000', '101330.935000', '101330.938000', '101350.782000', '101350.784000', '101350.787000', '101350.790000', '101350.793000', '101350.795000', '101350.798000', '101350.801000', '101350.803000', '101350.806000', '101350.808000', '101350.811000', '101350.814000', '101350.845000', '101350.848000', '101350.850000', '101350.853000', '101350.856000', '101350.859000', '101350.861000', '101350.864000', '101350.867000', '101350.870000', '101350.872000', '101350.875000', '101350.878000', '101350.881000', '101350.883000', '101350.886000', '101350.889000', '101350.891000', '101350.894000', '101350.897000', '101350.900000', '101350.902000', '101350.905000', '101350.907000', '101350.910000', '101350.913000', '101350.916000', '101350.918000', '101350.921000', '101350.924000', '101410.781000', '101410.784000', '101410.787000', '101410.790000', '101410.793000', '101410.795000', '101410.798000', '101410.800000', '101410.803000', '101410.806000', '101410.808000', '101410.811000', '101410.814000', '101410.832000', '101410.835000', '101410.837000', '101410.840000', '101410.843000', '101410.845000', '101410.848000', '101410.851000', '101410.853000', '101410.856000', '101410.859000', '101410.861000', '101410.864000', '101410.867000', '101410.869000', '101410.872000', '101410.875000', '101410.877000', '101410.880000', '101410.883000', '101410.885000', '101410.888000', '101410.890000', '101410.893000', '101410.896000', '101410.898000', '101410.901000', '101410.904000', '101410.907000', '101410.909000', '101410.912000', '101430.781000', '101430.785000', '101430.787000', '101430.790000', '101430.793000', '101430.795000', '101430.798000', '101430.801000', '101430.803000', '101430.806000', '101430.809000', '101430.811000', '101430.814000', '101430.816000', '101430.819000', '101430.822000', '101430.824000', '101430.827000', '101430.830000', '101430.832000', '101430.835000', '101430.838000', '101430.840000', '101430.843000', '101430.846000', '101430.849000', '101430.851000', '101430.854000', '101430.857000', '101430.860000', '101430.862000', '101430.865000', '101430.868000', '101430.870000', '101430.873000', '101430.876000', '101430.879000', '101430.881000', '101430.884000', '101430.887000', '101430.889000', '101430.892000', '101430.894000', '101450.782000', '101450.785000', '101450.787000', '101450.790000', '101450.793000', '101450.795000', '101450.798000', '101450.801000', '101450.803000', '101450.806000', '101450.809000', '101450.811000', '101450.814000', '101450.817000', '101450.819000', '101450.822000', '101450.825000', '101450.827000', '101450.830000', '101450.833000', '101450.835000', '101450.838000', '101450.841000', '101450.843000', '101450.846000', '101450.849000', '101450.851000', '101450.854000', '101450.857000', '101450.859000', '101450.862000', '101450.865000', '101450.867000', '101450.870000', '101450.873000', '101450.875000', '101450.878000', '101450.881000', '101450.884000', '101450.886000', '101450.889000', '101450.891000', '101450.894000', '101450.897000', '101510.782000', '101510.784000', '101510.787000', '101510.790000', '101510.793000', '101510.795000', '101510.798000', '101510.801000', '101510.803000', '101510.806000', '101510.808000', '101510.811000', '101510.814000', '101510.817000', '101510.819000', '101510.822000', '101510.825000', '101510.828000', '101510.830000', '101510.833000', '101510.836000', '101510.838000', '101510.841000', '101510.843000', '101510.846000', '101510.849000', '101510.851000', '101510.854000', '101510.857000', '101510.860000', '101510.862000', '101510.865000', '101510.868000', '101510.870000', '101510.873000', '101510.877000', '101510.880000', '101510.883000', '101510.885000', '101510.888000', '101510.891000', '101510.893000', '101510.896000', '101530.781000', '101530.784000', '101530.787000', '101530.790000', '101530.792000', '101530.795000', '101530.798000', '101530.800000', '101530.803000', '101530.806000', '101530.808000', '101530.811000', '101530.814000', '101530.871000', '101530.874000', '101530.876000', '101530.879000', '101530.882000', '101530.884000', '101530.887000', '101530.889000', '101530.892000', '101530.895000', '101530.897000', '101530.900000', '101530.903000', '101530.905000', '101530.908000', '101530.911000', '101530.913000', '101530.916000', '101530.919000', '101530.921000', '101530.924000', '101530.926000', '101530.929000', '101530.932000', '101530.934000', '101530.937000', '101530.940000', '101530.942000', '101530.945000', '101530.948000', '101530.950000', '101550.782000', '101550.784000', '101550.787000', '101550.790000', '101550.792000', '101550.795000', '101550.797000', '101550.801000', '101550.803000', '101550.806000', '101550.808000', '101550.811000', '101550.814000', '101550.886000', '101550.889000', '101550.891000', '101550.894000', '101550.897000', '101550.899000', '101550.902000', '101550.905000', '101550.907000', '101550.910000', '101550.912000', '101550.915000', '101550.918000', '101550.920000', '101550.923000', '101550.926000', '101550.928000', '101550.931000', '101550.934000', '101550.937000', '101550.940000', '101550.942000', '101550.945000', '101550.948000', '101550.951000', '101550.954000', '101550.957000', '101550.959000', '101550.962000', '101550.964000', '101610.782000', '101610.785000', '101610.787000', '101610.790000', '101610.793000', '101610.795000', '101610.798000', '101610.800000', '101610.803000', '101610.806000', '101610.808000', '101610.811000', '101610.814000', '101610.857000', '101610.859000', '101610.862000', '101610.865000', '101610.867000', '101610.870000', '101610.872000', '101610.875000', '101610.878000', '101610.880000', '101610.883000', '101610.886000', '101610.888000', '101610.891000', '101610.894000', '101610.896000', '101610.899000', '101610.902000', '101610.904000', '101610.907000', '101610.909000', '101610.912000', '101610.915000', '101610.917000', '101610.920000', '101610.923000', '101610.925000', '101610.928000', '101610.931000', '101610.933000', '101610.936000', '101630.782000', '101630.784000', '101630.787000', '101630.790000', '101630.792000', '101630.795000', '101630.798000', '101630.800000', '101630.803000', '101630.806000', '101630.808000', '101630.811000', '101630.814000', '101630.873000', '101630.876000', '101630.879000', '101630.881000', '101630.884000', '101630.887000', '101630.889000', '101630.892000', '101630.894000', '101630.897000', '101630.900000', '101630.902000', '101630.905000', '101630.908000', '101630.910000', '101630.913000', '101630.916000', '101630.919000', '101630.921000', '101630.924000', '101630.926000', '101630.929000', '101630.932000', '101630.934000', '101630.937000', '101630.940000', '101630.942000', '101630.945000', '101630.948000', '101630.951000', '101650.782000', '101650.784000', '101650.787000', '101650.790000', '101650.792000', '101650.795000', '101650.798000', '101650.800000', '101650.803000', '101650.806000', '101650.808000', '101650.900000', '101650.903000', '101650.905000', '101650.908000', '101650.911000', '101650.913000', '101650.916000', '101650.919000', '101650.921000', '101650.924000', '101650.927000', '101650.929000', '101650.932000', '101650.935000', '101650.937000', '101650.940000', '101650.943000', '101650.945000', '101650.948000', '101650.951000', '101650.953000', '101650.956000', '101650.959000', '101650.961000', '101650.964000', '101650.967000', '101650.969000', '101650.972000', '101650.975000', '101650.977000', '101650.980000', '101650.983000', '101650.985000', '101656.643000', '101656.646000', '101656.649000', '101656.652000', '101656.654000', '101656.657000', '101656.659000', '101656.662000', '101656.665000', '101656.667000', '101656.670000', '101656.673000', '101656.675000'], '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': [7576, 9378, 7826, 11503, 8468, 15574, 8951, 13883, 8327, 11451, 7692, 11973, 7669, 10639, 7203, 10675, 7205, 7190, 8015, 7199, 7515, 7300, 8742, 7446, 9327, 7575, 9611, 7553, 9153, 7467, 9519, 7963, 11423, 8634, 7167, 7551, 7179, 7959, 7322, 9125, 7661, 10658, 8409, 8738, 8740, 7339, 9411, 10625, 10097, 10964, 10245, 7749, 9701, 7337, 9207, 7479, 10130, 7712, 10217, 11733, 8790, 7350, 8491, 7421, 9921, 7649, 9169, 7230, 7846, 7159, 7822, 7114, 9377, 6966, 9486, 9897, 9554, 8774, 8674, 8697, 8028, 9898, 8293, 10625, 8719, 10424, 9227, 7190, 7566, 7456, 8901, 7311, 9643, 7149, 12133, 7093, 10442, 7253, 9912, 8749, 9050, 12867, 7357, 10046, 7375, 10869, 7255, 11227, 7599, 14446, 9922, 10896, 9337, 7287, 9961, 7319, 10653, 7353, 10039, 7507, 13654, 7418, 7366, 7670, 7174, 9768, 7262, 13297, 7725, 11409, 8197, 10993, 8404, 10527, 10567, 7540, 9980, 7241, 10321, 7292, 7588, 8626, 7147, 10042, 7388, 10398, 7303, 10552, 7169, 10636, 7195, 12043, 7515, 7351, 7591, 7182, 8017, 7489, 9744, 7344, 11124, 7302, 7183, 8318, 7228, 9700, 7293, 10154, 7330, 13104, 7481, 7402, 7563, 7470, 9691, 7189, 10693, 7656, 12784, 7536, 11025, 7533, 8859, 8764, 7476, 10275, 7525, 9846, 7119, 7219, 8946, 7703, 10314, 7481, 9752, 7324, 9900, 7265, 10596, 7014, 12622, 7525, 10859, 7631, 10711, 7639, 11245, 8384, 10072, 8396, 7234, 8638, 7287, 9257, 7203, 9548, 7100, 9307, 9889, 8074, 10172, 7095, 10130, 7590, 10145, 7191, 10149, 7168, 10268, 7445, 9498, 7432, 8754, 7249, 9466, 7157, 10074, 7321, 9529, 7273, 9839, 7012, 9945, 7228, 10922, 7505, 10565, 7180, 11076, 7296, 11640, 9085, 12352, 11457, 7161, 8854, 7391, 11390, 7572, 13740, 7704, 12201, 7147, 10216, 7340, 9820, 7294, 9690, 7231, 10103, 7472, 9994, 7429, 9290, 7294, 9374, 7277, 9268, 7135, 9675, 7370, 9188, 7711, 8158, 7611, 8462, 10843, 9207, 7459, 8462, 7346, 9145, 7267, 9627, 7474, 10335, 8464, 9280, 7670, 8417, 9154, 8399, 11892, 9372, 11959, 8308, 11364, 8076, 11823, 8081, 11362, 8410, 10417, 8170, 7200, 8245, 7229, 7510, 10792, 7248, 9971, 7528, 9511, 7368, 8609, 7238, 7321, 10953, 7018, 10597, 7536, 10679, 7225, 10059, 7168, 9787, 7251, 9764, 7295, 12939, 7007, 7156, 7437, 7449, 9301, 8647, 14169, 8716, 9005, 7249, 9932, 7275, 7398, 9643, 8149, 13201, 7241, 12848, 7342, 13868, 7688, 11607, 8559, 12348, 9936, 11544, 10132, 7494, 9747, 7147, 8476, 7131, 9079, 7324, 12926, 7884, 8368, 8887, 7283, 9621, 7128, 9925, 7065, 9738, 7095, 8529, 7300, 8342, 7230, 8626, 7071, 8710, 7132, 9078, 7320, 11435, 7333, 11371, 7217, 9057, 7087, 9082, 7400, 11492, 7522, 7055, 8265, 7386, 8462, 7056, 8780, 7506, 12405, 8030, 11552, 8234, 13782, 7678, 10782, 8006, 12523, 7740, 12956, 7256, 7462, 8203, 7195, 8392, 6999, 11416, 7646, 9710, 8037, 11359, 7874, 12755, 8825, 12842, 8827, 10418, 8979, 7428, 9247, 7302, 8604, 7363, 10209, 7299, 9258, 7298, 9308, 7446, 9568, 7584, 12672, 7917, 11058, 8429, 11575, 7960, 10025, 9990, 7842, 7934, 7189, 8122, 7231, 9750, 7303, 10055, 7481, 8705, 7491, 8105, 7306, 9011, 7252, 9452, 7315, 8436, 7421, 9131, 7589, 9383, 7541, 9192, 7474, 8573, 7320, 9055, 7322, 8923, 7284, 9317, 7336, 9138, 10793, 7922, 7185, 7977, 7002, 8259, 7486, 8874, 7471, 8665, 7372, 8872, 7216, 8812, 7348, 10766, 8746, 11040, 9331, 10582, 9052, 11063, 9062, 11342, 9896, 10531, 10944, 7372, 8689, 7247, 9745, 7308, 8677, 9061, 10871, 10379, 10032, 9552, 7001, 8672, 7345, 8991, 7137, 9442, 7823, 12083, 9300, 7411, 7555, 7127, 9382, 7159, 9908, 7556, 10408, 8774, 9286, 7025, 9245, 7163, 8744, 11917, 7823, 13914, 8113, 13238, 7671, 10150, 7147, 8000, 7219, 7427, 7852, 9885, 7944, 10382, 7316, 9314, 7031, 8900, 7195, 9829, 7286, 10124, 7436, 8989, 7407, 8735, 7414, 9135, 7419, 9196, 11497, 8965, 11600, 8022, 10652, 7384, 9987, 8254, 10723, 9404, 10887, 8801, 11901, 7555, 12085, 7691, 10699, 7460, 10655, 7126, 8872, 7043, 8896, 7090, 8621, 7174, 9098, 7239, 9352, 7346, 10523, 7384, 9624, 12019, 9260, 12712, 7847, 12416, 8100, 11347, 7058, 9120, 7039, 8905, 7230, 9562, 8704, 8726, 11444, 7034, 11180, 7258, 9230, 7126, 10910, 7167, 11025, 7176, 8710, 7197, 9359, 7188, 11273, 7033, 11186, 7157, 10466, 7152, 10241, 6976, 10130, 10478, 10383, 9383, 9701, 7009, 8794, 7274, 8798, 8943, 9704, 7830, 9488, 7104, 8297, 6795, 8467, 6913, 9034, 7143, 10019, 7638, 11599, 7160, 10040, 7174, 10053, 7253, 9177, 6865, 8880, 7134, 9478, 7343, 9083, 7278, 9437, 7330, 7559, 8628, 7131, 7184, 7143, 7413, 8544, 9746, 9652, 10972, 9406, 10183, 9175, 10993, 9384, 12463, 10679, 9886, 8186, 7190, 8537, 7268, 8852, 7702, 13180, 9472, 11658, 9683, 7557, 10187, 7214, 10470, 7636, 12488, 7039, 8965, 7117, 9177, 7177, 7519, 8885, 7219, 10467, 7153, 9815, 7086, 8912, 7178, 9189, 7632, 11301, 9030, 8549, 9237, 7088, 8151, 7374, 8864, 7504, 11363, 8204, 7192, 7399, 7278, 6993, 6962, 7059, 7955, 7182, 7068, 7075, 7313, 8178, 8371, 7275, 9949, 7666, 15986, 9839, 13847, 14359, 9125, 14963, 8265, 13783, 8282, 11703, 8598, 7193, 7771, 7058, 7146, 7308, 7143, 7705, 8386, 7258, 7640, 7243, 14248, 8229, 13102, 8025, 14835, 7930, 14691, 7320, 11216, 7475, 10417, 6971, 8433, 7157, 8244, 7273, 8380, 7470, 8228, 7409, 10060, 7483, 9354, 7446, 8168, 7412, 7947, 7282, 7801, 7146, 7900, 7352, 7656, 6937, 7271, 7251, 9248, 7500, 9571, 7256, 8847, 7357, 8769, 7375, 9423, 7400, 9688, 8310, 9337, 11652, 8000, 10511, 7327, 8380, 7561, 10853, 7598, 7147, 8695, 7288, 10000, 7111, 10044, 13187, 11996, 15090, 9801, 14059, 8180, 12221, 7407, 10649, 7560, 13159, 7153, 9846, 7022, 9512, 7324, 8861, 7180, 9065, 7332, 7234, 8061, 7249, 7700, 7413, 7603, 7451, 7881, 7322, 8370, 7217, 10617, 7358, 9672, 10006, 10858, 14218, 12456, 13946, 9092, 11349, 8641, 7112, 10040, 7564, 8196, 7233, 8534, 7522, 7307, 7784, 8318, 8470, 10148, 11185, 14746, 9291, 9301, 7323, 7748, 7231, 8601, 7614, 12563, 8335, 8302, 8376, 7253], 'WindowCenter': [4667.0, 4669.0, 4636.0, 4684.0, 4644.0, 4696.0, 4613.0, 4688.0, 4619.0, 4654.0, 4619.0, 4669.0, 4629.0, 4657.0, 4635.0, 4656.0, 4609.0, 4607.0, 4631.0, 4598.0, 4621.0, 4620.0, 4645.0, 4635.0, 4654.0, 4635.0, 4659.0, 4635.0, 4650.0, 4624.0, 4649.0, 4648.0, 4710.0, 4670.0, 4629.0, 4644.0, 4625.0, 4633.0, 4634.0, 4652.0, 4635.0, 4685.0, 4654.0, 4670.0, 4657.0, 4622.0, 4653.0, 4673.0, 4677.0, 4673.0, 4661.0, 4622.0, 4650.0, 4622.0, 4652.0, 4621.0, 4661.0, 4623.0, 4662.0, 4665.0, 4612.0, 4594.0, 4622.0, 4621.0, 4706.0, 4692.0, 4710.0, 4656.0, 4646.0, 4610.0, 4620.0, 4596.0, 4635.0, 4581.0, 4621.0, 4636.0, 4638.0, 4639.0, 4638.0, 4640.0, 4643.0, 4660.0, 4630.0, 4658.0, 4657.0, 4675.0, 4640.0, 4611.0, 4618.0, 4622.0, 4653.0, 4624.0, 4665.0, 4613.0, 4692.0, 4623.0, 4671.0, 4637.0, 4662.0, 4653.0, 4653.0, 4716.0, 4636.0, 4662.0, 4621.0, 4670.0, 4622.0, 4672.0, 4634.0, 4700.0, 4662.0, 4674.0, 4649.0, 4610.0, 4658.0, 4612.0, 4657.0, 4610.0, 4647.0, 4608.0, 4698.0, 4621.0, 4608.0, 4618.0, 4609.0, 4650.0, 4620.0, 4689.0, 4622.0, 4669.0, 4644.0, 4687.0, 4643.0, 4674.0, 4685.0, 4632.0, 4647.0, 4596.0, 4644.0, 4636.0, 4606.0, 4601.0, 4556.0, 4621.0, 4596.0, 4646.0, 4595.0, 4645.0, 4596.0, 4645.0, 4597.0, 4665.0, 4608.0, 4612.0, 4621.0, 4610.0, 4617.0, 4597.0, 4636.0, 4608.0, 4656.0, 4597.0, 4599.0, 4618.0, 4608.0, 4637.0, 4607.0, 4649.0, 4610.0, 4677.0, 4598.0, 4597.0, 4606.0, 4596.0, 4638.0, 4598.0, 4647.0, 4608.0, 4676.0, 4609.0, 4658.0, 4608.0, 4628.0, 4628.0, 4598.0, 4648.0, 4607.0, 4646.0, 4597.0, 4609.0, 4639.0, 4608.0, 4649.0, 4608.0, 4638.0, 4597.0, 4635.0, 4598.0, 4646.0, 4597.0, 4669.0, 4609.0, 4657.0, 4609.0, 4647.0, 4607.0, 4657.0, 4618.0, 4647.0, 4618.0, 4607.0, 4628.0, 4608.0, 4638.0, 4610.0, 4638.0, 4600.0, 4640.0, 4650.0, 4619.0, 4649.0, 4598.0, 4647.0, 4608.0, 4648.0, 4600.0, 4659.0, 4610.0, 4660.0, 4611.0, 4650.0, 4613.0, 4632.0, 4611.0, 4652.0, 4612.0, 4662.0, 4624.0, 4652.0, 4622.0, 4651.0, 4613.0, 4663.0, 4623.0, 4672.0, 4624.0, 4673.0, 4627.0, 4682.0, 4625.0, 4670.0, 4642.0, 4680.0, 4670.0, 4600.0, 4639.0, 4610.0, 4669.0, 4609.0, 4689.0, 4609.0, 4670.0, 4597.0, 4646.0, 4598.0, 4636.0, 4596.0, 4635.0, 4596.0, 4646.0, 4595.0, 4636.0, 4596.0, 4626.0, 4597.0, 4625.0, 4607.0, 4638.0, 4599.0, 4637.0, 4610.0, 4638.0, 4609.0, 4619.0, 4621.0, 4630.0, 4658.0, 4639.0, 4609.0, 4628.0, 4609.0, 4639.0, 4610.0, 4651.0, 4612.0, 4661.0, 4631.0, 4639.0, 4619.0, 4629.0, 4638.0, 4629.0, 4667.0, 4638.0, 4667.0, 4619.0, 4657.0, 4607.0, 4667.0, 4617.0, 4657.0, 4616.0, 4646.0, 4616.0, 4607.0, 4617.0, 4607.0, 4610.0, 4660.0, 4609.0, 4647.0, 4620.0, 4638.0, 4611.0, 4629.0, 4609.0, 4609.0, 4659.0, 4610.0, 4660.0, 4620.0, 4659.0, 4611.0, 4648.0, 4600.0, 4661.0, 4609.0, 4661.0, 4637.0, 4690.0, 4609.0, 4625.0, 4622.0, 4634.0, 4648.0, 4627.0, 4725.0, 4654.0, 4662.0, 4636.0, 4672.0, 4622.0, 4621.0, 4650.0, 4629.0, 4688.0, 4620.0, 4690.0, 4609.0, 4687.0, 4620.0, 4667.0, 4627.0, 4675.0, 4645.0, 4656.0, 4643.0, 4593.0, 4633.0, 4591.0, 4613.0, 4591.0, 4624.0, 4605.0, 4661.0, 4604.0, 4613.0, 4622.0, 4603.0, 4634.0, 4595.0, 4636.0, 4594.0, 4635.0, 4595.0, 4624.0, 4606.0, 4614.0, 4606.0, 4636.0, 4608.0, 4640.0, 4609.0, 4638.0, 4621.0, 4669.0, 4621.0, 4678.0, 4619.0, 4639.0, 4609.0, 4639.0, 4619.0, 4668.0, 4621.0, 4610.0, 4639.0, 4621.0, 4640.0, 4611.0, 4641.0, 4623.0, 4689.0, 4634.0, 4680.0, 4643.0, 4701.0, 4620.0, 4668.0, 4629.0, 4677.0, 4618.0, 4678.0, 4609.0, 4608.0, 4630.0, 4624.0, 4658.0, 4626.0, 4694.0, 4632.0, 4662.0, 4630.0, 4667.0, 4632.0, 4688.0, 4640.0, 4675.0, 4626.0, 4659.0, 4638.0, 4619.0, 4648.0, 4620.0, 4641.0, 4610.0, 4657.0, 4608.0, 4638.0, 4609.0, 4637.0, 4607.0, 4646.0, 4619.0, 4675.0, 4618.0, 4656.0, 4617.0, 4666.0, 4615.0, 4634.0, 4645.0, 4615.0, 4614.0, 4595.0, 4614.0, 4605.0, 4638.0, 4605.0, 4646.0, 4608.0, 4626.0, 4604.0, 4615.0, 4605.0, 4624.0, 4605.0, 4645.0, 4605.0, 4626.0, 4606.0, 4635.0, 4606.0, 4637.0, 4606.0, 4636.0, 4608.0, 4639.0, 4608.0, 4651.0, 4621.0, 4639.0, 4610.0, 4650.0, 4609.0, 4650.0, 4672.0, 4633.0, 4612.0, 4632.0, 4621.0, 4643.0, 4636.0, 4651.0, 4622.0, 4638.0, 4619.0, 4639.0, 4622.0, 4651.0, 4624.0, 4670.0, 4643.0, 4681.0, 4653.0, 4670.0, 4640.0, 4679.0, 4639.0, 4670.0, 4660.0, 4668.0, 4668.0, 4609.0, 4638.0, 4621.0, 4647.0, 4619.0, 4641.0, 4639.0, 4669.0, 4660.0, 4648.0, 4649.0, 4610.0, 4626.0, 4607.0, 4637.0, 4597.0, 4650.0, 4618.0, 4676.0, 4636.0, 4618.0, 4617.0, 4609.0, 4649.0, 4607.0, 4660.0, 4619.0, 4656.0, 4638.0, 4637.0, 4607.0, 4635.0, 4596.0, 4627.0, 4664.0, 4606.0, 4685.0, 4615.0, 4674.0, 4606.0, 4644.0, 4596.0, 4618.0, 4609.0, 4606.0, 4620.0, 4650.0, 4629.0, 4658.0, 4608.0, 4637.0, 4610.0, 4637.0, 4599.0, 4646.0, 4609.0, 4661.0, 4608.0, 4636.0, 4609.0, 4637.0, 4608.0, 4648.0, 4620.0, 4648.0, 4678.0, 4640.0, 4679.0, 4630.0, 4660.0, 4618.0, 4657.0, 4631.0, 4667.0, 4648.0, 4667.0, 4639.0, 4678.0, 4617.0, 4678.0, 4618.0, 4657.0, 4606.0, 4644.0, 4596.0, 4626.0, 4597.0, 4635.0, 4609.0, 4638.0, 4611.0, 4638.0, 4620.0, 4650.0, 4621.0, 4661.0, 4608.0, 4651.0, 4676.0, 4648.0, 4687.0, 4629.0, 4678.0, 4617.0, 4667.0, 4609.0, 4640.0, 4608.0, 4638.0, 4611.0, 4651.0, 4640.0, 4640.0, 4680.0, 4610.0, 4672.0, 4609.0, 4639.0, 4610.0, 4659.0, 4610.0, 4660.0, 4610.0, 4629.0, 4611.0, 4639.0, 4609.0, 4667.0, 4598.0, 4657.0, 4598.0, 4658.0, 4597.0, 4646.0, 4597.0, 4645.0, 4644.0, 4645.0, 4635.0, 4637.0, 4593.0, 4615.0, 4595.0, 4612.0, 4622.0, 4633.0, 4606.0, 4635.0, 4597.0, 4614.0, 4586.0, 4613.0, 4594.0, 4623.0, 4596.0, 4636.0, 4605.0, 4668.0, 4596.0, 4645.0, 4598.0, 4645.0, 4607.0, 4637.0, 4598.0, 4625.0, 4598.0, 4637.0, 4605.0, 4637.0, 4608.0, 4636.0, 4623.0, 4637.0, 4642.0, 4625.0, 4612.0, 4624.0, 4634.0, 4655.0, 4666.0, 4663.0, 4684.0, 4654.0, 4673.0, 4652.0, 4673.0, 4653.0, 4691.0, 4672.0, 4661.0, 4631.0, 4612.0, 4640.0, 4621.0, 4641.0, 4620.0, 4688.0, 4652.0, 4669.0, 4649.0, 4620.0, 4660.0, 4607.0, 4658.0, 4616.0, 4676.0, 4597.0, 4639.0, 4610.0, 4635.0, 4599.0, 4608.0, 4627.0, 4606.0, 4659.0, 4601.0, 4647.0, 4597.0, 4628.0, 4597.0, 4637.0, 4610.0, 4657.0, 4626.0, 4627.0, 4635.0, 4596.0, 4617.0, 4605.0, 4624.0, 4606.0, 4654.0, 4640.0, 4637.0, 4678.0, 4650.0, 4610.0, 4610.0, 4610.0, 4631.0, 4624.0, 4611.0, 4622.0, 4624.0, 4655.0, 4644.0, 4626.0, 4663.0, 4635.0, 4722.0, 4662.0, 4701.0, 4701.0, 4652.0, 4700.0, 4629.0, 4699.0, 4615.0, 4664.0, 4625.0, 4607.0, 4605.0, 4581.0, 4579.0, 4578.0, 4580.0, 4615.0, 4627.0, 4620.0, 4616.0, 4606.0, 4684.0, 4615.0, 4673.0, 4603.0, 4682.0, 4603.0, 4671.0, 4591.0, 4640.0, 4589.0, 4630.0, 4579.0, 4600.0, 4580.0, 4599.0, 4592.0, 4610.0, 4591.0, 4612.0, 4604.0, 4642.0, 4605.0, 4633.0, 4604.0, 4624.0, 4604.0, 4614.0, 4608.0, 4618.0, 4608.0, 4627.0, 4619.0, 4620.0, 4608.0, 4620.0, 4619.0, 4651.0, 4622.0, 4661.0, 4621.0, 4650.0, 4632.0, 4652.0, 4634.0, 4663.0, 4635.0, 4664.0, 4643.0, 4664.0, 4692.0, 4657.0, 4697.0, 4622.0, 4642.0, 4633.0, 4680.0, 4632.0, 4624.0, 4655.0, 4634.0, 4676.0, 4625.0, 4676.0, 4701.0, 4694.0, 4711.0, 4664.0, 4700.0, 4629.0, 4677.0, 4610.0, 4658.0, 4619.0, 4676.0, 4595.0, 4647.0, 4597.0, 4635.0, 4606.0, 4625.0, 4597.0, 4624.0, 4604.0, 4608.0, 4644.0, 4636.0, 4645.0, 4636.0, 4649.0, 4624.0, 4615.0, 4609.0, 4628.0, 4619.0, 4670.0, 4622.0, 4651.0, 4659.0, 4671.0, 4690.0, 4679.0, 4686.0, 4628.0, 4656.0, 4626.0, 4598.0, 4646.0, 4619.0, 4631.0, 4621.0, 4640.0, 4618.0, 4612.0, 4619.0, 4629.0, 4629.0, 4660.0, 4669.0, 4699.0, 4626.0, 4637.0, 4597.0, 4604.0, 4607.0, 4625.0, 4632.0, 4679.0, 4642.0, 4629.0, 4617.0, 4596.0], 'WindowWidth': [10247.0, 10234.0, 10183.0, 10244.0, 10186.0, 10249.0, 10126.0, 10236.0, 10142.0, 10183.0, 10147.0, 10212.0, 10163.0, 10194.0, 10180.0, 10196.0, 10131.0, 10132.0, 10166.0, 10117.0, 10152.0, 10152.0, 10190.0, 10180.0, 10201.0, 10177.0, 10204.0, 10177.0, 10191.0, 10160.0, 10191.0, 10200.0, 10292.0, 10238.0, 10178.0, 10194.0, 10168.0, 10174.0, 10178.0, 10195.0, 10180.0, 10246.0, 10204.0, 10238.0, 10212.0, 10157.0, 10199.0, 10226.0, 10237.0, 10225.0, 10208.0, 10156.0, 10191.0, 10154.0, 10194.0, 10152.0, 10207.0, 10156.0, 10210.0, 10204.0, 10123.0, 10101.0, 10142.0, 10156.0, 10297.0, 10288.0, 10308.0, 10223.0, 10193.0, 10131.0, 10145.0, 10106.0, 10163.0, 10081.0, 10136.0, 10161.0, 10168.0, 10173.0, 10174.0, 10177.0, 10189.0, 10204.0, 10161.0, 10200.0, 10212.0, 10230.0, 10173.0, 10138.0, 10145.0, 10156.0, 10198.0, 10163.0, 10217.0, 10148.0, 10252.0, 10160.0, 10221.0, 10186.0, 10210.0, 10201.0, 10201.0, 10294.0, 10183.0, 10212.0, 10155.0, 10218.0, 10155.0, 10221.0, 10174.0, 10258.0, 10207.0, 10225.0, 10189.0, 10136.0, 10199.0, 10138.0, 10195.0, 10135.0, 10181.0, 10130.0, 10255.0, 10154.0, 10133.0, 10143.0, 10133.0, 10186.0, 10151.0, 10245.0, 10154.0, 10215.0, 10191.0, 10249.0, 10187.0, 10227.0, 10250.0, 10171.0, 10179.0, 10107.0, 10172.0, 10182.0, 10124.0, 10104.0, 10035.0, 10132.0, 10110.0, 10176.0, 10106.0, 10172.0, 10110.0, 10173.0, 10113.0, 10201.0, 10130.0, 10141.0, 10156.0, 10139.0, 10141.0, 10112.0, 10164.0, 10130.0, 10192.0, 10114.0, 10118.0, 10141.0, 10129.0, 10166.0, 10127.0, 10183.0, 10133.0, 10219.0, 10114.0, 10113.0, 10122.0, 10111.0, 10167.0, 10115.0, 10180.0, 10131.0, 10219.0, 10133.0, 10195.0, 10129.0, 10157.0, 10156.0, 10115.0, 10181.0, 10127.0, 10177.0, 10114.0, 10132.0, 10172.0, 10130.0, 10185.0, 10131.0, 10168.0, 10113.0, 10161.0, 10115.0, 10176.0, 10114.0, 10209.0, 10131.0, 10194.0, 10129.0, 10179.0, 10126.0, 10191.0, 10141.0, 10180.0, 10140.0, 10126.0, 10154.0, 10128.0, 10167.0, 10133.0, 10170.0, 10119.0, 10175.0, 10187.0, 10144.0, 10184.0, 10117.0, 10181.0, 10130.0, 10182.0, 10122.0, 10200.0, 10137.0, 10202.0, 10139.0, 10190.0, 10143.0, 10166.0, 10140.0, 10196.0, 10143.0, 10210.0, 10161.0, 10195.0, 10156.0, 10192.0, 10145.0, 10210.0, 10158.0, 10223.0, 10162.0, 10228.0, 10173.0, 10237.0, 10164.0, 10217.0, 10182.0, 10229.0, 10216.0, 10121.0, 10173.0, 10136.0, 10214.0, 10132.0, 10239.0, 10131.0, 10213.0, 10114.0, 10178.0, 10113.0, 10162.0, 10108.0, 10161.0, 10109.0, 10175.0, 10107.0, 10162.0, 10111.0, 10148.0, 10112.0, 10148.0, 10127.0, 10169.0, 10117.0, 10168.0, 10133.0, 10170.0, 10133.0, 10146.0, 10151.0, 10165.0, 10198.0, 10173.0, 10133.0, 10158.0, 10134.0, 10172.0, 10137.0, 10192.0, 10140.0, 10206.0, 10163.0, 10174.0, 10148.0, 10160.0, 10171.0, 10158.0, 10207.0, 10170.0, 10206.0, 10144.0, 10193.0, 10127.0, 10206.0, 10140.0, 10191.0, 10137.0, 10177.0, 10136.0, 10125.0, 10139.0, 10127.0, 10134.0, 10200.0, 10132.0, 10182.0, 10147.0, 10170.0, 10137.0, 10160.0, 10133.0, 10134.0, 10201.0, 10136.0, 10202.0, 10149.0, 10200.0, 10137.0, 10185.0, 10124.0, 10207.0, 10133.0, 10210.0, 10187.0, 10246.0, 10137.0, 10167.0, 10158.0, 10178.0, 10187.0, 10151.0, 10305.0, 10204.0, 10217.0, 10187.0, 10229.0, 10160.0, 10158.0, 10192.0, 10164.0, 10240.0, 10153.0, 10246.0, 10135.0, 10238.0, 10152.0, 10211.0, 10158.0, 10220.0, 10179.0, 10190.0, 10169.0, 10105.0, 10155.0, 10101.0, 10130.0, 10100.0, 10145.0, 10122.0, 10194.0, 10119.0, 10131.0, 10141.0, 10119.0, 10158.0, 10108.0, 10163.0, 10107.0, 10163.0, 10109.0, 10147.0, 10126.0, 10135.0, 10126.0, 10169.0, 10134.0, 10178.0, 10138.0, 10175.0, 10156.0, 10217.0, 10156.0, 10228.0, 10150.0, 10174.0, 10136.0, 10175.0, 10151.0, 10213.0, 10154.0, 10142.0, 10179.0, 10158.0, 10182.0, 10141.0, 10184.0, 10160.0, 10246.0, 10176.0, 10235.0, 10186.0, 10261.0, 10152.0, 10215.0, 10162.0, 10225.0, 10147.0, 10227.0, 10136.0, 10135.0, 10165.0, 10168.0, 10219.0, 10172.0, 10261.0, 10174.0, 10212.0, 10167.0, 10210.0, 10171.0, 10241.0, 10179.0, 10220.0, 10150.0, 10199.0, 10174.0, 10150.0, 10186.0, 10153.0, 10179.0, 10137.0, 10198.0, 10135.0, 10172.0, 10135.0, 10170.0, 10131.0, 10181.0, 10148.0, 10219.0, 10144.0, 10194.0, 10142.0, 10206.0, 10138.0, 10161.0, 10177.0, 10136.0, 10134.0, 10110.0, 10134.0, 10124.0, 10170.0, 10124.0, 10178.0, 10129.0, 10151.0, 10122.0, 10136.0, 10123.0, 10149.0, 10126.0, 10179.0, 10125.0, 10154.0, 10127.0, 10166.0, 10126.0, 10168.0, 10127.0, 10167.0, 10131.0, 10176.0, 10131.0, 10199.0, 10154.0, 10176.0, 10138.0, 10192.0, 10135.0, 10193.0, 10223.0, 10174.0, 10141.0, 10174.0, 10159.0, 10189.0, 10185.0, 10197.0, 10158.0, 10176.0, 10151.0, 10177.0, 10158.0, 10194.0, 10163.0, 10222.0, 10189.0, 10237.0, 10200.0, 10221.0, 10181.0, 10231.0, 10178.0, 10220.0, 10205.0, 10214.0, 10213.0, 10136.0, 10173.0, 10154.0, 10185.0, 10152.0, 10180.0, 10179.0, 10218.0, 10207.0, 10188.0, 10189.0, 10139.0, 10156.0, 10131.0, 10169.0, 10117.0, 10188.0, 10146.0, 10222.0, 10169.0, 10149.0, 10146.0, 10138.0, 10189.0, 10132.0, 10204.0, 10149.0, 10196.0, 10174.0, 10170.0, 10133.0, 10166.0, 10114.0, 10157.0, 10203.0, 10127.0, 10231.0, 10139.0, 10215.0, 10125.0, 10174.0, 10113.0, 10144.0, 10133.0, 10128.0, 10151.0, 10192.0, 10164.0, 10201.0, 10133.0, 10171.0, 10135.0, 10170.0, 10121.0, 10182.0, 10135.0, 10205.0, 10133.0, 10170.0, 10137.0, 10171.0, 10134.0, 10188.0, 10152.0, 10189.0, 10229.0, 10180.0, 10230.0, 10165.0, 10205.0, 10147.0, 10197.0, 10167.0, 10212.0, 10188.0, 10211.0, 10175.0, 10226.0, 10144.0, 10226.0, 10145.0, 10194.0, 10127.0, 10175.0, 10114.0, 10152.0, 10116.0, 10165.0, 10135.0, 10173.0, 10142.0, 10176.0, 10153.0, 10193.0, 10154.0, 10208.0, 10133.0, 10193.0, 10222.0, 10189.0, 10240.0, 10162.0, 10226.0, 10145.0, 10212.0, 10135.0, 10176.0, 10133.0, 10172.0, 10140.0, 10194.0, 10180.0, 10182.0, 10234.0, 10140.0, 10223.0, 10137.0, 10176.0, 10138.0, 10203.0, 10137.0, 10203.0, 10138.0, 10161.0, 10139.0, 10174.0, 10133.0, 10210.0, 10118.0, 10195.0, 10117.0, 10196.0, 10114.0, 10179.0, 10114.0, 10176.0, 10173.0, 10177.0, 10161.0, 10164.0, 10104.0, 10132.0, 10108.0, 10129.0, 10142.0, 10158.0, 10125.0, 10162.0, 10113.0, 10132.0, 10098.0, 10132.0, 10106.0, 10144.0, 10112.0, 10165.0, 10123.0, 10208.0, 10112.0, 10177.0, 10116.0, 10175.0, 10127.0, 10167.0, 10116.0, 10149.0, 10116.0, 10166.0, 10125.0, 10168.0, 10132.0, 10168.0, 10161.0, 10181.0, 10185.0, 10166.0, 10145.0, 10166.0, 10179.0, 10208.0, 10221.0, 10218.0, 10243.0, 10203.0, 10228.0, 10198.0, 10226.0, 10199.0, 10248.0, 10224.0, 10206.0, 10168.0, 10144.0, 10178.0, 10155.0, 10180.0, 10153.0, 10241.0, 10196.0, 10216.0, 10187.0, 10151.0, 10203.0, 10130.0, 10199.0, 10141.0, 10221.0, 10115.0, 10171.0, 10135.0, 10165.0, 10119.0, 10129.0, 10153.0, 10128.0, 10200.0, 10122.0, 10181.0, 10115.0, 10156.0, 10115.0, 10166.0, 10134.0, 10194.0, 10152.0, 10154.0, 10162.0, 10112.0, 10139.0, 10122.0, 10146.0, 10126.0, 10188.0, 10181.0, 10190.0, 10268.0, 10211.0, 10139.0, 10137.0, 10137.0, 10169.0, 10161.0, 10142.0, 10159.0, 10164.0, 10210.0, 10190.0, 10168.0, 10214.0, 10180.0, 10295.0, 10209.0, 10263.0, 10260.0, 10194.0, 10256.0, 10162.0, 10257.0, 10136.0, 10199.0, 10149.0, 10130.0, 10123.0, 10081.0, 10075.0, 10073.0, 10079.0, 10137.0, 10157.0, 10153.0, 10140.0, 10131.0, 10228.0, 10136.0, 10211.0, 10117.0, 10221.0, 10117.0, 10204.0, 10097.0, 10162.0, 10094.0, 10147.0, 10079.0, 10106.0, 10080.0, 10106.0, 10099.0, 10123.0, 10100.0, 10130.0, 10123.0, 10171.0, 10124.0, 10159.0, 10121.0, 10148.0, 10124.0, 10137.0, 10133.0, 10145.0, 10134.0, 10159.0, 10149.0, 10152.0, 10136.0, 10151.0, 10151.0, 10196.0, 10159.0, 10211.0, 10159.0, 10197.0, 10175.0, 10202.0, 10178.0, 10217.0, 10181.0, 10220.0, 10189.0, 10221.0, 10255.0, 10217.0, 10271.0, 10162.0, 10187.0, 10177.0, 10236.0, 10176.0, 10167.0, 10208.0, 10182.0, 10241.0, 10169.0, 10238.0, 10266.0, 10257.0, 10278.0, 10214.0, 10260.0, 10163.0, 10226.0, 10137.0, 10198.0, 10146.0, 10221.0, 10112.0, 10180.0, 10114.0, 10164.0, 10125.0, 10150.0, 10114.0, 10149.0, 10124.0, 10135.0, 10191.0, 10182.0, 10197.0, 10183.0, 10207.0, 10164.0, 10134.0, 10133.0, 10158.0, 10150.0, 10221.0, 10156.0, 10195.0, 10205.0, 10221.0, 10244.0, 10229.0, 10234.0, 10158.0, 10192.0, 10151.0, 10117.0, 10179.0, 10148.0, 10166.0, 10154.0, 10178.0, 10146.0, 10141.0, 10148.0, 10163.0, 10163.0, 10204.0, 10215.0, 10253.0, 10151.0, 10166.0, 10112.0, 10120.0, 10128.0, 10147.0, 10172.0, 10228.0, 10183.0, 10159.0, 10139.0, 10109.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.003470475675675676</td></tr>
<tr><td colspan=3>aqi</td><td>0.04306682367567568</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.48870194006497</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0745657993073594</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9453354649891772</td></tr>
<tr><td colspan=3>efc</td><td>0.4999</td></tr>
<tr><td colspan=3>fber</td><td>4862.5894</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12099179277935235</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.81081081081081</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.909284149558848</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7638956613763197</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.208171650783955</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7557851365162684</td></tr>
<tr><td colspan=3>gcor</td><td>0.00947129</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003978736232966185</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03868205472826958</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.509942836639593</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>13.7939</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.3471</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.5029</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293440.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1058.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.687</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4241</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>646.3556</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3734.0453</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1153.5731</td></tr>
<tr><td colspan=3>tsnr</td><td>29.85937112267129</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>