<?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-0037_ses-02_task-alignvideo_acq-mb8_run-04_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-0037_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_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-0037/ses-02/func/sub-0037_ses-02_task-alignvideo_acq-mb8_run-04_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>496fa958ee67bf01e00480690ea64e6c</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>19:01:42.782500</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.999482, 0.018891, 0.0260592, -0.018842, 0.99982, -0.00212298]</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-04_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.0903663</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7735, -7275, 578, -28, -215, 41, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>181ef96b-c79e-4f3e-8862-a3359e846905||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.681536912918091, -0.05055182799696922, 0.07045552134513855, 111.5897216796875], [-0.05068317800760269, 2.6824445724487305, -0.004403355065733194, -93.03976440429688], [0.06991497427225113, 0.005695803090929985, 2.6990768909454346, -82.97439575195312], [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, 914]</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], 'AcquisitionTime': ['190142.782500', '190143.242500', '190143.702500', '190144.162500', '190144.622500', '190145.082500', '190145.542500', '190146.002500', '190146.462500', '190146.922500', '190147.382500', '190147.842500', '190148.302500', '190148.762500', '190149.222500', '190149.682500', '190150.142500', '190150.602500', '190151.062500', '190151.522500', '190151.982500', '190152.442500', '190152.902500', '190153.362500', '190153.822500', '190154.282500', '190154.742500', '190155.202500', '190155.662500', '190156.122500', '190156.582500', '190157.042500', '190157.502500', '190157.962500', '190158.422500', '190158.882500', '190159.342500', '190159.802500', '190200.262500', '190200.722500', '190201.182500', '190201.642500', '190202.102500', '190202.562500', '190203.022500', '190203.482500', '190203.942500', '190204.402500', '190204.862500', '190205.322500', '190205.782500', '190206.242500', '190206.702500', '190207.162500', '190207.622500', '190208.082500', '190208.542500', '190209.002500', '190209.462500', '190209.922500', '190210.382500', '190210.842500', '190211.302500', '190211.762500', '190212.222500', '190212.682500', '190213.142500', '190213.602500', '190214.062500', '190214.522500', '190214.982500', '190215.442500', '190215.902500', '190216.362500', '190216.822500', '190217.282500', '190217.742500', '190218.202500', '190218.662500', '190219.122500', '190219.582500', '190220.042500', '190220.502500', '190220.962500', '190221.422500', '190221.882500', '190222.342500', '190222.802500', '190223.262500', '190223.722500', '190224.182500', '190224.642500', '190225.102500', '190225.562500', '190226.022500', '190226.482500', '190226.942500', '190227.402500', '190227.862500', '190228.322500', '190228.782500', '190229.242500', '190229.702500', '190230.162500', '190230.622500', '190231.082500', '190231.542500', '190232.002500', '190232.462500', '190232.922500', '190233.382500', '190233.842500', '190234.302500', '190234.762500', '190235.222500', '190235.682500', '190236.142500', '190236.602500', '190237.062500', '190237.522500', '190237.982500', '190238.442500', '190238.902500', '190239.362500', '190239.822500', '190240.282500', '190240.742500', '190241.202500', '190241.662500', '190242.122500', '190242.582500', '190243.042500', '190243.502500', '190243.962500', '190244.422500', '190244.882500', '190245.342500', '190245.802500', '190246.262500', '190246.722500', '190247.182500', '190247.642500', '190248.102500', '190248.562500', '190249.022500', '190249.482500', '190249.942500', '190250.402500', '190250.862500', '190251.322500', '190251.782500', '190252.242500', '190252.702500', '190253.162500', '190253.622500', '190254.082500', '190254.542500', '190255.002500', '190255.462500', '190255.922500', '190256.382500', '190256.842500', '190257.302500', '190257.762500', '190258.222500', '190258.682500', '190259.142500', '190259.602500', '190300.062500', '190300.522500', '190300.982500', '190301.442500', '190301.902500', '190302.362500', '190302.822500', '190303.282500', '190303.742500', '190304.202500', '190304.662500', '190305.122500', '190305.582500', '190306.042500', '190306.502500', '190306.962500', '190307.422500', '190307.882500', '190308.342500', '190308.802500', '190309.262500', '190309.722500', '190310.182500', '190310.642500', '190311.102500', '190311.562500', '190312.022500', '190312.482500', '190312.942500', '190313.402500', '190313.862500', '190314.322500', '190314.782500', '190315.242500', '190315.702500', '190316.162500', '190316.622500', '190317.082500', '190317.542500', '190318.002500', '190318.462500', '190318.922500', '190319.382500', '190319.842500', '190320.302500', '190320.762500', '190321.222500', '190321.682500', '190322.142500', '190322.602500', '190323.062500', '190323.522500', '190323.982500', '190324.442500', '190324.902500', '190325.362500', '190325.822500', '190326.282500', '190326.742500', '190327.202500', '190327.662500', '190328.122500', '190328.582500', '190329.042500', '190329.502500', '190329.962500', '190330.422500', '190330.882500', '190331.342500', '190331.802500', '190332.262500', '190332.722500', '190333.182500', '190333.642500', '190334.102500', '190334.562500', '190335.022500', '190335.482500', '190335.942500', '190336.402500', '190336.862500', '190337.322500', '190337.782500', '190338.242500', '190338.702500', '190339.162500', '190339.622500', '190340.082500', '190340.542500', '190341.002500', '190341.462500', '190341.922500', '190342.382500', '190342.842500', '190343.302500', '190343.762500', '190344.222500', '190344.682500', '190345.142500', '190345.602500', '190346.062500', '190346.522500', '190346.982500', '190347.442500', '190347.902500', '190348.362500', '190348.822500', '190349.282500', '190349.742500', '190350.202500', '190350.662500', '190351.122500', '190351.582500', '190352.042500', '190352.502500', '190352.962500', '190353.422500', '190353.882500', '190354.342500', '190354.802500', '190355.262500', '190355.722500', '190356.182500', '190356.642500', '190357.102500', '190357.562500', '190358.022500', '190358.482500', '190358.942500', '190359.402500', '190359.862500', '190400.322500', '190400.782500', '190401.242500', '190401.702500', '190402.162500', '190402.622500', '190403.082500', '190403.542500', '190404.002500', '190404.462500', '190404.922500', '190405.382500', '190405.842500', '190406.302500', '190406.762500', '190407.222500', '190407.682500', '190408.142500', '190408.602500', '190409.062500', '190409.522500', '190409.982500', '190410.442500', '190410.902500', '190411.362500', '190411.822500', '190412.282500', '190412.742500', '190413.202500', '190413.662500', '190414.122500', '190414.582500', '190415.042500', '190415.502500', '190415.962500', '190416.422500', '190416.882500', '190417.342500', '190417.802500', '190418.262500', '190418.722500', '190419.182500', '190419.642500', '190420.102500', '190420.562500', '190421.022500', '190421.482500', '190421.942500', '190422.402500', '190422.862500', '190423.322500', '190423.782500', '190424.242500', '190424.702500', '190425.162500', '190425.622500', '190426.082500', '190426.542500', '190427.002500', '190427.462500', '190427.922500', '190428.382500', '190428.842500', '190429.302500', '190429.762500', '190430.222500', '190430.682500', '190431.142500', '190431.602500', '190432.062500', '190432.522500', '190432.982500', '190433.442500', '190433.902500', '190434.362500', '190434.822500', '190435.282500', '190435.742500', '190436.202500', '190436.662500', '190437.122500', '190437.582500', '190438.042500', '190438.502500', '190438.962500', '190439.422500', '190439.882500', '190440.342500', '190440.802500', '190441.262500', '190441.722500', '190442.182500', '190442.642500', '190443.102500', '190443.562500', '190444.022500', '190444.482500', '190444.942500', '190445.402500', '190445.862500', '190446.322500', '190446.782500', '190447.242500', '190447.702500', '190448.162500', '190448.622500', '190449.082500', '190449.542500', '190450.002500', '190450.462500', '190450.922500', '190451.382500', '190451.842500', '190452.302500', '190452.762500', '190453.222500', '190453.682500', '190454.142500', '190454.602500', '190455.062500', '190455.522500', '190455.982500', '190456.442500', '190456.902500', '190457.362500', '190457.822500', '190458.282500', '190458.742500', '190459.202500', '190459.662500', '190500.122500', '190500.582500', '190501.042500', '190501.502500', '190501.962500', '190502.422500', '190502.882500', '190503.342500', '190503.802500', '190504.262500', '190504.722500', '190505.182500', '190505.642500', '190506.102500', '190506.562500', '190507.022500', '190507.482500', '190507.942500', '190508.402500', '190508.862500', '190509.322500', '190509.782500', '190510.242500', '190510.702500', '190511.162500', '190511.622500', '190512.082500', '190512.542500', '190513.002500', '190513.462500', '190513.922500', '190514.382500', '190514.842500', '190515.302500', '190515.762500', '190516.222500', '190516.682500', '190517.142500', '190517.602500', '190518.062500', '190518.522500', '190518.982500', '190519.442500', '190519.902500', '190520.362500', '190520.822500', '190521.282500', '190521.742500', '190522.202500', '190522.662500', '190523.122500', '190523.582500', '190524.042500', '190524.502500', '190524.962500', '190525.422500', '190525.882500', '190526.342500', '190526.802500', '190527.262500', '190527.722500', '190528.182500', '190528.642500', '190529.102500', '190529.562500', '190530.022500', '190530.482500', '190530.942500', '190531.402500', '190531.862500', '190532.322500', '190532.782500', '190533.242500', '190533.702500', '190534.162500', '190534.622500', '190535.082500', '190535.542500', '190536.002500', '190536.462500', '190536.922500', '190537.382500', '190537.842500', '190538.302500', '190538.762500', '190539.222500', '190539.682500', '190540.142500', '190540.602500', '190541.062500', '190541.522500', '190541.982500', '190542.442500', '190542.902500', '190543.362500', '190543.822500', '190544.282500', '190544.742500', '190545.202500', '190545.662500', '190546.122500', '190546.582500', '190547.042500', '190547.502500', '190547.962500', '190548.422500', '190548.882500', '190549.342500', '190549.802500', '190550.262500', '190550.722500', '190551.182500', '190551.642500', '190552.102500', '190552.562500', '190553.022500', '190553.482500', '190553.942500', '190554.402500', '190554.862500', '190555.322500', '190555.782500', '190556.242500', '190556.702500', '190557.162500', '190557.622500', '190558.082500', '190558.542500', '190559.002500', '190559.462500', '190559.922500', '190600.382500', '190600.842500', '190601.302500', '190601.762500', '190602.222500', '190602.682500', '190603.142500', '190603.602500', '190604.062500', '190604.522500', '190604.982500', '190605.442500', '190605.902500', '190606.362500', '190606.822500', '190607.282500', '190607.742500', '190608.202500', '190608.662500', '190609.122500', '190609.582500', '190610.042500', '190610.502500', '190610.962500', '190611.422500', '190611.882500', '190612.342500', '190612.802500', '190613.262500', '190613.722500', '190614.182500', '190614.642500', '190615.102500', '190615.562500', '190616.022500', '190616.482500', '190616.942500', '190617.402500', '190617.862500', '190618.322500', '190618.782500', '190619.242500', '190619.702500', '190620.162500', '190620.622500', '190621.082500', '190621.542500', '190622.002500', '190622.462500', '190622.922500', '190623.382500', '190623.842500', '190624.302500', '190624.762500', '190625.222500', '190625.682500', '190626.142500', '190626.602500', '190627.062500', '190627.522500', '190627.982500', '190628.442500', '190628.902500', '190629.362500', '190629.822500', '190630.282500', '190630.742500', '190631.202500', '190631.662500', '190632.122500', '190632.582500', '190633.042500', '190633.502500', '190633.962500', '190634.422500', '190634.882500', '190635.342500', '190635.802500', '190636.262500', '190636.722500', '190637.182500', '190637.642500', '190638.102500', '190638.562500', '190639.022500', '190639.482500', '190639.942500', '190640.402500', '190640.862500', '190641.322500', '190641.782500', '190642.242500', '190642.702500', '190643.162500', '190643.622500', '190644.082500', '190644.542500', '190645.002500', '190645.462500', '190645.922500', '190646.382500', '190646.842500', '190647.302500', '190647.762500', '190648.222500', '190648.682500', '190649.142500', '190649.602500', '190650.062500', '190650.522500', '190650.982500', '190651.442500', '190651.902500', '190652.362500', '190652.822500', '190653.282500', '190653.742500', '190654.202500', '190654.662500', '190655.122500', '190655.582500', '190656.042500', '190656.502500', '190656.962500', '190657.422500', '190657.882500', '190658.342500', '190658.802500', '190659.262500', '190659.722500', '190700.182500', '190700.642500', '190701.102500', '190701.562500', '190702.022500', '190702.482500', '190702.942500', '190703.402500', '190703.862500', '190704.322500', '190704.782500', '190705.242500', '190705.702500', '190706.162500', '190706.622500', '190707.082500', '190707.542500', '190708.002500', '190708.462500', '190708.922500', '190709.382500', '190709.842500', '190710.302500', '190710.762500', '190711.222500', '190711.682500', '190712.142500', '190712.602500', '190713.062500', '190713.522500', '190713.982500', '190714.442500', '190714.902500', '190715.362500', '190715.822500', '190716.282500', '190716.742500', '190717.202500', '190717.662500', '190718.122500', '190718.582500', '190719.042500', '190719.502500', '190719.962500', '190720.422500', '190720.882500', '190721.342500', '190721.802500', '190722.262500', '190722.722500', '190723.182500', '190723.642500', '190724.102500', '190724.562500', '190725.022500', '190725.482500', '190725.942500', '190726.402500', '190726.862500', '190727.322500', '190727.782500', '190728.242500', '190728.702500', '190729.162500', '190729.622500', '190730.082500', '190730.542500', '190731.002500', '190731.462500', '190731.922500', '190732.382500', '190732.842500', '190733.302500', '190733.762500', '190734.222500', '190734.682500', '190735.142500', '190735.602500', '190736.062500', '190736.522500', '190736.982500', '190737.442500', '190737.902500', '190738.362500', '190738.822500', '190739.282500', '190739.742500', '190740.202500', '190740.662500', '190741.122500', '190741.582500', '190742.042500', '190742.502500', '190742.962500', '190743.422500', '190743.882500', '190744.342500', '190744.802500', '190745.262500', '190745.722500', '190746.182500', '190746.642500', '190747.102500', '190747.562500', '190748.022500', '190748.482500', '190748.942500', '190749.402500', '190749.862500', '190750.322500', '190750.782500', '190751.242500', '190751.702500', '190752.162500', '190752.622500', '190753.082500', '190753.542500', '190754.002500', '190754.462500', '190754.922500', '190755.382500', '190755.842500', '190756.302500', '190756.762500', '190757.222500', '190757.682500', '190758.142500', '190758.602500', '190759.062500', '190759.522500', '190759.982500', '190800.442500', '190800.902500', '190801.362500', '190801.822500', '190802.282500', '190802.742500', '190803.202500', '190803.662500', '190804.122500', '190804.582500', '190805.042500', '190805.502500', '190805.962500', '190806.422500', '190806.882500', '190807.342500', '190807.802500', '190808.262500', '190808.722500', '190809.182500', '190809.642500', '190810.102500', '190810.562500', '190811.022500', '190811.482500', '190811.942500', '190812.402500', '190812.862500', '190813.322500', '190813.782500', '190814.242500', '190814.702500', '190815.162500', '190815.622500', '190816.082500', '190816.542500', '190817.002500', '190817.462500', '190817.922500', '190818.382500', '190818.842500', '190819.302500', '190819.762500', '190820.222500', '190820.682500', '190821.142500', '190821.602500', '190822.062500', '190822.522500', '190822.982500', '190823.442500', '190823.902500', '190824.362500', '190824.822500', '190825.282500', '190825.742500', '190826.202500', '190826.662500', '190827.122500', '190827.582500', '190828.042500', '190828.502500', '190828.962500', '190829.422500', '190829.882500', '190830.342500', '190830.802500', '190831.262500', '190831.722500', '190832.182500', '190832.642500', '190833.102500', '190833.562500', '190834.022500', '190834.482500', '190834.942500', '190835.402500', '190835.862500', '190836.322500', '190836.782500', '190837.242500', '190837.702500', '190838.162500', '190838.622500', '190839.082500', '190839.542500', '190840.002500', '190840.462500', '190840.922500', '190841.382500', '190841.842500', '190842.302500', '190842.762500'], 'ContentTime': ['190158.238000', '190158.241000', '190158.245000', '190158.248000', '190158.251000', '190158.254000', '190158.257000', '190158.260000', '190158.264000', '190158.267000', '190158.270000', '190158.273000', '190158.276000', '190158.280000', '190158.283000', '190158.286000', '190158.289000', '190158.292000', '190158.295000', '190158.298000', '190158.301000', '190158.304000', '190158.307000', '190158.313000', '190158.316000', '190158.319000', '190158.322000', '190158.325000', '190158.329000', '190158.332000', '190158.335000', '190158.338000', '190158.341000', '190218.195000', '190218.198000', '190218.201000', '190218.203000', '190218.206000', '190218.209000', '190218.212000', '190218.215000', '190218.218000', '190218.221000', '190218.224000', '190218.227000', '190218.230000', '190218.233000', '190218.235000', '190218.238000', '190218.241000', '190218.244000', '190218.247000', '190218.250000', '190218.253000', '190218.256000', '190218.258000', '190218.261000', '190218.265000', '190218.268000', '190218.271000', '190218.274000', '190218.277000', '190218.280000', '190218.283000', '190218.286000', '190218.289000', '190218.293000', '190218.296000', '190218.298000', '190218.302000', '190218.304000', '190218.307000', '190218.310000', '190218.313000', '190218.316000', '190218.319000', '190238.195000', '190238.198000', '190238.201000', '190238.204000', '190238.207000', '190238.210000', '190238.213000', '190238.215000', '190238.218000', '190238.221000', '190238.224000', '190238.227000', '190238.230000', '190238.233000', '190238.236000', '190238.239000', '190238.241000', '190238.245000', '190238.247000', '190238.250000', '190238.253000', '190238.256000', '190238.259000', '190238.267000', '190238.270000', '190238.273000', '190238.276000', '190238.279000', '190238.282000', '190238.285000', '190238.287000', '190238.290000', '190238.293000', '190238.296000', '190238.299000', '190238.302000', '190238.305000', '190238.307000', '190238.310000', '190238.313000', '190238.316000', '190238.319000', '190238.322000', '190238.325000', '190258.195000', '190258.198000', '190258.201000', '190258.204000', '190258.207000', '190258.209000', '190258.212000', '190258.215000', '190258.218000', '190258.221000', '190258.224000', '190258.227000', '190258.230000', '190258.233000', '190258.236000', '190258.239000', '190258.242000', '190258.245000', '190258.247000', '190258.250000', '190258.253000', '190258.256000', '190258.259000', '190258.262000', '190258.265000', '190258.268000', '190258.271000', '190258.274000', '190258.277000', '190258.280000', '190258.283000', '190258.286000', '190258.289000', '190258.291000', '190258.294000', '190258.297000', '190258.300000', '190258.303000', '190258.306000', '190258.309000', '190258.312000', '190258.314000', '190258.317000', '190318.195000', '190318.252000', '190318.255000', '190318.258000', '190318.261000', '190318.263000', '190318.266000', '190318.269000', '190318.272000', '190318.275000', '190318.278000', '190318.281000', '190318.284000', '190318.287000', '190318.290000', '190318.293000', '190318.296000', '190318.299000', '190318.302000', '190318.304000', '190318.307000', '190318.310000', '190318.313000', '190318.316000', '190318.319000', '190318.322000', '190318.325000', '190318.327000', '190318.330000', '190318.333000', '190318.336000', '190318.339000', '190318.342000', '190318.345000', '190318.348000', '190318.351000', '190318.354000', '190318.356000', '190318.359000', '190318.362000', '190318.365000', '190318.368000', '190318.371000', '190318.374000', '190338.195000', '190338.198000', '190338.201000', '190338.204000', '190338.215000', '190338.218000', '190338.221000', '190338.224000', '190338.226000', '190338.229000', '190338.232000', '190338.235000', '190338.238000', '190338.241000', '190338.244000', '190338.247000', '190338.250000', '190338.253000', '190338.256000', '190338.259000', '190338.262000', '190338.265000', '190338.268000', '190338.270000', '190338.273000', '190338.276000', '190338.279000', '190338.282000', '190338.285000', '190338.288000', '190338.291000', '190338.294000', '190338.296000', '190338.299000', '190338.304000', '190338.307000', '190338.310000', '190338.312000', '190338.315000', '190338.318000', '190338.321000', '190338.324000', '190338.327000', '190358.194000', '190358.199000', '190358.202000', '190358.205000', '190358.208000', '190358.211000', '190358.213000', '190358.217000', '190358.219000', '190358.222000', '190358.225000', '190358.228000', '190358.231000', '190358.234000', '190358.237000', '190358.240000', '190358.243000', '190358.246000', '190358.249000', '190358.252000', '190358.255000', '190358.258000', '190358.260000', '190358.263000', '190358.266000', '190358.269000', '190358.272000', '190358.275000', '190358.278000', '190358.281000', '190358.284000', '190358.289000', '190358.291000', '190358.294000', '190358.297000', '190358.300000', '190358.303000', '190358.306000', '190358.309000', '190358.312000', '190358.315000', '190358.318000', '190358.320000', '190358.323000', '190418.194000', '190418.197000', '190418.200000', '190418.203000', '190418.206000', '190418.209000', '190418.212000', '190418.214000', '190418.217000', '190418.220000', '190418.223000', '190418.226000', '190418.229000', '190418.232000', '190418.235000', '190418.238000', '190418.241000', '190418.244000', '190418.247000', '190418.250000', '190418.253000', '190418.256000', '190418.258000', '190418.261000', '190418.264000', '190418.267000', '190418.270000', '190418.273000', '190418.276000', '190418.279000', '190418.281000', '190418.284000', '190418.287000', '190418.290000', '190418.293000', '190418.296000', '190418.299000', '190418.302000', '190418.305000', '190418.307000', '190418.310000', '190418.313000', '190418.316000', '190438.195000', '190438.198000', '190438.201000', '190438.204000', '190438.207000', '190438.209000', '190438.212000', '190438.215000', '190438.218000', '190438.221000', '190438.224000', '190438.227000', '190438.230000', '190438.233000', '190438.236000', '190438.239000', '190438.242000', '190438.245000', '190438.248000', '190438.251000', '190438.253000', '190438.256000', '190438.266000', '190438.269000', '190438.272000', '190438.275000', '190438.278000', '190438.281000', '190438.283000', '190438.286000', '190438.289000', '190438.292000', '190438.295000', '190438.298000', '190438.301000', '190438.304000', '190438.307000', '190438.310000', '190438.313000', '190438.316000', '190438.318000', '190438.321000', '190438.324000', '190438.327000', '190458.195000', '190458.211000', '190458.214000', '190458.217000', '190458.220000', '190458.223000', '190458.225000', '190458.228000', '190458.231000', '190458.234000', '190458.237000', '190458.240000', '190458.243000', '190458.246000', '190458.249000', '190458.252000', '190458.255000', '190458.257000', '190458.260000', '190458.263000', '190458.266000', '190458.269000', '190458.272000', '190458.275000', '190458.278000', '190458.281000', '190458.284000', '190458.286000', '190458.289000', '190458.303000', '190458.306000', '190458.309000', '190458.317000', '190458.320000', '190458.323000', '190458.326000', '190458.329000', '190458.332000', '190458.334000', '190458.337000', '190458.341000', '190458.345000', '190458.347000', '190518.195000', '190518.198000', '190518.201000', '190518.204000', '190518.207000', '190518.210000', '190518.213000', '190518.216000', '190518.219000', '190518.222000', '190518.225000', '190518.227000', '190518.230000', '190518.233000', '190518.236000', '190518.239000', '190518.242000', '190518.245000', '190518.248000', '190518.251000', '190518.254000', '190518.257000', '190518.260000', '190518.263000', '190518.265000', '190518.268000', '190518.271000', '190518.274000', '190518.277000', '190518.280000', '190518.283000', '190518.286000', '190518.289000', '190518.292000', '190518.295000', '190518.297000', '190518.300000', '190518.303000', '190518.306000', '190518.309000', '190518.312000', '190518.315000', '190518.318000', '190538.195000', '190538.198000', '190538.201000', '190538.204000', '190538.214000', '190538.217000', '190538.219000', '190538.222000', '190538.225000', '190538.228000', '190538.231000', '190538.234000', '190538.237000', '190538.240000', '190538.243000', '190538.246000', '190538.249000', '190538.252000', '190538.255000', '190538.258000', '190538.261000', '190538.263000', '190538.266000', '190538.269000', '190538.272000', '190538.275000', '190538.278000', '190538.281000', '190538.284000', '190538.287000', '190538.290000', '190538.292000', '190538.295000', '190538.298000', '190538.301000', '190538.304000', '190538.307000', '190538.310000', '190538.313000', '190538.315000', '190538.318000', '190538.321000', '190538.324000', '190538.327000', '190558.194000', '190558.198000', '190558.201000', '190558.205000', '190558.210000', '190558.213000', '190558.216000', '190558.219000', '190558.222000', '190558.225000', '190558.228000', '190558.231000', '190558.234000', '190558.237000', '190558.240000', '190558.242000', '190558.246000', '190558.248000', '190558.251000', '190558.254000', '190558.257000', '190558.260000', '190558.263000', '190558.266000', '190558.269000', '190558.271000', '190558.274000', '190558.277000', '190558.280000', '190558.283000', '190558.286000', '190558.289000', '190558.292000', '190558.295000', '190558.298000', '190558.300000', '190558.303000', '190558.306000', '190558.309000', '190558.312000', '190558.315000', '190558.318000', '190558.321000', '190618.194000', '190618.197000', '190618.200000', '190618.203000', '190618.206000', '190618.209000', '190618.212000', '190618.215000', '190618.218000', '190618.220000', '190618.223000', '190618.226000', '190618.229000', '190618.232000', '190618.235000', '190618.238000', '190618.241000', '190618.244000', '190618.247000', '190618.250000', '190618.253000', '190618.256000', '190618.259000', '190618.262000', '190618.264000', '190618.267000', '190618.270000', '190618.273000', '190618.276000', '190618.279000', '190618.282000', '190618.285000', '190618.288000', '190618.291000', '190618.294000', '190618.297000', '190618.300000', '190618.303000', '190618.305000', '190618.308000', '190618.311000', '190618.314000', '190618.317000', '190618.320000', '190638.194000', '190638.207000', '190638.211000', '190638.216000', '190638.219000', '190638.222000', '190638.225000', '190638.228000', '190638.231000', '190638.234000', '190638.236000', '190638.248000', '190638.251000', '190638.253000', '190638.256000', '190638.259000', '190638.262000', '190638.265000', '190638.268000', '190638.271000', '190638.274000', '190638.276000', '190638.279000', '190638.282000', '190638.285000', '190638.288000', '190638.291000', '190638.294000', '190638.297000', '190638.300000', '190638.303000', '190638.306000', '190638.309000', '190638.312000', '190638.315000', '190638.318000', '190638.320000', '190638.323000', '190638.326000', '190638.329000', '190638.332000', '190638.335000', '190638.338000', '190658.195000', '190658.198000', '190658.201000', '190658.204000', '190658.207000', '190658.210000', '190658.213000', '190658.216000', '190658.219000', '190658.221000', '190658.224000', '190658.227000', '190658.230000', '190658.233000', '190658.236000', '190658.239000', '190658.242000', '190658.245000', '190658.248000', '190658.251000', '190658.254000', '190658.259000', '190658.262000', '190658.265000', '190658.268000', '190658.271000', '190658.274000', '190658.277000', '190658.280000', '190658.282000', '190658.285000', '190658.288000', '190658.291000', '190658.294000', '190658.297000', '190658.300000', '190658.303000', '190658.306000', '190658.309000', '190658.312000', '190658.314000', '190658.317000', '190658.320000', '190658.323000', '190718.195000', '190718.206000', '190718.209000', '190718.212000', '190718.215000', '190718.218000', '190718.221000', '190718.223000', '190718.226000', '190718.229000', '190718.233000', '190718.236000', '190718.239000', '190718.242000', '190718.245000', '190718.248000', '190718.251000', '190718.256000', '190718.260000', '190718.263000', '190718.266000', '190718.268000', '190718.272000', '190718.274000', '190718.277000', '190718.280000', '190718.283000', '190718.286000', '190718.289000', '190718.292000', '190718.295000', '190718.298000', '190718.301000', '190718.304000', '190718.307000', '190718.310000', '190718.313000', '190718.316000', '190718.319000', '190718.321000', '190718.324000', '190718.327000', '190718.330000', '190738.195000', '190738.198000', '190738.201000', '190738.204000', '190738.207000', '190738.210000', '190738.213000', '190738.216000', '190738.219000', '190738.222000', '190738.225000', '190738.228000', '190738.231000', '190738.234000', '190738.237000', '190738.240000', '190738.243000', '190738.246000', '190738.249000', '190738.252000', '190738.254000', '190738.257000', '190738.260000', '190738.263000', '190738.266000', '190738.269000', '190738.272000', '190738.275000', '190738.278000', '190738.281000', '190738.283000', '190738.286000', '190738.289000', '190738.292000', '190738.295000', '190738.298000', '190738.301000', '190738.304000', '190738.307000', '190738.309000', '190738.312000', '190738.315000', '190738.318000', '190738.321000', '190758.195000', '190758.198000', '190758.201000', '190758.204000', '190758.207000', '190758.209000', '190758.212000', '190758.216000', '190758.219000', '190758.222000', '190758.224000', '190758.227000', '190758.230000', '190758.233000', '190758.236000', '190758.239000', '190758.242000', '190758.245000', '190758.248000', '190758.251000', '190758.254000', '190758.256000', '190758.273000', '190758.276000', '190758.279000', '190758.282000', '190758.285000', '190758.288000', '190758.291000', '190758.294000', '190758.297000', '190758.300000', '190758.303000', '190758.306000', '190758.309000', '190758.312000', '190758.315000', '190758.318000', '190758.320000', '190758.323000', '190758.326000', '190758.329000', '190758.332000', '190818.194000', '190818.197000', '190818.200000', '190818.203000', '190818.206000', '190818.209000', '190818.212000', '190818.215000', '190818.218000', '190818.221000', '190818.223000', '190818.226000', '190818.229000', '190818.232000', '190818.235000', '190818.238000', '190818.241000', '190818.244000', '190818.247000', '190818.250000', '190818.253000', '190818.256000', '190818.259000', '190818.262000', '190818.265000', '190818.268000', '190818.270000', '190818.273000', '190818.276000', '190818.279000', '190818.282000', '190818.285000', '190818.288000', '190818.291000', '190818.294000', '190818.297000', '190818.300000', '190818.303000', '190818.306000', '190818.308000', '190818.311000', '190818.314000', '190818.317000', '190818.320000', '190838.194000', '190838.210000', '190838.214000', '190838.217000', '190838.220000', '190838.223000', '190838.226000', '190838.229000', '190838.232000', '190838.235000', '190838.238000', '190838.241000', '190838.244000', '190838.247000', '190838.250000', '190838.253000', '190838.256000', '190838.259000', '190838.262000', '190838.265000', '190838.268000', '190838.271000', '190838.274000', '190838.277000', '190838.280000', '190838.282000', '190838.285000', '190838.288000', '190838.291000', '190838.294000', '190838.297000', '190838.300000', '190838.303000', '190838.306000', '190838.309000', '190838.312000', '190838.315000', '190838.317000', '190838.322000', '190838.327000', '190838.330000', '190838.333000', '190838.336000', '190843.396000', '190843.399000', '190843.403000', '190843.406000', '190843.409000', '190843.412000', '190843.416000', '190843.419000', '190843.421000', '190843.424000', '190843.427000', '190843.430000'], 'InstanceCreationTime': ['190158.238000', '190158.241000', '190158.245000', '190158.248000', '190158.251000', '190158.254000', '190158.257000', '190158.260000', '190158.264000', '190158.267000', '190158.270000', '190158.273000', '190158.276000', '190158.280000', '190158.283000', '190158.286000', '190158.289000', '190158.292000', '190158.295000', '190158.298000', '190158.301000', '190158.304000', '190158.307000', '190158.313000', '190158.316000', '190158.319000', '190158.322000', '190158.325000', '190158.329000', '190158.332000', '190158.335000', '190158.338000', '190158.341000', '190218.195000', '190218.198000', '190218.201000', '190218.203000', '190218.206000', '190218.209000', '190218.212000', '190218.215000', '190218.218000', '190218.221000', '190218.224000', '190218.227000', '190218.230000', '190218.233000', '190218.235000', '190218.238000', '190218.241000', '190218.244000', '190218.247000', '190218.250000', '190218.253000', '190218.256000', '190218.258000', '190218.261000', '190218.265000', '190218.268000', '190218.271000', '190218.274000', '190218.277000', '190218.280000', '190218.283000', '190218.286000', '190218.289000', '190218.293000', '190218.296000', '190218.298000', '190218.302000', '190218.304000', '190218.307000', '190218.310000', '190218.313000', '190218.316000', '190218.319000', '190238.195000', '190238.198000', '190238.201000', '190238.204000', '190238.207000', '190238.210000', '190238.213000', '190238.215000', '190238.218000', '190238.221000', '190238.224000', '190238.227000', '190238.230000', '190238.233000', '190238.236000', '190238.239000', '190238.241000', '190238.245000', '190238.247000', '190238.250000', '190238.253000', '190238.256000', '190238.259000', '190238.267000', '190238.270000', '190238.273000', '190238.276000', '190238.279000', '190238.282000', '190238.285000', '190238.287000', '190238.290000', '190238.293000', '190238.296000', '190238.299000', '190238.302000', '190238.305000', '190238.307000', '190238.310000', '190238.313000', '190238.316000', '190238.319000', '190238.322000', '190238.325000', '190258.195000', '190258.198000', '190258.201000', '190258.204000', '190258.207000', '190258.209000', '190258.212000', '190258.215000', '190258.218000', '190258.221000', '190258.224000', '190258.227000', '190258.230000', '190258.233000', '190258.236000', '190258.239000', '190258.242000', '190258.245000', '190258.247000', '190258.250000', '190258.253000', '190258.256000', '190258.259000', '190258.262000', '190258.265000', '190258.268000', '190258.271000', '190258.274000', '190258.277000', '190258.280000', '190258.283000', '190258.286000', '190258.289000', '190258.291000', '190258.294000', '190258.297000', '190258.300000', '190258.303000', '190258.306000', '190258.309000', '190258.312000', '190258.314000', '190258.317000', '190318.195000', '190318.252000', '190318.255000', '190318.258000', '190318.261000', '190318.263000', '190318.266000', '190318.269000', '190318.272000', '190318.275000', '190318.278000', '190318.281000', '190318.284000', '190318.287000', '190318.290000', '190318.293000', '190318.296000', '190318.299000', '190318.302000', '190318.304000', '190318.307000', '190318.310000', '190318.313000', '190318.316000', '190318.319000', '190318.322000', '190318.325000', '190318.327000', '190318.330000', '190318.333000', '190318.336000', '190318.339000', '190318.342000', '190318.345000', '190318.348000', '190318.351000', '190318.354000', '190318.356000', '190318.359000', '190318.362000', '190318.365000', '190318.368000', '190318.371000', '190318.374000', '190338.195000', '190338.198000', '190338.201000', '190338.204000', '190338.215000', '190338.218000', '190338.221000', '190338.224000', '190338.226000', '190338.229000', '190338.232000', '190338.235000', '190338.238000', '190338.241000', '190338.244000', '190338.247000', '190338.250000', '190338.253000', '190338.256000', '190338.259000', '190338.262000', '190338.265000', '190338.268000', '190338.270000', '190338.273000', '190338.276000', '190338.279000', '190338.282000', '190338.285000', '190338.288000', '190338.291000', '190338.294000', '190338.296000', '190338.299000', '190338.304000', '190338.307000', '190338.310000', '190338.312000', '190338.315000', '190338.318000', '190338.321000', '190338.324000', '190338.327000', '190358.194000', '190358.199000', '190358.202000', '190358.205000', '190358.208000', '190358.211000', '190358.213000', '190358.217000', '190358.219000', '190358.222000', '190358.225000', '190358.228000', '190358.231000', '190358.234000', '190358.237000', '190358.240000', '190358.243000', '190358.246000', '190358.249000', '190358.252000', '190358.255000', '190358.258000', '190358.260000', '190358.263000', '190358.266000', '190358.269000', '190358.272000', '190358.275000', '190358.278000', '190358.281000', '190358.284000', '190358.289000', '190358.291000', '190358.294000', '190358.297000', '190358.300000', '190358.303000', '190358.306000', '190358.309000', '190358.312000', '190358.315000', '190358.318000', '190358.320000', '190358.323000', '190418.194000', '190418.197000', '190418.200000', '190418.203000', '190418.206000', '190418.209000', '190418.212000', '190418.214000', '190418.217000', '190418.220000', '190418.223000', '190418.226000', '190418.229000', '190418.232000', '190418.235000', '190418.238000', '190418.241000', '190418.244000', '190418.247000', '190418.250000', '190418.253000', '190418.256000', '190418.258000', '190418.261000', '190418.264000', '190418.267000', '190418.270000', '190418.273000', '190418.276000', '190418.279000', '190418.281000', '190418.284000', '190418.287000', '190418.290000', '190418.293000', '190418.296000', '190418.299000', '190418.302000', '190418.305000', '190418.307000', '190418.310000', '190418.313000', '190418.316000', '190438.195000', '190438.198000', '190438.201000', '190438.204000', '190438.207000', '190438.209000', '190438.212000', '190438.215000', '190438.218000', '190438.221000', '190438.224000', '190438.227000', '190438.230000', '190438.233000', '190438.236000', '190438.239000', '190438.242000', '190438.245000', '190438.248000', '190438.251000', '190438.253000', '190438.256000', '190438.266000', '190438.269000', '190438.272000', '190438.275000', '190438.278000', '190438.281000', '190438.283000', '190438.286000', '190438.289000', '190438.292000', '190438.295000', '190438.298000', '190438.301000', '190438.304000', '190438.307000', '190438.310000', '190438.313000', '190438.316000', '190438.318000', '190438.321000', '190438.324000', '190438.327000', '190458.195000', '190458.211000', '190458.214000', '190458.217000', '190458.220000', '190458.223000', '190458.225000', '190458.228000', '190458.231000', '190458.234000', '190458.237000', '190458.240000', '190458.243000', '190458.246000', '190458.249000', '190458.252000', '190458.255000', '190458.257000', '190458.260000', '190458.263000', '190458.266000', '190458.269000', '190458.272000', '190458.275000', '190458.278000', '190458.281000', '190458.284000', '190458.286000', '190458.289000', '190458.303000', '190458.306000', '190458.309000', '190458.317000', '190458.320000', '190458.323000', '190458.326000', '190458.329000', '190458.332000', '190458.334000', '190458.337000', '190458.341000', '190458.345000', '190458.347000', '190518.195000', '190518.198000', '190518.201000', '190518.204000', '190518.207000', '190518.210000', '190518.213000', '190518.216000', '190518.219000', '190518.222000', '190518.225000', '190518.227000', '190518.230000', '190518.233000', '190518.236000', '190518.239000', '190518.242000', '190518.245000', '190518.248000', '190518.251000', '190518.254000', '190518.257000', '190518.260000', '190518.263000', '190518.265000', '190518.268000', '190518.271000', '190518.274000', '190518.277000', '190518.280000', '190518.283000', '190518.286000', '190518.289000', '190518.292000', '190518.295000', '190518.297000', '190518.300000', '190518.303000', '190518.306000', '190518.309000', '190518.312000', '190518.315000', '190518.318000', '190538.195000', '190538.198000', '190538.201000', '190538.204000', '190538.214000', '190538.217000', '190538.219000', '190538.222000', '190538.225000', '190538.228000', '190538.231000', '190538.234000', '190538.237000', '190538.240000', '190538.243000', '190538.246000', '190538.249000', '190538.252000', '190538.255000', '190538.258000', '190538.261000', '190538.263000', '190538.266000', '190538.269000', '190538.272000', '190538.275000', '190538.278000', '190538.281000', '190538.284000', '190538.287000', '190538.290000', '190538.292000', '190538.295000', '190538.298000', '190538.301000', '190538.304000', '190538.307000', '190538.310000', '190538.313000', '190538.315000', '190538.318000', '190538.321000', '190538.324000', '190538.327000', '190558.194000', '190558.198000', '190558.201000', '190558.205000', '190558.210000', '190558.213000', '190558.216000', '190558.219000', '190558.222000', '190558.225000', '190558.228000', '190558.231000', '190558.234000', '190558.237000', '190558.240000', '190558.242000', '190558.246000', '190558.248000', '190558.251000', '190558.254000', '190558.257000', '190558.260000', '190558.263000', '190558.266000', '190558.269000', '190558.271000', '190558.274000', '190558.277000', '190558.280000', '190558.283000', '190558.286000', '190558.289000', '190558.292000', '190558.295000', '190558.298000', '190558.300000', '190558.303000', '190558.306000', '190558.309000', '190558.312000', '190558.315000', '190558.318000', '190558.321000', '190618.194000', '190618.197000', '190618.200000', '190618.203000', '190618.206000', '190618.209000', '190618.212000', '190618.215000', '190618.218000', '190618.220000', '190618.223000', '190618.226000', '190618.229000', '190618.232000', '190618.235000', '190618.238000', '190618.241000', '190618.244000', '190618.247000', '190618.250000', '190618.253000', '190618.256000', '190618.259000', '190618.262000', '190618.264000', '190618.267000', '190618.270000', '190618.273000', '190618.276000', '190618.279000', '190618.282000', '190618.285000', '190618.288000', '190618.291000', '190618.294000', '190618.297000', '190618.300000', '190618.303000', '190618.305000', '190618.308000', '190618.311000', '190618.314000', '190618.317000', '190618.320000', '190638.194000', '190638.207000', '190638.211000', '190638.216000', '190638.219000', '190638.222000', '190638.225000', '190638.228000', '190638.231000', '190638.234000', '190638.236000', '190638.248000', '190638.251000', '190638.253000', '190638.256000', '190638.259000', '190638.262000', '190638.265000', '190638.268000', '190638.271000', '190638.274000', '190638.276000', '190638.279000', '190638.282000', '190638.285000', '190638.288000', '190638.291000', '190638.294000', '190638.297000', '190638.300000', '190638.303000', '190638.306000', '190638.309000', '190638.312000', '190638.315000', '190638.318000', '190638.320000', '190638.323000', '190638.326000', '190638.329000', '190638.332000', '190638.335000', '190638.338000', '190658.195000', '190658.198000', '190658.201000', '190658.204000', '190658.207000', '190658.210000', '190658.213000', '190658.216000', '190658.219000', '190658.221000', '190658.224000', '190658.227000', '190658.230000', '190658.233000', '190658.236000', '190658.239000', '190658.242000', '190658.245000', '190658.248000', '190658.251000', '190658.254000', '190658.259000', '190658.262000', '190658.265000', '190658.268000', '190658.271000', '190658.274000', '190658.277000', '190658.280000', '190658.282000', '190658.285000', '190658.288000', '190658.291000', '190658.294000', '190658.297000', '190658.300000', '190658.303000', '190658.306000', '190658.309000', '190658.312000', '190658.314000', '190658.317000', '190658.320000', '190658.323000', '190718.195000', '190718.206000', '190718.209000', '190718.212000', '190718.215000', '190718.218000', '190718.221000', '190718.223000', '190718.226000', '190718.229000', '190718.233000', '190718.236000', '190718.239000', '190718.242000', '190718.245000', '190718.248000', '190718.251000', '190718.256000', '190718.260000', '190718.263000', '190718.266000', '190718.268000', '190718.272000', '190718.274000', '190718.277000', '190718.280000', '190718.283000', '190718.286000', '190718.289000', '190718.292000', '190718.295000', '190718.298000', '190718.301000', '190718.304000', '190718.307000', '190718.310000', '190718.313000', '190718.316000', '190718.319000', '190718.321000', '190718.324000', '190718.327000', '190718.330000', '190738.195000', '190738.198000', '190738.201000', '190738.204000', '190738.207000', '190738.210000', '190738.213000', '190738.216000', '190738.219000', '190738.222000', '190738.225000', '190738.228000', '190738.231000', '190738.234000', '190738.237000', '190738.240000', '190738.243000', '190738.246000', '190738.249000', '190738.252000', '190738.254000', '190738.257000', '190738.260000', '190738.263000', '190738.266000', '190738.269000', '190738.272000', '190738.275000', '190738.278000', '190738.281000', '190738.283000', '190738.286000', '190738.289000', '190738.292000', '190738.295000', '190738.298000', '190738.301000', '190738.304000', '190738.307000', '190738.309000', '190738.312000', '190738.315000', '190738.318000', '190738.321000', '190758.195000', '190758.198000', '190758.201000', '190758.204000', '190758.207000', '190758.209000', '190758.212000', '190758.216000', '190758.219000', '190758.222000', '190758.224000', '190758.227000', '190758.230000', '190758.233000', '190758.236000', '190758.239000', '190758.242000', '190758.245000', '190758.248000', '190758.251000', '190758.254000', '190758.256000', '190758.273000', '190758.276000', '190758.279000', '190758.282000', '190758.285000', '190758.288000', '190758.291000', '190758.294000', '190758.297000', '190758.300000', '190758.303000', '190758.306000', '190758.309000', '190758.312000', '190758.315000', '190758.318000', '190758.320000', '190758.323000', '190758.326000', '190758.329000', '190758.332000', '190818.194000', '190818.197000', '190818.200000', '190818.203000', '190818.206000', '190818.209000', '190818.212000', '190818.215000', '190818.218000', '190818.221000', '190818.223000', '190818.226000', '190818.229000', '190818.232000', '190818.235000', '190818.238000', '190818.241000', '190818.244000', '190818.247000', '190818.250000', '190818.253000', '190818.256000', '190818.259000', '190818.262000', '190818.265000', '190818.268000', '190818.270000', '190818.273000', '190818.276000', '190818.279000', '190818.282000', '190818.285000', '190818.288000', '190818.291000', '190818.294000', '190818.297000', '190818.300000', '190818.303000', '190818.306000', '190818.308000', '190818.311000', '190818.314000', '190818.317000', '190818.320000', '190838.194000', '190838.210000', '190838.214000', '190838.217000', '190838.220000', '190838.223000', '190838.226000', '190838.229000', '190838.232000', '190838.235000', '190838.238000', '190838.241000', '190838.244000', '190838.247000', '190838.250000', '190838.253000', '190838.256000', '190838.259000', '190838.262000', '190838.265000', '190838.268000', '190838.271000', '190838.274000', '190838.277000', '190838.280000', '190838.282000', '190838.285000', '190838.288000', '190838.291000', '190838.294000', '190838.297000', '190838.300000', '190838.303000', '190838.306000', '190838.309000', '190838.312000', '190838.315000', '190838.317000', '190838.322000', '190838.327000', '190838.330000', '190838.333000', '190838.336000', '190843.396000', '190843.399000', '190843.403000', '190843.406000', '190843.409000', '190843.412000', '190843.416000', '190843.419000', '190843.421000', '190843.424000', '190843.427000', '190843.430000'], '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], 'LargestImagePixelValue': [10159, 14480, 9691, 9485, 9008, 9948, 9819, 9037, 10767, 13841, 9977, 10851, 9077, 9039, 9964, 9861, 10199, 8851, 10005, 13176, 9658, 8732, 11124, 10136, 12322, 9570, 9279, 11115, 9940, 9033, 11512, 10225, 11574, 9274, 9966, 12939, 9785, 9720, 12709, 9718, 10282, 9089, 10330, 13406, 9825, 10030, 11120, 9757, 12408, 9768, 10285, 13233, 10224, 11331, 9547, 9375, 11877, 10009, 10362, 9346, 10637, 14021, 10397, 11454, 9734, 10472, 14115, 10371, 12040, 9657, 8218, 8095, 10043, 10133, 9915, 8969, 9303, 10110, 12475, 9778, 10078, 10680, 9800, 12820, 9631, 10578, 12824, 10199, 12680, 9118, 8330, 10431, 9857, 10692, 8903, 8220, 8173, 9507, 10858, 8882, 9804, 13900, 9748, 10840, 8850, 9843, 13820, 9490, 10083, 8419, 9566, 11469, 9082, 9017, 12686, 9439, 11847, 8804, 7902, 8358, 9875, 12424, 9618, 11447, 8913, 8085, 8564, 9704, 12877, 9089, 10020, 13651, 10319, 11944, 10179, 9569, 12578, 9337, 8839, 12251, 10027, 13426, 9193, 9068, 8785, 9807, 11940, 9002, 10479, 14830, 9604, 11003, 8869, 10050, 12872, 9605, 11557, 9481, 8664, 12118, 9711, 10834, 9112, 10315, 14210, 10486, 12358, 9334, 8632, 8386, 9750, 11223, 8892, 10156, 14333, 9192, 9938, 8470, 9620, 11968, 8877, 10092, 14591, 9450, 11302, 8786, 9801, 12813, 9051, 10224, 14869, 9911, 12381, 9395, 9141, 8601, 9685, 13424, 8335, 8296, 12635, 9440, 11500, 9678, 13353, 9762, 12398, 8426, 8237, 9575, 13725, 12371, 9935, 13439, 8960, 9532, 12968, 9309, 9958, 9018, 9394, 9563, 9057, 9902, 12783, 9792, 10300, 9744, 9297, 11609, 9349, 10224, 13656, 9504, 11970, 9172, 9937, 13767, 9968, 11029, 13813, 10495, 11323, 12614, 9906, 10947, 12023, 9404, 9949, 8137, 9788, 11413, 8598, 9698, 10935, 9329, 10168, 13884, 9854, 10825, 8639, 9712, 13531, 9106, 9982, 14004, 9508, 11161, 10660, 9913, 12188, 9517, 9738, 12185, 9384, 10150, 13751, 9951, 10163, 8326, 9437, 9923, 9052, 10299, 13545, 9928, 9507, 8112, 9793, 11810, 9008, 9981, 13493, 9459, 8749, 8399, 9859, 9749, 9301, 9230, 8811, 8123, 8513, 9535, 11276, 9026, 10122, 14381, 9985, 12270, 9370, 10458, 8822, 10033, 14706, 11216, 12434, 9436, 9372, 9229, 7951, 11762, 8753, 14667, 9165, 12667, 9360, 11382, 9493, 11200, 9845, 10804, 12568, 9452, 12933, 9452, 10830, 9126, 9787, 14318, 9745, 11746, 9357, 8696, 8718, 9882, 12571, 9521, 10730, 9185, 7773, 8270, 9746, 10443, 9531, 8535, 8802, 8077, 12951, 9758, 11075, 9341, 8145, 8409, 10148, 14064, 9813, 12188, 9733, 11455, 9670, 10076, 13161, 9944, 13210, 10376, 10981, 8559, 9640, 13821, 9324, 10507, 12854, 9318, 14861, 9184, 13245, 9404, 11753, 9288, 9991, 8412, 9631, 13780, 9270, 11835, 8675, 7531, 9915, 9101, 10160, 9097, 8874, 13190, 9293, 13338, 9245, 10676, 8609, 9082, 14097, 9553, 11474, 8881, 7832, 8102, 9333, 9675, 8976, 7765, 8495, 9787, 13253, 9751, 10105, 8603, 7496, 9343, 9522, 10328, 8333, 10101, 13748, 9849, 10073, 8988, 9130, 9089, 8170, 9713, 11656, 8424, 9773, 12662, 8925, 8419, 8192, 9274, 10993, 8823, 9262, 12413, 8981, 9726, 14508, 8999, 10678, 13344, 8951, 10533, 8603, 9641, 13248, 8372, 9859, 13786, 9446, 9825, 12451, 8973, 7854, 8171, 9211, 10528, 8679, 9403, 11537, 8529, 9623, 12167, 9144, 10434, 12081, 9177, 10190, 8139, 9706, 13431, 8965, 10107, 11795, 9110, 11056, 8675, 9753, 13640, 9277, 11292, 9470, 9274, 11618, 9310, 8609, 11309, 9722, 12821, 9003, 8699, 10594, 9381, 9829, 8415, 9771, 13223, 8923, 9771, 8115, 9278, 12122, 8370, 9862, 14588, 9194, 11258, 8599, 8433, 11468, 9231, 11835, 8533, 7990, 11387, 8942, 10041, 11744, 9285, 12253, 8286, 9203, 12449, 8505, 9473, 13133, 8960, 10022, 10730, 8986, 10853, 8296, 9505, 12847, 8357, 9692, 13931, 8895, 9773, 13844, 8881, 8988, 11531, 9241, 9727, 8643, 9136, 10758, 8676, 7733, 11727, 9350, 10874, 8992, 9461, 12781, 9066, 8511, 12650, 9126, 11014, 8589, 7886, 9163, 8995, 10035, 11545, 9440, 12554, 8432, 8812, 11143, 8743, 9306, 8467, 9402, 13069, 9395, 9526, 13315, 8391, 9722, 13684, 8879, 11485, 8541, 7815, 9468, 9361, 9459, 8295, 9641, 12583, 8745, 9804, 14144, 8755, 10097, 13179, 9322, 10458, 8428, 9763, 11570, 9127, 8653, 11958, 9273, 10523, 8379, 9558, 12154, 9093, 10333, 10322, 9335, 11391, 8512, 9832, 14124, 9968, 11264, 9065, 8038, 8642, 7447, 7851, 9222, 9350, 8606, 9677, 13200, 9936, 9612, 8235, 9427, 12374, 9329, 10640, 11506, 9360, 12809, 8544, 9605, 8647, 9069, 12529, 8394, 9970, 13888, 11004, 10654, 8175, 9462, 13555, 8768, 10015, 13941, 9524, 11736, 8244, 9389, 11391, 8355, 9061, 12154, 9076, 9877, 8128, 9522, 12071, 8422, 9068, 11675, 9056, 11397, 9065, 9683, 8281, 9960, 13434, 10313, 10268, 9053, 7715, 9836, 9149, 10348, 8353, 9559, 14197, 8879, 9983, 13922, 11208, 10874, 8671, 9595, 13765, 9360, 11150, 10671, 9629, 12301, 8852, 8074, 8809, 9567, 12836, 9701, 10240, 8901, 7742, 10926, 9266, 10491, 11501, 9502, 12491, 8927, 9301, 13560, 9187, 9851, 12170, 9340, 10550, 8953, 9929, 13434, 10263, 10781, 8933, 7701, 8457, 9627, 13138, 8704, 9245, 14055, 9097, 11604, 9029, 10437, 8599, 8791, 12672, 8455, 9379, 12074, 8832, 10751, 8799, 7919, 8608, 9007, 11823, 8745, 9831, 13467, 9096, 11870, 9039, 7927, 8666, 9025, 10225, 8736, 9273, 12462, 8847, 12555, 8853, 10123, 8329, 9078, 13316, 9003, 11517, 8658, 8692, 8940, 8728, 12092, 8469, 9159, 13571, 8797, 10822, 13188, 8833, 11279, 8638, 7970, 9097, 9457, 11667, 8812, 8493, 8745, 9000, 12940, 9180, 10865, 10739, 9377, 14005, 8991, 10145, 8749, 9170, 12485, 8878, 9980, 14311, 10721, 11435, 8487, 9078, 14284, 10335, 10416, 8384, 7859, 8238, 9230, 9228, 8938, 8186, 12180, 8985, 11200, 8880, 9074, 8892, 9512, 13696, 9663, 11313, 8900, 8578, 12304, 9212, 13333, 9234, 9877, 8797, 8994, 11222, 9103, 11624, 9825, 9641, 13303, 8995, 9612, 8586, 9126, 8794, 8929, 9013, 13646, 9145, 9297, 12772, 9384, 11441, 8856, 9834, 8756, 8960, 13017, 9193, 12226, 9073, 12511, 9106, 10865, 9110, 8997, 9077, 9238, 9435, 10970, 11687, 11089, 11352, 8899, 8915, 9798, 8748, 11182, 8801, 9023, 14685, 9334, 12374], 'WindowCenter': [3865.0, 3890.0, 3835.0, 3832.0, 3809.0, 3831.0, 3819.0, 3809.0, 3829.0, 3850.0, 3830.0, 3830.0, 3820.0, 3820.0, 3819.0, 3819.0, 3828.0, 3809.0, 3831.0, 3862.0, 3832.0, 3821.0, 3840.0, 3831.0, 3852.0, 3818.0, 3820.0, 3841.0, 3831.0, 3809.0, 3839.0, 3828.0, 3840.0, 3807.0, 3819.0, 3850.0, 3819.0, 3819.0, 3849.0, 3819.0, 3829.0, 3809.0, 3830.0, 3850.0, 3819.0, 3830.0, 3840.0, 3819.0, 3851.0, 3830.0, 3830.0, 3850.0, 3818.0, 3840.0, 3819.0, 3820.0, 3840.0, 3829.0, 3829.0, 3818.0, 3830.0, 3861.0, 3830.0, 3838.0, 3819.0, 3829.0, 3848.0, 3819.0, 3840.0, 3819.0, 3798.0, 3797.0, 3819.0, 3818.0, 3819.0, 3808.0, 3820.0, 3831.0, 3851.0, 3830.0, 3830.0, 3831.0, 3831.0, 3852.0, 3821.0, 3832.0, 3850.0, 3830.0, 3850.0, 3809.0, 3809.0, 3829.0, 3819.0, 3829.0, 3808.0, 3809.0, 3809.0, 3831.0, 3830.0, 3820.0, 3831.0, 3862.0, 3821.0, 3831.0, 3821.0, 3831.0, 3851.0, 3819.0, 3830.0, 3809.0, 3820.0, 3839.0, 3820.0, 3820.0, 3850.0, 3820.0, 3841.0, 3822.0, 3810.0, 3812.0, 3844.0, 3852.0, 3820.0, 3842.0, 3821.0, 3812.0, 3821.0, 3834.0, 3864.0, 3821.0, 3832.0, 3852.0, 3830.0, 3842.0, 3831.0, 3821.0, 3852.0, 3821.0, 3819.0, 3839.0, 3818.0, 3850.0, 3818.0, 3808.0, 3808.0, 3830.0, 3841.0, 3808.0, 3830.0, 3861.0, 3819.0, 3830.0, 3820.0, 3832.0, 3851.0, 3819.0, 3840.0, 3819.0, 3810.0, 3852.0, 3832.0, 3842.0, 3809.0, 3831.0, 3862.0, 3830.0, 3841.0, 3819.0, 3807.0, 3810.0, 3831.0, 3840.0, 3807.0, 3819.0, 3861.0, 3820.0, 3819.0, 3810.0, 3831.0, 3838.0, 3808.0, 3829.0, 3860.0, 3818.0, 3840.0, 3809.0, 3831.0, 3849.0, 3808.0, 3830.0, 3861.0, 3817.0, 3838.0, 3820.0, 3818.0, 3809.0, 3830.0, 3862.0, 3809.0, 3810.0, 3851.0, 3831.0, 3852.0, 3834.0, 3865.0, 3834.0, 3866.0, 3811.0, 3812.0, 3833.0, 3864.0, 3841.0, 3819.0, 3852.0, 3810.0, 3821.0, 3849.0, 3817.0, 3818.0, 3807.0, 3818.0, 3818.0, 3808.0, 3818.0, 3838.0, 3818.0, 3829.0, 3820.0, 3820.0, 3841.0, 3818.0, 3819.0, 3848.0, 3819.0, 3839.0, 3819.0, 3830.0, 3851.0, 3830.0, 3831.0, 3851.0, 3831.0, 3841.0, 3839.0, 3817.0, 3828.0, 3838.0, 3808.0, 3817.0, 3795.0, 3816.0, 3827.0, 3796.0, 3816.0, 3829.0, 3817.0, 3829.0, 3847.0, 3816.0, 3826.0, 3809.0, 3820.0, 3850.0, 3808.0, 3818.0, 3850.0, 3818.0, 3830.0, 3818.0, 3818.0, 3837.0, 3807.0, 3817.0, 3837.0, 3805.0, 3817.0, 3847.0, 3817.0, 3817.0, 3795.0, 3818.0, 3816.0, 3805.0, 3816.0, 3847.0, 3818.0, 3816.0, 3797.0, 3818.0, 3838.0, 3794.0, 3817.0, 3847.0, 3816.0, 3805.0, 3797.0, 3818.0, 3815.0, 3816.0, 3817.0, 3809.0, 3798.0, 3809.0, 3833.0, 3841.0, 3808.0, 3818.0, 3850.0, 3818.0, 3838.0, 3820.0, 3830.0, 3808.0, 3818.0, 3860.0, 3829.0, 3839.0, 3819.0, 3818.0, 3819.0, 3797.0, 3839.0, 3806.0, 3861.0, 3819.0, 3849.0, 3819.0, 3839.0, 3817.0, 3828.0, 3816.0, 3829.0, 3840.0, 3819.0, 3849.0, 3819.0, 3828.0, 3805.0, 3816.0, 3847.0, 3806.0, 3827.0, 3806.0, 3795.0, 3795.0, 3815.0, 3836.0, 3806.0, 3816.0, 3805.0, 3785.0, 3795.0, 3818.0, 3816.0, 3816.0, 3795.0, 3805.0, 3796.0, 3849.0, 3818.0, 3839.0, 3821.0, 3798.0, 3808.0, 3830.0, 3861.0, 3829.0, 3851.0, 3830.0, 3842.0, 3833.0, 3832.0, 3851.0, 3817.0, 3852.0, 3830.0, 3830.0, 3809.0, 3831.0, 3860.0, 3819.0, 3830.0, 3849.0, 3808.0, 3861.0, 3819.0, 3851.0, 3820.0, 3838.0, 3819.0, 3819.0, 3797.0, 3818.0, 3849.0, 3807.0, 3839.0, 3808.0, 3798.0, 3818.0, 3809.0, 3816.0, 3806.0, 3806.0, 3838.0, 3805.0, 3848.0, 3807.0, 3828.0, 3796.0, 3806.0, 3846.0, 3806.0, 3827.0, 3806.0, 3784.0, 3796.0, 3805.0, 3817.0, 3806.0, 3784.0, 3807.0, 3819.0, 3849.0, 3818.0, 3819.0, 3808.0, 3788.0, 3819.0, 3819.0, 3817.0, 3795.0, 3819.0, 3850.0, 3820.0, 3819.0, 3809.0, 3820.0, 3808.0, 3795.0, 3818.0, 3826.0, 3794.0, 3819.0, 3848.0, 3808.0, 3808.0, 3798.0, 3819.0, 3829.0, 3808.0, 3820.0, 3849.0, 3819.0, 3821.0, 3861.0, 3808.0, 3831.0, 3850.0, 3810.0, 3830.0, 3809.0, 3820.0, 3851.0, 3799.0, 3818.0, 3849.0, 3819.0, 3819.0, 3850.0, 3820.0, 3798.0, 3807.0, 3819.0, 3828.0, 3808.0, 3820.0, 3840.0, 3811.0, 3832.0, 3850.0, 3820.0, 3831.0, 3852.0, 3820.0, 3830.0, 3800.0, 3832.0, 3850.0, 3820.0, 3831.0, 3841.0, 3820.0, 3840.0, 3811.0, 3820.0, 3850.0, 3820.0, 3841.0, 3819.0, 3820.0, 3841.0, 3822.0, 3809.0, 3840.0, 3818.0, 3851.0, 3809.0, 3810.0, 3830.0, 3821.0, 3820.0, 3798.0, 3818.0, 3851.0, 3809.0, 3831.0, 3798.0, 3821.0, 3840.0, 3797.0, 3819.0, 3861.0, 3819.0, 3829.0, 3810.0, 3809.0, 3840.0, 3819.0, 3840.0, 3808.0, 3798.0, 3841.0, 3819.0, 3831.0, 3839.0, 3818.0, 3840.0, 3798.0, 3820.0, 3839.0, 3809.0, 3820.0, 3850.0, 3807.0, 3818.0, 3830.0, 3807.0, 3829.0, 3810.0, 3819.0, 3849.0, 3797.0, 3820.0, 3848.0, 3809.0, 3820.0, 3850.0, 3809.0, 3820.0, 3840.0, 3818.0, 3817.0, 3808.0, 3820.0, 3830.0, 3821.0, 3800.0, 3840.0, 3821.0, 3842.0, 3821.0, 3832.0, 3864.0, 3821.0, 3821.0, 3852.0, 3818.0, 3842.0, 3820.0, 3811.0, 3822.0, 3822.0, 3831.0, 3841.0, 3820.0, 3853.0, 3811.0, 3821.0, 3842.0, 3821.0, 3820.0, 3809.0, 3819.0, 3853.0, 3820.0, 3831.0, 3862.0, 3810.0, 3821.0, 3861.0, 3809.0, 3841.0, 3810.0, 3800.0, 3820.0, 3820.0, 3820.0, 3808.0, 3819.0, 3852.0, 3810.0, 3831.0, 3862.0, 3809.0, 3831.0, 3850.0, 3819.0, 3830.0, 3809.0, 3831.0, 3840.0, 3820.0, 3810.0, 3841.0, 3819.0, 3831.0, 3810.0, 3831.0, 3851.0, 3820.0, 3831.0, 3831.0, 3821.0, 3840.0, 3811.0, 3831.0, 3863.0, 3831.0, 3841.0, 3821.0, 3799.0, 3809.0, 3801.0, 3811.0, 3832.0, 3822.0, 3811.0, 3832.0, 3863.0, 3833.0, 3832.0, 3813.0, 3834.0, 3852.0, 3821.0, 3831.0, 3841.0, 3821.0, 3854.0, 3822.0, 3832.0, 3822.0, 3822.0, 3853.0, 3810.0, 3831.0, 3852.0, 3832.0, 3831.0, 3809.0, 3832.0, 3850.0, 3808.0, 3819.0, 3850.0, 3818.0, 3840.0, 3809.0, 3819.0, 3838.0, 3808.0, 3818.0, 3839.0, 3820.0, 3819.0, 3811.0, 3830.0, 3850.0, 3810.0, 3821.0, 3852.0, 3821.0, 3853.0, 3833.0, 3833.0, 3821.0, 3832.0, 3863.0, 3832.0, 3833.0, 3821.0, 3802.0, 3832.0, 3833.0, 3832.0, 3811.0, 3832.0, 3863.0, 3821.0, 3831.0, 3862.0, 3842.0, 3841.0, 3822.0, 3820.0, 3860.0, 3817.0, 3828.0, 3828.0, 3819.0, 3839.0, 3820.0, 3809.0, 3818.0, 3819.0, 3851.0, 3819.0, 3829.0, 3821.0, 3799.0, 3840.0, 3820.0, 3831.0, 3840.0, 3818.0, 3840.0, 3809.0, 3819.0, 3850.0, 3818.0, 3831.0, 3839.0, 3818.0, 3828.0, 3807.0, 3819.0, 3849.0, 3829.0, 3830.0, 3820.0, 3799.0, 3811.0, 3831.0, 3849.0, 3807.0, 3819.0, 3862.0, 3820.0, 3841.0, 3821.0, 3830.0, 3809.0, 3810.0, 3850.0, 3797.0, 3819.0, 3838.0, 3808.0, 3841.0, 3810.0, 3809.0, 3811.0, 3820.0, 3841.0, 3808.0, 3830.0, 3848.0, 3808.0, 3840.0, 3820.0, 3810.0, 3809.0, 3822.0, 3831.0, 3821.0, 3820.0, 3841.0, 3819.0, 3852.0, 3821.0, 3830.0, 3810.0, 3820.0, 3850.0, 3819.0, 3841.0, 3808.0, 3810.0, 3821.0, 3808.0, 3840.0, 3809.0, 3819.0, 3849.0, 3808.0, 3831.0, 3850.0, 3809.0, 3829.0, 3808.0, 3797.0, 3808.0, 3818.0, 3838.0, 3808.0, 3809.0, 3810.0, 3821.0, 3852.0, 3821.0, 3840.0, 3830.0, 3820.0, 3862.0, 3821.0, 3832.0, 3822.0, 3832.0, 3853.0, 3821.0, 3832.0, 3862.0, 3843.0, 3841.0, 3821.0, 3821.0, 3862.0, 3820.0, 3830.0, 3809.0, 3810.0, 3808.0, 3820.0, 3818.0, 3819.0, 3810.0, 3851.0, 3821.0, 3842.0, 3823.0, 3821.0, 3820.0, 3831.0, 3863.0, 3821.0, 3841.0, 3821.0, 3822.0, 3841.0, 3820.0, 3851.0, 3819.0, 3820.0, 3808.0, 3821.0, 3841.0, 3809.0, 3840.0, 3818.0, 3820.0, 3850.0, 3809.0, 3819.0, 3809.0, 3821.0, 3810.0, 3821.0, 3822.0, 3852.0, 3821.0, 3808.0, 3839.0, 3806.0, 3827.0, 3808.0, 3818.0, 3810.0, 3821.0, 3850.0, 3819.0, 3838.0, 3807.0, 3838.0, 3808.0, 3829.0, 3809.0, 3808.0, 3820.0, 3819.0, 3818.0, 3828.0, 3840.0, 3840.0, 3830.0, 3807.0, 3809.0, 3819.0, 3810.0, 3840.0, 3822.0, 3821.0, 3860.0, 3809.0, 3839.0], 'WindowWidth': [8674.0, 8697.0, 8614.0, 8603.0, 8569.0, 8598.0, 8579.0, 8565.0, 8592.0, 8623.0, 8596.0, 8595.0, 8584.0, 8582.0, 8579.0, 8579.0, 8590.0, 8564.0, 8598.0, 8643.0, 8603.0, 8587.0, 8609.0, 8596.0, 8628.0, 8577.0, 8580.0, 8611.0, 8597.0, 8567.0, 8605.0, 8589.0, 8607.0, 8561.0, 8579.0, 8621.0, 8580.0, 8579.0, 8618.0, 8578.0, 8593.0, 8566.0, 8596.0, 8621.0, 8580.0, 8594.0, 8608.0, 8579.0, 8623.0, 8596.0, 8595.0, 8622.0, 8575.0, 8610.0, 8579.0, 8580.0, 8610.0, 8593.0, 8593.0, 8576.0, 8593.0, 8639.0, 8594.0, 8604.0, 8579.0, 8591.0, 8617.0, 8576.0, 8609.0, 8577.0, 8548.0, 8548.0, 8579.0, 8575.0, 8578.0, 8564.0, 8580.0, 8596.0, 8625.0, 8595.0, 8595.0, 8598.0, 8598.0, 8629.0, 8586.0, 8602.0, 8623.0, 8594.0, 8624.0, 8564.0, 8565.0, 8593.0, 8579.0, 8591.0, 8564.0, 8565.0, 8567.0, 8599.0, 8595.0, 8582.0, 8598.0, 8641.0, 8583.0, 8596.0, 8584.0, 8596.0, 8624.0, 8579.0, 8595.0, 8565.0, 8583.0, 8607.0, 8582.0, 8583.0, 8622.0, 8581.0, 8610.0, 8587.0, 8571.0, 8575.0, 8620.0, 8628.0, 8583.0, 8616.0, 8585.0, 8574.0, 8587.0, 8606.0, 8648.0, 8587.0, 8602.0, 8630.0, 8596.0, 8615.0, 8598.0, 8585.0, 8627.0, 8586.0, 8581.0, 8604.0, 8575.0, 8622.0, 8577.0, 8565.0, 8564.0, 8596.0, 8610.0, 8563.0, 8593.0, 8637.0, 8579.0, 8593.0, 8583.0, 8599.0, 8626.0, 8579.0, 8609.0, 8579.0, 8570.0, 8627.0, 8600.0, 8613.0, 8566.0, 8596.0, 8643.0, 8594.0, 8609.0, 8579.0, 8562.0, 8568.0, 8598.0, 8608.0, 8560.0, 8576.0, 8636.0, 8580.0, 8580.0, 8568.0, 8598.0, 8605.0, 8563.0, 8591.0, 8635.0, 8577.0, 8607.0, 8567.0, 8599.0, 8619.0, 8563.0, 8594.0, 8637.0, 8574.0, 8604.0, 8581.0, 8577.0, 8568.0, 8597.0, 8640.0, 8567.0, 8567.0, 8624.0, 8600.0, 8630.0, 8607.0, 8650.0, 8607.0, 8654.0, 8574.0, 8574.0, 8602.0, 8648.0, 8610.0, 8578.0, 8626.0, 8567.0, 8584.0, 8618.0, 8574.0, 8575.0, 8560.0, 8575.0, 8575.0, 8565.0, 8575.0, 8603.0, 8577.0, 8592.0, 8582.0, 8582.0, 8611.0, 8578.0, 8578.0, 8616.0, 8578.0, 8607.0, 8580.0, 8596.0, 8624.0, 8594.0, 8599.0, 8626.0, 8596.0, 8612.0, 8605.0, 8572.0, 8588.0, 8602.0, 8560.0, 8574.0, 8542.0, 8571.0, 8587.0, 8543.0, 8570.0, 8591.0, 8575.0, 8591.0, 8614.0, 8571.0, 8585.0, 8568.0, 8581.0, 8622.0, 8562.0, 8575.0, 8623.0, 8578.0, 8595.0, 8575.0, 8573.0, 8601.0, 8557.0, 8573.0, 8601.0, 8556.0, 8573.0, 8614.0, 8572.0, 8573.0, 8542.0, 8576.0, 8571.0, 8556.0, 8570.0, 8613.0, 8575.0, 8572.0, 8546.0, 8574.0, 8604.0, 8538.0, 8570.0, 8615.0, 8572.0, 8556.0, 8546.0, 8575.0, 8568.0, 8571.0, 8575.0, 8567.0, 8551.0, 8568.0, 8603.0, 8611.0, 8562.0, 8575.0, 8621.0, 8574.0, 8605.0, 8581.0, 8596.0, 8563.0, 8576.0, 8635.0, 8592.0, 8605.0, 8580.0, 8576.0, 8580.0, 8546.0, 8603.0, 8559.0, 8638.0, 8578.0, 8620.0, 8579.0, 8608.0, 8575.0, 8591.0, 8571.0, 8591.0, 8607.0, 8576.0, 8621.0, 8578.0, 8588.0, 8554.0, 8571.0, 8615.0, 8557.0, 8584.0, 8558.0, 8541.0, 8540.0, 8567.0, 8597.0, 8557.0, 8569.0, 8552.0, 8526.0, 8540.0, 8574.0, 8569.0, 8569.0, 8540.0, 8553.0, 8544.0, 8618.0, 8575.0, 8606.0, 8586.0, 8552.0, 8565.0, 8594.0, 8637.0, 8593.0, 8625.0, 8597.0, 8615.0, 8604.0, 8603.0, 8625.0, 8576.0, 8628.0, 8596.0, 8595.0, 8568.0, 8599.0, 8636.0, 8579.0, 8594.0, 8620.0, 8563.0, 8639.0, 8579.0, 8624.0, 8581.0, 8606.0, 8581.0, 8580.0, 8548.0, 8576.0, 8618.0, 8561.0, 8608.0, 8563.0, 8550.0, 8578.0, 8565.0, 8569.0, 8556.0, 8557.0, 8601.0, 8556.0, 8616.0, 8560.0, 8590.0, 8543.0, 8557.0, 8609.0, 8554.0, 8585.0, 8556.0, 8525.0, 8544.0, 8556.0, 8573.0, 8558.0, 8527.0, 8560.0, 8578.0, 8620.0, 8578.0, 8578.0, 8563.0, 8536.0, 8577.0, 8578.0, 8574.0, 8542.0, 8577.0, 8621.0, 8580.0, 8579.0, 8565.0, 8580.0, 8561.0, 8542.0, 8573.0, 8585.0, 8540.0, 8577.0, 8619.0, 8563.0, 8563.0, 8549.0, 8578.0, 8593.0, 8562.0, 8579.0, 8620.0, 8581.0, 8584.0, 8638.0, 8563.0, 8597.0, 8622.0, 8566.0, 8595.0, 8567.0, 8582.0, 8626.0, 8553.0, 8576.0, 8620.0, 8578.0, 8578.0, 8621.0, 8583.0, 8552.0, 8562.0, 8578.0, 8590.0, 8564.0, 8582.0, 8609.0, 8571.0, 8600.0, 8623.0, 8581.0, 8597.0, 8626.0, 8581.0, 8595.0, 8557.0, 8600.0, 8623.0, 8581.0, 8599.0, 8612.0, 8581.0, 8609.0, 8572.0, 8584.0, 8623.0, 8582.0, 8614.0, 8581.0, 8583.0, 8613.0, 8587.0, 8567.0, 8608.0, 8576.0, 8624.0, 8566.0, 8567.0, 8596.0, 8583.0, 8581.0, 8549.0, 8577.0, 8625.0, 8566.0, 8596.0, 8550.0, 8583.0, 8609.0, 8549.0, 8579.0, 8639.0, 8578.0, 8593.0, 8567.0, 8567.0, 8607.0, 8578.0, 8609.0, 8564.0, 8552.0, 8610.0, 8579.0, 8597.0, 8607.0, 8576.0, 8610.0, 8551.0, 8580.0, 8606.0, 8566.0, 8581.0, 8621.0, 8562.0, 8577.0, 8594.0, 8562.0, 8592.0, 8568.0, 8581.0, 8621.0, 8550.0, 8580.0, 8618.0, 8565.0, 8581.0, 8623.0, 8567.0, 8583.0, 8608.0, 8574.0, 8575.0, 8563.0, 8582.0, 8596.0, 8586.0, 8559.0, 8610.0, 8585.0, 8615.0, 8584.0, 8600.0, 8650.0, 8588.0, 8585.0, 8627.0, 8579.0, 8613.0, 8584.0, 8573.0, 8589.0, 8590.0, 8601.0, 8612.0, 8582.0, 8630.0, 8572.0, 8585.0, 8615.0, 8586.0, 8585.0, 8567.0, 8582.0, 8633.0, 8584.0, 8598.0, 8641.0, 8570.0, 8585.0, 8638.0, 8567.0, 8611.0, 8570.0, 8555.0, 8583.0, 8583.0, 8582.0, 8564.0, 8580.0, 8627.0, 8569.0, 8598.0, 8641.0, 8566.0, 8596.0, 8623.0, 8580.0, 8595.0, 8566.0, 8597.0, 8610.0, 8582.0, 8568.0, 8611.0, 8581.0, 8597.0, 8570.0, 8599.0, 8626.0, 8583.0, 8598.0, 8598.0, 8585.0, 8611.0, 8571.0, 8598.0, 8644.0, 8598.0, 8611.0, 8585.0, 8553.0, 8567.0, 8560.0, 8574.0, 8603.0, 8590.0, 8573.0, 8601.0, 8645.0, 8606.0, 8603.0, 8578.0, 8606.0, 8630.0, 8585.0, 8600.0, 8611.0, 8585.0, 8635.0, 8590.0, 8602.0, 8589.0, 8590.0, 8630.0, 8569.0, 8598.0, 8630.0, 8600.0, 8600.0, 8568.0, 8600.0, 8625.0, 8564.0, 8579.0, 8624.0, 8577.0, 8609.0, 8566.0, 8581.0, 8604.0, 8564.0, 8578.0, 8609.0, 8583.0, 8579.0, 8572.0, 8597.0, 8622.0, 8570.0, 8585.0, 8628.0, 8587.0, 8633.0, 8607.0, 8605.0, 8590.0, 8602.0, 8646.0, 8603.0, 8604.0, 8587.0, 8562.0, 8604.0, 8607.0, 8604.0, 8574.0, 8600.0, 8647.0, 8584.0, 8598.0, 8645.0, 8615.0, 8611.0, 8589.0, 8583.0, 8636.0, 8574.0, 8591.0, 8590.0, 8579.0, 8607.0, 8583.0, 8568.0, 8578.0, 8581.0, 8625.0, 8582.0, 8594.0, 8583.0, 8554.0, 8610.0, 8583.0, 8599.0, 8608.0, 8576.0, 8610.0, 8564.0, 8579.0, 8623.0, 8577.0, 8596.0, 8607.0, 8577.0, 8589.0, 8560.0, 8577.0, 8621.0, 8592.0, 8594.0, 8586.0, 8555.0, 8573.0, 8598.0, 8622.0, 8562.0, 8580.0, 8641.0, 8581.0, 8610.0, 8586.0, 8597.0, 8566.0, 8567.0, 8622.0, 8548.0, 8579.0, 8604.0, 8565.0, 8613.0, 8571.0, 8568.0, 8572.0, 8584.0, 8612.0, 8565.0, 8596.0, 8617.0, 8565.0, 8611.0, 8583.0, 8570.0, 8569.0, 8588.0, 8600.0, 8587.0, 8583.0, 8610.0, 8581.0, 8626.0, 8584.0, 8595.0, 8569.0, 8582.0, 8623.0, 8581.0, 8611.0, 8566.0, 8569.0, 8585.0, 8566.0, 8607.0, 8566.0, 8578.0, 8620.0, 8564.0, 8597.0, 8621.0, 8565.0, 8593.0, 8564.0, 8548.0, 8561.0, 8575.0, 8602.0, 8563.0, 8566.0, 8569.0, 8585.0, 8629.0, 8586.0, 8610.0, 8594.0, 8581.0, 8642.0, 8586.0, 8600.0, 8589.0, 8604.0, 8631.0, 8585.0, 8602.0, 8645.0, 8617.0, 8613.0, 8586.0, 8585.0, 8641.0, 8580.0, 8594.0, 8566.0, 8569.0, 8564.0, 8582.0, 8578.0, 8580.0, 8569.0, 8626.0, 8584.0, 8616.0, 8592.0, 8586.0, 8581.0, 8599.0, 8645.0, 8585.0, 8611.0, 8588.0, 8588.0, 8611.0, 8579.0, 8625.0, 8579.0, 8582.0, 8564.0, 8585.0, 8611.0, 8566.0, 8609.0, 8575.0, 8579.0, 8622.0, 8564.0, 8580.0, 8565.0, 8585.0, 8567.0, 8586.0, 8586.0, 8631.0, 8582.0, 8563.0, 8604.0, 8556.0, 8584.0, 8562.0, 8575.0, 8566.0, 8583.0, 8623.0, 8578.0, 8602.0, 8559.0, 8602.0, 8562.0, 8590.0, 8565.0, 8562.0, 8583.0, 8578.0, 8577.0, 8590.0, 8607.0, 8608.0, 8594.0, 8561.0, 8564.0, 8578.0, 8568.0, 8609.0, 8590.0, 8584.0, 8637.0, 8563.0, 8602.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.0001902634467618002</td></tr>
<tr><td colspan=3>aqi</td><td>0.019298765203073547</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.17560999112084</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.203020116703297</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9990518281648364</td></tr>
<tr><td colspan=3>efc</td><td>0.4977</td></tr>
<tr><td colspan=3>fber</td><td>3888.8958</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07553150574812617</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5488474204171241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.412511067119214</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.384533852239192</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6455845732879846</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.207414775830467</td></tr>
<tr><td colspan=3>gcor</td><td>0.00549823</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014506910927593708</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029942158609628677</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.900704272358314</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>21.2877</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2171</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.6356</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299883.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>962.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.659</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4869</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.3525</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3039.5275</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3206.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76661.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.8975</td></tr>
<tr><td colspan=3>tsnr</td><td>41.408771842950955</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>