<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-04/func/sub-0111_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>200b42498d8cf4891baf28bfc6613f2f</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>18:18:7.435000</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.99976, 0.0172054, 0.0135555, -0.0179746, 0.998106, 0.0588284]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.076897</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7757, -7234, 286, -105, 91, 150, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.646</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eec5316e-0706-4612-8517-4ab42963f241||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.6822831630706787, -0.04822440817952156, 0.03379780799150467, 114.7147216796875], [-0.046160753816366196, 2.6778461933135986, 0.15945632755756378, -102.19373321533203], [0.03636852279305458, -0.15783219039440155, 2.695075511932373, -60.551578521728516], [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': ['181807.435000', '181807.895000', '181808.355000', '181808.815000', '181809.275000', '181809.735000', '181810.195000', '181810.655000', '181811.115000', '181811.575000', '181812.035000', '181812.495000', '181812.955000', '181813.415000', '181813.875000', '181814.335000', '181814.795000', '181815.255000', '181815.715000', '181816.175000', '181816.635000', '181817.095000', '181817.555000', '181818.015000', '181818.475000', '181818.935000', '181819.395000', '181819.855000', '181820.315000', '181820.775000', '181821.235000', '181821.695000', '181822.155000', '181822.615000', '181823.075000', '181823.535000', '181823.995000', '181824.455000', '181824.915000', '181825.375000', '181825.835000', '181826.295000', '181826.755000', '181827.215000', '181827.675000', '181828.135000', '181828.595000', '181829.055000', '181829.515000', '181829.975000', '181830.435000', '181830.895000', '181831.355000', '181831.815000', '181832.275000', '181832.735000', '181833.195000', '181833.655000', '181834.115000', '181834.575000', '181835.035000', '181835.495000', '181835.955000', '181836.415000', '181836.875000', '181837.335000', '181837.795000', '181838.255000', '181838.715000', '181839.175000', '181839.635000', '181840.095000', '181840.555000', '181841.015000', '181841.475000', '181841.935000', '181842.395000', '181842.855000', '181843.315000', '181843.775000', '181844.235000', '181844.695000', '181845.155000', '181845.615000', '181846.075000', '181846.535000', '181846.995000', '181847.455000', '181847.915000', '181848.375000', '181848.835000', '181849.295000', '181849.755000', '181850.215000', '181850.675000', '181851.135000', '181851.595000', '181852.055000', '181852.515000', '181852.975000', '181853.435000', '181853.895000', '181854.355000', '181854.815000', '181855.275000', '181855.735000', '181856.195000', '181856.655000', '181857.115000', '181857.575000', '181858.035000', '181858.495000', '181858.955000', '181859.415000', '181859.875000', '181900.335000', '181900.795000', '181901.255000', '181901.715000', '181902.175000', '181902.635000', '181903.095000', '181903.555000', '181904.015000', '181904.475000', '181904.935000', '181905.395000', '181905.855000', '181906.315000', '181906.775000', '181907.235000', '181907.695000', '181908.155000', '181908.615000', '181909.075000', '181909.535000', '181909.995000', '181910.455000', '181910.915000', '181911.375000', '181911.835000', '181912.295000', '181912.755000', '181913.215000', '181913.675000', '181914.135000', '181914.595000', '181915.055000', '181915.515000', '181915.975000', '181916.435000', '181916.895000', '181917.355000', '181917.815000', '181918.275000', '181918.735000', '181919.195000', '181919.655000', '181920.115000', '181920.575000', '181921.035000', '181921.495000', '181921.955000', '181922.415000', '181922.875000', '181923.335000', '181923.795000', '181924.255000', '181924.715000', '181925.175000', '181925.635000', '181926.095000', '181926.555000', '181927.015000', '181927.475000', '181927.935000', '181928.395000', '181928.855000', '181929.315000', '181929.775000', '181930.235000', '181930.695000', '181931.155000', '181931.615000', '181932.075000', '181932.535000', '181932.995000', '181933.455000', '181933.915000', '181934.375000', '181934.835000', '181935.295000', '181935.755000', '181936.215000', '181936.675000', '181937.135000', '181937.595000', '181938.055000', '181938.515000', '181938.975000', '181939.435000', '181939.895000', '181940.355000', '181940.815000', '181941.275000', '181941.735000', '181942.195000', '181942.655000', '181943.115000', '181943.575000', '181944.035000', '181944.495000', '181944.955000', '181945.415000', '181945.875000', '181946.335000', '181946.795000', '181947.255000', '181947.715000', '181948.175000', '181948.635000', '181949.095000', '181949.555000', '181950.015000', '181950.475000', '181950.935000', '181951.395000', '181951.855000', '181952.315000', '181952.775000', '181953.235000', '181953.695000', '181954.155000', '181954.615000', '181955.075000', '181955.535000', '181955.995000', '181956.455000', '181956.915000', '181957.375000', '181957.835000', '181958.295000', '181958.755000', '181959.215000', '181959.675000', '182000.135000', '182000.595000', '182001.055000', '182001.515000', '182001.975000', '182002.435000', '182002.895000', '182003.355000', '182003.815000', '182004.275000', '182004.735000', '182005.195000', '182005.655000', '182006.115000', '182006.575000', '182007.035000', '182007.495000', '182007.955000', '182008.415000', '182008.875000', '182009.335000', '182009.795000', '182010.255000', '182010.715000', '182011.175000', '182011.635000', '182012.095000', '182012.555000', '182013.015000', '182013.475000', '182013.935000', '182014.395000', '182014.855000', '182015.315000', '182015.775000', '182016.235000', '182016.695000', '182017.155000', '182017.615000', '182018.075000', '182018.535000', '182018.995000', '182019.455000', '182019.915000', '182020.375000', '182020.835000', '182021.295000', '182021.755000', '182022.215000', '182022.675000', '182023.135000', '182023.595000', '182024.055000', '182024.515000', '182024.975000', '182025.435000', '182025.895000', '182026.355000', '182026.815000', '182027.275000', '182027.735000', '182028.195000', '182028.655000', '182029.115000', '182029.575000', '182030.035000', '182030.495000', '182030.955000', '182031.415000', '182031.875000', '182032.335000', '182032.795000', '182033.255000', '182033.715000', '182034.175000', '182034.635000', '182035.095000', '182035.555000', '182036.015000', '182036.475000', '182036.935000', '182037.395000', '182037.855000', '182038.315000', '182038.775000', '182039.235000', '182039.695000', '182040.155000', '182040.615000', '182041.075000', '182041.535000', '182041.995000', '182042.455000', '182042.915000', '182043.375000', '182043.835000', '182044.295000', '182044.755000', '182045.215000', '182045.675000', '182046.135000', '182046.595000', '182047.055000', '182047.515000', '182047.975000', '182048.435000', '182048.895000', '182049.355000', '182049.815000', '182050.275000', '182050.735000', '182051.195000', '182051.655000', '182052.115000', '182052.575000', '182053.035000', '182053.495000', '182053.955000', '182054.415000', '182054.875000', '182055.335000', '182055.795000', '182056.255000', '182056.715000', '182057.175000', '182057.635000', '182058.095000', '182058.555000', '182059.015000', '182059.475000', '182059.935000', '182100.395000', '182100.855000', '182101.315000', '182101.775000', '182102.235000', '182102.695000', '182103.155000', '182103.615000', '182104.075000', '182104.535000', '182104.995000', '182105.455000', '182105.915000', '182106.375000', '182106.835000', '182107.295000', '182107.755000', '182108.215000', '182108.675000', '182109.135000', '182109.595000', '182110.055000', '182110.515000', '182110.975000', '182111.435000', '182111.895000', '182112.355000', '182112.815000', '182113.275000', '182113.735000', '182114.195000', '182114.655000', '182115.115000', '182115.575000', '182116.035000', '182116.495000', '182116.955000', '182117.415000', '182117.875000', '182118.335000', '182118.795000', '182119.255000', '182119.715000', '182120.175000', '182120.635000', '182121.095000', '182121.555000', '182122.015000', '182122.475000', '182122.935000', '182123.395000', '182123.855000', '182124.315000', '182124.775000', '182125.235000', '182125.695000', '182126.155000', '182126.615000', '182127.075000', '182127.535000', '182127.995000', '182128.455000', '182128.915000', '182129.375000', '182129.835000', '182130.295000', '182130.755000', '182131.215000', '182131.675000', '182132.135000', '182132.595000', '182133.055000', '182133.515000', '182133.975000', '182134.435000', '182134.895000', '182135.355000', '182135.815000', '182136.275000', '182136.735000', '182137.195000', '182137.655000', '182138.115000', '182138.575000', '182139.035000', '182139.495000', '182139.955000', '182140.415000', '182140.875000', '182141.335000', '182141.795000', '182142.255000', '182142.715000', '182143.175000', '182143.635000', '182144.095000', '182144.555000', '182145.015000', '182145.475000', '182145.935000', '182146.395000', '182146.855000', '182147.315000', '182147.775000', '182148.235000', '182148.695000', '182149.155000', '182149.615000', '182150.075000', '182150.535000', '182150.995000', '182151.455000', '182151.915000', '182152.375000', '182152.835000', '182153.295000', '182153.755000', '182154.215000', '182154.675000', '182155.135000', '182155.595000', '182156.055000', '182156.515000', '182156.975000', '182157.435000', '182157.895000', '182158.355000', '182158.815000', '182159.275000', '182159.735000', '182200.195000', '182200.655000', '182201.115000', '182201.575000', '182202.035000', '182202.495000', '182202.955000', '182203.415000', '182203.875000', '182204.335000', '182204.795000', '182205.255000', '182205.715000', '182206.175000', '182206.635000', '182207.095000', '182207.555000', '182208.015000', '182208.475000', '182208.935000', '182209.395000', '182209.855000', '182210.315000', '182210.775000', '182211.235000', '182211.695000', '182212.155000', '182212.615000', '182213.075000', '182213.535000', '182213.995000', '182214.455000', '182214.915000', '182215.375000', '182215.835000', '182216.295000', '182216.755000', '182217.215000', '182217.675000', '182218.135000', '182218.595000', '182219.055000', '182219.515000', '182219.975000', '182220.435000', '182220.895000', '182221.355000', '182221.815000', '182222.275000', '182222.735000', '182223.195000', '182223.655000', '182224.115000', '182224.575000', '182225.035000', '182225.495000', '182225.955000', '182226.415000', '182226.875000', '182227.335000', '182227.795000', '182228.255000', '182228.715000', '182229.175000', '182229.635000', '182230.095000', '182230.555000', '182231.015000', '182231.475000', '182231.935000', '182232.395000', '182232.855000', '182233.315000', '182233.775000', '182234.235000', '182234.695000', '182235.155000', '182235.615000', '182236.075000', '182236.535000', '182236.995000', '182237.455000', '182237.915000', '182238.375000', '182238.835000', '182239.295000', '182239.755000', '182240.215000', '182240.675000', '182241.135000', '182241.595000', '182242.055000', '182242.515000', '182242.975000', '182243.435000', '182243.895000', '182244.355000', '182244.815000', '182245.275000', '182245.735000', '182246.195000', '182246.655000', '182247.115000', '182247.575000', '182248.035000', '182248.495000', '182248.955000', '182249.415000', '182249.875000', '182250.335000', '182250.795000', '182251.255000', '182251.715000', '182252.175000', '182252.635000', '182253.095000', '182253.555000', '182254.015000', '182254.475000', '182254.935000', '182255.395000', '182255.855000', '182256.315000', '182256.775000', '182257.235000', '182257.695000', '182258.155000', '182258.615000', '182259.075000', '182259.535000', '182259.995000', '182300.455000', '182300.915000', '182301.375000', '182301.835000', '182302.295000', '182302.755000', '182303.215000', '182303.675000', '182304.135000', '182304.595000', '182305.055000', '182305.515000', '182305.975000', '182306.435000', '182306.895000', '182307.355000', '182307.815000', '182308.275000', '182308.735000', '182309.195000', '182309.655000', '182310.115000', '182310.575000', '182311.035000', '182311.495000', '182311.955000', '182312.415000', '182312.875000', '182313.335000', '182313.795000', '182314.255000', '182314.715000', '182315.175000', '182315.635000', '182316.095000', '182316.555000', '182317.015000', '182317.475000', '182317.935000', '182318.395000', '182318.855000', '182319.315000', '182319.775000', '182320.235000', '182320.695000', '182321.155000', '182321.615000', '182322.075000', '182322.535000', '182322.995000', '182323.455000', '182323.915000', '182324.375000', '182324.835000', '182325.295000', '182325.755000', '182326.215000', '182326.675000', '182327.135000', '182327.595000', '182328.055000', '182328.515000', '182328.975000', '182329.435000', '182329.895000', '182330.355000', '182330.815000', '182331.275000', '182331.735000', '182332.195000', '182332.655000', '182333.115000', '182333.575000', '182334.035000', '182334.495000', '182334.955000', '182335.415000', '182335.875000', '182336.335000', '182336.795000', '182337.255000', '182337.715000', '182338.175000', '182338.635000', '182339.095000', '182339.555000', '182340.015000', '182340.475000', '182340.935000', '182341.395000', '182341.855000', '182342.315000', '182342.775000', '182343.235000', '182343.695000', '182344.155000', '182344.615000', '182345.075000', '182345.535000', '182345.995000', '182346.455000', '182346.915000', '182347.375000', '182347.835000', '182348.295000', '182348.755000', '182349.215000', '182349.675000', '182350.135000', '182350.595000', '182351.055000', '182351.515000', '182351.975000', '182352.435000', '182352.895000', '182353.355000', '182353.815000', '182354.275000', '182354.735000', '182355.195000', '182355.655000', '182356.115000', '182356.575000', '182357.035000', '182357.495000', '182357.955000', '182358.415000', '182358.875000', '182359.335000', '182359.795000', '182400.255000', '182400.715000', '182401.175000', '182401.635000', '182402.095000', '182402.555000', '182403.015000', '182403.475000', '182403.935000', '182404.395000', '182404.855000', '182405.315000', '182405.775000', '182406.235000', '182406.695000', '182407.155000', '182407.615000', '182408.075000', '182408.535000', '182408.995000', '182409.455000', '182409.915000', '182410.375000', '182410.835000', '182411.295000', '182411.755000', '182412.215000', '182412.675000', '182413.135000', '182413.595000', '182414.055000', '182414.515000', '182414.975000', '182415.435000', '182415.895000', '182416.355000', '182416.815000', '182417.275000', '182417.735000', '182418.195000', '182418.655000', '182419.115000', '182419.575000', '182420.035000', '182420.495000', '182420.955000', '182421.415000', '182421.875000', '182422.335000', '182422.795000', '182423.255000', '182423.715000', '182424.175000', '182424.635000', '182425.095000', '182425.555000', '182426.015000', '182426.475000', '182426.935000', '182427.395000', '182427.855000', '182428.315000', '182428.775000', '182429.235000', '182429.695000', '182430.155000', '182430.615000', '182431.075000', '182431.535000', '182431.995000', '182432.455000', '182432.915000', '182433.375000', '182433.835000', '182434.295000', '182434.755000', '182435.215000', '182435.675000', '182436.135000', '182436.595000', '182437.055000', '182437.515000', '182437.975000', '182438.435000', '182438.895000', '182439.355000', '182439.815000', '182440.275000', '182440.735000', '182441.195000', '182441.655000', '182442.115000', '182442.575000', '182443.035000', '182443.495000', '182443.955000', '182444.415000', '182444.875000', '182445.335000', '182445.795000', '182446.255000', '182446.715000', '182447.175000', '182447.635000', '182448.095000', '182448.555000', '182449.015000', '182449.475000', '182449.935000', '182450.395000', '182450.855000', '182451.315000', '182451.775000', '182452.235000', '182452.695000', '182453.155000', '182453.615000', '182454.075000', '182454.535000', '182454.995000', '182455.455000', '182455.915000', '182456.375000', '182456.835000', '182457.295000', '182457.755000', '182458.215000', '182458.675000', '182459.135000', '182459.595000', '182500.055000', '182500.515000', '182500.975000', '182501.435000', '182501.895000', '182502.355000', '182502.815000', '182503.275000', '182503.735000', '182504.195000', '182504.655000', '182505.115000', '182505.575000', '182506.035000', '182506.495000', '182506.955000', '182507.415000', '182507.875000', '182508.335000', '182508.795000', '182509.255000', '182509.715000', '182510.175000', '182510.635000', '182511.095000', '182511.555000', '182512.015000', '182512.475000', '182512.935000'], 'ContentTime': ['181824.837000', '181824.840000', '181824.843000', '181824.846000', '181824.849000', '181824.851000', '181824.854000', '181824.857000', '181824.859000', '181824.862000', '181824.876000', '181824.879000', '181824.881000', '181824.884000', '181824.887000', '181824.889000', '181824.892000', '181824.895000', '181824.898000', '181824.900000', '181824.903000', '181824.906000', '181824.909000', '181824.911000', '181824.914000', '181824.924000', '181824.926000', '181824.929000', '181824.932000', '181824.935000', '181824.937000', '181824.940000', '181824.943000', '181824.946000', '181844.797000', '181844.799000', '181844.802000', '181844.805000', '181844.807000', '181844.810000', '181844.812000', '181844.825000', '181844.828000', '181844.831000', '181844.833000', '181844.836000', '181844.838000', '181844.841000', '181844.843000', '181844.846000', '181844.849000', '181844.851000', '181844.854000', '181844.856000', '181844.859000', '181844.862000', '181844.864000', '181844.867000', '181844.869000', '181844.872000', '181844.874000', '181844.877000', '181844.879000', '181844.882000', '181844.885000', '181844.887000', '181844.890000', '181844.893000', '181844.895000', '181844.898000', '181844.900000', '181844.903000', '181844.906000', '181844.908000', '181844.911000', '181844.913000', '181844.916000', '181844.918000', '181904.796000', '181904.799000', '181904.802000', '181904.804000', '181904.807000', '181904.810000', '181904.812000', '181904.815000', '181904.817000', '181904.820000', '181904.822000', '181904.825000', '181904.828000', '181904.830000', '181904.833000', '181904.835000', '181904.838000', '181904.840000', '181904.843000', '181904.846000', '181904.848000', '181904.851000', '181904.854000', '181904.856000', '181904.859000', '181904.862000', '181904.864000', '181904.867000', '181904.869000', '181904.872000', '181904.874000', '181904.877000', '181904.888000', '181904.891000', '181904.894000', '181904.896000', '181904.900000', '181904.903000', '181904.906000', '181904.908000', '181904.911000', '181904.913000', '181904.916000', '181924.795000', '181924.798000', '181924.801000', '181924.803000', '181924.806000', '181924.809000', '181924.811000', '181924.814000', '181924.817000', '181924.819000', '181924.822000', '181924.824000', '181924.827000', '181924.830000', '181924.832000', '181924.835000', '181924.837000', '181924.840000', '181924.843000', '181924.845000', '181924.848000', '181924.851000', '181924.853000', '181924.856000', '181924.858000', '181924.861000', '181924.864000', '181924.866000', '181924.869000', '181924.872000', '181924.874000', '181924.877000', '181924.880000', '181924.882000', '181924.885000', '181924.887000', '181924.890000', '181924.893000', '181924.895000', '181924.898000', '181924.900000', '181924.903000', '181924.906000', '181924.908000', '181944.797000', '181944.799000', '181944.802000', '181944.805000', '181944.807000', '181944.810000', '181944.812000', '181944.815000', '181944.818000', '181944.820000', '181944.823000', '181944.826000', '181944.828000', '181944.831000', '181944.833000', '181944.836000', '181944.839000', '181944.841000', '181944.844000', '181944.846000', '181944.849000', '181944.852000', '181944.854000', '181944.857000', '181944.859000', '181944.862000', '181944.865000', '181944.867000', '181944.870000', '181944.873000', '181944.875000', '181944.878000', '181944.881000', '181944.883000', '181944.886000', '181944.889000', '181944.891000', '181944.894000', '181944.896000', '181944.899000', '181944.902000', '181944.904000', '181944.907000', '182004.796000', '182004.799000', '182004.802000', '182004.805000', '182004.807000', '182004.810000', '182004.812000', '182004.815000', '182004.818000', '182004.820000', '182004.823000', '182004.825000', '182004.828000', '182004.831000', '182004.833000', '182004.836000', '182004.838000', '182004.841000', '182004.844000', '182004.846000', '182004.849000', '182004.851000', '182004.854000', '182004.856000', '182004.859000', '182004.862000', '182004.864000', '182004.867000', '182004.870000', '182004.872000', '182004.875000', '182004.877000', '182004.880000', '182004.883000', '182004.885000', '182004.888000', '182004.890000', '182004.893000', '182004.896000', '182004.898000', '182004.901000', '182004.903000', '182004.906000', '182004.909000', '182024.797000', '182024.799000', '182024.812000', '182024.814000', '182024.817000', '182024.820000', '182024.822000', '182024.825000', '182024.827000', '182024.830000', '182024.832000', '182024.835000', '182024.838000', '182024.840000', '182024.843000', '182024.846000', '182024.848000', '182024.851000', '182024.853000', '182024.856000', '182024.859000', '182024.861000', '182024.864000', '182024.867000', '182024.869000', '182024.872000', '182024.874000', '182024.877000', '182024.880000', '182024.882000', '182024.885000', '182024.888000', '182024.890000', '182024.893000', '182024.895000', '182024.898000', '182024.901000', '182024.904000', '182024.907000', '182024.910000', '182024.913000', '182024.915000', '182024.918000', '182044.797000', '182044.800000', '182044.802000', '182044.805000', '182044.807000', '182044.810000', '182044.813000', '182044.815000', '182044.818000', '182044.820000', '182044.823000', '182044.826000', '182044.828000', '182044.831000', '182044.833000', '182044.836000', '182044.839000', '182044.841000', '182044.844000', '182044.847000', '182044.849000', '182044.852000', '182044.854000', '182044.857000', '182044.860000', '182044.862000', '182044.865000', '182044.867000', '182044.870000', '182044.873000', '182044.875000', '182044.878000', '182044.881000', '182044.883000', '182044.886000', '182044.888000', '182044.891000', '182044.893000', '182044.896000', '182044.899000', '182044.901000', '182044.904000', '182044.906000', '182044.909000', '182104.796000', '182104.799000', '182104.802000', '182104.805000', '182104.807000', '182104.810000', '182104.812000', '182104.815000', '182104.817000', '182104.820000', '182104.823000', '182104.825000', '182104.828000', '182104.831000', '182104.833000', '182104.836000', '182104.839000', '182104.841000', '182104.844000', '182104.846000', '182104.849000', '182104.852000', '182104.854000', '182104.857000', '182104.859000', '182104.862000', '182104.865000', '182104.867000', '182104.870000', '182104.872000', '182104.875000', '182104.878000', '182104.880000', '182104.883000', '182104.885000', '182104.888000', '182104.891000', '182104.893000', '182104.896000', '182104.898000', '182104.901000', '182104.904000', '182104.906000', '182124.797000', '182124.799000', '182124.802000', '182124.805000', '182124.807000', '182124.810000', '182124.812000', '182124.815000', '182124.818000', '182124.820000', '182124.823000', '182124.825000', '182124.828000', '182124.831000', '182124.833000', '182124.836000', '182124.839000', '182124.841000', '182124.844000', '182124.846000', '182124.849000', '182124.852000', '182124.855000', '182124.857000', '182124.860000', '182124.862000', '182124.865000', '182124.868000', '182124.870000', '182124.873000', '182124.875000', '182124.878000', '182124.881000', '182124.883000', '182124.886000', '182124.889000', '182124.891000', '182124.894000', '182124.896000', '182124.899000', '182124.902000', '182124.904000', '182124.907000', '182124.912000', '182144.795000', '182144.798000', '182144.801000', '182144.804000', '182144.806000', '182144.809000', '182144.812000', '182144.814000', '182144.817000', '182144.819000', '182144.822000', '182144.825000', '182144.827000', '182144.830000', '182144.832000', '182144.835000', '182144.838000', '182144.840000', '182144.843000', '182144.845000', '182144.848000', '182144.851000', '182144.853000', '182144.856000', '182144.859000', '182144.861000', '182144.864000', '182144.878000', '182144.881000', '182144.883000', '182144.886000', '182144.888000', '182144.891000', '182144.894000', '182144.896000', '182144.899000', '182144.901000', '182144.904000', '182144.907000', '182144.909000', '182144.912000', '182144.915000', '182144.917000', '182204.796000', '182204.799000', '182204.802000', '182204.805000', '182204.807000', '182204.810000', '182204.812000', '182204.815000', '182204.818000', '182204.820000', '182204.823000', '182204.825000', '182204.828000', '182204.831000', '182204.833000', '182204.836000', '182204.839000', '182204.841000', '182204.844000', '182204.846000', '182204.849000', '182204.852000', '182204.854000', '182204.857000', '182204.859000', '182204.862000', '182204.865000', '182204.867000', '182204.870000', '182204.872000', '182204.875000', '182204.878000', '182204.880000', '182204.883000', '182204.885000', '182204.888000', '182204.891000', '182204.893000', '182204.896000', '182204.898000', '182204.901000', '182204.904000', '182204.906000', '182204.909000', '182224.797000', '182224.800000', '182224.802000', '182224.805000', '182224.807000', '182224.810000', '182224.813000', '182224.815000', '182224.818000', '182224.821000', '182224.823000', '182224.826000', '182224.829000', '182224.831000', '182224.834000', '182224.836000', '182224.839000', '182224.842000', '182224.844000', '182224.847000', '182224.849000', '182224.852000', '182224.855000', '182224.857000', '182224.860000', '182224.863000', '182224.865000', '182224.868000', '182224.870000', '182224.873000', '182224.876000', '182224.878000', '182224.881000', '182224.883000', '182224.886000', '182224.889000', '182224.891000', '182224.894000', '182224.897000', '182224.899000', '182224.902000', '182224.904000', '182224.907000', '182244.797000', '182244.799000', '182244.802000', '182244.805000', '182244.807000', '182244.810000', '182244.813000', '182244.815000', '182244.818000', '182244.821000', '182244.823000', '182244.826000', '182244.829000', '182244.831000', '182244.834000', '182244.837000', '182244.839000', '182244.842000', '182244.844000', '182244.847000', '182244.850000', '182244.852000', '182244.855000', '182244.857000', '182244.860000', '182244.863000', '182244.865000', '182244.868000', '182244.870000', '182244.873000', '182244.876000', '182244.878000', '182244.881000', '182244.883000', '182244.886000', '182244.889000', '182244.891000', '182244.894000', '182244.897000', '182244.899000', '182244.902000', '182244.904000', '182244.907000', '182244.910000', '182304.797000', '182304.799000', '182304.802000', '182304.805000', '182304.807000', '182304.810000', '182304.813000', '182304.815000', '182304.818000', '182304.820000', '182304.823000', '182304.826000', '182304.828000', '182304.831000', '182304.834000', '182304.836000', '182304.839000', '182304.841000', '182304.844000', '182304.847000', '182304.849000', '182304.852000', '182304.855000', '182304.857000', '182304.860000', '182304.863000', '182304.865000', '182304.868000', '182304.871000', '182304.873000', '182304.876000', '182304.878000', '182304.881000', '182304.884000', '182304.886000', '182304.889000', '182304.892000', '182304.894000', '182304.897000', '182304.899000', '182304.902000', '182304.905000', '182304.907000', '182324.797000', '182324.800000', '182324.802000', '182324.805000', '182324.808000', '182324.810000', '182324.813000', '182324.815000', '182324.818000', '182324.830000', '182324.833000', '182324.835000', '182324.838000', '182324.841000', '182324.843000', '182324.846000', '182324.849000', '182324.851000', '182324.854000', '182324.857000', '182324.859000', '182324.862000', '182324.864000', '182324.867000', '182324.870000', '182324.872000', '182324.875000', '182324.877000', '182324.880000', '182324.883000', '182324.885000', '182324.888000', '182324.891000', '182324.893000', '182324.896000', '182324.898000', '182324.901000', '182324.904000', '182324.906000', '182324.909000', '182324.911000', '182324.914000', '182324.917000', '182324.919000', '182344.796000', '182344.799000', '182344.804000', '182344.807000', '182344.809000', '182344.812000', '182344.814000', '182344.817000', '182344.820000', '182344.822000', '182344.825000', '182344.828000', '182344.830000', '182344.833000', '182344.835000', '182344.838000', '182344.841000', '182344.843000', '182344.846000', '182344.848000', '182344.851000', '182344.854000', '182344.856000', '182344.859000', '182344.862000', '182344.864000', '182344.867000', '182344.869000', '182344.872000', '182344.875000', '182344.877000', '182344.880000', '182344.883000', '182344.885000', '182344.888000', '182344.891000', '182344.893000', '182344.896000', '182344.898000', '182344.901000', '182344.904000', '182344.906000', '182344.909000', '182404.795000', '182404.798000', '182404.801000', '182404.804000', '182404.806000', '182404.809000', '182404.811000', '182404.814000', '182404.817000', '182404.820000', '182404.823000', '182404.826000', '182404.828000', '182404.831000', '182404.834000', '182404.836000', '182404.839000', '182404.841000', '182404.844000', '182404.847000', '182404.849000', '182404.852000', '182404.855000', '182404.858000', '182404.860000', '182404.863000', '182404.865000', '182404.868000', '182404.871000', '182404.873000', '182404.876000', '182404.879000', '182404.881000', '182404.884000', '182404.887000', '182404.889000', '182404.892000', '182404.894000', '182404.897000', '182404.900000', '182404.903000', '182404.905000', '182404.908000', '182404.911000', '182424.797000', '182424.800000', '182424.802000', '182424.805000', '182424.807000', '182424.810000', '182424.813000', '182424.815000', '182424.818000', '182424.821000', '182424.823000', '182424.826000', '182424.828000', '182424.831000', '182424.834000', '182424.836000', '182424.839000', '182424.841000', '182424.844000', '182424.846000', '182424.849000', '182424.852000', '182424.854000', '182424.857000', '182424.860000', '182424.862000', '182424.865000', '182424.867000', '182424.870000', '182424.872000', '182424.875000', '182424.878000', '182424.880000', '182424.883000', '182424.886000', '182424.888000', '182424.891000', '182424.894000', '182424.896000', '182424.899000', '182424.901000', '182424.904000', '182424.906000', '182444.797000', '182444.799000', '182444.802000', '182444.805000', '182444.809000', '182444.811000', '182444.814000', '182444.817000', '182444.819000', '182444.822000', '182444.825000', '182444.827000', '182444.830000', '182444.832000', '182444.835000', '182444.838000', '182444.840000', '182444.843000', '182444.846000', '182444.848000', '182444.875000', '182444.877000', '182444.880000', '182444.882000', '182444.885000', '182444.888000', '182444.890000', '182444.893000', '182444.895000', '182444.898000', '182444.901000', '182444.903000', '182444.906000', '182444.908000', '182444.911000', '182444.914000', '182444.916000', '182444.919000', '182444.922000', '182444.924000', '182444.927000', '182444.929000', '182444.932000', '182504.797000', '182504.799000', '182504.802000', '182504.805000', '182504.807000', '182504.810000', '182504.813000', '182504.815000', '182504.818000', '182504.821000', '182504.823000', '182504.826000', '182504.829000', '182504.831000', '182504.834000', '182504.836000', '182504.839000', '182504.842000', '182504.844000', '182504.847000', '182504.850000', '182504.852000', '182504.855000', '182504.858000', '182504.860000', '182504.863000', '182504.866000', '182504.868000', '182504.871000', '182504.873000', '182504.876000', '182504.879000', '182504.881000', '182504.884000', '182504.887000', '182504.889000', '182504.892000', '182504.895000', '182504.897000', '182504.900000', '182504.902000', '182504.905000', '182504.908000', '182504.910000', '182514.698000', '182514.701000', '182514.704000', '182514.706000', '182514.709000', '182514.712000', '182514.714000', '182514.717000', '182514.719000', '182514.722000', '182514.725000', '182514.727000', '182514.730000', '182514.733000', '182514.735000', '182514.738000', '182514.740000', '182514.743000', '182514.746000', '182514.748000', '182514.751000', '182514.754000'], 'InstanceCreationTime': ['181824.837000', '181824.840000', '181824.843000', '181824.846000', '181824.849000', '181824.851000', '181824.854000', '181824.857000', '181824.859000', '181824.862000', '181824.876000', '181824.879000', '181824.881000', '181824.884000', '181824.887000', '181824.889000', '181824.892000', '181824.895000', '181824.898000', '181824.900000', '181824.903000', '181824.906000', '181824.909000', '181824.911000', '181824.914000', '181824.924000', '181824.926000', '181824.929000', '181824.932000', '181824.935000', '181824.937000', '181824.940000', '181824.943000', '181824.946000', '181844.797000', '181844.799000', '181844.802000', '181844.805000', '181844.807000', '181844.810000', '181844.812000', '181844.825000', '181844.828000', '181844.831000', '181844.833000', '181844.836000', '181844.838000', '181844.841000', '181844.843000', '181844.846000', '181844.849000', '181844.851000', '181844.854000', '181844.856000', '181844.859000', '181844.862000', '181844.864000', '181844.867000', '181844.869000', '181844.872000', '181844.874000', '181844.877000', '181844.879000', '181844.882000', '181844.885000', '181844.887000', '181844.890000', '181844.893000', '181844.895000', '181844.898000', '181844.900000', '181844.903000', '181844.906000', '181844.908000', '181844.911000', '181844.913000', '181844.916000', '181844.918000', '181904.796000', '181904.799000', '181904.802000', '181904.804000', '181904.807000', '181904.810000', '181904.812000', '181904.815000', '181904.817000', '181904.820000', '181904.822000', '181904.825000', '181904.828000', '181904.830000', '181904.833000', '181904.835000', '181904.838000', '181904.840000', '181904.843000', '181904.846000', '181904.848000', '181904.851000', '181904.854000', '181904.856000', '181904.859000', '181904.862000', '181904.864000', '181904.867000', '181904.869000', '181904.872000', '181904.874000', '181904.877000', '181904.888000', '181904.891000', '181904.894000', '181904.896000', '181904.900000', '181904.903000', '181904.906000', '181904.908000', '181904.911000', '181904.913000', '181904.916000', '181924.795000', '181924.798000', '181924.801000', '181924.803000', '181924.806000', '181924.809000', '181924.811000', '181924.814000', '181924.817000', '181924.819000', '181924.822000', '181924.824000', '181924.827000', '181924.830000', '181924.832000', '181924.835000', '181924.837000', '181924.840000', '181924.843000', '181924.845000', '181924.848000', '181924.851000', '181924.853000', '181924.856000', '181924.858000', '181924.861000', '181924.864000', '181924.866000', '181924.869000', '181924.872000', '181924.874000', '181924.877000', '181924.880000', '181924.882000', '181924.885000', '181924.887000', '181924.890000', '181924.893000', '181924.895000', '181924.898000', '181924.900000', '181924.903000', '181924.906000', '181924.908000', '181944.797000', '181944.799000', '181944.802000', '181944.805000', '181944.807000', '181944.810000', '181944.812000', '181944.815000', '181944.818000', '181944.820000', '181944.823000', '181944.826000', '181944.828000', '181944.831000', '181944.833000', '181944.836000', '181944.839000', '181944.841000', '181944.844000', '181944.846000', '181944.849000', '181944.852000', '181944.854000', '181944.857000', '181944.859000', '181944.862000', '181944.865000', '181944.867000', '181944.870000', '181944.873000', '181944.875000', '181944.878000', '181944.881000', '181944.883000', '181944.886000', '181944.889000', '181944.891000', '181944.894000', '181944.896000', '181944.899000', '181944.902000', '181944.904000', '181944.907000', '182004.796000', '182004.799000', '182004.802000', '182004.805000', '182004.807000', '182004.810000', '182004.812000', '182004.815000', '182004.818000', '182004.820000', '182004.823000', '182004.825000', '182004.828000', '182004.831000', '182004.833000', '182004.836000', '182004.838000', '182004.841000', '182004.844000', '182004.846000', '182004.849000', '182004.851000', '182004.854000', '182004.856000', '182004.859000', '182004.862000', '182004.864000', '182004.867000', '182004.870000', '182004.872000', '182004.875000', '182004.877000', '182004.880000', '182004.883000', '182004.885000', '182004.888000', '182004.890000', '182004.893000', '182004.896000', '182004.898000', '182004.901000', '182004.903000', '182004.906000', '182004.909000', '182024.797000', '182024.799000', '182024.812000', '182024.814000', '182024.817000', '182024.820000', '182024.822000', '182024.825000', '182024.827000', '182024.830000', '182024.832000', '182024.835000', '182024.838000', '182024.840000', '182024.843000', '182024.846000', '182024.848000', '182024.851000', '182024.853000', '182024.856000', '182024.859000', '182024.861000', '182024.864000', '182024.867000', '182024.869000', '182024.872000', '182024.874000', '182024.877000', '182024.880000', '182024.882000', '182024.885000', '182024.888000', '182024.890000', '182024.893000', '182024.895000', '182024.898000', '182024.901000', '182024.904000', '182024.907000', '182024.910000', '182024.913000', '182024.915000', '182024.918000', '182044.797000', '182044.800000', '182044.802000', '182044.805000', '182044.807000', '182044.810000', '182044.813000', '182044.815000', '182044.818000', '182044.820000', '182044.823000', '182044.826000', '182044.828000', '182044.831000', '182044.833000', '182044.836000', '182044.839000', '182044.841000', '182044.844000', '182044.847000', '182044.849000', '182044.852000', '182044.854000', '182044.857000', '182044.860000', '182044.862000', '182044.865000', '182044.867000', '182044.870000', '182044.873000', '182044.875000', '182044.878000', '182044.881000', '182044.883000', '182044.886000', '182044.888000', '182044.891000', '182044.893000', '182044.896000', '182044.899000', '182044.901000', '182044.904000', '182044.906000', '182044.909000', '182104.796000', '182104.799000', '182104.802000', '182104.805000', '182104.807000', '182104.810000', '182104.812000', '182104.815000', '182104.817000', '182104.820000', '182104.823000', '182104.825000', '182104.828000', '182104.831000', '182104.833000', '182104.836000', '182104.839000', '182104.841000', '182104.844000', '182104.846000', '182104.849000', '182104.852000', '182104.854000', '182104.857000', '182104.859000', '182104.862000', '182104.865000', '182104.867000', '182104.870000', '182104.872000', '182104.875000', '182104.878000', '182104.880000', '182104.883000', '182104.885000', '182104.888000', '182104.891000', '182104.893000', '182104.896000', '182104.898000', '182104.901000', '182104.904000', '182104.906000', '182124.797000', '182124.799000', '182124.802000', '182124.805000', '182124.807000', '182124.810000', '182124.812000', '182124.815000', '182124.818000', '182124.820000', '182124.823000', '182124.825000', '182124.828000', '182124.831000', '182124.833000', '182124.836000', '182124.839000', '182124.841000', '182124.844000', '182124.846000', '182124.849000', '182124.852000', '182124.855000', '182124.857000', '182124.860000', '182124.862000', '182124.865000', '182124.868000', '182124.870000', '182124.873000', '182124.875000', '182124.878000', '182124.881000', '182124.883000', '182124.886000', '182124.889000', '182124.891000', '182124.894000', '182124.896000', '182124.899000', '182124.902000', '182124.904000', '182124.907000', '182124.912000', '182144.795000', '182144.798000', '182144.801000', '182144.804000', '182144.806000', '182144.809000', '182144.812000', '182144.814000', '182144.817000', '182144.819000', '182144.822000', '182144.825000', '182144.827000', '182144.830000', '182144.832000', '182144.835000', '182144.838000', '182144.840000', '182144.843000', '182144.845000', '182144.848000', '182144.851000', '182144.853000', '182144.856000', '182144.859000', '182144.861000', '182144.864000', '182144.878000', '182144.881000', '182144.883000', '182144.886000', '182144.888000', '182144.891000', '182144.894000', '182144.896000', '182144.899000', '182144.901000', '182144.904000', '182144.907000', '182144.909000', '182144.912000', '182144.915000', '182144.917000', '182204.796000', '182204.799000', '182204.802000', '182204.805000', '182204.807000', '182204.810000', '182204.812000', '182204.815000', '182204.818000', '182204.820000', '182204.823000', '182204.825000', '182204.828000', '182204.831000', '182204.833000', '182204.836000', '182204.839000', '182204.841000', '182204.844000', '182204.846000', '182204.849000', '182204.852000', '182204.854000', '182204.857000', '182204.859000', '182204.862000', '182204.865000', '182204.867000', '182204.870000', '182204.872000', '182204.875000', '182204.878000', '182204.880000', '182204.883000', '182204.885000', '182204.888000', '182204.891000', '182204.893000', '182204.896000', '182204.898000', '182204.901000', '182204.904000', '182204.906000', '182204.909000', '182224.797000', '182224.800000', '182224.802000', '182224.805000', '182224.807000', '182224.810000', '182224.813000', '182224.815000', '182224.818000', '182224.821000', '182224.823000', '182224.826000', '182224.829000', '182224.831000', '182224.834000', '182224.836000', '182224.839000', '182224.842000', '182224.844000', '182224.847000', '182224.849000', '182224.852000', '182224.855000', '182224.857000', '182224.860000', '182224.863000', '182224.865000', '182224.868000', '182224.870000', '182224.873000', '182224.876000', '182224.878000', '182224.881000', '182224.883000', '182224.886000', '182224.889000', '182224.891000', '182224.894000', '182224.897000', '182224.899000', '182224.902000', '182224.904000', '182224.907000', '182244.797000', '182244.799000', '182244.802000', '182244.805000', '182244.807000', '182244.810000', '182244.813000', '182244.815000', '182244.818000', '182244.821000', '182244.823000', '182244.826000', '182244.829000', '182244.831000', '182244.834000', '182244.837000', '182244.839000', '182244.842000', '182244.844000', '182244.847000', '182244.850000', '182244.852000', '182244.855000', '182244.857000', '182244.860000', '182244.863000', '182244.865000', '182244.868000', '182244.870000', '182244.873000', '182244.876000', '182244.878000', '182244.881000', '182244.883000', '182244.886000', '182244.889000', '182244.891000', '182244.894000', '182244.897000', '182244.899000', '182244.902000', '182244.904000', '182244.907000', '182244.910000', '182304.797000', '182304.799000', '182304.802000', '182304.805000', '182304.807000', '182304.810000', '182304.813000', '182304.815000', '182304.818000', '182304.820000', '182304.823000', '182304.826000', '182304.828000', '182304.831000', '182304.834000', '182304.836000', '182304.839000', '182304.841000', '182304.844000', '182304.847000', '182304.849000', '182304.852000', '182304.855000', '182304.857000', '182304.860000', '182304.863000', '182304.865000', '182304.868000', '182304.871000', '182304.873000', '182304.876000', '182304.878000', '182304.881000', '182304.884000', '182304.886000', '182304.889000', '182304.892000', '182304.894000', '182304.897000', '182304.899000', '182304.902000', '182304.905000', '182304.907000', '182324.797000', '182324.800000', '182324.802000', '182324.805000', '182324.808000', '182324.810000', '182324.813000', '182324.815000', '182324.818000', '182324.830000', '182324.833000', '182324.835000', '182324.838000', '182324.841000', '182324.843000', '182324.846000', '182324.849000', '182324.851000', '182324.854000', '182324.857000', '182324.859000', '182324.862000', '182324.864000', '182324.867000', '182324.870000', '182324.872000', '182324.875000', '182324.877000', '182324.880000', '182324.883000', '182324.885000', '182324.888000', '182324.891000', '182324.893000', '182324.896000', '182324.898000', '182324.901000', '182324.904000', '182324.906000', '182324.909000', '182324.911000', '182324.914000', '182324.917000', '182324.919000', '182344.796000', '182344.799000', '182344.804000', '182344.807000', '182344.809000', '182344.812000', '182344.814000', '182344.817000', '182344.820000', '182344.822000', '182344.825000', '182344.828000', '182344.830000', '182344.833000', '182344.835000', '182344.838000', '182344.841000', '182344.843000', '182344.846000', '182344.848000', '182344.851000', '182344.854000', '182344.856000', '182344.859000', '182344.862000', '182344.864000', '182344.867000', '182344.869000', '182344.872000', '182344.875000', '182344.877000', '182344.880000', '182344.883000', '182344.885000', '182344.888000', '182344.891000', '182344.893000', '182344.896000', '182344.898000', '182344.901000', '182344.904000', '182344.906000', '182344.909000', '182404.795000', '182404.798000', '182404.801000', '182404.804000', '182404.806000', '182404.809000', '182404.811000', '182404.814000', '182404.817000', '182404.820000', '182404.823000', '182404.826000', '182404.828000', '182404.831000', '182404.834000', '182404.836000', '182404.839000', '182404.841000', '182404.844000', '182404.847000', '182404.849000', '182404.852000', '182404.855000', '182404.858000', '182404.860000', '182404.863000', '182404.865000', '182404.868000', '182404.871000', '182404.873000', '182404.876000', '182404.879000', '182404.881000', '182404.884000', '182404.887000', '182404.889000', '182404.892000', '182404.894000', '182404.897000', '182404.900000', '182404.903000', '182404.905000', '182404.908000', '182404.911000', '182424.797000', '182424.800000', '182424.802000', '182424.805000', '182424.807000', '182424.810000', '182424.813000', '182424.815000', '182424.818000', '182424.821000', '182424.823000', '182424.826000', '182424.828000', '182424.831000', '182424.834000', '182424.836000', '182424.839000', '182424.841000', '182424.844000', '182424.846000', '182424.849000', '182424.852000', '182424.854000', '182424.857000', '182424.860000', '182424.862000', '182424.865000', '182424.867000', '182424.870000', '182424.872000', '182424.875000', '182424.878000', '182424.880000', '182424.883000', '182424.886000', '182424.888000', '182424.891000', '182424.894000', '182424.896000', '182424.899000', '182424.901000', '182424.904000', '182424.906000', '182444.797000', '182444.799000', '182444.802000', '182444.805000', '182444.809000', '182444.811000', '182444.814000', '182444.817000', '182444.819000', '182444.822000', '182444.825000', '182444.827000', '182444.830000', '182444.832000', '182444.835000', '182444.838000', '182444.840000', '182444.843000', '182444.846000', '182444.848000', '182444.875000', '182444.877000', '182444.880000', '182444.882000', '182444.885000', '182444.888000', '182444.890000', '182444.893000', '182444.895000', '182444.898000', '182444.901000', '182444.903000', '182444.906000', '182444.908000', '182444.911000', '182444.914000', '182444.916000', '182444.919000', '182444.922000', '182444.924000', '182444.927000', '182444.929000', '182444.932000', '182504.797000', '182504.799000', '182504.802000', '182504.805000', '182504.807000', '182504.810000', '182504.813000', '182504.815000', '182504.818000', '182504.821000', '182504.823000', '182504.826000', '182504.829000', '182504.831000', '182504.834000', '182504.836000', '182504.839000', '182504.842000', '182504.844000', '182504.847000', '182504.850000', '182504.852000', '182504.855000', '182504.858000', '182504.860000', '182504.863000', '182504.866000', '182504.868000', '182504.871000', '182504.873000', '182504.876000', '182504.879000', '182504.881000', '182504.884000', '182504.887000', '182504.889000', '182504.892000', '182504.895000', '182504.897000', '182504.900000', '182504.902000', '182504.905000', '182504.908000', '182504.910000', '182514.698000', '182514.701000', '182514.704000', '182514.706000', '182514.709000', '182514.712000', '182514.714000', '182514.717000', '182514.719000', '182514.722000', '182514.725000', '182514.727000', '182514.730000', '182514.733000', '182514.735000', '182514.738000', '182514.740000', '182514.743000', '182514.746000', '182514.748000', '182514.751000', '182514.754000'], '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': [13219, 10540, 12378, 11703, 12269, 11094, 11444, 11565, 11362, 10576, 11548, 9662, 11093, 9478, 11099, 10314, 11089, 12707, 10697, 13459, 10681, 14052, 10918, 13351, 10535, 11480, 10746, 11405, 10560, 11426, 9996, 11534, 10898, 11538, 11297, 11592, 10509, 11586, 10829, 11514, 11360, 11932, 11088, 11463, 11425, 11433, 10644, 11491, 10095, 11533, 9796, 11340, 9558, 11385, 10306, 11344, 11541, 11367, 11093, 11294, 11229, 11236, 12912, 11061, 10936, 11448, 9357, 11207, 10087, 11333, 10886, 11747, 10195, 11382, 11498, 11458, 15245, 11260, 15040, 11391, 13320, 11375, 12079, 10690, 11531, 11195, 11532, 10710, 11522, 10983, 11468, 9938, 11601, 10010, 11190, 9459, 11179, 9891, 11017, 9664, 11181, 9979, 11251, 9668, 11201, 10293, 11342, 11041, 11612, 10626, 11510, 11157, 11320, 11205, 11542, 10176, 11440, 10309, 11327, 11427, 11792, 11387, 11645, 11013, 11343, 11283, 11586, 11054, 11892, 11192, 11456, 11472, 11439, 11055, 11452, 10085, 11338, 10354, 11364, 9768, 11355, 11312, 11042, 12593, 11304, 12000, 11129, 11666, 11379, 14308, 11072, 14657, 10988, 12639, 11018, 13429, 11103, 12787, 11231, 12600, 10880, 14783, 11368, 13846, 11417, 11598, 11005, 13654, 11011, 12149, 10960, 11491, 11201, 12846, 10935, 12334, 11014, 12375, 10455, 13058, 11304, 12357, 10442, 11722, 11020, 11705, 11146, 11357, 11270, 11007, 10196, 10993, 9831, 11209, 9973, 11162, 9315, 11137, 9587, 11281, 11816, 10813, 12410, 11017, 11186, 11274, 13082, 11166, 11872, 10596, 11945, 10906, 12146, 10413, 11449, 10277, 11337, 11087, 12079, 10984, 11524, 10983, 11338, 9711, 11125, 10831, 11105, 11413, 11112, 14144, 10575, 11345, 10327, 11117, 10029, 11208, 10366, 11451, 9803, 11014, 9659, 11294, 9222, 11127, 9996, 11155, 13979, 10340, 11585, 10805, 11610, 9755, 11703, 10903, 11177, 10032, 10986, 9607, 11018, 9904, 11212, 14121, 10461, 14421, 10385, 11287, 10291, 11153, 10599, 11756, 11028, 11417, 11141, 11211, 9559, 11358, 10457, 10995, 10468, 11039, 12095, 10729, 13488, 10223, 11934, 10905, 13153, 10139, 11173, 9945, 11107, 10692, 11063, 10569, 11031, 11174, 11012, 9567, 10964, 10185, 11051, 9226, 10761, 11663, 10890, 13948, 10018, 11338, 10603, 11501, 9973, 10922, 9922, 11046, 10588, 11170, 11038, 11745, 10009, 11292, 10110, 10947, 11769, 10900, 11800, 10797, 14365, 10270, 11669, 10705, 11603, 9976, 11301, 10456, 11205, 10865, 10806, 10436, 11251, 10282, 11161, 10127, 10999, 10880, 11271, 10174, 11181, 10999, 11474, 10849, 11715, 10799, 11669, 10733, 11331, 11054, 12050, 11132, 11615, 11088, 11677, 11107, 11208, 11437, 12278, 10606, 11533, 10530, 11711, 11104, 10929, 10215, 11156, 10406, 11099, 13277, 10769, 13254, 10818, 14086, 10869, 12868, 11033, 12288, 10400, 12194, 10201, 12118, 10515, 11647, 10048, 11145, 10904, 11295, 11137, 11253, 10830, 11157, 11300, 10959, 10855, 11521, 11272, 11655, 10699, 11039, 10459, 10847, 10043, 10839, 9798, 11036, 9563, 11230, 10090, 10989, 11895, 10973, 11204, 10922, 13622, 10772, 12279, 10186, 12389, 10611, 12120, 9748, 11135, 10948, 11208, 10903, 11135, 11247, 11164, 9165, 10803, 9822, 10638, 10614, 10695, 12191, 10489, 11971, 10196, 11401, 10565, 11319, 9713, 11129, 10743, 11284, 9911, 11259, 10107, 11195, 10600, 11049, 14215, 10523, 12466, 11213, 12411, 10166, 11281, 10682, 11134, 10448, 11811, 10302, 11160, 9308, 11146, 10604, 11017, 12182, 10747, 11722, 10839, 14329, 10463, 11506, 10572, 11637, 10165, 11245, 9819, 11249, 10502, 10956, 10681, 11196, 10687, 11007, 9332, 10715, 9801, 11930, 9226, 10957, 9309, 11146, 10988, 11235, 10646, 11283, 12455, 11099, 11599, 11798, 11585, 11315, 11791, 10958, 11542, 10370, 11672, 10793, 11512, 10799, 11873, 10541, 11809, 11070, 11641, 10702, 11766, 10814, 12000, 10729, 11624, 10158, 11573, 10005, 11615, 12746, 11400, 11410, 11099, 12432, 10878, 11638, 11059, 11633, 10847, 11550, 10742, 11667, 11242, 11421, 10977, 11735, 10864, 11789, 11240, 11707, 10264, 11787, 10542, 11992, 10778, 11709, 10392, 11663, 9973, 11599, 10216, 11426, 9943, 11507, 9597, 11571, 9771, 11369, 9350, 11293, 9408, 11647, 9675, 11641, 10036, 11481, 12094, 11691, 10428, 11524, 11121, 11592, 13955, 11201, 11881, 11743, 11952, 10828, 11685, 10718, 11575, 11132, 11428, 10009, 11437, 9223, 11581, 10994, 11181, 12374, 10973, 11194, 11075, 11079, 10525, 11399, 10511, 11727, 11109, 12078, 11208, 12299, 10752, 11640, 10030, 11756, 10698, 11302, 13070, 11277, 14457, 11008, 11435, 10820, 11568, 11180, 11761, 11160, 11906, 10405, 11454, 10007, 11419, 9748, 11363, 9057, 11338, 10968, 11288, 12251, 11662, 11400, 11258, 13229, 11125, 11674, 11522, 11719, 11327, 11833, 10957, 11645, 11177, 11754, 10662, 11724, 11092, 11565, 9969, 11498, 10067, 11658, 9961, 11576, 9172, 11513, 12440, 11424, 13326, 11111, 11932, 11190, 11601, 11153, 12364, 11234, 12106, 10703, 11157, 9892, 11343, 11120, 10882, 12625, 11015, 11799, 10898, 11442, 10267, 11316, 11461, 11506, 10920, 11497, 10676, 11724, 9743, 11500, 9690, 11669, 8815, 11460, 9192, 11362, 12123, 11462, 11391, 10901, 11646, 10799, 12366, 11554, 14707, 11486, 12668, 10795, 12261, 11048, 12225, 11518, 12819, 11071, 11605, 11383, 13920, 11203, 15599, 11415, 12170, 11432, 12067, 11670, 14271, 11372, 14540, 11611, 13519, 11420, 13280, 11385, 11776, 11461, 14219, 11529, 11765, 11077, 12373, 11074, 11904, 11251, 12130, 10956, 11400, 11152, 11382, 11321, 11340, 11462, 11286, 11487, 11392, 11706, 11270, 11097, 11365, 11267, 11578, 11328, 11343, 11052, 11520, 11176, 12051, 11377, 11747, 11452, 11640, 11271, 11592, 11550, 11691, 11653, 11639, 11443, 12296, 11247, 11503, 11300, 11560, 11242, 11429, 10705, 11518, 10465, 11538, 9946, 11199, 9810, 11143, 11515, 11539, 10342, 11304, 12522, 11159, 12499, 11079, 13747, 11043, 13986, 10565, 11377, 11088, 11298, 11250, 12984, 11125, 12164, 11383, 11461, 10970, 11932, 11306, 12240, 11051, 11377, 10910, 11509, 10796, 11565, 10529, 11496, 11402, 11465, 10926, 11864, 10571, 11549, 9768, 11364, 9369, 11286, 9057, 11108, 8672, 11069, 10226, 11136, 9759, 11224, 9115, 11085, 10536, 11194, 11888, 11157, 10299, 11526, 10489, 11386, 14644, 10904, 15346, 11355, 15175, 11306, 11785, 11379, 12655, 11707, 14449, 11217, 13288, 11374, 13652, 10997, 14295, 11360, 11993, 11308, 10958, 11501, 11686, 11349, 13798, 11257, 14047, 11560, 11471, 11459, 11021, 11594, 12645, 11469, 14450, 11364, 12265, 11407, 11800, 11484, 13803, 11300, 13845, 11379, 12244, 11367, 12952, 11106, 14285, 11338, 11331, 11240, 10992, 11520, 12607, 11297, 11630, 11250, 11032, 11313], 'WindowCenter': [4747.0, 4712.0, 4720.0, 4706.0, 4703.0, 4682.0, 4680.0, 4680.0, 4681.0, 4681.0, 4693.0, 4672.0, 4689.0, 4667.0, 4690.0, 4680.0, 4691.0, 4701.0, 4694.0, 4702.0, 4683.0, 4700.0, 4684.0, 4701.0, 4696.0, 4693.0, 4694.0, 4692.0, 4683.0, 4694.0, 4685.0, 4693.0, 4695.0, 4692.0, 4693.0, 4693.0, 4683.0, 4693.0, 4694.0, 4694.0, 4705.0, 4704.0, 4694.0, 4696.0, 4693.0, 4692.0, 4694.0, 4695.0, 4684.0, 4692.0, 4672.0, 4693.0, 4672.0, 4692.0, 4682.0, 4696.0, 4692.0, 4693.0, 4693.0, 4694.0, 4690.0, 4693.0, 4703.0, 4694.0, 4680.0, 4694.0, 4672.0, 4693.0, 4694.0, 4706.0, 4695.0, 4704.0, 4684.0, 4706.0, 4694.0, 4707.0, 4724.0, 4693.0, 4713.0, 4693.0, 4702.0, 4680.0, 4690.0, 4679.0, 4678.0, 4680.0, 4679.0, 4672.0, 4681.0, 4680.0, 4681.0, 4670.0, 4691.0, 4671.0, 4681.0, 4670.0, 4691.0, 4682.0, 4691.0, 4673.0, 4691.0, 4683.0, 4691.0, 4686.0, 4705.0, 4683.0, 4693.0, 4705.0, 4706.0, 4696.0, 4704.0, 4706.0, 4704.0, 4695.0, 4704.0, 4685.0, 4694.0, 4683.0, 4693.0, 4704.0, 4702.0, 4692.0, 4692.0, 4682.0, 4690.0, 4692.0, 4691.0, 4692.0, 4691.0, 4681.0, 4693.0, 4690.0, 4689.0, 4679.0, 4690.0, 4680.0, 4680.0, 4669.0, 4678.0, 4669.0, 4680.0, 4679.0, 4693.0, 4690.0, 4680.0, 4689.0, 4679.0, 4679.0, 4689.0, 4710.0, 4682.0, 4699.0, 4681.0, 4689.0, 4682.0, 4700.0, 4681.0, 4701.0, 4692.0, 4691.0, 4679.0, 4699.0, 4680.0, 4699.0, 4680.0, 4688.0, 4682.0, 4699.0, 4682.0, 4690.0, 4682.0, 4690.0, 4693.0, 4702.0, 4682.0, 4699.0, 4692.0, 4692.0, 4682.0, 4690.0, 4682.0, 4689.0, 4670.0, 4679.0, 4680.0, 4679.0, 4669.0, 4680.0, 4678.0, 4669.0, 4669.0, 4680.0, 4672.0, 4680.0, 4669.0, 4683.0, 4660.0, 4680.0, 4670.0, 4693.0, 4693.0, 4692.0, 4690.0, 4685.0, 4681.0, 4693.0, 4701.0, 4692.0, 4693.0, 4684.0, 4691.0, 4683.0, 4693.0, 4681.0, 4691.0, 4682.0, 4694.0, 4693.0, 4692.0, 4683.0, 4691.0, 4681.0, 4691.0, 4672.0, 4693.0, 4692.0, 4694.0, 4691.0, 4692.0, 4711.0, 4684.0, 4694.0, 4682.0, 4692.0, 4683.0, 4692.0, 4682.0, 4691.0, 4683.0, 4693.0, 4674.0, 4694.0, 4672.0, 4694.0, 4673.0, 4692.0, 4714.0, 4684.0, 4692.0, 4693.0, 4693.0, 4671.0, 4695.0, 4693.0, 4693.0, 4683.0, 4683.0, 4671.0, 4682.0, 4670.0, 4691.0, 4712.0, 4685.0, 4710.0, 4685.0, 4692.0, 4683.0, 4693.0, 4695.0, 4705.0, 4681.0, 4691.0, 4690.0, 4691.0, 4670.0, 4693.0, 4683.0, 4683.0, 4680.0, 4684.0, 4690.0, 4692.0, 4714.0, 4684.0, 4692.0, 4694.0, 4704.0, 4684.0, 4691.0, 4687.0, 4694.0, 4696.0, 4692.0, 4684.0, 4692.0, 4694.0, 4692.0, 4684.0, 4696.0, 4680.0, 4691.0, 4668.0, 4694.0, 4691.0, 4692.0, 4713.0, 4685.0, 4692.0, 4693.0, 4693.0, 4685.0, 4694.0, 4685.0, 4696.0, 4695.0, 4695.0, 4694.0, 4692.0, 4683.0, 4693.0, 4683.0, 4693.0, 4689.0, 4695.0, 4690.0, 4680.0, 4711.0, 4684.0, 4693.0, 4683.0, 4691.0, 4682.0, 4690.0, 4694.0, 4692.0, 4691.0, 4693.0, 4693.0, 4695.0, 4694.0, 4704.0, 4707.0, 4707.0, 4707.0, 4707.0, 4697.0, 4706.0, 4709.0, 4706.0, 4705.0, 4705.0, 4695.0, 4703.0, 4694.0, 4695.0, 4693.0, 4703.0, 4694.0, 4692.0, 4682.0, 4693.0, 4681.0, 4681.0, 4690.0, 4691.0, 4681.0, 4679.0, 4669.0, 4677.0, 4678.0, 4668.0, 4669.0, 4679.0, 4666.0, 4679.0, 4687.0, 4678.0, 4685.0, 4681.0, 4695.0, 4679.0, 4687.0, 4679.0, 4691.0, 4681.0, 4677.0, 4672.0, 4688.0, 4680.0, 4679.0, 4671.0, 4690.0, 4683.0, 4679.0, 4681.0, 4683.0, 4681.0, 4681.0, 4692.0, 4681.0, 4682.0, 4696.0, 4681.0, 4679.0, 4680.0, 4682.0, 4681.0, 4696.0, 4682.0, 4691.0, 4672.0, 4683.0, 4670.0, 4681.0, 4680.0, 4683.0, 4681.0, 4679.0, 4679.0, 4681.0, 4700.0, 4681.0, 4692.0, 4670.0, 4689.0, 4679.0, 4689.0, 4671.0, 4680.0, 4694.0, 4691.0, 4683.0, 4692.0, 4680.0, 4691.0, 4673.0, 4697.0, 4682.0, 4684.0, 4681.0, 4687.0, 4691.0, 4685.0, 4694.0, 4684.0, 4693.0, 4684.0, 4691.0, 4674.0, 4681.0, 4683.0, 4694.0, 4682.0, 4683.0, 4671.0, 4695.0, 4679.0, 4693.0, 4713.0, 4684.0, 4691.0, 4695.0, 4691.0, 4672.0, 4682.0, 4682.0, 4693.0, 4682.0, 4693.0, 4671.0, 4683.0, 4659.0, 4680.0, 4681.0, 4693.0, 4692.0, 4683.0, 4688.0, 4682.0, 4711.0, 4694.0, 4693.0, 4684.0, 4693.0, 4679.0, 4680.0, 4671.0, 4691.0, 4684.0, 4682.0, 4682.0, 4680.0, 4682.0, 4694.0, 4685.0, 4709.0, 4698.0, 4719.0, 4684.0, 4694.0, 4686.0, 4708.0, 4695.0, 4695.0, 4694.0, 4705.0, 4705.0, 4694.0, 4694.0, 4704.0, 4692.0, 4682.0, 4692.0, 4682.0, 4691.0, 4683.0, 4692.0, 4695.0, 4695.0, 4694.0, 4702.0, 4694.0, 4703.0, 4693.0, 4694.0, 4698.0, 4707.0, 4684.0, 4695.0, 4682.0, 4693.0, 4681.0, 4691.0, 4683.0, 4692.0, 4689.0, 4683.0, 4680.0, 4681.0, 4689.0, 4694.0, 4693.0, 4693.0, 4691.0, 4683.0, 4692.0, 4693.0, 4705.0, 4695.0, 4692.0, 4692.0, 4693.0, 4693.0, 4692.0, 4692.0, 4706.0, 4695.0, 4694.0, 4683.0, 4692.0, 4683.0, 4692.0, 4683.0, 4705.0, 4684.0, 4693.0, 4681.0, 4693.0, 4671.0, 4693.0, 4672.0, 4694.0, 4683.0, 4692.0, 4673.0, 4692.0, 4672.0, 4692.0, 4672.0, 4695.0, 4685.0, 4705.0, 4692.0, 4696.0, 4681.0, 4692.0, 4681.0, 4691.0, 4702.0, 4693.0, 4691.0, 4692.0, 4691.0, 4682.0, 4680.0, 4670.0, 4679.0, 4680.0, 4693.0, 4672.0, 4679.0, 4659.0, 4679.0, 4669.0, 4681.0, 4691.0, 4693.0, 4693.0, 4683.0, 4682.0, 4682.0, 4689.0, 4684.0, 4694.0, 4692.0, 4692.0, 4692.0, 4691.0, 4682.0, 4694.0, 4673.0, 4706.0, 4685.0, 4692.0, 4690.0, 4681.0, 4710.0, 4684.0, 4692.0, 4683.0, 4692.0, 4693.0, 4694.0, 4690.0, 4691.0, 4682.0, 4694.0, 4682.0, 4693.0, 4672.0, 4693.0, 4662.0, 4691.0, 4694.0, 4696.0, 4702.0, 4695.0, 4691.0, 4694.0, 4700.0, 4695.0, 4696.0, 4694.0, 4694.0, 4693.0, 4691.0, 4693.0, 4694.0, 4693.0, 4693.0, 4684.0, 4693.0, 4694.0, 4705.0, 4697.0, 4694.0, 4684.0, 4695.0, 4683.0, 4696.0, 4674.0, 4705.0, 4700.0, 4693.0, 4700.0, 4681.0, 4691.0, 4681.0, 4691.0, 4693.0, 4691.0, 4681.0, 4690.0, 4680.0, 4691.0, 4670.0, 4693.0, 4692.0, 4693.0, 4702.0, 4693.0, 4692.0, 4696.0, 4693.0, 4696.0, 4706.0, 4707.0, 4704.0, 4706.0, 4705.0, 4707.0, 4719.0, 4699.0, 4708.0, 4687.0, 4708.0, 4676.0, 4708.0, 4687.0, 4708.0, 4705.0, 4706.0, 4694.0, 4696.0, 4695.0, 4708.0, 4717.0, 4707.0, 4725.0, 4708.0, 4704.0, 4696.0, 4717.0, 4709.0, 4708.0, 4707.0, 4704.0, 4706.0, 4694.0, 4704.0, 4715.0, 4696.0, 4723.0, 4693.0, 4691.0, 4693.0, 4688.0, 4691.0, 4713.0, 4691.0, 4699.0, 4679.0, 4688.0, 4678.0, 4688.0, 4681.0, 4680.0, 4679.0, 4687.0, 4676.0, 4677.0, 4667.0, 4677.0, 4681.0, 4679.0, 4668.0, 4677.0, 4667.0, 4677.0, 4678.0, 4679.0, 4682.0, 4677.0, 4678.0, 4679.0, 4679.0, 4679.0, 4689.0, 4693.0, 4692.0, 4690.0, 4681.0, 4679.0, 4680.0, 4681.0, 4692.0, 4679.0, 4681.0, 4690.0, 4680.0, 4679.0, 4692.0, 4693.0, 4693.0, 4691.0, 4692.0, 4689.0, 4692.0, 4692.0, 4705.0, 4691.0, 4680.0, 4693.0, 4680.0, 4693.0, 4692.0, 4692.0, 4682.0, 4694.0, 4671.0, 4681.0, 4670.0, 4680.0, 4673.0, 4681.0, 4679.0, 4680.0, 4669.0, 4681.0, 4688.0, 4682.0, 4691.0, 4681.0, 4700.0, 4682.0, 4700.0, 4684.0, 4692.0, 4697.0, 4695.0, 4693.0, 4703.0, 4694.0, 4691.0, 4694.0, 4694.0, 4684.0, 4691.0, 4683.0, 4690.0, 4680.0, 4681.0, 4694.0, 4693.0, 4684.0, 4692.0, 4680.0, 4679.0, 4690.0, 4693.0, 4682.0, 4694.0, 4681.0, 4690.0, 4682.0, 4695.0, 4674.0, 4693.0, 4671.0, 4693.0, 4663.0, 4707.0, 4694.0, 4707.0, 4684.0, 4696.0, 4674.0, 4696.0, 4694.0, 4706.0, 4704.0, 4706.0, 4683.0, 4694.0, 4683.0, 4704.0, 4725.0, 4696.0, 4722.0, 4694.0, 4712.0, 4694.0, 4693.0, 4693.0, 4703.0, 4691.0, 4700.0, 4682.0, 4699.0, 4682.0, 4702.0, 4681.0, 4701.0, 4681.0, 4679.0, 4681.0, 4678.0, 4690.0, 4680.0, 4681.0, 4703.0, 4692.0, 4700.0, 4681.0, 4680.0, 4680.0, 4668.0, 4680.0, 4689.0, 4694.0, 4700.0, 4682.0, 4678.0, 4680.0, 4679.0, 4680.0, 4700.0, 4679.0, 4689.0, 4680.0, 4677.0, 4680.0, 4689.0, 4681.0, 4699.0, 4681.0, 4679.0, 4680.0, 4680.0, 4690.0, 4691.0, 4681.0, 4679.0, 4680.0, 4681.0, 4681.0], 'WindowWidth': [10366.0, 10312.0, 10316.0, 10290.0, 10283.0, 10251.0, 10244.0, 10244.0, 10247.0, 10246.0, 10267.0, 10235.0, 10258.0, 10223.0, 10260.0, 10246.0, 10263.0, 10277.0, 10272.0, 10279.0, 10254.0, 10274.0, 10255.0, 10277.0, 10276.0, 10269.0, 10271.0, 10266.0, 10254.0, 10270.0, 10259.0, 10269.0, 10273.0, 10267.0, 10266.0, 10267.0, 10255.0, 10266.0, 10269.0, 10270.0, 10287.0, 10286.0, 10270.0, 10275.0, 10266.0, 10266.0, 10270.0, 10273.0, 10258.0, 10268.0, 10238.0, 10266.0, 10237.0, 10266.0, 10252.0, 10275.0, 10263.0, 10270.0, 10265.0, 10270.0, 10262.0, 10270.0, 10280.0, 10269.0, 10246.0, 10271.0, 10239.0, 10270.0, 10271.0, 10291.0, 10273.0, 10287.0, 10258.0, 10291.0, 10271.0, 10292.0, 10315.0, 10270.0, 10294.0, 10265.0, 10278.0, 10245.0, 10258.0, 10245.0, 10241.0, 10243.0, 10242.0, 10235.0, 10245.0, 10246.0, 10247.0, 10230.0, 10262.0, 10232.0, 10247.0, 10232.0, 10263.0, 10252.0, 10262.0, 10240.0, 10266.0, 10256.0, 10266.0, 10265.0, 10290.0, 10256.0, 10271.0, 10286.0, 10290.0, 10277.0, 10287.0, 10291.0, 10287.0, 10275.0, 10285.0, 10259.0, 10270.0, 10255.0, 10270.0, 10284.0, 10281.0, 10266.0, 10264.0, 10251.0, 10260.0, 10263.0, 10264.0, 10265.0, 10263.0, 10246.0, 10265.0, 10258.0, 10257.0, 10242.0, 10261.0, 10246.0, 10245.0, 10226.0, 10240.0, 10227.0, 10245.0, 10242.0, 10267.0, 10257.0, 10246.0, 10253.0, 10244.0, 10240.0, 10256.0, 10286.0, 10250.0, 10270.0, 10250.0, 10254.0, 10249.0, 10271.0, 10246.0, 10275.0, 10264.0, 10260.0, 10243.0, 10267.0, 10242.0, 10268.0, 10243.0, 10257.0, 10250.0, 10271.0, 10250.0, 10256.0, 10252.0, 10259.0, 10266.0, 10277.0, 10251.0, 10274.0, 10266.0, 10264.0, 10251.0, 10258.0, 10248.0, 10255.0, 10231.0, 10242.0, 10244.0, 10242.0, 10225.0, 10242.0, 10237.0, 10228.0, 10228.0, 10245.0, 10237.0, 10247.0, 10227.0, 10251.0, 10215.0, 10246.0, 10231.0, 10268.0, 10267.0, 10267.0, 10258.0, 10258.0, 10247.0, 10268.0, 10275.0, 10264.0, 10270.0, 10257.0, 10261.0, 10253.0, 10265.0, 10247.0, 10261.0, 10251.0, 10271.0, 10268.0, 10265.0, 10250.0, 10262.0, 10248.0, 10263.0, 10236.0, 10269.0, 10265.0, 10269.0, 10260.0, 10265.0, 10289.0, 10257.0, 10271.0, 10253.0, 10263.0, 10254.0, 10264.0, 10252.0, 10264.0, 10256.0, 10269.0, 10241.0, 10270.0, 10237.0, 10269.0, 10239.0, 10267.0, 10298.0, 10257.0, 10264.0, 10267.0, 10266.0, 10236.0, 10270.0, 10268.0, 10268.0, 10254.0, 10253.0, 10233.0, 10252.0, 10232.0, 10265.0, 10294.0, 10260.0, 10288.0, 10260.0, 10266.0, 10255.0, 10270.0, 10275.0, 10287.0, 10249.0, 10264.0, 10260.0, 10262.0, 10233.0, 10269.0, 10253.0, 10254.0, 10244.0, 10254.0, 10260.0, 10266.0, 10297.0, 10258.0, 10265.0, 10270.0, 10283.0, 10258.0, 10266.0, 10267.0, 10273.0, 10275.0, 10266.0, 10256.0, 10266.0, 10268.0, 10266.0, 10257.0, 10276.0, 10246.0, 10264.0, 10228.0, 10270.0, 10261.0, 10266.0, 10298.0, 10263.0, 10267.0, 10271.0, 10270.0, 10260.0, 10270.0, 10261.0, 10278.0, 10276.0, 10273.0, 10270.0, 10268.0, 10254.0, 10269.0, 10256.0, 10271.0, 10258.0, 10273.0, 10258.0, 10248.0, 10290.0, 10258.0, 10268.0, 10256.0, 10262.0, 10252.0, 10261.0, 10272.0, 10268.0, 10265.0, 10269.0, 10268.0, 10272.0, 10273.0, 10290.0, 10297.0, 10294.0, 10293.0, 10295.0, 10280.0, 10291.0, 10299.0, 10295.0, 10290.0, 10288.0, 10272.0, 10282.0, 10271.0, 10273.0, 10269.0, 10285.0, 10270.0, 10265.0, 10249.0, 10264.0, 10248.0, 10249.0, 10258.0, 10264.0, 10248.0, 10242.0, 10225.0, 10239.0, 10235.0, 10224.0, 10224.0, 10240.0, 10220.0, 10244.0, 10251.0, 10239.0, 10243.0, 10244.0, 10259.0, 10241.0, 10250.0, 10241.0, 10262.0, 10248.0, 10237.0, 10235.0, 10252.0, 10243.0, 10242.0, 10232.0, 10261.0, 10253.0, 10243.0, 10247.0, 10251.0, 10246.0, 10247.0, 10263.0, 10250.0, 10250.0, 10273.0, 10245.0, 10242.0, 10245.0, 10251.0, 10248.0, 10274.0, 10252.0, 10264.0, 10235.0, 10252.0, 10230.0, 10248.0, 10246.0, 10254.0, 10245.0, 10244.0, 10238.0, 10246.0, 10268.0, 10246.0, 10263.0, 10234.0, 10254.0, 10243.0, 10253.0, 10232.0, 10243.0, 10270.0, 10263.0, 10252.0, 10265.0, 10245.0, 10264.0, 10240.0, 10279.0, 10253.0, 10257.0, 10248.0, 10262.0, 10262.0, 10258.0, 10271.0, 10260.0, 10268.0, 10255.0, 10264.0, 10242.0, 10249.0, 10252.0, 10270.0, 10252.0, 10253.0, 10234.0, 10270.0, 10243.0, 10266.0, 10297.0, 10257.0, 10262.0, 10270.0, 10260.0, 10236.0, 10249.0, 10251.0, 10268.0, 10247.0, 10266.0, 10232.0, 10250.0, 10216.0, 10245.0, 10250.0, 10269.0, 10262.0, 10254.0, 10254.0, 10250.0, 10290.0, 10272.0, 10269.0, 10257.0, 10266.0, 10244.0, 10246.0, 10236.0, 10265.0, 10257.0, 10253.0, 10250.0, 10247.0, 10252.0, 10273.0, 10262.0, 10300.0, 10286.0, 10315.0, 10258.0, 10272.0, 10264.0, 10299.0, 10273.0, 10275.0, 10271.0, 10288.0, 10288.0, 10271.0, 10271.0, 10285.0, 10265.0, 10250.0, 10264.0, 10251.0, 10263.0, 10254.0, 10265.0, 10276.0, 10275.0, 10271.0, 10281.0, 10273.0, 10284.0, 10271.0, 10274.0, 10284.0, 10292.0, 10255.0, 10273.0, 10250.0, 10265.0, 10246.0, 10263.0, 10256.0, 10264.0, 10256.0, 10251.0, 10243.0, 10248.0, 10257.0, 10270.0, 10271.0, 10267.0, 10263.0, 10254.0, 10265.0, 10268.0, 10288.0, 10276.0, 10266.0, 10267.0, 10268.0, 10267.0, 10266.0, 10267.0, 10290.0, 10275.0, 10271.0, 10253.0, 10268.0, 10252.0, 10267.0, 10255.0, 10289.0, 10257.0, 10267.0, 10248.0, 10267.0, 10235.0, 10266.0, 10236.0, 10270.0, 10256.0, 10267.0, 10239.0, 10265.0, 10236.0, 10267.0, 10239.0, 10273.0, 10259.0, 10288.0, 10265.0, 10272.0, 10247.0, 10264.0, 10247.0, 10263.0, 10279.0, 10267.0, 10261.0, 10262.0, 10261.0, 10248.0, 10244.0, 10231.0, 10243.0, 10245.0, 10266.0, 10235.0, 10243.0, 10212.0, 10242.0, 10226.0, 10246.0, 10264.0, 10268.0, 10266.0, 10253.0, 10250.0, 10251.0, 10258.0, 10256.0, 10271.0, 10267.0, 10268.0, 10264.0, 10264.0, 10250.0, 10268.0, 10238.0, 10289.0, 10259.0, 10265.0, 10259.0, 10250.0, 10287.0, 10253.0, 10264.0, 10253.0, 10266.0, 10267.0, 10269.0, 10260.0, 10264.0, 10250.0, 10271.0, 10253.0, 10268.0, 10235.0, 10269.0, 10222.0, 10264.0, 10272.0, 10277.0, 10279.0, 10274.0, 10263.0, 10269.0, 10275.0, 10272.0, 10276.0, 10270.0, 10269.0, 10266.0, 10262.0, 10269.0, 10270.0, 10267.0, 10268.0, 10257.0, 10269.0, 10271.0, 10289.0, 10280.0, 10271.0, 10256.0, 10274.0, 10253.0, 10275.0, 10242.0, 10288.0, 10277.0, 10268.0, 10273.0, 10249.0, 10261.0, 10248.0, 10263.0, 10267.0, 10263.0, 10246.0, 10259.0, 10245.0, 10263.0, 10232.0, 10265.0, 10267.0, 10269.0, 10278.0, 10268.0, 10266.0, 10274.0, 10268.0, 10279.0, 10291.0, 10294.0, 10289.0, 10292.0, 10291.0, 10295.0, 10315.0, 10289.0, 10297.0, 10265.0, 10298.0, 10249.0, 10295.0, 10268.0, 10298.0, 10289.0, 10292.0, 10272.0, 10277.0, 10274.0, 10297.0, 10311.0, 10295.0, 10315.0, 10296.0, 10285.0, 10278.0, 10308.0, 10301.0, 10297.0, 10294.0, 10285.0, 10290.0, 10270.0, 10287.0, 10302.0, 10279.0, 10310.0, 10270.0, 10261.0, 10267.0, 10254.0, 10263.0, 10295.0, 10262.0, 10268.0, 10243.0, 10250.0, 10237.0, 10254.0, 10247.0, 10245.0, 10241.0, 10250.0, 10233.0, 10235.0, 10221.0, 10235.0, 10244.0, 10242.0, 10225.0, 10236.0, 10221.0, 10234.0, 10237.0, 10241.0, 10248.0, 10237.0, 10238.0, 10240.0, 10242.0, 10242.0, 10258.0, 10269.0, 10265.0, 10260.0, 10246.0, 10243.0, 10244.0, 10248.0, 10264.0, 10244.0, 10244.0, 10257.0, 10244.0, 10242.0, 10263.0, 10268.0, 10265.0, 10260.0, 10262.0, 10256.0, 10262.0, 10264.0, 10287.0, 10263.0, 10245.0, 10266.0, 10246.0, 10264.0, 10263.0, 10266.0, 10251.0, 10267.0, 10231.0, 10246.0, 10228.0, 10245.0, 10239.0, 10248.0, 10239.0, 10246.0, 10224.0, 10244.0, 10252.0, 10248.0, 10262.0, 10248.0, 10271.0, 10249.0, 10273.0, 10253.0, 10263.0, 10277.0, 10273.0, 10267.0, 10279.0, 10268.0, 10264.0, 10268.0, 10271.0, 10257.0, 10260.0, 10253.0, 10258.0, 10246.0, 10247.0, 10269.0, 10268.0, 10255.0, 10264.0, 10246.0, 10243.0, 10260.0, 10268.0, 10251.0, 10269.0, 10246.0, 10260.0, 10249.0, 10273.0, 10243.0, 10268.0, 10236.0, 10268.0, 10227.0, 10292.0, 10273.0, 10294.0, 10255.0, 10277.0, 10242.0, 10275.0, 10271.0, 10293.0, 10283.0, 10290.0, 10254.0, 10271.0, 10253.0, 10285.0, 10316.0, 10275.0, 10305.0, 10269.0, 10291.0, 10266.0, 10266.0, 10266.0, 10279.0, 10262.0, 10272.0, 10248.0, 10268.0, 10248.0, 10277.0, 10249.0, 10275.0, 10247.0, 10241.0, 10246.0, 10239.0, 10259.0, 10243.0, 10247.0, 10280.0, 10263.0, 10269.0, 10249.0, 10242.0, 10244.0, 10225.0, 10244.0, 10255.0, 10267.0, 10270.0, 10248.0, 10236.0, 10241.0, 10238.0, 10242.0, 10273.0, 10242.0, 10251.0, 10242.0, 10233.0, 10241.0, 10253.0, 10248.0, 10268.0, 10248.0, 10238.0, 10242.0, 10241.0, 10258.0, 10262.0, 10246.0, 10238.0, 10242.0, 10243.0, 10245.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.00015803900325027086</td></tr>
<tr><td colspan=3>aqi</td><td>0.02185557681473456</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.97035752260303</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2252203641106312</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9729151348264633</td></tr>
<tr><td colspan=3>efc</td><td>0.4892</td></tr>
<tr><td colspan=3>fber</td><td>6556.5757</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0713767145843724</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.21668472372697725</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5992279138492536</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.518152849053467</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8526457501694433</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4268851423248514</td></tr>
<tr><td colspan=3>gcor</td><td>0.00687477</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013702942058444023</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03283940628170967</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.973209082185082</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>34.8487</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0026</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.2775</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292103.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>881.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.9848</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5897</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.3569</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3825.2503</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1021.5863</td></tr>
<tr><td colspan=3>tsnr</td><td>44.1554076790344</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>