<?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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-04/func/sub-0124_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>e32b2933273f8915f4dfd72a180d3c9e</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:0.507500</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.999853, -0.0151661, -0.00804465, 0.0160561, 0.991966, 0.125485]</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.0923414</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7803, -7218, 433, -115, -124, -7, 59]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>027997be-29da-4493-90fd-5ecce318a31c||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.6825315952301025, 0.04307729750871658, -0.016407649964094162, 109.96000671386719], [0.04068950191140175, 2.6613712310791016, 0.3391071856021881, -116.8852767944336], [-0.021583212539553642, -0.3366659879684448, 2.678569793701172, -52.639278411865234], [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': ['182900.507500', '182900.967500', '182901.427500', '182901.887500', '182902.347500', '182902.807500', '182903.267500', '182903.727500', '182904.187500', '182904.647500', '182905.107500', '182905.567500', '182906.027500', '182906.487500', '182906.947500', '182907.407500', '182907.867500', '182908.327500', '182908.787500', '182909.247500', '182909.707500', '182910.167500', '182910.627500', '182911.087500', '182911.547500', '182912.007500', '182912.467500', '182912.927500', '182913.387500', '182913.847500', '182914.307500', '182914.767500', '182915.227500', '182915.687500', '182916.147500', '182916.607500', '182917.067500', '182917.527500', '182917.987500', '182918.447500', '182918.907500', '182919.367500', '182919.827500', '182920.287500', '182920.747500', '182921.207500', '182921.667500', '182922.127500', '182922.587500', '182923.047500', '182923.507500', '182923.967500', '182924.427500', '182924.887500', '182925.347500', '182925.807500', '182926.267500', '182926.727500', '182927.187500', '182927.647500', '182928.107500', '182928.567500', '182929.027500', '182929.487500', '182929.947500', '182930.407500', '182930.867500', '182931.327500', '182931.787500', '182932.247500', '182932.707500', '182933.167500', '182933.627500', '182934.087500', '182934.547500', '182935.007500', '182935.467500', '182935.927500', '182936.387500', '182936.847500', '182937.307500', '182937.767500', '182938.227500', '182938.687500', '182939.147500', '182939.607500', '182940.067500', '182940.527500', '182940.987500', '182941.447500', '182941.907500', '182942.367500', '182942.827500', '182943.287500', '182943.747500', '182944.207500', '182944.667500', '182945.127500', '182945.587500', '182946.047500', '182946.507500', '182946.967500', '182947.427500', '182947.887500', '182948.347500', '182948.807500', '182949.267500', '182949.727500', '182950.187500', '182950.647500', '182951.107500', '182951.567500', '182952.027500', '182952.487500', '182952.947500', '182953.407500', '182953.867500', '182954.327500', '182954.787500', '182955.247500', '182955.707500', '182956.167500', '182956.627500', '182957.087500', '182957.547500', '182958.007500', '182958.467500', '182958.927500', '182959.387500', '182959.847500', '183000.307500', '183000.767500', '183001.227500', '183001.687500', '183002.147500', '183002.607500', '183003.067500', '183003.527500', '183003.987500', '183004.447500', '183004.907500', '183005.367500', '183005.827500', '183006.287500', '183006.747500', '183007.207500', '183007.667500', '183008.127500', '183008.587500', '183009.047500', '183009.507500', '183009.967500', '183010.427500', '183010.887500', '183011.347500', '183011.807500', '183012.267500', '183012.727500', '183013.187500', '183013.647500', '183014.107500', '183014.567500', '183015.027500', '183015.487500', '183015.947500', '183016.407500', '183016.867500', '183017.327500', '183017.787500', '183018.247500', '183018.707500', '183019.167500', '183019.627500', '183020.087500', '183020.547500', '183021.007500', '183021.467500', '183021.927500', '183022.387500', '183022.847500', '183023.307500', '183023.767500', '183024.227500', '183024.687500', '183025.147500', '183025.607500', '183026.067500', '183026.527500', '183026.987500', '183027.447500', '183027.907500', '183028.367500', '183028.827500', '183029.287500', '183029.747500', '183030.207500', '183030.667500', '183031.127500', '183031.587500', '183032.047500', '183032.507500', '183032.967500', '183033.427500', '183033.887500', '183034.347500', '183034.807500', '183035.267500', '183035.727500', '183036.187500', '183036.647500', '183037.107500', '183037.567500', '183038.027500', '183038.487500', '183038.947500', '183039.407500', '183039.867500', '183040.327500', '183040.787500', '183041.247500', '183041.707500', '183042.167500', '183042.627500', '183043.087500', '183043.547500', '183044.007500', '183044.467500', '183044.927500', '183045.387500', '183045.847500', '183046.307500', '183046.767500', '183047.227500', '183047.687500', '183048.147500', '183048.607500', '183049.067500', '183049.527500', '183049.987500', '183050.447500', '183050.907500', '183051.367500', '183051.827500', '183052.287500', '183052.747500', '183053.207500', '183053.667500', '183054.127500', '183054.587500', '183055.047500', '183055.507500', '183055.967500', '183056.427500', '183056.887500', '183057.347500', '183057.807500', '183058.267500', '183058.727500', '183059.187500', '183059.647500', '183100.107500', '183100.567500', '183101.027500', '183101.487500', '183101.947500', '183102.407500', '183102.867500', '183103.327500', '183103.787500', '183104.247500', '183104.707500', '183105.167500', '183105.627500', '183106.087500', '183106.547500', '183107.007500', '183107.467500', '183107.927500', '183108.387500', '183108.847500', '183109.307500', '183109.767500', '183110.227500', '183110.687500', '183111.147500', '183111.607500', '183112.067500', '183112.527500', '183112.987500', '183113.447500', '183113.907500', '183114.367500', '183114.827500', '183115.287500', '183115.747500', '183116.207500', '183116.667500', '183117.127500', '183117.587500', '183118.047500', '183118.507500', '183118.967500', '183119.427500', '183119.887500', '183120.347500', '183120.807500', '183121.267500', '183121.727500', '183122.187500', '183122.647500', '183123.107500', '183123.567500', '183124.027500', '183124.487500', '183124.947500', '183125.407500', '183125.867500', '183126.327500', '183126.787500', '183127.247500', '183127.707500', '183128.167500', '183128.627500', '183129.087500', '183129.547500', '183130.007500', '183130.467500', '183130.927500', '183131.387500', '183131.847500', '183132.307500', '183132.767500', '183133.227500', '183133.687500', '183134.147500', '183134.607500', '183135.067500', '183135.527500', '183135.987500', '183136.447500', '183136.907500', '183137.367500', '183137.827500', '183138.287500', '183138.747500', '183139.207500', '183139.667500', '183140.127500', '183140.587500', '183141.047500', '183141.507500', '183141.967500', '183142.427500', '183142.887500', '183143.347500', '183143.807500', '183144.267500', '183144.727500', '183145.187500', '183145.647500', '183146.107500', '183146.567500', '183147.027500', '183147.487500', '183147.947500', '183148.407500', '183148.867500', '183149.327500', '183149.787500', '183150.247500', '183150.707500', '183151.167500', '183151.627500', '183152.087500', '183152.547500', '183153.007500', '183153.467500', '183153.927500', '183154.387500', '183154.847500', '183155.307500', '183155.767500', '183156.227500', '183156.687500', '183157.147500', '183157.607500', '183158.067500', '183158.527500', '183158.987500', '183159.447500', '183159.907500', '183200.367500', '183200.827500', '183201.287500', '183201.747500', '183202.207500', '183202.667500', '183203.127500', '183203.587500', '183204.047500', '183204.507500', '183204.967500', '183205.427500', '183205.887500', '183206.347500', '183206.807500', '183207.267500', '183207.727500', '183208.187500', '183208.647500', '183209.107500', '183209.567500', '183210.027500', '183210.487500', '183210.947500', '183211.407500', '183211.867500', '183212.327500', '183212.787500', '183213.247500', '183213.707500', '183214.167500', '183214.627500', '183215.087500', '183215.547500', '183216.007500', '183216.467500', '183216.927500', '183217.387500', '183217.847500', '183218.307500', '183218.767500', '183219.227500', '183219.687500', '183220.147500', '183220.607500', '183221.067500', '183221.527500', '183221.987500', '183222.447500', '183222.907500', '183223.367500', '183223.827500', '183224.287500', '183224.747500', '183225.207500', '183225.667500', '183226.127500', '183226.587500', '183227.047500', '183227.507500', '183227.967500', '183228.427500', '183228.887500', '183229.347500', '183229.807500', '183230.267500', '183230.727500', '183231.187500', '183231.647500', '183232.107500', '183232.567500', '183233.027500', '183233.487500', '183233.947500', '183234.407500', '183234.867500', '183235.327500', '183235.787500', '183236.247500', '183236.707500', '183237.167500', '183237.627500', '183238.087500', '183238.547500', '183239.007500', '183239.467500', '183239.927500', '183240.387500', '183240.847500', '183241.307500', '183241.767500', '183242.227500', '183242.687500', '183243.147500', '183243.607500', '183244.067500', '183244.527500', '183244.987500', '183245.447500', '183245.907500', '183246.367500', '183246.827500', '183247.287500', '183247.747500', '183248.207500', '183248.667500', '183249.127500', '183249.587500', '183250.047500', '183250.507500', '183250.967500', '183251.427500', '183251.887500', '183252.347500', '183252.807500', '183253.267500', '183253.727500', '183254.187500', '183254.647500', '183255.107500', '183255.567500', '183256.027500', '183256.487500', '183256.947500', '183257.407500', '183257.867500', '183258.327500', '183258.787500', '183259.247500', '183259.707500', '183300.167500', '183300.627500', '183301.087500', '183301.547500', '183302.007500', '183302.467500', '183302.927500', '183303.387500', '183303.847500', '183304.307500', '183304.767500', '183305.227500', '183305.687500', '183306.147500', '183306.607500', '183307.067500', '183307.527500', '183307.987500', '183308.447500', '183308.907500', '183309.367500', '183309.827500', '183310.287500', '183310.747500', '183311.207500', '183311.667500', '183312.127500', '183312.587500', '183313.047500', '183313.507500', '183313.967500', '183314.427500', '183314.887500', '183315.347500', '183315.807500', '183316.267500', '183316.727500', '183317.187500', '183317.647500', '183318.107500', '183318.567500', '183319.027500', '183319.487500', '183319.947500', '183320.407500', '183320.867500', '183321.327500', '183321.787500', '183322.247500', '183322.707500', '183323.167500', '183323.627500', '183324.087500', '183324.547500', '183325.007500', '183325.467500', '183325.927500', '183326.387500', '183326.847500', '183327.307500', '183327.767500', '183328.227500', '183328.687500', '183329.147500', '183329.607500', '183330.067500', '183330.527500', '183330.987500', '183331.447500', '183331.907500', '183332.367500', '183332.827500', '183333.287500', '183333.747500', '183334.207500', '183334.667500', '183335.127500', '183335.587500', '183336.047500', '183336.507500', '183336.967500', '183337.427500', '183337.887500', '183338.347500', '183338.807500', '183339.267500', '183339.727500', '183340.187500', '183340.647500', '183341.107500', '183341.567500', '183342.027500', '183342.487500', '183342.947500', '183343.407500', '183343.867500', '183344.327500', '183344.787500', '183345.247500', '183345.707500', '183346.167500', '183346.627500', '183347.087500', '183347.547500', '183348.007500', '183348.467500', '183348.927500', '183349.387500', '183349.847500', '183350.307500', '183350.767500', '183351.227500', '183351.687500', '183352.147500', '183352.607500', '183353.067500', '183353.527500', '183353.987500', '183354.447500', '183354.907500', '183355.367500', '183355.827500', '183356.287500', '183356.747500', '183357.207500', '183357.667500', '183358.127500', '183358.587500', '183359.047500', '183359.507500', '183359.967500', '183400.427500', '183400.887500', '183401.347500', '183401.807500', '183402.267500', '183402.727500', '183403.187500', '183403.647500', '183404.107500', '183404.567500', '183405.027500', '183405.487500', '183405.947500', '183406.407500', '183406.867500', '183407.327500', '183407.787500', '183408.247500', '183408.707500', '183409.167500', '183409.627500', '183410.087500', '183410.547500', '183411.007500', '183411.467500', '183411.927500', '183412.387500', '183412.847500', '183413.307500', '183413.767500', '183414.227500', '183414.687500', '183415.147500', '183415.607500', '183416.067500', '183416.527500', '183416.987500', '183417.447500', '183417.907500', '183418.367500', '183418.827500', '183419.287500', '183419.747500', '183420.207500', '183420.667500', '183421.127500', '183421.587500', '183422.047500', '183422.507500', '183422.967500', '183423.427500', '183423.887500', '183424.347500', '183424.807500', '183425.267500', '183425.727500', '183426.187500', '183426.647500', '183427.107500', '183427.567500', '183428.027500', '183428.487500', '183428.947500', '183429.407500', '183429.867500', '183430.327500', '183430.787500', '183431.247500', '183431.707500', '183432.167500', '183432.627500', '183433.087500', '183433.547500', '183434.007500', '183434.467500', '183434.927500', '183435.387500', '183435.847500', '183436.307500', '183436.767500', '183437.227500', '183437.687500', '183438.147500', '183438.607500', '183439.067500', '183439.527500', '183439.987500', '183440.447500', '183440.907500', '183441.367500', '183441.827500', '183442.287500', '183442.747500', '183443.207500', '183443.667500', '183444.127500', '183444.587500', '183445.047500', '183445.507500', '183445.967500', '183446.427500', '183446.887500', '183447.347500', '183447.807500', '183448.267500', '183448.727500', '183449.187500', '183449.647500', '183450.107500', '183450.567500', '183451.027500', '183451.487500', '183451.947500', '183452.407500', '183452.867500', '183453.327500', '183453.787500', '183454.247500', '183454.707500', '183455.167500', '183455.627500', '183456.087500', '183456.547500', '183457.007500', '183457.467500', '183457.927500', '183458.387500', '183458.847500', '183459.307500', '183459.767500', '183500.227500', '183500.687500', '183501.147500', '183501.607500', '183502.067500', '183502.527500', '183502.987500', '183503.447500', '183503.907500', '183504.367500', '183504.827500', '183505.287500', '183505.747500', '183506.207500', '183506.667500', '183507.127500', '183507.587500', '183508.047500', '183508.507500', '183508.967500', '183509.427500', '183509.887500', '183510.347500', '183510.807500', '183511.267500', '183511.727500', '183512.187500', '183512.647500', '183513.107500', '183513.567500', '183514.027500', '183514.487500', '183514.947500', '183515.407500', '183515.867500', '183516.327500', '183516.787500', '183517.247500', '183517.707500', '183518.167500', '183518.627500', '183519.087500', '183519.547500', '183520.007500', '183520.467500', '183520.927500', '183521.387500', '183521.847500', '183522.307500', '183522.767500', '183523.227500', '183523.687500', '183524.147500', '183524.607500', '183525.067500', '183525.527500', '183525.987500', '183526.447500', '183526.907500', '183527.367500', '183527.827500', '183528.287500', '183528.747500', '183529.207500', '183529.667500', '183530.127500', '183530.587500', '183531.047500', '183531.507500', '183531.967500', '183532.427500', '183532.887500', '183533.347500', '183533.807500', '183534.267500', '183534.727500', '183535.187500', '183535.647500', '183536.107500', '183536.567500', '183537.027500', '183537.487500', '183537.947500', '183538.407500', '183538.867500', '183539.327500', '183539.787500', '183540.247500', '183540.707500', '183541.167500', '183541.627500', '183542.087500', '183542.547500', '183543.007500', '183543.467500', '183543.927500', '183544.387500', '183544.847500', '183545.307500', '183545.767500', '183546.227500', '183546.687500', '183547.147500', '183547.607500', '183548.067500', '183548.527500', '183548.987500', '183549.447500', '183549.907500', '183550.367500', '183550.827500', '183551.287500', '183551.747500', '183552.207500', '183552.667500', '183553.127500', '183553.587500', '183554.047500', '183554.507500', '183554.967500', '183555.427500', '183555.887500', '183556.347500', '183556.807500', '183557.267500', '183557.727500', '183558.187500', '183558.647500', '183559.107500', '183559.567500', '183600.027500', '183600.487500', '183600.947500', '183601.407500', '183601.867500', '183602.327500', '183602.787500', '183603.247500', '183603.707500', '183604.167500', '183604.627500', '183605.087500', '183605.547500', '183606.007500'], 'ContentTime': ['182919.849000', '182919.852000', '182919.855000', '182919.858000', '182919.860000', '182919.863000', '182919.865000', '182919.868000', '182919.870000', '182919.873000', '182919.875000', '182919.878000', '182919.880000', '182919.883000', '182919.886000', '182919.888000', '182919.891000', '182919.893000', '182919.896000', '182919.898000', '182919.901000', '182919.903000', '182919.906000', '182919.914000', '182919.917000', '182919.920000', '182919.922000', '182919.948000', '182919.951000', '182919.953000', '182919.956000', '182919.959000', '182919.961000', '182919.964000', '182919.966000', '182919.969000', '182919.971000', '182919.974000', '182919.976000', '182919.979000', '182939.818000', '182939.821000', '182939.824000', '182939.826000', '182939.829000', '182939.832000', '182939.834000', '182939.837000', '182939.839000', '182939.842000', '182939.844000', '182939.847000', '182939.849000', '182939.852000', '182939.854000', '182939.857000', '182939.860000', '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.907000', '182939.910000', '182939.912000', '182939.915000', '182939.918000', '182939.921000', '182939.924000', '182939.926000', '182939.929000', '182959.818000', '182959.821000', '182959.824000', '182959.826000', '182959.829000', '182959.831000', '182959.834000', '182959.837000', '182959.839000', '182959.842000', '182959.844000', '182959.847000', '182959.849000', '182959.852000', '182959.854000', '182959.857000', '182959.860000', '182959.862000', '182959.865000', '182959.867000', '182959.870000', '182959.872000', '182959.875000', '182959.877000', '182959.880000', '182959.882000', '182959.885000', '182959.887000', '182959.890000', '182959.893000', '182959.895000', '182959.898000', '182959.901000', '182959.903000', '182959.906000', '182959.908000', '182959.911000', '182959.913000', '182959.916000', '182959.919000', '182959.921000', '182959.924000', '182959.926000', '182959.929000', '183019.818000', '183019.821000', '183019.824000', '183019.826000', '183019.829000', '183019.831000', '183019.834000', '183019.837000', '183019.839000', '183019.842000', '183019.844000', '183019.847000', '183019.849000', '183019.852000', '183019.855000', '183019.857000', '183019.860000', '183019.862000', '183019.865000', '183019.867000', '183019.870000', '183019.873000', '183019.875000', '183019.878000', '183019.880000', '183019.883000', '183019.885000', '183019.888000', '183019.891000', '183019.893000', '183019.896000', '183019.898000', '183019.901000', '183019.903000', '183019.906000', '183019.908000', '183019.912000', '183019.915000', '183019.918000', '183019.920000', '183019.923000', '183019.925000', '183019.928000', '183039.820000', '183039.822000', '183039.825000', '183039.828000', '183039.830000', '183039.833000', '183039.835000', '183039.838000', '183039.840000', '183039.843000', '183039.846000', '183039.848000', '183039.851000', '183039.853000', '183039.856000', '183039.858000', '183039.861000', '183039.864000', '183039.866000', '183039.869000', '183039.871000', '183039.874000', '183039.877000', '183039.879000', '183039.882000', '183039.884000', '183039.887000', '183039.889000', '183039.892000', '183039.895000', '183039.897000', '183039.900000', '183039.902000', '183039.905000', '183039.907000', '183039.910000', '183039.913000', '183039.915000', '183039.918000', '183039.920000', '183039.923000', '183039.925000', '183039.928000', '183039.931000', '183059.819000', '183059.821000', '183059.824000', '183059.826000', '183059.829000', '183059.832000', '183059.834000', '183059.837000', '183059.839000', '183059.842000', '183059.844000', '183059.847000', '183059.860000', '183059.863000', '183059.865000', '183059.868000', '183059.870000', '183059.873000', '183059.876000', '183059.878000', '183059.881000', '183059.883000', '183059.886000', '183059.888000', '183059.891000', '183059.894000', '183059.896000', '183059.899000', '183059.902000', '183059.904000', '183059.907000', '183059.909000', '183059.912000', '183059.914000', '183059.917000', '183059.920000', '183059.923000', '183059.926000', '183059.929000', '183059.931000', '183059.934000', '183059.937000', '183059.939000', '183119.818000', '183119.821000', '183119.824000', '183119.826000', '183119.829000', '183119.831000', '183119.834000', '183119.836000', '183119.839000', '183119.842000', '183119.844000', '183119.847000', '183119.849000', '183119.852000', '183119.855000', '183119.857000', '183119.860000', '183119.862000', '183119.865000', '183119.868000', '183119.870000', '183119.873000', '183119.875000', '183119.878000', '183119.880000', '183119.883000', '183119.886000', '183119.888000', '183119.891000', '183119.893000', '183119.896000', '183119.899000', '183119.901000', '183119.904000', '183119.906000', '183119.909000', '183119.912000', '183119.914000', '183119.917000', '183119.919000', '183119.922000', '183119.925000', '183119.927000', '183119.930000', '183139.819000', '183139.821000', '183139.824000', '183139.826000', '183139.829000', '183139.832000', '183139.834000', '183139.837000', '183139.839000', '183139.842000', '183139.844000', '183139.847000', '183139.850000', '183139.852000', '183139.855000', '183139.857000', '183139.860000', '183139.862000', '183139.865000', '183139.867000', '183139.870000', '183139.873000', '183139.875000', '183139.878000', '183139.880000', '183139.883000', '183139.886000', '183139.888000', '183139.891000', '183139.893000', '183139.896000', '183139.898000', '183139.901000', '183139.904000', '183139.906000', '183139.909000', '183139.911000', '183139.914000', '183139.917000', '183139.919000', '183139.922000', '183139.925000', '183139.927000', '183159.818000', '183159.821000', '183159.824000', '183159.826000', '183159.829000', '183159.831000', '183159.834000', '183159.837000', '183159.839000', '183159.842000', '183159.844000', '183159.847000', '183159.849000', '183159.852000', '183159.855000', '183159.857000', '183159.860000', '183159.862000', '183159.865000', '183159.867000', '183159.870000', '183159.873000', '183159.875000', '183159.878000', '183159.880000', '183159.883000', '183159.885000', '183159.888000', '183159.891000', '183159.893000', '183159.896000', '183159.898000', '183159.901000', '183159.903000', '183159.906000', '183159.909000', '183159.911000', '183159.914000', '183159.916000', '183159.919000', '183159.922000', '183159.924000', '183159.927000', '183159.929000', '183219.818000', '183219.821000', '183219.824000', '183219.826000', '183219.829000', '183219.832000', '183219.834000', '183219.837000', '183219.839000', '183219.842000', '183219.844000', '183219.847000', '183219.850000', '183219.852000', '183219.855000', '183219.857000', '183219.860000', '183219.862000', '183219.865000', '183219.868000', '183219.870000', '183219.873000', '183219.876000', '183219.878000', '183219.881000', '183219.883000', '183219.886000', '183219.888000', '183219.891000', '183219.894000', '183219.896000', '183219.899000', '183219.901000', '183219.904000', '183219.906000', '183219.909000', '183219.912000', '183219.914000', '183219.917000', '183219.919000', '183219.922000', '183219.924000', '183219.927000', '183239.818000', '183239.821000', '183239.824000', '183239.827000', '183239.829000', '183239.832000', '183239.834000', '183239.837000', '183239.850000', '183239.852000', '183239.855000', '183239.857000', '183239.860000', '183239.863000', '183239.865000', '183239.868000', '183239.870000', '183239.873000', '183239.876000', '183239.879000', '183239.882000', '183239.885000', '183239.888000', '183239.890000', '183239.893000', '183239.896000', '183239.898000', '183239.901000', '183239.904000', '183239.906000', '183239.909000', '183239.912000', '183239.914000', '183239.917000', '183239.919000', '183239.922000', '183239.925000', '183239.927000', '183239.930000', '183239.933000', '183239.935000', '183239.938000', '183239.941000', '183259.820000', '183259.822000', '183259.825000', '183259.828000', '183259.830000', '183259.833000', '183259.835000', '183259.838000', '183259.840000', '183259.843000', '183259.846000', '183259.848000', '183259.851000', '183259.853000', '183259.856000', '183259.858000', '183259.861000', '183259.864000', '183259.866000', '183259.869000', '183259.871000', '183259.874000', '183259.876000', '183259.879000', '183259.882000', '183259.884000', '183259.887000', '183259.889000', '183259.892000', '183259.895000', '183259.897000', '183259.900000', '183259.902000', '183259.905000', '183259.907000', '183259.910000', '183259.913000', '183259.915000', '183259.918000', '183259.920000', '183259.923000', '183259.926000', '183259.928000', '183259.931000', '183319.819000', '183319.822000', '183319.824000', '183319.827000', '183319.829000', '183319.832000', '183319.834000', '183319.837000', '183319.840000', '183319.842000', '183319.845000', '183319.847000', '183319.850000', '183319.853000', '183319.855000', '183319.858000', '183319.860000', '183319.863000', '183319.866000', '183319.868000', '183319.871000', '183319.873000', '183319.876000', '183319.878000', '183319.881000', '183319.884000', '183319.886000', '183319.889000', '183319.891000', '183319.894000', '183319.897000', '183319.899000', '183319.902000', '183319.904000', '183319.907000', '183319.910000', '183319.912000', '183319.915000', '183319.918000', '183319.920000', '183319.923000', '183319.925000', '183319.928000', '183319.930000', '183339.818000', '183339.821000', '183339.824000', '183339.826000', '183339.829000', '183339.832000', '183339.834000', '183339.837000', '183339.839000', '183339.842000', '183339.845000', '183339.847000', '183339.850000', '183339.852000', '183339.855000', '183339.857000', '183339.860000', '183339.863000', '183339.865000', '183339.868000', '183339.870000', '183339.873000', '183339.875000', '183339.878000', '183339.881000', '183339.883000', '183339.886000', '183339.888000', '183339.891000', '183339.894000', '183339.896000', '183339.899000', '183339.902000', '183339.904000', '183339.907000', '183339.910000', '183339.912000', '183339.915000', '183339.917000', '183339.920000', '183339.922000', '183339.925000', '183339.928000', '183359.818000', '183359.821000', '183359.824000', '183359.826000', '183359.829000', '183359.832000', '183359.834000', '183359.837000', '183359.839000', '183359.842000', '183359.845000', '183359.847000', '183359.850000', '183359.852000', '183359.855000', '183359.857000', '183359.860000', '183359.863000', '183359.865000', '183359.868000', '183359.871000', '183359.873000', '183359.876000', '183359.878000', '183359.881000', '183359.883000', '183359.886000', '183359.889000', '183359.891000', '183359.894000', '183359.896000', '183359.899000', '183359.902000', '183359.912000', '183359.915000', '183359.936000', '183359.939000', '183359.942000', '183359.944000', '183359.947000', '183359.949000', '183359.952000', '183359.954000', '183359.957000', '183419.818000', '183419.821000', '183419.824000', '183419.826000', '183419.829000', '183419.832000', '183419.834000', '183419.837000', '183419.839000', '183419.842000', '183419.845000', '183419.847000', '183419.850000', '183419.852000', '183419.855000', '183419.858000', '183419.860000', '183419.863000', '183419.865000', '183419.868000', '183419.871000', '183419.873000', '183419.876000', '183419.878000', '183419.881000', '183419.884000', '183419.886000', '183419.889000', '183419.891000', '183419.894000', '183419.897000', '183419.899000', '183419.902000', '183419.904000', '183419.907000', '183419.910000', '183419.912000', '183419.915000', '183419.919000', '183419.922000', '183419.925000', '183419.927000', '183419.930000', '183439.818000', '183439.821000', '183439.824000', '183439.827000', '183439.829000', '183439.832000', '183439.834000', '183439.838000', '183439.841000', '183439.843000', '183439.846000', '183439.848000', '183439.851000', '183439.853000', '183439.856000', '183439.859000', '183439.861000', '183439.864000', '183439.867000', '183439.869000', '183439.872000', '183439.874000', '183439.877000', '183439.879000', '183439.882000', '183439.885000', '183439.887000', '183439.890000', '183439.892000', '183439.895000', '183439.898000', '183439.900000', '183439.903000', '183439.905000', '183439.908000', '183439.911000', '183439.913000', '183439.916000', '183439.918000', '183439.921000', '183439.923000', '183439.926000', '183439.929000', '183459.819000', '183459.821000', '183459.824000', '183459.827000', '183459.829000', '183459.832000', '183459.834000', '183459.837000', '183459.839000', '183459.842000', '183459.845000', '183459.847000', '183459.850000', '183459.852000', '183459.855000', '183459.857000', '183459.860000', '183459.863000', '183459.865000', '183459.868000', '183459.870000', '183459.873000', '183459.875000', '183459.878000', '183459.881000', '183459.883000', '183459.886000', '183459.888000', '183459.891000', '183459.894000', '183459.896000', '183459.899000', '183459.901000', '183459.904000', '183459.907000', '183459.909000', '183459.912000', '183459.914000', '183459.917000', '183459.919000', '183459.922000', '183459.925000', '183459.927000', '183459.930000', '183519.819000', '183519.822000', '183519.825000', '183519.827000', '183519.830000', '183519.833000', '183519.835000', '183519.838000', '183519.840000', '183519.843000', '183519.845000', '183519.848000', '183519.851000', '183519.853000', '183519.856000', '183519.859000', '183519.862000', '183519.865000', '183519.868000', '183519.871000', '183519.873000', '183519.876000', '183519.878000', '183519.881000', '183519.883000', '183519.886000', '183519.889000', '183519.891000', '183519.894000', '183519.896000', '183519.899000', '183519.902000', '183519.904000', '183519.907000', '183519.909000', '183519.912000', '183519.915000', '183519.917000', '183519.920000', '183519.922000', '183519.925000', '183519.927000', '183519.930000', '183539.818000', '183539.821000', '183539.824000', '183539.827000', '183539.829000', '183539.832000', '183539.834000', '183539.837000', '183539.840000', '183539.842000', '183539.845000', '183539.847000', '183539.850000', '183539.853000', '183539.855000', '183539.858000', '183539.861000', '183539.863000', '183539.866000', '183539.868000', '183539.871000', '183539.874000', '183539.876000', '183539.879000', '183539.881000', '183539.884000', '183539.887000', '183539.889000', '183539.892000', '183539.895000', '183539.897000', '183539.900000', '183539.902000', '183539.905000', '183539.908000', '183539.910000', '183539.913000', '183539.916000', '183539.918000', '183539.921000', '183539.923000', '183539.926000', '183539.929000', '183539.931000', '183559.819000', '183559.822000', '183559.824000', '183559.827000', '183559.829000', '183559.832000', '183559.834000', '183559.837000', '183559.840000', '183559.842000', '183559.845000', '183559.847000', '183559.850000', '183559.852000', '183559.855000', '183559.858000', '183559.860000', '183559.863000', '183559.865000', '183559.868000', '183559.871000', '183559.873000', '183559.876000', '183559.879000', '183559.882000', '183559.885000', '183559.887000', '183559.890000', '183559.893000', '183559.895000', '183559.898000', '183559.907000', '183559.910000', '183559.912000', '183559.915000', '183559.918000', '183559.920000', '183559.923000', '183559.925000', '183559.928000', '183559.931000', '183559.935000', '183559.937000', '183607.173000', '183607.176000', '183607.178000', '183607.181000', '183607.184000', '183607.186000', '183607.189000', '183607.191000', '183607.194000', '183607.197000', '183607.199000', '183607.202000', '183607.204000', '183607.207000', '183607.210000', '183607.212000', '183607.215000'], 'InstanceCreationTime': ['182919.849000', '182919.852000', '182919.855000', '182919.858000', '182919.860000', '182919.863000', '182919.865000', '182919.868000', '182919.870000', '182919.873000', '182919.875000', '182919.878000', '182919.880000', '182919.883000', '182919.886000', '182919.888000', '182919.891000', '182919.893000', '182919.896000', '182919.898000', '182919.901000', '182919.903000', '182919.906000', '182919.914000', '182919.917000', '182919.920000', '182919.922000', '182919.948000', '182919.951000', '182919.953000', '182919.956000', '182919.959000', '182919.961000', '182919.964000', '182919.966000', '182919.969000', '182919.971000', '182919.974000', '182919.976000', '182919.979000', '182939.818000', '182939.821000', '182939.824000', '182939.826000', '182939.829000', '182939.832000', '182939.834000', '182939.837000', '182939.839000', '182939.842000', '182939.844000', '182939.847000', '182939.849000', '182939.852000', '182939.854000', '182939.857000', '182939.860000', '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.907000', '182939.910000', '182939.912000', '182939.915000', '182939.918000', '182939.921000', '182939.924000', '182939.926000', '182939.929000', '182959.818000', '182959.821000', '182959.824000', '182959.826000', '182959.829000', '182959.831000', '182959.834000', '182959.837000', '182959.839000', '182959.842000', '182959.844000', '182959.847000', '182959.849000', '182959.852000', '182959.854000', '182959.857000', '182959.860000', '182959.862000', '182959.865000', '182959.867000', '182959.870000', '182959.872000', '182959.875000', '182959.877000', '182959.880000', '182959.882000', '182959.885000', '182959.887000', '182959.890000', '182959.893000', '182959.895000', '182959.898000', '182959.901000', '182959.903000', '182959.906000', '182959.908000', '182959.911000', '182959.913000', '182959.916000', '182959.919000', '182959.921000', '182959.924000', '182959.926000', '182959.929000', '183019.818000', '183019.821000', '183019.824000', '183019.826000', '183019.829000', '183019.831000', '183019.834000', '183019.837000', '183019.839000', '183019.842000', '183019.844000', '183019.847000', '183019.849000', '183019.852000', '183019.855000', '183019.857000', '183019.860000', '183019.862000', '183019.865000', '183019.867000', '183019.870000', '183019.873000', '183019.875000', '183019.878000', '183019.880000', '183019.883000', '183019.885000', '183019.888000', '183019.891000', '183019.893000', '183019.896000', '183019.898000', '183019.901000', '183019.903000', '183019.906000', '183019.908000', '183019.912000', '183019.915000', '183019.918000', '183019.920000', '183019.923000', '183019.925000', '183019.928000', '183039.820000', '183039.822000', '183039.825000', '183039.828000', '183039.830000', '183039.833000', '183039.835000', '183039.838000', '183039.840000', '183039.843000', '183039.846000', '183039.848000', '183039.851000', '183039.853000', '183039.856000', '183039.858000', '183039.861000', '183039.864000', '183039.866000', '183039.869000', '183039.871000', '183039.874000', '183039.877000', '183039.879000', '183039.882000', '183039.884000', '183039.887000', '183039.889000', '183039.892000', '183039.895000', '183039.897000', '183039.900000', '183039.902000', '183039.905000', '183039.907000', '183039.910000', '183039.913000', '183039.915000', '183039.918000', '183039.920000', '183039.923000', '183039.925000', '183039.928000', '183039.931000', '183059.819000', '183059.821000', '183059.824000', '183059.826000', '183059.829000', '183059.832000', '183059.834000', '183059.837000', '183059.839000', '183059.842000', '183059.844000', '183059.847000', '183059.860000', '183059.863000', '183059.865000', '183059.868000', '183059.870000', '183059.873000', '183059.876000', '183059.878000', '183059.881000', '183059.883000', '183059.886000', '183059.888000', '183059.891000', '183059.894000', '183059.896000', '183059.899000', '183059.902000', '183059.904000', '183059.907000', '183059.909000', '183059.912000', '183059.914000', '183059.917000', '183059.920000', '183059.923000', '183059.926000', '183059.929000', '183059.931000', '183059.934000', '183059.937000', '183059.939000', '183119.818000', '183119.821000', '183119.824000', '183119.826000', '183119.829000', '183119.831000', '183119.834000', '183119.836000', '183119.839000', '183119.842000', '183119.844000', '183119.847000', '183119.849000', '183119.852000', '183119.855000', '183119.857000', '183119.860000', '183119.862000', '183119.865000', '183119.868000', '183119.870000', '183119.873000', '183119.875000', '183119.878000', '183119.880000', '183119.883000', '183119.886000', '183119.888000', '183119.891000', '183119.893000', '183119.896000', '183119.899000', '183119.901000', '183119.904000', '183119.906000', '183119.909000', '183119.912000', '183119.914000', '183119.917000', '183119.919000', '183119.922000', '183119.925000', '183119.927000', '183119.930000', '183139.819000', '183139.821000', '183139.824000', '183139.826000', '183139.829000', '183139.832000', '183139.834000', '183139.837000', '183139.839000', '183139.842000', '183139.844000', '183139.847000', '183139.850000', '183139.852000', '183139.855000', '183139.857000', '183139.860000', '183139.862000', '183139.865000', '183139.867000', '183139.870000', '183139.873000', '183139.875000', '183139.878000', '183139.880000', '183139.883000', '183139.886000', '183139.888000', '183139.891000', '183139.893000', '183139.896000', '183139.898000', '183139.901000', '183139.904000', '183139.906000', '183139.909000', '183139.911000', '183139.914000', '183139.917000', '183139.919000', '183139.922000', '183139.925000', '183139.927000', '183159.818000', '183159.821000', '183159.824000', '183159.826000', '183159.829000', '183159.831000', '183159.834000', '183159.837000', '183159.839000', '183159.842000', '183159.844000', '183159.847000', '183159.849000', '183159.852000', '183159.855000', '183159.857000', '183159.860000', '183159.862000', '183159.865000', '183159.867000', '183159.870000', '183159.873000', '183159.875000', '183159.878000', '183159.880000', '183159.883000', '183159.885000', '183159.888000', '183159.891000', '183159.893000', '183159.896000', '183159.898000', '183159.901000', '183159.903000', '183159.906000', '183159.909000', '183159.911000', '183159.914000', '183159.916000', '183159.919000', '183159.922000', '183159.924000', '183159.927000', '183159.929000', '183219.818000', '183219.821000', '183219.824000', '183219.826000', '183219.829000', '183219.832000', '183219.834000', '183219.837000', '183219.839000', '183219.842000', '183219.844000', '183219.847000', '183219.850000', '183219.852000', '183219.855000', '183219.857000', '183219.860000', '183219.862000', '183219.865000', '183219.868000', '183219.870000', '183219.873000', '183219.876000', '183219.878000', '183219.881000', '183219.883000', '183219.886000', '183219.888000', '183219.891000', '183219.894000', '183219.896000', '183219.899000', '183219.901000', '183219.904000', '183219.906000', '183219.909000', '183219.912000', '183219.914000', '183219.917000', '183219.919000', '183219.922000', '183219.924000', '183219.927000', '183239.818000', '183239.821000', '183239.824000', '183239.827000', '183239.829000', '183239.832000', '183239.834000', '183239.837000', '183239.850000', '183239.852000', '183239.855000', '183239.857000', '183239.860000', '183239.863000', '183239.865000', '183239.868000', '183239.870000', '183239.873000', '183239.876000', '183239.879000', '183239.882000', '183239.885000', '183239.888000', '183239.890000', '183239.893000', '183239.896000', '183239.898000', '183239.901000', '183239.904000', '183239.906000', '183239.909000', '183239.912000', '183239.914000', '183239.917000', '183239.919000', '183239.922000', '183239.925000', '183239.927000', '183239.930000', '183239.933000', '183239.935000', '183239.938000', '183239.941000', '183259.820000', '183259.822000', '183259.825000', '183259.828000', '183259.830000', '183259.833000', '183259.835000', '183259.838000', '183259.840000', '183259.843000', '183259.846000', '183259.848000', '183259.851000', '183259.853000', '183259.856000', '183259.858000', '183259.861000', '183259.864000', '183259.866000', '183259.869000', '183259.871000', '183259.874000', '183259.876000', '183259.879000', '183259.882000', '183259.884000', '183259.887000', '183259.889000', '183259.892000', '183259.895000', '183259.897000', '183259.900000', '183259.902000', '183259.905000', '183259.907000', '183259.910000', '183259.913000', '183259.915000', '183259.918000', '183259.920000', '183259.923000', '183259.926000', '183259.928000', '183259.931000', '183319.819000', '183319.822000', '183319.824000', '183319.827000', '183319.829000', '183319.832000', '183319.834000', '183319.837000', '183319.840000', '183319.842000', '183319.845000', '183319.847000', '183319.850000', '183319.853000', '183319.855000', '183319.858000', '183319.860000', '183319.863000', '183319.866000', '183319.868000', '183319.871000', '183319.873000', '183319.876000', '183319.878000', '183319.881000', '183319.884000', '183319.886000', '183319.889000', '183319.891000', '183319.894000', '183319.897000', '183319.899000', '183319.902000', '183319.904000', '183319.907000', '183319.910000', '183319.912000', '183319.915000', '183319.918000', '183319.920000', '183319.923000', '183319.925000', '183319.928000', '183319.930000', '183339.818000', '183339.821000', '183339.824000', '183339.826000', '183339.829000', '183339.832000', '183339.834000', '183339.837000', '183339.839000', '183339.842000', '183339.845000', '183339.847000', '183339.850000', '183339.852000', '183339.855000', '183339.857000', '183339.860000', '183339.863000', '183339.865000', '183339.868000', '183339.870000', '183339.873000', '183339.875000', '183339.878000', '183339.881000', '183339.883000', '183339.886000', '183339.888000', '183339.891000', '183339.894000', '183339.896000', '183339.899000', '183339.902000', '183339.904000', '183339.907000', '183339.910000', '183339.912000', '183339.915000', '183339.917000', '183339.920000', '183339.922000', '183339.925000', '183339.928000', '183359.818000', '183359.821000', '183359.824000', '183359.826000', '183359.829000', '183359.832000', '183359.834000', '183359.837000', '183359.839000', '183359.842000', '183359.845000', '183359.847000', '183359.850000', '183359.852000', '183359.855000', '183359.857000', '183359.860000', '183359.863000', '183359.865000', '183359.868000', '183359.871000', '183359.873000', '183359.876000', '183359.878000', '183359.881000', '183359.883000', '183359.886000', '183359.889000', '183359.891000', '183359.894000', '183359.896000', '183359.899000', '183359.902000', '183359.912000', '183359.915000', '183359.936000', '183359.939000', '183359.942000', '183359.944000', '183359.947000', '183359.949000', '183359.952000', '183359.954000', '183359.957000', '183419.818000', '183419.821000', '183419.824000', '183419.826000', '183419.829000', '183419.832000', '183419.834000', '183419.837000', '183419.839000', '183419.842000', '183419.845000', '183419.847000', '183419.850000', '183419.852000', '183419.855000', '183419.858000', '183419.860000', '183419.863000', '183419.865000', '183419.868000', '183419.871000', '183419.873000', '183419.876000', '183419.878000', '183419.881000', '183419.884000', '183419.886000', '183419.889000', '183419.891000', '183419.894000', '183419.897000', '183419.899000', '183419.902000', '183419.904000', '183419.907000', '183419.910000', '183419.912000', '183419.915000', '183419.919000', '183419.922000', '183419.925000', '183419.927000', '183419.930000', '183439.818000', '183439.821000', '183439.824000', '183439.827000', '183439.829000', '183439.832000', '183439.834000', '183439.838000', '183439.841000', '183439.843000', '183439.846000', '183439.848000', '183439.851000', '183439.853000', '183439.856000', '183439.859000', '183439.861000', '183439.864000', '183439.867000', '183439.869000', '183439.872000', '183439.874000', '183439.877000', '183439.879000', '183439.882000', '183439.885000', '183439.887000', '183439.890000', '183439.892000', '183439.895000', '183439.898000', '183439.900000', '183439.903000', '183439.905000', '183439.908000', '183439.911000', '183439.913000', '183439.916000', '183439.918000', '183439.921000', '183439.923000', '183439.926000', '183439.929000', '183459.819000', '183459.821000', '183459.824000', '183459.827000', '183459.829000', '183459.832000', '183459.834000', '183459.837000', '183459.839000', '183459.842000', '183459.845000', '183459.847000', '183459.850000', '183459.852000', '183459.855000', '183459.857000', '183459.860000', '183459.863000', '183459.865000', '183459.868000', '183459.870000', '183459.873000', '183459.875000', '183459.878000', '183459.881000', '183459.883000', '183459.886000', '183459.888000', '183459.891000', '183459.894000', '183459.896000', '183459.899000', '183459.901000', '183459.904000', '183459.907000', '183459.909000', '183459.912000', '183459.914000', '183459.917000', '183459.919000', '183459.922000', '183459.925000', '183459.927000', '183459.930000', '183519.819000', '183519.822000', '183519.825000', '183519.827000', '183519.830000', '183519.833000', '183519.835000', '183519.838000', '183519.840000', '183519.843000', '183519.845000', '183519.848000', '183519.851000', '183519.853000', '183519.856000', '183519.859000', '183519.862000', '183519.865000', '183519.868000', '183519.871000', '183519.873000', '183519.876000', '183519.878000', '183519.881000', '183519.883000', '183519.886000', '183519.889000', '183519.891000', '183519.894000', '183519.896000', '183519.899000', '183519.902000', '183519.904000', '183519.907000', '183519.909000', '183519.912000', '183519.915000', '183519.917000', '183519.920000', '183519.922000', '183519.925000', '183519.927000', '183519.930000', '183539.818000', '183539.821000', '183539.824000', '183539.827000', '183539.829000', '183539.832000', '183539.834000', '183539.837000', '183539.840000', '183539.842000', '183539.845000', '183539.847000', '183539.850000', '183539.853000', '183539.855000', '183539.858000', '183539.861000', '183539.863000', '183539.866000', '183539.868000', '183539.871000', '183539.874000', '183539.876000', '183539.879000', '183539.881000', '183539.884000', '183539.887000', '183539.889000', '183539.892000', '183539.895000', '183539.897000', '183539.900000', '183539.902000', '183539.905000', '183539.908000', '183539.910000', '183539.913000', '183539.916000', '183539.918000', '183539.921000', '183539.923000', '183539.926000', '183539.929000', '183539.931000', '183559.819000', '183559.822000', '183559.824000', '183559.827000', '183559.829000', '183559.832000', '183559.834000', '183559.837000', '183559.840000', '183559.842000', '183559.845000', '183559.847000', '183559.850000', '183559.852000', '183559.855000', '183559.858000', '183559.860000', '183559.863000', '183559.865000', '183559.868000', '183559.871000', '183559.873000', '183559.876000', '183559.879000', '183559.882000', '183559.885000', '183559.887000', '183559.890000', '183559.893000', '183559.895000', '183559.898000', '183559.907000', '183559.910000', '183559.912000', '183559.915000', '183559.918000', '183559.920000', '183559.923000', '183559.925000', '183559.928000', '183559.931000', '183559.935000', '183559.937000', '183607.173000', '183607.176000', '183607.178000', '183607.181000', '183607.184000', '183607.186000', '183607.189000', '183607.191000', '183607.194000', '183607.197000', '183607.199000', '183607.202000', '183607.204000', '183607.207000', '183607.210000', '183607.212000', '183607.215000'], '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': [13097, 16442, 10132, 13646, 9787, 11882, 9520, 11910, 8957, 11630, 8380, 11143, 8625, 11296, 8238, 10322, 12192, 9755, 12561, 9702, 11872, 9406, 11252, 8575, 11086, 8130, 10817, 9945, 11312, 8232, 10710, 12997, 11022, 13332, 10547, 11771, 9292, 11966, 9258, 11928, 9671, 11603, 9075, 11439, 8780, 11507, 8557, 11473, 8210, 11414, 10968, 11042, 15572, 11121, 12693, 9707, 12032, 9600, 11905, 9206, 11566, 8698, 11700, 8711, 11607, 8933, 11379, 8384, 11237, 8751, 10679, 15700, 11074, 13633, 9099, 12519, 9714, 12556, 10208, 11639, 9043, 11494, 8807, 11740, 8880, 11623, 8264, 11223, 8555, 11575, 8584, 11441, 8221, 11036, 10831, 10870, 8021, 10577, 11628, 10779, 14730, 11247, 12666, 9549, 12101, 9546, 12577, 9955, 11498, 9752, 11500, 9093, 11748, 8671, 11353, 8277, 10988, 9934, 11326, 15864, 10333, 13387, 9664, 12744, 9907, 11646, 8330, 11434, 10153, 11371, 9449, 10307, 8305, 10657, 13684, 11251, 13238, 9475, 12628, 9618, 12573, 9685, 11452, 8628, 11205, 8272, 11213, 13445, 10302, 12115, 9508, 12841, 9910, 12262, 9733, 11685, 9470, 11590, 9198, 11501, 9203, 11639, 8600, 11360, 8655, 11521, 13712, 10755, 12707, 10191, 12696, 10262, 13438, 10331, 12003, 9848, 11850, 9830, 11672, 9491, 11497, 8764, 11446, 8991, 11475, 8360, 11003, 8198, 11432, 8842, 11705, 8098, 11124, 8536, 11814, 9509, 11557, 8329, 11145, 11396, 11070, 13653, 10345, 13136, 9750, 13572, 9718, 10089, 9724, 7988, 10122, 11657, 10712, 8320, 10677, 8413, 11044, 14407, 10926, 13105, 10042, 12575, 9962, 12209, 9912, 11928, 9526, 11698, 9010, 11386, 8295, 11159, 8524, 10961, 8682, 10539, 8158, 10328, 14593, 9388, 11270, 9202, 12095, 9577, 12771, 10205, 11674, 9629, 11563, 9118, 11510, 8943, 11545, 8555, 11163, 9294, 10715, 14985, 9950, 10943, 9801, 12216, 10769, 13822, 9389, 10782, 9892, 12718, 10434, 13102, 9869, 12226, 9686, 11877, 9049, 11724, 8042, 10932, 9257, 10611, 16296, 9790, 12554, 9735, 12288, 9464, 11557, 8367, 10921, 8437, 10808, 11587, 9929, 10594, 9963, 13017, 10088, 12132, 9087, 11782, 8081, 11082, 8375, 10788, 14651, 9282, 12235, 8609, 12042, 9547, 12091, 10026, 11813, 8647, 11240, 8839, 11462, 15810, 11232, 15219, 9420, 12408, 9588, 11685, 8090, 11150, 8113, 10576, 14137, 10156, 12063, 9439, 11616, 9260, 11300, 8287, 11006, 9033, 10321, 11462, 10815, 13856, 10004, 12046, 9358, 12327, 10040, 12176, 9448, 12147, 8463, 11043, 8427, 10987, 13569, 10154, 12757, 9387, 12456, 9850, 12022, 9515, 12020, 8423, 11126, 9288, 11419, 9836, 10986, 12961, 9839, 12778, 10630, 11871, 9811, 11746, 8738, 11430, 9195, 11045, 8232, 10813, 12996, 10230, 12564, 9165, 7952, 9214, 7458, 11509, 9431, 11515, 9386, 11755, 9524, 11932, 9230, 11413, 8260, 11052, 9471, 11157, 16119, 11471, 13619, 9190, 12443, 9700, 11750, 9312, 11333, 9069, 11475, 8643, 11127, 9201, 11070, 9463, 11398, 8391, 11213, 8387, 11317, 8308, 11321, 8532, 10901, 9690, 11418, 8383, 11279, 8207, 10605, 13678, 11408, 9800, 10168, 10796, 10208, 14876, 11152, 13229, 9434, 12791, 10194, 13399, 10561, 12908, 9669, 12377, 10358, 12750, 9986, 11757, 9705, 12004, 9206, 11724, 9157, 12260, 9015, 11851, 9230, 11822, 8396, 11535, 8345, 11455, 9047, 11650, 7900, 11432, 8200, 11378, 9055, 11461, 8489, 11497, 9142, 11034, 13569, 10529, 9613, 10393, 11942, 10384, 14567, 9823, 12938, 9311, 12589, 9754, 13274, 10410, 12061, 9367, 12016, 9311, 11661, 9608, 11965, 8461, 11470, 8858, 11519, 7771, 11095, 8415, 11088, 10382, 10807, 8780, 10447, 13527, 10797, 14268, 11139, 12918, 9908, 12258, 9494, 11735, 9239, 12342, 8602, 11472, 8951, 11769, 8248, 11397, 8686, 11516, 12353, 10600, 10795, 10046, 13445, 10251, 13152, 10927, 12466, 9688, 12363, 9949, 12726, 10166, 12399, 8904, 11959, 8736, 11833, 8545, 11419, 7915, 11169, 8811, 11320, 8749, 11155, 8047, 10826, 12667, 10578, 8788, 10081, 11666, 10224, 13531, 10951, 13451, 9870, 12083, 9680, 12078, 9685, 11963, 9052, 11901, 8733, 11551, 8894, 11702, 8706, 11318, 8313, 10578, 14916, 10937, 13668, 9476, 12426, 9831, 12160, 9630, 11842, 8702, 11542, 8376, 11353, 8564, 11401, 8616, 11277, 9834, 11121, 9832, 10469, 12673, 10459, 13596, 11632, 13101, 9708, 12384, 9784, 12462, 10421, 12202, 9717, 11808, 9696, 11956, 10002, 11632, 9572, 11920, 9399, 11972, 8710, 12223, 8569, 11385, 10183, 10550, 15354, 10922, 12136, 9153, 12669, 9843, 12638, 10042, 12030, 9169, 12345, 9633, 12213, 9910, 12011, 9557, 11770, 9128, 12233, 8895, 11920, 8545, 11330, 8774, 11245, 9528, 10598, 8179, 10816, 8463, 11206, 10024, 10784, 9129, 10264, 12060, 10647, 14530, 10424, 12025, 10262, 13429, 10832, 14519, 9880, 12497, 9626, 12388, 10665, 12046, 9323, 11772, 8602, 11201, 8367, 11572, 8646, 10661, 8702, 10269, 13795, 9638, 12371, 8902, 12139, 9222, 12060, 9857, 11596, 8920, 11790, 9416, 11951, 10173, 12537, 9632, 11773, 10065, 11990, 9400, 11428, 9271, 11586, 8626, 11315, 8858, 11476, 8602, 10974, 10745, 11012, 15874, 9965, 12983, 9883, 12389, 10018, 11621, 8876, 11913, 8371, 10804, 8807, 11055, 8606, 8536, 10620, 8755, 11489, 10377, 15112, 10289, 14831, 9171, 12622, 9401, 11582, 10986, 11059, 14857, 10218, 12390, 9616, 12888, 9766, 12480, 9379, 11882, 9448, 11853, 9938, 11737, 8972, 11631, 8049, 11099, 8444, 11157, 9340, 10470, 8545, 10551, 7699, 10160, 13321, 11018, 11921, 9915, 12884, 9186, 12463, 10274, 11563, 8876, 11455, 8494, 10990, 10141, 10720, 10233, 10444, 13075, 9860, 12909, 10936, 11662, 9639, 11363, 9318, 11582, 8873, 11284, 8066, 11075, 8596, 11287, 11694, 10967, 13830, 9896, 12956, 9708, 12629, 10304, 11618, 9318, 11140, 8660, 11660, 8879, 11296, 8539, 11096, 8323, 11030, 12571, 10264, 13835, 9333, 12917, 9605, 13110, 10182, 11742, 8821, 11407, 8150, 11285, 8294, 10928, 8158, 10151, 14529, 10145, 12488, 9013, 12083, 9544, 11852, 8751, 11347, 7724, 10909, 8408, 11126, 11773, 10417, 12309, 9321, 12951, 9600, 12041, 9713, 11977, 9259, 11817, 7907, 11288, 8534, 10699, 11755, 10424, 8742, 9944, 9103, 9849, 13866, 9654, 12710, 9148, 12238, 9598, 11867, 9731, 12531, 10457, 12485, 9300, 11758, 9082, 11800, 9118, 11072, 9974, 9498, 11084, 8787, 11481, 9152, 12281, 12079, 11995, 8787, 10966, 7853, 10976, 13900, 10007, 12403, 10543, 13138, 10911, 11354, 9118, 11536, 9380, 11369, 9635, 11488, 9475, 11494, 9339], 'WindowCenter': [4580.0, 4559.0, 4508.0, 4521.0, 4489.0, 4498.0, 4476.0, 4496.0, 4466.0, 4485.0, 4456.0, 4497.0, 4465.0, 4497.0, 4455.0, 4486.0, 4495.0, 4476.0, 4495.0, 4477.0, 4497.0, 4477.0, 4486.0, 4467.0, 4486.0, 4458.0, 4498.0, 4476.0, 4497.0, 4455.0, 4488.0, 4504.0, 4499.0, 4508.0, 4488.0, 4496.0, 4477.0, 4497.0, 4478.0, 4498.0, 4478.0, 4496.0, 4468.0, 4497.0, 4479.0, 4500.0, 4467.0, 4496.0, 4464.0, 4498.0, 4485.0, 4498.0, 4516.0, 4486.0, 4495.0, 4475.0, 4494.0, 4477.0, 4497.0, 4466.0, 4484.0, 4464.0, 4495.0, 4466.0, 4498.0, 4478.0, 4497.0, 4466.0, 4496.0, 4466.0, 4489.0, 4516.0, 4487.0, 4505.0, 4464.0, 4497.0, 4477.0, 4497.0, 4488.0, 4484.0, 4465.0, 4498.0, 4478.0, 4498.0, 4465.0, 4496.0, 4468.0, 4498.0, 4467.0, 4498.0, 4466.0, 4496.0, 4457.0, 4497.0, 4489.0, 4486.0, 4454.0, 4487.0, 4495.0, 4499.0, 4516.0, 4498.0, 4494.0, 4476.0, 4494.0, 4487.0, 4495.0, 4488.0, 4494.0, 4478.0, 4496.0, 4479.0, 4498.0, 4466.0, 4496.0, 4456.0, 4487.0, 4475.0, 4486.0, 4516.0, 4474.0, 4493.0, 4475.0, 4494.0, 4473.0, 4484.0, 4453.0, 4495.0, 4474.0, 4484.0, 4464.0, 4475.0, 4453.0, 4485.0, 4506.0, 4496.0, 4505.0, 4478.0, 4496.0, 4476.0, 4497.0, 4477.0, 4485.0, 4465.0, 4486.0, 4458.0, 4498.0, 4506.0, 4488.0, 4497.0, 4477.0, 4506.0, 4487.0, 4496.0, 4477.0, 4495.0, 4476.0, 4495.0, 4479.0, 4497.0, 4477.0, 4497.0, 4467.0, 4498.0, 4467.0, 4499.0, 4509.0, 4487.0, 4495.0, 4485.0, 4506.0, 4488.0, 4505.0, 4476.0, 4495.0, 4475.0, 4495.0, 4475.0, 4485.0, 4476.0, 4495.0, 4466.0, 4498.0, 4464.0, 4486.0, 4455.0, 4484.0, 4456.0, 4496.0, 4467.0, 4496.0, 4455.0, 4487.0, 4467.0, 4499.0, 4478.0, 4496.0, 4454.0, 4485.0, 4486.0, 4486.0, 4504.0, 4476.0, 4493.0, 4474.0, 4504.0, 4476.0, 4475.0, 4477.0, 4455.0, 4489.0, 4497.0, 4488.0, 4468.0, 4487.0, 4467.0, 4498.0, 4517.0, 4486.0, 4494.0, 4476.0, 4494.0, 4474.0, 4484.0, 4475.0, 4495.0, 4465.0, 4482.0, 4463.0, 4483.0, 4453.0, 4485.0, 4454.0, 4485.0, 4465.0, 4485.0, 4455.0, 4488.0, 4505.0, 4477.0, 4485.0, 4477.0, 4494.0, 4489.0, 4506.0, 4487.0, 4496.0, 4475.0, 4485.0, 4466.0, 4496.0, 4464.0, 4486.0, 4454.0, 4485.0, 4464.0, 4486.0, 4505.0, 4476.0, 4484.0, 4477.0, 4495.0, 4498.0, 4507.0, 4478.0, 4486.0, 4489.0, 4507.0, 4489.0, 4509.0, 4487.0, 4496.0, 4476.0, 4498.0, 4466.0, 4497.0, 4445.0, 4485.0, 4465.0, 4486.0, 4515.0, 4475.0, 4492.0, 4475.0, 4495.0, 4474.0, 4486.0, 4455.0, 4485.0, 4456.0, 4497.0, 4496.0, 4478.0, 4485.0, 4487.0, 4505.0, 4487.0, 4498.0, 4465.0, 4496.0, 4444.0, 4486.0, 4454.0, 4488.0, 4506.0, 4466.0, 4494.0, 4466.0, 4496.0, 4478.0, 4497.0, 4488.0, 4496.0, 4467.0, 4497.0, 4467.0, 4499.0, 4517.0, 4486.0, 4504.0, 4463.0, 4495.0, 4475.0, 4485.0, 4445.0, 4485.0, 4443.0, 4486.0, 4505.0, 4476.0, 4494.0, 4464.0, 4485.0, 4475.0, 4488.0, 4457.0, 4486.0, 4463.0, 4486.0, 4495.0, 4496.0, 4505.0, 4488.0, 4496.0, 4478.0, 4495.0, 4487.0, 4497.0, 4477.0, 4509.0, 4455.0, 4485.0, 4454.0, 4486.0, 4504.0, 4488.0, 4495.0, 4476.0, 4495.0, 4476.0, 4495.0, 4476.0, 4494.0, 4455.0, 4486.0, 4465.0, 4497.0, 4476.0, 4487.0, 4495.0, 4475.0, 4495.0, 4477.0, 4484.0, 4475.0, 4486.0, 4466.0, 4498.0, 4466.0, 4485.0, 4454.0, 4485.0, 4494.0, 4487.0, 4499.0, 4479.0, 4456.0, 4475.0, 4461.0, 4512.0, 4493.0, 4524.0, 4504.0, 4510.0, 4490.0, 4499.0, 4477.0, 4498.0, 4458.0, 4488.0, 4465.0, 4488.0, 4506.0, 4486.0, 4494.0, 4464.0, 4484.0, 4463.0, 4483.0, 4465.0, 4487.0, 4466.0, 4485.0, 4465.0, 4495.0, 4479.0, 4498.0, 4477.0, 4496.0, 4458.0, 4497.0, 4468.0, 4497.0, 4466.0, 4498.0, 4466.0, 4489.0, 4477.0, 4499.0, 4459.0, 4497.0, 4455.0, 4488.0, 4507.0, 4495.0, 4476.0, 4486.0, 4487.0, 4486.0, 4506.0, 4487.0, 4495.0, 4476.0, 4494.0, 4488.0, 4506.0, 4487.0, 4495.0, 4475.0, 4495.0, 4476.0, 4495.0, 4476.0, 4484.0, 4475.0, 4497.0, 4465.0, 4484.0, 4464.0, 4495.0, 4466.0, 4496.0, 4466.0, 4495.0, 4456.0, 4494.0, 4457.0, 4497.0, 4466.0, 4496.0, 4457.0, 4496.0, 4457.0, 4497.0, 4466.0, 4497.0, 4465.0, 4485.0, 4465.0, 4488.0, 4505.0, 4484.0, 4463.0, 4476.0, 4484.0, 4487.0, 4505.0, 4474.0, 4494.0, 4466.0, 4495.0, 4477.0, 4495.0, 4486.0, 4494.0, 4468.0, 4496.0, 4478.0, 4485.0, 4476.0, 4496.0, 4457.0, 4497.0, 4466.0, 4496.0, 4447.0, 4498.0, 4466.0, 4499.0, 4488.0, 4488.0, 4466.0, 4487.0, 4506.0, 4499.0, 4507.0, 4487.0, 4495.0, 4476.0, 4495.0, 4475.0, 4484.0, 4465.0, 4495.0, 4463.0, 4497.0, 4465.0, 4496.0, 4456.0, 4495.0, 4467.0, 4497.0, 4493.0, 4486.0, 4474.0, 4475.0, 4506.0, 4487.0, 4506.0, 4486.0, 4496.0, 4475.0, 4495.0, 4477.0, 4498.0, 4477.0, 4495.0, 4464.0, 4486.0, 4455.0, 4495.0, 4455.0, 4485.0, 4454.0, 4496.0, 4464.0, 4484.0, 4466.0, 4496.0, 4456.0, 4497.0, 4497.0, 4487.0, 4467.0, 4488.0, 4485.0, 4489.0, 4506.0, 4487.0, 4496.0, 4476.0, 4494.0, 4477.0, 4495.0, 4475.0, 4483.0, 4464.0, 4486.0, 4466.0, 4496.0, 4465.0, 4487.0, 4455.0, 4484.0, 4454.0, 4485.0, 4505.0, 4484.0, 4494.0, 4464.0, 4494.0, 4474.0, 4484.0, 4465.0, 4484.0, 4455.0, 4485.0, 4455.0, 4485.0, 4465.0, 4497.0, 4466.0, 4485.0, 4476.0, 4487.0, 4476.0, 4486.0, 4493.0, 4486.0, 4495.0, 4487.0, 4495.0, 4474.0, 4493.0, 4476.0, 4497.0, 4485.0, 4496.0, 4477.0, 4494.0, 4478.0, 4496.0, 4478.0, 4496.0, 4478.0, 4496.0, 4477.0, 4497.0, 4467.0, 4497.0, 4453.0, 4485.0, 4476.0, 4486.0, 4505.0, 4485.0, 4483.0, 4465.0, 4493.0, 4478.0, 4495.0, 4477.0, 4495.0, 4478.0, 4494.0, 4477.0, 4497.0, 4478.0, 4496.0, 4478.0, 4496.0, 4477.0, 4498.0, 4467.0, 4497.0, 4454.0, 4485.0, 4465.0, 4486.0, 4475.0, 4486.0, 4455.0, 4487.0, 4467.0, 4498.0, 4488.0, 4488.0, 4476.0, 4488.0, 4508.0, 4489.0, 4517.0, 4489.0, 4496.0, 4488.0, 4508.0, 4487.0, 4507.0, 4475.0, 4496.0, 4475.0, 4495.0, 4486.0, 4495.0, 4465.0, 4483.0, 4454.0, 4487.0, 4456.0, 4495.0, 4455.0, 4486.0, 4456.0, 4488.0, 4505.0, 4476.0, 4497.0, 4468.0, 4495.0, 4478.0, 4498.0, 4489.0, 4497.0, 4477.0, 4496.0, 4489.0, 4509.0, 4489.0, 4508.0, 4490.0, 4496.0, 4489.0, 4512.0, 4478.0, 4497.0, 4478.0, 4498.0, 4478.0, 4498.0, 4478.0, 4500.0, 4468.0, 4499.0, 4497.0, 4500.0, 4519.0, 4488.0, 4507.0, 4476.0, 4496.0, 4476.0, 4485.0, 4466.0, 4494.0, 4467.0, 4487.0, 4478.0, 4498.0, 4492.0, 4494.0, 4502.0, 4493.0, 4512.0, 4501.0, 4534.0, 4491.0, 4521.0, 4478.0, 4498.0, 4465.0, 4485.0, 4475.0, 4485.0, 4493.0, 4464.0, 4481.0, 4463.0, 4481.0, 4475.0, 4485.0, 4466.0, 4485.0, 4464.0, 4483.0, 4476.0, 4486.0, 4464.0, 4484.0, 4443.0, 4484.0, 4455.0, 4486.0, 4464.0, 4475.0, 4454.0, 4485.0, 4444.0, 4485.0, 4505.0, 4487.0, 4485.0, 4477.0, 4495.0, 4478.0, 4497.0, 4476.0, 4485.0, 4464.0, 4487.0, 4454.0, 4488.0, 4476.0, 4486.0, 4475.0, 4486.0, 4494.0, 4476.0, 4494.0, 4485.0, 4484.0, 4465.0, 4484.0, 4476.0, 4486.0, 4467.0, 4485.0, 4446.0, 4485.0, 4453.0, 4486.0, 4485.0, 4485.0, 4493.0, 4465.0, 4493.0, 4477.0, 4495.0, 4476.0, 4483.0, 4464.0, 4485.0, 4467.0, 4485.0, 4465.0, 4485.0, 4455.0, 4485.0, 4457.0, 4485.0, 4497.0, 4476.0, 4493.0, 4464.0, 4496.0, 4477.0, 4494.0, 4476.0, 4485.0, 4464.0, 4484.0, 4444.0, 4485.0, 4455.0, 4484.0, 4443.0, 4485.0, 4504.0, 4474.0, 4494.0, 4465.0, 4495.0, 4487.0, 4498.0, 4465.0, 4486.0, 4448.0, 4486.0, 4457.0, 4498.0, 4498.0, 4489.0, 4494.0, 4466.0, 4494.0, 4475.0, 4494.0, 4476.0, 4497.0, 4465.0, 4485.0, 4444.0, 4486.0, 4455.0, 4487.0, 4484.0, 4476.0, 4453.0, 4475.0, 4464.0, 4478.0, 4505.0, 4479.0, 4498.0, 4476.0, 4497.0, 4478.0, 4496.0, 4478.0, 4499.0, 4487.0, 4496.0, 4465.0, 4486.0, 4467.0, 4496.0, 4466.0, 4496.0, 4501.0, 4491.0, 4510.0, 4482.0, 4498.0, 4477.0, 4499.0, 4498.0, 4486.0, 4455.0, 4474.0, 4443.0, 4484.0, 4492.0, 4462.0, 4484.0, 4476.0, 4494.0, 4486.0, 4471.0, 4464.0, 4481.0, 4465.0, 4486.0, 4463.0, 4484.0, 4473.0, 4484.0, 4465.0], 'WindowWidth': [10046.0, 10000.0, 9917.0, 9923.0, 9875.0, 9885.0, 9852.0, 9877.0, 9836.0, 9861.0, 9823.0, 9879.0, 9833.0, 9879.0, 9820.0, 9864.0, 9872.0, 9850.0, 9873.0, 9852.0, 9881.0, 9851.0, 9862.0, 9836.0, 9864.0, 9828.0, 9883.0, 9851.0, 9878.0, 9820.0, 9866.0, 9885.0, 9884.0, 9895.0, 9868.0, 9876.0, 9852.0, 9879.0, 9857.0, 9882.0, 9856.0, 9877.0, 9841.0, 9880.0, 9859.0, 9889.0, 9839.0, 9877.0, 9832.0, 9882.0, 9860.0, 9881.0, 9903.0, 9861.0, 9873.0, 9844.0, 9870.0, 9851.0, 9877.0, 9835.0, 9857.0, 9831.0, 9873.0, 9837.0, 9884.0, 9854.0, 9879.0, 9835.0, 9876.0, 9837.0, 9872.0, 9905.0, 9864.0, 9886.0, 9831.0, 9877.0, 9853.0, 9879.0, 9867.0, 9858.0, 9833.0, 9879.0, 9854.0, 9881.0, 9835.0, 9877.0, 9841.0, 9882.0, 9840.0, 9884.0, 9835.0, 9877.0, 9823.0, 9881.0, 9868.0, 9864.0, 9817.0, 9866.0, 9875.0, 9885.0, 9904.0, 9880.0, 9870.0, 9849.0, 9872.0, 9868.0, 9877.0, 9871.0, 9870.0, 9854.0, 9876.0, 9857.0, 9882.0, 9835.0, 9877.0, 9823.0, 9866.0, 9845.0, 9863.0, 9903.0, 9843.0, 9868.0, 9845.0, 9870.0, 9840.0, 9857.0, 9813.0, 9873.0, 9844.0, 9857.0, 9828.0, 9846.0, 9813.0, 9861.0, 9890.0, 9877.0, 9888.0, 9853.0, 9877.0, 9850.0, 9880.0, 9851.0, 9860.0, 9833.0, 9863.0, 9825.0, 9884.0, 9891.0, 9867.0, 9877.0, 9852.0, 9892.0, 9867.0, 9877.0, 9851.0, 9874.0, 9849.0, 9874.0, 9859.0, 9882.0, 9853.0, 9879.0, 9839.0, 9882.0, 9840.0, 9885.0, 9897.0, 9865.0, 9873.0, 9859.0, 9890.0, 9867.0, 9888.0, 9848.0, 9871.0, 9846.0, 9873.0, 9848.0, 9858.0, 9848.0, 9874.0, 9835.0, 9881.0, 9829.0, 9862.0, 9818.0, 9858.0, 9822.0, 9878.0, 9837.0, 9877.0, 9820.0, 9866.0, 9841.0, 9886.0, 9853.0, 9876.0, 9817.0, 9860.0, 9862.0, 9862.0, 9884.0, 9847.0, 9867.0, 9844.0, 9886.0, 9849.0, 9846.0, 9853.0, 9822.0, 9872.0, 9881.0, 9869.0, 9840.0, 9866.0, 9838.0, 9884.0, 9906.0, 9862.0, 9871.0, 9848.0, 9868.0, 9842.0, 9855.0, 9845.0, 9872.0, 9831.0, 9850.0, 9827.0, 9854.0, 9815.0, 9860.0, 9816.0, 9859.0, 9832.0, 9860.0, 9819.0, 9868.0, 9889.0, 9851.0, 9860.0, 9851.0, 9872.0, 9870.0, 9892.0, 9867.0, 9876.0, 9848.0, 9859.0, 9837.0, 9878.0, 9831.0, 9861.0, 9817.0, 9860.0, 9828.0, 9863.0, 9886.0, 9847.0, 9856.0, 9850.0, 9873.0, 9882.0, 9893.0, 9854.0, 9864.0, 9870.0, 9894.0, 9871.0, 9898.0, 9866.0, 9876.0, 9849.0, 9883.0, 9835.0, 9878.0, 9805.0, 9859.0, 9833.0, 9862.0, 9901.0, 9844.0, 9865.0, 9844.0, 9872.0, 9843.0, 9861.0, 9819.0, 9860.0, 9820.0, 9879.0, 9876.0, 9852.0, 9858.0, 9865.0, 9887.0, 9864.0, 9882.0, 9832.0, 9875.0, 9803.0, 9862.0, 9816.0, 9867.0, 9889.0, 9835.0, 9869.0, 9835.0, 9877.0, 9856.0, 9881.0, 9870.0, 9877.0, 9839.0, 9880.0, 9837.0, 9884.0, 9906.0, 9860.0, 9884.0, 9826.0, 9872.0, 9845.0, 9858.0, 9803.0, 9858.0, 9799.0, 9861.0, 9886.0, 9847.0, 9868.0, 9831.0, 9859.0, 9846.0, 9868.0, 9824.0, 9861.0, 9829.0, 9862.0, 9873.0, 9878.0, 9889.0, 9868.0, 9876.0, 9854.0, 9875.0, 9867.0, 9879.0, 9850.0, 9898.0, 9818.0, 9860.0, 9817.0, 9864.0, 9885.0, 9868.0, 9872.0, 9848.0, 9873.0, 9849.0, 9872.0, 9849.0, 9871.0, 9818.0, 9861.0, 9834.0, 9876.0, 9847.0, 9862.0, 9870.0, 9844.0, 9874.0, 9850.0, 9855.0, 9844.0, 9861.0, 9833.0, 9881.0, 9833.0, 9859.0, 9816.0, 9860.0, 9870.0, 9864.0, 9883.0, 9856.0, 9823.0, 9847.0, 9840.0, 9909.0, 9885.0, 9929.0, 9904.0, 9902.0, 9874.0, 9886.0, 9852.0, 9882.0, 9826.0, 9868.0, 9833.0, 9867.0, 9889.0, 9861.0, 9868.0, 9828.0, 9854.0, 9825.0, 9852.0, 9833.0, 9865.0, 9835.0, 9858.0, 9834.0, 9873.0, 9856.0, 9882.0, 9853.0, 9877.0, 9826.0, 9880.0, 9841.0, 9881.0, 9837.0, 9881.0, 9836.0, 9870.0, 9853.0, 9882.0, 9828.0, 9878.0, 9819.0, 9867.0, 9891.0, 9875.0, 9848.0, 9863.0, 9863.0, 9864.0, 9889.0, 9863.0, 9874.0, 9848.0, 9872.0, 9868.0, 9890.0, 9864.0, 9872.0, 9847.0, 9873.0, 9849.0, 9872.0, 9848.0, 9857.0, 9845.0, 9877.0, 9832.0, 9856.0, 9830.0, 9870.0, 9835.0, 9876.0, 9835.0, 9873.0, 9821.0, 9873.0, 9823.0, 9881.0, 9835.0, 9876.0, 9823.0, 9876.0, 9823.0, 9878.0, 9834.0, 9876.0, 9831.0, 9860.0, 9832.0, 9867.0, 9886.0, 9857.0, 9826.0, 9848.0, 9857.0, 9866.0, 9887.0, 9845.0, 9869.0, 9835.0, 9873.0, 9852.0, 9874.0, 9862.0, 9870.0, 9839.0, 9875.0, 9854.0, 9859.0, 9849.0, 9875.0, 9823.0, 9879.0, 9834.0, 9876.0, 9811.0, 9881.0, 9836.0, 9885.0, 9867.0, 9867.0, 9834.0, 9864.0, 9888.0, 9884.0, 9892.0, 9864.0, 9872.0, 9848.0, 9871.0, 9847.0, 9856.0, 9832.0, 9873.0, 9829.0, 9880.0, 9834.0, 9878.0, 9822.0, 9876.0, 9838.0, 9881.0, 9870.0, 9862.0, 9842.0, 9846.0, 9888.0, 9864.0, 9890.0, 9864.0, 9877.0, 9846.0, 9873.0, 9852.0, 9880.0, 9849.0, 9871.0, 9828.0, 9863.0, 9818.0, 9873.0, 9818.0, 9860.0, 9817.0, 9877.0, 9830.0, 9859.0, 9834.0, 9875.0, 9820.0, 9880.0, 9879.0, 9864.0, 9837.0, 9867.0, 9860.0, 9871.0, 9891.0, 9865.0, 9875.0, 9847.0, 9871.0, 9850.0, 9874.0, 9845.0, 9854.0, 9829.0, 9861.0, 9834.0, 9875.0, 9832.0, 9863.0, 9817.0, 9858.0, 9815.0, 9860.0, 9885.0, 9856.0, 9869.0, 9828.0, 9868.0, 9844.0, 9855.0, 9832.0, 9855.0, 9817.0, 9858.0, 9819.0, 9862.0, 9831.0, 9876.0, 9834.0, 9859.0, 9849.0, 9863.0, 9846.0, 9862.0, 9867.0, 9861.0, 9874.0, 9863.0, 9873.0, 9844.0, 9869.0, 9848.0, 9877.0, 9859.0, 9873.0, 9850.0, 9870.0, 9853.0, 9877.0, 9854.0, 9874.0, 9855.0, 9876.0, 9852.0, 9881.0, 9838.0, 9877.0, 9815.0, 9860.0, 9846.0, 9862.0, 9887.0, 9857.0, 9854.0, 9831.0, 9867.0, 9853.0, 9874.0, 9851.0, 9874.0, 9853.0, 9871.0, 9853.0, 9878.0, 9854.0, 9877.0, 9853.0, 9876.0, 9852.0, 9881.0, 9837.0, 9877.0, 9816.0, 9857.0, 9831.0, 9861.0, 9846.0, 9861.0, 9820.0, 9866.0, 9838.0, 9882.0, 9869.0, 9867.0, 9850.0, 9867.0, 9895.0, 9870.0, 9907.0, 9869.0, 9875.0, 9866.0, 9894.0, 9866.0, 9892.0, 9847.0, 9875.0, 9845.0, 9873.0, 9862.0, 9871.0, 9832.0, 9854.0, 9817.0, 9864.0, 9821.0, 9873.0, 9818.0, 9862.0, 9820.0, 9866.0, 9888.0, 9849.0, 9876.0, 9839.0, 9875.0, 9854.0, 9881.0, 9870.0, 9878.0, 9853.0, 9876.0, 9873.0, 9899.0, 9872.0, 9896.0, 9874.0, 9878.0, 9871.0, 9905.0, 9856.0, 9880.0, 9856.0, 9883.0, 9857.0, 9886.0, 9855.0, 9887.0, 9842.0, 9884.0, 9880.0, 9886.0, 9911.0, 9867.0, 9892.0, 9849.0, 9877.0, 9847.0, 9858.0, 9834.0, 9871.0, 9838.0, 9864.0, 9854.0, 9882.0, 9883.0, 9889.0, 9894.0, 9886.0, 9908.0, 9893.0, 9942.0, 9877.0, 9917.0, 9853.0, 9879.0, 9829.0, 9857.0, 9844.0, 9857.0, 9865.0, 9826.0, 9843.0, 9823.0, 9845.0, 9844.0, 9855.0, 9831.0, 9855.0, 9829.0, 9851.0, 9847.0, 9860.0, 9827.0, 9853.0, 9796.0, 9853.0, 9814.0, 9862.0, 9829.0, 9844.0, 9814.0, 9858.0, 9801.0, 9860.0, 9886.0, 9865.0, 9857.0, 9849.0, 9872.0, 9853.0, 9877.0, 9846.0, 9858.0, 9827.0, 9862.0, 9815.0, 9866.0, 9845.0, 9858.0, 9842.0, 9858.0, 9868.0, 9847.0, 9869.0, 9857.0, 9853.0, 9829.0, 9855.0, 9849.0, 9862.0, 9834.0, 9859.0, 9804.0, 9856.0, 9813.0, 9862.0, 9857.0, 9857.0, 9865.0, 9830.0, 9866.0, 9848.0, 9871.0, 9846.0, 9853.0, 9827.0, 9856.0, 9835.0, 9859.0, 9831.0, 9859.0, 9818.0, 9859.0, 9822.0, 9861.0, 9876.0, 9847.0, 9867.0, 9828.0, 9874.0, 9851.0, 9870.0, 9848.0, 9858.0, 9826.0, 9856.0, 9801.0, 9858.0, 9815.0, 9856.0, 9799.0, 9861.0, 9885.0, 9844.0, 9870.0, 9832.0, 9874.0, 9866.0, 9882.0, 9833.0, 9862.0, 9811.0, 9862.0, 9823.0, 9882.0, 9879.0, 9868.0, 9869.0, 9833.0, 9869.0, 9845.0, 9868.0, 9848.0, 9878.0, 9831.0, 9859.0, 9799.0, 9863.0, 9817.0, 9862.0, 9854.0, 9845.0, 9813.0, 9845.0, 9828.0, 9852.0, 9888.0, 9856.0, 9880.0, 9850.0, 9879.0, 9853.0, 9875.0, 9853.0, 9883.0, 9864.0, 9873.0, 9831.0, 9860.0, 9835.0, 9876.0, 9835.0, 9877.0, 9891.0, 9878.0, 9903.0, 9865.0, 9882.0, 9852.0, 9885.0, 9881.0, 9861.0, 9815.0, 9840.0, 9797.0, 9853.0, 9863.0, 9822.0, 9854.0, 9846.0, 9868.0, 9861.0, 9833.0, 9827.0, 9846.0, 9830.0, 9859.0, 9827.0, 9853.0, 9840.0, 9854.0, 9833.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.0002990238611713665</td></tr>
<tr><td colspan=3>aqi</td><td>0.015485519197396963</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.226760218186755</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2284970182410415</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0019255619326826</td></tr>
<tr><td colspan=3>efc</td><td>0.4633</td></tr>
<tr><td colspan=3>fber</td><td>6584.3311</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08044302727799502</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5422993492407809</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4988216462021673</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3891183975844332</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7607871159958877</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.346559425026182</td></tr>
<tr><td colspan=3>gcor</td><td>0.00605502</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010949601419270039</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0225065927952528</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>922</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.855531874527574</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.3188</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7211</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.1496</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302165.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>770.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.5915</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2097</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.2073</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3684.4438</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74379.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4842.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1019.0484</td></tr>
<tr><td colspan=3>tsnr</td><td>48.79349569603801</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>