<?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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-04/func/sub-0080_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>2abda3f86dd1f87ea00ff6b62a9bab94</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>21:58:29.550000</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.989583, 0.0972624, 0.106138, -0.103835, 0.992887, 0.05825]</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.0844545</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4250, -7766, -7219, 267, -123, -46, 42, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>51bc3790-a73f-430d-ac82-6071b85f75d5||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.6549792289733887, -0.27858102321624756, 0.26923668384552, 114.45268249511719], [-0.2609478533267975, 2.663844108581543, 0.18539278209209442, -85.84812927246094], [0.2847598195075989, -0.15628047287464142, 2.680138111114502, -69.65721893310547], [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': ['215829.550000', '215830.010000', '215830.470000', '215830.930000', '215831.390000', '215831.850000', '215832.310000', '215832.770000', '215833.230000', '215833.690000', '215834.150000', '215834.610000', '215835.070000', '215835.530000', '215835.990000', '215836.450000', '215836.910000', '215837.370000', '215837.830000', '215838.290000', '215838.750000', '215839.210000', '215839.670000', '215840.130000', '215840.590000', '215841.050000', '215841.510000', '215841.970000', '215842.430000', '215842.890000', '215843.350000', '215843.810000', '215844.270000', '215844.730000', '215845.190000', '215845.650000', '215846.110000', '215846.570000', '215847.030000', '215847.490000', '215847.950000', '215848.410000', '215848.870000', '215849.330000', '215849.790000', '215850.250000', '215850.710000', '215851.170000', '215851.630000', '215852.090000', '215852.550000', '215853.010000', '215853.470000', '215853.930000', '215854.390000', '215854.850000', '215855.310000', '215855.770000', '215856.230000', '215856.690000', '215857.150000', '215857.610000', '215858.070000', '215858.530000', '215858.990000', '215859.450000', '215859.910000', '215900.370000', '215900.830000', '215901.290000', '215901.750000', '215902.210000', '215902.670000', '215903.130000', '215903.590000', '215904.050000', '215904.510000', '215904.970000', '215905.430000', '215905.890000', '215906.350000', '215906.810000', '215907.270000', '215907.730000', '215908.190000', '215908.650000', '215909.110000', '215909.570000', '215910.030000', '215910.490000', '215910.950000', '215911.410000', '215911.870000', '215912.330000', '215912.790000', '215913.250000', '215913.710000', '215914.170000', '215914.630000', '215915.090000', '215915.550000', '215916.010000', '215916.470000', '215916.930000', '215917.390000', '215917.850000', '215918.310000', '215918.770000', '215919.230000', '215919.690000', '215920.150000', '215920.610000', '215921.070000', '215921.530000', '215921.990000', '215922.450000', '215922.910000', '215923.370000', '215923.830000', '215924.290000', '215924.750000', '215925.210000', '215925.670000', '215926.130000', '215926.590000', '215927.050000', '215927.510000', '215927.970000', '215928.430000', '215928.890000', '215929.350000', '215929.810000', '215930.270000', '215930.730000', '215931.190000', '215931.650000', '215932.110000', '215932.570000', '215933.030000', '215933.490000', '215933.950000', '215934.410000', '215934.870000', '215935.330000', '215935.790000', '215936.250000', '215936.710000', '215937.170000', '215937.630000', '215938.090000', '215938.550000', '215939.010000', '215939.470000', '215939.930000', '215940.390000', '215940.850000', '215941.310000', '215941.770000', '215942.230000', '215942.690000', '215943.150000', '215943.610000', '215944.070000', '215944.530000', '215944.990000', '215945.450000', '215945.910000', '215946.370000', '215946.830000', '215947.290000', '215947.750000', '215948.210000', '215948.670000', '215949.130000', '215949.590000', '215950.050000', '215950.510000', '215950.970000', '215951.430000', '215951.890000', '215952.350000', '215952.810000', '215953.270000', '215953.730000', '215954.190000', '215954.650000', '215955.110000', '215955.570000', '215956.030000', '215956.490000', '215956.950000', '215957.410000', '215957.870000', '215958.330000', '215958.790000', '215959.250000', '215959.710000', '220000.170000', '220000.630000', '220001.090000', '220001.550000', '220002.010000', '220002.470000', '220002.930000', '220003.390000', '220003.850000', '220004.310000', '220004.770000', '220005.230000', '220005.690000', '220006.150000', '220006.610000', '220007.070000', '220007.530000', '220007.990000', '220008.450000', '220008.910000', '220009.370000', '220009.830000', '220010.290000', '220010.750000', '220011.210000', '220011.670000', '220012.130000', '220012.590000', '220013.050000', '220013.510000', '220013.970000', '220014.430000', '220014.890000', '220015.350000', '220015.810000', '220016.270000', '220016.730000', '220017.190000', '220017.650000', '220018.110000', '220018.570000', '220019.030000', '220019.490000', '220019.950000', '220020.410000', '220020.870000', '220021.330000', '220021.790000', '220022.250000', '220022.710000', '220023.170000', '220023.630000', '220024.090000', '220024.550000', '220025.010000', '220025.470000', '220025.930000', '220026.390000', '220026.850000', '220027.310000', '220027.770000', '220028.230000', '220028.690000', '220029.150000', '220029.610000', '220030.070000', '220030.530000', '220030.990000', '220031.450000', '220031.910000', '220032.370000', '220032.830000', '220033.290000', '220033.750000', '220034.210000', '220034.670000', '220035.130000', '220035.590000', '220036.050000', '220036.510000', '220036.970000', '220037.430000', '220037.890000', '220038.350000', '220038.810000', '220039.270000', '220039.730000', '220040.190000', '220040.650000', '220041.110000', '220041.570000', '220042.030000', '220042.490000', '220042.950000', '220043.410000', '220043.870000', '220044.330000', '220044.790000', '220045.250000', '220045.710000', '220046.170000', '220046.630000', '220047.090000', '220047.550000', '220048.010000', '220048.470000', '220048.930000', '220049.390000', '220049.850000', '220050.310000', '220050.770000', '220051.230000', '220051.690000', '220052.150000', '220052.610000', '220053.070000', '220053.530000', '220053.990000', '220054.450000', '220054.910000', '220055.370000', '220055.830000', '220056.290000', '220056.750000', '220057.210000', '220057.670000', '220058.130000', '220058.590000', '220059.050000', '220059.510000', '220059.970000', '220100.430000', '220100.890000', '220101.350000', '220101.810000', '220102.270000', '220102.730000', '220103.190000', '220103.650000', '220104.110000', '220104.570000', '220105.030000', '220105.490000', '220105.950000', '220106.410000', '220106.870000', '220107.330000', '220107.790000', '220108.250000', '220108.710000', '220109.170000', '220109.630000', '220110.090000', '220110.550000', '220111.010000', '220111.470000', '220111.930000', '220112.390000', '220112.850000', '220113.310000', '220113.770000', '220114.230000', '220114.690000', '220115.150000', '220115.610000', '220116.070000', '220116.530000', '220116.990000', '220117.450000', '220117.910000', '220118.370000', '220118.830000', '220119.290000', '220119.750000', '220120.210000', '220120.670000', '220121.130000', '220121.590000', '220122.050000', '220122.510000', '220122.970000', '220123.430000', '220123.890000', '220124.350000', '220124.810000', '220125.270000', '220125.730000', '220126.190000', '220126.650000', '220127.110000', '220127.570000', '220128.030000', '220128.490000', '220128.950000', '220129.410000', '220129.870000', '220130.330000', '220130.790000', '220131.250000', '220131.710000', '220132.170000', '220132.630000', '220133.090000', '220133.550000', '220134.010000', '220134.470000', '220134.930000', '220135.390000', '220135.850000', '220136.310000', '220136.770000', '220137.230000', '220137.690000', '220138.150000', '220138.610000', '220139.070000', '220139.530000', '220139.990000', '220140.450000', '220140.910000', '220141.370000', '220141.830000', '220142.290000', '220142.750000', '220143.210000', '220143.670000', '220144.130000', '220144.590000', '220145.050000', '220145.510000', '220145.970000', '220146.430000', '220146.890000', '220147.350000', '220147.810000', '220148.270000', '220148.730000', '220149.190000', '220149.650000', '220150.110000', '220150.570000', '220151.030000', '220151.490000', '220151.950000', '220152.410000', '220152.870000', '220153.330000', '220153.790000', '220154.250000', '220154.710000', '220155.170000', '220155.630000', '220156.090000', '220156.550000', '220157.010000', '220157.470000', '220157.930000', '220158.390000', '220158.850000', '220159.310000', '220159.770000', '220200.230000', '220200.690000', '220201.150000', '220201.610000', '220202.070000', '220202.530000', '220202.990000', '220203.450000', '220203.910000', '220204.370000', '220204.830000', '220205.290000', '220205.750000', '220206.210000', '220206.670000', '220207.130000', '220207.590000', '220208.050000', '220208.510000', '220208.970000', '220209.430000', '220209.890000', '220210.350000', '220210.810000', '220211.270000', '220211.730000', '220212.190000', '220212.650000', '220213.110000', '220213.570000', '220214.030000', '220214.490000', '220214.950000', '220215.410000', '220215.870000', '220216.330000', '220216.790000', '220217.250000', '220217.710000', '220218.170000', '220218.630000', '220219.090000', '220219.550000', '220220.010000', '220220.470000', '220220.930000', '220221.390000', '220221.850000', '220222.310000', '220222.770000', '220223.230000', '220223.690000', '220224.150000', '220224.610000', '220225.070000', '220225.530000', '220225.990000', '220226.450000', '220226.910000', '220227.370000', '220227.830000', '220228.290000', '220228.750000', '220229.210000', '220229.670000', '220230.130000', '220230.590000', '220231.050000', '220231.510000', '220231.970000', '220232.430000', '220232.890000', '220233.350000', '220233.810000', '220234.270000', '220234.730000', '220235.190000', '220235.650000', '220236.110000', '220236.570000', '220237.030000', '220237.490000', '220237.950000', '220238.410000', '220238.870000', '220239.330000', '220239.790000', '220240.250000', '220240.710000', '220241.170000', '220241.630000', '220242.090000', '220242.550000', '220243.010000', '220243.470000', '220243.930000', '220244.390000', '220244.850000', '220245.310000', '220245.770000', '220246.230000', '220246.690000', '220247.150000', '220247.610000', '220248.070000', '220248.530000', '220248.990000', '220249.450000', '220249.910000', '220250.370000', '220250.830000', '220251.290000', '220251.750000', '220252.210000', '220252.670000', '220253.130000', '220253.590000', '220254.050000', '220254.510000', '220254.970000', '220255.430000', '220255.890000', '220256.350000', '220256.810000', '220257.270000', '220257.730000', '220258.190000', '220258.650000', '220259.110000', '220259.570000', '220300.030000', '220300.490000', '220300.950000', '220301.410000', '220301.870000', '220302.330000', '220302.790000', '220303.250000', '220303.710000', '220304.170000', '220304.630000', '220305.090000', '220305.550000', '220306.010000', '220306.470000', '220306.930000', '220307.390000', '220307.850000', '220308.310000', '220308.770000', '220309.230000', '220309.690000', '220310.150000', '220310.610000', '220311.070000', '220311.530000', '220311.990000', '220312.450000', '220312.910000', '220313.370000', '220313.830000', '220314.290000', '220314.750000', '220315.210000', '220315.670000', '220316.130000', '220316.590000', '220317.050000', '220317.510000', '220317.970000', '220318.430000', '220318.890000', '220319.350000', '220319.810000', '220320.270000', '220320.730000', '220321.190000', '220321.650000', '220322.110000', '220322.570000', '220323.030000', '220323.490000', '220323.950000', '220324.410000', '220324.870000', '220325.330000', '220325.790000', '220326.250000', '220326.710000', '220327.170000', '220327.630000', '220328.090000', '220328.550000', '220329.010000', '220329.470000', '220329.930000', '220330.390000', '220330.850000', '220331.310000', '220331.770000', '220332.230000', '220332.690000', '220333.150000', '220333.610000', '220334.070000', '220334.530000', '220334.990000', '220335.450000', '220335.910000', '220336.370000', '220336.830000', '220337.290000', '220337.750000', '220338.210000', '220338.670000', '220339.130000', '220339.590000', '220340.050000', '220340.510000', '220340.970000', '220341.430000', '220341.890000', '220342.350000', '220342.810000', '220343.270000', '220343.730000', '220344.190000', '220344.650000', '220345.110000', '220345.570000', '220346.030000', '220346.490000', '220346.950000', '220347.410000', '220347.870000', '220348.330000', '220348.790000', '220349.250000', '220349.710000', '220350.170000', '220350.630000', '220351.090000', '220351.550000', '220352.010000', '220352.470000', '220352.930000', '220353.390000', '220353.850000', '220354.310000', '220354.770000', '220355.230000', '220355.690000', '220356.150000', '220356.610000', '220357.070000', '220357.530000', '220357.990000', '220358.450000', '220358.910000', '220359.370000', '220359.830000', '220400.290000', '220400.750000', '220401.210000', '220401.670000', '220402.130000', '220402.590000', '220403.050000', '220403.510000', '220403.970000', '220404.430000', '220404.890000', '220405.350000', '220405.810000', '220406.270000', '220406.730000', '220407.190000', '220407.650000', '220408.110000', '220408.570000', '220409.030000', '220409.490000', '220409.950000', '220410.410000', '220410.870000', '220411.330000', '220411.790000', '220412.250000', '220412.710000', '220413.170000', '220413.630000', '220414.090000', '220414.550000', '220415.010000', '220415.470000', '220415.930000', '220416.390000', '220416.850000', '220417.310000', '220417.770000', '220418.230000', '220418.690000', '220419.150000', '220419.610000', '220420.070000', '220420.530000', '220420.990000', '220421.450000', '220421.910000', '220422.370000', '220422.830000', '220423.290000', '220423.750000', '220424.210000', '220424.670000', '220425.130000', '220425.590000', '220426.050000', '220426.510000', '220426.970000', '220427.430000', '220427.890000', '220428.350000', '220428.810000', '220429.270000', '220429.730000', '220430.190000', '220430.650000', '220431.110000', '220431.570000', '220432.030000', '220432.490000', '220432.950000', '220433.410000', '220433.870000', '220434.330000', '220434.790000', '220435.250000', '220435.710000', '220436.170000', '220436.630000', '220437.090000', '220437.550000', '220438.010000', '220438.470000', '220438.930000', '220439.390000', '220439.850000', '220440.310000', '220440.770000', '220441.230000', '220441.690000', '220442.150000', '220442.610000', '220443.070000', '220443.530000', '220443.990000', '220444.450000', '220444.910000', '220445.370000', '220445.830000', '220446.290000', '220446.750000', '220447.210000', '220447.670000', '220448.130000', '220448.590000', '220449.050000', '220449.510000', '220449.970000', '220450.430000', '220450.890000', '220451.350000', '220451.810000', '220452.270000', '220452.730000', '220453.190000', '220453.650000', '220454.110000', '220454.570000', '220455.030000', '220455.490000', '220455.950000', '220456.410000', '220456.870000', '220457.330000', '220457.790000', '220458.250000', '220458.710000', '220459.170000', '220459.630000', '220500.090000', '220500.550000', '220501.010000', '220501.470000', '220501.930000', '220502.390000', '220502.850000', '220503.310000', '220503.770000', '220504.230000', '220504.690000', '220505.150000', '220505.610000', '220506.070000', '220506.530000', '220506.990000', '220507.450000', '220507.910000', '220508.370000', '220508.830000', '220509.290000', '220509.750000', '220510.210000', '220510.670000', '220511.130000', '220511.590000', '220512.050000', '220512.510000', '220512.970000', '220513.430000', '220513.890000', '220514.350000', '220514.810000', '220515.270000', '220515.730000', '220516.190000', '220516.650000', '220517.110000', '220517.570000', '220518.030000', '220518.490000', '220518.950000', '220519.410000', '220519.870000', '220520.330000', '220520.790000', '220521.250000', '220521.710000', '220522.170000', '220522.630000', '220523.090000', '220523.550000', '220524.010000', '220524.470000', '220524.930000', '220525.390000', '220525.850000', '220526.310000', '220526.770000', '220527.230000', '220527.690000', '220528.150000', '220528.610000', '220529.070000', '220529.530000', '220529.990000', '220530.450000', '220530.910000', '220531.370000', '220531.830000', '220532.290000', '220532.750000', '220533.210000', '220533.670000', '220534.130000', '220534.590000', '220535.050000'], 'ContentTime': ['215857.424000', '215857.428000', '215857.430000', '215857.433000', '215857.436000', '215857.438000', '215857.441000', '215857.444000', '215857.446000', '215857.449000', '215857.451000', '215857.454000', '215857.457000', '215857.459000', '215857.462000', '215857.465000', '215857.467000', '215857.470000', '215857.472000', '215857.475000', '215857.478000', '215857.480000', '215857.483000', '215857.486000', '215857.488000', '215857.491000', '215857.494000', '215857.505000', '215857.508000', '215857.510000', '215857.516000', '215857.519000', '215857.521000', '215857.524000', '215857.527000', '215857.529000', '215857.532000', '215857.535000', '215857.537000', '215857.540000', '215857.543000', '215857.545000', '215857.548000', '215857.550000', '215857.553000', '215857.556000', '215857.559000', '215857.561000', '215857.564000', '215857.567000', '215857.569000', '215857.572000', '215857.574000', '215857.577000', '215857.579000', '215857.582000', '215857.585000', '215857.587000', '215917.396000', '215917.399000', '215917.402000', '215917.405000', '215917.407000', '215917.410000', '215917.413000', '215917.415000', '215917.418000', '215917.421000', '215917.423000', '215917.426000', '215917.428000', '215917.431000', '215917.434000', '215917.437000', '215917.447000', '215917.450000', '215917.453000', '215917.455000', '215917.458000', '215917.461000', '215917.464000', '215917.466000', '215917.469000', '215917.472000', '215917.476000', '215917.479000', '215917.481000', '215917.484000', '215917.486000', '215917.489000', '215917.492000', '215917.495000', '215917.497000', '215917.500000', '215917.502000', '215917.505000', '215917.508000', '215917.510000', '215917.513000', '215917.516000', '215917.518000', '215937.396000', '215937.399000', '215937.402000', '215937.405000', '215937.408000', '215937.410000', '215937.413000', '215937.416000', '215937.418000', '215937.421000', '215937.424000', '215937.426000', '215937.429000', '215937.432000', '215937.434000', '215937.437000', '215937.439000', '215937.442000', '215937.445000', '215937.447000', '215937.450000', '215937.453000', '215937.455000', '215937.458000', '215937.461000', '215937.463000', '215937.466000', '215937.469000', '215937.471000', '215937.474000', '215937.476000', '215937.479000', '215937.482000', '215937.484000', '215937.487000', '215937.490000', '215937.492000', '215937.495000', '215937.498000', '215937.505000', '215937.507000', '215937.510000', '215937.513000', '215937.515000', '215957.397000', '215957.400000', '215957.403000', '215957.406000', '215957.408000', '215957.411000', '215957.414000', '215957.416000', '215957.419000', '215957.422000', '215957.424000', '215957.427000', '215957.430000', '215957.432000', '215957.435000', '215957.438000', '215957.440000', '215957.443000', '215957.446000', '215957.448000', '215957.451000', '215957.453000', '215957.456000', '215957.459000', '215957.461000', '215957.464000', '215957.467000', '215957.469000', '215957.472000', '215957.475000', '215957.477000', '215957.480000', '215957.483000', '215957.485000', '215957.488000', '215957.490000', '215957.493000', '215957.496000', '215957.498000', '215957.501000', '215957.504000', '215957.506000', '215957.509000', '220017.397000', '220017.400000', '220017.403000', '220017.406000', '220017.409000', '220017.411000', '220017.414000', '220017.417000', '220017.419000', '220017.422000', '220017.424000', '220017.427000', '220017.430000', '220017.432000', '220017.435000', '220017.438000', '220017.440000', '220017.443000', '220017.445000', '220017.448000', '220017.451000', '220017.453000', '220017.456000', '220017.466000', '220017.469000', '220017.472000', '220017.474000', '220017.477000', '220017.480000', '220017.482000', '220017.485000', '220017.488000', '220017.490000', '220017.493000', '220017.495000', '220017.498000', '220017.501000', '220017.503000', '220017.506000', '220017.509000', '220017.511000', '220017.514000', '220017.517000', '220017.520000', '220037.397000', '220037.399000', '220037.402000', '220037.405000', '220037.407000', '220037.410000', '220037.413000', '220037.415000', '220037.418000', '220037.421000', '220037.423000', '220037.426000', '220037.429000', '220037.431000', '220037.434000', '220037.437000', '220037.439000', '220037.442000', '220037.445000', '220037.447000', '220037.450000', '220037.453000', '220037.463000', '220037.465000', '220037.468000', '220037.471000', '220037.473000', '220037.476000', '220037.479000', '220037.481000', '220037.484000', '220037.487000', '220037.489000', '220037.492000', '220037.494000', '220037.497000', '220037.500000', '220037.502000', '220037.505000', '220037.508000', '220037.510000', '220037.513000', '220037.516000', '220057.396000', '220057.399000', '220057.402000', '220057.405000', '220057.408000', '220057.410000', '220057.413000', '220057.416000', '220057.419000', '220057.421000', '220057.424000', '220057.426000', '220057.429000', '220057.432000', '220057.434000', '220057.437000', '220057.440000', '220057.442000', '220057.445000', '220057.448000', '220057.450000', '220057.453000', '220057.455000', '220057.458000', '220057.461000', '220057.463000', '220057.466000', '220057.469000', '220057.471000', '220057.474000', '220057.477000', '220057.479000', '220057.482000', '220057.485000', '220057.487000', '220057.490000', '220057.493000', '220057.495000', '220057.498000', '220057.501000', '220057.503000', '220057.506000', '220057.508000', '220057.511000', '220117.396000', '220117.399000', '220117.402000', '220117.405000', '220117.407000', '220117.410000', '220117.413000', '220117.416000', '220117.418000', '220117.421000', '220117.423000', '220117.426000', '220117.429000', '220117.431000', '220117.434000', '220117.437000', '220117.439000', '220117.442000', '220117.444000', '220117.447000', '220117.450000', '220117.452000', '220117.455000', '220117.458000', '220117.460000', '220117.463000', '220117.465000', '220117.472000', '220117.474000', '220117.477000', '220117.480000', '220117.482000', '220117.485000', '220117.488000', '220117.491000', '220117.493000', '220117.496000', '220117.499000', '220117.503000', '220117.505000', '220117.508000', '220117.510000', '220117.513000', '220137.397000', '220137.400000', '220137.403000', '220137.405000', '220137.408000', '220137.411000', '220137.414000', '220137.416000', '220137.419000', '220137.422000', '220137.424000', '220137.427000', '220137.429000', '220137.432000', '220137.435000', '220137.437000', '220137.440000', '220137.443000', '220137.445000', '220137.448000', '220137.450000', '220137.453000', '220137.456000', '220137.458000', '220137.461000', '220137.464000', '220137.466000', '220137.469000', '220137.471000', '220137.474000', '220137.477000', '220137.479000', '220137.482000', '220137.485000', '220137.487000', '220137.490000', '220137.493000', '220137.495000', '220137.498000', '220137.500000', '220137.503000', '220137.506000', '220137.508000', '220137.511000', '220157.397000', '220157.399000', '220157.402000', '220157.405000', '220157.408000', '220157.411000', '220157.413000', '220157.416000', '220157.419000', '220157.421000', '220157.424000', '220157.427000', '220157.429000', '220157.432000', '220157.434000', '220157.437000', '220157.440000', '220157.443000', '220157.452000', '220157.455000', '220157.458000', '220157.460000', '220157.463000', '220157.466000', '220157.468000', '220157.471000', '220157.474000', '220157.476000', '220157.479000', '220157.482000', '220157.484000', '220157.487000', '220157.489000', '220157.523000', '220157.526000', '220157.529000', '220157.532000', '220157.534000', '220157.537000', '220157.540000', '220157.542000', '220157.545000', '220157.548000', '220217.397000', '220217.400000', '220217.403000', '220217.405000', '220217.408000', '220217.411000', '220217.414000', '220217.416000', '220217.419000', '220217.421000', '220217.424000', '220217.427000', '220217.429000', '220217.432000', '220217.435000', '220217.437000', '220217.440000', '220217.442000', '220217.445000', '220217.448000', '220217.450000', '220217.453000', '220217.456000', '220217.458000', '220217.461000', '220217.464000', '220217.466000', '220217.469000', '220217.471000', '220217.474000', '220217.477000', '220217.479000', '220217.482000', '220217.485000', '220217.487000', '220217.490000', '220217.492000', '220217.495000', '220217.498000', '220217.500000', '220217.503000', '220217.506000', '220217.508000', '220217.511000', '220237.398000', '220237.401000', '220237.404000', '220237.407000', '220237.409000', '220237.412000', '220237.415000', '220237.417000', '220237.420000', '220237.423000', '220237.425000', '220237.428000', '220237.431000', '220237.433000', '220237.436000', '220237.438000', '220237.441000', '220237.444000', '220237.446000', '220237.449000', '220237.452000', '220237.454000', '220237.457000', '220237.459000', '220237.462000', '220237.465000', '220237.467000', '220237.470000', '220237.472000', '220237.475000', '220237.478000', '220237.480000', '220237.483000', '220237.486000', '220237.498000', '220237.500000', '220237.503000', '220237.505000', '220237.508000', '220237.511000', '220237.513000', '220237.516000', '220237.519000', '220257.396000', '220257.399000', '220257.402000', '220257.405000', '220257.408000', '220257.410000', '220257.413000', '220257.416000', '220257.419000', '220257.421000', '220257.424000', '220257.426000', '220257.429000', '220257.432000', '220257.434000', '220257.437000', '220257.439000', '220257.442000', '220257.445000', '220257.447000', '220257.450000', '220257.453000', '220257.455000', '220257.458000', '220257.460000', '220257.463000', '220257.466000', '220257.469000', '220257.471000', '220257.474000', '220257.476000', '220257.479000', '220257.482000', '220257.484000', '220257.487000', '220257.489000', '220257.492000', '220257.495000', '220257.497000', '220257.500000', '220257.503000', '220257.505000', '220257.508000', '220257.510000', '220317.397000', '220317.400000', '220317.402000', '220317.405000', '220317.408000', '220317.410000', '220317.413000', '220317.416000', '220317.418000', '220317.421000', '220317.424000', '220317.426000', '220317.429000', '220317.431000', '220317.434000', '220317.437000', '220317.439000', '220317.442000', '220317.445000', '220317.447000', '220317.450000', '220317.453000', '220317.455000', '220317.458000', '220317.461000', '220317.463000', '220317.466000', '220317.468000', '220317.471000', '220317.474000', '220317.476000', '220317.479000', '220317.482000', '220317.484000', '220317.487000', '220317.490000', '220317.492000', '220317.495000', '220317.498000', '220317.500000', '220317.503000', '220317.505000', '220317.508000', '220337.406000', '220337.409000', '220337.412000', '220337.415000', '220337.417000', '220337.420000', '220337.423000', '220337.425000', '220337.428000', '220337.430000', '220337.433000', '220337.436000', '220337.438000', '220337.441000', '220337.444000', '220337.446000', '220337.449000', '220337.452000', '220337.454000', '220337.457000', '220337.460000', '220337.462000', '220337.465000', '220337.467000', '220337.470000', '220337.473000', '220337.475000', '220337.478000', '220337.481000', '220337.483000', '220337.486000', '220337.489000', '220337.491000', '220337.494000', '220337.497000', '220337.499000', '220337.502000', '220337.505000', '220337.507000', '220337.510000', '220337.513000', '220337.515000', '220337.518000', '220337.521000', '220357.397000', '220357.399000', '220357.402000', '220357.405000', '220357.408000', '220357.410000', '220357.413000', '220357.416000', '220357.418000', '220357.421000', '220357.423000', '220357.426000', '220357.429000', '220357.431000', '220357.434000', '220357.437000', '220357.439000', '220357.444000', '220357.447000', '220357.449000', '220357.452000', '220357.454000', '220357.457000', '220357.460000', '220357.462000', '220357.465000', '220357.468000', '220357.470000', '220357.473000', '220357.476000', '220357.478000', '220357.481000', '220357.484000', '220357.486000', '220357.489000', '220357.491000', '220357.494000', '220357.497000', '220357.499000', '220357.502000', '220357.505000', '220357.507000', '220357.510000', '220417.396000', '220417.400000', '220417.402000', '220417.405000', '220417.408000', '220417.410000', '220417.413000', '220417.415000', '220417.418000', '220417.421000', '220417.423000', '220417.426000', '220417.428000', '220417.431000', '220417.434000', '220417.437000', '220417.439000', '220417.442000', '220417.445000', '220417.447000', '220417.450000', '220417.453000', '220417.455000', '220417.458000', '220417.461000', '220417.464000', '220417.466000', '220417.469000', '220417.472000', '220417.474000', '220417.477000', '220417.480000', '220417.482000', '220417.485000', '220417.487000', '220417.490000', '220417.493000', '220417.496000', '220417.498000', '220417.501000', '220417.503000', '220417.506000', '220417.509000', '220417.511000', '220437.398000', '220437.401000', '220437.403000', '220437.406000', '220437.409000', '220437.411000', '220437.414000', '220437.417000', '220437.419000', '220437.422000', '220437.424000', '220437.427000', '220437.430000', '220437.432000', '220437.435000', '220437.438000', '220437.440000', '220437.443000', '220437.446000', '220437.448000', '220437.451000', '220437.454000', '220437.456000', '220437.459000', '220437.462000', '220437.465000', '220437.467000', '220437.470000', '220437.473000', '220437.476000', '220437.478000', '220437.481000', '220437.484000', '220437.486000', '220437.489000', '220437.492000', '220437.495000', '220437.497000', '220437.500000', '220437.502000', '220437.505000', '220437.508000', '220437.510000', '220457.397000', '220457.401000', '220457.403000', '220457.406000', '220457.409000', '220457.411000', '220457.414000', '220457.417000', '220457.420000', '220457.422000', '220457.425000', '220457.427000', '220457.430000', '220457.433000', '220457.435000', '220457.438000', '220457.441000', '220457.443000', '220457.446000', '220457.449000', '220457.451000', '220457.454000', '220457.456000', '220457.459000', '220457.462000', '220457.474000', '220457.476000', '220457.479000', '220457.481000', '220457.484000', '220457.487000', '220457.489000', '220457.492000', '220457.495000', '220457.497000', '220457.500000', '220457.502000', '220457.505000', '220457.508000', '220457.510000', '220457.513000', '220457.516000', '220457.518000', '220517.397000', '220517.399000', '220517.402000', '220517.405000', '220517.408000', '220517.410000', '220517.413000', '220517.415000', '220517.418000', '220517.421000', '220517.423000', '220517.426000', '220517.429000', '220517.431000', '220517.434000', '220517.437000', '220517.439000', '220517.442000', '220517.445000', '220517.447000', '220517.450000', '220517.453000', '220517.455000', '220517.458000', '220517.460000', '220517.463000', '220517.466000', '220517.468000', '220517.471000', '220517.474000', '220517.476000', '220517.479000', '220517.482000', '220517.484000', '220517.487000', '220517.490000', '220517.492000', '220517.495000', '220517.498000', '220517.500000', '220517.503000', '220517.506000', '220517.508000', '220517.511000', '220536.447000', '220536.450000', '220536.452000', '220536.455000', '220536.458000', '220536.460000', '220536.463000', '220536.466000', '220536.468000', '220536.471000', '220536.474000', '220536.476000', '220536.479000', '220536.481000', '220536.484000', '220536.487000', '220536.489000', '220536.492000', '220536.495000', '220536.497000', '220536.500000', '220536.503000', '220536.505000', '220536.508000', '220536.511000', '220536.514000', '220536.516000', '220536.519000', '220536.522000', '220536.524000', '220536.527000', '220536.530000', '220536.532000', '220536.535000', '220536.537000', '220536.540000', '220536.543000', '220536.545000', '220536.548000', '220536.551000', '220536.553000', '220536.556000'], 'InstanceCreationTime': ['215857.424000', '215857.428000', '215857.430000', '215857.433000', '215857.436000', '215857.438000', '215857.441000', '215857.444000', '215857.446000', '215857.449000', '215857.451000', '215857.454000', '215857.457000', '215857.459000', '215857.462000', '215857.465000', '215857.467000', '215857.470000', '215857.472000', '215857.475000', '215857.478000', '215857.480000', '215857.483000', '215857.486000', '215857.488000', '215857.491000', '215857.494000', '215857.505000', '215857.508000', '215857.510000', '215857.516000', '215857.519000', '215857.521000', '215857.524000', '215857.527000', '215857.529000', '215857.532000', '215857.535000', '215857.537000', '215857.540000', '215857.543000', '215857.545000', '215857.548000', '215857.550000', '215857.553000', '215857.556000', '215857.559000', '215857.561000', '215857.564000', '215857.567000', '215857.569000', '215857.572000', '215857.574000', '215857.577000', '215857.579000', '215857.582000', '215857.585000', '215857.587000', '215917.396000', '215917.399000', '215917.402000', '215917.405000', '215917.407000', '215917.410000', '215917.413000', '215917.415000', '215917.418000', '215917.421000', '215917.423000', '215917.426000', '215917.428000', '215917.431000', '215917.434000', '215917.437000', '215917.447000', '215917.450000', '215917.453000', '215917.455000', '215917.458000', '215917.461000', '215917.464000', '215917.466000', '215917.469000', '215917.472000', '215917.476000', '215917.479000', '215917.481000', '215917.484000', '215917.486000', '215917.489000', '215917.492000', '215917.495000', '215917.497000', '215917.500000', '215917.502000', '215917.505000', '215917.508000', '215917.510000', '215917.513000', '215917.516000', '215917.518000', '215937.396000', '215937.399000', '215937.402000', '215937.405000', '215937.408000', '215937.410000', '215937.413000', '215937.416000', '215937.418000', '215937.421000', '215937.424000', '215937.426000', '215937.429000', '215937.432000', '215937.434000', '215937.437000', '215937.439000', '215937.442000', '215937.445000', '215937.447000', '215937.450000', '215937.453000', '215937.455000', '215937.458000', '215937.461000', '215937.463000', '215937.466000', '215937.469000', '215937.471000', '215937.474000', '215937.476000', '215937.479000', '215937.482000', '215937.484000', '215937.487000', '215937.490000', '215937.492000', '215937.495000', '215937.498000', '215937.505000', '215937.507000', '215937.510000', '215937.513000', '215937.515000', '215957.397000', '215957.400000', '215957.403000', '215957.406000', '215957.408000', '215957.411000', '215957.414000', '215957.416000', '215957.419000', '215957.422000', '215957.424000', '215957.427000', '215957.430000', '215957.432000', '215957.435000', '215957.438000', '215957.440000', '215957.443000', '215957.446000', '215957.448000', '215957.451000', '215957.453000', '215957.456000', '215957.459000', '215957.461000', '215957.464000', '215957.467000', '215957.469000', '215957.472000', '215957.475000', '215957.477000', '215957.480000', '215957.483000', '215957.485000', '215957.488000', '215957.490000', '215957.493000', '215957.496000', '215957.498000', '215957.501000', '215957.504000', '215957.506000', '215957.509000', '220017.397000', '220017.400000', '220017.403000', '220017.406000', '220017.409000', '220017.411000', '220017.414000', '220017.417000', '220017.419000', '220017.422000', '220017.424000', '220017.427000', '220017.430000', '220017.432000', '220017.435000', '220017.438000', '220017.440000', '220017.443000', '220017.445000', '220017.448000', '220017.451000', '220017.453000', '220017.456000', '220017.466000', '220017.469000', '220017.472000', '220017.474000', '220017.477000', '220017.480000', '220017.482000', '220017.485000', '220017.488000', '220017.490000', '220017.493000', '220017.495000', '220017.498000', '220017.501000', '220017.503000', '220017.506000', '220017.509000', '220017.511000', '220017.514000', '220017.517000', '220017.520000', '220037.397000', '220037.399000', '220037.402000', '220037.405000', '220037.407000', '220037.410000', '220037.413000', '220037.415000', '220037.418000', '220037.421000', '220037.423000', '220037.426000', '220037.429000', '220037.431000', '220037.434000', '220037.437000', '220037.439000', '220037.442000', '220037.445000', '220037.447000', '220037.450000', '220037.453000', '220037.463000', '220037.465000', '220037.468000', '220037.471000', '220037.473000', '220037.476000', '220037.479000', '220037.481000', '220037.484000', '220037.487000', '220037.489000', '220037.492000', '220037.494000', '220037.497000', '220037.500000', '220037.502000', '220037.505000', '220037.508000', '220037.510000', '220037.513000', '220037.516000', '220057.396000', '220057.399000', '220057.402000', '220057.405000', '220057.408000', '220057.410000', '220057.413000', '220057.416000', '220057.419000', '220057.421000', '220057.424000', '220057.426000', '220057.429000', '220057.432000', '220057.434000', '220057.437000', '220057.440000', '220057.442000', '220057.445000', '220057.448000', '220057.450000', '220057.453000', '220057.455000', '220057.458000', '220057.461000', '220057.463000', '220057.466000', '220057.469000', '220057.471000', '220057.474000', '220057.477000', '220057.479000', '220057.482000', '220057.485000', '220057.487000', '220057.490000', '220057.493000', '220057.495000', '220057.498000', '220057.501000', '220057.503000', '220057.506000', '220057.508000', '220057.511000', '220117.396000', '220117.399000', '220117.402000', '220117.405000', '220117.407000', '220117.410000', '220117.413000', '220117.416000', '220117.418000', '220117.421000', '220117.423000', '220117.426000', '220117.429000', '220117.431000', '220117.434000', '220117.437000', '220117.439000', '220117.442000', '220117.444000', '220117.447000', '220117.450000', '220117.452000', '220117.455000', '220117.458000', '220117.460000', '220117.463000', '220117.465000', '220117.472000', '220117.474000', '220117.477000', '220117.480000', '220117.482000', '220117.485000', '220117.488000', '220117.491000', '220117.493000', '220117.496000', '220117.499000', '220117.503000', '220117.505000', '220117.508000', '220117.510000', '220117.513000', '220137.397000', '220137.400000', '220137.403000', '220137.405000', '220137.408000', '220137.411000', '220137.414000', '220137.416000', '220137.419000', '220137.422000', '220137.424000', '220137.427000', '220137.429000', '220137.432000', '220137.435000', '220137.437000', '220137.440000', '220137.443000', '220137.445000', '220137.448000', '220137.450000', '220137.453000', '220137.456000', '220137.458000', '220137.461000', '220137.464000', '220137.466000', '220137.469000', '220137.471000', '220137.474000', '220137.477000', '220137.479000', '220137.482000', '220137.485000', '220137.487000', '220137.490000', '220137.493000', '220137.495000', '220137.498000', '220137.500000', '220137.503000', '220137.506000', '220137.508000', '220137.511000', '220157.397000', '220157.399000', '220157.402000', '220157.405000', '220157.408000', '220157.411000', '220157.413000', '220157.416000', '220157.419000', '220157.421000', '220157.424000', '220157.427000', '220157.429000', '220157.432000', '220157.434000', '220157.437000', '220157.440000', '220157.443000', '220157.452000', '220157.455000', '220157.458000', '220157.460000', '220157.463000', '220157.466000', '220157.468000', '220157.471000', '220157.474000', '220157.476000', '220157.479000', '220157.482000', '220157.484000', '220157.487000', '220157.489000', '220157.523000', '220157.526000', '220157.529000', '220157.532000', '220157.534000', '220157.537000', '220157.540000', '220157.542000', '220157.545000', '220157.548000', '220217.397000', '220217.400000', '220217.403000', '220217.405000', '220217.408000', '220217.411000', '220217.414000', '220217.416000', '220217.419000', '220217.421000', '220217.424000', '220217.427000', '220217.429000', '220217.432000', '220217.435000', '220217.437000', '220217.440000', '220217.442000', '220217.445000', '220217.448000', '220217.450000', '220217.453000', '220217.456000', '220217.458000', '220217.461000', '220217.464000', '220217.466000', '220217.469000', '220217.471000', '220217.474000', '220217.477000', '220217.479000', '220217.482000', '220217.485000', '220217.487000', '220217.490000', '220217.492000', '220217.495000', '220217.498000', '220217.500000', '220217.503000', '220217.506000', '220217.508000', '220217.511000', '220237.398000', '220237.401000', '220237.404000', '220237.407000', '220237.409000', '220237.412000', '220237.415000', '220237.417000', '220237.420000', '220237.423000', '220237.425000', '220237.428000', '220237.431000', '220237.433000', '220237.436000', '220237.438000', '220237.441000', '220237.444000', '220237.446000', '220237.449000', '220237.452000', '220237.454000', '220237.457000', '220237.459000', '220237.462000', '220237.465000', '220237.467000', '220237.470000', '220237.472000', '220237.475000', '220237.478000', '220237.480000', '220237.483000', '220237.486000', '220237.498000', '220237.500000', '220237.503000', '220237.505000', '220237.508000', '220237.511000', '220237.513000', '220237.516000', '220237.519000', '220257.396000', '220257.399000', '220257.402000', '220257.405000', '220257.408000', '220257.410000', '220257.413000', '220257.416000', '220257.419000', '220257.421000', '220257.424000', '220257.426000', '220257.429000', '220257.432000', '220257.434000', '220257.437000', '220257.439000', '220257.442000', '220257.445000', '220257.447000', '220257.450000', '220257.453000', '220257.455000', '220257.458000', '220257.460000', '220257.463000', '220257.466000', '220257.469000', '220257.471000', '220257.474000', '220257.476000', '220257.479000', '220257.482000', '220257.484000', '220257.487000', '220257.489000', '220257.492000', '220257.495000', '220257.497000', '220257.500000', '220257.503000', '220257.505000', '220257.508000', '220257.510000', '220317.397000', '220317.400000', '220317.402000', '220317.405000', '220317.408000', '220317.410000', '220317.413000', '220317.416000', '220317.418000', '220317.421000', '220317.424000', '220317.426000', '220317.429000', '220317.431000', '220317.434000', '220317.437000', '220317.439000', '220317.442000', '220317.445000', '220317.447000', '220317.450000', '220317.453000', '220317.455000', '220317.458000', '220317.461000', '220317.463000', '220317.466000', '220317.468000', '220317.471000', '220317.474000', '220317.476000', '220317.479000', '220317.482000', '220317.484000', '220317.487000', '220317.490000', '220317.492000', '220317.495000', '220317.498000', '220317.500000', '220317.503000', '220317.505000', '220317.508000', '220337.406000', '220337.409000', '220337.412000', '220337.415000', '220337.417000', '220337.420000', '220337.423000', '220337.425000', '220337.428000', '220337.430000', '220337.433000', '220337.436000', '220337.438000', '220337.441000', '220337.444000', '220337.446000', '220337.449000', '220337.452000', '220337.454000', '220337.457000', '220337.460000', '220337.462000', '220337.465000', '220337.467000', '220337.470000', '220337.473000', '220337.475000', '220337.478000', '220337.481000', '220337.483000', '220337.486000', '220337.489000', '220337.491000', '220337.494000', '220337.497000', '220337.499000', '220337.502000', '220337.505000', '220337.507000', '220337.510000', '220337.513000', '220337.515000', '220337.518000', '220337.521000', '220357.397000', '220357.399000', '220357.402000', '220357.405000', '220357.408000', '220357.410000', '220357.413000', '220357.416000', '220357.418000', '220357.421000', '220357.423000', '220357.426000', '220357.429000', '220357.431000', '220357.434000', '220357.437000', '220357.439000', '220357.444000', '220357.447000', '220357.449000', '220357.452000', '220357.454000', '220357.457000', '220357.460000', '220357.462000', '220357.465000', '220357.468000', '220357.470000', '220357.473000', '220357.476000', '220357.478000', '220357.481000', '220357.484000', '220357.486000', '220357.489000', '220357.491000', '220357.494000', '220357.497000', '220357.499000', '220357.502000', '220357.505000', '220357.507000', '220357.510000', '220417.396000', '220417.400000', '220417.402000', '220417.405000', '220417.408000', '220417.410000', '220417.413000', '220417.415000', '220417.418000', '220417.421000', '220417.423000', '220417.426000', '220417.428000', '220417.431000', '220417.434000', '220417.437000', '220417.439000', '220417.442000', '220417.445000', '220417.447000', '220417.450000', '220417.453000', '220417.455000', '220417.458000', '220417.461000', '220417.464000', '220417.466000', '220417.469000', '220417.472000', '220417.474000', '220417.477000', '220417.480000', '220417.482000', '220417.485000', '220417.487000', '220417.490000', '220417.493000', '220417.496000', '220417.498000', '220417.501000', '220417.503000', '220417.506000', '220417.509000', '220417.511000', '220437.398000', '220437.401000', '220437.403000', '220437.406000', '220437.409000', '220437.411000', '220437.414000', '220437.417000', '220437.419000', '220437.422000', '220437.424000', '220437.427000', '220437.430000', '220437.432000', '220437.435000', '220437.438000', '220437.440000', '220437.443000', '220437.446000', '220437.448000', '220437.451000', '220437.454000', '220437.456000', '220437.459000', '220437.462000', '220437.465000', '220437.467000', '220437.470000', '220437.473000', '220437.476000', '220437.478000', '220437.481000', '220437.484000', '220437.486000', '220437.489000', '220437.492000', '220437.495000', '220437.497000', '220437.500000', '220437.502000', '220437.505000', '220437.508000', '220437.510000', '220457.397000', '220457.401000', '220457.403000', '220457.406000', '220457.409000', '220457.411000', '220457.414000', '220457.417000', '220457.420000', '220457.422000', '220457.425000', '220457.427000', '220457.430000', '220457.433000', '220457.435000', '220457.438000', '220457.441000', '220457.443000', '220457.446000', '220457.449000', '220457.451000', '220457.454000', '220457.456000', '220457.459000', '220457.462000', '220457.474000', '220457.476000', '220457.479000', '220457.481000', '220457.484000', '220457.487000', '220457.489000', '220457.492000', '220457.495000', '220457.497000', '220457.500000', '220457.502000', '220457.505000', '220457.508000', '220457.510000', '220457.513000', '220457.516000', '220457.518000', '220517.397000', '220517.399000', '220517.402000', '220517.405000', '220517.408000', '220517.410000', '220517.413000', '220517.415000', '220517.418000', '220517.421000', '220517.423000', '220517.426000', '220517.429000', '220517.431000', '220517.434000', '220517.437000', '220517.439000', '220517.442000', '220517.445000', '220517.447000', '220517.450000', '220517.453000', '220517.455000', '220517.458000', '220517.460000', '220517.463000', '220517.466000', '220517.468000', '220517.471000', '220517.474000', '220517.476000', '220517.479000', '220517.482000', '220517.484000', '220517.487000', '220517.490000', '220517.492000', '220517.495000', '220517.498000', '220517.500000', '220517.503000', '220517.506000', '220517.508000', '220517.511000', '220536.447000', '220536.450000', '220536.452000', '220536.455000', '220536.458000', '220536.460000', '220536.463000', '220536.466000', '220536.468000', '220536.471000', '220536.474000', '220536.476000', '220536.479000', '220536.481000', '220536.484000', '220536.487000', '220536.489000', '220536.492000', '220536.495000', '220536.497000', '220536.500000', '220536.503000', '220536.505000', '220536.508000', '220536.511000', '220536.514000', '220536.516000', '220536.519000', '220536.522000', '220536.524000', '220536.527000', '220536.530000', '220536.532000', '220536.535000', '220536.537000', '220536.540000', '220536.543000', '220536.545000', '220536.548000', '220536.551000', '220536.553000', '220536.556000'], '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': [9874, 11663, 10138, 12725, 10493, 10209, 8952, 7194, 6788, 8796, 8654, 9204, 7864, 9503, 8678, 12065, 10649, 11450, 8608, 9845, 8937, 10011, 8160, 9831, 8125, 9958, 8946, 10263, 9406, 10348, 9381, 7495, 9449, 7771, 9948, 8361, 10105, 9414, 9929, 8094, 9879, 8137, 9607, 8620, 10747, 10002, 10098, 8170, 10470, 8777, 9287, 7860, 10955, 9505, 10802, 8709, 10460, 9244, 9717, 8296, 10160, 8118, 8180, 8536, 11463, 8911, 10202, 9457, 9523, 8986, 9394, 8415, 9399, 11571, 10139, 10077, 7940, 10318, 8226, 10423, 8319, 9281, 8329, 11009, 9549, 10000, 8075, 10053, 7986, 9856, 8290, 10369, 9802, 9415, 11512, 9735, 9947, 9395, 9514, 8132, 7277, 8639, 11277, 8962, 9968, 11066, 9787, 11217, 9528, 8949, 8655, 10722, 9888, 9960, 7790, 10253, 8446, 10369, 8355, 11058, 9262, 10178, 8262, 10071, 8326, 10480, 8379, 9432, 8685, 10817, 9219, 10927, 8350, 10113, 8445, 9589, 8019, 10294, 8540, 10451, 8520, 8991, 11583, 9677, 9719, 8355, 9435, 7924, 9323, 7899, 9643, 8160, 8481, 10174, 9955, 10450, 9000, 9745, 8157, 9761, 8845, 9650, 8511, 9733, 8589, 9124, 8029, 9623, 8178, 9261, 8841, 9094, 7484, 9192, 7190, 9885, 7453, 9768, 7931, 9376, 10580, 9320, 10350, 8982, 9799, 8529, 10988, 9498, 10614, 7977, 10464, 7946, 9060, 7329, 9466, 7381, 9795, 10084, 9348, 10498, 9123, 9335, 8729, 6606, 6650, 8312, 8699, 10086, 9081, 12956, 11161, 10276, 12865, 9895, 10231, 8561, 9193, 12242, 10184, 9742, 9213, 7367, 9466, 11661, 10160, 10940, 8216, 10004, 7651, 10127, 8013, 10268, 8070, 9486, 11405, 9550, 10046, 9279, 10110, 8190, 9709, 8274, 9944, 8035, 9502, 11604, 9405, 9918, 8233, 9421, 7878, 10255, 7695, 10188, 8370, 9969, 7736, 8193, 10457, 8975, 10942, 8954, 9789, 8194, 10110, 7454, 9400, 9589, 8591, 10084, 8896, 7227, 8944, 7132, 9994, 12009, 9948, 10106, 7759, 9863, 7793, 9782, 7616, 10043, 7654, 8873, 11345, 9892, 10354, 9251, 7355, 8725, 7494, 9576, 11130, 9679, 10572, 8379, 9852, 7363, 9870, 7539, 9907, 7276, 10048, 9499, 9016, 11027, 9102, 10538, 8666, 7503, 8489, 10945, 9369, 10309, 8015, 8994, 8380, 9459, 7052, 9697, 7430, 9715, 9047, 9001, 10592, 9346, 10764, 9060, 7271, 8835, 9591, 9125, 10719, 7943, 9046, 7418, 9805, 7320, 9717, 8000, 10103, 7668, 9759, 10816, 9386, 10800, 9765, 9604, 8463, 7112, 6739, 8953, 7700, 10090, 8072, 11521, 13099, 10714, 11017, 9354, 10665, 8217, 10105, 8317, 10558, 8129, 10614, 8863, 10104, 8017, 10030, 7389, 10634, 8054, 10695, 8679, 9516, 11917, 9840, 10811, 7619, 9954, 7961, 10396, 8192, 10207, 8413, 10389, 7899, 9123, 11132, 9708, 9957, 8889, 9851, 8088, 8372, 7790, 10433, 8149, 9215, 12536, 9924, 10939, 9355, 10334, 8803, 9248, 7604, 8890, 11633, 9977, 11624, 9399, 11204, 8609, 10367, 8043, 8551, 10289, 9598, 8646, 8777, 6684, 9675, 8214, 9997, 11564, 9704, 10668, 9066, 10127, 8825, 10566, 8391, 10118, 8161, 9035, 11746, 9853, 10994, 9470, 10097, 8278, 10759, 8429, 9784, 10276, 8565, 12003, 9865, 10187, 8575, 7027, 9455, 11884, 9882, 10751, 8060, 9311, 7262, 9853, 7744, 9971, 7901, 9432, 11517, 9450, 10190, 8167, 10086, 7907, 9668, 7785, 9894, 7903, 9086, 10676, 9555, 11458, 9382, 8696, 8028, 8487, 8488, 10711, 9448, 10254, 7686, 9248, 7606, 9306, 7687, 8811, 10860, 9635, 10195, 9602, 10414, 9227, 7592, 7999, 9600, 9329, 9692, 8553, 10256, 8030, 9135, 7669, 9044, 10655, 9883, 10737, 9546, 9974, 9218, 9908, 8663, 7854, 8672, 10747, 10130, 11194, 8621, 9566, 8206, 9930, 8518, 9227, 8672, 10802, 8605, 9561, 11717, 10382, 10613, 9349, 7066, 9883, 8232, 10122, 10138, 9247, 11240, 9945, 10724, 9151, 9853, 8509, 10528, 7536, 9284, 10052, 9251, 9109, 8917, 7132, 9430, 7370, 9975, 9555, 9137, 10517, 10142, 11743, 10113, 7930, 8165, 8244, 9160, 11005, 9852, 10136, 8015, 9813, 8404, 9367, 7988, 7310, 8589, 10811, 9032, 9460, 7991, 8752, 7476, 9642, 7742, 9995, 11082, 8971, 11145, 9245, 9576, 7690, 10612, 8428, 9806, 8204, 10460, 9285, 9979, 7786, 8776, 10910, 9285, 8650, 8713, 7313, 10112, 12101, 10298, 11013, 8187, 10053, 7756, 10094, 8054, 8232, 7842, 10878, 8946, 9672, 8667, 8688, 10076, 8920, 7298, 9567, 9119, 9047, 10861, 9772, 9821, 7580, 10379, 8063, 10442, 8255, 10417, 8104, 10734, 8324, 9816, 7782, 10582, 8578, 11237, 9421, 10555, 7992, 10277, 8945, 10290, 7596, 10657, 8527, 10778, 8059, 10420, 8300, 9405, 10842, 9443, 7983, 9853, 7484, 10573, 8348, 9542, 11650, 10046, 10804, 9569, 12284, 9490, 7851, 8409, 7773, 9142, 10969, 8761, 9921, 10280, 9376, 7715, 9482, 7432, 10277, 11417, 9904, 10047, 8209, 9652, 7759, 10238, 8186, 9387, 8582, 10964, 8710, 10660, 8368, 10263, 7972, 10452, 7827, 10851, 7634, 10440, 11460, 8979, 11450, 10227, 11347, 9769, 6476, 7254, 8129, 7398, 9971, 8980, 12618, 10893, 11144, 9946, 10078, 11719, 9578, 12924, 10092, 11825, 10242, 11789, 9642, 11226, 8976, 9135, 10571, 9358, 11180, 9063, 12722, 11138, 12173, 8514, 10455, 8249, 10532, 8440, 10834, 8602, 10644, 7990, 9920, 7719, 9796, 7720, 9780, 8200, 9307, 10673, 8939, 11724, 8987, 11406, 8832, 10184, 8674, 10684, 8498, 6581, 9230, 7582, 10131, 8645, 10614, 7803, 9921, 10806, 9192, 11848, 9598, 11134, 9154, 7099, 9658, 8089, 10416, 8816, 11545, 8434, 10762, 10286, 9688, 7923, 10366, 7686, 11090, 8713, 9704, 11526, 9904, 8668, 8693, 6660, 10737, 8876, 9903, 12118, 10089, 10684, 8963, 7956, 9916, 8138, 10009, 10567, 9359, 8144, 9694, 9471, 10074, 12590, 10532, 11447, 9777, 10974, 8510, 8135, 8495, 8450, 8680, 9844, 9200, 7333, 10182, 7855, 10785, 11887, 9868, 12139, 9940, 10941, 9086, 8680, 8489, 7666, 9890, 12023, 9914, 11150, 8669, 10448, 8309, 11288, 8514, 7837, 9153, 8515, 10026, 10760, 9199, 12363, 10865, 11846, 9422, 11415, 9154, 10941, 8067, 10312, 10187, 10259, 7677, 10869, 8056, 10785, 9381, 11076, 7716, 10226, 10357, 9903, 8564, 10175, 7459, 10946, 8611, 10359, 11636, 9655, 11332, 9642, 7879, 9383, 7254, 10906, 11443, 10008, 11709, 8778, 11103, 8806, 11124, 8487, 10853, 8903, 11492, 8433, 11330, 12377, 9440, 11833, 9016, 10939, 8919, 8639, 7639, 9797, 8900, 11451, 8528], 'WindowCenter': [4117.0, 4122.0, 4098.0, 4106.0, 4084.0, 4095.0, 4072.0, 4028.0, 4016.0, 4060.0, 4059.0, 4070.0, 4050.0, 4081.0, 4061.0, 4088.0, 4080.0, 4077.0, 4045.0, 4056.0, 4045.0, 4055.0, 4035.0, 4066.0, 4048.0, 4066.0, 4057.0, 4065.0, 4059.0, 4068.0, 4045.0, 4013.0, 4054.0, 4023.0, 4054.0, 4034.0, 4053.0, 4041.0, 4042.0, 4021.0, 4041.0, 4023.0, 4054.0, 4044.0, 4064.0, 4066.0, 4065.0, 4034.0, 4064.0, 4045.0, 4053.0, 4048.0, 4077.0, 4056.0, 4078.0, 4045.0, 4067.0, 4045.0, 4052.0, 4033.0, 4064.0, 4035.0, 4045.0, 4058.0, 4077.0, 4046.0, 4065.0, 4055.0, 4053.0, 4044.0, 4043.0, 4032.0, 4054.0, 4074.0, 4055.0, 4054.0, 4022.0, 4054.0, 4033.0, 4062.0, 4034.0, 4054.0, 4048.0, 4076.0, 4057.0, 4055.0, 4033.0, 4054.0, 4032.0, 4053.0, 4033.0, 4065.0, 4054.0, 4054.0, 4064.0, 4054.0, 4053.0, 4045.0, 4053.0, 4035.0, 4026.0, 4059.0, 4089.0, 4057.0, 4068.0, 4075.0, 4056.0, 4064.0, 4054.0, 4054.0, 4047.0, 4075.0, 4066.0, 4067.0, 4024.0, 4065.0, 4047.0, 4066.0, 4048.0, 4079.0, 4057.0, 4068.0, 4047.0, 4068.0, 4036.0, 4065.0, 4046.0, 4057.0, 4061.0, 4079.0, 4042.0, 4053.0, 4020.0, 4053.0, 4035.0, 4041.0, 4021.0, 4053.0, 4046.0, 4066.0, 4044.0, 4045.0, 4065.0, 4041.0, 4044.0, 4031.0, 4041.0, 4022.0, 4043.0, 4050.0, 4084.0, 4047.0, 4046.0, 4054.0, 4053.0, 4065.0, 4046.0, 4028.0, 4021.0, 4043.0, 4074.0, 4083.0, 4058.0, 4057.0, 4048.0, 4058.0, 4048.0, 4068.0, 4047.0, 4058.0, 4058.0, 4046.0, 4011.0, 4041.0, 4012.0, 4066.0, 4027.0, 4066.0, 4035.0, 4057.0, 4065.0, 4045.0, 4054.0, 4045.0, 4054.0, 4034.0, 4064.0, 4054.0, 4054.0, 4034.0, 4064.0, 4024.0, 4043.0, 4013.0, 4053.0, 4023.0, 4055.0, 4066.0, 4074.0, 4080.0, 4057.0, 4043.0, 4032.0, 4001.0, 4002.0, 4046.0, 4074.0, 4083.0, 4075.0, 4105.0, 4080.0, 4084.0, 4102.0, 4069.0, 4068.0, 4033.0, 4044.0, 4062.0, 4042.0, 4041.0, 4042.0, 4011.0, 4044.0, 4063.0, 4041.0, 4039.0, 4008.0, 4029.0, 3998.0, 4038.0, 4009.0, 4039.0, 4008.0, 4029.0, 4050.0, 4040.0, 4026.0, 4027.0, 4026.0, 4007.0, 4026.0, 4006.0, 4037.0, 4005.0, 4027.0, 4036.0, 4027.0, 4025.0, 4006.0, 4015.0, 4006.0, 4036.0, 4009.0, 4038.0, 4030.0, 4042.0, 4009.0, 4021.0, 4051.0, 4030.0, 4049.0, 4029.0, 4040.0, 4020.0, 4050.0, 3999.0, 4029.0, 4041.0, 4032.0, 4050.0, 4031.0, 4011.0, 4041.0, 4013.0, 4054.0, 4073.0, 4054.0, 4054.0, 4010.0, 4040.0, 4012.0, 4041.0, 4022.0, 4053.0, 4012.0, 4043.0, 4064.0, 4053.0, 4051.0, 4041.0, 4012.0, 4032.0, 4013.0, 4056.0, 4065.0, 4044.0, 4054.0, 4020.0, 4041.0, 4000.0, 4041.0, 4011.0, 4042.0, 4011.0, 4052.0, 4042.0, 4043.0, 4052.0, 4032.0, 4051.0, 4030.0, 4011.0, 4033.0, 4062.0, 4042.0, 4041.0, 4009.0, 4031.0, 4019.0, 4041.0, 4000.0, 4041.0, 4013.0, 4054.0, 4042.0, 4043.0, 4054.0, 4044.0, 4063.0, 4044.0, 4014.0, 4047.0, 4069.0, 4060.0, 4063.0, 4023.0, 4031.0, 4012.0, 4054.0, 4013.0, 4055.0, 4036.0, 4067.0, 4025.0, 4056.0, 4066.0, 4045.0, 4065.0, 4055.0, 4055.0, 4034.0, 4015.0, 4017.0, 4057.0, 4038.0, 4081.0, 4051.0, 4093.0, 4088.0, 4056.0, 4069.0, 4059.0, 4054.0, 4034.0, 4054.0, 4034.0, 4051.0, 4034.0, 4054.0, 4043.0, 4053.0, 4021.0, 4042.0, 4011.0, 4051.0, 4023.0, 4053.0, 4020.0, 4040.0, 4050.0, 4039.0, 4050.0, 4010.0, 4039.0, 4009.0, 4039.0, 4019.0, 4051.0, 4022.0, 4052.0, 4010.0, 4032.0, 4050.0, 4041.0, 4041.0, 4030.0, 4040.0, 4023.0, 4033.0, 4025.0, 4065.0, 4023.0, 4045.0, 4074.0, 4042.0, 4052.0, 4042.0, 4041.0, 4030.0, 4031.0, 4010.0, 4044.0, 4064.0, 4055.0, 4064.0, 4044.0, 4064.0, 4045.0, 4056.0, 4036.0, 4049.0, 4051.0, 4042.0, 4033.0, 4033.0, 4004.0, 4055.0, 4047.0, 4069.0, 4077.0, 4055.0, 4067.0, 4034.0, 4053.0, 4033.0, 4052.0, 4034.0, 4055.0, 4022.0, 4034.0, 4065.0, 4044.0, 4051.0, 4042.0, 4050.0, 4022.0, 4052.0, 4019.0, 4042.0, 4041.0, 4030.0, 4061.0, 4040.0, 4039.0, 4019.0, 4000.0, 4042.0, 4061.0, 4042.0, 4052.0, 4010.0, 4029.0, 3998.0, 4039.0, 4009.0, 4040.0, 4009.0, 4029.0, 4051.0, 4042.0, 4041.0, 4019.0, 4039.0, 4009.0, 4039.0, 4009.0, 4041.0, 4010.0, 4032.0, 4052.0, 4042.0, 4051.0, 4030.0, 4030.0, 4021.0, 4031.0, 4033.0, 4053.0, 4042.0, 4052.0, 4010.0, 4031.0, 4011.0, 4042.0, 4011.0, 4043.0, 4063.0, 4055.0, 4054.0, 4043.0, 4053.0, 4044.0, 4023.0, 4037.0, 4057.0, 4059.0, 4058.0, 4047.0, 4056.0, 4024.0, 4044.0, 4024.0, 4046.0, 4065.0, 4056.0, 4065.0, 4055.0, 4054.0, 4045.0, 4055.0, 4046.0, 4037.0, 4047.0, 4067.0, 4068.0, 4066.0, 4034.0, 4044.0, 4034.0, 4053.0, 4046.0, 4055.0, 4047.0, 4067.0, 4046.0, 4056.0, 4064.0, 4054.0, 4054.0, 4043.0, 4013.0, 4053.0, 4035.0, 4067.0, 4066.0, 4046.0, 4065.0, 4043.0, 4052.0, 4041.0, 4042.0, 4032.0, 4052.0, 4022.0, 4043.0, 4053.0, 4042.0, 4031.0, 4032.0, 4001.0, 4042.0, 4013.0, 4055.0, 4055.0, 4045.0, 4055.0, 4054.0, 4063.0, 4053.0, 4022.0, 4033.0, 4033.0, 4045.0, 4054.0, 4053.0, 4053.0, 4022.0, 4042.0, 4023.0, 4042.0, 4022.0, 4025.0, 4046.0, 4067.0, 4045.0, 4056.0, 4023.0, 4034.0, 4012.0, 4054.0, 4024.0, 4057.0, 4065.0, 4045.0, 4066.0, 4043.0, 4043.0, 4011.0, 4052.0, 4034.0, 4054.0, 4036.0, 4066.0, 4055.0, 4056.0, 4025.0, 4036.0, 4065.0, 4044.0, 4033.0, 4032.0, 4013.0, 4066.0, 4075.0, 4055.0, 4065.0, 4023.0, 4042.0, 4012.0, 4052.0, 4023.0, 4032.0, 4035.0, 4066.0, 4046.0, 4057.0, 4035.0, 4034.0, 4043.0, 4034.0, 4013.0, 4045.0, 4044.0, 4044.0, 4065.0, 4054.0, 4043.0, 4013.0, 4054.0, 4024.0, 4054.0, 4035.0, 4066.0, 4037.0, 4067.0, 4035.0, 4055.0, 4023.0, 4055.0, 4046.0, 4067.0, 4057.0, 4056.0, 4025.0, 4055.0, 4034.0, 4054.0, 4013.0, 4052.0, 4034.0, 4064.0, 4024.0, 4054.0, 4034.0, 4043.0, 4053.0, 4043.0, 4022.0, 4053.0, 4013.0, 4065.0, 4034.0, 4045.0, 4064.0, 4054.0, 4052.0, 4044.0, 4074.0, 4043.0, 4035.0, 4036.0, 4026.0, 4056.0, 4068.0, 4047.0, 4057.0, 4055.0, 4045.0, 4023.0, 4055.0, 4015.0, 4068.0, 4066.0, 4057.0, 4056.0, 4034.0, 4044.0, 4025.0, 4066.0, 4047.0, 4056.0, 4048.0, 4079.0, 4050.0, 4069.0, 4035.0, 4056.0, 4024.0, 4066.0, 4027.0, 4068.0, 4055.0, 4082.0, 4073.0, 4045.0, 4066.0, 4069.0, 4076.0, 4068.0, 4007.0, 4027.0, 4039.0, 4031.0, 4069.0, 4049.0, 4080.0, 4057.0, 4055.0, 4044.0, 4043.0, 4063.0, 4043.0, 4062.0, 4041.0, 4050.0, 4040.0, 4038.0, 4017.0, 4035.0, 4006.0, 4004.0, 4026.0, 4004.0, 4025.0, 4004.0, 4036.0, 4012.0, 4022.0, 3977.0, 3998.0, 3978.0, 4009.0, 3990.0, 4021.0, 3992.0, 4012.0, 3981.0, 4012.0, 3981.0, 4012.0, 3981.0, 4013.0, 3993.0, 4015.0, 4024.0, 4004.0, 4036.0, 4018.0, 4037.0, 4019.0, 4040.0, 4020.0, 4040.0, 4020.0, 3991.0, 4044.0, 4027.0, 4057.0, 4048.0, 4068.0, 4015.0, 4057.0, 4055.0, 4045.0, 4065.0, 4045.0, 4064.0, 4045.0, 4028.0, 4068.0, 4039.0, 4079.0, 4059.0, 4080.0, 4037.0, 4069.0, 4058.0, 4047.0, 4026.0, 4056.0, 4026.0, 4068.0, 4047.0, 4058.0, 4066.0, 4057.0, 4045.0, 4046.0, 4007.0, 4080.0, 4047.0, 4070.0, 4078.0, 4057.0, 4065.0, 4046.0, 4036.0, 4057.0, 4037.0, 4070.0, 4067.0, 4047.0, 4026.0, 4057.0, 4057.0, 4058.0, 4091.0, 4068.0, 4065.0, 4056.0, 4065.0, 4035.0, 4035.0, 4047.0, 4048.0, 4047.0, 4069.0, 4059.0, 4029.0, 4079.0, 4049.0, 4082.0, 4091.0, 4070.0, 4080.0, 4056.0, 4066.0, 4046.0, 4047.0, 4047.0, 4038.0, 4070.0, 4089.0, 4069.0, 4066.0, 4035.0, 4065.0, 4037.0, 4078.0, 4048.0, 4038.0, 4072.0, 4061.0, 4084.0, 4081.0, 4061.0, 4091.0, 4070.0, 4079.0, 4056.0, 4077.0, 4046.0, 4065.0, 4025.0, 4057.0, 4056.0, 4055.0, 4025.0, 4066.0, 4036.0, 4078.0, 4058.0, 4078.0, 4027.0, 4071.0, 4067.0, 4056.0, 4045.0, 4067.0, 4027.0, 4078.0, 4046.0, 4069.0, 4077.0, 4055.0, 4079.0, 4059.0, 4038.0, 4059.0, 4029.0, 4083.0, 4081.0, 4071.0, 4079.0, 4037.0, 4068.0, 4045.0, 4066.0, 4048.0, 4066.0, 4059.0, 4079.0, 4037.0, 4068.0, 4076.0, 4046.0, 4076.0, 4046.0, 4065.0, 4044.0, 4045.0, 4025.0, 4054.0, 4046.0, 4076.0, 4047.0], 'WindowWidth': [9156.0, 9153.0, 9113.0, 9119.0, 9083.0, 9102.0, 9066.0, 9001.0, 8983.0, 9048.0, 9046.0, 9063.0, 9036.0, 9078.0, 9051.0, 9081.0, 9073.0, 9065.0, 9017.0, 9032.0, 9016.0, 9028.0, 9004.0, 9045.0, 9027.0, 9046.0, 9037.0, 9045.0, 9040.0, 9050.0, 9015.0, 8971.0, 9024.0, 8984.0, 9028.0, 8999.0, 9025.0, 9003.0, 9004.0, 8976.0, 9002.0, 8984.0, 9024.0, 9014.0, 9042.0, 9045.0, 9044.0, 8999.0, 9040.0, 9013.0, 9025.0, 9025.0, 9064.0, 9032.0, 9067.0, 9016.0, 9047.0, 9015.0, 9021.0, 8996.0, 9040.0, 9005.0, 9019.0, 9039.0, 9064.0, 9019.0, 9043.0, 9029.0, 9024.0, 9011.0, 9009.0, 8996.0, 9028.0, 9053.0, 9028.0, 9027.0, 8982.0, 9024.0, 8996.0, 9034.0, 9000.0, 9029.0, 9026.0, 9061.0, 9035.0, 9031.0, 8997.0, 9025.0, 8995.0, 9023.0, 9000.0, 9046.0, 9025.0, 9027.0, 9041.0, 9025.0, 9022.0, 9014.0, 9025.0, 9004.0, 8995.0, 9044.0, 9082.0, 9035.0, 9053.0, 9057.0, 9031.0, 9040.0, 9028.0, 9029.0, 9023.0, 9059.0, 9047.0, 9050.0, 8989.0, 9044.0, 9022.0, 9047.0, 9028.0, 9068.0, 9038.0, 9054.0, 9023.0, 9051.0, 9007.0, 9043.0, 9020.0, 9034.0, 9051.0, 9071.0, 9007.0, 9022.0, 8972.0, 9022.0, 9003.0, 9003.0, 8980.0, 9024.0, 9019.0, 9048.0, 9013.0, 9015.0, 9039.0, 9005.0, 9010.0, 8991.0, 9005.0, 8982.0, 9011.0, 9037.0, 9088.0, 9024.0, 9022.0, 9027.0, 9024.0, 9044.0, 9018.0, 8981.0, 8974.0, 9003.0, 9074.0, 9082.0, 9042.0, 9038.0, 9025.0, 9039.0, 9027.0, 9051.0, 9023.0, 9039.0, 9040.0, 9018.0, 8963.0, 9004.0, 8969.0, 9046.0, 8996.0, 9048.0, 9004.0, 9034.0, 9043.0, 9017.0, 9026.0, 9014.0, 9025.0, 8998.0, 9037.0, 9026.0, 9026.0, 9000.0, 9040.0, 8984.0, 9010.0, 8970.0, 9025.0, 8984.0, 9032.0, 9046.0, 9072.0, 9077.0, 9038.0, 9012.0, 8993.0, 8952.0, 8953.0, 9018.0, 9070.0, 9082.0, 9072.0, 9118.0, 9070.0, 9082.0, 9104.0, 9054.0, 9050.0, 8995.0, 9010.0, 9033.0, 9005.0, 9002.0, 9005.0, 8963.0, 9010.0, 9035.0, 9000.0, 8998.0, 8952.0, 8981.0, 8939.0, 8993.0, 8957.0, 8998.0, 8953.0, 8981.0, 9012.0, 8998.0, 8975.0, 8975.0, 8972.0, 8949.0, 8974.0, 8949.0, 8991.0, 8945.0, 8976.0, 8987.0, 8974.0, 8973.0, 8947.0, 8956.0, 8948.0, 8988.0, 8957.0, 8997.0, 8988.0, 9005.0, 8958.0, 8977.0, 9017.0, 8986.0, 9010.0, 8984.0, 8998.0, 8975.0, 9015.0, 8944.0, 8985.0, 9001.0, 8991.0, 9014.0, 8990.0, 8963.0, 9004.0, 8970.0, 9028.0, 9052.0, 9024.0, 9023.0, 8962.0, 9002.0, 8964.0, 9003.0, 8981.0, 9023.0, 8966.0, 9011.0, 9038.0, 9021.0, 9018.0, 9002.0, 8966.0, 8995.0, 8971.0, 9030.0, 9041.0, 9011.0, 9025.0, 8974.0, 9002.0, 8946.0, 8999.0, 8962.0, 9005.0, 8964.0, 9020.0, 9006.0, 9009.0, 9019.0, 8992.0, 9016.0, 8985.0, 8962.0, 8997.0, 9036.0, 9005.0, 9003.0, 8957.0, 8988.0, 8969.0, 9002.0, 8947.0, 9003.0, 8970.0, 9026.0, 9006.0, 9010.0, 9023.0, 9010.0, 9035.0, 9011.0, 8973.0, 9020.0, 9058.0, 9044.0, 9037.0, 8983.0, 8991.0, 8967.0, 9024.0, 8971.0, 9026.0, 9005.0, 9047.0, 8989.0, 9031.0, 9042.0, 9014.0, 9039.0, 9025.0, 9028.0, 9000.0, 8978.0, 8985.0, 9034.0, 9014.0, 9076.0, 9034.0, 9095.0, 9079.0, 9030.0, 9054.0, 9040.0, 9025.0, 8999.0, 9023.0, 8996.0, 9016.0, 9000.0, 9024.0, 9009.0, 9021.0, 8975.0, 9005.0, 8962.0, 9016.0, 8981.0, 9023.0, 8973.0, 8998.0, 9011.0, 8994.0, 9012.0, 8959.0, 8996.0, 8956.0, 8996.0, 8972.0, 9015.0, 8979.0, 9019.0, 8959.0, 8989.0, 9013.0, 9002.0, 9000.0, 8986.0, 8999.0, 8981.0, 8994.0, 8988.0, 9042.0, 8981.0, 9012.0, 9050.0, 9004.0, 9016.0, 9004.0, 9000.0, 8985.0, 8988.0, 8958.0, 9011.0, 9037.0, 9025.0, 9036.0, 9012.0, 9038.0, 9016.0, 9030.0, 9006.0, 9028.0, 9017.0, 9006.0, 8994.0, 8993.0, 8959.0, 9028.0, 9020.0, 9053.0, 9059.0, 9028.0, 9045.0, 8997.0, 9019.0, 8993.0, 9020.0, 8998.0, 9027.0, 8978.0, 8996.0, 9039.0, 9009.0, 9015.0, 9004.0, 9012.0, 8979.0, 9019.0, 8971.0, 9003.0, 8999.0, 8987.0, 9027.0, 8997.0, 8995.0, 8968.0, 8946.0, 9005.0, 9030.0, 9002.0, 9018.0, 8959.0, 8981.0, 8940.0, 8995.0, 8956.0, 8999.0, 8956.0, 8984.0, 9017.0, 9004.0, 9001.0, 8968.0, 8995.0, 8954.0, 8995.0, 8957.0, 9002.0, 8958.0, 8992.0, 9019.0, 9003.0, 9014.0, 8985.0, 8985.0, 8975.0, 8988.0, 8994.0, 9022.0, 9007.0, 9019.0, 8959.0, 8989.0, 8962.0, 9005.0, 8962.0, 9009.0, 9035.0, 9026.0, 9023.0, 9009.0, 9022.0, 9010.0, 8984.0, 9008.0, 9033.0, 9040.0, 9037.0, 9020.0, 9030.0, 8986.0, 9012.0, 8985.0, 9017.0, 9042.0, 9031.0, 9043.0, 9028.0, 9025.0, 9015.0, 9028.0, 9018.0, 9007.0, 9024.0, 9050.0, 9048.0, 9045.0, 8996.0, 9010.0, 8997.0, 9022.0, 9017.0, 9029.0, 9021.0, 9050.0, 9018.0, 9030.0, 9037.0, 9022.0, 9023.0, 9008.0, 8971.0, 9024.0, 9002.0, 9049.0, 9045.0, 9017.0, 9040.0, 9008.0, 9017.0, 9003.0, 9003.0, 8990.0, 9019.0, 8980.0, 9010.0, 9020.0, 9006.0, 8989.0, 8991.0, 8951.0, 9007.0, 8970.0, 9029.0, 9027.0, 9016.0, 9028.0, 9024.0, 9036.0, 9020.0, 8979.0, 8997.0, 8996.0, 9014.0, 9025.0, 9022.0, 9021.0, 8978.0, 9006.0, 8980.0, 9007.0, 8981.0, 8988.0, 9019.0, 9047.0, 9015.0, 9030.0, 8982.0, 8997.0, 8968.0, 9024.0, 8987.0, 9035.0, 9041.0, 9014.0, 9043.0, 9007.0, 9007.0, 8964.0, 9019.0, 8997.0, 9024.0, 9004.0, 9044.0, 9030.0, 9030.0, 8990.0, 9004.0, 9038.0, 9010.0, 8994.0, 8994.0, 8970.0, 9044.0, 9054.0, 9028.0, 9040.0, 8980.0, 9004.0, 8965.0, 9017.0, 8981.0, 8994.0, 9003.0, 9044.0, 9018.0, 9035.0, 9000.0, 8996.0, 9008.0, 8996.0, 8967.0, 9012.0, 9010.0, 9013.0, 9043.0, 9025.0, 9009.0, 8967.0, 9022.0, 8983.0, 9024.0, 9001.0, 9042.0, 9006.0, 9046.0, 9002.0, 9028.0, 8983.0, 9027.0, 9018.0, 9047.0, 9034.0, 9030.0, 8989.0, 9027.0, 8995.0, 9023.0, 8966.0, 9018.0, 8998.0, 9038.0, 8983.0, 9025.0, 8997.0, 9007.0, 9018.0, 9008.0, 8978.0, 9020.0, 8970.0, 9040.0, 8996.0, 9012.0, 9039.0, 9024.0, 9018.0, 9009.0, 9049.0, 9008.0, 9000.0, 9004.0, 8991.0, 9032.0, 9051.0, 9021.0, 9033.0, 9026.0, 9012.0, 8981.0, 9027.0, 8974.0, 9048.0, 9045.0, 9033.0, 9031.0, 8998.0, 9011.0, 8987.0, 9041.0, 9022.0, 9032.0, 9025.0, 9066.0, 9030.0, 9054.0, 9001.0, 9028.0, 8986.0, 9042.0, 8995.0, 9052.0, 9048.0, 9078.0, 9051.0, 9014.0, 9042.0, 9053.0, 9058.0, 9049.0, 8970.0, 8997.0, 9013.0, 9006.0, 9051.0, 9026.0, 9071.0, 9031.0, 9028.0, 9008.0, 9007.0, 9030.0, 9004.0, 9030.0, 8999.0, 9011.0, 8994.0, 8991.0, 8959.0, 8979.0, 8943.0, 8936.0, 8967.0, 8936.0, 8964.0, 8936.0, 8985.0, 8944.0, 8956.0, 8886.0, 8914.0, 8892.0, 8934.0, 8912.0, 8956.0, 8919.0, 8944.0, 8901.0, 8943.0, 8900.0, 8943.0, 8902.0, 8947.0, 8919.0, 8952.0, 8964.0, 8940.0, 8983.0, 8962.0, 8985.0, 8965.0, 8996.0, 8970.0, 8995.0, 8970.0, 8934.0, 9008.0, 8991.0, 9031.0, 9021.0, 9048.0, 8973.0, 9028.0, 9023.0, 9010.0, 9036.0, 9011.0, 9035.0, 9014.0, 8998.0, 9051.0, 9013.0, 9066.0, 9039.0, 9068.0, 9006.0, 9051.0, 9034.0, 9016.0, 8989.0, 9028.0, 8990.0, 9047.0, 9017.0, 9035.0, 9042.0, 9031.0, 9013.0, 9016.0, 8969.0, 9069.0, 9022.0, 9055.0, 9062.0, 9032.0, 9040.0, 9016.0, 9005.0, 9034.0, 9009.0, 9056.0, 9046.0, 9020.0, 8990.0, 9033.0, 9032.0, 9037.0, 9087.0, 9049.0, 9041.0, 9029.0, 9041.0, 9001.0, 9003.0, 9022.0, 9023.0, 9022.0, 9053.0, 9039.0, 9000.0, 9068.0, 9028.0, 9076.0, 9085.0, 9056.0, 9070.0, 9031.0, 9043.0, 9018.0, 9019.0, 9022.0, 9012.0, 9057.0, 9082.0, 9051.0, 9045.0, 9002.0, 9041.0, 9008.0, 9062.0, 9025.0, 9014.0, 9063.0, 9049.0, 9082.0, 9074.0, 9047.0, 9086.0, 9054.0, 9065.0, 9033.0, 9061.0, 9018.0, 9041.0, 8987.0, 9032.0, 9029.0, 9027.0, 8987.0, 9043.0, 9007.0, 9062.0, 9038.0, 9063.0, 8995.0, 9058.0, 9047.0, 9030.0, 9015.0, 9047.0, 8994.0, 9064.0, 9020.0, 9054.0, 9062.0, 9030.0, 9065.0, 9039.0, 9011.0, 9041.0, 9001.0, 9078.0, 9072.0, 9057.0, 9065.0, 9005.0, 9048.0, 9015.0, 9044.0, 9023.0, 9045.0, 9040.0, 9066.0, 9006.0, 9049.0, 9055.0, 9015.0, 9057.0, 9017.0, 9039.0, 9012.0, 9013.0, 8990.0, 9026.0, 9020.0, 9059.0, 9019.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.0036845395449620795</td></tr>
<tr><td colspan=3>aqi</td><td>0.04281862708559046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.55147744463125</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1759157313340558</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.033858087928417</td></tr>
<tr><td colspan=3>efc</td><td>0.4933</td></tr>
<tr><td colspan=3>fber</td><td>3410.9553</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10696709651484307</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.450704225352112</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.499469586862497</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3573732165231154</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.753776116163043</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3872594279013333</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123487</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014341987669467926</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03153606504201889</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0805031124222175</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.7158</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.7572</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.2296</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299360.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.216</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7358</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.0698</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3258.8564</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.4785</td></tr>
<tr><td colspan=3>tsnr</td><td>30.580674923141487</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>