<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-04/func/sub-0066_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>ae3caeefb8117b313d3bf74046929b96</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>15:38:55.662500</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.999774, -7.64447e-05, 0.0212409, 0.00157038, 0.997523, -0.0703255]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.121953</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7734, -7272, 502, -121, -83, 31, 84]</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>290.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d929754c-fc5b-44aa-b7e0-ee62cf27134a||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.682321548461914, 0.004213223699480295, 0.05719372630119324, 108.98605346679688], [0.0002050956682069227, 2.676280975341797, -0.18992605805397034, -91.0748519897461], [0.056987661868333817, 0.18867816030979156, 2.692704439163208, -77.80326080322266], [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': ['153855.662500', '153856.122500', '153856.582500', '153857.042500', '153857.502500', '153857.962500', '153858.422500', '153858.882500', '153859.342500', '153859.802500', '153900.262500', '153900.722500', '153901.182500', '153901.642500', '153902.102500', '153902.562500', '153903.022500', '153903.482500', '153903.942500', '153904.402500', '153904.862500', '153905.322500', '153905.782500', '153906.242500', '153906.702500', '153907.162500', '153907.622500', '153908.082500', '153908.542500', '153909.002500', '153909.462500', '153909.922500', '153910.382500', '153910.842500', '153911.302500', '153911.762500', '153912.222500', '153912.682500', '153913.142500', '153913.602500', '153914.062500', '153914.522500', '153914.982500', '153915.442500', '153915.902500', '153916.362500', '153916.822500', '153917.282500', '153917.742500', '153918.202500', '153918.662500', '153919.122500', '153919.582500', '153920.042500', '153920.502500', '153920.962500', '153921.422500', '153921.882500', '153922.342500', '153922.802500', '153923.262500', '153923.722500', '153924.182500', '153924.642500', '153925.102500', '153925.562500', '153926.022500', '153926.482500', '153926.942500', '153927.402500', '153927.862500', '153928.322500', '153928.782500', '153929.242500', '153929.702500', '153930.162500', '153930.622500', '153931.082500', '153931.542500', '153932.002500', '153932.462500', '153932.922500', '153933.382500', '153933.842500', '153934.302500', '153934.762500', '153935.222500', '153935.682500', '153936.142500', '153936.602500', '153937.062500', '153937.522500', '153937.982500', '153938.442500', '153938.902500', '153939.362500', '153939.822500', '153940.282500', '153940.742500', '153941.202500', '153941.662500', '153942.122500', '153942.582500', '153943.042500', '153943.502500', '153943.962500', '153944.422500', '153944.882500', '153945.342500', '153945.802500', '153946.262500', '153946.722500', '153947.182500', '153947.642500', '153948.102500', '153948.562500', '153949.022500', '153949.482500', '153949.942500', '153950.402500', '153950.862500', '153951.322500', '153951.782500', '153952.242500', '153952.702500', '153953.162500', '153953.622500', '153954.082500', '153954.542500', '153955.002500', '153955.462500', '153955.922500', '153956.382500', '153956.842500', '153957.302500', '153957.762500', '153958.222500', '153958.682500', '153959.142500', '153959.602500', '154000.062500', '154000.522500', '154000.982500', '154001.442500', '154001.902500', '154002.362500', '154002.822500', '154003.282500', '154003.742500', '154004.202500', '154004.662500', '154005.122500', '154005.582500', '154006.042500', '154006.502500', '154006.962500', '154007.422500', '154007.882500', '154008.342500', '154008.802500', '154009.262500', '154009.722500', '154010.182500', '154010.642500', '154011.102500', '154011.562500', '154012.022500', '154012.482500', '154012.942500', '154013.402500', '154013.862500', '154014.322500', '154014.782500', '154015.242500', '154015.702500', '154016.162500', '154016.622500', '154017.082500', '154017.542500', '154018.002500', '154018.462500', '154018.922500', '154019.382500', '154019.842500', '154020.302500', '154020.762500', '154021.222500', '154021.682500', '154022.142500', '154022.602500', '154023.062500', '154023.522500', '154023.982500', '154024.442500', '154024.902500', '154025.362500', '154025.822500', '154026.282500', '154026.742500', '154027.202500', '154027.662500', '154028.122500', '154028.582500', '154029.042500', '154029.502500', '154029.962500', '154030.422500', '154030.882500', '154031.342500', '154031.802500', '154032.262500', '154032.722500', '154033.182500', '154033.642500', '154034.102500', '154034.562500', '154035.022500', '154035.482500', '154035.942500', '154036.402500', '154036.862500', '154037.322500', '154037.782500', '154038.242500', '154038.702500', '154039.162500', '154039.622500', '154040.082500', '154040.542500', '154041.002500', '154041.462500', '154041.922500', '154042.382500', '154042.842500', '154043.302500', '154043.762500', '154044.222500', '154044.682500', '154045.142500', '154045.602500', '154046.062500', '154046.522500', '154046.982500', '154047.442500', '154047.902500', '154048.362500', '154048.822500', '154049.282500', '154049.742500', '154050.202500', '154050.662500', '154051.122500', '154051.582500', '154052.042500', '154052.502500', '154052.962500', '154053.422500', '154053.882500', '154054.342500', '154054.802500', '154055.262500', '154055.722500', '154056.182500', '154056.642500', '154057.102500', '154057.562500', '154058.022500', '154058.482500', '154058.942500', '154059.402500', '154059.862500', '154100.322500', '154100.782500', '154101.242500', '154101.702500', '154102.162500', '154102.622500', '154103.082500', '154103.542500', '154104.002500', '154104.462500', '154104.922500', '154105.382500', '154105.842500', '154106.302500', '154106.762500', '154107.222500', '154107.682500', '154108.142500', '154108.602500', '154109.062500', '154109.522500', '154109.982500', '154110.442500', '154110.902500', '154111.362500', '154111.822500', '154112.282500', '154112.742500', '154113.202500', '154113.662500', '154114.122500', '154114.582500', '154115.042500', '154115.502500', '154115.962500', '154116.422500', '154116.882500', '154117.342500', '154117.802500', '154118.262500', '154118.722500', '154119.182500', '154119.642500', '154120.102500', '154120.562500', '154121.022500', '154121.482500', '154121.942500', '154122.402500', '154122.862500', '154123.322500', '154123.782500', '154124.242500', '154124.702500', '154125.162500', '154125.622500', '154126.082500', '154126.542500', '154127.002500', '154127.462500', '154127.922500', '154128.382500', '154128.842500', '154129.302500', '154129.762500', '154130.222500', '154130.682500', '154131.142500', '154131.602500', '154132.062500', '154132.522500', '154132.982500', '154133.442500', '154133.902500', '154134.362500', '154134.822500', '154135.282500', '154135.742500', '154136.202500', '154136.662500', '154137.122500', '154137.582500', '154138.042500', '154138.502500', '154138.962500', '154139.422500', '154139.882500', '154140.342500', '154140.802500', '154141.262500', '154141.722500', '154142.182500', '154142.642500', '154143.102500', '154143.562500', '154144.022500', '154144.482500', '154144.942500', '154145.402500', '154145.862500', '154146.322500', '154146.782500', '154147.242500', '154147.702500', '154148.162500', '154148.622500', '154149.082500', '154149.542500', '154150.002500', '154150.462500', '154150.922500', '154151.382500', '154151.842500', '154152.302500', '154152.762500', '154153.222500', '154153.682500', '154154.142500', '154154.602500', '154155.062500', '154155.522500', '154155.982500', '154156.442500', '154156.902500', '154157.362500', '154157.822500', '154158.282500', '154158.742500', '154159.202500', '154159.662500', '154200.122500', '154200.582500', '154201.042500', '154201.502500', '154201.962500', '154202.422500', '154202.882500', '154203.342500', '154203.802500', '154204.262500', '154204.722500', '154205.182500', '154205.642500', '154206.102500', '154206.562500', '154207.022500', '154207.482500', '154207.942500', '154208.402500', '154208.862500', '154209.322500', '154209.782500', '154210.242500', '154210.702500', '154211.162500', '154211.622500', '154212.082500', '154212.542500', '154213.002500', '154213.462500', '154213.922500', '154214.382500', '154214.842500', '154215.302500', '154215.762500', '154216.222500', '154216.682500', '154217.142500', '154217.602500', '154218.062500', '154218.522500', '154218.982500', '154219.442500', '154219.902500', '154220.362500', '154220.822500', '154221.282500', '154221.742500', '154222.202500', '154222.662500', '154223.122500', '154223.582500', '154224.042500', '154224.502500', '154224.962500', '154225.422500', '154225.882500', '154226.342500', '154226.802500', '154227.262500', '154227.722500', '154228.182500', '154228.642500', '154229.102500', '154229.562500', '154230.022500', '154230.482500', '154230.942500', '154231.402500', '154231.862500', '154232.322500', '154232.782500', '154233.242500', '154233.702500', '154234.162500', '154234.622500', '154235.082500', '154235.542500', '154236.002500', '154236.462500', '154236.922500', '154237.382500', '154237.842500', '154238.302500', '154238.762500', '154239.222500', '154239.682500', '154240.142500', '154240.602500', '154241.062500', '154241.522500', '154241.982500', '154242.442500', '154242.902500', '154243.362500', '154243.822500', '154244.282500', '154244.742500', '154245.202500', '154245.662500', '154246.122500', '154246.582500', '154247.042500', '154247.502500', '154247.962500', '154248.422500', '154248.882500', '154249.342500', '154249.802500', '154250.262500', '154250.722500', '154251.182500', '154251.642500', '154252.102500', '154252.562500', '154253.022500', '154253.482500', '154253.942500', '154254.402500', '154254.862500', '154255.322500', '154255.782500', '154256.242500', '154256.702500', '154257.162500', '154257.622500', '154258.082500', '154258.542500', '154259.002500', '154259.462500', '154259.922500', '154300.382500', '154300.842500', '154301.302500', '154301.762500', '154302.222500', '154302.682500', '154303.142500', '154303.602500', '154304.062500', '154304.522500', '154304.982500', '154305.442500', '154305.902500', '154306.362500', '154306.822500', '154307.282500', '154307.742500', '154308.202500', '154308.662500', '154309.122500', '154309.582500', '154310.042500', '154310.502500', '154310.962500', '154311.422500', '154311.882500', '154312.342500', '154312.802500', '154313.262500', '154313.722500', '154314.182500', '154314.642500', '154315.102500', '154315.562500', '154316.022500', '154316.482500', '154316.942500', '154317.402500', '154317.862500', '154318.322500', '154318.782500', '154319.242500', '154319.702500', '154320.162500', '154320.622500', '154321.082500', '154321.542500', '154322.002500', '154322.462500', '154322.922500', '154323.382500', '154323.842500', '154324.302500', '154324.762500', '154325.222500', '154325.682500', '154326.142500', '154326.602500', '154327.062500', '154327.522500', '154327.982500', '154328.442500', '154328.902500', '154329.362500', '154329.822500', '154330.282500', '154330.742500', '154331.202500', '154331.662500', '154332.122500', '154332.582500', '154333.042500', '154333.502500', '154333.962500', '154334.422500', '154334.882500', '154335.342500', '154335.802500', '154336.262500', '154336.722500', '154337.182500', '154337.642500', '154338.102500', '154338.562500', '154339.022500', '154339.482500', '154339.942500', '154340.402500', '154340.862500', '154341.322500', '154341.782500', '154342.242500', '154342.702500', '154343.162500', '154343.622500', '154344.082500', '154344.542500', '154345.002500', '154345.462500', '154345.922500', '154346.382500', '154346.842500', '154347.302500', '154347.762500', '154348.222500', '154348.682500', '154349.142500', '154349.602500', '154350.062500', '154350.522500', '154350.982500', '154351.442500', '154351.902500', '154352.362500', '154352.822500', '154353.282500', '154353.742500', '154354.202500', '154354.662500', '154355.122500', '154355.582500', '154356.042500', '154356.502500', '154356.962500', '154357.422500', '154357.882500', '154358.342500', '154358.802500', '154359.262500', '154359.722500', '154400.182500', '154400.642500', '154401.102500', '154401.562500', '154402.022500', '154402.482500', '154402.942500', '154403.402500', '154403.862500', '154404.322500', '154404.782500', '154405.242500', '154405.702500', '154406.162500', '154406.622500', '154407.082500', '154407.542500', '154408.002500', '154408.462500', '154408.922500', '154409.382500', '154409.842500', '154410.302500', '154410.762500', '154411.222500', '154411.682500', '154412.142500', '154412.602500', '154413.062500', '154413.522500', '154413.982500', '154414.442500', '154414.902500', '154415.362500', '154415.822500', '154416.282500', '154416.742500', '154417.202500', '154417.662500', '154418.122500', '154418.582500', '154419.042500', '154419.502500', '154419.962500', '154420.422500', '154420.882500', '154421.342500', '154421.802500', '154422.262500', '154422.722500', '154423.182500', '154423.642500', '154424.102500', '154424.562500', '154425.022500', '154425.482500', '154425.942500', '154426.402500', '154426.862500', '154427.322500', '154427.782500', '154428.242500', '154428.702500', '154429.162500', '154429.622500', '154430.082500', '154430.542500', '154431.002500', '154431.462500', '154431.922500', '154432.382500', '154432.842500', '154433.302500', '154433.762500', '154434.222500', '154434.682500', '154435.142500', '154435.602500', '154436.062500', '154436.522500', '154436.982500', '154437.442500', '154437.902500', '154438.362500', '154438.822500', '154439.282500', '154439.742500', '154440.202500', '154440.662500', '154441.122500', '154441.582500', '154442.042500', '154442.502500', '154442.962500', '154443.422500', '154443.882500', '154444.342500', '154444.802500', '154445.262500', '154445.722500', '154446.182500', '154446.642500', '154447.102500', '154447.562500', '154448.022500', '154448.482500', '154448.942500', '154449.402500', '154449.862500', '154450.322500', '154450.782500', '154451.242500', '154451.702500', '154452.162500', '154452.622500', '154453.082500', '154453.542500', '154454.002500', '154454.462500', '154454.922500', '154455.382500', '154455.842500', '154456.302500', '154456.762500', '154457.222500', '154457.682500', '154458.142500', '154458.602500', '154459.062500', '154459.522500', '154459.982500', '154500.442500', '154500.902500', '154501.362500', '154501.822500', '154502.282500', '154502.742500', '154503.202500', '154503.662500', '154504.122500', '154504.582500', '154505.042500', '154505.502500', '154505.962500', '154506.422500', '154506.882500', '154507.342500', '154507.802500', '154508.262500', '154508.722500', '154509.182500', '154509.642500', '154510.102500', '154510.562500', '154511.022500', '154511.482500', '154511.942500', '154512.402500', '154512.862500', '154513.322500', '154513.782500', '154514.242500', '154514.702500', '154515.162500', '154515.622500', '154516.082500', '154516.542500', '154517.002500', '154517.462500', '154517.922500', '154518.382500', '154518.842500', '154519.302500', '154519.762500', '154520.222500', '154520.682500', '154521.142500', '154521.602500', '154522.062500', '154522.522500', '154522.982500', '154523.442500', '154523.902500', '154524.362500', '154524.822500', '154525.282500', '154525.742500', '154526.202500', '154526.662500', '154527.122500', '154527.582500', '154528.042500', '154528.502500', '154528.962500', '154529.422500', '154529.882500', '154530.342500', '154530.802500', '154531.262500', '154531.722500', '154532.182500', '154532.642500', '154533.102500', '154533.562500', '154534.022500', '154534.482500', '154534.942500', '154535.402500', '154535.862500', '154536.322500', '154536.782500', '154537.242500', '154537.702500', '154538.162500', '154538.622500', '154539.082500', '154539.542500', '154540.002500', '154540.462500', '154540.922500', '154541.382500', '154541.842500', '154542.302500', '154542.762500', '154543.222500', '154543.682500', '154544.142500', '154544.602500', '154545.062500', '154545.522500', '154545.982500', '154546.442500', '154546.902500', '154547.362500', '154547.822500', '154548.282500', '154548.742500', '154549.202500', '154549.662500', '154550.122500', '154550.582500', '154551.042500', '154551.502500', '154551.962500', '154552.422500', '154552.882500', '154553.342500', '154553.802500', '154554.262500', '154554.722500', '154555.182500', '154555.642500', '154556.102500', '154556.562500', '154557.022500', '154557.482500', '154557.942500', '154558.402500', '154558.862500', '154559.322500', '154559.782500', '154600.242500', '154600.702500', '154601.162500'], 'ContentTime': ['153918.494000', '153918.497000', '153918.500000', '153918.503000', '153918.506000', '153918.509000', '153918.512000', '153918.514000', '153918.517000', '153918.520000', '153918.523000', '153918.526000', '153918.529000', '153918.531000', '153918.534000', '153918.537000', '153918.540000', '153918.543000', '153918.546000', '153918.549000', '153918.551000', '153918.554000', '153918.557000', '153918.560000', '153918.563000', '153918.565000', '153918.568000', '153918.571000', '153918.574000', '153918.577000', '153918.579000', '153918.582000', '153918.585000', '153918.588000', '153918.591000', '153918.594000', '153918.597000', '153918.600000', '153918.603000', '153918.605000', '153918.608000', '153918.611000', '153918.614000', '153918.616000', '153918.619000', '153918.622000', '153938.463000', '153938.467000', '153938.469000', '153938.474000', '153938.476000', '153938.479000', '153938.481000', '153938.484000', '153938.487000', '153938.490000', '153938.492000', '153938.495000', '153938.498000', '153938.500000', '153938.503000', '153938.506000', '153938.508000', '153938.511000', '153938.513000', '153938.516000', '153938.521000', '153938.524000', '153938.526000', '153938.529000', '153938.532000', '153938.534000', '153938.537000', '153938.540000', '153938.542000', '153938.545000', '153938.548000', '153938.550000', '153938.553000', '153938.556000', '153938.558000', '153938.561000', '153938.564000', '153938.566000', '153938.569000', '153938.571000', '153938.574000', '153938.577000', '153938.579000', '153958.463000', '153958.466000', '153958.469000', '153958.472000', '153958.475000', '153958.477000', '153958.480000', '153958.482000', '153958.485000', '153958.488000', '153958.490000', '153958.493000', '153958.496000', '153958.498000', '153958.501000', '153958.504000', '153958.506000', '153958.509000', '153958.512000', '153958.515000', '153958.517000', '153958.520000', '153958.523000', '153958.525000', '153958.528000', '153958.531000', '153958.533000', '153958.536000', '153958.539000', '153958.541000', '153958.544000', '153958.547000', '153958.549000', '153958.552000', '153958.555000', '153958.557000', '153958.560000', '153958.563000', '153958.565000', '153958.568000', '153958.570000', '153958.573000', '153958.576000', '153958.578000', '154018.463000', '154018.466000', '154018.469000', '154018.472000', '154018.474000', '154018.477000', '154018.480000', '154018.483000', '154018.486000', '154018.488000', '154018.491000', '154018.494000', '154018.496000', '154018.499000', '154018.502000', '154018.504000', '154018.507000', '154018.509000', '154018.512000', '154018.515000', '154018.517000', '154018.520000', '154018.523000', '154018.526000', '154018.528000', '154018.531000', '154018.533000', '154018.536000', '154018.539000', '154018.541000', '154018.544000', '154018.547000', '154018.549000', '154018.552000', '154018.554000', '154018.557000', '154018.560000', '154018.562000', '154018.565000', '154018.568000', '154018.570000', '154018.573000', '154018.576000', '154038.464000', '154038.467000', '154038.470000', '154038.472000', '154038.475000', '154038.478000', '154038.480000', '154038.483000', '154038.486000', '154038.489000', '154038.491000', '154038.494000', '154038.496000', '154038.499000', '154038.502000', '154038.504000', '154038.507000', '154038.510000', '154038.512000', '154038.515000', '154038.517000', '154038.520000', '154038.523000', '154038.525000', '154038.528000', '154038.531000', '154038.533000', '154038.536000', '154038.539000', '154038.541000', '154038.544000', '154038.547000', '154038.549000', '154038.552000', '154038.555000', '154038.557000', '154038.560000', '154038.563000', '154038.565000', '154038.568000', '154038.571000', '154038.573000', '154038.576000', '154038.579000', '154058.463000', '154058.466000', '154058.469000', '154058.472000', '154058.475000', '154058.478000', '154058.481000', '154058.484000', '154058.487000', '154058.489000', '154058.492000', '154058.495000', '154058.497000', '154058.500000', '154058.503000', '154058.505000', '154058.508000', '154058.511000', '154058.513000', '154058.516000', '154058.518000', '154058.521000', '154058.524000', '154058.526000', '154058.529000', '154058.532000', '154058.535000', '154058.537000', '154058.540000', '154058.543000', '154058.546000', '154058.549000', '154058.552000', '154058.555000', '154058.570000', '154058.573000', '154058.575000', '154058.578000', '154058.581000', '154058.584000', '154058.586000', '154058.589000', '154058.592000', '154118.462000', '154118.465000', '154118.468000', '154118.471000', '154118.474000', '154118.476000', '154118.479000', '154118.481000', '154118.485000', '154118.487000', '154118.490000', '154118.493000', '154118.495000', '154118.498000', '154118.501000', '154118.503000', '154118.509000', '154118.511000', '154118.514000', '154118.516000', '154118.519000', '154118.522000', '154118.524000', '154118.527000', '154118.530000', '154118.532000', '154118.535000', '154118.538000', '154118.540000', '154118.543000', '154118.545000', '154118.548000', '154118.551000', '154118.553000', '154118.556000', '154118.559000', '154118.561000', '154118.564000', '154118.566000', '154118.569000', '154118.572000', '154118.574000', '154118.577000', '154118.580000', '154138.463000', '154138.466000', '154138.468000', '154138.471000', '154138.474000', '154138.476000', '154138.479000', '154138.482000', '154138.485000', '154138.487000', '154138.490000', '154138.493000', '154138.495000', '154138.498000', '154138.501000', '154138.503000', '154138.506000', '154138.509000', '154138.512000', '154138.515000', '154138.518000', '154138.520000', '154138.523000', '154138.526000', '154138.529000', '154138.531000', '154138.534000', '154138.537000', '154138.539000', '154138.542000', '154138.545000', '154138.547000', '154138.550000', '154138.553000', '154138.555000', '154138.558000', '154138.561000', '154138.563000', '154138.566000', '154138.568000', '154138.571000', '154138.574000', '154138.576000', '154158.463000', '154158.466000', '154158.469000', '154158.472000', '154158.475000', '154158.477000', '154158.480000', '154158.483000', '154158.485000', '154158.488000', '154158.491000', '154158.493000', '154158.496000', '154158.499000', '154158.501000', '154158.504000', '154158.507000', '154158.509000', '154158.512000', '154158.515000', '154158.517000', '154158.520000', '154158.522000', '154158.525000', '154158.528000', '154158.530000', '154158.533000', '154158.536000', '154158.538000', '154158.541000', '154158.544000', '154158.546000', '154158.549000', '154158.552000', '154158.554000', '154158.557000', '154158.560000', '154158.562000', '154158.565000', '154158.568000', '154158.570000', '154158.573000', '154158.575000', '154158.578000', '154218.464000', '154218.467000', '154218.470000', '154218.472000', '154218.475000', '154218.478000', '154218.480000', '154218.483000', '154218.486000', '154218.488000', '154218.491000', '154218.494000', '154218.496000', '154218.499000', '154218.502000', '154218.504000', '154218.507000', '154218.510000', '154218.512000', '154218.515000', '154218.518000', '154218.520000', '154218.523000', '154218.526000', '154218.529000', '154218.532000', '154218.535000', '154218.538000', '154218.540000', '154218.543000', '154218.546000', '154218.548000', '154218.551000', '154218.554000', '154218.556000', '154218.559000', '154218.562000', '154218.564000', '154218.567000', '154218.570000', '154218.572000', '154218.575000', '154218.578000', '154238.464000', '154238.466000', '154238.470000', '154238.472000', '154238.475000', '154238.477000', '154238.481000', '154238.483000', '154238.486000', '154238.488000', '154238.491000', '154238.494000', '154238.496000', '154238.499000', '154238.502000', '154238.504000', '154238.528000', '154238.531000', '154238.533000', '154238.536000', '154238.539000', '154238.541000', '154238.544000', '154238.547000', '154238.549000', '154238.552000', '154238.554000', '154238.557000', '154238.560000', '154238.562000', '154238.565000', '154238.568000', '154238.571000', '154238.573000', '154238.576000', '154238.579000', '154238.581000', '154238.584000', '154238.586000', '154238.589000', '154238.592000', '154238.594000', '154238.597000', '154238.600000', '154258.464000', '154258.467000', '154258.469000', '154258.472000', '154258.475000', '154258.477000', '154258.480000', '154258.482000', '154258.485000', '154258.488000', '154258.490000', '154258.493000', '154258.496000', '154258.499000', '154258.501000', '154258.504000', '154258.507000', '154258.509000', '154258.512000', '154258.514000', '154258.517000', '154258.520000', '154258.523000', '154258.525000', '154258.528000', '154258.531000', '154258.534000', '154258.536000', '154258.539000', '154258.542000', '154258.545000', '154258.547000', '154258.550000', '154258.552000', '154258.555000', '154258.558000', '154258.560000', '154258.563000', '154258.566000', '154258.568000', '154258.571000', '154258.574000', '154258.577000', '154318.464000', '154318.467000', '154318.469000', '154318.472000', '154318.475000', '154318.477000', '154318.480000', '154318.483000', '154318.485000', '154318.488000', '154318.491000', '154318.493000', '154318.496000', '154318.498000', '154318.501000', '154318.504000', '154318.506000', '154318.509000', '154318.512000', '154318.514000', '154318.517000', '154318.520000', '154318.522000', '154318.525000', '154318.527000', '154318.530000', '154318.533000', '154318.535000', '154318.538000', '154318.541000', '154318.544000', '154318.546000', '154318.549000', '154318.552000', '154318.554000', '154318.557000', '154318.559000', '154318.562000', '154318.565000', '154318.567000', '154318.570000', '154318.573000', '154318.575000', '154318.578000', '154338.462000', '154338.465000', '154338.468000', '154338.471000', '154338.474000', '154338.476000', '154338.479000', '154338.482000', '154338.484000', '154338.487000', '154338.489000', '154338.492000', '154338.495000', '154338.497000', '154338.500000', '154338.503000', '154338.505000', '154338.508000', '154338.511000', '154338.513000', '154338.516000', '154338.519000', '154338.521000', '154338.524000', '154338.527000', '154338.529000', '154338.532000', '154338.535000', '154338.537000', '154338.540000', '154338.543000', '154338.545000', '154338.548000', '154338.551000', '154338.553000', '154338.556000', '154338.559000', '154338.561000', '154338.564000', '154338.567000', '154338.570000', '154338.573000', '154338.576000', '154358.462000', '154358.465000', '154358.468000', '154358.471000', '154358.473000', '154358.476000', '154358.479000', '154358.481000', '154358.484000', '154358.487000', '154358.489000', '154358.492000', '154358.495000', '154358.497000', '154358.500000', '154358.502000', '154358.505000', '154358.508000', '154358.510000', '154358.513000', '154358.516000', '154358.518000', '154358.521000', '154358.524000', '154358.527000', '154358.529000', '154358.532000', '154358.535000', '154358.537000', '154358.540000', '154358.543000', '154358.545000', '154358.548000', '154358.551000', '154358.553000', '154358.556000', '154358.558000', '154358.561000', '154358.564000', '154358.566000', '154358.569000', '154358.577000', '154358.580000', '154358.582000', '154418.464000', '154418.466000', '154418.469000', '154418.472000', '154418.474000', '154418.477000', '154418.480000', '154418.483000', '154418.485000', '154418.488000', '154418.491000', '154418.493000', '154418.496000', '154418.499000', '154418.501000', '154418.504000', '154418.507000', '154418.509000', '154418.512000', '154418.514000', '154418.517000', '154418.520000', '154418.522000', '154418.525000', '154418.530000', '154418.532000', '154418.535000', '154418.538000', '154418.540000', '154418.543000', '154418.546000', '154418.558000', '154418.561000', '154418.563000', '154418.566000', '154418.569000', '154418.571000', '154418.574000', '154418.577000', '154418.579000', '154418.582000', '154418.584000', '154418.587000', '154438.463000', '154438.466000', '154438.469000', '154438.472000', '154438.474000', '154438.477000', '154438.480000', '154438.483000', '154438.485000', '154438.488000', '154438.491000', '154438.493000', '154438.496000', '154438.499000', '154438.501000', '154438.504000', '154438.506000', '154438.509000', '154438.512000', '154438.515000', '154438.517000', '154438.520000', '154438.523000', '154438.525000', '154438.528000', '154438.531000', '154438.533000', '154438.536000', '154438.539000', '154438.541000', '154438.544000', '154438.547000', '154438.549000', '154438.552000', '154438.554000', '154438.557000', '154438.560000', '154438.562000', '154438.565000', '154438.568000', '154438.570000', '154438.573000', '154438.576000', '154438.578000', '154458.464000', '154458.467000', '154458.470000', '154458.472000', '154458.475000', '154458.478000', '154458.480000', '154458.483000', '154458.485000', '154458.489000', '154458.491000', '154458.494000', '154458.496000', '154458.499000', '154458.502000', '154458.504000', '154458.507000', '154458.510000', '154458.512000', '154458.515000', '154458.518000', '154458.520000', '154458.523000', '154458.526000', '154458.528000', '154458.531000', '154458.534000', '154458.536000', '154458.539000', '154458.542000', '154458.544000', '154458.547000', '154458.550000', '154458.553000', '154458.555000', '154458.558000', '154458.560000', '154458.563000', '154458.566000', '154458.568000', '154458.571000', '154458.574000', '154458.577000', '154518.464000', '154518.466000', '154518.469000', '154518.472000', '154518.475000', '154518.477000', '154518.480000', '154518.483000', '154518.485000', '154518.488000', '154518.491000', '154518.493000', '154518.496000', '154518.499000', '154518.501000', '154518.504000', '154518.507000', '154518.509000', '154518.512000', '154518.515000', '154518.517000', '154518.520000', '154518.523000', '154518.525000', '154518.528000', '154518.530000', '154518.533000', '154518.536000', '154518.538000', '154518.541000', '154518.544000', '154518.546000', '154518.549000', '154518.551000', '154518.554000', '154518.557000', '154518.559000', '154518.562000', '154518.565000', '154518.567000', '154518.570000', '154518.573000', '154518.575000', '154518.578000', '154538.464000', '154538.466000', '154538.469000', '154538.472000', '154538.475000', '154538.477000', '154538.480000', '154538.483000', '154538.486000', '154538.488000', '154538.491000', '154538.494000', '154538.496000', '154538.499000', '154538.502000', '154538.504000', '154538.507000', '154538.510000', '154538.512000', '154538.515000', '154538.517000', '154538.520000', '154538.523000', '154538.525000', '154538.528000', '154538.531000', '154538.533000', '154538.536000', '154538.539000', '154538.541000', '154538.544000', '154538.547000', '154538.549000', '154538.552000', '154538.555000', '154538.557000', '154538.560000', '154538.563000', '154538.565000', '154538.568000', '154538.571000', '154538.573000', '154538.576000', '154558.462000', '154558.466000', '154558.469000', '154558.472000', '154558.474000', '154558.477000', '154558.480000', '154558.483000', '154558.485000', '154558.488000', '154558.491000', '154558.493000', '154558.496000', '154558.500000', '154558.502000', '154558.505000', '154558.507000', '154558.516000', '154558.519000', '154558.521000', '154558.524000', '154558.527000', '154558.530000', '154558.532000', '154558.535000', '154558.538000', '154558.540000', '154558.543000', '154558.546000', '154558.548000', '154558.551000', '154558.554000', '154558.556000', '154558.559000', '154558.562000', '154558.564000', '154558.567000', '154558.570000', '154558.572000', '154558.575000', '154558.577000', '154558.580000', '154558.583000', '154603.011000', '154603.013000', '154603.016000', '154603.019000', '154603.022000', '154603.024000', '154603.027000', '154603.030000', '154603.032000', '154603.035000', '154603.038000'], 'InstanceCreationTime': ['153918.494000', '153918.497000', '153918.500000', '153918.503000', '153918.506000', '153918.509000', '153918.512000', '153918.514000', '153918.517000', '153918.520000', '153918.523000', '153918.526000', '153918.529000', '153918.531000', '153918.534000', '153918.537000', '153918.540000', '153918.543000', '153918.546000', '153918.549000', '153918.551000', '153918.554000', '153918.557000', '153918.560000', '153918.563000', '153918.565000', '153918.568000', '153918.571000', '153918.574000', '153918.577000', '153918.579000', '153918.582000', '153918.585000', '153918.588000', '153918.591000', '153918.594000', '153918.597000', '153918.600000', '153918.603000', '153918.605000', '153918.608000', '153918.611000', '153918.614000', '153918.616000', '153918.619000', '153918.622000', '153938.463000', '153938.467000', '153938.469000', '153938.474000', '153938.476000', '153938.479000', '153938.481000', '153938.484000', '153938.487000', '153938.490000', '153938.492000', '153938.495000', '153938.498000', '153938.500000', '153938.503000', '153938.506000', '153938.508000', '153938.511000', '153938.513000', '153938.516000', '153938.521000', '153938.524000', '153938.526000', '153938.529000', '153938.532000', '153938.534000', '153938.537000', '153938.540000', '153938.542000', '153938.545000', '153938.548000', '153938.550000', '153938.553000', '153938.556000', '153938.558000', '153938.561000', '153938.564000', '153938.566000', '153938.569000', '153938.571000', '153938.574000', '153938.577000', '153938.579000', '153958.463000', '153958.466000', '153958.469000', '153958.472000', '153958.475000', '153958.477000', '153958.480000', '153958.482000', '153958.485000', '153958.488000', '153958.490000', '153958.493000', '153958.496000', '153958.498000', '153958.501000', '153958.504000', '153958.506000', '153958.509000', '153958.512000', '153958.515000', '153958.517000', '153958.520000', '153958.523000', '153958.525000', '153958.528000', '153958.531000', '153958.533000', '153958.536000', '153958.539000', '153958.541000', '153958.544000', '153958.547000', '153958.549000', '153958.552000', '153958.555000', '153958.557000', '153958.560000', '153958.563000', '153958.565000', '153958.568000', '153958.570000', '153958.573000', '153958.576000', '153958.578000', '154018.463000', '154018.466000', '154018.469000', '154018.472000', '154018.474000', '154018.477000', '154018.480000', '154018.483000', '154018.486000', '154018.488000', '154018.491000', '154018.494000', '154018.496000', '154018.499000', '154018.502000', '154018.504000', '154018.507000', '154018.509000', '154018.512000', '154018.515000', '154018.517000', '154018.520000', '154018.523000', '154018.526000', '154018.528000', '154018.531000', '154018.533000', '154018.536000', '154018.539000', '154018.541000', '154018.544000', '154018.547000', '154018.549000', '154018.552000', '154018.554000', '154018.557000', '154018.560000', '154018.562000', '154018.565000', '154018.568000', '154018.570000', '154018.573000', '154018.576000', '154038.464000', '154038.467000', '154038.470000', '154038.472000', '154038.475000', '154038.478000', '154038.480000', '154038.483000', '154038.486000', '154038.489000', '154038.491000', '154038.494000', '154038.496000', '154038.499000', '154038.502000', '154038.504000', '154038.507000', '154038.510000', '154038.512000', '154038.515000', '154038.517000', '154038.520000', '154038.523000', '154038.525000', '154038.528000', '154038.531000', '154038.533000', '154038.536000', '154038.539000', '154038.541000', '154038.544000', '154038.547000', '154038.549000', '154038.552000', '154038.555000', '154038.557000', '154038.560000', '154038.563000', '154038.565000', '154038.568000', '154038.571000', '154038.573000', '154038.576000', '154038.579000', '154058.463000', '154058.466000', '154058.469000', '154058.472000', '154058.475000', '154058.478000', '154058.481000', '154058.484000', '154058.487000', '154058.489000', '154058.492000', '154058.495000', '154058.497000', '154058.500000', '154058.503000', '154058.505000', '154058.508000', '154058.511000', '154058.513000', '154058.516000', '154058.518000', '154058.521000', '154058.524000', '154058.526000', '154058.529000', '154058.532000', '154058.535000', '154058.537000', '154058.540000', '154058.543000', '154058.546000', '154058.549000', '154058.552000', '154058.555000', '154058.570000', '154058.573000', '154058.575000', '154058.578000', '154058.581000', '154058.584000', '154058.586000', '154058.589000', '154058.592000', '154118.462000', '154118.465000', '154118.468000', '154118.471000', '154118.474000', '154118.476000', '154118.479000', '154118.481000', '154118.485000', '154118.487000', '154118.490000', '154118.493000', '154118.495000', '154118.498000', '154118.501000', '154118.503000', '154118.509000', '154118.511000', '154118.514000', '154118.516000', '154118.519000', '154118.522000', '154118.524000', '154118.527000', '154118.530000', '154118.532000', '154118.535000', '154118.538000', '154118.540000', '154118.543000', '154118.545000', '154118.548000', '154118.551000', '154118.553000', '154118.556000', '154118.559000', '154118.561000', '154118.564000', '154118.566000', '154118.569000', '154118.572000', '154118.574000', '154118.577000', '154118.580000', '154138.463000', '154138.466000', '154138.468000', '154138.471000', '154138.474000', '154138.476000', '154138.479000', '154138.482000', '154138.485000', '154138.487000', '154138.490000', '154138.493000', '154138.495000', '154138.498000', '154138.501000', '154138.503000', '154138.506000', '154138.509000', '154138.512000', '154138.515000', '154138.518000', '154138.520000', '154138.523000', '154138.526000', '154138.529000', '154138.531000', '154138.534000', '154138.537000', '154138.539000', '154138.542000', '154138.545000', '154138.547000', '154138.550000', '154138.553000', '154138.555000', '154138.558000', '154138.561000', '154138.563000', '154138.566000', '154138.568000', '154138.571000', '154138.574000', '154138.576000', '154158.463000', '154158.466000', '154158.469000', '154158.472000', '154158.475000', '154158.477000', '154158.480000', '154158.483000', '154158.485000', '154158.488000', '154158.491000', '154158.493000', '154158.496000', '154158.499000', '154158.501000', '154158.504000', '154158.507000', '154158.509000', '154158.512000', '154158.515000', '154158.517000', '154158.520000', '154158.522000', '154158.525000', '154158.528000', '154158.530000', '154158.533000', '154158.536000', '154158.538000', '154158.541000', '154158.544000', '154158.546000', '154158.549000', '154158.552000', '154158.554000', '154158.557000', '154158.560000', '154158.562000', '154158.565000', '154158.568000', '154158.570000', '154158.573000', '154158.575000', '154158.578000', '154218.464000', '154218.467000', '154218.470000', '154218.472000', '154218.475000', '154218.478000', '154218.480000', '154218.483000', '154218.486000', '154218.488000', '154218.491000', '154218.494000', '154218.496000', '154218.499000', '154218.502000', '154218.504000', '154218.507000', '154218.510000', '154218.512000', '154218.515000', '154218.518000', '154218.520000', '154218.523000', '154218.526000', '154218.529000', '154218.532000', '154218.535000', '154218.538000', '154218.540000', '154218.543000', '154218.546000', '154218.548000', '154218.551000', '154218.554000', '154218.556000', '154218.559000', '154218.562000', '154218.564000', '154218.567000', '154218.570000', '154218.572000', '154218.575000', '154218.578000', '154238.464000', '154238.466000', '154238.470000', '154238.472000', '154238.475000', '154238.477000', '154238.481000', '154238.483000', '154238.486000', '154238.488000', '154238.491000', '154238.494000', '154238.496000', '154238.499000', '154238.502000', '154238.504000', '154238.528000', '154238.531000', '154238.533000', '154238.536000', '154238.539000', '154238.541000', '154238.544000', '154238.547000', '154238.549000', '154238.552000', '154238.554000', '154238.557000', '154238.560000', '154238.562000', '154238.565000', '154238.568000', '154238.571000', '154238.573000', '154238.576000', '154238.579000', '154238.581000', '154238.584000', '154238.586000', '154238.589000', '154238.592000', '154238.594000', '154238.597000', '154238.600000', '154258.464000', '154258.467000', '154258.469000', '154258.472000', '154258.475000', '154258.477000', '154258.480000', '154258.482000', '154258.485000', '154258.488000', '154258.490000', '154258.493000', '154258.496000', '154258.499000', '154258.501000', '154258.504000', '154258.507000', '154258.509000', '154258.512000', '154258.514000', '154258.517000', '154258.520000', '154258.523000', '154258.525000', '154258.528000', '154258.531000', '154258.534000', '154258.536000', '154258.539000', '154258.542000', '154258.545000', '154258.547000', '154258.550000', '154258.552000', '154258.555000', '154258.558000', '154258.560000', '154258.563000', '154258.566000', '154258.568000', '154258.571000', '154258.574000', '154258.577000', '154318.464000', '154318.467000', '154318.469000', '154318.472000', '154318.475000', '154318.477000', '154318.480000', '154318.483000', '154318.485000', '154318.488000', '154318.491000', '154318.493000', '154318.496000', '154318.498000', '154318.501000', '154318.504000', '154318.506000', '154318.509000', '154318.512000', '154318.514000', '154318.517000', '154318.520000', '154318.522000', '154318.525000', '154318.527000', '154318.530000', '154318.533000', '154318.535000', '154318.538000', '154318.541000', '154318.544000', '154318.546000', '154318.549000', '154318.552000', '154318.554000', '154318.557000', '154318.559000', '154318.562000', '154318.565000', '154318.567000', '154318.570000', '154318.573000', '154318.575000', '154318.578000', '154338.462000', '154338.465000', '154338.468000', '154338.471000', '154338.474000', '154338.476000', '154338.479000', '154338.482000', '154338.484000', '154338.487000', '154338.489000', '154338.492000', '154338.495000', '154338.497000', '154338.500000', '154338.503000', '154338.505000', '154338.508000', '154338.511000', '154338.513000', '154338.516000', '154338.519000', '154338.521000', '154338.524000', '154338.527000', '154338.529000', '154338.532000', '154338.535000', '154338.537000', '154338.540000', '154338.543000', '154338.545000', '154338.548000', '154338.551000', '154338.553000', '154338.556000', '154338.559000', '154338.561000', '154338.564000', '154338.567000', '154338.570000', '154338.573000', '154338.576000', '154358.462000', '154358.465000', '154358.468000', '154358.471000', '154358.473000', '154358.476000', '154358.479000', '154358.481000', '154358.484000', '154358.487000', '154358.489000', '154358.492000', '154358.495000', '154358.497000', '154358.500000', '154358.502000', '154358.505000', '154358.508000', '154358.510000', '154358.513000', '154358.516000', '154358.518000', '154358.521000', '154358.524000', '154358.527000', '154358.529000', '154358.532000', '154358.535000', '154358.537000', '154358.540000', '154358.543000', '154358.545000', '154358.548000', '154358.551000', '154358.553000', '154358.556000', '154358.558000', '154358.561000', '154358.564000', '154358.566000', '154358.569000', '154358.577000', '154358.580000', '154358.582000', '154418.464000', '154418.466000', '154418.469000', '154418.472000', '154418.474000', '154418.477000', '154418.480000', '154418.483000', '154418.485000', '154418.488000', '154418.491000', '154418.493000', '154418.496000', '154418.499000', '154418.501000', '154418.504000', '154418.507000', '154418.509000', '154418.512000', '154418.514000', '154418.517000', '154418.520000', '154418.522000', '154418.525000', '154418.530000', '154418.532000', '154418.535000', '154418.538000', '154418.540000', '154418.543000', '154418.546000', '154418.558000', '154418.561000', '154418.563000', '154418.566000', '154418.569000', '154418.571000', '154418.574000', '154418.577000', '154418.579000', '154418.582000', '154418.584000', '154418.587000', '154438.463000', '154438.466000', '154438.469000', '154438.472000', '154438.474000', '154438.477000', '154438.480000', '154438.483000', '154438.485000', '154438.488000', '154438.491000', '154438.493000', '154438.496000', '154438.499000', '154438.501000', '154438.504000', '154438.506000', '154438.509000', '154438.512000', '154438.515000', '154438.517000', '154438.520000', '154438.523000', '154438.525000', '154438.528000', '154438.531000', '154438.533000', '154438.536000', '154438.539000', '154438.541000', '154438.544000', '154438.547000', '154438.549000', '154438.552000', '154438.554000', '154438.557000', '154438.560000', '154438.562000', '154438.565000', '154438.568000', '154438.570000', '154438.573000', '154438.576000', '154438.578000', '154458.464000', '154458.467000', '154458.470000', '154458.472000', '154458.475000', '154458.478000', '154458.480000', '154458.483000', '154458.485000', '154458.489000', '154458.491000', '154458.494000', '154458.496000', '154458.499000', '154458.502000', '154458.504000', '154458.507000', '154458.510000', '154458.512000', '154458.515000', '154458.518000', '154458.520000', '154458.523000', '154458.526000', '154458.528000', '154458.531000', '154458.534000', '154458.536000', '154458.539000', '154458.542000', '154458.544000', '154458.547000', '154458.550000', '154458.553000', '154458.555000', '154458.558000', '154458.560000', '154458.563000', '154458.566000', '154458.568000', '154458.571000', '154458.574000', '154458.577000', '154518.464000', '154518.466000', '154518.469000', '154518.472000', '154518.475000', '154518.477000', '154518.480000', '154518.483000', '154518.485000', '154518.488000', '154518.491000', '154518.493000', '154518.496000', '154518.499000', '154518.501000', '154518.504000', '154518.507000', '154518.509000', '154518.512000', '154518.515000', '154518.517000', '154518.520000', '154518.523000', '154518.525000', '154518.528000', '154518.530000', '154518.533000', '154518.536000', '154518.538000', '154518.541000', '154518.544000', '154518.546000', '154518.549000', '154518.551000', '154518.554000', '154518.557000', '154518.559000', '154518.562000', '154518.565000', '154518.567000', '154518.570000', '154518.573000', '154518.575000', '154518.578000', '154538.464000', '154538.466000', '154538.469000', '154538.472000', '154538.475000', '154538.477000', '154538.480000', '154538.483000', '154538.486000', '154538.488000', '154538.491000', '154538.494000', '154538.496000', '154538.499000', '154538.502000', '154538.504000', '154538.507000', '154538.510000', '154538.512000', '154538.515000', '154538.517000', '154538.520000', '154538.523000', '154538.525000', '154538.528000', '154538.531000', '154538.533000', '154538.536000', '154538.539000', '154538.541000', '154538.544000', '154538.547000', '154538.549000', '154538.552000', '154538.555000', '154538.557000', '154538.560000', '154538.563000', '154538.565000', '154538.568000', '154538.571000', '154538.573000', '154538.576000', '154558.462000', '154558.466000', '154558.469000', '154558.472000', '154558.474000', '154558.477000', '154558.480000', '154558.483000', '154558.485000', '154558.488000', '154558.491000', '154558.493000', '154558.496000', '154558.500000', '154558.502000', '154558.505000', '154558.507000', '154558.516000', '154558.519000', '154558.521000', '154558.524000', '154558.527000', '154558.530000', '154558.532000', '154558.535000', '154558.538000', '154558.540000', '154558.543000', '154558.546000', '154558.548000', '154558.551000', '154558.554000', '154558.556000', '154558.559000', '154558.562000', '154558.564000', '154558.567000', '154558.570000', '154558.572000', '154558.575000', '154558.577000', '154558.580000', '154558.583000', '154603.011000', '154603.013000', '154603.016000', '154603.019000', '154603.022000', '154603.024000', '154603.027000', '154603.030000', '154603.032000', '154603.035000', '154603.038000'], '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': [11080, 18491, 12807, 17558, 8367, 16371, 11109, 17230, 10218, 15405, 9242, 16357, 11299, 14537, 9894, 12660, 8309, 10637, 8301, 11225, 8751, 12980, 9766, 10515, 9015, 11735, 9084, 14770, 9049, 15284, 9197, 13855, 8262, 13158, 7989, 13531, 8467, 14361, 8112, 12595, 7478, 12443, 7759, 12838, 8568, 12471, 7567, 11480, 8025, 11408, 11020, 11131, 12524, 10193, 12989, 9330, 15221, 8538, 15788, 10701, 16164, 8492, 13506, 8222, 14106, 9113, 14175, 9919, 14585, 8535, 12756, 7937, 12903, 7662, 13172, 8062, 12859, 7341, 11273, 7639, 11420, 7771, 13605, 7707, 12074, 7398, 11245, 7457, 10347, 11521, 11221, 10707, 9509, 13792, 8821, 15431, 8399, 15528, 10203, 13328, 8024, 11410, 7661, 13131, 8131, 14728, 10040, 11430, 8360, 11052, 8066, 14165, 8495, 15384, 10596, 15770, 9112, 13084, 7971, 10960, 7707, 11275, 8028, 11439, 8597, 10851, 8284, 13370, 8287, 15655, 9717, 17020, 10929, 14730, 8876, 11758, 7751, 10570, 7315, 9769, 7262, 10394, 8270, 12094, 7531, 10206, 7445, 10761, 7538, 11747, 7896, 11834, 9031, 12090, 7417, 10621, 7545, 11094, 7848, 10501, 10925, 10486, 9228, 10004, 9498, 9054, 10729, 8584, 12386, 8785, 12471, 8475, 13073, 8151, 14541, 9061, 13468, 8430, 13296, 8618, 13388, 9274, 13822, 9368, 14386, 7437, 10887, 7546, 10615, 8926, 9570, 11399, 9702, 9869, 9187, 10509, 9442, 12371, 8439, 15175, 10059, 15217, 8828, 13972, 8824, 13753, 9394, 12956, 8052, 15348, 9557, 13069, 7364, 10766, 7775, 11374, 7635, 11405, 7496, 11194, 8645, 10409, 7247, 9537, 8168, 9266, 9556, 9556, 12415, 9511, 11032, 8823, 13695, 8567, 15732, 9590, 14799, 8406, 12409, 7639, 12424, 7420, 11690, 7484, 12529, 7429, 10315, 7247, 9750, 7576, 10098, 11300, 9597, 10932, 8721, 12846, 8594, 14485, 8143, 15903, 9083, 13068, 8110, 12039, 7517, 11829, 7881, 11944, 7332, 10158, 7237, 9672, 8031, 9555, 12827, 9510, 11899, 9040, 14861, 8431, 13632, 8617, 13677, 8027, 11983, 7494, 10666, 7877, 10618, 9438, 10453, 9955, 9940, 12411, 8742, 16403, 9029, 14855, 9896, 14547, 8557, 12739, 8267, 12277, 7753, 12998, 8472, 13581, 7308, 10787, 7255, 10573, 9568, 10062, 14130, 9746, 16522, 8235, 14241, 8092, 12586, 8289, 12681, 7630, 10781, 7213, 9809, 7842, 9285, 13717, 9772, 13449, 8924, 14539, 8463, 13889, 8330, 13970, 9380, 10955, 8748, 8749, 8779, 7653, 10826, 11875, 15726, 9493, 11893, 7472, 11581, 7871, 16757, 10180, 18198, 10598, 18054, 8951, 16387, 11032, 15986, 9569, 8059, 10315, 7707, 14396, 9688, 17659, 15281, 11462, 8156, 7109, 10545, 7550, 13535, 8546, 14812, 9463, 10032, 8185, 7318, 9035, 7567, 11765, 7425, 13573, 8738, 14389, 8568, 12761, 8083, 11055, 8051, 12647, 8275, 13971, 9369, 8317, 8032, 7346, 7970, 7449, 10039, 7379, 12238, 7667, 14905, 7976, 12803, 7830, 13102, 7731, 12249, 7888, 13837, 7708, 11575, 7726, 11404, 7882, 11529, 7654, 13941, 7759, 11783, 7603, 11572, 7528, 12519, 8233, 12395, 7555, 11250, 7499, 11700, 7683, 12434, 9490, 12017, 7780, 11181, 7666, 11654, 8590, 13464, 9438, 12662, 7679, 12386, 7613, 13353, 9889, 15753, 9288, 11350, 7836, 10702, 9536, 10379, 16349, 11679, 16857, 9015, 13316, 8643, 14418, 9063, 17776, 10539, 14196, 8181, 11711, 7856, 13857, 8103, 14627, 9468, 14360, 8106, 12361, 8205, 12616, 8576, 13019, 9010, 14604, 8325, 11852, 7275, 11024, 7440, 10339, 8503, 9623, 12147, 8607, 14714, 8301, 13448, 8166, 12739, 8421, 12494, 7658, 10846, 7812, 10532, 7647, 10217, 8031, 10563, 10007, 9900, 10192, 9277, 12023, 8821, 14677, 9040, 15903, 9484, 14082, 8326, 13103, 8010, 13398, 8868, 14479, 8814, 12950, 8486, 13849, 7906, 12142, 8199, 14471, 9432, 14761, 8242, 12098, 7887, 12985, 7661, 14270, 8846, 14954, 9141, 13953, 8242, 13952, 8783, 13715, 9980, 14606, 8848, 13378, 8193, 12798, 8123, 13121, 8596, 14311, 8749, 12316, 7622, 11654, 7341, 11412, 7827, 11062, 10543, 10415, 9775, 9170, 10898, 8428, 14021, 8456, 15778, 9150, 12918, 7943, 12825, 7783, 12808, 7899, 13282, 8878, 13358, 7576, 11846, 7497, 11231, 7329, 10987, 8355, 10602, 7192, 10169, 7199, 9764, 8577, 10152, 10208, 10132, 8740, 9312, 11825, 8910, 14926, 9714, 14894, 9026, 14953, 8928, 12811, 9411, 14604, 8578, 11145, 9498, 7216, 10709, 7148, 13248, 7890, 14991, 9323, 15079, 7910, 12220, 7699, 12522, 7451, 12901, 8111, 11951, 7310, 11040, 7331, 11176, 7524, 11638, 8013, 12592, 7294, 11894, 7646, 12739, 7630, 13585, 8646, 13264, 7390, 11658, 7430, 11618, 7707, 12063, 9251, 12489, 7428, 10870, 7442, 11198, 7332, 13103, 9611, 15426, 8004, 11643, 7718, 12045, 7583, 12846, 7847, 13557, 7972, 10791, 7280, 10098, 7617, 9913, 10091, 10353, 9368, 9611, 9465, 9246, 11523, 9178, 14602, 8985, 15824, 8974, 13370, 8141, 13259, 8114, 13113, 8518, 14831, 8375, 13136, 7812, 12511, 7913, 12298, 8052, 13845, 7662, 11442, 7281, 11176, 7845, 12847, 8440, 14997, 8977, 9911, 8220, 7281, 10078, 7321, 13353, 8075, 12396, 8422, 13530, 8630, 15889, 8739, 12760, 7895, 13081, 8672, 14456, 9336, 16759, 12601, 17970, 9520, 11754, 8358, 7774, 8776, 7793, 9606, 7832, 12896, 7675, 10698, 7399, 10327, 7028, 10389, 7539, 10092, 8013, 11344, 7372, 10584, 7175, 10912, 7662, 12163, 7918, 12340, 8321, 17238, 10674, 13648, 7894, 11852, 7709, 13794, 8126, 13812, 9084, 15227, 8570, 10221, 7840, 9389, 7719, 9317, 8507, 11117, 9381, 10091, 9210, 9849, 8967, 12670, 9669, 12393, 9280, 13461, 8817, 15019, 8650, 13397, 9394, 13914, 8426, 11432, 8050, 11395, 7651, 11852, 7850, 13182, 7661, 11037, 7710, 10746, 7982, 10387, 12766, 10539, 10902, 9181, 12515, 8415, 14238, 8566, 15055, 8895, 13518, 8360, 12632, 8028, 12570, 8618, 14646, 8453, 12279, 8036, 11946, 7521, 13348, 7948, 11806, 7582, 11215, 8175, 10377, 11404, 10623, 11611, 10218, 11222, 9162, 11328, 9077, 12494, 11784, 9797, 10481, 7817, 10878, 7659, 12256, 8273, 13992, 10381, 13809, 8993, 10176, 9277, 10053, 14051, 9496, 15672, 10523, 15192, 9314, 11484, 8347, 12120, 8424, 12796, 8180, 13127, 8629, 11190, 7968, 11429, 8221, 13664, 8034, 14145, 8706, 13550, 9495, 14799, 8135, 9916, 7690, 9308, 7674, 11628, 7666, 12101, 8676, 12515, 8864, 7464, 7759, 8419, 8071, 14005, 9680, 15442, 10126, 13204, 8613, 9313, 9658, 13383, 9781, 7880, 11182, 8660, 13599, 8658], 'WindowCenter': [4530.0, 4569.0, 4522.0, 4537.0, 4453.0, 4511.0, 4471.0, 4508.0, 4460.0, 4497.0, 4461.0, 4510.0, 4468.0, 4487.0, 4457.0, 4476.0, 4437.0, 4455.0, 4450.0, 4480.0, 4449.0, 4490.0, 4459.0, 4469.0, 4450.0, 4478.0, 4464.0, 4512.0, 4463.0, 4511.0, 4460.0, 4489.0, 4452.0, 4491.0, 4453.0, 4504.0, 4453.0, 4513.0, 4452.0, 4491.0, 4431.0, 4492.0, 4457.0, 4502.0, 4463.0, 4506.0, 4440.0, 4481.0, 4440.0, 4494.0, 4483.0, 4481.0, 4494.0, 4471.0, 4491.0, 4462.0, 4524.0, 4463.0, 4510.0, 4484.0, 4521.0, 4450.0, 4488.0, 4448.0, 4499.0, 4460.0, 4499.0, 4472.0, 4499.0, 4449.0, 4487.0, 4438.0, 4490.0, 4453.0, 4490.0, 4440.0, 4489.0, 4428.0, 4468.0, 4439.0, 4492.0, 4439.0, 4502.0, 4439.0, 4479.0, 4427.0, 4479.0, 4442.0, 4482.0, 4478.0, 4481.0, 4467.0, 4458.0, 4486.0, 4448.0, 4509.0, 4450.0, 4508.0, 4471.0, 4487.0, 4438.0, 4476.0, 4439.0, 4512.0, 4452.0, 4510.0, 4472.0, 4479.0, 4451.0, 4482.0, 4449.0, 4499.0, 4463.0, 4511.0, 4481.0, 4512.0, 4447.0, 4486.0, 4437.0, 4468.0, 4440.0, 4480.0, 4439.0, 4480.0, 4448.0, 4470.0, 4439.0, 4487.0, 4448.0, 4509.0, 4459.0, 4511.0, 4469.0, 4486.0, 4435.0, 4464.0, 4424.0, 4454.0, 4414.0, 4455.0, 4427.0, 4455.0, 4436.0, 4477.0, 4425.0, 4456.0, 4424.0, 4467.0, 4426.0, 4478.0, 4438.0, 4481.0, 4459.0, 4480.0, 4426.0, 4456.0, 4425.0, 4467.0, 4448.0, 4469.0, 4468.0, 4482.0, 4459.0, 4457.0, 4447.0, 4448.0, 4465.0, 4447.0, 4488.0, 4448.0, 4490.0, 4462.0, 4515.0, 4462.0, 4513.0, 4463.0, 4502.0, 4450.0, 4501.0, 4451.0, 4503.0, 4473.0, 4503.0, 4459.0, 4499.0, 4426.0, 4467.0, 4424.0, 4456.0, 4461.0, 4471.0, 4476.0, 4454.0, 4458.0, 4456.0, 4456.0, 4457.0, 4488.0, 4447.0, 4498.0, 4457.0, 4498.0, 4447.0, 4485.0, 4446.0, 4486.0, 4458.0, 4488.0, 4436.0, 4500.0, 4458.0, 4476.0, 4423.0, 4454.0, 4423.0, 4465.0, 4424.0, 4479.0, 4426.0, 4467.0, 4446.0, 4455.0, 4413.0, 4443.0, 4435.0, 4459.0, 4458.0, 4459.0, 4489.0, 4458.0, 4466.0, 4446.0, 4498.0, 4461.0, 4507.0, 4459.0, 4498.0, 4436.0, 4476.0, 4426.0, 4487.0, 4441.0, 4491.0, 4439.0, 4488.0, 4441.0, 4467.0, 4425.0, 4457.0, 4437.0, 4470.0, 4479.0, 4457.0, 4478.0, 4448.0, 4487.0, 4460.0, 4510.0, 4437.0, 4510.0, 4447.0, 4486.0, 4437.0, 4476.0, 4440.0, 4488.0, 4436.0, 4478.0, 4425.0, 4455.0, 4424.0, 4456.0, 4449.0, 4457.0, 4485.0, 4458.0, 4477.0, 4447.0, 4497.0, 4450.0, 4510.0, 4459.0, 4498.0, 4450.0, 4478.0, 4427.0, 4467.0, 4450.0, 4480.0, 4458.0, 4480.0, 4472.0, 4470.0, 4488.0, 4449.0, 4524.0, 4460.0, 4511.0, 4470.0, 4498.0, 4448.0, 4488.0, 4447.0, 4487.0, 4438.0, 4488.0, 4448.0, 4490.0, 4428.0, 4466.0, 4424.0, 4479.0, 4458.0, 4457.0, 4498.0, 4457.0, 4507.0, 4435.0, 4486.0, 4437.0, 4488.0, 4436.0, 4487.0, 4437.0, 4465.0, 4424.0, 4456.0, 4449.0, 4459.0, 4496.0, 4467.0, 4487.0, 4447.0, 4496.0, 4447.0, 4498.0, 4450.0, 4498.0, 4473.0, 4478.0, 4447.0, 4446.0, 4462.0, 4451.0, 4493.0, 4494.0, 4524.0, 4472.0, 4490.0, 4438.0, 4489.0, 4448.0, 4520.0, 4473.0, 4519.0, 4469.0, 4520.0, 4460.0, 4510.0, 4468.0, 4507.0, 4459.0, 4435.0, 4440.0, 4411.0, 4469.0, 4430.0, 4494.0, 4482.0, 4451.0, 4421.0, 4411.0, 4440.0, 4409.0, 4469.0, 4420.0, 4468.0, 4444.0, 4442.0, 4420.0, 4410.0, 4429.0, 4410.0, 4462.0, 4414.0, 4471.0, 4433.0, 4484.0, 4432.0, 4459.0, 4423.0, 4453.0, 4424.0, 4486.0, 4435.0, 4486.0, 4444.0, 4433.0, 4423.0, 4413.0, 4424.0, 4412.0, 4454.0, 4426.0, 4476.0, 4437.0, 4498.0, 4437.0, 4486.0, 4439.0, 4501.0, 4439.0, 4488.0, 4450.0, 4502.0, 4439.0, 4480.0, 4440.0, 4479.0, 4450.0, 4492.0, 4441.0, 4510.0, 4440.0, 4489.0, 4441.0, 4492.0, 4450.0, 4492.0, 4464.0, 4503.0, 4453.0, 4482.0, 4441.0, 4503.0, 4453.0, 4492.0, 4473.0, 4492.0, 4440.0, 4481.0, 4453.0, 4493.0, 4460.0, 4514.0, 4474.0, 4502.0, 4442.0, 4490.0, 4452.0, 4503.0, 4471.0, 4514.0, 4460.0, 4481.0, 4439.0, 4469.0, 4471.0, 4468.0, 4509.0, 4481.0, 4509.0, 4447.0, 4486.0, 4447.0, 4500.0, 4446.0, 4518.0, 4466.0, 4483.0, 4423.0, 4461.0, 4434.0, 4497.0, 4436.0, 4494.0, 4455.0, 4485.0, 4434.0, 4473.0, 4434.0, 4475.0, 4446.0, 4474.0, 4444.0, 4484.0, 4433.0, 4462.0, 4410.0, 4450.0, 4410.0, 4453.0, 4431.0, 4443.0, 4462.0, 4430.0, 4481.0, 4421.0, 4470.0, 4433.0, 4473.0, 4432.0, 4464.0, 4424.0, 4454.0, 4423.0, 4454.0, 4424.0, 4466.0, 4436.0, 4466.0, 4457.0, 4457.0, 4456.0, 4446.0, 4475.0, 4448.0, 4498.0, 4447.0, 4510.0, 4458.0, 4487.0, 4436.0, 4488.0, 4449.0, 4498.0, 4448.0, 4499.0, 4448.0, 4487.0, 4464.0, 4499.0, 4438.0, 4477.0, 4448.0, 4497.0, 4459.0, 4502.0, 4450.0, 4476.0, 4463.0, 4511.0, 4465.0, 4526.0, 4474.0, 4512.0, 4460.0, 4512.0, 4462.0, 4500.0, 4460.0, 4498.0, 4469.0, 4500.0, 4450.0, 4487.0, 4449.0, 4487.0, 4449.0, 4499.0, 4448.0, 4498.0, 4448.0, 4476.0, 4426.0, 4465.0, 4424.0, 4476.0, 4436.0, 4466.0, 4467.0, 4457.0, 4455.0, 4444.0, 4453.0, 4435.0, 4485.0, 4434.0, 4497.0, 4444.0, 4473.0, 4424.0, 4474.0, 4423.0, 4488.0, 4436.0, 4485.0, 4447.0, 4484.0, 4436.0, 4476.0, 4424.0, 4478.0, 4426.0, 4466.0, 4449.0, 4468.0, 4426.0, 4456.0, 4425.0, 4468.0, 4447.0, 4467.0, 4468.0, 4469.0, 4447.0, 4458.0, 4491.0, 4459.0, 4498.0, 4471.0, 4511.0, 4460.0, 4498.0, 4459.0, 4486.0, 4461.0, 4511.0, 4462.0, 4479.0, 4460.0, 4439.0, 4467.0, 4428.0, 4499.0, 4451.0, 4509.0, 4459.0, 4500.0, 4438.0, 4476.0, 4438.0, 4490.0, 4427.0, 4476.0, 4436.0, 4476.0, 4423.0, 4465.0, 4422.0, 4466.0, 4437.0, 4477.0, 4438.0, 4487.0, 4426.0, 4477.0, 4427.0, 4489.0, 4440.0, 4489.0, 4451.0, 4490.0, 4427.0, 4475.0, 4427.0, 4478.0, 4439.0, 4478.0, 4457.0, 4477.0, 4426.0, 4466.0, 4425.0, 4477.0, 4426.0, 4487.0, 4457.0, 4500.0, 4434.0, 4466.0, 4425.0, 4463.0, 4427.0, 4487.0, 4436.0, 4488.0, 4436.0, 4466.0, 4424.0, 4455.0, 4436.0, 4457.0, 4454.0, 4457.0, 4444.0, 4445.0, 4443.0, 4445.0, 4464.0, 4459.0, 4496.0, 4447.0, 4508.0, 4446.0, 4483.0, 4425.0, 4473.0, 4437.0, 4487.0, 4446.0, 4497.0, 4435.0, 4475.0, 4425.0, 4475.0, 4439.0, 4476.0, 4437.0, 4488.0, 4425.0, 4477.0, 4424.0, 4465.0, 4438.0, 4485.0, 4436.0, 4497.0, 4448.0, 4467.0, 4436.0, 4426.0, 4469.0, 4426.0, 4490.0, 4437.0, 4504.0, 4450.0, 4489.0, 4448.0, 4509.0, 4447.0, 4474.0, 4423.0, 4472.0, 4433.0, 4483.0, 4443.0, 4496.0, 4464.0, 4504.0, 4441.0, 4460.0, 4420.0, 4409.0, 4419.0, 4409.0, 4428.0, 4410.0, 4472.0, 4411.0, 4439.0, 4410.0, 4439.0, 4399.0, 4440.0, 4409.0, 4439.0, 4409.0, 4452.0, 4409.0, 4440.0, 4401.0, 4451.0, 4411.0, 4461.0, 4425.0, 4473.0, 4449.0, 4519.0, 4467.0, 4486.0, 4437.0, 4463.0, 4426.0, 4486.0, 4451.0, 4487.0, 4450.0, 4499.0, 4438.0, 4454.0, 4424.0, 4443.0, 4427.0, 4445.0, 4435.0, 4469.0, 4447.0, 4455.0, 4446.0, 4458.0, 4448.0, 4486.0, 4473.0, 4481.0, 4448.0, 4486.0, 4447.0, 4496.0, 4450.0, 4489.0, 4458.0, 4487.0, 4436.0, 4464.0, 4426.0, 4465.0, 4439.0, 4491.0, 4440.0, 4502.0, 4439.0, 4470.0, 4426.0, 4480.0, 4453.0, 4470.0, 4490.0, 4470.0, 4468.0, 4447.0, 4478.0, 4452.0, 4510.0, 4450.0, 4511.0, 4450.0, 4489.0, 4448.0, 4489.0, 4462.0, 4503.0, 4462.0, 4513.0, 4451.0, 4480.0, 4451.0, 4493.0, 4451.0, 4501.0, 4439.0, 4478.0, 4428.0, 4469.0, 4450.0, 4483.0, 4478.0, 4482.0, 4482.0, 4472.0, 4469.0, 4459.0, 4478.0, 4472.0, 4488.0, 4494.0, 4470.0, 4470.0, 4440.0, 4470.0, 4436.0, 4487.0, 4439.0, 4499.0, 4470.0, 4491.0, 4448.0, 4456.0, 4445.0, 4457.0, 4487.0, 4445.0, 4484.0, 4456.0, 4485.0, 4433.0, 4453.0, 4422.0, 4463.0, 4423.0, 4463.0, 4421.0, 4472.0, 4422.0, 4453.0, 4421.0, 4452.0, 4422.0, 4472.0, 4423.0, 4474.0, 4435.0, 4474.0, 4445.0, 4484.0, 4424.0, 4441.0, 4424.0, 4430.0, 4425.0, 4464.0, 4437.0, 4476.0, 4449.0, 4490.0, 4449.0, 4427.0, 4436.0, 4434.0, 4422.0, 4486.0, 4460.0, 4500.0, 4471.0, 4487.0, 4449.0, 4448.0, 4459.0, 4488.0, 4446.0, 4426.0, 4466.0, 4438.0, 4488.0, 4449.0], 'WindowWidth': [9950.0, 10004.0, 9919.0, 9933.0, 9808.0, 9887.0, 9827.0, 9881.0, 9811.0, 9861.0, 9815.0, 9885.0, 9819.0, 9845.0, 9801.0, 9828.0, 9776.0, 9798.0, 9800.0, 9841.0, 9798.0, 9857.0, 9811.0, 9823.0, 9797.0, 9836.0, 9825.0, 9892.0, 9821.0, 9888.0, 9816.0, 9854.0, 9804.0, 9859.0, 9815.0, 9883.0, 9809.0, 9894.0, 9806.0, 9857.0, 9777.0, 9862.0, 9823.0, 9876.0, 9824.0, 9885.0, 9789.0, 9845.0, 9788.0, 9869.0, 9851.0, 9847.0, 9867.0, 9831.0, 9858.0, 9817.0, 9911.0, 9826.0, 9886.0, 9852.0, 9904.0, 9799.0, 9851.0, 9796.0, 9870.0, 9816.0, 9869.0, 9834.0, 9869.0, 9798.0, 9848.0, 9782.0, 9858.0, 9809.0, 9855.0, 9788.0, 9854.0, 9768.0, 9821.0, 9787.0, 9863.0, 9788.0, 9875.0, 9785.0, 9838.0, 9766.0, 9838.0, 9798.0, 9849.0, 9840.0, 9846.0, 9823.0, 9809.0, 9846.0, 9796.0, 9883.0, 9800.0, 9881.0, 9832.0, 9851.0, 9782.0, 9833.0, 9786.0, 9896.0, 9808.0, 9886.0, 9834.0, 9841.0, 9804.0, 9849.0, 9801.0, 9871.0, 9825.0, 9890.0, 9849.0, 9891.0, 9793.0, 9848.0, 9780.0, 9824.0, 9791.0, 9844.0, 9786.0, 9842.0, 9795.0, 9826.0, 9783.0, 9847.0, 9798.0, 9886.0, 9812.0, 9892.0, 9822.0, 9844.0, 9771.0, 9812.0, 9756.0, 9797.0, 9742.0, 9801.0, 9766.0, 9800.0, 9775.0, 9832.0, 9760.0, 9802.0, 9759.0, 9818.0, 9763.0, 9835.0, 9783.0, 9843.0, 9813.0, 9843.0, 9762.0, 9802.0, 9759.0, 9816.0, 9798.0, 9826.0, 9821.0, 9848.0, 9814.0, 9806.0, 9791.0, 9792.0, 9815.0, 9793.0, 9849.0, 9798.0, 9855.0, 9826.0, 9903.0, 9826.0, 9895.0, 9824.0, 9876.0, 9804.0, 9872.0, 9805.0, 9880.0, 9840.0, 9879.0, 9814.0, 9868.0, 9763.0, 9818.0, 9757.0, 9803.0, 9820.0, 9832.0, 9831.0, 9800.0, 9807.0, 9804.0, 9802.0, 9804.0, 9851.0, 9796.0, 9865.0, 9808.0, 9867.0, 9792.0, 9844.0, 9789.0, 9844.0, 9809.0, 9851.0, 9777.0, 9872.0, 9808.0, 9831.0, 9754.0, 9796.0, 9754.0, 9811.0, 9759.0, 9841.0, 9766.0, 9820.0, 9790.0, 9801.0, 9742.0, 9782.0, 9771.0, 9816.0, 9812.0, 9812.0, 9855.0, 9808.0, 9818.0, 9791.0, 9868.0, 9819.0, 9878.0, 9812.0, 9867.0, 9778.0, 9832.0, 9763.0, 9850.0, 9793.0, 9858.0, 9787.0, 9853.0, 9793.0, 9820.0, 9762.0, 9808.0, 9784.0, 9830.0, 9838.0, 9810.0, 9837.0, 9797.0, 9847.0, 9818.0, 9886.0, 9783.0, 9887.0, 9795.0, 9845.0, 9779.0, 9831.0, 9791.0, 9854.0, 9780.0, 9838.0, 9763.0, 9803.0, 9760.0, 9806.0, 9803.0, 9810.0, 9846.0, 9812.0, 9835.0, 9794.0, 9863.0, 9805.0, 9887.0, 9817.0, 9869.0, 9802.0, 9838.0, 9769.0, 9822.0, 9804.0, 9846.0, 9813.0, 9846.0, 9836.0, 9829.0, 9851.0, 9801.0, 9913.0, 9819.0, 9887.0, 9831.0, 9869.0, 9798.0, 9851.0, 9795.0, 9852.0, 9787.0, 9852.0, 9798.0, 9856.0, 9769.0, 9820.0, 9761.0, 9842.0, 9813.0, 9808.0, 9868.0, 9807.0, 9878.0, 9774.0, 9848.0, 9783.0, 9852.0, 9778.0, 9850.0, 9780.0, 9817.0, 9760.0, 9806.0, 9804.0, 9815.0, 9861.0, 9823.0, 9850.0, 9794.0, 9861.0, 9795.0, 9871.0, 9805.0, 9870.0, 9839.0, 9841.0, 9797.0, 9795.0, 9826.0, 9812.0, 9868.0, 9870.0, 9917.0, 9836.0, 9859.0, 9785.0, 9857.0, 9800.0, 9901.0, 9837.0, 9900.0, 9826.0, 9902.0, 9817.0, 9884.0, 9823.0, 9876.0, 9814.0, 9775.0, 9774.0, 9735.0, 9810.0, 9758.0, 9857.0, 9831.0, 9787.0, 9748.0, 9734.0, 9772.0, 9729.0, 9811.0, 9745.0, 9811.0, 9782.0, 9777.0, 9745.0, 9731.0, 9756.0, 9731.0, 9805.0, 9743.0, 9819.0, 9766.0, 9838.0, 9764.0, 9800.0, 9753.0, 9794.0, 9757.0, 9845.0, 9773.0, 9845.0, 9785.0, 9768.0, 9756.0, 9740.0, 9755.0, 9739.0, 9798.0, 9764.0, 9831.0, 9779.0, 9866.0, 9781.0, 9845.0, 9786.0, 9874.0, 9787.0, 9852.0, 9800.0, 9875.0, 9786.0, 9841.0, 9786.0, 9838.0, 9805.0, 9862.0, 9792.0, 9886.0, 9789.0, 9855.0, 9791.0, 9864.0, 9807.0, 9863.0, 9828.0, 9878.0, 9811.0, 9849.0, 9793.0, 9882.0, 9815.0, 9862.0, 9837.0, 9863.0, 9792.0, 9847.0, 9811.0, 9868.0, 9821.0, 9898.0, 9839.0, 9878.0, 9793.0, 9858.0, 9811.0, 9879.0, 9832.0, 9901.0, 9816.0, 9846.0, 9785.0, 9825.0, 9831.0, 9825.0, 9884.0, 9848.0, 9882.0, 9790.0, 9843.0, 9792.0, 9871.0, 9790.0, 9897.0, 9817.0, 9838.0, 9753.0, 9806.0, 9772.0, 9864.0, 9777.0, 9855.0, 9801.0, 9844.0, 9773.0, 9824.0, 9770.0, 9828.0, 9789.0, 9826.0, 9785.0, 9839.0, 9768.0, 9804.0, 9733.0, 9786.0, 9733.0, 9793.0, 9761.0, 9779.0, 9805.0, 9759.0, 9830.0, 9748.0, 9815.0, 9768.0, 9823.0, 9764.0, 9809.0, 9756.0, 9796.0, 9755.0, 9797.0, 9757.0, 9819.0, 9777.0, 9816.0, 9805.0, 9805.0, 9802.0, 9790.0, 9828.0, 9796.0, 9867.0, 9794.0, 9884.0, 9809.0, 9848.0, 9778.0, 9852.0, 9801.0, 9867.0, 9797.0, 9870.0, 9798.0, 9849.0, 9831.0, 9869.0, 9783.0, 9836.0, 9796.0, 9865.0, 9815.0, 9876.0, 9804.0, 9836.0, 9828.0, 9892.0, 9837.0, 9919.0, 9842.0, 9893.0, 9819.0, 9893.0, 9822.0, 9873.0, 9817.0, 9867.0, 9828.0, 9873.0, 9802.0, 9851.0, 9799.0, 9849.0, 9804.0, 9870.0, 9798.0, 9868.0, 9796.0, 9833.0, 9764.0, 9815.0, 9760.0, 9834.0, 9779.0, 9818.0, 9822.0, 9806.0, 9800.0, 9783.0, 9795.0, 9775.0, 9845.0, 9770.0, 9864.0, 9785.0, 9825.0, 9757.0, 9825.0, 9757.0, 9851.0, 9779.0, 9843.0, 9795.0, 9842.0, 9778.0, 9831.0, 9761.0, 9839.0, 9768.0, 9820.0, 9799.0, 9825.0, 9765.0, 9804.0, 9763.0, 9825.0, 9798.0, 9823.0, 9826.0, 9826.0, 9795.0, 9810.0, 9860.0, 9814.0, 9867.0, 9832.0, 9887.0, 9815.0, 9868.0, 9813.0, 9847.0, 9820.0, 9892.0, 9823.0, 9842.0, 9816.0, 9787.0, 9824.0, 9770.0, 9872.0, 9805.0, 9883.0, 9815.0, 9871.0, 9781.0, 9832.0, 9782.0, 9860.0, 9769.0, 9833.0, 9777.0, 9831.0, 9756.0, 9812.0, 9753.0, 9820.0, 9782.0, 9834.0, 9783.0, 9848.0, 9764.0, 9835.0, 9766.0, 9855.0, 9789.0, 9855.0, 9805.0, 9857.0, 9767.0, 9831.0, 9765.0, 9838.0, 9786.0, 9836.0, 9809.0, 9835.0, 9762.0, 9816.0, 9761.0, 9837.0, 9764.0, 9847.0, 9805.0, 9872.0, 9773.0, 9816.0, 9759.0, 9810.0, 9766.0, 9850.0, 9776.0, 9853.0, 9776.0, 9816.0, 9757.0, 9799.0, 9778.0, 9806.0, 9799.0, 9806.0, 9786.0, 9786.0, 9782.0, 9785.0, 9813.0, 9812.0, 9861.0, 9793.0, 9879.0, 9790.0, 9839.0, 9760.0, 9825.0, 9781.0, 9849.0, 9792.0, 9862.0, 9775.0, 9830.0, 9760.0, 9829.0, 9786.0, 9833.0, 9780.0, 9851.0, 9760.0, 9833.0, 9759.0, 9816.0, 9784.0, 9844.0, 9777.0, 9862.0, 9797.0, 9823.0, 9779.0, 9765.0, 9826.0, 9766.0, 9856.0, 9781.0, 9884.0, 9803.0, 9854.0, 9796.0, 9885.0, 9792.0, 9827.0, 9753.0, 9821.0, 9769.0, 9838.0, 9781.0, 9859.0, 9809.0, 9868.0, 9776.0, 9800.0, 9747.0, 9729.0, 9741.0, 9727.0, 9753.0, 9732.0, 9821.0, 9733.0, 9771.0, 9732.0, 9769.0, 9713.0, 9772.0, 9728.0, 9767.0, 9727.0, 9789.0, 9728.0, 9772.0, 9720.0, 9786.0, 9733.0, 9803.0, 9758.0, 9822.0, 9799.0, 9899.0, 9819.0, 9842.0, 9775.0, 9810.0, 9763.0, 9846.0, 9805.0, 9850.0, 9799.0, 9867.0, 9777.0, 9796.0, 9755.0, 9780.0, 9765.0, 9789.0, 9772.0, 9825.0, 9792.0, 9799.0, 9788.0, 9809.0, 9793.0, 9845.0, 9834.0, 9841.0, 9792.0, 9843.0, 9790.0, 9859.0, 9801.0, 9853.0, 9808.0, 9848.0, 9776.0, 9812.0, 9760.0, 9814.0, 9789.0, 9858.0, 9787.0, 9874.0, 9782.0, 9825.0, 9763.0, 9842.0, 9811.0, 9827.0, 9855.0, 9826.0, 9822.0, 9791.0, 9834.0, 9808.0, 9888.0, 9802.0, 9889.0, 9801.0, 9853.0, 9795.0, 9854.0, 9825.0, 9879.0, 9821.0, 9892.0, 9802.0, 9841.0, 9804.0, 9866.0, 9805.0, 9874.0, 9786.0, 9837.0, 9767.0, 9823.0, 9803.0, 9850.0, 9837.0, 9849.0, 9847.0, 9833.0, 9824.0, 9811.0, 9841.0, 9838.0, 9854.0, 9867.0, 9828.0, 9827.0, 9787.0, 9827.0, 9779.0, 9851.0, 9785.0, 9868.0, 9827.0, 9860.0, 9795.0, 9802.0, 9785.0, 9803.0, 9846.0, 9785.0, 9840.0, 9803.0, 9840.0, 9763.0, 9792.0, 9748.0, 9803.0, 9751.0, 9807.0, 9747.0, 9817.0, 9750.0, 9790.0, 9745.0, 9787.0, 9749.0, 9817.0, 9751.0, 9824.0, 9771.0, 9826.0, 9783.0, 9838.0, 9753.0, 9777.0, 9755.0, 9760.0, 9756.0, 9811.0, 9781.0, 9831.0, 9799.0, 9855.0, 9798.0, 9766.0, 9777.0, 9769.0, 9752.0, 9844.0, 9812.0, 9868.0, 9829.0, 9850.0, 9795.0, 9792.0, 9807.0, 9849.0, 9788.0, 9760.0, 9815.0, 9778.0, 9851.0, 9796.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.0003448212351029253</td></tr>
<tr><td colspan=3>aqi</td><td>0.023745761971830988</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.52319257303686</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1685714957700641</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9862825958676789</td></tr>
<tr><td colspan=3>efc</td><td>0.5225</td></tr>
<tr><td colspan=3>fber</td><td>3504.4817</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09074574664205177</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1668472372697725</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.710933981046148</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.657027300287896</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9152080214051157</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.560566621445433</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104084</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012699694372713566</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030273523181676865</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9247678300521915</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.4952</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.3327</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.8238</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291150.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1282.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>456.2667</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.172</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.8366</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3585.6753</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3818.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85394.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4696.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.7907</td></tr>
<tr><td colspan=3>tsnr</td><td>36.92726743547246</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>