<?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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-02/func/sub-0050_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>922b9160bc753389fb731e62ef224405</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:06:56.902500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998513, 0.0472407, -0.0271945, -0.0493595, 0.995294, -0.0833908]</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.0885822</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>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7749, -7273, 602, -88, -174, 17, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f26870d8-1454-4a62-b6e1-ecd082b49c87||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678938150405884, -0.13242802023887634, -0.06244304031133652, 112.8624038696289], [-0.1267433762550354, 2.670300245285034, -0.22844454646110535, -84.28861999511719], [-0.07296079397201538, 0.22373132407665253, 2.689593553543091, -67.32284545898438], [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': ['180656.902500', '180657.362500', '180657.822500', '180658.282500', '180658.742500', '180659.202500', '180659.662500', '180700.122500', '180700.582500', '180701.042500', '180701.502500', '180701.962500', '180702.422500', '180702.882500', '180703.342500', '180703.802500', '180704.262500', '180704.722500', '180705.182500', '180705.642500', '180706.102500', '180706.562500', '180707.022500', '180707.482500', '180707.942500', '180708.402500', '180708.862500', '180709.322500', '180709.782500', '180710.242500', '180710.702500', '180711.162500', '180711.622500', '180712.082500', '180712.542500', '180713.002500', '180713.462500', '180713.922500', '180714.382500', '180714.842500', '180715.302500', '180715.762500', '180716.222500', '180716.682500', '180717.142500', '180717.602500', '180718.062500', '180718.522500', '180718.982500', '180719.442500', '180719.902500', '180720.362500', '180720.822500', '180721.282500', '180721.742500', '180722.202500', '180722.662500', '180723.122500', '180723.582500', '180724.042500', '180724.502500', '180724.962500', '180725.422500', '180725.882500', '180726.342500', '180726.802500', '180727.262500', '180727.722500', '180728.182500', '180728.642500', '180729.102500', '180729.562500', '180730.022500', '180730.482500', '180730.942500', '180731.402500', '180731.862500', '180732.322500', '180732.782500', '180733.242500', '180733.702500', '180734.162500', '180734.622500', '180735.082500', '180735.542500', '180736.002500', '180736.462500', '180736.922500', '180737.382500', '180737.842500', '180738.302500', '180738.762500', '180739.222500', '180739.682500', '180740.142500', '180740.602500', '180741.062500', '180741.522500', '180741.982500', '180742.442500', '180742.902500', '180743.362500', '180743.822500', '180744.282500', '180744.742500', '180745.202500', '180745.662500', '180746.122500', '180746.582500', '180747.042500', '180747.502500', '180747.962500', '180748.422500', '180748.882500', '180749.342500', '180749.802500', '180750.262500', '180750.722500', '180751.182500', '180751.642500', '180752.102500', '180752.562500', '180753.022500', '180753.482500', '180753.942500', '180754.402500', '180754.862500', '180755.322500', '180755.782500', '180756.242500', '180756.702500', '180757.162500', '180757.622500', '180758.082500', '180758.542500', '180759.002500', '180759.462500', '180759.922500', '180800.382500', '180800.842500', '180801.302500', '180801.762500', '180802.222500', '180802.682500', '180803.142500', '180803.602500', '180804.062500', '180804.522500', '180804.982500', '180805.442500', '180805.902500', '180806.362500', '180806.822500', '180807.282500', '180807.742500', '180808.202500', '180808.662500', '180809.122500', '180809.582500', '180810.042500', '180810.502500', '180810.962500', '180811.422500', '180811.882500', '180812.342500', '180812.802500', '180813.262500', '180813.722500', '180814.182500', '180814.642500', '180815.102500', '180815.562500', '180816.022500', '180816.482500', '180816.942500', '180817.402500', '180817.862500', '180818.322500', '180818.782500', '180819.242500', '180819.702500', '180820.162500', '180820.622500', '180821.082500', '180821.542500', '180822.002500', '180822.462500', '180822.922500', '180823.382500', '180823.842500', '180824.302500', '180824.762500', '180825.222500', '180825.682500', '180826.142500', '180826.602500', '180827.062500', '180827.522500', '180827.982500', '180828.442500', '180828.902500', '180829.362500', '180829.822500', '180830.282500', '180830.742500', '180831.202500', '180831.662500', '180832.122500', '180832.582500', '180833.042500', '180833.502500', '180833.962500', '180834.422500', '180834.882500', '180835.342500', '180835.802500', '180836.262500', '180836.722500', '180837.182500', '180837.642500', '180838.102500', '180838.562500', '180839.022500', '180839.482500', '180839.942500', '180840.402500', '180840.862500', '180841.322500', '180841.782500', '180842.242500', '180842.702500', '180843.162500', '180843.622500', '180844.082500', '180844.542500', '180845.002500', '180845.462500', '180845.922500', '180846.382500', '180846.842500', '180847.302500', '180847.762500', '180848.222500', '180848.682500', '180849.142500', '180849.602500', '180850.062500', '180850.522500', '180850.982500', '180851.442500', '180851.902500', '180852.362500', '180852.822500', '180853.282500', '180853.742500', '180854.202500', '180854.662500', '180855.122500', '180855.582500', '180856.042500', '180856.502500', '180856.962500', '180857.422500', '180857.882500', '180858.342500', '180858.802500', '180859.262500', '180859.722500', '180900.182500', '180900.642500', '180901.102500', '180901.562500', '180902.022500', '180902.482500', '180902.942500', '180903.402500', '180903.862500', '180904.322500', '180904.782500', '180905.242500', '180905.702500', '180906.162500', '180906.622500', '180907.082500', '180907.542500', '180908.002500', '180908.462500', '180908.922500', '180909.382500', '180909.842500', '180910.302500', '180910.762500', '180911.222500', '180911.682500', '180912.142500', '180912.602500', '180913.062500', '180913.522500', '180913.982500', '180914.442500', '180914.902500', '180915.362500', '180915.822500', '180916.282500', '180916.742500', '180917.202500', '180917.662500', '180918.122500', '180918.582500', '180919.042500', '180919.502500', '180919.962500', '180920.422500', '180920.882500', '180921.342500', '180921.802500', '180922.262500', '180922.722500', '180923.182500', '180923.642500', '180924.102500', '180924.562500', '180925.022500', '180925.482500', '180925.942500', '180926.402500', '180926.862500', '180927.322500', '180927.782500', '180928.242500', '180928.702500', '180929.162500', '180929.622500', '180930.082500', '180930.542500', '180931.002500', '180931.462500', '180931.922500', '180932.382500', '180932.842500', '180933.302500', '180933.762500', '180934.222500', '180934.682500', '180935.142500', '180935.602500', '180936.062500', '180936.522500', '180936.982500', '180937.442500', '180937.902500', '180938.362500', '180938.822500', '180939.282500', '180939.742500', '180940.202500', '180940.662500', '180941.122500', '180941.582500', '180942.042500', '180942.502500', '180942.962500', '180943.422500', '180943.882500', '180944.342500', '180944.802500', '180945.262500', '180945.722500', '180946.182500', '180946.642500', '180947.102500', '180947.562500', '180948.022500', '180948.482500', '180948.942500', '180949.402500', '180949.862500', '180950.322500', '180950.782500', '180951.242500', '180951.702500', '180952.162500', '180952.622500', '180953.082500', '180953.542500', '180954.002500', '180954.462500', '180954.922500', '180955.382500', '180955.842500', '180956.302500', '180956.762500', '180957.222500', '180957.682500', '180958.142500', '180958.602500', '180959.062500', '180959.522500', '180959.982500', '181000.442500', '181000.902500', '181001.362500', '181001.822500', '181002.282500', '181002.742500', '181003.202500', '181003.662500', '181004.122500', '181004.582500', '181005.042500', '181005.502500', '181005.962500', '181006.422500', '181006.882500', '181007.342500', '181007.802500', '181008.262500', '181008.722500', '181009.182500', '181009.642500', '181010.102500', '181010.562500', '181011.022500', '181011.482500', '181011.942500', '181012.402500', '181012.862500', '181013.322500', '181013.782500', '181014.242500', '181014.702500', '181015.162500', '181015.622500', '181016.082500', '181016.542500', '181017.002500', '181017.462500', '181017.922500', '181018.382500', '181018.842500', '181019.302500', '181019.762500', '181020.222500', '181020.682500', '181021.142500', '181021.602500', '181022.062500', '181022.522500', '181022.982500', '181023.442500', '181023.902500', '181024.362500', '181024.822500', '181025.282500', '181025.742500', '181026.202500', '181026.662500', '181027.122500', '181027.582500', '181028.042500', '181028.502500', '181028.962500', '181029.422500', '181029.882500', '181030.342500', '181030.802500', '181031.262500', '181031.722500', '181032.182500', '181032.642500', '181033.102500', '181033.562500', '181034.022500', '181034.482500', '181034.942500', '181035.402500', '181035.862500', '181036.322500', '181036.782500', '181037.242500', '181037.702500', '181038.162500', '181038.622500', '181039.082500', '181039.542500', '181040.002500', '181040.462500', '181040.922500', '181041.382500', '181041.842500', '181042.302500', '181042.762500', '181043.222500', '181043.682500', '181044.142500', '181044.602500', '181045.062500', '181045.522500', '181045.982500', '181046.442500', '181046.902500', '181047.362500', '181047.822500', '181048.282500', '181048.742500', '181049.202500', '181049.662500', '181050.122500', '181050.582500', '181051.042500', '181051.502500', '181051.962500', '181052.422500', '181052.882500', '181053.342500', '181053.802500', '181054.262500', '181054.722500', '181055.182500', '181055.642500', '181056.102500', '181056.562500', '181057.022500', '181057.482500', '181057.942500', '181058.402500', '181058.862500', '181059.322500', '181059.782500', '181100.242500', '181100.702500', '181101.162500', '181101.622500', '181102.082500', '181102.542500', '181103.002500', '181103.462500', '181103.922500', '181104.382500', '181104.842500', '181105.302500', '181105.762500', '181106.222500', '181106.682500', '181107.142500', '181107.602500', '181108.062500', '181108.522500', '181108.982500', '181109.442500', '181109.902500', '181110.362500', '181110.822500', '181111.282500', '181111.742500', '181112.202500', '181112.662500', '181113.122500', '181113.582500', '181114.042500', '181114.502500', '181114.962500', '181115.422500', '181115.882500', '181116.342500', '181116.802500', '181117.262500', '181117.722500', '181118.182500', '181118.642500', '181119.102500', '181119.562500', '181120.022500', '181120.482500', '181120.942500', '181121.402500', '181121.862500', '181122.322500', '181122.782500', '181123.242500', '181123.702500', '181124.162500', '181124.622500', '181125.082500', '181125.542500', '181126.002500', '181126.462500', '181126.922500', '181127.382500', '181127.842500', '181128.302500', '181128.762500', '181129.222500', '181129.682500', '181130.142500', '181130.602500', '181131.062500', '181131.522500', '181131.982500', '181132.442500', '181132.902500', '181133.362500', '181133.822500', '181134.282500', '181134.742500', '181135.202500', '181135.662500', '181136.122500', '181136.582500', '181137.042500', '181137.502500', '181137.962500', '181138.422500', '181138.882500', '181139.342500', '181139.802500', '181140.262500', '181140.722500', '181141.182500', '181141.642500', '181142.102500', '181142.562500', '181143.022500', '181143.482500', '181143.942500', '181144.402500', '181144.862500', '181145.322500', '181145.782500', '181146.242500', '181146.702500', '181147.162500', '181147.622500', '181148.082500', '181148.542500', '181149.002500', '181149.462500', '181149.922500', '181150.382500', '181150.842500', '181151.302500', '181151.762500', '181152.222500', '181152.682500', '181153.142500', '181153.602500', '181154.062500', '181154.522500', '181154.982500', '181155.442500', '181155.902500', '181156.362500', '181156.822500', '181157.282500', '181157.742500', '181158.202500', '181158.662500', '181159.122500', '181159.582500', '181200.042500', '181200.502500', '181200.962500', '181201.422500', '181201.882500', '181202.342500', '181202.802500', '181203.262500', '181203.722500', '181204.182500', '181204.642500', '181205.102500', '181205.562500', '181206.022500', '181206.482500', '181206.942500', '181207.402500', '181207.862500', '181208.322500', '181208.782500', '181209.242500', '181209.702500', '181210.162500', '181210.622500', '181211.082500', '181211.542500', '181212.002500', '181212.462500', '181212.922500', '181213.382500', '181213.842500', '181214.302500', '181214.762500', '181215.222500', '181215.682500', '181216.142500', '181216.602500', '181217.062500', '181217.522500', '181217.982500', '181218.442500', '181218.902500', '181219.362500', '181219.822500', '181220.282500', '181220.742500', '181221.202500', '181221.662500', '181222.122500', '181222.582500', '181223.042500', '181223.502500', '181223.962500', '181224.422500', '181224.882500', '181225.342500', '181225.802500', '181226.262500', '181226.722500', '181227.182500', '181227.642500', '181228.102500', '181228.562500', '181229.022500', '181229.482500', '181229.942500', '181230.402500', '181230.862500', '181231.322500', '181231.782500', '181232.242500', '181232.702500', '181233.162500', '181233.622500', '181234.082500', '181234.542500', '181235.002500', '181235.462500', '181235.922500', '181236.382500', '181236.842500', '181237.302500', '181237.762500', '181238.222500', '181238.682500', '181239.142500', '181239.602500', '181240.062500', '181240.522500', '181240.982500', '181241.442500', '181241.902500', '181242.362500', '181242.822500', '181243.282500', '181243.742500', '181244.202500', '181244.662500', '181245.122500', '181245.582500', '181246.042500', '181246.502500', '181246.962500', '181247.422500', '181247.882500', '181248.342500', '181248.802500', '181249.262500', '181249.722500', '181250.182500', '181250.642500', '181251.102500', '181251.562500', '181252.022500', '181252.482500', '181252.942500', '181253.402500', '181253.862500', '181254.322500', '181254.782500', '181255.242500', '181255.702500', '181256.162500', '181256.622500', '181257.082500', '181257.542500', '181258.002500', '181258.462500', '181258.922500', '181259.382500', '181259.842500', '181300.302500', '181300.762500', '181301.222500', '181301.682500', '181302.142500', '181302.602500', '181303.062500', '181303.522500', '181303.982500', '181304.442500', '181304.902500', '181305.362500', '181305.822500', '181306.282500', '181306.742500', '181307.202500', '181307.662500', '181308.122500', '181308.582500', '181309.042500', '181309.502500', '181309.962500', '181310.422500', '181310.882500', '181311.342500', '181311.802500', '181312.262500', '181312.722500', '181313.182500', '181313.642500', '181314.102500', '181314.562500', '181315.022500', '181315.482500', '181315.942500', '181316.402500', '181316.862500', '181317.322500', '181317.782500', '181318.242500', '181318.702500', '181319.162500', '181319.622500', '181320.082500', '181320.542500', '181321.002500', '181321.462500', '181321.922500', '181322.382500', '181322.842500', '181323.302500', '181323.762500', '181324.222500', '181324.682500', '181325.142500', '181325.602500', '181326.062500', '181326.522500', '181326.982500', '181327.442500', '181327.902500', '181328.362500', '181328.822500', '181329.282500', '181329.742500', '181330.202500', '181330.662500', '181331.122500', '181331.582500', '181332.042500', '181332.502500', '181332.962500', '181333.422500', '181333.882500', '181334.342500', '181334.802500', '181335.262500', '181335.722500', '181336.182500', '181336.642500', '181337.102500', '181337.562500', '181338.022500', '181338.482500', '181338.942500', '181339.402500', '181339.862500', '181340.322500', '181340.782500', '181341.242500', '181341.702500', '181342.162500', '181342.622500', '181343.082500', '181343.542500', '181344.002500', '181344.462500', '181344.922500', '181345.382500', '181345.842500', '181346.302500', '181346.762500', '181347.222500', '181347.682500', '181348.142500', '181348.602500', '181349.062500', '181349.522500', '181349.982500', '181350.442500', '181350.902500', '181351.362500', '181351.822500', '181352.282500', '181352.742500', '181353.202500', '181353.662500', '181354.122500', '181354.582500', '181355.042500', '181355.502500', '181355.962500', '181356.422500', '181356.882500'], 'ContentTime': ['180714.640000', '180714.643000', '180714.646000', '180714.649000', '180714.652000', '180714.654000', '180714.657000', '180714.660000', '180714.662000', '180714.671000', '180714.674000', '180714.677000', '180714.680000', '180714.682000', '180714.685000', '180714.688000', '180714.690000', '180714.693000', '180714.695000', '180714.698000', '180714.701000', '180714.703000', '180714.706000', '180714.709000', '180714.713000', '180714.716000', '180714.718000', '180714.728000', '180714.730000', '180714.733000', '180714.736000', '180714.738000', '180714.741000', '180714.744000', '180714.746000', '180714.749000', '180734.602000', '180734.604000', '180734.607000', '180734.614000', '180734.617000', '180734.619000', '180734.622000', '180734.625000', '180734.627000', '180734.630000', '180734.633000', '180734.635000', '180734.638000', '180734.640000', '180734.643000', '180734.645000', '180734.648000', '180734.651000', '180734.653000', '180734.656000', '180734.659000', '180734.661000', '180734.664000', '180734.667000', '180734.670000', '180734.672000', '180734.675000', '180734.677000', '180734.680000', '180734.683000', '180734.685000', '180734.688000', '180734.690000', '180734.693000', '180734.696000', '180734.698000', '180734.701000', '180734.703000', '180734.706000', '180734.708000', '180734.711000', '180734.714000', '180734.716000', '180754.602000', '180754.604000', '180754.607000', '180754.609000', '180754.612000', '180754.615000', '180754.617000', '180754.620000', '180754.622000', '180754.625000', '180754.628000', '180754.630000', '180754.633000', '180754.635000', '180754.638000', '180754.640000', '180754.643000', '180754.646000', '180754.648000', '180754.651000', '180754.653000', '180754.664000', '180754.667000', '180754.669000', '180754.672000', '180754.674000', '180754.677000', '180754.680000', '180754.682000', '180754.685000', '180754.687000', '180754.690000', '180754.692000', '180754.695000', '180754.698000', '180754.700000', '180754.703000', '180754.705000', '180754.708000', '180754.711000', '180754.713000', '180754.716000', '180754.718000', '180754.721000', '180814.601000', '180814.604000', '180814.607000', '180814.621000', '180814.624000', '180814.627000', '180814.629000', '180814.632000', '180814.634000', '180814.637000', '180814.639000', '180814.642000', '180814.645000', '180814.647000', '180814.650000', '180814.652000', '180814.655000', '180814.658000', '180814.661000', '180814.663000', '180814.666000', '180814.668000', '180814.671000', '180814.674000', '180814.676000', '180814.679000', '180814.681000', '180814.684000', '180814.687000', '180814.689000', '180814.692000', '180814.695000', '180814.697000', '180814.700000', '180814.702000', '180814.705000', '180814.708000', '180814.710000', '180814.713000', '180814.715000', '180814.718000', '180814.721000', '180814.723000', '180834.601000', '180834.604000', '180834.607000', '180834.609000', '180834.612000', '180834.615000', '180834.617000', '180834.620000', '180834.622000', '180834.625000', '180834.628000', '180834.630000', '180834.633000', '180834.635000', '180834.638000', '180834.641000', '180834.643000', '180834.646000', '180834.649000', '180834.651000', '180834.654000', '180834.657000', '180834.659000', '180834.662000', '180834.664000', '180834.667000', '180834.670000', '180834.672000', '180834.675000', '180834.678000', '180834.680000', '180834.683000', '180834.685000', '180834.688000', '180834.691000', '180834.693000', '180834.696000', '180834.698000', '180834.701000', '180834.703000', '180834.706000', '180834.709000', '180834.711000', '180834.714000', '180854.601000', '180854.603000', '180854.606000', '180854.609000', '180854.611000', '180854.614000', '180854.617000', '180854.619000', '180854.622000', '180854.624000', '180854.627000', '180854.630000', '180854.632000', '180854.635000', '180854.638000', '180854.640000', '180854.643000', '180854.646000', '180854.648000', '180854.651000', '180854.653000', '180854.656000', '180854.659000', '180854.661000', '180854.664000', '180854.667000', '180854.670000', '180854.672000', '180854.675000', '180854.678000', '180854.680000', '180854.683000', '180854.686000', '180854.688000', '180854.691000', '180854.693000', '180854.696000', '180854.699000', '180854.701000', '180854.705000', '180854.708000', '180854.711000', '180854.714000', '180914.600000', '180914.603000', '180914.606000', '180914.609000', '180914.611000', '180914.614000', '180914.617000', '180914.619000', '180914.622000', '180914.624000', '180914.627000', '180914.630000', '180914.632000', '180914.635000', '180914.637000', '180914.640000', '180914.643000', '180914.645000', '180914.648000', '180914.650000', '180914.653000', '180914.656000', '180914.658000', '180914.661000', '180914.663000', '180914.666000', '180914.668000', '180914.671000', '180914.674000', '180914.676000', '180914.679000', '180914.682000', '180914.684000', '180914.687000', '180914.689000', '180914.692000', '180914.695000', '180914.697000', '180914.700000', '180914.702000', '180914.705000', '180914.707000', '180914.710000', '180914.713000', '180934.601000', '180934.603000', '180934.606000', '180934.609000', '180934.611000', '180934.614000', '180934.616000', '180934.619000', '180934.621000', '180934.624000', '180934.627000', '180934.629000', '180934.632000', '180934.634000', '180934.637000', '180934.640000', '180934.642000', '180934.645000', '180934.647000', '180934.650000', '180934.653000', '180934.655000', '180934.658000', '180934.661000', '180934.663000', '180934.666000', '180934.668000', '180934.671000', '180934.687000', '180934.690000', '180934.692000', '180934.695000', '180934.698000', '180934.700000', '180934.703000', '180934.706000', '180934.708000', '180934.711000', '180934.713000', '180934.716000', '180934.719000', '180934.721000', '180934.724000', '180954.601000', '180954.604000', '180954.607000', '180954.610000', '180954.613000', '180954.615000', '180954.618000', '180954.621000', '180954.623000', '180954.626000', '180954.629000', '180954.632000', '180954.634000', '180954.637000', '180954.640000', '180954.643000', '180954.645000', '180954.648000', '180954.650000', '180954.653000', '180954.656000', '180954.658000', '180954.661000', '180954.663000', '180954.666000', '180954.669000', '180954.671000', '180954.674000', '180954.677000', '180954.679000', '180954.682000', '180954.684000', '180954.687000', '180954.690000', '180954.692000', '180954.695000', '180954.697000', '180954.700000', '180954.703000', '180954.705000', '180954.708000', '180954.710000', '180954.713000', '180954.716000', '181014.602000', '181014.604000', '181014.607000', '181014.610000', '181014.612000', '181014.615000', '181014.617000', '181014.620000', '181014.622000', '181014.625000', '181014.628000', '181014.630000', '181014.633000', '181014.635000', '181014.638000', '181014.641000', '181014.643000', '181014.646000', '181014.649000', '181014.651000', '181014.654000', '181014.657000', '181014.659000', '181014.662000', '181014.665000', '181014.667000', '181014.670000', '181014.673000', '181014.675000', '181014.678000', '181014.680000', '181014.683000', '181014.685000', '181014.688000', '181014.691000', '181014.693000', '181014.696000', '181014.699000', '181014.701000', '181014.704000', '181014.707000', '181014.709000', '181014.712000', '181034.602000', '181034.604000', '181034.607000', '181034.610000', '181034.612000', '181034.615000', '181034.617000', '181034.620000', '181034.622000', '181034.625000', '181034.627000', '181034.630000', '181034.633000', '181034.635000', '181034.638000', '181034.640000', '181034.643000', '181034.646000', '181034.648000', '181034.651000', '181034.653000', '181034.656000', '181034.659000', '181034.661000', '181034.664000', '181034.666000', '181034.669000', '181034.672000', '181034.674000', '181034.677000', '181034.679000', '181034.682000', '181034.684000', '181034.687000', '181034.690000', '181034.692000', '181034.695000', '181034.697000', '181034.700000', '181034.703000', '181034.705000', '181034.708000', '181034.711000', '181034.713000', '181054.602000', '181054.604000', '181054.607000', '181054.610000', '181054.612000', '181054.615000', '181054.617000', '181054.620000', '181054.623000', '181054.625000', '181054.628000', '181054.631000', '181054.633000', '181054.636000', '181054.638000', '181054.641000', '181054.644000', '181054.646000', '181054.649000', '181054.652000', '181054.654000', '181054.657000', '181054.659000', '181054.662000', '181054.665000', '181054.667000', '181054.670000', '181054.672000', '181054.675000', '181054.678000', '181054.680000', '181054.683000', '181054.685000', '181054.688000', '181054.690000', '181054.693000', '181054.696000', '181054.698000', '181054.701000', '181054.703000', '181054.706000', '181054.709000', '181054.711000', '181114.600000', '181114.603000', '181114.606000', '181114.608000', '181114.611000', '181114.614000', '181114.616000', '181114.619000', '181114.621000', '181114.624000', '181114.627000', '181114.629000', '181114.632000', '181114.635000', '181114.637000', '181114.640000', '181114.642000', '181114.645000', '181114.647000', '181114.650000', '181114.653000', '181114.655000', '181114.658000', '181114.661000', '181114.691000', '181114.694000', '181114.696000', '181114.699000', '181114.701000', '181114.704000', '181114.707000', '181114.709000', '181114.712000', '181114.714000', '181114.717000', '181114.720000', '181114.722000', '181114.725000', '181114.727000', '181114.730000', '181114.733000', '181114.735000', '181114.738000', '181114.740000', '181134.600000', '181134.603000', '181134.606000', '181134.609000', '181134.611000', '181134.614000', '181134.616000', '181134.619000', '181134.622000', '181134.624000', '181134.627000', '181134.630000', '181134.632000', '181134.635000', '181134.637000', '181134.640000', '181134.643000', '181134.645000', '181134.648000', '181134.650000', '181134.653000', '181134.656000', '181134.658000', '181134.661000', '181134.663000', '181134.666000', '181134.669000', '181134.671000', '181134.674000', '181134.676000', '181134.679000', '181134.682000', '181134.684000', '181134.687000', '181134.689000', '181134.692000', '181134.695000', '181134.697000', '181134.700000', '181134.703000', '181134.705000', '181134.708000', '181134.710000', '181154.600000', '181154.603000', '181154.606000', '181154.609000', '181154.611000', '181154.614000', '181154.617000', '181154.619000', '181154.622000', '181154.624000', '181154.627000', '181154.630000', '181154.632000', '181154.635000', '181154.637000', '181154.640000', '181154.643000', '181154.645000', '181154.648000', '181154.651000', '181154.653000', '181154.656000', '181154.658000', '181154.661000', '181154.664000', '181154.666000', '181154.669000', '181154.671000', '181154.674000', '181154.677000', '181154.679000', '181154.682000', '181154.685000', '181154.687000', '181154.690000', '181154.692000', '181154.695000', '181154.698000', '181154.700000', '181154.703000', '181154.706000', '181154.708000', '181154.711000', '181154.713000', '181214.601000', '181214.604000', '181214.607000', '181214.609000', '181214.612000', '181214.615000', '181214.617000', '181214.620000', '181214.622000', '181214.625000', '181214.628000', '181214.630000', '181214.633000', '181214.638000', '181214.640000', '181214.643000', '181214.646000', '181214.648000', '181214.651000', '181214.653000', '181214.656000', '181214.659000', '181214.661000', '181214.664000', '181214.666000', '181214.669000', '181214.672000', '181214.674000', '181214.677000', '181214.679000', '181214.682000', '181214.685000', '181214.687000', '181214.690000', '181214.693000', '181214.695000', '181214.698000', '181214.701000', '181214.703000', '181214.706000', '181214.708000', '181214.711000', '181214.714000', '181234.601000', '181234.604000', '181234.607000', '181234.610000', '181234.612000', '181234.615000', '181234.617000', '181234.620000', '181234.623000', '181234.625000', '181234.628000', '181234.630000', '181234.633000', '181234.636000', '181234.639000', '181234.641000', '181234.644000', '181234.647000', '181234.649000', '181234.652000', '181234.654000', '181234.657000', '181234.660000', '181234.662000', '181234.665000', '181234.667000', '181234.670000', '181234.673000', '181234.675000', '181234.678000', '181234.681000', '181234.683000', '181234.686000', '181234.688000', '181234.691000', '181234.729000', '181234.732000', '181234.735000', '181234.737000', '181234.740000', '181234.742000', '181234.745000', '181234.748000', '181234.750000', '181254.601000', '181254.604000', '181254.607000', '181254.610000', '181254.612000', '181254.615000', '181254.617000', '181254.620000', '181254.623000', '181254.625000', '181254.628000', '181254.630000', '181254.633000', '181254.636000', '181254.638000', '181254.641000', '181254.643000', '181254.646000', '181254.649000', '181254.651000', '181254.654000', '181254.657000', '181254.659000', '181254.662000', '181254.664000', '181254.667000', '181254.670000', '181254.672000', '181254.675000', '181254.677000', '181254.680000', '181254.683000', '181254.685000', '181254.688000', '181254.691000', '181254.693000', '181254.696000', '181254.698000', '181254.701000', '181254.703000', '181254.706000', '181254.709000', '181254.711000', '181314.601000', '181314.604000', '181314.607000', '181314.609000', '181314.612000', '181314.615000', '181314.617000', '181314.620000', '181314.622000', '181314.625000', '181314.628000', '181314.630000', '181314.633000', '181314.635000', '181314.638000', '181314.641000', '181314.643000', '181314.646000', '181314.649000', '181314.651000', '181314.654000', '181314.656000', '181314.659000', '181314.662000', '181314.664000', '181314.667000', '181314.669000', '181314.672000', '181314.674000', '181314.677000', '181314.680000', '181314.682000', '181314.685000', '181314.688000', '181314.690000', '181314.693000', '181314.695000', '181314.698000', '181314.701000', '181314.703000', '181314.706000', '181314.709000', '181314.711000', '181314.714000', '181334.600000', '181334.603000', '181334.606000', '181334.609000', '181334.611000', '181334.614000', '181334.616000', '181334.619000', '181334.622000', '181334.624000', '181334.627000', '181334.629000', '181334.632000', '181334.634000', '181334.637000', '181334.640000', '181334.642000', '181334.645000', '181334.647000', '181334.650000', '181334.653000', '181334.655000', '181334.658000', '181334.660000', '181334.663000', '181334.666000', '181334.668000', '181334.671000', '181334.674000', '181334.676000', '181334.679000', '181334.681000', '181334.684000', '181334.687000', '181334.689000', '181334.692000', '181334.694000', '181334.697000', '181334.700000', '181334.702000', '181334.705000', '181334.707000', '181334.710000', '181354.600000', '181354.603000', '181354.606000', '181354.609000', '181354.611000', '181354.614000', '181354.616000', '181354.619000', '181354.625000', '181354.628000', '181354.630000', '181354.633000', '181354.636000', '181354.638000', '181354.641000', '181354.644000', '181354.646000', '181354.649000', '181354.652000', '181354.654000', '181354.657000', '181354.660000', '181354.662000', '181354.665000', '181354.668000', '181354.670000', '181354.673000', '181354.675000', '181354.678000', '181354.681000', '181354.684000', '181354.686000', '181354.689000', '181354.692000', '181354.694000', '181354.697000', '181354.699000', '181354.702000', '181354.705000', '181354.707000', '181354.710000', '181354.712000', '181354.721000', '181354.724000', '181358.239000', '181358.241000', '181358.249000', '181358.252000', '181358.255000', '181358.257000', '181358.260000', '181358.262000'], 'InstanceCreationTime': ['180714.640000', '180714.643000', '180714.646000', '180714.649000', '180714.652000', '180714.654000', '180714.657000', '180714.660000', '180714.662000', '180714.671000', '180714.674000', '180714.677000', '180714.680000', '180714.682000', '180714.685000', '180714.688000', '180714.690000', '180714.693000', '180714.695000', '180714.698000', '180714.701000', '180714.703000', '180714.706000', '180714.709000', '180714.713000', '180714.716000', '180714.718000', '180714.728000', '180714.730000', '180714.733000', '180714.736000', '180714.738000', '180714.741000', '180714.744000', '180714.746000', '180714.749000', '180734.602000', '180734.604000', '180734.607000', '180734.614000', '180734.617000', '180734.619000', '180734.622000', '180734.625000', '180734.627000', '180734.630000', '180734.633000', '180734.635000', '180734.638000', '180734.640000', '180734.643000', '180734.645000', '180734.648000', '180734.651000', '180734.653000', '180734.656000', '180734.659000', '180734.661000', '180734.664000', '180734.667000', '180734.670000', '180734.672000', '180734.675000', '180734.677000', '180734.680000', '180734.683000', '180734.685000', '180734.688000', '180734.690000', '180734.693000', '180734.696000', '180734.698000', '180734.701000', '180734.703000', '180734.706000', '180734.708000', '180734.711000', '180734.714000', '180734.716000', '180754.602000', '180754.604000', '180754.607000', '180754.609000', '180754.612000', '180754.615000', '180754.617000', '180754.620000', '180754.622000', '180754.625000', '180754.628000', '180754.630000', '180754.633000', '180754.635000', '180754.638000', '180754.640000', '180754.643000', '180754.646000', '180754.648000', '180754.651000', '180754.653000', '180754.664000', '180754.667000', '180754.669000', '180754.672000', '180754.674000', '180754.677000', '180754.680000', '180754.682000', '180754.685000', '180754.687000', '180754.690000', '180754.692000', '180754.695000', '180754.698000', '180754.700000', '180754.703000', '180754.705000', '180754.708000', '180754.711000', '180754.713000', '180754.716000', '180754.718000', '180754.721000', '180814.601000', '180814.604000', '180814.607000', '180814.621000', '180814.624000', '180814.627000', '180814.629000', '180814.632000', '180814.634000', '180814.637000', '180814.639000', '180814.642000', '180814.645000', '180814.647000', '180814.650000', '180814.652000', '180814.655000', '180814.658000', '180814.661000', '180814.663000', '180814.666000', '180814.668000', '180814.671000', '180814.674000', '180814.676000', '180814.679000', '180814.681000', '180814.684000', '180814.687000', '180814.689000', '180814.692000', '180814.695000', '180814.697000', '180814.700000', '180814.702000', '180814.705000', '180814.708000', '180814.710000', '180814.713000', '180814.715000', '180814.718000', '180814.721000', '180814.723000', '180834.601000', '180834.604000', '180834.607000', '180834.609000', '180834.612000', '180834.615000', '180834.617000', '180834.620000', '180834.622000', '180834.625000', '180834.628000', '180834.630000', '180834.633000', '180834.635000', '180834.638000', '180834.641000', '180834.643000', '180834.646000', '180834.649000', '180834.651000', '180834.654000', '180834.657000', '180834.659000', '180834.662000', '180834.664000', '180834.667000', '180834.670000', '180834.672000', '180834.675000', '180834.678000', '180834.680000', '180834.683000', '180834.685000', '180834.688000', '180834.691000', '180834.693000', '180834.696000', '180834.698000', '180834.701000', '180834.703000', '180834.706000', '180834.709000', '180834.711000', '180834.714000', '180854.601000', '180854.603000', '180854.606000', '180854.609000', '180854.611000', '180854.614000', '180854.617000', '180854.619000', '180854.622000', '180854.624000', '180854.627000', '180854.630000', '180854.632000', '180854.635000', '180854.638000', '180854.640000', '180854.643000', '180854.646000', '180854.648000', '180854.651000', '180854.653000', '180854.656000', '180854.659000', '180854.661000', '180854.664000', '180854.667000', '180854.670000', '180854.672000', '180854.675000', '180854.678000', '180854.680000', '180854.683000', '180854.686000', '180854.688000', '180854.691000', '180854.693000', '180854.696000', '180854.699000', '180854.701000', '180854.705000', '180854.708000', '180854.711000', '180854.714000', '180914.600000', '180914.603000', '180914.606000', '180914.609000', '180914.611000', '180914.614000', '180914.617000', '180914.619000', '180914.622000', '180914.624000', '180914.627000', '180914.630000', '180914.632000', '180914.635000', '180914.637000', '180914.640000', '180914.643000', '180914.645000', '180914.648000', '180914.650000', '180914.653000', '180914.656000', '180914.658000', '180914.661000', '180914.663000', '180914.666000', '180914.668000', '180914.671000', '180914.674000', '180914.676000', '180914.679000', '180914.682000', '180914.684000', '180914.687000', '180914.689000', '180914.692000', '180914.695000', '180914.697000', '180914.700000', '180914.702000', '180914.705000', '180914.707000', '180914.710000', '180914.713000', '180934.601000', '180934.603000', '180934.606000', '180934.609000', '180934.611000', '180934.614000', '180934.616000', '180934.619000', '180934.621000', '180934.624000', '180934.627000', '180934.629000', '180934.632000', '180934.634000', '180934.637000', '180934.640000', '180934.642000', '180934.645000', '180934.647000', '180934.650000', '180934.653000', '180934.655000', '180934.658000', '180934.661000', '180934.663000', '180934.666000', '180934.668000', '180934.671000', '180934.687000', '180934.690000', '180934.692000', '180934.695000', '180934.698000', '180934.700000', '180934.703000', '180934.706000', '180934.708000', '180934.711000', '180934.713000', '180934.716000', '180934.719000', '180934.721000', '180934.724000', '180954.601000', '180954.604000', '180954.607000', '180954.610000', '180954.613000', '180954.615000', '180954.618000', '180954.621000', '180954.623000', '180954.626000', '180954.629000', '180954.632000', '180954.634000', '180954.637000', '180954.640000', '180954.643000', '180954.645000', '180954.648000', '180954.650000', '180954.653000', '180954.656000', '180954.658000', '180954.661000', '180954.663000', '180954.666000', '180954.669000', '180954.671000', '180954.674000', '180954.677000', '180954.679000', '180954.682000', '180954.684000', '180954.687000', '180954.690000', '180954.692000', '180954.695000', '180954.697000', '180954.700000', '180954.703000', '180954.705000', '180954.708000', '180954.710000', '180954.713000', '180954.716000', '181014.602000', '181014.604000', '181014.607000', '181014.610000', '181014.612000', '181014.615000', '181014.617000', '181014.620000', '181014.622000', '181014.625000', '181014.628000', '181014.630000', '181014.633000', '181014.635000', '181014.638000', '181014.641000', '181014.643000', '181014.646000', '181014.649000', '181014.651000', '181014.654000', '181014.657000', '181014.659000', '181014.662000', '181014.665000', '181014.667000', '181014.670000', '181014.673000', '181014.675000', '181014.678000', '181014.680000', '181014.683000', '181014.685000', '181014.688000', '181014.691000', '181014.693000', '181014.696000', '181014.699000', '181014.701000', '181014.704000', '181014.707000', '181014.709000', '181014.712000', '181034.602000', '181034.604000', '181034.607000', '181034.610000', '181034.612000', '181034.615000', '181034.617000', '181034.620000', '181034.622000', '181034.625000', '181034.627000', '181034.630000', '181034.633000', '181034.635000', '181034.638000', '181034.640000', '181034.643000', '181034.646000', '181034.648000', '181034.651000', '181034.653000', '181034.656000', '181034.659000', '181034.661000', '181034.664000', '181034.666000', '181034.669000', '181034.672000', '181034.674000', '181034.677000', '181034.679000', '181034.682000', '181034.684000', '181034.687000', '181034.690000', '181034.692000', '181034.695000', '181034.697000', '181034.700000', '181034.703000', '181034.705000', '181034.708000', '181034.711000', '181034.713000', '181054.602000', '181054.604000', '181054.607000', '181054.610000', '181054.612000', '181054.615000', '181054.617000', '181054.620000', '181054.623000', '181054.625000', '181054.628000', '181054.631000', '181054.633000', '181054.636000', '181054.638000', '181054.641000', '181054.644000', '181054.646000', '181054.649000', '181054.652000', '181054.654000', '181054.657000', '181054.659000', '181054.662000', '181054.665000', '181054.667000', '181054.670000', '181054.672000', '181054.675000', '181054.678000', '181054.680000', '181054.683000', '181054.685000', '181054.688000', '181054.690000', '181054.693000', '181054.696000', '181054.698000', '181054.701000', '181054.703000', '181054.706000', '181054.709000', '181054.711000', '181114.600000', '181114.603000', '181114.606000', '181114.608000', '181114.611000', '181114.614000', '181114.616000', '181114.619000', '181114.621000', '181114.624000', '181114.627000', '181114.629000', '181114.632000', '181114.635000', '181114.637000', '181114.640000', '181114.642000', '181114.645000', '181114.647000', '181114.650000', '181114.653000', '181114.655000', '181114.658000', '181114.661000', '181114.691000', '181114.694000', '181114.696000', '181114.699000', '181114.701000', '181114.704000', '181114.707000', '181114.709000', '181114.712000', '181114.714000', '181114.717000', '181114.720000', '181114.722000', '181114.725000', '181114.727000', '181114.730000', '181114.733000', '181114.735000', '181114.738000', '181114.740000', '181134.600000', '181134.603000', '181134.606000', '181134.609000', '181134.611000', '181134.614000', '181134.616000', '181134.619000', '181134.622000', '181134.624000', '181134.627000', '181134.630000', '181134.632000', '181134.635000', '181134.637000', '181134.640000', '181134.643000', '181134.645000', '181134.648000', '181134.650000', '181134.653000', '181134.656000', '181134.658000', '181134.661000', '181134.663000', '181134.666000', '181134.669000', '181134.671000', '181134.674000', '181134.676000', '181134.679000', '181134.682000', '181134.684000', '181134.687000', '181134.689000', '181134.692000', '181134.695000', '181134.697000', '181134.700000', '181134.703000', '181134.705000', '181134.708000', '181134.710000', '181154.600000', '181154.603000', '181154.606000', '181154.609000', '181154.611000', '181154.614000', '181154.617000', '181154.619000', '181154.622000', '181154.624000', '181154.627000', '181154.630000', '181154.632000', '181154.635000', '181154.637000', '181154.640000', '181154.643000', '181154.645000', '181154.648000', '181154.651000', '181154.653000', '181154.656000', '181154.658000', '181154.661000', '181154.664000', '181154.666000', '181154.669000', '181154.671000', '181154.674000', '181154.677000', '181154.679000', '181154.682000', '181154.685000', '181154.687000', '181154.690000', '181154.692000', '181154.695000', '181154.698000', '181154.700000', '181154.703000', '181154.706000', '181154.708000', '181154.711000', '181154.713000', '181214.601000', '181214.604000', '181214.607000', '181214.609000', '181214.612000', '181214.615000', '181214.617000', '181214.620000', '181214.622000', '181214.625000', '181214.628000', '181214.630000', '181214.633000', '181214.638000', '181214.640000', '181214.643000', '181214.646000', '181214.648000', '181214.651000', '181214.653000', '181214.656000', '181214.659000', '181214.661000', '181214.664000', '181214.666000', '181214.669000', '181214.672000', '181214.674000', '181214.677000', '181214.679000', '181214.682000', '181214.685000', '181214.687000', '181214.690000', '181214.693000', '181214.695000', '181214.698000', '181214.701000', '181214.703000', '181214.706000', '181214.708000', '181214.711000', '181214.714000', '181234.601000', '181234.604000', '181234.607000', '181234.610000', '181234.612000', '181234.615000', '181234.617000', '181234.620000', '181234.623000', '181234.625000', '181234.628000', '181234.630000', '181234.633000', '181234.636000', '181234.639000', '181234.641000', '181234.644000', '181234.647000', '181234.649000', '181234.652000', '181234.654000', '181234.657000', '181234.660000', '181234.662000', '181234.665000', '181234.667000', '181234.670000', '181234.673000', '181234.675000', '181234.678000', '181234.681000', '181234.683000', '181234.686000', '181234.688000', '181234.691000', '181234.729000', '181234.732000', '181234.735000', '181234.737000', '181234.740000', '181234.742000', '181234.745000', '181234.748000', '181234.750000', '181254.601000', '181254.604000', '181254.607000', '181254.610000', '181254.612000', '181254.615000', '181254.617000', '181254.620000', '181254.623000', '181254.625000', '181254.628000', '181254.630000', '181254.633000', '181254.636000', '181254.638000', '181254.641000', '181254.643000', '181254.646000', '181254.649000', '181254.651000', '181254.654000', '181254.657000', '181254.659000', '181254.662000', '181254.664000', '181254.667000', '181254.670000', '181254.672000', '181254.675000', '181254.677000', '181254.680000', '181254.683000', '181254.685000', '181254.688000', '181254.691000', '181254.693000', '181254.696000', '181254.698000', '181254.701000', '181254.703000', '181254.706000', '181254.709000', '181254.711000', '181314.601000', '181314.604000', '181314.607000', '181314.609000', '181314.612000', '181314.615000', '181314.617000', '181314.620000', '181314.622000', '181314.625000', '181314.628000', '181314.630000', '181314.633000', '181314.635000', '181314.638000', '181314.641000', '181314.643000', '181314.646000', '181314.649000', '181314.651000', '181314.654000', '181314.656000', '181314.659000', '181314.662000', '181314.664000', '181314.667000', '181314.669000', '181314.672000', '181314.674000', '181314.677000', '181314.680000', '181314.682000', '181314.685000', '181314.688000', '181314.690000', '181314.693000', '181314.695000', '181314.698000', '181314.701000', '181314.703000', '181314.706000', '181314.709000', '181314.711000', '181314.714000', '181334.600000', '181334.603000', '181334.606000', '181334.609000', '181334.611000', '181334.614000', '181334.616000', '181334.619000', '181334.622000', '181334.624000', '181334.627000', '181334.629000', '181334.632000', '181334.634000', '181334.637000', '181334.640000', '181334.642000', '181334.645000', '181334.647000', '181334.650000', '181334.653000', '181334.655000', '181334.658000', '181334.660000', '181334.663000', '181334.666000', '181334.668000', '181334.671000', '181334.674000', '181334.676000', '181334.679000', '181334.681000', '181334.684000', '181334.687000', '181334.689000', '181334.692000', '181334.694000', '181334.697000', '181334.700000', '181334.702000', '181334.705000', '181334.707000', '181334.710000', '181354.600000', '181354.603000', '181354.606000', '181354.609000', '181354.611000', '181354.614000', '181354.616000', '181354.619000', '181354.625000', '181354.628000', '181354.630000', '181354.633000', '181354.636000', '181354.638000', '181354.641000', '181354.644000', '181354.646000', '181354.649000', '181354.652000', '181354.654000', '181354.657000', '181354.660000', '181354.662000', '181354.665000', '181354.668000', '181354.670000', '181354.673000', '181354.675000', '181354.678000', '181354.681000', '181354.684000', '181354.686000', '181354.689000', '181354.692000', '181354.694000', '181354.697000', '181354.699000', '181354.702000', '181354.705000', '181354.707000', '181354.710000', '181354.712000', '181354.721000', '181354.724000', '181358.239000', '181358.241000', '181358.249000', '181358.252000', '181358.255000', '181358.257000', '181358.260000', '181358.262000'], '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': [17206, 12401, 11776, 11674, 12644, 12520, 15358, 12507, 11939, 12044, 9543, 12824, 9336, 13625, 10271, 14423, 9106, 14072, 9533, 14441, 9956, 14307, 9106, 14395, 9392, 13946, 9766, 14707, 10046, 14699, 11271, 14715, 11686, 14161, 11405, 11717, 12435, 8628, 14034, 9586, 14814, 9574, 14989, 10315, 15576, 10716, 15117, 11497, 15562, 11006, 15838, 10879, 15717, 10914, 15333, 11366, 15538, 12118, 15614, 11080, 14857, 11399, 12766, 11186, 11537, 11449, 9042, 13272, 8930, 14154, 9245, 14648, 9710, 15393, 11621, 15560, 10773, 10989, 11291, 8691, 14151, 11118, 14034, 10802, 8403, 12706, 9995, 15295, 10382, 14663, 10558, 14802, 10803, 15794, 10628, 14878, 10907, 10888, 11804, 9192, 14417, 9727, 16420, 11177, 15876, 11472, 13018, 11467, 9865, 13106, 9133, 13798, 9641, 14499, 10263, 14764, 9506, 14881, 11626, 16247, 11795, 11899, 11522, 8857, 14027, 10615, 15469, 11590, 16001, 11569, 14278, 11419, 8871, 12736, 9088, 14832, 10942, 15580, 10930, 14979, 11080, 15768, 11346, 15081, 11707, 8363, 12493, 9047, 14422, 9499, 15239, 11254, 16138, 11260, 15459, 11497, 15643, 11539, 16068, 11163, 9233, 13127, 9766, 14887, 11853, 9062, 15477, 11329, 10056, 13156, 10121, 14629, 10565, 10058, 11811, 9438, 14384, 9747, 15317, 11476, 15438, 11248, 13808, 11632, 8593, 13050, 10896, 14936, 11290, 11463, 11420, 9236, 13132, 9744, 15023, 11497, 16882, 12432, 15425, 10703, 12068, 11084, 11900, 12550, 8248, 13550, 9149, 14006, 9215, 14163, 10277, 13686, 9259, 13271, 13339, 12316, 16183, 12499, 11699, 11167, 11979, 11271, 13564, 12050, 8011, 12959, 9001, 13635, 10157, 15067, 9387, 14714, 9503, 14646, 10121, 14981, 9196, 14163, 9332, 14446, 11973, 14263, 15034, 12661, 10495, 12358, 13772, 12266, 15212, 12352, 9394, 12064, 9749, 12978, 10642, 14122, 8940, 13846, 9400, 14809, 10138, 15067, 9075, 14152, 8953, 14140, 13739, 12626, 17837, 12657, 15056, 11498, 14822, 11419, 14749, 11407, 14633, 10512, 14695, 10949, 15055, 11158, 16600, 11468, 15639, 11057, 15113, 11263, 16424, 11948, 15133, 10322, 14658, 11151, 15603, 11342, 14490, 10930, 9654, 11193, 8553, 13327, 9494, 13885, 8824, 14186, 9320, 14575, 9340, 14496, 9060, 14514, 9456, 14962, 9972, 16053, 11489, 15425, 11223, 15279, 11077, 14524, 11556, 8270, 11940, 8956, 13858, 9190, 14604, 9590, 15321, 9309, 14868, 11077, 15808, 11194, 15626, 11490, 15078, 10723, 13349, 10895, 8811, 12432, 8898, 14414, 10502, 15060, 10900, 14682, 10640, 15329, 11136, 10883, 10645, 8588, 12883, 10571, 15131, 10794, 15890, 11368, 9360, 10630, 8707, 13574, 11121, 16357, 10817, 15607, 11217, 8181, 11551, 9254, 14390, 11103, 16092, 11910, 15132, 10817, 10449, 10980, 8910, 13043, 9639, 14181, 9601, 14482, 11356, 16102, 11390, 16455, 11715, 15252, 10616, 13823, 11031, 12014, 10820, 8872, 11468, 8726, 12244, 9122, 12664, 9522, 13360, 8816, 13536, 9401, 14467, 9948, 15608, 10510, 15264, 11218, 15746, 11099, 15786, 10916, 13426, 10417, 14596, 10696, 14248, 10660, 12337, 10842, 10367, 10850, 12317, 11165, 13358, 11708, 8377, 11664, 8801, 12895, 8819, 13362, 9447, 14867, 10508, 14689, 10756, 15209, 11031, 16217, 11428, 14172, 10790, 14482, 11010, 14811, 10975, 13371, 11242, 8933, 11081, 8668, 12542, 9279, 13759, 10220, 15542, 10819, 8876, 11362, 8720, 12916, 9062, 13482, 9373, 14631, 9551, 14651, 11263, 15811, 11413, 12233, 11742, 8619, 13321, 10086, 15634, 11432, 16425, 11564, 14332, 10898, 10413, 10988, 10859, 12070, 9362, 12750, 8781, 13904, 9526, 14602, 10540, 15138, 10944, 14700, 11225, 16129, 11094, 16159, 10823, 15149, 10836, 14967, 11155, 15192, 11520, 8969, 10897, 8568, 12987, 9166, 14716, 10055, 14929, 11004, 15556, 11254, 16472, 11671, 15382, 10673, 14845, 11080, 13278, 11197, 9458, 11609, 8347, 13076, 9015, 14108, 9431, 15511, 10483, 14715, 11275, 15393, 11219, 15993, 11379, 14659, 10900, 13710, 11028, 15914, 10989, 14930, 10456, 14713, 10910, 15247, 10894, 11466, 11066, 8755, 12894, 10355, 14066, 10800, 13854, 10878, 14754, 11676, 9646, 10998, 9531, 12571, 9667, 13050, 9151, 13534, 9174, 14286, 11547, 15712, 11114, 15518, 11723, 8412, 11492, 8521, 14326, 10842, 15626, 10810, 15881, 10555, 14638, 10757, 15149, 10749, 16919, 11371, 12943, 10809, 9570, 11005, 8725, 13408, 8708, 13543, 9412, 14546, 9238, 14556, 9883, 14970, 10822, 14803, 11365, 15355, 11012, 15713, 10871, 15475, 10922, 15295, 10979, 16523, 11577, 11691, 10434, 9123, 11031, 8471, 12487, 9485, 12547, 8066, 12394, 9560, 12345, 12539, 12411, 8363, 12512, 8855, 13561, 9171, 13771, 9327, 14002, 9701, 14476, 11263, 15258, 11361, 15986, 11215, 15480, 11072, 15056, 10992, 13851, 11592, 8543, 11845, 9929, 14002, 10599, 14102, 10134, 15599, 10600, 12356, 10012, 13911, 10131, 16130, 11313, 12659, 10205, 10815, 10629, 9949, 11480, 8574, 12897, 9162, 13629, 9275, 14482, 9980, 15745, 11751, 13512, 11011, 9079, 12900, 10414, 8545, 13839, 10225, 13825, 11278, 9935, 12306, 9369, 15241, 11005, 16352, 11303, 16633, 11565, 9963, 11292, 8244, 11761, 8394, 12999, 9199, 14425, 10858, 12677, 10890, 8564, 12627, 10184, 14278, 8992, 12893, 8242, 12410, 10270, 12672, 12258, 12339, 10612, 12522, 9088, 13557, 9077, 14579, 9551, 15424, 9393, 15676, 9625, 15845, 10917, 16232, 11326, 15136, 10962, 14633, 10821, 11747, 10509, 9513, 10712, 7916, 11439, 8001, 11965, 8649, 13245, 9063, 13328, 10469, 13287, 10527, 9818, 10664, 8485, 12126, 9637, 14529, 10568, 15025, 10582, 15194, 10397, 15079, 10837, 14787, 10710, 15136, 10883, 10171, 10930, 8082, 11552, 8410, 12826, 8665, 14045, 8809, 13842, 9225, 14361, 10979, 14674, 10492, 13652, 10890, 10735, 10396, 8510, 11247, 8458, 12991, 9047, 14772, 10196, 15192, 11177, 15129, 10467, 9017, 10876, 8295, 12250, 8979, 14275, 9349, 14783, 11076, 15120, 10983, 15691, 11028, 14420, 10382, 10153, 10787, 8234, 11931, 8401, 13361, 8912, 14095, 9528, 15358, 11628, 14024, 10696, 8591, 11542, 8532, 12824, 9066, 14940, 10579, 15102, 10788, 15390, 10932, 15351, 11212, 9114, 11011, 8282, 12299, 8942, 14292, 9445, 14621, 10559, 15166, 11190, 15502, 10747, 14982, 10962, 9524, 10762, 8012, 12277, 8856, 14830, 9713, 15154, 11024, 15000, 10824, 11813, 10732, 8817, 13087, 9821, 8607, 10439, 8392, 13470, 8918, 14091, 9998, 15785, 10844, 15194, 10898, 14377, 11006, 12031, 11208, 8185, 12509, 8721, 15348, 10978, 15891, 11221, 8249, 11107, 8624], 'WindowCenter': [4350.0, 4305.0, 4278.0, 4268.0, 4273.0, 4273.0, 4291.0, 4263.0, 4249.0, 4250.0, 4229.0, 4260.0, 4218.0, 4270.0, 4239.0, 4268.0, 4218.0, 4268.0, 4228.0, 4281.0, 4227.0, 4270.0, 4217.0, 4267.0, 4219.0, 4269.0, 4229.0, 4280.0, 4228.0, 4269.0, 4249.0, 4267.0, 4249.0, 4270.0, 4250.0, 4249.0, 4259.0, 4219.0, 4268.0, 4228.0, 4280.0, 4229.0, 4281.0, 4227.0, 4277.0, 4228.0, 4266.0, 4235.0, 4279.0, 4237.0, 4278.0, 4234.0, 4265.0, 4226.0, 4265.0, 4236.0, 4265.0, 4247.0, 4267.0, 4235.0, 4267.0, 4247.0, 4256.0, 4238.0, 4248.0, 4248.0, 4217.0, 4256.0, 4217.0, 4268.0, 4215.0, 4269.0, 4228.0, 4279.0, 4248.0, 4265.0, 4237.0, 4237.0, 4238.0, 4218.0, 4270.0, 4250.0, 4280.0, 4251.0, 4221.0, 4271.0, 4253.0, 4293.0, 4240.0, 4281.0, 4239.0, 4281.0, 4239.0, 4279.0, 4240.0, 4269.0, 4238.0, 4236.0, 4246.0, 4217.0, 4268.0, 4215.0, 4275.0, 4236.0, 4265.0, 4234.0, 4244.0, 4234.0, 4215.0, 4243.0, 4201.0, 4242.0, 4214.0, 4252.0, 4212.0, 4252.0, 4204.0, 4254.0, 4234.0, 4264.0, 4233.0, 4232.0, 4233.0, 4203.0, 4253.0, 4222.0, 4263.0, 4233.0, 4265.0, 4235.0, 4255.0, 4235.0, 4204.0, 4244.0, 4202.0, 4264.0, 4234.0, 4278.0, 4237.0, 4266.0, 4237.0, 4276.0, 4248.0, 4277.0, 4247.0, 4206.0, 4248.0, 4217.0, 4267.0, 4217.0, 4279.0, 4239.0, 4278.0, 4237.0, 4277.0, 4247.0, 4277.0, 4248.0, 4278.0, 4249.0, 4215.0, 4257.0, 4239.0, 4277.0, 4250.0, 4219.0, 4281.0, 4248.0, 4228.0, 4257.0, 4229.0, 4268.0, 4227.0, 4217.0, 4248.0, 4205.0, 4268.0, 4216.0, 4265.0, 4235.0, 4264.0, 4234.0, 4255.0, 4235.0, 4205.0, 4256.0, 4236.0, 4266.0, 4248.0, 4250.0, 4251.0, 4217.0, 4258.0, 4227.0, 4278.0, 4248.0, 4290.0, 4259.0, 4269.0, 4238.0, 4245.0, 4238.0, 4247.0, 4259.0, 4205.0, 4255.0, 4204.0, 4266.0, 4215.0, 4265.0, 4226.0, 4257.0, 4214.0, 4256.0, 4256.0, 4246.0, 4277.0, 4248.0, 4246.0, 4237.0, 4246.0, 4248.0, 4258.0, 4247.0, 4206.0, 4256.0, 4218.0, 4269.0, 4238.0, 4279.0, 4216.0, 4268.0, 4215.0, 4267.0, 4225.0, 4267.0, 4213.0, 4254.0, 4203.0, 4265.0, 4234.0, 4264.0, 4266.0, 4245.0, 4224.0, 4244.0, 4254.0, 4246.0, 4266.0, 4245.0, 4213.0, 4246.0, 4214.0, 4257.0, 4226.0, 4267.0, 4204.0, 4257.0, 4215.0, 4267.0, 4225.0, 4280.0, 4204.0, 4257.0, 4204.0, 4254.0, 4253.0, 4244.0, 4272.0, 4243.0, 4251.0, 4222.0, 4251.0, 4231.0, 4252.0, 4233.0, 4265.0, 4225.0, 4263.0, 4235.0, 4267.0, 4237.0, 4277.0, 4238.0, 4265.0, 4235.0, 4264.0, 4224.0, 4262.0, 4234.0, 4254.0, 4212.0, 4254.0, 4235.0, 4262.0, 4222.0, 4253.0, 4224.0, 4213.0, 4236.0, 4206.0, 4255.0, 4214.0, 4257.0, 4215.0, 4268.0, 4216.0, 4266.0, 4204.0, 4266.0, 4203.0, 4254.0, 4211.0, 4252.0, 4214.0, 4265.0, 4224.0, 4252.0, 4224.0, 4264.0, 4224.0, 4253.0, 4233.0, 4192.0, 4233.0, 4203.0, 4253.0, 4203.0, 4264.0, 4214.0, 4264.0, 4203.0, 4253.0, 4223.0, 4264.0, 4222.0, 4262.0, 4233.0, 4252.0, 4224.0, 4241.0, 4222.0, 4203.0, 4231.0, 4202.0, 4254.0, 4224.0, 4264.0, 4224.0, 4266.0, 4224.0, 4267.0, 4236.0, 4237.0, 4224.0, 4205.0, 4257.0, 4225.0, 4265.0, 4235.0, 4275.0, 4236.0, 4214.0, 4224.0, 4205.0, 4256.0, 4247.0, 4276.0, 4235.0, 4263.0, 4236.0, 4206.0, 4246.0, 4217.0, 4267.0, 4236.0, 4276.0, 4246.0, 4267.0, 4226.0, 4223.0, 4224.0, 4204.0, 4244.0, 4213.0, 4256.0, 4215.0, 4254.0, 4234.0, 4276.0, 4236.0, 4275.0, 4246.0, 4266.0, 4225.0, 4253.0, 4234.0, 4244.0, 4234.0, 4205.0, 4235.0, 4204.0, 4246.0, 4213.0, 4258.0, 4215.0, 4255.0, 4203.0, 4257.0, 4215.0, 4267.0, 4228.0, 4278.0, 4224.0, 4266.0, 4235.0, 4265.0, 4234.0, 4266.0, 4226.0, 4246.0, 4225.0, 4267.0, 4225.0, 4255.0, 4224.0, 4245.0, 4225.0, 4213.0, 4222.0, 4233.0, 4222.0, 4243.0, 4233.0, 4194.0, 4233.0, 4203.0, 4246.0, 4214.0, 4257.0, 4227.0, 4279.0, 4250.0, 4278.0, 4238.0, 4276.0, 4237.0, 4278.0, 4246.0, 4259.0, 4236.0, 4254.0, 4224.0, 4253.0, 4225.0, 4243.0, 4223.0, 4201.0, 4223.0, 4202.0, 4246.0, 4216.0, 4255.0, 4225.0, 4277.0, 4237.0, 4217.0, 4247.0, 4207.0, 4257.0, 4216.0, 4255.0, 4216.0, 4279.0, 4216.0, 4267.0, 4237.0, 4277.0, 4246.0, 4246.0, 4245.0, 4206.0, 4255.0, 4225.0, 4266.0, 4235.0, 4275.0, 4238.0, 4255.0, 4226.0, 4223.0, 4224.0, 4223.0, 4232.0, 4204.0, 4241.0, 4192.0, 4253.0, 4211.0, 4252.0, 4224.0, 4264.0, 4234.0, 4265.0, 4237.0, 4275.0, 4235.0, 4265.0, 4225.0, 4264.0, 4224.0, 4264.0, 4223.0, 4252.0, 4232.0, 4202.0, 4223.0, 4191.0, 4244.0, 4204.0, 4268.0, 4215.0, 4265.0, 4226.0, 4265.0, 4235.0, 4276.0, 4235.0, 4265.0, 4224.0, 4253.0, 4224.0, 4242.0, 4224.0, 4213.0, 4232.0, 4191.0, 4244.0, 4200.0, 4252.0, 4203.0, 4264.0, 4225.0, 4254.0, 4224.0, 4264.0, 4233.0, 4265.0, 4235.0, 4265.0, 4235.0, 4255.0, 4236.0, 4266.0, 4235.0, 4264.0, 4224.0, 4254.0, 4237.0, 4266.0, 4236.0, 4247.0, 4237.0, 4218.0, 4257.0, 4238.0, 4268.0, 4239.0, 4257.0, 4237.0, 4268.0, 4248.0, 4214.0, 4225.0, 4213.0, 4245.0, 4214.0, 4246.0, 4213.0, 4254.0, 4214.0, 4255.0, 4235.0, 4276.0, 4236.0, 4266.0, 4248.0, 4206.0, 4234.0, 4204.0, 4254.0, 4224.0, 4263.0, 4223.0, 4264.0, 4224.0, 4253.0, 4222.0, 4265.0, 4223.0, 4273.0, 4222.0, 4230.0, 4223.0, 4202.0, 4222.0, 4191.0, 4253.0, 4192.0, 4243.0, 4201.0, 4253.0, 4201.0, 4252.0, 4211.0, 4252.0, 4225.0, 4252.0, 4234.0, 4264.0, 4224.0, 4266.0, 4226.0, 4265.0, 4223.0, 4263.0, 4225.0, 4264.0, 4234.0, 4233.0, 4222.0, 4202.0, 4222.0, 4195.0, 4245.0, 4214.0, 4246.0, 4193.0, 4244.0, 4213.0, 4245.0, 4244.0, 4245.0, 4193.0, 4245.0, 4203.0, 4254.0, 4213.0, 4255.0, 4204.0, 4256.0, 4214.0, 4255.0, 4235.0, 4266.0, 4237.0, 4277.0, 4235.0, 4265.0, 4236.0, 4265.0, 4224.0, 4255.0, 4235.0, 4205.0, 4233.0, 4224.0, 4266.0, 4235.0, 4267.0, 4238.0, 4277.0, 4238.0, 4245.0, 4227.0, 4257.0, 4227.0, 4267.0, 4237.0, 4244.0, 4213.0, 4222.0, 4222.0, 4212.0, 4234.0, 4191.0, 4243.0, 4214.0, 4253.0, 4200.0, 4253.0, 4213.0, 4264.0, 4234.0, 4253.0, 4224.0, 4202.0, 4256.0, 4227.0, 4206.0, 4257.0, 4225.0, 4257.0, 4235.0, 4214.0, 4234.0, 4203.0, 4253.0, 4222.0, 4261.0, 4219.0, 4261.0, 4221.0, 4200.0, 4222.0, 4178.0, 4231.0, 4191.0, 4242.0, 4200.0, 4254.0, 4224.0, 4246.0, 4236.0, 4207.0, 4258.0, 4241.0, 4280.0, 4206.0, 4247.0, 4194.0, 4246.0, 4213.0, 4245.0, 4234.0, 4244.0, 4211.0, 4233.0, 4189.0, 4231.0, 4188.0, 4239.0, 4187.0, 4250.0, 4188.0, 4239.0, 4186.0, 4238.0, 4195.0, 4235.0, 4195.0, 4225.0, 4195.0, 4226.0, 4197.0, 4205.0, 4196.0, 4185.0, 4196.0, 4165.0, 4208.0, 4166.0, 4218.0, 4178.0, 4230.0, 4190.0, 4242.0, 4222.0, 4243.0, 4225.0, 4225.0, 4226.0, 4206.0, 4246.0, 4228.0, 4268.0, 4226.0, 4267.0, 4236.0, 4266.0, 4226.0, 4266.0, 4225.0, 4254.0, 4225.0, 4266.0, 4225.0, 4213.0, 4225.0, 4194.0, 4234.0, 4194.0, 4246.0, 4205.0, 4256.0, 4205.0, 4255.0, 4217.0, 4267.0, 4236.0, 4266.0, 4227.0, 4256.0, 4237.0, 4238.0, 4241.0, 4217.0, 4237.0, 4206.0, 4258.0, 4218.0, 4269.0, 4228.0, 4279.0, 4238.0, 4279.0, 4239.0, 4218.0, 4238.0, 4208.0, 4258.0, 4219.0, 4281.0, 4218.0, 4268.0, 4239.0, 4279.0, 4239.0, 4279.0, 4237.0, 4269.0, 4238.0, 4227.0, 4238.0, 4207.0, 4249.0, 4209.0, 4257.0, 4217.0, 4266.0, 4228.0, 4278.0, 4247.0, 4269.0, 4238.0, 4207.0, 4247.0, 4218.0, 4259.0, 4219.0, 4279.0, 4237.0, 4267.0, 4236.0, 4267.0, 4236.0, 4266.0, 4238.0, 4205.0, 4225.0, 4194.0, 4245.0, 4205.0, 4267.0, 4215.0, 4256.0, 4225.0, 4265.0, 4236.0, 4267.0, 4238.0, 4267.0, 4228.0, 4215.0, 4225.0, 4193.0, 4245.0, 4206.0, 4267.0, 4215.0, 4266.0, 4225.0, 4266.0, 4235.0, 4236.0, 4225.0, 4216.0, 4256.0, 4226.0, 4216.0, 4237.0, 4205.0, 4258.0, 4206.0, 4257.0, 4227.0, 4278.0, 4236.0, 4264.0, 4236.0, 4255.0, 4225.0, 4234.0, 4236.0, 4194.0, 4233.0, 4193.0, 4265.0, 4236.0, 4276.0, 4225.0, 4192.0, 4223.0, 4192.0], 'WindowWidth': [9590.0, 9517.0, 9466.0, 9448.0, 9450.0, 9447.0, 9472.0, 9430.0, 9409.0, 9409.0, 9379.0, 9422.0, 9365.0, 9438.0, 9393.0, 9433.0, 9364.0, 9432.0, 9377.0, 9453.0, 9377.0, 9437.0, 9362.0, 9429.0, 9366.0, 9434.0, 9379.0, 9451.0, 9379.0, 9436.0, 9406.0, 9431.0, 9408.0, 9438.0, 9410.0, 9409.0, 9422.0, 9367.0, 9432.0, 9377.0, 9451.0, 9382.0, 9453.0, 9375.0, 9442.0, 9374.0, 9427.0, 9383.0, 9448.0, 9388.0, 9443.0, 9379.0, 9421.0, 9369.0, 9421.0, 9384.0, 9424.0, 9398.0, 9427.0, 9382.0, 9427.0, 9403.0, 9414.0, 9390.0, 9407.0, 9405.0, 9363.0, 9413.0, 9359.0, 9428.0, 9355.0, 9431.0, 9377.0, 9445.0, 9402.0, 9423.0, 9388.0, 9386.0, 9389.0, 9366.0, 9437.0, 9411.0, 9452.0, 9413.0, 9375.0, 9442.0, 9421.0, 9474.0, 9399.0, 9452.0, 9392.0, 9453.0, 9394.0, 9448.0, 9395.0, 9434.0, 9390.0, 9386.0, 9400.0, 9360.0, 9430.0, 9354.0, 9438.0, 9382.0, 9421.0, 9378.0, 9392.0, 9378.0, 9352.0, 9387.0, 9330.0, 9386.0, 9354.0, 9400.0, 9345.0, 9400.0, 9334.0, 9402.0, 9377.0, 9419.0, 9377.0, 9373.0, 9375.0, 9335.0, 9402.0, 9359.0, 9416.0, 9376.0, 9421.0, 9381.0, 9408.0, 9381.0, 9338.0, 9392.0, 9335.0, 9420.0, 9380.0, 9442.0, 9386.0, 9425.0, 9387.0, 9439.0, 9404.0, 9443.0, 9401.0, 9345.0, 9402.0, 9359.0, 9427.0, 9358.0, 9447.0, 9393.0, 9444.0, 9390.0, 9441.0, 9401.0, 9444.0, 9404.0, 9445.0, 9407.0, 9356.0, 9414.0, 9393.0, 9446.0, 9409.0, 9367.0, 9453.0, 9404.0, 9377.0, 9414.0, 9377.0, 9431.0, 9373.0, 9358.0, 9402.0, 9342.0, 9429.0, 9355.0, 9420.0, 9380.0, 9419.0, 9379.0, 9409.0, 9380.0, 9341.0, 9410.0, 9384.0, 9426.0, 9403.0, 9413.0, 9414.0, 9362.0, 9416.0, 9374.0, 9445.0, 9403.0, 9463.0, 9422.0, 9432.0, 9390.0, 9396.0, 9391.0, 9401.0, 9419.0, 9343.0, 9409.0, 9338.0, 9424.0, 9357.0, 9423.0, 9372.0, 9412.0, 9352.0, 9411.0, 9411.0, 9398.0, 9443.0, 9402.0, 9398.0, 9386.0, 9399.0, 9404.0, 9418.0, 9402.0, 9346.0, 9414.0, 9363.0, 9435.0, 9392.0, 9450.0, 9360.0, 9431.0, 9356.0, 9427.0, 9369.0, 9429.0, 9352.0, 9408.0, 9337.0, 9423.0, 9380.0, 9420.0, 9424.0, 9396.0, 9366.0, 9393.0, 9408.0, 9398.0, 9425.0, 9396.0, 9351.0, 9396.0, 9353.0, 9414.0, 9372.0, 9427.0, 9341.0, 9414.0, 9355.0, 9429.0, 9370.0, 9449.0, 9340.0, 9412.0, 9339.0, 9407.0, 9404.0, 9392.0, 9431.0, 9389.0, 9397.0, 9359.0, 9397.0, 9371.0, 9401.0, 9377.0, 9420.0, 9369.0, 9419.0, 9382.0, 9428.0, 9388.0, 9444.0, 9389.0, 9422.0, 9380.0, 9420.0, 9365.0, 9415.0, 9380.0, 9404.0, 9347.0, 9404.0, 9383.0, 9413.0, 9360.0, 9401.0, 9365.0, 9350.0, 9385.0, 9344.0, 9410.0, 9354.0, 9414.0, 9357.0, 9429.0, 9356.0, 9425.0, 9339.0, 9425.0, 9335.0, 9407.0, 9345.0, 9402.0, 9351.0, 9420.0, 9362.0, 9401.0, 9363.0, 9417.0, 9364.0, 9405.0, 9377.0, 9320.0, 9376.0, 9335.0, 9404.0, 9334.0, 9419.0, 9352.0, 9421.0, 9334.0, 9402.0, 9361.0, 9417.0, 9359.0, 9413.0, 9375.0, 9399.0, 9363.0, 9384.0, 9359.0, 9334.0, 9371.0, 9334.0, 9405.0, 9365.0, 9419.0, 9365.0, 9422.0, 9367.0, 9428.0, 9386.0, 9385.0, 9367.0, 9343.0, 9412.0, 9368.0, 9423.0, 9382.0, 9436.0, 9384.0, 9352.0, 9366.0, 9342.0, 9412.0, 9402.0, 9441.0, 9382.0, 9418.0, 9384.0, 9346.0, 9398.0, 9360.0, 9428.0, 9385.0, 9439.0, 9397.0, 9427.0, 9370.0, 9364.0, 9364.0, 9339.0, 9391.0, 9350.0, 9411.0, 9355.0, 9408.0, 9380.0, 9440.0, 9382.0, 9435.0, 9397.0, 9422.0, 9367.0, 9406.0, 9380.0, 9394.0, 9381.0, 9343.0, 9382.0, 9339.0, 9399.0, 9354.0, 9414.0, 9356.0, 9407.0, 9336.0, 9413.0, 9356.0, 9429.0, 9376.0, 9444.0, 9367.0, 9424.0, 9381.0, 9423.0, 9380.0, 9425.0, 9371.0, 9396.0, 9370.0, 9425.0, 9369.0, 9410.0, 9366.0, 9394.0, 9366.0, 9348.0, 9360.0, 9376.0, 9361.0, 9390.0, 9376.0, 9323.0, 9376.0, 9337.0, 9397.0, 9355.0, 9414.0, 9376.0, 9448.0, 9413.0, 9445.0, 9390.0, 9439.0, 9388.0, 9444.0, 9400.0, 9420.0, 9384.0, 9406.0, 9364.0, 9402.0, 9366.0, 9390.0, 9361.0, 9331.0, 9361.0, 9335.0, 9398.0, 9360.0, 9408.0, 9369.0, 9442.0, 9389.0, 9364.0, 9402.0, 9348.0, 9416.0, 9357.0, 9411.0, 9359.0, 9448.0, 9358.0, 9428.0, 9388.0, 9442.0, 9398.0, 9398.0, 9397.0, 9343.0, 9409.0, 9368.0, 9425.0, 9381.0, 9436.0, 9388.0, 9410.0, 9368.0, 9362.0, 9365.0, 9362.0, 9374.0, 9337.0, 9383.0, 9319.0, 9401.0, 9345.0, 9402.0, 9364.0, 9419.0, 9379.0, 9423.0, 9387.0, 9438.0, 9383.0, 9424.0, 9368.0, 9420.0, 9365.0, 9418.0, 9362.0, 9402.0, 9375.0, 9333.0, 9361.0, 9319.0, 9393.0, 9338.0, 9429.0, 9355.0, 9423.0, 9371.0, 9422.0, 9381.0, 9439.0, 9381.0, 9422.0, 9363.0, 9402.0, 9364.0, 9388.0, 9364.0, 9350.0, 9373.0, 9317.0, 9388.0, 9328.0, 9402.0, 9334.0, 9418.0, 9367.0, 9405.0, 9365.0, 9419.0, 9377.0, 9421.0, 9380.0, 9421.0, 9380.0, 9408.0, 9383.0, 9424.0, 9382.0, 9420.0, 9364.0, 9405.0, 9387.0, 9424.0, 9383.0, 9402.0, 9388.0, 9366.0, 9417.0, 9391.0, 9431.0, 9392.0, 9414.0, 9386.0, 9431.0, 9404.0, 9353.0, 9368.0, 9349.0, 9394.0, 9351.0, 9395.0, 9351.0, 9406.0, 9351.0, 9407.0, 9382.0, 9440.0, 9385.0, 9428.0, 9401.0, 9344.0, 9379.0, 9340.0, 9407.0, 9365.0, 9417.0, 9363.0, 9420.0, 9364.0, 9403.0, 9361.0, 9420.0, 9361.0, 9431.0, 9358.0, 9367.0, 9358.0, 9331.0, 9360.0, 9317.0, 9403.0, 9319.0, 9390.0, 9331.0, 9404.0, 9331.0, 9401.0, 9343.0, 9400.0, 9366.0, 9400.0, 9378.0, 9419.0, 9365.0, 9422.0, 9368.0, 9421.0, 9361.0, 9415.0, 9366.0, 9417.0, 9379.0, 9373.0, 9359.0, 9334.0, 9360.0, 9327.0, 9394.0, 9352.0, 9395.0, 9322.0, 9391.0, 9349.0, 9395.0, 9392.0, 9394.0, 9323.0, 9394.0, 9335.0, 9406.0, 9349.0, 9408.0, 9337.0, 9409.0, 9352.0, 9407.0, 9380.0, 9423.0, 9386.0, 9440.0, 9381.0, 9421.0, 9383.0, 9422.0, 9366.0, 9410.0, 9382.0, 9342.0, 9378.0, 9367.0, 9425.0, 9383.0, 9427.0, 9391.0, 9444.0, 9389.0, 9398.0, 9374.0, 9414.0, 9374.0, 9427.0, 9387.0, 9393.0, 9349.0, 9359.0, 9359.0, 9345.0, 9377.0, 9317.0, 9387.0, 9354.0, 9404.0, 9327.0, 9402.0, 9347.0, 9419.0, 9378.0, 9405.0, 9364.0, 9332.0, 9411.0, 9373.0, 9345.0, 9414.0, 9370.0, 9415.0, 9381.0, 9353.0, 9376.0, 9334.0, 9401.0, 9358.0, 9410.0, 9350.0, 9409.0, 9354.0, 9324.0, 9355.0, 9295.0, 9368.0, 9315.0, 9385.0, 9327.0, 9403.0, 9366.0, 9398.0, 9384.0, 9347.0, 9418.0, 9399.0, 9450.0, 9343.0, 9401.0, 9325.0, 9397.0, 9350.0, 9395.0, 9379.0, 9391.0, 9343.0, 9374.0, 9310.0, 9368.0, 9307.0, 9379.0, 9304.0, 9393.0, 9303.0, 9376.0, 9300.0, 9372.0, 9309.0, 9363.0, 9307.0, 9347.0, 9310.0, 9351.0, 9314.0, 9322.0, 9313.0, 9297.0, 9313.0, 9271.0, 9331.0, 9273.0, 9345.0, 9293.0, 9363.0, 9312.0, 9385.0, 9360.0, 9387.0, 9368.0, 9368.0, 9370.0, 9344.0, 9398.0, 9375.0, 9432.0, 9373.0, 9428.0, 9386.0, 9427.0, 9371.0, 9424.0, 9368.0, 9407.0, 9369.0, 9424.0, 9367.0, 9349.0, 9367.0, 9325.0, 9380.0, 9327.0, 9397.0, 9340.0, 9412.0, 9340.0, 9410.0, 9361.0, 9429.0, 9386.0, 9425.0, 9374.0, 9411.0, 9388.0, 9394.0, 9398.0, 9362.0, 9388.0, 9347.0, 9417.0, 9363.0, 9434.0, 9378.0, 9448.0, 9392.0, 9448.0, 9393.0, 9364.0, 9392.0, 9351.0, 9420.0, 9367.0, 9453.0, 9366.0, 9432.0, 9394.0, 9448.0, 9396.0, 9447.0, 9389.0, 9434.0, 9392.0, 9376.0, 9390.0, 9350.0, 9407.0, 9353.0, 9417.0, 9361.0, 9427.0, 9378.0, 9445.0, 9403.0, 9434.0, 9390.0, 9348.0, 9400.0, 9364.0, 9421.0, 9366.0, 9448.0, 9388.0, 9428.0, 9386.0, 9429.0, 9387.0, 9427.0, 9391.0, 9340.0, 9367.0, 9324.0, 9395.0, 9341.0, 9426.0, 9355.0, 9410.0, 9367.0, 9422.0, 9384.0, 9428.0, 9389.0, 9427.0, 9374.0, 9353.0, 9366.0, 9323.0, 9394.0, 9342.0, 9428.0, 9353.0, 9422.0, 9366.0, 9424.0, 9383.0, 9385.0, 9368.0, 9358.0, 9411.0, 9372.0, 9361.0, 9387.0, 9344.0, 9417.0, 9343.0, 9413.0, 9373.0, 9444.0, 9384.0, 9420.0, 9383.0, 9409.0, 9369.0, 9381.0, 9383.0, 9323.0, 9375.0, 9323.0, 9420.0, 9383.0, 9439.0, 9367.0, 9321.0, 9362.0, 9318.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.000220011013215859</td></tr>
<tr><td colspan=3>aqi</td><td>0.023226452533039645</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.915127410385914</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.259479125049615</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9750065920396918</td></tr>
<tr><td colspan=3>efc</td><td>0.4941</td></tr>
<tr><td colspan=3>fber</td><td>4793.0498</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07671334571876572</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9911894273127754</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3907715278690866</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.364656307258564</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5641175752303096</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.243540701118386</td></tr>
<tr><td colspan=3>gcor</td><td>0.00789795</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008789022453129292</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027394479140639305</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</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.949093857172369</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.1828</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2856</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.6379</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>295321.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>870.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.3582</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6213</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.2576</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3392.7171</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4485.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.1752</td></tr>
<tr><td colspan=3>tsnr</td><td>37.649396245833486</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>