<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-04/func/sub-0025_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>73919087f58c9d86c8910841edae09c3</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:50:32.500000</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.998906, -0.00608097, 0.0463662, 0.00435854, 0.9993, 0.0371593]</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.104249</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7757, -7226, 547, -52, -129, -37, 20]</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>301.387</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>caeedabf-d77d-44ee-8091-38ee804ffda9||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.6799917221069336, 0.011693645268678665, 0.12571129202842712, 110.46870422363281], [0.016314789652824402, 2.6810483932495117, 0.09967471659183502, -85.54662322998047], [0.12439722567796707, -0.09969569742679596, 2.6952292919158936, -64.4351577758789], [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': ['125032.500000', '125032.960000', '125033.420000', '125033.880000', '125034.340000', '125034.800000', '125035.260000', '125035.720000', '125036.180000', '125036.640000', '125037.100000', '125037.560000', '125038.020000', '125038.480000', '125038.940000', '125039.400000', '125039.860000', '125040.320000', '125040.780000', '125041.240000', '125041.700000', '125042.160000', '125042.620000', '125043.080000', '125043.540000', '125044.000000', '125044.460000', '125044.920000', '125045.380000', '125045.840000', '125046.300000', '125046.760000', '125047.220000', '125047.680000', '125048.140000', '125048.600000', '125049.060000', '125049.520000', '125049.980000', '125050.440000', '125050.900000', '125051.360000', '125051.820000', '125052.280000', '125052.740000', '125053.200000', '125053.660000', '125054.120000', '125054.580000', '125055.040000', '125055.500000', '125055.960000', '125056.420000', '125056.880000', '125057.340000', '125057.800000', '125058.260000', '125058.720000', '125059.180000', '125059.640000', '125100.100000', '125100.560000', '125101.020000', '125101.480000', '125101.940000', '125102.400000', '125102.860000', '125103.320000', '125103.780000', '125104.240000', '125104.700000', '125105.160000', '125105.620000', '125106.080000', '125106.540000', '125107.000000', '125107.460000', '125107.920000', '125108.380000', '125108.840000', '125109.300000', '125109.760000', '125110.220000', '125110.680000', '125111.140000', '125111.600000', '125112.060000', '125112.520000', '125112.980000', '125113.440000', '125113.900000', '125114.360000', '125114.820000', '125115.280000', '125115.740000', '125116.200000', '125116.660000', '125117.120000', '125117.580000', '125118.040000', '125118.500000', '125118.960000', '125119.420000', '125119.880000', '125120.340000', '125120.800000', '125121.260000', '125121.720000', '125122.180000', '125122.640000', '125123.100000', '125123.560000', '125124.020000', '125124.480000', '125124.940000', '125125.400000', '125125.860000', '125126.320000', '125126.780000', '125127.240000', '125127.700000', '125128.160000', '125128.620000', '125129.080000', '125129.540000', '125130.000000', '125130.460000', '125130.920000', '125131.380000', '125131.840000', '125132.300000', '125132.760000', '125133.220000', '125133.680000', '125134.140000', '125134.600000', '125135.060000', '125135.520000', '125135.980000', '125136.440000', '125136.900000', '125137.360000', '125137.820000', '125138.280000', '125138.740000', '125139.200000', '125139.660000', '125140.120000', '125140.580000', '125141.040000', '125141.500000', '125141.960000', '125142.420000', '125142.880000', '125143.340000', '125143.800000', '125144.260000', '125144.720000', '125145.180000', '125145.640000', '125146.100000', '125146.560000', '125147.020000', '125147.480000', '125147.940000', '125148.400000', '125148.860000', '125149.320000', '125149.780000', '125150.240000', '125150.700000', '125151.160000', '125151.620000', '125152.080000', '125152.540000', '125153.000000', '125153.460000', '125153.920000', '125154.380000', '125154.840000', '125155.300000', '125155.760000', '125156.220000', '125156.680000', '125157.140000', '125157.600000', '125158.060000', '125158.520000', '125158.980000', '125159.440000', '125159.900000', '125200.360000', '125200.820000', '125201.280000', '125201.740000', '125202.200000', '125202.660000', '125203.120000', '125203.580000', '125204.040000', '125204.500000', '125204.960000', '125205.420000', '125205.880000', '125206.340000', '125206.800000', '125207.260000', '125207.720000', '125208.180000', '125208.640000', '125209.100000', '125209.560000', '125210.020000', '125210.480000', '125210.940000', '125211.400000', '125211.860000', '125212.320000', '125212.780000', '125213.240000', '125213.700000', '125214.160000', '125214.620000', '125215.080000', '125215.540000', '125216.000000', '125216.460000', '125216.920000', '125217.380000', '125217.840000', '125218.300000', '125218.760000', '125219.220000', '125219.680000', '125220.140000', '125220.600000', '125221.060000', '125221.520000', '125221.980000', '125222.440000', '125222.900000', '125223.360000', '125223.820000', '125224.280000', '125224.740000', '125225.200000', '125225.660000', '125226.120000', '125226.580000', '125227.040000', '125227.500000', '125227.960000', '125228.420000', '125228.880000', '125229.340000', '125229.800000', '125230.260000', '125230.720000', '125231.180000', '125231.640000', '125232.100000', '125232.560000', '125233.020000', '125233.480000', '125233.940000', '125234.400000', '125234.860000', '125235.320000', '125235.780000', '125236.240000', '125236.700000', '125237.160000', '125237.620000', '125238.080000', '125238.540000', '125239.000000', '125239.460000', '125239.920000', '125240.380000', '125240.840000', '125241.300000', '125241.760000', '125242.220000', '125242.680000', '125243.140000', '125243.600000', '125244.060000', '125244.520000', '125244.980000', '125245.440000', '125245.900000', '125246.360000', '125246.820000', '125247.280000', '125247.740000', '125248.200000', '125248.660000', '125249.120000', '125249.580000', '125250.040000', '125250.500000', '125250.960000', '125251.420000', '125251.880000', '125252.340000', '125252.800000', '125253.260000', '125253.720000', '125254.180000', '125254.640000', '125255.100000', '125255.560000', '125256.020000', '125256.480000', '125256.940000', '125257.400000', '125257.860000', '125258.320000', '125258.780000', '125259.240000', '125259.700000', '125300.160000', '125300.620000', '125301.080000', '125301.540000', '125302.000000', '125302.460000', '125302.920000', '125303.380000', '125303.840000', '125304.300000', '125304.760000', '125305.220000', '125305.680000', '125306.140000', '125306.600000', '125307.060000', '125307.520000', '125307.980000', '125308.440000', '125308.900000', '125309.360000', '125309.820000', '125310.280000', '125310.740000', '125311.200000', '125311.660000', '125312.120000', '125312.580000', '125313.040000', '125313.500000', '125313.960000', '125314.420000', '125314.880000', '125315.340000', '125315.800000', '125316.260000', '125316.720000', '125317.180000', '125317.640000', '125318.100000', '125318.560000', '125319.020000', '125319.480000', '125319.940000', '125320.400000', '125320.860000', '125321.320000', '125321.780000', '125322.240000', '125322.700000', '125323.160000', '125323.620000', '125324.080000', '125324.540000', '125325.000000', '125325.460000', '125325.920000', '125326.380000', '125326.840000', '125327.300000', '125327.760000', '125328.220000', '125328.680000', '125329.140000', '125329.600000', '125330.060000', '125330.520000', '125330.980000', '125331.440000', '125331.900000', '125332.360000', '125332.820000', '125333.280000', '125333.740000', '125334.200000', '125334.660000', '125335.120000', '125335.580000', '125336.040000', '125336.500000', '125336.960000', '125337.420000', '125337.880000', '125338.340000', '125338.800000', '125339.260000', '125339.720000', '125340.180000', '125340.640000', '125341.100000', '125341.560000', '125342.020000', '125342.480000', '125342.940000', '125343.400000', '125343.860000', '125344.320000', '125344.780000', '125345.240000', '125345.700000', '125346.160000', '125346.620000', '125347.080000', '125347.540000', '125348.000000', '125348.460000', '125348.920000', '125349.380000', '125349.840000', '125350.300000', '125350.760000', '125351.220000', '125351.680000', '125352.140000', '125352.600000', '125353.060000', '125353.520000', '125353.980000', '125354.440000', '125354.900000', '125355.360000', '125355.820000', '125356.280000', '125356.740000', '125357.200000', '125357.660000', '125358.120000', '125358.580000', '125359.040000', '125359.500000', '125359.960000', '125400.420000', '125400.880000', '125401.340000', '125401.800000', '125402.260000', '125402.720000', '125403.180000', '125403.640000', '125404.100000', '125404.560000', '125405.020000', '125405.480000', '125405.940000', '125406.400000', '125406.860000', '125407.320000', '125407.780000', '125408.240000', '125408.700000', '125409.160000', '125409.620000', '125410.080000', '125410.540000', '125411.000000', '125411.460000', '125411.920000', '125412.380000', '125412.840000', '125413.300000', '125413.760000', '125414.220000', '125414.680000', '125415.140000', '125415.600000', '125416.060000', '125416.520000', '125416.980000', '125417.440000', '125417.900000', '125418.360000', '125418.820000', '125419.280000', '125419.740000', '125420.200000', '125420.660000', '125421.120000', '125421.580000', '125422.040000', '125422.500000', '125422.960000', '125423.420000', '125423.880000', '125424.340000', '125424.800000', '125425.260000', '125425.720000', '125426.180000', '125426.640000', '125427.100000', '125427.560000', '125428.020000', '125428.480000', '125428.940000', '125429.400000', '125429.860000', '125430.320000', '125430.780000', '125431.240000', '125431.700000', '125432.160000', '125432.620000', '125433.080000', '125433.540000', '125434.000000', '125434.460000', '125434.920000', '125435.380000', '125435.840000', '125436.300000', '125436.760000', '125437.220000', '125437.680000', '125438.140000', '125438.600000', '125439.060000', '125439.520000', '125439.980000', '125440.440000', '125440.900000', '125441.360000', '125441.820000', '125442.280000', '125442.740000', '125443.200000', '125443.660000', '125444.120000', '125444.580000', '125445.040000', '125445.500000', '125445.960000', '125446.420000', '125446.880000', '125447.340000', '125447.800000', '125448.260000', '125448.720000', '125449.180000', '125449.640000', '125450.100000', '125450.560000', '125451.020000', '125451.480000', '125451.940000', '125452.400000', '125452.860000', '125453.320000', '125453.780000', '125454.240000', '125454.700000', '125455.160000', '125455.620000', '125456.080000', '125456.540000', '125457.000000', '125457.460000', '125457.920000', '125458.380000', '125458.840000', '125459.300000', '125459.760000', '125500.220000', '125500.680000', '125501.140000', '125501.600000', '125502.060000', '125502.520000', '125502.980000', '125503.440000', '125503.900000', '125504.360000', '125504.820000', '125505.280000', '125505.740000', '125506.200000', '125506.660000', '125507.120000', '125507.580000', '125508.040000', '125508.500000', '125508.960000', '125509.420000', '125509.880000', '125510.340000', '125510.800000', '125511.260000', '125511.720000', '125512.180000', '125512.640000', '125513.100000', '125513.560000', '125514.020000', '125514.480000', '125514.940000', '125515.400000', '125515.860000', '125516.320000', '125516.780000', '125517.240000', '125517.700000', '125518.160000', '125518.620000', '125519.080000', '125519.540000', '125520.000000', '125520.460000', '125520.920000', '125521.380000', '125521.840000', '125522.300000', '125522.760000', '125523.220000', '125523.680000', '125524.140000', '125524.600000', '125525.060000', '125525.520000', '125525.980000', '125526.440000', '125526.900000', '125527.360000', '125527.820000', '125528.280000', '125528.740000', '125529.200000', '125529.660000', '125530.120000', '125530.580000', '125531.040000', '125531.500000', '125531.960000', '125532.420000', '125532.880000', '125533.340000', '125533.800000', '125534.260000', '125534.720000', '125535.180000', '125535.640000', '125536.100000', '125536.560000', '125537.020000', '125537.480000', '125537.940000', '125538.400000', '125538.860000', '125539.320000', '125539.780000', '125540.240000', '125540.700000', '125541.160000', '125541.620000', '125542.080000', '125542.540000', '125543.000000', '125543.460000', '125543.920000', '125544.380000', '125544.840000', '125545.300000', '125545.760000', '125546.220000', '125546.680000', '125547.140000', '125547.600000', '125548.060000', '125548.520000', '125548.980000', '125549.440000', '125549.900000', '125550.360000', '125550.820000', '125551.280000', '125551.740000', '125552.200000', '125552.660000', '125553.120000', '125553.580000', '125554.040000', '125554.500000', '125554.960000', '125555.420000', '125555.880000', '125556.340000', '125556.800000', '125557.260000', '125557.720000', '125558.180000', '125558.640000', '125559.100000', '125559.560000', '125600.020000', '125600.480000', '125600.940000', '125601.400000', '125601.860000', '125602.320000', '125602.780000', '125603.240000', '125603.700000', '125604.160000', '125604.620000', '125605.080000', '125605.540000', '125606.000000', '125606.460000', '125606.920000', '125607.380000', '125607.840000', '125608.300000', '125608.760000', '125609.220000', '125609.680000', '125610.140000', '125610.600000', '125611.060000', '125611.520000', '125611.980000', '125612.440000', '125612.900000', '125613.360000', '125613.820000', '125614.280000', '125614.740000', '125615.200000', '125615.660000', '125616.120000', '125616.580000', '125617.040000', '125617.500000', '125617.960000', '125618.420000', '125618.880000', '125619.340000', '125619.800000', '125620.260000', '125620.720000', '125621.180000', '125621.640000', '125622.100000', '125622.560000', '125623.020000', '125623.480000', '125623.940000', '125624.400000', '125624.860000', '125625.320000', '125625.780000', '125626.240000', '125626.700000', '125627.160000', '125627.620000', '125628.080000', '125628.540000', '125629.000000', '125629.460000', '125629.920000', '125630.380000', '125630.840000', '125631.300000', '125631.760000', '125632.220000', '125632.680000', '125633.140000', '125633.600000', '125634.060000', '125634.520000', '125634.980000', '125635.440000', '125635.900000', '125636.360000', '125636.820000', '125637.280000', '125637.740000', '125638.200000', '125638.660000', '125639.120000', '125639.580000', '125640.040000', '125640.500000', '125640.960000', '125641.420000', '125641.880000', '125642.340000', '125642.800000', '125643.260000', '125643.720000', '125644.180000', '125644.640000', '125645.100000', '125645.560000', '125646.020000', '125646.480000', '125646.940000', '125647.400000', '125647.860000', '125648.320000', '125648.780000', '125649.240000', '125649.700000', '125650.160000', '125650.620000', '125651.080000', '125651.540000', '125652.000000', '125652.460000', '125652.920000', '125653.380000', '125653.840000', '125654.300000', '125654.760000', '125655.220000', '125655.680000', '125656.140000', '125656.600000', '125657.060000', '125657.520000', '125657.980000', '125658.440000', '125658.900000', '125659.360000', '125659.820000', '125700.280000', '125700.740000', '125701.200000', '125701.660000', '125702.120000', '125702.580000', '125703.040000', '125703.500000', '125703.960000', '125704.420000', '125704.880000', '125705.340000', '125705.800000', '125706.260000', '125706.720000', '125707.180000', '125707.640000', '125708.100000', '125708.560000', '125709.020000', '125709.480000', '125709.940000', '125710.400000', '125710.860000', '125711.320000', '125711.780000', '125712.240000', '125712.700000', '125713.160000', '125713.620000', '125714.080000', '125714.540000', '125715.000000', '125715.460000', '125715.920000', '125716.380000', '125716.840000', '125717.300000', '125717.760000', '125718.220000', '125718.680000', '125719.140000', '125719.600000', '125720.060000', '125720.520000', '125720.980000', '125721.440000', '125721.900000', '125722.360000', '125722.820000', '125723.280000', '125723.740000', '125724.200000', '125724.660000', '125725.120000', '125725.580000', '125726.040000', '125726.500000', '125726.960000', '125727.420000', '125727.880000', '125728.340000', '125728.800000', '125729.260000', '125729.720000', '125730.180000', '125730.640000', '125731.100000', '125731.560000', '125732.020000', '125732.480000', '125732.940000', '125733.400000', '125733.860000', '125734.320000', '125734.780000', '125735.240000', '125735.700000', '125736.160000', '125736.620000', '125737.080000', '125737.540000', '125738.000000'], 'ContentTime': ['125057.943000', '125057.946000', '125057.949000', '125057.952000', '125057.955000', '125057.958000', '125057.961000', '125057.964000', '125057.967000', '125057.970000', '125057.973000', '125057.977000', '125057.980000', '125057.983000', '125057.985000', '125057.988000', '125057.991000', '125057.994000', '125057.998000', '125058.004000', '125058.007000', '125058.010000', '125058.031000', '125058.033000', '125058.036000', '125058.039000', '125058.042000', '125058.046000', '125058.049000', '125058.052000', '125058.055000', '125058.058000', '125058.061000', '125058.064000', '125058.066000', '125058.069000', '125058.072000', '125058.075000', '125058.078000', '125058.081000', '125058.084000', '125058.087000', '125058.096000', '125058.099000', '125058.102000', '125058.105000', '125058.107000', '125058.110000', '125058.113000', '125058.116000', '125058.119000', '125058.122000', '125058.125000', '125058.128000', '125117.909000', '125117.925000', '125117.928000', '125117.931000', '125117.933000', '125117.936000', '125117.939000', '125117.942000', '125117.945000', '125117.947000', '125117.956000', '125117.959000', '125117.962000', '125117.965000', '125117.968000', '125117.970000', '125117.973000', '125117.976000', '125117.979000', '125117.982000', '125117.984000', '125117.987000', '125117.990000', '125117.993000', '125117.996000', '125117.998000', '125118.001000', '125118.004000', '125118.007000', '125118.016000', '125118.019000', '125118.021000', '125118.024000', '125118.027000', '125118.030000', '125118.032000', '125118.035000', '125118.038000', '125118.041000', '125118.043000', '125118.046000', '125118.049000', '125118.052000', '125118.055000', '125137.909000', '125137.912000', '125137.915000', '125137.917000', '125137.920000', '125137.923000', '125137.926000', '125137.929000', '125137.931000', '125137.934000', '125137.937000', '125137.940000', '125137.943000', '125137.945000', '125137.948000', '125137.951000', '125137.954000', '125137.965000', '125137.968000', '125137.970000', '125137.973000', '125137.976000', '125137.979000', '125137.982000', '125137.984000', '125137.987000', '125137.990000', '125137.993000', '125137.996000', '125137.998000', '125138.002000', '125138.005000', '125138.008000', '125138.011000', '125138.014000', '125138.016000', '125138.019000', '125138.022000', '125138.025000', '125138.028000', '125138.031000', '125138.033000', '125138.036000', '125157.909000', '125157.912000', '125157.915000', '125157.917000', '125157.920000', '125157.923000', '125157.926000', '125157.929000', '125157.931000', '125157.934000', '125157.937000', '125157.940000', '125157.942000', '125157.945000', '125157.948000', '125157.957000', '125157.959000', '125157.962000', '125157.965000', '125157.968000', '125157.970000', '125157.973000', '125157.976000', '125157.979000', '125157.982000', '125157.984000', '125157.987000', '125157.990000', '125157.993000', '125157.996000', '125157.998000', '125158.002000', '125158.005000', '125158.008000', '125158.011000', '125158.013000', '125158.016000', '125158.019000', '125158.022000', '125158.024000', '125158.027000', '125158.030000', '125158.033000', '125158.036000', '125217.909000', '125217.912000', '125217.915000', '125217.917000', '125217.920000', '125217.923000', '125217.926000', '125217.929000', '125217.932000', '125217.934000', '125217.937000', '125217.940000', '125217.943000', '125217.946000', '125217.949000', '125217.951000', '125217.954000', '125217.957000', '125217.960000', '125217.964000', '125217.967000', '125217.970000', '125217.973000', '125217.976000', '125217.979000', '125217.981000', '125217.984000', '125217.987000', '125217.990000', '125217.993000', '125217.996000', '125218.000000', '125218.002000', '125218.005000', '125218.008000', '125218.022000', '125218.025000', '125218.028000', '125218.030000', '125218.033000', '125218.036000', '125218.041000', '125218.044000', '125237.909000', '125237.912000', '125237.915000', '125237.917000', '125237.920000', '125237.927000', '125237.930000', '125237.933000', '125237.936000', '125237.938000', '125237.941000', '125237.944000', '125237.947000', '125237.950000', '125237.953000', '125237.955000', '125237.958000', '125237.961000', '125237.964000', '125237.967000', '125237.969000', '125237.972000', '125237.975000', '125237.978000', '125237.981000', '125237.983000', '125237.986000', '125237.989000', '125237.992000', '125237.995000', '125237.997000', '125238.001000', '125238.004000', '125238.007000', '125238.010000', '125238.012000', '125238.015000', '125238.018000', '125238.021000', '125238.023000', '125238.041000', '125238.044000', '125238.047000', '125238.050000', '125257.909000', '125257.912000', '125257.915000', '125257.918000', '125257.920000', '125257.923000', '125257.926000', '125257.929000', '125257.932000', '125257.934000', '125257.937000', '125257.940000', '125257.943000', '125257.946000', '125257.948000', '125257.951000', '125257.954000', '125257.957000', '125257.960000', '125257.963000', '125257.965000', '125257.968000', '125257.971000', '125257.974000', '125257.977000', '125257.979000', '125257.982000', '125257.985000', '125257.988000', '125257.991000', '125257.993000', '125257.996000', '125258.000000', '125258.003000', '125258.006000', '125258.009000', '125258.011000', '125258.014000', '125258.017000', '125258.020000', '125258.023000', '125258.026000', '125258.028000', '125317.909000', '125317.912000', '125317.915000', '125317.918000', '125317.920000', '125317.923000', '125317.926000', '125317.929000', '125317.932000', '125317.934000', '125317.937000', '125317.940000', '125317.943000', '125317.946000', '125317.948000', '125317.951000', '125317.954000', '125317.957000', '125317.960000', '125317.963000', '125317.965000', '125317.968000', '125317.971000', '125317.974000', '125317.977000', '125317.979000', '125317.982000', '125317.985000', '125317.988000', '125317.991000', '125317.993000', '125317.996000', '125318.000000', '125318.003000', '125318.006000', '125318.008000', '125318.011000', '125318.014000', '125318.017000', '125318.020000', '125318.022000', '125318.025000', '125318.028000', '125318.031000', '125337.909000', '125337.912000', '125337.915000', '125337.917000', '125337.920000', '125337.923000', '125337.926000', '125337.929000', '125337.932000', '125337.934000', '125337.937000', '125337.940000', '125337.943000', '125337.946000', '125337.948000', '125337.951000', '125337.954000', '125337.957000', '125337.960000', '125337.963000', '125337.965000', '125337.968000', '125337.971000', '125337.974000', '125337.977000', '125337.980000', '125337.982000', '125337.985000', '125337.988000', '125337.991000', '125337.994000', '125337.996000', '125338.001000', '125338.004000', '125338.007000', '125338.009000', '125338.012000', '125338.015000', '125338.018000', '125338.021000', '125338.024000', '125338.026000', '125338.029000', '125357.909000', '125357.912000', '125357.915000', '125357.917000', '125357.920000', '125357.923000', '125357.926000', '125357.929000', '125357.932000', '125357.934000', '125357.937000', '125357.940000', '125357.943000', '125357.946000', '125357.948000', '125357.951000', '125357.954000', '125357.957000', '125357.959000', '125357.962000', '125357.965000', '125357.968000', '125357.971000', '125357.974000', '125357.977000', '125357.979000', '125357.982000', '125357.985000', '125357.988000', '125357.991000', '125357.993000', '125357.996000', '125358.000000', '125358.010000', '125358.013000', '125358.016000', '125358.019000', '125358.021000', '125358.024000', '125358.027000', '125358.030000', '125358.033000', '125358.035000', '125358.038000', '125417.909000', '125417.912000', '125417.915000', '125417.917000', '125417.920000', '125417.923000', '125417.926000', '125417.929000', '125417.932000', '125417.934000', '125417.937000', '125417.940000', '125417.943000', '125417.946000', '125417.949000', '125417.951000', '125417.954000', '125417.957000', '125417.960000', '125417.963000', '125417.965000', '125417.968000', '125417.971000', '125417.974000', '125417.977000', '125417.979000', '125417.982000', '125417.985000', '125417.988000', '125417.991000', '125417.993000', '125417.996000', '125418.000000', '125418.003000', '125418.006000', '125418.020000', '125418.023000', '125418.026000', '125418.029000', '125418.032000', '125418.034000', '125418.037000', '125418.040000', '125437.909000', '125437.912000', '125437.915000', '125437.918000', '125437.920000', '125437.923000', '125437.926000', '125437.935000', '125437.938000', '125437.941000', '125437.944000', '125437.947000', '125437.950000', '125437.952000', '125437.955000', '125437.958000', '125437.961000', '125437.964000', '125437.966000', '125437.969000', '125437.972000', '125437.975000', '125437.978000', '125437.980000', '125437.983000', '125437.986000', '125437.989000', '125437.992000', '125437.994000', '125437.997000', '125438.001000', '125438.004000', '125438.007000', '125438.009000', '125438.012000', '125438.015000', '125438.018000', '125438.021000', '125438.024000', '125438.026000', '125438.029000', '125438.032000', '125438.035000', '125438.038000', '125457.909000', '125457.912000', '125457.915000', '125457.918000', '125457.920000', '125457.923000', '125457.926000', '125457.929000', '125457.932000', '125457.935000', '125457.937000', '125457.940000', '125457.943000', '125457.946000', '125457.949000', '125457.952000', '125457.954000', '125457.957000', '125457.960000', '125457.963000', '125457.966000', '125457.969000', '125457.971000', '125457.974000', '125457.977000', '125457.980000', '125457.983000', '125457.985000', '125457.988000', '125457.991000', '125457.994000', '125457.997000', '125458.000000', '125458.003000', '125458.006000', '125458.009000', '125458.012000', '125458.015000', '125458.017000', '125458.020000', '125458.023000', '125458.026000', '125458.029000', '125517.909000', '125517.912000', '125517.915000', '125517.917000', '125517.920000', '125517.923000', '125517.926000', '125517.929000', '125517.932000', '125517.934000', '125517.937000', '125517.940000', '125517.943000', '125517.946000', '125517.948000', '125517.951000', '125517.954000', '125517.957000', '125517.960000', '125517.962000', '125517.965000', '125517.968000', '125517.971000', '125517.974000', '125517.976000', '125517.979000', '125517.982000', '125517.985000', '125517.988000', '125517.990000', '125517.993000', '125518.002000', '125518.005000', '125518.008000', '125518.011000', '125518.014000', '125518.016000', '125518.019000', '125518.022000', '125518.025000', '125518.028000', '125518.031000', '125518.033000', '125518.036000', '125537.909000', '125537.912000', '125537.915000', '125537.918000', '125537.921000', '125537.923000', '125537.926000', '125537.929000', '125537.932000', '125537.934000', '125537.937000', '125537.940000', '125537.943000', '125537.946000', '125537.949000', '125537.951000', '125537.954000', '125537.964000', '125537.967000', '125537.970000', '125537.972000', '125537.975000', '125537.978000', '125537.981000', '125537.984000', '125537.987000', '125537.989000', '125537.992000', '125537.995000', '125537.998000', '125538.002000', '125538.005000', '125538.007000', '125538.010000', '125538.013000', '125538.016000', '125538.019000', '125538.021000', '125538.024000', '125538.027000', '125538.030000', '125538.033000', '125538.035000', '125557.909000', '125557.912000', '125557.915000', '125557.937000', '125557.939000', '125557.942000', '125557.945000', '125557.948000', '125557.951000', '125557.954000', '125557.956000', '125557.959000', '125557.962000', '125557.965000', '125557.968000', '125557.970000', '125557.973000', '125557.976000', '125557.979000', '125557.982000', '125557.985000', '125557.987000', '125557.992000', '125557.995000', '125557.998000', '125558.001000', '125558.004000', '125558.006000', '125558.009000', '125558.012000', '125558.015000', '125558.017000', '125558.020000', '125558.023000', '125558.026000', '125558.029000', '125558.032000', '125558.034000', '125558.037000', '125558.040000', '125558.043000', '125558.046000', '125558.049000', '125617.909000', '125617.912000', '125617.915000', '125617.918000', '125617.920000', '125617.923000', '125617.926000', '125617.929000', '125617.932000', '125617.934000', '125617.937000', '125617.940000', '125617.943000', '125617.946000', '125617.948000', '125617.951000', '125617.954000', '125617.957000', '125617.960000', '125617.962000', '125617.965000', '125617.968000', '125617.971000', '125617.974000', '125617.976000', '125617.979000', '125617.982000', '125617.985000', '125617.988000', '125617.990000', '125617.993000', '125617.996000', '125618.000000', '125618.003000', '125618.006000', '125618.008000', '125618.011000', '125618.014000', '125618.017000', '125618.020000', '125618.022000', '125618.025000', '125618.028000', '125618.031000', '125637.909000', '125637.912000', '125637.915000', '125637.918000', '125637.921000', '125637.924000', '125637.927000', '125637.929000', '125637.932000', '125637.935000', '125637.938000', '125637.941000', '125637.943000', '125637.946000', '125637.949000', '125637.952000', '125637.955000', '125637.958000', '125637.960000', '125637.963000', '125637.966000', '125637.969000', '125637.972000', '125637.974000', '125637.977000', '125637.980000', '125637.983000', '125637.986000', '125637.989000', '125637.991000', '125637.994000', '125637.997000', '125638.001000', '125638.004000', '125638.006000', '125638.009000', '125638.012000', '125638.015000', '125638.018000', '125638.020000', '125638.023000', '125638.026000', '125638.029000', '125657.909000', '125657.912000', '125657.915000', '125657.918000', '125657.921000', '125657.923000', '125657.926000', '125657.929000', '125657.932000', '125657.934000', '125657.937000', '125657.940000', '125657.943000', '125657.946000', '125657.948000', '125657.951000', '125657.954000', '125657.957000', '125657.960000', '125657.963000', '125657.965000', '125657.968000', '125657.971000', '125657.974000', '125657.977000', '125657.979000', '125657.982000', '125657.985000', '125657.988000', '125657.991000', '125657.994000', '125657.996000', '125658.000000', '125658.003000', '125658.006000', '125658.009000', '125658.011000', '125658.014000', '125658.017000', '125658.020000', '125658.022000', '125658.034000', '125658.037000', '125658.040000', '125717.909000', '125717.912000', '125717.915000', '125717.918000', '125717.921000', '125717.924000', '125717.926000', '125717.929000', '125717.932000', '125717.935000', '125717.938000', '125717.941000', '125717.944000', '125717.947000', '125717.962000', '125717.965000', '125717.967000', '125717.970000', '125717.973000', '125717.976000', '125717.979000', '125717.981000', '125717.984000', '125717.987000', '125717.990000', '125717.993000', '125717.995000', '125717.998000', '125718.002000', '125718.005000', '125718.008000', '125718.011000', '125718.013000', '125718.016000', '125718.019000', '125718.022000', '125718.024000', '125718.027000', '125718.030000', '125718.033000', '125718.036000', '125718.038000', '125718.041000', '125737.909000', '125737.912000', '125737.915000', '125737.918000', '125737.920000', '125737.923000', '125737.926000', '125737.929000', '125737.932000', '125737.934000', '125737.937000', '125737.940000', '125737.943000', '125737.946000', '125737.949000', '125737.951000', '125737.954000', '125737.957000', '125737.960000', '125737.963000', '125737.965000', '125737.968000', '125737.971000', '125737.974000', '125737.977000', '125737.979000', '125737.982000', '125737.985000', '125737.988000', '125737.991000', '125737.993000', '125737.996000', '125738.000000', '125738.003000', '125738.006000', '125738.009000', '125738.011000', '125738.014000', '125738.017000', '125738.020000', '125738.023000', '125738.025000', '125738.028000', '125738.031000', '125738.707000', '125738.710000'], 'InstanceCreationTime': ['125057.943000', '125057.946000', '125057.949000', '125057.952000', '125057.955000', '125057.958000', '125057.961000', '125057.964000', '125057.967000', '125057.970000', '125057.973000', '125057.977000', '125057.980000', '125057.983000', '125057.985000', '125057.988000', '125057.991000', '125057.994000', '125057.998000', '125058.004000', '125058.007000', '125058.010000', '125058.031000', '125058.033000', '125058.036000', '125058.039000', '125058.042000', '125058.046000', '125058.049000', '125058.052000', '125058.055000', '125058.058000', '125058.061000', '125058.064000', '125058.066000', '125058.069000', '125058.072000', '125058.075000', '125058.078000', '125058.081000', '125058.084000', '125058.087000', '125058.096000', '125058.099000', '125058.102000', '125058.105000', '125058.107000', '125058.110000', '125058.113000', '125058.116000', '125058.119000', '125058.122000', '125058.125000', '125058.128000', '125117.909000', '125117.925000', '125117.928000', '125117.931000', '125117.933000', '125117.936000', '125117.939000', '125117.942000', '125117.945000', '125117.947000', '125117.956000', '125117.959000', '125117.962000', '125117.965000', '125117.968000', '125117.970000', '125117.973000', '125117.976000', '125117.979000', '125117.982000', '125117.984000', '125117.987000', '125117.990000', '125117.993000', '125117.996000', '125117.998000', '125118.001000', '125118.004000', '125118.007000', '125118.016000', '125118.019000', '125118.021000', '125118.024000', '125118.027000', '125118.030000', '125118.032000', '125118.035000', '125118.038000', '125118.041000', '125118.043000', '125118.046000', '125118.049000', '125118.052000', '125118.055000', '125137.909000', '125137.912000', '125137.915000', '125137.917000', '125137.920000', '125137.923000', '125137.926000', '125137.929000', '125137.931000', '125137.934000', '125137.937000', '125137.940000', '125137.943000', '125137.945000', '125137.948000', '125137.951000', '125137.954000', '125137.965000', '125137.968000', '125137.970000', '125137.973000', '125137.976000', '125137.979000', '125137.982000', '125137.984000', '125137.987000', '125137.990000', '125137.993000', '125137.996000', '125137.998000', '125138.002000', '125138.005000', '125138.008000', '125138.011000', '125138.014000', '125138.016000', '125138.019000', '125138.022000', '125138.025000', '125138.028000', '125138.031000', '125138.033000', '125138.036000', '125157.909000', '125157.912000', '125157.915000', '125157.917000', '125157.920000', '125157.923000', '125157.926000', '125157.929000', '125157.931000', '125157.934000', '125157.937000', '125157.940000', '125157.942000', '125157.945000', '125157.948000', '125157.957000', '125157.959000', '125157.962000', '125157.965000', '125157.968000', '125157.970000', '125157.973000', '125157.976000', '125157.979000', '125157.982000', '125157.984000', '125157.987000', '125157.990000', '125157.993000', '125157.996000', '125157.998000', '125158.002000', '125158.005000', '125158.008000', '125158.011000', '125158.013000', '125158.016000', '125158.019000', '125158.022000', '125158.024000', '125158.027000', '125158.030000', '125158.033000', '125158.036000', '125217.909000', '125217.912000', '125217.915000', '125217.917000', '125217.920000', '125217.923000', '125217.926000', '125217.929000', '125217.932000', '125217.934000', '125217.937000', '125217.940000', '125217.943000', '125217.946000', '125217.949000', '125217.951000', '125217.954000', '125217.957000', '125217.960000', '125217.964000', '125217.967000', '125217.970000', '125217.973000', '125217.976000', '125217.979000', '125217.981000', '125217.984000', '125217.987000', '125217.990000', '125217.993000', '125217.996000', '125218.000000', '125218.002000', '125218.005000', '125218.008000', '125218.022000', '125218.025000', '125218.028000', '125218.030000', '125218.033000', '125218.036000', '125218.041000', '125218.044000', '125237.909000', '125237.912000', '125237.915000', '125237.917000', '125237.920000', '125237.927000', '125237.930000', '125237.933000', '125237.936000', '125237.938000', '125237.941000', '125237.944000', '125237.947000', '125237.950000', '125237.953000', '125237.955000', '125237.958000', '125237.961000', '125237.964000', '125237.967000', '125237.969000', '125237.972000', '125237.975000', '125237.978000', '125237.981000', '125237.983000', '125237.986000', '125237.989000', '125237.992000', '125237.995000', '125237.997000', '125238.001000', '125238.004000', '125238.007000', '125238.010000', '125238.012000', '125238.015000', '125238.018000', '125238.021000', '125238.023000', '125238.041000', '125238.044000', '125238.047000', '125238.050000', '125257.909000', '125257.912000', '125257.915000', '125257.918000', '125257.920000', '125257.923000', '125257.926000', '125257.929000', '125257.932000', '125257.934000', '125257.937000', '125257.940000', '125257.943000', '125257.946000', '125257.948000', '125257.951000', '125257.954000', '125257.957000', '125257.960000', '125257.963000', '125257.965000', '125257.968000', '125257.971000', '125257.974000', '125257.977000', '125257.979000', '125257.982000', '125257.985000', '125257.988000', '125257.991000', '125257.993000', '125257.996000', '125258.000000', '125258.003000', '125258.006000', '125258.009000', '125258.011000', '125258.014000', '125258.017000', '125258.020000', '125258.023000', '125258.026000', '125258.028000', '125317.909000', '125317.912000', '125317.915000', '125317.918000', '125317.920000', '125317.923000', '125317.926000', '125317.929000', '125317.932000', '125317.934000', '125317.937000', '125317.940000', '125317.943000', '125317.946000', '125317.948000', '125317.951000', '125317.954000', '125317.957000', '125317.960000', '125317.963000', '125317.965000', '125317.968000', '125317.971000', '125317.974000', '125317.977000', '125317.979000', '125317.982000', '125317.985000', '125317.988000', '125317.991000', '125317.993000', '125317.996000', '125318.000000', '125318.003000', '125318.006000', '125318.008000', '125318.011000', '125318.014000', '125318.017000', '125318.020000', '125318.022000', '125318.025000', '125318.028000', '125318.031000', '125337.909000', '125337.912000', '125337.915000', '125337.917000', '125337.920000', '125337.923000', '125337.926000', '125337.929000', '125337.932000', '125337.934000', '125337.937000', '125337.940000', '125337.943000', '125337.946000', '125337.948000', '125337.951000', '125337.954000', '125337.957000', '125337.960000', '125337.963000', '125337.965000', '125337.968000', '125337.971000', '125337.974000', '125337.977000', '125337.980000', '125337.982000', '125337.985000', '125337.988000', '125337.991000', '125337.994000', '125337.996000', '125338.001000', '125338.004000', '125338.007000', '125338.009000', '125338.012000', '125338.015000', '125338.018000', '125338.021000', '125338.024000', '125338.026000', '125338.029000', '125357.909000', '125357.912000', '125357.915000', '125357.917000', '125357.920000', '125357.923000', '125357.926000', '125357.929000', '125357.932000', '125357.934000', '125357.937000', '125357.940000', '125357.943000', '125357.946000', '125357.948000', '125357.951000', '125357.954000', '125357.957000', '125357.959000', '125357.962000', '125357.965000', '125357.968000', '125357.971000', '125357.974000', '125357.977000', '125357.979000', '125357.982000', '125357.985000', '125357.988000', '125357.991000', '125357.993000', '125357.996000', '125358.000000', '125358.010000', '125358.013000', '125358.016000', '125358.019000', '125358.021000', '125358.024000', '125358.027000', '125358.030000', '125358.033000', '125358.035000', '125358.038000', '125417.909000', '125417.912000', '125417.915000', '125417.917000', '125417.920000', '125417.923000', '125417.926000', '125417.929000', '125417.932000', '125417.934000', '125417.937000', '125417.940000', '125417.943000', '125417.946000', '125417.949000', '125417.951000', '125417.954000', '125417.957000', '125417.960000', '125417.963000', '125417.965000', '125417.968000', '125417.971000', '125417.974000', '125417.977000', '125417.979000', '125417.982000', '125417.985000', '125417.988000', '125417.991000', '125417.993000', '125417.996000', '125418.000000', '125418.003000', '125418.006000', '125418.020000', '125418.023000', '125418.026000', '125418.029000', '125418.032000', '125418.034000', '125418.037000', '125418.040000', '125437.909000', '125437.912000', '125437.915000', '125437.918000', '125437.920000', '125437.923000', '125437.926000', '125437.935000', '125437.938000', '125437.941000', '125437.944000', '125437.947000', '125437.950000', '125437.952000', '125437.955000', '125437.958000', '125437.961000', '125437.964000', '125437.966000', '125437.969000', '125437.972000', '125437.975000', '125437.978000', '125437.980000', '125437.983000', '125437.986000', '125437.989000', '125437.992000', '125437.994000', '125437.997000', '125438.001000', '125438.004000', '125438.007000', '125438.009000', '125438.012000', '125438.015000', '125438.018000', '125438.021000', '125438.024000', '125438.026000', '125438.029000', '125438.032000', '125438.035000', '125438.038000', '125457.909000', '125457.912000', '125457.915000', '125457.918000', '125457.920000', '125457.923000', '125457.926000', '125457.929000', '125457.932000', '125457.935000', '125457.937000', '125457.940000', '125457.943000', '125457.946000', '125457.949000', '125457.952000', '125457.954000', '125457.957000', '125457.960000', '125457.963000', '125457.966000', '125457.969000', '125457.971000', '125457.974000', '125457.977000', '125457.980000', '125457.983000', '125457.985000', '125457.988000', '125457.991000', '125457.994000', '125457.997000', '125458.000000', '125458.003000', '125458.006000', '125458.009000', '125458.012000', '125458.015000', '125458.017000', '125458.020000', '125458.023000', '125458.026000', '125458.029000', '125517.909000', '125517.912000', '125517.915000', '125517.917000', '125517.920000', '125517.923000', '125517.926000', '125517.929000', '125517.932000', '125517.934000', '125517.937000', '125517.940000', '125517.943000', '125517.946000', '125517.948000', '125517.951000', '125517.954000', '125517.957000', '125517.960000', '125517.962000', '125517.965000', '125517.968000', '125517.971000', '125517.974000', '125517.976000', '125517.979000', '125517.982000', '125517.985000', '125517.988000', '125517.990000', '125517.993000', '125518.002000', '125518.005000', '125518.008000', '125518.011000', '125518.014000', '125518.016000', '125518.019000', '125518.022000', '125518.025000', '125518.028000', '125518.031000', '125518.033000', '125518.036000', '125537.909000', '125537.912000', '125537.915000', '125537.918000', '125537.921000', '125537.923000', '125537.926000', '125537.929000', '125537.932000', '125537.934000', '125537.937000', '125537.940000', '125537.943000', '125537.946000', '125537.949000', '125537.951000', '125537.954000', '125537.964000', '125537.967000', '125537.970000', '125537.972000', '125537.975000', '125537.978000', '125537.981000', '125537.984000', '125537.987000', '125537.989000', '125537.992000', '125537.995000', '125537.998000', '125538.002000', '125538.005000', '125538.007000', '125538.010000', '125538.013000', '125538.016000', '125538.019000', '125538.021000', '125538.024000', '125538.027000', '125538.030000', '125538.033000', '125538.035000', '125557.909000', '125557.912000', '125557.915000', '125557.937000', '125557.939000', '125557.942000', '125557.945000', '125557.948000', '125557.951000', '125557.954000', '125557.956000', '125557.959000', '125557.962000', '125557.965000', '125557.968000', '125557.970000', '125557.973000', '125557.976000', '125557.979000', '125557.982000', '125557.985000', '125557.987000', '125557.992000', '125557.995000', '125557.998000', '125558.001000', '125558.004000', '125558.006000', '125558.009000', '125558.012000', '125558.015000', '125558.017000', '125558.020000', '125558.023000', '125558.026000', '125558.029000', '125558.032000', '125558.034000', '125558.037000', '125558.040000', '125558.043000', '125558.046000', '125558.049000', '125617.909000', '125617.912000', '125617.915000', '125617.918000', '125617.920000', '125617.923000', '125617.926000', '125617.929000', '125617.932000', '125617.934000', '125617.937000', '125617.940000', '125617.943000', '125617.946000', '125617.948000', '125617.951000', '125617.954000', '125617.957000', '125617.960000', '125617.962000', '125617.965000', '125617.968000', '125617.971000', '125617.974000', '125617.976000', '125617.979000', '125617.982000', '125617.985000', '125617.988000', '125617.990000', '125617.993000', '125617.996000', '125618.000000', '125618.003000', '125618.006000', '125618.008000', '125618.011000', '125618.014000', '125618.017000', '125618.020000', '125618.022000', '125618.025000', '125618.028000', '125618.031000', '125637.909000', '125637.912000', '125637.915000', '125637.918000', '125637.921000', '125637.924000', '125637.927000', '125637.929000', '125637.932000', '125637.935000', '125637.938000', '125637.941000', '125637.943000', '125637.946000', '125637.949000', '125637.952000', '125637.955000', '125637.958000', '125637.960000', '125637.963000', '125637.966000', '125637.969000', '125637.972000', '125637.974000', '125637.977000', '125637.980000', '125637.983000', '125637.986000', '125637.989000', '125637.991000', '125637.994000', '125637.997000', '125638.001000', '125638.004000', '125638.006000', '125638.009000', '125638.012000', '125638.015000', '125638.018000', '125638.020000', '125638.023000', '125638.026000', '125638.029000', '125657.909000', '125657.912000', '125657.915000', '125657.918000', '125657.921000', '125657.923000', '125657.926000', '125657.929000', '125657.932000', '125657.934000', '125657.937000', '125657.940000', '125657.943000', '125657.946000', '125657.948000', '125657.951000', '125657.954000', '125657.957000', '125657.960000', '125657.963000', '125657.965000', '125657.968000', '125657.971000', '125657.974000', '125657.977000', '125657.979000', '125657.982000', '125657.985000', '125657.988000', '125657.991000', '125657.994000', '125657.996000', '125658.000000', '125658.003000', '125658.006000', '125658.009000', '125658.011000', '125658.014000', '125658.017000', '125658.020000', '125658.022000', '125658.034000', '125658.037000', '125658.040000', '125717.909000', '125717.912000', '125717.915000', '125717.918000', '125717.921000', '125717.924000', '125717.926000', '125717.929000', '125717.932000', '125717.935000', '125717.938000', '125717.941000', '125717.944000', '125717.947000', '125717.962000', '125717.965000', '125717.967000', '125717.970000', '125717.973000', '125717.976000', '125717.979000', '125717.981000', '125717.984000', '125717.987000', '125717.990000', '125717.993000', '125717.995000', '125717.998000', '125718.002000', '125718.005000', '125718.008000', '125718.011000', '125718.013000', '125718.016000', '125718.019000', '125718.022000', '125718.024000', '125718.027000', '125718.030000', '125718.033000', '125718.036000', '125718.038000', '125718.041000', '125737.909000', '125737.912000', '125737.915000', '125737.918000', '125737.920000', '125737.923000', '125737.926000', '125737.929000', '125737.932000', '125737.934000', '125737.937000', '125737.940000', '125737.943000', '125737.946000', '125737.949000', '125737.951000', '125737.954000', '125737.957000', '125737.960000', '125737.963000', '125737.965000', '125737.968000', '125737.971000', '125737.974000', '125737.977000', '125737.979000', '125737.982000', '125737.985000', '125737.988000', '125737.991000', '125737.993000', '125737.996000', '125738.000000', '125738.003000', '125738.006000', '125738.009000', '125738.011000', '125738.014000', '125738.017000', '125738.020000', '125738.023000', '125738.025000', '125738.028000', '125738.031000', '125738.707000', '125738.710000'], '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': [10376, 11656, 10025, 11992, 14904, 11094, 11932, 13993, 11862, 14258, 10765, 12134, 15383, 12001, 11999, 12433, 11385, 13357, 11033, 11911, 14583, 12509, 10192, 9937, 12028, 13985, 13984, 12000, 14128, 11147, 12494, 13850, 11754, 12465, 14631, 11293, 11288, 15847, 11667, 11371, 10069, 11892, 14695, 11300, 11971, 13321, 11574, 15093, 10798, 11167, 11243, 11906, 14665, 10288, 11391, 15843, 10970, 11400, 15656, 11898, 12232, 15836, 11868, 12131, 15506, 12116, 13359, 11226, 12575, 15265, 11983, 12549, 15691, 12384, 10847, 11865, 12742, 15134, 12260, 12055, 16099, 11916, 12445, 11232, 12336, 15095, 11740, 12406, 15650, 11595, 10808, 10802, 12118, 14771, 10474, 11479, 15229, 12001, 12619, 11969, 10337, 12179, 12606, 12451, 11882, 15644, 11398, 12474, 11175, 11305, 10918, 12827, 15808, 11286, 11785, 16626, 12536, 14476, 11539, 10356, 11360, 12599, 16016, 11105, 11656, 16270, 11172, 12503, 14775, 12282, 12325, 16222, 12253, 12341, 15185, 12280, 15215, 12128, 12522, 15372, 12392, 12477, 15390, 12835, 10519, 12345, 12938, 14798, 12720, 12862, 15934, 12293, 11103, 11863, 13093, 14023, 11679, 12391, 15949, 11220, 11659, 11309, 12488, 12362, 11292, 12572, 15542, 10919, 11479, 16260, 12134, 13070, 11890, 12351, 15603, 12222, 11822, 15126, 12082, 13944, 11897, 12512, 15615, 12640, 12523, 16226, 12526, 12316, 12194, 12711, 14963, 12909, 12410, 16213, 13189, 12428, 15957, 12833, 12616, 10651, 12477, 13307, 10919, 12455, 13613, 11890, 12269, 14149, 12130, 11654, 12639, 11918, 12918, 11553, 12446, 14869, 11853, 11682, 15714, 11484, 11539, 11025, 12715, 14032, 11546, 12562, 15229, 11031, 12487, 14565, 12736, 12113, 9834, 12348, 14760, 11813, 12640, 14766, 11677, 12602, 15874, 11182, 11758, 15926, 11287, 12403, 9457, 12238, 13891, 10476, 11968, 14670, 10514, 11702, 16365, 11809, 12662, 16139, 12005, 12333, 16396, 11827, 12300, 16217, 12701, 12592, 12555, 12666, 13164, 13400, 12298, 15325, 11630, 12787, 13505, 10734, 12909, 13642, 11625, 12062, 15124, 10944, 12513, 15155, 10745, 11833, 15400, 10019, 11721, 15657, 11683, 12443, 15514, 11343, 11886, 15791, 10909, 11725, 15777, 12391, 12298, 16776, 12659, 12967, 16201, 12314, 14571, 11867, 12786, 15480, 12608, 12778, 16041, 12639, 12753, 15925, 13042, 12590, 16411, 12535, 12633, 14472, 11993, 11420, 9561, 12322, 12616, 9718, 12259, 15023, 11074, 11546, 16198, 11304, 12726, 10729, 12597, 9682, 12250, 13681, 10529, 11130, 11149, 10916, 10633, 11047, 13140, 12899, 15795, 14832, 12223, 12853, 10965, 11601, 15996, 12930, 11892, 10572, 12584, 14697, 10877, 11869, 16142, 11229, 11659, 17272, 12459, 13753, 11241, 12225, 15522, 11045, 11603, 16290, 12492, 11944, 12256, 12336, 13551, 10788, 11792, 16106, 12919, 10927, 12561, 13271, 12628, 13629, 13024, 12641, 15835, 11539, 11712, 14201, 11909, 14795, 11838, 12435, 11066, 11214, 13218, 11687, 16337, 11988, 13941, 12000, 11457, 12145, 12190, 12060, 11776, 12366, 12444, 12995, 12725, 10745, 12045, 12159, 11368, 12802, 15799, 12507, 13764, 13044, 10636, 11334, 12994, 14234, 12021, 12715, 15627, 12604, 12410, 13044, 10468, 11224, 13031, 13031, 12113, 13004, 14942, 12922, 11922, 12045, 13388, 14730, 13119, 12786, 11284, 12726, 14203, 12102, 12462, 14773, 11790, 12515, 14420, 12274, 12084, 14813, 12101, 11370, 11605, 12761, 13149, 11576, 12660, 14557, 11403, 12291, 15279, 12333, 11518, 11684, 12975, 13757, 10669, 13123, 13627, 11376, 12622, 15230, 12682, 11251, 10774, 12496, 13314, 11399, 12454, 14834, 11144, 11884, 14251, 11758, 12098, 14593, 11196, 12295, 14320, 11561, 10261, 10224, 12139, 11624, 10008, 11614, 13369, 10287, 11451, 14674, 11776, 12342, 12870, 12074, 12460, 14203, 12056, 12179, 13228, 12709, 13941, 12525, 12775, 14529, 12869, 12510, 15295, 12370, 13416, 11266, 12422, 12596, 10842, 12397, 14557, 11027, 12469, 14704, 12526, 12692, 15007, 12528, 12614, 13272, 12335, 13632, 11951, 12702, 14327, 12190, 12551, 14810, 12177, 12664, 15271, 13495, 12674, 12104, 13087, 12339, 11062, 13159, 14010, 13141, 12960, 14720, 13433, 12796, 14548, 12493, 11353, 11429, 12679, 13725, 11860, 12548, 14669, 11957, 10613, 10592, 12758, 12576, 11716, 12598, 14704, 11691, 12625, 14036, 12618, 10749, 10345, 12708, 13300, 11211, 12360, 15100, 12916, 10149, 10584, 13124, 13192, 10951, 12727, 15408, 12690, 13057, 15126, 13157, 13132, 11927, 12682, 12623, 11245, 12207, 14540, 12465, 10079, 11072, 12380, 14169, 11064, 12206, 15450, 12605, 11700, 10428, 12594, 14215, 11261, 12136, 15304, 12480, 12830, 15591, 12870, 12754, 14444, 12289, 12216, 12183, 13012, 13651, 12708, 12935, 14154, 12624, 12693, 15015, 12958, 12633, 12912, 13138, 14511, 12593, 12709, 15994, 12104, 12549, 11340, 12499, 13948, 11639, 12397, 14621, 11714, 10448, 10078, 12664, 12658, 11155, 12747, 14661, 11749, 12420, 15570, 12747, 11252, 10493, 12982, 11969, 10753, 12687, 14164, 11608, 12996, 14782, 13056, 12707, 11635, 13026, 12588, 10971, 12154, 14107, 11487, 12543, 13053, 12142, 12436, 14164, 11649, 10755, 11532, 12580, 11564, 12368, 11314, 10084, 12318, 13703, 10848, 12201, 14657, 12058, 9516, 12878, 12392, 11109, 11825, 15492, 12077, 12300, 12698, 12120, 12777, 11920, 12609, 11689, 12233, 13735, 15876, 11931, 15667, 12902, 14069, 12873, 12860, 15903, 12619, 12171, 15625, 11925, 12765, 13970, 13227, 13154, 12111, 12988, 13915, 12757, 12531, 15100, 12457, 10557, 12569, 13077, 13957, 13394, 13043, 14536, 12844, 12698, 14966, 13268, 11590, 13277, 13298, 14627, 12864, 12506, 15807, 12508, 13496, 12265, 11730, 10953, 12808, 12892, 12306, 12473, 14371, 11420, 11023, 10536, 13075, 10088, 12687, 12590, 10443, 12503, 14240, 11891, 12160, 14689, 12834, 9873, 12061, 12886, 14773, 12710, 12523, 15917, 13018, 12816, 16595, 13202, 12594, 13333, 12955, 13085, 11388, 12472, 15084, 12880, 12798, 14340, 13318, 12407, 15359, 12353, 11685, 12977, 12674, 12467, 12602, 12799, 14163, 12545, 12815, 15065, 12551, 12173, 10726, 13173, 12221, 11420, 12822, 14826, 12214, 12909, 15500, 13149, 13004, 13825, 12799, 12564, 13983, 12942, 13285, 11445, 12246, 14600, 11874, 10862, 10472, 12766, 14241, 11619, 12662, 15654, 11850, 12199, 14418, 12921, 14607, 12011, 13283, 14901, 12185, 12856, 15506, 12236, 13226, 16441, 13504, 12391, 11838, 12627, 13054, 10800, 11902, 15369, 12680, 11246, 12174, 12598, 15203, 12205, 12624, 15588, 11879, 12552, 15612, 12965, 14089, 12215, 12695, 14978, 13081, 12636, 16018, 13039, 13314, 12050, 10514, 12735, 13055, 14680, 13354, 12738, 15415, 12901, 12550, 15450, 12682, 13975, 12977, 9373, 11364, 12598, 13928, 11928, 10539, 11437, 13039, 13424], 'WindowCenter': [4403.0, 4410.0, 4375.0, 4393.0, 4401.0, 4366.0, 4378.0, 4387.0, 4364.0, 4387.0, 4353.0, 4376.0, 4399.0, 4364.0, 4365.0, 4362.0, 4362.0, 4375.0, 4355.0, 4367.0, 4389.0, 4375.0, 4355.0, 4344.0, 4366.0, 4386.0, 4376.0, 4363.0, 4373.0, 4351.0, 4364.0, 4374.0, 4362.0, 4363.0, 4374.0, 4349.0, 4350.0, 4382.0, 4365.0, 4364.0, 4346.0, 4376.0, 4387.0, 4354.0, 4364.0, 4375.0, 4363.0, 4397.0, 4354.0, 4366.0, 4367.0, 4380.0, 4400.0, 4344.0, 4363.0, 4384.0, 4341.0, 4349.0, 4383.0, 4362.0, 4363.0, 4382.0, 4353.0, 4360.0, 4380.0, 4363.0, 4371.0, 4350.0, 4361.0, 4385.0, 4349.0, 4363.0, 4380.0, 4361.0, 4339.0, 4351.0, 4364.0, 4381.0, 4362.0, 4361.0, 4384.0, 4350.0, 4361.0, 4351.0, 4361.0, 4382.0, 4352.0, 4360.0, 4381.0, 4350.0, 4355.0, 4351.0, 4363.0, 4438.0, 4395.0, 4408.0, 4422.0, 4389.0, 4389.0, 4390.0, 4371.0, 4389.0, 4389.0, 4376.0, 4377.0, 4410.0, 4379.0, 4390.0, 4379.0, 4381.0, 4379.0, 4386.0, 4397.0, 4366.0, 4391.0, 4409.0, 4391.0, 4403.0, 4363.0, 4355.0, 4378.0, 4387.0, 4411.0, 4379.0, 4369.0, 4399.0, 4352.0, 4362.0, 4372.0, 4361.0, 4362.0, 4382.0, 4363.0, 4361.0, 4370.0, 4361.0, 4382.0, 4360.0, 4360.0, 4367.0, 4347.0, 4363.0, 4369.0, 4359.0, 4340.0, 4363.0, 4376.0, 4382.0, 4359.0, 4361.0, 4381.0, 4351.0, 4350.0, 4362.0, 4374.0, 4383.0, 4350.0, 4377.0, 4382.0, 4352.0, 4351.0, 4350.0, 4363.0, 4362.0, 4350.0, 4360.0, 4383.0, 4339.0, 4353.0, 4392.0, 4365.0, 4372.0, 4360.0, 4375.0, 4397.0, 4332.0, 4335.0, 4368.0, 4360.0, 4383.0, 4362.0, 4376.0, 4394.0, 4363.0, 4362.0, 4383.0, 4362.0, 4353.0, 4349.0, 4360.0, 4381.0, 4358.0, 4359.0, 4380.0, 4361.0, 4359.0, 4379.0, 4358.0, 4352.0, 4336.0, 4350.0, 4358.0, 4335.0, 4346.0, 4358.0, 4347.0, 4351.0, 4368.0, 4359.0, 4351.0, 4359.0, 4349.0, 4364.0, 4362.0, 4362.0, 4373.0, 4350.0, 4363.0, 4380.0, 4352.0, 4364.0, 4353.0, 4373.0, 4383.0, 4364.0, 4376.0, 4382.0, 4355.0, 4375.0, 4388.0, 4376.0, 4377.0, 4344.0, 4375.0, 4396.0, 4364.0, 4387.0, 4398.0, 4377.0, 4388.0, 4397.0, 4365.0, 4375.0, 4393.0, 4366.0, 4380.0, 4356.0, 4377.0, 4386.0, 4352.0, 4364.0, 4387.0, 4357.0, 4376.0, 4408.0, 4379.0, 4387.0, 4395.0, 4363.0, 4377.0, 4394.0, 4363.0, 4368.0, 4395.0, 4377.0, 4374.0, 4364.0, 4373.0, 4373.0, 4373.0, 4366.0, 4384.0, 4365.0, 4377.0, 4374.0, 4351.0, 4372.0, 4372.0, 4351.0, 4364.0, 4386.0, 4354.0, 4378.0, 4384.0, 4352.0, 4363.0, 4382.0, 4342.0, 4364.0, 4395.0, 4375.0, 4376.0, 4396.0, 4353.0, 4364.0, 4384.0, 4353.0, 4364.0, 4398.0, 4374.0, 4375.0, 4393.0, 4371.0, 4373.0, 4384.0, 4363.0, 4385.0, 4362.0, 4374.0, 4384.0, 4363.0, 4363.0, 4385.0, 4361.0, 4363.0, 4383.0, 4374.0, 4366.0, 4382.0, 4363.0, 4361.0, 4371.0, 4361.0, 4363.0, 4342.0, 4374.0, 4374.0, 4345.0, 4376.0, 4384.0, 4363.0, 4366.0, 4411.0, 4394.0, 4403.0, 4395.0, 4458.0, 4388.0, 4404.0, 4405.0, 4366.0, 4366.0, 4370.0, 4380.0, 4370.0, 4393.0, 4422.0, 4416.0, 4427.0, 4399.0, 4375.0, 4375.0, 4357.0, 4377.0, 4410.0, 4388.0, 4379.0, 4367.0, 4378.0, 4385.0, 4350.0, 4362.0, 4395.0, 4362.0, 4366.0, 4407.0, 4374.0, 4384.0, 4350.0, 4360.0, 4383.0, 4347.0, 4352.0, 4383.0, 4361.0, 4362.0, 4360.0, 4363.0, 4371.0, 4350.0, 4365.0, 4396.0, 4374.0, 4355.0, 4374.0, 4373.0, 4378.0, 4404.0, 4389.0, 4388.0, 4397.0, 4363.0, 4362.0, 4370.0, 4363.0, 4380.0, 4364.0, 4362.0, 4350.0, 4352.0, 4361.0, 4360.0, 4394.0, 4362.0, 4383.0, 4373.0, 4346.0, 4355.0, 4360.0, 4357.0, 4361.0, 4388.0, 4388.0, 4398.0, 4400.0, 4352.0, 4388.0, 4389.0, 4365.0, 4387.0, 4385.0, 4361.0, 4363.0, 4359.0, 4342.0, 4339.0, 4359.0, 4361.0, 4347.0, 4359.0, 4370.0, 4362.0, 4360.0, 4360.0, 4339.0, 4338.0, 4358.0, 4359.0, 4346.0, 4359.0, 4370.0, 4362.0, 4363.0, 4364.0, 4385.0, 4385.0, 4374.0, 4374.0, 4353.0, 4373.0, 4386.0, 4364.0, 4378.0, 4388.0, 4366.0, 4377.0, 4385.0, 4362.0, 4361.0, 4374.0, 4364.0, 4366.0, 4364.0, 4376.0, 4378.0, 4364.0, 4376.0, 4385.0, 4362.0, 4365.0, 4385.0, 4376.0, 4366.0, 4377.0, 4390.0, 4400.0, 4382.0, 4402.0, 4373.0, 4323.0, 4360.0, 4384.0, 4364.0, 4322.0, 4164.0, 4262.0, 4317.0, 4321.0, 4346.0, 4358.0, 4337.0, 4351.0, 4372.0, 4353.0, 4362.0, 4372.0, 4338.0, 4349.0, 4359.0, 4338.0, 4329.0, 4330.0, 4350.0, 4351.0, 4328.0, 4338.0, 4359.0, 4328.0, 4350.0, 4372.0, 4350.0, 4361.0, 4361.0, 4349.0, 4360.0, 4359.0, 4350.0, 4351.0, 4361.0, 4449.0, 4414.0, 4364.0, 4372.0, 4402.0, 4390.0, 4379.0, 4386.0, 4364.0, 4374.0, 4352.0, 4363.0, 4363.0, 4338.0, 4349.0, 4371.0, 4381.0, 4391.0, 4387.0, 4375.0, 4375.0, 4385.0, 4364.0, 4365.0, 4362.0, 4365.0, 4375.0, 4363.0, 4375.0, 4374.0, 4351.0, 4362.0, 4369.0, 4351.0, 4363.0, 4383.0, 4374.0, 4371.0, 4351.0, 4361.0, 4363.0, 4338.0, 4358.0, 4372.0, 4362.0, 4373.0, 4384.0, 4372.0, 4373.0, 4371.0, 4363.0, 4366.0, 4365.0, 4386.0, 4386.0, 4364.0, 4375.0, 4386.0, 4365.0, 4342.0, 4338.0, 4361.0, 4364.0, 4351.0, 4362.0, 4374.0, 4352.0, 4364.0, 4371.0, 4374.0, 4354.0, 4341.0, 4361.0, 4362.0, 4349.0, 4364.0, 4385.0, 4371.0, 4354.0, 4353.0, 4375.0, 4373.0, 4352.0, 4375.0, 4386.0, 4374.0, 4373.0, 4386.0, 4375.0, 4374.0, 4351.0, 4362.0, 4362.0, 4351.0, 4363.0, 4385.0, 4364.0, 4342.0, 4354.0, 4373.0, 4374.0, 4352.0, 4363.0, 4384.0, 4375.0, 4368.0, 4353.0, 4363.0, 4374.0, 4351.0, 4363.0, 4385.0, 4363.0, 4375.0, 4384.0, 4362.0, 4362.0, 4370.0, 4361.0, 4362.0, 4361.0, 4374.0, 4372.0, 4373.0, 4373.0, 4372.0, 4363.0, 4365.0, 4371.0, 4362.0, 4361.0, 4364.0, 4374.0, 4372.0, 4360.0, 4359.0, 4380.0, 4360.0, 4363.0, 4351.0, 4374.0, 4373.0, 4350.0, 4361.0, 4371.0, 4350.0, 4341.0, 4343.0, 4374.0, 4374.0, 4352.0, 4363.0, 4372.0, 4350.0, 4364.0, 4383.0, 4363.0, 4352.0, 4341.0, 4362.0, 4352.0, 4338.0, 4359.0, 4372.0, 4351.0, 4373.0, 4384.0, 4373.0, 4375.0, 4352.0, 4371.0, 4362.0, 4339.0, 4362.0, 4374.0, 4351.0, 4374.0, 4372.0, 4363.0, 4363.0, 4372.0, 4351.0, 4354.0, 4353.0, 4374.0, 4365.0, 4377.0, 4367.0, 4344.0, 4364.0, 4375.0, 4381.0, 4405.0, 4411.0, 4391.0, 4359.0, 4403.0, 4402.0, 4350.0, 4361.0, 4413.0, 4450.0, 4435.0, 4419.0, 4409.0, 4405.0, 4379.0, 4390.0, 4379.0, 4378.0, 4402.0, 4412.0, 4380.0, 4402.0, 4379.0, 4387.0, 4377.0, 4375.0, 4386.0, 4359.0, 4350.0, 4382.0, 4350.0, 4360.0, 4371.0, 4372.0, 4372.0, 4349.0, 4359.0, 4359.0, 4358.0, 4360.0, 4371.0, 4362.0, 4338.0, 4358.0, 4373.0, 4372.0, 4371.0, 4361.0, 4371.0, 4360.0, 4362.0, 4368.0, 4372.0, 4364.0, 4375.0, 4383.0, 4386.0, 4362.0, 4363.0, 4384.0, 4364.0, 4375.0, 4364.0, 4375.0, 4365.0, 4375.0, 4374.0, 4362.0, 4362.0, 4374.0, 4353.0, 4352.0, 4356.0, 4401.0, 4357.0, 4387.0, 4378.0, 4354.0, 4374.0, 4386.0, 4363.0, 4361.0, 4387.0, 4387.0, 4357.0, 4378.0, 4389.0, 4386.0, 4375.0, 4376.0, 4397.0, 4373.0, 4377.0, 4394.0, 4375.0, 4373.0, 4361.0, 4360.0, 4362.0, 4348.0, 4362.0, 4383.0, 4362.0, 4373.0, 4372.0, 4371.0, 4361.0, 4370.0, 4360.0, 4353.0, 4361.0, 4362.0, 4360.0, 4362.0, 4373.0, 4369.0, 4358.0, 4372.0, 4382.0, 4372.0, 4364.0, 4354.0, 4374.0, 4375.0, 4362.0, 4373.0, 4381.0, 4364.0, 4373.0, 4396.0, 4386.0, 4387.0, 4381.0, 4374.0, 4376.0, 4385.0, 4388.0, 4387.0, 4364.0, 4376.0, 4398.0, 4374.0, 4368.0, 4365.0, 4400.0, 4401.0, 4374.0, 4388.0, 4399.0, 4375.0, 4379.0, 4396.0, 4384.0, 4396.0, 4375.0, 4386.0, 4386.0, 4362.0, 4374.0, 4382.0, 4360.0, 4375.0, 4395.0, 4385.0, 4373.0, 4362.0, 4361.0, 4373.0, 4339.0, 4353.0, 4385.0, 4374.0, 4364.0, 4371.0, 4375.0, 4381.0, 4361.0, 4363.0, 4379.0, 4349.0, 4364.0, 4383.0, 4370.0, 4382.0, 4365.0, 4373.0, 4383.0, 4372.0, 4363.0, 4380.0, 4361.0, 4362.0, 4361.0, 4340.0, 4361.0, 4370.0, 4383.0, 4367.0, 4359.0, 4370.0, 4348.0, 4346.0, 4370.0, 4360.0, 4370.0, 4359.0, 4330.0, 4361.0, 4359.0, 4358.0, 4348.0, 4337.0, 4349.0, 4369.0, 4385.0], 'WindowWidth': [9721.0, 9721.0, 9662.0, 9681.0, 9694.0, 9634.0, 9651.0, 9664.0, 9626.0, 9665.0, 9610.0, 9643.0, 9683.0, 9624.0, 9628.0, 9620.0, 9620.0, 9645.0, 9612.0, 9632.0, 9667.0, 9642.0, 9620.0, 9599.0, 9628.0, 9663.0, 9643.0, 9621.0, 9641.0, 9602.0, 9622.0, 9641.0, 9619.0, 9619.0, 9638.0, 9598.0, 9600.0, 9650.0, 9625.0, 9627.0, 9602.0, 9644.0, 9664.0, 9611.0, 9625.0, 9642.0, 9624.0, 9679.0, 9613.0, 9633.0, 9636.0, 9655.0, 9685.0, 9596.0, 9620.0, 9660.0, 9590.0, 9601.0, 9653.0, 9620.0, 9624.0, 9650.0, 9605.0, 9614.0, 9646.0, 9620.0, 9633.0, 9601.0, 9616.0, 9656.0, 9595.0, 9617.0, 9645.0, 9614.0, 9585.0, 9599.0, 9620.0, 9647.0, 9615.0, 9616.0, 9654.0, 9598.0, 9619.0, 9601.0, 9616.0, 9648.0, 9603.0, 9614.0, 9647.0, 9599.0, 9611.0, 9600.0, 9621.0, 9756.0, 9689.0, 9706.0, 9723.0, 9670.0, 9670.0, 9671.0, 9646.0, 9668.0, 9669.0, 9647.0, 9648.0, 9700.0, 9656.0, 9672.0, 9653.0, 9662.0, 9658.0, 9657.0, 9679.0, 9630.0, 9675.0, 9702.0, 9674.0, 9690.0, 9622.0, 9614.0, 9652.0, 9664.0, 9707.0, 9656.0, 9638.0, 9688.0, 9607.0, 9617.0, 9635.0, 9614.0, 9617.0, 9648.0, 9621.0, 9617.0, 9626.0, 9614.0, 9649.0, 9611.0, 9614.0, 9623.0, 9590.0, 9616.0, 9627.0, 9610.0, 9586.0, 9618.0, 9639.0, 9648.0, 9610.0, 9614.0, 9648.0, 9599.0, 9602.0, 9616.0, 9636.0, 9651.0, 9601.0, 9644.0, 9654.0, 9603.0, 9604.0, 9600.0, 9620.0, 9620.0, 9601.0, 9613.0, 9651.0, 9583.0, 9606.0, 9668.0, 9624.0, 9634.0, 9612.0, 9641.0, 9677.0, 9561.0, 9570.0, 9624.0, 9614.0, 9652.0, 9617.0, 9641.0, 9669.0, 9619.0, 9618.0, 9650.0, 9616.0, 9606.0, 9595.0, 9612.0, 9644.0, 9607.0, 9610.0, 9645.0, 9611.0, 9611.0, 9638.0, 9606.0, 9602.0, 9574.0, 9593.0, 9608.0, 9572.0, 9588.0, 9609.0, 9590.0, 9600.0, 9626.0, 9610.0, 9602.0, 9609.0, 9596.0, 9622.0, 9618.0, 9617.0, 9636.0, 9597.0, 9619.0, 9645.0, 9604.0, 9624.0, 9606.0, 9635.0, 9651.0, 9621.0, 9642.0, 9650.0, 9611.0, 9640.0, 9662.0, 9642.0, 9648.0, 9598.0, 9641.0, 9676.0, 9624.0, 9659.0, 9680.0, 9646.0, 9663.0, 9678.0, 9627.0, 9643.0, 9671.0, 9630.0, 9655.0, 9619.0, 9647.0, 9663.0, 9608.0, 9622.0, 9664.0, 9616.0, 9644.0, 9696.0, 9649.0, 9660.0, 9673.0, 9621.0, 9642.0, 9670.0, 9621.0, 9633.0, 9672.0, 9644.0, 9641.0, 9623.0, 9633.0, 9639.0, 9634.0, 9627.0, 9659.0, 9624.0, 9642.0, 9641.0, 9601.0, 9630.0, 9634.0, 9602.0, 9623.0, 9661.0, 9611.0, 9647.0, 9655.0, 9605.0, 9621.0, 9652.0, 9593.0, 9625.0, 9674.0, 9641.0, 9644.0, 9673.0, 9608.0, 9624.0, 9655.0, 9608.0, 9626.0, 9677.0, 9638.0, 9643.0, 9667.0, 9631.0, 9637.0, 9652.0, 9620.0, 9657.0, 9618.0, 9638.0, 9656.0, 9618.0, 9620.0, 9657.0, 9616.0, 9620.0, 9653.0, 9635.0, 9627.0, 9650.0, 9617.0, 9615.0, 9632.0, 9616.0, 9623.0, 9594.0, 9638.0, 9643.0, 9598.0, 9642.0, 9657.0, 9623.0, 9633.0, 9708.0, 9685.0, 9697.0, 9689.0, 9798.0, 9685.0, 9698.0, 9699.0, 9631.0, 9632.0, 9642.0, 9657.0, 9644.0, 9679.0, 9733.0, 9716.0, 9742.0, 9685.0, 9644.0, 9645.0, 9616.0, 9647.0, 9703.0, 9663.0, 9658.0, 9635.0, 9648.0, 9659.0, 9599.0, 9619.0, 9674.0, 9620.0, 9632.0, 9695.0, 9640.0, 9656.0, 9600.0, 9612.0, 9652.0, 9592.0, 9604.0, 9655.0, 9615.0, 9618.0, 9613.0, 9619.0, 9631.0, 9600.0, 9625.0, 9675.0, 9637.0, 9610.0, 9635.0, 9637.0, 9645.0, 9700.0, 9670.0, 9664.0, 9683.0, 9622.0, 9620.0, 9632.0, 9620.0, 9645.0, 9625.0, 9620.0, 9599.0, 9603.0, 9620.0, 9616.0, 9673.0, 9619.0, 9655.0, 9637.0, 9591.0, 9604.0, 9614.0, 9607.0, 9618.0, 9672.0, 9669.0, 9685.0, 9686.0, 9608.0, 9667.0, 9673.0, 9630.0, 9664.0, 9660.0, 9616.0, 9625.0, 9612.0, 9594.0, 9583.0, 9612.0, 9621.0, 9590.0, 9611.0, 9630.0, 9618.0, 9616.0, 9609.0, 9583.0, 9580.0, 9608.0, 9612.0, 9589.0, 9611.0, 9634.0, 9619.0, 9625.0, 9622.0, 9655.0, 9661.0, 9637.0, 9640.0, 9608.0, 9635.0, 9661.0, 9623.0, 9649.0, 9670.0, 9631.0, 9648.0, 9660.0, 9617.0, 9619.0, 9644.0, 9625.0, 9632.0, 9623.0, 9642.0, 9652.0, 9625.0, 9643.0, 9660.0, 9620.0, 9629.0, 9662.0, 9644.0, 9633.0, 9648.0, 9667.0, 9686.0, 9664.0, 9691.0, 9636.0, 9546.0, 9611.0, 9654.0, 9622.0, 9546.0, 9242.0, 9425.0, 9533.0, 9544.0, 9586.0, 9611.0, 9578.0, 9603.0, 9635.0, 9606.0, 9620.0, 9637.0, 9580.0, 9598.0, 9614.0, 9580.0, 9572.0, 9572.0, 9600.0, 9604.0, 9567.0, 9582.0, 9615.0, 9567.0, 9601.0, 9637.0, 9601.0, 9620.0, 9619.0, 9598.0, 9616.0, 9612.0, 9597.0, 9608.0, 9618.0, 9785.0, 9716.0, 9622.0, 9636.0, 9695.0, 9671.0, 9656.0, 9660.0, 9623.0, 9642.0, 9606.0, 9621.0, 9625.0, 9580.0, 9596.0, 9633.0, 9662.0, 9673.0, 9667.0, 9640.0, 9641.0, 9654.0, 9624.0, 9628.0, 9619.0, 9624.0, 9644.0, 9621.0, 9639.0, 9642.0, 9600.0, 9616.0, 9630.0, 9600.0, 9622.0, 9653.0, 9636.0, 9633.0, 9603.0, 9612.0, 9620.0, 9580.0, 9607.0, 9635.0, 9615.0, 9634.0, 9656.0, 9632.0, 9635.0, 9634.0, 9620.0, 9633.0, 9626.0, 9658.0, 9660.0, 9625.0, 9642.0, 9662.0, 9626.0, 9595.0, 9582.0, 9614.0, 9625.0, 9602.0, 9618.0, 9640.0, 9605.0, 9624.0, 9633.0, 9638.0, 9614.0, 9590.0, 9615.0, 9622.0, 9597.0, 9623.0, 9658.0, 9630.0, 9614.0, 9610.0, 9639.0, 9639.0, 9605.0, 9641.0, 9664.0, 9638.0, 9640.0, 9664.0, 9640.0, 9639.0, 9602.0, 9616.0, 9621.0, 9601.0, 9621.0, 9661.0, 9623.0, 9592.0, 9609.0, 9636.0, 9643.0, 9604.0, 9622.0, 9656.0, 9639.0, 9637.0, 9610.0, 9621.0, 9643.0, 9603.0, 9623.0, 9660.0, 9621.0, 9643.0, 9656.0, 9617.0, 9618.0, 9627.0, 9615.0, 9622.0, 9616.0, 9638.0, 9640.0, 9633.0, 9635.0, 9636.0, 9619.0, 9629.0, 9632.0, 9617.0, 9621.0, 9622.0, 9637.0, 9637.0, 9611.0, 9611.0, 9644.0, 9614.0, 9625.0, 9602.0, 9637.0, 9638.0, 9599.0, 9614.0, 9632.0, 9599.0, 9592.0, 9593.0, 9637.0, 9642.0, 9606.0, 9621.0, 9637.0, 9600.0, 9623.0, 9655.0, 9620.0, 9610.0, 9591.0, 9618.0, 9606.0, 9581.0, 9612.0, 9635.0, 9600.0, 9634.0, 9655.0, 9635.0, 9642.0, 9605.0, 9629.0, 9622.0, 9584.0, 9618.0, 9641.0, 9603.0, 9639.0, 9640.0, 9622.0, 9623.0, 9637.0, 9603.0, 9612.0, 9606.0, 9639.0, 9631.0, 9647.0, 9636.0, 9598.0, 9624.0, 9645.0, 9661.0, 9701.0, 9705.0, 9672.0, 9630.0, 9692.0, 9694.0, 9600.0, 9618.0, 9717.0, 9789.0, 9761.0, 9723.0, 9714.0, 9699.0, 9656.0, 9668.0, 9655.0, 9650.0, 9691.0, 9706.0, 9657.0, 9698.0, 9652.0, 9665.0, 9646.0, 9640.0, 9663.0, 9610.0, 9599.0, 9649.0, 9597.0, 9615.0, 9631.0, 9630.0, 9634.0, 9595.0, 9607.0, 9611.0, 9604.0, 9612.0, 9635.0, 9616.0, 9585.0, 9609.0, 9635.0, 9637.0, 9628.0, 9616.0, 9632.0, 9612.0, 9620.0, 9625.0, 9630.0, 9626.0, 9640.0, 9652.0, 9659.0, 9617.0, 9622.0, 9656.0, 9622.0, 9640.0, 9622.0, 9642.0, 9628.0, 9642.0, 9644.0, 9619.0, 9618.0, 9640.0, 9605.0, 9609.0, 9616.0, 9684.0, 9622.0, 9659.0, 9652.0, 9611.0, 9637.0, 9662.0, 9619.0, 9618.0, 9665.0, 9658.0, 9620.0, 9648.0, 9664.0, 9660.0, 9639.0, 9646.0, 9680.0, 9637.0, 9649.0, 9673.0, 9641.0, 9638.0, 9616.0, 9612.0, 9618.0, 9592.0, 9615.0, 9653.0, 9615.0, 9633.0, 9636.0, 9627.0, 9616.0, 9630.0, 9611.0, 9608.0, 9614.0, 9618.0, 9616.0, 9617.0, 9633.0, 9629.0, 9608.0, 9633.0, 9650.0, 9632.0, 9626.0, 9611.0, 9638.0, 9642.0, 9619.0, 9635.0, 9650.0, 9623.0, 9639.0, 9676.0, 9658.0, 9661.0, 9649.0, 9638.0, 9645.0, 9654.0, 9665.0, 9664.0, 9624.0, 9642.0, 9680.0, 9640.0, 9636.0, 9631.0, 9683.0, 9690.0, 9643.0, 9664.0, 9685.0, 9643.0, 9655.0, 9675.0, 9655.0, 9678.0, 9641.0, 9655.0, 9663.0, 9618.0, 9635.0, 9654.0, 9613.0, 9641.0, 9672.0, 9654.0, 9639.0, 9619.0, 9614.0, 9636.0, 9584.0, 9604.0, 9659.0, 9636.0, 9626.0, 9633.0, 9641.0, 9651.0, 9615.0, 9620.0, 9645.0, 9598.0, 9621.0, 9654.0, 9627.0, 9650.0, 9625.0, 9635.0, 9652.0, 9630.0, 9621.0, 9645.0, 9614.0, 9620.0, 9612.0, 9589.0, 9616.0, 9629.0, 9652.0, 9620.0, 9610.0, 9629.0, 9590.0, 9592.0, 9626.0, 9610.0, 9628.0, 9609.0, 9573.0, 9617.0, 9610.0, 9610.0, 9591.0, 9582.0, 9598.0, 9624.0, 9659.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.0013829718004338394</td></tr>
<tr><td colspan=3>aqi</td><td>0.04507773698481562</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.66793990153097</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2630462182519004</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9735872774158517</td></tr>
<tr><td colspan=3>efc</td><td>0.52</td></tr>
<tr><td colspan=3>fber</td><td>3214.7781</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11025578410346386</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.748373101952278</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.33827202288361</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2167283107854425</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.585765574714181</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2123221831512065</td></tr>
<tr><td colspan=3>gcor</td><td>0.0185992</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0032992810010910034</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03014419600367546</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>922</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.167501447429799</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>20.8025</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.3221</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.8048</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290508.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1113.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.6009</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9059</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.8179</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3502.0401</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3667.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.8986</td></tr>
<tr><td colspan=3>tsnr</td><td>30.88154150894843</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>