<?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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-04/func/sub-0133_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>4ed4be81926d77fc858dd346cf0e072b</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>20:54:22.775000</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.997625, 0.0688718, -0.00139776, -0.0688859, 0.997455, -0.0184055]</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.097809</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7789, -7223, 189, -152, -106, -8, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.681</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5b2fc811-a8e3-4efa-b215-6c3956822c5d||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.676553726196289, -0.18481583893299103, -0.0003417551051825285, 120.1112289428711], [-0.184778094291687, 2.676098108291626, -0.04983682185411453, -87.01775360107422], [-0.003750075586140156, 0.04938066005706787, 2.69953989982605, -74.92903900146484], [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': ['205422.775000', '205423.235000', '205423.695000', '205424.155000', '205424.615000', '205425.075000', '205425.535000', '205425.995000', '205426.455000', '205426.915000', '205427.375000', '205427.835000', '205428.295000', '205428.755000', '205429.215000', '205429.675000', '205430.135000', '205430.595000', '205431.055000', '205431.515000', '205431.975000', '205432.435000', '205432.895000', '205433.355000', '205433.815000', '205434.275000', '205434.735000', '205435.195000', '205435.655000', '205436.115000', '205436.575000', '205437.035000', '205437.495000', '205437.955000', '205438.415000', '205438.875000', '205439.335000', '205439.795000', '205440.255000', '205440.715000', '205441.175000', '205441.635000', '205442.095000', '205442.555000', '205443.015000', '205443.475000', '205443.935000', '205444.395000', '205444.855000', '205445.315000', '205445.775000', '205446.235000', '205446.695000', '205447.155000', '205447.615000', '205448.075000', '205448.535000', '205448.995000', '205449.455000', '205449.915000', '205450.375000', '205450.835000', '205451.295000', '205451.755000', '205452.215000', '205452.675000', '205453.135000', '205453.595000', '205454.055000', '205454.515000', '205454.975000', '205455.435000', '205455.895000', '205456.355000', '205456.815000', '205457.275000', '205457.735000', '205458.195000', '205458.655000', '205459.115000', '205459.575000', '205500.035000', '205500.495000', '205500.955000', '205501.415000', '205501.875000', '205502.335000', '205502.795000', '205503.255000', '205503.715000', '205504.175000', '205504.635000', '205505.095000', '205505.555000', '205506.015000', '205506.475000', '205506.935000', '205507.395000', '205507.855000', '205508.315000', '205508.775000', '205509.235000', '205509.695000', '205510.155000', '205510.615000', '205511.075000', '205511.535000', '205511.995000', '205512.455000', '205512.915000', '205513.375000', '205513.835000', '205514.295000', '205514.755000', '205515.215000', '205515.675000', '205516.135000', '205516.595000', '205517.055000', '205517.515000', '205517.975000', '205518.435000', '205518.895000', '205519.355000', '205519.815000', '205520.275000', '205520.735000', '205521.195000', '205521.655000', '205522.115000', '205522.575000', '205523.035000', '205523.495000', '205523.955000', '205524.415000', '205524.875000', '205525.335000', '205525.795000', '205526.255000', '205526.715000', '205527.175000', '205527.635000', '205528.095000', '205528.555000', '205529.015000', '205529.475000', '205529.935000', '205530.395000', '205530.855000', '205531.315000', '205531.775000', '205532.235000', '205532.695000', '205533.155000', '205533.615000', '205534.075000', '205534.535000', '205534.995000', '205535.455000', '205535.915000', '205536.375000', '205536.835000', '205537.295000', '205537.755000', '205538.215000', '205538.675000', '205539.135000', '205539.595000', '205540.055000', '205540.515000', '205540.975000', '205541.435000', '205541.895000', '205542.355000', '205542.815000', '205543.275000', '205543.735000', '205544.195000', '205544.655000', '205545.115000', '205545.575000', '205546.035000', '205546.495000', '205546.955000', '205547.415000', '205547.875000', '205548.335000', '205548.795000', '205549.255000', '205549.715000', '205550.175000', '205550.635000', '205551.095000', '205551.555000', '205552.015000', '205552.475000', '205552.935000', '205553.395000', '205553.855000', '205554.315000', '205554.775000', '205555.235000', '205555.695000', '205556.155000', '205556.615000', '205557.075000', '205557.535000', '205557.995000', '205558.455000', '205558.915000', '205559.375000', '205559.835000', '205600.295000', '205600.755000', '205601.215000', '205601.675000', '205602.135000', '205602.595000', '205603.055000', '205603.515000', '205603.975000', '205604.435000', '205604.895000', '205605.355000', '205605.815000', '205606.275000', '205606.735000', '205607.195000', '205607.655000', '205608.115000', '205608.575000', '205609.035000', '205609.495000', '205609.955000', '205610.415000', '205610.875000', '205611.335000', '205611.795000', '205612.255000', '205612.715000', '205613.175000', '205613.635000', '205614.095000', '205614.555000', '205615.015000', '205615.475000', '205615.935000', '205616.395000', '205616.855000', '205617.315000', '205617.775000', '205618.235000', '205618.695000', '205619.155000', '205619.615000', '205620.075000', '205620.535000', '205620.995000', '205621.455000', '205621.915000', '205622.375000', '205622.835000', '205623.295000', '205623.755000', '205624.215000', '205624.675000', '205625.135000', '205625.595000', '205626.055000', '205626.515000', '205626.975000', '205627.435000', '205627.895000', '205628.355000', '205628.815000', '205629.275000', '205629.735000', '205630.195000', '205630.655000', '205631.115000', '205631.575000', '205632.035000', '205632.495000', '205632.955000', '205633.415000', '205633.875000', '205634.335000', '205634.795000', '205635.255000', '205635.715000', '205636.175000', '205636.635000', '205637.095000', '205637.555000', '205638.015000', '205638.475000', '205638.935000', '205639.395000', '205639.855000', '205640.315000', '205640.775000', '205641.235000', '205641.695000', '205642.155000', '205642.615000', '205643.075000', '205643.535000', '205643.995000', '205644.455000', '205644.915000', '205645.375000', '205645.835000', '205646.295000', '205646.755000', '205647.215000', '205647.675000', '205648.135000', '205648.595000', '205649.055000', '205649.515000', '205649.975000', '205650.435000', '205650.895000', '205651.355000', '205651.815000', '205652.275000', '205652.735000', '205653.195000', '205653.655000', '205654.115000', '205654.575000', '205655.035000', '205655.495000', '205655.955000', '205656.415000', '205656.875000', '205657.335000', '205657.795000', '205658.255000', '205658.715000', '205659.175000', '205659.635000', '205700.095000', '205700.555000', '205701.015000', '205701.475000', '205701.935000', '205702.395000', '205702.855000', '205703.315000', '205703.775000', '205704.235000', '205704.695000', '205705.155000', '205705.615000', '205706.075000', '205706.535000', '205706.995000', '205707.455000', '205707.915000', '205708.375000', '205708.835000', '205709.295000', '205709.755000', '205710.215000', '205710.675000', '205711.135000', '205711.595000', '205712.055000', '205712.515000', '205712.975000', '205713.435000', '205713.895000', '205714.355000', '205714.815000', '205715.275000', '205715.735000', '205716.195000', '205716.655000', '205717.115000', '205717.575000', '205718.035000', '205718.495000', '205718.955000', '205719.415000', '205719.875000', '205720.335000', '205720.795000', '205721.255000', '205721.715000', '205722.175000', '205722.635000', '205723.095000', '205723.555000', '205724.015000', '205724.475000', '205724.935000', '205725.395000', '205725.855000', '205726.315000', '205726.775000', '205727.235000', '205727.695000', '205728.155000', '205728.615000', '205729.075000', '205729.535000', '205729.995000', '205730.455000', '205730.915000', '205731.375000', '205731.835000', '205732.295000', '205732.755000', '205733.215000', '205733.675000', '205734.135000', '205734.595000', '205735.055000', '205735.515000', '205735.975000', '205736.435000', '205736.895000', '205737.355000', '205737.815000', '205738.275000', '205738.735000', '205739.195000', '205739.655000', '205740.115000', '205740.575000', '205741.035000', '205741.495000', '205741.955000', '205742.415000', '205742.875000', '205743.335000', '205743.795000', '205744.255000', '205744.715000', '205745.175000', '205745.635000', '205746.095000', '205746.555000', '205747.015000', '205747.475000', '205747.935000', '205748.395000', '205748.855000', '205749.315000', '205749.775000', '205750.235000', '205750.695000', '205751.155000', '205751.615000', '205752.075000', '205752.535000', '205752.995000', '205753.455000', '205753.915000', '205754.375000', '205754.835000', '205755.295000', '205755.755000', '205756.215000', '205756.675000', '205757.135000', '205757.595000', '205758.055000', '205758.515000', '205758.975000', '205759.435000', '205759.895000', '205800.355000', '205800.815000', '205801.275000', '205801.735000', '205802.195000', '205802.655000', '205803.115000', '205803.575000', '205804.035000', '205804.495000', '205804.955000', '205805.415000', '205805.875000', '205806.335000', '205806.795000', '205807.255000', '205807.715000', '205808.175000', '205808.635000', '205809.095000', '205809.555000', '205810.015000', '205810.475000', '205810.935000', '205811.395000', '205811.855000', '205812.315000', '205812.775000', '205813.235000', '205813.695000', '205814.155000', '205814.615000', '205815.075000', '205815.535000', '205815.995000', '205816.455000', '205816.915000', '205817.375000', '205817.835000', '205818.295000', '205818.755000', '205819.215000', '205819.675000', '205820.135000', '205820.595000', '205821.055000', '205821.515000', '205821.975000', '205822.435000', '205822.895000', '205823.355000', '205823.815000', '205824.275000', '205824.735000', '205825.195000', '205825.655000', '205826.115000', '205826.575000', '205827.035000', '205827.495000', '205827.955000', '205828.415000', '205828.875000', '205829.335000', '205829.795000', '205830.255000', '205830.715000', '205831.175000', '205831.635000', '205832.095000', '205832.555000', '205833.015000', '205833.475000', '205833.935000', '205834.395000', '205834.855000', '205835.315000', '205835.775000', '205836.235000', '205836.695000', '205837.155000', '205837.615000', '205838.075000', '205838.535000', '205838.995000', '205839.455000', '205839.915000', '205840.375000', '205840.835000', '205841.295000', '205841.755000', '205842.215000', '205842.675000', '205843.135000', '205843.595000', '205844.055000', '205844.515000', '205844.975000', '205845.435000', '205845.895000', '205846.355000', '205846.815000', '205847.275000', '205847.735000', '205848.195000', '205848.655000', '205849.115000', '205849.575000', '205850.035000', '205850.495000', '205850.955000', '205851.415000', '205851.875000', '205852.335000', '205852.795000', '205853.255000', '205853.715000', '205854.175000', '205854.635000', '205855.095000', '205855.555000', '205856.015000', '205856.475000', '205856.935000', '205857.395000', '205857.855000', '205858.315000', '205858.775000', '205859.235000', '205859.695000', '205900.155000', '205900.615000', '205901.075000', '205901.535000', '205901.995000', '205902.455000', '205902.915000', '205903.375000', '205903.835000', '205904.295000', '205904.755000', '205905.215000', '205905.675000', '205906.135000', '205906.595000', '205907.055000', '205907.515000', '205907.975000', '205908.435000', '205908.895000', '205909.355000', '205909.815000', '205910.275000', '205910.735000', '205911.195000', '205911.655000', '205912.115000', '205912.575000', '205913.035000', '205913.495000', '205913.955000', '205914.415000', '205914.875000', '205915.335000', '205915.795000', '205916.255000', '205916.715000', '205917.175000', '205917.635000', '205918.095000', '205918.555000', '205919.015000', '205919.475000', '205919.935000', '205920.395000', '205920.855000', '205921.315000', '205921.775000', '205922.235000', '205922.695000', '205923.155000', '205923.615000', '205924.075000', '205924.535000', '205924.995000', '205925.455000', '205925.915000', '205926.375000', '205926.835000', '205927.295000', '205927.755000', '205928.215000', '205928.675000', '205929.135000', '205929.595000', '205930.055000', '205930.515000', '205930.975000', '205931.435000', '205931.895000', '205932.355000', '205932.815000', '205933.275000', '205933.735000', '205934.195000', '205934.655000', '205935.115000', '205935.575000', '205936.035000', '205936.495000', '205936.955000', '205937.415000', '205937.875000', '205938.335000', '205938.795000', '205939.255000', '205939.715000', '205940.175000', '205940.635000', '205941.095000', '205941.555000', '205942.015000', '205942.475000', '205942.935000', '205943.395000', '205943.855000', '205944.315000', '205944.775000', '205945.235000', '205945.695000', '205946.155000', '205946.615000', '205947.075000', '205947.535000', '205947.995000', '205948.455000', '205948.915000', '205949.375000', '205949.835000', '205950.295000', '205950.755000', '205951.215000', '205951.675000', '205952.135000', '205952.595000', '205953.055000', '205953.515000', '205953.975000', '205954.435000', '205954.895000', '205955.355000', '205955.815000', '205956.275000', '205956.735000', '205957.195000', '205957.655000', '205958.115000', '205958.575000', '205959.035000', '205959.495000', '205959.955000', '210000.415000', '210000.875000', '210001.335000', '210001.795000', '210002.255000', '210002.715000', '210003.175000', '210003.635000', '210004.095000', '210004.555000', '210005.015000', '210005.475000', '210005.935000', '210006.395000', '210006.855000', '210007.315000', '210007.775000', '210008.235000', '210008.695000', '210009.155000', '210009.615000', '210010.075000', '210010.535000', '210010.995000', '210011.455000', '210011.915000', '210012.375000', '210012.835000', '210013.295000', '210013.755000', '210014.215000', '210014.675000', '210015.135000', '210015.595000', '210016.055000', '210016.515000', '210016.975000', '210017.435000', '210017.895000', '210018.355000', '210018.815000', '210019.275000', '210019.735000', '210020.195000', '210020.655000', '210021.115000', '210021.575000', '210022.035000', '210022.495000', '210022.955000', '210023.415000', '210023.875000', '210024.335000', '210024.795000', '210025.255000', '210025.715000', '210026.175000', '210026.635000', '210027.095000', '210027.555000', '210028.015000', '210028.475000', '210028.935000', '210029.395000', '210029.855000', '210030.315000', '210030.775000', '210031.235000', '210031.695000', '210032.155000', '210032.615000', '210033.075000', '210033.535000', '210033.995000', '210034.455000', '210034.915000', '210035.375000', '210035.835000', '210036.295000', '210036.755000', '210037.215000', '210037.675000', '210038.135000', '210038.595000', '210039.055000', '210039.515000', '210039.975000', '210040.435000', '210040.895000', '210041.355000', '210041.815000', '210042.275000', '210042.735000', '210043.195000', '210043.655000', '210044.115000', '210044.575000', '210045.035000', '210045.495000', '210045.955000', '210046.415000', '210046.875000', '210047.335000', '210047.795000', '210048.255000', '210048.715000', '210049.175000', '210049.635000', '210050.095000', '210050.555000', '210051.015000', '210051.475000', '210051.935000', '210052.395000', '210052.855000', '210053.315000', '210053.775000', '210054.235000', '210054.695000', '210055.155000', '210055.615000', '210056.075000', '210056.535000', '210056.995000', '210057.455000', '210057.915000', '210058.375000', '210058.835000', '210059.295000', '210059.755000', '210100.215000', '210100.675000', '210101.135000', '210101.595000', '210102.055000', '210102.515000', '210102.975000', '210103.435000', '210103.895000', '210104.355000', '210104.815000', '210105.275000', '210105.735000', '210106.195000', '210106.655000', '210107.115000', '210107.575000', '210108.035000', '210108.495000', '210108.955000', '210109.415000', '210109.875000', '210110.335000', '210110.795000', '210111.255000', '210111.715000', '210112.175000', '210112.635000', '210113.095000', '210113.555000', '210114.015000', '210114.475000', '210114.935000', '210115.395000', '210115.855000', '210116.315000', '210116.775000', '210117.235000', '210117.695000', '210118.155000', '210118.615000', '210119.075000', '210119.535000', '210119.995000', '210120.455000', '210120.915000', '210121.375000', '210121.835000', '210122.295000', '210122.755000', '210123.215000', '210123.675000', '210124.135000', '210124.595000', '210125.055000', '210125.515000', '210125.975000', '210126.435000', '210126.895000', '210127.355000', '210127.815000', '210128.275000'], 'ContentTime': ['205436.943000', '205436.946000', '205436.949000', '205436.967000', '205436.975000', '205436.978000', '205436.980000', '205436.983000', '205436.985000', '205436.988000', '205436.990000', '205436.993000', '205436.995000', '205436.998000', '205437.002000', '205437.004000', '205437.007000', '205437.009000', '205437.012000', '205437.014000', '205437.022000', '205437.024000', '205437.027000', '205437.030000', '205437.032000', '205437.035000', '205437.037000', '205437.040000', '205437.042000', '205456.912000', '205456.915000', '205456.918000', '205456.920000', '205456.923000', '205456.925000', '205456.928000', '205456.930000', '205456.933000', '205456.936000', '205456.938000', '205456.941000', '205456.943000', '205456.946000', '205456.948000', '205456.951000', '205456.953000', '205456.956000', '205456.958000', '205456.961000', '205456.964000', '205456.966000', '205456.969000', '205456.971000', '205456.974000', '205456.981000', '205456.984000', '205456.986000', '205456.989000', '205456.992000', '205456.994000', '205456.997000', '205457.000000', '205457.003000', '205457.005000', '205457.013000', '205457.016000', '205457.019000', '205457.021000', '205457.024000', '205457.026000', '205457.029000', '205457.031000', '205457.034000', '205516.912000', '205516.915000', '205516.918000', '205516.920000', '205516.923000', '205516.925000', '205516.928000', '205516.931000', '205516.933000', '205516.936000', '205516.938000', '205516.941000', '205516.943000', '205516.946000', '205516.949000', '205516.951000', '205516.954000', '205516.960000', '205516.963000', '205516.965000', '205516.968000', '205516.970000', '205516.973000', '205516.976000', '205516.978000', '205516.981000', '205516.983000', '205516.986000', '205516.989000', '205516.991000', '205516.994000', '205516.996000', '205517.000000', '205517.003000', '205517.005000', '205517.008000', '205517.010000', '205517.013000', '205517.015000', '205517.018000', '205517.021000', '205517.023000', '205517.026000', '205536.913000', '205536.915000', '205536.918000', '205536.921000', '205536.923000', '205536.926000', '205536.928000', '205536.931000', '205536.934000', '205536.936000', '205536.939000', '205536.941000', '205536.944000', '205536.947000', '205536.949000', '205536.952000', '205536.955000', '205536.958000', '205536.961000', '205536.964000', '205536.967000', '205536.969000', '205536.972000', '205536.974000', '205536.988000', '205536.991000', '205536.993000', '205536.996000', '205537.000000', '205537.002000', '205537.005000', '205537.007000', '205537.010000', '205537.013000', '205537.015000', '205537.018000', '205537.020000', '205537.023000', '205537.025000', '205537.028000', '205537.031000', '205537.033000', '205537.036000', '205556.912000', '205556.914000', '205556.917000', '205556.920000', '205556.922000', '205556.925000', '205556.927000', '205556.930000', '205556.932000', '205556.935000', '205556.938000', '205556.940000', '205556.943000', '205556.945000', '205556.948000', '205556.950000', '205556.953000', '205556.956000', '205556.958000', '205556.961000', '205556.963000', '205556.966000', '205556.968000', '205556.971000', '205556.974000', '205556.976000', '205556.979000', '205556.981000', '205556.984000', '205556.986000', '205556.989000', '205556.991000', '205556.994000', '205556.997000', '205557.000000', '205557.003000', '205557.005000', '205557.008000', '205557.010000', '205557.013000', '205557.016000', '205557.018000', '205557.021000', '205557.023000', '205616.913000', '205616.915000', '205616.918000', '205616.921000', '205616.923000', '205616.926000', '205616.928000', '205616.931000', '205616.934000', '205616.936000', '205616.939000', '205616.941000', '205616.944000', '205616.947000', '205616.949000', '205616.952000', '205616.954000', '205616.957000', '205616.959000', '205616.962000', '205616.965000', '205616.967000', '205616.970000', '205616.972000', '205616.975000', '205616.978000', '205616.980000', '205616.983000', '205616.985000', '205616.988000', '205616.991000', '205616.993000', '205616.996000', '205616.998000', '205617.001000', '205617.004000', '205617.006000', '205617.009000', '205617.012000', '205617.014000', '205617.017000', '205617.019000', '205617.022000', '205617.024000', '205636.912000', '205636.915000', '205636.918000', '205636.921000', '205636.923000', '205636.926000', '205636.928000', '205636.931000', '205636.934000', '205636.936000', '205636.939000', '205636.941000', '205636.944000', '205636.946000', '205636.949000', '205636.952000', '205636.954000', '205636.957000', '205636.959000', '205636.962000', '205636.964000', '205636.967000', '205636.970000', '205636.972000', '205636.975000', '205636.977000', '205636.980000', '205636.982000', '205636.985000', '205636.988000', '205636.990000', '205636.993000', '205636.995000', '205636.998000', '205637.001000', '205637.004000', '205637.006000', '205637.009000', '205637.012000', '205637.014000', '205637.017000', '205637.019000', '205637.022000', '205656.912000', '205656.915000', '205656.918000', '205656.920000', '205656.923000', '205656.926000', '205656.928000', '205656.931000', '205656.933000', '205656.941000', '205656.944000', '205656.947000', '205656.949000', '205656.952000', '205656.954000', '205656.957000', '205656.959000', '205656.962000', '205656.965000', '205656.967000', '205656.970000', '205656.972000', '205656.975000', '205656.978000', '205656.980000', '205656.983000', '205656.985000', '205656.988000', '205656.991000', '205656.993000', '205656.996000', '205656.998000', '205657.002000', '205657.004000', '205657.007000', '205657.010000', '205657.012000', '205657.015000', '205657.017000', '205657.020000', '205657.022000', '205657.025000', '205657.028000', '205657.030000', '205716.912000', '205716.915000', '205716.918000', '205716.920000', '205716.923000', '205716.934000', '205716.937000', '205716.940000', '205716.942000', '205716.945000', '205716.947000', '205716.950000', '205716.952000', '205716.955000', '205716.958000', '205716.960000', '205716.963000', '205716.965000', '205716.968000', '205716.971000', '205716.973000', '205716.976000', '205716.978000', '205716.981000', '205716.983000', '205716.986000', '205716.991000', '205716.994000', '205716.996000', '205717.000000', '205717.002000', '205717.005000', '205717.008000', '205717.010000', '205717.013000', '205717.016000', '205717.018000', '205717.021000', '205717.023000', '205717.026000', '205717.028000', '205717.031000', '205717.034000', '205736.913000', '205736.915000', '205736.918000', '205736.921000', '205736.923000', '205736.926000', '205736.929000', '205736.931000', '205736.934000', '205736.936000', '205736.939000', '205736.941000', '205736.944000', '205736.947000', '205736.949000', '205736.952000', '205736.955000', '205736.957000', '205736.960000', '205736.962000', '205736.965000', '205736.968000', '205736.970000', '205736.973000', '205736.975000', '205736.978000', '205736.981000', '205736.983000', '205736.986000', '205736.989000', '205736.991000', '205736.994000', '205736.996000', '205737.000000', '205737.003000', '205737.005000', '205737.008000', '205737.010000', '205737.013000', '205737.016000', '205737.018000', '205737.021000', '205737.023000', '205737.026000', '205756.913000', '205756.915000', '205756.918000', '205756.921000', '205756.923000', '205756.926000', '205756.928000', '205756.931000', '205756.933000', '205756.936000', '205756.939000', '205756.941000', '205756.944000', '205756.946000', '205756.949000', '205756.951000', '205756.954000', '205756.958000', '205756.960000', '205756.963000', '205756.965000', '205756.968000', '205756.971000', '205756.973000', '205756.976000', '205756.978000', '205756.981000', '205756.984000', '205756.986000', '205756.989000', '205756.991000', '205756.994000', '205756.997000', '205757.000000', '205757.003000', '205757.005000', '205757.008000', '205757.010000', '205757.013000', '205757.016000', '205757.018000', '205757.021000', '205757.024000', '205816.911000', '205816.914000', '205816.917000', '205816.920000', '205816.922000', '205816.925000', '205816.928000', '205816.931000', '205816.933000', '205816.936000', '205816.938000', '205816.941000', '205816.944000', '205816.947000', '205816.950000', '205816.953000', '205816.956000', '205816.959000', '205816.961000', '205816.964000', '205816.967000', '205816.969000', '205816.972000', '205816.974000', '205816.977000', '205816.980000', '205816.982000', '205816.985000', '205816.988000', '205816.990000', '205816.993000', '205816.996000', '205816.998000', '205817.002000', '205817.004000', '205817.007000', '205817.010000', '205817.012000', '205817.015000', '205817.017000', '205817.020000', '205817.022000', '205817.025000', '205836.913000', '205836.915000', '205836.918000', '205836.921000', '205836.923000', '205836.926000', '205836.928000', '205836.931000', '205836.934000', '205836.936000', '205836.939000', '205836.941000', '205836.944000', '205836.946000', '205836.949000', '205836.952000', '205836.954000', '205836.957000', '205836.959000', '205836.962000', '205836.965000', '205836.967000', '205836.970000', '205836.972000', '205836.975000', '205836.977000', '205836.980000', '205836.983000', '205836.985000', '205836.988000', '205836.990000', '205836.993000', '205836.996000', '205836.998000', '205837.001000', '205837.003000', '205837.006000', '205837.009000', '205837.011000', '205837.014000', '205837.016000', '205837.019000', '205837.022000', '205837.024000', '205856.912000', '205856.915000', '205856.918000', '205856.921000', '205856.923000', '205856.926000', '205856.929000', '205856.932000', '205856.935000', '205856.937000', '205856.940000', '205856.942000', '205856.945000', '205856.948000', '205856.950000', '205856.953000', '205856.955000', '205856.958000', '205856.961000', '205856.963000', '205856.966000', '205856.968000', '205856.971000', '205856.974000', '205856.976000', '205856.979000', '205856.981000', '205856.984000', '205856.987000', '205856.989000', '205856.992000', '205856.994000', '205856.997000', '205857.001000', '205857.003000', '205857.006000', '205857.008000', '205857.011000', '205857.014000', '205857.016000', '205857.019000', '205857.021000', '205857.024000', '205916.913000', '205916.916000', '205916.918000', '205916.921000', '205916.923000', '205916.926000', '205916.929000', '205916.931000', '205916.934000', '205916.936000', '205916.939000', '205916.941000', '205916.954000', '205916.957000', '205916.959000', '205916.962000', '205916.965000', '205916.967000', '205916.970000', '205916.973000', '205916.975000', '205916.978000', '205916.980000', '205916.983000', '205916.985000', '205916.988000', '205916.991000', '205916.993000', '205916.996000', '205916.998000', '205917.002000', '205917.005000', '205917.007000', '205917.010000', '205917.012000', '205917.015000', '205917.018000', '205917.020000', '205917.023000', '205917.025000', '205917.028000', '205917.031000', '205917.033000', '205917.036000', '205936.913000', '205936.915000', '205936.918000', '205936.921000', '205936.924000', '205936.926000', '205936.929000', '205936.932000', '205936.935000', '205936.937000', '205936.940000', '205936.943000', '205936.945000', '205936.948000', '205936.950000', '205936.953000', '205936.956000', '205936.958000', '205936.961000', '205936.963000', '205936.967000', '205936.969000', '205936.972000', '205936.975000', '205936.977000', '205936.980000', '205936.982000', '205936.985000', '205936.988000', '205936.990000', '205936.993000', '205936.995000', '205936.998000', '205937.001000', '205937.004000', '205937.007000', '205937.009000', '205937.012000', '205937.014000', '205937.017000', '205937.020000', '205937.022000', '205937.025000', '205956.913000', '205956.915000', '205956.918000', '205956.921000', '205956.923000', '205956.926000', '205956.928000', '205956.931000', '205956.934000', '205956.936000', '205956.939000', '205956.942000', '205956.944000', '205956.947000', '205956.949000', '205956.952000', '205956.955000', '205956.957000', '205956.960000', '205956.962000', '205956.965000', '205956.968000', '205956.970000', '205956.973000', '205956.975000', '205956.978000', '205956.980000', '205956.983000', '205956.986000', '205956.988000', '205956.991000', '205956.993000', '205956.996000', '205957.000000', '205957.002000', '205957.005000', '205957.007000', '205957.012000', '205957.014000', '205957.017000', '205957.019000', '205957.022000', '205957.025000', '205957.027000', '210016.913000', '210016.915000', '210016.918000', '210016.921000', '210016.923000', '210016.926000', '210016.928000', '210016.931000', '210016.933000', '210016.936000', '210016.939000', '210016.941000', '210016.957000', '210016.960000', '210016.963000', '210016.965000', '210016.968000', '210016.971000', '210016.973000', '210016.976000', '210016.978000', '210016.981000', '210016.983000', '210016.986000', '210016.989000', '210016.991000', '210016.994000', '210016.996000', '210017.000000', '210017.003000', '210017.005000', '210017.008000', '210017.010000', '210017.013000', '210017.015000', '210017.018000', '210017.021000', '210017.023000', '210017.026000', '210017.028000', '210017.031000', '210017.034000', '210017.036000', '210036.911000', '210036.914000', '210036.917000', '210036.920000', '210036.922000', '210036.925000', '210036.927000', '210036.930000', '210036.932000', '210036.935000', '210036.938000', '210036.940000', '210036.943000', '210036.945000', '210036.948000', '210036.951000', '210036.953000', '210036.956000', '210036.958000', '210036.961000', '210036.964000', '210036.966000', '210036.969000', '210036.971000', '210036.974000', '210036.976000', '210036.979000', '210036.982000', '210036.984000', '210036.987000', '210036.989000', '210036.992000', '210036.994000', '210036.997000', '210037.001000', '210037.003000', '210037.006000', '210037.008000', '210037.011000', '210037.020000', '210037.022000', '210037.025000', '210037.027000', '210037.030000', '210056.912000', '210056.915000', '210056.918000', '210056.921000', '210056.923000', '210056.926000', '210056.928000', '210056.931000', '210056.933000', '210056.936000', '210056.939000', '210056.941000', '210056.944000', '210056.946000', '210056.949000', '210056.952000', '210056.954000', '210056.957000', '210056.959000', '210056.962000', '210056.964000', '210056.967000', '210056.970000', '210056.972000', '210056.975000', '210056.977000', '210056.981000', '210056.984000', '210056.986000', '210056.989000', '210056.991000', '210056.994000', '210056.997000', '210057.000000', '210057.002000', '210057.005000', '210057.008000', '210057.011000', '210057.014000', '210057.016000', '210057.019000', '210057.021000', '210057.024000', '210116.912000', '210116.915000', '210116.918000', '210116.921000', '210116.923000', '210116.926000', '210116.928000', '210116.931000', '210116.933000', '210116.936000', '210116.939000', '210116.941000', '210116.944000', '210116.947000', '210116.949000', '210116.952000', '210116.954000', '210116.957000', '210116.960000', '210116.962000', '210116.965000', '210116.967000', '210116.970000', '210116.972000', '210116.975000', '210116.978000', '210116.980000', '210116.983000', '210116.986000', '210116.988000', '210116.991000', '210116.993000', '210116.996000', '210116.998000', '210117.002000', '210117.004000', '210117.007000', '210117.010000', '210117.012000', '210117.015000', '210117.017000', '210117.020000', '210117.023000', '210117.025000', '210129.169000', '210129.172000', '210129.175000', '210129.177000', '210129.180000', '210129.182000', '210129.185000', '210129.188000', '210129.190000', '210129.210000', '210129.213000', '210129.215000', '210129.218000', '210129.220000', '210129.223000', '210129.226000', '210129.228000', '210129.231000', '210129.233000', '210129.236000', '210129.238000', '210129.241000', '210129.244000', '210129.246000', '210129.249000', '210129.252000', '210129.254000'], 'InstanceCreationTime': ['205436.943000', '205436.946000', '205436.949000', '205436.967000', '205436.975000', '205436.978000', '205436.980000', '205436.983000', '205436.985000', '205436.988000', '205436.990000', '205436.993000', '205436.995000', '205436.998000', '205437.002000', '205437.004000', '205437.007000', '205437.009000', '205437.012000', '205437.014000', '205437.022000', '205437.024000', '205437.027000', '205437.030000', '205437.032000', '205437.035000', '205437.037000', '205437.040000', '205437.042000', '205456.912000', '205456.915000', '205456.918000', '205456.920000', '205456.923000', '205456.925000', '205456.928000', '205456.930000', '205456.933000', '205456.936000', '205456.938000', '205456.941000', '205456.943000', '205456.946000', '205456.948000', '205456.951000', '205456.953000', '205456.956000', '205456.958000', '205456.961000', '205456.964000', '205456.966000', '205456.969000', '205456.971000', '205456.974000', '205456.981000', '205456.984000', '205456.986000', '205456.989000', '205456.992000', '205456.994000', '205456.997000', '205457.000000', '205457.003000', '205457.005000', '205457.013000', '205457.016000', '205457.019000', '205457.021000', '205457.024000', '205457.026000', '205457.029000', '205457.031000', '205457.034000', '205516.912000', '205516.915000', '205516.918000', '205516.920000', '205516.923000', '205516.925000', '205516.928000', '205516.931000', '205516.933000', '205516.936000', '205516.938000', '205516.941000', '205516.943000', '205516.946000', '205516.949000', '205516.951000', '205516.954000', '205516.960000', '205516.963000', '205516.965000', '205516.968000', '205516.970000', '205516.973000', '205516.976000', '205516.978000', '205516.981000', '205516.983000', '205516.986000', '205516.989000', '205516.991000', '205516.994000', '205516.996000', '205517.000000', '205517.003000', '205517.005000', '205517.008000', '205517.010000', '205517.013000', '205517.015000', '205517.018000', '205517.021000', '205517.023000', '205517.026000', '205536.913000', '205536.915000', '205536.918000', '205536.921000', '205536.923000', '205536.926000', '205536.928000', '205536.931000', '205536.934000', '205536.936000', '205536.939000', '205536.941000', '205536.944000', '205536.947000', '205536.949000', '205536.952000', '205536.955000', '205536.958000', '205536.961000', '205536.964000', '205536.967000', '205536.969000', '205536.972000', '205536.974000', '205536.988000', '205536.991000', '205536.993000', '205536.996000', '205537.000000', '205537.002000', '205537.005000', '205537.007000', '205537.010000', '205537.013000', '205537.015000', '205537.018000', '205537.020000', '205537.023000', '205537.025000', '205537.028000', '205537.031000', '205537.033000', '205537.036000', '205556.912000', '205556.914000', '205556.917000', '205556.920000', '205556.922000', '205556.925000', '205556.927000', '205556.930000', '205556.932000', '205556.935000', '205556.938000', '205556.940000', '205556.943000', '205556.945000', '205556.948000', '205556.950000', '205556.953000', '205556.956000', '205556.958000', '205556.961000', '205556.963000', '205556.966000', '205556.968000', '205556.971000', '205556.974000', '205556.976000', '205556.979000', '205556.981000', '205556.984000', '205556.986000', '205556.989000', '205556.991000', '205556.994000', '205556.997000', '205557.000000', '205557.003000', '205557.005000', '205557.008000', '205557.010000', '205557.013000', '205557.016000', '205557.018000', '205557.021000', '205557.023000', '205616.913000', '205616.915000', '205616.918000', '205616.921000', '205616.923000', '205616.926000', '205616.928000', '205616.931000', '205616.934000', '205616.936000', '205616.939000', '205616.941000', '205616.944000', '205616.947000', '205616.949000', '205616.952000', '205616.954000', '205616.957000', '205616.959000', '205616.962000', '205616.965000', '205616.967000', '205616.970000', '205616.972000', '205616.975000', '205616.978000', '205616.980000', '205616.983000', '205616.985000', '205616.988000', '205616.991000', '205616.993000', '205616.996000', '205616.998000', '205617.001000', '205617.004000', '205617.006000', '205617.009000', '205617.012000', '205617.014000', '205617.017000', '205617.019000', '205617.022000', '205617.024000', '205636.912000', '205636.915000', '205636.918000', '205636.921000', '205636.923000', '205636.926000', '205636.928000', '205636.931000', '205636.934000', '205636.936000', '205636.939000', '205636.941000', '205636.944000', '205636.946000', '205636.949000', '205636.952000', '205636.954000', '205636.957000', '205636.959000', '205636.962000', '205636.964000', '205636.967000', '205636.970000', '205636.972000', '205636.975000', '205636.977000', '205636.980000', '205636.982000', '205636.985000', '205636.988000', '205636.990000', '205636.993000', '205636.995000', '205636.998000', '205637.001000', '205637.004000', '205637.006000', '205637.009000', '205637.012000', '205637.014000', '205637.017000', '205637.019000', '205637.022000', '205656.912000', '205656.915000', '205656.918000', '205656.920000', '205656.923000', '205656.926000', '205656.928000', '205656.931000', '205656.933000', '205656.941000', '205656.944000', '205656.947000', '205656.949000', '205656.952000', '205656.954000', '205656.957000', '205656.959000', '205656.962000', '205656.965000', '205656.967000', '205656.970000', '205656.972000', '205656.975000', '205656.978000', '205656.980000', '205656.983000', '205656.985000', '205656.988000', '205656.991000', '205656.993000', '205656.996000', '205656.998000', '205657.002000', '205657.004000', '205657.007000', '205657.010000', '205657.012000', '205657.015000', '205657.017000', '205657.020000', '205657.022000', '205657.025000', '205657.028000', '205657.030000', '205716.912000', '205716.915000', '205716.918000', '205716.920000', '205716.923000', '205716.934000', '205716.937000', '205716.940000', '205716.942000', '205716.945000', '205716.947000', '205716.950000', '205716.952000', '205716.955000', '205716.958000', '205716.960000', '205716.963000', '205716.965000', '205716.968000', '205716.971000', '205716.973000', '205716.976000', '205716.978000', '205716.981000', '205716.983000', '205716.986000', '205716.991000', '205716.994000', '205716.996000', '205717.000000', '205717.002000', '205717.005000', '205717.008000', '205717.010000', '205717.013000', '205717.016000', '205717.018000', '205717.021000', '205717.023000', '205717.026000', '205717.028000', '205717.031000', '205717.034000', '205736.913000', '205736.915000', '205736.918000', '205736.921000', '205736.923000', '205736.926000', '205736.929000', '205736.931000', '205736.934000', '205736.936000', '205736.939000', '205736.941000', '205736.944000', '205736.947000', '205736.949000', '205736.952000', '205736.955000', '205736.957000', '205736.960000', '205736.962000', '205736.965000', '205736.968000', '205736.970000', '205736.973000', '205736.975000', '205736.978000', '205736.981000', '205736.983000', '205736.986000', '205736.989000', '205736.991000', '205736.994000', '205736.996000', '205737.000000', '205737.003000', '205737.005000', '205737.008000', '205737.010000', '205737.013000', '205737.016000', '205737.018000', '205737.021000', '205737.023000', '205737.026000', '205756.913000', '205756.915000', '205756.918000', '205756.921000', '205756.923000', '205756.926000', '205756.928000', '205756.931000', '205756.933000', '205756.936000', '205756.939000', '205756.941000', '205756.944000', '205756.946000', '205756.949000', '205756.951000', '205756.954000', '205756.958000', '205756.960000', '205756.963000', '205756.965000', '205756.968000', '205756.971000', '205756.973000', '205756.976000', '205756.978000', '205756.981000', '205756.984000', '205756.986000', '205756.989000', '205756.991000', '205756.994000', '205756.997000', '205757.000000', '205757.003000', '205757.005000', '205757.008000', '205757.010000', '205757.013000', '205757.016000', '205757.018000', '205757.021000', '205757.024000', '205816.911000', '205816.914000', '205816.917000', '205816.920000', '205816.922000', '205816.925000', '205816.928000', '205816.931000', '205816.933000', '205816.936000', '205816.938000', '205816.941000', '205816.944000', '205816.947000', '205816.950000', '205816.953000', '205816.956000', '205816.959000', '205816.961000', '205816.964000', '205816.967000', '205816.969000', '205816.972000', '205816.974000', '205816.977000', '205816.980000', '205816.982000', '205816.985000', '205816.988000', '205816.990000', '205816.993000', '205816.996000', '205816.998000', '205817.002000', '205817.004000', '205817.007000', '205817.010000', '205817.012000', '205817.015000', '205817.017000', '205817.020000', '205817.022000', '205817.025000', '205836.913000', '205836.915000', '205836.918000', '205836.921000', '205836.923000', '205836.926000', '205836.928000', '205836.931000', '205836.934000', '205836.936000', '205836.939000', '205836.941000', '205836.944000', '205836.946000', '205836.949000', '205836.952000', '205836.954000', '205836.957000', '205836.959000', '205836.962000', '205836.965000', '205836.967000', '205836.970000', '205836.972000', '205836.975000', '205836.977000', '205836.980000', '205836.983000', '205836.985000', '205836.988000', '205836.990000', '205836.993000', '205836.996000', '205836.998000', '205837.001000', '205837.003000', '205837.006000', '205837.009000', '205837.011000', '205837.014000', '205837.016000', '205837.019000', '205837.022000', '205837.024000', '205856.912000', '205856.915000', '205856.918000', '205856.921000', '205856.923000', '205856.926000', '205856.929000', '205856.932000', '205856.935000', '205856.937000', '205856.940000', '205856.942000', '205856.945000', '205856.948000', '205856.950000', '205856.953000', '205856.955000', '205856.958000', '205856.961000', '205856.963000', '205856.966000', '205856.968000', '205856.971000', '205856.974000', '205856.976000', '205856.979000', '205856.981000', '205856.984000', '205856.987000', '205856.989000', '205856.992000', '205856.994000', '205856.997000', '205857.001000', '205857.003000', '205857.006000', '205857.008000', '205857.011000', '205857.014000', '205857.016000', '205857.019000', '205857.021000', '205857.024000', '205916.913000', '205916.916000', '205916.918000', '205916.921000', '205916.923000', '205916.926000', '205916.929000', '205916.931000', '205916.934000', '205916.936000', '205916.939000', '205916.941000', '205916.954000', '205916.957000', '205916.959000', '205916.962000', '205916.965000', '205916.967000', '205916.970000', '205916.973000', '205916.975000', '205916.978000', '205916.980000', '205916.983000', '205916.985000', '205916.988000', '205916.991000', '205916.993000', '205916.996000', '205916.998000', '205917.002000', '205917.005000', '205917.007000', '205917.010000', '205917.012000', '205917.015000', '205917.018000', '205917.020000', '205917.023000', '205917.025000', '205917.028000', '205917.031000', '205917.033000', '205917.036000', '205936.913000', '205936.915000', '205936.918000', '205936.921000', '205936.924000', '205936.926000', '205936.929000', '205936.932000', '205936.935000', '205936.937000', '205936.940000', '205936.943000', '205936.945000', '205936.948000', '205936.950000', '205936.953000', '205936.956000', '205936.958000', '205936.961000', '205936.963000', '205936.967000', '205936.969000', '205936.972000', '205936.975000', '205936.977000', '205936.980000', '205936.982000', '205936.985000', '205936.988000', '205936.990000', '205936.993000', '205936.995000', '205936.998000', '205937.001000', '205937.004000', '205937.007000', '205937.009000', '205937.012000', '205937.014000', '205937.017000', '205937.020000', '205937.022000', '205937.025000', '205956.913000', '205956.915000', '205956.918000', '205956.921000', '205956.923000', '205956.926000', '205956.928000', '205956.931000', '205956.934000', '205956.936000', '205956.939000', '205956.942000', '205956.944000', '205956.947000', '205956.949000', '205956.952000', '205956.955000', '205956.957000', '205956.960000', '205956.962000', '205956.965000', '205956.968000', '205956.970000', '205956.973000', '205956.975000', '205956.978000', '205956.980000', '205956.983000', '205956.986000', '205956.988000', '205956.991000', '205956.993000', '205956.996000', '205957.000000', '205957.002000', '205957.005000', '205957.007000', '205957.012000', '205957.014000', '205957.017000', '205957.019000', '205957.022000', '205957.025000', '205957.027000', '210016.913000', '210016.915000', '210016.918000', '210016.921000', '210016.923000', '210016.926000', '210016.928000', '210016.931000', '210016.933000', '210016.936000', '210016.939000', '210016.941000', '210016.957000', '210016.960000', '210016.963000', '210016.965000', '210016.968000', '210016.971000', '210016.973000', '210016.976000', '210016.978000', '210016.981000', '210016.983000', '210016.986000', '210016.989000', '210016.991000', '210016.994000', '210016.996000', '210017.000000', '210017.003000', '210017.005000', '210017.008000', '210017.010000', '210017.013000', '210017.015000', '210017.018000', '210017.021000', '210017.023000', '210017.026000', '210017.028000', '210017.031000', '210017.034000', '210017.036000', '210036.911000', '210036.914000', '210036.917000', '210036.920000', '210036.922000', '210036.925000', '210036.927000', '210036.930000', '210036.932000', '210036.935000', '210036.938000', '210036.940000', '210036.943000', '210036.945000', '210036.948000', '210036.951000', '210036.953000', '210036.956000', '210036.958000', '210036.961000', '210036.964000', '210036.966000', '210036.969000', '210036.971000', '210036.974000', '210036.976000', '210036.979000', '210036.982000', '210036.984000', '210036.987000', '210036.989000', '210036.992000', '210036.994000', '210036.997000', '210037.001000', '210037.003000', '210037.006000', '210037.008000', '210037.011000', '210037.020000', '210037.022000', '210037.025000', '210037.027000', '210037.030000', '210056.912000', '210056.915000', '210056.918000', '210056.921000', '210056.923000', '210056.926000', '210056.928000', '210056.931000', '210056.933000', '210056.936000', '210056.939000', '210056.941000', '210056.944000', '210056.946000', '210056.949000', '210056.952000', '210056.954000', '210056.957000', '210056.959000', '210056.962000', '210056.964000', '210056.967000', '210056.970000', '210056.972000', '210056.975000', '210056.977000', '210056.981000', '210056.984000', '210056.986000', '210056.989000', '210056.991000', '210056.994000', '210056.997000', '210057.000000', '210057.002000', '210057.005000', '210057.008000', '210057.011000', '210057.014000', '210057.016000', '210057.019000', '210057.021000', '210057.024000', '210116.912000', '210116.915000', '210116.918000', '210116.921000', '210116.923000', '210116.926000', '210116.928000', '210116.931000', '210116.933000', '210116.936000', '210116.939000', '210116.941000', '210116.944000', '210116.947000', '210116.949000', '210116.952000', '210116.954000', '210116.957000', '210116.960000', '210116.962000', '210116.965000', '210116.967000', '210116.970000', '210116.972000', '210116.975000', '210116.978000', '210116.980000', '210116.983000', '210116.986000', '210116.988000', '210116.991000', '210116.993000', '210116.996000', '210116.998000', '210117.002000', '210117.004000', '210117.007000', '210117.010000', '210117.012000', '210117.015000', '210117.017000', '210117.020000', '210117.023000', '210117.025000', '210129.169000', '210129.172000', '210129.175000', '210129.177000', '210129.180000', '210129.182000', '210129.185000', '210129.188000', '210129.190000', '210129.210000', '210129.213000', '210129.215000', '210129.218000', '210129.220000', '210129.223000', '210129.226000', '210129.228000', '210129.231000', '210129.233000', '210129.236000', '210129.238000', '210129.241000', '210129.244000', '210129.246000', '210129.249000', '210129.252000', '210129.254000'], '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': [12187, 9167, 7700, 10474, 10833, 15730, 11287, 8626, 10817, 8684, 10803, 14318, 10700, 10073, 8809, 6772, 12694, 9953, 10115, 8567, 7468, 11208, 8232, 9503, 8281, 11482, 9767, 7145, 12115, 9477, 7111, 8901, 8625, 14427, 10264, 7418, 9620, 7646, 13612, 11118, 12179, 9052, 6869, 11916, 10256, 11526, 8707, 8039, 12361, 9388, 10622, 8628, 14514, 10896, 11052, 9441, 8726, 12403, 8243, 10631, 8635, 14647, 10584, 6907, 9501, 7481, 12568, 8449, 10473, 7640, 13232, 9722, 11392, 8626, 10935, 9441, 9088, 9603, 7395, 10116, 8521, 10863, 8117, 10767, 8950, 13305, 9429, 10436, 9180, 14743, 10399, 7237, 8929, 7135, 13199, 10609, 8481, 9202, 7130, 13181, 10320, 13932, 9817, 8191, 11035, 9733, 15812, 11059, 6850, 9780, 9415, 12691, 8519, 10020, 8544, 16275, 11905, 7986, 9464, 7578, 8585, 9922, 8969, 14311, 10032, 9687, 10299, 8002, 10011, 9228, 10536, 10365, 10784, 8803, 14680, 11327, 8014, 10082, 6840, 10164, 7255, 13196, 11042, 9195, 9388, 7059, 9492, 7400, 12705, 10123, 11368, 8181, 8813, 8703, 9636, 10825, 7543, 9996, 7577, 13045, 10318, 9974, 8156, 6500, 9203, 9409, 11642, 8572, 6710, 8666, 7246, 13075, 10206, 7523, 9927, 7640, 12727, 11528, 14659, 10208, 12811, 9169, 13680, 12265, 8272, 9839, 7677, 13514, 10559, 7846, 9365, 6977, 13193, 10674, 8281, 9215, 7980, 14068, 9434, 7978, 10575, 8766, 12100, 8851, 12845, 9131, 10146, 10471, 8899, 9595, 7964, 10755, 8720, 10085, 10935, 8211, 11841, 8851, 14155, 9944, 6484, 9715, 7191, 10458, 8587, 13447, 9681, 6865, 7903, 6785, 9738, 8142, 7377, 8405, 7332, 7691, 7273, 12090, 9466, 11546, 8927, 7491, 9614, 10287, 13940, 9413, 10957, 8287, 13418, 10840, 13305, 9777, 7053, 10555, 10627, 11677, 6816, 9523, 7388, 10827, 7299, 9401, 7581, 12056, 8652, 10471, 8194, 11643, 10062, 14635, 9543, 9363, 7950, 9121, 8009, 10274, 8027, 10720, 8614, 9945, 7766, 10095, 8093, 9719, 7781, 11922, 8725, 9587, 7989, 11530, 9019, 11165, 8475, 11528, 9361, 13310, 9636, 10103, 8043, 12494, 9757, 12030, 8706, 9234, 7842, 11865, 9883, 12328, 8835, 11314, 9267, 13736, 9417, 11707, 8778, 13397, 10281, 11658, 8654, 10591, 8212, 12921, 9699, 10992, 8813, 11894, 8778, 14840, 10762, 10240, 8711, 9230, 7322, 12376, 10054, 7938, 8459, 7122, 10350, 9283, 12033, 8441, 7464, 9908, 11309, 14590, 8817, 10308, 7235, 10642, 9754, 12167, 7772, 10251, 7307, 13058, 10150, 11836, 8701, 12739, 10051, 15457, 10656, 6957, 9591, 7472, 14694, 11276, 7370, 9463, 8174, 7127, 8524, 8950, 15191, 9954, 6873, 9687, 7063, 12662, 10513, 13527, 8794, 10473, 7920, 10724, 9807, 12219, 14748, 9801, 7928, 9271, 8106, 12088, 8502, 8569, 11814, 9538, 15039, 10038, 9800, 12180, 15878, 13439, 15719, 14286, 9456, 10581, 7246, 12674, 9783, 6346, 9340, 8396, 13362, 8332, 7488, 8485, 12030, 8659, 8651, 8189, 9107, 8379, 6732, 8778, 6598, 10807, 8378, 6918, 7404, 6975, 8071, 7945, 7115, 9216, 7080, 8869, 7836, 12793, 8141, 9835, 7909, 12318, 10248, 13500, 9195, 7036, 10562, 9818, 13022, 9290, 11334, 8300, 12590, 9305, 10902, 6949, 9870, 7264, 11472, 8156, 10779, 8635, 12194, 8759, 10311, 8209, 12241, 10348, 11301, 8730, 7174, 8431, 11581, 10554, 7244, 9174, 7139, 8957, 7462, 11628, 7437, 9461, 7459, 10963, 8795, 11195, 8579, 11187, 8742, 12598, 9649, 11684, 8625, 11754, 9536, 11889, 8935, 9162, 8439, 10866, 10682, 7356, 9159, 10717, 10891, 9919, 9323, 11583, 9948, 10888, 10582, 8076, 8969, 7396, 10996, 7551, 10124, 7201, 9026, 7557, 12308, 8145, 10298, 7335, 11921, 9520, 12159, 8559, 12029, 9260, 13985, 9067, 11581, 8304, 13158, 9902, 11486, 8516, 12233, 9303, 13286, 9323, 10495, 8367, 12528, 10046, 7483, 9396, 7443, 10049, 8859, 11022, 7215, 9305, 7262, 12071, 9030, 10354, 8180, 12039, 9824, 12589, 9054, 9773, 8041, 12583, 9919, 8431, 9385, 8283, 9942, 12668, 10876, 7429, 9366, 7352, 12498, 9015, 10399, 8141, 12969, 10176, 14141, 9838, 8411, 8917, 9482, 12150, 7844, 11115, 7179, 13008, 10783, 11931, 8595, 9539, 8144, 13298, 10730, 9644, 8893, 10000, 9686, 12738, 10962, 7198, 10204, 7351, 12692, 8730, 10751, 8554, 12876, 10142, 14447, 10153, 7485, 8941, 7766, 12178, 7985, 10235, 7548, 10211, 8442, 12120, 8979, 9726, 8262, 12100, 9674, 10896, 8589, 9818, 8178, 12655, 9973, 7535, 9069, 7562, 10818, 9075, 12063, 9265, 10807, 8675, 13044, 10713, 12171, 9142, 12717, 9913, 14152, 10142, 11408, 8513, 13305, 10647, 9666, 9463, 7594, 9600, 8086, 11298, 8207, 10250, 8217, 13236, 11198, 12435, 9282, 11268, 9247, 13982, 10505, 11811, 8892, 14483, 11061, 12480, 10129, 11224, 9450, 14473, 10747, 10446, 8747, 12504, 10512, 8236, 10078, 7217, 9304, 7926, 13176, 9190, 10533, 8531, 13340, 10407, 12498, 9139, 11086, 8574, 13550, 10475, 7296, 9088, 7566, 10742, 8382, 10389, 8447, 10135, 9378, 9747, 9810, 7441, 9784, 11603, 13027, 7329, 10562, 7916, 13095, 10236, 13377, 9660, 11699, 9474, 10326, 11691, 9225, 11731, 9423, 11087, 13860, 10045, 11833, 8731, 8864, 13583, 9876, 11378, 8393, 14559, 11848, 9866, 11794, 8884, 6764, 9287, 7694, 9406, 10171, 8545, 7436, 10050, 10319, 13191, 10780, 7321, 10805, 9596, 13785, 11381, 7981, 10249, 6959, 11222, 9652, 11794, 9398, 6360, 9137, 8436, 7824, 11002, 9387, 6746, 9880, 7416, 9938, 8331, 6462, 10260, 8668, 9938, 9786, 7414, 11316, 10530, 13986, 10028, 13873, 12255, 14566, 10449, 12656, 8854, 9210, 9573, 7955, 9186, 7550, 9019, 7860, 6487, 8279, 7039, 11104, 8777, 8984, 8859, 6622, 9989, 9075, 12783, 8901, 7277, 8765, 6949, 9230, 7554, 11602, 8881, 11264, 8466, 11943, 9181, 11248, 8726, 10929, 8956, 11608, 9820, 6911, 9839, 8723, 12942, 9154, 10423, 8198, 11668, 8351, 12196, 8953, 8552, 7651, 6681, 10074, 8907, 9941, 7752, 7036, 9072, 9048, 13539, 9107, 10794, 8238, 14218, 11718, 14731, 9504, 11167, 7977, 13874, 10113, 12231, 8929, 8563, 9759, 8242, 11035, 9312, 9760, 10233, 10673, 13865, 8946, 10607, 7113, 13503, 10676, 17187, 10910, 7593, 9284, 7225, 10771, 9121, 8926, 10824, 8472, 9544, 9484, 10041, 12478, 9876, 13682, 10935, 12293, 14413, 10689, 11852, 8983, 7308, 11593, 7929, 7081, 9281, 7601, 13426, 9350, 8243, 8428, 8330, 12081, 8323, 8217, 8101, 7679, 11101], 'WindowCenter': [3903.0, 3856.0, 3821.0, 3850.0, 3849.0, 3880.0, 3848.0, 3827.0, 3833.0, 3811.0, 3832.0, 3867.0, 3834.0, 3821.0, 3811.0, 3779.0, 3844.0, 3823.0, 3821.0, 3811.0, 3790.0, 3845.0, 3814.0, 3824.0, 3815.0, 3858.0, 3837.0, 3804.0, 3858.0, 3837.0, 3794.0, 3826.0, 3827.0, 3869.0, 3849.0, 3806.0, 3837.0, 3805.0, 3869.0, 3848.0, 3846.0, 3826.0, 3794.0, 3859.0, 3839.0, 3848.0, 3827.0, 3815.0, 3860.0, 3827.0, 3836.0, 3824.0, 3868.0, 3846.0, 3845.0, 3824.0, 3812.0, 3845.0, 3813.0, 3833.0, 3813.0, 3854.0, 3835.0, 3792.0, 3823.0, 3791.0, 3846.0, 3802.0, 3822.0, 3802.0, 3843.0, 3823.0, 3832.0, 3801.0, 3833.0, 3824.0, 3824.0, 3824.0, 3804.0, 3835.0, 3815.0, 3836.0, 3803.0, 3835.0, 3814.0, 3856.0, 3824.0, 3834.0, 3823.0, 3867.0, 3836.0, 3804.0, 3828.0, 3819.0, 3871.0, 3862.0, 3826.0, 3837.0, 3805.0, 3872.0, 3850.0, 3869.0, 3838.0, 3828.0, 3848.0, 3839.0, 3879.0, 3847.0, 3780.0, 3823.0, 3811.0, 3843.0, 3811.0, 3821.0, 3813.0, 3865.0, 3843.0, 3813.0, 3822.0, 3800.0, 3811.0, 3834.0, 3826.0, 3879.0, 3837.0, 3838.0, 3848.0, 3814.0, 3831.0, 3821.0, 3822.0, 3823.0, 3820.0, 3797.0, 3839.0, 3819.0, 3786.0, 3808.0, 3765.0, 3806.0, 3774.0, 3827.0, 3817.0, 3793.0, 3782.0, 3761.0, 3792.0, 3773.0, 3826.0, 3806.0, 3816.0, 3785.0, 3794.0, 3797.0, 3809.0, 3818.0, 3787.0, 3807.0, 3788.0, 3841.0, 3821.0, 3821.0, 3799.0, 3768.0, 3812.0, 3811.0, 3843.0, 3812.0, 3791.0, 3813.0, 3804.0, 3856.0, 3837.0, 3804.0, 3824.0, 3802.0, 3845.0, 3834.0, 3854.0, 3811.0, 3829.0, 3798.0, 3828.0, 3830.0, 3785.0, 3795.0, 3774.0, 3827.0, 3807.0, 3774.0, 3795.0, 3763.0, 3827.0, 3807.0, 3785.0, 3795.0, 3784.0, 3838.0, 3797.0, 3801.0, 3833.0, 3811.0, 3844.0, 3812.0, 3842.0, 3823.0, 3821.0, 3821.0, 3799.0, 3822.0, 3801.0, 3820.0, 3798.0, 3807.0, 3820.0, 3788.0, 3818.0, 3797.0, 3828.0, 3796.0, 3752.0, 3793.0, 3762.0, 3804.0, 3784.0, 3828.0, 3808.0, 3764.0, 3787.0, 3778.0, 3821.0, 3802.0, 3792.0, 3814.0, 3806.0, 3803.0, 3819.0, 3858.0, 3840.0, 3860.0, 3841.0, 3807.0, 3827.0, 3837.0, 3870.0, 3824.0, 3834.0, 3801.0, 3844.0, 3836.0, 3855.0, 3824.0, 3780.0, 3823.0, 3821.0, 3831.0, 3766.0, 3809.0, 3791.0, 3833.0, 3776.0, 3796.0, 3788.0, 3843.0, 3800.0, 3820.0, 3800.0, 3831.0, 3821.0, 3856.0, 3811.0, 3809.0, 3788.0, 3808.0, 3800.0, 3820.0, 3800.0, 3832.0, 3812.0, 3822.0, 3801.0, 3822.0, 3801.0, 3822.0, 3801.0, 3844.0, 3813.0, 3823.0, 3814.0, 3845.0, 3825.0, 3846.0, 3813.0, 3845.0, 3824.0, 3856.0, 3824.0, 3823.0, 3803.0, 3845.0, 3824.0, 3844.0, 3812.0, 3811.0, 3814.0, 3845.0, 3837.0, 3854.0, 3826.0, 3834.0, 3826.0, 3856.0, 3825.0, 3844.0, 3812.0, 3844.0, 3823.0, 3832.0, 3801.0, 3821.0, 3801.0, 3843.0, 3821.0, 3832.0, 3812.0, 3844.0, 3814.0, 3867.0, 3834.0, 3822.0, 3812.0, 3825.0, 3817.0, 3844.0, 3837.0, 3813.0, 3829.0, 3803.0, 3861.0, 3851.0, 3858.0, 3829.0, 3817.0, 3838.0, 3847.0, 3870.0, 3814.0, 3824.0, 3790.0, 3822.0, 3811.0, 3832.0, 3788.0, 3807.0, 3776.0, 3840.0, 3808.0, 3829.0, 3797.0, 3828.0, 3809.0, 3850.0, 3819.0, 3777.0, 3809.0, 3788.0, 3854.0, 3819.0, 3789.0, 3822.0, 3811.0, 3788.0, 3811.0, 3824.0, 3867.0, 3835.0, 3781.0, 3822.0, 3790.0, 3844.0, 3820.0, 3842.0, 3799.0, 3820.0, 3786.0, 3817.0, 3818.0, 3841.0, 3864.0, 3821.0, 3800.0, 3821.0, 3799.0, 3842.0, 3811.0, 3814.0, 3846.0, 3823.0, 3855.0, 3822.0, 3809.0, 3830.0, 3839.0, 3827.0, 3825.0, 3814.0, 3766.0, 3775.0, 3732.0, 3797.0, 3776.0, 3734.0, 3776.0, 3756.0, 3808.0, 3766.0, 3743.0, 3767.0, 3797.0, 3767.0, 3766.0, 3768.0, 3778.0, 3770.0, 3748.0, 3781.0, 3762.0, 3816.0, 3799.0, 3788.0, 3788.0, 3789.0, 3800.0, 3814.0, 3805.0, 3822.0, 3793.0, 3825.0, 3803.0, 3857.0, 3802.0, 3822.0, 3801.0, 3843.0, 3823.0, 3843.0, 3812.0, 3790.0, 3833.0, 3822.0, 3843.0, 3810.0, 3820.0, 3787.0, 3830.0, 3796.0, 3807.0, 3763.0, 3806.0, 3774.0, 3817.0, 3785.0, 3805.0, 3796.0, 3817.0, 3797.0, 3807.0, 3799.0, 3828.0, 3809.0, 3817.0, 3798.0, 3775.0, 3798.0, 3829.0, 3820.0, 3776.0, 3809.0, 3777.0, 3810.0, 3788.0, 3832.0, 3789.0, 3821.0, 3790.0, 3832.0, 3811.0, 3832.0, 3811.0, 3831.0, 3811.0, 3843.0, 3810.0, 3830.0, 3798.0, 3830.0, 3809.0, 3829.0, 3810.0, 3809.0, 3801.0, 3831.0, 3833.0, 3789.0, 3823.0, 3820.0, 3834.0, 3820.0, 3811.0, 3830.0, 3822.0, 3833.0, 3832.0, 3801.0, 3822.0, 3803.0, 3845.0, 3803.0, 3835.0, 3802.0, 3824.0, 3801.0, 3857.0, 3803.0, 3832.0, 3791.0, 3844.0, 3822.0, 3844.0, 3799.0, 3832.0, 3810.0, 3842.0, 3798.0, 3817.0, 3798.0, 3840.0, 3808.0, 3818.0, 3797.0, 3828.0, 3808.0, 3839.0, 3809.0, 3818.0, 3799.0, 3829.0, 3820.0, 3775.0, 3809.0, 3786.0, 3819.0, 3809.0, 3831.0, 3788.0, 3809.0, 3789.0, 3842.0, 3810.0, 3820.0, 3800.0, 3842.0, 3822.0, 3842.0, 3812.0, 3821.0, 3802.0, 3842.0, 3823.0, 3810.0, 3824.0, 3801.0, 3822.0, 3842.0, 3833.0, 3789.0, 3811.0, 3789.0, 3843.0, 3811.0, 3820.0, 3799.0, 3841.0, 3822.0, 3853.0, 3822.0, 3800.0, 3811.0, 3821.0, 3842.0, 3801.0, 3834.0, 3789.0, 3843.0, 3834.0, 3832.0, 3811.0, 3809.0, 3800.0, 3841.0, 3832.0, 3808.0, 3810.0, 3808.0, 3809.0, 3828.0, 3819.0, 3763.0, 3807.0, 3775.0, 3828.0, 3796.0, 3817.0, 3796.0, 3827.0, 3819.0, 3839.0, 3819.0, 3774.0, 3797.0, 3774.0, 3829.0, 3786.0, 3806.0, 3773.0, 3806.0, 3786.0, 3829.0, 3798.0, 3807.0, 3798.0, 3830.0, 3809.0, 3819.0, 3810.0, 3820.0, 3811.0, 3842.0, 3823.0, 3801.0, 3812.0, 3802.0, 3834.0, 3813.0, 3845.0, 3821.0, 3833.0, 3813.0, 3855.0, 3834.0, 3843.0, 3822.0, 3841.0, 3822.0, 3854.0, 3822.0, 3831.0, 3811.0, 3842.0, 3833.0, 3821.0, 3822.0, 3800.0, 3822.0, 3802.0, 3845.0, 3812.0, 3833.0, 3813.0, 3855.0, 3845.0, 3844.0, 3823.0, 3832.0, 3823.0, 3854.0, 3834.0, 3831.0, 3811.0, 3850.0, 3833.0, 3842.0, 3821.0, 3830.0, 3821.0, 3852.0, 3821.0, 3818.0, 3799.0, 3829.0, 3820.0, 3799.0, 3821.0, 3789.0, 3811.0, 3800.0, 3854.0, 3812.0, 3832.0, 3811.0, 3853.0, 3833.0, 3842.0, 3822.0, 3831.0, 3812.0, 3853.0, 3833.0, 3790.0, 3826.0, 3815.0, 3834.0, 3800.0, 3821.0, 3811.0, 3821.0, 3824.0, 3824.0, 3835.0, 3804.0, 3835.0, 3844.0, 3857.0, 3804.0, 3847.0, 3801.0, 3854.0, 3822.0, 3843.0, 3822.0, 3831.0, 3822.0, 3822.0, 3844.0, 3811.0, 3831.0, 3811.0, 3831.0, 3854.0, 3821.0, 3830.0, 3799.0, 3798.0, 3842.0, 3809.0, 3831.0, 3799.0, 3853.0, 3843.0, 3822.0, 3842.0, 3812.0, 3778.0, 3810.0, 3788.0, 3810.0, 3833.0, 3813.0, 3789.0, 3809.0, 3822.0, 3830.0, 3818.0, 3776.0, 3804.0, 3795.0, 3826.0, 3816.0, 3771.0, 3792.0, 3749.0, 3804.0, 3795.0, 3815.0, 3794.0, 3750.0, 3794.0, 3797.0, 3786.0, 3830.0, 3823.0, 3778.0, 3807.0, 3775.0, 3807.0, 3798.0, 3766.0, 3820.0, 3813.0, 3822.0, 3823.0, 3791.0, 3833.0, 3822.0, 3839.0, 3796.0, 3815.0, 3804.0, 3812.0, 3778.0, 3783.0, 3755.0, 3752.0, 3764.0, 3743.0, 3763.0, 3744.0, 3763.0, 3768.0, 3747.0, 3768.0, 3760.0, 3813.0, 3796.0, 3795.0, 3795.0, 3763.0, 3818.0, 3810.0, 3842.0, 3798.0, 3788.0, 3809.0, 3790.0, 3809.0, 3789.0, 3832.0, 3811.0, 3820.0, 3799.0, 3830.0, 3809.0, 3818.0, 3797.0, 3817.0, 3798.0, 3818.0, 3809.0, 3777.0, 3808.0, 3798.0, 3841.0, 3810.0, 3818.0, 3799.0, 3843.0, 3812.0, 3841.0, 3810.0, 3809.0, 3800.0, 3790.0, 3835.0, 3841.0, 3849.0, 3830.0, 3820.0, 3841.0, 3841.0, 3883.0, 3839.0, 3848.0, 3826.0, 3868.0, 3856.0, 3866.0, 3821.0, 3831.0, 3801.0, 3853.0, 3821.0, 3842.0, 3808.0, 3797.0, 3822.0, 3812.0, 3831.0, 3821.0, 3819.0, 3833.0, 3832.0, 3855.0, 3810.0, 3831.0, 3787.0, 3850.0, 3819.0, 3873.0, 3833.0, 3801.0, 3820.0, 3790.0, 3831.0, 3809.0, 3799.0, 3820.0, 3800.0, 3808.0, 3810.0, 3821.0, 3842.0, 3809.0, 3839.0, 3819.0, 3816.0, 3828.0, 3793.0, 3802.0, 3769.0, 3760.0, 3801.0, 3769.0, 3748.0, 3780.0, 3772.0, 3827.0, 3793.0, 3768.0, 3769.0, 3768.0, 3813.0, 3785.0, 3784.0, 3797.0, 3800.0, 3817.0], 'WindowWidth': [8738.0, 8660.0, 8605.0, 8639.0, 8638.0, 8681.0, 8634.0, 8605.0, 8605.0, 8573.0, 8601.0, 8657.0, 8606.0, 8586.0, 8571.0, 8526.0, 8620.0, 8589.0, 8583.0, 8570.0, 8543.0, 8624.0, 8581.0, 8593.0, 8586.0, 8645.0, 8616.0, 8568.0, 8648.0, 8617.0, 8554.0, 8599.0, 8603.0, 8664.0, 8633.0, 8574.0, 8615.0, 8570.0, 8659.0, 8630.0, 8625.0, 8600.0, 8555.0, 8646.0, 8620.0, 8630.0, 8601.0, 8583.0, 8651.0, 8601.0, 8612.0, 8595.0, 8658.0, 8625.0, 8622.0, 8592.0, 8574.0, 8622.0, 8577.0, 8601.0, 8575.0, 8632.0, 8609.0, 8546.0, 8589.0, 8545.0, 8623.0, 8560.0, 8586.0, 8558.0, 8616.0, 8590.0, 8599.0, 8556.0, 8601.0, 8593.0, 8593.0, 8592.0, 8566.0, 8610.0, 8581.0, 8610.0, 8565.0, 8606.0, 8577.0, 8638.0, 8591.0, 8605.0, 8592.0, 8655.0, 8610.0, 8566.0, 8607.0, 8602.0, 8671.0, 8658.0, 8605.0, 8616.0, 8571.0, 8673.0, 8636.0, 8661.0, 8619.0, 8608.0, 8634.0, 8622.0, 8678.0, 8627.0, 8529.0, 8589.0, 8571.0, 8617.0, 8570.0, 8583.0, 8576.0, 8651.0, 8619.0, 8580.0, 8588.0, 8559.0, 8574.0, 8609.0, 8602.0, 8680.0, 8621.0, 8621.0, 8634.0, 8583.0, 8605.0, 8586.0, 8589.0, 8591.0, 8580.0, 8547.0, 8605.0, 8576.0, 8530.0, 8560.0, 8499.0, 8555.0, 8510.0, 8586.0, 8570.0, 8534.0, 8517.0, 8488.0, 8531.0, 8507.0, 8583.0, 8557.0, 8568.0, 8527.0, 8536.0, 8548.0, 8564.0, 8576.0, 8533.0, 8560.0, 8536.0, 8610.0, 8585.0, 8583.0, 8552.0, 8509.0, 8574.0, 8571.0, 8619.0, 8574.0, 8547.0, 8577.0, 8567.0, 8640.0, 8615.0, 8566.0, 8591.0, 8560.0, 8622.0, 8606.0, 8631.0, 8568.0, 8590.0, 8548.0, 8588.0, 8592.0, 8524.0, 8536.0, 8509.0, 8585.0, 8557.0, 8510.0, 8538.0, 8495.0, 8584.0, 8557.0, 8525.0, 8538.0, 8523.0, 8602.0, 8544.0, 8561.0, 8607.0, 8576.0, 8623.0, 8577.0, 8618.0, 8593.0, 8589.0, 8588.0, 8552.0, 8586.0, 8557.0, 8579.0, 8547.0, 8557.0, 8579.0, 8534.0, 8573.0, 8542.0, 8586.0, 8539.0, 8475.0, 8531.0, 8488.0, 8547.0, 8523.0, 8588.0, 8561.0, 8498.0, 8532.0, 8523.0, 8587.0, 8562.0, 8548.0, 8581.0, 8575.0, 8565.0, 8596.0, 8644.0, 8623.0, 8651.0, 8627.0, 8577.0, 8602.0, 8615.0, 8662.0, 8591.0, 8603.0, 8557.0, 8618.0, 8612.0, 8634.0, 8590.0, 8527.0, 8588.0, 8583.0, 8596.0, 8502.0, 8564.0, 8543.0, 8599.0, 8516.0, 8539.0, 8535.0, 8615.0, 8551.0, 8577.0, 8552.0, 8594.0, 8586.0, 8640.0, 8571.0, 8562.0, 8535.0, 8560.0, 8555.0, 8580.0, 8555.0, 8599.0, 8573.0, 8585.0, 8557.0, 8585.0, 8557.0, 8584.0, 8558.0, 8618.0, 8576.0, 8589.0, 8579.0, 8622.0, 8595.0, 8622.0, 8577.0, 8620.0, 8592.0, 8639.0, 8591.0, 8588.0, 8565.0, 8620.0, 8592.0, 8618.0, 8573.0, 8570.0, 8579.0, 8621.0, 8615.0, 8634.0, 8598.0, 8606.0, 8598.0, 8639.0, 8594.0, 8617.0, 8574.0, 8618.0, 8590.0, 8598.0, 8556.0, 8581.0, 8555.0, 8616.0, 8584.0, 8596.0, 8571.0, 8616.0, 8579.0, 8658.0, 8607.0, 8586.0, 8573.0, 8596.0, 8590.0, 8619.0, 8616.0, 8579.0, 8613.0, 8571.0, 8656.0, 8645.0, 8646.0, 8609.0, 8590.0, 8620.0, 8629.0, 8665.0, 8579.0, 8591.0, 8541.0, 8587.0, 8570.0, 8600.0, 8534.0, 8559.0, 8516.0, 8608.0, 8562.0, 8589.0, 8544.0, 8587.0, 8565.0, 8624.0, 8578.0, 8519.0, 8563.0, 8539.0, 8633.0, 8577.0, 8543.0, 8590.0, 8574.0, 8536.0, 8573.0, 8594.0, 8659.0, 8610.0, 8532.0, 8585.0, 8541.0, 8622.0, 8580.0, 8614.0, 8553.0, 8582.0, 8532.0, 8574.0, 8582.0, 8616.0, 8654.0, 8589.0, 8563.0, 8589.0, 8559.0, 8619.0, 8578.0, 8582.0, 8627.0, 8594.0, 8637.0, 8589.0, 8565.0, 8594.0, 8603.0, 8585.0, 8580.0, 8561.0, 8484.0, 8493.0, 8433.0, 8525.0, 8498.0, 8440.0, 8499.0, 8472.0, 8542.0, 8486.0, 8452.0, 8486.0, 8528.0, 8489.0, 8486.0, 8493.0, 8505.0, 8496.0, 8467.0, 8517.0, 8492.0, 8572.0, 8555.0, 8538.0, 8537.0, 8542.0, 8557.0, 8583.0, 8571.0, 8588.0, 8550.0, 8593.0, 8563.0, 8640.0, 8560.0, 8584.0, 8557.0, 8615.0, 8589.0, 8614.0, 8571.0, 8542.0, 8604.0, 8586.0, 8616.0, 8566.0, 8578.0, 8532.0, 8592.0, 8542.0, 8557.0, 8495.0, 8554.0, 8511.0, 8569.0, 8523.0, 8553.0, 8542.0, 8571.0, 8544.0, 8558.0, 8551.0, 8588.0, 8564.0, 8571.0, 8547.0, 8514.0, 8550.0, 8590.0, 8579.0, 8518.0, 8562.0, 8521.0, 8569.0, 8536.0, 8599.0, 8538.0, 8583.0, 8543.0, 8600.0, 8572.0, 8601.0, 8571.0, 8597.0, 8570.0, 8614.0, 8567.0, 8592.0, 8548.0, 8592.0, 8565.0, 8591.0, 8566.0, 8564.0, 8557.0, 8595.0, 8601.0, 8540.0, 8591.0, 8580.0, 8604.0, 8581.0, 8569.0, 8595.0, 8588.0, 8603.0, 8601.0, 8560.0, 8588.0, 8567.0, 8624.0, 8566.0, 8609.0, 8562.0, 8593.0, 8560.0, 8643.0, 8564.0, 8602.0, 8546.0, 8620.0, 8586.0, 8618.0, 8552.0, 8599.0, 8566.0, 8614.0, 8549.0, 8572.0, 8547.0, 8605.0, 8562.0, 8573.0, 8543.0, 8586.0, 8563.0, 8606.0, 8563.0, 8574.0, 8550.0, 8590.0, 8579.0, 8515.0, 8562.0, 8530.0, 8579.0, 8566.0, 8596.0, 8536.0, 8565.0, 8538.0, 8615.0, 8568.0, 8581.0, 8555.0, 8612.0, 8586.0, 8614.0, 8573.0, 8585.0, 8561.0, 8615.0, 8591.0, 8570.0, 8591.0, 8557.0, 8589.0, 8615.0, 8602.0, 8537.0, 8569.0, 8538.0, 8617.0, 8570.0, 8581.0, 8553.0, 8612.0, 8587.0, 8631.0, 8588.0, 8555.0, 8573.0, 8585.0, 8617.0, 8558.0, 8606.0, 8541.0, 8617.0, 8604.0, 8600.0, 8570.0, 8565.0, 8554.0, 8612.0, 8599.0, 8562.0, 8566.0, 8561.0, 8566.0, 8589.0, 8578.0, 8495.0, 8558.0, 8512.0, 8590.0, 8544.0, 8571.0, 8544.0, 8586.0, 8578.0, 8606.0, 8577.0, 8513.0, 8544.0, 8512.0, 8591.0, 8528.0, 8555.0, 8511.0, 8555.0, 8529.0, 8590.0, 8548.0, 8559.0, 8550.0, 8593.0, 8567.0, 8579.0, 8568.0, 8581.0, 8573.0, 8615.0, 8589.0, 8558.0, 8575.0, 8561.0, 8607.0, 8578.0, 8623.0, 8587.0, 8603.0, 8576.0, 8636.0, 8606.0, 8617.0, 8587.0, 8612.0, 8588.0, 8634.0, 8588.0, 8595.0, 8571.0, 8614.0, 8605.0, 8584.0, 8586.0, 8557.0, 8589.0, 8561.0, 8623.0, 8576.0, 8604.0, 8577.0, 8638.0, 8622.0, 8620.0, 8589.0, 8601.0, 8589.0, 8635.0, 8606.0, 8599.0, 8571.0, 8623.0, 8604.0, 8613.0, 8584.0, 8595.0, 8584.0, 8626.0, 8582.0, 8575.0, 8551.0, 8591.0, 8582.0, 8552.0, 8582.0, 8539.0, 8570.0, 8556.0, 8634.0, 8573.0, 8598.0, 8572.0, 8629.0, 8604.0, 8614.0, 8587.0, 8598.0, 8573.0, 8630.0, 8603.0, 8543.0, 8600.0, 8585.0, 8607.0, 8555.0, 8583.0, 8571.0, 8583.0, 8594.0, 8595.0, 8610.0, 8570.0, 8615.0, 8621.0, 8645.0, 8568.0, 8627.0, 8559.0, 8633.0, 8587.0, 8616.0, 8585.0, 8598.0, 8587.0, 8588.0, 8619.0, 8570.0, 8596.0, 8570.0, 8598.0, 8633.0, 8584.0, 8594.0, 8552.0, 8547.0, 8614.0, 8564.0, 8598.0, 8554.0, 8633.0, 8619.0, 8591.0, 8616.0, 8571.0, 8523.0, 8571.0, 8534.0, 8565.0, 8604.0, 8575.0, 8535.0, 8561.0, 8584.0, 8592.0, 8572.0, 8511.0, 8548.0, 8536.0, 8581.0, 8567.0, 8497.0, 8525.0, 8467.0, 8546.0, 8535.0, 8566.0, 8535.0, 8473.0, 8537.0, 8549.0, 8536.0, 8599.0, 8594.0, 8525.0, 8554.0, 8513.0, 8559.0, 8548.0, 8503.0, 8582.0, 8576.0, 8584.0, 8588.0, 8543.0, 8602.0, 8584.0, 8605.0, 8539.0, 8565.0, 8547.0, 8556.0, 8501.0, 8502.0, 8465.0, 8456.0, 8475.0, 8447.0, 8475.0, 8451.0, 8476.0, 8490.0, 8462.0, 8491.0, 8486.0, 8560.0, 8543.0, 8538.0, 8539.0, 8494.0, 8578.0, 8567.0, 8613.0, 8547.0, 8536.0, 8566.0, 8542.0, 8563.0, 8540.0, 8599.0, 8571.0, 8581.0, 8551.0, 8591.0, 8563.0, 8574.0, 8546.0, 8569.0, 8546.0, 8573.0, 8563.0, 8519.0, 8559.0, 8547.0, 8610.0, 8566.0, 8574.0, 8550.0, 8616.0, 8575.0, 8611.0, 8570.0, 8567.0, 8559.0, 8545.0, 8611.0, 8631.0, 8638.0, 8617.0, 8605.0, 8630.0, 8630.0, 8692.0, 8626.0, 8634.0, 8604.0, 8663.0, 8644.0, 8654.0, 8587.0, 8598.0, 8561.0, 8631.0, 8586.0, 8614.0, 8565.0, 8547.0, 8590.0, 8577.0, 8601.0, 8588.0, 8581.0, 8608.0, 8605.0, 8640.0, 8573.0, 8599.0, 8539.0, 8627.0, 8585.0, 8667.0, 8608.0, 8564.0, 8588.0, 8547.0, 8603.0, 8571.0, 8554.0, 8584.0, 8557.0, 8564.0, 8570.0, 8585.0, 8614.0, 8566.0, 8605.0, 8579.0, 8569.0, 8590.0, 8533.0, 8544.0, 8493.0, 8483.0, 8540.0, 8495.0, 8467.0, 8513.0, 8505.0, 8586.0, 8534.0, 8494.0, 8496.0, 8494.0, 8560.0, 8529.0, 8526.0, 8549.0, 8560.0, 8574.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.0025488095238095244</td></tr>
<tr><td colspan=3>aqi</td><td>0.03520235</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.09393840798481</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2705980960455043</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0338951684073676</td></tr>
<tr><td colspan=3>efc</td><td>0.5117</td></tr>
<tr><td colspan=3>fber</td><td>4402.7046</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13130421783965016</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>142</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.367965367965368</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.313213797774536</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2041226747223477</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5801187566669936</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.155399961934267</td></tr>
<tr><td colspan=3>gcor</td><td>0.0198633</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02381821721792221</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04710506275296211</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>924</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.186047066323493</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>14.4341</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7689</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.9384</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293863.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>957.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.8092</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9966</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>431.4981</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3016.0601</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3931.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>751.5398</td></tr>
<tr><td colspan=3>tsnr</td><td>32.40613769972697</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>