<?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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-04/func/sub-0132_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>9bbed1965c2e68f3f8bd40b69269ae9f</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:29:12.755000</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.99918, 0.0188145, -0.035853, -0.018313, 0.999731, 0.0142655]</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.0830531</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>[4225, -7735, -7255, 331, -107, -17, 99, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.349</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>deb6b156-c146-4c83-bf11-ec8e7fa5e0cf||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.6807267665863037, -0.04913252964615822, -0.09750162065029144, 116.78564453125], [-0.050478048622608185, 2.682204008102417, 0.03671237826347351, -108.31273651123047], [-0.0961909145116806, -0.0382731668651104, 2.6979892253875732, -64.65058898925781], [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': ['182912.755000', '182913.215000', '182913.675000', '182914.135000', '182914.595000', '182915.055000', '182915.515000', '182915.975000', '182916.435000', '182916.895000', '182917.355000', '182917.815000', '182918.275000', '182918.735000', '182919.195000', '182919.655000', '182920.115000', '182920.575000', '182921.035000', '182921.495000', '182921.955000', '182922.415000', '182922.875000', '182923.335000', '182923.795000', '182924.255000', '182924.715000', '182925.175000', '182925.635000', '182926.095000', '182926.555000', '182927.015000', '182927.475000', '182927.935000', '182928.395000', '182928.855000', '182929.315000', '182929.775000', '182930.235000', '182930.695000', '182931.155000', '182931.615000', '182932.075000', '182932.535000', '182932.995000', '182933.455000', '182933.915000', '182934.375000', '182934.835000', '182935.295000', '182935.755000', '182936.215000', '182936.675000', '182937.135000', '182937.595000', '182938.055000', '182938.515000', '182938.975000', '182939.435000', '182939.895000', '182940.355000', '182940.815000', '182941.275000', '182941.735000', '182942.195000', '182942.655000', '182943.115000', '182943.575000', '182944.035000', '182944.495000', '182944.955000', '182945.415000', '182945.875000', '182946.335000', '182946.795000', '182947.255000', '182947.715000', '182948.175000', '182948.635000', '182949.095000', '182949.555000', '182950.015000', '182950.475000', '182950.935000', '182951.395000', '182951.855000', '182952.315000', '182952.775000', '182953.235000', '182953.695000', '182954.155000', '182954.615000', '182955.075000', '182955.535000', '182955.995000', '182956.455000', '182956.915000', '182957.375000', '182957.835000', '182958.295000', '182958.755000', '182959.215000', '182959.675000', '183000.135000', '183000.595000', '183001.055000', '183001.515000', '183001.975000', '183002.435000', '183002.895000', '183003.355000', '183003.815000', '183004.275000', '183004.735000', '183005.195000', '183005.655000', '183006.115000', '183006.575000', '183007.035000', '183007.495000', '183007.955000', '183008.415000', '183008.875000', '183009.335000', '183009.795000', '183010.255000', '183010.715000', '183011.175000', '183011.635000', '183012.095000', '183012.555000', '183013.015000', '183013.475000', '183013.935000', '183014.395000', '183014.855000', '183015.315000', '183015.775000', '183016.235000', '183016.695000', '183017.155000', '183017.615000', '183018.075000', '183018.535000', '183018.995000', '183019.455000', '183019.915000', '183020.375000', '183020.835000', '183021.295000', '183021.755000', '183022.215000', '183022.675000', '183023.135000', '183023.595000', '183024.055000', '183024.515000', '183024.975000', '183025.435000', '183025.895000', '183026.355000', '183026.815000', '183027.275000', '183027.735000', '183028.195000', '183028.655000', '183029.115000', '183029.575000', '183030.035000', '183030.495000', '183030.955000', '183031.415000', '183031.875000', '183032.335000', '183032.795000', '183033.255000', '183033.715000', '183034.175000', '183034.635000', '183035.095000', '183035.555000', '183036.015000', '183036.475000', '183036.935000', '183037.395000', '183037.855000', '183038.315000', '183038.775000', '183039.235000', '183039.695000', '183040.155000', '183040.615000', '183041.075000', '183041.535000', '183041.995000', '183042.455000', '183042.915000', '183043.375000', '183043.835000', '183044.295000', '183044.755000', '183045.215000', '183045.675000', '183046.135000', '183046.595000', '183047.055000', '183047.515000', '183047.975000', '183048.435000', '183048.895000', '183049.355000', '183049.815000', '183050.275000', '183050.735000', '183051.195000', '183051.655000', '183052.115000', '183052.575000', '183053.035000', '183053.495000', '183053.955000', '183054.415000', '183054.875000', '183055.335000', '183055.795000', '183056.255000', '183056.715000', '183057.175000', '183057.635000', '183058.095000', '183058.555000', '183059.015000', '183059.475000', '183059.935000', '183100.395000', '183100.855000', '183101.315000', '183101.775000', '183102.235000', '183102.695000', '183103.155000', '183103.615000', '183104.075000', '183104.535000', '183104.995000', '183105.455000', '183105.915000', '183106.375000', '183106.835000', '183107.295000', '183107.755000', '183108.215000', '183108.675000', '183109.135000', '183109.595000', '183110.055000', '183110.515000', '183110.975000', '183111.435000', '183111.895000', '183112.355000', '183112.815000', '183113.275000', '183113.735000', '183114.195000', '183114.655000', '183115.115000', '183115.575000', '183116.035000', '183116.495000', '183116.955000', '183117.415000', '183117.875000', '183118.335000', '183118.795000', '183119.255000', '183119.715000', '183120.175000', '183120.635000', '183121.095000', '183121.555000', '183122.015000', '183122.475000', '183122.935000', '183123.395000', '183123.855000', '183124.315000', '183124.775000', '183125.235000', '183125.695000', '183126.155000', '183126.615000', '183127.075000', '183127.535000', '183127.995000', '183128.455000', '183128.915000', '183129.375000', '183129.835000', '183130.295000', '183130.755000', '183131.215000', '183131.675000', '183132.135000', '183132.595000', '183133.055000', '183133.515000', '183133.975000', '183134.435000', '183134.895000', '183135.355000', '183135.815000', '183136.275000', '183136.735000', '183137.195000', '183137.655000', '183138.115000', '183138.575000', '183139.035000', '183139.495000', '183139.955000', '183140.415000', '183140.875000', '183141.335000', '183141.795000', '183142.255000', '183142.715000', '183143.175000', '183143.635000', '183144.095000', '183144.555000', '183145.015000', '183145.475000', '183145.935000', '183146.395000', '183146.855000', '183147.315000', '183147.775000', '183148.235000', '183148.695000', '183149.155000', '183149.615000', '183150.075000', '183150.535000', '183150.995000', '183151.455000', '183151.915000', '183152.375000', '183152.835000', '183153.295000', '183153.755000', '183154.215000', '183154.675000', '183155.135000', '183155.595000', '183156.055000', '183156.515000', '183156.975000', '183157.435000', '183157.895000', '183158.355000', '183158.815000', '183159.275000', '183159.735000', '183200.195000', '183200.655000', '183201.115000', '183201.575000', '183202.035000', '183202.495000', '183202.955000', '183203.415000', '183203.875000', '183204.335000', '183204.795000', '183205.255000', '183205.715000', '183206.175000', '183206.635000', '183207.095000', '183207.555000', '183208.015000', '183208.475000', '183208.935000', '183209.395000', '183209.855000', '183210.315000', '183210.775000', '183211.235000', '183211.695000', '183212.155000', '183212.615000', '183213.075000', '183213.535000', '183213.995000', '183214.455000', '183214.915000', '183215.375000', '183215.835000', '183216.295000', '183216.755000', '183217.215000', '183217.675000', '183218.135000', '183218.595000', '183219.055000', '183219.515000', '183219.975000', '183220.435000', '183220.895000', '183221.355000', '183221.815000', '183222.275000', '183222.735000', '183223.195000', '183223.655000', '183224.115000', '183224.575000', '183225.035000', '183225.495000', '183225.955000', '183226.415000', '183226.875000', '183227.335000', '183227.795000', '183228.255000', '183228.715000', '183229.175000', '183229.635000', '183230.095000', '183230.555000', '183231.015000', '183231.475000', '183231.935000', '183232.395000', '183232.855000', '183233.315000', '183233.775000', '183234.235000', '183234.695000', '183235.155000', '183235.615000', '183236.075000', '183236.535000', '183236.995000', '183237.455000', '183237.915000', '183238.375000', '183238.835000', '183239.295000', '183239.755000', '183240.215000', '183240.675000', '183241.135000', '183241.595000', '183242.055000', '183242.515000', '183242.975000', '183243.435000', '183243.895000', '183244.355000', '183244.815000', '183245.275000', '183245.735000', '183246.195000', '183246.655000', '183247.115000', '183247.575000', '183248.035000', '183248.495000', '183248.955000', '183249.415000', '183249.875000', '183250.335000', '183250.795000', '183251.255000', '183251.715000', '183252.175000', '183252.635000', '183253.095000', '183253.555000', '183254.015000', '183254.475000', '183254.935000', '183255.395000', '183255.855000', '183256.315000', '183256.775000', '183257.235000', '183257.695000', '183258.155000', '183258.615000', '183259.075000', '183259.535000', '183259.995000', '183300.455000', '183300.915000', '183301.375000', '183301.835000', '183302.295000', '183302.755000', '183303.215000', '183303.675000', '183304.135000', '183304.595000', '183305.055000', '183305.515000', '183305.975000', '183306.435000', '183306.895000', '183307.355000', '183307.815000', '183308.275000', '183308.735000', '183309.195000', '183309.655000', '183310.115000', '183310.575000', '183311.035000', '183311.495000', '183311.955000', '183312.415000', '183312.875000', '183313.335000', '183313.795000', '183314.255000', '183314.715000', '183315.175000', '183315.635000', '183316.095000', '183316.555000', '183317.015000', '183317.475000', '183317.935000', '183318.395000', '183318.855000', '183319.315000', '183319.775000', '183320.235000', '183320.695000', '183321.155000', '183321.615000', '183322.075000', '183322.535000', '183322.995000', '183323.455000', '183323.915000', '183324.375000', '183324.835000', '183325.295000', '183325.755000', '183326.215000', '183326.675000', '183327.135000', '183327.595000', '183328.055000', '183328.515000', '183328.975000', '183329.435000', '183329.895000', '183330.355000', '183330.815000', '183331.275000', '183331.735000', '183332.195000', '183332.655000', '183333.115000', '183333.575000', '183334.035000', '183334.495000', '183334.955000', '183335.415000', '183335.875000', '183336.335000', '183336.795000', '183337.255000', '183337.715000', '183338.175000', '183338.635000', '183339.095000', '183339.555000', '183340.015000', '183340.475000', '183340.935000', '183341.395000', '183341.855000', '183342.315000', '183342.775000', '183343.235000', '183343.695000', '183344.155000', '183344.615000', '183345.075000', '183345.535000', '183345.995000', '183346.455000', '183346.915000', '183347.375000', '183347.835000', '183348.295000', '183348.755000', '183349.215000', '183349.675000', '183350.135000', '183350.595000', '183351.055000', '183351.515000', '183351.975000', '183352.435000', '183352.895000', '183353.355000', '183353.815000', '183354.275000', '183354.735000', '183355.195000', '183355.655000', '183356.115000', '183356.575000', '183357.035000', '183357.495000', '183357.955000', '183358.415000', '183358.875000', '183359.335000', '183359.795000', '183400.255000', '183400.715000', '183401.175000', '183401.635000', '183402.095000', '183402.555000', '183403.015000', '183403.475000', '183403.935000', '183404.395000', '183404.855000', '183405.315000', '183405.775000', '183406.235000', '183406.695000', '183407.155000', '183407.615000', '183408.075000', '183408.535000', '183408.995000', '183409.455000', '183409.915000', '183410.375000', '183410.835000', '183411.295000', '183411.755000', '183412.215000', '183412.675000', '183413.135000', '183413.595000', '183414.055000', '183414.515000', '183414.975000', '183415.435000', '183415.895000', '183416.355000', '183416.815000', '183417.275000', '183417.735000', '183418.195000', '183418.655000', '183419.115000', '183419.575000', '183420.035000', '183420.495000', '183420.955000', '183421.415000', '183421.875000', '183422.335000', '183422.795000', '183423.255000', '183423.715000', '183424.175000', '183424.635000', '183425.095000', '183425.555000', '183426.015000', '183426.475000', '183426.935000', '183427.395000', '183427.855000', '183428.315000', '183428.775000', '183429.235000', '183429.695000', '183430.155000', '183430.615000', '183431.075000', '183431.535000', '183431.995000', '183432.455000', '183432.915000', '183433.375000', '183433.835000', '183434.295000', '183434.755000', '183435.215000', '183435.675000', '183436.135000', '183436.595000', '183437.055000', '183437.515000', '183437.975000', '183438.435000', '183438.895000', '183439.355000', '183439.815000', '183440.275000', '183440.735000', '183441.195000', '183441.655000', '183442.115000', '183442.575000', '183443.035000', '183443.495000', '183443.955000', '183444.415000', '183444.875000', '183445.335000', '183445.795000', '183446.255000', '183446.715000', '183447.175000', '183447.635000', '183448.095000', '183448.555000', '183449.015000', '183449.475000', '183449.935000', '183450.395000', '183450.855000', '183451.315000', '183451.775000', '183452.235000', '183452.695000', '183453.155000', '183453.615000', '183454.075000', '183454.535000', '183454.995000', '183455.455000', '183455.915000', '183456.375000', '183456.835000', '183457.295000', '183457.755000', '183458.215000', '183458.675000', '183459.135000', '183459.595000', '183500.055000', '183500.515000', '183500.975000', '183501.435000', '183501.895000', '183502.355000', '183502.815000', '183503.275000', '183503.735000', '183504.195000', '183504.655000', '183505.115000', '183505.575000', '183506.035000', '183506.495000', '183506.955000', '183507.415000', '183507.875000', '183508.335000', '183508.795000', '183509.255000', '183509.715000', '183510.175000', '183510.635000', '183511.095000', '183511.555000', '183512.015000', '183512.475000', '183512.935000', '183513.395000', '183513.855000', '183514.315000', '183514.775000', '183515.235000', '183515.695000', '183516.155000', '183516.615000', '183517.075000', '183517.535000', '183517.995000', '183518.455000', '183518.915000', '183519.375000', '183519.835000', '183520.295000', '183520.755000', '183521.215000', '183521.675000', '183522.135000', '183522.595000', '183523.055000', '183523.515000', '183523.975000', '183524.435000', '183524.895000', '183525.355000', '183525.815000', '183526.275000', '183526.735000', '183527.195000', '183527.655000', '183528.115000', '183528.575000', '183529.035000', '183529.495000', '183529.955000', '183530.415000', '183530.875000', '183531.335000', '183531.795000', '183532.255000', '183532.715000', '183533.175000', '183533.635000', '183534.095000', '183534.555000', '183535.015000', '183535.475000', '183535.935000', '183536.395000', '183536.855000', '183537.315000', '183537.775000', '183538.235000', '183538.695000', '183539.155000', '183539.615000', '183540.075000', '183540.535000', '183540.995000', '183541.455000', '183541.915000', '183542.375000', '183542.835000', '183543.295000', '183543.755000', '183544.215000', '183544.675000', '183545.135000', '183545.595000', '183546.055000', '183546.515000', '183546.975000', '183547.435000', '183547.895000', '183548.355000', '183548.815000', '183549.275000', '183549.735000', '183550.195000', '183550.655000', '183551.115000', '183551.575000', '183552.035000', '183552.495000', '183552.955000', '183553.415000', '183553.875000', '183554.335000', '183554.795000', '183555.255000', '183555.715000', '183556.175000', '183556.635000', '183557.095000', '183557.555000', '183558.015000', '183558.475000', '183558.935000', '183559.395000', '183559.855000', '183600.315000', '183600.775000', '183601.235000', '183601.695000', '183602.155000', '183602.615000', '183603.075000', '183603.535000', '183603.995000', '183604.455000', '183604.915000', '183605.375000', '183605.835000', '183606.295000', '183606.755000', '183607.215000', '183607.675000', '183608.135000', '183608.595000', '183609.055000', '183609.515000', '183609.975000', '183610.435000', '183610.895000', '183611.355000', '183611.815000', '183612.275000', '183612.735000', '183613.195000', '183613.655000', '183614.115000', '183614.575000', '183615.035000', '183615.495000', '183615.955000', '183616.415000', '183616.875000', '183617.335000', '183617.795000', '183618.255000'], 'ContentTime': ['182939.754000', '182939.766000', '182939.768000', '182939.771000', '182939.773000', '182939.776000', '182939.778000', '182939.781000', '182939.784000', '182939.786000', '182939.789000', '182939.792000', '182939.801000', '182939.803000', '182939.806000', '182939.808000', '182939.811000', '182939.814000', '182939.816000', '182939.819000', '182939.821000', '182939.824000', '182939.826000', '182939.829000', '182939.831000', '182939.834000', '182939.836000', '182939.839000', '182939.842000', '182939.844000', '182939.847000', '182939.849000', '182939.852000', '182939.854000', '182939.857000', '182939.859000', '182939.862000', '182939.865000', '182939.867000', '182939.870000', '182939.872000', '182939.875000', '182939.877000', '182939.880000', '182939.882000', '182939.885000', '182939.887000', '182939.890000', '182939.893000', '182939.895000', '182939.898000', '182939.900000', '182939.903000', '182939.905000', '182939.908000', '182959.720000', '182959.722000', '182959.725000', '182959.728000', '182959.730000', '182959.733000', '182959.735000', '182959.738000', '182959.741000', '182959.743000', '182959.746000', '182959.748000', '182959.751000', '182959.753000', '182959.765000', '182959.768000', '182959.771000', '182959.773000', '182959.776000', '182959.778000', '182959.781000', '182959.783000', '182959.786000', '182959.789000', '182959.798000', '182959.800000', '182959.803000', '182959.805000', '182959.808000', '182959.811000', '182959.813000', '182959.816000', '182959.818000', '182959.821000', '182959.823000', '182959.826000', '182959.828000', '182959.831000', '182959.834000', '182959.836000', '182959.839000', '182959.841000', '182959.844000', '182959.847000', '183019.719000', '183019.722000', '183019.725000', '183019.727000', '183019.730000', '183019.732000', '183019.735000', '183019.738000', '183019.740000', '183019.743000', '183019.745000', '183019.748000', '183019.750000', '183019.753000', '183019.756000', '183019.758000', '183019.761000', '183019.763000', '183019.766000', '183019.768000', '183019.771000', '183019.773000', '183019.776000', '183019.779000', '183019.781000', '183019.784000', '183019.786000', '183019.789000', '183019.791000', '183019.794000', '183019.797000', '183019.799000', '183019.802000', '183019.804000', '183019.807000', '183019.809000', '183019.812000', '183019.814000', '183019.817000', '183019.820000', '183019.822000', '183019.825000', '183019.827000', '183019.837000', '183039.719000', '183039.722000', '183039.725000', '183039.727000', '183039.730000', '183039.732000', '183039.735000', '183039.738000', '183039.748000', '183039.751000', '183039.753000', '183039.756000', '183039.759000', '183039.761000', '183039.764000', '183039.766000', '183039.769000', '183039.772000', '183039.774000', '183039.777000', '183039.779000', '183039.782000', '183039.785000', '183039.787000', '183039.790000', '183039.792000', '183039.795000', '183039.797000', '183039.800000', '183039.803000', '183039.805000', '183039.808000', '183039.810000', '183039.813000', '183039.815000', '183039.818000', '183039.821000', '183039.823000', '183039.826000', '183039.828000', '183039.831000', '183039.833000', '183039.836000', '183059.721000', '183059.724000', '183059.726000', '183059.729000', '183059.732000', '183059.734000', '183059.737000', '183059.739000', '183059.742000', '183059.745000', '183059.747000', '183059.750000', '183059.752000', '183059.755000', '183059.757000', '183059.760000', '183059.763000', '183059.765000', '183059.768000', '183059.770000', '183059.773000', '183059.776000', '183059.779000', '183059.781000', '183059.784000', '183059.787000', '183059.789000', '183059.792000', '183059.799000', '183059.802000', '183059.804000', '183059.807000', '183059.809000', '183059.812000', '183059.814000', '183059.817000', '183059.820000', '183059.822000', '183059.825000', '183059.827000', '183059.830000', '183059.833000', '183059.835000', '183119.718000', '183119.721000', '183119.724000', '183119.726000', '183119.729000', '183119.731000', '183119.734000', '183119.737000', '183119.739000', '183119.742000', '183119.745000', '183119.747000', '183119.750000', '183119.753000', '183119.755000', '183119.758000', '183119.760000', '183119.763000', '183119.766000', '183119.768000', '183119.771000', '183119.773000', '183119.776000', '183119.778000', '183119.781000', '183119.784000', '183119.786000', '183119.789000', '183119.791000', '183119.794000', '183119.797000', '183119.799000', '183119.802000', '183119.804000', '183119.807000', '183119.810000', '183119.812000', '183119.815000', '183119.817000', '183119.820000', '183119.823000', '183119.825000', '183119.828000', '183119.831000', '183139.720000', '183139.722000', '183139.725000', '183139.728000', '183139.730000', '183139.733000', '183139.735000', '183139.738000', '183139.740000', '183139.758000', '183139.760000', '183139.763000', '183139.766000', '183139.768000', '183139.771000', '183139.774000', '183139.776000', '183139.779000', '183139.781000', '183139.784000', '183139.787000', '183139.789000', '183139.792000', '183139.794000', '183139.797000', '183139.800000', '183139.802000', '183139.805000', '183139.807000', '183139.810000', '183139.812000', '183139.815000', '183139.817000', '183139.820000', '183139.823000', '183139.825000', '183139.828000', '183139.830000', '183139.833000', '183139.836000', '183139.838000', '183139.841000', '183139.843000', '183159.720000', '183159.722000', '183159.725000', '183159.728000', '183159.730000', '183159.733000', '183159.735000', '183159.738000', '183159.740000', '183159.743000', '183159.746000', '183159.748000', '183159.751000', '183159.753000', '183159.756000', '183159.758000', '183159.761000', '183159.763000', '183159.766000', '183159.769000', '183159.771000', '183159.774000', '183159.776000', '183159.779000', '183159.782000', '183159.784000', '183159.787000', '183159.789000', '183159.792000', '183159.794000', '183159.797000', '183159.800000', '183159.802000', '183159.805000', '183159.807000', '183159.810000', '183159.813000', '183159.815000', '183159.818000', '183159.820000', '183159.823000', '183159.825000', '183159.828000', '183159.831000', '183219.719000', '183219.722000', '183219.725000', '183219.727000', '183219.730000', '183219.732000', '183219.735000', '183219.738000', '183219.740000', '183219.743000', '183219.746000', '183219.748000', '183219.751000', '183219.753000', '183219.756000', '183219.759000', '183219.762000', '183219.764000', '183219.767000', '183219.769000', '183219.772000', '183219.774000', '183219.777000', '183219.780000', '183219.782000', '183219.785000', '183219.787000', '183219.790000', '183219.793000', '183219.795000', '183219.798000', '183219.801000', '183219.803000', '183219.806000', '183219.809000', '183219.811000', '183219.815000', '183219.818000', '183219.821000', '183219.823000', '183219.826000', '183219.829000', '183219.831000', '183239.719000', '183239.722000', '183239.725000', '183239.727000', '183239.730000', '183239.733000', '183239.735000', '183239.738000', '183239.741000', '183239.743000', '183239.746000', '183239.749000', '183239.751000', '183239.754000', '183239.756000', '183239.759000', '183239.762000', '183239.764000', '183239.767000', '183239.769000', '183239.772000', '183239.775000', '183239.777000', '183239.780000', '183239.782000', '183239.785000', '183239.788000', '183239.790000', '183239.793000', '183239.799000', '183239.802000', '183239.804000', '183239.807000', '183239.809000', '183239.812000', '183239.815000', '183239.817000', '183239.820000', '183239.823000', '183239.825000', '183239.828000', '183239.831000', '183239.833000', '183239.836000', '183259.719000', '183259.722000', '183259.725000', '183259.727000', '183259.730000', '183259.733000', '183259.735000', '183259.738000', '183259.741000', '183259.743000', '183259.746000', '183259.748000', '183259.751000', '183259.754000', '183259.756000', '183259.759000', '183259.761000', '183259.764000', '183259.767000', '183259.769000', '183259.772000', '183259.775000', '183259.778000', '183259.780000', '183259.783000', '183259.786000', '183259.788000', '183259.791000', '183259.793000', '183259.796000', '183259.799000', '183259.801000', '183259.813000', '183259.816000', '183259.818000', '183259.821000', '183259.823000', '183259.826000', '183259.828000', '183259.831000', '183259.834000', '183259.836000', '183259.839000', '183319.720000', '183319.722000', '183319.725000', '183319.728000', '183319.730000', '183319.733000', '183319.735000', '183319.738000', '183319.741000', '183319.743000', '183319.746000', '183319.748000', '183319.751000', '183319.754000', '183319.759000', '183319.761000', '183319.764000', '183319.766000', '183319.769000', '183319.771000', '183319.774000', '183319.777000', '183319.779000', '183319.782000', '183319.785000', '183319.787000', '183319.790000', '183319.792000', '183319.795000', '183319.798000', '183319.800000', '183319.803000', '183319.805000', '183319.808000', '183319.810000', '183319.813000', '183319.816000', '183319.818000', '183319.821000', '183319.824000', '183319.826000', '183319.829000', '183319.831000', '183319.834000', '183339.718000', '183339.721000', '183339.724000', '183339.727000', '183339.729000', '183339.732000', '183339.734000', '183339.737000', '183339.740000', '183339.742000', '183339.745000', '183339.747000', '183339.750000', '183339.753000', '183339.755000', '183339.758000', '183339.760000', '183339.763000', '183339.766000', '183339.768000', '183339.771000', '183339.773000', '183339.776000', '183339.778000', '183339.781000', '183339.784000', '183339.786000', '183339.789000', '183339.791000', '183339.794000', '183339.796000', '183339.799000', '183339.802000', '183339.804000', '183339.807000', '183339.810000', '183339.813000', '183339.816000', '183339.818000', '183339.821000', '183339.824000', '183339.826000', '183339.829000', '183359.720000', '183359.722000', '183359.725000', '183359.728000', '183359.730000', '183359.733000', '183359.735000', '183359.738000', '183359.741000', '183359.743000', '183359.746000', '183359.749000', '183359.751000', '183359.754000', '183359.756000', '183359.759000', '183359.762000', '183359.764000', '183359.767000', '183359.769000', '183359.772000', '183359.774000', '183359.777000', '183359.780000', '183359.782000', '183359.785000', '183359.787000', '183359.790000', '183359.793000', '183359.795000', '183359.798000', '183359.800000', '183359.803000', '183359.806000', '183359.808000', '183359.811000', '183359.814000', '183359.816000', '183359.819000', '183359.821000', '183359.824000', '183359.826000', '183359.829000', '183359.832000', '183419.719000', '183419.722000', '183419.725000', '183419.728000', '183419.730000', '183419.733000', '183419.735000', '183419.738000', '183419.740000', '183419.743000', '183419.746000', '183419.748000', '183419.751000', '183419.754000', '183419.756000', '183419.759000', '183419.761000', '183419.764000', '183419.767000', '183419.769000', '183419.772000', '183419.774000', '183419.777000', '183419.780000', '183419.782000', '183419.785000', '183419.788000', '183419.790000', '183419.793000', '183419.795000', '183419.798000', '183419.801000', '183419.803000', '183419.806000', '183419.809000', '183419.811000', '183419.814000', '183419.816000', '183419.819000', '183419.821000', '183419.824000', '183419.827000', '183419.829000', '183439.720000', '183439.723000', '183439.725000', '183439.728000', '183439.730000', '183439.733000', '183439.736000', '183439.738000', '183439.741000', '183439.743000', '183439.746000', '183439.748000', '183439.751000', '183439.754000', '183439.756000', '183439.759000', '183439.776000', '183439.778000', '183439.781000', '183439.784000', '183439.788000', '183439.791000', '183439.794000', '183439.796000', '183439.799000', '183439.802000', '183439.804000', '183439.807000', '183439.810000', '183439.812000', '183439.815000', '183439.817000', '183439.820000', '183439.823000', '183439.825000', '183439.828000', '183439.830000', '183439.833000', '183439.836000', '183439.838000', '183439.841000', '183439.843000', '183439.846000', '183439.849000', '183459.719000', '183459.722000', '183459.725000', '183459.728000', '183459.730000', '183459.733000', '183459.735000', '183459.738000', '183459.740000', '183459.743000', '183459.746000', '183459.748000', '183459.751000', '183459.753000', '183459.756000', '183459.758000', '183459.761000', '183459.764000', '183459.766000', '183459.769000', '183459.771000', '183459.774000', '183459.776000', '183459.779000', '183459.782000', '183459.784000', '183459.787000', '183459.789000', '183459.792000', '183459.794000', '183459.797000', '183459.800000', '183459.802000', '183459.805000', '183459.808000', '183459.810000', '183459.813000', '183459.815000', '183459.818000', '183459.821000', '183459.823000', '183459.826000', '183459.828000', '183519.720000', '183519.723000', '183519.725000', '183519.728000', '183519.730000', '183519.733000', '183519.736000', '183519.738000', '183519.741000', '183519.743000', '183519.746000', '183519.748000', '183519.751000', '183519.754000', '183519.756000', '183519.759000', '183519.761000', '183519.764000', '183519.766000', '183519.769000', '183519.772000', '183519.774000', '183519.777000', '183519.779000', '183519.782000', '183519.784000', '183519.787000', '183519.790000', '183519.792000', '183519.795000', '183519.797000', '183519.800000', '183519.803000', '183519.805000', '183519.808000', '183519.810000', '183519.813000', '183519.816000', '183519.818000', '183519.821000', '183519.823000', '183519.826000', '183519.828000', '183519.831000', '183539.719000', '183539.722000', '183539.725000', '183539.728000', '183539.730000', '183539.733000', '183539.735000', '183539.738000', '183539.741000', '183539.743000', '183539.746000', '183539.748000', '183539.751000', '183539.754000', '183539.756000', '183539.759000', '183539.761000', '183539.764000', '183539.766000', '183539.769000', '183539.772000', '183539.774000', '183539.777000', '183539.779000', '183539.782000', '183539.785000', '183539.787000', '183539.790000', '183539.792000', '183539.795000', '183539.798000', '183539.800000', '183539.803000', '183539.806000', '183539.808000', '183539.811000', '183539.813000', '183539.816000', '183539.818000', '183539.821000', '183539.824000', '183539.826000', '183539.829000', '183559.718000', '183559.721000', '183559.724000', '183559.726000', '183559.729000', '183559.732000', '183559.734000', '183559.737000', '183559.739000', '183559.742000', '183559.744000', '183559.747000', '183559.750000', '183559.753000', '183559.755000', '183559.758000', '183559.760000', '183559.763000', '183559.766000', '183559.768000', '183559.771000', '183559.773000', '183559.776000', '183559.778000', '183559.781000', '183559.784000', '183559.786000', '183559.796000', '183559.799000', '183559.801000', '183559.804000', '183559.806000', '183559.809000', '183559.811000', '183559.814000', '183559.817000', '183559.819000', '183559.822000', '183559.824000', '183559.827000', '183559.829000', '183559.832000', '183559.835000', '183559.837000', '183619.719000', '183619.722000', '183619.725000', '183619.728000', '183619.730000', '183619.733000', '183619.735000', '183619.738000', '183619.741000', '183619.743000', '183619.746000', '183619.748000', '183619.751000', '183619.754000', '183619.756000', '183619.759000', '183619.761000', '183619.764000', '183619.767000', '183619.769000', '183619.772000', '183619.774000', '183619.777000', '183619.780000', '183619.782000', '183619.785000', '183619.787000', '183619.790000', '183619.793000', '183619.795000', '183619.798000', '183619.800000', '183619.803000', '183619.805000', '183619.808000', '183619.811000', '183619.813000', '183619.816000', '183619.818000', '183619.821000', '183619.824000', '183619.826000', '183619.829000', '183619.914000'], 'InstanceCreationTime': ['182939.754000', '182939.766000', '182939.768000', '182939.771000', '182939.773000', '182939.776000', '182939.778000', '182939.781000', '182939.784000', '182939.786000', '182939.789000', '182939.792000', '182939.801000', '182939.803000', '182939.806000', '182939.808000', '182939.811000', '182939.814000', '182939.816000', '182939.819000', '182939.821000', '182939.824000', '182939.826000', '182939.829000', '182939.831000', '182939.834000', '182939.836000', '182939.839000', '182939.842000', '182939.844000', '182939.847000', '182939.849000', '182939.852000', '182939.854000', '182939.857000', '182939.859000', '182939.862000', '182939.865000', '182939.867000', '182939.870000', '182939.872000', '182939.875000', '182939.877000', '182939.880000', '182939.882000', '182939.885000', '182939.887000', '182939.890000', '182939.893000', '182939.895000', '182939.898000', '182939.900000', '182939.903000', '182939.905000', '182939.908000', '182959.720000', '182959.722000', '182959.725000', '182959.728000', '182959.730000', '182959.733000', '182959.735000', '182959.738000', '182959.741000', '182959.743000', '182959.746000', '182959.748000', '182959.751000', '182959.753000', '182959.765000', '182959.768000', '182959.771000', '182959.773000', '182959.776000', '182959.778000', '182959.781000', '182959.783000', '182959.786000', '182959.789000', '182959.798000', '182959.800000', '182959.803000', '182959.805000', '182959.808000', '182959.811000', '182959.813000', '182959.816000', '182959.818000', '182959.821000', '182959.823000', '182959.826000', '182959.828000', '182959.831000', '182959.834000', '182959.836000', '182959.839000', '182959.841000', '182959.844000', '182959.847000', '183019.719000', '183019.722000', '183019.725000', '183019.727000', '183019.730000', '183019.732000', '183019.735000', '183019.738000', '183019.740000', '183019.743000', '183019.745000', '183019.748000', '183019.750000', '183019.753000', '183019.756000', '183019.758000', '183019.761000', '183019.763000', '183019.766000', '183019.768000', '183019.771000', '183019.773000', '183019.776000', '183019.779000', '183019.781000', '183019.784000', '183019.786000', '183019.789000', '183019.791000', '183019.794000', '183019.797000', '183019.799000', '183019.802000', '183019.804000', '183019.807000', '183019.809000', '183019.812000', '183019.814000', '183019.817000', '183019.820000', '183019.822000', '183019.825000', '183019.827000', '183019.837000', '183039.719000', '183039.722000', '183039.725000', '183039.727000', '183039.730000', '183039.732000', '183039.735000', '183039.738000', '183039.748000', '183039.751000', '183039.753000', '183039.756000', '183039.759000', '183039.761000', '183039.764000', '183039.766000', '183039.769000', '183039.772000', '183039.774000', '183039.777000', '183039.779000', '183039.782000', '183039.785000', '183039.787000', '183039.790000', '183039.792000', '183039.795000', '183039.797000', '183039.800000', '183039.803000', '183039.805000', '183039.808000', '183039.810000', '183039.813000', '183039.815000', '183039.818000', '183039.821000', '183039.823000', '183039.826000', '183039.828000', '183039.831000', '183039.833000', '183039.836000', '183059.721000', '183059.724000', '183059.726000', '183059.729000', '183059.732000', '183059.734000', '183059.737000', '183059.739000', '183059.742000', '183059.745000', '183059.747000', '183059.750000', '183059.752000', '183059.755000', '183059.757000', '183059.760000', '183059.763000', '183059.765000', '183059.768000', '183059.770000', '183059.773000', '183059.776000', '183059.779000', '183059.781000', '183059.784000', '183059.787000', '183059.789000', '183059.792000', '183059.799000', '183059.802000', '183059.804000', '183059.807000', '183059.809000', '183059.812000', '183059.814000', '183059.817000', '183059.820000', '183059.822000', '183059.825000', '183059.827000', '183059.830000', '183059.833000', '183059.835000', '183119.718000', '183119.721000', '183119.724000', '183119.726000', '183119.729000', '183119.731000', '183119.734000', '183119.737000', '183119.739000', '183119.742000', '183119.745000', '183119.747000', '183119.750000', '183119.753000', '183119.755000', '183119.758000', '183119.760000', '183119.763000', '183119.766000', '183119.768000', '183119.771000', '183119.773000', '183119.776000', '183119.778000', '183119.781000', '183119.784000', '183119.786000', '183119.789000', '183119.791000', '183119.794000', '183119.797000', '183119.799000', '183119.802000', '183119.804000', '183119.807000', '183119.810000', '183119.812000', '183119.815000', '183119.817000', '183119.820000', '183119.823000', '183119.825000', '183119.828000', '183119.831000', '183139.720000', '183139.722000', '183139.725000', '183139.728000', '183139.730000', '183139.733000', '183139.735000', '183139.738000', '183139.740000', '183139.758000', '183139.760000', '183139.763000', '183139.766000', '183139.768000', '183139.771000', '183139.774000', '183139.776000', '183139.779000', '183139.781000', '183139.784000', '183139.787000', '183139.789000', '183139.792000', '183139.794000', '183139.797000', '183139.800000', '183139.802000', '183139.805000', '183139.807000', '183139.810000', '183139.812000', '183139.815000', '183139.817000', '183139.820000', '183139.823000', '183139.825000', '183139.828000', '183139.830000', '183139.833000', '183139.836000', '183139.838000', '183139.841000', '183139.843000', '183159.720000', '183159.722000', '183159.725000', '183159.728000', '183159.730000', '183159.733000', '183159.735000', '183159.738000', '183159.740000', '183159.743000', '183159.746000', '183159.748000', '183159.751000', '183159.753000', '183159.756000', '183159.758000', '183159.761000', '183159.763000', '183159.766000', '183159.769000', '183159.771000', '183159.774000', '183159.776000', '183159.779000', '183159.782000', '183159.784000', '183159.787000', '183159.789000', '183159.792000', '183159.794000', '183159.797000', '183159.800000', '183159.802000', '183159.805000', '183159.807000', '183159.810000', '183159.813000', '183159.815000', '183159.818000', '183159.820000', '183159.823000', '183159.825000', '183159.828000', '183159.831000', '183219.719000', '183219.722000', '183219.725000', '183219.727000', '183219.730000', '183219.732000', '183219.735000', '183219.738000', '183219.740000', '183219.743000', '183219.746000', '183219.748000', '183219.751000', '183219.753000', '183219.756000', '183219.759000', '183219.762000', '183219.764000', '183219.767000', '183219.769000', '183219.772000', '183219.774000', '183219.777000', '183219.780000', '183219.782000', '183219.785000', '183219.787000', '183219.790000', '183219.793000', '183219.795000', '183219.798000', '183219.801000', '183219.803000', '183219.806000', '183219.809000', '183219.811000', '183219.815000', '183219.818000', '183219.821000', '183219.823000', '183219.826000', '183219.829000', '183219.831000', '183239.719000', '183239.722000', '183239.725000', '183239.727000', '183239.730000', '183239.733000', '183239.735000', '183239.738000', '183239.741000', '183239.743000', '183239.746000', '183239.749000', '183239.751000', '183239.754000', '183239.756000', '183239.759000', '183239.762000', '183239.764000', '183239.767000', '183239.769000', '183239.772000', '183239.775000', '183239.777000', '183239.780000', '183239.782000', '183239.785000', '183239.788000', '183239.790000', '183239.793000', '183239.799000', '183239.802000', '183239.804000', '183239.807000', '183239.809000', '183239.812000', '183239.815000', '183239.817000', '183239.820000', '183239.823000', '183239.825000', '183239.828000', '183239.831000', '183239.833000', '183239.836000', '183259.719000', '183259.722000', '183259.725000', '183259.727000', '183259.730000', '183259.733000', '183259.735000', '183259.738000', '183259.741000', '183259.743000', '183259.746000', '183259.748000', '183259.751000', '183259.754000', '183259.756000', '183259.759000', '183259.761000', '183259.764000', '183259.767000', '183259.769000', '183259.772000', '183259.775000', '183259.778000', '183259.780000', '183259.783000', '183259.786000', '183259.788000', '183259.791000', '183259.793000', '183259.796000', '183259.799000', '183259.801000', '183259.813000', '183259.816000', '183259.818000', '183259.821000', '183259.823000', '183259.826000', '183259.828000', '183259.831000', '183259.834000', '183259.836000', '183259.839000', '183319.720000', '183319.722000', '183319.725000', '183319.728000', '183319.730000', '183319.733000', '183319.735000', '183319.738000', '183319.741000', '183319.743000', '183319.746000', '183319.748000', '183319.751000', '183319.754000', '183319.759000', '183319.761000', '183319.764000', '183319.766000', '183319.769000', '183319.771000', '183319.774000', '183319.777000', '183319.779000', '183319.782000', '183319.785000', '183319.787000', '183319.790000', '183319.792000', '183319.795000', '183319.798000', '183319.800000', '183319.803000', '183319.805000', '183319.808000', '183319.810000', '183319.813000', '183319.816000', '183319.818000', '183319.821000', '183319.824000', '183319.826000', '183319.829000', '183319.831000', '183319.834000', '183339.718000', '183339.721000', '183339.724000', '183339.727000', '183339.729000', '183339.732000', '183339.734000', '183339.737000', '183339.740000', '183339.742000', '183339.745000', '183339.747000', '183339.750000', '183339.753000', '183339.755000', '183339.758000', '183339.760000', '183339.763000', '183339.766000', '183339.768000', '183339.771000', '183339.773000', '183339.776000', '183339.778000', '183339.781000', '183339.784000', '183339.786000', '183339.789000', '183339.791000', '183339.794000', '183339.796000', '183339.799000', '183339.802000', '183339.804000', '183339.807000', '183339.810000', '183339.813000', '183339.816000', '183339.818000', '183339.821000', '183339.824000', '183339.826000', '183339.829000', '183359.720000', '183359.722000', '183359.725000', '183359.728000', '183359.730000', '183359.733000', '183359.735000', '183359.738000', '183359.741000', '183359.743000', '183359.746000', '183359.749000', '183359.751000', '183359.754000', '183359.756000', '183359.759000', '183359.762000', '183359.764000', '183359.767000', '183359.769000', '183359.772000', '183359.774000', '183359.777000', '183359.780000', '183359.782000', '183359.785000', '183359.787000', '183359.790000', '183359.793000', '183359.795000', '183359.798000', '183359.800000', '183359.803000', '183359.806000', '183359.808000', '183359.811000', '183359.814000', '183359.816000', '183359.819000', '183359.821000', '183359.824000', '183359.826000', '183359.829000', '183359.832000', '183419.719000', '183419.722000', '183419.725000', '183419.728000', '183419.730000', '183419.733000', '183419.735000', '183419.738000', '183419.740000', '183419.743000', '183419.746000', '183419.748000', '183419.751000', '183419.754000', '183419.756000', '183419.759000', '183419.761000', '183419.764000', '183419.767000', '183419.769000', '183419.772000', '183419.774000', '183419.777000', '183419.780000', '183419.782000', '183419.785000', '183419.788000', '183419.790000', '183419.793000', '183419.795000', '183419.798000', '183419.801000', '183419.803000', '183419.806000', '183419.809000', '183419.811000', '183419.814000', '183419.816000', '183419.819000', '183419.821000', '183419.824000', '183419.827000', '183419.829000', '183439.720000', '183439.723000', '183439.725000', '183439.728000', '183439.730000', '183439.733000', '183439.736000', '183439.738000', '183439.741000', '183439.743000', '183439.746000', '183439.748000', '183439.751000', '183439.754000', '183439.756000', '183439.759000', '183439.776000', '183439.778000', '183439.781000', '183439.784000', '183439.788000', '183439.791000', '183439.794000', '183439.796000', '183439.799000', '183439.802000', '183439.804000', '183439.807000', '183439.810000', '183439.812000', '183439.815000', '183439.817000', '183439.820000', '183439.823000', '183439.825000', '183439.828000', '183439.830000', '183439.833000', '183439.836000', '183439.838000', '183439.841000', '183439.843000', '183439.846000', '183439.849000', '183459.719000', '183459.722000', '183459.725000', '183459.728000', '183459.730000', '183459.733000', '183459.735000', '183459.738000', '183459.740000', '183459.743000', '183459.746000', '183459.748000', '183459.751000', '183459.753000', '183459.756000', '183459.758000', '183459.761000', '183459.764000', '183459.766000', '183459.769000', '183459.771000', '183459.774000', '183459.776000', '183459.779000', '183459.782000', '183459.784000', '183459.787000', '183459.789000', '183459.792000', '183459.794000', '183459.797000', '183459.800000', '183459.802000', '183459.805000', '183459.808000', '183459.810000', '183459.813000', '183459.815000', '183459.818000', '183459.821000', '183459.823000', '183459.826000', '183459.828000', '183519.720000', '183519.723000', '183519.725000', '183519.728000', '183519.730000', '183519.733000', '183519.736000', '183519.738000', '183519.741000', '183519.743000', '183519.746000', '183519.748000', '183519.751000', '183519.754000', '183519.756000', '183519.759000', '183519.761000', '183519.764000', '183519.766000', '183519.769000', '183519.772000', '183519.774000', '183519.777000', '183519.779000', '183519.782000', '183519.784000', '183519.787000', '183519.790000', '183519.792000', '183519.795000', '183519.797000', '183519.800000', '183519.803000', '183519.805000', '183519.808000', '183519.810000', '183519.813000', '183519.816000', '183519.818000', '183519.821000', '183519.823000', '183519.826000', '183519.828000', '183519.831000', '183539.719000', '183539.722000', '183539.725000', '183539.728000', '183539.730000', '183539.733000', '183539.735000', '183539.738000', '183539.741000', '183539.743000', '183539.746000', '183539.748000', '183539.751000', '183539.754000', '183539.756000', '183539.759000', '183539.761000', '183539.764000', '183539.766000', '183539.769000', '183539.772000', '183539.774000', '183539.777000', '183539.779000', '183539.782000', '183539.785000', '183539.787000', '183539.790000', '183539.792000', '183539.795000', '183539.798000', '183539.800000', '183539.803000', '183539.806000', '183539.808000', '183539.811000', '183539.813000', '183539.816000', '183539.818000', '183539.821000', '183539.824000', '183539.826000', '183539.829000', '183559.718000', '183559.721000', '183559.724000', '183559.726000', '183559.729000', '183559.732000', '183559.734000', '183559.737000', '183559.739000', '183559.742000', '183559.744000', '183559.747000', '183559.750000', '183559.753000', '183559.755000', '183559.758000', '183559.760000', '183559.763000', '183559.766000', '183559.768000', '183559.771000', '183559.773000', '183559.776000', '183559.778000', '183559.781000', '183559.784000', '183559.786000', '183559.796000', '183559.799000', '183559.801000', '183559.804000', '183559.806000', '183559.809000', '183559.811000', '183559.814000', '183559.817000', '183559.819000', '183559.822000', '183559.824000', '183559.827000', '183559.829000', '183559.832000', '183559.835000', '183559.837000', '183619.719000', '183619.722000', '183619.725000', '183619.728000', '183619.730000', '183619.733000', '183619.735000', '183619.738000', '183619.741000', '183619.743000', '183619.746000', '183619.748000', '183619.751000', '183619.754000', '183619.756000', '183619.759000', '183619.761000', '183619.764000', '183619.767000', '183619.769000', '183619.772000', '183619.774000', '183619.777000', '183619.780000', '183619.782000', '183619.785000', '183619.787000', '183619.790000', '183619.793000', '183619.795000', '183619.798000', '183619.800000', '183619.803000', '183619.805000', '183619.808000', '183619.811000', '183619.813000', '183619.816000', '183619.818000', '183619.821000', '183619.824000', '183619.826000', '183619.829000', '183619.914000'], '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': [11355, 9079, 11756, 10295, 7966, 8330, 7442, 11309, 9188, 14780, 9565, 14615, 7969, 12907, 9293, 11421, 7844, 10303, 10209, 9177, 11544, 8239, 10227, 7597, 9749, 7544, 8750, 9876, 8452, 10060, 7415, 9538, 8055, 8777, 7956, 10772, 7883, 10388, 9428, 10569, 10021, 9951, 11611, 9124, 11875, 9272, 12349, 7910, 10676, 8809, 10278, 7788, 10413, 14569, 8884, 13517, 8460, 12073, 8255, 9981, 7980, 9243, 11602, 7627, 9723, 8275, 9363, 8029, 10104, 7531, 9223, 11719, 8314, 10815, 7984, 10402, 7577, 9811, 9246, 9578, 12976, 7557, 10592, 8981, 9239, 8134, 9802, 9006, 9179, 12218, 8482, 10764, 7869, 9693, 9644, 8818, 9632, 7922, 10726, 7874, 9482, 10455, 8487, 12306, 9192, 13668, 12702, 8556, 10846, 7624, 12071, 15720, 7795, 13458, 8676, 10396, 15673, 9116, 12733, 7788, 10220, 7098, 13021, 7735, 12834, 8416, 10792, 12766, 8228, 12326, 9991, 15572, 8569, 9387, 10828, 9753, 8263, 7930, 10582, 9004, 7985, 10139, 7506, 10925, 9482, 9923, 15829, 9371, 13775, 8454, 10042, 7850, 8732, 7497, 8954, 8393, 8617, 10670, 7799, 9365, 8625, 10006, 8188, 9120, 10665, 7750, 10216, 8789, 9480, 8351, 9655, 9247, 9155, 11420, 7879, 10630, 8090, 8201, 7385, 8769, 7550, 9510, 7288, 9183, 11261, 8955, 11851, 8525, 12293, 8214, 8949, 15546, 8115, 12374, 8283, 10185, 13119, 8434, 13020, 7838, 8592, 7506, 8202, 10234, 7757, 9285, 8007, 8332, 7087, 7787, 10866, 7964, 9452, 14262, 8540, 12881, 7768, 7981, 12215, 7825, 9008, 7195, 8466, 9732, 8100, 7531, 11967, 7888, 8681, 7683, 9058, 9946, 7696, 9275, 7294, 8118, 13244, 8415, 8551, 15206, 8396, 13077, 7979, 7861, 11885, 8354, 8357, 7463, 8447, 9703, 7762, 8486, 10379, 8125, 12003, 7425, 8712, 12897, 7786, 10760, 7840, 8038, 13526, 7456, 9848, 8070, 8828, 11971, 7811, 8946, 8572, 8317, 9556, 7547, 9380, 13086, 7198, 8664, 7687, 8254, 13541, 7393, 9736, 7132, 8689, 11202, 7952, 9527, 7949, 7917, 10502, 8048, 8510, 13956, 7224, 8654, 7577, 8198, 12193, 7537, 9310, 8871, 8598, 7720, 8460, 12907, 7476, 10343, 7345, 8349, 11570, 8855, 12221, 7706, 8876, 15450, 8448, 14368, 8075, 7888, 12982, 8107, 9242, 7494, 8667, 9716, 8024, 8569, 7721, 10147, 7663, 9425, 7439, 8704, 8119, 8682, 14367, 7846, 12716, 8960, 8919, 7746, 8862, 14578, 8029, 14020, 8239, 7475, 8148, 7484, 7970, 7885, 7263, 8956, 7628, 11163, 7479, 8426, 16589, 9583, 10932, 7774, 8310, 13209, 8563, 10370, 7919, 9442, 7269, 8454, 7724, 9023, 7896, 9393, 7434, 9596, 8309, 10644, 9351, 8870, 7602, 10700, 8466, 12189, 12331, 8932, 14119, 8127, 12082, 8261, 8919, 14796, 8472, 12330, 8484, 9140, 14064, 7570, 8589, 8455, 8403, 7511, 8580, 7592, 8854, 7542, 7655, 7810, 8756, 7866, 8076, 7795, 10317, 7858, 11018, 11011, 9411, 15905, 11065, 13853, 8429, 9816, 11312, 8034, 8793, 13382, 8479, 9893, 7792, 7350, 11401, 8043, 8741, 7652, 8147, 8655, 7477, 9462, 7633, 9399, 7507, 8351, 10672, 7708, 10456, 7712, 7962, 12663, 7899, 10834, 8201, 8322, 14300, 8070, 11735, 8305, 9099, 7733, 8214, 14003, 8245, 11022, 7740, 8202, 12704, 7365, 10724, 7748, 8300, 12581, 7884, 10021, 8355, 7962, 7584, 8125, 7957, 9409, 12636, 8348, 11381, 8164, 8240, 14252, 8055, 10959, 8236, 7945, 13496, 7853, 10094, 8275, 7971, 11670, 7803, 9252, 8359, 8482, 7593, 8130, 10686, 7779, 9248, 7611, 7799, 12445, 7605, 10130, 8281, 8806, 7732, 8342, 12349, 7622, 10261, 7901, 8379, 14993, 7719, 9134, 8396, 8582, 7920, 7972, 10280, 7538, 11980, 8098, 10323, 7963, 10770, 8153, 10933, 7762, 10541, 7688, 8892, 15349, 9428, 13707, 8290, 8462, 12088, 8047, 9887, 7866, 8452, 11142, 7347, 9051, 8725, 7718, 7838, 7829, 10197, 7569, 9611, 7731, 9481, 7405, 8618, 12567, 8787, 10978, 7919, 8984, 15349, 9507, 13456, 8891, 8910, 14284, 8159, 12478, 8791, 9803, 7914, 8497, 11499, 7793, 9820, 7795, 8790, 13377, 8960, 11633, 8343, 9024, 11157, 8272, 11462, 7936, 8486, 12938, 8406, 10144, 7916, 8293, 14285, 8673, 10008, 7900, 8643, 7529, 8280, 10817, 7635, 10519, 8036, 9168, 13233, 8260, 10602, 7831, 8026, 13086, 8364, 11734, 8447, 8741, 7758, 9499, 12438, 8039, 9351, 7965, 8431, 10385, 8091, 8050, 7121, 7773, 10018, 7748, 8419, 13970, 8269, 10435, 7605, 8804, 11120, 7726, 9268, 7495, 8993, 10851, 8533, 10276, 8022, 8853, 12673, 7654, 9699, 7408, 8506, 14198, 7791, 9685, 13548, 8534, 13122, 7585, 8681, 7876, 9271, 10694, 7832, 9365, 8277, 8225, 13705, 8471, 11844, 7642, 8365, 14646, 8772, 11805, 7970, 9283, 12720, 8193, 9475, 15284, 7588, 9014, 7746, 8007, 10753, 7872, 9067, 7306, 8859, 10279, 7736, 8981, 8077, 8102, 12051, 8715, 8614, 13972, 8498, 10386, 7393, 8807, 8459, 8384, 10363, 7342, 8416, 8528, 8698, 9187, 7536, 12538, 7327, 10338, 8644, 11102, 9179, 12943, 8347, 11982, 7708, 12497, 8054, 8831, 15419, 8315, 12057, 7974, 9319, 7876, 8270, 11570, 7968, 9171, 7751, 8733, 7843, 8767, 12822, 8654, 11382, 7405, 9309, 7517, 8250, 8475, 8194, 8033, 9122, 8510, 8546, 7356, 8423, 14950, 8826, 14774, 12395, 10645, 16653, 7925, 9533, 12440, 8003, 15847, 8449, 9857, 9512, 7582, 9865, 8020, 8918, 7412, 8394, 7701, 8176, 12891, 8111, 11215, 7787, 8216, 10942, 8816, 10682, 7671, 10654, 8231, 8034, 13503, 7732, 9198, 7562, 7621, 7864, 7869, 8496, 8655, 11661, 7347, 9434, 7600, 8291, 7509, 8032, 10159, 8603, 11545, 7542, 11275, 8794, 9336, 9157, 14164, 7763, 12032, 8794, 9490, 12196, 8233, 10550, 8233, 8568, 11000, 8350, 10350, 7501, 8726, 11786, 8866, 11018, 7498, 8361, 11037, 7379, 9317, 7683, 9329, 7254, 7480, 9898, 8127, 10093, 7873, 8374, 11218, 8448, 9205, 7330, 8222, 11632, 7433, 10533, 7623, 9606, 7617, 9865, 8336, 10171, 8008, 11747, 13528, 9769, 14538, 10378, 15940, 11143, 16656, 11147, 10639, 11966, 8703, 7682, 8823, 8567, 8983, 13685, 8440, 12868, 7550, 8867, 8240, 11676, 7980, 10548, 8584, 8548, 10505, 7873, 10338, 13173, 10900, 14154, 9170, 14475, 7630, 11454, 7985, 10784, 7943, 9014, 10340, 7887, 10266, 8184, 6915, 9259, 7358, 10750, 7479, 11410, 8119, 10917, 13778, 9343, 12935, 10134, 12783, 8140, 10446, 9435, 9163, 7956, 9042], 'WindowCenter': [4377.0, 4330.0, 4356.0, 4347.0, 4317.0, 4313.0, 4293.0, 4319.0, 4300.0, 4337.0, 4299.0, 4336.0, 4275.0, 4316.0, 4286.0, 4304.0, 4262.0, 4294.0, 4280.0, 4283.0, 4315.0, 4273.0, 4292.0, 4249.0, 4282.0, 4261.0, 4272.0, 4292.0, 4273.0, 4291.0, 4266.0, 4295.0, 4275.0, 4285.0, 4274.0, 4305.0, 4275.0, 4307.0, 4295.0, 4307.0, 4293.0, 4295.0, 4316.0, 4296.0, 4315.0, 4297.0, 4314.0, 4274.0, 4306.0, 4285.0, 4305.0, 4264.0, 4304.0, 4323.0, 4284.0, 4312.0, 4273.0, 4301.0, 4259.0, 4292.0, 4260.0, 4283.0, 4301.0, 4262.0, 4281.0, 4272.0, 4282.0, 4261.0, 4293.0, 4260.0, 4283.0, 4301.0, 4274.0, 4303.0, 4273.0, 4302.0, 4273.0, 4294.0, 4293.0, 4295.0, 4322.0, 4274.0, 4304.0, 4283.0, 4284.0, 4261.0, 4294.0, 4283.0, 4294.0, 4315.0, 4285.0, 4303.0, 4272.0, 4294.0, 4292.0, 4285.0, 4291.0, 4274.0, 4314.0, 4287.0, 4321.0, 4333.0, 4311.0, 4342.0, 4311.0, 4352.0, 4352.0, 4313.0, 4320.0, 4290.0, 4330.0, 4336.0, 4290.0, 4340.0, 4284.0, 4318.0, 4360.0, 4298.0, 4337.0, 4263.0, 4290.0, 4237.0, 4309.0, 4259.0, 4312.0, 4258.0, 4301.0, 4297.0, 4258.0, 4296.0, 4257.0, 4295.0, 4244.0, 4255.0, 4288.0, 4266.0, 4256.0, 4247.0, 4290.0, 4281.0, 4260.0, 4290.0, 4251.0, 4303.0, 4270.0, 4292.0, 4331.0, 4280.0, 4297.0, 4247.0, 4268.0, 4245.0, 4258.0, 4236.0, 4269.0, 4258.0, 4271.0, 4289.0, 4261.0, 4283.0, 4272.0, 4281.0, 4260.0, 4283.0, 4291.0, 4274.0, 4294.0, 4284.0, 4295.0, 4275.0, 4307.0, 4295.0, 4308.0, 4315.0, 4276.0, 4305.0, 4276.0, 4287.0, 4278.0, 4300.0, 4288.0, 4309.0, 4278.0, 4319.0, 4342.0, 4321.0, 4341.0, 4298.0, 4328.0, 4276.0, 4296.0, 4345.0, 4287.0, 4325.0, 4285.0, 4306.0, 4325.0, 4274.0, 4325.0, 4263.0, 4272.0, 4251.0, 4272.0, 4292.0, 4264.0, 4293.0, 4273.0, 4284.0, 4253.0, 4276.0, 4314.0, 4274.0, 4295.0, 4324.0, 4284.0, 4313.0, 4262.0, 4273.0, 4312.0, 4263.0, 4284.0, 4253.0, 4273.0, 4293.0, 4273.0, 4274.0, 4313.0, 4274.0, 4283.0, 4262.0, 4295.0, 4306.0, 4276.0, 4297.0, 4265.0, 4287.0, 4327.0, 4285.0, 4287.0, 4334.0, 4274.0, 4326.0, 4262.0, 4275.0, 4325.0, 4286.0, 4275.0, 4264.0, 4286.0, 4294.0, 4276.0, 4296.0, 4305.0, 4276.0, 4314.0, 4265.0, 4296.0, 4325.0, 4275.0, 4305.0, 4275.0, 4287.0, 4324.0, 4266.0, 4306.0, 4274.0, 4296.0, 4314.0, 4275.0, 4297.0, 4296.0, 4287.0, 4306.0, 4276.0, 4308.0, 4337.0, 4278.0, 4310.0, 4288.0, 4287.0, 4325.0, 4275.0, 4306.0, 4264.0, 4297.0, 4315.0, 4286.0, 4308.0, 4288.0, 4289.0, 4317.0, 4276.0, 4297.0, 4335.0, 4276.0, 4286.0, 4277.0, 4288.0, 4326.0, 4287.0, 4308.0, 4309.0, 4299.0, 4288.0, 4301.0, 4338.0, 4289.0, 4319.0, 4277.0, 4289.0, 4326.0, 4298.0, 4328.0, 4277.0, 4298.0, 4335.0, 4285.0, 4335.0, 4273.0, 4286.0, 4324.0, 4275.0, 4295.0, 4275.0, 4296.0, 4305.0, 4285.0, 4295.0, 4274.0, 4319.0, 4286.0, 4308.0, 4278.0, 4309.0, 4289.0, 4300.0, 4348.0, 4289.0, 4339.0, 4298.0, 4299.0, 4277.0, 4297.0, 4337.0, 4287.0, 4337.0, 4286.0, 4277.0, 4274.0, 4265.0, 4274.0, 4285.0, 4276.0, 4297.0, 4288.0, 4318.0, 4265.0, 4286.0, 4370.0, 4319.0, 4317.0, 4275.0, 4288.0, 4312.0, 4272.0, 4282.0, 4263.0, 4282.0, 4264.0, 4275.0, 4278.0, 4297.0, 4288.0, 4297.0, 4278.0, 4297.0, 4300.0, 4319.0, 4298.0, 4297.0, 4276.0, 4307.0, 4277.0, 4327.0, 4314.0, 4285.0, 4324.0, 4273.0, 4314.0, 4273.0, 4283.0, 4321.0, 4272.0, 4312.0, 4270.0, 4282.0, 4309.0, 4261.0, 4284.0, 4284.0, 4285.0, 4264.0, 4284.0, 4275.0, 4296.0, 4273.0, 4288.0, 4276.0, 4298.0, 4289.0, 4290.0, 4290.0, 4320.0, 4289.0, 4320.0, 4307.0, 4298.0, 4337.0, 4306.0, 4326.0, 4262.0, 4294.0, 4303.0, 4263.0, 4273.0, 4310.0, 4261.0, 4281.0, 4250.0, 4251.0, 4300.0, 4263.0, 4271.0, 4262.0, 4274.0, 4272.0, 4265.0, 4294.0, 4276.0, 4297.0, 4266.0, 4287.0, 4306.0, 4277.0, 4307.0, 4275.0, 4288.0, 4326.0, 4277.0, 4307.0, 4275.0, 4288.0, 4338.0, 4288.0, 4316.0, 4286.0, 4297.0, 4275.0, 4287.0, 4336.0, 4286.0, 4306.0, 4263.0, 4275.0, 4327.0, 4266.0, 4306.0, 4265.0, 4276.0, 4314.0, 4275.0, 4295.0, 4274.0, 4275.0, 4275.0, 4276.0, 4274.0, 4295.0, 4325.0, 4285.0, 4315.0, 4274.0, 4286.0, 4334.0, 4274.0, 4304.0, 4273.0, 4275.0, 4323.0, 4273.0, 4304.0, 4274.0, 4274.0, 4303.0, 4273.0, 4282.0, 4273.0, 4284.0, 4262.0, 4275.0, 4304.0, 4275.0, 4295.0, 4265.0, 4276.0, 4313.0, 4275.0, 4304.0, 4274.0, 4285.0, 4263.0, 4286.0, 4325.0, 4275.0, 4305.0, 4276.0, 4287.0, 4346.0, 4275.0, 4308.0, 4286.0, 4296.0, 4272.0, 4274.0, 4293.0, 4276.0, 4325.0, 4287.0, 4306.0, 4289.0, 4318.0, 4289.0, 4318.0, 4278.0, 4307.0, 4275.0, 4286.0, 4336.0, 4285.0, 4336.0, 4285.0, 4287.0, 4314.0, 4273.0, 4292.0, 4285.0, 4296.0, 4302.0, 4264.0, 4284.0, 4283.0, 4265.0, 4263.0, 4277.0, 4305.0, 4277.0, 4306.0, 4277.0, 4308.0, 4276.0, 4298.0, 4327.0, 4298.0, 4329.0, 4289.0, 4322.0, 4358.0, 4308.0, 4336.0, 4283.0, 4284.0, 4322.0, 4273.0, 4314.0, 4285.0, 4294.0, 4272.0, 4285.0, 4314.0, 4264.0, 4292.0, 4262.0, 4283.0, 4322.0, 4283.0, 4303.0, 4273.0, 4284.0, 4302.0, 4274.0, 4302.0, 4261.0, 4272.0, 4299.0, 4261.0, 4290.0, 4260.0, 4262.0, 4320.0, 4271.0, 4279.0, 4261.0, 4272.0, 4261.0, 4274.0, 4302.0, 4274.0, 4304.0, 4273.0, 4295.0, 4323.0, 4274.0, 4302.0, 4261.0, 4273.0, 4312.0, 4273.0, 4312.0, 4272.0, 4283.0, 4262.0, 4294.0, 4313.0, 4273.0, 4283.0, 4261.0, 4274.0, 4304.0, 4273.0, 4274.0, 4252.0, 4263.0, 4292.0, 4263.0, 4273.0, 4322.0, 4273.0, 4292.0, 4261.0, 4284.0, 4302.0, 4263.0, 4283.0, 4264.0, 4295.0, 4304.0, 4286.0, 4305.0, 4275.0, 4286.0, 4324.0, 4275.0, 4296.0, 4264.0, 4285.0, 4324.0, 4274.0, 4295.0, 4323.0, 4274.0, 4313.0, 4262.0, 4284.0, 4262.0, 4295.0, 4303.0, 4275.0, 4294.0, 4285.0, 4286.0, 4325.0, 4275.0, 4315.0, 4263.0, 4275.0, 4323.0, 4284.0, 4314.0, 4261.0, 4283.0, 4313.0, 4260.0, 4281.0, 4319.0, 4250.0, 4271.0, 4260.0, 4261.0, 4290.0, 4261.0, 4281.0, 4261.0, 4306.0, 4303.0, 4274.0, 4282.0, 4260.0, 4272.0, 4312.0, 4272.0, 4273.0, 4323.0, 4272.0, 4292.0, 4252.0, 4284.0, 4271.0, 4273.0, 4291.0, 4263.0, 4283.0, 4285.0, 4297.0, 4296.0, 4278.0, 4327.0, 4278.0, 4307.0, 4300.0, 4328.0, 4310.0, 4327.0, 4288.0, 4327.0, 4277.0, 4328.0, 4276.0, 4286.0, 4334.0, 4276.0, 4313.0, 4262.0, 4283.0, 4261.0, 4274.0, 4302.0, 4273.0, 4293.0, 4263.0, 4283.0, 4273.0, 4286.0, 4323.0, 4285.0, 4313.0, 4263.0, 4295.0, 4265.0, 4286.0, 4285.0, 4286.0, 4274.0, 4296.0, 4284.0, 4286.0, 4264.0, 4286.0, 4335.0, 4285.0, 4336.0, 4314.0, 4292.0, 4320.0, 4250.0, 4269.0, 4298.0, 4248.0, 4319.0, 4247.0, 4267.0, 4255.0, 4247.0, 4266.0, 4248.0, 4268.0, 4249.0, 4260.0, 4249.0, 4272.0, 4310.0, 4262.0, 4301.0, 4252.0, 4273.0, 4291.0, 4283.0, 4292.0, 4263.0, 4305.0, 4284.0, 4286.0, 4324.0, 4274.0, 4293.0, 4262.0, 4263.0, 4272.0, 4274.0, 4284.0, 4286.0, 4315.0, 4277.0, 4297.0, 4276.0, 4287.0, 4264.0, 4276.0, 4306.0, 4297.0, 4316.0, 4278.0, 4317.0, 4299.0, 4297.0, 4298.0, 4336.0, 4277.0, 4327.0, 4274.0, 4295.0, 4302.0, 4273.0, 4293.0, 4275.0, 4274.0, 4291.0, 4272.0, 4290.0, 4251.0, 4273.0, 4300.0, 4273.0, 4290.0, 4250.0, 4272.0, 4301.0, 4264.0, 4293.0, 4274.0, 4295.0, 4264.0, 4276.0, 4305.0, 4286.0, 4307.0, 4275.0, 4298.0, 4316.0, 4286.0, 4308.0, 4266.0, 4288.0, 4327.0, 4279.0, 4319.0, 4291.0, 4309.0, 4289.0, 4308.0, 4299.0, 4320.0, 4289.0, 4342.0, 4340.0, 4320.0, 4350.0, 4320.0, 4359.0, 4319.0, 4349.0, 4318.0, 4307.0, 4315.0, 4284.0, 4264.0, 4285.0, 4273.0, 4297.0, 4336.0, 4285.0, 4313.0, 4263.0, 4283.0, 4287.0, 4317.0, 4286.0, 4317.0, 4310.0, 4298.0, 4332.0, 4287.0, 4330.0, 4325.0, 4317.0, 4323.0, 4282.0, 4321.0, 4261.0, 4302.0, 4261.0, 4292.0, 4260.0, 4272.0, 4279.0, 4261.0, 4290.0, 4273.0, 4251.0, 4294.0, 4264.0, 4316.0, 4266.0, 4328.0, 4276.0, 4318.0, 4336.0, 4296.0, 4326.0, 4306.0, 4326.0, 4274.0, 4305.0, 4281.0, 4311.0, 4281.0, 4289.0], 'WindowWidth': [9662.0, 9585.0, 9609.0, 9598.0, 9559.0, 9544.0, 9513.0, 9540.0, 9514.0, 9557.0, 9511.0, 9558.0, 9472.0, 9527.0, 9485.0, 9508.0, 9448.0, 9494.0, 9468.0, 9479.0, 9526.0, 9465.0, 9487.0, 9425.0, 9474.0, 9445.0, 9462.0, 9488.0, 9465.0, 9488.0, 9461.0, 9497.0, 9473.0, 9485.0, 9471.0, 9514.0, 9472.0, 9518.0, 9499.0, 9518.0, 9494.0, 9499.0, 9527.0, 9502.0, 9525.0, 9503.0, 9524.0, 9470.0, 9514.0, 9486.0, 9513.0, 9455.0, 9509.0, 9533.0, 9481.0, 9517.0, 9464.0, 9500.0, 9439.0, 9488.0, 9443.0, 9478.0, 9499.0, 9450.0, 9472.0, 9465.0, 9478.0, 9449.0, 9493.0, 9444.0, 9481.0, 9500.0, 9469.0, 9506.0, 9465.0, 9505.0, 9469.0, 9498.0, 9493.0, 9498.0, 9531.0, 9473.0, 9510.0, 9479.0, 9481.0, 9447.0, 9496.0, 9482.0, 9499.0, 9527.0, 9486.0, 9506.0, 9465.0, 9498.0, 9490.0, 9485.0, 9489.0, 9473.0, 9527.0, 9496.0, 9547.0, 9566.0, 9532.0, 9576.0, 9535.0, 9590.0, 9593.0, 9538.0, 9541.0, 9503.0, 9554.0, 9558.0, 9502.0, 9570.0, 9484.0, 9540.0, 9599.0, 9512.0, 9562.0, 9453.0, 9486.0, 9407.0, 9508.0, 9442.0, 9517.0, 9437.0, 9507.0, 9489.0, 9435.0, 9485.0, 9428.0, 9475.0, 9411.0, 9426.0, 9475.0, 9443.0, 9429.0, 9420.0, 9482.0, 9475.0, 9442.0, 9484.0, 9433.0, 9504.0, 9456.0, 9491.0, 9546.0, 9473.0, 9488.0, 9419.0, 9445.0, 9411.0, 9435.0, 9402.0, 9452.0, 9434.0, 9457.0, 9479.0, 9447.0, 9479.0, 9461.0, 9473.0, 9444.0, 9479.0, 9488.0, 9472.0, 9496.0, 9483.0, 9497.0, 9471.0, 9519.0, 9499.0, 9524.0, 9528.0, 9477.0, 9512.0, 9476.0, 9492.0, 9484.0, 9514.0, 9497.0, 9526.0, 9481.0, 9543.0, 9579.0, 9551.0, 9573.0, 9511.0, 9551.0, 9475.0, 9502.0, 9568.0, 9493.0, 9541.0, 9486.0, 9516.0, 9539.0, 9469.0, 9540.0, 9452.0, 9464.0, 9432.0, 9464.0, 9489.0, 9457.0, 9494.0, 9468.0, 9485.0, 9442.0, 9476.0, 9525.0, 9473.0, 9500.0, 9537.0, 9483.0, 9520.0, 9448.0, 9466.0, 9517.0, 9456.0, 9482.0, 9440.0, 9469.0, 9493.0, 9466.0, 9470.0, 9519.0, 9469.0, 9480.0, 9452.0, 9502.0, 9517.0, 9479.0, 9508.0, 9461.0, 9493.0, 9545.0, 9488.0, 9492.0, 9552.0, 9470.0, 9541.0, 9451.0, 9475.0, 9542.0, 9488.0, 9473.0, 9455.0, 9488.0, 9498.0, 9476.0, 9505.0, 9513.0, 9477.0, 9525.0, 9460.0, 9505.0, 9541.0, 9475.0, 9513.0, 9474.0, 9493.0, 9537.0, 9464.0, 9517.0, 9472.0, 9504.0, 9526.0, 9474.0, 9508.0, 9505.0, 9494.0, 9517.0, 9480.0, 9523.0, 9562.0, 9488.0, 9534.0, 9498.0, 9495.0, 9539.0, 9475.0, 9518.0, 9460.0, 9506.0, 9528.0, 9493.0, 9524.0, 9495.0, 9500.0, 9533.0, 9478.0, 9506.0, 9553.0, 9477.0, 9490.0, 9479.0, 9497.0, 9542.0, 9496.0, 9524.0, 9527.0, 9514.0, 9498.0, 9520.0, 9563.0, 9503.0, 9542.0, 9481.0, 9499.0, 9545.0, 9510.0, 9549.0, 9480.0, 9508.0, 9557.0, 9487.0, 9555.0, 9469.0, 9491.0, 9540.0, 9473.0, 9501.0, 9477.0, 9506.0, 9515.0, 9488.0, 9502.0, 9475.0, 9541.0, 9492.0, 9523.0, 9486.0, 9528.0, 9500.0, 9518.0, 9577.0, 9499.0, 9568.0, 9509.0, 9512.0, 9481.0, 9507.0, 9562.0, 9494.0, 9562.0, 9490.0, 9479.0, 9470.0, 9459.0, 9471.0, 9489.0, 9481.0, 9509.0, 9496.0, 9537.0, 9462.0, 9492.0, 9616.0, 9543.0, 9536.0, 9474.0, 9496.0, 9515.0, 9461.0, 9470.0, 9447.0, 9475.0, 9457.0, 9471.0, 9482.0, 9505.0, 9498.0, 9505.0, 9483.0, 9505.0, 9521.0, 9539.0, 9509.0, 9507.0, 9478.0, 9520.0, 9478.0, 9546.0, 9523.0, 9485.0, 9538.0, 9467.0, 9522.0, 9466.0, 9480.0, 9528.0, 9463.0, 9517.0, 9457.0, 9476.0, 9507.0, 9448.0, 9487.0, 9488.0, 9488.0, 9458.0, 9483.0, 9476.0, 9504.0, 9470.0, 9497.0, 9479.0, 9511.0, 9500.0, 9503.0, 9504.0, 9542.0, 9500.0, 9542.0, 9518.0, 9509.0, 9561.0, 9515.0, 9541.0, 9449.0, 9493.0, 9506.0, 9451.0, 9464.0, 9510.0, 9446.0, 9471.0, 9430.0, 9433.0, 9496.0, 9450.0, 9459.0, 9449.0, 9468.0, 9463.0, 9459.0, 9496.0, 9476.0, 9505.0, 9462.0, 9493.0, 9516.0, 9479.0, 9518.0, 9475.0, 9496.0, 9542.0, 9478.0, 9517.0, 9473.0, 9493.0, 9561.0, 9494.0, 9528.0, 9489.0, 9504.0, 9472.0, 9491.0, 9556.0, 9489.0, 9515.0, 9453.0, 9472.0, 9545.0, 9465.0, 9515.0, 9459.0, 9474.0, 9520.0, 9473.0, 9497.0, 9472.0, 9473.0, 9473.0, 9478.0, 9472.0, 9501.0, 9541.0, 9489.0, 9527.0, 9469.0, 9490.0, 9550.0, 9471.0, 9509.0, 9468.0, 9472.0, 9534.0, 9469.0, 9510.0, 9469.0, 9470.0, 9506.0, 9469.0, 9478.0, 9468.0, 9483.0, 9452.0, 9473.0, 9511.0, 9473.0, 9501.0, 9459.0, 9476.0, 9521.0, 9475.0, 9511.0, 9472.0, 9486.0, 9454.0, 9490.0, 9540.0, 9474.0, 9514.0, 9476.0, 9495.0, 9572.0, 9475.0, 9527.0, 9492.0, 9505.0, 9465.0, 9470.0, 9493.0, 9478.0, 9542.0, 9495.0, 9518.0, 9500.0, 9537.0, 9502.0, 9536.0, 9482.0, 9522.0, 9474.0, 9490.0, 9557.0, 9485.0, 9557.0, 9488.0, 9494.0, 9524.0, 9467.0, 9491.0, 9490.0, 9505.0, 9505.0, 9456.0, 9484.0, 9479.0, 9459.0, 9454.0, 9479.0, 9513.0, 9480.0, 9518.0, 9481.0, 9523.0, 9479.0, 9510.0, 9546.0, 9509.0, 9556.0, 9501.0, 9555.0, 9596.0, 9524.0, 9558.0, 9480.0, 9483.0, 9530.0, 9466.0, 9523.0, 9485.0, 9497.0, 9463.0, 9486.0, 9522.0, 9456.0, 9491.0, 9451.0, 9481.0, 9529.0, 9481.0, 9507.0, 9467.0, 9481.0, 9501.0, 9469.0, 9504.0, 9446.0, 9461.0, 9495.0, 9447.0, 9483.0, 9442.0, 9448.0, 9524.0, 9460.0, 9468.0, 9447.0, 9463.0, 9448.0, 9469.0, 9503.0, 9470.0, 9512.0, 9467.0, 9498.0, 9534.0, 9468.0, 9505.0, 9448.0, 9468.0, 9517.0, 9466.0, 9517.0, 9465.0, 9481.0, 9449.0, 9497.0, 9519.0, 9467.0, 9480.0, 9447.0, 9471.0, 9509.0, 9467.0, 9469.0, 9436.0, 9455.0, 9491.0, 9455.0, 9468.0, 9531.0, 9465.0, 9490.0, 9446.0, 9481.0, 9502.0, 9453.0, 9480.0, 9456.0, 9501.0, 9512.0, 9490.0, 9514.0, 9472.0, 9489.0, 9535.0, 9474.0, 9502.0, 9457.0, 9487.0, 9536.0, 9471.0, 9500.0, 9532.0, 9467.0, 9517.0, 9447.0, 9481.0, 9449.0, 9499.0, 9506.0, 9473.0, 9496.0, 9486.0, 9488.0, 9540.0, 9472.0, 9524.0, 9454.0, 9473.0, 9534.0, 9482.0, 9523.0, 9447.0, 9481.0, 9519.0, 9445.0, 9473.0, 9522.0, 9431.0, 9459.0, 9443.0, 9447.0, 9484.0, 9446.0, 9475.0, 9450.0, 9521.0, 9508.0, 9470.0, 9477.0, 9445.0, 9465.0, 9517.0, 9464.0, 9466.0, 9532.0, 9464.0, 9488.0, 9437.0, 9482.0, 9462.0, 9467.0, 9488.0, 9455.0, 9482.0, 9488.0, 9508.0, 9504.0, 9483.0, 9547.0, 9482.0, 9519.0, 9516.0, 9550.0, 9531.0, 9548.0, 9498.0, 9548.0, 9480.0, 9550.0, 9475.0, 9488.0, 9549.0, 9474.0, 9521.0, 9451.0, 9479.0, 9446.0, 9467.0, 9501.0, 9468.0, 9495.0, 9454.0, 9482.0, 9468.0, 9489.0, 9535.0, 9486.0, 9520.0, 9455.0, 9501.0, 9462.0, 9489.0, 9487.0, 9491.0, 9472.0, 9502.0, 9485.0, 9491.0, 9457.0, 9489.0, 9554.0, 9487.0, 9561.0, 9521.0, 9488.0, 9526.0, 9428.0, 9452.0, 9487.0, 9423.0, 9520.0, 9419.0, 9446.0, 9424.0, 9419.0, 9442.0, 9424.0, 9449.0, 9426.0, 9443.0, 9427.0, 9463.0, 9511.0, 9449.0, 9499.0, 9434.0, 9467.0, 9488.0, 9481.0, 9489.0, 9455.0, 9513.0, 9486.0, 9492.0, 9536.0, 9473.0, 9494.0, 9452.0, 9454.0, 9463.0, 9471.0, 9484.0, 9488.0, 9524.0, 9480.0, 9507.0, 9474.0, 9493.0, 9457.0, 9477.0, 9517.0, 9508.0, 9528.0, 9483.0, 9533.0, 9512.0, 9505.0, 9508.0, 9557.0, 9480.0, 9546.0, 9469.0, 9496.0, 9502.0, 9464.0, 9492.0, 9473.0, 9467.0, 9485.0, 9461.0, 9482.0, 9433.0, 9465.0, 9496.0, 9463.0, 9482.0, 9431.0, 9464.0, 9501.0, 9457.0, 9495.0, 9469.0, 9501.0, 9459.0, 9479.0, 9514.0, 9491.0, 9519.0, 9473.0, 9511.0, 9531.0, 9491.0, 9525.0, 9463.0, 9497.0, 9548.0, 9488.0, 9542.0, 9506.0, 9526.0, 9499.0, 9524.0, 9515.0, 9542.0, 9500.0, 9577.0, 9570.0, 9544.0, 9587.0, 9544.0, 9595.0, 9538.0, 9580.0, 9537.0, 9519.0, 9524.0, 9482.0, 9453.0, 9484.0, 9466.0, 9507.0, 9558.0, 9486.0, 9521.0, 9454.0, 9479.0, 9492.0, 9527.0, 9491.0, 9534.0, 9534.0, 9513.0, 9566.0, 9492.0, 9560.0, 9543.0, 9533.0, 9532.0, 9476.0, 9527.0, 9446.0, 9500.0, 9446.0, 9487.0, 9442.0, 9461.0, 9465.0, 9447.0, 9483.0, 9465.0, 9435.0, 9498.0, 9456.0, 9530.0, 9462.0, 9549.0, 9476.0, 9535.0, 9559.0, 9504.0, 9543.0, 9514.0, 9547.0, 9470.0, 9511.0, 9472.0, 9532.0, 9488.0, 9490.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.0030086862106406083</td></tr>
<tr><td colspan=3>aqi</td><td>0.02052780868621064</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.68596323259779</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2541095833152178</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0499826645326094</td></tr>
<tr><td colspan=3>efc</td><td>0.4511</td></tr>
<tr><td colspan=3>fber</td><td>7744.5327</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10885267036498603</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.794788273615636</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.256117159350677</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.191345584117886</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.448061487088211</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.128944406845933</td></tr>
<tr><td colspan=3>gcor</td><td>0.015639</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021281493827700615</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025034857913851738</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>921</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.126910903328028</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>28.5896</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1813</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.0292</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>832.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.1676</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6747</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.1354</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3596.6831</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1442.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.8133</td></tr>
<tr><td colspan=3>tsnr</td><td>42.29292874224484</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>