<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-04/func/sub-0003_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>80b77ec8b4cadbf4949e2118b88083c4</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>12:09:17.455000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999613, -0.0096608, -0.0260862, 0.0120387, 0.995631, 0.0925941]</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.104426</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7741, -7307, 511, -47, -102, -21, 87]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>246.432</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0dead756-842a-4c83-b758-bc253b5d4375||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818885803222656, 0.03229891508817673, -0.06770985573530197, 110.5440444946289], [0.025919228792190552, 2.671205520629883, 0.2507551610469818, -99.18717193603516], [-0.06998743861913681, -0.24842312932014465, 2.6874778270721436, -69.95992279052734], [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': ['120917.455000', '120917.915000', '120918.375000', '120918.835000', '120919.295000', '120919.755000', '120920.215000', '120920.675000', '120921.135000', '120921.595000', '120922.055000', '120922.515000', '120922.975000', '120923.435000', '120923.895000', '120924.355000', '120924.815000', '120925.275000', '120925.735000', '120926.195000', '120926.655000', '120927.115000', '120927.575000', '120928.035000', '120928.495000', '120928.955000', '120929.415000', '120929.875000', '120930.335000', '120930.795000', '120931.255000', '120931.715000', '120932.175000', '120932.635000', '120933.095000', '120933.555000', '120934.015000', '120934.475000', '120934.935000', '120935.395000', '120935.855000', '120936.315000', '120936.775000', '120937.235000', '120937.695000', '120938.155000', '120938.615000', '120939.075000', '120939.535000', '120939.995000', '120940.455000', '120940.915000', '120941.375000', '120941.835000', '120942.295000', '120942.755000', '120943.215000', '120943.675000', '120944.135000', '120944.595000', '120945.055000', '120945.515000', '120945.975000', '120946.435000', '120946.895000', '120947.355000', '120947.815000', '120948.275000', '120948.735000', '120949.195000', '120949.655000', '120950.115000', '120950.575000', '120951.035000', '120951.495000', '120951.955000', '120952.415000', '120952.875000', '120953.335000', '120953.795000', '120954.255000', '120954.715000', '120955.175000', '120955.635000', '120956.095000', '120956.555000', '120957.015000', '120957.475000', '120957.935000', '120958.395000', '120958.855000', '120959.315000', '120959.775000', '121000.235000', '121000.695000', '121001.155000', '121001.615000', '121002.075000', '121002.535000', '121002.995000', '121003.455000', '121003.915000', '121004.375000', '121004.835000', '121005.295000', '121005.755000', '121006.215000', '121006.675000', '121007.135000', '121007.595000', '121008.055000', '121008.515000', '121008.975000', '121009.435000', '121009.895000', '121010.355000', '121010.815000', '121011.275000', '121011.735000', '121012.195000', '121012.655000', '121013.115000', '121013.575000', '121014.035000', '121014.495000', '121014.955000', '121015.415000', '121015.875000', '121016.335000', '121016.795000', '121017.255000', '121017.715000', '121018.175000', '121018.635000', '121019.095000', '121019.555000', '121020.015000', '121020.475000', '121020.935000', '121021.395000', '121021.855000', '121022.315000', '121022.775000', '121023.235000', '121023.695000', '121024.155000', '121024.615000', '121025.075000', '121025.535000', '121025.995000', '121026.455000', '121026.915000', '121027.375000', '121027.835000', '121028.295000', '121028.755000', '121029.215000', '121029.675000', '121030.135000', '121030.595000', '121031.055000', '121031.515000', '121031.975000', '121032.435000', '121032.895000', '121033.355000', '121033.815000', '121034.275000', '121034.735000', '121035.195000', '121035.655000', '121036.115000', '121036.575000', '121037.035000', '121037.495000', '121037.955000', '121038.415000', '121038.875000', '121039.335000', '121039.795000', '121040.255000', '121040.715000', '121041.175000', '121041.635000', '121042.095000', '121042.555000', '121043.015000', '121043.475000', '121043.935000', '121044.395000', '121044.855000', '121045.315000', '121045.775000', '121046.235000', '121046.695000', '121047.155000', '121047.615000', '121048.075000', '121048.535000', '121048.995000', '121049.455000', '121049.915000', '121050.375000', '121050.835000', '121051.295000', '121051.755000', '121052.215000', '121052.675000', '121053.135000', '121053.595000', '121054.055000', '121054.515000', '121054.975000', '121055.435000', '121055.895000', '121056.355000', '121056.815000', '121057.275000', '121057.735000', '121058.195000', '121058.655000', '121059.115000', '121059.575000', '121100.035000', '121100.495000', '121100.955000', '121101.415000', '121101.875000', '121102.335000', '121102.795000', '121103.255000', '121103.715000', '121104.175000', '121104.635000', '121105.095000', '121105.555000', '121106.015000', '121106.475000', '121106.935000', '121107.395000', '121107.855000', '121108.315000', '121108.775000', '121109.235000', '121109.695000', '121110.155000', '121110.615000', '121111.075000', '121111.535000', '121111.995000', '121112.455000', '121112.915000', '121113.375000', '121113.835000', '121114.295000', '121114.755000', '121115.215000', '121115.675000', '121116.135000', '121116.595000', '121117.055000', '121117.515000', '121117.975000', '121118.435000', '121118.895000', '121119.355000', '121119.815000', '121120.275000', '121120.735000', '121121.195000', '121121.655000', '121122.115000', '121122.575000', '121123.035000', '121123.495000', '121123.955000', '121124.415000', '121124.875000', '121125.335000', '121125.795000', '121126.255000', '121126.715000', '121127.175000', '121127.635000', '121128.095000', '121128.555000', '121129.015000', '121129.475000', '121129.935000', '121130.395000', '121130.855000', '121131.315000', '121131.775000', '121132.235000', '121132.695000', '121133.155000', '121133.615000', '121134.075000', '121134.535000', '121134.995000', '121135.455000', '121135.915000', '121136.375000', '121136.835000', '121137.295000', '121137.755000', '121138.215000', '121138.675000', '121139.135000', '121139.595000', '121140.055000', '121140.515000', '121140.975000', '121141.435000', '121141.895000', '121142.355000', '121142.815000', '121143.275000', '121143.735000', '121144.195000', '121144.655000', '121145.115000', '121145.575000', '121146.035000', '121146.495000', '121146.955000', '121147.415000', '121147.875000', '121148.335000', '121148.795000', '121149.255000', '121149.715000', '121150.175000', '121150.635000', '121151.095000', '121151.555000', '121152.015000', '121152.475000', '121152.935000', '121153.395000', '121153.855000', '121154.315000', '121154.775000', '121155.235000', '121155.695000', '121156.155000', '121156.615000', '121157.075000', '121157.535000', '121157.995000', '121158.455000', '121158.915000', '121159.375000', '121159.835000', '121200.295000', '121200.755000', '121201.215000', '121201.675000', '121202.135000', '121202.595000', '121203.055000', '121203.515000', '121203.975000', '121204.435000', '121204.895000', '121205.355000', '121205.815000', '121206.275000', '121206.735000', '121207.195000', '121207.655000', '121208.115000', '121208.575000', '121209.035000', '121209.495000', '121209.955000', '121210.415000', '121210.875000', '121211.335000', '121211.795000', '121212.255000', '121212.715000', '121213.175000', '121213.635000', '121214.095000', '121214.555000', '121215.015000', '121215.475000', '121215.935000', '121216.395000', '121216.855000', '121217.315000', '121217.775000', '121218.235000', '121218.695000', '121219.155000', '121219.615000', '121220.075000', '121220.535000', '121220.995000', '121221.455000', '121221.915000', '121222.375000', '121222.835000', '121223.295000', '121223.755000', '121224.215000', '121224.675000', '121225.135000', '121225.595000', '121226.055000', '121226.515000', '121226.975000', '121227.435000', '121227.895000', '121228.355000', '121228.815000', '121229.275000', '121229.735000', '121230.195000', '121230.655000', '121231.115000', '121231.575000', '121232.035000', '121232.495000', '121232.955000', '121233.415000', '121233.875000', '121234.335000', '121234.795000', '121235.255000', '121235.715000', '121236.175000', '121236.635000', '121237.095000', '121237.555000', '121238.015000', '121238.475000', '121238.935000', '121239.395000', '121239.855000', '121240.315000', '121240.775000', '121241.235000', '121241.695000', '121242.155000', '121242.615000', '121243.075000', '121243.535000', '121243.995000', '121244.455000', '121244.915000', '121245.375000', '121245.835000', '121246.295000', '121246.755000', '121247.215000', '121247.675000', '121248.135000', '121248.595000', '121249.055000', '121249.515000', '121249.975000', '121250.435000', '121250.895000', '121251.355000', '121251.815000', '121252.275000', '121252.735000', '121253.195000', '121253.655000', '121254.115000', '121254.575000', '121255.035000', '121255.495000', '121255.955000', '121256.415000', '121256.875000', '121257.335000', '121257.795000', '121258.255000', '121258.715000', '121259.175000', '121259.635000', '121300.095000', '121300.555000', '121301.015000', '121301.475000', '121301.935000', '121302.395000', '121302.855000', '121303.315000', '121303.775000', '121304.235000', '121304.695000', '121305.155000', '121305.615000', '121306.075000', '121306.535000', '121306.995000', '121307.455000', '121307.915000', '121308.375000', '121308.835000', '121309.295000', '121309.755000', '121310.215000', '121310.675000', '121311.135000', '121311.595000', '121312.055000', '121312.515000', '121312.975000', '121313.435000', '121313.895000', '121314.355000', '121314.815000', '121315.275000', '121315.735000', '121316.195000', '121316.655000', '121317.115000', '121317.575000', '121318.035000', '121318.495000', '121318.955000', '121319.415000', '121319.875000', '121320.335000', '121320.795000', '121321.255000', '121321.715000', '121322.175000', '121322.635000', '121323.095000', '121323.555000', '121324.015000', '121324.475000', '121324.935000', '121325.395000', '121325.855000', '121326.315000', '121326.775000', '121327.235000', '121327.695000', '121328.155000', '121328.615000', '121329.075000', '121329.535000', '121329.995000', '121330.455000', '121330.915000', '121331.375000', '121331.835000', '121332.295000', '121332.755000', '121333.215000', '121333.675000', '121334.135000', '121334.595000', '121335.055000', '121335.515000', '121335.975000', '121336.435000', '121336.895000', '121337.355000', '121337.815000', '121338.275000', '121338.735000', '121339.195000', '121339.655000', '121340.115000', '121340.575000', '121341.035000', '121341.495000', '121341.955000', '121342.415000', '121342.875000', '121343.335000', '121343.795000', '121344.255000', '121344.715000', '121345.175000', '121345.635000', '121346.095000', '121346.555000', '121347.015000', '121347.475000', '121347.935000', '121348.395000', '121348.855000', '121349.315000', '121349.775000', '121350.235000', '121350.695000', '121351.155000', '121351.615000', '121352.075000', '121352.535000', '121352.995000', '121353.455000', '121353.915000', '121354.375000', '121354.835000', '121355.295000', '121355.755000', '121356.215000', '121356.675000', '121357.135000', '121357.595000', '121358.055000', '121358.515000', '121358.975000', '121359.435000', '121359.895000', '121400.355000', '121400.815000', '121401.275000', '121401.735000', '121402.195000', '121402.655000', '121403.115000', '121403.575000', '121404.035000', '121404.495000', '121404.955000', '121405.415000', '121405.875000', '121406.335000', '121406.795000', '121407.255000', '121407.715000', '121408.175000', '121408.635000', '121409.095000', '121409.555000', '121410.015000', '121410.475000', '121410.935000', '121411.395000', '121411.855000', '121412.315000', '121412.775000', '121413.235000', '121413.695000', '121414.155000', '121414.615000', '121415.075000', '121415.535000', '121415.995000', '121416.455000', '121416.915000', '121417.375000', '121417.835000', '121418.295000', '121418.755000', '121419.215000', '121419.675000', '121420.135000', '121420.595000', '121421.055000', '121421.515000', '121421.975000', '121422.435000', '121422.895000', '121423.355000', '121423.815000', '121424.275000', '121424.735000', '121425.195000', '121425.655000', '121426.115000', '121426.575000', '121427.035000', '121427.495000', '121427.955000', '121428.415000', '121428.875000', '121429.335000', '121429.795000', '121430.255000', '121430.715000', '121431.175000', '121431.635000', '121432.095000', '121432.555000', '121433.015000', '121433.475000', '121433.935000', '121434.395000', '121434.855000', '121435.315000', '121435.775000', '121436.235000', '121436.695000', '121437.155000', '121437.615000', '121438.075000', '121438.535000', '121438.995000', '121439.455000', '121439.915000', '121440.375000', '121440.835000', '121441.295000', '121441.755000', '121442.215000', '121442.675000', '121443.135000', '121443.595000', '121444.055000', '121444.515000', '121444.975000', '121445.435000', '121445.895000', '121446.355000', '121446.815000', '121447.275000', '121447.735000', '121448.195000', '121448.655000', '121449.115000', '121449.575000', '121450.035000', '121450.495000', '121450.955000', '121451.415000', '121451.875000', '121452.335000', '121452.795000', '121453.255000', '121453.715000', '121454.175000', '121454.635000', '121455.095000', '121455.555000', '121456.015000', '121456.475000', '121456.935000', '121457.395000', '121457.855000', '121458.315000', '121458.775000', '121459.235000', '121459.695000', '121500.155000', '121500.615000', '121501.075000', '121501.535000', '121501.995000', '121502.455000', '121502.915000', '121503.375000', '121503.835000', '121504.295000', '121504.755000', '121505.215000', '121505.675000', '121506.135000', '121506.595000', '121507.055000', '121507.515000', '121507.975000', '121508.435000', '121508.895000', '121509.355000', '121509.815000', '121510.275000', '121510.735000', '121511.195000', '121511.655000', '121512.115000', '121512.575000', '121513.035000', '121513.495000', '121513.955000', '121514.415000', '121514.875000', '121515.335000', '121515.795000', '121516.255000', '121516.715000', '121517.175000', '121517.635000', '121518.095000', '121518.555000', '121519.015000', '121519.475000', '121519.935000', '121520.395000', '121520.855000', '121521.315000', '121521.775000', '121522.235000', '121522.695000', '121523.155000', '121523.615000', '121524.075000', '121524.535000', '121524.995000', '121525.455000', '121525.915000', '121526.375000', '121526.835000', '121527.295000', '121527.755000', '121528.215000', '121528.675000', '121529.135000', '121529.595000', '121530.055000', '121530.515000', '121530.975000', '121531.435000', '121531.895000', '121532.355000', '121532.815000', '121533.275000', '121533.735000', '121534.195000', '121534.655000', '121535.115000', '121535.575000', '121536.035000', '121536.495000', '121536.955000', '121537.415000', '121537.875000', '121538.335000', '121538.795000', '121539.255000', '121539.715000', '121540.175000', '121540.635000', '121541.095000', '121541.555000', '121542.015000', '121542.475000', '121542.935000', '121543.395000', '121543.855000', '121544.315000', '121544.775000', '121545.235000', '121545.695000', '121546.155000', '121546.615000', '121547.075000', '121547.535000', '121547.995000', '121548.455000', '121548.915000', '121549.375000', '121549.835000', '121550.295000', '121550.755000', '121551.215000', '121551.675000', '121552.135000', '121552.595000', '121553.055000', '121553.515000', '121553.975000', '121554.435000', '121554.895000', '121555.355000', '121555.815000', '121556.275000', '121556.735000', '121557.195000', '121557.655000', '121558.115000', '121558.575000', '121559.035000', '121559.495000', '121559.955000', '121600.415000', '121600.875000', '121601.335000', '121601.795000', '121602.255000', '121602.715000', '121603.175000', '121603.635000', '121604.095000', '121604.555000', '121605.015000', '121605.475000', '121605.935000', '121606.395000', '121606.855000', '121607.315000', '121607.775000', '121608.235000', '121608.695000', '121609.155000', '121609.615000', '121610.075000', '121610.535000', '121610.995000', '121611.455000', '121611.915000', '121612.375000', '121612.835000', '121613.295000', '121613.755000', '121614.215000', '121614.675000', '121615.135000', '121615.595000', '121616.055000', '121616.515000', '121616.975000', '121617.435000', '121617.895000', '121618.355000', '121618.815000', '121619.275000', '121619.735000', '121620.195000', '121620.655000', '121621.115000', '121621.575000', '121622.035000', '121622.495000', '121622.955000'], 'ContentTime': ['120938.970000', '120938.974000', '120938.979000', '120938.982000', '120938.985000', '120938.988000', '120938.991000', '120938.994000', '120938.997000', '120939.001000', '120939.004000', '120939.007000', '120939.010000', '120939.013000', '120939.016000', '120939.019000', '120939.022000', '120939.024000', '120939.027000', '120939.030000', '120939.033000', '120939.036000', '120939.039000', '120939.042000', '120939.045000', '120939.048000', '120939.051000', '120939.054000', '120939.056000', '120939.059000', '120939.062000', '120939.065000', '120939.068000', '120939.071000', '120939.074000', '120939.077000', '120939.080000', '120939.082000', '120939.085000', '120939.088000', '120939.091000', '120939.094000', '120939.097000', '120939.100000', '120939.103000', '120939.109000', '120958.937000', '120958.940000', '120958.943000', '120958.946000', '120958.949000', '120958.951000', '120958.954000', '120958.957000', '120958.960000', '120958.963000', '120958.966000', '120958.968000', '120958.971000', '120958.974000', '120958.977000', '120958.980000', '120958.982000', '120958.985000', '120958.988000', '120958.991000', '120958.994000', '120958.997000', '120959.000000', '120959.003000', '120959.006000', '120959.009000', '120959.012000', '120959.015000', '120959.026000', '120959.029000', '120959.033000', '120959.037000', '120959.040000', '120959.042000', '120959.045000', '120959.048000', '120959.051000', '120959.054000', '120959.057000', '120959.060000', '120959.062000', '120959.065000', '120959.068000', '121018.937000', '121018.940000', '121018.943000', '121018.946000', '121018.949000', '121018.951000', '121018.954000', '121018.957000', '121018.960000', '121018.979000', '121018.982000', '121018.984000', '121018.987000', '121018.990000', '121018.993000', '121018.996000', '121018.998000', '121019.002000', '121019.005000', '121019.008000', '121019.011000', '121019.014000', '121019.017000', '121019.019000', '121019.022000', '121019.025000', '121019.028000', '121019.031000', '121019.034000', '121019.036000', '121019.039000', '121019.042000', '121019.045000', '121019.048000', '121019.050000', '121019.053000', '121019.056000', '121019.062000', '121019.065000', '121019.068000', '121019.070000', '121019.073000', '121019.076000', '121019.079000', '121038.936000', '121038.939000', '121038.942000', '121038.944000', '121038.947000', '121038.950000', '121038.953000', '121038.956000', '121038.959000', '121038.961000', '121038.964000', '121038.967000', '121038.970000', '121038.973000', '121038.977000', '121038.980000', '121038.983000', '121038.985000', '121038.988000', '121038.991000', '121038.994000', '121038.997000', '121039.001000', '121039.004000', '121039.006000', '121039.009000', '121039.012000', '121039.015000', '121039.018000', '121039.021000', '121039.023000', '121039.026000', '121039.029000', '121039.032000', '121039.035000', '121039.038000', '121039.042000', '121039.045000', '121039.048000', '121039.051000', '121039.054000', '121039.057000', '121039.060000', '121058.936000', '121058.939000', '121058.942000', '121058.945000', '121058.947000', '121058.950000', '121058.953000', '121058.956000', '121058.959000', '121058.962000', '121058.965000', '121058.967000', '121058.970000', '121058.973000', '121058.976000', '121058.979000', '121058.982000', '121058.985000', '121058.987000', '121058.990000', '121058.993000', '121058.996000', '121059.000000', '121059.002000', '121059.005000', '121059.008000', '121059.011000', '121059.014000', '121059.017000', '121059.019000', '121059.022000', '121059.025000', '121059.028000', '121059.031000', '121059.034000', '121059.037000', '121059.039000', '121059.042000', '121059.045000', '121059.048000', '121059.051000', '121059.054000', '121059.056000', '121059.059000', '121118.936000', '121118.939000', '121118.942000', '121118.945000', '121118.947000', '121118.950000', '121118.953000', '121118.956000', '121118.959000', '121118.962000', '121118.964000', '121118.967000', '121118.970000', '121118.973000', '121118.976000', '121118.979000', '121118.982000', '121118.984000', '121118.987000', '121118.990000', '121118.993000', '121118.996000', '121119.000000', '121119.003000', '121119.006000', '121119.008000', '121119.011000', '121119.018000', '121119.020000', '121119.023000', '121119.026000', '121119.029000', '121119.032000', '121119.035000', '121119.037000', '121119.040000', '121119.043000', '121119.047000', '121119.056000', '121119.059000', '121119.062000', '121119.065000', '121119.068000', '121138.936000', '121138.939000', '121138.941000', '121138.945000', '121138.948000', '121138.951000', '121138.954000', '121138.957000', '121138.960000', '121138.962000', '121138.965000', '121138.968000', '121138.971000', '121138.974000', '121138.977000', '121138.979000', '121138.982000', '121138.985000', '121138.988000', '121138.991000', '121138.994000', '121138.997000', '121138.999000', '121139.002000', '121139.005000', '121139.008000', '121139.011000', '121139.014000', '121139.016000', '121139.019000', '121139.022000', '121139.025000', '121139.028000', '121139.031000', '121139.033000', '121139.036000', '121139.039000', '121139.042000', '121139.045000', '121139.048000', '121139.051000', '121139.053000', '121139.056000', '121139.059000', '121158.937000', '121158.940000', '121158.943000', '121158.946000', '121158.963000', '121158.966000', '121158.969000', '121158.972000', '121158.975000', '121158.978000', '121158.981000', '121158.984000', '121158.986000', '121158.989000', '121158.992000', '121158.995000', '121158.998000', '121159.002000', '121159.005000', '121159.007000', '121159.010000', '121159.014000', '121159.017000', '121159.020000', '121159.022000', '121159.025000', '121159.028000', '121159.031000', '121159.034000', '121159.037000', '121159.040000', '121159.042000', '121159.045000', '121159.048000', '121159.051000', '121159.054000', '121159.057000', '121159.059000', '121159.062000', '121159.065000', '121159.068000', '121159.071000', '121159.074000', '121218.937000', '121218.940000', '121218.943000', '121218.946000', '121218.948000', '121218.951000', '121218.954000', '121218.957000', '121218.960000', '121218.963000', '121218.965000', '121218.968000', '121218.971000', '121218.974000', '121218.977000', '121218.980000', '121218.983000', '121218.986000', '121218.989000', '121218.992000', '121218.994000', '121218.997000', '121219.001000', '121219.004000', '121219.007000', '121219.010000', '121219.012000', '121219.015000', '121219.018000', '121219.021000', '121219.024000', '121219.027000', '121219.030000', '121219.032000', '121219.035000', '121219.038000', '121219.041000', '121219.044000', '121219.047000', '121219.050000', '121219.052000', '121219.055000', '121219.058000', '121219.061000', '121238.937000', '121238.940000', '121238.943000', '121238.946000', '121238.949000', '121238.952000', '121238.955000', '121238.957000', '121238.960000', '121238.963000', '121238.966000', '121238.969000', '121238.971000', '121238.974000', '121238.977000', '121238.980000', '121238.983000', '121238.986000', '121238.989000', '121238.991000', '121238.994000', '121238.997000', '121239.001000', '121239.004000', '121239.007000', '121239.010000', '121239.012000', '121239.015000', '121239.018000', '121239.021000', '121239.024000', '121239.027000', '121239.029000', '121239.032000', '121239.035000', '121239.038000', '121239.041000', '121239.044000', '121239.047000', '121239.049000', '121239.052000', '121239.055000', '121239.058000', '121258.936000', '121258.939000', '121258.942000', '121258.945000', '121258.947000', '121258.950000', '121258.953000', '121258.956000', '121258.959000', '121258.962000', '121258.965000', '121258.967000', '121258.970000', '121258.973000', '121258.976000', '121258.979000', '121258.981000', '121258.984000', '121258.987000', '121258.990000', '121258.993000', '121258.996000', '121259.000000', '121259.003000', '121259.005000', '121259.008000', '121259.011000', '121259.014000', '121259.017000', '121259.020000', '121259.023000', '121259.026000', '121259.028000', '121259.031000', '121259.034000', '121259.037000', '121259.040000', '121259.043000', '121259.046000', '121259.048000', '121259.051000', '121259.054000', '121259.057000', '121259.060000', '121318.936000', '121318.939000', '121318.942000', '121318.945000', '121318.948000', '121318.950000', '121318.953000', '121318.956000', '121318.959000', '121318.962000', '121318.965000', '121318.967000', '121318.970000', '121318.973000', '121318.976000', '121318.979000', '121318.982000', '121318.985000', '121318.988000', '121318.990000', '121318.993000', '121318.996000', '121319.000000', '121319.003000', '121319.006000', '121319.009000', '121319.011000', '121319.014000', '121319.017000', '121319.034000', '121319.037000', '121319.040000', '121319.043000', '121319.045000', '121319.048000', '121319.052000', '121319.055000', '121319.058000', '121319.061000', '121319.064000', '121319.067000', '121319.069000', '121319.072000', '121338.936000', '121338.942000', '121338.945000', '121338.948000', '121338.950000', '121338.953000', '121338.956000', '121338.959000', '121338.962000', '121338.965000', '121338.968000', '121338.971000', '121338.973000', '121338.976000', '121338.979000', '121338.982000', '121338.985000', '121338.988000', '121338.991000', '121338.993000', '121338.996000', '121339.000000', '121339.003000', '121339.006000', '121339.009000', '121339.012000', '121339.014000', '121339.018000', '121339.021000', '121339.024000', '121339.027000', '121339.030000', '121339.033000', '121339.035000', '121339.038000', '121339.041000', '121339.044000', '121339.047000', '121339.050000', '121339.052000', '121339.055000', '121339.058000', '121339.061000', '121339.064000', '121358.937000', '121358.940000', '121358.943000', '121358.946000', '121358.949000', '121358.951000', '121358.954000', '121358.957000', '121358.960000', '121358.963000', '121358.966000', '121358.969000', '121358.971000', '121358.974000', '121358.977000', '121358.980000', '121358.983000', '121358.986000', '121358.989000', '121358.992000', '121358.995000', '121358.997000', '121359.000000', '121359.003000', '121359.006000', '121359.009000', '121359.012000', '121359.015000', '121359.017000', '121359.020000', '121359.023000', '121359.026000', '121359.029000', '121359.032000', '121359.034000', '121359.037000', '121359.040000', '121359.043000', '121359.046000', '121359.049000', '121359.052000', '121359.054000', '121359.057000', '121418.937000', '121418.940000', '121418.943000', '121418.946000', '121418.949000', '121418.951000', '121418.954000', '121418.957000', '121418.960000', '121418.963000', '121418.966000', '121418.968000', '121418.971000', '121418.974000', '121418.977000', '121418.980000', '121418.983000', '121418.986000', '121418.989000', '121418.991000', '121418.994000', '121418.997000', '121419.001000', '121419.004000', '121419.007000', '121419.010000', '121419.012000', '121419.015000', '121419.018000', '121419.021000', '121419.024000', '121419.027000', '121419.030000', '121419.033000', '121419.035000', '121419.038000', '121419.041000', '121419.044000', '121419.047000', '121419.050000', '121419.052000', '121419.055000', '121419.058000', '121419.061000', '121438.937000', '121438.940000', '121438.943000', '121438.946000', '121438.949000', '121438.952000', '121438.959000', '121438.962000', '121438.965000', '121438.968000', '121438.971000', '121438.974000', '121438.976000', '121438.979000', '121438.982000', '121438.985000', '121438.988000', '121438.991000', '121438.994000', '121438.996000', '121438.999000', '121439.002000', '121439.005000', '121439.008000', '121439.011000', '121439.014000', '121439.016000', '121439.019000', '121439.022000', '121439.025000', '121439.030000', '121439.033000', '121439.036000', '121439.038000', '121439.041000', '121439.044000', '121439.047000', '121439.050000', '121439.053000', '121439.056000', '121439.058000', '121439.061000', '121439.064000', '121458.937000', '121458.940000', '121458.943000', '121458.946000', '121458.948000', '121458.951000', '121458.954000', '121458.957000', '121458.960000', '121458.963000', '121458.965000', '121458.968000', '121458.971000', '121458.974000', '121458.977000', '121458.980000', '121458.983000', '121458.985000', '121458.988000', '121458.991000', '121458.994000', '121458.997000', '121459.001000', '121459.004000', '121459.006000', '121459.009000', '121459.012000', '121459.015000', '121459.018000', '121459.021000', '121459.023000', '121459.026000', '121459.029000', '121459.032000', '121459.035000', '121459.038000', '121459.040000', '121459.043000', '121459.046000', '121459.049000', '121459.052000', '121459.055000', '121459.058000', '121459.061000', '121518.936000', '121518.939000', '121518.942000', '121518.945000', '121518.948000', '121518.951000', '121518.953000', '121518.956000', '121518.959000', '121518.962000', '121518.965000', '121518.968000', '121518.970000', '121518.973000', '121518.976000', '121518.979000', '121518.982000', '121518.985000', '121518.988000', '121518.990000', '121518.993000', '121518.996000', '121519.000000', '121519.003000', '121519.005000', '121519.008000', '121519.011000', '121519.014000', '121519.017000', '121519.020000', '121519.023000', '121519.025000', '121519.028000', '121519.031000', '121519.034000', '121519.037000', '121519.039000', '121519.042000', '121519.045000', '121519.048000', '121519.051000', '121519.054000', '121519.057000', '121538.936000', '121538.939000', '121538.942000', '121538.945000', '121538.948000', '121538.951000', '121538.953000', '121538.956000', '121538.960000', '121538.965000', '121538.968000', '121538.971000', '121538.974000', '121538.977000', '121538.980000', '121538.982000', '121538.985000', '121538.988000', '121538.991000', '121538.994000', '121538.997000', '121539.000000', '121539.003000', '121539.006000', '121539.009000', '121539.012000', '121539.015000', '121539.018000', '121539.020000', '121539.023000', '121539.026000', '121539.029000', '121539.032000', '121539.035000', '121539.038000', '121539.040000', '121539.043000', '121539.046000', '121539.049000', '121539.052000', '121539.055000', '121539.057000', '121539.060000', '121558.936000', '121558.939000', '121558.942000', '121558.945000', '121558.948000', '121558.951000', '121558.953000', '121558.956000', '121558.959000', '121558.962000', '121558.965000', '121558.968000', '121558.970000', '121558.973000', '121558.976000', '121558.979000', '121558.982000', '121558.985000', '121558.988000', '121558.990000', '121558.993000', '121558.996000', '121559.000000', '121559.003000', '121559.006000', '121559.009000', '121559.012000', '121559.015000', '121559.017000', '121559.020000', '121559.023000', '121559.026000', '121559.029000', '121559.032000', '121559.034000', '121559.037000', '121559.040000', '121559.043000', '121559.046000', '121559.049000', '121559.051000', '121559.055000', '121559.057000', '121559.060000', '121618.937000', '121618.940000', '121618.943000', '121618.946000', '121618.949000', '121618.952000', '121618.954000', '121618.970000', '121618.973000', '121618.976000', '121618.979000', '121618.982000', '121618.985000', '121618.988000', '121618.991000', '121618.994000', '121618.996000', '121618.999000', '121619.002000', '121619.005000', '121619.008000', '121619.011000', '121619.014000', '121619.017000', '121619.019000', '121619.022000', '121619.025000', '121619.028000', '121619.031000', '121619.034000', '121619.036000', '121619.039000', '121619.042000', '121619.045000', '121619.048000', '121619.051000', '121619.053000', '121619.056000', '121619.059000', '121619.062000', '121619.065000', '121619.068000', '121619.071000', '121623.619000', '121623.622000', '121623.625000', '121623.628000', '121623.631000', '121623.634000', '121623.637000', '121623.640000', '121623.643000', '121623.646000', '121623.649000'], 'InstanceCreationTime': ['120938.970000', '120938.974000', '120938.979000', '120938.982000', '120938.985000', '120938.988000', '120938.991000', '120938.994000', '120938.997000', '120939.001000', '120939.004000', '120939.007000', '120939.010000', '120939.013000', '120939.016000', '120939.019000', '120939.022000', '120939.024000', '120939.027000', '120939.030000', '120939.033000', '120939.036000', '120939.039000', '120939.042000', '120939.045000', '120939.048000', '120939.051000', '120939.054000', '120939.056000', '120939.059000', '120939.062000', '120939.065000', '120939.068000', '120939.071000', '120939.074000', '120939.077000', '120939.080000', '120939.082000', '120939.085000', '120939.088000', '120939.091000', '120939.094000', '120939.097000', '120939.100000', '120939.103000', '120939.109000', '120958.937000', '120958.940000', '120958.943000', '120958.946000', '120958.949000', '120958.951000', '120958.954000', '120958.957000', '120958.960000', '120958.963000', '120958.966000', '120958.968000', '120958.971000', '120958.974000', '120958.977000', '120958.980000', '120958.982000', '120958.985000', '120958.988000', '120958.991000', '120958.994000', '120958.997000', '120959.000000', '120959.003000', '120959.006000', '120959.009000', '120959.012000', '120959.015000', '120959.026000', '120959.029000', '120959.033000', '120959.037000', '120959.040000', '120959.042000', '120959.045000', '120959.048000', '120959.051000', '120959.054000', '120959.057000', '120959.060000', '120959.062000', '120959.065000', '120959.068000', '121018.937000', '121018.940000', '121018.943000', '121018.946000', '121018.949000', '121018.951000', '121018.954000', '121018.957000', '121018.960000', '121018.979000', '121018.982000', '121018.984000', '121018.987000', '121018.990000', '121018.993000', '121018.996000', '121018.998000', '121019.002000', '121019.005000', '121019.008000', '121019.011000', '121019.014000', '121019.017000', '121019.019000', '121019.022000', '121019.025000', '121019.028000', '121019.031000', '121019.034000', '121019.036000', '121019.039000', '121019.042000', '121019.045000', '121019.048000', '121019.050000', '121019.053000', '121019.056000', '121019.062000', '121019.065000', '121019.068000', '121019.070000', '121019.073000', '121019.076000', '121019.079000', '121038.936000', '121038.939000', '121038.942000', '121038.944000', '121038.947000', '121038.950000', '121038.953000', '121038.956000', '121038.959000', '121038.961000', '121038.964000', '121038.967000', '121038.970000', '121038.973000', '121038.977000', '121038.980000', '121038.983000', '121038.985000', '121038.988000', '121038.991000', '121038.994000', '121038.997000', '121039.001000', '121039.004000', '121039.006000', '121039.009000', '121039.012000', '121039.015000', '121039.018000', '121039.021000', '121039.023000', '121039.026000', '121039.029000', '121039.032000', '121039.035000', '121039.038000', '121039.042000', '121039.045000', '121039.048000', '121039.051000', '121039.054000', '121039.057000', '121039.060000', '121058.936000', '121058.939000', '121058.942000', '121058.945000', '121058.947000', '121058.950000', '121058.953000', '121058.956000', '121058.959000', '121058.962000', '121058.965000', '121058.967000', '121058.970000', '121058.973000', '121058.976000', '121058.979000', '121058.982000', '121058.985000', '121058.987000', '121058.990000', '121058.993000', '121058.996000', '121059.000000', '121059.002000', '121059.005000', '121059.008000', '121059.011000', '121059.014000', '121059.017000', '121059.019000', '121059.022000', '121059.025000', '121059.028000', '121059.031000', '121059.034000', '121059.037000', '121059.039000', '121059.042000', '121059.045000', '121059.048000', '121059.051000', '121059.054000', '121059.056000', '121059.059000', '121118.936000', '121118.939000', '121118.942000', '121118.945000', '121118.947000', '121118.950000', '121118.953000', '121118.956000', '121118.959000', '121118.962000', '121118.964000', '121118.967000', '121118.970000', '121118.973000', '121118.976000', '121118.979000', '121118.982000', '121118.984000', '121118.987000', '121118.990000', '121118.993000', '121118.996000', '121119.000000', '121119.003000', '121119.006000', '121119.008000', '121119.011000', '121119.018000', '121119.020000', '121119.023000', '121119.026000', '121119.029000', '121119.032000', '121119.035000', '121119.037000', '121119.040000', '121119.043000', '121119.047000', '121119.056000', '121119.059000', '121119.062000', '121119.065000', '121119.068000', '121138.936000', '121138.939000', '121138.941000', '121138.945000', '121138.948000', '121138.951000', '121138.954000', '121138.957000', '121138.960000', '121138.962000', '121138.965000', '121138.968000', '121138.971000', '121138.974000', '121138.977000', '121138.979000', '121138.982000', '121138.985000', '121138.988000', '121138.991000', '121138.994000', '121138.997000', '121138.999000', '121139.002000', '121139.005000', '121139.008000', '121139.011000', '121139.014000', '121139.016000', '121139.019000', '121139.022000', '121139.025000', '121139.028000', '121139.031000', '121139.033000', '121139.036000', '121139.039000', '121139.042000', '121139.045000', '121139.048000', '121139.051000', '121139.053000', '121139.056000', '121139.059000', '121158.937000', '121158.940000', '121158.943000', '121158.946000', '121158.963000', '121158.966000', '121158.969000', '121158.972000', '121158.975000', '121158.978000', '121158.981000', '121158.984000', '121158.986000', '121158.989000', '121158.992000', '121158.995000', '121158.998000', '121159.002000', '121159.005000', '121159.007000', '121159.010000', '121159.014000', '121159.017000', '121159.020000', '121159.022000', '121159.025000', '121159.028000', '121159.031000', '121159.034000', '121159.037000', '121159.040000', '121159.042000', '121159.045000', '121159.048000', '121159.051000', '121159.054000', '121159.057000', '121159.059000', '121159.062000', '121159.065000', '121159.068000', '121159.071000', '121159.074000', '121218.937000', '121218.940000', '121218.943000', '121218.946000', '121218.948000', '121218.951000', '121218.954000', '121218.957000', '121218.960000', '121218.963000', '121218.965000', '121218.968000', '121218.971000', '121218.974000', '121218.977000', '121218.980000', '121218.983000', '121218.986000', '121218.989000', '121218.992000', '121218.994000', '121218.997000', '121219.001000', '121219.004000', '121219.007000', '121219.010000', '121219.012000', '121219.015000', '121219.018000', '121219.021000', '121219.024000', '121219.027000', '121219.030000', '121219.032000', '121219.035000', '121219.038000', '121219.041000', '121219.044000', '121219.047000', '121219.050000', '121219.052000', '121219.055000', '121219.058000', '121219.061000', '121238.937000', '121238.940000', '121238.943000', '121238.946000', '121238.949000', '121238.952000', '121238.955000', '121238.957000', '121238.960000', '121238.963000', '121238.966000', '121238.969000', '121238.971000', '121238.974000', '121238.977000', '121238.980000', '121238.983000', '121238.986000', '121238.989000', '121238.991000', '121238.994000', '121238.997000', '121239.001000', '121239.004000', '121239.007000', '121239.010000', '121239.012000', '121239.015000', '121239.018000', '121239.021000', '121239.024000', '121239.027000', '121239.029000', '121239.032000', '121239.035000', '121239.038000', '121239.041000', '121239.044000', '121239.047000', '121239.049000', '121239.052000', '121239.055000', '121239.058000', '121258.936000', '121258.939000', '121258.942000', '121258.945000', '121258.947000', '121258.950000', '121258.953000', '121258.956000', '121258.959000', '121258.962000', '121258.965000', '121258.967000', '121258.970000', '121258.973000', '121258.976000', '121258.979000', '121258.981000', '121258.984000', '121258.987000', '121258.990000', '121258.993000', '121258.996000', '121259.000000', '121259.003000', '121259.005000', '121259.008000', '121259.011000', '121259.014000', '121259.017000', '121259.020000', '121259.023000', '121259.026000', '121259.028000', '121259.031000', '121259.034000', '121259.037000', '121259.040000', '121259.043000', '121259.046000', '121259.048000', '121259.051000', '121259.054000', '121259.057000', '121259.060000', '121318.936000', '121318.939000', '121318.942000', '121318.945000', '121318.948000', '121318.950000', '121318.953000', '121318.956000', '121318.959000', '121318.962000', '121318.965000', '121318.967000', '121318.970000', '121318.973000', '121318.976000', '121318.979000', '121318.982000', '121318.985000', '121318.988000', '121318.990000', '121318.993000', '121318.996000', '121319.000000', '121319.003000', '121319.006000', '121319.009000', '121319.011000', '121319.014000', '121319.017000', '121319.034000', '121319.037000', '121319.040000', '121319.043000', '121319.045000', '121319.048000', '121319.052000', '121319.055000', '121319.058000', '121319.061000', '121319.064000', '121319.067000', '121319.069000', '121319.072000', '121338.936000', '121338.942000', '121338.945000', '121338.948000', '121338.950000', '121338.953000', '121338.956000', '121338.959000', '121338.962000', '121338.965000', '121338.968000', '121338.971000', '121338.973000', '121338.976000', '121338.979000', '121338.982000', '121338.985000', '121338.988000', '121338.991000', '121338.993000', '121338.996000', '121339.000000', '121339.003000', '121339.006000', '121339.009000', '121339.012000', '121339.014000', '121339.018000', '121339.021000', '121339.024000', '121339.027000', '121339.030000', '121339.033000', '121339.035000', '121339.038000', '121339.041000', '121339.044000', '121339.047000', '121339.050000', '121339.052000', '121339.055000', '121339.058000', '121339.061000', '121339.064000', '121358.937000', '121358.940000', '121358.943000', '121358.946000', '121358.949000', '121358.951000', '121358.954000', '121358.957000', '121358.960000', '121358.963000', '121358.966000', '121358.969000', '121358.971000', '121358.974000', '121358.977000', '121358.980000', '121358.983000', '121358.986000', '121358.989000', '121358.992000', '121358.995000', '121358.997000', '121359.000000', '121359.003000', '121359.006000', '121359.009000', '121359.012000', '121359.015000', '121359.017000', '121359.020000', '121359.023000', '121359.026000', '121359.029000', '121359.032000', '121359.034000', '121359.037000', '121359.040000', '121359.043000', '121359.046000', '121359.049000', '121359.052000', '121359.054000', '121359.057000', '121418.937000', '121418.940000', '121418.943000', '121418.946000', '121418.949000', '121418.951000', '121418.954000', '121418.957000', '121418.960000', '121418.963000', '121418.966000', '121418.968000', '121418.971000', '121418.974000', '121418.977000', '121418.980000', '121418.983000', '121418.986000', '121418.989000', '121418.991000', '121418.994000', '121418.997000', '121419.001000', '121419.004000', '121419.007000', '121419.010000', '121419.012000', '121419.015000', '121419.018000', '121419.021000', '121419.024000', '121419.027000', '121419.030000', '121419.033000', '121419.035000', '121419.038000', '121419.041000', '121419.044000', '121419.047000', '121419.050000', '121419.052000', '121419.055000', '121419.058000', '121419.061000', '121438.937000', '121438.940000', '121438.943000', '121438.946000', '121438.949000', '121438.952000', '121438.959000', '121438.962000', '121438.965000', '121438.968000', '121438.971000', '121438.974000', '121438.976000', '121438.979000', '121438.982000', '121438.985000', '121438.988000', '121438.991000', '121438.994000', '121438.996000', '121438.999000', '121439.002000', '121439.005000', '121439.008000', '121439.011000', '121439.014000', '121439.016000', '121439.019000', '121439.022000', '121439.025000', '121439.030000', '121439.033000', '121439.036000', '121439.038000', '121439.041000', '121439.044000', '121439.047000', '121439.050000', '121439.053000', '121439.056000', '121439.058000', '121439.061000', '121439.064000', '121458.937000', '121458.940000', '121458.943000', '121458.946000', '121458.948000', '121458.951000', '121458.954000', '121458.957000', '121458.960000', '121458.963000', '121458.965000', '121458.968000', '121458.971000', '121458.974000', '121458.977000', '121458.980000', '121458.983000', '121458.985000', '121458.988000', '121458.991000', '121458.994000', '121458.997000', '121459.001000', '121459.004000', '121459.006000', '121459.009000', '121459.012000', '121459.015000', '121459.018000', '121459.021000', '121459.023000', '121459.026000', '121459.029000', '121459.032000', '121459.035000', '121459.038000', '121459.040000', '121459.043000', '121459.046000', '121459.049000', '121459.052000', '121459.055000', '121459.058000', '121459.061000', '121518.936000', '121518.939000', '121518.942000', '121518.945000', '121518.948000', '121518.951000', '121518.953000', '121518.956000', '121518.959000', '121518.962000', '121518.965000', '121518.968000', '121518.970000', '121518.973000', '121518.976000', '121518.979000', '121518.982000', '121518.985000', '121518.988000', '121518.990000', '121518.993000', '121518.996000', '121519.000000', '121519.003000', '121519.005000', '121519.008000', '121519.011000', '121519.014000', '121519.017000', '121519.020000', '121519.023000', '121519.025000', '121519.028000', '121519.031000', '121519.034000', '121519.037000', '121519.039000', '121519.042000', '121519.045000', '121519.048000', '121519.051000', '121519.054000', '121519.057000', '121538.936000', '121538.939000', '121538.942000', '121538.945000', '121538.948000', '121538.951000', '121538.953000', '121538.956000', '121538.960000', '121538.965000', '121538.968000', '121538.971000', '121538.974000', '121538.977000', '121538.980000', '121538.982000', '121538.985000', '121538.988000', '121538.991000', '121538.994000', '121538.997000', '121539.000000', '121539.003000', '121539.006000', '121539.009000', '121539.012000', '121539.015000', '121539.018000', '121539.020000', '121539.023000', '121539.026000', '121539.029000', '121539.032000', '121539.035000', '121539.038000', '121539.040000', '121539.043000', '121539.046000', '121539.049000', '121539.052000', '121539.055000', '121539.057000', '121539.060000', '121558.936000', '121558.939000', '121558.942000', '121558.945000', '121558.948000', '121558.951000', '121558.953000', '121558.956000', '121558.959000', '121558.962000', '121558.965000', '121558.968000', '121558.970000', '121558.973000', '121558.976000', '121558.979000', '121558.982000', '121558.985000', '121558.988000', '121558.990000', '121558.993000', '121558.996000', '121559.000000', '121559.003000', '121559.006000', '121559.009000', '121559.012000', '121559.015000', '121559.017000', '121559.020000', '121559.023000', '121559.026000', '121559.029000', '121559.032000', '121559.034000', '121559.037000', '121559.040000', '121559.043000', '121559.046000', '121559.049000', '121559.051000', '121559.055000', '121559.057000', '121559.060000', '121618.937000', '121618.940000', '121618.943000', '121618.946000', '121618.949000', '121618.952000', '121618.954000', '121618.970000', '121618.973000', '121618.976000', '121618.979000', '121618.982000', '121618.985000', '121618.988000', '121618.991000', '121618.994000', '121618.996000', '121618.999000', '121619.002000', '121619.005000', '121619.008000', '121619.011000', '121619.014000', '121619.017000', '121619.019000', '121619.022000', '121619.025000', '121619.028000', '121619.031000', '121619.034000', '121619.036000', '121619.039000', '121619.042000', '121619.045000', '121619.048000', '121619.051000', '121619.053000', '121619.056000', '121619.059000', '121619.062000', '121619.065000', '121619.068000', '121619.071000', '121623.619000', '121623.622000', '121623.625000', '121623.628000', '121623.631000', '121623.634000', '121623.637000', '121623.640000', '121623.643000', '121623.646000', '121623.649000'], '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': [8158, 7771, 6438, 6610, 7566, 6316, 6750, 7235, 6244, 9095, 7019, 6430, 8720, 6147, 6921, 7121, 6524, 8491, 7418, 6675, 7480, 6312, 6949, 6672, 6789, 7096, 6494, 10027, 7515, 6550, 7381, 6197, 6726, 7652, 6700, 6643, 7292, 6281, 7262, 6611, 6752, 10129, 6502, 6741, 6710, 6323, 8656, 7049, 6416, 10245, 6238, 6712, 7019, 6505, 6938, 6948, 6482, 6727, 6693, 6482, 6793, 6860, 6422, 10122, 7428, 6240, 8939, 6409, 7151, 7628, 6246, 7744, 6353, 6401, 7947, 6580, 6602, 7991, 6100, 9596, 6625, 6381, 8667, 6640, 6670, 8130, 6092, 9074, 6836, 6320, 8148, 6132, 8456, 6896, 6346, 9250, 6210, 6533, 6931, 6425, 6772, 6958, 6625, 7353, 7069, 6370, 6784, 6694, 6480, 9364, 6337, 10188, 7589, 6472, 8550, 6205, 6607, 6885, 6409, 10669, 7467, 6515, 7090, 6331, 6638, 7885, 7091, 6758, 9541, 6442, 6713, 6729, 6381, 7910, 6963, 6291, 9833, 6237, 6246, 6882, 6450, 6708, 10271, 7400, 6540, 8180, 6260, 6658, 7526, 6672, 7369, 7958, 6618, 6708, 6797, 6321, 6544, 7496, 7150, 9869, 8549, 6918, 11863, 6654, 6269, 6580, 6946, 6333, 6981, 9998, 6797, 6495, 7425, 6226, 6342, 8013, 6774, 6346, 10441, 6892, 6379, 6947, 6618, 6286, 7334, 7007, 6345, 6501, 7180, 6137, 6411, 8918, 6719, 6447, 8974, 6336, 9149, 10689, 6227, 6490, 7485, 6424, 6448, 7900, 6282, 6830, 8802, 6428, 6422, 6973, 6240, 6485, 8335, 6999, 6681, 12171, 7964, 9144, 7264, 6135, 14433, 11627, 7083, 7589, 6381, 6455, 7347, 6280, 6423, 6832, 6366, 6364, 7075, 6401, 8117, 6875, 6206, 10318, 6512, 6390, 7353, 6374, 9500, 7177, 6265, 9457, 6190, 6626, 7064, 6469, 6644, 7279, 6112, 7205, 6282, 6271, 8868, 6233, 7604, 7212, 6318, 11163, 6348, 6791, 6438, 6519, 8890, 6317, 9815, 6914, 6233, 7316, 6688, 7505, 6358, 6959, 6716, 6336, 9423, 6373, 6479, 6338, 6385, 6826, 6433, 10502, 6503, 6390, 6728, 6262, 6797, 6554, 6487, 10285, 6290, 6512, 7350, 6416, 9354, 6585, 6413, 8377, 6151, 8517, 7332, 6372, 6485, 6745, 6417, 9026, 6739, 6844, 7037, 6427, 10817, 6805, 13878, 8604, 7076, 7807, 6232, 8532, 6831, 6410, 9581, 6806, 6633, 7607, 6300, 6499, 6690, 6577, 10203, 6730, 10050, 7003, 6439, 10724, 6355, 6460, 6532, 6426, 7013, 6534, 6420, 9229, 6493, 6370, 6644, 6402, 6212, 6765, 6540, 6188, 8548, 6811, 6231, 6471, 6224, 6187, 6941, 6461, 6230, 10216, 7561, 6372, 6934, 6137, 6397, 7584, 6461, 6121, 10187, 6325, 6391, 7608, 6377, 6238, 7217, 6423, 7675, 7455, 6089, 6522, 7073, 6128, 6433, 9891, 6515, 6497, 8294, 6369, 6202, 8761, 6233, 6292, 9923, 6110, 6414, 6474, 6159, 6522, 6512, 7358, 6256, 6282, 6521, 6413, 6436, 6378, 7296, 6275, 10770, 11157, 9412, 10367, 6422, 6339, 6765, 6774, 6200, 8296, 6738, 6326, 6498, 6496, 6422, 9596, 7065, 6402, 8994, 6251, 6280, 7628, 6388, 6247, 8526, 6243, 6464, 6557, 6107, 6470, 7519, 6336, 7264, 8483, 6370, 6508, 6398, 6140, 6802, 6520, 6352, 9996, 6837, 6228, 8889, 6290, 6291, 9731, 6674, 6332, 7695, 6407, 6333, 6318, 6299, 9872, 7198, 6333, 9457, 6529, 6473, 7033, 6439, 6492, 8446, 6273, 6944, 8710, 6420, 7135, 6389, 6279, 6282, 7211, 6263, 6654, 8789, 6296, 6631, 8018, 6185, 6511, 9359, 6458, 6473, 8339, 6382, 6374, 8734, 6258, 6548, 8406, 6298, 6496, 9699, 6348, 6547, 9059, 6355, 6267, 11268, 7955, 6424, 9475, 6393, 6403, 8816, 6306, 6991, 8644, 6286, 6521, 6721, 6414, 6715, 6829, 6161, 8395, 6808, 6382, 6481, 6297, 6555, 9335, 6488, 6306, 8465, 6191, 6397, 6677, 6397, 9043, 6545, 6269, 10461, 6244, 6527, 6516, 6547, 7928, 6569, 6386, 10573, 6380, 6317, 7396, 6506, 7993, 6378, 6361, 10104, 6282, 6453, 8237, 6300, 9557, 6717, 6438, 8757, 6184, 9761, 6699, 6476, 10975, 6426, 7827, 7044, 6239, 6478, 6101, 6341, 8607, 6637, 6517, 7781, 6222, 8899, 6299, 6432, 8105, 6224, 10273, 7380, 6333, 7962, 6548, 9688, 6428, 7322, 7320, 6416, 8808, 6244, 6715, 6654, 6334, 9887, 7933, 6324, 7812, 6349, 6719, 6439, 6506, 10404, 6707, 6422, 7960, 6436, 8701, 7281, 6459, 10434, 6363, 8773, 6297, 6446, 8635, 6227, 8606, 6758, 6422, 8004, 6520, 7101, 6333, 6319, 8097, 6594, 10956, 7148, 6252, 7775, 6421, 6935, 6592, 6549, 9571, 6447, 6473, 8447, 6307, 6633, 6926, 6570, 9757, 6916, 6543, 9295, 6331, 6775, 7527, 6475, 9594, 6525, 6412, 6534, 6317, 6362, 9607, 6970, 9290, 6834, 6420, 9323, 6156, 10427, 7347, 6260, 12727, 6426, 6223, 7336, 6380, 8967, 7261, 7054, 7626, 6532, 9614, 6199, 7699, 6851, 6204, 9469, 6326, 6458, 6242, 6695, 7729, 6470, 6395, 7399, 6341, 7303, 6422, 6576, 8537, 6402, 10760, 6446, 6287, 7119, 6181, 8288, 6903, 6303, 10250, 6350, 6339, 7689, 6276, 9383, 7522, 6321, 9562, 6293, 6310, 8640, 6256, 7890, 6877, 6132, 7733, 6231, 6402, 8206, 6210, 10054, 7418, 6490, 8734, 6354, 6349, 8488, 6492, 6317, 8733, 6410, 6525, 8536, 6544, 6294, 10706, 6915, 6340, 7948, 6291, 6596, 8818, 6342, 6359, 11630, 8347, 6429, 6337, 6376, 6212, 7636, 9561, 6143, 6264, 6698, 6500, 6254, 6797, 9024, 6430, 6303, 7286, 6504, 6449, 8388, 7347, 6371, 7754, 6329, 6183, 8186, 7388, 6527, 11779, 6636, 6393, 7891, 6202, 6448, 8043, 6363, 6160, 8061, 6324, 6236, 7364, 6432, 6303, 8782, 6577, 6266, 11221, 9896, 7081, 6970, 10650, 6411, 6680, 11898, 7782, 7626, 7360, 6084, 6397, 6880, 6223, 8494, 7334, 6566, 8788, 6212, 6345, 7008, 6455, 8889, 6451, 6413, 7460, 6287, 6541, 6245, 6616, 6367, 6447, 6547, 9200, 6191, 11040, 6826, 6476, 7101, 6513, 11367, 7190, 12411, 9337, 6993, 10700, 6667, 6392, 8932, 7057, 6177, 8963, 6171, 6377, 7771, 6392, 6614, 8955, 6384, 6565, 6549, 6399, 6752, 7000, 6538, 8974, 7067, 6275, 6507, 6849, 6501, 10817, 6891, 7318, 10362, 6479, 6254, 7317, 6267, 8037, 7227, 6243, 12015, 6626, 6579, 8481, 6474, 6523, 9609, 6881, 6345, 7433, 6314, 6355, 6436, 6467, 6365, 7406, 7880, 6192, 8008, 6641, 6245, 11362, 7147, 7934, 9478, 6291, 8120, 6636, 6303, 7493, 6697, 6489], 'WindowCenter': [3787.0, 3769.0, 3744.0, 3741.0, 3751.0, 3728.0, 3728.0, 3738.0, 3727.0, 3748.0, 3726.0, 3724.0, 3746.0, 3724.0, 3736.0, 3725.0, 3726.0, 3746.0, 3737.0, 3727.0, 3736.0, 3727.0, 3726.0, 3726.0, 3725.0, 3726.0, 3727.0, 3759.0, 3736.0, 3726.0, 3724.0, 3715.0, 3737.0, 3750.0, 3728.0, 3728.0, 3738.0, 3728.0, 3740.0, 3740.0, 3728.0, 3759.0, 3727.0, 3726.0, 3725.0, 3726.0, 3747.0, 3727.0, 3726.0, 3758.0, 3715.0, 3726.0, 3725.0, 3726.0, 3738.0, 3738.0, 3727.0, 3726.0, 3726.0, 3728.0, 3726.0, 3727.0, 3725.0, 3758.0, 3737.0, 3714.0, 3745.0, 3713.0, 3724.0, 3723.0, 3712.0, 3723.0, 3711.0, 3711.0, 3721.0, 3712.0, 3723.0, 3734.0, 3714.0, 3745.0, 3711.0, 3711.0, 3731.0, 3712.0, 3712.0, 3733.0, 3712.0, 3731.0, 3710.0, 3708.0, 3721.0, 3700.0, 3730.0, 3712.0, 3711.0, 3732.0, 3699.0, 3709.0, 3708.0, 3711.0, 3723.0, 3723.0, 3723.0, 3735.0, 3724.0, 3725.0, 3726.0, 3725.0, 3726.0, 3746.0, 3725.0, 3757.0, 3735.0, 3714.0, 3734.0, 3713.0, 3712.0, 3725.0, 3713.0, 3744.0, 3722.0, 3711.0, 3722.0, 3711.0, 3724.0, 3735.0, 3726.0, 3725.0, 3747.0, 3726.0, 3725.0, 3724.0, 3724.0, 3734.0, 3723.0, 3713.0, 3745.0, 3713.0, 3713.0, 3723.0, 3713.0, 3726.0, 3755.0, 3725.0, 3713.0, 3735.0, 3713.0, 3710.0, 3734.0, 3724.0, 3724.0, 3735.0, 3713.0, 3723.0, 3711.0, 3725.0, 3712.0, 3723.0, 3722.0, 3746.0, 3745.0, 3722.0, 3755.0, 3711.0, 3711.0, 3710.0, 3710.0, 3712.0, 3725.0, 3746.0, 3725.0, 3714.0, 3726.0, 3714.0, 3713.0, 3735.0, 3725.0, 3714.0, 3756.0, 3723.0, 3713.0, 3723.0, 3712.0, 3725.0, 3725.0, 3724.0, 3713.0, 3713.0, 3724.0, 3712.0, 3713.0, 3733.0, 3713.0, 3712.0, 3744.0, 3711.0, 3732.0, 3742.0, 3700.0, 3710.0, 3709.0, 3699.0, 3711.0, 3721.0, 3711.0, 3711.0, 3734.0, 3711.0, 3712.0, 3722.0, 3711.0, 3713.0, 3734.0, 3725.0, 3724.0, 3766.0, 3735.0, 3745.0, 3722.0, 3714.0, 3776.0, 3755.0, 3723.0, 3736.0, 3713.0, 3713.0, 3725.0, 3713.0, 3714.0, 3724.0, 3714.0, 3714.0, 3725.0, 3726.0, 3736.0, 3726.0, 3715.0, 3756.0, 3714.0, 3714.0, 3724.0, 3713.0, 3744.0, 3724.0, 3714.0, 3745.0, 3714.0, 3712.0, 3723.0, 3714.0, 3723.0, 3725.0, 3714.0, 3725.0, 3713.0, 3714.0, 3746.0, 3714.0, 3735.0, 3725.0, 3714.0, 3755.0, 3713.0, 3713.0, 3712.0, 3713.0, 3734.0, 3713.0, 3746.0, 3724.0, 3712.0, 3723.0, 3713.0, 3722.0, 3714.0, 3724.0, 3724.0, 3714.0, 3733.0, 3712.0, 3712.0, 3713.0, 3712.0, 3713.0, 3713.0, 3744.0, 3711.0, 3712.0, 3713.0, 3713.0, 3724.0, 3714.0, 3726.0, 3757.0, 3726.0, 3715.0, 3736.0, 3725.0, 3747.0, 3725.0, 3715.0, 3737.0, 3715.0, 3748.0, 3726.0, 3714.0, 3715.0, 3725.0, 3715.0, 3745.0, 3727.0, 3726.0, 3727.0, 3714.0, 3756.0, 3714.0, 3766.0, 3734.0, 3711.0, 3710.0, 3698.0, 3720.0, 3698.0, 3698.0, 3730.0, 3710.0, 3709.0, 3721.0, 3699.0, 3710.0, 3710.0, 3710.0, 3742.0, 3710.0, 3732.0, 3711.0, 3699.0, 3741.0, 3700.0, 3710.0, 3699.0, 3698.0, 3708.0, 3711.0, 3699.0, 3732.0, 3700.0, 3700.0, 3711.0, 3700.0, 3700.0, 3710.0, 3711.0, 3700.0, 3733.0, 3711.0, 3702.0, 3712.0, 3701.0, 3713.0, 3725.0, 3713.0, 3702.0, 3744.0, 3724.0, 3712.0, 3711.0, 3701.0, 3712.0, 3723.0, 3712.0, 3713.0, 3744.0, 3713.0, 3712.0, 3723.0, 3712.0, 3702.0, 3723.0, 3712.0, 3723.0, 3723.0, 3702.0, 3713.0, 3724.0, 3713.0, 3714.0, 3746.0, 3714.0, 3712.0, 3734.0, 3713.0, 3703.0, 3734.0, 3714.0, 3714.0, 3746.0, 3703.0, 3713.0, 3713.0, 3713.0, 3714.0, 3726.0, 3736.0, 3714.0, 3727.0, 3716.0, 3726.0, 3727.0, 3726.0, 3738.0, 3728.0, 3770.0, 3760.0, 3748.0, 3758.0, 3714.0, 3714.0, 3726.0, 3714.0, 3713.0, 3736.0, 3713.0, 3713.0, 3713.0, 3713.0, 3714.0, 3745.0, 3713.0, 3702.0, 3733.0, 3700.0, 3701.0, 3721.0, 3713.0, 3713.0, 3734.0, 3713.0, 3713.0, 3713.0, 3714.0, 3715.0, 3738.0, 3728.0, 3725.0, 3747.0, 3716.0, 3715.0, 3715.0, 3716.0, 3727.0, 3727.0, 3715.0, 3748.0, 3726.0, 3715.0, 3735.0, 3715.0, 3715.0, 3747.0, 3725.0, 3715.0, 3726.0, 3714.0, 3714.0, 3713.0, 3715.0, 3759.0, 3726.0, 3727.0, 3747.0, 3716.0, 3715.0, 3725.0, 3714.0, 3713.0, 3735.0, 3715.0, 3726.0, 3747.0, 3716.0, 3726.0, 3714.0, 3714.0, 3713.0, 3724.0, 3715.0, 3726.0, 3735.0, 3714.0, 3725.0, 3736.0, 3715.0, 3726.0, 3747.0, 3715.0, 3714.0, 3735.0, 3713.0, 3715.0, 3736.0, 3727.0, 3715.0, 3738.0, 3726.0, 3741.0, 3772.0, 3740.0, 3741.0, 3761.0, 3729.0, 3728.0, 3784.0, 3751.0, 3727.0, 3747.0, 3715.0, 3714.0, 3736.0, 3714.0, 3738.0, 3747.0, 3714.0, 3712.0, 3711.0, 3713.0, 3713.0, 3725.0, 3714.0, 3734.0, 3724.0, 3713.0, 3713.0, 3713.0, 3714.0, 3746.0, 3727.0, 3726.0, 3735.0, 3715.0, 3714.0, 3724.0, 3715.0, 3747.0, 3726.0, 3727.0, 3759.0, 3726.0, 3715.0, 3714.0, 3726.0, 3736.0, 3725.0, 3726.0, 3759.0, 3716.0, 3716.0, 3726.0, 3716.0, 3737.0, 3727.0, 3715.0, 3760.0, 3728.0, 3727.0, 3748.0, 3727.0, 3758.0, 3727.0, 3726.0, 3748.0, 3717.0, 3748.0, 3726.0, 3714.0, 3758.0, 3715.0, 3735.0, 3726.0, 3729.0, 3714.0, 3715.0, 3715.0, 3734.0, 3726.0, 3715.0, 3726.0, 3714.0, 3745.0, 3714.0, 3714.0, 3735.0, 3715.0, 3745.0, 3724.0, 3714.0, 3723.0, 3713.0, 3743.0, 3713.0, 3723.0, 3724.0, 3713.0, 3733.0, 3712.0, 3712.0, 3714.0, 3715.0, 3745.0, 3735.0, 3713.0, 3724.0, 3714.0, 3713.0, 3714.0, 3714.0, 3756.0, 3715.0, 3714.0, 3735.0, 3715.0, 3735.0, 3726.0, 3716.0, 3745.0, 3712.0, 3733.0, 3712.0, 3712.0, 3732.0, 3713.0, 3735.0, 3713.0, 3714.0, 3723.0, 3713.0, 3721.0, 3712.0, 3713.0, 3724.0, 3713.0, 3744.0, 3712.0, 3711.0, 3723.0, 3712.0, 3723.0, 3713.0, 3714.0, 3745.0, 3713.0, 3714.0, 3733.0, 3711.0, 3726.0, 3724.0, 3713.0, 3747.0, 3724.0, 3714.0, 3734.0, 3715.0, 3726.0, 3724.0, 3714.0, 3744.0, 3713.0, 3714.0, 3713.0, 3714.0, 3726.0, 3748.0, 3727.0, 3747.0, 3727.0, 3728.0, 3759.0, 3718.0, 3759.0, 3723.0, 3714.0, 3765.0, 3713.0, 3701.0, 3722.0, 3712.0, 3734.0, 3723.0, 3722.0, 3724.0, 3712.0, 3743.0, 3701.0, 3723.0, 3712.0, 3701.0, 3731.0, 3713.0, 3710.0, 3711.0, 3712.0, 3722.0, 3712.0, 3725.0, 3736.0, 3726.0, 3725.0, 3724.0, 3727.0, 3746.0, 3715.0, 3758.0, 3715.0, 3715.0, 3725.0, 3715.0, 3736.0, 3725.0, 3716.0, 3757.0, 3715.0, 3715.0, 3736.0, 3716.0, 3746.0, 3736.0, 3714.0, 3746.0, 3714.0, 3714.0, 3736.0, 3714.0, 3736.0, 3725.0, 3715.0, 3724.0, 3714.0, 3713.0, 3736.0, 3715.0, 3747.0, 3724.0, 3714.0, 3735.0, 3713.0, 3711.0, 3734.0, 3714.0, 3714.0, 3735.0, 3714.0, 3713.0, 3737.0, 3715.0, 3728.0, 3759.0, 3726.0, 3715.0, 3735.0, 3715.0, 3714.0, 3734.0, 3714.0, 3715.0, 3757.0, 3736.0, 3713.0, 3713.0, 3714.0, 3715.0, 3725.0, 3747.0, 3714.0, 3714.0, 3713.0, 3714.0, 3715.0, 3714.0, 3747.0, 3715.0, 3714.0, 3725.0, 3715.0, 3727.0, 3737.0, 3725.0, 3714.0, 3725.0, 3714.0, 3704.0, 3734.0, 3724.0, 3714.0, 3757.0, 3713.0, 3714.0, 3723.0, 3702.0, 3715.0, 3737.0, 3715.0, 3715.0, 3734.0, 3715.0, 3716.0, 3727.0, 3726.0, 3728.0, 3751.0, 3729.0, 3732.0, 3783.0, 3772.0, 3741.0, 3740.0, 3785.0, 3730.0, 3729.0, 3771.0, 3739.0, 3738.0, 3725.0, 3704.0, 3713.0, 3713.0, 3703.0, 3734.0, 3724.0, 3716.0, 3736.0, 3703.0, 3728.0, 3738.0, 3725.0, 3746.0, 3714.0, 3739.0, 3736.0, 3725.0, 3713.0, 3724.0, 3727.0, 3728.0, 3728.0, 3728.0, 3763.0, 3732.0, 3771.0, 3730.0, 3728.0, 3728.0, 3729.0, 3772.0, 3728.0, 3769.0, 3748.0, 3727.0, 3758.0, 3726.0, 3716.0, 3749.0, 3727.0, 3717.0, 3748.0, 3716.0, 3716.0, 3737.0, 3717.0, 3727.0, 3747.0, 3715.0, 3724.0, 3715.0, 3716.0, 3726.0, 3726.0, 3716.0, 3748.0, 3726.0, 3716.0, 3715.0, 3726.0, 3715.0, 3759.0, 3739.0, 3728.0, 3758.0, 3716.0, 3713.0, 3725.0, 3715.0, 3735.0, 3723.0, 3713.0, 3757.0, 3713.0, 3712.0, 3734.0, 3714.0, 3715.0, 3745.0, 3725.0, 3714.0, 3725.0, 3715.0, 3715.0, 3715.0, 3726.0, 3728.0, 3737.0, 3739.0, 3717.0, 3738.0, 3725.0, 3714.0, 3757.0, 3725.0, 3738.0, 3748.0, 3715.0, 3734.0, 3712.0, 3713.0, 3723.0, 3712.0, 3713.0], 'WindowWidth': [8547.0, 8507.0, 8463.0, 8452.0, 8462.0, 8428.0, 8425.0, 8438.0, 8425.0, 8451.0, 8419.0, 8414.0, 8444.0, 8416.0, 8432.0, 8415.0, 8419.0, 8447.0, 8437.0, 8422.0, 8432.0, 8421.0, 8418.0, 8417.0, 8414.0, 8418.0, 8419.0, 8466.0, 8433.0, 8417.0, 8414.0, 8402.0, 8437.0, 8456.0, 8425.0, 8424.0, 8438.0, 8424.0, 8444.0, 8444.0, 8425.0, 8467.0, 8421.0, 8419.0, 8417.0, 8417.0, 8448.0, 8421.0, 8418.0, 8463.0, 8404.0, 8417.0, 8416.0, 8420.0, 8440.0, 8437.0, 8422.0, 8418.0, 8419.0, 8424.0, 8420.0, 8422.0, 8417.0, 8465.0, 8433.0, 8398.0, 8441.0, 8398.0, 8414.0, 8411.0, 8393.0, 8408.0, 8390.0, 8391.0, 8403.0, 8394.0, 8410.0, 8426.0, 8400.0, 8440.0, 8391.0, 8391.0, 8418.0, 8394.0, 8395.0, 8423.0, 8393.0, 8418.0, 8388.0, 8384.0, 8402.0, 8375.0, 8415.0, 8393.0, 8390.0, 8419.0, 8371.0, 8386.0, 8383.0, 8391.0, 8409.0, 8413.0, 8413.0, 8429.0, 8414.0, 8417.0, 8418.0, 8416.0, 8418.0, 8447.0, 8417.0, 8461.0, 8429.0, 8399.0, 8425.0, 8397.0, 8393.0, 8415.0, 8395.0, 8440.0, 8406.0, 8391.0, 8407.0, 8392.0, 8413.0, 8431.0, 8418.0, 8416.0, 8448.0, 8418.0, 8416.0, 8413.0, 8415.0, 8427.0, 8412.0, 8398.0, 8441.0, 8398.0, 8396.0, 8410.0, 8397.0, 8417.0, 8457.0, 8415.0, 8398.0, 8430.0, 8397.0, 8390.0, 8426.0, 8414.0, 8412.0, 8429.0, 8397.0, 8409.0, 8390.0, 8415.0, 8393.0, 8409.0, 8408.0, 8444.0, 8442.0, 8408.0, 8454.0, 8389.0, 8390.0, 8389.0, 8387.0, 8394.0, 8414.0, 8445.0, 8414.0, 8399.0, 8417.0, 8399.0, 8398.0, 8429.0, 8415.0, 8399.0, 8457.0, 8410.0, 8396.0, 8408.0, 8393.0, 8416.0, 8415.0, 8412.0, 8397.0, 8396.0, 8411.0, 8395.0, 8395.0, 8423.0, 8395.0, 8392.0, 8440.0, 8392.0, 8419.0, 8432.0, 8373.0, 8386.0, 8385.0, 8371.0, 8387.0, 8403.0, 8391.0, 8391.0, 8424.0, 8391.0, 8391.0, 8406.0, 8391.0, 8397.0, 8426.0, 8416.0, 8412.0, 8472.0, 8427.0, 8439.0, 8408.0, 8399.0, 8486.0, 8454.0, 8409.0, 8430.0, 8397.0, 8397.0, 8414.0, 8397.0, 8397.0, 8411.0, 8399.0, 8398.0, 8415.0, 8419.0, 8431.0, 8420.0, 8401.0, 8457.0, 8400.0, 8397.0, 8411.0, 8397.0, 8438.0, 8412.0, 8399.0, 8439.0, 8397.0, 8392.0, 8409.0, 8399.0, 8410.0, 8414.0, 8399.0, 8412.0, 8396.0, 8398.0, 8443.0, 8400.0, 8430.0, 8416.0, 8399.0, 8455.0, 8396.0, 8396.0, 8393.0, 8394.0, 8425.0, 8396.0, 8443.0, 8410.0, 8392.0, 8409.0, 8396.0, 8408.0, 8400.0, 8412.0, 8413.0, 8397.0, 8422.0, 8393.0, 8393.0, 8395.0, 8392.0, 8396.0, 8395.0, 8439.0, 8392.0, 8394.0, 8394.0, 8395.0, 8412.0, 8399.0, 8416.0, 8459.0, 8418.0, 8400.0, 8430.0, 8416.0, 8445.0, 8415.0, 8399.0, 8434.0, 8404.0, 8446.0, 8416.0, 8399.0, 8400.0, 8413.0, 8400.0, 8442.0, 8423.0, 8419.0, 8421.0, 8399.0, 8456.0, 8398.0, 8471.0, 8422.0, 8388.0, 8384.0, 8367.0, 8397.0, 8366.0, 8368.0, 8413.0, 8386.0, 8385.0, 8402.0, 8371.0, 8385.0, 8385.0, 8385.0, 8431.0, 8386.0, 8418.0, 8387.0, 8369.0, 8429.0, 8370.0, 8386.0, 8368.0, 8368.0, 8382.0, 8389.0, 8370.0, 8416.0, 8372.0, 8371.0, 8388.0, 8372.0, 8373.0, 8388.0, 8391.0, 8374.0, 8420.0, 8390.0, 8378.0, 8392.0, 8377.0, 8399.0, 8415.0, 8395.0, 8379.0, 8436.0, 8410.0, 8390.0, 8389.0, 8375.0, 8390.0, 8406.0, 8391.0, 8395.0, 8439.0, 8395.0, 8391.0, 8406.0, 8391.0, 8379.0, 8408.0, 8393.0, 8407.0, 8408.0, 8380.0, 8394.0, 8410.0, 8397.0, 8399.0, 8444.0, 8398.0, 8393.0, 8422.0, 8394.0, 8381.0, 8424.0, 8397.0, 8396.0, 8442.0, 8381.0, 8394.0, 8396.0, 8396.0, 8398.0, 8418.0, 8432.0, 8399.0, 8419.0, 8404.0, 8418.0, 8420.0, 8418.0, 8436.0, 8423.0, 8482.0, 8467.0, 8448.0, 8459.0, 8398.0, 8399.0, 8416.0, 8397.0, 8395.0, 8428.0, 8394.0, 8394.0, 8392.0, 8392.0, 8398.0, 8438.0, 8393.0, 8377.0, 8419.0, 8373.0, 8374.0, 8402.0, 8393.0, 8392.0, 8422.0, 8396.0, 8395.0, 8396.0, 8398.0, 8398.0, 8434.0, 8422.0, 8415.0, 8447.0, 8403.0, 8400.0, 8399.0, 8403.0, 8421.0, 8420.0, 8401.0, 8448.0, 8416.0, 8399.0, 8426.0, 8401.0, 8402.0, 8445.0, 8414.0, 8398.0, 8414.0, 8397.0, 8396.0, 8395.0, 8400.0, 8464.0, 8418.0, 8418.0, 8446.0, 8402.0, 8400.0, 8413.0, 8398.0, 8396.0, 8426.0, 8400.0, 8416.0, 8446.0, 8402.0, 8415.0, 8398.0, 8398.0, 8395.0, 8412.0, 8401.0, 8415.0, 8428.0, 8399.0, 8414.0, 8432.0, 8405.0, 8419.0, 8446.0, 8403.0, 8398.0, 8426.0, 8395.0, 8399.0, 8430.0, 8420.0, 8402.0, 8434.0, 8418.0, 8446.0, 8493.0, 8447.0, 8449.0, 8471.0, 8428.0, 8427.0, 8509.0, 8461.0, 8423.0, 8447.0, 8401.0, 8399.0, 8428.0, 8399.0, 8437.0, 8446.0, 8398.0, 8394.0, 8390.0, 8396.0, 8395.0, 8414.0, 8398.0, 8426.0, 8411.0, 8396.0, 8396.0, 8396.0, 8397.0, 8444.0, 8421.0, 8418.0, 8429.0, 8401.0, 8400.0, 8412.0, 8400.0, 8444.0, 8418.0, 8419.0, 8467.0, 8418.0, 8401.0, 8400.0, 8417.0, 8432.0, 8417.0, 8418.0, 8464.0, 8404.0, 8403.0, 8416.0, 8403.0, 8434.0, 8419.0, 8401.0, 8470.0, 8424.0, 8421.0, 8448.0, 8419.0, 8464.0, 8420.0, 8416.0, 8448.0, 8405.0, 8447.0, 8414.0, 8398.0, 8462.0, 8401.0, 8428.0, 8416.0, 8429.0, 8400.0, 8399.0, 8399.0, 8425.0, 8417.0, 8400.0, 8415.0, 8399.0, 8441.0, 8398.0, 8396.0, 8427.0, 8400.0, 8441.0, 8410.0, 8396.0, 8408.0, 8395.0, 8435.0, 8395.0, 8408.0, 8410.0, 8394.0, 8422.0, 8393.0, 8392.0, 8398.0, 8400.0, 8439.0, 8426.0, 8393.0, 8409.0, 8397.0, 8395.0, 8396.0, 8398.0, 8455.0, 8399.0, 8397.0, 8426.0, 8399.0, 8427.0, 8416.0, 8401.0, 8440.0, 8392.0, 8421.0, 8392.0, 8390.0, 8417.0, 8395.0, 8428.0, 8395.0, 8396.0, 8408.0, 8395.0, 8404.0, 8391.0, 8395.0, 8410.0, 8394.0, 8438.0, 8391.0, 8389.0, 8404.0, 8391.0, 8409.0, 8394.0, 8398.0, 8441.0, 8395.0, 8395.0, 8422.0, 8392.0, 8415.0, 8413.0, 8396.0, 8445.0, 8410.0, 8396.0, 8423.0, 8399.0, 8415.0, 8410.0, 8397.0, 8437.0, 8395.0, 8398.0, 8396.0, 8398.0, 8416.0, 8448.0, 8421.0, 8447.0, 8418.0, 8424.0, 8468.0, 8409.0, 8466.0, 8412.0, 8397.0, 8468.0, 8394.0, 8376.0, 8405.0, 8394.0, 8423.0, 8407.0, 8407.0, 8409.0, 8391.0, 8435.0, 8376.0, 8409.0, 8394.0, 8377.0, 8417.0, 8393.0, 8386.0, 8388.0, 8391.0, 8405.0, 8394.0, 8415.0, 8432.0, 8418.0, 8415.0, 8414.0, 8420.0, 8445.0, 8402.0, 8461.0, 8400.0, 8397.0, 8413.0, 8400.0, 8430.0, 8416.0, 8403.0, 8459.0, 8400.0, 8399.0, 8428.0, 8402.0, 8443.0, 8429.0, 8397.0, 8440.0, 8395.0, 8397.0, 8428.0, 8398.0, 8429.0, 8414.0, 8398.0, 8410.0, 8397.0, 8395.0, 8429.0, 8401.0, 8444.0, 8409.0, 8396.0, 8424.0, 8392.0, 8390.0, 8424.0, 8398.0, 8398.0, 8427.0, 8397.0, 8397.0, 8431.0, 8402.0, 8421.0, 8462.0, 8415.0, 8401.0, 8425.0, 8397.0, 8395.0, 8423.0, 8397.0, 8399.0, 8458.0, 8426.0, 8395.0, 8393.0, 8396.0, 8398.0, 8413.0, 8446.0, 8397.0, 8396.0, 8395.0, 8396.0, 8400.0, 8398.0, 8445.0, 8401.0, 8398.0, 8412.0, 8399.0, 8418.0, 8431.0, 8413.0, 8397.0, 8411.0, 8395.0, 8382.0, 8423.0, 8409.0, 8397.0, 8456.0, 8394.0, 8396.0, 8406.0, 8379.0, 8396.0, 8430.0, 8401.0, 8399.0, 8425.0, 8402.0, 8401.0, 8418.0, 8418.0, 8423.0, 8458.0, 8426.0, 8435.0, 8506.0, 8489.0, 8447.0, 8442.0, 8512.0, 8429.0, 8424.0, 8481.0, 8436.0, 8433.0, 8411.0, 8381.0, 8393.0, 8393.0, 8380.0, 8423.0, 8411.0, 8401.0, 8428.0, 8381.0, 8424.0, 8437.0, 8414.0, 8443.0, 8399.0, 8443.0, 8433.0, 8415.0, 8397.0, 8412.0, 8421.0, 8425.0, 8425.0, 8425.0, 8477.0, 8435.0, 8485.0, 8428.0, 8423.0, 8423.0, 8425.0, 8488.0, 8422.0, 8478.0, 8448.0, 8420.0, 8460.0, 8415.0, 8401.0, 8452.0, 8419.0, 8405.0, 8447.0, 8403.0, 8402.0, 8430.0, 8406.0, 8419.0, 8447.0, 8402.0, 8412.0, 8401.0, 8402.0, 8416.0, 8416.0, 8402.0, 8447.0, 8415.0, 8403.0, 8401.0, 8418.0, 8402.0, 8464.0, 8440.0, 8421.0, 8462.0, 8402.0, 8396.0, 8412.0, 8399.0, 8426.0, 8409.0, 8395.0, 8457.0, 8393.0, 8393.0, 8423.0, 8396.0, 8401.0, 8441.0, 8414.0, 8398.0, 8413.0, 8399.0, 8400.0, 8400.0, 8416.0, 8425.0, 8436.0, 8438.0, 8407.0, 8434.0, 8414.0, 8398.0, 8458.0, 8413.0, 8435.0, 8448.0, 8402.0, 8423.0, 8392.0, 8395.0, 8410.0, 8394.0, 8394.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.0004967172264355364</td></tr>
<tr><td colspan=3>aqi</td><td>0.024175027843987</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.781597513828565</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1687428651193044</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978055223535789</td></tr>
<tr><td colspan=3>efc</td><td>0.4904</td></tr>
<tr><td colspan=3>fber</td><td>5990.3022</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09555047992122617</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6836403033586134</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4161696070960956</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.299276217908256</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6344437553717843</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.314788848008247</td></tr>
<tr><td colspan=3>gcor</td><td>0.00617959</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006907573901116848</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03796164318919182</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.878294640106474</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>16.5932</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8011</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.9353</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295921.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>886.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.8817</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5132</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>442.1398</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2926.041</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>796.737</td></tr>
<tr><td colspan=3>tsnr</td><td>38.68247312866151</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>