<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-04/func/sub-0130_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>e708e554aad18c8f5b278353dc3da002</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>19:50:18.685000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998946, 0.00652702, 0.0454335, -0.00261529, 0.996324, -0.0856306]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0890828</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7759, -7224, 298, -197, 8, -49, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.202</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>783d5dac-c338-440e-9c09-51b73801899d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6800992488861084, -0.007016622461378574, 0.12372838705778122, 111.3605728149414], [-0.01751152239739895, 2.673063278198242, -0.23063823580741882, -97.09799194335938], [0.12189462035894394, 0.22974073886871338, 2.687284469604492, -84.79789733886719], [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': ['195018.685000', '195019.145000', '195019.605000', '195020.065000', '195020.525000', '195020.985000', '195021.445000', '195021.905000', '195022.365000', '195022.825000', '195023.285000', '195023.745000', '195024.205000', '195024.665000', '195025.125000', '195025.585000', '195026.045000', '195026.505000', '195026.965000', '195027.425000', '195027.885000', '195028.345000', '195028.805000', '195029.265000', '195029.725000', '195030.185000', '195030.645000', '195031.105000', '195031.565000', '195032.025000', '195032.485000', '195032.945000', '195033.405000', '195033.865000', '195034.325000', '195034.785000', '195035.245000', '195035.705000', '195036.165000', '195036.625000', '195037.085000', '195037.545000', '195038.005000', '195038.465000', '195038.925000', '195039.385000', '195039.845000', '195040.305000', '195040.765000', '195041.225000', '195041.685000', '195042.145000', '195042.605000', '195043.065000', '195043.525000', '195043.985000', '195044.445000', '195044.905000', '195045.365000', '195045.825000', '195046.285000', '195046.745000', '195047.205000', '195047.665000', '195048.125000', '195048.585000', '195049.045000', '195049.505000', '195049.965000', '195050.425000', '195050.885000', '195051.345000', '195051.805000', '195052.265000', '195052.725000', '195053.185000', '195053.645000', '195054.105000', '195054.565000', '195055.025000', '195055.485000', '195055.945000', '195056.405000', '195056.865000', '195057.325000', '195057.785000', '195058.245000', '195058.705000', '195059.165000', '195059.625000', '195100.085000', '195100.545000', '195101.005000', '195101.465000', '195101.925000', '195102.385000', '195102.845000', '195103.305000', '195103.765000', '195104.225000', '195104.685000', '195105.145000', '195105.605000', '195106.065000', '195106.525000', '195106.985000', '195107.445000', '195107.905000', '195108.365000', '195108.825000', '195109.285000', '195109.745000', '195110.205000', '195110.665000', '195111.125000', '195111.585000', '195112.045000', '195112.505000', '195112.965000', '195113.425000', '195113.885000', '195114.345000', '195114.805000', '195115.265000', '195115.725000', '195116.185000', '195116.645000', '195117.105000', '195117.565000', '195118.025000', '195118.485000', '195118.945000', '195119.405000', '195119.865000', '195120.325000', '195120.785000', '195121.245000', '195121.705000', '195122.165000', '195122.625000', '195123.085000', '195123.545000', '195124.005000', '195124.465000', '195124.925000', '195125.385000', '195125.845000', '195126.305000', '195126.765000', '195127.225000', '195127.685000', '195128.145000', '195128.605000', '195129.065000', '195129.525000', '195129.985000', '195130.445000', '195130.905000', '195131.365000', '195131.825000', '195132.285000', '195132.745000', '195133.205000', '195133.665000', '195134.125000', '195134.585000', '195135.045000', '195135.505000', '195135.965000', '195136.425000', '195136.885000', '195137.345000', '195137.805000', '195138.265000', '195138.725000', '195139.185000', '195139.645000', '195140.105000', '195140.565000', '195141.025000', '195141.485000', '195141.945000', '195142.405000', '195142.865000', '195143.325000', '195143.785000', '195144.245000', '195144.705000', '195145.165000', '195145.625000', '195146.085000', '195146.545000', '195147.005000', '195147.465000', '195147.925000', '195148.385000', '195148.845000', '195149.305000', '195149.765000', '195150.225000', '195150.685000', '195151.145000', '195151.605000', '195152.065000', '195152.525000', '195152.985000', '195153.445000', '195153.905000', '195154.365000', '195154.825000', '195155.285000', '195155.745000', '195156.205000', '195156.665000', '195157.125000', '195157.585000', '195158.045000', '195158.505000', '195158.965000', '195159.425000', '195159.885000', '195200.345000', '195200.805000', '195201.265000', '195201.725000', '195202.185000', '195202.645000', '195203.105000', '195203.565000', '195204.025000', '195204.485000', '195204.945000', '195205.405000', '195205.865000', '195206.325000', '195206.785000', '195207.245000', '195207.705000', '195208.165000', '195208.625000', '195209.085000', '195209.545000', '195210.005000', '195210.465000', '195210.925000', '195211.385000', '195211.845000', '195212.305000', '195212.765000', '195213.225000', '195213.685000', '195214.145000', '195214.605000', '195215.065000', '195215.525000', '195215.985000', '195216.445000', '195216.905000', '195217.365000', '195217.825000', '195218.285000', '195218.745000', '195219.205000', '195219.665000', '195220.125000', '195220.585000', '195221.045000', '195221.505000', '195221.965000', '195222.425000', '195222.885000', '195223.345000', '195223.805000', '195224.265000', '195224.725000', '195225.185000', '195225.645000', '195226.105000', '195226.565000', '195227.025000', '195227.485000', '195227.945000', '195228.405000', '195228.865000', '195229.325000', '195229.785000', '195230.245000', '195230.705000', '195231.165000', '195231.625000', '195232.085000', '195232.545000', '195233.005000', '195233.465000', '195233.925000', '195234.385000', '195234.845000', '195235.305000', '195235.765000', '195236.225000', '195236.685000', '195237.145000', '195237.605000', '195238.065000', '195238.525000', '195238.985000', '195239.445000', '195239.905000', '195240.365000', '195240.825000', '195241.285000', '195241.745000', '195242.205000', '195242.665000', '195243.125000', '195243.585000', '195244.045000', '195244.505000', '195244.965000', '195245.425000', '195245.885000', '195246.345000', '195246.805000', '195247.265000', '195247.725000', '195248.185000', '195248.645000', '195249.105000', '195249.565000', '195250.025000', '195250.485000', '195250.945000', '195251.405000', '195251.865000', '195252.325000', '195252.785000', '195253.245000', '195253.705000', '195254.165000', '195254.625000', '195255.085000', '195255.545000', '195256.005000', '195256.465000', '195256.925000', '195257.385000', '195257.845000', '195258.305000', '195258.765000', '195259.225000', '195259.685000', '195300.145000', '195300.605000', '195301.065000', '195301.525000', '195301.985000', '195302.445000', '195302.905000', '195303.365000', '195303.825000', '195304.285000', '195304.745000', '195305.205000', '195305.665000', '195306.125000', '195306.585000', '195307.045000', '195307.505000', '195307.965000', '195308.425000', '195308.885000', '195309.345000', '195309.805000', '195310.265000', '195310.725000', '195311.185000', '195311.645000', '195312.105000', '195312.565000', '195313.025000', '195313.485000', '195313.945000', '195314.405000', '195314.865000', '195315.325000', '195315.785000', '195316.245000', '195316.705000', '195317.165000', '195317.625000', '195318.085000', '195318.545000', '195319.005000', '195319.465000', '195319.925000', '195320.385000', '195320.845000', '195321.305000', '195321.765000', '195322.225000', '195322.685000', '195323.145000', '195323.605000', '195324.065000', '195324.525000', '195324.985000', '195325.445000', '195325.905000', '195326.365000', '195326.825000', '195327.285000', '195327.745000', '195328.205000', '195328.665000', '195329.125000', '195329.585000', '195330.045000', '195330.505000', '195330.965000', '195331.425000', '195331.885000', '195332.345000', '195332.805000', '195333.265000', '195333.725000', '195334.185000', '195334.645000', '195335.105000', '195335.565000', '195336.025000', '195336.485000', '195336.945000', '195337.405000', '195337.865000', '195338.325000', '195338.785000', '195339.245000', '195339.705000', '195340.165000', '195340.625000', '195341.085000', '195341.545000', '195342.005000', '195342.465000', '195342.925000', '195343.385000', '195343.845000', '195344.305000', '195344.765000', '195345.225000', '195345.685000', '195346.145000', '195346.605000', '195347.065000', '195347.525000', '195347.985000', '195348.445000', '195348.905000', '195349.365000', '195349.825000', '195350.285000', '195350.745000', '195351.205000', '195351.665000', '195352.125000', '195352.585000', '195353.045000', '195353.505000', '195353.965000', '195354.425000', '195354.885000', '195355.345000', '195355.805000', '195356.265000', '195356.725000', '195357.185000', '195357.645000', '195358.105000', '195358.565000', '195359.025000', '195359.485000', '195359.945000', '195400.405000', '195400.865000', '195401.325000', '195401.785000', '195402.245000', '195402.705000', '195403.165000', '195403.625000', '195404.085000', '195404.545000', '195405.005000', '195405.465000', '195405.925000', '195406.385000', '195406.845000', '195407.305000', '195407.765000', '195408.225000', '195408.685000', '195409.145000', '195409.605000', '195410.065000', '195410.525000', '195410.985000', '195411.445000', '195411.905000', '195412.365000', '195412.825000', '195413.285000', '195413.745000', '195414.205000', '195414.665000', '195415.125000', '195415.585000', '195416.045000', '195416.505000', '195416.965000', '195417.425000', '195417.885000', '195418.345000', '195418.805000', '195419.265000', '195419.725000', '195420.185000', '195420.645000', '195421.105000', '195421.565000', '195422.025000', '195422.485000', '195422.945000', '195423.405000', '195423.865000', '195424.325000', '195424.785000', '195425.245000', '195425.705000', '195426.165000', '195426.625000', '195427.085000', '195427.545000', '195428.005000', '195428.465000', '195428.925000', '195429.385000', '195429.845000', '195430.305000', '195430.765000', '195431.225000', '195431.685000', '195432.145000', '195432.605000', '195433.065000', '195433.525000', '195433.985000', '195434.445000', '195434.905000', '195435.365000', '195435.825000', '195436.285000', '195436.745000', '195437.205000', '195437.665000', '195438.125000', '195438.585000', '195439.045000', '195439.505000', '195439.965000', '195440.425000', '195440.885000', '195441.345000', '195441.805000', '195442.265000', '195442.725000', '195443.185000', '195443.645000', '195444.105000', '195444.565000', '195445.025000', '195445.485000', '195445.945000', '195446.405000', '195446.865000', '195447.325000', '195447.785000', '195448.245000', '195448.705000', '195449.165000', '195449.625000', '195450.085000', '195450.545000', '195451.005000', '195451.465000', '195451.925000', '195452.385000', '195452.845000', '195453.305000', '195453.765000', '195454.225000', '195454.685000', '195455.145000', '195455.605000', '195456.065000', '195456.525000', '195456.985000', '195457.445000', '195457.905000', '195458.365000', '195458.825000', '195459.285000', '195459.745000', '195500.205000', '195500.665000', '195501.125000', '195501.585000', '195502.045000', '195502.505000', '195502.965000', '195503.425000', '195503.885000', '195504.345000', '195504.805000', '195505.265000', '195505.725000', '195506.185000', '195506.645000', '195507.105000', '195507.565000', '195508.025000', '195508.485000', '195508.945000', '195509.405000', '195509.865000', '195510.325000', '195510.785000', '195511.245000', '195511.705000', '195512.165000', '195512.625000', '195513.085000', '195513.545000', '195514.005000', '195514.465000', '195514.925000', '195515.385000', '195515.845000', '195516.305000', '195516.765000', '195517.225000', '195517.685000', '195518.145000', '195518.605000', '195519.065000', '195519.525000', '195519.985000', '195520.445000', '195520.905000', '195521.365000', '195521.825000', '195522.285000', '195522.745000', '195523.205000', '195523.665000', '195524.125000', '195524.585000', '195525.045000', '195525.505000', '195525.965000', '195526.425000', '195526.885000', '195527.345000', '195527.805000', '195528.265000', '195528.725000', '195529.185000', '195529.645000', '195530.105000', '195530.565000', '195531.025000', '195531.485000', '195531.945000', '195532.405000', '195532.865000', '195533.325000', '195533.785000', '195534.245000', '195534.705000', '195535.165000', '195535.625000', '195536.085000', '195536.545000', '195537.005000', '195537.465000', '195537.925000', '195538.385000', '195538.845000', '195539.305000', '195539.765000', '195540.225000', '195540.685000', '195541.145000', '195541.605000', '195542.065000', '195542.525000', '195542.985000', '195543.445000', '195543.905000', '195544.365000', '195544.825000', '195545.285000', '195545.745000', '195546.205000', '195546.665000', '195547.125000', '195547.585000', '195548.045000', '195548.505000', '195548.965000', '195549.425000', '195549.885000', '195550.345000', '195550.805000', '195551.265000', '195551.725000', '195552.185000', '195552.645000', '195553.105000', '195553.565000', '195554.025000', '195554.485000', '195554.945000', '195555.405000', '195555.865000', '195556.325000', '195556.785000', '195557.245000', '195557.705000', '195558.165000', '195558.625000', '195559.085000', '195559.545000', '195600.005000', '195600.465000', '195600.925000', '195601.385000', '195601.845000', '195602.305000', '195602.765000', '195603.225000', '195603.685000', '195604.145000', '195604.605000', '195605.065000', '195605.525000', '195605.985000', '195606.445000', '195606.905000', '195607.365000', '195607.825000', '195608.285000', '195608.745000', '195609.205000', '195609.665000', '195610.125000', '195610.585000', '195611.045000', '195611.505000', '195611.965000', '195612.425000', '195612.885000', '195613.345000', '195613.805000', '195614.265000', '195614.725000', '195615.185000', '195615.645000', '195616.105000', '195616.565000', '195617.025000', '195617.485000', '195617.945000', '195618.405000', '195618.865000', '195619.325000', '195619.785000', '195620.245000', '195620.705000', '195621.165000', '195621.625000', '195622.085000', '195622.545000', '195623.005000', '195623.465000', '195623.925000', '195624.385000', '195624.845000', '195625.305000', '195625.765000', '195626.225000', '195626.685000', '195627.145000', '195627.605000', '195628.065000', '195628.525000', '195628.985000', '195629.445000', '195629.905000', '195630.365000', '195630.825000', '195631.285000', '195631.745000', '195632.205000', '195632.665000', '195633.125000', '195633.585000', '195634.045000', '195634.505000', '195634.965000', '195635.425000', '195635.885000', '195636.345000', '195636.805000', '195637.265000', '195637.725000', '195638.185000', '195638.645000', '195639.105000', '195639.565000', '195640.025000', '195640.485000', '195640.945000', '195641.405000', '195641.865000', '195642.325000', '195642.785000', '195643.245000', '195643.705000', '195644.165000', '195644.625000', '195645.085000', '195645.545000', '195646.005000', '195646.465000', '195646.925000', '195647.385000', '195647.845000', '195648.305000', '195648.765000', '195649.225000', '195649.685000', '195650.145000', '195650.605000', '195651.065000', '195651.525000', '195651.985000', '195652.445000', '195652.905000', '195653.365000', '195653.825000', '195654.285000', '195654.745000', '195655.205000', '195655.665000', '195656.125000', '195656.585000', '195657.045000', '195657.505000', '195657.965000', '195658.425000', '195658.885000', '195659.345000', '195659.805000', '195700.265000', '195700.725000', '195701.185000', '195701.645000', '195702.105000', '195702.565000', '195703.025000', '195703.485000', '195703.945000', '195704.405000', '195704.865000', '195705.325000', '195705.785000', '195706.245000', '195706.705000', '195707.165000', '195707.625000', '195708.085000', '195708.545000', '195709.005000', '195709.465000', '195709.925000', '195710.385000', '195710.845000', '195711.305000', '195711.765000', '195712.225000', '195712.685000', '195713.145000', '195713.605000', '195714.065000', '195714.525000', '195714.985000', '195715.445000', '195715.905000', '195716.365000', '195716.825000', '195717.285000', '195717.745000', '195718.205000', '195718.665000', '195719.125000', '195719.585000', '195720.045000', '195720.505000', '195720.965000', '195721.425000', '195721.885000', '195722.345000', '195722.805000', '195723.265000', '195723.725000', '195724.185000'], 'ContentTime': ['195048.378000', '195048.382000', '195048.384000', '195048.387000', '195048.390000', '195048.392000', '195048.402000', '195048.404000', '195048.407000', '195048.409000', '195048.412000', '195048.414000', '195048.417000', '195048.420000', '195048.422000', '195048.425000', '195048.427000', '195048.430000', '195048.433000', '195048.435000', '195048.438000', '195048.440000', '195048.443000', '195048.445000', '195048.448000', '195048.451000', '195048.453000', '195048.456000', '195048.458000', '195048.461000', '195048.463000', '195048.466000', '195048.469000', '195048.471000', '195048.474000', '195048.476000', '195048.479000', '195048.482000', '195048.484000', '195048.487000', '195048.489000', '195048.504000', '195048.506000', '195048.509000', '195048.511000', '195048.514000', '195048.517000', '195048.519000', '195048.522000', '195048.533000', '195048.535000', '195048.538000', '195048.540000', '195048.543000', '195048.546000', '195048.548000', '195048.551000', '195048.554000', '195048.556000', '195048.559000', '195048.561000', '195048.564000', '195108.348000', '195108.350000', '195108.353000', '195108.356000', '195108.358000', '195108.361000', '195108.363000', '195108.366000', '195108.369000', '195108.371000', '195108.374000', '195108.376000', '195108.379000', '195108.382000', '195108.384000', '195108.387000', '195108.389000', '195108.392000', '195108.394000', '195108.397000', '195108.400000', '195108.402000', '195108.405000', '195108.407000', '195108.410000', '195108.413000', '195108.415000', '195108.418000', '195108.420000', '195108.423000', '195108.425000', '195108.428000', '195108.431000', '195108.433000', '195108.436000', '195108.438000', '195108.441000', '195108.444000', '195108.446000', '195108.449000', '195108.451000', '195108.454000', '195108.457000', '195128.347000', '195128.350000', '195128.353000', '195128.356000', '195128.358000', '195128.361000', '195128.363000', '195128.366000', '195128.369000', '195128.371000', '195128.374000', '195128.376000', '195128.379000', '195128.382000', '195128.385000', '195128.387000', '195128.390000', '195128.393000', '195128.396000', '195128.398000', '195128.401000', '195128.404000', '195128.407000', '195128.409000', '195128.412000', '195128.414000', '195128.417000', '195128.420000', '195128.422000', '195128.425000', '195128.427000', '195128.430000', '195128.433000', '195128.435000', '195128.438000', '195128.441000', '195128.443000', '195128.446000', '195128.448000', '195128.451000', '195128.453000', '195128.456000', '195128.458000', '195148.349000', '195148.351000', '195148.354000', '195148.357000', '195148.359000', '195148.362000', '195148.364000', '195148.367000', '195148.370000', '195148.372000', '195148.375000', '195148.378000', '195148.380000', '195148.383000', '195148.385000', '195148.388000', '195148.391000', '195148.393000', '195148.396000', '195148.399000', '195148.401000', '195148.404000', '195148.406000', '195148.409000', '195148.412000', '195148.414000', '195148.417000', '195148.419000', '195148.422000', '195148.425000', '195148.427000', '195148.430000', '195148.432000', '195148.435000', '195148.438000', '195148.440000', '195148.443000', '195148.446000', '195148.448000', '195148.451000', '195148.453000', '195148.456000', '195148.459000', '195148.461000', '195208.349000', '195208.351000', '195208.354000', '195208.357000', '195208.359000', '195208.362000', '195208.364000', '195208.367000', '195208.369000', '195208.372000', '195208.375000', '195208.377000', '195208.380000', '195208.382000', '195208.385000', '195208.388000', '195208.390000', '195208.393000', '195208.396000', '195208.398000', '195208.408000', '195208.411000', '195208.414000', '195208.418000', '195208.421000', '195208.423000', '195208.426000', '195208.429000', '195208.432000', '195208.434000', '195208.437000', '195208.440000', '195208.442000', '195208.445000', '195208.447000', '195208.450000', '195208.453000', '195208.455000', '195208.458000', '195208.461000', '195208.463000', '195208.466000', '195208.469000', '195228.349000', '195228.374000', '195228.376000', '195228.379000', '195228.381000', '195228.384000', '195228.387000', '195228.389000', '195228.392000', '195228.395000', '195228.397000', '195228.400000', '195228.402000', '195228.405000', '195228.407000', '195228.410000', '195228.413000', '195228.415000', '195228.418000', '195228.433000', '195228.436000', '195228.438000', '195228.441000', '195228.443000', '195228.446000', '195228.448000', '195228.451000', '195228.454000', '195228.456000', '195228.459000', '195228.461000', '195228.464000', '195228.467000', '195228.469000', '195228.472000', '195228.475000', '195228.477000', '195228.480000', '195228.482000', '195228.485000', '195228.487000', '195228.490000', '195228.493000', '195228.495000', '195248.349000', '195248.351000', '195248.354000', '195248.357000', '195248.359000', '195248.362000', '195248.365000', '195248.367000', '195248.370000', '195248.372000', '195248.375000', '195248.378000', '195248.380000', '195248.383000', '195248.385000', '195248.388000', '195248.391000', '195248.394000', '195248.397000', '195248.400000', '195248.403000', '195248.406000', '195248.408000', '195248.411000', '195248.414000', '195248.416000', '195248.419000', '195248.422000', '195248.424000', '195248.427000', '195248.429000', '195248.432000', '195248.435000', '195248.437000', '195248.440000', '195248.443000', '195248.445000', '195248.448000', '195248.450000', '195248.453000', '195248.456000', '195248.458000', '195248.461000', '195308.348000', '195308.351000', '195308.353000', '195308.356000', '195308.359000', '195308.361000', '195308.364000', '195308.366000', '195308.369000', '195308.372000', '195308.374000', '195308.377000', '195308.379000', '195308.382000', '195308.385000', '195308.387000', '195308.390000', '195308.392000', '195308.395000', '195308.398000', '195308.400000', '195308.403000', '195308.405000', '195308.408000', '195308.411000', '195308.413000', '195308.416000', '195308.418000', '195308.421000', '195308.423000', '195308.426000', '195308.429000', '195308.431000', '195308.434000', '195308.437000', '195308.439000', '195308.442000', '195308.444000', '195308.447000', '195308.449000', '195308.452000', '195308.455000', '195308.457000', '195308.460000', '195328.348000', '195328.350000', '195328.353000', '195328.356000', '195328.358000', '195328.361000', '195328.364000', '195328.366000', '195328.369000', '195328.371000', '195328.374000', '195328.377000', '195328.379000', '195328.382000', '195328.384000', '195328.387000', '195328.390000', '195328.392000', '195328.395000', '195328.397000', '195328.400000', '195328.403000', '195328.405000', '195328.408000', '195328.410000', '195328.413000', '195328.416000', '195328.418000', '195328.421000', '195328.423000', '195328.426000', '195328.429000', '195328.431000', '195328.434000', '195328.437000', '195328.439000', '195328.442000', '195328.444000', '195328.447000', '195328.450000', '195328.453000', '195328.456000', '195328.459000', '195348.348000', '195348.351000', '195348.353000', '195348.356000', '195348.358000', '195348.361000', '195348.364000', '195348.366000', '195348.369000', '195348.371000', '195348.374000', '195348.377000', '195348.379000', '195348.382000', '195348.384000', '195348.387000', '195348.390000', '195348.392000', '195348.395000', '195348.398000', '195348.400000', '195348.403000', '195348.405000', '195348.408000', '195348.411000', '195348.413000', '195348.416000', '195348.418000', '195348.421000', '195348.424000', '195348.427000', '195348.429000', '195348.432000', '195348.434000', '195348.437000', '195348.440000', '195348.448000', '195348.451000', '195348.453000', '195348.456000', '195348.458000', '195348.461000', '195348.463000', '195348.466000', '195408.349000', '195408.352000', '195408.354000', '195408.357000', '195408.359000', '195408.362000', '195408.365000', '195408.367000', '195408.370000', '195408.372000', '195408.375000', '195408.378000', '195408.380000', '195408.383000', '195408.391000', '195408.393000', '195408.396000', '195408.399000', '195408.401000', '195408.404000', '195408.406000', '195408.409000', '195408.412000', '195408.414000', '195408.417000', '195408.419000', '195408.422000', '195408.426000', '195408.429000', '195408.431000', '195408.434000', '195408.437000', '195408.439000', '195408.442000', '195408.445000', '195408.447000', '195408.450000', '195408.452000', '195408.455000', '195408.458000', '195408.460000', '195408.463000', '195408.465000', '195428.348000', '195428.351000', '195428.354000', '195428.357000', '195428.359000', '195428.362000', '195428.365000', '195428.367000', '195428.370000', '195428.372000', '195428.375000', '195428.378000', '195428.380000', '195428.383000', '195428.386000', '195428.388000', '195428.391000', '195428.393000', '195428.396000', '195428.399000', '195428.401000', '195428.404000', '195428.406000', '195428.409000', '195428.412000', '195428.414000', '195428.417000', '195428.419000', '195428.422000', '195428.425000', '195428.427000', '195428.430000', '195428.433000', '195428.435000', '195428.438000', '195428.441000', '195428.443000', '195428.446000', '195428.448000', '195428.451000', '195428.453000', '195428.456000', '195428.459000', '195428.461000', '195448.348000', '195448.351000', '195448.354000', '195448.356000', '195448.359000', '195448.362000', '195448.364000', '195448.367000', '195448.370000', '195448.372000', '195448.375000', '195448.377000', '195448.380000', '195448.383000', '195448.385000', '195448.388000', '195448.390000', '195448.393000', '195448.396000', '195448.398000', '195448.401000', '195448.403000', '195448.406000', '195448.408000', '195448.411000', '195448.414000', '195448.416000', '195448.419000', '195448.421000', '195448.424000', '195448.427000', '195448.429000', '195448.432000', '195448.435000', '195448.437000', '195448.440000', '195448.442000', '195448.445000', '195448.448000', '195448.450000', '195448.453000', '195448.456000', '195448.458000', '195508.348000', '195508.351000', '195508.354000', '195508.357000', '195508.359000', '195508.362000', '195508.365000', '195508.367000', '195508.370000', '195508.372000', '195508.375000', '195508.378000', '195508.380000', '195508.383000', '195508.385000', '195508.388000', '195508.391000', '195508.393000', '195508.396000', '195508.399000', '195508.401000', '195508.404000', '195508.406000', '195508.409000', '195508.412000', '195508.414000', '195508.417000', '195508.420000', '195508.422000', '195508.425000', '195508.428000', '195508.430000', '195508.433000', '195508.435000', '195508.438000', '195508.441000', '195508.443000', '195508.446000', '195508.448000', '195508.451000', '195508.454000', '195508.456000', '195508.459000', '195508.461000', '195528.347000', '195528.350000', '195528.353000', '195528.356000', '195528.358000', '195528.361000', '195528.363000', '195528.366000', '195528.369000', '195528.371000', '195528.374000', '195528.376000', '195528.379000', '195528.382000', '195528.384000', '195528.387000', '195528.390000', '195528.392000', '195528.395000', '195528.397000', '195528.400000', '195528.403000', '195528.405000', '195528.408000', '195528.411000', '195528.423000', '195528.425000', '195528.428000', '195528.430000', '195528.433000', '195528.436000', '195528.438000', '195528.441000', '195528.444000', '195528.447000', '195528.450000', '195528.453000', '195528.455000', '195528.458000', '195528.461000', '195528.463000', '195528.466000', '195528.468000', '195548.348000', '195548.350000', '195548.353000', '195548.356000', '195548.360000', '195548.363000', '195548.366000', '195548.368000', '195548.371000', '195548.374000', '195548.376000', '195548.379000', '195548.382000', '195548.384000', '195548.387000', '195548.389000', '195548.392000', '195548.395000', '195548.397000', '195548.400000', '195548.402000', '195548.405000', '195548.408000', '195548.410000', '195548.413000', '195548.415000', '195548.418000', '195548.421000', '195548.423000', '195548.426000', '195548.428000', '195548.431000', '195548.434000', '195548.436000', '195548.439000', '195548.441000', '195548.444000', '195548.447000', '195548.449000', '195548.452000', '195548.455000', '195548.457000', '195548.460000', '195548.462000', '195608.348000', '195608.351000', '195608.353000', '195608.356000', '195608.359000', '195608.361000', '195608.364000', '195608.366000', '195608.369000', '195608.372000', '195608.374000', '195608.377000', '195608.380000', '195608.382000', '195608.385000', '195608.387000', '195608.390000', '195608.393000', '195608.396000', '195608.398000', '195608.401000', '195608.405000', '195608.407000', '195608.410000', '195608.413000', '195608.415000', '195608.418000', '195608.421000', '195608.423000', '195608.426000', '195608.428000', '195608.431000', '195608.434000', '195608.436000', '195608.439000', '195608.441000', '195608.444000', '195608.447000', '195608.449000', '195608.452000', '195608.454000', '195608.457000', '195608.460000', '195628.349000', '195628.352000', '195628.354000', '195628.357000', '195628.359000', '195628.362000', '195628.365000', '195628.367000', '195628.370000', '195628.373000', '195628.375000', '195628.378000', '195628.380000', '195628.383000', '195628.386000', '195628.388000', '195628.391000', '195628.394000', '195628.396000', '195628.399000', '195628.401000', '195628.404000', '195628.407000', '195628.409000', '195628.412000', '195628.414000', '195628.417000', '195628.420000', '195628.422000', '195628.425000', '195628.428000', '195628.430000', '195628.433000', '195628.436000', '195628.438000', '195628.441000', '195628.443000', '195628.446000', '195628.449000', '195628.451000', '195628.454000', '195628.456000', '195628.459000', '195628.462000', '195648.348000', '195648.351000', '195648.354000', '195648.357000', '195648.359000', '195648.362000', '195648.365000', '195648.367000', '195648.370000', '195648.373000', '195648.375000', '195648.378000', '195648.380000', '195648.383000', '195648.386000', '195648.388000', '195648.391000', '195648.394000', '195648.396000', '195648.399000', '195648.402000', '195648.404000', '195648.407000', '195648.410000', '195648.412000', '195648.415000', '195648.417000', '195648.420000', '195648.423000', '195648.425000', '195648.428000', '195648.430000', '195648.433000', '195648.436000', '195648.438000', '195648.441000', '195648.443000', '195648.446000', '195648.449000', '195648.451000', '195648.454000', '195648.457000', '195648.459000', '195708.349000', '195708.352000', '195708.354000', '195708.357000', '195708.359000', '195708.362000', '195708.365000', '195708.367000', '195708.370000', '195708.373000', '195708.375000', '195708.378000', '195708.380000', '195708.383000', '195708.386000', '195708.389000', '195708.391000', '195708.394000', '195708.396000', '195708.399000', '195708.402000', '195708.404000', '195708.407000', '195708.410000', '195708.413000', '195708.415000', '195708.418000', '195708.420000', '195708.423000', '195708.426000', '195708.428000', '195708.431000', '195708.433000', '195708.436000', '195708.439000', '195708.441000', '195708.444000', '195708.447000', '195708.449000', '195708.452000', '195708.454000', '195708.457000', '195708.460000', '195708.462000', '195725.771000', '195725.774000', '195725.777000', '195725.780000', '195725.782000', '195725.785000', '195725.787000', '195725.790000', '195725.793000', '195725.795000', '195725.798000', '195725.800000', '195725.803000', '195725.806000', '195725.808000', '195725.811000', '195725.813000', '195725.816000', '195725.819000', '195725.822000', '195725.824000', '195725.827000', '195725.830000', '195725.833000', '195725.836000', '195725.838000', '195725.841000', '195725.844000', '195725.846000', '195725.849000', '195725.851000', '195725.854000', '195725.858000', '195725.861000', '195725.864000', '195725.867000', '195725.869000', '195725.872000'], 'InstanceCreationTime': ['195048.378000', '195048.382000', '195048.384000', '195048.387000', '195048.390000', '195048.392000', '195048.402000', '195048.404000', '195048.407000', '195048.409000', '195048.412000', '195048.414000', '195048.417000', '195048.420000', '195048.422000', '195048.425000', '195048.427000', '195048.430000', '195048.433000', '195048.435000', '195048.438000', '195048.440000', '195048.443000', '195048.445000', '195048.448000', '195048.451000', '195048.453000', '195048.456000', '195048.458000', '195048.461000', '195048.463000', '195048.466000', '195048.469000', '195048.471000', '195048.474000', '195048.476000', '195048.479000', '195048.482000', '195048.484000', '195048.487000', '195048.489000', '195048.504000', '195048.506000', '195048.509000', '195048.511000', '195048.514000', '195048.517000', '195048.519000', '195048.522000', '195048.533000', '195048.535000', '195048.538000', '195048.540000', '195048.543000', '195048.546000', '195048.548000', '195048.551000', '195048.554000', '195048.556000', '195048.559000', '195048.561000', '195048.564000', '195108.348000', '195108.350000', '195108.353000', '195108.356000', '195108.358000', '195108.361000', '195108.363000', '195108.366000', '195108.369000', '195108.371000', '195108.374000', '195108.376000', '195108.379000', '195108.382000', '195108.384000', '195108.387000', '195108.389000', '195108.392000', '195108.394000', '195108.397000', '195108.400000', '195108.402000', '195108.405000', '195108.407000', '195108.410000', '195108.413000', '195108.415000', '195108.418000', '195108.420000', '195108.423000', '195108.425000', '195108.428000', '195108.431000', '195108.433000', '195108.436000', '195108.438000', '195108.441000', '195108.444000', '195108.446000', '195108.449000', '195108.451000', '195108.454000', '195108.457000', '195128.347000', '195128.350000', '195128.353000', '195128.356000', '195128.358000', '195128.361000', '195128.363000', '195128.366000', '195128.369000', '195128.371000', '195128.374000', '195128.376000', '195128.379000', '195128.382000', '195128.385000', '195128.387000', '195128.390000', '195128.393000', '195128.396000', '195128.398000', '195128.401000', '195128.404000', '195128.407000', '195128.409000', '195128.412000', '195128.414000', '195128.417000', '195128.420000', '195128.422000', '195128.425000', '195128.427000', '195128.430000', '195128.433000', '195128.435000', '195128.438000', '195128.441000', '195128.443000', '195128.446000', '195128.448000', '195128.451000', '195128.453000', '195128.456000', '195128.458000', '195148.349000', '195148.351000', '195148.354000', '195148.357000', '195148.359000', '195148.362000', '195148.364000', '195148.367000', '195148.370000', '195148.372000', '195148.375000', '195148.378000', '195148.380000', '195148.383000', '195148.385000', '195148.388000', '195148.391000', '195148.393000', '195148.396000', '195148.399000', '195148.401000', '195148.404000', '195148.406000', '195148.409000', '195148.412000', '195148.414000', '195148.417000', '195148.419000', '195148.422000', '195148.425000', '195148.427000', '195148.430000', '195148.432000', '195148.435000', '195148.438000', '195148.440000', '195148.443000', '195148.446000', '195148.448000', '195148.451000', '195148.453000', '195148.456000', '195148.459000', '195148.461000', '195208.349000', '195208.351000', '195208.354000', '195208.357000', '195208.359000', '195208.362000', '195208.364000', '195208.367000', '195208.369000', '195208.372000', '195208.375000', '195208.377000', '195208.380000', '195208.382000', '195208.385000', '195208.388000', '195208.390000', '195208.393000', '195208.396000', '195208.398000', '195208.408000', '195208.411000', '195208.414000', '195208.418000', '195208.421000', '195208.423000', '195208.426000', '195208.429000', '195208.432000', '195208.434000', '195208.437000', '195208.440000', '195208.442000', '195208.445000', '195208.447000', '195208.450000', '195208.453000', '195208.455000', '195208.458000', '195208.461000', '195208.463000', '195208.466000', '195208.469000', '195228.349000', '195228.374000', '195228.376000', '195228.379000', '195228.381000', '195228.384000', '195228.387000', '195228.389000', '195228.392000', '195228.395000', '195228.397000', '195228.400000', '195228.402000', '195228.405000', '195228.407000', '195228.410000', '195228.413000', '195228.415000', '195228.418000', '195228.433000', '195228.436000', '195228.438000', '195228.441000', '195228.443000', '195228.446000', '195228.448000', '195228.451000', '195228.454000', '195228.456000', '195228.459000', '195228.461000', '195228.464000', '195228.467000', '195228.469000', '195228.472000', '195228.475000', '195228.477000', '195228.480000', '195228.482000', '195228.485000', '195228.487000', '195228.490000', '195228.493000', '195228.495000', '195248.349000', '195248.351000', '195248.354000', '195248.357000', '195248.359000', '195248.362000', '195248.365000', '195248.367000', '195248.370000', '195248.372000', '195248.375000', '195248.378000', '195248.380000', '195248.383000', '195248.385000', '195248.388000', '195248.391000', '195248.394000', '195248.397000', '195248.400000', '195248.403000', '195248.406000', '195248.408000', '195248.411000', '195248.414000', '195248.416000', '195248.419000', '195248.422000', '195248.424000', '195248.427000', '195248.429000', '195248.432000', '195248.435000', '195248.437000', '195248.440000', '195248.443000', '195248.445000', '195248.448000', '195248.450000', '195248.453000', '195248.456000', '195248.458000', '195248.461000', '195308.348000', '195308.351000', '195308.353000', '195308.356000', '195308.359000', '195308.361000', '195308.364000', '195308.366000', '195308.369000', '195308.372000', '195308.374000', '195308.377000', '195308.379000', '195308.382000', '195308.385000', '195308.387000', '195308.390000', '195308.392000', '195308.395000', '195308.398000', '195308.400000', '195308.403000', '195308.405000', '195308.408000', '195308.411000', '195308.413000', '195308.416000', '195308.418000', '195308.421000', '195308.423000', '195308.426000', '195308.429000', '195308.431000', '195308.434000', '195308.437000', '195308.439000', '195308.442000', '195308.444000', '195308.447000', '195308.449000', '195308.452000', '195308.455000', '195308.457000', '195308.460000', '195328.348000', '195328.350000', '195328.353000', '195328.356000', '195328.358000', '195328.361000', '195328.364000', '195328.366000', '195328.369000', '195328.371000', '195328.374000', '195328.377000', '195328.379000', '195328.382000', '195328.384000', '195328.387000', '195328.390000', '195328.392000', '195328.395000', '195328.397000', '195328.400000', '195328.403000', '195328.405000', '195328.408000', '195328.410000', '195328.413000', '195328.416000', '195328.418000', '195328.421000', '195328.423000', '195328.426000', '195328.429000', '195328.431000', '195328.434000', '195328.437000', '195328.439000', '195328.442000', '195328.444000', '195328.447000', '195328.450000', '195328.453000', '195328.456000', '195328.459000', '195348.348000', '195348.351000', '195348.353000', '195348.356000', '195348.358000', '195348.361000', '195348.364000', '195348.366000', '195348.369000', '195348.371000', '195348.374000', '195348.377000', '195348.379000', '195348.382000', '195348.384000', '195348.387000', '195348.390000', '195348.392000', '195348.395000', '195348.398000', '195348.400000', '195348.403000', '195348.405000', '195348.408000', '195348.411000', '195348.413000', '195348.416000', '195348.418000', '195348.421000', '195348.424000', '195348.427000', '195348.429000', '195348.432000', '195348.434000', '195348.437000', '195348.440000', '195348.448000', '195348.451000', '195348.453000', '195348.456000', '195348.458000', '195348.461000', '195348.463000', '195348.466000', '195408.349000', '195408.352000', '195408.354000', '195408.357000', '195408.359000', '195408.362000', '195408.365000', '195408.367000', '195408.370000', '195408.372000', '195408.375000', '195408.378000', '195408.380000', '195408.383000', '195408.391000', '195408.393000', '195408.396000', '195408.399000', '195408.401000', '195408.404000', '195408.406000', '195408.409000', '195408.412000', '195408.414000', '195408.417000', '195408.419000', '195408.422000', '195408.426000', '195408.429000', '195408.431000', '195408.434000', '195408.437000', '195408.439000', '195408.442000', '195408.445000', '195408.447000', '195408.450000', '195408.452000', '195408.455000', '195408.458000', '195408.460000', '195408.463000', '195408.465000', '195428.348000', '195428.351000', '195428.354000', '195428.357000', '195428.359000', '195428.362000', '195428.365000', '195428.367000', '195428.370000', '195428.372000', '195428.375000', '195428.378000', '195428.380000', '195428.383000', '195428.386000', '195428.388000', '195428.391000', '195428.393000', '195428.396000', '195428.399000', '195428.401000', '195428.404000', '195428.406000', '195428.409000', '195428.412000', '195428.414000', '195428.417000', '195428.419000', '195428.422000', '195428.425000', '195428.427000', '195428.430000', '195428.433000', '195428.435000', '195428.438000', '195428.441000', '195428.443000', '195428.446000', '195428.448000', '195428.451000', '195428.453000', '195428.456000', '195428.459000', '195428.461000', '195448.348000', '195448.351000', '195448.354000', '195448.356000', '195448.359000', '195448.362000', '195448.364000', '195448.367000', '195448.370000', '195448.372000', '195448.375000', '195448.377000', '195448.380000', '195448.383000', '195448.385000', '195448.388000', '195448.390000', '195448.393000', '195448.396000', '195448.398000', '195448.401000', '195448.403000', '195448.406000', '195448.408000', '195448.411000', '195448.414000', '195448.416000', '195448.419000', '195448.421000', '195448.424000', '195448.427000', '195448.429000', '195448.432000', '195448.435000', '195448.437000', '195448.440000', '195448.442000', '195448.445000', '195448.448000', '195448.450000', '195448.453000', '195448.456000', '195448.458000', '195508.348000', '195508.351000', '195508.354000', '195508.357000', '195508.359000', '195508.362000', '195508.365000', '195508.367000', '195508.370000', '195508.372000', '195508.375000', '195508.378000', '195508.380000', '195508.383000', '195508.385000', '195508.388000', '195508.391000', '195508.393000', '195508.396000', '195508.399000', '195508.401000', '195508.404000', '195508.406000', '195508.409000', '195508.412000', '195508.414000', '195508.417000', '195508.420000', '195508.422000', '195508.425000', '195508.428000', '195508.430000', '195508.433000', '195508.435000', '195508.438000', '195508.441000', '195508.443000', '195508.446000', '195508.448000', '195508.451000', '195508.454000', '195508.456000', '195508.459000', '195508.461000', '195528.347000', '195528.350000', '195528.353000', '195528.356000', '195528.358000', '195528.361000', '195528.363000', '195528.366000', '195528.369000', '195528.371000', '195528.374000', '195528.376000', '195528.379000', '195528.382000', '195528.384000', '195528.387000', '195528.390000', '195528.392000', '195528.395000', '195528.397000', '195528.400000', '195528.403000', '195528.405000', '195528.408000', '195528.411000', '195528.423000', '195528.425000', '195528.428000', '195528.430000', '195528.433000', '195528.436000', '195528.438000', '195528.441000', '195528.444000', '195528.447000', '195528.450000', '195528.453000', '195528.455000', '195528.458000', '195528.461000', '195528.463000', '195528.466000', '195528.468000', '195548.348000', '195548.350000', '195548.353000', '195548.356000', '195548.360000', '195548.363000', '195548.366000', '195548.368000', '195548.371000', '195548.374000', '195548.376000', '195548.379000', '195548.382000', '195548.384000', '195548.387000', '195548.389000', '195548.392000', '195548.395000', '195548.397000', '195548.400000', '195548.402000', '195548.405000', '195548.408000', '195548.410000', '195548.413000', '195548.415000', '195548.418000', '195548.421000', '195548.423000', '195548.426000', '195548.428000', '195548.431000', '195548.434000', '195548.436000', '195548.439000', '195548.441000', '195548.444000', '195548.447000', '195548.449000', '195548.452000', '195548.455000', '195548.457000', '195548.460000', '195548.462000', '195608.348000', '195608.351000', '195608.353000', '195608.356000', '195608.359000', '195608.361000', '195608.364000', '195608.366000', '195608.369000', '195608.372000', '195608.374000', '195608.377000', '195608.380000', '195608.382000', '195608.385000', '195608.387000', '195608.390000', '195608.393000', '195608.396000', '195608.398000', '195608.401000', '195608.405000', '195608.407000', '195608.410000', '195608.413000', '195608.415000', '195608.418000', '195608.421000', '195608.423000', '195608.426000', '195608.428000', '195608.431000', '195608.434000', '195608.436000', '195608.439000', '195608.441000', '195608.444000', '195608.447000', '195608.449000', '195608.452000', '195608.454000', '195608.457000', '195608.460000', '195628.349000', '195628.352000', '195628.354000', '195628.357000', '195628.359000', '195628.362000', '195628.365000', '195628.367000', '195628.370000', '195628.373000', '195628.375000', '195628.378000', '195628.380000', '195628.383000', '195628.386000', '195628.388000', '195628.391000', '195628.394000', '195628.396000', '195628.399000', '195628.401000', '195628.404000', '195628.407000', '195628.409000', '195628.412000', '195628.414000', '195628.417000', '195628.420000', '195628.422000', '195628.425000', '195628.428000', '195628.430000', '195628.433000', '195628.436000', '195628.438000', '195628.441000', '195628.443000', '195628.446000', '195628.449000', '195628.451000', '195628.454000', '195628.456000', '195628.459000', '195628.462000', '195648.348000', '195648.351000', '195648.354000', '195648.357000', '195648.359000', '195648.362000', '195648.365000', '195648.367000', '195648.370000', '195648.373000', '195648.375000', '195648.378000', '195648.380000', '195648.383000', '195648.386000', '195648.388000', '195648.391000', '195648.394000', '195648.396000', '195648.399000', '195648.402000', '195648.404000', '195648.407000', '195648.410000', '195648.412000', '195648.415000', '195648.417000', '195648.420000', '195648.423000', '195648.425000', '195648.428000', '195648.430000', '195648.433000', '195648.436000', '195648.438000', '195648.441000', '195648.443000', '195648.446000', '195648.449000', '195648.451000', '195648.454000', '195648.457000', '195648.459000', '195708.349000', '195708.352000', '195708.354000', '195708.357000', '195708.359000', '195708.362000', '195708.365000', '195708.367000', '195708.370000', '195708.373000', '195708.375000', '195708.378000', '195708.380000', '195708.383000', '195708.386000', '195708.389000', '195708.391000', '195708.394000', '195708.396000', '195708.399000', '195708.402000', '195708.404000', '195708.407000', '195708.410000', '195708.413000', '195708.415000', '195708.418000', '195708.420000', '195708.423000', '195708.426000', '195708.428000', '195708.431000', '195708.433000', '195708.436000', '195708.439000', '195708.441000', '195708.444000', '195708.447000', '195708.449000', '195708.452000', '195708.454000', '195708.457000', '195708.460000', '195708.462000', '195725.771000', '195725.774000', '195725.777000', '195725.780000', '195725.782000', '195725.785000', '195725.787000', '195725.790000', '195725.793000', '195725.795000', '195725.798000', '195725.800000', '195725.803000', '195725.806000', '195725.808000', '195725.811000', '195725.813000', '195725.816000', '195725.819000', '195725.822000', '195725.824000', '195725.827000', '195725.830000', '195725.833000', '195725.836000', '195725.838000', '195725.841000', '195725.844000', '195725.846000', '195725.849000', '195725.851000', '195725.854000', '195725.858000', '195725.861000', '195725.864000', '195725.867000', '195725.869000', '195725.872000'], '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': [7410, 10344, 6766, 9283, 6957, 11371, 6544, 9155, 6312, 7259, 10943, 6741, 10091, 7140, 8955, 6383, 7617, 6625, 6689, 8962, 7259, 10750, 6693, 9153, 6646, 7874, 6466, 7768, 6574, 7162, 6629, 6577, 7407, 6545, 9471, 6875, 10873, 7741, 9938, 6654, 7759, 6718, 7337, 6688, 8598, 6732, 8285, 9395, 10427, 9618, 6783, 10025, 6745, 9987, 7281, 9866, 6597, 7629, 6651, 10000, 6573, 10188, 6558, 7290, 8739, 6990, 11855, 8463, 10471, 6539, 9254, 6624, 8972, 6744, 11176, 6558, 8311, 6466, 6898, 10063, 7913, 11222, 6894, 9950, 6463, 9171, 6630, 8593, 6610, 7339, 6551, 6591, 11213, 7090, 9636, 6548, 7400, 6529, 8259, 6358, 6931, 6723, 6933, 10224, 7002, 10127, 7232, 9683, 6709, 6623, 6721, 9876, 6765, 8460, 8992, 9996, 11586, 7763, 10505, 6647, 8476, 6698, 8741, 6900, 10165, 6832, 8804, 6689, 7589, 6463, 6990, 10885, 8032, 11371, 6775, 9976, 6876, 8726, 6672, 8799, 6805, 7046, 6592, 6596, 11677, 7257, 11044, 6689, 9622, 6571, 8278, 6409, 6832, 11688, 7176, 10480, 6827, 8052, 6739, 8429, 6360, 7449, 8205, 6880, 10025, 6962, 9329, 7273, 9110, 6732, 8347, 6672, 7374, 7189, 7011, 10226, 6572, 10470, 6864, 9838, 6842, 11460, 6664, 8344, 6333, 7100, 9892, 6544, 10512, 7106, 10478, 6701, 8662, 6396, 6995, 10850, 6965, 11110, 6695, 9568, 6752, 7689, 6451, 6825, 11170, 7114, 10335, 6587, 8049, 6582, 7882, 6553, 7149, 10698, 6683, 10362, 6835, 7824, 6535, 7978, 6373, 6469, 9375, 6855, 9811, 6553, 8835, 6747, 7771, 6501, 7106, 10033, 6935, 10355, 6738, 10177, 6563, 8553, 6355, 7166, 11389, 7197, 10483, 6675, 8734, 6841, 7583, 9249, 6763, 11024, 6663, 9866, 6587, 8407, 6409, 7711, 8989, 6495, 11230, 6591, 8316, 6590, 7710, 6534, 6490, 8670, 6716, 10172, 6719, 9367, 6727, 10565, 6524, 7205, 8151, 7168, 9439, 6604, 8718, 6737, 8669, 6640, 6733, 10539, 6687, 8441, 6623, 8501, 6785, 6891, 10096, 7036, 9862, 6575, 10205, 6351, 9877, 6322, 7074, 11587, 6938, 9607, 6687, 11107, 6442, 8801, 7708, 6883, 10715, 6637, 9782, 7027, 10335, 6455, 8205, 6407, 6985, 10128, 6950, 9475, 6961, 8709, 6724, 7244, 6809, 7183, 8525, 6885, 10819, 6954, 9898, 6501, 10042, 6551, 8157, 10192, 8291, 11542, 6695, 10451, 6540, 9647, 6500, 10654, 6423, 7004, 9393, 7160, 10281, 7162, 10057, 6948, 8797, 6487, 8135, 6662, 7216, 10149, 6472, 11169, 6695, 10043, 6807, 9548, 6632, 10536, 6283, 6950, 9352, 6773, 11492, 7279, 11083, 6425, 9979, 6589, 9566, 6406, 9282, 7151, 6507, 10806, 7248, 9510, 6550, 8898, 6617, 9308, 6605, 7587, 6496, 6921, 11740, 7268, 9588, 8418, 11058, 6789, 7972, 6596, 8705, 6508, 9954, 6531, 6577, 6696, 7019, 9016, 6462, 11231, 8044, 11142, 6716, 9548, 6800, 8722, 6330, 10447, 7769, 6362, 10879, 6943, 8483, 6769, 8554, 6557, 7829, 6537, 7104, 10429, 6879, 9680, 6877, 9729, 6476, 7944, 6347, 6800, 10417, 6959, 9763, 6919, 9475, 6456, 7830, 9411, 6746, 11081, 6734, 9937, 6585, 8018, 6446, 7089, 11509, 7136, 10501, 6605, 8882, 6618, 7946, 7486, 6688, 11078, 7006, 9852, 6709, 8063, 6477, 6950, 11431, 7291, 10448, 6682, 7985, 6523, 7988, 7556, 6870, 11120, 6534, 9907, 6431, 8567, 6469, 6849, 11371, 6793, 10370, 6683, 8345, 6408, 7114, 11274, 7066, 10240, 6681, 7791, 6528, 8178, 8264, 6495, 10452, 6960, 9684, 6598, 8828, 6410, 6801, 9458, 6989, 9368, 6822, 10465, 6601, 7388, 11035, 6990, 9405, 6824, 8910, 6477, 7789, 7891, 6887, 9384, 6855, 9110, 6611, 10533, 6454, 7419, 9455, 6835, 10495, 7059, 9708, 6668, 8726, 6493, 6913, 10046, 6767, 10183, 6827, 10439, 6573, 7968, 8102, 7080, 10509, 6877, 9571, 6733, 9242, 6576, 7670, 10887, 7019, 9946, 6727, 11581, 6468, 8596, 7804, 7199, 10342, 7182, 9530, 6462, 8782, 6390, 6977, 9525, 6603, 9218, 6726, 10327, 6400, 7732, 8852, 7037, 10301, 7073, 9729, 6464, 8906, 6437, 6973, 10894, 7191, 9769, 6486, 8886, 6300, 6909, 10570, 7267, 9628, 7052, 9371, 6484, 7424, 6708, 6394, 9908, 7057, 9883, 6942, 9008, 6390, 8407, 6401, 7457, 11385, 6875, 10911, 6741, 9037, 6661, 9661, 6289, 9580, 6420, 7160, 11000, 7084, 10015, 6790, 9229, 6730, 8756, 6414, 7440, 10292, 6719, 10024, 7055, 9281, 6485, 8828, 6418, 7537, 11127, 6926, 10771, 6894, 9674, 6511, 9251, 6447, 7442, 10108, 6599, 10339, 6707, 8446, 6586, 10706, 6408, 7407, 8762, 7127, 10272, 7299, 9807, 6711, 9982, 6507, 7595, 8665, 6368, 10236, 7214, 10519, 6856, 8008, 6460, 8717, 6224, 8279, 8911, 6534, 10387, 6703, 9573, 6883, 9334, 6708, 8153, 6382, 7273, 8995, 6624, 10777, 6875, 9452, 6688, 7814, 6606, 8648, 6922, 9403, 10374, 6479, 10482, 6594, 8706, 6666, 9732, 6531, 8191, 6330, 6948, 11083, 6811, 10423, 7170, 9535, 6955, 7660, 7389, 8378, 6428, 8838, 6393, 11939, 6930, 10368, 6733, 7098, 6386, 7771, 10430, 9559, 9753, 7034, 9563, 6790, 10643, 7267, 9710, 6737, 6852, 6762, 7667, 7437, 9393, 10825, 6688, 10540, 7015, 9745, 6884, 12096, 7284, 10633, 6341, 7372, 8663, 6545, 11230, 7631, 10652, 6504, 9349, 6647, 8107, 6138, 7040, 10221, 8539, 11422, 6785, 9974, 6608, 8302, 6708, 9596, 6561, 7027, 6345, 7035, 8817, 6703, 10288, 7216, 9410, 6916, 8382, 6681, 7711, 6356, 6779, 10445, 6528, 9494, 6669, 8448, 6677, 8476, 6625, 6504, 10689, 6434, 9564, 6730, 8746, 6323, 7050, 7407, 6708, 10426, 6828, 10397, 6744, 8785, 6262, 7027, 10152, 6530, 9658, 6923, 8801, 6448, 7546, 6571, 7061, 10848, 6744, 10101, 6498, 9038, 6342, 8014, 8530, 6828, 10982, 6696, 8485, 6519, 8592, 6506, 7936, 9900, 6639, 10017, 6608, 7073, 6326, 7687, 6501, 6659, 10673, 6620, 9101, 6883, 10469, 6805, 11182, 6479, 7412, 11092, 6857, 10311, 6812, 10220, 6364, 8120, 6987, 6984, 11009, 7212, 10288, 6643, 8415, 6493, 7428, 6375, 6715, 11111, 7059, 10919, 6942, 9291, 6597, 7954, 6259, 7469, 6330, 6756, 11034, 6711, 10379, 6718, 10759, 6968, 10382, 6310, 7553, 6476, 7007, 8762, 6729, 8971, 7016, 8552, 6614, 8270, 6843, 8268, 6644, 9023, 6508, 6968, 6593, 6538, 6809, 6891, 9942, 6485, 9726, 6678, 8747, 6703, 9207], 'WindowCenter': [3943.0, 3969.0, 3915.0, 3945.0, 3913.0, 3952.0, 3889.0, 3931.0, 3889.0, 3898.0, 3938.0, 3888.0, 3929.0, 3898.0, 3917.0, 3877.0, 3908.0, 3888.0, 3901.0, 3919.0, 3910.0, 3941.0, 3890.0, 3928.0, 3888.0, 3909.0, 3888.0, 3909.0, 3890.0, 3899.0, 3889.0, 3889.0, 3899.0, 3891.0, 3932.0, 3902.0, 3951.0, 3909.0, 3928.0, 3888.0, 3907.0, 3887.0, 3898.0, 3888.0, 3919.0, 3887.0, 3919.0, 3929.0, 3942.0, 3918.0, 3888.0, 3927.0, 3887.0, 3927.0, 3899.0, 3926.0, 3887.0, 3897.0, 3887.0, 3929.0, 3887.0, 3928.0, 3876.0, 3896.0, 3906.0, 3898.0, 3938.0, 3908.0, 3928.0, 3877.0, 3916.0, 3885.0, 3916.0, 3887.0, 3938.0, 3876.0, 3905.0, 3874.0, 3886.0, 3926.0, 3906.0, 3925.0, 3884.0, 3915.0, 3873.0, 3915.0, 3875.0, 3905.0, 3873.0, 3883.0, 3863.0, 3875.0, 3925.0, 3884.0, 3915.0, 3874.0, 3884.0, 3875.0, 3907.0, 3875.0, 3886.0, 3886.0, 3886.0, 3926.0, 3885.0, 3926.0, 3898.0, 3917.0, 3885.0, 3888.0, 3886.0, 3928.0, 3886.0, 3907.0, 3918.0, 3928.0, 3938.0, 3896.0, 3925.0, 3886.0, 3904.0, 3886.0, 3917.0, 3897.0, 3928.0, 3885.0, 3917.0, 3887.0, 3895.0, 3874.0, 3888.0, 3927.0, 3907.0, 3936.0, 3886.0, 3926.0, 3885.0, 3916.0, 3886.0, 3908.0, 3885.0, 3885.0, 3873.0, 3886.0, 3936.0, 3897.0, 3937.0, 3875.0, 3915.0, 3873.0, 3904.0, 3862.0, 3886.0, 3935.0, 3885.0, 3925.0, 3874.0, 3893.0, 3874.0, 3905.0, 3874.0, 3896.0, 3905.0, 3885.0, 3915.0, 3885.0, 3916.0, 3896.0, 3916.0, 3886.0, 3907.0, 3885.0, 3896.0, 3887.0, 3898.0, 3926.0, 3886.0, 3926.0, 3886.0, 3926.0, 3886.0, 3937.0, 3885.0, 3907.0, 3874.0, 3885.0, 3915.0, 3876.0, 3927.0, 3886.0, 3925.0, 3874.0, 3905.0, 3874.0, 3884.0, 3924.0, 3885.0, 3926.0, 3874.0, 3915.0, 3873.0, 3895.0, 3873.0, 3887.0, 3926.0, 3885.0, 3915.0, 3874.0, 3894.0, 3874.0, 3908.0, 3875.0, 3887.0, 3926.0, 3886.0, 3925.0, 3875.0, 3895.0, 3875.0, 3906.0, 3875.0, 3877.0, 3917.0, 3887.0, 3926.0, 3877.0, 3917.0, 3885.0, 3897.0, 3876.0, 3886.0, 3916.0, 3897.0, 3927.0, 3886.0, 3927.0, 3886.0, 3907.0, 3875.0, 3896.0, 3938.0, 3886.0, 3927.0, 3885.0, 3906.0, 3885.0, 3907.0, 3917.0, 3886.0, 3937.0, 3886.0, 3926.0, 3887.0, 3907.0, 3876.0, 3896.0, 3916.0, 3877.0, 3937.0, 3886.0, 3906.0, 3886.0, 3907.0, 3876.0, 3876.0, 3905.0, 3887.0, 3927.0, 3887.0, 3919.0, 3888.0, 3939.0, 3875.0, 3898.0, 3905.0, 3886.0, 3916.0, 3887.0, 3918.0, 3888.0, 3919.0, 3888.0, 3888.0, 3926.0, 3888.0, 3917.0, 3887.0, 3919.0, 3887.0, 3897.0, 3929.0, 3897.0, 3927.0, 3887.0, 3930.0, 3878.0, 3930.0, 3876.0, 3886.0, 3936.0, 3899.0, 3928.0, 3888.0, 3937.0, 3876.0, 3916.0, 3895.0, 3885.0, 3926.0, 3885.0, 3926.0, 3886.0, 3929.0, 3875.0, 3906.0, 3874.0, 3887.0, 3928.0, 3898.0, 3927.0, 3886.0, 3917.0, 3885.0, 3897.0, 3887.0, 3901.0, 3919.0, 3899.0, 3940.0, 3899.0, 3929.0, 3888.0, 3930.0, 3888.0, 3909.0, 3929.0, 3909.0, 3939.0, 3886.0, 3927.0, 3887.0, 3930.0, 3878.0, 3941.0, 3877.0, 3886.0, 3918.0, 3898.0, 3930.0, 3897.0, 3929.0, 3898.0, 3918.0, 3876.0, 3908.0, 3888.0, 3899.0, 3928.0, 3877.0, 3939.0, 3886.0, 3927.0, 3887.0, 3930.0, 3887.0, 3938.0, 3875.0, 3886.0, 3916.0, 3887.0, 3938.0, 3896.0, 3937.0, 3874.0, 3916.0, 3886.0, 3918.0, 3877.0, 3929.0, 3886.0, 3875.0, 3925.0, 3895.0, 3915.0, 3876.0, 3917.0, 3887.0, 3917.0, 3886.0, 3896.0, 3875.0, 3897.0, 3938.0, 3897.0, 3929.0, 3920.0, 3939.0, 3886.0, 3905.0, 3885.0, 3918.0, 3876.0, 3928.0, 3874.0, 3887.0, 3885.0, 3886.0, 3916.0, 3876.0, 3938.0, 3906.0, 3927.0, 3886.0, 3916.0, 3885.0, 3907.0, 3875.0, 3927.0, 3895.0, 3876.0, 3926.0, 3885.0, 3906.0, 3885.0, 3907.0, 3876.0, 3896.0, 3875.0, 3886.0, 3927.0, 3886.0, 3916.0, 3885.0, 3916.0, 3875.0, 3896.0, 3875.0, 3886.0, 3927.0, 3886.0, 3927.0, 3886.0, 3918.0, 3873.0, 3896.0, 3916.0, 3874.0, 3927.0, 3875.0, 3914.0, 3873.0, 3895.0, 3873.0, 3886.0, 3936.0, 3885.0, 3926.0, 3874.0, 3905.0, 3874.0, 3906.0, 3896.0, 3886.0, 3928.0, 3885.0, 3916.0, 3873.0, 3896.0, 3875.0, 3886.0, 3937.0, 3896.0, 3926.0, 3874.0, 3895.0, 3875.0, 3908.0, 3896.0, 3885.0, 3936.0, 3875.0, 3927.0, 3875.0, 3918.0, 3876.0, 3885.0, 3927.0, 3886.0, 3927.0, 3875.0, 3906.0, 3874.0, 3897.0, 3937.0, 3886.0, 3926.0, 3886.0, 3895.0, 3873.0, 3906.0, 3906.0, 3876.0, 3927.0, 3887.0, 3918.0, 3887.0, 3916.0, 3876.0, 3886.0, 3915.0, 3887.0, 3917.0, 3887.0, 3928.0, 3875.0, 3897.0, 3926.0, 3885.0, 3916.0, 3886.0, 3917.0, 3875.0, 3898.0, 3896.0, 3886.0, 3917.0, 3887.0, 3918.0, 3887.0, 3928.0, 3876.0, 3899.0, 3916.0, 3887.0, 3927.0, 3886.0, 3917.0, 3887.0, 3917.0, 3875.0, 3886.0, 3927.0, 3887.0, 3928.0, 3888.0, 3940.0, 3886.0, 3908.0, 3895.0, 3898.0, 3927.0, 3889.0, 3930.0, 3887.0, 3919.0, 3886.0, 3897.0, 3928.0, 3899.0, 3928.0, 3888.0, 3940.0, 3876.0, 3917.0, 3896.0, 3896.0, 3927.0, 3886.0, 3917.0, 3876.0, 3917.0, 3877.0, 3886.0, 3916.0, 3888.0, 3918.0, 3887.0, 3929.0, 3875.0, 3897.0, 3915.0, 3888.0, 3927.0, 3886.0, 3918.0, 3874.0, 3917.0, 3876.0, 3887.0, 3927.0, 3885.0, 3927.0, 3875.0, 3917.0, 3876.0, 3885.0, 3927.0, 3897.0, 3917.0, 3885.0, 3917.0, 3874.0, 3898.0, 3885.0, 3877.0, 3928.0, 3897.0, 3928.0, 3887.0, 3918.0, 3875.0, 3919.0, 3876.0, 3900.0, 3939.0, 3888.0, 3939.0, 3888.0, 3919.0, 3888.0, 3928.0, 3877.0, 3928.0, 3877.0, 3898.0, 3939.0, 3897.0, 3928.0, 3887.0, 3918.0, 3886.0, 3917.0, 3876.0, 3897.0, 3927.0, 3888.0, 3927.0, 3886.0, 3917.0, 3875.0, 3918.0, 3874.0, 3908.0, 3937.0, 3886.0, 3926.0, 3886.0, 3917.0, 3874.0, 3917.0, 3875.0, 3897.0, 3927.0, 3887.0, 3927.0, 3886.0, 3907.0, 3885.0, 3928.0, 3874.0, 3897.0, 3905.0, 3885.0, 3926.0, 3897.0, 3928.0, 3887.0, 3928.0, 3875.0, 3899.0, 3907.0, 3886.0, 3927.0, 3897.0, 3928.0, 3886.0, 3895.0, 3874.0, 3918.0, 3875.0, 3908.0, 3917.0, 3875.0, 3926.0, 3886.0, 3927.0, 3897.0, 3917.0, 3886.0, 3906.0, 3874.0, 3896.0, 3917.0, 3886.0, 3939.0, 3887.0, 3916.0, 3888.0, 3896.0, 3887.0, 3919.0, 3888.0, 3919.0, 3929.0, 3876.0, 3927.0, 3886.0, 3916.0, 3886.0, 3917.0, 3875.0, 3907.0, 3875.0, 3896.0, 3938.0, 3888.0, 3927.0, 3886.0, 3917.0, 3898.0, 3909.0, 3899.0, 3919.0, 3888.0, 3919.0, 3889.0, 3951.0, 3897.0, 3928.0, 3885.0, 3886.0, 3887.0, 3910.0, 3940.0, 3930.0, 3918.0, 3887.0, 3927.0, 3900.0, 3939.0, 3898.0, 3928.0, 3887.0, 3887.0, 3887.0, 3909.0, 3899.0, 3931.0, 3940.0, 3888.0, 3928.0, 3886.0, 3917.0, 3886.0, 3939.0, 3884.0, 3926.0, 3864.0, 3884.0, 3904.0, 3874.0, 3924.0, 3895.0, 3924.0, 3872.0, 3903.0, 3873.0, 3895.0, 3862.0, 3885.0, 3913.0, 3905.0, 3924.0, 3874.0, 3913.0, 3872.0, 3894.0, 3872.0, 3914.0, 3872.0, 3883.0, 3873.0, 3885.0, 3905.0, 3886.0, 3926.0, 3895.0, 3917.0, 3885.0, 3906.0, 3874.0, 3896.0, 3874.0, 3886.0, 3926.0, 3875.0, 3916.0, 3885.0, 3908.0, 3885.0, 3906.0, 3874.0, 3876.0, 3926.0, 3875.0, 3916.0, 3885.0, 3905.0, 3874.0, 3885.0, 3884.0, 3887.0, 3925.0, 3874.0, 3925.0, 3873.0, 3906.0, 3873.0, 3885.0, 3926.0, 3875.0, 3916.0, 3885.0, 3905.0, 3874.0, 3894.0, 3884.0, 3886.0, 3926.0, 3885.0, 3925.0, 3874.0, 3916.0, 3875.0, 3907.0, 3906.0, 3886.0, 3927.0, 3886.0, 3905.0, 3876.0, 3918.0, 3875.0, 3907.0, 3917.0, 3886.0, 3915.0, 3884.0, 3885.0, 3876.0, 3907.0, 3875.0, 3888.0, 3926.0, 3886.0, 3917.0, 3899.0, 3928.0, 3886.0, 3938.0, 3874.0, 3884.0, 3924.0, 3875.0, 3925.0, 3873.0, 3925.0, 3863.0, 3894.0, 3872.0, 3883.0, 3925.0, 3885.0, 3913.0, 3872.0, 3893.0, 3862.0, 3883.0, 3862.0, 3873.0, 3926.0, 3884.0, 3924.0, 3884.0, 3904.0, 3873.0, 3894.0, 3862.0, 3884.0, 3863.0, 3874.0, 3924.0, 3874.0, 3917.0, 3886.0, 3927.0, 3885.0, 3915.0, 3862.0, 3883.0, 3862.0, 3883.0, 3904.0, 3874.0, 3904.0, 3885.0, 3904.0, 3875.0, 3905.0, 3886.0, 3907.0, 3886.0, 3916.0, 3875.0, 3886.0, 3885.0, 3889.0, 3886.0, 3897.0, 3928.0, 3888.0, 3929.0, 3888.0, 3917.0, 3888.0, 3931.0], 'WindowWidth': [8831.0, 8853.0, 8776.0, 8812.0, 8767.0, 8819.0, 8729.0, 8785.0, 8725.0, 8737.0, 8790.0, 8726.0, 8778.0, 8738.0, 8762.0, 8707.0, 8751.0, 8724.0, 8748.0, 8767.0, 8757.0, 8797.0, 8729.0, 8778.0, 8726.0, 8754.0, 8725.0, 8753.0, 8728.0, 8740.0, 8725.0, 8727.0, 8739.0, 8734.0, 8788.0, 8750.0, 8814.0, 8755.0, 8777.0, 8724.0, 8748.0, 8721.0, 8739.0, 8725.0, 8768.0, 8722.0, 8769.0, 8781.0, 8800.0, 8763.0, 8723.0, 8774.0, 8721.0, 8773.0, 8738.0, 8770.0, 8720.0, 8733.0, 8720.0, 8780.0, 8721.0, 8777.0, 8704.0, 8732.0, 8744.0, 8735.0, 8790.0, 8749.0, 8775.0, 8706.0, 8755.0, 8715.0, 8757.0, 8718.0, 8789.0, 8703.0, 8741.0, 8696.0, 8716.0, 8769.0, 8744.0, 8766.0, 8712.0, 8751.0, 8697.0, 8754.0, 8699.0, 8740.0, 8694.0, 8709.0, 8681.0, 8701.0, 8765.0, 8711.0, 8753.0, 8698.0, 8710.0, 8700.0, 8747.0, 8701.0, 8718.0, 8716.0, 8717.0, 8768.0, 8716.0, 8769.0, 8735.0, 8758.0, 8717.0, 8721.0, 8718.0, 8777.0, 8717.0, 8747.0, 8763.0, 8778.0, 8790.0, 8730.0, 8767.0, 8717.0, 8737.0, 8719.0, 8760.0, 8734.0, 8775.0, 8716.0, 8761.0, 8718.0, 8729.0, 8698.0, 8722.0, 8771.0, 8746.0, 8783.0, 8718.0, 8769.0, 8716.0, 8757.0, 8718.0, 8750.0, 8714.0, 8715.0, 8696.0, 8718.0, 8783.0, 8732.0, 8784.0, 8700.0, 8754.0, 8694.0, 8737.0, 8679.0, 8716.0, 8779.0, 8714.0, 8766.0, 8699.0, 8721.0, 8698.0, 8740.0, 8698.0, 8731.0, 8740.0, 8715.0, 8754.0, 8714.0, 8754.0, 8731.0, 8756.0, 8716.0, 8745.0, 8715.0, 8731.0, 8719.0, 8735.0, 8770.0, 8717.0, 8771.0, 8718.0, 8770.0, 8717.0, 8788.0, 8713.0, 8745.0, 8698.0, 8714.0, 8751.0, 8704.0, 8771.0, 8716.0, 8767.0, 8698.0, 8741.0, 8696.0, 8712.0, 8764.0, 8714.0, 8770.0, 8698.0, 8752.0, 8694.0, 8727.0, 8696.0, 8719.0, 8770.0, 8715.0, 8753.0, 8698.0, 8724.0, 8698.0, 8747.0, 8701.0, 8718.0, 8769.0, 8717.0, 8767.0, 8701.0, 8726.0, 8700.0, 8743.0, 8700.0, 8708.0, 8757.0, 8719.0, 8770.0, 8709.0, 8761.0, 8716.0, 8735.0, 8704.0, 8717.0, 8755.0, 8734.0, 8772.0, 8718.0, 8774.0, 8716.0, 8747.0, 8701.0, 8733.0, 8787.0, 8719.0, 8771.0, 8715.0, 8744.0, 8713.0, 8746.0, 8759.0, 8717.0, 8786.0, 8718.0, 8769.0, 8718.0, 8748.0, 8703.0, 8732.0, 8756.0, 8707.0, 8784.0, 8716.0, 8741.0, 8718.0, 8747.0, 8704.0, 8706.0, 8741.0, 8720.0, 8773.0, 8721.0, 8765.0, 8723.0, 8793.0, 8702.0, 8735.0, 8741.0, 8718.0, 8756.0, 8723.0, 8764.0, 8723.0, 8766.0, 8722.0, 8723.0, 8771.0, 8724.0, 8762.0, 8722.0, 8766.0, 8721.0, 8736.0, 8777.0, 8734.0, 8773.0, 8722.0, 8781.0, 8710.0, 8782.0, 8705.0, 8717.0, 8784.0, 8737.0, 8775.0, 8721.0, 8788.0, 8703.0, 8757.0, 8726.0, 8714.0, 8768.0, 8715.0, 8768.0, 8716.0, 8777.0, 8699.0, 8744.0, 8699.0, 8718.0, 8772.0, 8737.0, 8773.0, 8718.0, 8759.0, 8717.0, 8735.0, 8721.0, 8745.0, 8767.0, 8741.0, 8796.0, 8741.0, 8780.0, 8723.0, 8782.0, 8725.0, 8754.0, 8778.0, 8752.0, 8791.0, 8719.0, 8772.0, 8721.0, 8781.0, 8709.0, 8798.0, 8706.0, 8719.0, 8759.0, 8736.0, 8780.0, 8735.0, 8777.0, 8736.0, 8763.0, 8704.0, 8750.0, 8722.0, 8738.0, 8776.0, 8709.0, 8790.0, 8717.0, 8773.0, 8721.0, 8781.0, 8720.0, 8791.0, 8701.0, 8717.0, 8756.0, 8720.0, 8787.0, 8730.0, 8784.0, 8699.0, 8756.0, 8715.0, 8762.0, 8706.0, 8778.0, 8716.0, 8702.0, 8766.0, 8726.0, 8752.0, 8704.0, 8758.0, 8719.0, 8761.0, 8717.0, 8733.0, 8702.0, 8733.0, 8787.0, 8734.0, 8777.0, 8769.0, 8789.0, 8718.0, 8743.0, 8717.0, 8762.0, 8705.0, 8775.0, 8700.0, 8719.0, 8715.0, 8719.0, 8755.0, 8704.0, 8788.0, 8745.0, 8771.0, 8716.0, 8755.0, 8713.0, 8746.0, 8701.0, 8773.0, 8727.0, 8704.0, 8767.0, 8715.0, 8742.0, 8714.0, 8745.0, 8704.0, 8730.0, 8699.0, 8718.0, 8770.0, 8717.0, 8757.0, 8714.0, 8755.0, 8699.0, 8729.0, 8700.0, 8718.0, 8771.0, 8717.0, 8772.0, 8715.0, 8760.0, 8696.0, 8730.0, 8756.0, 8699.0, 8771.0, 8698.0, 8751.0, 8695.0, 8727.0, 8697.0, 8716.0, 8782.0, 8714.0, 8769.0, 8699.0, 8740.0, 8698.0, 8743.0, 8729.0, 8716.0, 8772.0, 8713.0, 8754.0, 8696.0, 8728.0, 8701.0, 8717.0, 8784.0, 8729.0, 8769.0, 8698.0, 8726.0, 8701.0, 8748.0, 8729.0, 8715.0, 8783.0, 8700.0, 8770.0, 8701.0, 8762.0, 8703.0, 8714.0, 8769.0, 8715.0, 8770.0, 8700.0, 8743.0, 8699.0, 8735.0, 8786.0, 8718.0, 8768.0, 8716.0, 8728.0, 8696.0, 8743.0, 8742.0, 8705.0, 8773.0, 8719.0, 8762.0, 8716.0, 8756.0, 8702.0, 8716.0, 8753.0, 8720.0, 8758.0, 8720.0, 8776.0, 8701.0, 8731.0, 8769.0, 8716.0, 8756.0, 8718.0, 8758.0, 8701.0, 8734.0, 8728.0, 8718.0, 8759.0, 8721.0, 8763.0, 8720.0, 8777.0, 8704.0, 8737.0, 8756.0, 8721.0, 8773.0, 8717.0, 8760.0, 8720.0, 8760.0, 8700.0, 8718.0, 8773.0, 8723.0, 8775.0, 8722.0, 8793.0, 8716.0, 8749.0, 8728.0, 8735.0, 8773.0, 8724.0, 8779.0, 8721.0, 8766.0, 8716.0, 8734.0, 8774.0, 8740.0, 8776.0, 8723.0, 8794.0, 8704.0, 8760.0, 8729.0, 8732.0, 8774.0, 8718.0, 8759.0, 8703.0, 8759.0, 8705.0, 8718.0, 8757.0, 8724.0, 8762.0, 8721.0, 8778.0, 8701.0, 8733.0, 8754.0, 8723.0, 8773.0, 8717.0, 8762.0, 8699.0, 8758.0, 8701.0, 8719.0, 8772.0, 8715.0, 8771.0, 8700.0, 8758.0, 8702.0, 8714.0, 8771.0, 8731.0, 8758.0, 8716.0, 8760.0, 8698.0, 8733.0, 8715.0, 8708.0, 8776.0, 8734.0, 8776.0, 8721.0, 8763.0, 8704.0, 8767.0, 8706.0, 8740.0, 8790.0, 8723.0, 8791.0, 8722.0, 8764.0, 8723.0, 8776.0, 8706.0, 8776.0, 8706.0, 8737.0, 8789.0, 8735.0, 8775.0, 8721.0, 8761.0, 8716.0, 8760.0, 8703.0, 8734.0, 8772.0, 8722.0, 8772.0, 8717.0, 8758.0, 8701.0, 8760.0, 8700.0, 8749.0, 8786.0, 8716.0, 8770.0, 8717.0, 8758.0, 8700.0, 8759.0, 8702.0, 8733.0, 8771.0, 8718.0, 8770.0, 8718.0, 8746.0, 8716.0, 8775.0, 8699.0, 8732.0, 8739.0, 8716.0, 8770.0, 8732.0, 8774.0, 8720.0, 8774.0, 8700.0, 8736.0, 8743.0, 8719.0, 8773.0, 8733.0, 8775.0, 8716.0, 8727.0, 8698.0, 8763.0, 8702.0, 8750.0, 8759.0, 8703.0, 8770.0, 8719.0, 8773.0, 8734.0, 8760.0, 8717.0, 8745.0, 8698.0, 8732.0, 8759.0, 8720.0, 8791.0, 8721.0, 8758.0, 8723.0, 8731.0, 8719.0, 8766.0, 8722.0, 8766.0, 8775.0, 8703.0, 8772.0, 8717.0, 8757.0, 8719.0, 8760.0, 8700.0, 8747.0, 8701.0, 8732.0, 8788.0, 8723.0, 8772.0, 8718.0, 8759.0, 8737.0, 8753.0, 8741.0, 8768.0, 8725.0, 8767.0, 8727.0, 8812.0, 8735.0, 8777.0, 8715.0, 8718.0, 8721.0, 8757.0, 8793.0, 8783.0, 8761.0, 8719.0, 8774.0, 8746.0, 8795.0, 8737.0, 8775.0, 8722.0, 8720.0, 8720.0, 8753.0, 8740.0, 8784.0, 8793.0, 8723.0, 8775.0, 8717.0, 8759.0, 8718.0, 8791.0, 8711.0, 8770.0, 8684.0, 8710.0, 8735.0, 8697.0, 8763.0, 8726.0, 8762.0, 8692.0, 8733.0, 8693.0, 8724.0, 8679.0, 8711.0, 8746.0, 8739.0, 8762.0, 8696.0, 8745.0, 8693.0, 8721.0, 8692.0, 8750.0, 8691.0, 8708.0, 8694.0, 8714.0, 8738.0, 8715.0, 8768.0, 8727.0, 8756.0, 8714.0, 8741.0, 8698.0, 8730.0, 8698.0, 8716.0, 8769.0, 8701.0, 8755.0, 8714.0, 8748.0, 8714.0, 8743.0, 8698.0, 8703.0, 8768.0, 8702.0, 8756.0, 8714.0, 8741.0, 8698.0, 8713.0, 8709.0, 8718.0, 8766.0, 8698.0, 8767.0, 8696.0, 8741.0, 8694.0, 8714.0, 8767.0, 8702.0, 8755.0, 8714.0, 8740.0, 8697.0, 8725.0, 8711.0, 8719.0, 8770.0, 8715.0, 8767.0, 8699.0, 8756.0, 8701.0, 8748.0, 8744.0, 8717.0, 8772.0, 8716.0, 8741.0, 8704.0, 8762.0, 8702.0, 8747.0, 8757.0, 8716.0, 8754.0, 8713.0, 8715.0, 8704.0, 8747.0, 8703.0, 8724.0, 8771.0, 8718.0, 8760.0, 8738.0, 8777.0, 8717.0, 8790.0, 8699.0, 8712.0, 8764.0, 8699.0, 8764.0, 8695.0, 8766.0, 8680.0, 8723.0, 8692.0, 8708.0, 8764.0, 8712.0, 8747.0, 8691.0, 8720.0, 8678.0, 8707.0, 8678.0, 8697.0, 8766.0, 8711.0, 8761.0, 8709.0, 8734.0, 8693.0, 8722.0, 8678.0, 8711.0, 8681.0, 8697.0, 8762.0, 8697.0, 8755.0, 8716.0, 8772.0, 8713.0, 8751.0, 8677.0, 8705.0, 8677.0, 8707.0, 8736.0, 8697.0, 8734.0, 8712.0, 8737.0, 8700.0, 8739.0, 8715.0, 8744.0, 8717.0, 8756.0, 8700.0, 8717.0, 8715.0, 8726.0, 8718.0, 8734.0, 8775.0, 8724.0, 8778.0, 8725.0, 8761.0, 8723.0, 8783.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.0003053629469122427</td></tr>
<tr><td colspan=3>aqi</td><td>0.019579516576381368</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.391016263047725</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2235178324078089</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9923141792190888</td></tr>
<tr><td colspan=3>efc</td><td>0.4506</td></tr>
<tr><td colspan=3>fber</td><td>6630.7969</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06763833957715444</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6500541711809318</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4516044221839413</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.424762305825525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.617432483050092</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3126184776762067</td></tr>
<tr><td colspan=3>gcor</td><td>0.00539281</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019032467156648636</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018285486847162247</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.686988613646353</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>26.8099</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.1423</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.0699</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309039.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>745.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.4393</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0706</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.3269</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3152.5848</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3393.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67505.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.2564</td></tr>
<tr><td colspan=3>tsnr</td><td>44.810313562396914</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>