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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0060_suffix-bold_task-faces" 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-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-03_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-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-02_task-faces_acq-mb8_run-03_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-0060/ses-02/func/sub-0060_ses-02_task-faces_acq-mb8_run-03_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>2ef1319135dac359114e37d543a78f78</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:11:8.587500</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.998353, -0.0290406, 0.0494762, 0.0216098, 0.989254, 0.144602]</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-03_task-faces_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.0883246</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7739, -7280, 695, -46, -17, -44, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b637b109-243f-451a-879d-fda464b6d449||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.6785080432891846, 0.05797749385237694, 0.14348851144313812, 102.58131408691406], [0.07791393250226974, 2.6540958881378174, 0.3868960738182068, -112.21342468261719], [0.13274110853672028, -0.38795703649520874, 2.668280839920044, -57.98200988769531], [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': ['191108.587500', '191109.047500', '191109.507500', '191109.967500', '191110.427500', '191110.887500', '191111.347500', '191111.807500', '191112.267500', '191112.727500', '191113.187500', '191113.647500', '191114.107500', '191114.567500', '191115.027500', '191115.487500', '191115.947500', '191116.407500', '191116.867500', '191117.327500', '191117.787500', '191118.247500', '191118.707500', '191119.167500', '191119.627500', '191120.087500', '191120.547500', '191121.007500', '191121.467500', '191121.927500', '191122.387500', '191122.847500', '191123.307500', '191123.767500', '191124.227500', '191124.687500', '191125.147500', '191125.607500', '191126.067500', '191126.527500', '191126.987500', '191127.447500', '191127.907500', '191128.367500', '191128.827500', '191129.287500', '191129.747500', '191130.207500', '191130.667500', '191131.127500', '191131.587500', '191132.047500', '191132.507500', '191132.967500', '191133.427500', '191133.887500', '191134.347500', '191134.807500', '191135.267500', '191135.727500', '191136.187500', '191136.647500', '191137.107500', '191137.567500', '191138.027500', '191138.487500', '191138.947500', '191139.407500', '191139.867500', '191140.327500', '191140.787500', '191141.247500', '191141.707500', '191142.167500', '191142.627500', '191143.087500', '191143.547500', '191144.007500', '191144.467500', '191144.927500', '191145.387500', '191145.847500', '191146.307500', '191146.767500', '191147.227500', '191147.687500', '191148.147500', '191148.607500', '191149.067500', '191149.527500', '191149.987500', '191150.447500', '191150.907500', '191151.367500', '191151.827500', '191152.287500', '191152.747500', '191153.207500', '191153.667500', '191154.127500', '191154.587500', '191155.047500', '191155.507500', '191155.967500', '191156.427500', '191156.887500', '191157.347500', '191157.807500', '191158.267500', '191158.727500', '191159.187500', '191159.647500', '191200.107500', '191200.567500', '191201.027500', '191201.487500', '191201.947500', '191202.407500', '191202.867500', '191203.327500', '191203.787500', '191204.247500', '191204.707500', '191205.167500', '191205.627500', '191206.087500', '191206.547500', '191207.007500', '191207.467500', '191207.927500', '191208.387500', '191208.847500', '191209.307500', '191209.767500', '191210.227500', '191210.687500', '191211.147500', '191211.607500', '191212.067500', '191212.527500', '191212.987500', '191213.447500', '191213.907500', '191214.367500', '191214.827500', '191215.287500', '191215.747500', '191216.207500', '191216.667500', '191217.127500', '191217.587500', '191218.047500', '191218.507500', '191218.967500', '191219.427500', '191219.887500', '191220.347500', '191220.807500', '191221.267500', '191221.727500', '191222.187500', '191222.647500', '191223.107500', '191223.567500', '191224.027500', '191224.487500', '191224.947500', '191225.407500', '191225.867500', '191226.327500', '191226.787500', '191227.247500', '191227.707500', '191228.167500', '191228.627500', '191229.087500', '191229.547500', '191230.007500', '191230.467500', '191230.927500', '191231.387500', '191231.847500', '191232.307500', '191232.767500', '191233.227500', '191233.687500', '191234.147500', '191234.607500', '191235.067500', '191235.527500', '191235.987500', '191236.447500', '191236.907500', '191237.367500', '191237.827500', '191238.287500', '191238.747500', '191239.207500', '191239.667500', '191240.127500', '191240.587500', '191241.047500', '191241.507500', '191241.967500', '191242.427500', '191242.887500', '191243.347500', '191243.807500', '191244.267500', '191244.727500', '191245.187500', '191245.647500', '191246.107500', '191246.567500', '191247.027500', '191247.487500', '191247.947500', '191248.407500', '191248.867500', '191249.327500', '191249.787500', '191250.247500', '191250.707500', '191251.167500', '191251.627500', '191252.087500', '191252.547500', '191253.007500', '191253.467500', '191253.927500', '191254.387500', '191254.847500', '191255.307500', '191255.767500', '191256.227500', '191256.687500', '191257.147500', '191257.607500', '191258.067500', '191258.527500', '191258.987500', '191259.447500', '191259.907500', '191300.367500', '191300.827500', '191301.287500', '191301.747500', '191302.207500', '191302.667500', '191303.127500', '191303.587500', '191304.047500', '191304.507500', '191304.967500', '191305.427500', '191305.887500', '191306.347500', '191306.807500', '191307.267500', '191307.727500', '191308.187500', '191308.647500', '191309.107500', '191309.567500', '191310.027500', '191310.487500', '191310.947500', '191311.407500', '191311.867500', '191312.327500', '191312.787500', '191313.247500', '191313.707500', '191314.167500', '191314.627500', '191315.087500', '191315.547500', '191316.007500', '191316.467500', '191316.927500', '191317.387500', '191317.847500', '191318.307500', '191318.767500', '191319.227500', '191319.687500', '191320.147500', '191320.607500', '191321.067500', '191321.527500', '191321.987500', '191322.447500', '191322.907500', '191323.367500', '191323.827500', '191324.287500', '191324.747500', '191325.207500', '191325.667500', '191326.127500', '191326.587500', '191327.047500', '191327.507500', '191327.967500', '191328.427500', '191328.887500', '191329.347500', '191329.807500', '191330.267500', '191330.727500', '191331.187500', '191331.647500', '191332.107500', '191332.567500', '191333.027500', '191333.487500', '191333.947500', '191334.407500', '191334.867500', '191335.327500', '191335.787500', '191336.247500', '191336.707500', '191337.167500', '191337.627500', '191338.087500', '191338.547500', '191339.007500', '191339.467500', '191339.927500', '191340.387500', '191340.847500', '191341.307500', '191341.767500', '191342.227500', '191342.687500', '191343.147500', '191343.607500', '191344.067500', '191344.527500', '191344.987500', '191345.447500', '191345.907500', '191346.367500', '191346.827500', '191347.287500', '191347.747500', '191348.207500', '191348.667500', '191349.127500', '191349.587500', '191350.047500', '191350.507500', '191350.967500', '191351.427500', '191351.887500', '191352.347500', '191352.807500', '191353.267500', '191353.727500', '191354.187500', '191354.647500', '191355.107500', '191355.567500', '191356.027500', '191356.487500', '191356.947500', '191357.407500', '191357.867500', '191358.327500', '191358.787500', '191359.247500', '191359.707500', '191400.167500', '191400.627500', '191401.087500', '191401.547500', '191402.007500', '191402.467500', '191402.927500', '191403.387500', '191403.847500', '191404.307500', '191404.767500', '191405.227500', '191405.687500', '191406.147500', '191406.607500', '191407.067500', '191407.527500', '191407.987500', '191408.447500', '191408.907500', '191409.367500', '191409.827500', '191410.287500', '191410.747500', '191411.207500', '191411.667500', '191412.127500', '191412.587500', '191413.047500', '191413.507500', '191413.967500', '191414.427500', '191414.887500', '191415.347500', '191415.807500', '191416.267500', '191416.727500', '191417.187500', '191417.647500', '191418.107500', '191418.567500', '191419.027500', '191419.487500', '191419.947500', '191420.407500', '191420.867500', '191421.327500', '191421.787500', '191422.247500', '191422.707500', '191423.167500', '191423.627500', '191424.087500', '191424.547500', '191425.007500', '191425.467500', '191425.927500', '191426.387500', '191426.847500', '191427.307500', '191427.767500', '191428.227500', '191428.687500', '191429.147500', '191429.607500', '191430.067500', '191430.527500', '191430.987500', '191431.447500', '191431.907500', '191432.367500', '191432.827500', '191433.287500', '191433.747500', '191434.207500', '191434.667500', '191435.127500', '191435.587500', '191436.047500', '191436.507500', '191436.967500', '191437.427500', '191437.887500', '191438.347500', '191438.807500', '191439.267500', '191439.727500', '191440.187500', '191440.647500', '191441.107500', '191441.567500', '191442.027500', '191442.487500', '191442.947500', '191443.407500', '191443.867500', '191444.327500', '191444.787500', '191445.247500', '191445.707500', '191446.167500', '191446.627500', '191447.087500', '191447.547500', '191448.007500', '191448.467500', '191448.927500', '191449.387500', '191449.847500', '191450.307500', '191450.767500', '191451.227500', '191451.687500', '191452.147500', '191452.607500', '191453.067500', '191453.527500', '191453.987500', '191454.447500', '191454.907500', '191455.367500', '191455.827500', '191456.287500', '191456.747500', '191457.207500', '191457.667500', '191458.127500', '191458.587500', '191459.047500', '191459.507500', '191459.967500', '191500.427500', '191500.887500', '191501.347500', '191501.807500', '191502.267500', '191502.727500', '191503.187500', '191503.647500', '191504.107500', '191504.567500', '191505.027500', '191505.487500', '191505.947500', '191506.407500', '191506.867500', '191507.327500', '191507.787500', '191508.247500', '191508.707500', '191509.167500', '191509.627500', '191510.087500', '191510.547500', '191511.007500', '191511.467500', '191511.927500', '191512.387500', '191512.847500', '191513.307500', '191513.767500', '191514.227500', '191514.687500', '191515.147500', '191515.607500', '191516.067500', '191516.527500', '191516.987500', '191517.447500', '191517.907500', '191518.367500', '191518.827500', '191519.287500', '191519.747500', '191520.207500', '191520.667500', '191521.127500', '191521.587500', '191522.047500', '191522.507500', '191522.967500', '191523.427500', '191523.887500', '191524.347500', '191524.807500', '191525.267500', '191525.727500', '191526.187500', '191526.647500', '191527.107500', '191527.567500', '191528.027500', '191528.487500', '191528.947500', '191529.407500', '191529.867500', '191530.327500', '191530.787500', '191531.247500', '191531.707500', '191532.167500', '191532.627500', '191533.087500', '191533.547500', '191534.007500', '191534.467500', '191534.927500', '191535.387500', '191535.847500', '191536.307500', '191536.767500', '191537.227500', '191537.687500', '191538.147500', '191538.607500', '191539.067500', '191539.527500', '191539.987500', '191540.447500', '191540.907500', '191541.367500', '191541.827500', '191542.287500', '191542.747500', '191543.207500', '191543.667500', '191544.127500', '191544.587500', '191545.047500', '191545.507500', '191545.967500', '191546.427500', '191546.887500', '191547.347500', '191547.807500', '191548.267500', '191548.727500', '191549.187500', '191549.647500', '191550.107500', '191550.567500', '191551.027500', '191551.487500', '191551.947500', '191552.407500', '191552.867500', '191553.327500', '191553.787500', '191554.247500', '191554.707500', '191555.167500', '191555.627500', '191556.087500', '191556.547500', '191557.007500', '191557.467500', '191557.927500', '191558.387500', '191558.847500', '191559.307500', '191559.767500', '191600.227500', '191600.687500', '191601.147500', '191601.607500', '191602.067500', '191602.527500', '191602.987500', '191603.447500', '191603.907500', '191604.367500', '191604.827500', '191605.287500', '191605.747500', '191606.207500', '191606.667500', '191607.127500', '191607.587500', '191608.047500', '191608.507500', '191608.967500', '191609.427500', '191609.887500', '191610.347500', '191610.807500', '191611.267500', '191611.727500', '191612.187500', '191612.647500', '191613.107500', '191613.567500', '191614.027500', '191614.487500', '191614.947500', '191615.407500', '191615.867500', '191616.327500', '191616.787500', '191617.247500', '191617.707500', '191618.167500', '191618.627500', '191619.087500', '191619.547500', '191620.007500', '191620.467500', '191620.927500', '191621.387500', '191621.847500', '191622.307500', '191622.767500', '191623.227500', '191623.687500', '191624.147500', '191624.607500', '191625.067500', '191625.527500', '191625.987500', '191626.447500', '191626.907500', '191627.367500', '191627.827500', '191628.287500', '191628.747500', '191629.207500', '191629.667500', '191630.127500', '191630.587500', '191631.047500', '191631.507500', '191631.967500', '191632.427500', '191632.887500', '191633.347500', '191633.807500', '191634.267500', '191634.727500', '191635.187500', '191635.647500', '191636.107500', '191636.567500', '191637.027500', '191637.487500', '191637.947500', '191638.407500', '191638.867500', '191639.327500', '191639.787500', '191640.247500', '191640.707500', '191641.167500', '191641.627500', '191642.087500', '191642.547500', '191643.007500', '191643.467500', '191643.927500', '191644.387500', '191644.847500', '191645.307500', '191645.767500', '191646.227500', '191646.687500', '191647.147500', '191647.607500', '191648.067500', '191648.527500', '191648.987500', '191649.447500', '191649.907500', '191650.367500', '191650.827500', '191651.287500', '191651.747500', '191652.207500', '191652.667500', '191653.127500', '191653.587500', '191654.047500', '191654.507500', '191654.967500', '191655.427500', '191655.887500', '191656.347500', '191656.807500', '191657.267500', '191657.727500', '191658.187500', '191658.647500', '191659.107500', '191659.567500', '191700.027500', '191700.487500', '191700.947500', '191701.407500', '191701.867500', '191702.327500', '191702.787500', '191703.247500', '191703.707500', '191704.167500', '191704.627500', '191705.087500', '191705.547500', '191706.007500', '191706.467500', '191706.927500', '191707.387500', '191707.847500', '191708.307500', '191708.767500', '191709.227500', '191709.687500', '191710.147500', '191710.607500', '191711.067500', '191711.527500', '191711.987500', '191712.447500', '191712.907500', '191713.367500', '191713.827500', '191714.287500', '191714.747500', '191715.207500', '191715.667500', '191716.127500', '191716.587500', '191717.047500', '191717.507500', '191717.967500', '191718.427500', '191718.887500', '191719.347500', '191719.807500', '191720.267500', '191720.727500', '191721.187500', '191721.647500', '191722.107500', '191722.567500', '191723.027500', '191723.487500', '191723.947500', '191724.407500', '191724.867500', '191725.327500', '191725.787500', '191726.247500', '191726.707500', '191727.167500', '191727.627500', '191728.087500', '191728.547500', '191729.007500', '191729.467500', '191729.927500', '191730.387500', '191730.847500', '191731.307500', '191731.767500', '191732.227500', '191732.687500', '191733.147500', '191733.607500', '191734.067500', '191734.527500', '191734.987500', '191735.447500', '191735.907500', '191736.367500', '191736.827500', '191737.287500', '191737.747500', '191738.207500', '191738.667500', '191739.127500', '191739.587500', '191740.047500', '191740.507500', '191740.967500', '191741.427500', '191741.887500', '191742.347500', '191742.807500', '191743.267500', '191743.727500', '191744.187500', '191744.647500', '191745.107500', '191745.567500', '191746.027500', '191746.487500', '191746.947500', '191747.407500', '191747.867500', '191748.327500', '191748.787500', '191749.247500', '191749.707500', '191750.167500', '191750.627500', '191751.087500', '191751.547500', '191752.007500', '191752.467500', '191752.927500', '191753.387500', '191753.847500', '191754.307500', '191754.767500', '191755.227500', '191755.687500', '191756.147500', '191756.607500', '191757.067500', '191757.527500', '191757.987500', '191758.447500', '191758.907500', '191759.367500', '191759.827500', '191800.287500', '191800.747500', '191801.207500', '191801.667500', '191802.127500', '191802.587500', '191803.047500', '191803.507500', '191803.967500', '191804.427500', '191804.887500', '191805.347500', '191805.807500', '191806.267500', '191806.727500', '191807.187500', '191807.647500', '191808.107500', '191808.567500'], 'ContentTime': ['191133.873000', '191133.876000', '191133.881000', '191133.883000', '191133.886000', '191133.888000', '191133.891000', '191133.893000', '191133.896000', '191133.898000', '191133.901000', '191133.904000', '191133.906000', '191133.931000', '191133.933000', '191133.936000', '191133.938000', '191133.941000', '191133.943000', '191133.946000', '191133.948000', '191133.951000', '191133.954000', '191133.956000', '191133.959000', '191133.961000', '191133.964000', '191133.966000', '191133.969000', '191133.972000', '191133.980000', '191133.983000', '191133.985000', '191133.988000', '191133.990000', '191133.993000', '191133.996000', '191133.998000', '191134.002000', '191134.004000', '191134.007000', '191134.009000', '191134.012000', '191134.015000', '191134.017000', '191134.020000', '191134.022000', '191134.025000', '191134.027000', '191134.030000', '191134.032000', '191134.035000', '191153.827000', '191153.830000', '191153.833000', '191153.835000', '191153.838000', '191153.840000', '191153.843000', '191153.846000', '191153.848000', '191153.851000', '191153.853000', '191153.856000', '191153.858000', '191153.861000', '191153.863000', '191153.866000', '191153.868000', '191153.871000', '191153.874000', '191153.876000', '191153.879000', '191153.881000', '191153.884000', '191153.886000', '191153.889000', '191153.893000', '191153.896000', '191153.899000', '191153.901000', '191153.904000', '191153.906000', '191153.909000', '191153.911000', '191153.914000', '191153.917000', '191153.919000', '191153.922000', '191153.924000', '191153.927000', '191153.930000', '191153.932000', '191153.935000', '191153.937000', '191213.827000', '191213.830000', '191213.833000', '191213.835000', '191213.838000', '191213.840000', '191213.843000', '191213.845000', '191213.848000', '191213.851000', '191213.853000', '191213.856000', '191213.860000', '191213.862000', '191213.865000', '191213.867000', '191213.870000', '191213.872000', '191213.875000', '191213.877000', '191213.880000', '191213.882000', '191213.885000', '191213.888000', '191213.890000', '191213.893000', '191213.895000', '191213.898000', '191213.900000', '191213.903000', '191213.906000', '191213.908000', '191213.911000', '191213.913000', '191213.916000', '191213.919000', '191213.921000', '191213.924000', '191213.926000', '191213.929000', '191213.931000', '191213.934000', '191213.937000', '191213.939000', '191233.827000', '191233.830000', '191233.833000', '191233.835000', '191233.838000', '191233.841000', '191233.843000', '191233.846000', '191233.848000', '191233.851000', '191233.854000', '191233.856000', '191233.859000', '191233.861000', '191233.864000', '191233.866000', '191233.869000', '191233.872000', '191233.874000', '191233.877000', '191233.879000', '191233.882000', '191233.889000', '191233.891000', '191233.894000', '191233.896000', '191233.899000', '191233.901000', '191233.904000', '191233.906000', '191233.909000', '191233.912000', '191233.914000', '191233.917000', '191233.919000', '191233.922000', '191233.924000', '191233.927000', '191233.930000', '191233.932000', '191233.935000', '191233.937000', '191233.940000', '191253.826000', '191253.829000', '191253.832000', '191253.834000', '191253.837000', '191253.840000', '191253.842000', '191253.845000', '191253.848000', '191253.851000', '191253.853000', '191253.856000', '191253.858000', '191253.861000', '191253.864000', '191253.866000', '191253.869000', '191253.871000', '191253.874000', '191253.876000', '191253.879000', '191253.882000', '191253.884000', '191253.887000', '191253.889000', '191253.892000', '191253.895000', '191253.897000', '191253.900000', '191253.903000', '191253.905000', '191253.908000', '191253.911000', '191253.913000', '191253.916000', '191253.918000', '191253.921000', '191253.924000', '191253.927000', '191253.930000', '191253.932000', '191253.935000', '191253.942000', '191253.945000', '191313.828000', '191313.830000', '191313.833000', '191313.836000', '191313.838000', '191313.841000', '191313.843000', '191313.846000', '191313.848000', '191313.851000', '191313.854000', '191313.856000', '191313.859000', '191313.861000', '191313.876000', '191313.879000', '191313.881000', '191313.884000', '191313.886000', '191313.889000', '191313.891000', '191313.894000', '191313.903000', '191313.906000', '191313.908000', '191313.911000', '191313.914000', '191313.916000', '191313.919000', '191313.921000', '191313.924000', '191313.927000', '191313.929000', '191313.932000', '191313.935000', '191313.937000', '191313.940000', '191313.942000', '191313.945000', '191313.947000', '191313.950000', '191313.953000', '191313.955000', '191333.827000', '191333.830000', '191333.833000', '191333.835000', '191333.838000', '191333.840000', '191333.843000', '191333.846000', '191333.848000', '191333.851000', '191333.853000', '191333.856000', '191333.859000', '191333.861000', '191333.864000', '191333.866000', '191333.869000', '191333.872000', '191333.874000', '191333.877000', '191333.879000', '191333.882000', '191333.885000', '191333.887000', '191333.890000', '191333.892000', '191333.895000', '191333.897000', '191333.900000', '191333.903000', '191333.905000', '191333.908000', '191333.910000', '191333.913000', '191333.915000', '191333.918000', '191333.921000', '191333.923000', '191333.926000', '191333.928000', '191333.931000', '191333.933000', '191333.936000', '191333.938000', '191353.827000', '191353.830000', '191353.833000', '191353.835000', '191353.838000', '191353.840000', '191353.843000', '191353.846000', '191353.848000', '191353.851000', '191353.853000', '191353.856000', '191353.858000', '191353.861000', '191353.864000', '191353.866000', '191353.869000', '191353.871000', '191353.874000', '191353.876000', '191353.879000', '191353.882000', '191353.884000', '191353.887000', '191353.889000', '191353.892000', '191353.903000', '191353.905000', '191353.908000', '191353.911000', '191353.913000', '191353.916000', '191353.918000', '191353.921000', '191353.923000', '191353.926000', '191353.929000', '191353.931000', '191353.934000', '191353.936000', '191353.939000', '191353.942000', '191353.944000', '191413.827000', '191413.830000', '191413.833000', '191413.835000', '191413.838000', '191413.841000', '191413.843000', '191413.846000', '191413.848000', '191413.851000', '191413.854000', '191413.856000', '191413.859000', '191413.861000', '191413.864000', '191413.867000', '191413.869000', '191413.872000', '191413.874000', '191413.877000', '191413.880000', '191413.882000', '191413.886000', '191413.889000', '191413.891000', '191413.894000', '191413.897000', '191413.899000', '191413.902000', '191413.904000', '191413.907000', '191413.909000', '191413.912000', '191413.915000', '191413.917000', '191413.920000', '191413.922000', '191413.925000', '191413.928000', '191413.930000', '191413.933000', '191413.935000', '191413.938000', '191433.828000', '191433.831000', '191433.833000', '191433.836000', '191433.838000', '191433.841000', '191433.843000', '191433.846000', '191433.849000', '191433.851000', '191433.854000', '191433.865000', '191433.867000', '191433.870000', '191433.873000', '191433.875000', '191433.878000', '191433.880000', '191433.883000', '191433.885000', '191433.888000', '191433.891000', '191433.893000', '191433.896000', '191433.898000', '191433.901000', '191433.904000', '191433.906000', '191433.909000', '191433.912000', '191433.914000', '191433.917000', '191433.919000', '191433.922000', '191433.925000', '191433.927000', '191433.930000', '191433.932000', '191433.935000', '191433.938000', '191433.956000', '191433.958000', '191433.961000', '191433.963000', '191453.827000', '191453.830000', '191453.833000', '191453.835000', '191453.838000', '191453.841000', '191453.844000', '191453.847000', '191453.849000', '191453.852000', '191453.855000', '191453.857000', '191453.860000', '191453.862000', '191453.865000', '191453.868000', '191453.870000', '191453.873000', '191453.875000', '191453.878000', '191453.881000', '191453.883000', '191453.886000', '191453.888000', '191453.891000', '191453.894000', '191453.896000', '191453.899000', '191453.902000', '191453.904000', '191453.907000', '191453.909000', '191453.912000', '191453.915000', '191453.917000', '191453.920000', '191453.922000', '191453.925000', '191453.928000', '191453.930000', '191453.933000', '191453.936000', '191453.938000', '191513.828000', '191513.830000', '191513.833000', '191513.836000', '191513.838000', '191513.841000', '191513.843000', '191513.846000', '191513.849000', '191513.851000', '191513.854000', '191513.857000', '191513.859000', '191513.862000', '191513.864000', '191513.867000', '191513.869000', '191513.872000', '191513.875000', '191513.877000', '191513.880000', '191513.882000', '191513.885000', '191513.888000', '191513.890000', '191513.893000', '191513.896000', '191513.898000', '191513.901000', '191513.903000', '191513.906000', '191513.909000', '191513.911000', '191513.914000', '191513.917000', '191513.919000', '191513.922000', '191513.924000', '191513.931000', '191513.933000', '191513.936000', '191513.939000', '191513.941000', '191513.944000', '191533.828000', '191533.830000', '191533.833000', '191533.836000', '191533.838000', '191533.841000', '191533.844000', '191533.846000', '191533.849000', '191533.851000', '191533.854000', '191533.857000', '191533.859000', '191533.862000', '191533.865000', '191533.867000', '191533.870000', '191533.872000', '191533.875000', '191533.878000', '191533.880000', '191533.883000', '191533.885000', '191533.888000', '191533.891000', '191533.893000', '191533.896000', '191533.898000', '191533.901000', '191533.904000', '191533.906000', '191533.909000', '191533.911000', '191533.914000', '191533.917000', '191533.919000', '191533.922000', '191533.925000', '191533.928000', '191533.930000', '191533.933000', '191533.935000', '191533.938000', '191553.827000', '191553.830000', '191553.833000', '191553.836000', '191553.838000', '191553.841000', '191553.843000', '191553.846000', '191553.849000', '191553.851000', '191553.854000', '191553.856000', '191553.859000', '191553.862000', '191553.864000', '191553.867000', '191553.869000', '191553.872000', '191553.874000', '191553.877000', '191553.880000', '191553.882000', '191553.885000', '191553.887000', '191553.890000', '191553.893000', '191553.895000', '191553.898000', '191553.900000', '191553.903000', '191553.906000', '191553.908000', '191553.911000', '191553.914000', '191553.916000', '191553.919000', '191553.922000', '191553.924000', '191553.927000', '191553.929000', '191553.932000', '191553.935000', '191553.937000', '191553.940000', '191613.827000', '191613.830000', '191613.833000', '191613.835000', '191613.838000', '191613.841000', '191613.843000', '191613.846000', '191613.848000', '191613.851000', '191613.853000', '191613.856000', '191613.859000', '191613.861000', '191613.864000', '191613.867000', '191613.869000', '191613.872000', '191613.875000', '191613.878000', '191613.880000', '191613.895000', '191613.898000', '191613.900000', '191613.903000', '191613.906000', '191613.908000', '191613.911000', '191613.913000', '191613.916000', '191613.918000', '191613.921000', '191613.924000', '191613.926000', '191613.929000', '191613.931000', '191613.934000', '191613.937000', '191613.939000', '191613.942000', '191613.944000', '191613.947000', '191613.950000', '191633.827000', '191633.830000', '191633.833000', '191633.836000', '191633.838000', '191633.841000', '191633.843000', '191633.846000', '191633.849000', '191633.851000', '191633.854000', '191633.856000', '191633.859000', '191633.862000', '191633.864000', '191633.867000', '191633.869000', '191633.872000', '191633.874000', '191633.877000', '191633.880000', '191633.882000', '191633.885000', '191633.887000', '191633.890000', '191633.893000', '191633.895000', '191633.898000', '191633.901000', '191633.903000', '191633.906000', '191633.908000', '191633.911000', '191633.913000', '191633.916000', '191633.919000', '191633.921000', '191633.924000', '191633.926000', '191633.929000', '191633.932000', '191633.934000', '191633.937000', '191633.939000', '191653.827000', '191653.830000', '191653.833000', '191653.836000', '191653.838000', '191653.841000', '191653.843000', '191653.846000', '191653.849000', '191653.851000', '191653.854000', '191653.857000', '191653.859000', '191653.862000', '191653.864000', '191653.869000', '191653.871000', '191653.874000', '191653.877000', '191653.879000', '191653.882000', '191653.885000', '191653.887000', '191653.890000', '191653.892000', '191653.895000', '191653.898000', '191653.901000', '191653.904000', '191653.907000', '191653.910000', '191653.912000', '191653.915000', '191653.918000', '191653.920000', '191653.923000', '191653.925000', '191653.928000', '191653.930000', '191653.933000', '191653.936000', '191653.938000', '191653.941000', '191713.827000', '191713.829000', '191713.832000', '191713.834000', '191713.837000', '191713.840000', '191713.842000', '191713.845000', '191713.848000', '191713.850000', '191713.853000', '191713.855000', '191713.858000', '191713.860000', '191713.863000', '191713.866000', '191713.868000', '191713.871000', '191713.873000', '191713.876000', '191713.879000', '191713.881000', '191713.884000', '191713.887000', '191713.889000', '191713.892000', '191713.894000', '191713.897000', '191713.899000', '191713.902000', '191713.905000', '191713.907000', '191713.910000', '191713.912000', '191713.915000', '191713.918000', '191713.920000', '191713.923000', '191713.926000', '191713.928000', '191713.931000', '191713.933000', '191713.936000', '191713.939000', '191733.828000', '191733.830000', '191733.833000', '191733.836000', '191733.838000', '191733.841000', '191733.843000', '191733.846000', '191733.848000', '191733.851000', '191733.854000', '191733.856000', '191733.859000', '191733.861000', '191733.864000', '191733.866000', '191733.869000', '191733.872000', '191733.874000', '191733.877000', '191733.879000', '191733.882000', '191733.885000', '191733.887000', '191733.890000', '191733.893000', '191733.895000', '191733.898000', '191733.900000', '191733.903000', '191733.905000', '191733.929000', '191733.932000', '191733.934000', '191733.937000', '191733.939000', '191733.942000', '191733.945000', '191733.947000', '191733.950000', '191733.952000', '191733.955000', '191733.958000', '191753.828000', '191753.831000', '191753.833000', '191753.836000', '191753.838000', '191753.841000', '191753.843000', '191753.846000', '191753.849000', '191753.851000', '191753.854000', '191753.857000', '191753.859000', '191753.862000', '191753.865000', '191753.867000', '191753.870000', '191753.872000', '191753.875000', '191753.878000', '191753.880000', '191753.883000', '191753.885000', '191753.888000', '191753.891000', '191753.893000', '191753.896000', '191753.898000', '191753.901000', '191753.903000', '191753.906000', '191753.909000', '191753.911000', '191753.914000', '191753.917000', '191753.919000', '191753.922000', '191753.924000', '191753.927000', '191753.930000', '191753.932000', '191753.935000', '191753.937000', '191753.940000', '191810.248000', '191810.251000', '191810.254000', '191810.257000', '191810.259000', '191810.262000', '191810.264000', '191810.267000', '191810.270000', '191810.272000', '191810.275000', '191810.277000', '191810.280000', '191810.283000', '191810.285000', '191810.288000', '191810.291000', '191810.293000', '191810.296000', '191810.298000', '191810.301000', '191810.303000', '191810.306000', '191810.309000', '191810.311000', '191810.314000', '191810.316000', '191810.319000', '191810.322000', '191810.324000', '191810.327000', '191810.329000', '191810.332000', '191810.335000', '191810.337000', '191810.340000'], 'InstanceCreationTime': ['191133.873000', '191133.876000', '191133.881000', '191133.883000', '191133.886000', '191133.888000', '191133.891000', '191133.893000', '191133.896000', '191133.898000', '191133.901000', '191133.904000', '191133.906000', '191133.931000', '191133.933000', '191133.936000', '191133.938000', '191133.941000', '191133.943000', '191133.946000', '191133.948000', '191133.951000', '191133.954000', '191133.956000', '191133.959000', '191133.961000', '191133.964000', '191133.966000', '191133.969000', '191133.972000', '191133.980000', '191133.983000', '191133.985000', '191133.988000', '191133.990000', '191133.993000', '191133.996000', '191133.998000', '191134.002000', '191134.004000', '191134.007000', '191134.009000', '191134.012000', '191134.015000', '191134.017000', '191134.020000', '191134.022000', '191134.025000', '191134.027000', '191134.030000', '191134.032000', '191134.035000', '191153.827000', '191153.830000', '191153.833000', '191153.835000', '191153.838000', '191153.840000', '191153.843000', '191153.846000', '191153.848000', '191153.851000', '191153.853000', '191153.856000', '191153.858000', '191153.861000', '191153.863000', '191153.866000', '191153.868000', '191153.871000', '191153.874000', '191153.876000', '191153.879000', '191153.881000', '191153.884000', '191153.886000', '191153.889000', '191153.893000', '191153.896000', '191153.899000', '191153.901000', '191153.904000', '191153.906000', '191153.909000', '191153.911000', '191153.914000', '191153.917000', '191153.919000', '191153.922000', '191153.924000', '191153.927000', '191153.930000', '191153.932000', '191153.935000', '191153.937000', '191213.827000', '191213.830000', '191213.833000', '191213.835000', '191213.838000', '191213.840000', '191213.843000', '191213.845000', '191213.848000', '191213.851000', '191213.853000', '191213.856000', '191213.860000', '191213.862000', '191213.865000', '191213.867000', '191213.870000', '191213.872000', '191213.875000', '191213.877000', '191213.880000', '191213.882000', '191213.885000', '191213.888000', '191213.890000', '191213.893000', '191213.895000', '191213.898000', '191213.900000', '191213.903000', '191213.906000', '191213.908000', '191213.911000', '191213.913000', '191213.916000', '191213.919000', '191213.921000', '191213.924000', '191213.926000', '191213.929000', '191213.931000', '191213.934000', '191213.937000', '191213.939000', '191233.827000', '191233.830000', '191233.833000', '191233.835000', '191233.838000', '191233.841000', '191233.843000', '191233.846000', '191233.848000', '191233.851000', '191233.854000', '191233.856000', '191233.859000', '191233.861000', '191233.864000', '191233.866000', '191233.869000', '191233.872000', '191233.874000', '191233.877000', '191233.879000', '191233.882000', '191233.889000', '191233.891000', '191233.894000', '191233.896000', '191233.899000', '191233.901000', '191233.904000', '191233.906000', '191233.909000', '191233.912000', '191233.914000', '191233.917000', '191233.919000', '191233.922000', '191233.924000', '191233.927000', '191233.930000', '191233.932000', '191233.935000', '191233.937000', '191233.940000', '191253.826000', '191253.829000', '191253.832000', '191253.834000', '191253.837000', '191253.840000', '191253.842000', '191253.845000', '191253.848000', '191253.851000', '191253.853000', '191253.856000', '191253.858000', '191253.861000', '191253.864000', '191253.866000', '191253.869000', '191253.871000', '191253.874000', '191253.876000', '191253.879000', '191253.882000', '191253.884000', '191253.887000', '191253.889000', '191253.892000', '191253.895000', '191253.897000', '191253.900000', '191253.903000', '191253.905000', '191253.908000', '191253.911000', '191253.913000', '191253.916000', '191253.918000', '191253.921000', '191253.924000', '191253.927000', '191253.930000', '191253.932000', '191253.935000', '191253.942000', '191253.945000', '191313.828000', '191313.830000', '191313.833000', '191313.836000', '191313.838000', '191313.841000', '191313.843000', '191313.846000', '191313.848000', '191313.851000', '191313.854000', '191313.856000', '191313.859000', '191313.861000', '191313.876000', '191313.879000', '191313.881000', '191313.884000', '191313.886000', '191313.889000', '191313.891000', '191313.894000', '191313.903000', '191313.906000', '191313.908000', '191313.911000', '191313.914000', '191313.916000', '191313.919000', '191313.921000', '191313.924000', '191313.927000', '191313.929000', '191313.932000', '191313.935000', '191313.937000', '191313.940000', '191313.942000', '191313.945000', '191313.947000', '191313.950000', '191313.953000', '191313.955000', '191333.827000', '191333.830000', '191333.833000', '191333.835000', '191333.838000', '191333.840000', '191333.843000', '191333.846000', '191333.848000', '191333.851000', '191333.853000', '191333.856000', '191333.859000', '191333.861000', '191333.864000', '191333.866000', '191333.869000', '191333.872000', '191333.874000', '191333.877000', '191333.879000', '191333.882000', '191333.885000', '191333.887000', '191333.890000', '191333.892000', '191333.895000', '191333.897000', '191333.900000', '191333.903000', '191333.905000', '191333.908000', '191333.910000', '191333.913000', '191333.915000', '191333.918000', '191333.921000', '191333.923000', '191333.926000', '191333.928000', '191333.931000', '191333.933000', '191333.936000', '191333.938000', '191353.827000', '191353.830000', '191353.833000', '191353.835000', '191353.838000', '191353.840000', '191353.843000', '191353.846000', '191353.848000', '191353.851000', '191353.853000', '191353.856000', '191353.858000', '191353.861000', '191353.864000', '191353.866000', '191353.869000', '191353.871000', '191353.874000', '191353.876000', '191353.879000', '191353.882000', '191353.884000', '191353.887000', '191353.889000', '191353.892000', '191353.903000', '191353.905000', '191353.908000', '191353.911000', '191353.913000', '191353.916000', '191353.918000', '191353.921000', '191353.923000', '191353.926000', '191353.929000', '191353.931000', '191353.934000', '191353.936000', '191353.939000', '191353.942000', '191353.944000', '191413.827000', '191413.830000', '191413.833000', '191413.835000', '191413.838000', '191413.841000', '191413.843000', '191413.846000', '191413.848000', '191413.851000', '191413.854000', '191413.856000', '191413.859000', '191413.861000', '191413.864000', '191413.867000', '191413.869000', '191413.872000', '191413.874000', '191413.877000', '191413.880000', '191413.882000', '191413.886000', '191413.889000', '191413.891000', '191413.894000', '191413.897000', '191413.899000', '191413.902000', '191413.904000', '191413.907000', '191413.909000', '191413.912000', '191413.915000', '191413.917000', '191413.920000', '191413.922000', '191413.925000', '191413.928000', '191413.930000', '191413.933000', '191413.935000', '191413.938000', '191433.828000', '191433.831000', '191433.833000', '191433.836000', '191433.838000', '191433.841000', '191433.843000', '191433.846000', '191433.849000', '191433.851000', '191433.854000', '191433.865000', '191433.867000', '191433.870000', '191433.873000', '191433.875000', '191433.878000', '191433.880000', '191433.883000', '191433.885000', '191433.888000', '191433.891000', '191433.893000', '191433.896000', '191433.898000', '191433.901000', '191433.904000', '191433.906000', '191433.909000', '191433.912000', '191433.914000', '191433.917000', '191433.919000', '191433.922000', '191433.925000', '191433.927000', '191433.930000', '191433.932000', '191433.935000', '191433.938000', '191433.956000', '191433.958000', '191433.961000', '191433.963000', '191453.827000', '191453.830000', '191453.833000', '191453.835000', '191453.838000', '191453.841000', '191453.844000', '191453.847000', '191453.849000', '191453.852000', '191453.855000', '191453.857000', '191453.860000', '191453.862000', '191453.865000', '191453.868000', '191453.870000', '191453.873000', '191453.875000', '191453.878000', '191453.881000', '191453.883000', '191453.886000', '191453.888000', '191453.891000', '191453.894000', '191453.896000', '191453.899000', '191453.902000', '191453.904000', '191453.907000', '191453.909000', '191453.912000', '191453.915000', '191453.917000', '191453.920000', '191453.922000', '191453.925000', '191453.928000', '191453.930000', '191453.933000', '191453.936000', '191453.938000', '191513.828000', '191513.830000', '191513.833000', '191513.836000', '191513.838000', '191513.841000', '191513.843000', '191513.846000', '191513.849000', '191513.851000', '191513.854000', '191513.857000', '191513.859000', '191513.862000', '191513.864000', '191513.867000', '191513.869000', '191513.872000', '191513.875000', '191513.877000', '191513.880000', '191513.882000', '191513.885000', '191513.888000', '191513.890000', '191513.893000', '191513.896000', '191513.898000', '191513.901000', '191513.903000', '191513.906000', '191513.909000', '191513.911000', '191513.914000', '191513.917000', '191513.919000', '191513.922000', '191513.924000', '191513.931000', '191513.933000', '191513.936000', '191513.939000', '191513.941000', '191513.944000', '191533.828000', '191533.830000', '191533.833000', '191533.836000', '191533.838000', '191533.841000', '191533.844000', '191533.846000', '191533.849000', '191533.851000', '191533.854000', '191533.857000', '191533.859000', '191533.862000', '191533.865000', '191533.867000', '191533.870000', '191533.872000', '191533.875000', '191533.878000', '191533.880000', '191533.883000', '191533.885000', '191533.888000', '191533.891000', '191533.893000', '191533.896000', '191533.898000', '191533.901000', '191533.904000', '191533.906000', '191533.909000', '191533.911000', '191533.914000', '191533.917000', '191533.919000', '191533.922000', '191533.925000', '191533.928000', '191533.930000', '191533.933000', '191533.935000', '191533.938000', '191553.827000', '191553.830000', '191553.833000', '191553.836000', '191553.838000', '191553.841000', '191553.843000', '191553.846000', '191553.849000', '191553.851000', '191553.854000', '191553.856000', '191553.859000', '191553.862000', '191553.864000', '191553.867000', '191553.869000', '191553.872000', '191553.874000', '191553.877000', '191553.880000', '191553.882000', '191553.885000', '191553.887000', '191553.890000', '191553.893000', '191553.895000', '191553.898000', '191553.900000', '191553.903000', '191553.906000', '191553.908000', '191553.911000', '191553.914000', '191553.916000', '191553.919000', '191553.922000', '191553.924000', '191553.927000', '191553.929000', '191553.932000', '191553.935000', '191553.937000', '191553.940000', '191613.827000', '191613.830000', '191613.833000', '191613.835000', '191613.838000', '191613.841000', '191613.843000', '191613.846000', '191613.848000', '191613.851000', '191613.853000', '191613.856000', '191613.859000', '191613.861000', '191613.864000', '191613.867000', '191613.869000', '191613.872000', '191613.875000', '191613.878000', '191613.880000', '191613.895000', '191613.898000', '191613.900000', '191613.903000', '191613.906000', '191613.908000', '191613.911000', '191613.913000', '191613.916000', '191613.918000', '191613.921000', '191613.924000', '191613.926000', '191613.929000', '191613.931000', '191613.934000', '191613.937000', '191613.939000', '191613.942000', '191613.944000', '191613.947000', '191613.950000', '191633.827000', '191633.830000', '191633.833000', '191633.836000', '191633.838000', '191633.841000', '191633.843000', '191633.846000', '191633.849000', '191633.851000', '191633.854000', '191633.856000', '191633.859000', '191633.862000', '191633.864000', '191633.867000', '191633.869000', '191633.872000', '191633.874000', '191633.877000', '191633.880000', '191633.882000', '191633.885000', '191633.887000', '191633.890000', '191633.893000', '191633.895000', '191633.898000', '191633.901000', '191633.903000', '191633.906000', '191633.908000', '191633.911000', '191633.913000', '191633.916000', '191633.919000', '191633.921000', '191633.924000', '191633.926000', '191633.929000', '191633.932000', '191633.934000', '191633.937000', '191633.939000', '191653.827000', '191653.830000', '191653.833000', '191653.836000', '191653.838000', '191653.841000', '191653.843000', '191653.846000', '191653.849000', '191653.851000', '191653.854000', '191653.857000', '191653.859000', '191653.862000', '191653.864000', '191653.869000', '191653.871000', '191653.874000', '191653.877000', '191653.879000', '191653.882000', '191653.885000', '191653.887000', '191653.890000', '191653.892000', '191653.895000', '191653.898000', '191653.901000', '191653.904000', '191653.907000', '191653.910000', '191653.912000', '191653.915000', '191653.918000', '191653.920000', '191653.923000', '191653.925000', '191653.928000', '191653.930000', '191653.933000', '191653.936000', '191653.938000', '191653.941000', '191713.827000', '191713.829000', '191713.832000', '191713.834000', '191713.837000', '191713.840000', '191713.842000', '191713.845000', '191713.848000', '191713.850000', '191713.853000', '191713.855000', '191713.858000', '191713.860000', '191713.863000', '191713.866000', '191713.868000', '191713.871000', '191713.873000', '191713.876000', '191713.879000', '191713.881000', '191713.884000', '191713.887000', '191713.889000', '191713.892000', '191713.894000', '191713.897000', '191713.899000', '191713.902000', '191713.905000', '191713.907000', '191713.910000', '191713.912000', '191713.915000', '191713.918000', '191713.920000', '191713.923000', '191713.926000', '191713.928000', '191713.931000', '191713.933000', '191713.936000', '191713.939000', '191733.828000', '191733.830000', '191733.833000', '191733.836000', '191733.838000', '191733.841000', '191733.843000', '191733.846000', '191733.848000', '191733.851000', '191733.854000', '191733.856000', '191733.859000', '191733.861000', '191733.864000', '191733.866000', '191733.869000', '191733.872000', '191733.874000', '191733.877000', '191733.879000', '191733.882000', '191733.885000', '191733.887000', '191733.890000', '191733.893000', '191733.895000', '191733.898000', '191733.900000', '191733.903000', '191733.905000', '191733.929000', '191733.932000', '191733.934000', '191733.937000', '191733.939000', '191733.942000', '191733.945000', '191733.947000', '191733.950000', '191733.952000', '191733.955000', '191733.958000', '191753.828000', '191753.831000', '191753.833000', '191753.836000', '191753.838000', '191753.841000', '191753.843000', '191753.846000', '191753.849000', '191753.851000', '191753.854000', '191753.857000', '191753.859000', '191753.862000', '191753.865000', '191753.867000', '191753.870000', '191753.872000', '191753.875000', '191753.878000', '191753.880000', '191753.883000', '191753.885000', '191753.888000', '191753.891000', '191753.893000', '191753.896000', '191753.898000', '191753.901000', '191753.903000', '191753.906000', '191753.909000', '191753.911000', '191753.914000', '191753.917000', '191753.919000', '191753.922000', '191753.924000', '191753.927000', '191753.930000', '191753.932000', '191753.935000', '191753.937000', '191753.940000', '191810.248000', '191810.251000', '191810.254000', '191810.257000', '191810.259000', '191810.262000', '191810.264000', '191810.267000', '191810.270000', '191810.272000', '191810.275000', '191810.277000', '191810.280000', '191810.283000', '191810.285000', '191810.288000', '191810.291000', '191810.293000', '191810.296000', '191810.298000', '191810.301000', '191810.303000', '191810.306000', '191810.309000', '191810.311000', '191810.314000', '191810.316000', '191810.319000', '191810.322000', '191810.324000', '191810.327000', '191810.329000', '191810.332000', '191810.335000', '191810.337000', '191810.340000'], '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': [7014, 8699, 7160, 6685, 9521, 10400, 7919, 6932, 7168, 6540, 7214, 7475, 10112, 7724, 7215, 7340, 8129, 7369, 7343, 7986, 7447, 8128, 8065, 7365, 7205, 8106, 7266, 8372, 7342, 7347, 7517, 7325, 7519, 7779, 7107, 7296, 7527, 6783, 7415, 7499, 7189, 7368, 7568, 7317, 7299, 7394, 6964, 7334, 7513, 7409, 7541, 7145, 7196, 7518, 7265, 7508, 7764, 7283, 9151, 8149, 7388, 8014, 8140, 7463, 9200, 8148, 7426, 7735, 7129, 7479, 7405, 7033, 7412, 7026, 7685, 8201, 7310, 7294, 8014, 7251, 8500, 7639, 7366, 7200, 7061, 7506, 7059, 9788, 8237, 7354, 8082, 8115, 7229, 9747, 8826, 7291, 7193, 7167, 8387, 7607, 10995, 6937, 7140, 7370, 6909, 7187, 7649, 9493, 7290, 7039, 7278, 7351, 7146, 9718, 8198, 7360, 7403, 7005, 7322, 7363, 7660, 7243, 7108, 6941, 7237, 7089, 9606, 7486, 7050, 6981, 7867, 7159, 8105, 6883, 7257, 7312, 7026, 7192, 7105, 7076, 7848, 7018, 7721, 8056, 7352, 7696, 6994, 7328, 7341, 7068, 7347, 7047, 7244, 8232, 7136, 7650, 7011, 7431, 6942, 6847, 7826, 7279, 7591, 7101, 7499, 7292, 8038, 8245, 7437, 8189, 6998, 7431, 7419, 8550, 8383, 7396, 6794, 8153, 7324, 7409, 7044, 7431, 7405, 7119, 7619, 7054, 9667, 7216, 7410, 7577, 7090, 7420, 7153, 9891, 8168, 7425, 8055, 7436, 7386, 7589, 6833, 7339, 7249, 7556, 8230, 7500, 8871, 6995, 7123, 7361, 8308, 7588, 7225, 6901, 7923, 7258, 7738, 7138, 7339, 7182, 7383, 7662, 7246, 9134, 7422, 7369, 7511, 6984, 7591, 7301, 7085, 8123, 7407, 7377, 7487, 7476, 7617, 7066, 7486, 7121, 9437, 7110, 7405, 7525, 6917, 7526, 7214, 9605, 7468, 7387, 7582, 7067, 7456, 7365, 7224, 7676, 7403, 7349, 8163, 7464, 7617, 6726, 7380, 7279, 8574, 8231, 7419, 7037, 7157, 7219, 7689, 7557, 7586, 7099, 7066, 8007, 7330, 7620, 6745, 7363, 7300, 8087, 8160, 7372, 8476, 7104, 7221, 7427, 8029, 7531, 7177, 7093, 8084, 7147, 9160, 7079, 7271, 7444, 6921, 7421, 7257, 7091, 7578, 7080, 7492, 7058, 7396, 7498, 7172, 7401, 7125, 8364, 8279, 7345, 7530, 7146, 7484, 7519, 7263, 7632, 7134, 8778, 7971, 7581, 7613, 7040, 7354, 7462, 8632, 8118, 7394, 6919, 7869, 7340, 7553, 7115, 7361, 7275, 7258, 8166, 7388, 7475, 6851, 7319, 7554, 9344, 7992, 7227, 7213, 7524, 7288, 7571, 8085, 7394, 7100, 6942, 7290, 7081, 9069, 8146, 7311, 7400, 6691, 7256, 6980, 8261, 7887, 7129, 6720, 7808, 7099, 7754, 7131, 7246, 7168, 7138, 7569, 7198, 9053, 6794, 7318, 7355, 6889, 7721, 7263, 7915, 7391, 7258, 7956, 7436, 7236, 7309, 6933, 7424, 7025, 8659, 8045, 7168, 7232, 6963, 7152, 7319, 7997, 7163, 6925, 6847, 7466, 6892, 9165, 7004, 7077, 7169, 6487, 7101, 7049, 8499, 7810, 7057, 7514, 6802, 7178, 7146, 6835, 7213, 6904, 8128, 7979, 7212, 7281, 6754, 7195, 7014, 8130, 8036, 7206, 7169, 6818, 7149, 7291, 7101, 7299, 6863, 7257, 7925, 7379, 7513, 6633, 7303, 7361, 7371, 7445, 7001, 7147, 6710, 7273, 7256, 7489, 7279, 7011, 7323, 7397, 6969, 8007, 7114, 7170, 7223, 6880, 7200, 6925, 8969, 8117, 7122, 7222, 6899, 7133, 7351, 8316, 7178, 6861, 7132, 7332, 7141, 9725, 7520, 7175, 7261, 6909, 7168, 7079, 6862, 7745, 6974, 8512, 7474, 7158, 6925, 7136, 7819, 6952, 8721, 7281, 7173, 6899, 6915, 7150, 6932, 8787, 7892, 7163, 7059, 6768, 7035, 7412, 7357, 7168, 6930, 6851, 7242, 6957, 8624, 7928, 6988, 7324, 7043, 7420, 6998, 8748, 6609, 7116, 7305, 6648, 7080, 6991, 8513, 7330, 6988, 6875, 7784, 7188, 7625, 7360, 7019, 7164, 7230, 7202, 7138, 6934, 7115, 6827, 9726, 7975, 7000, 7559, 8126, 7177, 7871, 7153, 7203, 7358, 6654, 7107, 7172, 7410, 7219, 7017, 6782, 7716, 7143, 8381, 6790, 7143, 7403, 6668, 7245, 7068, 8059, 7588, 7199, 7392, 6945, 7202, 7213, 6780, 7344, 6928, 8018, 7968, 7244, 7289, 7085, 7217, 7363, 7745, 7397, 6971, 7161, 7668, 6987, 9096, 7332, 7179, 7404, 6684, 7331, 7090, 10117, 9278, 10709, 8798, 10436, 7994, 7381, 7400, 6946, 7251, 7299, 6959, 7306, 7069, 6982, 7100, 7006, 7429, 7084, 6914, 10944, 9365, 7600, 11541, 9492, 7017, 10982, 7716, 6885, 10251, 7755, 7101, 10360, 7151, 6981, 7184, 6575, 6890, 7133, 6765, 6968, 7026, 6722, 7091, 7021, 6658, 7148, 6718, 6682, 7031, 7065, 7131, 7212, 7069, 6823, 7745, 7078, 6520, 6789, 7051, 6902, 10049, 7546, 7153, 7357, 6675, 7311, 7436, 7200, 7173, 7260, 7266, 7324, 6996, 7071, 7971, 7263, 8468, 7248, 7256, 7489, 6950, 7158, 7411, 7038, 7263, 7175, 7063, 7177, 7031, 9839, 8075, 7210, 8335, 8116, 7280, 9389, 7147, 7319, 7449, 7026, 7150, 7069, 8016, 7938, 7119, 7246, 7982, 7338, 8469, 7845, 7297, 7524, 7131, 7297, 7464, 6864, 7245, 7043, 8022, 8034, 7199, 7608, 7415, 7327, 8396, 7895, 7227, 7109, 7424, 7173, 7098, 11149, 7799, 7016, 8391, 8054, 7301, 8005, 6880, 7181, 7467, 7074, 7352, 7266, 7065, 7389, 7074, 7672, 8001, 7099, 6906, 8281, 7152, 8734, 7742, 7394, 7367, 6839, 7224, 7167, 9409, 7379, 7172, 7523, 7543, 7267, 9125, 7726, 7295, 7490, 7436, 7362, 8475, 6994, 7251, 7386, 7270, 7211, 7076, 7092, 7959, 7076, 9026, 8238, 7415, 7231, 6956, 7215, 7671, 7526, 7311, 7261, 6896, 7194, 7084, 8518, 7989, 7115, 7643, 6971, 7239, 7313, 6922, 7352, 6999, 9785, 8004, 7075, 8440, 8231, 7128, 9144, 7823, 7135, 7245, 6717, 7134, 6983, 9767, 7799, 6941, 7933, 8189, 7108, 8718, 7638, 7027, 6901, 6948, 7524, 7173, 9676, 7889, 7147, 7357, 6926, 7172, 7099, 6936, 7821, 7146, 7211, 7889, 7406, 9434, 7875, 7074, 7798, 7197, 7429, 7482, 6794, 7252, 7078, 7597, 8027, 7084, 6624, 8122, 7137, 7987, 7526, 7277, 7362, 7103, 7341, 7315, 7462, 7361, 7120, 7145, 7542, 7065, 9238, 7081, 7312, 7343, 6754, 7283, 7165, 7000, 7781, 7191, 7628, 8108, 7299, 8199, 6865, 7130, 7455, 8617, 7411, 6986, 7012, 8005, 7181, 8379, 7049, 7271, 7459, 6715, 7181, 7065, 9646, 8138, 7169, 7441, 7036], 'WindowCenter': [3914.0, 3931.0, 3897.0, 3884.0, 3915.0, 3911.0, 3879.0, 3870.0, 3869.0, 3859.0, 3880.0, 3869.0, 3900.0, 3879.0, 3868.0, 3868.0, 3878.0, 3868.0, 3866.0, 3878.0, 3867.0, 3878.0, 3877.0, 3867.0, 3868.0, 3878.0, 3868.0, 3878.0, 3868.0, 3868.0, 3866.0, 3868.0, 3868.0, 3868.0, 3868.0, 3869.0, 3868.0, 3857.0, 3869.0, 3868.0, 3868.0, 3868.0, 3879.0, 3868.0, 3869.0, 3869.0, 3869.0, 3880.0, 3869.0, 3869.0, 3880.0, 3870.0, 3870.0, 3880.0, 3879.0, 3880.0, 3881.0, 3869.0, 3890.0, 3880.0, 3869.0, 3880.0, 3880.0, 3868.0, 3900.0, 3879.0, 3869.0, 3880.0, 3870.0, 3880.0, 3879.0, 3869.0, 3880.0, 3870.0, 3881.0, 3891.0, 3880.0, 3870.0, 3880.0, 3880.0, 3890.0, 3880.0, 3880.0, 3869.0, 3869.0, 3880.0, 3869.0, 3901.0, 3890.0, 3879.0, 3879.0, 3879.0, 3869.0, 3900.0, 3889.0, 3869.0, 3867.0, 3868.0, 3879.0, 3878.0, 3909.0, 3867.0, 3868.0, 3867.0, 3867.0, 3867.0, 3867.0, 3897.0, 3866.0, 3856.0, 3866.0, 3866.0, 3856.0, 3887.0, 3877.0, 3866.0, 3855.0, 3855.0, 3866.0, 3866.0, 3866.0, 3866.0, 3855.0, 3854.0, 3866.0, 3855.0, 3886.0, 3866.0, 3854.0, 3854.0, 3876.0, 3856.0, 3877.0, 3855.0, 3867.0, 3866.0, 3867.0, 3867.0, 3867.0, 3867.0, 3878.0, 3867.0, 3878.0, 3878.0, 3868.0, 3878.0, 3867.0, 3867.0, 3866.0, 3868.0, 3868.0, 3868.0, 3868.0, 3889.0, 3869.0, 3879.0, 3868.0, 3878.0, 3868.0, 3868.0, 3879.0, 3879.0, 3880.0, 3869.0, 3869.0, 3867.0, 3878.0, 3889.0, 3868.0, 3878.0, 3867.0, 3867.0, 3878.0, 3889.0, 3889.0, 3867.0, 3857.0, 3878.0, 3867.0, 3868.0, 3868.0, 3877.0, 3879.0, 3868.0, 3879.0, 3869.0, 3900.0, 3867.0, 3868.0, 3878.0, 3867.0, 3868.0, 3867.0, 3898.0, 3877.0, 3867.0, 3876.0, 3867.0, 3867.0, 3867.0, 3855.0, 3866.0, 3866.0, 3877.0, 3887.0, 3868.0, 3887.0, 3856.0, 3866.0, 3867.0, 3877.0, 3877.0, 3867.0, 3866.0, 3876.0, 3866.0, 3876.0, 3867.0, 3866.0, 3867.0, 3866.0, 3878.0, 3866.0, 3888.0, 3867.0, 3867.0, 3866.0, 3867.0, 3877.0, 3867.0, 3867.0, 3876.0, 3866.0, 3868.0, 3867.0, 3866.0, 3877.0, 3867.0, 3878.0, 3868.0, 3898.0, 3867.0, 3867.0, 3877.0, 3867.0, 3877.0, 3866.0, 3898.0, 3867.0, 3867.0, 3877.0, 3868.0, 3867.0, 3867.0, 3867.0, 3878.0, 3867.0, 3878.0, 3888.0, 3877.0, 3878.0, 3856.0, 3867.0, 3867.0, 3886.0, 3878.0, 3867.0, 3866.0, 3867.0, 3878.0, 3877.0, 3877.0, 3877.0, 3867.0, 3867.0, 3877.0, 3866.0, 3878.0, 3856.0, 3867.0, 3866.0, 3877.0, 3878.0, 3867.0, 3878.0, 3865.0, 3866.0, 3866.0, 3876.0, 3877.0, 3865.0, 3866.0, 3876.0, 3866.0, 3887.0, 3856.0, 3866.0, 3866.0, 3867.0, 3867.0, 3867.0, 3867.0, 3877.0, 3867.0, 3867.0, 3868.0, 3878.0, 3878.0, 3868.0, 3878.0, 3867.0, 3889.0, 3888.0, 3879.0, 3878.0, 3868.0, 3879.0, 3868.0, 3867.0, 3877.0, 3866.0, 3888.0, 3878.0, 3878.0, 3877.0, 3867.0, 3866.0, 3867.0, 3888.0, 3877.0, 3867.0, 3867.0, 3878.0, 3867.0, 3877.0, 3866.0, 3878.0, 3867.0, 3868.0, 3888.0, 3878.0, 3867.0, 3857.0, 3866.0, 3877.0, 3888.0, 3877.0, 3867.0, 3878.0, 3877.0, 3866.0, 3866.0, 3876.0, 3866.0, 3855.0, 3855.0, 3865.0, 3854.0, 3887.0, 3877.0, 3878.0, 3866.0, 3855.0, 3866.0, 3866.0, 3877.0, 3876.0, 3866.0, 3856.0, 3877.0, 3866.0, 3866.0, 3866.0, 3866.0, 3865.0, 3865.0, 3877.0, 3867.0, 3887.0, 3856.0, 3867.0, 3866.0, 3867.0, 3877.0, 3867.0, 3877.0, 3867.0, 3867.0, 3877.0, 3867.0, 3866.0, 3865.0, 3866.0, 3866.0, 3854.0, 3875.0, 3876.0, 3854.0, 3865.0, 3854.0, 3866.0, 3865.0, 3875.0, 3866.0, 3866.0, 3855.0, 3866.0, 3866.0, 3886.0, 3855.0, 3855.0, 3855.0, 3845.0, 3866.0, 3866.0, 3887.0, 3876.0, 3855.0, 3866.0, 3856.0, 3865.0, 3866.0, 3856.0, 3865.0, 3866.0, 3876.0, 3877.0, 3866.0, 3866.0, 3855.0, 3866.0, 3866.0, 3877.0, 3877.0, 3867.0, 3866.0, 3855.0, 3867.0, 3867.0, 3867.0, 3866.0, 3855.0, 3866.0, 3876.0, 3866.0, 3867.0, 3856.0, 3867.0, 3866.0, 3866.0, 3867.0, 3867.0, 3866.0, 3856.0, 3867.0, 3867.0, 3866.0, 3868.0, 3867.0, 3867.0, 3866.0, 3867.0, 3878.0, 3867.0, 3866.0, 3866.0, 3867.0, 3866.0, 3867.0, 3887.0, 3878.0, 3867.0, 3867.0, 3867.0, 3867.0, 3865.0, 3877.0, 3866.0, 3855.0, 3866.0, 3865.0, 3866.0, 3887.0, 3866.0, 3855.0, 3866.0, 3865.0, 3855.0, 3854.0, 3855.0, 3875.0, 3867.0, 3888.0, 3867.0, 3867.0, 3867.0, 3867.0, 3877.0, 3867.0, 3888.0, 3867.0, 3866.0, 3867.0, 3867.0, 3867.0, 3866.0, 3887.0, 3877.0, 3867.0, 3866.0, 3856.0, 3867.0, 3866.0, 3867.0, 3866.0, 3854.0, 3856.0, 3866.0, 3866.0, 3887.0, 3876.0, 3866.0, 3866.0, 3867.0, 3878.0, 3867.0, 3888.0, 3856.0, 3867.0, 3866.0, 3856.0, 3866.0, 3856.0, 3876.0, 3866.0, 3866.0, 3856.0, 3877.0, 3867.0, 3877.0, 3866.0, 3866.0, 3866.0, 3867.0, 3867.0, 3866.0, 3866.0, 3867.0, 3856.0, 3887.0, 3876.0, 3855.0, 3865.0, 3865.0, 3855.0, 3865.0, 3855.0, 3865.0, 3865.0, 3854.0, 3866.0, 3866.0, 3867.0, 3867.0, 3866.0, 3856.0, 3877.0, 3867.0, 3888.0, 3857.0, 3867.0, 3866.0, 3857.0, 3867.0, 3867.0, 3877.0, 3878.0, 3868.0, 3878.0, 3868.0, 3879.0, 3868.0, 3857.0, 3867.0, 3867.0, 3878.0, 3878.0, 3867.0, 3867.0, 3867.0, 3877.0, 3867.0, 3877.0, 3867.0, 3866.0, 3866.0, 3878.0, 3866.0, 3888.0, 3867.0, 3866.0, 3867.0, 3857.0, 3867.0, 3868.0, 3911.0, 3902.0, 3912.0, 3890.0, 3909.0, 3878.0, 3865.0, 3865.0, 3852.0, 3864.0, 3864.0, 3853.0, 3865.0, 3865.0, 3866.0, 3867.0, 3867.0, 3878.0, 3867.0, 3866.0, 3898.0, 3875.0, 3853.0, 3883.0, 3872.0, 3840.0, 3880.0, 3850.0, 3840.0, 3870.0, 3849.0, 3839.0, 3870.0, 3838.0, 3839.0, 3839.0, 3840.0, 3851.0, 3840.0, 3841.0, 3852.0, 3851.0, 3841.0, 3852.0, 3853.0, 3853.0, 3854.0, 3854.0, 3854.0, 3865.0, 3854.0, 3866.0, 3865.0, 3866.0, 3856.0, 3877.0, 3868.0, 3857.0, 3856.0, 3868.0, 3868.0, 3898.0, 3877.0, 3867.0, 3866.0, 3857.0, 3867.0, 3867.0, 3867.0, 3866.0, 3867.0, 3866.0, 3866.0, 3866.0, 3866.0, 3877.0, 3868.0, 3878.0, 3867.0, 3868.0, 3868.0, 3868.0, 3869.0, 3879.0, 3868.0, 3869.0, 3868.0, 3869.0, 3870.0, 3868.0, 3900.0, 3879.0, 3868.0, 3889.0, 3880.0, 3869.0, 3889.0, 3868.0, 3868.0, 3868.0, 3869.0, 3868.0, 3868.0, 3878.0, 3879.0, 3868.0, 3869.0, 3879.0, 3868.0, 3878.0, 3878.0, 3868.0, 3879.0, 3869.0, 3868.0, 3868.0, 3858.0, 3879.0, 3869.0, 3879.0, 3879.0, 3868.0, 3879.0, 3869.0, 3879.0, 3889.0, 3879.0, 3868.0, 3868.0, 3868.0, 3868.0, 3867.0, 3909.0, 3876.0, 3867.0, 3876.0, 3877.0, 3865.0, 3877.0, 3856.0, 3866.0, 3867.0, 3867.0, 3867.0, 3866.0, 3867.0, 3867.0, 3868.0, 3878.0, 3878.0, 3867.0, 3867.0, 3888.0, 3868.0, 3888.0, 3878.0, 3867.0, 3867.0, 3856.0, 3868.0, 3867.0, 3899.0, 3867.0, 3866.0, 3877.0, 3877.0, 3867.0, 3887.0, 3877.0, 3867.0, 3867.0, 3867.0, 3867.0, 3877.0, 3856.0, 3866.0, 3867.0, 3867.0, 3867.0, 3867.0, 3866.0, 3877.0, 3866.0, 3888.0, 3878.0, 3867.0, 3866.0, 3866.0, 3867.0, 3867.0, 3866.0, 3867.0, 3866.0, 3867.0, 3867.0, 3867.0, 3887.0, 3877.0, 3866.0, 3877.0, 3867.0, 3867.0, 3867.0, 3866.0, 3867.0, 3867.0, 3898.0, 3878.0, 3867.0, 3876.0, 3876.0, 3866.0, 3887.0, 3865.0, 3855.0, 3865.0, 3855.0, 3866.0, 3865.0, 3897.0, 3866.0, 3866.0, 3876.0, 3876.0, 3866.0, 3886.0, 3866.0, 3866.0, 3866.0, 3866.0, 3876.0, 3866.0, 3898.0, 3876.0, 3856.0, 3866.0, 3866.0, 3867.0, 3866.0, 3866.0, 3877.0, 3865.0, 3867.0, 3877.0, 3867.0, 3887.0, 3876.0, 3855.0, 3876.0, 3866.0, 3867.0, 3866.0, 3855.0, 3866.0, 3867.0, 3877.0, 3877.0, 3867.0, 3856.0, 3877.0, 3868.0, 3877.0, 3878.0, 3865.0, 3866.0, 3866.0, 3867.0, 3866.0, 3866.0, 3866.0, 3866.0, 3867.0, 3877.0, 3866.0, 3887.0, 3866.0, 3866.0, 3865.0, 3856.0, 3867.0, 3867.0, 3866.0, 3877.0, 3866.0, 3877.0, 3878.0, 3866.0, 3877.0, 3854.0, 3867.0, 3866.0, 3888.0, 3867.0, 3867.0, 3867.0, 3878.0, 3867.0, 3878.0, 3867.0, 3867.0, 3867.0, 3857.0, 3867.0, 3866.0, 3897.0, 3877.0, 3866.0, 3866.0, 3867.0], 'WindowWidth': [8776.0, 8788.0, 8735.0, 8712.0, 8751.0, 8738.0, 8691.0, 8682.0, 8679.0, 8665.0, 8694.0, 8677.0, 8718.0, 8687.0, 8673.0, 8672.0, 8686.0, 8671.0, 8667.0, 8686.0, 8669.0, 8685.0, 8683.0, 8669.0, 8670.0, 8685.0, 8672.0, 8685.0, 8671.0, 8671.0, 8667.0, 8670.0, 8672.0, 8671.0, 8672.0, 8673.0, 8671.0, 8655.0, 8673.0, 8672.0, 8673.0, 8672.0, 8687.0, 8673.0, 8673.0, 8674.0, 8675.0, 8690.0, 8676.0, 8676.0, 8691.0, 8677.0, 8677.0, 8692.0, 8689.0, 8692.0, 8693.0, 8676.0, 8704.0, 8690.0, 8675.0, 8690.0, 8691.0, 8674.0, 8717.0, 8688.0, 8675.0, 8691.0, 8678.0, 8693.0, 8690.0, 8677.0, 8692.0, 8678.0, 8694.0, 8707.0, 8692.0, 8678.0, 8691.0, 8692.0, 8706.0, 8691.0, 8690.0, 8675.0, 8676.0, 8691.0, 8676.0, 8720.0, 8705.0, 8690.0, 8688.0, 8688.0, 8675.0, 8717.0, 8700.0, 8675.0, 8670.0, 8673.0, 8689.0, 8686.0, 8729.0, 8670.0, 8673.0, 8670.0, 8668.0, 8669.0, 8670.0, 8709.0, 8667.0, 8653.0, 8667.0, 8667.0, 8652.0, 8696.0, 8681.0, 8665.0, 8649.0, 8648.0, 8665.0, 8665.0, 8666.0, 8666.0, 8650.0, 8648.0, 8665.0, 8650.0, 8693.0, 8664.0, 8648.0, 8648.0, 8679.0, 8653.0, 8682.0, 8651.0, 8670.0, 8668.0, 8670.0, 8672.0, 8671.0, 8671.0, 8685.0, 8671.0, 8686.0, 8688.0, 8672.0, 8686.0, 8670.0, 8670.0, 8669.0, 8672.0, 8672.0, 8672.0, 8673.0, 8704.0, 8676.0, 8691.0, 8675.0, 8687.0, 8675.0, 8675.0, 8691.0, 8691.0, 8692.0, 8676.0, 8676.0, 8671.0, 8687.0, 8703.0, 8672.0, 8687.0, 8671.0, 8671.0, 8688.0, 8703.0, 8704.0, 8671.0, 8656.0, 8685.0, 8671.0, 8674.0, 8674.0, 8686.0, 8688.0, 8674.0, 8692.0, 8677.0, 8719.0, 8672.0, 8674.0, 8685.0, 8671.0, 8673.0, 8671.0, 8712.0, 8684.0, 8670.0, 8682.0, 8670.0, 8669.0, 8669.0, 8652.0, 8669.0, 8669.0, 8685.0, 8698.0, 8673.0, 8697.0, 8652.0, 8668.0, 8670.0, 8683.0, 8684.0, 8670.0, 8668.0, 8682.0, 8668.0, 8683.0, 8671.0, 8669.0, 8670.0, 8669.0, 8687.0, 8668.0, 8698.0, 8669.0, 8670.0, 8668.0, 8672.0, 8685.0, 8670.0, 8670.0, 8682.0, 8669.0, 8673.0, 8672.0, 8669.0, 8685.0, 8671.0, 8688.0, 8674.0, 8715.0, 8671.0, 8671.0, 8684.0, 8672.0, 8685.0, 8669.0, 8714.0, 8671.0, 8672.0, 8685.0, 8673.0, 8672.0, 8670.0, 8670.0, 8686.0, 8672.0, 8688.0, 8700.0, 8685.0, 8686.0, 8656.0, 8671.0, 8671.0, 8694.0, 8685.0, 8670.0, 8669.0, 8669.0, 8686.0, 8685.0, 8684.0, 8685.0, 8670.0, 8670.0, 8685.0, 8669.0, 8686.0, 8656.0, 8671.0, 8668.0, 8685.0, 8686.0, 8672.0, 8686.0, 8665.0, 8668.0, 8669.0, 8682.0, 8682.0, 8667.0, 8669.0, 8682.0, 8668.0, 8698.0, 8653.0, 8667.0, 8667.0, 8670.0, 8671.0, 8670.0, 8670.0, 8684.0, 8671.0, 8672.0, 8673.0, 8689.0, 8689.0, 8674.0, 8689.0, 8673.0, 8703.0, 8701.0, 8690.0, 8689.0, 8675.0, 8690.0, 8674.0, 8672.0, 8685.0, 8669.0, 8700.0, 8688.0, 8686.0, 8686.0, 8670.0, 8670.0, 8671.0, 8699.0, 8685.0, 8672.0, 8672.0, 8686.0, 8672.0, 8685.0, 8669.0, 8687.0, 8672.0, 8674.0, 8701.0, 8688.0, 8673.0, 8658.0, 8670.0, 8685.0, 8699.0, 8685.0, 8670.0, 8690.0, 8682.0, 8669.0, 8668.0, 8680.0, 8666.0, 8650.0, 8650.0, 8665.0, 8649.0, 8696.0, 8684.0, 8687.0, 8668.0, 8653.0, 8668.0, 8668.0, 8683.0, 8682.0, 8668.0, 8654.0, 8683.0, 8669.0, 8669.0, 8668.0, 8669.0, 8666.0, 8667.0, 8685.0, 8669.0, 8698.0, 8655.0, 8671.0, 8669.0, 8672.0, 8685.0, 8671.0, 8685.0, 8670.0, 8671.0, 8685.0, 8671.0, 8669.0, 8666.0, 8667.0, 8666.0, 8651.0, 8680.0, 8681.0, 8650.0, 8665.0, 8648.0, 8667.0, 8666.0, 8678.0, 8667.0, 8667.0, 8651.0, 8667.0, 8667.0, 8695.0, 8651.0, 8651.0, 8651.0, 8639.0, 8668.0, 8667.0, 8697.0, 8682.0, 8653.0, 8667.0, 8654.0, 8667.0, 8668.0, 8654.0, 8666.0, 8669.0, 8682.0, 8684.0, 8668.0, 8668.0, 8652.0, 8668.0, 8667.0, 8683.0, 8683.0, 8670.0, 8670.0, 8654.0, 8671.0, 8670.0, 8670.0, 8669.0, 8653.0, 8669.0, 8681.0, 8669.0, 8670.0, 8655.0, 8671.0, 8669.0, 8669.0, 8671.0, 8670.0, 8668.0, 8655.0, 8672.0, 8672.0, 8669.0, 8674.0, 8672.0, 8670.0, 8668.0, 8670.0, 8686.0, 8671.0, 8668.0, 8669.0, 8671.0, 8669.0, 8670.0, 8697.0, 8686.0, 8671.0, 8671.0, 8670.0, 8670.0, 8667.0, 8683.0, 8668.0, 8651.0, 8667.0, 8666.0, 8667.0, 8696.0, 8667.0, 8653.0, 8667.0, 8665.0, 8653.0, 8650.0, 8652.0, 8679.0, 8670.0, 8700.0, 8672.0, 8671.0, 8670.0, 8670.0, 8684.0, 8672.0, 8699.0, 8672.0, 8670.0, 8672.0, 8671.0, 8672.0, 8670.0, 8697.0, 8685.0, 8670.0, 8668.0, 8655.0, 8670.0, 8668.0, 8669.0, 8668.0, 8650.0, 8654.0, 8668.0, 8668.0, 8697.0, 8681.0, 8667.0, 8668.0, 8671.0, 8687.0, 8671.0, 8699.0, 8656.0, 8670.0, 8668.0, 8654.0, 8668.0, 8653.0, 8681.0, 8666.0, 8668.0, 8657.0, 8684.0, 8669.0, 8685.0, 8669.0, 8669.0, 8669.0, 8670.0, 8669.0, 8668.0, 8668.0, 8670.0, 8653.0, 8696.0, 8682.0, 8652.0, 8664.0, 8663.0, 8650.0, 8664.0, 8650.0, 8664.0, 8664.0, 8649.0, 8669.0, 8668.0, 8673.0, 8670.0, 8668.0, 8656.0, 8685.0, 8671.0, 8700.0, 8657.0, 8672.0, 8669.0, 8658.0, 8671.0, 8671.0, 8683.0, 8685.0, 8673.0, 8687.0, 8673.0, 8689.0, 8674.0, 8658.0, 8672.0, 8672.0, 8686.0, 8688.0, 8671.0, 8671.0, 8671.0, 8685.0, 8671.0, 8684.0, 8671.0, 8669.0, 8669.0, 8686.0, 8670.0, 8699.0, 8671.0, 8669.0, 8670.0, 8657.0, 8672.0, 8675.0, 8736.0, 8728.0, 8739.0, 8705.0, 8730.0, 8687.0, 8664.0, 8663.0, 8643.0, 8660.0, 8661.0, 8646.0, 8664.0, 8666.0, 8669.0, 8673.0, 8673.0, 8687.0, 8671.0, 8668.0, 8711.0, 8677.0, 8643.0, 8682.0, 8666.0, 8621.0, 8674.0, 8634.0, 8619.0, 8659.0, 8632.0, 8617.0, 8661.0, 8616.0, 8619.0, 8619.0, 8621.0, 8638.0, 8624.0, 8625.0, 8640.0, 8639.0, 8624.0, 8641.0, 8644.0, 8646.0, 8648.0, 8647.0, 8649.0, 8666.0, 8649.0, 8667.0, 8666.0, 8668.0, 8653.0, 8683.0, 8675.0, 8657.0, 8657.0, 8676.0, 8674.0, 8714.0, 8684.0, 8671.0, 8668.0, 8657.0, 8672.0, 8669.0, 8671.0, 8669.0, 8668.0, 8667.0, 8668.0, 8667.0, 8667.0, 8684.0, 8672.0, 8687.0, 8671.0, 8673.0, 8673.0, 8674.0, 8677.0, 8690.0, 8674.0, 8675.0, 8674.0, 8675.0, 8678.0, 8673.0, 8719.0, 8690.0, 8674.0, 8702.0, 8691.0, 8675.0, 8703.0, 8671.0, 8672.0, 8671.0, 8675.0, 8674.0, 8673.0, 8686.0, 8688.0, 8673.0, 8677.0, 8689.0, 8672.0, 8686.0, 8685.0, 8673.0, 8689.0, 8675.0, 8674.0, 8674.0, 8660.0, 8689.0, 8675.0, 8691.0, 8690.0, 8674.0, 8688.0, 8676.0, 8690.0, 8702.0, 8688.0, 8674.0, 8672.0, 8673.0, 8674.0, 8671.0, 8729.0, 8682.0, 8668.0, 8681.0, 8683.0, 8665.0, 8683.0, 8654.0, 8667.0, 8669.0, 8670.0, 8670.0, 8668.0, 8669.0, 8671.0, 8673.0, 8686.0, 8688.0, 8672.0, 8671.0, 8699.0, 8672.0, 8700.0, 8685.0, 8672.0, 8670.0, 8656.0, 8672.0, 8669.0, 8716.0, 8669.0, 8667.0, 8683.0, 8684.0, 8670.0, 8697.0, 8683.0, 8670.0, 8670.0, 8670.0, 8670.0, 8683.0, 8652.0, 8669.0, 8671.0, 8670.0, 8672.0, 8670.0, 8668.0, 8684.0, 8670.0, 8700.0, 8685.0, 8669.0, 8668.0, 8667.0, 8671.0, 8670.0, 8669.0, 8671.0, 8667.0, 8670.0, 8671.0, 8670.0, 8698.0, 8684.0, 8668.0, 8686.0, 8671.0, 8671.0, 8671.0, 8669.0, 8671.0, 8671.0, 8713.0, 8685.0, 8669.0, 8682.0, 8681.0, 8666.0, 8696.0, 8665.0, 8651.0, 8664.0, 8652.0, 8669.0, 8664.0, 8710.0, 8668.0, 8667.0, 8680.0, 8682.0, 8667.0, 8694.0, 8667.0, 8667.0, 8667.0, 8669.0, 8682.0, 8669.0, 8712.0, 8681.0, 8653.0, 8668.0, 8669.0, 8669.0, 8668.0, 8667.0, 8683.0, 8667.0, 8671.0, 8685.0, 8671.0, 8698.0, 8680.0, 8652.0, 8682.0, 8667.0, 8670.0, 8667.0, 8652.0, 8669.0, 8670.0, 8684.0, 8685.0, 8670.0, 8657.0, 8685.0, 8674.0, 8685.0, 8687.0, 8666.0, 8666.0, 8668.0, 8669.0, 8667.0, 8669.0, 8668.0, 8669.0, 8670.0, 8684.0, 8669.0, 8697.0, 8667.0, 8668.0, 8667.0, 8656.0, 8670.0, 8669.0, 8668.0, 8684.0, 8668.0, 8685.0, 8688.0, 8668.0, 8684.0, 8651.0, 8669.0, 8669.0, 8698.0, 8671.0, 8670.0, 8670.0, 8686.0, 8672.0, 8687.0, 8671.0, 8671.0, 8670.0, 8658.0, 8672.0, 8668.0, 8711.0, 8683.0, 8669.0, 8668.0, 8670.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.00037459845984598455</td></tr>
<tr><td colspan=3>aqi</td><td>0.014056792299229924</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.144526391376644</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1564298021585901</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9992939695704857</td></tr>
<tr><td colspan=3>efc</td><td>0.4451</td></tr>
<tr><td colspan=3>fber</td><td>6671.0215</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05914676148160195</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.44004400440044006</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.388319723223879</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3062946722863775</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6102015741315814</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.248462923253679</td></tr>
<tr><td colspan=3>gcor</td><td>0.00668897</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016602741554379463</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01985727809369564</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.8068726726036264</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>32.4169</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3856</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.0851</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310001.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>691.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.1241</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0867</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.6165</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3149.3992</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3360.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.6076</td></tr>
<tr><td colspan=3>tsnr</td><td>50.536625545006245</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>