<?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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-02/func/sub-0035_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>500e4ab97f6ae0cc090da038c7f8cb32</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>16:22:49.992500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994463, -0.019767, 0.103215, 0.00468632, 0.989515, 0.144352]</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.0972678</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>[4161, -7760, -7297, 686, -51, -144, 138, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.959</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>52a93882-8171-4fd9-b664-f95cc1eb6bf6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6680705547332764, 0.0125730624422431, 0.28346341848373413, 105.33180236816406], [0.05303337424993515, 2.654797077178955, 0.386287122964859, -109.35382843017578], [0.2769189178943634, -0.3872867822647095, 2.657147169113159, -79.59841918945312], [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': ['162249.992500', '162250.452500', '162250.912500', '162251.372500', '162251.832500', '162252.292500', '162252.752500', '162253.212500', '162253.672500', '162254.132500', '162254.592500', '162255.052500', '162255.512500', '162255.972500', '162256.432500', '162256.892500', '162257.352500', '162257.812500', '162258.272500', '162258.732500', '162259.192500', '162259.652500', '162300.112500', '162300.572500', '162301.032500', '162301.492500', '162301.952500', '162302.412500', '162302.872500', '162303.332500', '162303.792500', '162304.252500', '162304.712500', '162305.172500', '162305.632500', '162306.092500', '162306.552500', '162307.012500', '162307.472500', '162307.932500', '162308.392500', '162308.852500', '162309.312500', '162309.772500', '162310.232500', '162310.692500', '162311.152500', '162311.612500', '162312.072500', '162312.532500', '162312.992500', '162313.452500', '162313.912500', '162314.372500', '162314.832500', '162315.292500', '162315.752500', '162316.212500', '162316.672500', '162317.132500', '162317.592500', '162318.052500', '162318.512500', '162318.972500', '162319.432500', '162319.892500', '162320.352500', '162320.812500', '162321.272500', '162321.732500', '162322.192500', '162322.652500', '162323.112500', '162323.572500', '162324.032500', '162324.492500', '162324.952500', '162325.412500', '162325.872500', '162326.332500', '162326.792500', '162327.252500', '162327.712500', '162328.172500', '162328.632500', '162329.092500', '162329.552500', '162330.012500', '162330.472500', '162330.932500', '162331.392500', '162331.852500', '162332.312500', '162332.772500', '162333.232500', '162333.692500', '162334.152500', '162334.612500', '162335.072500', '162335.532500', '162335.992500', '162336.452500', '162336.912500', '162337.372500', '162337.832500', '162338.292500', '162338.752500', '162339.212500', '162339.672500', '162340.132500', '162340.592500', '162341.052500', '162341.512500', '162341.972500', '162342.432500', '162342.892500', '162343.352500', '162343.812500', '162344.272500', '162344.732500', '162345.192500', '162345.652500', '162346.112500', '162346.572500', '162347.032500', '162347.492500', '162347.952500', '162348.412500', '162348.872500', '162349.332500', '162349.792500', '162350.252500', '162350.712500', '162351.172500', '162351.632500', '162352.092500', '162352.552500', '162353.012500', '162353.472500', '162353.932500', '162354.392500', '162354.852500', '162355.312500', '162355.772500', '162356.232500', '162356.692500', '162357.152500', '162357.612500', '162358.072500', '162358.532500', '162358.992500', '162359.452500', '162359.912500', '162400.372500', '162400.832500', '162401.292500', '162401.752500', '162402.212500', '162402.672500', '162403.132500', '162403.592500', '162404.052500', '162404.512500', '162404.972500', '162405.432500', '162405.892500', '162406.352500', '162406.812500', '162407.272500', '162407.732500', '162408.192500', '162408.652500', '162409.112500', '162409.572500', '162410.032500', '162410.492500', '162410.952500', '162411.412500', '162411.872500', '162412.332500', '162412.792500', '162413.252500', '162413.712500', '162414.172500', '162414.632500', '162415.092500', '162415.552500', '162416.012500', '162416.472500', '162416.932500', '162417.392500', '162417.852500', '162418.312500', '162418.772500', '162419.232500', '162419.692500', '162420.152500', '162420.612500', '162421.072500', '162421.532500', '162421.992500', '162422.452500', '162422.912500', '162423.372500', '162423.832500', '162424.292500', '162424.752500', '162425.212500', '162425.672500', '162426.132500', '162426.592500', '162427.052500', '162427.512500', '162427.972500', '162428.432500', '162428.892500', '162429.352500', '162429.812500', '162430.272500', '162430.732500', '162431.192500', '162431.652500', '162432.112500', '162432.572500', '162433.032500', '162433.492500', '162433.952500', '162434.412500', '162434.872500', '162435.332500', '162435.792500', '162436.252500', '162436.712500', '162437.172500', '162437.632500', '162438.092500', '162438.552500', '162439.012500', '162439.472500', '162439.932500', '162440.392500', '162440.852500', '162441.312500', '162441.772500', '162442.232500', '162442.692500', '162443.152500', '162443.612500', '162444.072500', '162444.532500', '162444.992500', '162445.452500', '162445.912500', '162446.372500', '162446.832500', '162447.292500', '162447.752500', '162448.212500', '162448.672500', '162449.132500', '162449.592500', '162450.052500', '162450.512500', '162450.972500', '162451.432500', '162451.892500', '162452.352500', '162452.812500', '162453.272500', '162453.732500', '162454.192500', '162454.652500', '162455.112500', '162455.572500', '162456.032500', '162456.492500', '162456.952500', '162457.412500', '162457.872500', '162458.332500', '162458.792500', '162459.252500', '162459.712500', '162500.172500', '162500.632500', '162501.092500', '162501.552500', '162502.012500', '162502.472500', '162502.932500', '162503.392500', '162503.852500', '162504.312500', '162504.772500', '162505.232500', '162505.692500', '162506.152500', '162506.612500', '162507.072500', '162507.532500', '162507.992500', '162508.452500', '162508.912500', '162509.372500', '162509.832500', '162510.292500', '162510.752500', '162511.212500', '162511.672500', '162512.132500', '162512.592500', '162513.052500', '162513.512500', '162513.972500', '162514.432500', '162514.892500', '162515.352500', '162515.812500', '162516.272500', '162516.732500', '162517.192500', '162517.652500', '162518.112500', '162518.572500', '162519.032500', '162519.492500', '162519.952500', '162520.412500', '162520.872500', '162521.332500', '162521.792500', '162522.252500', '162522.712500', '162523.172500', '162523.632500', '162524.092500', '162524.552500', '162525.012500', '162525.472500', '162525.932500', '162526.392500', '162526.852500', '162527.312500', '162527.772500', '162528.232500', '162528.692500', '162529.152500', '162529.612500', '162530.072500', '162530.532500', '162530.992500', '162531.452500', '162531.912500', '162532.372500', '162532.832500', '162533.292500', '162533.752500', '162534.212500', '162534.672500', '162535.132500', '162535.592500', '162536.052500', '162536.512500', '162536.972500', '162537.432500', '162537.892500', '162538.352500', '162538.812500', '162539.272500', '162539.732500', '162540.192500', '162540.652500', '162541.112500', '162541.572500', '162542.032500', '162542.492500', '162542.952500', '162543.412500', '162543.872500', '162544.332500', '162544.792500', '162545.252500', '162545.712500', '162546.172500', '162546.632500', '162547.092500', '162547.552500', '162548.012500', '162548.472500', '162548.932500', '162549.392500', '162549.852500', '162550.312500', '162550.772500', '162551.232500', '162551.692500', '162552.152500', '162552.612500', '162553.072500', '162553.532500', '162553.992500', '162554.452500', '162554.912500', '162555.372500', '162555.832500', '162556.292500', '162556.752500', '162557.212500', '162557.672500', '162558.132500', '162558.592500', '162559.052500', '162559.512500', '162559.972500', '162600.432500', '162600.892500', '162601.352500', '162601.812500', '162602.272500', '162602.732500', '162603.192500', '162603.652500', '162604.112500', '162604.572500', '162605.032500', '162605.492500', '162605.952500', '162606.412500', '162606.872500', '162607.332500', '162607.792500', '162608.252500', '162608.712500', '162609.172500', '162609.632500', '162610.092500', '162610.552500', '162611.012500', '162611.472500', '162611.932500', '162612.392500', '162612.852500', '162613.312500', '162613.772500', '162614.232500', '162614.692500', '162615.152500', '162615.612500', '162616.072500', '162616.532500', '162616.992500', '162617.452500', '162617.912500', '162618.372500', '162618.832500', '162619.292500', '162619.752500', '162620.212500', '162620.672500', '162621.132500', '162621.592500', '162622.052500', '162622.512500', '162622.972500', '162623.432500', '162623.892500', '162624.352500', '162624.812500', '162625.272500', '162625.732500', '162626.192500', '162626.652500', '162627.112500', '162627.572500', '162628.032500', '162628.492500', '162628.952500', '162629.412500', '162629.872500', '162630.332500', '162630.792500', '162631.252500', '162631.712500', '162632.172500', '162632.632500', '162633.092500', '162633.552500', '162634.012500', '162634.472500', '162634.932500', '162635.392500', '162635.852500', '162636.312500', '162636.772500', '162637.232500', '162637.692500', '162638.152500', '162638.612500', '162639.072500', '162639.532500', '162639.992500', '162640.452500', '162640.912500', '162641.372500', '162641.832500', '162642.292500', '162642.752500', '162643.212500', '162643.672500', '162644.132500', '162644.592500', '162645.052500', '162645.512500', '162645.972500', '162646.432500', '162646.892500', '162647.352500', '162647.812500', '162648.272500', '162648.732500', '162649.192500', '162649.652500', '162650.112500', '162650.572500', '162651.032500', '162651.492500', '162651.952500', '162652.412500', '162652.872500', '162653.332500', '162653.792500', '162654.252500', '162654.712500', '162655.172500', '162655.632500', '162656.092500', '162656.552500', '162657.012500', '162657.472500', '162657.932500', '162658.392500', '162658.852500', '162659.312500', '162659.772500', '162700.232500', '162700.692500', '162701.152500', '162701.612500', '162702.072500', '162702.532500', '162702.992500', '162703.452500', '162703.912500', '162704.372500', '162704.832500', '162705.292500', '162705.752500', '162706.212500', '162706.672500', '162707.132500', '162707.592500', '162708.052500', '162708.512500', '162708.972500', '162709.432500', '162709.892500', '162710.352500', '162710.812500', '162711.272500', '162711.732500', '162712.192500', '162712.652500', '162713.112500', '162713.572500', '162714.032500', '162714.492500', '162714.952500', '162715.412500', '162715.872500', '162716.332500', '162716.792500', '162717.252500', '162717.712500', '162718.172500', '162718.632500', '162719.092500', '162719.552500', '162720.012500', '162720.472500', '162720.932500', '162721.392500', '162721.852500', '162722.312500', '162722.772500', '162723.232500', '162723.692500', '162724.152500', '162724.612500', '162725.072500', '162725.532500', '162725.992500', '162726.452500', '162726.912500', '162727.372500', '162727.832500', '162728.292500', '162728.752500', '162729.212500', '162729.672500', '162730.132500', '162730.592500', '162731.052500', '162731.512500', '162731.972500', '162732.432500', '162732.892500', '162733.352500', '162733.812500', '162734.272500', '162734.732500', '162735.192500', '162735.652500', '162736.112500', '162736.572500', '162737.032500', '162737.492500', '162737.952500', '162738.412500', '162738.872500', '162739.332500', '162739.792500', '162740.252500', '162740.712500', '162741.172500', '162741.632500', '162742.092500', '162742.552500', '162743.012500', '162743.472500', '162743.932500', '162744.392500', '162744.852500', '162745.312500', '162745.772500', '162746.232500', '162746.692500', '162747.152500', '162747.612500', '162748.072500', '162748.532500', '162748.992500', '162749.452500', '162749.912500', '162750.372500', '162750.832500', '162751.292500', '162751.752500', '162752.212500', '162752.672500', '162753.132500', '162753.592500', '162754.052500', '162754.512500', '162754.972500', '162755.432500', '162755.892500', '162756.352500', '162756.812500', '162757.272500', '162757.732500', '162758.192500', '162758.652500', '162759.112500', '162759.572500', '162800.032500', '162800.492500', '162800.952500', '162801.412500', '162801.872500', '162802.332500', '162802.792500', '162803.252500', '162803.712500', '162804.172500', '162804.632500', '162805.092500', '162805.552500', '162806.012500', '162806.472500', '162806.932500', '162807.392500', '162807.852500', '162808.312500', '162808.772500', '162809.232500', '162809.692500', '162810.152500', '162810.612500', '162811.072500', '162811.532500', '162811.992500', '162812.452500', '162812.912500', '162813.372500', '162813.832500', '162814.292500', '162814.752500', '162815.212500', '162815.672500', '162816.132500', '162816.592500', '162817.052500', '162817.512500', '162817.972500', '162818.432500', '162818.892500', '162819.352500', '162819.812500', '162820.272500', '162820.732500', '162821.192500', '162821.652500', '162822.112500', '162822.572500', '162823.032500', '162823.492500', '162823.952500', '162824.412500', '162824.872500', '162825.332500', '162825.792500', '162826.252500', '162826.712500', '162827.172500', '162827.632500', '162828.092500', '162828.552500', '162829.012500', '162829.472500', '162829.932500', '162830.392500', '162830.852500', '162831.312500', '162831.772500', '162832.232500', '162832.692500', '162833.152500', '162833.612500', '162834.072500', '162834.532500', '162834.992500', '162835.452500', '162835.912500', '162836.372500', '162836.832500', '162837.292500', '162837.752500', '162838.212500', '162838.672500', '162839.132500', '162839.592500', '162840.052500', '162840.512500', '162840.972500', '162841.432500', '162841.892500', '162842.352500', '162842.812500', '162843.272500', '162843.732500', '162844.192500', '162844.652500', '162845.112500', '162845.572500', '162846.032500', '162846.492500', '162846.952500', '162847.412500', '162847.872500', '162848.332500', '162848.792500', '162849.252500', '162849.712500', '162850.172500', '162850.632500', '162851.092500', '162851.552500', '162852.012500', '162852.472500', '162852.932500', '162853.392500', '162853.852500', '162854.312500', '162854.772500', '162855.232500', '162855.692500', '162856.152500', '162856.612500', '162857.072500', '162857.532500', '162857.992500', '162858.452500', '162858.912500', '162859.372500', '162859.832500', '162900.292500', '162900.752500', '162901.212500', '162901.672500', '162902.132500', '162902.592500', '162903.052500', '162903.512500', '162903.972500', '162904.432500', '162904.892500', '162905.352500', '162905.812500', '162906.272500', '162906.732500', '162907.192500', '162907.652500', '162908.112500', '162908.572500', '162909.032500', '162909.492500', '162909.952500', '162910.412500', '162910.872500', '162911.332500', '162911.792500', '162912.252500', '162912.712500', '162913.172500', '162913.632500', '162914.092500', '162914.552500', '162915.012500', '162915.472500', '162915.932500', '162916.392500', '162916.852500', '162917.312500', '162917.772500', '162918.232500', '162918.692500', '162919.152500', '162919.612500', '162920.072500', '162920.532500', '162920.992500', '162921.452500', '162921.912500', '162922.372500', '162922.832500', '162923.292500', '162923.752500', '162924.212500', '162924.672500', '162925.132500', '162925.592500', '162926.052500', '162926.512500', '162926.972500', '162927.432500', '162927.892500', '162928.352500', '162928.812500', '162929.272500', '162929.732500', '162930.192500', '162930.652500', '162931.112500', '162931.572500', '162932.032500', '162932.492500', '162932.952500', '162933.412500', '162933.872500', '162934.332500', '162934.792500', '162935.252500', '162935.712500', '162936.172500', '162936.632500', '162937.092500', '162937.552500', '162938.012500', '162938.472500', '162938.932500', '162939.392500', '162939.852500', '162940.312500', '162940.772500', '162941.232500', '162941.692500', '162942.152500', '162942.612500', '162943.072500', '162943.532500', '162943.992500', '162944.452500', '162944.912500', '162945.372500', '162945.832500', '162946.292500', '162946.752500', '162947.212500', '162947.672500', '162948.132500', '162948.592500', '162949.052500', '162949.512500', '162949.972500'], 'ContentTime': ['162318.226000', '162318.229000', '162318.232000', '162318.235000', '162318.239000', '162318.242000', '162318.245000', '162318.248000', '162318.251000', '162318.254000', '162318.257000', '162318.259000', '162318.262000', '162318.265000', '162318.268000', '162318.271000', '162318.274000', '162318.277000', '162318.284000', '162318.287000', '162318.290000', '162318.292000', '162318.295000', '162318.298000', '162318.301000', '162318.304000', '162318.307000', '162318.309000', '162318.312000', '162318.315000', '162318.318000', '162318.321000', '162318.324000', '162318.326000', '162318.329000', '162318.332000', '162318.335000', '162318.338000', '162318.340000', '162318.343000', '162318.346000', '162318.349000', '162318.352000', '162318.355000', '162318.357000', '162318.360000', '162318.363000', '162318.367000', '162318.369000', '162318.372000', '162318.375000', '162318.378000', '162318.381000', '162318.384000', '162318.386000', '162318.389000', '162318.392000', '162318.395000', '162318.398000', '162338.195000', '162338.198000', '162338.201000', '162338.204000', '162338.207000', '162338.210000', '162338.213000', '162338.216000', '162338.219000', '162338.222000', '162338.224000', '162338.227000', '162338.230000', '162338.233000', '162338.236000', '162338.239000', '162338.241000', '162338.244000', '162338.247000', '162338.250000', '162338.253000', '162338.256000', '162338.259000', '162338.261000', '162338.264000', '162338.267000', '162338.270000', '162338.273000', '162338.276000', '162338.279000', '162338.281000', '162338.284000', '162338.287000', '162338.290000', '162338.293000', '162338.296000', '162338.298000', '162338.301000', '162338.304000', '162338.307000', '162338.310000', '162338.313000', '162338.315000', '162338.318000', '162358.194000', '162358.197000', '162358.201000', '162358.204000', '162358.207000', '162358.210000', '162358.213000', '162358.216000', '162358.218000', '162358.221000', '162358.224000', '162358.227000', '162358.230000', '162358.233000', '162358.236000', '162358.238000', '162358.241000', '162358.244000', '162358.247000', '162358.250000', '162358.253000', '162358.256000', '162358.258000', '162358.261000', '162358.265000', '162358.269000', '162358.272000', '162358.275000', '162358.278000', '162358.281000', '162358.285000', '162358.288000', '162358.291000', '162358.294000', '162358.297000', '162358.300000', '162358.303000', '162358.306000', '162358.309000', '162358.312000', '162358.315000', '162358.318000', '162358.320000', '162418.194000', '162418.197000', '162418.200000', '162418.202000', '162418.210000', '162418.213000', '162418.215000', '162418.218000', '162418.221000', '162418.224000', '162418.227000', '162418.230000', '162418.232000', '162418.235000', '162418.238000', '162418.241000', '162418.244000', '162418.247000', '162418.249000', '162418.252000', '162418.255000', '162418.258000', '162418.261000', '162418.264000', '162418.267000', '162418.270000', '162418.273000', '162418.275000', '162418.278000', '162418.281000', '162418.284000', '162418.287000', '162418.290000', '162418.292000', '162418.295000', '162418.298000', '162418.301000', '162418.313000', '162418.316000', '162418.319000', '162418.322000', '162418.325000', '162418.328000', '162418.330000', '162438.195000', '162438.198000', '162438.201000', '162438.204000', '162438.206000', '162438.209000', '162438.212000', '162438.215000', '162438.218000', '162438.221000', '162438.224000', '162438.227000', '162438.229000', '162438.232000', '162438.235000', '162438.238000', '162438.241000', '162438.243000', '162438.246000', '162438.249000', '162438.252000', '162438.255000', '162438.258000', '162438.261000', '162438.264000', '162438.266000', '162438.269000', '162438.272000', '162438.276000', '162438.281000', '162438.283000', '162438.286000', '162438.289000', '162438.292000', '162438.295000', '162438.298000', '162438.301000', '162438.303000', '162438.306000', '162438.309000', '162438.312000', '162438.315000', '162438.318000', '162458.195000', '162458.198000', '162458.201000', '162458.204000', '162458.207000', '162458.209000', '162458.212000', '162458.215000', '162458.218000', '162458.221000', '162458.224000', '162458.227000', '162458.229000', '162458.232000', '162458.235000', '162458.238000', '162458.241000', '162458.244000', '162458.247000', '162458.250000', '162458.253000', '162458.256000', '162458.258000', '162458.261000', '162458.264000', '162458.267000', '162458.270000', '162458.273000', '162458.276000', '162458.278000', '162458.281000', '162458.284000', '162458.287000', '162458.290000', '162458.293000', '162458.296000', '162458.299000', '162458.301000', '162458.304000', '162458.307000', '162458.310000', '162458.313000', '162458.316000', '162458.319000', '162518.195000', '162518.198000', '162518.201000', '162518.204000', '162518.206000', '162518.209000', '162518.212000', '162518.215000', '162518.218000', '162518.221000', '162518.224000', '162518.227000', '162518.230000', '162518.232000', '162518.235000', '162518.239000', '162518.243000', '162518.245000', '162518.248000', '162518.251000', '162518.254000', '162518.257000', '162518.260000', '162518.263000', '162518.266000', '162518.269000', '162518.271000', '162518.274000', '162518.277000', '162518.280000', '162518.283000', '162518.286000', '162518.289000', '162518.291000', '162518.294000', '162518.297000', '162518.300000', '162518.303000', '162518.307000', '162518.312000', '162518.315000', '162518.318000', '162518.321000', '162538.195000', '162538.198000', '162538.201000', '162538.204000', '162538.207000', '162538.210000', '162538.212000', '162538.215000', '162538.218000', '162538.221000', '162538.224000', '162538.227000', '162538.230000', '162538.233000', '162538.235000', '162538.238000', '162538.241000', '162538.244000', '162538.247000', '162538.250000', '162538.253000', '162538.256000', '162538.258000', '162538.261000', '162538.264000', '162538.267000', '162538.270000', '162538.273000', '162538.276000', '162538.278000', '162538.281000', '162538.284000', '162538.287000', '162538.290000', '162538.293000', '162538.296000', '162538.299000', '162538.301000', '162538.304000', '162538.307000', '162538.310000', '162538.313000', '162538.316000', '162538.319000', '162558.195000', '162558.198000', '162558.201000', '162558.204000', '162558.207000', '162558.209000', '162558.212000', '162558.215000', '162558.218000', '162558.221000', '162558.224000', '162558.227000', '162558.230000', '162558.232000', '162558.235000', '162558.238000', '162558.241000', '162558.244000', '162558.258000', '162558.261000', '162558.264000', '162558.267000', '162558.270000', '162558.273000', '162558.275000', '162558.278000', '162558.281000', '162558.284000', '162558.287000', '162558.290000', '162558.293000', '162558.296000', '162558.299000', '162558.302000', '162558.304000', '162558.307000', '162558.310000', '162558.313000', '162558.316000', '162558.319000', '162558.322000', '162558.325000', '162558.328000', '162618.194000', '162618.197000', '162618.200000', '162618.203000', '162618.206000', '162618.209000', '162618.211000', '162618.214000', '162618.217000', '162618.220000', '162618.223000', '162618.226000', '162618.228000', '162618.237000', '162618.240000', '162618.243000', '162618.246000', '162618.249000', '162618.252000', '162618.255000', '162618.258000', '162618.261000', '162618.263000', '162618.266000', '162618.269000', '162618.272000', '162618.275000', '162618.278000', '162618.281000', '162618.284000', '162618.286000', '162618.289000', '162618.292000', '162618.295000', '162618.298000', '162618.301000', '162618.304000', '162618.307000', '162618.309000', '162618.312000', '162618.315000', '162618.318000', '162618.321000', '162618.324000', '162638.194000', '162638.197000', '162638.200000', '162638.203000', '162638.206000', '162638.209000', '162638.211000', '162638.214000', '162638.217000', '162638.220000', '162638.223000', '162638.226000', '162638.229000', '162638.231000', '162638.234000', '162638.237000', '162638.240000', '162638.243000', '162638.246000', '162638.249000', '162638.252000', '162638.254000', '162638.257000', '162638.260000', '162638.263000', '162638.266000', '162638.269000', '162638.272000', '162638.276000', '162638.279000', '162638.282000', '162638.285000', '162638.288000', '162638.290000', '162638.293000', '162638.296000', '162638.299000', '162638.302000', '162638.305000', '162638.308000', '162638.310000', '162638.313000', '162638.316000', '162658.195000', '162658.198000', '162658.201000', '162658.204000', '162658.206000', '162658.209000', '162658.212000', '162658.215000', '162658.218000', '162658.221000', '162658.223000', '162658.226000', '162658.229000', '162658.232000', '162658.235000', '162658.238000', '162658.241000', '162658.244000', '162658.247000', '162658.249000', '162658.252000', '162658.255000', '162658.258000', '162658.261000', '162658.264000', '162658.267000', '162658.270000', '162658.272000', '162658.275000', '162658.278000', '162658.281000', '162658.284000', '162658.287000', '162658.290000', '162658.293000', '162658.295000', '162658.298000', '162658.301000', '162658.304000', '162658.307000', '162658.310000', '162658.313000', '162658.316000', '162658.318000', '162718.195000', '162718.198000', '162718.201000', '162718.204000', '162718.207000', '162718.209000', '162718.212000', '162718.215000', '162718.218000', '162718.221000', '162718.224000', '162718.227000', '162718.230000', '162718.232000', '162718.235000', '162718.238000', '162718.241000', '162718.244000', '162718.247000', '162718.250000', '162718.253000', '162718.256000', '162718.259000', '162718.261000', '162718.264000', '162718.267000', '162718.270000', '162718.273000', '162718.276000', '162718.279000', '162718.282000', '162718.284000', '162718.287000', '162718.290000', '162718.293000', '162718.296000', '162718.299000', '162718.302000', '162718.304000', '162718.307000', '162718.310000', '162718.313000', '162718.316000', '162738.209000', '162738.212000', '162738.215000', '162738.218000', '162738.221000', '162738.223000', '162738.226000', '162738.229000', '162738.232000', '162738.235000', '162738.238000', '162738.241000', '162738.244000', '162738.247000', '162738.250000', '162738.252000', '162738.255000', '162738.258000', '162738.261000', '162738.264000', '162738.267000', '162738.270000', '162738.272000', '162738.275000', '162738.278000', '162738.281000', '162738.284000', '162738.287000', '162738.290000', '162738.293000', '162738.296000', '162738.298000', '162738.301000', '162738.304000', '162738.307000', '162738.310000', '162738.313000', '162738.316000', '162738.318000', '162738.321000', '162738.324000', '162738.327000', '162738.330000', '162738.333000', '162758.195000', '162758.205000', '162758.208000', '162758.211000', '162758.214000', '162758.217000', '162758.219000', '162758.222000', '162758.225000', '162758.228000', '162758.231000', '162758.234000', '162758.236000', '162758.239000', '162758.242000', '162758.245000', '162758.248000', '162758.251000', '162758.254000', '162758.257000', '162758.260000', '162758.263000', '162758.265000', '162758.268000', '162758.271000', '162758.274000', '162758.277000', '162758.280000', '162758.283000', '162758.286000', '162758.288000', '162758.291000', '162758.294000', '162758.297000', '162758.300000', '162758.303000', '162758.306000', '162758.308000', '162758.311000', '162758.315000', '162758.318000', '162758.321000', '162758.324000', '162818.195000', '162818.237000', '162818.240000', '162818.242000', '162818.245000', '162818.248000', '162818.251000', '162818.254000', '162818.257000', '162818.260000', '162818.263000', '162818.265000', '162818.268000', '162818.271000', '162818.274000', '162818.277000', '162818.280000', '162818.283000', '162818.286000', '162818.288000', '162818.291000', '162818.294000', '162818.297000', '162818.300000', '162818.303000', '162818.306000', '162818.309000', '162818.312000', '162818.315000', '162818.317000', '162818.320000', '162818.323000', '162818.326000', '162818.329000', '162818.332000', '162818.335000', '162818.338000', '162818.340000', '162818.343000', '162818.346000', '162818.349000', '162818.352000', '162818.355000', '162838.194000', '162838.197000', '162838.200000', '162838.203000', '162838.205000', '162838.208000', '162838.211000', '162838.216000', '162838.219000', '162838.222000', '162838.225000', '162838.228000', '162838.231000', '162838.234000', '162838.237000', '162838.240000', '162838.242000', '162838.245000', '162838.248000', '162838.251000', '162838.254000', '162838.257000', '162838.260000', '162838.263000', '162838.265000', '162838.268000', '162838.271000', '162838.274000', '162838.277000', '162838.280000', '162838.283000', '162838.285000', '162838.288000', '162838.291000', '162838.294000', '162838.297000', '162838.300000', '162838.303000', '162838.305000', '162838.308000', '162838.311000', '162838.314000', '162838.317000', '162838.320000', '162858.194000', '162858.197000', '162858.200000', '162858.203000', '162858.205000', '162858.208000', '162858.211000', '162858.214000', '162858.217000', '162858.220000', '162858.223000', '162858.233000', '162858.236000', '162858.239000', '162858.242000', '162858.244000', '162858.247000', '162858.250000', '162858.253000', '162858.256000', '162858.259000', '162858.262000', '162858.265000', '162858.267000', '162858.270000', '162858.273000', '162858.276000', '162858.279000', '162858.282000', '162858.285000', '162858.288000', '162858.290000', '162858.293000', '162858.296000', '162858.299000', '162858.302000', '162858.305000', '162858.307000', '162858.310000', '162858.313000', '162858.316000', '162858.319000', '162858.322000', '162858.325000', '162918.195000', '162918.198000', '162918.201000', '162918.204000', '162918.206000', '162918.209000', '162918.212000', '162918.215000', '162918.218000', '162918.221000', '162918.224000', '162918.227000', '162918.229000', '162918.232000', '162918.235000', '162918.238000', '162918.241000', '162918.244000', '162918.246000', '162918.249000', '162918.252000', '162918.255000', '162918.258000', '162918.261000', '162918.263000', '162918.266000', '162918.269000', '162918.272000', '162918.275000', '162918.278000', '162918.281000', '162918.290000', '162918.293000', '162918.296000', '162918.299000', '162918.301000', '162918.304000', '162918.307000', '162918.310000', '162918.313000', '162918.316000', '162918.318000', '162918.321000', '162938.195000', '162938.198000', '162938.202000', '162938.207000', '162938.210000', '162938.213000', '162938.216000', '162938.219000', '162938.221000', '162938.224000', '162938.227000', '162938.230000', '162938.233000', '162938.236000', '162938.239000', '162938.242000', '162938.245000', '162938.248000', '162938.250000', '162938.253000', '162938.256000', '162938.259000', '162938.262000', '162938.265000', '162938.268000', '162938.271000', '162938.274000', '162938.276000', '162938.279000', '162938.282000', '162938.285000', '162938.288000', '162938.291000', '162938.294000', '162938.297000', '162938.299000', '162938.302000', '162938.305000', '162938.308000', '162938.311000', '162938.314000', '162938.317000', '162938.320000', '162951.144000', '162951.148000', '162951.151000', '162951.154000', '162951.157000', '162951.160000', '162951.163000', '162951.166000', '162951.169000', '162951.172000', '162951.175000', '162951.178000', '162951.181000', '162951.184000', '162951.187000', '162951.190000', '162951.193000', '162951.196000', '162951.199000', '162951.202000', '162951.205000', '162951.208000', '162951.211000', '162951.214000', '162951.217000', '162951.220000', '162951.223000', '162951.225000', '162951.228000'], 'InstanceCreationTime': ['162318.226000', '162318.229000', '162318.232000', '162318.235000', '162318.239000', '162318.242000', '162318.245000', '162318.248000', '162318.251000', '162318.254000', '162318.257000', '162318.259000', '162318.262000', '162318.265000', '162318.268000', '162318.271000', '162318.274000', '162318.277000', '162318.284000', '162318.287000', '162318.290000', '162318.292000', '162318.295000', '162318.298000', '162318.301000', '162318.304000', '162318.307000', '162318.309000', '162318.312000', '162318.315000', '162318.318000', '162318.321000', '162318.324000', '162318.326000', '162318.329000', '162318.332000', '162318.335000', '162318.338000', '162318.340000', '162318.343000', '162318.346000', '162318.349000', '162318.352000', '162318.355000', '162318.357000', '162318.360000', '162318.363000', '162318.367000', '162318.369000', '162318.372000', '162318.375000', '162318.378000', '162318.381000', '162318.384000', '162318.386000', '162318.389000', '162318.392000', '162318.395000', '162318.398000', '162338.195000', '162338.198000', '162338.201000', '162338.204000', '162338.207000', '162338.210000', '162338.213000', '162338.216000', '162338.219000', '162338.222000', '162338.224000', '162338.227000', '162338.230000', '162338.233000', '162338.236000', '162338.239000', '162338.241000', '162338.244000', '162338.247000', '162338.250000', '162338.253000', '162338.256000', '162338.259000', '162338.261000', '162338.264000', '162338.267000', '162338.270000', '162338.273000', '162338.276000', '162338.279000', '162338.281000', '162338.284000', '162338.287000', '162338.290000', '162338.293000', '162338.296000', '162338.298000', '162338.301000', '162338.304000', '162338.307000', '162338.310000', '162338.313000', '162338.315000', '162338.318000', '162358.194000', '162358.197000', '162358.201000', '162358.204000', '162358.207000', '162358.210000', '162358.213000', '162358.216000', '162358.218000', '162358.221000', '162358.224000', '162358.227000', '162358.230000', '162358.233000', '162358.236000', '162358.238000', '162358.241000', '162358.244000', '162358.247000', '162358.250000', '162358.253000', '162358.256000', '162358.258000', '162358.261000', '162358.265000', '162358.269000', '162358.272000', '162358.275000', '162358.278000', '162358.281000', '162358.285000', '162358.288000', '162358.291000', '162358.294000', '162358.297000', '162358.300000', '162358.303000', '162358.306000', '162358.309000', '162358.312000', '162358.315000', '162358.318000', '162358.320000', '162418.194000', '162418.197000', '162418.200000', '162418.202000', '162418.210000', '162418.213000', '162418.215000', '162418.218000', '162418.221000', '162418.224000', '162418.227000', '162418.230000', '162418.232000', '162418.235000', '162418.238000', '162418.241000', '162418.244000', '162418.247000', '162418.249000', '162418.252000', '162418.255000', '162418.258000', '162418.261000', '162418.264000', '162418.267000', '162418.270000', '162418.273000', '162418.275000', '162418.278000', '162418.281000', '162418.284000', '162418.287000', '162418.290000', '162418.292000', '162418.295000', '162418.298000', '162418.301000', '162418.313000', '162418.316000', '162418.319000', '162418.322000', '162418.325000', '162418.328000', '162418.330000', '162438.195000', '162438.198000', '162438.201000', '162438.204000', '162438.206000', '162438.209000', '162438.212000', '162438.215000', '162438.218000', '162438.221000', '162438.224000', '162438.227000', '162438.229000', '162438.232000', '162438.235000', '162438.238000', '162438.241000', '162438.243000', '162438.246000', '162438.249000', '162438.252000', '162438.255000', '162438.258000', '162438.261000', '162438.264000', '162438.266000', '162438.269000', '162438.272000', '162438.276000', '162438.281000', '162438.283000', '162438.286000', '162438.289000', '162438.292000', '162438.295000', '162438.298000', '162438.301000', '162438.303000', '162438.306000', '162438.309000', '162438.312000', '162438.315000', '162438.318000', '162458.195000', '162458.198000', '162458.201000', '162458.204000', '162458.207000', '162458.209000', '162458.212000', '162458.215000', '162458.218000', '162458.221000', '162458.224000', '162458.227000', '162458.229000', '162458.232000', '162458.235000', '162458.238000', '162458.241000', '162458.244000', '162458.247000', '162458.250000', '162458.253000', '162458.256000', '162458.258000', '162458.261000', '162458.264000', '162458.267000', '162458.270000', '162458.273000', '162458.276000', '162458.278000', '162458.281000', '162458.284000', '162458.287000', '162458.290000', '162458.293000', '162458.296000', '162458.299000', '162458.301000', '162458.304000', '162458.307000', '162458.310000', '162458.313000', '162458.316000', '162458.319000', '162518.195000', '162518.198000', '162518.201000', '162518.204000', '162518.206000', '162518.209000', '162518.212000', '162518.215000', '162518.218000', '162518.221000', '162518.224000', '162518.227000', '162518.230000', '162518.232000', '162518.235000', '162518.239000', '162518.243000', '162518.245000', '162518.248000', '162518.251000', '162518.254000', '162518.257000', '162518.260000', '162518.263000', '162518.266000', '162518.269000', '162518.271000', '162518.274000', '162518.277000', '162518.280000', '162518.283000', '162518.286000', '162518.289000', '162518.291000', '162518.294000', '162518.297000', '162518.300000', '162518.303000', '162518.307000', '162518.312000', '162518.315000', '162518.318000', '162518.321000', '162538.195000', '162538.198000', '162538.201000', '162538.204000', '162538.207000', '162538.210000', '162538.212000', '162538.215000', '162538.218000', '162538.221000', '162538.224000', '162538.227000', '162538.230000', '162538.233000', '162538.235000', '162538.238000', '162538.241000', '162538.244000', '162538.247000', '162538.250000', '162538.253000', '162538.256000', '162538.258000', '162538.261000', '162538.264000', '162538.267000', '162538.270000', '162538.273000', '162538.276000', '162538.278000', '162538.281000', '162538.284000', '162538.287000', '162538.290000', '162538.293000', '162538.296000', '162538.299000', '162538.301000', '162538.304000', '162538.307000', '162538.310000', '162538.313000', '162538.316000', '162538.319000', '162558.195000', '162558.198000', '162558.201000', '162558.204000', '162558.207000', '162558.209000', '162558.212000', '162558.215000', '162558.218000', '162558.221000', '162558.224000', '162558.227000', '162558.230000', '162558.232000', '162558.235000', '162558.238000', '162558.241000', '162558.244000', '162558.258000', '162558.261000', '162558.264000', '162558.267000', '162558.270000', '162558.273000', '162558.275000', '162558.278000', '162558.281000', '162558.284000', '162558.287000', '162558.290000', '162558.293000', '162558.296000', '162558.299000', '162558.302000', '162558.304000', '162558.307000', '162558.310000', '162558.313000', '162558.316000', '162558.319000', '162558.322000', '162558.325000', '162558.328000', '162618.194000', '162618.197000', '162618.200000', '162618.203000', '162618.206000', '162618.209000', '162618.211000', '162618.214000', '162618.217000', '162618.220000', '162618.223000', '162618.226000', '162618.228000', '162618.237000', '162618.240000', '162618.243000', '162618.246000', '162618.249000', '162618.252000', '162618.255000', '162618.258000', '162618.261000', '162618.263000', '162618.266000', '162618.269000', '162618.272000', '162618.275000', '162618.278000', '162618.281000', '162618.284000', '162618.286000', '162618.289000', '162618.292000', '162618.295000', '162618.298000', '162618.301000', '162618.304000', '162618.307000', '162618.309000', '162618.312000', '162618.315000', '162618.318000', '162618.321000', '162618.324000', '162638.194000', '162638.197000', '162638.200000', '162638.203000', '162638.206000', '162638.209000', '162638.211000', '162638.214000', '162638.217000', '162638.220000', '162638.223000', '162638.226000', '162638.229000', '162638.231000', '162638.234000', '162638.237000', '162638.240000', '162638.243000', '162638.246000', '162638.249000', '162638.252000', '162638.254000', '162638.257000', '162638.260000', '162638.263000', '162638.266000', '162638.269000', '162638.272000', '162638.276000', '162638.279000', '162638.282000', '162638.285000', '162638.288000', '162638.290000', '162638.293000', '162638.296000', '162638.299000', '162638.302000', '162638.305000', '162638.308000', '162638.310000', '162638.313000', '162638.316000', '162658.195000', '162658.198000', '162658.201000', '162658.204000', '162658.206000', '162658.209000', '162658.212000', '162658.215000', '162658.218000', '162658.221000', '162658.223000', '162658.226000', '162658.229000', '162658.232000', '162658.235000', '162658.238000', '162658.241000', '162658.244000', '162658.247000', '162658.249000', '162658.252000', '162658.255000', '162658.258000', '162658.261000', '162658.264000', '162658.267000', '162658.270000', '162658.272000', '162658.275000', '162658.278000', '162658.281000', '162658.284000', '162658.287000', '162658.290000', '162658.293000', '162658.295000', '162658.298000', '162658.301000', '162658.304000', '162658.307000', '162658.310000', '162658.313000', '162658.316000', '162658.318000', '162718.195000', '162718.198000', '162718.201000', '162718.204000', '162718.207000', '162718.209000', '162718.212000', '162718.215000', '162718.218000', '162718.221000', '162718.224000', '162718.227000', '162718.230000', '162718.232000', '162718.235000', '162718.238000', '162718.241000', '162718.244000', '162718.247000', '162718.250000', '162718.253000', '162718.256000', '162718.259000', '162718.261000', '162718.264000', '162718.267000', '162718.270000', '162718.273000', '162718.276000', '162718.279000', '162718.282000', '162718.284000', '162718.287000', '162718.290000', '162718.293000', '162718.296000', '162718.299000', '162718.302000', '162718.304000', '162718.307000', '162718.310000', '162718.313000', '162718.316000', '162738.209000', '162738.212000', '162738.215000', '162738.218000', '162738.221000', '162738.223000', '162738.226000', '162738.229000', '162738.232000', '162738.235000', '162738.238000', '162738.241000', '162738.244000', '162738.247000', '162738.250000', '162738.252000', '162738.255000', '162738.258000', '162738.261000', '162738.264000', '162738.267000', '162738.270000', '162738.272000', '162738.275000', '162738.278000', '162738.281000', '162738.284000', '162738.287000', '162738.290000', '162738.293000', '162738.296000', '162738.298000', '162738.301000', '162738.304000', '162738.307000', '162738.310000', '162738.313000', '162738.316000', '162738.318000', '162738.321000', '162738.324000', '162738.327000', '162738.330000', '162738.333000', '162758.195000', '162758.205000', '162758.208000', '162758.211000', '162758.214000', '162758.217000', '162758.219000', '162758.222000', '162758.225000', '162758.228000', '162758.231000', '162758.234000', '162758.236000', '162758.239000', '162758.242000', '162758.245000', '162758.248000', '162758.251000', '162758.254000', '162758.257000', '162758.260000', '162758.263000', '162758.265000', '162758.268000', '162758.271000', '162758.274000', '162758.277000', '162758.280000', '162758.283000', '162758.286000', '162758.288000', '162758.291000', '162758.294000', '162758.297000', '162758.300000', '162758.303000', '162758.306000', '162758.308000', '162758.311000', '162758.315000', '162758.318000', '162758.321000', '162758.324000', '162818.195000', '162818.237000', '162818.240000', '162818.242000', '162818.245000', '162818.248000', '162818.251000', '162818.254000', '162818.257000', '162818.260000', '162818.263000', '162818.265000', '162818.268000', '162818.271000', '162818.274000', '162818.277000', '162818.280000', '162818.283000', '162818.286000', '162818.288000', '162818.291000', '162818.294000', '162818.297000', '162818.300000', '162818.303000', '162818.306000', '162818.309000', '162818.312000', '162818.315000', '162818.317000', '162818.320000', '162818.323000', '162818.326000', '162818.329000', '162818.332000', '162818.335000', '162818.338000', '162818.340000', '162818.343000', '162818.346000', '162818.349000', '162818.352000', '162818.355000', '162838.194000', '162838.197000', '162838.200000', '162838.203000', '162838.205000', '162838.208000', '162838.211000', '162838.216000', '162838.219000', '162838.222000', '162838.225000', '162838.228000', '162838.231000', '162838.234000', '162838.237000', '162838.240000', '162838.242000', '162838.245000', '162838.248000', '162838.251000', '162838.254000', '162838.257000', '162838.260000', '162838.263000', '162838.265000', '162838.268000', '162838.271000', '162838.274000', '162838.277000', '162838.280000', '162838.283000', '162838.285000', '162838.288000', '162838.291000', '162838.294000', '162838.297000', '162838.300000', '162838.303000', '162838.305000', '162838.308000', '162838.311000', '162838.314000', '162838.317000', '162838.320000', '162858.194000', '162858.197000', '162858.200000', '162858.203000', '162858.205000', '162858.208000', '162858.211000', '162858.214000', '162858.217000', '162858.220000', '162858.223000', '162858.233000', '162858.236000', '162858.239000', '162858.242000', '162858.244000', '162858.247000', '162858.250000', '162858.253000', '162858.256000', '162858.259000', '162858.262000', '162858.265000', '162858.267000', '162858.270000', '162858.273000', '162858.276000', '162858.279000', '162858.282000', '162858.285000', '162858.288000', '162858.290000', '162858.293000', '162858.296000', '162858.299000', '162858.302000', '162858.305000', '162858.307000', '162858.310000', '162858.313000', '162858.316000', '162858.319000', '162858.322000', '162858.325000', '162918.195000', '162918.198000', '162918.201000', '162918.204000', '162918.206000', '162918.209000', '162918.212000', '162918.215000', '162918.218000', '162918.221000', '162918.224000', '162918.227000', '162918.229000', '162918.232000', '162918.235000', '162918.238000', '162918.241000', '162918.244000', '162918.246000', '162918.249000', '162918.252000', '162918.255000', '162918.258000', '162918.261000', '162918.263000', '162918.266000', '162918.269000', '162918.272000', '162918.275000', '162918.278000', '162918.281000', '162918.290000', '162918.293000', '162918.296000', '162918.299000', '162918.301000', '162918.304000', '162918.307000', '162918.310000', '162918.313000', '162918.316000', '162918.318000', '162918.321000', '162938.195000', '162938.198000', '162938.202000', '162938.207000', '162938.210000', '162938.213000', '162938.216000', '162938.219000', '162938.221000', '162938.224000', '162938.227000', '162938.230000', '162938.233000', '162938.236000', '162938.239000', '162938.242000', '162938.245000', '162938.248000', '162938.250000', '162938.253000', '162938.256000', '162938.259000', '162938.262000', '162938.265000', '162938.268000', '162938.271000', '162938.274000', '162938.276000', '162938.279000', '162938.282000', '162938.285000', '162938.288000', '162938.291000', '162938.294000', '162938.297000', '162938.299000', '162938.302000', '162938.305000', '162938.308000', '162938.311000', '162938.314000', '162938.317000', '162938.320000', '162951.144000', '162951.148000', '162951.151000', '162951.154000', '162951.157000', '162951.160000', '162951.163000', '162951.166000', '162951.169000', '162951.172000', '162951.175000', '162951.178000', '162951.181000', '162951.184000', '162951.187000', '162951.190000', '162951.193000', '162951.196000', '162951.199000', '162951.202000', '162951.205000', '162951.208000', '162951.211000', '162951.214000', '162951.217000', '162951.220000', '162951.223000', '162951.225000', '162951.228000'], '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': [11216, 9557, 7038, 9050, 7457, 7130, 9149, 6884, 10032, 8429, 12605, 9153, 7317, 9342, 7627, 10944, 8564, 12622, 9275, 9112, 8294, 6837, 9668, 7602, 11653, 8962, 6831, 8598, 7111, 11165, 8193, 7978, 10282, 7136, 9211, 8056, 6869, 11713, 8681, 8594, 9603, 7775, 11162, 8858, 12839, 10033, 7367, 11838, 8760, 9593, 10714, 8091, 14080, 8983, 11254, 10370, 9077, 15574, 12153, 13787, 9831, 8409, 10128, 8457, 13784, 8720, 6901, 9831, 8097, 9445, 9458, 7511, 13200, 8593, 8425, 9307, 7967, 15439, 10301, 11147, 9041, 7062, 10510, 8849, 8709, 8475, 7271, 8807, 8410, 7642, 10104, 9743, 7741, 7053, 7690, 8519, 7349, 13498, 11243, 8559, 13163, 11128, 9940, 14154, 11142, 14193, 11528, 8698, 12542, 9190, 9661, 11549, 8806, 14235, 8434, 7445, 8750, 7445, 10219, 8537, 7035, 9123, 7471, 7107, 8828, 7589, 7091, 9383, 7474, 6852, 8980, 10620, 8505, 11306, 15443, 16870, 13559, 13660, 16962, 13409, 12501, 10817, 14993, 9077, 8729, 10858, 8294, 14576, 10340, 12406, 10109, 9362, 8306, 9657, 7825, 9614, 7883, 9805, 7724, 8320, 7715, 7068, 8875, 7011, 9717, 7425, 9259, 7989, 7081, 9233, 7141, 10232, 8040, 7490, 10025, 7203, 7822, 8110, 7116, 10393, 8079, 8027, 10083, 7511, 7295, 9394, 7729, 7326, 9084, 7659, 14044, 10966, 10249, 8792, 8548, 10900, 8018, 15286, 11127, 13320, 8913, 9718, 8912, 7019, 9907, 7750, 7591, 8453, 7091, 10771, 7916, 8261, 8785, 7654, 12765, 7733, 7166, 8756, 7399, 11338, 8547, 8143, 8578, 6883, 9933, 8075, 12915, 10767, 13948, 8619, 10039, 8448, 7395, 10394, 8010, 7088, 8656, 6884, 10099, 8157, 8666, 8426, 7200, 11726, 8439, 13371, 10496, 8757, 14080, 8042, 11190, 8806, 7634, 12662, 8153, 10112, 8458, 9288, 9893, 8959, 13906, 7914, 8158, 8253, 6885, 11339, 8177, 10298, 7970, 11379, 8714, 10147, 9066, 7557, 9586, 7336, 7415, 8645, 7050, 12909, 9505, 11134, 9089, 13907, 10075, 12083, 11261, 7575, 11978, 7920, 9803, 9694, 7964, 12745, 8020, 7070, 9153, 7800, 11184, 9856, 7126, 11379, 8049, 9828, 9375, 8894, 11078, 7627, 7967, 8337, 7758, 11692, 8367, 6962, 9494, 7374, 9206, 8925, 7013, 10587, 7738, 7321, 9432, 7847, 12744, 7820, 10748, 8004, 7497, 10251, 7963, 9016, 7976, 7010, 10665, 8550, 11937, 9658, 7280, 11104, 7775, 9487, 9518, 7911, 8026, 8473, 7107, 10744, 9146, 7222, 10997, 7830, 6652, 10369, 8870, 7987, 12796, 8439, 9825, 9912, 10964, 16319, 13052, 9559, 8943, 7294, 12229, 8816, 7366, 9564, 7215, 9415, 7995, 7038, 11466, 8515, 9995, 8169, 7342, 8800, 7144, 9852, 7714, 7004, 9022, 7312, 9106, 11024, 8260, 9493, 8917, 8752, 15579, 12564, 9020, 10473, 8012, 15051, 11832, 10929, 10405, 7239, 13395, 8506, 10764, 9834, 7511, 8925, 8147, 7261, 10463, 8768, 7343, 9528, 7854, 7009, 11258, 9118, 7387, 8411, 7066, 9334, 8588, 8978, 13767, 8848, 11377, 8833, 7895, 14369, 10896, 8901, 8462, 7198, 11821, 9473, 13422, 9454, 8350, 9154, 7367, 13115, 10362, 7076, 8807, 7260, 7967, 8837, 7480, 7280, 8186, 7218, 8517, 8801, 8830, 13816, 10533, 12199, 10534, 8625, 14681, 10113, 6944, 10576, 7772, 8351, 9425, 6933, 11534, 7444, 11976, 7966, 10760, 10090, 7200, 8664, 7011, 10926, 7755, 12857, 10403, 9685, 8294, 6858, 8617, 7038, 9948, 7800, 7173, 8927, 7175, 9682, 9139, 6966, 12065, 8125, 10225, 10088, 9503, 15054, 10095, 12439, 11063, 8763, 14765, 10984, 13249, 9099, 8667, 10355, 8751, 13076, 8018, 7248, 9351, 7535, 11105, 9196, 6485, 11043, 7422, 9837, 9201, 8021, 13006, 8326, 7067, 9046, 7278, 11723, 9855, 6882, 11324, 7730, 8549, 11781, 8895, 12419, 8184, 12790, 10718, 15774, 12162, 13350, 9728, 7343, 9133, 7068, 9445, 7490, 7709, 8227, 6901, 8626, 7813, 7826, 12827, 9986, 9271, 11127, 10225, 15041, 12938, 11278, 9302, 7539, 13541, 10421, 13252, 9340, 6986, 11188, 7664, 7556, 12517, 10026, 8329, 8207, 7101, 9866, 7844, 7458, 10097, 7057, 13147, 8763, 9447, 10616, 8111, 12213, 7812, 10017, 8120, 7419, 11850, 7637, 12551, 7605, 10742, 7842, 7146, 10944, 7343, 7248, 8347, 6937, 11861, 10323, 8191, 8551, 6937, 13588, 11232, 13595, 10358, 7863, 12483, 8325, 9452, 11247, 8176, 11908, 8018, 6921, 11046, 8709, 9230, 8180, 7405, 8828, 7085, 13193, 9310, 11348, 7636, 6941, 8521, 6943, 10637, 7412, 7031, 8712, 6913, 8688, 8296, 7784, 12709, 9431, 12268, 10510, 8553, 14066, 11648, 12380, 8709, 6960, 13471, 10289, 9957, 10151, 6906, 11903, 8013, 8473, 12290, 7919, 8502, 8098, 7281, 10476, 8883, 7006, 12398, 7951, 13063, 10999, 8455, 12534, 7400, 6819, 8948, 7464, 8155, 10761, 7763, 7102, 8707, 7379, 8381, 12527, 9608, 9181, 8706, 7067, 12411, 10834, 9303, 13481, 8139, 9016, 11680, 10886, 10565, 9930, 7885, 7105, 11312, 10000, 11850, 13214, 8718, 11702, 9591, 15763, 12040, 14354, 10257, 7428, 9664, 7682, 10047, 9560, 11971, 8635, 8493, 8546, 6907, 9793, 7559, 6733, 7705, 7580, 6782, 11562, 9782, 10376, 8327, 7112, 12842, 10016, 11553, 9863, 7070, 13475, 12060, 10576, 11445, 10308, 7126, 9563, 7535, 7390, 8452, 7271, 8056, 7852, 7226, 10037, 8210, 12525, 10071, 7961, 13249, 10006, 13374, 13736, 12044, 13257, 8354, 7937, 9334, 8692, 13652, 10986, 11471, 9344, 8821, 9360, 7699, 12898, 7937, 6774, 9179, 7591, 9798, 9072, 7846, 9323, 7117, 9373, 7431, 10584, 8208, 6547, 9064, 6996, 11542, 7629, 11940, 9685, 6731, 9177, 7511, 8585, 8548, 7292, 12335, 8541, 12024, 9104, 12769, 10536, 14279, 9534, 12603, 8095, 12021, 7891, 10713, 8409, 7267, 9121, 6935, 10021, 7615, 11582, 7682, 10573, 7884, 11013, 7595, 9789, 8904, 7235, 10191, 7704, 7131, 10117, 7353, 12576, 8719, 10425, 10147, 9039, 11790, 7782, 13892, 9425, 11934, 11579, 12784, 9829, 8311, 10340, 7521, 11797, 10341, 8119, 10800, 7495, 9097, 9076, 7392, 13755, 10173, 12262, 9170, 7825, 11149, 8188, 9601, 8580, 7384, 12784, 8838, 10356, 11008, 7678, 11466, 7999, 11327, 10029, 14052, 10309, 10283, 9810, 7338, 10907, 7701, 9725, 8456, 6714, 10380, 7301, 10439, 8714, 8578, 10843, 7179, 11831, 8482, 9993, 11559, 8085, 12760, 8238, 7148, 9108, 7558, 8330, 8209, 6906, 11590, 7617], 'WindowCenter': [4298.0, 4273.0, 4219.0, 4244.0, 4212.0, 4211.0, 4230.0, 4208.0, 4238.0, 4219.0, 4259.0, 4225.0, 4197.0, 4228.0, 4216.0, 4245.0, 4226.0, 4260.0, 4237.0, 4226.0, 4218.0, 4199.0, 4227.0, 4228.0, 4261.0, 4230.0, 4199.0, 4238.0, 4218.0, 4250.0, 4219.0, 4231.0, 4251.0, 4212.0, 4242.0, 4227.0, 4221.0, 4260.0, 4238.0, 4239.0, 4249.0, 4208.0, 4258.0, 4239.0, 4279.0, 4241.0, 4218.0, 4248.0, 4238.0, 4239.0, 4250.0, 4221.0, 4291.0, 4237.0, 4256.0, 4246.0, 4235.0, 4280.0, 4255.0, 4268.0, 4234.0, 4211.0, 4225.0, 4227.0, 4253.0, 4226.0, 4207.0, 4233.0, 4215.0, 4237.0, 4237.0, 4208.0, 4271.0, 4238.0, 4224.0, 4216.0, 4217.0, 4280.0, 4237.0, 4247.0, 4224.0, 4181.0, 4225.0, 4228.0, 4217.0, 4216.0, 4208.0, 4250.0, 4241.0, 4225.0, 4263.0, 4250.0, 4242.0, 4231.0, 4222.0, 4233.0, 4219.0, 4294.0, 4263.0, 4241.0, 4269.0, 4258.0, 4236.0, 4259.0, 4246.0, 4279.0, 4233.0, 4213.0, 4242.0, 4213.0, 4216.0, 4244.0, 4214.0, 4262.0, 4202.0, 4192.0, 4213.0, 4203.0, 4227.0, 4227.0, 4206.0, 4235.0, 4195.0, 4210.0, 4240.0, 4219.0, 4211.0, 4242.0, 4223.0, 4210.0, 4245.0, 4274.0, 4244.0, 4287.0, 4317.0, 4307.0, 4286.0, 4295.0, 4296.0, 4281.0, 4271.0, 4247.0, 4276.0, 4216.0, 4226.0, 4235.0, 4212.0, 4263.0, 4220.0, 4239.0, 4209.0, 4196.0, 4186.0, 4206.0, 4187.0, 4198.0, 4176.0, 4206.0, 4189.0, 4198.0, 4178.0, 4178.0, 4210.0, 4181.0, 4222.0, 4195.0, 4227.0, 4213.0, 4184.0, 4214.0, 4207.0, 4237.0, 4220.0, 4207.0, 4237.0, 4208.0, 4206.0, 4217.0, 4211.0, 4263.0, 4232.0, 4219.0, 4240.0, 4232.0, 4221.0, 4253.0, 4224.0, 4222.0, 4241.0, 4220.0, 4282.0, 4253.0, 4248.0, 4219.0, 4228.0, 4237.0, 4218.0, 4280.0, 4249.0, 4266.0, 4216.0, 4215.0, 4226.0, 4195.0, 4228.0, 4206.0, 4199.0, 4204.0, 4207.0, 4247.0, 4209.0, 4228.0, 4229.0, 4218.0, 4257.0, 4208.0, 4207.0, 4227.0, 4211.0, 4259.0, 4218.0, 4218.0, 4227.0, 4209.0, 4252.0, 4230.0, 4271.0, 4248.0, 4257.0, 4202.0, 4235.0, 4215.0, 4194.0, 4248.0, 4217.0, 4208.0, 4226.0, 4209.0, 4248.0, 4232.0, 4228.0, 4228.0, 4218.0, 4258.0, 4230.0, 4269.0, 4249.0, 4215.0, 4268.0, 4216.0, 4246.0, 4214.0, 4217.0, 4257.0, 4216.0, 4246.0, 4227.0, 4238.0, 4236.0, 4226.0, 4266.0, 4203.0, 4205.0, 4217.0, 4208.0, 4234.0, 4203.0, 4236.0, 4216.0, 4233.0, 4202.0, 4235.0, 4225.0, 4218.0, 4236.0, 4196.0, 4207.0, 4241.0, 4210.0, 4271.0, 4239.0, 4248.0, 4216.0, 4267.0, 4237.0, 4246.0, 4224.0, 4205.0, 4245.0, 4205.0, 4236.0, 4212.0, 4204.0, 4255.0, 4204.0, 4181.0, 4224.0, 4206.0, 4237.0, 4236.0, 4195.0, 4246.0, 4216.0, 4224.0, 4217.0, 4215.0, 4245.0, 4204.0, 4217.0, 4203.0, 4205.0, 4255.0, 4215.0, 4194.0, 4224.0, 4206.0, 4225.0, 4226.0, 4183.0, 4225.0, 4205.0, 4205.0, 4226.0, 4218.0, 4246.0, 4206.0, 4234.0, 4217.0, 4206.0, 4248.0, 4218.0, 4218.0, 4218.0, 4197.0, 4236.0, 4218.0, 4257.0, 4227.0, 4200.0, 4245.0, 4194.0, 4224.0, 4236.0, 4207.0, 4205.0, 4215.0, 4196.0, 4224.0, 4241.0, 4197.0, 4248.0, 4204.0, 4187.0, 4225.0, 4228.0, 4217.0, 4270.0, 4217.0, 4224.0, 4223.0, 4226.0, 4278.0, 4256.0, 4223.0, 4212.0, 4194.0, 4232.0, 4227.0, 4194.0, 4225.0, 4196.0, 4223.0, 4205.0, 4196.0, 4258.0, 4217.0, 4223.0, 4214.0, 4184.0, 4214.0, 4195.0, 4237.0, 4219.0, 4206.0, 4228.0, 4209.0, 4242.0, 4249.0, 4219.0, 4227.0, 4218.0, 4227.0, 4291.0, 4259.0, 4228.0, 4236.0, 4220.0, 4278.0, 4259.0, 4235.0, 4232.0, 4192.0, 4255.0, 4215.0, 4236.0, 4224.0, 4193.0, 4214.0, 4202.0, 4195.0, 4234.0, 4213.0, 4206.0, 4214.0, 4206.0, 4196.0, 4249.0, 4229.0, 4207.0, 4215.0, 4197.0, 4216.0, 4214.0, 4228.0, 4268.0, 4226.0, 4247.0, 4214.0, 4206.0, 4269.0, 4223.0, 4203.0, 4191.0, 4208.0, 4245.0, 4227.0, 4244.0, 4225.0, 4203.0, 4214.0, 4181.0, 4258.0, 4221.0, 4192.0, 4211.0, 4194.0, 4205.0, 4226.0, 4195.0, 4205.0, 4213.0, 4208.0, 4213.0, 4227.0, 4214.0, 4255.0, 4234.0, 4245.0, 4233.0, 4215.0, 4265.0, 4213.0, 4194.0, 4235.0, 4206.0, 4203.0, 4215.0, 4184.0, 4234.0, 4192.0, 4244.0, 4195.0, 4233.0, 4235.0, 4195.0, 4214.0, 4195.0, 4246.0, 4193.0, 4244.0, 4237.0, 4224.0, 4203.0, 4184.0, 4217.0, 4184.0, 4252.0, 4207.0, 4208.0, 4230.0, 4198.0, 4238.0, 4239.0, 4208.0, 4258.0, 4218.0, 4237.0, 4240.0, 4227.0, 4258.0, 4224.0, 4245.0, 4248.0, 4216.0, 4270.0, 4237.0, 4254.0, 4214.0, 4216.0, 4224.0, 4206.0, 4241.0, 4201.0, 4192.0, 4214.0, 4195.0, 4248.0, 4215.0, 4184.0, 4222.0, 4207.0, 4236.0, 4225.0, 4207.0, 4258.0, 4205.0, 4194.0, 4227.0, 4195.0, 4258.0, 4226.0, 4184.0, 4222.0, 4206.0, 4216.0, 4257.0, 4216.0, 4244.0, 4204.0, 4257.0, 4237.0, 4265.0, 4233.0, 4242.0, 4197.0, 4178.0, 4211.0, 4192.0, 4222.0, 4208.0, 4206.0, 4217.0, 4209.0, 4230.0, 4218.0, 4223.0, 4272.0, 4240.0, 4228.0, 4262.0, 4239.0, 4268.0, 4246.0, 4233.0, 4212.0, 4195.0, 4254.0, 4238.0, 4256.0, 4214.0, 4182.0, 4235.0, 4204.0, 4183.0, 4247.0, 4225.0, 4205.0, 4204.0, 4196.0, 4225.0, 4205.0, 4194.0, 4224.0, 4184.0, 4241.0, 4213.0, 4224.0, 4237.0, 4191.0, 4245.0, 4193.0, 4225.0, 4205.0, 4193.0, 4247.0, 4204.0, 4245.0, 4183.0, 4235.0, 4204.0, 4195.0, 4248.0, 4207.0, 4206.0, 4207.0, 4198.0, 4248.0, 4239.0, 4216.0, 4206.0, 4197.0, 4246.0, 4237.0, 4257.0, 4225.0, 4205.0, 4257.0, 4215.0, 4224.0, 4248.0, 4204.0, 4233.0, 4190.0, 4184.0, 4236.0, 4205.0, 4206.0, 4192.0, 4195.0, 4227.0, 4196.0, 4255.0, 4215.0, 4235.0, 4192.0, 4170.0, 4202.0, 4193.0, 4237.0, 4196.0, 4208.0, 4229.0, 4199.0, 4229.0, 4230.0, 4220.0, 4271.0, 4230.0, 4259.0, 4226.0, 4218.0, 4260.0, 4248.0, 4247.0, 4201.0, 4197.0, 4256.0, 4224.0, 4225.0, 4224.0, 4194.0, 4247.0, 4190.0, 4216.0, 4257.0, 4204.0, 4201.0, 4206.0, 4206.0, 4236.0, 4229.0, 4185.0, 4256.0, 4218.0, 4258.0, 4235.0, 4216.0, 4256.0, 4196.0, 4195.0, 4226.0, 4207.0, 4217.0, 4250.0, 4207.0, 4208.0, 4217.0, 4196.0, 4206.0, 4272.0, 4228.0, 4228.0, 4215.0, 4196.0, 4256.0, 4237.0, 4228.0, 4258.0, 4204.0, 4202.0, 4245.0, 4247.0, 4234.0, 4224.0, 4203.0, 4183.0, 4245.0, 4236.0, 4233.0, 4245.0, 4215.0, 4243.0, 4223.0, 4266.0, 4243.0, 4252.0, 4210.0, 4179.0, 4197.0, 4177.0, 4207.0, 4198.0, 4228.0, 4177.0, 4186.0, 4200.0, 4181.0, 4234.0, 4203.0, 4195.0, 4204.0, 4206.0, 4197.0, 4249.0, 4238.0, 4235.0, 4203.0, 4185.0, 4243.0, 4224.0, 4245.0, 4225.0, 4183.0, 4254.0, 4222.0, 4221.0, 4231.0, 4223.0, 4182.0, 4212.0, 4191.0, 4204.0, 4214.0, 4220.0, 4218.0, 4218.0, 4207.0, 4251.0, 4218.0, 4271.0, 4228.0, 4218.0, 4258.0, 4226.0, 4257.0, 4270.0, 4246.0, 4255.0, 4203.0, 4203.0, 4213.0, 4215.0, 4255.0, 4235.0, 4232.0, 4210.0, 4201.0, 4211.0, 4193.0, 4254.0, 4203.0, 4183.0, 4224.0, 4218.0, 4235.0, 4227.0, 4205.0, 4214.0, 4183.0, 4213.0, 4194.0, 4234.0, 4204.0, 4185.0, 4214.0, 4195.0, 4246.0, 4206.0, 4234.0, 4226.0, 4197.0, 4225.0, 4207.0, 4229.0, 4217.0, 4208.0, 4247.0, 4204.0, 4247.0, 4227.0, 4257.0, 4236.0, 4268.0, 4216.0, 4256.0, 4205.0, 4243.0, 4206.0, 4248.0, 4217.0, 4196.0, 4225.0, 4196.0, 4237.0, 4206.0, 4259.0, 4205.0, 4234.0, 4216.0, 4247.0, 4206.0, 4239.0, 4226.0, 4206.0, 4238.0, 4207.0, 4206.0, 4251.0, 4209.0, 4269.0, 4229.0, 4250.0, 4239.0, 4229.0, 4259.0, 4206.0, 4269.0, 4226.0, 4258.0, 4247.0, 4258.0, 4227.0, 4215.0, 4234.0, 4206.0, 4245.0, 4249.0, 4217.0, 4248.0, 4195.0, 4227.0, 4227.0, 4207.0, 4272.0, 4239.0, 4247.0, 4238.0, 4208.0, 4248.0, 4218.0, 4237.0, 4228.0, 4208.0, 4258.0, 4227.0, 4237.0, 4250.0, 4208.0, 4247.0, 4206.0, 4247.0, 4238.0, 4267.0, 4239.0, 4224.0, 4224.0, 4192.0, 4232.0, 4205.0, 4226.0, 4217.0, 4186.0, 4225.0, 4196.0, 4236.0, 4218.0, 4217.0, 4248.0, 4194.0, 4246.0, 4215.0, 4215.0, 4234.0, 4205.0, 4256.0, 4204.0, 4195.0, 4214.0, 4206.0, 4216.0, 4206.0, 4195.0, 4247.0, 4207.0], 'WindowWidth': [9521.0, 9474.0, 9390.0, 9416.0, 9370.0, 9365.0, 9387.0, 9363.0, 9395.0, 9372.0, 9424.0, 9374.0, 9338.0, 9380.0, 9367.0, 9403.0, 9381.0, 9428.0, 9398.0, 9376.0, 9367.0, 9344.0, 9378.0, 9389.0, 9430.0, 9386.0, 9347.0, 9402.0, 9375.0, 9412.0, 9370.0, 9395.0, 9417.0, 9367.0, 9407.0, 9386.0, 9383.0, 9427.0, 9401.0, 9403.0, 9416.0, 9355.0, 9426.0, 9402.0, 9456.0, 9400.0, 9375.0, 9409.0, 9400.0, 9398.0, 9415.0, 9377.0, 9479.0, 9400.0, 9421.0, 9408.0, 9393.0, 9456.0, 9418.0, 9432.0, 9387.0, 9355.0, 9372.0, 9381.0, 9411.0, 9381.0, 9356.0, 9386.0, 9364.0, 9397.0, 9398.0, 9355.0, 9442.0, 9401.0, 9375.0, 9361.0, 9367.0, 9454.0, 9392.0, 9408.0, 9373.0, 9309.0, 9370.0, 9382.0, 9365.0, 9361.0, 9354.0, 9422.0, 9410.0, 9385.0, 9442.0, 9421.0, 9415.0, 9399.0, 9380.0, 9393.0, 9377.0, 9485.0, 9441.0, 9407.0, 9443.0, 9424.0, 9392.0, 9421.0, 9406.0, 9454.0, 9381.0, 9357.0, 9389.0, 9350.0, 9358.0, 9401.0, 9357.0, 9422.0, 9339.0, 9325.0, 9359.0, 9345.0, 9376.0, 9382.0, 9354.0, 9391.0, 9334.0, 9361.0, 9404.0, 9377.0, 9367.0, 9410.0, 9389.0, 9365.0, 9417.0, 9462.0, 9416.0, 9484.0, 9524.0, 9506.0, 9475.0, 9488.0, 9490.0, 9462.0, 9451.0, 9409.0, 9447.0, 9362.0, 9377.0, 9384.0, 9357.0, 9423.0, 9361.0, 9384.0, 9337.0, 9323.0, 9308.0, 9335.0, 9311.0, 9320.0, 9291.0, 9336.0, 9317.0, 9327.0, 9296.0, 9302.0, 9347.0, 9308.0, 9363.0, 9330.0, 9379.0, 9357.0, 9316.0, 9354.0, 9352.0, 9394.0, 9376.0, 9356.0, 9394.0, 9357.0, 9352.0, 9366.0, 9366.0, 9445.0, 9398.0, 9369.0, 9402.0, 9399.0, 9384.0, 9431.0, 9385.0, 9382.0, 9406.0, 9376.0, 9464.0, 9418.0, 9411.0, 9366.0, 9385.0, 9390.0, 9370.0, 9459.0, 9411.0, 9430.0, 9361.0, 9353.0, 9375.0, 9334.0, 9376.0, 9352.0, 9339.0, 9343.0, 9354.0, 9407.0, 9352.0, 9385.0, 9387.0, 9371.0, 9419.0, 9351.0, 9353.0, 9380.0, 9361.0, 9427.0, 9366.0, 9369.0, 9380.0, 9359.0, 9422.0, 9391.0, 9447.0, 9410.0, 9417.0, 9335.0, 9385.0, 9361.0, 9328.0, 9412.0, 9368.0, 9357.0, 9380.0, 9362.0, 9410.0, 9396.0, 9384.0, 9384.0, 9372.0, 9423.0, 9389.0, 9440.0, 9415.0, 9357.0, 9438.0, 9363.0, 9406.0, 9354.0, 9367.0, 9420.0, 9364.0, 9406.0, 9382.0, 9398.0, 9391.0, 9374.0, 9430.0, 9342.0, 9344.0, 9365.0, 9359.0, 9380.0, 9339.0, 9389.0, 9361.0, 9376.0, 9335.0, 9385.0, 9376.0, 9369.0, 9392.0, 9334.0, 9354.0, 9407.0, 9363.0, 9446.0, 9398.0, 9407.0, 9356.0, 9432.0, 9390.0, 9403.0, 9367.0, 9345.0, 9397.0, 9347.0, 9389.0, 9349.0, 9344.0, 9413.0, 9345.0, 9305.0, 9370.0, 9347.0, 9388.0, 9390.0, 9336.0, 9402.0, 9366.0, 9366.0, 9363.0, 9358.0, 9399.0, 9343.0, 9365.0, 9338.0, 9347.0, 9414.0, 9360.0, 9331.0, 9371.0, 9350.0, 9373.0, 9377.0, 9314.0, 9370.0, 9347.0, 9348.0, 9375.0, 9369.0, 9399.0, 9350.0, 9386.0, 9365.0, 9350.0, 9411.0, 9370.0, 9365.0, 9366.0, 9335.0, 9389.0, 9365.0, 9421.0, 9377.0, 9337.0, 9399.0, 9326.0, 9369.0, 9391.0, 9349.0, 9348.0, 9358.0, 9338.0, 9366.0, 9403.0, 9334.0, 9408.0, 9343.0, 9321.0, 9372.0, 9384.0, 9366.0, 9442.0, 9364.0, 9371.0, 9364.0, 9369.0, 9452.0, 9412.0, 9365.0, 9348.0, 9330.0, 9375.0, 9377.0, 9330.0, 9371.0, 9334.0, 9367.0, 9345.0, 9337.0, 9422.0, 9364.0, 9368.0, 9356.0, 9313.0, 9357.0, 9334.0, 9393.0, 9371.0, 9352.0, 9379.0, 9359.0, 9407.0, 9413.0, 9366.0, 9377.0, 9363.0, 9380.0, 9475.0, 9424.0, 9380.0, 9390.0, 9373.0, 9448.0, 9423.0, 9386.0, 9377.0, 9324.0, 9411.0, 9356.0, 9386.0, 9368.0, 9326.0, 9356.0, 9336.0, 9331.0, 9385.0, 9355.0, 9349.0, 9351.0, 9348.0, 9333.0, 9411.0, 9383.0, 9350.0, 9358.0, 9339.0, 9357.0, 9360.0, 9380.0, 9436.0, 9374.0, 9404.0, 9354.0, 9348.0, 9436.0, 9364.0, 9334.0, 9318.0, 9354.0, 9398.0, 9377.0, 9392.0, 9369.0, 9338.0, 9355.0, 9305.0, 9420.0, 9357.0, 9325.0, 9349.0, 9331.0, 9345.0, 9377.0, 9332.0, 9345.0, 9355.0, 9355.0, 9353.0, 9379.0, 9353.0, 9415.0, 9382.0, 9397.0, 9379.0, 9356.0, 9424.0, 9346.0, 9327.0, 9386.0, 9351.0, 9341.0, 9357.0, 9313.0, 9379.0, 9322.0, 9396.0, 9327.0, 9379.0, 9384.0, 9330.0, 9356.0, 9331.0, 9403.0, 9323.0, 9391.0, 9392.0, 9368.0, 9340.0, 9317.0, 9363.0, 9314.0, 9419.0, 9348.0, 9354.0, 9386.0, 9338.0, 9394.0, 9397.0, 9354.0, 9419.0, 9367.0, 9388.0, 9399.0, 9378.0, 9417.0, 9364.0, 9395.0, 9406.0, 9361.0, 9435.0, 9390.0, 9409.0, 9355.0, 9362.0, 9368.0, 9344.0, 9384.0, 9334.0, 9322.0, 9355.0, 9325.0, 9407.0, 9358.0, 9317.0, 9359.0, 9351.0, 9389.0, 9372.0, 9349.0, 9420.0, 9343.0, 9330.0, 9377.0, 9332.0, 9419.0, 9372.0, 9312.0, 9360.0, 9348.0, 9360.0, 9419.0, 9359.0, 9391.0, 9342.0, 9416.0, 9389.0, 9426.0, 9378.0, 9387.0, 9316.0, 9296.0, 9345.0, 9324.0, 9362.0, 9354.0, 9349.0, 9364.0, 9356.0, 9389.0, 9370.0, 9381.0, 9445.0, 9397.0, 9380.0, 9432.0, 9395.0, 9438.0, 9400.0, 9380.0, 9348.0, 9327.0, 9407.0, 9394.0, 9413.0, 9353.0, 9311.0, 9379.0, 9341.0, 9307.0, 9399.0, 9370.0, 9344.0, 9339.0, 9334.0, 9371.0, 9345.0, 9328.0, 9367.0, 9315.0, 9384.0, 9353.0, 9366.0, 9390.0, 9318.0, 9398.0, 9325.0, 9370.0, 9344.0, 9325.0, 9402.0, 9342.0, 9397.0, 9307.0, 9384.0, 9341.0, 9332.0, 9406.0, 9351.0, 9349.0, 9346.0, 9340.0, 9407.0, 9395.0, 9360.0, 9341.0, 9335.0, 9398.0, 9386.0, 9417.0, 9368.0, 9341.0, 9415.0, 9359.0, 9366.0, 9405.0, 9339.0, 9372.0, 9313.0, 9308.0, 9385.0, 9339.0, 9339.0, 9317.0, 9330.0, 9379.0, 9333.0, 9409.0, 9356.0, 9382.0, 9321.0, 9287.0, 9332.0, 9326.0, 9391.0, 9331.0, 9353.0, 9383.0, 9340.0, 9384.0, 9388.0, 9372.0, 9442.0, 9383.0, 9423.0, 9370.0, 9365.0, 9423.0, 9405.0, 9402.0, 9330.0, 9337.0, 9413.0, 9370.0, 9369.0, 9367.0, 9327.0, 9404.0, 9315.0, 9359.0, 9417.0, 9343.0, 9331.0, 9348.0, 9350.0, 9387.0, 9382.0, 9313.0, 9413.0, 9367.0, 9419.0, 9383.0, 9359.0, 9414.0, 9334.0, 9334.0, 9374.0, 9351.0, 9364.0, 9413.0, 9352.0, 9355.0, 9365.0, 9333.0, 9345.0, 9448.0, 9375.0, 9378.0, 9357.0, 9336.0, 9414.0, 9389.0, 9378.0, 9420.0, 9341.0, 9334.0, 9397.0, 9403.0, 9382.0, 9369.0, 9337.0, 9312.0, 9399.0, 9389.0, 9376.0, 9396.0, 9359.0, 9390.0, 9366.0, 9427.0, 9391.0, 9401.0, 9342.0, 9298.0, 9320.0, 9293.0, 9334.0, 9320.0, 9364.0, 9289.0, 9305.0, 9328.0, 9307.0, 9385.0, 9341.0, 9334.0, 9343.0, 9347.0, 9341.0, 9409.0, 9391.0, 9383.0, 9338.0, 9316.0, 9392.0, 9368.0, 9397.0, 9370.0, 9309.0, 9410.0, 9355.0, 9358.0, 9371.0, 9363.0, 9308.0, 9348.0, 9322.0, 9345.0, 9358.0, 9376.0, 9369.0, 9370.0, 9353.0, 9416.0, 9369.0, 9444.0, 9376.0, 9367.0, 9419.0, 9375.0, 9414.0, 9441.0, 9400.0, 9412.0, 9338.0, 9337.0, 9352.0, 9356.0, 9410.0, 9382.0, 9373.0, 9341.0, 9329.0, 9344.0, 9324.0, 9408.0, 9338.0, 9313.0, 9371.0, 9368.0, 9386.0, 9378.0, 9345.0, 9355.0, 9312.0, 9352.0, 9329.0, 9383.0, 9344.0, 9319.0, 9357.0, 9330.0, 9401.0, 9348.0, 9379.0, 9374.0, 9338.0, 9373.0, 9352.0, 9382.0, 9365.0, 9355.0, 9400.0, 9339.0, 9403.0, 9378.0, 9417.0, 9389.0, 9437.0, 9355.0, 9414.0, 9345.0, 9390.0, 9348.0, 9406.0, 9364.0, 9334.0, 9372.0, 9334.0, 9390.0, 9347.0, 9425.0, 9346.0, 9384.0, 9362.0, 9406.0, 9350.0, 9397.0, 9375.0, 9349.0, 9393.0, 9353.0, 9350.0, 9414.0, 9358.0, 9439.0, 9383.0, 9414.0, 9395.0, 9384.0, 9424.0, 9348.0, 9437.0, 9375.0, 9420.0, 9402.0, 9420.0, 9376.0, 9360.0, 9383.0, 9349.0, 9396.0, 9412.0, 9365.0, 9407.0, 9330.0, 9377.0, 9379.0, 9351.0, 9447.0, 9396.0, 9402.0, 9396.0, 9354.0, 9405.0, 9366.0, 9390.0, 9381.0, 9354.0, 9421.0, 9378.0, 9390.0, 9414.0, 9354.0, 9406.0, 9349.0, 9405.0, 9392.0, 9431.0, 9395.0, 9370.0, 9369.0, 9323.0, 9378.0, 9345.0, 9375.0, 9363.0, 9320.0, 9371.0, 9334.0, 9389.0, 9367.0, 9363.0, 9407.0, 9331.0, 9400.0, 9358.0, 9351.0, 9379.0, 9344.0, 9414.0, 9341.0, 9332.0, 9354.0, 9352.0, 9362.0, 9346.0, 9333.0, 9406.0, 9349.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.0038859385290889135</td></tr>
<tr><td colspan=3>aqi</td><td>0.04320694763995609</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.822665660846155</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2007397217912081</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0105581774285717</td></tr>
<tr><td colspan=3>efc</td><td>0.5058</td></tr>
<tr><td colspan=3>fber</td><td>4777.9771</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10999325822513811</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.23271130625686</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5216889303346495</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.368197216265051</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.747477025404134</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4493925493347635</td></tr>
<tr><td colspan=3>gcor</td><td>0.00607004</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016527071595191956</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.059963811188936234</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.089596421008919</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>14.9391</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9893</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.7755</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293774.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>1024.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.8844</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.509</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.7438</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3406.3473</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1329.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4461.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.9415</td></tr>
<tr><td colspan=3>tsnr</td><td>30.506354479584843</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>