<?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-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-02/func/sub-0007_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>601d780e242404379d46790ab6d83c81</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:08:27.525000</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.999813, 0.0189415, 0.00380707, -0.0190228, 0.999564, 0.0225947]</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.0934971</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7773, -7153, 634, -32, -208, 18, 20]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9db41db3-89fb-4b4d-a513-6d3080f8ab9d||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.6824262142181396, -0.05103689059615135, 0.009119054302573204, 112.94798278808594], [-0.050818752497434616, 2.6817562580108643, 0.06118994951248169, -92.594482421875], [0.010214084759354591, -0.060620035976171494, 2.6992909908294678, -26.609756469726562], [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': ['160827.525000', '160827.985000', '160828.445000', '160828.905000', '160829.365000', '160829.825000', '160830.285000', '160830.745000', '160831.205000', '160831.665000', '160832.125000', '160832.585000', '160833.045000', '160833.505000', '160833.965000', '160834.425000', '160834.885000', '160835.345000', '160835.805000', '160836.265000', '160836.725000', '160837.185000', '160837.645000', '160838.105000', '160838.565000', '160839.025000', '160839.485000', '160839.945000', '160840.405000', '160840.865000', '160841.325000', '160841.785000', '160842.245000', '160842.705000', '160843.165000', '160843.625000', '160844.085000', '160844.545000', '160845.005000', '160845.465000', '160845.925000', '160846.385000', '160846.845000', '160847.305000', '160847.765000', '160848.225000', '160848.685000', '160849.145000', '160849.605000', '160850.065000', '160850.525000', '160850.985000', '160851.445000', '160851.905000', '160852.365000', '160852.825000', '160853.285000', '160853.745000', '160854.205000', '160854.665000', '160855.125000', '160855.585000', '160856.045000', '160856.505000', '160856.965000', '160857.425000', '160857.885000', '160858.345000', '160858.805000', '160859.265000', '160859.725000', '160900.185000', '160900.645000', '160901.105000', '160901.565000', '160902.025000', '160902.485000', '160902.945000', '160903.405000', '160903.865000', '160904.325000', '160904.785000', '160905.245000', '160905.705000', '160906.165000', '160906.625000', '160907.085000', '160907.545000', '160908.005000', '160908.465000', '160908.925000', '160909.385000', '160909.845000', '160910.305000', '160910.765000', '160911.225000', '160911.685000', '160912.145000', '160912.605000', '160913.065000', '160913.525000', '160913.985000', '160914.445000', '160914.905000', '160915.365000', '160915.825000', '160916.285000', '160916.745000', '160917.205000', '160917.665000', '160918.125000', '160918.585000', '160919.045000', '160919.505000', '160919.965000', '160920.425000', '160920.885000', '160921.345000', '160921.805000', '160922.265000', '160922.725000', '160923.185000', '160923.645000', '160924.105000', '160924.565000', '160925.025000', '160925.485000', '160925.945000', '160926.405000', '160926.865000', '160927.325000', '160927.785000', '160928.245000', '160928.705000', '160929.165000', '160929.625000', '160930.085000', '160930.545000', '160931.005000', '160931.465000', '160931.925000', '160932.385000', '160932.845000', '160933.305000', '160933.765000', '160934.225000', '160934.685000', '160935.145000', '160935.605000', '160936.065000', '160936.525000', '160936.985000', '160937.445000', '160937.905000', '160938.365000', '160938.825000', '160939.285000', '160939.745000', '160940.205000', '160940.665000', '160941.125000', '160941.585000', '160942.045000', '160942.505000', '160942.965000', '160943.425000', '160943.885000', '160944.345000', '160944.805000', '160945.265000', '160945.725000', '160946.185000', '160946.645000', '160947.105000', '160947.565000', '160948.025000', '160948.485000', '160948.945000', '160949.405000', '160949.865000', '160950.325000', '160950.785000', '160951.245000', '160951.705000', '160952.165000', '160952.625000', '160953.085000', '160953.545000', '160954.005000', '160954.465000', '160954.925000', '160955.385000', '160955.845000', '160956.305000', '160956.765000', '160957.225000', '160957.685000', '160958.145000', '160958.605000', '160959.065000', '160959.525000', '160959.985000', '161000.445000', '161000.905000', '161001.365000', '161001.825000', '161002.285000', '161002.745000', '161003.205000', '161003.665000', '161004.125000', '161004.585000', '161005.045000', '161005.505000', '161005.965000', '161006.425000', '161006.885000', '161007.345000', '161007.805000', '161008.265000', '161008.725000', '161009.185000', '161009.645000', '161010.105000', '161010.565000', '161011.025000', '161011.485000', '161011.945000', '161012.405000', '161012.865000', '161013.325000', '161013.785000', '161014.245000', '161014.705000', '161015.165000', '161015.625000', '161016.085000', '161016.545000', '161017.005000', '161017.465000', '161017.925000', '161018.385000', '161018.845000', '161019.305000', '161019.765000', '161020.225000', '161020.685000', '161021.145000', '161021.605000', '161022.065000', '161022.525000', '161022.985000', '161023.445000', '161023.905000', '161024.365000', '161024.825000', '161025.285000', '161025.745000', '161026.205000', '161026.665000', '161027.125000', '161027.585000', '161028.045000', '161028.505000', '161028.965000', '161029.425000', '161029.885000', '161030.345000', '161030.805000', '161031.265000', '161031.725000', '161032.185000', '161032.645000', '161033.105000', '161033.565000', '161034.025000', '161034.485000', '161034.945000', '161035.405000', '161035.865000', '161036.325000', '161036.785000', '161037.245000', '161037.705000', '161038.165000', '161038.625000', '161039.085000', '161039.545000', '161040.005000', '161040.465000', '161040.925000', '161041.385000', '161041.845000', '161042.305000', '161042.765000', '161043.225000', '161043.685000', '161044.145000', '161044.605000', '161045.065000', '161045.525000', '161045.985000', '161046.445000', '161046.905000', '161047.365000', '161047.825000', '161048.285000', '161048.745000', '161049.205000', '161049.665000', '161050.125000', '161050.585000', '161051.045000', '161051.505000', '161051.965000', '161052.425000', '161052.885000', '161053.345000', '161053.805000', '161054.265000', '161054.725000', '161055.185000', '161055.645000', '161056.105000', '161056.565000', '161057.025000', '161057.485000', '161057.945000', '161058.405000', '161058.865000', '161059.325000', '161059.785000', '161100.245000', '161100.705000', '161101.165000', '161101.625000', '161102.085000', '161102.545000', '161103.005000', '161103.465000', '161103.925000', '161104.385000', '161104.845000', '161105.305000', '161105.765000', '161106.225000', '161106.685000', '161107.145000', '161107.605000', '161108.065000', '161108.525000', '161108.985000', '161109.445000', '161109.905000', '161110.365000', '161110.825000', '161111.285000', '161111.745000', '161112.205000', '161112.665000', '161113.125000', '161113.585000', '161114.045000', '161114.505000', '161114.965000', '161115.425000', '161115.885000', '161116.345000', '161116.805000', '161117.265000', '161117.725000', '161118.185000', '161118.645000', '161119.105000', '161119.565000', '161120.025000', '161120.485000', '161120.945000', '161121.405000', '161121.865000', '161122.325000', '161122.785000', '161123.245000', '161123.705000', '161124.165000', '161124.625000', '161125.085000', '161125.545000', '161126.005000', '161126.465000', '161126.925000', '161127.385000', '161127.845000', '161128.305000', '161128.765000', '161129.225000', '161129.685000', '161130.145000', '161130.605000', '161131.065000', '161131.525000', '161131.985000', '161132.445000', '161132.905000', '161133.365000', '161133.825000', '161134.285000', '161134.745000', '161135.205000', '161135.665000', '161136.125000', '161136.585000', '161137.045000', '161137.505000', '161137.965000', '161138.425000', '161138.885000', '161139.345000', '161139.805000', '161140.265000', '161140.725000', '161141.185000', '161141.645000', '161142.105000', '161142.565000', '161143.025000', '161143.485000', '161143.945000', '161144.405000', '161144.865000', '161145.325000', '161145.785000', '161146.245000', '161146.705000', '161147.165000', '161147.625000', '161148.085000', '161148.545000', '161149.005000', '161149.465000', '161149.925000', '161150.385000', '161150.845000', '161151.305000', '161151.765000', '161152.225000', '161152.685000', '161153.145000', '161153.605000', '161154.065000', '161154.525000', '161154.985000', '161155.445000', '161155.905000', '161156.365000', '161156.825000', '161157.285000', '161157.745000', '161158.205000', '161158.665000', '161159.125000', '161159.585000', '161200.045000', '161200.505000', '161200.965000', '161201.425000', '161201.885000', '161202.345000', '161202.805000', '161203.265000', '161203.725000', '161204.185000', '161204.645000', '161205.105000', '161205.565000', '161206.025000', '161206.485000', '161206.945000', '161207.405000', '161207.865000', '161208.325000', '161208.785000', '161209.245000', '161209.705000', '161210.165000', '161210.625000', '161211.085000', '161211.545000', '161212.005000', '161212.465000', '161212.925000', '161213.385000', '161213.845000', '161214.305000', '161214.765000', '161215.225000', '161215.685000', '161216.145000', '161216.605000', '161217.065000', '161217.525000', '161217.985000', '161218.445000', '161218.905000', '161219.365000', '161219.825000', '161220.285000', '161220.745000', '161221.205000', '161221.665000', '161222.125000', '161222.585000', '161223.045000', '161223.505000', '161223.965000', '161224.425000', '161224.885000', '161225.345000', '161225.805000', '161226.265000', '161226.725000', '161227.185000', '161227.645000', '161228.105000', '161228.565000', '161229.025000', '161229.485000', '161229.945000', '161230.405000', '161230.865000', '161231.325000', '161231.785000', '161232.245000', '161232.705000', '161233.165000', '161233.625000', '161234.085000', '161234.545000', '161235.005000', '161235.465000', '161235.925000', '161236.385000', '161236.845000', '161237.305000', '161237.765000', '161238.225000', '161238.685000', '161239.145000', '161239.605000', '161240.065000', '161240.525000', '161240.985000', '161241.445000', '161241.905000', '161242.365000', '161242.825000', '161243.285000', '161243.745000', '161244.205000', '161244.665000', '161245.125000', '161245.585000', '161246.045000', '161246.505000', '161246.965000', '161247.425000', '161247.885000', '161248.345000', '161248.805000', '161249.265000', '161249.725000', '161250.185000', '161250.645000', '161251.105000', '161251.565000', '161252.025000', '161252.485000', '161252.945000', '161253.405000', '161253.865000', '161254.325000', '161254.785000', '161255.245000', '161255.705000', '161256.165000', '161256.625000', '161257.085000', '161257.545000', '161258.005000', '161258.465000', '161258.925000', '161259.385000', '161259.845000', '161300.305000', '161300.765000', '161301.225000', '161301.685000', '161302.145000', '161302.605000', '161303.065000', '161303.525000', '161303.985000', '161304.445000', '161304.905000', '161305.365000', '161305.825000', '161306.285000', '161306.745000', '161307.205000', '161307.665000', '161308.125000', '161308.585000', '161309.045000', '161309.505000', '161309.965000', '161310.425000', '161310.885000', '161311.345000', '161311.805000', '161312.265000', '161312.725000', '161313.185000', '161313.645000', '161314.105000', '161314.565000', '161315.025000', '161315.485000', '161315.945000', '161316.405000', '161316.865000', '161317.325000', '161317.785000', '161318.245000', '161318.705000', '161319.165000', '161319.625000', '161320.085000', '161320.545000', '161321.005000', '161321.465000', '161321.925000', '161322.385000', '161322.845000', '161323.305000', '161323.765000', '161324.225000', '161324.685000', '161325.145000', '161325.605000', '161326.065000', '161326.525000', '161326.985000', '161327.445000', '161327.905000', '161328.365000', '161328.825000', '161329.285000', '161329.745000', '161330.205000', '161330.665000', '161331.125000', '161331.585000', '161332.045000', '161332.505000', '161332.965000', '161333.425000', '161333.885000', '161334.345000', '161334.805000', '161335.265000', '161335.725000', '161336.185000', '161336.645000', '161337.105000', '161337.565000', '161338.025000', '161338.485000', '161338.945000', '161339.405000', '161339.865000', '161340.325000', '161340.785000', '161341.245000', '161341.705000', '161342.165000', '161342.625000', '161343.085000', '161343.545000', '161344.005000', '161344.465000', '161344.925000', '161345.385000', '161345.845000', '161346.305000', '161346.765000', '161347.225000', '161347.685000', '161348.145000', '161348.605000', '161349.065000', '161349.525000', '161349.985000', '161350.445000', '161350.905000', '161351.365000', '161351.825000', '161352.285000', '161352.745000', '161353.205000', '161353.665000', '161354.125000', '161354.585000', '161355.045000', '161355.505000', '161355.965000', '161356.425000', '161356.885000', '161357.345000', '161357.805000', '161358.265000', '161358.725000', '161359.185000', '161359.645000', '161400.105000', '161400.565000', '161401.025000', '161401.485000', '161401.945000', '161402.405000', '161402.865000', '161403.325000', '161403.785000', '161404.245000', '161404.705000', '161405.165000', '161405.625000', '161406.085000', '161406.545000', '161407.005000', '161407.465000', '161407.925000', '161408.385000', '161408.845000', '161409.305000', '161409.765000', '161410.225000', '161410.685000', '161411.145000', '161411.605000', '161412.065000', '161412.525000', '161412.985000', '161413.445000', '161413.905000', '161414.365000', '161414.825000', '161415.285000', '161415.745000', '161416.205000', '161416.665000', '161417.125000', '161417.585000', '161418.045000', '161418.505000', '161418.965000', '161419.425000', '161419.885000', '161420.345000', '161420.805000', '161421.265000', '161421.725000', '161422.185000', '161422.645000', '161423.105000', '161423.565000', '161424.025000', '161424.485000', '161424.945000', '161425.405000', '161425.865000', '161426.325000', '161426.785000', '161427.245000', '161427.705000', '161428.165000', '161428.625000', '161429.085000', '161429.545000', '161430.005000', '161430.465000', '161430.925000', '161431.385000', '161431.845000', '161432.305000', '161432.765000', '161433.225000', '161433.685000', '161434.145000', '161434.605000', '161435.065000', '161435.525000', '161435.985000', '161436.445000', '161436.905000', '161437.365000', '161437.825000', '161438.285000', '161438.745000', '161439.205000', '161439.665000', '161440.125000', '161440.585000', '161441.045000', '161441.505000', '161441.965000', '161442.425000', '161442.885000', '161443.345000', '161443.805000', '161444.265000', '161444.725000', '161445.185000', '161445.645000', '161446.105000', '161446.565000', '161447.025000', '161447.485000', '161447.945000', '161448.405000', '161448.865000', '161449.325000', '161449.785000', '161450.245000', '161450.705000', '161451.165000', '161451.625000', '161452.085000', '161452.545000', '161453.005000', '161453.465000', '161453.925000', '161454.385000', '161454.845000', '161455.305000', '161455.765000', '161456.225000', '161456.685000', '161457.145000', '161457.605000', '161458.065000', '161458.525000', '161458.985000', '161459.445000', '161459.905000', '161500.365000', '161500.825000', '161501.285000', '161501.745000', '161502.205000', '161502.665000', '161503.125000', '161503.585000', '161504.045000', '161504.505000', '161504.965000', '161505.425000', '161505.885000', '161506.345000', '161506.805000', '161507.265000', '161507.725000', '161508.185000', '161508.645000', '161509.105000', '161509.565000', '161510.025000', '161510.485000', '161510.945000', '161511.405000', '161511.865000', '161512.325000', '161512.785000', '161513.245000', '161513.705000', '161514.165000', '161514.625000', '161515.085000', '161515.545000', '161516.005000', '161516.465000', '161516.925000', '161517.385000', '161517.845000', '161518.305000', '161518.765000', '161519.225000', '161519.685000', '161520.145000', '161520.605000', '161521.065000', '161521.525000', '161521.985000', '161522.445000', '161522.905000', '161523.365000', '161523.825000', '161524.285000', '161524.745000', '161525.205000', '161525.665000', '161526.125000', '161526.585000', '161527.045000', '161527.505000'], 'ContentTime': ['160854.349000', '160854.352000', '160854.356000', '160854.359000', '160854.362000', '160854.365000', '160854.368000', '160854.371000', '160854.374000', '160854.377000', '160854.380000', '160854.383000', '160854.386000', '160854.388000', '160854.391000', '160854.394000', '160854.397000', '160854.400000', '160854.403000', '160854.406000', '160854.409000', '160854.411000', '160854.414000', '160854.417000', '160854.420000', '160854.423000', '160854.425000', '160854.428000', '160854.431000', '160854.434000', '160854.437000', '160854.440000', '160854.443000', '160854.445000', '160854.448000', '160854.455000', '160854.458000', '160854.461000', '160854.464000', '160854.467000', '160854.469000', '160854.472000', '160854.475000', '160854.478000', '160854.481000', '160854.484000', '160854.486000', '160854.489000', '160854.492000', '160854.495000', '160854.498000', '160854.501000', '160854.503000', '160854.506000', '160854.509000', '160854.512000', '160914.300000', '160914.303000', '160914.306000', '160914.309000', '160914.312000', '160914.314000', '160914.317000', '160914.320000', '160914.323000', '160914.326000', '160914.328000', '160914.331000', '160914.334000', '160914.337000', '160914.340000', '160914.343000', '160914.346000', '160914.348000', '160914.351000', '160914.354000', '160914.363000', '160914.366000', '160914.369000', '160914.371000', '160914.374000', '160914.377000', '160914.380000', '160914.383000', '160914.386000', '160914.388000', '160914.391000', '160914.394000', '160914.397000', '160914.400000', '160914.402000', '160914.405000', '160914.408000', '160914.411000', '160914.414000', '160914.417000', '160914.420000', '160914.422000', '160914.425000', '160914.428000', '160934.300000', '160934.303000', '160934.306000', '160934.309000', '160934.312000', '160934.314000', '160934.319000', '160934.322000', '160934.325000', '160934.327000', '160934.330000', '160934.333000', '160934.336000', '160934.339000', '160934.342000', '160934.345000', '160934.348000', '160934.350000', '160934.353000', '160934.356000', '160934.359000', '160934.362000', '160934.365000', '160934.368000', '160934.370000', '160934.373000', '160934.376000', '160934.379000', '160934.382000', '160934.385000', '160934.387000', '160934.390000', '160934.395000', '160934.399000', '160934.402000', '160934.405000', '160934.408000', '160934.411000', '160934.414000', '160934.417000', '160934.420000', '160934.422000', '160934.425000', '160954.300000', '160954.303000', '160954.306000', '160954.309000', '160954.311000', '160954.314000', '160954.317000', '160954.320000', '160954.323000', '160954.326000', '160954.328000', '160954.331000', '160954.334000', '160954.337000', '160954.340000', '160954.343000', '160954.346000', '160954.348000', '160954.351000', '160954.354000', '160954.357000', '160954.360000', '160954.363000', '160954.366000', '160954.368000', '160954.371000', '160954.374000', '160954.377000', '160954.380000', '160954.383000', '160954.385000', '160954.395000', '160954.397000', '160954.400000', '160954.403000', '160954.406000', '160954.409000', '160954.412000', '160954.415000', '160954.418000', '160954.420000', '160954.423000', '160954.426000', '160954.429000', '161014.301000', '161014.304000', '161014.307000', '161014.313000', '161014.316000', '161014.319000', '161014.322000', '161014.325000', '161014.328000', '161014.330000', '161014.345000', '161014.348000', '161014.351000', '161014.359000', '161014.362000', '161014.365000', '161014.368000', '161014.371000', '161014.373000', '161014.376000', '161014.379000', '161014.382000', '161014.385000', '161014.388000', '161014.391000', '161014.394000', '161014.397000', '161014.399000', '161014.402000', '161014.405000', '161014.408000', '161014.411000', '161014.414000', '161014.417000', '161014.420000', '161014.423000', '161014.425000', '161014.428000', '161014.431000', '161014.434000', '161014.437000', '161014.440000', '161014.442000', '161034.301000', '161034.304000', '161034.307000', '161034.310000', '161034.313000', '161034.316000', '161034.319000', '161034.321000', '161034.324000', '161034.327000', '161034.330000', '161034.333000', '161034.336000', '161034.338000', '161034.341000', '161034.344000', '161034.347000', '161034.350000', '161034.353000', '161034.356000', '161034.358000', '161034.361000', '161034.364000', '161034.367000', '161034.370000', '161034.373000', '161034.376000', '161034.378000', '161034.381000', '161034.384000', '161034.387000', '161034.390000', '161034.393000', '161034.395000', '161034.398000', '161034.401000', '161034.404000', '161034.410000', '161034.414000', '161034.416000', '161034.419000', '161034.422000', '161034.425000', '161034.428000', '161054.301000', '161054.304000', '161054.307000', '161054.309000', '161054.312000', '161054.315000', '161054.318000', '161054.321000', '161054.324000', '161054.327000', '161054.330000', '161054.333000', '161054.336000', '161054.339000', '161054.341000', '161054.344000', '161054.347000', '161054.350000', '161054.353000', '161054.356000', '161054.359000', '161054.361000', '161054.364000', '161054.367000', '161054.370000', '161054.373000', '161054.376000', '161054.379000', '161054.382000', '161054.384000', '161054.387000', '161054.390000', '161054.393000', '161054.396000', '161054.399000', '161054.401000', '161054.404000', '161054.407000', '161054.410000', '161054.413000', '161054.416000', '161054.419000', '161054.422000', '161114.301000', '161114.304000', '161114.307000', '161114.310000', '161114.312000', '161114.315000', '161114.318000', '161114.321000', '161114.324000', '161114.327000', '161114.330000', '161114.333000', '161114.335000', '161114.338000', '161114.341000', '161114.344000', '161114.347000', '161114.350000', '161114.353000', '161114.355000', '161114.358000', '161114.361000', '161114.364000', '161114.367000', '161114.372000', '161114.375000', '161114.378000', '161114.381000', '161114.384000', '161114.387000', '161114.389000', '161114.392000', '161114.395000', '161114.398000', '161114.401000', '161114.404000', '161114.406000', '161114.409000', '161114.412000', '161114.415000', '161114.418000', '161114.421000', '161114.424000', '161114.427000', '161134.300000', '161134.304000', '161134.307000', '161134.310000', '161134.313000', '161134.316000', '161134.319000', '161134.322000', '161134.325000', '161134.328000', '161134.331000', '161134.334000', '161134.337000', '161134.340000', '161134.342000', '161134.345000', '161134.348000', '161134.351000', '161134.354000', '161134.357000', '161134.360000', '161134.363000', '161134.366000', '161134.369000', '161134.372000', '161134.375000', '161134.378000', '161134.381000', '161134.384000', '161134.387000', '161134.390000', '161134.393000', '161134.396000', '161134.399000', '161134.402000', '161134.405000', '161134.407000', '161134.410000', '161134.413000', '161134.416000', '161134.419000', '161134.422000', '161134.425000', '161154.300000', '161154.303000', '161154.306000', '161154.308000', '161154.311000', '161154.314000', '161154.317000', '161154.320000', '161154.323000', '161154.326000', '161154.329000', '161154.332000', '161154.335000', '161154.337000', '161154.340000', '161154.343000', '161154.346000', '161154.349000', '161154.352000', '161154.355000', '161154.357000', '161154.360000', '161154.363000', '161154.366000', '161154.369000', '161154.372000', '161154.375000', '161154.378000', '161154.381000', '161154.384000', '161154.386000', '161154.389000', '161154.392000', '161154.395000', '161154.398000', '161154.401000', '161154.403000', '161154.406000', '161154.409000', '161154.412000', '161154.415000', '161154.418000', '161154.421000', '161154.423000', '161214.300000', '161214.303000', '161214.306000', '161214.309000', '161214.312000', '161214.315000', '161214.318000', '161214.320000', '161214.323000', '161214.326000', '161214.329000', '161214.332000', '161214.335000', '161214.337000', '161214.340000', '161214.343000', '161214.346000', '161214.349000', '161214.352000', '161214.355000', '161214.358000', '161214.360000', '161214.363000', '161214.366000', '161214.369000', '161214.372000', '161214.375000', '161214.378000', '161214.380000', '161214.383000', '161214.386000', '161214.389000', '161214.392000', '161214.395000', '161214.398000', '161214.401000', '161214.403000', '161214.406000', '161214.415000', '161214.418000', '161214.420000', '161214.423000', '161214.426000', '161234.301000', '161234.304000', '161234.307000', '161234.310000', '161234.313000', '161234.316000', '161234.319000', '161234.322000', '161234.325000', '161234.327000', '161234.330000', '161234.333000', '161234.336000', '161234.339000', '161234.342000', '161234.345000', '161234.347000', '161234.350000', '161234.353000', '161234.356000', '161234.359000', '161234.362000', '161234.365000', '161234.368000', '161234.370000', '161234.373000', '161234.376000', '161234.379000', '161234.382000', '161234.385000', '161234.388000', '161234.391000', '161234.394000', '161234.396000', '161234.399000', '161234.402000', '161234.405000', '161234.408000', '161234.411000', '161234.414000', '161234.416000', '161234.419000', '161234.422000', '161234.425000', '161254.301000', '161254.304000', '161254.307000', '161254.310000', '161254.313000', '161254.316000', '161254.319000', '161254.321000', '161254.324000', '161254.327000', '161254.330000', '161254.333000', '161254.336000', '161254.339000', '161254.342000', '161254.344000', '161254.347000', '161254.350000', '161254.353000', '161254.356000', '161254.359000', '161254.362000', '161254.365000', '161254.368000', '161254.370000', '161254.373000', '161254.376000', '161254.379000', '161254.382000', '161254.385000', '161254.388000', '161254.390000', '161254.393000', '161254.396000', '161254.399000', '161254.402000', '161254.405000', '161254.408000', '161254.410000', '161254.413000', '161254.417000', '161254.420000', '161254.423000', '161314.301000', '161314.304000', '161314.307000', '161314.310000', '161314.313000', '161314.315000', '161314.318000', '161314.321000', '161314.324000', '161314.327000', '161314.330000', '161314.333000', '161314.336000', '161314.338000', '161314.341000', '161314.344000', '161314.347000', '161314.360000', '161314.363000', '161314.366000', '161314.369000', '161314.371000', '161314.374000', '161314.377000', '161314.380000', '161314.383000', '161314.386000', '161314.389000', '161314.392000', '161314.394000', '161314.397000', '161314.400000', '161314.403000', '161314.406000', '161314.409000', '161314.412000', '161314.415000', '161314.417000', '161314.420000', '161314.423000', '161314.426000', '161314.429000', '161314.432000', '161314.435000', '161334.301000', '161334.304000', '161334.307000', '161334.310000', '161334.313000', '161334.315000', '161334.318000', '161334.321000', '161334.324000', '161334.327000', '161334.330000', '161334.333000', '161334.336000', '161334.339000', '161334.341000', '161334.344000', '161334.347000', '161334.350000', '161334.353000', '161334.356000', '161334.359000', '161334.362000', '161334.365000', '161334.367000', '161334.370000', '161334.373000', '161334.376000', '161334.379000', '161334.382000', '161334.385000', '161334.387000', '161334.390000', '161334.393000', '161334.396000', '161334.399000', '161334.402000', '161334.405000', '161334.407000', '161334.410000', '161334.413000', '161334.416000', '161334.419000', '161334.422000', '161354.300000', '161354.303000', '161354.306000', '161354.309000', '161354.312000', '161354.315000', '161354.317000', '161354.320000', '161354.323000', '161354.326000', '161354.329000', '161354.332000', '161354.334000', '161354.337000', '161354.340000', '161354.343000', '161354.346000', '161354.349000', '161354.352000', '161354.355000', '161354.357000', '161354.360000', '161354.363000', '161354.366000', '161354.369000', '161354.372000', '161354.375000', '161354.377000', '161354.380000', '161354.383000', '161354.386000', '161354.389000', '161354.392000', '161354.395000', '161354.398000', '161354.400000', '161354.403000', '161354.406000', '161354.409000', '161354.412000', '161354.415000', '161354.418000', '161354.420000', '161414.300000', '161414.303000', '161414.306000', '161414.309000', '161414.312000', '161414.315000', '161414.317000', '161414.322000', '161414.325000', '161414.328000', '161414.331000', '161414.334000', '161414.337000', '161414.339000', '161414.342000', '161414.345000', '161414.348000', '161414.351000', '161414.354000', '161414.356000', '161414.359000', '161414.362000', '161414.365000', '161414.368000', '161414.371000', '161414.374000', '161414.377000', '161414.379000', '161414.382000', '161414.385000', '161414.388000', '161414.391000', '161414.394000', '161414.397000', '161414.399000', '161414.402000', '161414.405000', '161414.408000', '161414.411000', '161414.414000', '161414.417000', '161414.419000', '161414.422000', '161414.425000', '161434.300000', '161434.303000', '161434.306000', '161434.309000', '161434.312000', '161434.315000', '161434.318000', '161434.321000', '161434.324000', '161434.327000', '161434.330000', '161434.332000', '161434.335000', '161434.338000', '161434.341000', '161434.344000', '161434.347000', '161434.350000', '161434.353000', '161434.356000', '161434.358000', '161434.361000', '161434.364000', '161434.367000', '161434.370000', '161434.373000', '161434.376000', '161434.379000', '161434.382000', '161434.384000', '161434.387000', '161434.390000', '161434.393000', '161434.396000', '161434.399000', '161434.401000', '161434.404000', '161434.407000', '161434.410000', '161434.413000', '161434.416000', '161434.419000', '161434.436000', '161454.301000', '161454.304000', '161454.307000', '161454.310000', '161454.313000', '161454.315000', '161454.318000', '161454.321000', '161454.324000', '161454.327000', '161454.330000', '161454.333000', '161454.335000', '161454.338000', '161454.341000', '161454.344000', '161454.347000', '161454.350000', '161454.352000', '161454.355000', '161454.358000', '161454.361000', '161454.364000', '161454.367000', '161454.370000', '161454.373000', '161454.375000', '161454.378000', '161454.381000', '161454.384000', '161454.387000', '161454.390000', '161454.393000', '161454.395000', '161454.398000', '161454.401000', '161454.404000', '161454.407000', '161454.409000', '161454.412000', '161454.415000', '161454.418000', '161454.421000', '161454.424000', '161514.301000', '161514.304000', '161514.307000', '161514.310000', '161514.313000', '161514.316000', '161514.319000', '161514.322000', '161514.325000', '161514.328000', '161514.331000', '161514.334000', '161514.337000', '161514.339000', '161514.342000', '161514.345000', '161514.348000', '161514.351000', '161514.354000', '161514.357000', '161514.359000', '161514.362000', '161514.365000', '161514.368000', '161514.371000', '161514.374000', '161514.377000', '161514.380000', '161514.383000', '161514.385000', '161514.388000', '161514.391000', '161514.394000', '161514.397000', '161514.400000', '161514.403000', '161514.406000', '161514.409000', '161514.411000', '161514.414000', '161514.417000', '161514.420000', '161514.423000', '161528.645000', '161528.648000', '161528.651000', '161528.654000', '161528.657000', '161528.660000', '161528.663000', '161528.666000', '161528.670000', '161528.674000', '161528.678000', '161528.681000', '161528.684000', '161528.686000', '161528.689000', '161528.692000', '161528.695000', '161528.698000', '161528.701000', '161528.704000', '161528.707000', '161528.710000', '161528.713000', '161528.715000', '161528.718000', '161528.721000', '161528.724000', '161528.727000', '161528.730000', '161528.733000', '161528.736000', '161528.739000'], 'InstanceCreationTime': ['160854.349000', '160854.352000', '160854.356000', '160854.359000', '160854.362000', '160854.365000', '160854.368000', '160854.371000', '160854.374000', '160854.377000', '160854.380000', '160854.383000', '160854.386000', '160854.388000', '160854.391000', '160854.394000', '160854.397000', '160854.400000', '160854.403000', '160854.406000', '160854.409000', '160854.411000', '160854.414000', '160854.417000', '160854.420000', '160854.423000', '160854.425000', '160854.428000', '160854.431000', '160854.434000', '160854.437000', '160854.440000', '160854.443000', '160854.445000', '160854.448000', '160854.455000', '160854.458000', '160854.461000', '160854.464000', '160854.467000', '160854.469000', '160854.472000', '160854.475000', '160854.478000', '160854.481000', '160854.484000', '160854.486000', '160854.489000', '160854.492000', '160854.495000', '160854.498000', '160854.501000', '160854.503000', '160854.506000', '160854.509000', '160854.512000', '160914.300000', '160914.303000', '160914.306000', '160914.309000', '160914.312000', '160914.314000', '160914.317000', '160914.320000', '160914.323000', '160914.326000', '160914.328000', '160914.331000', '160914.334000', '160914.337000', '160914.340000', '160914.343000', '160914.346000', '160914.348000', '160914.351000', '160914.354000', '160914.363000', '160914.366000', '160914.369000', '160914.371000', '160914.374000', '160914.377000', '160914.380000', '160914.383000', '160914.386000', '160914.388000', '160914.391000', '160914.394000', '160914.397000', '160914.400000', '160914.402000', '160914.405000', '160914.408000', '160914.411000', '160914.414000', '160914.417000', '160914.420000', '160914.422000', '160914.425000', '160914.428000', '160934.300000', '160934.303000', '160934.306000', '160934.309000', '160934.312000', '160934.314000', '160934.319000', '160934.322000', '160934.325000', '160934.327000', '160934.330000', '160934.333000', '160934.336000', '160934.339000', '160934.342000', '160934.345000', '160934.348000', '160934.350000', '160934.353000', '160934.356000', '160934.359000', '160934.362000', '160934.365000', '160934.368000', '160934.370000', '160934.373000', '160934.376000', '160934.379000', '160934.382000', '160934.385000', '160934.387000', '160934.390000', '160934.395000', '160934.399000', '160934.402000', '160934.405000', '160934.408000', '160934.411000', '160934.414000', '160934.417000', '160934.420000', '160934.422000', '160934.425000', '160954.300000', '160954.303000', '160954.306000', '160954.309000', '160954.311000', '160954.314000', '160954.317000', '160954.320000', '160954.323000', '160954.326000', '160954.328000', '160954.331000', '160954.334000', '160954.337000', '160954.340000', '160954.343000', '160954.346000', '160954.348000', '160954.351000', '160954.354000', '160954.357000', '160954.360000', '160954.363000', '160954.366000', '160954.368000', '160954.371000', '160954.374000', '160954.377000', '160954.380000', '160954.383000', '160954.385000', '160954.395000', '160954.397000', '160954.400000', '160954.403000', '160954.406000', '160954.409000', '160954.412000', '160954.415000', '160954.418000', '160954.420000', '160954.423000', '160954.426000', '160954.429000', '161014.301000', '161014.304000', '161014.307000', '161014.313000', '161014.316000', '161014.319000', '161014.322000', '161014.325000', '161014.328000', '161014.330000', '161014.345000', '161014.348000', '161014.351000', '161014.359000', '161014.362000', '161014.365000', '161014.368000', '161014.371000', '161014.373000', '161014.376000', '161014.379000', '161014.382000', '161014.385000', '161014.388000', '161014.391000', '161014.394000', '161014.397000', '161014.399000', '161014.402000', '161014.405000', '161014.408000', '161014.411000', '161014.414000', '161014.417000', '161014.420000', '161014.423000', '161014.425000', '161014.428000', '161014.431000', '161014.434000', '161014.437000', '161014.440000', '161014.442000', '161034.301000', '161034.304000', '161034.307000', '161034.310000', '161034.313000', '161034.316000', '161034.319000', '161034.321000', '161034.324000', '161034.327000', '161034.330000', '161034.333000', '161034.336000', '161034.338000', '161034.341000', '161034.344000', '161034.347000', '161034.350000', '161034.353000', '161034.356000', '161034.358000', '161034.361000', '161034.364000', '161034.367000', '161034.370000', '161034.373000', '161034.376000', '161034.378000', '161034.381000', '161034.384000', '161034.387000', '161034.390000', '161034.393000', '161034.395000', '161034.398000', '161034.401000', '161034.404000', '161034.410000', '161034.414000', '161034.416000', '161034.419000', '161034.422000', '161034.425000', '161034.428000', '161054.301000', '161054.304000', '161054.307000', '161054.309000', '161054.312000', '161054.315000', '161054.318000', '161054.321000', '161054.324000', '161054.327000', '161054.330000', '161054.333000', '161054.336000', '161054.339000', '161054.341000', '161054.344000', '161054.347000', '161054.350000', '161054.353000', '161054.356000', '161054.359000', '161054.361000', '161054.364000', '161054.367000', '161054.370000', '161054.373000', '161054.376000', '161054.379000', '161054.382000', '161054.384000', '161054.387000', '161054.390000', '161054.393000', '161054.396000', '161054.399000', '161054.401000', '161054.404000', '161054.407000', '161054.410000', '161054.413000', '161054.416000', '161054.419000', '161054.422000', '161114.301000', '161114.304000', '161114.307000', '161114.310000', '161114.312000', '161114.315000', '161114.318000', '161114.321000', '161114.324000', '161114.327000', '161114.330000', '161114.333000', '161114.335000', '161114.338000', '161114.341000', '161114.344000', '161114.347000', '161114.350000', '161114.353000', '161114.355000', '161114.358000', '161114.361000', '161114.364000', '161114.367000', '161114.372000', '161114.375000', '161114.378000', '161114.381000', '161114.384000', '161114.387000', '161114.389000', '161114.392000', '161114.395000', '161114.398000', '161114.401000', '161114.404000', '161114.406000', '161114.409000', '161114.412000', '161114.415000', '161114.418000', '161114.421000', '161114.424000', '161114.427000', '161134.300000', '161134.304000', '161134.307000', '161134.310000', '161134.313000', '161134.316000', '161134.319000', '161134.322000', '161134.325000', '161134.328000', '161134.331000', '161134.334000', '161134.337000', '161134.340000', '161134.342000', '161134.345000', '161134.348000', '161134.351000', '161134.354000', '161134.357000', '161134.360000', '161134.363000', '161134.366000', '161134.369000', '161134.372000', '161134.375000', '161134.378000', '161134.381000', '161134.384000', '161134.387000', '161134.390000', '161134.393000', '161134.396000', '161134.399000', '161134.402000', '161134.405000', '161134.407000', '161134.410000', '161134.413000', '161134.416000', '161134.419000', '161134.422000', '161134.425000', '161154.300000', '161154.303000', '161154.306000', '161154.308000', '161154.311000', '161154.314000', '161154.317000', '161154.320000', '161154.323000', '161154.326000', '161154.329000', '161154.332000', '161154.335000', '161154.337000', '161154.340000', '161154.343000', '161154.346000', '161154.349000', '161154.352000', '161154.355000', '161154.357000', '161154.360000', '161154.363000', '161154.366000', '161154.369000', '161154.372000', '161154.375000', '161154.378000', '161154.381000', '161154.384000', '161154.386000', '161154.389000', '161154.392000', '161154.395000', '161154.398000', '161154.401000', '161154.403000', '161154.406000', '161154.409000', '161154.412000', '161154.415000', '161154.418000', '161154.421000', '161154.423000', '161214.300000', '161214.303000', '161214.306000', '161214.309000', '161214.312000', '161214.315000', '161214.318000', '161214.320000', '161214.323000', '161214.326000', '161214.329000', '161214.332000', '161214.335000', '161214.337000', '161214.340000', '161214.343000', '161214.346000', '161214.349000', '161214.352000', '161214.355000', '161214.358000', '161214.360000', '161214.363000', '161214.366000', '161214.369000', '161214.372000', '161214.375000', '161214.378000', '161214.380000', '161214.383000', '161214.386000', '161214.389000', '161214.392000', '161214.395000', '161214.398000', '161214.401000', '161214.403000', '161214.406000', '161214.415000', '161214.418000', '161214.420000', '161214.423000', '161214.426000', '161234.301000', '161234.304000', '161234.307000', '161234.310000', '161234.313000', '161234.316000', '161234.319000', '161234.322000', '161234.325000', '161234.327000', '161234.330000', '161234.333000', '161234.336000', '161234.339000', '161234.342000', '161234.345000', '161234.347000', '161234.350000', '161234.353000', '161234.356000', '161234.359000', '161234.362000', '161234.365000', '161234.368000', '161234.370000', '161234.373000', '161234.376000', '161234.379000', '161234.382000', '161234.385000', '161234.388000', '161234.391000', '161234.394000', '161234.396000', '161234.399000', '161234.402000', '161234.405000', '161234.408000', '161234.411000', '161234.414000', '161234.416000', '161234.419000', '161234.422000', '161234.425000', '161254.301000', '161254.304000', '161254.307000', '161254.310000', '161254.313000', '161254.316000', '161254.319000', '161254.321000', '161254.324000', '161254.327000', '161254.330000', '161254.333000', '161254.336000', '161254.339000', '161254.342000', '161254.344000', '161254.347000', '161254.350000', '161254.353000', '161254.356000', '161254.359000', '161254.362000', '161254.365000', '161254.368000', '161254.370000', '161254.373000', '161254.376000', '161254.379000', '161254.382000', '161254.385000', '161254.388000', '161254.390000', '161254.393000', '161254.396000', '161254.399000', '161254.402000', '161254.405000', '161254.408000', '161254.410000', '161254.413000', '161254.417000', '161254.420000', '161254.423000', '161314.301000', '161314.304000', '161314.307000', '161314.310000', '161314.313000', '161314.315000', '161314.318000', '161314.321000', '161314.324000', '161314.327000', '161314.330000', '161314.333000', '161314.336000', '161314.338000', '161314.341000', '161314.344000', '161314.347000', '161314.360000', '161314.363000', '161314.366000', '161314.369000', '161314.371000', '161314.374000', '161314.377000', '161314.380000', '161314.383000', '161314.386000', '161314.389000', '161314.392000', '161314.394000', '161314.397000', '161314.400000', '161314.403000', '161314.406000', '161314.409000', '161314.412000', '161314.415000', '161314.417000', '161314.420000', '161314.423000', '161314.426000', '161314.429000', '161314.432000', '161314.435000', '161334.301000', '161334.304000', '161334.307000', '161334.310000', '161334.313000', '161334.315000', '161334.318000', '161334.321000', '161334.324000', '161334.327000', '161334.330000', '161334.333000', '161334.336000', '161334.339000', '161334.341000', '161334.344000', '161334.347000', '161334.350000', '161334.353000', '161334.356000', '161334.359000', '161334.362000', '161334.365000', '161334.367000', '161334.370000', '161334.373000', '161334.376000', '161334.379000', '161334.382000', '161334.385000', '161334.387000', '161334.390000', '161334.393000', '161334.396000', '161334.399000', '161334.402000', '161334.405000', '161334.407000', '161334.410000', '161334.413000', '161334.416000', '161334.419000', '161334.422000', '161354.300000', '161354.303000', '161354.306000', '161354.309000', '161354.312000', '161354.315000', '161354.317000', '161354.320000', '161354.323000', '161354.326000', '161354.329000', '161354.332000', '161354.334000', '161354.337000', '161354.340000', '161354.343000', '161354.346000', '161354.349000', '161354.352000', '161354.355000', '161354.357000', '161354.360000', '161354.363000', '161354.366000', '161354.369000', '161354.372000', '161354.375000', '161354.377000', '161354.380000', '161354.383000', '161354.386000', '161354.389000', '161354.392000', '161354.395000', '161354.398000', '161354.400000', '161354.403000', '161354.406000', '161354.409000', '161354.412000', '161354.415000', '161354.418000', '161354.420000', '161414.300000', '161414.303000', '161414.306000', '161414.309000', '161414.312000', '161414.315000', '161414.317000', '161414.322000', '161414.325000', '161414.328000', '161414.331000', '161414.334000', '161414.337000', '161414.339000', '161414.342000', '161414.345000', '161414.348000', '161414.351000', '161414.354000', '161414.356000', '161414.359000', '161414.362000', '161414.365000', '161414.368000', '161414.371000', '161414.374000', '161414.377000', '161414.379000', '161414.382000', '161414.385000', '161414.388000', '161414.391000', '161414.394000', '161414.397000', '161414.399000', '161414.402000', '161414.405000', '161414.408000', '161414.411000', '161414.414000', '161414.417000', '161414.419000', '161414.422000', '161414.425000', '161434.300000', '161434.303000', '161434.306000', '161434.309000', '161434.312000', '161434.315000', '161434.318000', '161434.321000', '161434.324000', '161434.327000', '161434.330000', '161434.332000', '161434.335000', '161434.338000', '161434.341000', '161434.344000', '161434.347000', '161434.350000', '161434.353000', '161434.356000', '161434.358000', '161434.361000', '161434.364000', '161434.367000', '161434.370000', '161434.373000', '161434.376000', '161434.379000', '161434.382000', '161434.384000', '161434.387000', '161434.390000', '161434.393000', '161434.396000', '161434.399000', '161434.401000', '161434.404000', '161434.407000', '161434.410000', '161434.413000', '161434.416000', '161434.419000', '161434.436000', '161454.301000', '161454.304000', '161454.307000', '161454.310000', '161454.313000', '161454.315000', '161454.318000', '161454.321000', '161454.324000', '161454.327000', '161454.330000', '161454.333000', '161454.335000', '161454.338000', '161454.341000', '161454.344000', '161454.347000', '161454.350000', '161454.352000', '161454.355000', '161454.358000', '161454.361000', '161454.364000', '161454.367000', '161454.370000', '161454.373000', '161454.375000', '161454.378000', '161454.381000', '161454.384000', '161454.387000', '161454.390000', '161454.393000', '161454.395000', '161454.398000', '161454.401000', '161454.404000', '161454.407000', '161454.409000', '161454.412000', '161454.415000', '161454.418000', '161454.421000', '161454.424000', '161514.301000', '161514.304000', '161514.307000', '161514.310000', '161514.313000', '161514.316000', '161514.319000', '161514.322000', '161514.325000', '161514.328000', '161514.331000', '161514.334000', '161514.337000', '161514.339000', '161514.342000', '161514.345000', '161514.348000', '161514.351000', '161514.354000', '161514.357000', '161514.359000', '161514.362000', '161514.365000', '161514.368000', '161514.371000', '161514.374000', '161514.377000', '161514.380000', '161514.383000', '161514.385000', '161514.388000', '161514.391000', '161514.394000', '161514.397000', '161514.400000', '161514.403000', '161514.406000', '161514.409000', '161514.411000', '161514.414000', '161514.417000', '161514.420000', '161514.423000', '161528.645000', '161528.648000', '161528.651000', '161528.654000', '161528.657000', '161528.660000', '161528.663000', '161528.666000', '161528.670000', '161528.674000', '161528.678000', '161528.681000', '161528.684000', '161528.686000', '161528.689000', '161528.692000', '161528.695000', '161528.698000', '161528.701000', '161528.704000', '161528.707000', '161528.710000', '161528.713000', '161528.715000', '161528.718000', '161528.721000', '161528.724000', '161528.727000', '161528.730000', '161528.733000', '161528.736000', '161528.739000'], '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': [10366, 12956, 18922, 10128, 13641, 9284, 10377, 8954, 9940, 8988, 11436, 16456, 10572, 9099, 8338, 8383, 8482, 8579, 8500, 11535, 8553, 8083, 9446, 8342, 8927, 8920, 8986, 9007, 10926, 8986, 14298, 8464, 15392, 9449, 12383, 9515, 12899, 9621, 11433, 9640, 13792, 9202, 13688, 9428, 9172, 10193, 9950, 18242, 9310, 16316, 9102, 12727, 9377, 11247, 9332, 10961, 9783, 13162, 10626, 16562, 9768, 9460, 11242, 9869, 11793, 9690, 16518, 10534, 17032, 10127, 10599, 10315, 10197, 9467, 14116, 9758, 9357, 10588, 9861, 11483, 9851, 18915, 10486, 14296, 10381, 9270, 10220, 11817, 10281, 11210, 10062, 9934, 9133, 9376, 9930, 14381, 9455, 14315, 8924, 9843, 9815, 10117, 12164, 10094, 20425, 10760, 15513, 10251, 13051, 11101, 12588, 10385, 9744, 9451, 9520, 10539, 12124, 10235, 11008, 11211, 9748, 14275, 10386, 12124, 10015, 11134, 10079, 9173, 10423, 9167, 9999, 9663, 8859, 11238, 8899, 16014, 9363, 9509, 9891, 9704, 9303, 9660, 16750, 13773, 18109, 10514, 14311, 10381, 12872, 10592, 12710, 10831, 9488, 9986, 9169, 9436, 13986, 10299, 8458, 10371, 9425, 9773, 11655, 9466, 16906, 10359, 10553, 10403, 10145, 10795, 10205, 18068, 9997, 18093, 9770, 14061, 9964, 9990, 10008, 13617, 9966, 14029, 10818, 14081, 10480, 10502, 9917, 9249, 9571, 15124, 10701, 9636, 11434, 9852, 8801, 9147, 9956, 9488, 9891, 10139, 10994, 10032, 10185, 9325, 12869, 10122, 13396, 10329, 14680, 10342, 18208, 12079, 17200, 13323, 14470, 10677, 10817, 10969, 12684, 10959, 11843, 10254, 16184, 10239, 15762, 10833, 11155, 10920, 10344, 10403, 13723, 10743, 14787, 10502, 9597, 10340, 9607, 10676, 9465, 10892, 11190, 11203, 10090, 9252, 10498, 12669, 10122, 15036, 9951, 14033, 10933, 13153, 10758, 11566, 10401, 15674, 10978, 12136, 11220, 9212, 10775, 11303, 10651, 16255, 11267, 12605, 10864, 9692, 10764, 11593, 10667, 15300, 10574, 9400, 10914, 9563, 10676, 12356, 10510, 16750, 10692, 9333, 10737, 9012, 11118, 9940, 10794, 15850, 10958, 11442, 10523, 9550, 10531, 12333, 11178, 13488, 10500, 9855, 10618, 9392, 10355, 9873, 9905, 9958, 10057, 9680, 10024, 12766, 10688, 10219, 10832, 9795, 10739, 10203, 10896, 16302, 11247, 15664, 10705, 9937, 10265, 9819, 11165, 10194, 10416, 17316, 11122, 10708, 11432, 9385, 11421, 10835, 11092, 14812, 11058, 14415, 11175, 14449, 10596, 15935, 10814, 18768, 12820, 16543, 12748, 10947, 8955, 8821, 8687, 9327, 10906, 9194, 16377, 9320, 8488, 9515, 8616, 9671, 11259, 8648, 11940, 14307, 9600, 9221, 9333, 9459, 10175, 9458, 9100, 9274, 8668, 9687, 9139, 8837, 10081, 9432, 9451, 10029, 10437, 10401, 14690, 15060, 10339, 9595, 8756, 10036, 9100, 9924, 9792, 10037, 9627, 15071, 9222, 9759, 9346, 9900, 9248, 11454, 9626, 16985, 10711, 14092, 10952, 9691, 10602, 9948, 10165, 14912, 10765, 10826, 10353, 9493, 9683, 10633, 10090, 12983, 9746, 9654, 9775, 9748, 10545, 9325, 10933, 13995, 10880, 9430, 9482, 9772, 9929, 9473, 11191, 10216, 11536, 9610, 9366, 10585, 9414, 10043, 11109, 9854, 8595, 10728, 10711, 10726, 14033, 9750, 16840, 11592, 12421, 10496, 9871, 10676, 15286, 10282, 16795, 11900, 16347, 10421, 13257, 10476, 11343, 10609, 10448, 10031, 13574, 10593, 9849, 10657, 8763, 10963, 9402, 9910, 11653, 10349, 14128, 10043, 8813, 10502, 8832, 10899, 10179, 10376, 13546, 10692, 13986, 10659, 9043, 10367, 9358, 10324, 13821, 10798, 11958, 10184, 9364, 10202, 9955, 10767, 12203, 10069, 9807, 11557, 9557, 10790, 9927, 8970, 10688, 10468, 11000, 14839, 10437, 17446, 11061, 11199, 11140, 9232, 10573, 11669, 10651, 9359, 10375, 9848, 10006, 9804, 11546, 9519, 13834, 15874, 10826, 9930, 10681, 10034, 10311, 9927, 14425, 11285, 16765, 17788, 9371, 17673, 9052, 8974, 9506, 8440, 9695, 10561, 9681, 15803, 9548, 18283, 13290, 17481, 9927, 19139, 10224, 16971, 11157, 15816, 12960, 16241, 10291, 9898, 10957, 9158, 10461, 8841, 9957, 10622, 10374, 8590, 10503, 8934, 10451, 9925, 10207, 13221, 9880, 17041, 9735, 12682, 9676, 12060, 9897, 16197, 10048, 15049, 10053, 12185, 10878, 11275, 10833, 8828, 10896, 9130, 10259, 13268, 10207, 16410, 10189, 11040, 9777, 11211, 10063, 10659, 9735, 11980, 17440, 9972, 9508, 9972, 9520, 9643, 9976, 9911, 16783, 10685, 13806, 10724, 11787, 10910, 11207, 10193, 14923, 11654, 16026, 10777, 12194, 10770, 10466, 11168, 11338, 10492, 15496, 10461, 12568, 10687, 8605, 10962, 9558, 10193, 9708, 9747, 14633, 9963, 10598, 9916, 9354, 9861, 10633, 10601, 9266, 11452, 9639, 10489, 9347, 14636, 9493, 8810, 10484, 9667, 10639, 11862, 9740, 12302, 9511, 9222, 10125, 10152, 10481, 11685, 10310, 14405, 10570, 10503, 10017, 9022, 10362, 9223, 9978, 10228, 13628, 10155, 9842, 9564, 9807, 9815, 9718, 9976, 14915, 10381, 13249, 10507, 9456, 10590, 9499, 10740, 13325, 10821, 15850, 11166, 13436, 10819, 10367, 10629, 11954, 10574, 15683, 10789, 10214, 10816, 10967, 10781, 12613, 10597, 14098, 10723, 15583, 10848, 11464, 10971, 9880, 10900, 11958, 10552, 9754, 9916, 9627, 9980, 9549, 10155, 9695, 10254, 9543, 10135, 10158, 10221, 9632, 11745, 14531, 11788, 9747, 10988, 10129, 11507, 10107, 16396, 9983, 10448, 9980, 9659, 10194, 9933, 10224, 14295, 10232, 16717, 10296, 15384, 9996, 15758, 11648, 11136, 9793, 10182, 9691, 10425, 9764, 9744, 14075, 10274, 16560, 10446, 9694, 10228, 9742, 11768, 9631, 14818, 12414, 10324, 9812, 10817, 9901, 9606, 10051, 15188, 10055, 18148, 10026, 14608, 9865, 13751, 9962, 9021, 10214, 9269, 10057, 11301, 12639, 16009, 16318, 9210, 10204, 9585, 8338, 10300, 10115, 12765, 8970, 11654, 13931, 10091, 19283, 9734, 10896, 12062, 9310, 16865, 13264, 17852, 12996, 16698, 9868, 8727, 9090, 10432, 8658, 8408, 13686, 9323, 12016, 9333, 9666, 9587, 9083, 9471, 8474, 16279, 9583, 14389, 9216, 12843, 9741, 16343, 10190, 16727, 11451, 18729, 11103, 9556, 10400, 9662, 10544, 9800, 10096, 13759, 9971, 13242, 9871, 14148, 9910, 18964, 11839, 17208, 10407, 15446, 10206, 13134, 9793, 15914, 9946, 11530, 10083, 9084, 10237, 11104, 9676, 11245, 9358, 8664, 9496, 8603, 9696, 9594, 9916, 9753, 12037, 9387, 17600, 13937, 20218, 14912, 12028, 9806, 9611, 9450, 9746, 10580, 9714, 9717, 11476, 10322, 14804, 14217, 12592, 15958, 11833, 16167, 17706, 10842, 11645, 9904, 11966, 10700], 'WindowCenter': [4326.0, 4329.0, 4348.0, 4282.0, 4313.0, 4272.0, 4280.0, 4270.0, 4281.0, 4260.0, 4288.0, 4335.0, 4281.0, 4257.0, 4248.0, 4248.0, 4248.0, 4258.0, 4249.0, 4291.0, 4248.0, 4247.0, 4269.0, 4249.0, 4259.0, 4271.0, 4260.0, 4260.0, 4279.0, 4261.0, 4309.0, 4249.0, 4310.0, 4272.0, 4298.0, 4272.0, 4297.0, 4269.0, 4288.0, 4269.0, 4298.0, 4259.0, 4301.0, 4257.0, 4256.0, 4267.0, 4268.0, 4317.0, 4257.0, 4307.0, 4258.0, 4297.0, 4269.0, 4288.0, 4269.0, 4278.0, 4280.0, 4300.0, 4279.0, 4320.0, 4265.0, 4257.0, 4276.0, 4267.0, 4286.0, 4268.0, 4319.0, 4279.0, 4317.0, 4267.0, 4265.0, 4268.0, 4279.0, 4268.0, 4296.0, 4267.0, 4256.0, 4265.0, 4267.0, 4275.0, 4267.0, 4329.0, 4279.0, 4298.0, 4266.0, 4256.0, 4280.0, 4287.0, 4266.0, 4277.0, 4266.0, 4268.0, 4257.0, 4268.0, 4269.0, 4311.0, 4269.0, 4311.0, 4258.0, 4268.0, 4268.0, 4268.0, 4288.0, 4279.0, 4329.0, 4276.0, 4307.0, 4268.0, 4295.0, 4277.0, 4285.0, 4266.0, 4256.0, 4255.0, 4255.0, 4267.0, 4288.0, 4267.0, 4265.0, 4264.0, 4255.0, 4292.0, 4253.0, 4275.0, 4256.0, 4264.0, 4265.0, 4254.0, 4276.0, 4253.0, 4267.0, 4268.0, 4258.0, 4288.0, 4258.0, 4308.0, 4259.0, 4267.0, 4267.0, 4266.0, 4258.0, 4269.0, 4318.0, 4300.0, 4317.0, 4268.0, 4296.0, 4268.0, 4286.0, 4266.0, 4284.0, 4276.0, 4255.0, 4266.0, 4254.0, 4256.0, 4296.0, 4265.0, 4245.0, 4280.0, 4257.0, 4268.0, 4288.0, 4268.0, 4319.0, 4268.0, 4266.0, 4266.0, 4267.0, 4266.0, 4268.0, 4316.0, 4266.0, 4316.0, 4255.0, 4293.0, 4255.0, 4254.0, 4265.0, 4295.0, 4267.0, 4295.0, 4266.0, 4284.0, 4265.0, 4265.0, 4255.0, 4242.0, 4254.0, 4296.0, 4264.0, 4252.0, 4262.0, 4254.0, 4244.0, 4256.0, 4254.0, 4256.0, 4265.0, 4266.0, 4277.0, 4267.0, 4266.0, 4268.0, 4296.0, 4278.0, 4297.0, 4268.0, 4306.0, 4267.0, 4318.0, 4288.0, 4318.0, 4297.0, 4294.0, 4266.0, 4275.0, 4278.0, 4287.0, 4277.0, 4287.0, 4279.0, 4318.0, 4268.0, 4307.0, 4278.0, 4275.0, 4277.0, 4266.0, 4277.0, 4297.0, 4276.0, 4296.0, 4265.0, 4254.0, 4264.0, 4256.0, 4265.0, 4257.0, 4266.0, 4275.0, 4275.0, 4265.0, 4244.0, 4276.0, 4298.0, 4280.0, 4305.0, 4267.0, 4293.0, 4277.0, 4285.0, 4277.0, 4277.0, 4279.0, 4307.0, 4276.0, 4284.0, 4276.0, 4255.0, 4276.0, 4275.0, 4266.0, 4307.0, 4276.0, 4284.0, 4277.0, 4254.0, 4278.0, 4275.0, 4267.0, 4294.0, 4266.0, 4254.0, 4277.0, 4252.0, 4264.0, 4288.0, 4267.0, 4306.0, 4265.0, 4243.0, 4274.0, 4243.0, 4276.0, 4265.0, 4276.0, 4308.0, 4276.0, 4274.0, 4267.0, 4254.0, 4267.0, 4286.0, 4277.0, 4285.0, 4265.0, 4253.0, 4264.0, 4255.0, 4268.0, 4268.0, 4265.0, 4265.0, 4267.0, 4268.0, 4268.0, 4298.0, 4277.0, 4266.0, 4277.0, 4268.0, 4278.0, 4267.0, 4279.0, 4319.0, 4278.0, 4307.0, 4267.0, 4254.0, 4266.0, 4254.0, 4275.0, 4264.0, 4267.0, 4307.0, 4278.0, 4266.0, 4303.0, 4267.0, 4300.0, 4289.0, 4302.0, 4322.0, 4302.0, 4309.0, 4290.0, 4309.0, 4290.0, 4317.0, 4279.0, 4332.0, 4301.0, 4319.0, 4287.0, 4267.0, 4246.0, 4245.0, 4233.0, 4245.0, 4265.0, 4256.0, 4307.0, 4257.0, 4247.0, 4255.0, 4243.0, 4256.0, 4277.0, 4246.0, 4275.0, 4297.0, 4255.0, 4254.0, 4244.0, 4254.0, 4266.0, 4258.0, 4247.0, 4256.0, 4244.0, 4256.0, 4257.0, 4245.0, 4278.0, 4257.0, 4268.0, 4269.0, 4278.0, 4278.0, 4308.0, 4310.0, 4266.0, 4257.0, 4246.0, 4265.0, 4257.0, 4268.0, 4267.0, 4269.0, 4269.0, 4310.0, 4258.0, 4269.0, 4256.0, 4268.0, 4258.0, 4289.0, 4268.0, 4320.0, 4279.0, 4296.0, 4278.0, 4258.0, 4278.0, 4256.0, 4269.0, 4306.0, 4277.0, 4279.0, 4264.0, 4255.0, 4256.0, 4267.0, 4267.0, 4286.0, 4256.0, 4256.0, 4267.0, 4256.0, 4266.0, 4257.0, 4267.0, 4297.0, 4265.0, 4246.0, 4257.0, 4257.0, 4267.0, 4257.0, 4275.0, 4267.0, 4276.0, 4258.0, 4244.0, 4266.0, 4257.0, 4268.0, 4277.0, 4270.0, 4248.0, 4281.0, 4276.0, 4279.0, 4309.0, 4270.0, 4319.0, 4290.0, 4287.0, 4268.0, 4257.0, 4276.0, 4295.0, 4267.0, 4307.0, 4288.0, 4307.0, 4266.0, 4287.0, 4278.0, 4275.0, 4267.0, 4267.0, 4256.0, 4285.0, 4265.0, 4254.0, 4278.0, 4245.0, 4278.0, 4256.0, 4266.0, 4277.0, 4267.0, 4296.0, 4268.0, 4245.0, 4277.0, 4245.0, 4276.0, 4267.0, 4267.0, 4297.0, 4267.0, 4297.0, 4268.0, 4244.0, 4266.0, 4253.0, 4266.0, 4298.0, 4266.0, 4277.0, 4264.0, 4245.0, 4267.0, 4257.0, 4276.0, 4286.0, 4256.0, 4266.0, 4274.0, 4257.0, 4276.0, 4269.0, 4244.0, 4278.0, 4267.0, 4277.0, 4296.0, 4267.0, 4316.0, 4278.0, 4277.0, 4278.0, 4257.0, 4277.0, 4276.0, 4277.0, 4256.0, 4269.0, 4268.0, 4267.0, 4267.0, 4278.0, 4258.0, 4298.0, 4310.0, 4266.0, 4256.0, 4265.0, 4266.0, 4267.0, 4268.0, 4298.0, 4279.0, 4318.0, 4319.0, 4256.0, 4317.0, 4259.0, 4257.0, 4267.0, 4250.0, 4269.0, 4279.0, 4272.0, 4307.0, 4269.0, 4318.0, 4299.0, 4305.0, 4256.0, 4302.0, 4252.0, 4292.0, 4252.0, 4282.0, 4273.0, 4279.0, 4253.0, 4239.0, 4251.0, 4230.0, 4250.0, 4230.0, 4241.0, 4249.0, 4252.0, 4232.0, 4264.0, 4243.0, 4266.0, 4254.0, 4256.0, 4273.0, 4256.0, 4306.0, 4254.0, 4274.0, 4254.0, 4274.0, 4256.0, 4293.0, 4257.0, 4293.0, 4253.0, 4274.0, 4265.0, 4261.0, 4267.0, 4243.0, 4276.0, 4254.0, 4267.0, 4298.0, 4269.0, 4306.0, 4266.0, 4276.0, 4267.0, 4276.0, 4267.0, 4266.0, 4257.0, 4278.0, 4308.0, 4258.0, 4259.0, 4258.0, 4256.0, 4255.0, 4267.0, 4267.0, 4307.0, 4278.0, 4297.0, 4277.0, 4286.0, 4277.0, 4275.0, 4267.0, 4306.0, 4279.0, 4306.0, 4276.0, 4275.0, 4277.0, 4266.0, 4276.0, 4276.0, 4268.0, 4296.0, 4266.0, 4275.0, 4266.0, 4245.0, 4277.0, 4257.0, 4269.0, 4257.0, 4259.0, 4307.0, 4268.0, 4265.0, 4255.0, 4246.0, 4266.0, 4268.0, 4266.0, 4245.0, 4275.0, 4254.0, 4266.0, 4256.0, 4295.0, 4256.0, 4243.0, 4265.0, 4256.0, 4264.0, 4277.0, 4268.0, 4287.0, 4258.0, 4256.0, 4268.0, 4269.0, 4277.0, 4276.0, 4268.0, 4308.0, 4279.0, 4267.0, 4268.0, 4257.0, 4268.0, 4259.0, 4269.0, 4270.0, 4299.0, 4266.0, 4266.0, 4256.0, 4268.0, 4266.0, 4258.0, 4270.0, 4311.0, 4267.0, 4287.0, 4268.0, 4255.0, 4267.0, 4256.0, 4278.0, 4298.0, 4278.0, 4308.0, 4277.0, 4286.0, 4267.0, 4265.0, 4266.0, 4277.0, 4267.0, 4307.0, 4267.0, 4265.0, 4277.0, 4277.0, 4276.0, 4285.0, 4277.0, 4298.0, 4279.0, 4305.0, 4278.0, 4274.0, 4277.0, 4254.0, 4277.0, 4276.0, 4267.0, 4257.0, 4256.0, 4255.0, 4267.0, 4257.0, 4268.0, 4257.0, 4266.0, 4256.0, 4268.0, 4269.0, 4269.0, 4268.0, 4289.0, 4310.0, 4276.0, 4259.0, 4275.0, 4266.0, 4276.0, 4266.0, 4305.0, 4267.0, 4266.0, 4267.0, 4258.0, 4266.0, 4265.0, 4266.0, 4298.0, 4269.0, 4307.0, 4267.0, 4307.0, 4268.0, 4307.0, 4277.0, 4278.0, 4257.0, 4267.0, 4267.0, 4281.0, 4271.0, 4269.0, 4311.0, 4270.0, 4318.0, 4281.0, 4258.0, 4267.0, 4258.0, 4276.0, 4257.0, 4295.0, 4286.0, 4254.0, 4257.0, 4267.0, 4268.0, 4255.0, 4266.0, 4296.0, 4257.0, 4307.0, 4257.0, 4296.0, 4256.0, 4296.0, 4256.0, 4245.0, 4266.0, 4257.0, 4266.0, 4275.0, 4301.0, 4320.0, 4310.0, 4257.0, 4267.0, 4280.0, 4248.0, 4292.0, 4295.0, 4326.0, 4285.0, 4302.0, 4324.0, 4282.0, 4330.0, 4258.0, 4269.0, 4289.0, 4246.0, 4307.0, 4287.0, 4307.0, 4289.0, 4305.0, 4255.0, 4235.0, 4233.0, 4251.0, 4232.0, 4234.0, 4284.0, 4245.0, 4277.0, 4256.0, 4257.0, 4257.0, 4247.0, 4269.0, 4250.0, 4320.0, 4258.0, 4299.0, 4260.0, 4287.0, 4259.0, 4308.0, 4268.0, 4307.0, 4281.0, 4317.0, 4279.0, 4256.0, 4267.0, 4257.0, 4278.0, 4267.0, 4269.0, 4297.0, 4268.0, 4299.0, 4269.0, 4298.0, 4269.0, 4317.0, 4291.0, 4306.0, 4267.0, 4296.0, 4267.0, 4287.0, 4270.0, 4305.0, 4269.0, 4276.0, 4266.0, 4246.0, 4268.0, 4277.0, 4269.0, 4289.0, 4269.0, 4248.0, 4269.0, 4260.0, 4269.0, 4271.0, 4270.0, 4272.0, 4300.0, 4270.0, 4332.0, 4324.0, 4345.0, 4310.0, 4298.0, 4270.0, 4271.0, 4279.0, 4282.0, 4290.0, 4283.0, 4282.0, 4305.0, 4284.0, 4325.0, 4312.0, 4291.0, 4308.0, 4279.0, 4297.0, 4309.0, 4266.0, 4264.0, 4243.0, 4274.0, 4265.0], 'WindowWidth': [9568.0, 9556.0, 9582.0, 9479.0, 9519.0, 9462.0, 9470.0, 9457.0, 9470.0, 9444.0, 9477.0, 9550.0, 9469.0, 9435.0, 9422.0, 9420.0, 9420.0, 9436.0, 9425.0, 9484.0, 9424.0, 9423.0, 9452.0, 9426.0, 9440.0, 9458.0, 9442.0, 9443.0, 9467.0, 9444.0, 9505.0, 9426.0, 9509.0, 9460.0, 9489.0, 9461.0, 9488.0, 9454.0, 9478.0, 9455.0, 9491.0, 9437.0, 9496.0, 9433.0, 9431.0, 9446.0, 9448.0, 9515.0, 9433.0, 9501.0, 9435.0, 9487.0, 9452.0, 9476.0, 9455.0, 9464.0, 9469.0, 9495.0, 9466.0, 9526.0, 9443.0, 9434.0, 9455.0, 9445.0, 9471.0, 9448.0, 9521.0, 9465.0, 9515.0, 9448.0, 9441.0, 9450.0, 9464.0, 9450.0, 9484.0, 9447.0, 9430.0, 9440.0, 9444.0, 9454.0, 9445.0, 9534.0, 9464.0, 9488.0, 9444.0, 9431.0, 9468.0, 9473.0, 9446.0, 9458.0, 9444.0, 9447.0, 9433.0, 9450.0, 9455.0, 9512.0, 9453.0, 9511.0, 9437.0, 9449.0, 9446.0, 9449.0, 9478.0, 9464.0, 9534.0, 9458.0, 9499.0, 9448.0, 9481.0, 9460.0, 9466.0, 9442.0, 9429.0, 9427.0, 9427.0, 9445.0, 9476.0, 9443.0, 9441.0, 9437.0, 9425.0, 9471.0, 9422.0, 9452.0, 9428.0, 9437.0, 9441.0, 9423.0, 9457.0, 9425.0, 9450.0, 9449.0, 9439.0, 9478.0, 9437.0, 9504.0, 9439.0, 9446.0, 9447.0, 9444.0, 9436.0, 9452.0, 9516.0, 9494.0, 9513.0, 9447.0, 9483.0, 9449.0, 9470.0, 9445.0, 9463.0, 9456.0, 9426.0, 9443.0, 9425.0, 9432.0, 9484.0, 9444.0, 9417.0, 9468.0, 9434.0, 9449.0, 9475.0, 9449.0, 9520.0, 9447.0, 9444.0, 9443.0, 9445.0, 9441.0, 9446.0, 9510.0, 9444.0, 9511.0, 9426.0, 9475.0, 9426.0, 9423.0, 9439.0, 9479.0, 9444.0, 9479.0, 9443.0, 9464.0, 9439.0, 9438.0, 9426.0, 9406.0, 9425.0, 9483.0, 9435.0, 9419.0, 9429.0, 9423.0, 9411.0, 9428.0, 9423.0, 9430.0, 9440.0, 9443.0, 9458.0, 9448.0, 9446.0, 9452.0, 9485.0, 9465.0, 9487.0, 9450.0, 9498.0, 9445.0, 9517.0, 9475.0, 9515.0, 9486.0, 9477.0, 9442.0, 9452.0, 9461.0, 9471.0, 9461.0, 9472.0, 9466.0, 9516.0, 9448.0, 9500.0, 9462.0, 9453.0, 9459.0, 9443.0, 9460.0, 9486.0, 9457.0, 9482.0, 9440.0, 9423.0, 9437.0, 9427.0, 9440.0, 9431.0, 9443.0, 9456.0, 9451.0, 9440.0, 9411.0, 9458.0, 9488.0, 9467.0, 9497.0, 9447.0, 9477.0, 9458.0, 9468.0, 9458.0, 9458.0, 9465.0, 9500.0, 9456.0, 9463.0, 9455.0, 9424.0, 9458.0, 9453.0, 9445.0, 9500.0, 9457.0, 9464.0, 9458.0, 9423.0, 9460.0, 9453.0, 9444.0, 9479.0, 9442.0, 9424.0, 9457.0, 9420.0, 9439.0, 9473.0, 9445.0, 9498.0, 9441.0, 9408.0, 9453.0, 9408.0, 9457.0, 9440.0, 9458.0, 9502.0, 9456.0, 9450.0, 9445.0, 9423.0, 9444.0, 9468.0, 9457.0, 9465.0, 9439.0, 9421.0, 9439.0, 9426.0, 9445.0, 9446.0, 9440.0, 9439.0, 9445.0, 9447.0, 9451.0, 9491.0, 9462.0, 9445.0, 9462.0, 9448.0, 9462.0, 9446.0, 9465.0, 9518.0, 9462.0, 9500.0, 9444.0, 9423.0, 9442.0, 9425.0, 9455.0, 9438.0, 9444.0, 9500.0, 9462.0, 9443.0, 9507.0, 9449.0, 9496.0, 9478.0, 9504.0, 9530.0, 9503.0, 9508.0, 9482.0, 9508.0, 9485.0, 9515.0, 9466.0, 9545.0, 9497.0, 9520.0, 9474.0, 9442.0, 9415.0, 9411.0, 9394.0, 9413.0, 9439.0, 9431.0, 9500.0, 9431.0, 9418.0, 9429.0, 9409.0, 9429.0, 9458.0, 9416.0, 9451.0, 9487.0, 9424.0, 9422.0, 9411.0, 9424.0, 9440.0, 9432.0, 9419.0, 9430.0, 9411.0, 9430.0, 9432.0, 9413.0, 9462.0, 9433.0, 9450.0, 9453.0, 9463.0, 9463.0, 9501.0, 9507.0, 9443.0, 9432.0, 9418.0, 9442.0, 9434.0, 9449.0, 9447.0, 9452.0, 9451.0, 9509.0, 9435.0, 9449.0, 9431.0, 9447.0, 9434.0, 9478.0, 9447.0, 9524.0, 9465.0, 9484.0, 9462.0, 9433.0, 9461.0, 9429.0, 9451.0, 9498.0, 9460.0, 9462.0, 9440.0, 9426.0, 9430.0, 9446.0, 9445.0, 9470.0, 9430.0, 9427.0, 9445.0, 9428.0, 9443.0, 9432.0, 9443.0, 9487.0, 9440.0, 9415.0, 9431.0, 9430.0, 9444.0, 9431.0, 9455.0, 9447.0, 9457.0, 9432.0, 9410.0, 9442.0, 9433.0, 9450.0, 9462.0, 9455.0, 9421.0, 9469.0, 9458.0, 9464.0, 9505.0, 9455.0, 9520.0, 9482.0, 9472.0, 9449.0, 9431.0, 9456.0, 9481.0, 9443.0, 9501.0, 9474.0, 9499.0, 9444.0, 9471.0, 9460.0, 9452.0, 9445.0, 9443.0, 9430.0, 9467.0, 9441.0, 9424.0, 9460.0, 9414.0, 9462.0, 9431.0, 9445.0, 9457.0, 9444.0, 9483.0, 9447.0, 9414.0, 9460.0, 9413.0, 9457.0, 9445.0, 9445.0, 9484.0, 9444.0, 9483.0, 9447.0, 9411.0, 9443.0, 9422.0, 9443.0, 9486.0, 9442.0, 9455.0, 9437.0, 9412.0, 9446.0, 9432.0, 9457.0, 9469.0, 9429.0, 9442.0, 9451.0, 9432.0, 9457.0, 9450.0, 9412.0, 9462.0, 9444.0, 9459.0, 9485.0, 9446.0, 9511.0, 9462.0, 9456.0, 9460.0, 9432.0, 9460.0, 9456.0, 9460.0, 9429.0, 9451.0, 9447.0, 9446.0, 9446.0, 9461.0, 9434.0, 9486.0, 9508.0, 9441.0, 9429.0, 9439.0, 9443.0, 9443.0, 9446.0, 9487.0, 9464.0, 9516.0, 9521.0, 9431.0, 9517.0, 9438.0, 9434.0, 9450.0, 9428.0, 9456.0, 9467.0, 9460.0, 9502.0, 9451.0, 9516.0, 9491.0, 9495.0, 9427.0, 9486.0, 9414.0, 9470.0, 9414.0, 9456.0, 9444.0, 9448.0, 9417.0, 9393.0, 9412.0, 9380.0, 9409.0, 9381.0, 9400.0, 9407.0, 9415.0, 9389.0, 9434.0, 9405.0, 9439.0, 9420.0, 9427.0, 9444.0, 9428.0, 9494.0, 9422.0, 9449.0, 9423.0, 9448.0, 9427.0, 9475.0, 9429.0, 9473.0, 9419.0, 9447.0, 9437.0, 9429.0, 9443.0, 9406.0, 9455.0, 9423.0, 9446.0, 9486.0, 9451.0, 9497.0, 9443.0, 9455.0, 9445.0, 9454.0, 9444.0, 9442.0, 9432.0, 9458.0, 9502.0, 9435.0, 9437.0, 9434.0, 9427.0, 9428.0, 9445.0, 9447.0, 9500.0, 9462.0, 9487.0, 9460.0, 9469.0, 9460.0, 9454.0, 9448.0, 9496.0, 9465.0, 9495.0, 9457.0, 9453.0, 9458.0, 9440.0, 9456.0, 9453.0, 9446.0, 9481.0, 9441.0, 9449.0, 9441.0, 9412.0, 9458.0, 9432.0, 9450.0, 9431.0, 9436.0, 9499.0, 9448.0, 9440.0, 9429.0, 9414.0, 9443.0, 9445.0, 9441.0, 9413.0, 9452.0, 9423.0, 9442.0, 9428.0, 9479.0, 9427.0, 9406.0, 9439.0, 9426.0, 9439.0, 9458.0, 9449.0, 9473.0, 9434.0, 9430.0, 9448.0, 9449.0, 9459.0, 9455.0, 9449.0, 9503.0, 9464.0, 9444.0, 9448.0, 9431.0, 9448.0, 9438.0, 9451.0, 9453.0, 9493.0, 9444.0, 9443.0, 9430.0, 9447.0, 9444.0, 9434.0, 9453.0, 9510.0, 9445.0, 9473.0, 9447.0, 9426.0, 9445.0, 9429.0, 9462.0, 9487.0, 9462.0, 9501.0, 9459.0, 9467.0, 9444.0, 9438.0, 9442.0, 9456.0, 9445.0, 9497.0, 9444.0, 9438.0, 9460.0, 9458.0, 9458.0, 9468.0, 9459.0, 9489.0, 9464.0, 9494.0, 9460.0, 9450.0, 9457.0, 9423.0, 9458.0, 9454.0, 9444.0, 9430.0, 9428.0, 9427.0, 9445.0, 9432.0, 9447.0, 9431.0, 9445.0, 9429.0, 9448.0, 9451.0, 9449.0, 9450.0, 9477.0, 9508.0, 9456.0, 9436.0, 9453.0, 9441.0, 9454.0, 9441.0, 9494.0, 9445.0, 9441.0, 9446.0, 9433.0, 9445.0, 9442.0, 9444.0, 9489.0, 9450.0, 9499.0, 9444.0, 9497.0, 9448.0, 9499.0, 9458.0, 9460.0, 9431.0, 9447.0, 9445.0, 9469.0, 9456.0, 9452.0, 9509.0, 9453.0, 9518.0, 9468.0, 9434.0, 9445.0, 9435.0, 9455.0, 9432.0, 9481.0, 9471.0, 9424.0, 9431.0, 9444.0, 9445.0, 9426.0, 9441.0, 9482.0, 9430.0, 9496.0, 9429.0, 9479.0, 9428.0, 9481.0, 9428.0, 9411.0, 9443.0, 9430.0, 9443.0, 9454.0, 9501.0, 9523.0, 9508.0, 9433.0, 9448.0, 9472.0, 9425.0, 9489.0, 9498.0, 9544.0, 9487.0, 9504.0, 9535.0, 9475.0, 9538.0, 9436.0, 9450.0, 9476.0, 9416.0, 9501.0, 9473.0, 9501.0, 9477.0, 9492.0, 9422.0, 9395.0, 9391.0, 9413.0, 9389.0, 9397.0, 9462.0, 9412.0, 9455.0, 9429.0, 9429.0, 9432.0, 9420.0, 9453.0, 9428.0, 9522.0, 9436.0, 9490.0, 9438.0, 9470.0, 9436.0, 9502.0, 9448.0, 9500.0, 9468.0, 9514.0, 9462.0, 9426.0, 9443.0, 9431.0, 9461.0, 9446.0, 9449.0, 9487.0, 9449.0, 9491.0, 9452.0, 9489.0, 9450.0, 9516.0, 9481.0, 9497.0, 9445.0, 9482.0, 9446.0, 9470.0, 9452.0, 9495.0, 9450.0, 9456.0, 9444.0, 9416.0, 9449.0, 9460.0, 9452.0, 9478.0, 9453.0, 9423.0, 9453.0, 9442.0, 9453.0, 9459.0, 9456.0, 9459.0, 9494.0, 9458.0, 9545.0, 9535.0, 9570.0, 9514.0, 9492.0, 9454.0, 9459.0, 9469.0, 9476.0, 9485.0, 9479.0, 9476.0, 9512.0, 9479.0, 9538.0, 9514.0, 9484.0, 9501.0, 9461.0, 9483.0, 9507.0, 9439.0, 9434.0, 9404.0, 9448.0, 9438.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.0010527222832052692</td></tr>
<tr><td colspan=3>aqi</td><td>0.019481734028540067</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.270808741967066</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2910138797142863</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0016756648351652</td></tr>
<tr><td colspan=3>efc</td><td>0.4566</td></tr>
<tr><td colspan=3>fber</td><td>7281.5835</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10787322856319387</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.0373216245883645</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4293735662100118</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3634374891058045</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.691061026749196</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.233622182775035</td></tr>
<tr><td colspan=3>gcor</td><td>0.00579948</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012392111122608185</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025966838002204895</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6509100082703574</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>28.9979</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4872</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.154</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303926.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>715.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.4828</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0717</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.5718</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3458.1687</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3666.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>995.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.1263</td></tr>
<tr><td colspan=3>tsnr</td><td>41.46448058495298</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>