<?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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-04/func/sub-0021_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>333362b30779f8c754eb35aa0c01203c</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:30:59.890000</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_VE11C_LATEST_20160120</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.999093, -0.0389907, 0.0171102, 0.040477, 0.994418, -0.0974413]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0943283</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>[4155, -7749, -7251, 471, 1, -151, -142, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dcb8bf3e-c2c1-410b-b7c8-1ae2694e0077||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804935932159424, 0.10859687626361847, 0.03568141907453537, 109.25669860839844], [0.10460926592350006, 2.667950391769409, -0.26472270488739014, -93.41669464111328], [0.045905303210020065, 0.26142776012420654, 2.6867542266845703, -83.33163452148438], [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': ['183059.890000', '183100.350000', '183100.810000', '183101.270000', '183101.730000', '183102.190000', '183102.650000', '183103.110000', '183103.570000', '183104.030000', '183104.490000', '183104.950000', '183105.410000', '183105.870000', '183106.330000', '183106.790000', '183107.250000', '183107.710000', '183108.170000', '183108.630000', '183109.090000', '183109.550000', '183110.010000', '183110.470000', '183110.930000', '183111.390000', '183111.850000', '183112.310000', '183112.770000', '183113.230000', '183113.690000', '183114.150000', '183114.610000', '183115.070000', '183115.530000', '183115.990000', '183116.450000', '183116.910000', '183117.370000', '183117.830000', '183118.290000', '183118.750000', '183119.210000', '183119.670000', '183120.130000', '183120.590000', '183121.050000', '183121.510000', '183121.970000', '183122.430000', '183122.890000', '183123.350000', '183123.810000', '183124.270000', '183124.730000', '183125.190000', '183125.650000', '183126.110000', '183126.570000', '183127.030000', '183127.490000', '183127.950000', '183128.410000', '183128.870000', '183129.330000', '183129.790000', '183130.250000', '183130.710000', '183131.170000', '183131.630000', '183132.090000', '183132.550000', '183133.010000', '183133.470000', '183133.930000', '183134.390000', '183134.850000', '183135.310000', '183135.770000', '183136.230000', '183136.690000', '183137.150000', '183137.610000', '183138.070000', '183138.530000', '183138.990000', '183139.450000', '183139.910000', '183140.370000', '183140.830000', '183141.290000', '183141.750000', '183142.210000', '183142.670000', '183143.130000', '183143.590000', '183144.050000', '183144.510000', '183144.970000', '183145.430000', '183145.890000', '183146.350000', '183146.810000', '183147.270000', '183147.730000', '183148.190000', '183148.650000', '183149.110000', '183149.570000', '183150.030000', '183150.490000', '183150.950000', '183151.410000', '183151.870000', '183152.330000', '183152.790000', '183153.250000', '183153.710000', '183154.170000', '183154.630000', '183155.090000', '183155.550000', '183156.010000', '183156.470000', '183156.930000', '183157.390000', '183157.850000', '183158.310000', '183158.770000', '183159.230000', '183159.690000', '183200.150000', '183200.610000', '183201.070000', '183201.530000', '183201.990000', '183202.450000', '183202.910000', '183203.370000', '183203.830000', '183204.290000', '183204.750000', '183205.210000', '183205.670000', '183206.130000', '183206.590000', '183207.050000', '183207.510000', '183207.970000', '183208.430000', '183208.890000', '183209.350000', '183209.810000', '183210.270000', '183210.730000', '183211.190000', '183211.650000', '183212.110000', '183212.570000', '183213.030000', '183213.490000', '183213.950000', '183214.410000', '183214.870000', '183215.330000', '183215.790000', '183216.250000', '183216.710000', '183217.170000', '183217.630000', '183218.090000', '183218.550000', '183219.010000', '183219.470000', '183219.930000', '183220.390000', '183220.850000', '183221.310000', '183221.770000', '183222.230000', '183222.690000', '183223.150000', '183223.610000', '183224.070000', '183224.530000', '183224.990000', '183225.450000', '183225.910000', '183226.370000', '183226.830000', '183227.290000', '183227.750000', '183228.210000', '183228.670000', '183229.130000', '183229.590000', '183230.050000', '183230.510000', '183230.970000', '183231.430000', '183231.890000', '183232.350000', '183232.810000', '183233.270000', '183233.730000', '183234.190000', '183234.650000', '183235.110000', '183235.570000', '183236.030000', '183236.490000', '183236.950000', '183237.410000', '183237.870000', '183238.330000', '183238.790000', '183239.250000', '183239.710000', '183240.170000', '183240.630000', '183241.090000', '183241.550000', '183242.010000', '183242.470000', '183242.930000', '183243.390000', '183243.850000', '183244.310000', '183244.770000', '183245.230000', '183245.690000', '183246.150000', '183246.610000', '183247.070000', '183247.530000', '183247.990000', '183248.450000', '183248.910000', '183249.370000', '183249.830000', '183250.290000', '183250.750000', '183251.210000', '183251.670000', '183252.130000', '183252.590000', '183253.050000', '183253.510000', '183253.970000', '183254.430000', '183254.890000', '183255.350000', '183255.810000', '183256.270000', '183256.730000', '183257.190000', '183257.650000', '183258.110000', '183258.570000', '183259.030000', '183259.490000', '183259.950000', '183300.410000', '183300.870000', '183301.330000', '183301.790000', '183302.250000', '183302.710000', '183303.170000', '183303.630000', '183304.090000', '183304.550000', '183305.010000', '183305.470000', '183305.930000', '183306.390000', '183306.850000', '183307.310000', '183307.770000', '183308.230000', '183308.690000', '183309.150000', '183309.610000', '183310.070000', '183310.530000', '183310.990000', '183311.450000', '183311.910000', '183312.370000', '183312.830000', '183313.290000', '183313.750000', '183314.210000', '183314.670000', '183315.130000', '183315.590000', '183316.050000', '183316.510000', '183316.970000', '183317.430000', '183317.890000', '183318.350000', '183318.810000', '183319.270000', '183319.730000', '183320.190000', '183320.650000', '183321.110000', '183321.570000', '183322.030000', '183322.490000', '183322.950000', '183323.410000', '183323.870000', '183324.330000', '183324.790000', '183325.250000', '183325.710000', '183326.170000', '183326.630000', '183327.090000', '183327.550000', '183328.010000', '183328.470000', '183328.930000', '183329.390000', '183329.850000', '183330.310000', '183330.770000', '183331.230000', '183331.690000', '183332.150000', '183332.610000', '183333.070000', '183333.530000', '183333.990000', '183334.450000', '183334.910000', '183335.370000', '183335.830000', '183336.290000', '183336.750000', '183337.210000', '183337.670000', '183338.130000', '183338.590000', '183339.050000', '183339.510000', '183339.970000', '183340.430000', '183340.890000', '183341.350000', '183341.810000', '183342.270000', '183342.730000', '183343.190000', '183343.650000', '183344.110000', '183344.570000', '183345.030000', '183345.490000', '183345.950000', '183346.410000', '183346.870000', '183347.330000', '183347.790000', '183348.250000', '183348.710000', '183349.170000', '183349.630000', '183350.090000', '183350.550000', '183351.010000', '183351.470000', '183351.930000', '183352.390000', '183352.850000', '183353.310000', '183353.770000', '183354.230000', '183354.690000', '183355.150000', '183355.610000', '183356.070000', '183356.530000', '183356.990000', '183357.450000', '183357.910000', '183358.370000', '183358.830000', '183359.290000', '183359.750000', '183400.210000', '183400.670000', '183401.130000', '183401.590000', '183402.050000', '183402.510000', '183402.970000', '183403.430000', '183403.890000', '183404.350000', '183404.810000', '183405.270000', '183405.730000', '183406.190000', '183406.650000', '183407.110000', '183407.570000', '183408.030000', '183408.490000', '183408.950000', '183409.410000', '183409.870000', '183410.330000', '183410.790000', '183411.250000', '183411.710000', '183412.170000', '183412.630000', '183413.090000', '183413.550000', '183414.010000', '183414.470000', '183414.930000', '183415.390000', '183415.850000', '183416.310000', '183416.770000', '183417.230000', '183417.690000', '183418.150000', '183418.610000', '183419.070000', '183419.530000', '183419.990000', '183420.450000', '183420.910000', '183421.370000', '183421.830000', '183422.290000', '183422.750000', '183423.210000', '183423.670000', '183424.130000', '183424.590000', '183425.050000', '183425.510000', '183425.970000', '183426.430000', '183426.890000', '183427.350000', '183427.810000', '183428.270000', '183428.730000', '183429.190000', '183429.650000', '183430.110000', '183430.570000', '183431.030000', '183431.490000', '183431.950000', '183432.410000', '183432.870000', '183433.330000', '183433.790000', '183434.250000', '183434.710000', '183435.170000', '183435.630000', '183436.090000', '183436.550000', '183437.010000', '183437.470000', '183437.930000', '183438.390000', '183438.850000', '183439.310000', '183439.770000', '183440.230000', '183440.690000', '183441.150000', '183441.610000', '183442.070000', '183442.530000', '183442.990000', '183443.450000', '183443.910000', '183444.370000', '183444.830000', '183445.290000', '183445.750000', '183446.210000', '183446.670000', '183447.130000', '183447.590000', '183448.050000', '183448.510000', '183448.970000', '183449.430000', '183449.890000', '183450.350000', '183450.810000', '183451.270000', '183451.730000', '183452.190000', '183452.650000', '183453.110000', '183453.570000', '183454.030000', '183454.490000', '183454.950000', '183455.410000', '183455.870000', '183456.330000', '183456.790000', '183457.250000', '183457.710000', '183458.170000', '183458.630000', '183459.090000', '183459.550000', '183500.010000', '183500.470000', '183500.930000', '183501.390000', '183501.850000', '183502.310000', '183502.770000', '183503.230000', '183503.690000', '183504.150000', '183504.610000', '183505.070000', '183505.530000', '183505.990000', '183506.450000', '183506.910000', '183507.370000', '183507.830000', '183508.290000', '183508.750000', '183509.210000', '183509.670000', '183510.130000', '183510.590000', '183511.050000', '183511.510000', '183511.970000', '183512.430000', '183512.890000', '183513.350000', '183513.810000', '183514.270000', '183514.730000', '183515.190000', '183515.650000', '183516.110000', '183516.570000', '183517.030000', '183517.490000', '183517.950000', '183518.410000', '183518.870000', '183519.330000', '183519.790000', '183520.250000', '183520.710000', '183521.170000', '183521.630000', '183522.090000', '183522.550000', '183523.010000', '183523.470000', '183523.930000', '183524.390000', '183524.850000', '183525.310000', '183525.770000', '183526.230000', '183526.690000', '183527.150000', '183527.610000', '183528.070000', '183528.530000', '183528.990000', '183529.450000', '183529.910000', '183530.370000', '183530.830000', '183531.290000', '183531.750000', '183532.210000', '183532.670000', '183533.130000', '183533.590000', '183534.050000', '183534.510000', '183534.970000', '183535.430000', '183535.890000', '183536.350000', '183536.810000', '183537.270000', '183537.730000', '183538.190000', '183538.650000', '183539.110000', '183539.570000', '183540.030000', '183540.490000', '183540.950000', '183541.410000', '183541.870000', '183542.330000', '183542.790000', '183543.250000', '183543.710000', '183544.170000', '183544.630000', '183545.090000', '183545.550000', '183546.010000', '183546.470000', '183546.930000', '183547.390000', '183547.850000', '183548.310000', '183548.770000', '183549.230000', '183549.690000', '183550.150000', '183550.610000', '183551.070000', '183551.530000', '183551.990000', '183552.450000', '183552.910000', '183553.370000', '183553.830000', '183554.290000', '183554.750000', '183555.210000', '183555.670000', '183556.130000', '183556.590000', '183557.050000', '183557.510000', '183557.970000', '183558.430000', '183558.890000', '183559.350000', '183559.810000', '183600.270000', '183600.730000', '183601.190000', '183601.650000', '183602.110000', '183602.570000', '183603.030000', '183603.490000', '183603.950000', '183604.410000', '183604.870000', '183605.330000', '183605.790000', '183606.250000', '183606.710000', '183607.170000', '183607.630000', '183608.090000', '183608.550000', '183609.010000', '183609.470000', '183609.930000', '183610.390000', '183610.850000', '183611.310000', '183611.770000', '183612.230000', '183612.690000', '183613.150000', '183613.610000', '183614.070000', '183614.530000', '183614.990000', '183615.450000', '183615.910000', '183616.370000', '183616.830000', '183617.290000', '183617.750000', '183618.210000', '183618.670000', '183619.130000', '183619.590000', '183620.050000', '183620.510000', '183620.970000', '183621.430000', '183621.890000', '183622.350000', '183622.810000', '183623.270000', '183623.730000', '183624.190000', '183624.650000', '183625.110000', '183625.570000', '183626.030000', '183626.490000', '183626.950000', '183627.410000', '183627.870000', '183628.330000', '183628.790000', '183629.250000', '183629.710000', '183630.170000', '183630.630000', '183631.090000', '183631.550000', '183632.010000', '183632.470000', '183632.930000', '183633.390000', '183633.850000', '183634.310000', '183634.770000', '183635.230000', '183635.690000', '183636.150000', '183636.610000', '183637.070000', '183637.530000', '183637.990000', '183638.450000', '183638.910000', '183639.370000', '183639.830000', '183640.290000', '183640.750000', '183641.210000', '183641.670000', '183642.130000', '183642.590000', '183643.050000', '183643.510000', '183643.970000', '183644.430000', '183644.890000', '183645.350000', '183645.810000', '183646.270000', '183646.730000', '183647.190000', '183647.650000', '183648.110000', '183648.570000', '183649.030000', '183649.490000', '183649.950000', '183650.410000', '183650.870000', '183651.330000', '183651.790000', '183652.250000', '183652.710000', '183653.170000', '183653.630000', '183654.090000', '183654.550000', '183655.010000', '183655.470000', '183655.930000', '183656.390000', '183656.850000', '183657.310000', '183657.770000', '183658.230000', '183658.690000', '183659.150000', '183659.610000', '183700.070000', '183700.530000', '183700.990000', '183701.450000', '183701.910000', '183702.370000', '183702.830000', '183703.290000', '183703.750000', '183704.210000', '183704.670000', '183705.130000', '183705.590000', '183706.050000', '183706.510000', '183706.970000', '183707.430000', '183707.890000', '183708.350000', '183708.810000', '183709.270000', '183709.730000', '183710.190000', '183710.650000', '183711.110000', '183711.570000', '183712.030000', '183712.490000', '183712.950000', '183713.410000', '183713.870000', '183714.330000', '183714.790000', '183715.250000', '183715.710000', '183716.170000', '183716.630000', '183717.090000', '183717.550000', '183718.010000', '183718.470000', '183718.930000', '183719.390000', '183719.850000', '183720.310000', '183720.770000', '183721.230000', '183721.690000', '183722.150000', '183722.610000', '183723.070000', '183723.530000', '183723.990000', '183724.450000', '183724.910000', '183725.370000', '183725.830000', '183726.290000', '183726.750000', '183727.210000', '183727.670000', '183728.130000', '183728.590000', '183729.050000', '183729.510000', '183729.970000', '183730.430000', '183730.890000', '183731.350000', '183731.810000', '183732.270000', '183732.730000', '183733.190000', '183733.650000', '183734.110000', '183734.570000', '183735.030000', '183735.490000', '183735.950000', '183736.410000', '183736.870000', '183737.330000', '183737.790000', '183738.250000', '183738.710000', '183739.170000', '183739.630000', '183740.090000', '183740.550000', '183741.010000', '183741.470000', '183741.930000', '183742.390000', '183742.850000', '183743.310000', '183743.770000', '183744.230000', '183744.690000', '183745.150000', '183745.610000', '183746.070000', '183746.530000', '183746.990000', '183747.450000', '183747.910000', '183748.370000', '183748.830000', '183749.290000', '183749.750000', '183750.210000', '183750.670000', '183751.130000', '183751.590000', '183752.050000', '183752.510000', '183752.970000', '183753.430000', '183753.890000', '183754.350000', '183754.810000', '183755.270000', '183755.730000', '183756.190000', '183756.650000', '183757.110000', '183757.570000', '183758.030000', '183758.490000', '183758.950000', '183759.410000', '183759.870000', '183800.330000', '183800.790000', '183801.250000', '183801.710000', '183802.170000', '183802.630000', '183803.090000', '183803.550000', '183804.010000', '183804.470000', '183804.930000', '183805.390000'], 'ContentTime': ['183120.547000', '183120.551000', '183120.555000', '183120.560000', '183120.586000', '183120.589000', '183120.592000', '183120.596000', '183120.599000', '183120.602000', '183120.621000', '183120.623000', '183120.627000', '183120.630000', '183120.633000', '183120.636000', '183120.639000', '183120.642000', '183120.645000', '183120.648000', '183120.651000', '183120.654000', '183120.657000', '183120.660000', '183120.663000', '183120.666000', '183120.669000', '183120.672000', '183120.674000', '183120.677000', '183120.680000', '183120.683000', '183120.686000', '183120.689000', '183120.692000', '183120.695000', '183120.698000', '183120.701000', '183120.704000', '183120.708000', '183120.710000', '183120.713000', '183140.513000', '183140.516000', '183140.519000', '183140.522000', '183140.524000', '183140.527000', '183140.530000', '183140.533000', '183140.536000', '183140.539000', '183140.542000', '183140.545000', '183140.548000', '183140.564000', '183140.567000', '183140.570000', '183140.573000', '183140.576000', '183140.579000', '183140.581000', '183140.584000', '183140.587000', '183140.590000', '183140.593000', '183140.595000', '183140.598000', '183140.601000', '183140.604000', '183140.607000', '183140.610000', '183140.612000', '183140.615000', '183140.618000', '183140.621000', '183140.624000', '183140.626000', '183140.629000', '183140.632000', '183140.635000', '183140.637000', '183140.640000', '183140.643000', '183140.646000', '183140.649000', '183200.513000', '183200.516000', '183200.519000', '183200.522000', '183200.524000', '183200.527000', '183200.530000', '183200.533000', '183200.536000', '183200.538000', '183200.541000', '183200.544000', '183200.547000', '183200.550000', '183200.552000', '183200.555000', '183200.558000', '183200.561000', '183200.564000', '183200.567000', '183200.570000', '183200.572000', '183200.575000', '183200.578000', '183200.581000', '183200.584000', '183200.586000', '183200.590000', '183200.592000', '183200.597000', '183200.600000', '183200.603000', '183200.605000', '183200.608000', '183200.611000', '183200.614000', '183200.617000', '183200.619000', '183200.622000', '183200.625000', '183200.628000', '183200.631000', '183200.634000', '183220.512000', '183220.515000', '183220.518000', '183220.521000', '183220.524000', '183220.527000', '183220.530000', '183220.533000', '183220.536000', '183220.538000', '183220.541000', '183220.544000', '183220.547000', '183220.550000', '183220.553000', '183220.556000', '183220.558000', '183220.561000', '183220.564000', '183220.567000', '183220.570000', '183220.573000', '183220.575000', '183220.578000', '183220.581000', '183220.584000', '183220.587000', '183220.590000', '183220.593000', '183220.595000', '183220.598000', '183220.601000', '183220.604000', '183220.607000', '183220.609000', '183220.612000', '183220.615000', '183220.620000', '183220.623000', '183220.626000', '183220.629000', '183220.631000', '183220.634000', '183220.637000', '183240.512000', '183240.515000', '183240.518000', '183240.521000', '183240.523000', '183240.526000', '183240.529000', '183240.532000', '183240.541000', '183240.543000', '183240.546000', '183240.549000', '183240.552000', '183240.555000', '183240.558000', '183240.561000', '183240.563000', '183240.566000', '183240.569000', '183240.572000', '183240.575000', '183240.578000', '183240.581000', '183240.584000', '183240.587000', '183240.590000', '183240.593000', '183240.596000', '183240.599000', '183240.601000', '183240.604000', '183240.607000', '183240.610000', '183240.613000', '183240.616000', '183240.619000', '183240.622000', '183240.625000', '183240.627000', '183240.630000', '183240.633000', '183240.636000', '183240.639000', '183300.512000', '183300.515000', '183300.518000', '183300.520000', '183300.523000', '183300.526000', '183300.529000', '183300.532000', '183300.535000', '183300.537000', '183300.540000', '183300.543000', '183300.546000', '183300.549000', '183300.552000', '183300.554000', '183300.557000', '183300.560000', '183300.563000', '183300.566000', '183300.569000', '183300.572000', '183300.574000', '183300.577000', '183300.580000', '183300.583000', '183300.586000', '183300.589000', '183300.591000', '183300.594000', '183300.597000', '183300.600000', '183300.603000', '183300.605000', '183300.608000', '183300.611000', '183300.614000', '183300.617000', '183300.619000', '183300.622000', '183300.625000', '183300.628000', '183300.631000', '183300.634000', '183320.512000', '183320.515000', '183320.518000', '183320.521000', '183320.523000', '183320.526000', '183320.529000', '183320.532000', '183320.548000', '183320.552000', '183320.554000', '183320.557000', '183320.560000', '183320.563000', '183320.566000', '183320.569000', '183320.571000', '183320.574000', '183320.577000', '183320.580000', '183320.583000', '183320.586000', '183320.588000', '183320.591000', '183320.594000', '183320.597000', '183320.600000', '183320.603000', '183320.605000', '183320.608000', '183320.612000', '183320.617000', '183320.620000', '183320.623000', '183320.626000', '183320.629000', '183320.632000', '183320.634000', '183320.637000', '183320.640000', '183320.643000', '183320.646000', '183320.649000', '183340.512000', '183340.515000', '183340.518000', '183340.521000', '183340.523000', '183340.526000', '183340.529000', '183340.532000', '183340.535000', '183340.538000', '183340.541000', '183340.543000', '183340.546000', '183340.549000', '183340.552000', '183340.555000', '183340.557000', '183340.560000', '183340.563000', '183340.566000', '183340.569000', '183340.572000', '183340.574000', '183340.577000', '183340.580000', '183340.583000', '183340.586000', '183340.589000', '183340.591000', '183340.594000', '183340.597000', '183340.600000', '183340.603000', '183340.606000', '183340.609000', '183340.612000', '183340.615000', '183340.618000', '183340.621000', '183340.623000', '183340.626000', '183340.629000', '183340.632000', '183340.635000', '183400.513000', '183400.516000', '183400.519000', '183400.522000', '183400.525000', '183400.527000', '183400.530000', '183400.533000', '183400.536000', '183400.539000', '183400.542000', '183400.544000', '183400.547000', '183400.550000', '183400.553000', '183400.556000', '183400.559000', '183400.561000', '183400.564000', '183400.567000', '183400.570000', '183400.574000', '183400.577000', '183400.580000', '183400.583000', '183400.586000', '183400.589000', '183400.592000', '183400.594000', '183400.597000', '183400.600000', '183400.603000', '183400.606000', '183400.609000', '183400.612000', '183400.614000', '183400.617000', '183400.620000', '183400.623000', '183400.627000', '183400.632000', '183400.635000', '183400.638000', '183420.513000', '183420.516000', '183420.519000', '183420.521000', '183420.524000', '183420.527000', '183420.530000', '183420.533000', '183420.536000', '183420.538000', '183420.541000', '183420.544000', '183420.547000', '183420.550000', '183420.554000', '183420.557000', '183420.559000', '183420.562000', '183420.565000', '183420.568000', '183420.571000', '183420.574000', '183420.577000', '183420.579000', '183420.582000', '183420.585000', '183420.588000', '183420.591000', '183420.594000', '183420.596000', '183420.599000', '183420.602000', '183420.605000', '183420.608000', '183420.611000', '183420.613000', '183420.616000', '183420.619000', '183420.622000', '183420.625000', '183420.628000', '183420.631000', '183420.633000', '183420.636000', '183440.512000', '183440.515000', '183440.518000', '183440.521000', '183440.524000', '183440.526000', '183440.529000', '183440.532000', '183440.535000', '183440.538000', '183440.541000', '183440.543000', '183440.546000', '183440.549000', '183440.552000', '183440.555000', '183440.558000', '183440.561000', '183440.563000', '183440.566000', '183440.569000', '183440.572000', '183440.575000', '183440.578000', '183440.581000', '183440.583000', '183440.586000', '183440.589000', '183440.592000', '183440.595000', '183440.597000', '183440.600000', '183440.603000', '183440.606000', '183440.609000', '183440.612000', '183440.615000', '183440.617000', '183440.620000', '183440.623000', '183440.626000', '183440.629000', '183440.632000', '183500.512000', '183500.515000', '183500.518000', '183500.521000', '183500.523000', '183500.526000', '183500.529000', '183500.532000', '183500.535000', '183500.538000', '183500.540000', '183500.543000', '183500.546000', '183500.549000', '183500.552000', '183500.555000', '183500.557000', '183500.560000', '183500.563000', '183500.566000', '183500.569000', '183500.572000', '183500.575000', '183500.578000', '183500.580000', '183500.583000', '183500.586000', '183500.589000', '183500.592000', '183500.594000', '183500.597000', '183500.600000', '183500.603000', '183500.606000', '183500.609000', '183500.611000', '183500.614000', '183500.617000', '183500.620000', '183500.623000', '183500.625000', '183500.628000', '183500.631000', '183500.634000', '183520.512000', '183520.515000', '183520.518000', '183520.521000', '183520.524000', '183520.526000', '183520.529000', '183520.532000', '183520.535000', '183520.538000', '183520.540000', '183520.543000', '183520.546000', '183520.549000', '183520.552000', '183520.554000', '183520.557000', '183520.560000', '183520.563000', '183520.567000', '183520.570000', '183520.573000', '183520.576000', '183520.579000', '183520.581000', '183520.584000', '183520.587000', '183520.590000', '183520.593000', '183520.595000', '183520.598000', '183520.601000', '183520.604000', '183520.607000', '183520.611000', '183520.614000', '183520.617000', '183520.620000', '183520.623000', '183520.626000', '183520.629000', '183520.632000', '183520.634000', '183540.512000', '183540.515000', '183540.518000', '183540.521000', '183540.524000', '183540.526000', '183540.529000', '183540.532000', '183540.535000', '183540.538000', '183540.540000', '183540.543000', '183540.546000', '183540.549000', '183540.552000', '183540.555000', '183540.557000', '183540.560000', '183540.563000', '183540.566000', '183540.569000', '183540.572000', '183540.575000', '183540.578000', '183540.580000', '183540.583000', '183540.586000', '183540.589000', '183540.592000', '183540.595000', '183540.597000', '183540.600000', '183540.603000', '183540.606000', '183540.609000', '183540.612000', '183540.614000', '183540.617000', '183540.620000', '183540.623000', '183540.626000', '183540.629000', '183540.631000', '183540.634000', '183600.512000', '183600.515000', '183600.518000', '183600.521000', '183600.524000', '183600.526000', '183600.529000', '183600.532000', '183600.535000', '183600.538000', '183600.541000', '183600.543000', '183600.546000', '183600.549000', '183600.552000', '183600.555000', '183600.558000', '183600.561000', '183600.564000', '183600.566000', '183600.569000', '183600.572000', '183600.575000', '183600.578000', '183600.581000', '183600.583000', '183600.586000', '183600.589000', '183600.592000', '183600.595000', '183600.598000', '183600.601000', '183600.603000', '183600.606000', '183600.609000', '183600.612000', '183600.615000', '183600.618000', '183600.621000', '183600.623000', '183600.626000', '183600.629000', '183600.632000', '183620.513000', '183620.516000', '183620.519000', '183620.522000', '183620.525000', '183620.527000', '183620.530000', '183620.533000', '183620.536000', '183620.539000', '183620.542000', '183620.544000', '183620.547000', '183620.550000', '183620.553000', '183620.564000', '183620.567000', '183620.570000', '183620.573000', '183620.576000', '183620.579000', '183620.582000', '183620.585000', '183620.588000', '183620.591000', '183620.594000', '183620.597000', '183620.599000', '183620.602000', '183620.605000', '183620.608000', '183620.611000', '183620.614000', '183620.617000', '183620.620000', '183620.622000', '183620.627000', '183620.630000', '183620.633000', '183620.636000', '183620.639000', '183620.641000', '183620.645000', '183620.647000', '183640.513000', '183640.516000', '183640.519000', '183640.522000', '183640.525000', '183640.528000', '183640.530000', '183640.533000', '183640.536000', '183640.539000', '183640.542000', '183640.545000', '183640.547000', '183640.550000', '183640.553000', '183640.556000', '183640.559000', '183640.562000', '183640.565000', '183640.568000', '183640.570000', '183640.573000', '183640.576000', '183640.579000', '183640.582000', '183640.584000', '183640.587000', '183640.590000', '183640.593000', '183640.596000', '183640.599000', '183640.601000', '183640.604000', '183640.607000', '183640.610000', '183640.613000', '183640.615000', '183640.618000', '183640.621000', '183640.624000', '183640.627000', '183640.629000', '183640.632000', '183700.512000', '183700.515000', '183700.518000', '183700.521000', '183700.523000', '183700.526000', '183700.529000', '183700.532000', '183700.535000', '183700.537000', '183700.540000', '183700.543000', '183700.546000', '183700.549000', '183700.552000', '183700.555000', '183700.557000', '183700.560000', '183700.563000', '183700.566000', '183700.569000', '183700.572000', '183700.575000', '183700.577000', '183700.580000', '183700.583000', '183700.586000', '183700.589000', '183700.592000', '183700.594000', '183700.597000', '183700.600000', '183700.603000', '183700.606000', '183700.608000', '183700.611000', '183700.615000', '183700.618000', '183700.621000', '183700.624000', '183700.627000', '183700.629000', '183700.632000', '183700.635000', '183720.512000', '183720.515000', '183720.518000', '183720.521000', '183720.524000', '183720.526000', '183720.529000', '183720.532000', '183720.535000', '183720.538000', '183720.540000', '183720.543000', '183720.546000', '183720.549000', '183720.552000', '183720.555000', '183720.558000', '183720.561000', '183720.563000', '183720.566000', '183720.569000', '183720.572000', '183720.575000', '183720.578000', '183720.581000', '183720.583000', '183720.586000', '183720.589000', '183720.592000', '183720.595000', '183720.598000', '183720.602000', '183720.605000', '183720.608000', '183720.610000', '183720.613000', '183720.616000', '183720.619000', '183720.622000', '183720.624000', '183720.627000', '183720.630000', '183720.633000', '183740.512000', '183740.515000', '183740.518000', '183740.521000', '183740.525000', '183740.528000', '183740.531000', '183740.534000', '183740.536000', '183740.539000', '183740.542000', '183740.545000', '183740.548000', '183740.551000', '183740.553000', '183740.556000', '183740.559000', '183740.562000', '183740.565000', '183740.568000', '183740.571000', '183740.574000', '183740.576000', '183740.579000', '183740.582000', '183740.585000', '183740.601000', '183740.604000', '183740.607000', '183740.610000', '183740.612000', '183740.615000', '183740.618000', '183740.621000', '183740.624000', '183740.626000', '183740.629000', '183740.632000', '183740.635000', '183740.638000', '183740.640000', '183740.643000', '183740.646000', '183800.512000', '183800.515000', '183800.518000', '183800.521000', '183800.524000', '183800.526000', '183800.529000', '183800.532000', '183800.535000', '183800.538000', '183800.541000', '183800.543000', '183800.546000', '183800.549000', '183800.552000', '183800.555000', '183800.558000', '183800.561000', '183800.563000', '183800.566000', '183800.569000', '183800.572000', '183800.575000', '183800.578000', '183800.581000', '183800.583000', '183800.586000', '183800.589000', '183800.592000', '183800.595000', '183800.598000', '183800.600000', '183800.603000', '183800.606000', '183800.609000', '183800.612000', '183800.614000', '183800.617000', '183800.620000', '183800.623000', '183800.626000', '183800.629000', '183800.631000', '183800.634000', '183806.786000', '183806.790000', '183806.793000', '183806.796000', '183806.799000', '183806.802000', '183806.804000', '183806.807000', '183806.810000', '183806.813000', '183806.816000', '183806.819000', '183806.822000', '183806.825000'], 'InstanceCreationTime': ['183120.547000', '183120.551000', '183120.555000', '183120.560000', '183120.586000', '183120.589000', '183120.592000', '183120.596000', '183120.599000', '183120.602000', '183120.621000', '183120.623000', '183120.627000', '183120.630000', '183120.633000', '183120.636000', '183120.639000', '183120.642000', '183120.645000', '183120.648000', '183120.651000', '183120.654000', '183120.657000', '183120.660000', '183120.663000', '183120.666000', '183120.669000', '183120.672000', '183120.674000', '183120.677000', '183120.680000', '183120.683000', '183120.686000', '183120.689000', '183120.692000', '183120.695000', '183120.698000', '183120.701000', '183120.704000', '183120.708000', '183120.710000', '183120.713000', '183140.513000', '183140.516000', '183140.519000', '183140.522000', '183140.524000', '183140.527000', '183140.530000', '183140.533000', '183140.536000', '183140.539000', '183140.542000', '183140.545000', '183140.548000', '183140.564000', '183140.567000', '183140.570000', '183140.573000', '183140.576000', '183140.579000', '183140.581000', '183140.584000', '183140.587000', '183140.590000', '183140.593000', '183140.595000', '183140.598000', '183140.601000', '183140.604000', '183140.607000', '183140.610000', '183140.612000', '183140.615000', '183140.618000', '183140.621000', '183140.624000', '183140.626000', '183140.629000', '183140.632000', '183140.635000', '183140.637000', '183140.640000', '183140.643000', '183140.646000', '183140.649000', '183200.513000', '183200.516000', '183200.519000', '183200.522000', '183200.524000', '183200.527000', '183200.530000', '183200.533000', '183200.536000', '183200.538000', '183200.541000', '183200.544000', '183200.547000', '183200.550000', '183200.552000', '183200.555000', '183200.558000', '183200.561000', '183200.564000', '183200.567000', '183200.570000', '183200.572000', '183200.575000', '183200.578000', '183200.581000', '183200.584000', '183200.586000', '183200.590000', '183200.592000', '183200.597000', '183200.600000', '183200.603000', '183200.605000', '183200.608000', '183200.611000', '183200.614000', '183200.617000', '183200.619000', '183200.622000', '183200.625000', '183200.628000', '183200.631000', '183200.634000', '183220.512000', '183220.515000', '183220.518000', '183220.521000', '183220.524000', '183220.527000', '183220.530000', '183220.533000', '183220.536000', '183220.538000', '183220.541000', '183220.544000', '183220.547000', '183220.550000', '183220.553000', '183220.556000', '183220.558000', '183220.561000', '183220.564000', '183220.567000', '183220.570000', '183220.573000', '183220.575000', '183220.578000', '183220.581000', '183220.584000', '183220.587000', '183220.590000', '183220.593000', '183220.595000', '183220.598000', '183220.601000', '183220.604000', '183220.607000', '183220.609000', '183220.612000', '183220.615000', '183220.620000', '183220.623000', '183220.626000', '183220.629000', '183220.631000', '183220.634000', '183220.637000', '183240.512000', '183240.515000', '183240.518000', '183240.521000', '183240.523000', '183240.526000', '183240.529000', '183240.532000', '183240.541000', '183240.543000', '183240.546000', '183240.549000', '183240.552000', '183240.555000', '183240.558000', '183240.561000', '183240.563000', '183240.566000', '183240.569000', '183240.572000', '183240.575000', '183240.578000', '183240.581000', '183240.584000', '183240.587000', '183240.590000', '183240.593000', '183240.596000', '183240.599000', '183240.601000', '183240.604000', '183240.607000', '183240.610000', '183240.613000', '183240.616000', '183240.619000', '183240.622000', '183240.625000', '183240.627000', '183240.630000', '183240.633000', '183240.636000', '183240.639000', '183300.512000', '183300.515000', '183300.518000', '183300.520000', '183300.523000', '183300.526000', '183300.529000', '183300.532000', '183300.535000', '183300.537000', '183300.540000', '183300.543000', '183300.546000', '183300.549000', '183300.552000', '183300.554000', '183300.557000', '183300.560000', '183300.563000', '183300.566000', '183300.569000', '183300.572000', '183300.574000', '183300.577000', '183300.580000', '183300.583000', '183300.586000', '183300.589000', '183300.591000', '183300.594000', '183300.597000', '183300.600000', '183300.603000', '183300.605000', '183300.608000', '183300.611000', '183300.614000', '183300.617000', '183300.619000', '183300.622000', '183300.625000', '183300.628000', '183300.631000', '183300.634000', '183320.512000', '183320.515000', '183320.518000', '183320.521000', '183320.523000', '183320.526000', '183320.529000', '183320.532000', '183320.548000', '183320.552000', '183320.554000', '183320.557000', '183320.560000', '183320.563000', '183320.566000', '183320.569000', '183320.571000', '183320.574000', '183320.577000', '183320.580000', '183320.583000', '183320.586000', '183320.588000', '183320.591000', '183320.594000', '183320.597000', '183320.600000', '183320.603000', '183320.605000', '183320.608000', '183320.612000', '183320.617000', '183320.620000', '183320.623000', '183320.626000', '183320.629000', '183320.632000', '183320.634000', '183320.637000', '183320.640000', '183320.643000', '183320.646000', '183320.649000', '183340.512000', '183340.515000', '183340.518000', '183340.521000', '183340.523000', '183340.526000', '183340.529000', '183340.532000', '183340.535000', '183340.538000', '183340.541000', '183340.543000', '183340.546000', '183340.549000', '183340.552000', '183340.555000', '183340.557000', '183340.560000', '183340.563000', '183340.566000', '183340.569000', '183340.572000', '183340.574000', '183340.577000', '183340.580000', '183340.583000', '183340.586000', '183340.589000', '183340.591000', '183340.594000', '183340.597000', '183340.600000', '183340.603000', '183340.606000', '183340.609000', '183340.612000', '183340.615000', '183340.618000', '183340.621000', '183340.623000', '183340.626000', '183340.629000', '183340.632000', '183340.635000', '183400.513000', '183400.516000', '183400.519000', '183400.522000', '183400.525000', '183400.527000', '183400.530000', '183400.533000', '183400.536000', '183400.539000', '183400.542000', '183400.544000', '183400.547000', '183400.550000', '183400.553000', '183400.556000', '183400.559000', '183400.561000', '183400.564000', '183400.567000', '183400.570000', '183400.574000', '183400.577000', '183400.580000', '183400.583000', '183400.586000', '183400.589000', '183400.592000', '183400.594000', '183400.597000', '183400.600000', '183400.603000', '183400.606000', '183400.609000', '183400.612000', '183400.614000', '183400.617000', '183400.620000', '183400.623000', '183400.627000', '183400.632000', '183400.635000', '183400.638000', '183420.513000', '183420.516000', '183420.519000', '183420.521000', '183420.524000', '183420.527000', '183420.530000', '183420.533000', '183420.536000', '183420.538000', '183420.541000', '183420.544000', '183420.547000', '183420.550000', '183420.554000', '183420.557000', '183420.559000', '183420.562000', '183420.565000', '183420.568000', '183420.571000', '183420.574000', '183420.577000', '183420.579000', '183420.582000', '183420.585000', '183420.588000', '183420.591000', '183420.594000', '183420.596000', '183420.599000', '183420.602000', '183420.605000', '183420.608000', '183420.611000', '183420.613000', '183420.616000', '183420.619000', '183420.622000', '183420.625000', '183420.628000', '183420.631000', '183420.633000', '183420.636000', '183440.512000', '183440.515000', '183440.518000', '183440.521000', '183440.524000', '183440.526000', '183440.529000', '183440.532000', '183440.535000', '183440.538000', '183440.541000', '183440.543000', '183440.546000', '183440.549000', '183440.552000', '183440.555000', '183440.558000', '183440.561000', '183440.563000', '183440.566000', '183440.569000', '183440.572000', '183440.575000', '183440.578000', '183440.581000', '183440.583000', '183440.586000', '183440.589000', '183440.592000', '183440.595000', '183440.597000', '183440.600000', '183440.603000', '183440.606000', '183440.609000', '183440.612000', '183440.615000', '183440.617000', '183440.620000', '183440.623000', '183440.626000', '183440.629000', '183440.632000', '183500.512000', '183500.515000', '183500.518000', '183500.521000', '183500.523000', '183500.526000', '183500.529000', '183500.532000', '183500.535000', '183500.538000', '183500.540000', '183500.543000', '183500.546000', '183500.549000', '183500.552000', '183500.555000', '183500.557000', '183500.560000', '183500.563000', '183500.566000', '183500.569000', '183500.572000', '183500.575000', '183500.578000', '183500.580000', '183500.583000', '183500.586000', '183500.589000', '183500.592000', '183500.594000', '183500.597000', '183500.600000', '183500.603000', '183500.606000', '183500.609000', '183500.611000', '183500.614000', '183500.617000', '183500.620000', '183500.623000', '183500.625000', '183500.628000', '183500.631000', '183500.634000', '183520.512000', '183520.515000', '183520.518000', '183520.521000', '183520.524000', '183520.526000', '183520.529000', '183520.532000', '183520.535000', '183520.538000', '183520.540000', '183520.543000', '183520.546000', '183520.549000', '183520.552000', '183520.554000', '183520.557000', '183520.560000', '183520.563000', '183520.567000', '183520.570000', '183520.573000', '183520.576000', '183520.579000', '183520.581000', '183520.584000', '183520.587000', '183520.590000', '183520.593000', '183520.595000', '183520.598000', '183520.601000', '183520.604000', '183520.607000', '183520.611000', '183520.614000', '183520.617000', '183520.620000', '183520.623000', '183520.626000', '183520.629000', '183520.632000', '183520.634000', '183540.512000', '183540.515000', '183540.518000', '183540.521000', '183540.524000', '183540.526000', '183540.529000', '183540.532000', '183540.535000', '183540.538000', '183540.540000', '183540.543000', '183540.546000', '183540.549000', '183540.552000', '183540.555000', '183540.557000', '183540.560000', '183540.563000', '183540.566000', '183540.569000', '183540.572000', '183540.575000', '183540.578000', '183540.580000', '183540.583000', '183540.586000', '183540.589000', '183540.592000', '183540.595000', '183540.597000', '183540.600000', '183540.603000', '183540.606000', '183540.609000', '183540.612000', '183540.614000', '183540.617000', '183540.620000', '183540.623000', '183540.626000', '183540.629000', '183540.631000', '183540.634000', '183600.512000', '183600.515000', '183600.518000', '183600.521000', '183600.524000', '183600.526000', '183600.529000', '183600.532000', '183600.535000', '183600.538000', '183600.541000', '183600.543000', '183600.546000', '183600.549000', '183600.552000', '183600.555000', '183600.558000', '183600.561000', '183600.564000', '183600.566000', '183600.569000', '183600.572000', '183600.575000', '183600.578000', '183600.581000', '183600.583000', '183600.586000', '183600.589000', '183600.592000', '183600.595000', '183600.598000', '183600.601000', '183600.603000', '183600.606000', '183600.609000', '183600.612000', '183600.615000', '183600.618000', '183600.621000', '183600.623000', '183600.626000', '183600.629000', '183600.632000', '183620.513000', '183620.516000', '183620.519000', '183620.522000', '183620.525000', '183620.527000', '183620.530000', '183620.533000', '183620.536000', '183620.539000', '183620.542000', '183620.544000', '183620.547000', '183620.550000', '183620.553000', '183620.564000', '183620.567000', '183620.570000', '183620.573000', '183620.576000', '183620.579000', '183620.582000', '183620.585000', '183620.588000', '183620.591000', '183620.594000', '183620.597000', '183620.599000', '183620.602000', '183620.605000', '183620.608000', '183620.611000', '183620.614000', '183620.617000', '183620.620000', '183620.622000', '183620.627000', '183620.630000', '183620.633000', '183620.636000', '183620.639000', '183620.641000', '183620.645000', '183620.647000', '183640.513000', '183640.516000', '183640.519000', '183640.522000', '183640.525000', '183640.528000', '183640.530000', '183640.533000', '183640.536000', '183640.539000', '183640.542000', '183640.545000', '183640.547000', '183640.550000', '183640.553000', '183640.556000', '183640.559000', '183640.562000', '183640.565000', '183640.568000', '183640.570000', '183640.573000', '183640.576000', '183640.579000', '183640.582000', '183640.584000', '183640.587000', '183640.590000', '183640.593000', '183640.596000', '183640.599000', '183640.601000', '183640.604000', '183640.607000', '183640.610000', '183640.613000', '183640.615000', '183640.618000', '183640.621000', '183640.624000', '183640.627000', '183640.629000', '183640.632000', '183700.512000', '183700.515000', '183700.518000', '183700.521000', '183700.523000', '183700.526000', '183700.529000', '183700.532000', '183700.535000', '183700.537000', '183700.540000', '183700.543000', '183700.546000', '183700.549000', '183700.552000', '183700.555000', '183700.557000', '183700.560000', '183700.563000', '183700.566000', '183700.569000', '183700.572000', '183700.575000', '183700.577000', '183700.580000', '183700.583000', '183700.586000', '183700.589000', '183700.592000', '183700.594000', '183700.597000', '183700.600000', '183700.603000', '183700.606000', '183700.608000', '183700.611000', '183700.615000', '183700.618000', '183700.621000', '183700.624000', '183700.627000', '183700.629000', '183700.632000', '183700.635000', '183720.512000', '183720.515000', '183720.518000', '183720.521000', '183720.524000', '183720.526000', '183720.529000', '183720.532000', '183720.535000', '183720.538000', '183720.540000', '183720.543000', '183720.546000', '183720.549000', '183720.552000', '183720.555000', '183720.558000', '183720.561000', '183720.563000', '183720.566000', '183720.569000', '183720.572000', '183720.575000', '183720.578000', '183720.581000', '183720.583000', '183720.586000', '183720.589000', '183720.592000', '183720.595000', '183720.598000', '183720.602000', '183720.605000', '183720.608000', '183720.610000', '183720.613000', '183720.616000', '183720.619000', '183720.622000', '183720.624000', '183720.627000', '183720.630000', '183720.633000', '183740.512000', '183740.515000', '183740.518000', '183740.521000', '183740.525000', '183740.528000', '183740.531000', '183740.534000', '183740.536000', '183740.539000', '183740.542000', '183740.545000', '183740.548000', '183740.551000', '183740.553000', '183740.556000', '183740.559000', '183740.562000', '183740.565000', '183740.568000', '183740.571000', '183740.574000', '183740.576000', '183740.579000', '183740.582000', '183740.585000', '183740.601000', '183740.604000', '183740.607000', '183740.610000', '183740.612000', '183740.615000', '183740.618000', '183740.621000', '183740.624000', '183740.626000', '183740.629000', '183740.632000', '183740.635000', '183740.638000', '183740.640000', '183740.643000', '183740.646000', '183800.512000', '183800.515000', '183800.518000', '183800.521000', '183800.524000', '183800.526000', '183800.529000', '183800.532000', '183800.535000', '183800.538000', '183800.541000', '183800.543000', '183800.546000', '183800.549000', '183800.552000', '183800.555000', '183800.558000', '183800.561000', '183800.563000', '183800.566000', '183800.569000', '183800.572000', '183800.575000', '183800.578000', '183800.581000', '183800.583000', '183800.586000', '183800.589000', '183800.592000', '183800.595000', '183800.598000', '183800.600000', '183800.603000', '183800.606000', '183800.609000', '183800.612000', '183800.614000', '183800.617000', '183800.620000', '183800.623000', '183800.626000', '183800.629000', '183800.631000', '183800.634000', '183806.786000', '183806.790000', '183806.793000', '183806.796000', '183806.799000', '183806.802000', '183806.804000', '183806.807000', '183806.810000', '183806.813000', '183806.816000', '183806.819000', '183806.822000', '183806.825000'], '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': [14107, 10304, 13187, 9894, 13527, 10313, 11203, 9904, 10156, 12360, 9952, 15277, 9868, 12862, 10046, 11497, 9661, 10481, 9907, 9641, 10144, 9573, 10335, 9581, 12273, 9545, 14392, 9687, 12555, 9827, 11759, 9948, 11735, 9732, 9643, 12827, 9696, 13911, 9939, 12420, 9767, 10050, 9965, 9471, 14443, 9798, 12259, 10363, 11326, 9843, 9589, 10865, 9606, 14580, 10242, 12942, 9986, 11886, 9848, 9331, 11658, 9540, 14144, 9835, 13095, 10356, 12222, 10164, 11425, 10252, 9611, 13337, 9863, 13499, 10135, 12938, 10244, 12409, 10392, 10552, 10392, 9695, 12784, 9711, 13657, 10012, 12886, 10383, 12146, 10606, 12056, 10621, 12497, 10372, 11902, 10366, 10503, 10331, 9442, 10296, 9759, 12523, 9863, 11977, 10350, 13149, 10511, 12046, 10544, 11486, 10934, 10970, 10788, 11266, 10761, 10711, 10999, 9694, 12785, 9961, 14007, 10409, 13433, 10691, 12921, 10505, 13429, 10792, 12155, 10444, 10447, 12779, 9959, 14418, 10009, 13788, 10339, 13403, 10491, 12942, 9982, 11070, 11621, 9567, 13924, 9917, 14238, 10262, 12769, 10287, 12786, 10189, 10361, 10939, 9795, 14337, 10085, 12654, 10419, 11484, 10228, 9759, 10724, 9956, 14231, 10087, 12830, 10344, 11367, 10496, 11106, 10305, 9801, 13029, 9938, 13949, 10461, 12920, 10500, 12485, 10576, 12416, 9912, 11644, 10607, 9859, 12653, 9674, 13687, 10116, 14042, 10297, 13550, 10157, 12996, 10424, 13249, 10176, 13390, 10011, 12853, 10320, 11628, 9732, 11865, 9973, 11546, 10053, 10258, 10647, 10139, 14112, 10373, 14532, 10017, 13094, 10109, 12448, 10277, 10024, 10388, 9618, 12485, 9584, 11249, 10056, 13453, 9926, 11438, 9789, 13701, 9712, 13449, 9943, 12561, 10181, 10029, 9473, 10902, 10475, 9703, 13541, 9813, 14192, 9865, 12719, 9946, 11287, 9696, 11155, 10545, 9657, 13889, 9941, 13565, 10393, 12650, 10156, 10752, 9542, 9848, 11053, 9774, 13878, 10027, 12675, 10260, 11408, 9808, 9924, 10582, 9427, 13250, 9988, 13741, 10287, 11950, 10096, 11078, 9710, 9409, 12377, 9705, 13423, 10291, 11804, 10650, 9915, 10369, 9425, 11018, 9679, 10956, 9854, 12691, 10537, 11591, 10660, 11915, 10746, 11553, 10019, 11885, 10361, 9953, 11456, 9642, 13680, 10111, 13551, 10325, 13678, 10021, 12489, 9788, 11203, 12018, 9936, 14571, 10229, 13734, 10241, 12254, 10333, 10538, 10420, 9786, 13458, 9727, 14176, 10367, 13241, 10096, 12677, 10621, 10017, 13940, 10013, 12461, 10721, 10852, 10264, 9479, 11895, 9977, 13371, 10708, 11716, 10581, 9907, 10962, 9570, 13887, 10518, 11249, 10341, 9664, 10757, 9662, 13078, 10259, 11682, 10827, 10230, 10482, 9768, 10867, 9889, 11439, 9544, 13955, 9915, 12447, 9854, 13262, 10221, 10919, 10365, 10986, 10658, 10850, 13286, 10806, 13590, 10171, 13712, 10547, 14950, 9893, 12589, 13328, 11213, 15421, 10165, 14225, 10442, 13640, 10300, 12360, 10677, 9795, 14631, 9977, 13465, 10602, 12996, 10615, 10369, 10576, 9887, 13114, 10035, 14417, 10540, 13486, 10282, 13832, 10359, 9536, 12372, 9874, 14836, 10416, 13899, 10412, 12125, 10653, 9634, 12253, 9781, 14519, 10785, 13036, 10438, 12746, 10754, 9505, 12952, 10152, 14025, 10560, 13089, 10542, 13182, 9884, 11541, 10349, 9585, 13839, 9884, 13153, 10699, 12831, 10425, 12415, 9462, 10640, 12982, 9836, 14164, 10334, 13094, 10951, 11382, 9793, 10130, 10332, 9582, 9675, 10989, 9896, 12135, 9976, 11428, 10300, 11341, 10078, 11428, 10080, 9891, 12797, 9691, 14828, 9737, 12690, 10328, 12088, 10518, 12396, 10484, 11020, 10348, 9579, 13569, 10090, 14459, 10513, 13758, 10398, 12945, 10115, 10898, 10328, 9554, 13671, 9962, 14042, 10432, 13296, 10306, 12308, 10328, 10272, 13667, 9957, 14276, 10327, 13105, 10453, 12550, 9639, 10670, 11444, 9754, 13861, 10537, 13556, 10570, 13217, 10660, 12608, 10364, 9912, 11787, 9798, 14019, 10392, 12952, 10637, 12068, 10718, 11880, 10834, 9782, 10858, 9992, 13582, 10349, 13153, 10964, 11470, 10374, 10561, 11425, 9943, 11936, 10220, 13775, 10636, 12528, 10969, 11477, 10690, 11574, 10497, 10807, 11099, 9859, 13400, 10505, 14671, 10901, 14299, 11191, 13131, 10539, 13171, 10281, 12051, 10863, 9871, 13255, 10376, 14001, 10394, 14596, 10481, 14082, 10807, 14534, 10671, 13606, 10870, 13636, 10258, 12368, 10663, 10280, 13665, 10079, 14973, 10816, 13288, 10762, 11056, 10848, 9619, 14224, 10338, 13972, 10567, 12635, 10531, 10921, 12563, 10084, 13947, 10357, 13540, 10515, 12892, 10148, 12484, 10680, 10449, 10306, 10969, 10624, 12089, 10238, 10032, 9318, 13553, 9524, 14641, 9870, 13999, 9476, 12408, 14226, 10049, 15345, 11446, 14583, 12328, 12354, 16427, 11519, 13171, 8537, 11056, 9989, 8859, 14563, 8844, 12194, 8799, 10011, 14369, 8536, 13028, 8662, 10630, 9397, 8253, 11499, 8386, 12272, 8859, 10842, 8660, 9947, 9553, 8708, 10889, 8676, 12777, 9209, 11516, 9414, 10583, 9590, 10475, 9509, 10948, 10321, 10049, 10808, 10158, 10432, 10479, 9977, 11331, 10419, 10754, 11464, 10977, 12796, 10610, 11008, 10052, 13213, 10458, 14776, 11692, 14233, 10787, 14404, 10553, 14963, 10936, 15467, 11132, 14591, 10306, 13845, 10368, 13534, 10287, 12195, 10286, 11445, 10443, 9162, 9688, 9843, 9476, 12271, 9545, 14157, 9426, 13453, 9453, 13416, 9833, 13379, 10554, 10572, 14849, 9851, 15487, 9707, 14620, 9510, 13026, 9756, 11208, 10401, 10806, 15124, 10026, 14698, 10159, 13856, 10123, 12902, 10203, 11110, 10967, 9998, 14651, 9846, 14739, 9829, 14553, 9800, 13510, 9934, 10695, 11174, 9228, 15136, 9837, 13768, 10054, 12109, 9684, 9639, 14152, 9434, 14183, 9972, 12732, 9589, 11180, 10215, 9421, 14502, 9745, 13556, 10177, 12134, 9889, 10319, 9872, 9414, 10738, 9527, 13844, 9698, 14079, 10275, 14229, 10188, 12623, 10229, 13396, 10237, 13080, 9713, 14235, 9994, 11821, 13735, 10056, 15125, 10003, 14144, 10254, 12733, 9687, 12275, 10356, 9911, 11225, 9431, 14114, 9819, 13503, 9789, 14659, 10228, 13920, 10250, 14059, 10263, 12549, 9889, 11458, 10319, 9545, 13087, 9309, 14766, 10034, 13699, 10143, 13195, 10209, 11571, 10074, 9650, 10963, 9937, 14147, 9985, 12928, 10538, 12287, 10010, 10259, 10124, 9540, 11545, 9878, 13905, 10203, 12669, 10341, 12763, 10015, 10973, 10043, 10754, 10426, 9598, 12001, 9586, 13723, 10071, 14672, 10432, 13943, 10135, 13968, 10011, 13797, 10342, 10770, 13727, 10455, 15400, 10348, 14306, 9879, 12140, 10581, 9683, 14324, 10364, 15079, 10063, 13557, 9613, 11823, 10333, 9506, 14073, 9587, 14148, 9789, 13777, 10100, 13406, 9780, 10476, 11100, 9590, 14031, 9689, 14396, 9821, 13005, 9688, 12535, 10201], 'WindowCenter': [4676.0, 4606.0, 4605.0, 4572.0, 4590.0, 4556.0, 4551.0, 4530.0, 4540.0, 4561.0, 4529.0, 4567.0, 4524.0, 4545.0, 4528.0, 4536.0, 4526.0, 4534.0, 4525.0, 4524.0, 4538.0, 4526.0, 4528.0, 4525.0, 4546.0, 4529.0, 4569.0, 4528.0, 4546.0, 4523.0, 4536.0, 4529.0, 4545.0, 4516.0, 4516.0, 4545.0, 4527.0, 4553.0, 4526.0, 4545.0, 4514.0, 4515.0, 4525.0, 4527.0, 4552.0, 4515.0, 4534.0, 4526.0, 4536.0, 4515.0, 4513.0, 4523.0, 4512.0, 4556.0, 4526.0, 4545.0, 4514.0, 4535.0, 4526.0, 4517.0, 4534.0, 4516.0, 4555.0, 4525.0, 4556.0, 4536.0, 4547.0, 4525.0, 4536.0, 4525.0, 4528.0, 4557.0, 4528.0, 4556.0, 4537.0, 4558.0, 4538.0, 4545.0, 4526.0, 4537.0, 4539.0, 4526.0, 4557.0, 4528.0, 4557.0, 4540.0, 4557.0, 4537.0, 4547.0, 4538.0, 4559.0, 4550.0, 4556.0, 4541.0, 4563.0, 4553.0, 4549.0, 4540.0, 4541.0, 4537.0, 4543.0, 4571.0, 4553.0, 4561.0, 4552.0, 4572.0, 4565.0, 4573.0, 4565.0, 4563.0, 4563.0, 4561.0, 4566.0, 4562.0, 4553.0, 4551.0, 4552.0, 4540.0, 4574.0, 4554.0, 4572.0, 4552.0, 4567.0, 4549.0, 4572.0, 4549.0, 4572.0, 4549.0, 4560.0, 4551.0, 4538.0, 4559.0, 4529.0, 4557.0, 4525.0, 4569.0, 4539.0, 4558.0, 4537.0, 4547.0, 4536.0, 4538.0, 4537.0, 4527.0, 4555.0, 4527.0, 4556.0, 4523.0, 4545.0, 4525.0, 4545.0, 4526.0, 4538.0, 4536.0, 4527.0, 4556.0, 4526.0, 4556.0, 4536.0, 4548.0, 4526.0, 4529.0, 4537.0, 4540.0, 4568.0, 4539.0, 4557.0, 4538.0, 4545.0, 4552.0, 4550.0, 4539.0, 4540.0, 4558.0, 4540.0, 4571.0, 4551.0, 4559.0, 4536.0, 4555.0, 4551.0, 4556.0, 4526.0, 4548.0, 4538.0, 4538.0, 4560.0, 4530.0, 4558.0, 4528.0, 4557.0, 4539.0, 4557.0, 4538.0, 4557.0, 4537.0, 4554.0, 4540.0, 4558.0, 4526.0, 4547.0, 4526.0, 4547.0, 4526.0, 4547.0, 4526.0, 4536.0, 4526.0, 4537.0, 4538.0, 4538.0, 4557.0, 4526.0, 4556.0, 4526.0, 4556.0, 4525.0, 4545.0, 4523.0, 4525.0, 4527.0, 4524.0, 4545.0, 4515.0, 4534.0, 4527.0, 4556.0, 4527.0, 4535.0, 4526.0, 4555.0, 4529.0, 4555.0, 4523.0, 4545.0, 4525.0, 4524.0, 4526.0, 4534.0, 4526.0, 4527.0, 4557.0, 4529.0, 4556.0, 4526.0, 4545.0, 4525.0, 4536.0, 4515.0, 4534.0, 4524.0, 4515.0, 4555.0, 4526.0, 4555.0, 4523.0, 4546.0, 4524.0, 4525.0, 4513.0, 4522.0, 4534.0, 4526.0, 4552.0, 4526.0, 4545.0, 4525.0, 4536.0, 4525.0, 4528.0, 4523.0, 4517.0, 4542.0, 4525.0, 4554.0, 4537.0, 4544.0, 4523.0, 4536.0, 4515.0, 4514.0, 4555.0, 4526.0, 4556.0, 4538.0, 4547.0, 4537.0, 4535.0, 4551.0, 4530.0, 4549.0, 4541.0, 4549.0, 4552.0, 4572.0, 4553.0, 4562.0, 4552.0, 4559.0, 4563.0, 4563.0, 4539.0, 4563.0, 4540.0, 4539.0, 4550.0, 4530.0, 4567.0, 4542.0, 4568.0, 4541.0, 4571.0, 4527.0, 4546.0, 4528.0, 4539.0, 4559.0, 4528.0, 4567.0, 4527.0, 4555.0, 4523.0, 4543.0, 4527.0, 4538.0, 4537.0, 4529.0, 4557.0, 4527.0, 4554.0, 4539.0, 4558.0, 4526.0, 4547.0, 4525.0, 4526.0, 4557.0, 4528.0, 4547.0, 4537.0, 4537.0, 4536.0, 4528.0, 4548.0, 4541.0, 4569.0, 4540.0, 4560.0, 4539.0, 4540.0, 4547.0, 4543.0, 4570.0, 4550.0, 4547.0, 4539.0, 4538.0, 4552.0, 4541.0, 4570.0, 4541.0, 4560.0, 4551.0, 4553.0, 4553.0, 4542.0, 4551.0, 4554.0, 4564.0, 4558.0, 4597.0, 4529.0, 4547.0, 4541.0, 4560.0, 4554.0, 4567.0, 4568.0, 4566.0, 4553.0, 4554.0, 4572.0, 4566.0, 4589.0, 4556.0, 4572.0, 4542.0, 4580.0, 4531.0, 4577.0, 4563.0, 4553.0, 4567.0, 4529.0, 4567.0, 4542.0, 4557.0, 4527.0, 4545.0, 4526.0, 4528.0, 4570.0, 4530.0, 4557.0, 4525.0, 4545.0, 4527.0, 4538.0, 4540.0, 4541.0, 4559.0, 4529.0, 4566.0, 4551.0, 4559.0, 4529.0, 4556.0, 4526.0, 4525.0, 4560.0, 4527.0, 4569.0, 4528.0, 4554.0, 4527.0, 4547.0, 4527.0, 4528.0, 4535.0, 4526.0, 4567.0, 4550.0, 4555.0, 4537.0, 4547.0, 4526.0, 4530.0, 4544.0, 4525.0, 4556.0, 4527.0, 4555.0, 4540.0, 4556.0, 4523.0, 4537.0, 4524.0, 4529.0, 4556.0, 4527.0, 4546.0, 4526.0, 4546.0, 4551.0, 4561.0, 4527.0, 4538.0, 4543.0, 4526.0, 4554.0, 4528.0, 4544.0, 4539.0, 4551.0, 4516.0, 4528.0, 4526.0, 4513.0, 4516.0, 4539.0, 4527.0, 4548.0, 4527.0, 4535.0, 4538.0, 4551.0, 4529.0, 4548.0, 4528.0, 4530.0, 4556.0, 4543.0, 4571.0, 4531.0, 4557.0, 4536.0, 4546.0, 4554.0, 4562.0, 4541.0, 4548.0, 4539.0, 4527.0, 4571.0, 4553.0, 4570.0, 4541.0, 4559.0, 4539.0, 4561.0, 4541.0, 4540.0, 4528.0, 4526.0, 4557.0, 4529.0, 4568.0, 4540.0, 4559.0, 4527.0, 4547.0, 4539.0, 4540.0, 4557.0, 4528.0, 4556.0, 4527.0, 4557.0, 4540.0, 4548.0, 4527.0, 4535.0, 4534.0, 4529.0, 4559.0, 4539.0, 4557.0, 4537.0, 4554.0, 4538.0, 4548.0, 4540.0, 4540.0, 4547.0, 4530.0, 4557.0, 4539.0, 4557.0, 4550.0, 4561.0, 4538.0, 4547.0, 4550.0, 4543.0, 4552.0, 4540.0, 4571.0, 4541.0, 4569.0, 4564.0, 4562.0, 4542.0, 4550.0, 4548.0, 4539.0, 4563.0, 4555.0, 4572.0, 4554.0, 4572.0, 4553.0, 4560.0, 4566.0, 4564.0, 4552.0, 4554.0, 4550.0, 4543.0, 4584.0, 4554.0, 4582.0, 4553.0, 4581.0, 4549.0, 4569.0, 4554.0, 4570.0, 4541.0, 4559.0, 4548.0, 4543.0, 4569.0, 4542.0, 4571.0, 4541.0, 4570.0, 4553.0, 4571.0, 4551.0, 4570.0, 4540.0, 4566.0, 4553.0, 4568.0, 4539.0, 4557.0, 4538.0, 4539.0, 4556.0, 4540.0, 4569.0, 4539.0, 4559.0, 4538.0, 4536.0, 4550.0, 4530.0, 4557.0, 4539.0, 4558.0, 4537.0, 4547.0, 4539.0, 4539.0, 4546.0, 4527.0, 4556.0, 4527.0, 4555.0, 4537.0, 4556.0, 4553.0, 4560.0, 4539.0, 4538.0, 4538.0, 4550.0, 4550.0, 4570.0, 4540.0, 4539.0, 4531.0, 4559.0, 4530.0, 4569.0, 4527.0, 4559.0, 4514.0, 4549.0, 4543.0, 4516.0, 4553.0, 4523.0, 4541.0, 4518.0, 4521.0, 4529.0, 4497.0, 4506.0, 4464.0, 4484.0, 4472.0, 4463.0, 4512.0, 4462.0, 4492.0, 4462.0, 4483.0, 4512.0, 4463.0, 4502.0, 4463.0, 4483.0, 4473.0, 4465.0, 4493.0, 4465.0, 4506.0, 4477.0, 4497.0, 4478.0, 4499.0, 4498.0, 4491.0, 4510.0, 4492.0, 4531.0, 4502.0, 4524.0, 4515.0, 4551.0, 4541.0, 4550.0, 4528.0, 4550.0, 4550.0, 4550.0, 4562.0, 4553.0, 4565.0, 4566.0, 4566.0, 4587.0, 4578.0, 4591.0, 4587.0, 4591.0, 4588.0, 4579.0, 4577.0, 4569.0, 4595.0, 4578.0, 4608.0, 4586.0, 4597.0, 4576.0, 4593.0, 4578.0, 4608.0, 4578.0, 4594.0, 4566.0, 4593.0, 4555.0, 4581.0, 4553.0, 4570.0, 4552.0, 4563.0, 4567.0, 4575.0, 4564.0, 4543.0, 4542.0, 4555.0, 4542.0, 4559.0, 4542.0, 4582.0, 4540.0, 4572.0, 4531.0, 4569.0, 4538.0, 4580.0, 4551.0, 4553.0, 4571.0, 4530.0, 4569.0, 4542.0, 4583.0, 4528.0, 4560.0, 4529.0, 4548.0, 4538.0, 4540.0, 4569.0, 4524.0, 4567.0, 4528.0, 4557.0, 4527.0, 4548.0, 4524.0, 4538.0, 4535.0, 4529.0, 4557.0, 4523.0, 4553.0, 4525.0, 4557.0, 4515.0, 4544.0, 4512.0, 4523.0, 4523.0, 4514.0, 4550.0, 4513.0, 4542.0, 4510.0, 4533.0, 4510.0, 4514.0, 4542.0, 4502.0, 4541.0, 4509.0, 4543.0, 4513.0, 4523.0, 4511.0, 4499.0, 4552.0, 4514.0, 4543.0, 4524.0, 4532.0, 4524.0, 4527.0, 4522.0, 4516.0, 4534.0, 4523.0, 4553.0, 4527.0, 4556.0, 4527.0, 4555.0, 4538.0, 4545.0, 4526.0, 4557.0, 4537.0, 4558.0, 4528.0, 4567.0, 4527.0, 4545.0, 4553.0, 4526.0, 4552.0, 4512.0, 4552.0, 4522.0, 4544.0, 4515.0, 4541.0, 4525.0, 4526.0, 4534.0, 4526.0, 4556.0, 4527.0, 4556.0, 4524.0, 4566.0, 4536.0, 4567.0, 4538.0, 4556.0, 4538.0, 4554.0, 4539.0, 4546.0, 4538.0, 4528.0, 4558.0, 4526.0, 4569.0, 4539.0, 4568.0, 4535.0, 4555.0, 4537.0, 4550.0, 4527.0, 4540.0, 4549.0, 4541.0, 4581.0, 4550.0, 4571.0, 4551.0, 4557.0, 4538.0, 4553.0, 4549.0, 4542.0, 4561.0, 4553.0, 4583.0, 4563.0, 4570.0, 4554.0, 4572.0, 4552.0, 4562.0, 4553.0, 4565.0, 4552.0, 4551.0, 4571.0, 4556.0, 4582.0, 4555.0, 4580.0, 4550.0, 4580.0, 4554.0, 4582.0, 4551.0, 4580.0, 4549.0, 4550.0, 4580.0, 4553.0, 4580.0, 4549.0, 4571.0, 4540.0, 4562.0, 4552.0, 4539.0, 4581.0, 4540.0, 4576.0, 4539.0, 4558.0, 4541.0, 4561.0, 4540.0, 4530.0, 4566.0, 4539.0, 4579.0, 4551.0, 4568.0, 4539.0, 4568.0, 4541.0, 4552.0, 4548.0, 4542.0, 4570.0, 4541.0, 4579.0, 4554.0, 4572.0, 4541.0, 4569.0, 4548.0], 'WindowWidth': [10233.0, 10114.0, 10092.0, 10038.0, 10059.0, 10001.0, 9990.0, 9955.0, 9968.0, 9999.0, 9951.0, 10002.0, 9939.0, 9968.0, 9949.0, 9958.0, 9944.0, 9955.0, 9941.0, 9941.0, 9964.0, 9945.0, 9948.0, 9943.0, 9970.0, 9950.0, 10007.0, 9948.0, 9970.0, 9936.0, 9954.0, 9952.0, 9969.0, 9928.0, 9929.0, 9967.0, 9943.0, 9979.0, 9941.0, 9966.0, 9922.0, 9924.0, 9940.0, 9945.0, 9975.0, 9926.0, 9949.0, 9941.0, 9957.0, 9925.0, 9922.0, 9935.0, 9921.0, 9983.0, 9942.0, 9966.0, 9924.0, 9951.0, 9942.0, 9934.0, 9951.0, 9928.0, 9980.0, 9939.0, 9982.0, 9959.0, 9971.0, 9939.0, 9956.0, 9939.0, 9949.0, 9986.0, 9947.0, 9984.0, 9960.0, 9989.0, 9962.0, 9970.0, 9943.0, 9960.0, 9965.0, 9945.0, 9987.0, 9947.0, 9987.0, 9969.0, 9987.0, 9961.0, 9972.0, 9964.0, 9993.0, 9984.0, 9987.0, 9972.0, 10006.0, 9991.0, 9982.0, 9967.0, 9970.0, 9963.0, 9978.0, 10014.0, 9992.0, 9999.0, 9988.0, 10016.0, 10012.0, 10017.0, 10012.0, 10004.0, 10005.0, 10002.0, 10014.0, 10004.0, 9989.0, 9987.0, 9986.0, 9970.0, 10021.0, 9994.0, 10016.0, 9988.0, 10004.0, 9981.0, 10016.0, 9981.0, 10014.0, 9978.0, 9995.0, 9985.0, 9964.0, 9991.0, 9950.0, 9988.0, 9943.0, 10007.0, 9964.0, 9989.0, 9958.0, 9973.0, 9959.0, 9962.0, 9958.0, 9944.0, 9983.0, 9946.0, 9985.0, 9938.0, 9965.0, 9940.0, 9967.0, 9942.0, 9963.0, 9955.0, 9945.0, 9984.0, 9942.0, 9985.0, 9962.0, 9976.0, 9942.0, 9952.0, 9960.0, 9969.0, 10004.0, 9965.0, 9987.0, 9962.0, 9970.0, 9989.0, 9982.0, 9964.0, 9968.0, 9991.0, 9968.0, 10013.0, 9985.0, 9992.0, 9959.0, 9985.0, 9987.0, 9990.0, 9945.0, 9976.0, 9961.0, 9963.0, 9996.0, 9953.0, 9991.0, 9948.0, 9988.0, 9965.0, 9987.0, 9961.0, 9985.0, 9959.0, 9980.0, 9968.0, 9991.0, 9943.0, 9972.0, 9942.0, 9974.0, 9944.0, 9974.0, 9942.0, 9957.0, 9943.0, 9958.0, 9964.0, 9963.0, 9988.0, 9943.0, 9985.0, 9943.0, 9984.0, 9940.0, 9967.0, 9934.0, 9938.0, 9945.0, 9938.0, 9966.0, 9925.0, 9951.0, 9946.0, 9985.0, 9946.0, 9955.0, 9943.0, 9982.0, 9951.0, 9981.0, 9938.0, 9965.0, 9939.0, 9940.0, 9943.0, 9955.0, 9942.0, 9944.0, 9988.0, 9950.0, 9981.0, 9941.0, 9965.0, 9941.0, 9957.0, 9926.0, 9953.0, 9937.0, 9925.0, 9980.0, 9943.0, 9981.0, 9938.0, 9968.0, 9936.0, 9938.0, 9921.0, 9934.0, 9951.0, 9940.0, 9976.0, 9942.0, 9965.0, 9940.0, 9956.0, 9939.0, 9948.0, 9938.0, 9932.0, 9961.0, 9940.0, 9978.0, 9960.0, 9968.0, 9939.0, 9958.0, 9926.0, 9926.0, 9984.0, 9946.0, 9984.0, 9962.0, 9971.0, 9960.0, 9957.0, 9986.0, 9955.0, 9978.0, 9969.0, 9979.0, 9987.0, 10017.0, 9989.0, 10001.0, 9986.0, 9993.0, 10004.0, 10003.0, 9968.0, 10004.0, 9967.0, 9966.0, 9981.0, 9954.0, 10003.0, 9972.0, 10005.0, 9970.0, 10009.0, 9947.0, 9972.0, 9947.0, 9963.0, 9992.0, 9948.0, 10000.0, 9944.0, 9981.0, 9937.0, 9963.0, 9944.0, 9964.0, 9959.0, 9950.0, 9985.0, 9944.0, 9980.0, 9965.0, 9990.0, 9941.0, 9971.0, 9937.0, 9940.0, 9987.0, 9949.0, 9970.0, 9957.0, 9957.0, 9957.0, 9949.0, 9975.0, 9972.0, 10007.0, 9967.0, 9993.0, 9963.0, 9966.0, 9976.0, 9976.0, 10008.0, 9982.0, 9976.0, 9965.0, 9966.0, 9988.0, 9972.0, 10009.0, 9970.0, 9994.0, 9983.0, 9991.0, 9991.0, 9975.0, 9985.0, 9991.0, 10008.0, 10006.0, 10060.0, 9947.0, 9966.0, 9969.0, 9993.0, 9995.0, 10017.0, 10017.0, 10009.0, 9992.0, 9989.0, 10015.0, 10010.0, 10050.0, 9997.0, 10017.0, 9970.0, 10026.0, 9956.0, 10028.0, 10001.0, 9987.0, 10000.0, 9948.0, 10002.0, 9972.0, 9988.0, 9943.0, 9968.0, 9940.0, 9943.0, 10010.0, 9950.0, 9986.0, 9941.0, 9965.0, 9943.0, 9963.0, 9968.0, 9969.0, 9990.0, 9950.0, 9999.0, 9985.0, 9990.0, 9950.0, 9986.0, 9941.0, 9941.0, 9996.0, 9947.0, 10005.0, 9946.0, 9978.0, 9944.0, 9974.0, 9944.0, 9947.0, 9952.0, 9940.0, 9998.0, 9981.0, 9982.0, 9958.0, 9972.0, 9940.0, 9953.0, 9968.0, 9942.0, 9982.0, 9943.0, 9982.0, 9967.0, 9986.0, 9936.0, 9958.0, 9939.0, 9952.0, 9983.0, 9944.0, 9968.0, 9943.0, 9970.0, 9985.0, 9999.0, 9946.0, 9962.0, 9965.0, 9945.0, 9981.0, 9947.0, 9965.0, 9964.0, 9982.0, 9925.0, 9944.0, 9941.0, 9920.0, 9925.0, 9965.0, 9946.0, 9974.0, 9944.0, 9954.0, 9963.0, 9982.0, 9951.0, 9976.0, 9947.0, 9951.0, 9984.0, 9975.0, 10011.0, 9956.0, 9986.0, 9959.0, 9971.0, 9993.0, 10001.0, 9969.0, 9979.0, 9964.0, 9948.0, 10013.0, 9990.0, 10009.0, 9970.0, 9991.0, 9963.0, 9998.0, 9971.0, 9968.0, 9948.0, 9943.0, 9987.0, 9951.0, 10007.0, 9968.0, 9992.0, 9944.0, 9973.0, 9966.0, 9968.0, 9988.0, 9946.0, 9985.0, 9943.0, 9985.0, 9967.0, 9977.0, 9944.0, 9955.0, 9952.0, 9952.0, 9992.0, 9963.0, 9985.0, 9960.0, 9979.0, 9961.0, 9976.0, 9969.0, 9969.0, 9974.0, 9953.0, 9989.0, 9965.0, 9991.0, 9983.0, 9996.0, 9964.0, 9976.0, 9980.0, 9977.0, 9989.0, 9971.0, 10011.0, 9970.0, 10008.0, 10007.0, 10000.0, 9973.0, 9985.0, 9978.0, 9969.0, 10004.0, 9997.0, 10015.0, 9994.0, 10015.0, 9990.0, 9997.0, 10013.0, 10006.0, 9987.0, 9993.0, 9984.0, 9976.0, 10037.0, 9994.0, 10030.0, 9992.0, 10026.0, 9981.0, 10010.0, 9994.0, 10014.0, 9972.0, 9995.0, 9977.0, 9977.0, 10012.0, 9975.0, 10014.0, 9972.0, 10011.0, 9991.0, 10012.0, 9986.0, 10009.0, 9968.0, 10001.0, 9991.0, 10007.0, 9965.0, 9990.0, 9962.0, 9964.0, 9986.0, 9968.0, 10007.0, 9965.0, 9992.0, 9960.0, 9958.0, 9980.0, 9955.0, 9988.0, 9964.0, 9988.0, 9959.0, 9972.0, 9964.0, 9964.0, 9970.0, 9944.0, 9983.0, 9944.0, 9979.0, 9959.0, 9987.0, 9991.0, 9998.0, 9967.0, 9959.0, 9962.0, 9982.0, 9982.0, 10010.0, 9968.0, 9965.0, 9956.0, 9991.0, 9950.0, 10003.0, 9944.0, 9990.0, 9924.0, 9973.0, 9962.0, 9925.0, 9974.0, 9930.0, 9957.0, 9916.0, 9921.0, 9934.0, 9884.0, 9895.0, 9834.0, 9860.0, 9842.0, 9830.0, 9896.0, 9829.0, 9869.0, 9827.0, 9857.0, 9898.0, 9831.0, 9882.0, 9831.0, 9857.0, 9844.0, 9837.0, 9874.0, 9839.0, 9894.0, 9859.0, 9885.0, 9863.0, 9891.0, 9889.0, 9883.0, 9908.0, 9886.0, 9937.0, 9901.0, 9930.0, 9922.0, 9984.0, 9970.0, 9980.0, 9949.0, 9982.0, 9983.0, 9984.0, 10004.0, 9993.0, 10011.0, 10014.0, 10016.0, 10046.0, 10037.0, 10057.0, 10048.0, 10057.0, 10049.0, 10037.0, 10032.0, 10023.0, 10056.0, 10039.0, 10078.0, 10046.0, 10060.0, 10031.0, 10051.0, 10035.0, 10078.0, 10033.0, 10054.0, 10015.0, 10051.0, 9996.0, 10028.0, 9990.0, 10012.0, 9988.0, 10005.0, 10016.0, 10025.0, 10008.0, 9976.0, 9972.0, 9995.0, 9977.0, 9995.0, 9976.0, 10034.0, 9971.0, 10014.0, 9956.0, 10008.0, 9965.0, 10028.0, 9988.0, 9990.0, 10011.0, 9952.0, 10007.0, 9974.0, 10031.0, 9951.0, 9994.0, 9949.0, 9978.0, 9961.0, 9966.0, 10007.0, 9940.0, 10000.0, 9948.0, 9988.0, 9946.0, 9973.0, 9938.0, 9961.0, 9955.0, 9949.0, 9986.0, 9936.0, 9978.0, 9942.0, 9985.0, 9926.0, 9963.0, 9916.0, 9933.0, 9934.0, 9922.0, 9969.0, 9918.0, 9955.0, 9915.0, 9945.0, 9914.0, 9922.0, 9957.0, 9902.0, 9953.0, 9911.0, 9959.0, 9920.0, 9932.0, 9913.0, 9897.0, 9972.0, 9923.0, 9960.0, 9936.0, 9944.0, 9937.0, 9944.0, 9934.0, 9928.0, 9950.0, 9937.0, 9977.0, 9947.0, 9982.0, 9945.0, 9980.0, 9961.0, 9968.0, 9943.0, 9983.0, 9960.0, 9988.0, 9947.0, 10002.0, 9944.0, 9969.0, 9979.0, 9942.0, 9977.0, 9921.0, 9973.0, 9934.0, 9964.0, 9926.0, 9960.0, 9938.0, 9942.0, 9951.0, 9944.0, 9984.0, 9945.0, 9984.0, 9942.0, 9998.0, 9959.0, 9999.0, 9961.0, 9984.0, 9961.0, 9981.0, 9966.0, 9974.0, 9963.0, 9949.0, 9988.0, 9947.0, 10008.0, 9965.0, 10002.0, 9957.0, 9983.0, 9963.0, 9981.0, 9947.0, 9968.0, 9980.0, 9971.0, 10027.0, 9987.0, 10012.0, 9986.0, 9990.0, 9968.0, 9992.0, 9983.0, 9976.0, 9999.0, 9989.0, 10034.0, 10008.0, 10013.0, 9995.0, 10015.0, 9990.0, 10005.0, 9992.0, 10010.0, 9989.0, 9989.0, 10018.0, 10000.0, 10031.0, 9998.0, 10028.0, 9986.0, 10028.0, 9996.0, 10031.0, 9988.0, 10027.0, 9982.0, 9984.0, 10029.0, 9992.0, 10027.0, 9981.0, 10011.0, 9969.0, 10000.0, 9990.0, 9969.0, 10026.0, 9969.0, 10016.0, 9966.0, 9991.0, 9972.0, 9999.0, 9968.0, 9954.0, 10002.0, 9966.0, 10023.0, 9989.0, 10008.0, 9967.0, 10005.0, 9972.0, 9990.0, 9979.0, 9974.0, 10011.0, 9972.0, 10026.0, 9995.0, 10017.0, 9971.0, 10008.0, 9980.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.001200532608695652</td></tr>
<tr><td colspan=3>aqi</td><td>0.02406206402173913</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.23864154178453</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2781106468770413</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0135979363656147</td></tr>
<tr><td colspan=3>efc</td><td>0.5249</td></tr>
<tr><td colspan=3>fber</td><td>2994.7305</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09218072344003748</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9130434782608696</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.507546766723763</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.542846030282917</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5727387568429463</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.407055513045426</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170624</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009957479313015938</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016200270503759384</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>920</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.330859363531639</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.3692</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.7194</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>264.7311</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1291.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>531.2171</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.578</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.7717</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3679.2225</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3810.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.728</td></tr>
<tr><td colspan=3>tsnr</td><td>38.0284876562655</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>