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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0074_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-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-01_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-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-02_task-faces_acq-mb8_run-01_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-0074/ses-02/func/sub-0074_ses-02_task-faces_acq-mb8_run-01_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>12edfd2a605943e368583413ef6f60b6</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:36:2.195000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991435, -0.0949516, 0.0896682, 0.0827304, 0.987877, 0.131359]</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-01_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.0972289</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7220, 615, -135, -238, -38, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8c1d0402-1dfb-4bd7-ac6c-65a1178d9ffa||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6599483489990234, 0.22195950150489807, 0.2728453278541565, 96.20130157470703], [0.25474825501441956, 2.6504011154174805, 0.33160197734832764, -114.30896759033203], [0.24057310819625854, -0.3524262607097626, 2.6656322479248047, -50.316139221191406], [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': ['193602.195000', '193602.655000', '193603.115000', '193603.575000', '193604.035000', '193604.495000', '193604.955000', '193605.415000', '193605.875000', '193606.335000', '193606.795000', '193607.255000', '193607.715000', '193608.175000', '193608.635000', '193609.095000', '193609.555000', '193610.015000', '193610.475000', '193610.935000', '193611.395000', '193611.855000', '193612.315000', '193612.775000', '193613.235000', '193613.695000', '193614.155000', '193614.615000', '193615.075000', '193615.535000', '193615.995000', '193616.455000', '193616.915000', '193617.375000', '193617.835000', '193618.295000', '193618.755000', '193619.215000', '193619.675000', '193620.135000', '193620.595000', '193621.055000', '193621.515000', '193621.975000', '193622.435000', '193622.895000', '193623.355000', '193623.815000', '193624.275000', '193624.735000', '193625.195000', '193625.655000', '193626.115000', '193626.575000', '193627.035000', '193627.495000', '193627.955000', '193628.415000', '193628.875000', '193629.335000', '193629.795000', '193630.255000', '193630.715000', '193631.175000', '193631.635000', '193632.095000', '193632.555000', '193633.015000', '193633.475000', '193633.935000', '193634.395000', '193634.855000', '193635.315000', '193635.775000', '193636.235000', '193636.695000', '193637.155000', '193637.615000', '193638.075000', '193638.535000', '193638.995000', '193639.455000', '193639.915000', '193640.375000', '193640.835000', '193641.295000', '193641.755000', '193642.215000', '193642.675000', '193643.135000', '193643.595000', '193644.055000', '193644.515000', '193644.975000', '193645.435000', '193645.895000', '193646.355000', '193646.815000', '193647.275000', '193647.735000', '193648.195000', '193648.655000', '193649.115000', '193649.575000', '193650.035000', '193650.495000', '193650.955000', '193651.415000', '193651.875000', '193652.335000', '193652.795000', '193653.255000', '193653.715000', '193654.175000', '193654.635000', '193655.095000', '193655.555000', '193656.015000', '193656.475000', '193656.935000', '193657.395000', '193657.855000', '193658.315000', '193658.775000', '193659.235000', '193659.695000', '193700.155000', '193700.615000', '193701.075000', '193701.535000', '193701.995000', '193702.455000', '193702.915000', '193703.375000', '193703.835000', '193704.295000', '193704.755000', '193705.215000', '193705.675000', '193706.135000', '193706.595000', '193707.055000', '193707.515000', '193707.975000', '193708.435000', '193708.895000', '193709.355000', '193709.815000', '193710.275000', '193710.735000', '193711.195000', '193711.655000', '193712.115000', '193712.575000', '193713.035000', '193713.495000', '193713.955000', '193714.415000', '193714.875000', '193715.335000', '193715.795000', '193716.255000', '193716.715000', '193717.175000', '193717.635000', '193718.095000', '193718.555000', '193719.015000', '193719.475000', '193719.935000', '193720.395000', '193720.855000', '193721.315000', '193721.775000', '193722.235000', '193722.695000', '193723.155000', '193723.615000', '193724.075000', '193724.535000', '193724.995000', '193725.455000', '193725.915000', '193726.375000', '193726.835000', '193727.295000', '193727.755000', '193728.215000', '193728.675000', '193729.135000', '193729.595000', '193730.055000', '193730.515000', '193730.975000', '193731.435000', '193731.895000', '193732.355000', '193732.815000', '193733.275000', '193733.735000', '193734.195000', '193734.655000', '193735.115000', '193735.575000', '193736.035000', '193736.495000', '193736.955000', '193737.415000', '193737.875000', '193738.335000', '193738.795000', '193739.255000', '193739.715000', '193740.175000', '193740.635000', '193741.095000', '193741.555000', '193742.015000', '193742.475000', '193742.935000', '193743.395000', '193743.855000', '193744.315000', '193744.775000', '193745.235000', '193745.695000', '193746.155000', '193746.615000', '193747.075000', '193747.535000', '193747.995000', '193748.455000', '193748.915000', '193749.375000', '193749.835000', '193750.295000', '193750.755000', '193751.215000', '193751.675000', '193752.135000', '193752.595000', '193753.055000', '193753.515000', '193753.975000', '193754.435000', '193754.895000', '193755.355000', '193755.815000', '193756.275000', '193756.735000', '193757.195000', '193757.655000', '193758.115000', '193758.575000', '193759.035000', '193759.495000', '193759.955000', '193800.415000', '193800.875000', '193801.335000', '193801.795000', '193802.255000', '193802.715000', '193803.175000', '193803.635000', '193804.095000', '193804.555000', '193805.015000', '193805.475000', '193805.935000', '193806.395000', '193806.855000', '193807.315000', '193807.775000', '193808.235000', '193808.695000', '193809.155000', '193809.615000', '193810.075000', '193810.535000', '193810.995000', '193811.455000', '193811.915000', '193812.375000', '193812.835000', '193813.295000', '193813.755000', '193814.215000', '193814.675000', '193815.135000', '193815.595000', '193816.055000', '193816.515000', '193816.975000', '193817.435000', '193817.895000', '193818.355000', '193818.815000', '193819.275000', '193819.735000', '193820.195000', '193820.655000', '193821.115000', '193821.575000', '193822.035000', '193822.495000', '193822.955000', '193823.415000', '193823.875000', '193824.335000', '193824.795000', '193825.255000', '193825.715000', '193826.175000', '193826.635000', '193827.095000', '193827.555000', '193828.015000', '193828.475000', '193828.935000', '193829.395000', '193829.855000', '193830.315000', '193830.775000', '193831.235000', '193831.695000', '193832.155000', '193832.615000', '193833.075000', '193833.535000', '193833.995000', '193834.455000', '193834.915000', '193835.375000', '193835.835000', '193836.295000', '193836.755000', '193837.215000', '193837.675000', '193838.135000', '193838.595000', '193839.055000', '193839.515000', '193839.975000', '193840.435000', '193840.895000', '193841.355000', '193841.815000', '193842.275000', '193842.735000', '193843.195000', '193843.655000', '193844.115000', '193844.575000', '193845.035000', '193845.495000', '193845.955000', '193846.415000', '193846.875000', '193847.335000', '193847.795000', '193848.255000', '193848.715000', '193849.175000', '193849.635000', '193850.095000', '193850.555000', '193851.015000', '193851.475000', '193851.935000', '193852.395000', '193852.855000', '193853.315000', '193853.775000', '193854.235000', '193854.695000', '193855.155000', '193855.615000', '193856.075000', '193856.535000', '193856.995000', '193857.455000', '193857.915000', '193858.375000', '193858.835000', '193859.295000', '193859.755000', '193900.215000', '193900.675000', '193901.135000', '193901.595000', '193902.055000', '193902.515000', '193902.975000', '193903.435000', '193903.895000', '193904.355000', '193904.815000', '193905.275000', '193905.735000', '193906.195000', '193906.655000', '193907.115000', '193907.575000', '193908.035000', '193908.495000', '193908.955000', '193909.415000', '193909.875000', '193910.335000', '193910.795000', '193911.255000', '193911.715000', '193912.175000', '193912.635000', '193913.095000', '193913.555000', '193914.015000', '193914.475000', '193914.935000', '193915.395000', '193915.855000', '193916.315000', '193916.775000', '193917.235000', '193917.695000', '193918.155000', '193918.615000', '193919.075000', '193919.535000', '193919.995000', '193920.455000', '193920.915000', '193921.375000', '193921.835000', '193922.295000', '193922.755000', '193923.215000', '193923.675000', '193924.135000', '193924.595000', '193925.055000', '193925.515000', '193925.975000', '193926.435000', '193926.895000', '193927.355000', '193927.815000', '193928.275000', '193928.735000', '193929.195000', '193929.655000', '193930.115000', '193930.575000', '193931.035000', '193931.495000', '193931.955000', '193932.415000', '193932.875000', '193933.335000', '193933.795000', '193934.255000', '193934.715000', '193935.175000', '193935.635000', '193936.095000', '193936.555000', '193937.015000', '193937.475000', '193937.935000', '193938.395000', '193938.855000', '193939.315000', '193939.775000', '193940.235000', '193940.695000', '193941.155000', '193941.615000', '193942.075000', '193942.535000', '193942.995000', '193943.455000', '193943.915000', '193944.375000', '193944.835000', '193945.295000', '193945.755000', '193946.215000', '193946.675000', '193947.135000', '193947.595000', '193948.055000', '193948.515000', '193948.975000', '193949.435000', '193949.895000', '193950.355000', '193950.815000', '193951.275000', '193951.735000', '193952.195000', '193952.655000', '193953.115000', '193953.575000', '193954.035000', '193954.495000', '193954.955000', '193955.415000', '193955.875000', '193956.335000', '193956.795000', '193957.255000', '193957.715000', '193958.175000', '193958.635000', '193959.095000', '193959.555000', '194000.015000', '194000.475000', '194000.935000', '194001.395000', '194001.855000', '194002.315000', '194002.775000', '194003.235000', '194003.695000', '194004.155000', '194004.615000', '194005.075000', '194005.535000', '194005.995000', '194006.455000', '194006.915000', '194007.375000', '194007.835000', '194008.295000', '194008.755000', '194009.215000', '194009.675000', '194010.135000', '194010.595000', '194011.055000', '194011.515000', '194011.975000', '194012.435000', '194012.895000', '194013.355000', '194013.815000', '194014.275000', '194014.735000', '194015.195000', '194015.655000', '194016.115000', '194016.575000', '194017.035000', '194017.495000', '194017.955000', '194018.415000', '194018.875000', '194019.335000', '194019.795000', '194020.255000', '194020.715000', '194021.175000', '194021.635000', '194022.095000', '194022.555000', '194023.015000', '194023.475000', '194023.935000', '194024.395000', '194024.855000', '194025.315000', '194025.775000', '194026.235000', '194026.695000', '194027.155000', '194027.615000', '194028.075000', '194028.535000', '194028.995000', '194029.455000', '194029.915000', '194030.375000', '194030.835000', '194031.295000', '194031.755000', '194032.215000', '194032.675000', '194033.135000', '194033.595000', '194034.055000', '194034.515000', '194034.975000', '194035.435000', '194035.895000', '194036.355000', '194036.815000', '194037.275000', '194037.735000', '194038.195000', '194038.655000', '194039.115000', '194039.575000', '194040.035000', '194040.495000', '194040.955000', '194041.415000', '194041.875000', '194042.335000', '194042.795000', '194043.255000', '194043.715000', '194044.175000', '194044.635000', '194045.095000', '194045.555000', '194046.015000', '194046.475000', '194046.935000', '194047.395000', '194047.855000', '194048.315000', '194048.775000', '194049.235000', '194049.695000', '194050.155000', '194050.615000', '194051.075000', '194051.535000', '194051.995000', '194052.455000', '194052.915000', '194053.375000', '194053.835000', '194054.295000', '194054.755000', '194055.215000', '194055.675000', '194056.135000', '194056.595000', '194057.055000', '194057.515000', '194057.975000', '194058.435000', '194058.895000', '194059.355000', '194059.815000', '194100.275000', '194100.735000', '194101.195000', '194101.655000', '194102.115000', '194102.575000', '194103.035000', '194103.495000', '194103.955000', '194104.415000', '194104.875000', '194105.335000', '194105.795000', '194106.255000', '194106.715000', '194107.175000', '194107.635000', '194108.095000', '194108.555000', '194109.015000', '194109.475000', '194109.935000', '194110.395000', '194110.855000', '194111.315000', '194111.775000', '194112.235000', '194112.695000', '194113.155000', '194113.615000', '194114.075000', '194114.535000', '194114.995000', '194115.455000', '194115.915000', '194116.375000', '194116.835000', '194117.295000', '194117.755000', '194118.215000', '194118.675000', '194119.135000', '194119.595000', '194120.055000', '194120.515000', '194120.975000', '194121.435000', '194121.895000', '194122.355000', '194122.815000', '194123.275000', '194123.735000', '194124.195000', '194124.655000', '194125.115000', '194125.575000', '194126.035000', '194126.495000', '194126.955000', '194127.415000', '194127.875000', '194128.335000', '194128.795000', '194129.255000', '194129.715000', '194130.175000', '194130.635000', '194131.095000', '194131.555000', '194132.015000', '194132.475000', '194132.935000', '194133.395000', '194133.855000', '194134.315000', '194134.775000', '194135.235000', '194135.695000', '194136.155000', '194136.615000', '194137.075000', '194137.535000', '194137.995000', '194138.455000', '194138.915000', '194139.375000', '194139.835000', '194140.295000', '194140.755000', '194141.215000', '194141.675000', '194142.135000', '194142.595000', '194143.055000', '194143.515000', '194143.975000', '194144.435000', '194144.895000', '194145.355000', '194145.815000', '194146.275000', '194146.735000', '194147.195000', '194147.655000', '194148.115000', '194148.575000', '194149.035000', '194149.495000', '194149.955000', '194150.415000', '194150.875000', '194151.335000', '194151.795000', '194152.255000', '194152.715000', '194153.175000', '194153.635000', '194154.095000', '194154.555000', '194155.015000', '194155.475000', '194155.935000', '194156.395000', '194156.855000', '194157.315000', '194157.775000', '194158.235000', '194158.695000', '194159.155000', '194159.615000', '194200.075000', '194200.535000', '194200.995000', '194201.455000', '194201.915000', '194202.375000', '194202.835000', '194203.295000', '194203.755000', '194204.215000', '194204.675000', '194205.135000', '194205.595000', '194206.055000', '194206.515000', '194206.975000', '194207.435000', '194207.895000', '194208.355000', '194208.815000', '194209.275000', '194209.735000', '194210.195000', '194210.655000', '194211.115000', '194211.575000', '194212.035000', '194212.495000', '194212.955000', '194213.415000', '194213.875000', '194214.335000', '194214.795000', '194215.255000', '194215.715000', '194216.175000', '194216.635000', '194217.095000', '194217.555000', '194218.015000', '194218.475000', '194218.935000', '194219.395000', '194219.855000', '194220.315000', '194220.775000', '194221.235000', '194221.695000', '194222.155000', '194222.615000', '194223.075000', '194223.535000', '194223.995000', '194224.455000', '194224.915000', '194225.375000', '194225.835000', '194226.295000', '194226.755000', '194227.215000', '194227.675000', '194228.135000', '194228.595000', '194229.055000', '194229.515000', '194229.975000', '194230.435000', '194230.895000', '194231.355000', '194231.815000', '194232.275000', '194232.735000', '194233.195000', '194233.655000', '194234.115000', '194234.575000', '194235.035000', '194235.495000', '194235.955000', '194236.415000', '194236.875000', '194237.335000', '194237.795000', '194238.255000', '194238.715000', '194239.175000', '194239.635000', '194240.095000', '194240.555000', '194241.015000', '194241.475000', '194241.935000', '194242.395000', '194242.855000', '194243.315000', '194243.775000', '194244.235000', '194244.695000', '194245.155000', '194245.615000', '194246.075000', '194246.535000', '194246.995000', '194247.455000', '194247.915000', '194248.375000', '194248.835000', '194249.295000', '194249.755000', '194250.215000', '194250.675000', '194251.135000', '194251.595000', '194252.055000', '194252.515000', '194252.975000', '194253.435000', '194253.895000', '194254.355000', '194254.815000', '194255.275000', '194255.735000', '194256.195000', '194256.655000', '194257.115000', '194257.575000', '194258.035000', '194258.495000', '194258.955000', '194259.415000', '194259.875000', '194300.335000', '194300.795000', '194301.255000', '194301.715000', '194302.175000'], 'ContentTime': ['193616.416000', '193616.419000', '193616.426000', '193616.428000', '193616.431000', '193616.433000', '193616.436000', '193616.439000', '193616.441000', '193616.444000', '193616.446000', '193616.449000', '193616.451000', '193616.454000', '193616.457000', '193616.459000', '193616.462000', '193616.464000', '193616.467000', '193616.470000', '193616.472000', '193616.475000', '193616.477000', '193616.480000', '193616.483000', '193616.485000', '193616.488000', '193616.490000', '193636.391000', '193636.394000', '193636.397000', '193636.400000', '193636.402000', '193636.405000', '193636.407000', '193636.410000', '193636.412000', '193636.415000', '193636.417000', '193636.420000', '193636.423000', '193636.425000', '193636.428000', '193636.430000', '193636.433000', '193636.435000', '193636.438000', '193636.440000', '193636.443000', '193636.446000', '193636.448000', '193636.451000', '193636.453000', '193636.456000', '193636.459000', '193636.461000', '193636.464000', '193636.466000', '193636.469000', '193636.472000', '193636.482000', '193636.485000', '193636.487000', '193636.490000', '193636.493000', '193636.495000', '193636.498000', '193636.500000', '193636.503000', '193636.505000', '193636.508000', '193656.391000', '193656.394000', '193656.397000', '193656.399000', '193656.402000', '193656.404000', '193656.407000', '193656.410000', '193656.412000', '193656.415000', '193656.417000', '193656.420000', '193656.422000', '193656.425000', '193656.428000', '193656.430000', '193656.433000', '193656.435000', '193656.438000', '193656.440000', '193656.443000', '193656.445000', '193656.448000', '193656.450000', '193656.453000', '193656.455000', '193656.458000', '193656.461000', '193656.463000', '193656.466000', '193656.468000', '193656.471000', '193656.473000', '193656.476000', '193656.479000', '193656.481000', '193656.484000', '193656.486000', '193656.489000', '193656.491000', '193656.494000', '193656.496000', '193656.499000', '193656.502000', '193716.391000', '193716.394000', '193716.397000', '193716.399000', '193716.402000', '193716.405000', '193716.407000', '193716.410000', '193716.412000', '193716.415000', '193716.417000', '193716.452000', '193716.455000', '193716.457000', '193716.460000', '193716.462000', '193716.465000', '193716.467000', '193716.470000', '193716.473000', '193716.475000', '193716.478000', '193716.480000', '193716.483000', '193716.486000', '193716.488000', '193716.491000', '193716.493000', '193716.496000', '193716.499000', '193716.501000', '193716.504000', '193716.506000', '193716.509000', '193716.511000', '193716.514000', '193716.517000', '193716.519000', '193716.522000', '193716.524000', '193716.527000', '193716.530000', '193716.532000', '193736.391000', '193736.394000', '193736.397000', '193736.399000', '193736.402000', '193736.404000', '193736.407000', '193736.409000', '193736.412000', '193736.415000', '193736.417000', '193736.420000', '193736.422000', '193736.425000', '193736.428000', '193736.431000', '193736.433000', '193736.436000', '193736.438000', '193736.441000', '193736.444000', '193736.446000', '193736.449000', '193736.451000', '193736.454000', '193736.457000', '193736.459000', '193736.462000', '193736.464000', '193736.467000', '193736.470000', '193736.472000', '193736.475000', '193736.477000', '193736.480000', '193736.482000', '193736.485000', '193736.488000', '193736.490000', '193736.493000', '193736.496000', '193736.498000', '193736.501000', '193736.503000', '193756.392000', '193756.395000', '193756.397000', '193756.400000', '193756.402000', '193756.405000', '193756.408000', '193756.410000', '193756.413000', '193756.415000', '193756.418000', '193756.421000', '193756.423000', '193756.426000', '193756.428000', '193756.431000', '193756.434000', '193756.436000', '193756.439000', '193756.441000', '193756.444000', '193756.446000', '193756.449000', '193756.452000', '193756.454000', '193756.457000', '193756.460000', '193756.462000', '193756.465000', '193756.467000', '193756.470000', '193756.472000', '193756.475000', '193756.478000', '193756.480000', '193756.483000', '193756.485000', '193756.488000', '193756.491000', '193756.493000', '193756.496000', '193756.498000', '193756.501000', '193816.391000', '193816.394000', '193816.397000', '193816.399000', '193816.402000', '193816.405000', '193816.407000', '193816.410000', '193816.413000', '193816.415000', '193816.418000', '193816.420000', '193816.423000', '193816.425000', '193816.428000', '193816.431000', '193816.433000', '193816.436000', '193816.438000', '193816.441000', '193816.444000', '193816.446000', '193816.449000', '193816.451000', '193816.454000', '193816.457000', '193816.459000', '193816.462000', '193816.464000', '193816.467000', '193816.470000', '193816.472000', '193816.475000', '193816.477000', '193816.480000', '193816.482000', '193816.485000', '193816.488000', '193816.490000', '193816.493000', '193816.496000', '193816.498000', '193816.501000', '193816.503000', '193836.391000', '193836.393000', '193836.396000', '193836.398000', '193836.401000', '193836.404000', '193836.406000', '193836.409000', '193836.411000', '193836.414000', '193836.417000', '193836.419000', '193836.422000', '193836.424000', '193836.427000', '193836.430000', '193836.432000', '193836.435000', '193836.437000', '193836.440000', '193836.443000', '193836.445000', '193836.448000', '193836.450000', '193836.453000', '193836.456000', '193836.458000', '193836.461000', '193836.464000', '193836.466000', '193836.469000', '193836.471000', '193836.474000', '193836.477000', '193836.479000', '193836.482000', '193836.485000', '193836.487000', '193836.490000', '193836.492000', '193836.495000', '193836.498000', '193836.500000', '193856.391000', '193856.394000', '193856.397000', '193856.399000', '193856.402000', '193856.405000', '193856.407000', '193856.425000', '193856.428000', '193856.431000', '193856.433000', '193856.436000', '193856.439000', '193856.441000', '193856.444000', '193856.446000', '193856.449000', '193856.452000', '193856.454000', '193856.457000', '193856.459000', '193856.462000', '193856.465000', '193856.467000', '193856.470000', '193856.473000', '193856.475000', '193856.478000', '193856.481000', '193856.483000', '193856.486000', '193856.488000', '193856.491000', '193856.494000', '193856.496000', '193856.499000', '193856.501000', '193856.504000', '193856.507000', '193856.509000', '193856.512000', '193856.514000', '193856.517000', '193856.520000', '193916.392000', '193916.394000', '193916.397000', '193916.400000', '193916.402000', '193916.406000', '193916.409000', '193916.411000', '193916.414000', '193916.416000', '193916.419000', '193916.421000', '193916.424000', '193916.427000', '193916.429000', '193916.432000', '193916.435000', '193916.437000', '193916.440000', '193916.442000', '193916.445000', '193916.448000', '193916.450000', '193916.453000', '193916.456000', '193916.458000', '193916.461000', '193916.463000', '193916.466000', '193916.469000', '193916.471000', '193916.474000', '193916.476000', '193916.479000', '193916.482000', '193916.484000', '193916.487000', '193916.489000', '193916.492000', '193916.494000', '193916.497000', '193916.500000', '193916.502000', '193936.391000', '193936.394000', '193936.397000', '193936.400000', '193936.402000', '193936.405000', '193936.408000', '193936.410000', '193936.413000', '193936.415000', '193936.418000', '193936.421000', '193936.423000', '193936.426000', '193936.428000', '193936.431000', '193936.433000', '193936.436000', '193936.439000', '193936.441000', '193936.444000', '193936.447000', '193936.449000', '193936.452000', '193936.454000', '193936.457000', '193936.460000', '193936.462000', '193936.465000', '193936.467000', '193936.470000', '193936.473000', '193936.475000', '193936.478000', '193936.480000', '193936.483000', '193936.486000', '193936.488000', '193936.491000', '193936.493000', '193936.496000', '193936.499000', '193936.501000', '193956.392000', '193956.394000', '193956.397000', '193956.400000', '193956.403000', '193956.405000', '193956.408000', '193956.411000', '193956.413000', '193956.416000', '193956.419000', '193956.421000', '193956.424000', '193956.426000', '193956.429000', '193956.432000', '193956.434000', '193956.437000', '193956.439000', '193956.442000', '193956.445000', '193956.447000', '193956.450000', '193956.453000', '193956.455000', '193956.458000', '193956.460000', '193956.463000', '193956.466000', '193956.468000', '193956.471000', '193956.474000', '193956.476000', '193956.479000', '193956.481000', '193956.484000', '193956.487000', '193956.489000', '193956.492000', '193956.494000', '193956.497000', '193956.500000', '193956.502000', '193956.505000', '194016.391000', '194016.394000', '194016.397000', '194016.401000', '194016.404000', '194016.406000', '194016.409000', '194016.412000', '194016.414000', '194016.417000', '194016.419000', '194016.422000', '194016.424000', '194016.427000', '194016.430000', '194016.432000', '194016.435000', '194016.438000', '194016.440000', '194016.443000', '194016.445000', '194016.448000', '194016.451000', '194016.453000', '194016.456000', '194016.459000', '194016.461000', '194016.464000', '194016.468000', '194016.471000', '194016.474000', '194016.476000', '194016.497000', '194016.499000', '194016.502000', '194016.504000', '194016.507000', '194016.510000', '194016.512000', '194016.515000', '194016.517000', '194016.520000', '194016.523000', '194036.392000', '194036.394000', '194036.397000', '194036.400000', '194036.402000', '194036.405000', '194036.408000', '194036.410000', '194036.413000', '194036.415000', '194036.418000', '194036.421000', '194036.423000', '194036.426000', '194036.428000', '194036.431000', '194036.434000', '194036.436000', '194036.439000', '194036.442000', '194036.444000', '194036.447000', '194036.449000', '194036.452000', '194036.455000', '194036.457000', '194036.460000', '194036.462000', '194036.465000', '194036.468000', '194036.471000', '194036.473000', '194036.476000', '194036.478000', '194036.481000', '194036.484000', '194036.486000', '194036.489000', '194036.491000', '194036.494000', '194036.497000', '194036.499000', '194036.502000', '194036.504000', '194056.391000', '194056.393000', '194056.396000', '194056.399000', '194056.402000', '194056.405000', '194056.408000', '194056.410000', '194056.413000', '194056.416000', '194056.418000', '194056.421000', '194056.424000', '194056.427000', '194056.429000', '194056.432000', '194056.435000', '194056.437000', '194056.440000', '194056.442000', '194056.445000', '194056.448000', '194056.450000', '194056.453000', '194056.455000', '194056.458000', '194056.461000', '194056.463000', '194056.466000', '194056.468000', '194056.471000', '194056.474000', '194056.476000', '194056.479000', '194056.482000', '194056.484000', '194056.487000', '194056.489000', '194056.492000', '194056.495000', '194056.497000', '194056.500000', '194056.502000', '194116.392000', '194116.395000', '194116.397000', '194116.400000', '194116.403000', '194116.405000', '194116.408000', '194116.411000', '194116.413000', '194116.416000', '194116.418000', '194116.421000', '194116.423000', '194116.426000', '194116.429000', '194116.431000', '194116.434000', '194116.437000', '194116.439000', '194116.442000', '194116.444000', '194116.447000', '194116.450000', '194116.452000', '194116.455000', '194116.458000', '194116.460000', '194116.463000', '194116.465000', '194116.468000', '194116.471000', '194116.473000', '194116.476000', '194116.478000', '194116.481000', '194116.484000', '194116.486000', '194116.489000', '194116.491000', '194116.494000', '194116.497000', '194116.499000', '194116.502000', '194116.504000', '194136.392000', '194136.394000', '194136.397000', '194136.400000', '194136.402000', '194136.405000', '194136.408000', '194136.410000', '194136.413000', '194136.415000', '194136.418000', '194136.421000', '194136.423000', '194136.426000', '194136.428000', '194136.431000', '194136.434000', '194136.436000', '194136.439000', '194136.441000', '194136.444000', '194136.447000', '194136.449000', '194136.452000', '194136.454000', '194136.457000', '194136.460000', '194136.462000', '194136.465000', '194136.469000', '194136.471000', '194136.474000', '194136.477000', '194136.479000', '194136.482000', '194136.485000', '194136.487000', '194136.490000', '194136.492000', '194136.495000', '194136.498000', '194136.500000', '194136.503000', '194156.392000', '194156.395000', '194156.397000', '194156.400000', '194156.402000', '194156.405000', '194156.408000', '194156.410000', '194156.413000', '194156.416000', '194156.418000', '194156.421000', '194156.423000', '194156.426000', '194156.443000', '194156.446000', '194156.448000', '194156.451000', '194156.455000', '194156.458000', '194156.461000', '194156.463000', '194156.466000', '194156.469000', '194156.471000', '194156.474000', '194156.477000', '194156.479000', '194156.482000', '194156.485000', '194156.487000', '194156.490000', '194156.493000', '194156.495000', '194156.498000', '194156.500000', '194156.503000', '194156.505000', '194156.508000', '194156.511000', '194156.513000', '194156.516000', '194156.519000', '194156.521000', '194216.392000', '194216.394000', '194216.397000', '194216.400000', '194216.402000', '194216.405000', '194216.408000', '194216.410000', '194216.413000', '194216.415000', '194216.418000', '194216.420000', '194216.423000', '194216.426000', '194216.428000', '194216.431000', '194216.433000', '194216.436000', '194216.439000', '194216.441000', '194216.444000', '194216.446000', '194216.449000', '194216.451000', '194216.454000', '194216.457000', '194216.459000', '194216.462000', '194216.465000', '194216.467000', '194216.470000', '194216.472000', '194216.475000', '194216.478000', '194216.480000', '194216.483000', '194216.486000', '194216.488000', '194216.491000', '194216.493000', '194216.496000', '194216.499000', '194216.501000', '194236.392000', '194236.394000', '194236.397000', '194236.400000', '194236.402000', '194236.405000', '194236.407000', '194236.410000', '194236.413000', '194236.415000', '194236.418000', '194236.420000', '194236.423000', '194236.426000', '194236.428000', '194236.431000', '194236.433000', '194236.436000', '194236.439000', '194236.441000', '194236.444000', '194236.446000', '194236.449000', '194236.452000', '194236.454000', '194236.457000', '194236.459000', '194236.462000', '194236.465000', '194236.467000', '194236.470000', '194236.472000', '194236.475000', '194236.478000', '194236.480000', '194236.483000', '194236.485000', '194236.488000', '194236.491000', '194236.493000', '194236.496000', '194236.498000', '194236.501000', '194236.504000', '194256.391000', '194256.394000', '194256.397000', '194256.399000', '194256.402000', '194256.405000', '194256.407000', '194256.410000', '194256.412000', '194256.415000', '194256.418000', '194256.420000', '194256.423000', '194256.425000', '194256.428000', '194256.431000', '194256.433000', '194256.436000', '194256.438000', '194256.441000', '194256.443000', '194256.446000', '194256.449000', '194256.452000', '194256.454000', '194256.457000', '194256.460000', '194256.462000', '194256.465000', '194256.467000', '194256.470000', '194256.473000', '194256.475000', '194256.478000', '194256.480000', '194256.483000', '194256.486000', '194256.489000', '194256.492000', '194256.495000', '194256.498000', '194256.500000', '194256.503000', '194303.953000', '194303.956000', '194303.960000', '194303.972000', '194303.975000', '194303.978000', '194303.981000', '194303.984000', '194303.987000', '194303.989000', '194303.992000', '194303.995000', '194303.998000', '194304.001000', '194304.004000', '194304.006000', '194304.009000'], 'InstanceCreationTime': ['193616.416000', '193616.419000', '193616.426000', '193616.428000', '193616.431000', '193616.433000', '193616.436000', '193616.439000', '193616.441000', '193616.444000', '193616.446000', '193616.449000', '193616.451000', '193616.454000', '193616.457000', '193616.459000', '193616.462000', '193616.464000', '193616.467000', '193616.470000', '193616.472000', '193616.475000', '193616.477000', '193616.480000', '193616.483000', '193616.485000', '193616.488000', '193616.490000', '193636.391000', '193636.394000', '193636.397000', '193636.400000', '193636.402000', '193636.405000', '193636.407000', '193636.410000', '193636.412000', '193636.415000', '193636.417000', '193636.420000', '193636.423000', '193636.425000', '193636.428000', '193636.430000', '193636.433000', '193636.435000', '193636.438000', '193636.440000', '193636.443000', '193636.446000', '193636.448000', '193636.451000', '193636.453000', '193636.456000', '193636.459000', '193636.461000', '193636.464000', '193636.466000', '193636.469000', '193636.472000', '193636.482000', '193636.485000', '193636.487000', '193636.490000', '193636.493000', '193636.495000', '193636.498000', '193636.500000', '193636.503000', '193636.505000', '193636.508000', '193656.391000', '193656.394000', '193656.397000', '193656.399000', '193656.402000', '193656.404000', '193656.407000', '193656.410000', '193656.412000', '193656.415000', '193656.417000', '193656.420000', '193656.422000', '193656.425000', '193656.428000', '193656.430000', '193656.433000', '193656.435000', '193656.438000', '193656.440000', '193656.443000', '193656.445000', '193656.448000', '193656.450000', '193656.453000', '193656.455000', '193656.458000', '193656.461000', '193656.463000', '193656.466000', '193656.468000', '193656.471000', '193656.473000', '193656.476000', '193656.479000', '193656.481000', '193656.484000', '193656.486000', '193656.489000', '193656.491000', '193656.494000', '193656.496000', '193656.499000', '193656.502000', '193716.391000', '193716.394000', '193716.397000', '193716.399000', '193716.402000', '193716.405000', '193716.407000', '193716.410000', '193716.412000', '193716.415000', '193716.417000', '193716.452000', '193716.455000', '193716.457000', '193716.460000', '193716.462000', '193716.465000', '193716.467000', '193716.470000', '193716.473000', '193716.475000', '193716.478000', '193716.480000', '193716.483000', '193716.486000', '193716.488000', '193716.491000', '193716.493000', '193716.496000', '193716.499000', '193716.501000', '193716.504000', '193716.506000', '193716.509000', '193716.511000', '193716.514000', '193716.517000', '193716.519000', '193716.522000', '193716.524000', '193716.527000', '193716.530000', '193716.532000', '193736.391000', '193736.394000', '193736.397000', '193736.399000', '193736.402000', '193736.404000', '193736.407000', '193736.409000', '193736.412000', '193736.415000', '193736.417000', '193736.420000', '193736.422000', '193736.425000', '193736.428000', '193736.431000', '193736.433000', '193736.436000', '193736.438000', '193736.441000', '193736.444000', '193736.446000', '193736.449000', '193736.451000', '193736.454000', '193736.457000', '193736.459000', '193736.462000', '193736.464000', '193736.467000', '193736.470000', '193736.472000', '193736.475000', '193736.477000', '193736.480000', '193736.482000', '193736.485000', '193736.488000', '193736.490000', '193736.493000', '193736.496000', '193736.498000', '193736.501000', '193736.503000', '193756.392000', '193756.395000', '193756.397000', '193756.400000', '193756.402000', '193756.405000', '193756.408000', '193756.410000', '193756.413000', '193756.415000', '193756.418000', '193756.421000', '193756.423000', '193756.426000', '193756.428000', '193756.431000', '193756.434000', '193756.436000', '193756.439000', '193756.441000', '193756.444000', '193756.446000', '193756.449000', '193756.452000', '193756.454000', '193756.457000', '193756.460000', '193756.462000', '193756.465000', '193756.467000', '193756.470000', '193756.472000', '193756.475000', '193756.478000', '193756.480000', '193756.483000', '193756.485000', '193756.488000', '193756.491000', '193756.493000', '193756.496000', '193756.498000', '193756.501000', '193816.391000', '193816.394000', '193816.397000', '193816.399000', '193816.402000', '193816.405000', '193816.407000', '193816.410000', '193816.413000', '193816.415000', '193816.418000', '193816.420000', '193816.423000', '193816.425000', '193816.428000', '193816.431000', '193816.433000', '193816.436000', '193816.438000', '193816.441000', '193816.444000', '193816.446000', '193816.449000', '193816.451000', '193816.454000', '193816.457000', '193816.459000', '193816.462000', '193816.464000', '193816.467000', '193816.470000', '193816.472000', '193816.475000', '193816.477000', '193816.480000', '193816.482000', '193816.485000', '193816.488000', '193816.490000', '193816.493000', '193816.496000', '193816.498000', '193816.501000', '193816.503000', '193836.391000', '193836.393000', '193836.396000', '193836.398000', '193836.401000', '193836.404000', '193836.406000', '193836.409000', '193836.411000', '193836.414000', '193836.417000', '193836.419000', '193836.422000', '193836.424000', '193836.427000', '193836.430000', '193836.432000', '193836.435000', '193836.437000', '193836.440000', '193836.443000', '193836.445000', '193836.448000', '193836.450000', '193836.453000', '193836.456000', '193836.458000', '193836.461000', '193836.464000', '193836.466000', '193836.469000', '193836.471000', '193836.474000', '193836.477000', '193836.479000', '193836.482000', '193836.485000', '193836.487000', '193836.490000', '193836.492000', '193836.495000', '193836.498000', '193836.500000', '193856.391000', '193856.394000', '193856.397000', '193856.399000', '193856.402000', '193856.405000', '193856.407000', '193856.425000', '193856.428000', '193856.431000', '193856.433000', '193856.436000', '193856.439000', '193856.441000', '193856.444000', '193856.446000', '193856.449000', '193856.452000', '193856.454000', '193856.457000', '193856.459000', '193856.462000', '193856.465000', '193856.467000', '193856.470000', '193856.473000', '193856.475000', '193856.478000', '193856.481000', '193856.483000', '193856.486000', '193856.488000', '193856.491000', '193856.494000', '193856.496000', '193856.499000', '193856.501000', '193856.504000', '193856.507000', '193856.509000', '193856.512000', '193856.514000', '193856.517000', '193856.520000', '193916.392000', '193916.394000', '193916.397000', '193916.400000', '193916.402000', '193916.406000', '193916.409000', '193916.411000', '193916.414000', '193916.416000', '193916.419000', '193916.421000', '193916.424000', '193916.427000', '193916.429000', '193916.432000', '193916.435000', '193916.437000', '193916.440000', '193916.442000', '193916.445000', '193916.448000', '193916.450000', '193916.453000', '193916.456000', '193916.458000', '193916.461000', '193916.463000', '193916.466000', '193916.469000', '193916.471000', '193916.474000', '193916.476000', '193916.479000', '193916.482000', '193916.484000', '193916.487000', '193916.489000', '193916.492000', '193916.494000', '193916.497000', '193916.500000', '193916.502000', '193936.391000', '193936.394000', '193936.397000', '193936.400000', '193936.402000', '193936.405000', '193936.408000', '193936.410000', '193936.413000', '193936.415000', '193936.418000', '193936.421000', '193936.423000', '193936.426000', '193936.428000', '193936.431000', '193936.433000', '193936.436000', '193936.439000', '193936.441000', '193936.444000', '193936.447000', '193936.449000', '193936.452000', '193936.454000', '193936.457000', '193936.460000', '193936.462000', '193936.465000', '193936.467000', '193936.470000', '193936.473000', '193936.475000', '193936.478000', '193936.480000', '193936.483000', '193936.486000', '193936.488000', '193936.491000', '193936.493000', '193936.496000', '193936.499000', '193936.501000', '193956.392000', '193956.394000', '193956.397000', '193956.400000', '193956.403000', '193956.405000', '193956.408000', '193956.411000', '193956.413000', '193956.416000', '193956.419000', '193956.421000', '193956.424000', '193956.426000', '193956.429000', '193956.432000', '193956.434000', '193956.437000', '193956.439000', '193956.442000', '193956.445000', '193956.447000', '193956.450000', '193956.453000', '193956.455000', '193956.458000', '193956.460000', '193956.463000', '193956.466000', '193956.468000', '193956.471000', '193956.474000', '193956.476000', '193956.479000', '193956.481000', '193956.484000', '193956.487000', '193956.489000', '193956.492000', '193956.494000', '193956.497000', '193956.500000', '193956.502000', '193956.505000', '194016.391000', '194016.394000', '194016.397000', '194016.401000', '194016.404000', '194016.406000', '194016.409000', '194016.412000', '194016.414000', '194016.417000', '194016.419000', '194016.422000', '194016.424000', '194016.427000', '194016.430000', '194016.432000', '194016.435000', '194016.438000', '194016.440000', '194016.443000', '194016.445000', '194016.448000', '194016.451000', '194016.453000', '194016.456000', '194016.459000', '194016.461000', '194016.464000', '194016.468000', '194016.471000', '194016.474000', '194016.476000', '194016.497000', '194016.499000', '194016.502000', '194016.504000', '194016.507000', '194016.510000', '194016.512000', '194016.515000', '194016.517000', '194016.520000', '194016.523000', '194036.392000', '194036.394000', '194036.397000', '194036.400000', '194036.402000', '194036.405000', '194036.408000', '194036.410000', '194036.413000', '194036.415000', '194036.418000', '194036.421000', '194036.423000', '194036.426000', '194036.428000', '194036.431000', '194036.434000', '194036.436000', '194036.439000', '194036.442000', '194036.444000', '194036.447000', '194036.449000', '194036.452000', '194036.455000', '194036.457000', '194036.460000', '194036.462000', '194036.465000', '194036.468000', '194036.471000', '194036.473000', '194036.476000', '194036.478000', '194036.481000', '194036.484000', '194036.486000', '194036.489000', '194036.491000', '194036.494000', '194036.497000', '194036.499000', '194036.502000', '194036.504000', '194056.391000', '194056.393000', '194056.396000', '194056.399000', '194056.402000', '194056.405000', '194056.408000', '194056.410000', '194056.413000', '194056.416000', '194056.418000', '194056.421000', '194056.424000', '194056.427000', '194056.429000', '194056.432000', '194056.435000', '194056.437000', '194056.440000', '194056.442000', '194056.445000', '194056.448000', '194056.450000', '194056.453000', '194056.455000', '194056.458000', '194056.461000', '194056.463000', '194056.466000', '194056.468000', '194056.471000', '194056.474000', '194056.476000', '194056.479000', '194056.482000', '194056.484000', '194056.487000', '194056.489000', '194056.492000', '194056.495000', '194056.497000', '194056.500000', '194056.502000', '194116.392000', '194116.395000', '194116.397000', '194116.400000', '194116.403000', '194116.405000', '194116.408000', '194116.411000', '194116.413000', '194116.416000', '194116.418000', '194116.421000', '194116.423000', '194116.426000', '194116.429000', '194116.431000', '194116.434000', '194116.437000', '194116.439000', '194116.442000', '194116.444000', '194116.447000', '194116.450000', '194116.452000', '194116.455000', '194116.458000', '194116.460000', '194116.463000', '194116.465000', '194116.468000', '194116.471000', '194116.473000', '194116.476000', '194116.478000', '194116.481000', '194116.484000', '194116.486000', '194116.489000', '194116.491000', '194116.494000', '194116.497000', '194116.499000', '194116.502000', '194116.504000', '194136.392000', '194136.394000', '194136.397000', '194136.400000', '194136.402000', '194136.405000', '194136.408000', '194136.410000', '194136.413000', '194136.415000', '194136.418000', '194136.421000', '194136.423000', '194136.426000', '194136.428000', '194136.431000', '194136.434000', '194136.436000', '194136.439000', '194136.441000', '194136.444000', '194136.447000', '194136.449000', '194136.452000', '194136.454000', '194136.457000', '194136.460000', '194136.462000', '194136.465000', '194136.469000', '194136.471000', '194136.474000', '194136.477000', '194136.479000', '194136.482000', '194136.485000', '194136.487000', '194136.490000', '194136.492000', '194136.495000', '194136.498000', '194136.500000', '194136.503000', '194156.392000', '194156.395000', '194156.397000', '194156.400000', '194156.402000', '194156.405000', '194156.408000', '194156.410000', '194156.413000', '194156.416000', '194156.418000', '194156.421000', '194156.423000', '194156.426000', '194156.443000', '194156.446000', '194156.448000', '194156.451000', '194156.455000', '194156.458000', '194156.461000', '194156.463000', '194156.466000', '194156.469000', '194156.471000', '194156.474000', '194156.477000', '194156.479000', '194156.482000', '194156.485000', '194156.487000', '194156.490000', '194156.493000', '194156.495000', '194156.498000', '194156.500000', '194156.503000', '194156.505000', '194156.508000', '194156.511000', '194156.513000', '194156.516000', '194156.519000', '194156.521000', '194216.392000', '194216.394000', '194216.397000', '194216.400000', '194216.402000', '194216.405000', '194216.408000', '194216.410000', '194216.413000', '194216.415000', '194216.418000', '194216.420000', '194216.423000', '194216.426000', '194216.428000', '194216.431000', '194216.433000', '194216.436000', '194216.439000', '194216.441000', '194216.444000', '194216.446000', '194216.449000', '194216.451000', '194216.454000', '194216.457000', '194216.459000', '194216.462000', '194216.465000', '194216.467000', '194216.470000', '194216.472000', '194216.475000', '194216.478000', '194216.480000', '194216.483000', '194216.486000', '194216.488000', '194216.491000', '194216.493000', '194216.496000', '194216.499000', '194216.501000', '194236.392000', '194236.394000', '194236.397000', '194236.400000', '194236.402000', '194236.405000', '194236.407000', '194236.410000', '194236.413000', '194236.415000', '194236.418000', '194236.420000', '194236.423000', '194236.426000', '194236.428000', '194236.431000', '194236.433000', '194236.436000', '194236.439000', '194236.441000', '194236.444000', '194236.446000', '194236.449000', '194236.452000', '194236.454000', '194236.457000', '194236.459000', '194236.462000', '194236.465000', '194236.467000', '194236.470000', '194236.472000', '194236.475000', '194236.478000', '194236.480000', '194236.483000', '194236.485000', '194236.488000', '194236.491000', '194236.493000', '194236.496000', '194236.498000', '194236.501000', '194236.504000', '194256.391000', '194256.394000', '194256.397000', '194256.399000', '194256.402000', '194256.405000', '194256.407000', '194256.410000', '194256.412000', '194256.415000', '194256.418000', '194256.420000', '194256.423000', '194256.425000', '194256.428000', '194256.431000', '194256.433000', '194256.436000', '194256.438000', '194256.441000', '194256.443000', '194256.446000', '194256.449000', '194256.452000', '194256.454000', '194256.457000', '194256.460000', '194256.462000', '194256.465000', '194256.467000', '194256.470000', '194256.473000', '194256.475000', '194256.478000', '194256.480000', '194256.483000', '194256.486000', '194256.489000', '194256.492000', '194256.495000', '194256.498000', '194256.500000', '194256.503000', '194303.953000', '194303.956000', '194303.960000', '194303.972000', '194303.975000', '194303.978000', '194303.981000', '194303.984000', '194303.987000', '194303.989000', '194303.992000', '194303.995000', '194303.998000', '194304.001000', '194304.004000', '194304.006000', '194304.009000'], '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': [15380, 10029, 11580, 7329, 10172, 7391, 13136, 9326, 14145, 9012, 11495, 7259, 11567, 6953, 10015, 7188, 8226, 7880, 7269, 10477, 7068, 9957, 7580, 8509, 7212, 7801, 7763, 7362, 9835, 7209, 10890, 7079, 10629, 7426, 10166, 7326, 8423, 7473, 7562, 7381, 7442, 15018, 9078, 13079, 7276, 11772, 7458, 10916, 7215, 9465, 7110, 7759, 7586, 7579, 12074, 9152, 12974, 7275, 13936, 7364, 12035, 9952, 10642, 7077, 9516, 6912, 8168, 7363, 8377, 7391, 7451, 7512, 7200, 11176, 7890, 10834, 7198, 10347, 7250, 11112, 6990, 10131, 7107, 8072, 7555, 7518, 9835, 7417, 12143, 7204, 10172, 7130, 9996, 7363, 9702, 7792, 9723, 6969, 9511, 7046, 8454, 11882, 10528, 13438, 7185, 12699, 7438, 11410, 7208, 9001, 6989, 7881, 7098, 7467, 12918, 7635, 10576, 7246, 10511, 6992, 9734, 7163, 9077, 7161, 7874, 7514, 7635, 10851, 7372, 9850, 7101, 11144, 7239, 10781, 9021, 10529, 7410, 10016, 7072, 10354, 7220, 9803, 7178, 9737, 6781, 8502, 12834, 9815, 13044, 7328, 11947, 7396, 10969, 8173, 9886, 7174, 8042, 6897, 7795, 7546, 7429, 6939, 7504, 10782, 7383, 10134, 7990, 9307, 7372, 9976, 7312, 9660, 6903, 9970, 6975, 7858, 7462, 7671, 12544, 7710, 8161, 7552, 10352, 7357, 11283, 9039, 10309, 7226, 10560, 7570, 10703, 7511, 10409, 7102, 9251, 7155, 8724, 7385, 9752, 7092, 8773, 7094, 8230, 7268, 10607, 7191, 10092, 7086, 9543, 7114, 9758, 7469, 10106, 7327, 7618, 8601, 7612, 14564, 8966, 9818, 7604, 10100, 7488, 10511, 7839, 9885, 7542, 10559, 7621, 10292, 7835, 11709, 7221, 9306, 7190, 8221, 7559, 12250, 7203, 8032, 6997, 7755, 7145, 7759, 7504, 8808, 8083, 7581, 11514, 7441, 12863, 8842, 11553, 7502, 10320, 7346, 8947, 7229, 7867, 7354, 7744, 7292, 7607, 9443, 7720, 10968, 7669, 9748, 7475, 10249, 7645, 10630, 9068, 7475, 7094, 7503, 6983, 7357, 7161, 8629, 8282, 10460, 8876, 10189, 7051, 14933, 10686, 13907, 9793, 15195, 8629, 13877, 10195, 15226, 8433, 11878, 7005, 10375, 7015, 10082, 6907, 9504, 7073, 7258, 11902, 7135, 10928, 6981, 9249, 6986, 9081, 7506, 8235, 6820, 7895, 6985, 8090, 7169, 9018, 6859, 10382, 8629, 10630, 6930, 10660, 7588, 11600, 9558, 11238, 7035, 10641, 6830, 10783, 7957, 11354, 7048, 9594, 7177, 8663, 7606, 11770, 7305, 7018, 7113, 7125, 7903, 7293, 7627, 7263, 13755, 6905, 11518, 7257, 10802, 7236, 9784, 7338, 9468, 7753, 7861, 7593, 7047, 8449, 7147, 7878, 7432, 8253, 8933, 8012, 7338, 8251, 7410, 12709, 9443, 8975, 7044, 8697, 7324, 8330, 7301, 8160, 6965, 7720, 7239, 8342, 8194, 8591, 8289, 8397, 7229, 8050, 7306, 13416, 7570, 12432, 7671, 10694, 7780, 9738, 8203, 9538, 6984, 7837, 7058, 8297, 7775, 7908, 11109, 7911, 13257, 9257, 12746, 7687, 11286, 8350, 11591, 9864, 9936, 8051, 10353, 7936, 10367, 8502, 10128, 7924, 9815, 8362, 9598, 8107, 8792, 8465, 7660, 10659, 7628, 11586, 7654, 9320, 8184, 9839, 8308, 9054, 8320, 8440, 8306, 7457, 7890, 8003, 11559, 8141, 10166, 7943, 9614, 8211, 9682, 8285, 9109, 8375, 7941, 8832, 8026, 10630, 8359, 12018, 8043, 10855, 8287, 10374, 8379, 9997, 8362, 8697, 8313, 7316, 8594, 7892, 9161, 7788, 9773, 8326, 10733, 8393, 10471, 8403, 9739, 8513, 9412, 8738, 9774, 8546, 9393, 8604, 8457, 8389, 7940, 8191, 9200, 8237, 8460, 8660, 8114, 8462, 8328, 8559, 8239, 8075, 8547, 9409, 8407, 11509, 8400, 8836, 8675, 11634, 8671, 11380, 8596, 11661, 8685, 9310, 8765, 9433, 8339, 9119, 8518, 7353, 8354, 8270, 7858, 8330, 9685, 7959, 10690, 8113, 12161, 8500, 11990, 8928, 11679, 8713, 9746, 8843, 9335, 8719, 9444, 8608, 9477, 8799, 9903, 8639, 12609, 8623, 10491, 8818, 8822, 8689, 12726, 8691, 9084, 8753, 8554, 8671, 8562, 8712, 8272, 8132, 8208, 7871, 8399, 8513, 8225, 8216, 8890, 10681, 8864, 10861, 9048, 8919, 9044, 8705, 8834, 8822, 8797, 8653, 8705, 7974, 8744, 8104, 8558, 9047, 8646, 8311, 8854, 8339, 8599, 9706, 10354, 8576, 10332, 8776, 12849, 9014, 10367, 8707, 8170, 9099, 8059, 8850, 8283, 8294, 8734, 8976, 8788, 7815, 9025, 12325, 9008, 9642, 9243, 9262, 9217, 9269, 9086, 9058, 8998, 10077, 8623, 8462, 8600, 8518, 9047, 9100, 9117, 8999, 8607, 8731, 11746, 9005, 8321, 9035, 9037, 8977, 10676, 8701, 9954, 8869, 8788, 9183, 9384, 8720, 9392, 8705, 9544, 8736, 8734, 8330, 8234, 13984, 9456, 8996, 8827, 9154, 8692, 8455, 8809, 8306, 8755, 10108, 9128, 12137, 9061, 9935, 8895, 9790, 9105, 9057, 9082, 10033, 9090, 9765, 9247, 9824, 8991, 11148, 8968, 8461, 8609, 8467, 9854, 8554, 7972, 8892, 8337, 9172, 9190, 8906, 10211, 9060, 9083, 9158, 9300, 9047, 9092, 9115, 9129, 8986, 8531, 8803, 7980, 8583, 10773, 8722, 7873, 8742, 8039, 9224, 9486, 9160, 10286, 9124, 11596, 9152, 11418, 9067, 11912, 9144, 14431, 9057, 9946, 11121, 8637, 14685, 10429, 15612, 8583, 11271, 8920, 9563, 8969, 9262, 9191, 9424, 9088, 8400, 9472, 8763, 10354, 8920, 9956, 9306, 9115, 8980, 8618, 9509, 8618, 9072, 8941, 9976, 8937, 8915, 9228, 8995, 9174, 8607, 8614, 8794, 8909, 8991, 9725, 9196, 9756, 9104, 8907, 9245, 9082, 9231, 8904, 8893, 8965, 9056, 7927, 9287, 8844, 11051, 8700, 12766, 9084, 11446, 8845, 9832, 8719, 8288, 8926, 8686, 8946, 10817, 9016, 9837, 9075, 10131, 9273, 10678, 9198, 9679, 9124, 9031, 9370, 9354, 9611, 9615, 9041, 9803, 9110, 9207, 9150, 9404, 9000, 10209, 9088, 11999, 9121, 9521, 8925, 9658, 8714, 15907, 9166, 10959, 9232, 9153, 9049, 10262, 9097, 12820, 9511, 10907, 9656, 10107, 9463, 14949, 9286, 11378, 9324, 9019, 9029, 10576, 9257, 9067, 9040, 8607, 8553, 8705, 8491, 8477, 12656, 9173, 14367, 8985, 12013, 8838, 10672, 9065, 11448, 9151, 9950, 9217, 10092, 9401, 9146, 9021, 8848, 8982, 8798, 9226, 8500, 8964, 8665, 8809, 8267, 9810, 9236, 12855, 8967, 11115, 9153, 9959, 9206, 10687, 8886, 10213, 8787, 11211, 8429, 9236, 8599, 8885, 9355, 7946, 9194, 11632, 8975, 10426, 8626, 8611, 8612, 8971, 10810, 14788, 10988, 15535, 12818, 16171, 8698, 12669, 8328], 'WindowCenter': [4171.0, 4105.0, 4115.0, 4036.0, 4079.0, 4037.0, 4112.0, 4067.0, 4106.0, 4043.0, 4073.0, 4013.0, 4067.0, 4014.0, 4064.0, 4000.0, 4026.0, 4021.0, 4021.0, 4063.0, 4012.0, 4052.0, 4022.0, 4030.0, 4009.0, 4022.0, 4033.0, 4019.0, 4062.0, 4018.0, 4073.0, 4020.0, 4074.0, 4035.0, 4076.0, 4022.0, 4044.0, 4024.0, 4032.0, 4025.0, 4036.0, 4117.0, 4054.0, 4095.0, 4023.0, 4083.0, 4026.0, 4075.0, 4024.0, 4053.0, 4012.0, 4023.0, 4034.0, 4034.0, 4083.0, 4053.0, 4081.0, 4012.0, 4093.0, 4013.0, 4083.0, 4046.0, 4062.0, 4010.0, 4053.0, 4013.0, 4030.0, 4010.0, 4030.0, 4009.0, 4021.0, 4016.0, 4025.0, 4077.0, 4034.0, 4073.0, 4014.0, 4064.0, 4023.0, 4074.0, 4006.0, 4064.0, 4011.0, 4046.0, 4023.0, 4017.0, 4066.0, 4024.0, 4084.0, 4023.0, 4056.0, 4012.0, 4065.0, 4025.0, 4062.0, 4033.0, 4062.0, 4014.0, 4064.0, 4015.0, 4047.0, 4083.0, 4074.0, 4093.0, 4006.0, 4080.0, 4023.0, 4084.0, 4005.0, 4042.0, 4001.0, 4025.0, 4010.0, 4017.0, 4093.0, 4020.0, 4061.0, 4010.0, 4061.0, 4012.0, 4063.0, 4011.0, 4036.0, 4012.0, 4030.0, 4022.0, 4035.0, 4074.0, 4017.0, 4061.0, 4006.0, 4067.0, 4022.0, 4075.0, 4055.0, 4073.0, 4022.0, 4065.0, 4014.0, 4068.0, 4023.0, 4063.0, 4013.0, 4058.0, 4007.0, 4055.0, 4095.0, 4058.0, 4083.0, 4025.0, 4098.0, 4022.0, 4072.0, 4031.0, 4055.0, 4012.0, 4025.0, 4012.0, 4033.0, 4014.0, 4020.0, 4009.0, 4015.0, 4072.0, 4022.0, 4063.0, 4036.0, 4051.0, 4016.0, 4062.0, 4022.0, 4057.0, 4012.0, 4064.0, 4013.0, 4044.0, 4020.0, 4034.0, 4076.0, 4032.0, 4031.0, 4021.0, 4064.0, 4017.0, 4085.0, 4055.0, 4063.0, 4020.0, 4060.0, 4022.0, 4073.0, 4015.0, 4060.0, 4010.0, 4052.0, 4010.0, 4044.0, 4024.0, 4065.0, 4017.0, 4056.0, 4021.0, 4045.0, 4026.0, 4069.0, 4016.0, 4075.0, 4007.0, 4064.0, 4026.0, 4066.0, 4017.0, 4078.0, 4024.0, 4033.0, 4036.0, 4034.0, 4105.0, 4052.0, 4062.0, 4031.0, 4062.0, 4024.0, 4074.0, 4033.0, 4062.0, 4027.0, 4071.0, 4035.0, 4072.0, 4034.0, 4082.0, 4015.0, 4050.0, 4012.0, 4038.0, 4034.0, 4098.0, 4024.0, 4032.0, 4013.0, 4023.0, 4012.0, 4026.0, 4024.0, 4052.0, 4031.0, 4024.0, 4082.0, 4022.0, 4095.0, 4054.0, 4071.0, 4022.0, 4074.0, 4021.0, 4053.0, 4022.0, 4031.0, 4023.0, 4026.0, 4021.0, 4033.0, 4061.0, 4031.0, 4071.0, 4023.0, 4053.0, 4016.0, 4068.0, 4048.0, 4100.0, 4068.0, 4030.0, 4025.0, 4023.0, 4018.0, 4026.0, 4026.0, 4055.0, 4056.0, 4085.0, 4060.0, 4076.0, 4026.0, 4120.0, 4076.0, 4095.0, 4064.0, 4085.0, 4030.0, 4091.0, 4061.0, 4091.0, 4024.0, 4068.0, 3995.0, 4048.0, 3994.0, 4041.0, 3989.0, 4049.0, 3994.0, 4009.0, 4061.0, 3992.0, 4058.0, 3996.0, 4037.0, 3991.0, 4025.0, 4011.0, 4044.0, 4002.0, 4024.0, 4009.0, 4029.0, 4005.0, 4052.0, 4010.0, 4070.0, 4057.0, 4075.0, 4023.0, 4074.0, 4036.0, 4094.0, 4066.0, 4078.0, 4025.0, 4073.0, 4007.0, 4072.0, 4032.0, 4075.0, 4012.0, 4057.0, 4005.0, 4050.0, 4016.0, 4077.0, 4021.0, 4012.0, 4012.0, 4012.0, 4032.0, 4022.0, 4019.0, 4015.0, 4086.0, 4010.0, 4082.0, 4021.0, 4065.0, 4015.0, 4055.0, 4015.0, 4052.0, 4026.0, 4026.0, 4030.0, 4005.0, 4036.0, 4024.0, 4044.0, 4028.0, 4038.0, 4048.0, 4037.0, 4017.0, 4037.0, 4036.0, 4095.0, 4071.0, 4055.0, 4020.0, 4056.0, 4029.0, 4050.0, 4029.0, 4037.0, 4024.0, 4027.0, 4018.0, 4038.0, 4049.0, 4043.0, 4038.0, 4043.0, 4025.0, 4044.0, 4036.0, 4093.0, 4035.0, 4076.0, 4028.0, 4068.0, 4028.0, 4058.0, 4059.0, 4072.0, 4027.0, 4017.0, 4027.0, 4046.0, 4036.0, 4027.0, 4086.0, 4048.0, 4108.0, 4060.0, 4096.0, 4028.0, 4074.0, 4043.0, 4082.0, 4071.0, 4058.0, 4027.0, 4076.0, 4045.0, 4076.0, 4049.0, 4068.0, 4045.0, 4058.0, 4046.0, 4067.0, 4036.0, 4037.0, 4031.0, 4032.0, 4067.0, 4034.0, 4077.0, 4015.0, 4045.0, 4043.0, 4060.0, 4043.0, 4052.0, 4044.0, 4037.0, 4043.0, 4023.0, 4033.0, 4038.0, 4087.0, 4046.0, 4075.0, 4046.0, 4058.0, 4044.0, 4077.0, 4049.0, 4053.0, 4037.0, 4038.0, 4053.0, 4039.0, 4074.0, 4056.0, 4094.0, 4045.0, 4074.0, 4037.0, 4068.0, 4049.0, 4068.0, 4046.0, 4044.0, 4045.0, 4017.0, 4048.0, 4039.0, 4064.0, 4041.0, 4058.0, 4057.0, 4085.0, 4050.0, 4084.0, 4039.0, 4065.0, 4049.0, 4062.0, 4056.0, 4070.0, 4050.0, 4066.0, 4055.0, 4054.0, 4038.0, 4039.0, 4054.0, 4067.0, 4049.0, 4056.0, 4048.0, 4046.0, 4057.0, 4049.0, 4055.0, 4046.0, 4043.0, 4056.0, 4058.0, 4058.0, 4091.0, 4056.0, 4053.0, 4050.0, 4083.0, 4068.0, 4096.0, 4057.0, 4078.0, 4054.0, 4047.0, 4036.0, 4066.0, 4037.0, 4051.0, 4037.0, 4016.0, 4042.0, 4043.0, 4045.0, 4055.0, 4063.0, 4045.0, 4068.0, 4045.0, 4091.0, 4054.0, 4084.0, 4054.0, 4081.0, 4041.0, 4063.0, 4048.0, 4066.0, 4049.0, 4057.0, 4048.0, 4057.0, 4055.0, 4075.0, 4046.0, 4079.0, 4036.0, 4056.0, 4053.0, 4046.0, 4037.0, 4091.0, 4042.0, 4060.0, 4064.0, 4053.0, 4039.0, 4043.0, 4039.0, 4042.0, 4032.0, 4043.0, 4030.0, 4044.0, 4053.0, 4035.0, 4028.0, 4042.0, 4066.0, 4053.0, 4066.0, 4047.0, 4035.0, 4052.0, 4039.0, 4046.0, 4046.0, 4036.0, 4041.0, 4043.0, 4032.0, 4053.0, 4045.0, 4055.0, 4054.0, 4054.0, 4038.0, 4056.0, 4051.0, 4048.0, 4059.0, 4063.0, 4047.0, 4061.0, 4047.0, 4107.0, 4066.0, 4067.0, 4042.0, 4034.0, 4053.0, 4030.0, 4053.0, 4042.0, 4042.0, 4048.0, 4052.0, 4048.0, 4031.0, 4054.0, 4093.0, 4066.0, 4062.0, 4064.0, 4053.0, 4065.0, 4063.0, 4065.0, 4065.0, 4055.0, 4070.0, 4048.0, 4044.0, 4056.0, 4054.0, 4051.0, 4055.0, 4054.0, 4053.0, 4040.0, 4055.0, 4083.0, 4055.0, 4042.0, 4051.0, 4051.0, 4048.0, 4078.0, 4054.0, 4062.0, 4048.0, 4044.0, 4065.0, 4064.0, 4053.0, 4066.0, 4053.0, 4063.0, 4036.0, 4054.0, 4042.0, 4059.0, 4118.0, 4060.0, 4053.0, 4054.0, 4052.0, 4048.0, 4044.0, 4067.0, 4036.0, 4054.0, 4063.0, 4065.0, 4095.0, 4053.0, 4063.0, 4056.0, 4064.0, 4066.0, 4054.0, 4047.0, 4062.0, 4055.0, 4063.0, 4054.0, 4065.0, 4051.0, 4072.0, 4040.0, 4029.0, 4028.0, 4042.0, 4043.0, 4042.0, 4020.0, 4051.0, 4032.0, 4053.0, 4064.0, 4055.0, 4074.0, 4055.0, 4052.0, 4065.0, 4059.0, 4053.0, 4047.0, 4052.0, 4051.0, 4047.0, 4054.0, 4064.0, 4046.0, 4055.0, 4088.0, 4043.0, 4044.0, 4057.0, 4039.0, 4065.0, 4076.0, 4075.0, 4075.0, 4076.0, 4099.0, 4065.0, 4090.0, 4066.0, 4085.0, 4047.0, 4105.0, 4040.0, 4053.0, 4071.0, 4039.0, 4091.0, 4063.0, 4092.0, 4028.0, 4061.0, 4039.0, 4038.0, 4040.0, 4033.0, 4037.0, 4051.0, 4038.0, 4030.0, 4037.0, 4023.0, 4042.0, 4038.0, 4049.0, 4049.0, 4043.0, 4038.0, 4032.0, 4050.0, 4035.0, 4039.0, 4052.0, 4054.0, 4034.0, 4039.0, 4049.0, 4040.0, 4052.0, 4041.0, 4041.0, 4042.0, 4037.0, 4052.0, 4050.0, 4052.0, 4065.0, 4047.0, 4053.0, 4062.0, 4054.0, 4065.0, 4053.0, 4055.0, 4048.0, 4053.0, 4043.0, 4052.0, 4055.0, 4085.0, 4055.0, 4106.0, 4055.0, 4085.0, 4066.0, 4064.0, 4056.0, 4040.0, 4055.0, 4037.0, 4065.0, 4079.0, 4066.0, 4057.0, 4055.0, 4069.0, 4065.0, 4074.0, 4067.0, 4066.0, 4065.0, 4047.0, 4063.0, 4061.0, 4075.0, 4076.0, 4059.0, 4076.0, 4048.0, 4064.0, 4066.0, 4059.0, 4061.0, 4078.0, 4057.0, 4097.0, 4066.0, 4063.0, 4056.0, 4079.0, 4058.0, 4129.0, 4055.0, 4076.0, 4055.0, 4054.0, 4056.0, 4069.0, 4052.0, 4096.0, 4080.0, 4079.0, 4063.0, 4076.0, 4063.0, 4105.0, 4053.0, 4072.0, 4051.0, 4051.0, 4052.0, 4073.0, 4046.0, 4053.0, 4056.0, 4044.0, 4041.0, 4034.0, 4028.0, 4045.0, 4079.0, 4053.0, 4102.0, 4042.0, 4070.0, 4042.0, 4059.0, 4040.0, 4071.0, 4053.0, 4051.0, 4053.0, 4064.0, 4054.0, 4041.0, 4041.0, 4039.0, 4034.0, 4034.0, 4045.0, 4042.0, 4035.0, 4042.0, 4046.0, 4042.0, 4064.0, 4062.0, 4097.0, 4052.0, 4072.0, 4045.0, 4062.0, 4054.0, 4066.0, 4055.0, 4074.0, 4054.0, 4074.0, 4038.0, 4051.0, 4056.0, 4061.0, 4081.0, 4042.0, 4064.0, 4097.0, 4056.0, 4073.0, 4054.0, 4057.0, 4066.0, 4055.0, 4085.0, 4106.0, 4074.0, 4086.0, 4072.0, 4091.0, 4016.0, 4056.0, 4016.0], 'WindowWidth': [9242.0, 9138.0, 9141.0, 9024.0, 9080.0, 9022.0, 9128.0, 9059.0, 9108.0, 9020.0, 9057.0, 8976.0, 9042.0, 8981.0, 9047.0, 8956.0, 8986.0, 8983.0, 8987.0, 9042.0, 8975.0, 9027.0, 8985.0, 8993.0, 8966.0, 8986.0, 9005.0, 8986.0, 9041.0, 8981.0, 9056.0, 8990.0, 9060.0, 9013.0, 9064.0, 8988.0, 9019.0, 8993.0, 9003.0, 8998.0, 9015.0, 9122.0, 9034.0, 9087.0, 8990.0, 9068.0, 9000.0, 9064.0, 8994.0, 9030.0, 8975.0, 8990.0, 9007.0, 9008.0, 9070.0, 9030.0, 9065.0, 8973.0, 9082.0, 8975.0, 9068.0, 9014.0, 9041.0, 8971.0, 9027.0, 8977.0, 8997.0, 8969.0, 8995.0, 8965.0, 8985.0, 8977.0, 8998.0, 9057.0, 9007.0, 9055.0, 8979.0, 9045.0, 8991.0, 9061.0, 8965.0, 9043.0, 8971.0, 9027.0, 8989.0, 8979.0, 9052.0, 8993.0, 9071.0, 8990.0, 9026.0, 8976.0, 9047.0, 8997.0, 9044.0, 9007.0, 9044.0, 8982.0, 9048.0, 8984.0, 9029.0, 9070.0, 9059.0, 9083.0, 8961.0, 9062.0, 8991.0, 9072.0, 8959.0, 9012.0, 8956.0, 8985.0, 8971.0, 8980.0, 9083.0, 8984.0, 9035.0, 8968.0, 9036.0, 8975.0, 9043.0, 8974.0, 9000.0, 8975.0, 8998.0, 8990.0, 9011.0, 9060.0, 8979.0, 9038.0, 8965.0, 9044.0, 8992.0, 9063.0, 9036.0, 9057.0, 8990.0, 9047.0, 8982.0, 9047.0, 8992.0, 9045.0, 8978.0, 9034.0, 8967.0, 9039.0, 9089.0, 9035.0, 9069.0, 8998.0, 9101.0, 8993.0, 9054.0, 8999.0, 9025.0, 8975.0, 8985.0, 8976.0, 9005.0, 8971.0, 8984.0, 8966.0, 8973.0, 9053.0, 8990.0, 9043.0, 9011.0, 9025.0, 8975.0, 9041.0, 8993.0, 9034.0, 8976.0, 9047.0, 8978.0, 9025.0, 8986.0, 9008.0, 9055.0, 9002.0, 8996.0, 8985.0, 9045.0, 8982.0, 9075.0, 9035.0, 9041.0, 8983.0, 9036.0, 8987.0, 9055.0, 8974.0, 9035.0, 8971.0, 9026.0, 8972.0, 9021.0, 8994.0, 9049.0, 8981.0, 9042.0, 8989.0, 9024.0, 9000.0, 9050.0, 8986.0, 9063.0, 8966.0, 9047.0, 9001.0, 9053.0, 8980.0, 9074.0, 8996.0, 9005.0, 9004.0, 9008.0, 9103.0, 9030.0, 9040.0, 9000.0, 9040.0, 8995.0, 9059.0, 9005.0, 9042.0, 8992.0, 9052.0, 9010.0, 9057.0, 9007.0, 9069.0, 8974.0, 9023.0, 8974.0, 9008.0, 9008.0, 9101.0, 8995.0, 9003.0, 8977.0, 8990.0, 8974.0, 8991.0, 8995.0, 9029.0, 8999.0, 8992.0, 9066.0, 8989.0, 9089.0, 9031.0, 9049.0, 8990.0, 9060.0, 8985.0, 9030.0, 8988.0, 8998.0, 8988.0, 8988.0, 8985.0, 9005.0, 9040.0, 8999.0, 9051.0, 8989.0, 9029.0, 8977.0, 9047.0, 9035.0, 9108.0, 9062.0, 9003.0, 9000.0, 8994.0, 8985.0, 8999.0, 9003.0, 9037.0, 9041.0, 9079.0, 9042.0, 9066.0, 9000.0, 9134.0, 9069.0, 9088.0, 9043.0, 9065.0, 8995.0, 9078.0, 9038.0, 9077.0, 8980.0, 9042.0, 8942.0, 9012.0, 8939.0, 8997.0, 8929.0, 9018.0, 8939.0, 8963.0, 9028.0, 8937.0, 9027.0, 8943.0, 8998.0, 8931.0, 8981.0, 8969.0, 9019.0, 8962.0, 8985.0, 8968.0, 8991.0, 8961.0, 9030.0, 8976.0, 9055.0, 9044.0, 9062.0, 8993.0, 9060.0, 9016.0, 9090.0, 9054.0, 9062.0, 8997.0, 9058.0, 8967.0, 9056.0, 9002.0, 9060.0, 8974.0, 9033.0, 8959.0, 9026.0, 8977.0, 9057.0, 8986.0, 8973.0, 8975.0, 8976.0, 9003.0, 8988.0, 8980.0, 8974.0, 9068.0, 8970.0, 9066.0, 8986.0, 9037.0, 8972.0, 9025.0, 8972.0, 9026.0, 8989.0, 8989.0, 8998.0, 8962.0, 9003.0, 8996.0, 9021.0, 8997.0, 9008.0, 9022.0, 9007.0, 8981.0, 9007.0, 9014.0, 9090.0, 9057.0, 9036.0, 8989.0, 9041.0, 9001.0, 9031.0, 8999.0, 9006.0, 8994.0, 8992.0, 8983.0, 9008.0, 9025.0, 9018.0, 9009.0, 9019.0, 8997.0, 9020.0, 9013.0, 9084.0, 9008.0, 9056.0, 8995.0, 9047.0, 8998.0, 9037.0, 9049.0, 9062.0, 9005.0, 8978.0, 9002.0, 9025.0, 9012.0, 8993.0, 9081.0, 9034.0, 9111.0, 9040.0, 9092.0, 8993.0, 9058.0, 9016.0, 9067.0, 9056.0, 9033.0, 8993.0, 9064.0, 9024.0, 9063.0, 9024.0, 9046.0, 9024.0, 9034.0, 9025.0, 9055.0, 9011.0, 9005.0, 8999.0, 9001.0, 9044.0, 9009.0, 9057.0, 8973.0, 9012.0, 9017.0, 9036.0, 9017.0, 9030.0, 9019.0, 9004.0, 9015.0, 8991.0, 9003.0, 9008.0, 9081.0, 9025.0, 9061.0, 9027.0, 9033.0, 9021.0, 9068.0, 9027.0, 9033.0, 9004.0, 9008.0, 9032.0, 9011.0, 9061.0, 9040.0, 9087.0, 9024.0, 9061.0, 9007.0, 9049.0, 9025.0, 9050.0, 9026.0, 9021.0, 9023.0, 8980.0, 9022.0, 9013.0, 9049.0, 9019.0, 9034.0, 9043.0, 9078.0, 9028.0, 9076.0, 9011.0, 9050.0, 9024.0, 9043.0, 9041.0, 9054.0, 9029.0, 9054.0, 9039.0, 9036.0, 9010.0, 9014.0, 9038.0, 9056.0, 9025.0, 9042.0, 9022.0, 9028.0, 9045.0, 9027.0, 9037.0, 9027.0, 9019.0, 9041.0, 9038.0, 9049.0, 9086.0, 9042.0, 9034.0, 9029.0, 9074.0, 9060.0, 9094.0, 9043.0, 9060.0, 9033.0, 9018.0, 9003.0, 9053.0, 9007.0, 9029.0, 9005.0, 8977.0, 9015.0, 9021.0, 9027.0, 9037.0, 9045.0, 9026.0, 9047.0, 9026.0, 9085.0, 9038.0, 9074.0, 9033.0, 9066.0, 9013.0, 9043.0, 9023.0, 9052.0, 9025.0, 9033.0, 9022.0, 9031.0, 9038.0, 9064.0, 9025.0, 9062.0, 9001.0, 9029.0, 9029.0, 9016.0, 9003.0, 9083.0, 9016.0, 9046.0, 9052.0, 9034.0, 9008.0, 9018.0, 9006.0, 9013.0, 9002.0, 9018.0, 8996.0, 9021.0, 9033.0, 9000.0, 8990.0, 9013.0, 9042.0, 9031.0, 9041.0, 9020.0, 8998.0, 9028.0, 9008.0, 9017.0, 9016.0, 9002.0, 9012.0, 9017.0, 9002.0, 9034.0, 9024.0, 9039.0, 9035.0, 9035.0, 9009.0, 9040.0, 9032.0, 9024.0, 9038.0, 9045.0, 9019.0, 9039.0, 9018.0, 9109.0, 9055.0, 9045.0, 9016.0, 8997.0, 9029.0, 8998.0, 9032.0, 9019.0, 9016.0, 9022.0, 9028.0, 9021.0, 9001.0, 9034.0, 9088.0, 9053.0, 9042.0, 9049.0, 9032.0, 9049.0, 9047.0, 9054.0, 9052.0, 9039.0, 9057.0, 9021.0, 9021.0, 9039.0, 9037.0, 9028.0, 9036.0, 9033.0, 9030.0, 9011.0, 9036.0, 9072.0, 9037.0, 9015.0, 9029.0, 9028.0, 9023.0, 9064.0, 9035.0, 9043.0, 9021.0, 9020.0, 9050.0, 9049.0, 9035.0, 9053.0, 9033.0, 9045.0, 9004.0, 9034.0, 9019.0, 9052.0, 9126.0, 9043.0, 9034.0, 9035.0, 9029.0, 9023.0, 9022.0, 9055.0, 9003.0, 9035.0, 9045.0, 9050.0, 9090.0, 9033.0, 9044.0, 9040.0, 9048.0, 9053.0, 9035.0, 9021.0, 9042.0, 9035.0, 9045.0, 9032.0, 9049.0, 9025.0, 9053.0, 9008.0, 8994.0, 8989.0, 9015.0, 9007.0, 9012.0, 8979.0, 9025.0, 9000.0, 9030.0, 9049.0, 9038.0, 9061.0, 9037.0, 9029.0, 9050.0, 9039.0, 9035.0, 9019.0, 9030.0, 9028.0, 9020.0, 9035.0, 9053.0, 9029.0, 9041.0, 9087.0, 9017.0, 9025.0, 9046.0, 9012.0, 9053.0, 9068.0, 9068.0, 9066.0, 9069.0, 9100.0, 9052.0, 9083.0, 9054.0, 9078.0, 9019.0, 9105.0, 9009.0, 9029.0, 9051.0, 9007.0, 9078.0, 9040.0, 9077.0, 8987.0, 9033.0, 9004.0, 9000.0, 9006.0, 8991.0, 9002.0, 9022.0, 9002.0, 8994.0, 9000.0, 8977.0, 9002.0, 9003.0, 9018.0, 9019.0, 9014.0, 9002.0, 8998.0, 9021.0, 8999.0, 9005.0, 9027.0, 9022.0, 8995.0, 9004.0, 9019.0, 9008.0, 9025.0, 9013.0, 9009.0, 9013.0, 9001.0, 9028.0, 9024.0, 9030.0, 9049.0, 9020.0, 9033.0, 9042.0, 9033.0, 9050.0, 9032.0, 9037.0, 9022.0, 9032.0, 9019.0, 9030.0, 9038.0, 9077.0, 9040.0, 9106.0, 9040.0, 9078.0, 9053.0, 9049.0, 9041.0, 9011.0, 9036.0, 9006.0, 9050.0, 9064.0, 9053.0, 9034.0, 9037.0, 9051.0, 9051.0, 9063.0, 9057.0, 9052.0, 9049.0, 9019.0, 9046.0, 9042.0, 9066.0, 9068.0, 9041.0, 9067.0, 9023.0, 9047.0, 9053.0, 9040.0, 9044.0, 9072.0, 9043.0, 9096.0, 9052.0, 9046.0, 9039.0, 9079.0, 9046.0, 9143.0, 9035.0, 9064.0, 9036.0, 9034.0, 9041.0, 9050.0, 9030.0, 9092.0, 9079.0, 9064.0, 9045.0, 9066.0, 9043.0, 9101.0, 9028.0, 9053.0, 9023.0, 9026.0, 9028.0, 9058.0, 9014.0, 9033.0, 9040.0, 9019.0, 9011.0, 8997.0, 8991.0, 9020.0, 9059.0, 9029.0, 9094.0, 9014.0, 9047.0, 9012.0, 9032.0, 9007.0, 9050.0, 9028.0, 9023.0, 9030.0, 9046.0, 9030.0, 9009.0, 9010.0, 9005.0, 8995.0, 8996.0, 9010.0, 9013.0, 8999.0, 9016.0, 9014.0, 9018.0, 9045.0, 9043.0, 9096.0, 9031.0, 9053.0, 9015.0, 9040.0, 9033.0, 9042.0, 9038.0, 9061.0, 9035.0, 9057.0, 9006.0, 9025.0, 9040.0, 9046.0, 9083.0, 9019.0, 9049.0, 9095.0, 9039.0, 9057.0, 9034.0, 9044.0, 9057.0, 9039.0, 9079.0, 9106.0, 9058.0, 9067.0, 9052.0, 9073.0, 8966.0, 9019.0, 8965.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.0009283424807903403</td></tr>
<tr><td colspan=3>aqi</td><td>0.0643523428100988</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.90247629607693</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0415141872417584</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9027125805824175</td></tr>
<tr><td colspan=3>efc</td><td>0.4582</td></tr>
<tr><td colspan=3>fber</td><td>5701.168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12905197775664318</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.41602634467618</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4556562280849374</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3665721253947054</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6094151196048774</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.39098143925523</td></tr>
<tr><td colspan=3>gcor</td><td>0.00415273</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01969084143638611</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0323309451341629</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.845901808315934</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>36.3995</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.294</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.8707</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306356.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>689.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.882</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0817</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.0089</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3292.7619</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4372.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.8725</td></tr>
<tr><td colspan=3>tsnr</td><td>25.94617360382108</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>