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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0103_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-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-02_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-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-faces_acq-mb8_run-02_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-0103/ses-02/func/sub-0103_ses-02_task-faces_acq-mb8_run-02_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>0a1637affba928a2797a883cf0023161</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>21:36:16.367500</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.999172, -0.00408363, 0.0404816, 0.00994044, 0.9893, -0.145554]</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.259</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-02_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.0816062</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7749, -7234, 226, -153, -253, -87, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.744</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>efdf2b51-c40b-4b7c-a459-cf82226518ee||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.6807053089141846, 0.026669465005397797, 0.1065259724855423, 102.82587432861328], [0.010956082493066788, 2.6542205810546875, -0.39375755190849304, -90.80953216552734], [0.1086091622710228, 0.3905114233493805, 2.669008493423462, -97.28569030761719], [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': ['213616.367500', '213616.827500', '213617.287500', '213617.747500', '213618.207500', '213618.667500', '213619.127500', '213619.587500', '213620.047500', '213620.507500', '213620.967500', '213621.427500', '213621.887500', '213622.347500', '213622.807500', '213623.267500', '213623.727500', '213624.187500', '213624.647500', '213625.107500', '213625.567500', '213626.027500', '213626.487500', '213626.947500', '213627.407500', '213627.867500', '213628.327500', '213628.787500', '213629.247500', '213629.707500', '213630.167500', '213630.627500', '213631.087500', '213631.547500', '213632.007500', '213632.467500', '213632.927500', '213633.387500', '213633.847500', '213634.307500', '213634.767500', '213635.227500', '213635.687500', '213636.147500', '213636.607500', '213637.067500', '213637.527500', '213637.987500', '213638.447500', '213638.907500', '213639.367500', '213639.827500', '213640.287500', '213640.747500', '213641.207500', '213641.667500', '213642.127500', '213642.587500', '213643.047500', '213643.507500', '213643.967500', '213644.427500', '213644.887500', '213645.347500', '213645.807500', '213646.267500', '213646.727500', '213647.187500', '213647.647500', '213648.107500', '213648.567500', '213649.027500', '213649.487500', '213649.947500', '213650.407500', '213650.867500', '213651.327500', '213651.787500', '213652.247500', '213652.707500', '213653.167500', '213653.627500', '213654.087500', '213654.547500', '213655.007500', '213655.467500', '213655.927500', '213656.387500', '213656.847500', '213657.307500', '213657.767500', '213658.227500', '213658.687500', '213659.147500', '213659.607500', '213700.067500', '213700.527500', '213700.987500', '213701.447500', '213701.907500', '213702.367500', '213702.827500', '213703.287500', '213703.747500', '213704.207500', '213704.667500', '213705.127500', '213705.587500', '213706.047500', '213706.507500', '213706.967500', '213707.427500', '213707.887500', '213708.347500', '213708.807500', '213709.267500', '213709.727500', '213710.187500', '213710.647500', '213711.107500', '213711.567500', '213712.027500', '213712.487500', '213712.947500', '213713.407500', '213713.867500', '213714.327500', '213714.787500', '213715.247500', '213715.707500', '213716.167500', '213716.627500', '213717.087500', '213717.547500', '213718.007500', '213718.467500', '213718.927500', '213719.387500', '213719.847500', '213720.307500', '213720.767500', '213721.227500', '213721.687500', '213722.147500', '213722.607500', '213723.067500', '213723.527500', '213723.987500', '213724.447500', '213724.907500', '213725.367500', '213725.827500', '213726.287500', '213726.747500', '213727.207500', '213727.667500', '213728.127500', '213728.587500', '213729.047500', '213729.507500', '213729.967500', '213730.427500', '213730.887500', '213731.347500', '213731.807500', '213732.267500', '213732.727500', '213733.187500', '213733.647500', '213734.107500', '213734.567500', '213735.027500', '213735.487500', '213735.947500', '213736.407500', '213736.867500', '213737.327500', '213737.787500', '213738.247500', '213738.707500', '213739.167500', '213739.627500', '213740.087500', '213740.547500', '213741.007500', '213741.467500', '213741.927500', '213742.387500', '213742.847500', '213743.307500', '213743.767500', '213744.227500', '213744.687500', '213745.147500', '213745.607500', '213746.067500', '213746.527500', '213746.987500', '213747.447500', '213747.907500', '213748.367500', '213748.827500', '213749.287500', '213749.747500', '213750.207500', '213750.667500', '213751.127500', '213751.587500', '213752.047500', '213752.507500', '213752.967500', '213753.427500', '213753.887500', '213754.347500', '213754.807500', '213755.267500', '213755.727500', '213756.187500', '213756.647500', '213757.107500', '213757.567500', '213758.027500', '213758.487500', '213758.947500', '213759.407500', '213759.867500', '213800.327500', '213800.787500', '213801.247500', '213801.707500', '213802.167500', '213802.627500', '213803.087500', '213803.547500', '213804.007500', '213804.467500', '213804.927500', '213805.387500', '213805.847500', '213806.307500', '213806.767500', '213807.227500', '213807.687500', '213808.147500', '213808.607500', '213809.067500', '213809.527500', '213809.987500', '213810.447500', '213810.907500', '213811.367500', '213811.827500', '213812.287500', '213812.747500', '213813.207500', '213813.667500', '213814.127500', '213814.587500', '213815.047500', '213815.507500', '213815.967500', '213816.427500', '213816.887500', '213817.347500', '213817.807500', '213818.267500', '213818.727500', '213819.187500', '213819.647500', '213820.107500', '213820.567500', '213821.027500', '213821.487500', '213821.947500', '213822.407500', '213822.867500', '213823.327500', '213823.787500', '213824.247500', '213824.707500', '213825.167500', '213825.627500', '213826.087500', '213826.547500', '213827.007500', '213827.467500', '213827.927500', '213828.387500', '213828.847500', '213829.307500', '213829.767500', '213830.227500', '213830.687500', '213831.147500', '213831.607500', '213832.067500', '213832.527500', '213832.987500', '213833.447500', '213833.907500', '213834.367500', '213834.827500', '213835.287500', '213835.747500', '213836.207500', '213836.667500', '213837.127500', '213837.587500', '213838.047500', '213838.507500', '213838.967500', '213839.427500', '213839.887500', '213840.347500', '213840.807500', '213841.267500', '213841.727500', '213842.187500', '213842.647500', '213843.107500', '213843.567500', '213844.027500', '213844.487500', '213844.947500', '213845.407500', '213845.867500', '213846.327500', '213846.787500', '213847.247500', '213847.707500', '213848.167500', '213848.627500', '213849.087500', '213849.547500', '213850.007500', '213850.467500', '213850.927500', '213851.387500', '213851.847500', '213852.307500', '213852.767500', '213853.227500', '213853.687500', '213854.147500', '213854.607500', '213855.067500', '213855.527500', '213855.987500', '213856.447500', '213856.907500', '213857.367500', '213857.827500', '213858.287500', '213858.747500', '213859.207500', '213859.667500', '213900.127500', '213900.587500', '213901.047500', '213901.507500', '213901.967500', '213902.427500', '213902.887500', '213903.347500', '213903.807500', '213904.267500', '213904.727500', '213905.187500', '213905.647500', '213906.107500', '213906.567500', '213907.027500', '213907.487500', '213907.947500', '213908.407500', '213908.867500', '213909.327500', '213909.787500', '213910.247500', '213910.707500', '213911.167500', '213911.627500', '213912.087500', '213912.547500', '213913.007500', '213913.467500', '213913.927500', '213914.387500', '213914.847500', '213915.307500', '213915.767500', '213916.227500', '213916.687500', '213917.147500', '213917.607500', '213918.067500', '213918.527500', '213918.987500', '213919.447500', '213919.907500', '213920.367500', '213920.827500', '213921.287500', '213921.747500', '213922.207500', '213922.667500', '213923.127500', '213923.587500', '213924.047500', '213924.507500', '213924.967500', '213925.427500', '213925.887500', '213926.347500', '213926.807500', '213927.267500', '213927.727500', '213928.187500', '213928.647500', '213929.107500', '213929.567500', '213930.027500', '213930.487500', '213930.947500', '213931.407500', '213931.867500', '213932.327500', '213932.787500', '213933.247500', '213933.707500', '213934.167500', '213934.627500', '213935.087500', '213935.547500', '213936.007500', '213936.467500', '213936.927500', '213937.387500', '213937.847500', '213938.307500', '213938.767500', '213939.227500', '213939.687500', '213940.147500', '213940.607500', '213941.067500', '213941.527500', '213941.987500', '213942.447500', '213942.907500', '213943.367500', '213943.827500', '213944.287500', '213944.747500', '213945.207500', '213945.667500', '213946.127500', '213946.587500', '213947.047500', '213947.507500', '213947.967500', '213948.427500', '213948.887500', '213949.347500', '213949.807500', '213950.267500', '213950.727500', '213951.187500', '213951.647500', '213952.107500', '213952.567500', '213953.027500', '213953.487500', '213953.947500', '213954.407500', '213954.867500', '213955.327500', '213955.787500', '213956.247500', '213956.707500', '213957.167500', '213957.627500', '213958.087500', '213958.547500', '213959.007500', '213959.467500', '213959.927500', '214000.387500', '214000.847500', '214001.307500', '214001.767500', '214002.227500', '214002.687500', '214003.147500', '214003.607500', '214004.067500', '214004.527500', '214004.987500', '214005.447500', '214005.907500', '214006.367500', '214006.827500', '214007.287500', '214007.747500', '214008.207500', '214008.667500', '214009.127500', '214009.587500', '214010.047500', '214010.507500', '214010.967500', '214011.427500', '214011.887500', '214012.347500', '214012.807500', '214013.267500', '214013.727500', '214014.187500', '214014.647500', '214015.107500', '214015.567500', '214016.027500', '214016.487500', '214016.947500', '214017.407500', '214017.867500', '214018.327500', '214018.787500', '214019.247500', '214019.707500', '214020.167500', '214020.627500', '214021.087500', '214021.547500', '214022.007500', '214022.467500', '214022.927500', '214023.387500', '214023.847500', '214024.307500', '214024.767500', '214025.227500', '214025.687500', '214026.147500', '214026.607500', '214027.067500', '214027.527500', '214027.987500', '214028.447500', '214028.907500', '214029.367500', '214029.827500', '214030.287500', '214030.747500', '214031.207500', '214031.667500', '214032.127500', '214032.587500', '214033.047500', '214033.507500', '214033.967500', '214034.427500', '214034.887500', '214035.347500', '214035.807500', '214036.267500', '214036.727500', '214037.187500', '214037.647500', '214038.107500', '214038.567500', '214039.027500', '214039.487500', '214039.947500', '214040.407500', '214040.867500', '214041.327500', '214041.787500', '214042.247500', '214042.707500', '214043.167500', '214043.627500', '214044.087500', '214044.547500', '214045.007500', '214045.467500', '214045.927500', '214046.387500', '214046.847500', '214047.307500', '214047.767500', '214048.227500', '214048.687500', '214049.147500', '214049.607500', '214050.067500', '214050.527500', '214050.987500', '214051.447500', '214051.907500', '214052.367500', '214052.827500', '214053.287500', '214053.747500', '214054.207500', '214054.667500', '214055.127500', '214055.587500', '214056.047500', '214056.507500', '214056.967500', '214057.427500', '214057.887500', '214058.347500', '214058.807500', '214059.267500', '214059.727500', '214100.187500', '214100.647500', '214101.107500', '214101.567500', '214102.027500', '214102.487500', '214102.947500', '214103.407500', '214103.867500', '214104.327500', '214104.787500', '214105.247500', '214105.707500', '214106.167500', '214106.627500', '214107.087500', '214107.547500', '214108.007500', '214108.467500', '214108.927500', '214109.387500', '214109.847500', '214110.307500', '214110.767500', '214111.227500', '214111.687500', '214112.147500', '214112.607500', '214113.067500', '214113.527500', '214113.987500', '214114.447500', '214114.907500', '214115.367500', '214115.827500', '214116.287500', '214116.747500', '214117.207500', '214117.667500', '214118.127500', '214118.587500', '214119.047500', '214119.507500', '214119.967500', '214120.427500', '214120.887500', '214121.347500', '214121.807500', '214122.267500', '214122.727500', '214123.187500', '214123.647500', '214124.107500', '214124.567500', '214125.027500', '214125.487500', '214125.947500', '214126.407500', '214126.867500', '214127.327500', '214127.787500', '214128.247500', '214128.707500', '214129.167500', '214129.627500', '214130.087500', '214130.547500', '214131.007500', '214131.467500', '214131.927500', '214132.387500', '214132.847500', '214133.307500', '214133.767500', '214134.227500', '214134.687500', '214135.147500', '214135.607500', '214136.067500', '214136.527500', '214136.987500', '214137.447500', '214137.907500', '214138.367500', '214138.827500', '214139.287500', '214139.747500', '214140.207500', '214140.667500', '214141.127500', '214141.587500', '214142.047500', '214142.507500', '214142.967500', '214143.427500', '214143.887500', '214144.347500', '214144.807500', '214145.267500', '214145.727500', '214146.187500', '214146.647500', '214147.107500', '214147.567500', '214148.027500', '214148.487500', '214148.947500', '214149.407500', '214149.867500', '214150.327500', '214150.787500', '214151.247500', '214151.707500', '214152.167500', '214152.627500', '214153.087500', '214153.547500', '214154.007500', '214154.467500', '214154.927500', '214155.387500', '214155.847500', '214156.307500', '214156.767500', '214157.227500', '214157.687500', '214158.147500', '214158.607500', '214159.067500', '214159.527500', '214159.987500', '214200.447500', '214200.907500', '214201.367500', '214201.827500', '214202.287500', '214202.747500', '214203.207500', '214203.667500', '214204.127500', '214204.587500', '214205.047500', '214205.507500', '214205.967500', '214206.427500', '214206.887500', '214207.347500', '214207.807500', '214208.267500', '214208.727500', '214209.187500', '214209.647500', '214210.107500', '214210.567500', '214211.027500', '214211.487500', '214211.947500', '214212.407500', '214212.867500', '214213.327500', '214213.787500', '214214.247500', '214214.707500', '214215.167500', '214215.627500', '214216.087500', '214216.547500', '214217.007500', '214217.467500', '214217.927500', '214218.387500', '214218.847500', '214219.307500', '214219.767500', '214220.227500', '214220.687500', '214221.147500', '214221.607500', '214222.067500', '214222.527500', '214222.987500', '214223.447500', '214223.907500', '214224.367500', '214224.827500', '214225.287500', '214225.747500', '214226.207500', '214226.667500', '214227.127500', '214227.587500', '214228.047500', '214228.507500', '214228.967500', '214229.427500', '214229.887500', '214230.347500', '214230.807500', '214231.267500', '214231.727500', '214232.187500', '214232.647500', '214233.107500', '214233.567500', '214234.027500', '214234.487500', '214234.947500', '214235.407500', '214235.867500', '214236.327500', '214236.787500', '214237.247500', '214237.707500', '214238.167500', '214238.627500', '214239.087500', '214239.547500', '214240.007500', '214240.467500', '214240.927500', '214241.387500', '214241.847500', '214242.307500', '214242.767500', '214243.227500', '214243.687500', '214244.147500', '214244.607500', '214245.067500', '214245.527500', '214245.987500', '214246.447500', '214246.907500', '214247.367500', '214247.827500', '214248.287500', '214248.747500', '214249.207500', '214249.667500', '214250.127500', '214250.587500', '214251.047500', '214251.507500', '214251.967500', '214252.427500', '214252.887500', '214253.347500', '214253.807500', '214254.267500', '214254.727500', '214255.187500', '214255.647500', '214256.107500', '214256.567500', '214257.027500', '214257.487500', '214257.947500', '214258.407500', '214258.867500', '214259.327500', '214259.787500', '214300.247500', '214300.707500', '214301.167500', '214301.627500', '214302.087500', '214302.547500', '214303.007500', '214303.467500', '214303.927500', '214304.387500', '214304.847500', '214305.307500', '214305.767500', '214306.227500', '214306.687500', '214307.147500', '214307.607500', '214308.067500', '214308.527500', '214308.987500', '214309.447500', '214309.907500', '214310.367500', '214310.827500', '214311.287500', '214311.747500', '214312.207500', '214312.667500', '214313.127500', '214313.587500', '214314.047500', '214314.507500', '214314.967500', '214315.427500', '214315.887500', '214316.347500'], 'ContentTime': ['213632.978000', '213632.981000', '213632.984000', '213632.986000', '213632.989000', '213632.992000', '213632.994000', '213632.997000', '213633.000000', '213633.008000', '213633.011000', '213633.014000', '213633.016000', '213633.020000', '213633.023000', '213633.025000', '213633.028000', '213633.031000', '213633.033000', '213633.036000', '213633.039000', '213633.041000', '213633.044000', '213633.046000', '213633.049000', '213633.051000', '213633.054000', '213633.056000', '213633.059000', '213633.062000', '213633.065000', '213633.068000', '213633.071000', '213633.073000', '213652.943000', '213652.946000', '213652.949000', '213652.952000', '213652.954000', '213652.957000', '213652.959000', '213652.962000', '213652.968000', '213652.970000', '213652.973000', '213652.975000', '213652.978000', '213652.981000', '213652.983000', '213652.986000', '213652.988000', '213652.991000', '213652.993000', '213652.996000', '213653.000000', '213653.002000', '213653.005000', '213653.008000', '213653.010000', '213653.013000', '213653.015000', '213653.018000', '213653.021000', '213653.023000', '213653.026000', '213653.028000', '213653.031000', '213653.033000', '213653.036000', '213653.039000', '213653.041000', '213653.044000', '213653.046000', '213653.049000', '213653.051000', '213653.054000', '213653.056000', '213653.059000', '213712.942000', '213712.945000', '213712.948000', '213712.951000', '213712.956000', '213712.959000', '213712.961000', '213712.964000', '213712.966000', '213712.969000', '213712.971000', '213712.974000', '213712.976000', '213712.979000', '213712.982000', '213712.984000', '213712.987000', '213712.990000', '213712.992000', '213712.995000', '213713.013000', '213713.015000', '213713.018000', '213713.020000', '213713.023000', '213713.026000', '213713.028000', '213713.031000', '213713.033000', '213713.036000', '213713.039000', '213713.041000', '213713.044000', '213713.046000', '213713.049000', '213713.051000', '213713.054000', '213713.057000', '213713.059000', '213713.062000', '213713.064000', '213713.067000', '213713.069000', '213732.943000', '213732.946000', '213732.950000', '213732.952000', '213732.955000', '213732.957000', '213732.960000', '213732.963000', '213732.965000', '213732.968000', '213732.971000', '213732.973000', '213732.976000', '213732.978000', '213732.981000', '213732.984000', '213732.986000', '213732.989000', '213732.992000', '213732.994000', '213732.997000', '213733.000000', '213733.003000', '213733.006000', '213733.008000', '213733.011000', '213733.014000', '213733.016000', '213733.019000', '213733.021000', '213733.024000', '213733.027000', '213733.029000', '213733.032000', '213733.034000', '213733.037000', '213733.040000', '213733.042000', '213733.045000', '213733.047000', '213733.050000', '213733.053000', '213733.055000', '213733.058000', '213752.943000', '213752.946000', '213752.949000', '213752.951000', '213752.954000', '213752.957000', '213752.959000', '213752.962000', '213752.964000', '213752.967000', '213752.970000', '213752.972000', '213752.975000', '213752.977000', '213752.980000', '213752.983000', '213752.985000', '213752.988000', '213752.991000', '213752.993000', '213752.996000', '213752.998000', '213753.002000', '213753.004000', '213753.007000', '213753.010000', '213753.012000', '213753.015000', '213753.017000', '213753.020000', '213753.023000', '213753.025000', '213753.028000', '213753.031000', '213753.035000', '213753.037000', '213753.040000', '213753.042000', '213753.045000', '213753.048000', '213753.050000', '213753.053000', '213753.055000', '213812.943000', '213812.946000', '213812.949000', '213812.952000', '213812.954000', '213812.957000', '213812.960000', '213812.962000', '213812.965000', '213812.967000', '213812.970000', '213812.972000', '213812.975000', '213812.978000', '213812.980000', '213812.983000', '213812.986000', '213812.988000', '213812.991000', '213812.994000', '213812.996000', '213813.000000', '213813.003000', '213813.005000', '213813.008000', '213813.010000', '213813.013000', '213813.016000', '213813.018000', '213813.021000', '213813.023000', '213813.026000', '213813.029000', '213813.032000', '213813.034000', '213813.037000', '213813.040000', '213813.042000', '213813.045000', '213813.047000', '213813.050000', '213813.053000', '213813.055000', '213813.058000', '213832.944000', '213832.946000', '213832.949000', '213832.952000', '213832.954000', '213832.957000', '213832.959000', '213832.963000', '213832.965000', '213832.968000', '213832.970000', '213832.973000', '213832.976000', '213832.978000', '213832.981000', '213832.984000', '213832.986000', '213832.989000', '213832.992000', '213832.994000', '213832.997000', '213833.000000', '213833.003000', '213833.006000', '213833.008000', '213833.011000', '213833.014000', '213833.016000', '213833.019000', '213833.021000', '213833.024000', '213833.027000', '213833.029000', '213833.032000', '213833.034000', '213833.037000', '213833.040000', '213833.042000', '213833.045000', '213833.047000', '213833.050000', '213833.053000', '213833.055000', '213852.943000', '213852.946000', '213852.949000', '213852.951000', '213852.954000', '213852.957000', '213852.959000', '213852.962000', '213852.965000', '213852.967000', '213852.970000', '213852.972000', '213852.975000', '213852.977000', '213852.980000', '213852.983000', '213852.986000', '213852.989000', '213852.991000', '213852.994000', '213852.996000', '213853.000000', '213853.003000', '213853.005000', '213853.008000', '213853.010000', '213853.013000', '213853.015000', '213853.018000', '213853.021000', '213853.030000', '213853.032000', '213853.035000', '213853.037000', '213853.040000', '213853.043000', '213853.045000', '213853.048000', '213853.051000', '213853.053000', '213853.056000', '213853.058000', '213853.061000', '213853.063000', '213912.944000', '213912.946000', '213912.949000', '213912.952000', '213912.954000', '213912.957000', '213912.959000', '213912.962000', '213912.965000', '213912.967000', '213912.970000', '213912.972000', '213912.975000', '213912.978000', '213912.980000', '213912.983000', '213912.986000', '213912.988000', '213912.991000', '213912.993000', '213912.996000', '213913.000000', '213913.002000', '213913.005000', '213913.007000', '213913.010000', '213913.013000', '213913.015000', '213913.018000', '213913.020000', '213913.023000', '213913.026000', '213913.028000', '213913.031000', '213913.034000', '213913.036000', '213913.039000', '213913.041000', '213913.044000', '213913.047000', '213913.049000', '213913.052000', '213913.054000', '213932.942000', '213932.945000', '213932.948000', '213932.951000', '213932.953000', '213932.956000', '213932.958000', '213932.961000', '213932.964000', '213932.966000', '213932.969000', '213932.972000', '213932.974000', '213932.977000', '213932.980000', '213932.982000', '213932.985000', '213932.988000', '213932.990000', '213932.993000', '213932.996000', '213932.998000', '213933.002000', '213933.005000', '213933.007000', '213933.010000', '213933.012000', '213933.015000', '213933.018000', '213933.020000', '213933.023000', '213933.025000', '213933.028000', '213933.031000', '213933.033000', '213933.036000', '213933.038000', '213933.041000', '213933.044000', '213933.046000', '213933.049000', '213933.051000', '213933.054000', '213933.057000', '213952.944000', '213952.947000', '213952.949000', '213952.952000', '213952.954000', '213952.957000', '213952.960000', '213952.962000', '213952.965000', '213952.967000', '213952.970000', '213952.973000', '213952.975000', '213952.978000', '213952.980000', '213952.983000', '213952.986000', '213952.988000', '213952.991000', '213952.993000', '213952.996000', '213953.000000', '213953.002000', '213953.005000', '213953.007000', '213953.010000', '213953.013000', '213953.015000', '213953.018000', '213953.027000', '213953.029000', '213953.032000', '213953.034000', '213953.037000', '213953.040000', '213953.042000', '213953.045000', '213953.048000', '213953.050000', '213953.053000', '213953.055000', '213953.058000', '213953.061000', '214012.943000', '214012.946000', '214012.949000', '214012.952000', '214012.954000', '214012.957000', '214012.959000', '214012.962000', '214012.965000', '214012.967000', '214012.970000', '214012.972000', '214012.975000', '214012.978000', '214012.980000', '214012.983000', '214012.986000', '214012.988000', '214012.991000', '214012.994000', '214012.996000', '214013.000000', '214013.002000', '214013.005000', '214013.007000', '214013.010000', '214013.013000', '214013.016000', '214013.018000', '214013.021000', '214013.023000', '214013.026000', '214013.029000', '214013.031000', '214013.034000', '214013.036000', '214013.039000', '214013.041000', '214013.044000', '214013.047000', '214013.049000', '214013.052000', '214013.054000', '214013.057000', '214032.943000', '214032.946000', '214032.949000', '214032.951000', '214032.954000', '214032.957000', '214032.960000', '214032.962000', '214032.965000', '214032.968000', '214032.970000', '214032.987000', '214032.990000', '214032.993000', '214032.995000', '214032.998000', '214033.002000', '214033.004000', '214033.007000', '214033.009000', '214033.012000', '214033.015000', '214033.018000', '214033.020000', '214033.023000', '214033.025000', '214033.028000', '214033.031000', '214033.033000', '214033.036000', '214033.039000', '214033.041000', '214033.044000', '214033.046000', '214033.049000', '214033.051000', '214033.054000', '214033.057000', '214033.059000', '214033.062000', '214033.065000', '214033.067000', '214033.070000', '214052.943000', '214052.946000', '214052.949000', '214052.951000', '214052.954000', '214052.957000', '214052.960000', '214052.963000', '214052.965000', '214052.968000', '214052.971000', '214052.973000', '214052.976000', '214052.979000', '214052.981000', '214052.984000', '214052.986000', '214052.989000', '214052.992000', '214052.994000', '214052.997000', '214053.001000', '214053.003000', '214053.006000', '214053.008000', '214053.011000', '214053.014000', '214053.017000', '214053.019000', '214053.022000', '214053.025000', '214053.027000', '214053.030000', '214053.033000', '214053.035000', '214053.038000', '214053.041000', '214053.043000', '214053.046000', '214053.049000', '214053.051000', '214053.054000', '214053.056000', '214053.059000', '214112.944000', '214112.946000', '214112.949000', '214112.952000', '214112.954000', '214112.957000', '214112.960000', '214112.962000', '214112.965000', '214112.968000', '214112.970000', '214112.973000', '214112.976000', '214112.978000', '214112.981000', '214112.984000', '214112.986000', '214112.989000', '214112.991000', '214112.994000', '214112.997000', '214113.000000', '214113.003000', '214113.006000', '214113.008000', '214113.011000', '214113.013000', '214113.016000', '214113.019000', '214113.021000', '214113.024000', '214113.027000', '214113.029000', '214113.032000', '214113.035000', '214113.037000', '214113.040000', '214113.042000', '214113.045000', '214113.048000', '214113.050000', '214113.053000', '214113.056000', '214132.944000', '214132.946000', '214132.949000', '214132.952000', '214132.954000', '214132.957000', '214132.959000', '214132.962000', '214132.965000', '214132.967000', '214132.970000', '214132.972000', '214132.975000', '214132.978000', '214132.981000', '214132.983000', '214132.986000', '214132.988000', '214132.991000', '214132.993000', '214132.996000', '214133.000000', '214133.002000', '214133.005000', '214133.008000', '214133.010000', '214133.013000', '214133.015000', '214133.018000', '214133.021000', '214133.024000', '214133.026000', '214133.029000', '214133.032000', '214133.034000', '214133.037000', '214133.040000', '214133.042000', '214133.045000', '214133.047000', '214133.050000', '214133.053000', '214133.055000', '214133.058000', '214152.942000', '214152.945000', '214152.948000', '214152.951000', '214152.953000', '214152.956000', '214152.958000', '214152.961000', '214152.964000', '214152.966000', '214152.969000', '214152.971000', '214152.974000', '214152.977000', '214152.979000', '214152.982000', '214152.985000', '214152.987000', '214152.990000', '214152.993000', '214152.995000', '214152.998000', '214153.008000', '214153.011000', '214153.014000', '214153.016000', '214153.019000', '214153.022000', '214153.024000', '214153.027000', '214153.029000', '214153.032000', '214153.036000', '214153.038000', '214153.041000', '214153.044000', '214153.046000', '214153.049000', '214153.051000', '214153.054000', '214153.057000', '214153.059000', '214153.062000', '214212.944000', '214212.947000', '214212.949000', '214212.952000', '214212.954000', '214212.957000', '214212.960000', '214212.963000', '214212.965000', '214212.968000', '214212.970000', '214212.973000', '214212.976000', '214212.978000', '214212.981000', '214212.984000', '214212.986000', '214212.989000', '214212.991000', '214212.994000', '214212.997000', '214213.002000', '214213.005000', '214213.008000', '214213.010000', '214213.013000', '214213.016000', '214213.018000', '214213.021000', '214213.023000', '214213.026000', '214213.029000', '214213.031000', '214213.034000', '214213.036000', '214213.039000', '214213.042000', '214213.044000', '214213.047000', '214213.049000', '214213.052000', '214213.055000', '214213.057000', '214232.943000', '214232.946000', '214232.949000', '214232.952000', '214232.954000', '214232.957000', '214232.960000', '214232.962000', '214232.965000', '214232.968000', '214232.970000', '214232.973000', '214232.976000', '214232.978000', '214232.981000', '214232.983000', '214232.986000', '214232.989000', '214232.991000', '214232.994000', '214232.996000', '214233.000000', '214233.003000', '214233.005000', '214233.008000', '214233.010000', '214233.013000', '214233.015000', '214233.018000', '214233.021000', '214233.023000', '214233.026000', '214233.028000', '214233.031000', '214233.034000', '214233.036000', '214233.039000', '214233.041000', '214233.044000', '214233.047000', '214233.049000', '214233.052000', '214233.054000', '214233.057000', '214252.943000', '214252.946000', '214252.949000', '214252.951000', '214252.954000', '214252.957000', '214252.959000', '214252.962000', '214252.965000', '214252.967000', '214252.970000', '214252.972000', '214252.975000', '214252.977000', '214252.980000', '214252.983000', '214252.985000', '214252.988000', '214252.990000', '214252.993000', '214252.996000', '214252.998000', '214253.002000', '214253.005000', '214253.007000', '214253.010000', '214253.013000', '214253.015000', '214253.018000', '214253.021000', '214253.023000', '214253.026000', '214253.028000', '214253.031000', '214253.034000', '214253.036000', '214253.039000', '214253.041000', '214253.044000', '214253.047000', '214253.049000', '214253.052000', '214253.055000', '214253.057000', '214312.944000', '214312.947000', '214312.949000', '214312.952000', '214312.955000', '214312.957000', '214312.960000', '214312.962000', '214312.965000', '214312.967000', '214312.970000', '214312.973000', '214312.975000', '214312.978000', '214312.980000', '214312.983000', '214312.986000', '214312.988000', '214312.991000', '214312.994000', '214312.996000', '214313.000000', '214313.002000', '214313.005000', '214313.008000', '214313.010000', '214313.013000', '214313.015000', '214313.018000', '214313.021000', '214313.023000', '214313.026000', '214313.078000', '214313.081000', '214313.083000', '214313.086000', '214313.089000', '214313.091000', '214313.094000', '214313.096000', '214313.099000', '214313.102000', '214313.104000', '214317.373000', '214317.376000', '214317.379000', '214317.381000', '214317.384000', '214317.387000', '214317.390000', '214317.392000', '214317.395000', '214317.398000'], 'InstanceCreationTime': ['213632.978000', '213632.981000', '213632.984000', '213632.986000', '213632.989000', '213632.992000', '213632.994000', '213632.997000', '213633.000000', '213633.008000', '213633.011000', '213633.014000', '213633.016000', '213633.020000', '213633.023000', '213633.025000', '213633.028000', '213633.031000', '213633.033000', '213633.036000', '213633.039000', '213633.041000', '213633.044000', '213633.046000', '213633.049000', '213633.051000', '213633.054000', '213633.056000', '213633.059000', '213633.062000', '213633.065000', '213633.068000', '213633.071000', '213633.073000', '213652.943000', '213652.946000', '213652.949000', '213652.952000', '213652.954000', '213652.957000', '213652.959000', '213652.962000', '213652.968000', '213652.970000', '213652.973000', '213652.975000', '213652.978000', '213652.981000', '213652.983000', '213652.986000', '213652.988000', '213652.991000', '213652.993000', '213652.996000', '213653.000000', '213653.002000', '213653.005000', '213653.008000', '213653.010000', '213653.013000', '213653.015000', '213653.018000', '213653.021000', '213653.023000', '213653.026000', '213653.028000', '213653.031000', '213653.033000', '213653.036000', '213653.039000', '213653.041000', '213653.044000', '213653.046000', '213653.049000', '213653.051000', '213653.054000', '213653.056000', '213653.059000', '213712.942000', '213712.945000', '213712.948000', '213712.951000', '213712.956000', '213712.959000', '213712.961000', '213712.964000', '213712.966000', '213712.969000', '213712.971000', '213712.974000', '213712.976000', '213712.979000', '213712.982000', '213712.984000', '213712.987000', '213712.990000', '213712.992000', '213712.995000', '213713.013000', '213713.015000', '213713.018000', '213713.020000', '213713.023000', '213713.026000', '213713.028000', '213713.031000', '213713.033000', '213713.036000', '213713.039000', '213713.041000', '213713.044000', '213713.046000', '213713.049000', '213713.051000', '213713.054000', '213713.057000', '213713.059000', '213713.062000', '213713.064000', '213713.067000', '213713.069000', '213732.943000', '213732.946000', '213732.950000', '213732.952000', '213732.955000', '213732.957000', '213732.960000', '213732.963000', '213732.965000', '213732.968000', '213732.971000', '213732.973000', '213732.976000', '213732.978000', '213732.981000', '213732.984000', '213732.986000', '213732.989000', '213732.992000', '213732.994000', '213732.997000', '213733.000000', '213733.003000', '213733.006000', '213733.008000', '213733.011000', '213733.014000', '213733.016000', '213733.019000', '213733.021000', '213733.024000', '213733.027000', '213733.029000', '213733.032000', '213733.034000', '213733.037000', '213733.040000', '213733.042000', '213733.045000', '213733.047000', '213733.050000', '213733.053000', '213733.055000', '213733.058000', '213752.943000', '213752.946000', '213752.949000', '213752.951000', '213752.954000', '213752.957000', '213752.959000', '213752.962000', '213752.964000', '213752.967000', '213752.970000', '213752.972000', '213752.975000', '213752.977000', '213752.980000', '213752.983000', '213752.985000', '213752.988000', '213752.991000', '213752.993000', '213752.996000', '213752.998000', '213753.002000', '213753.004000', '213753.007000', '213753.010000', '213753.012000', '213753.015000', '213753.017000', '213753.020000', '213753.023000', '213753.025000', '213753.028000', '213753.031000', '213753.035000', '213753.037000', '213753.040000', '213753.042000', '213753.045000', '213753.048000', '213753.050000', '213753.053000', '213753.055000', '213812.943000', '213812.946000', '213812.949000', '213812.952000', '213812.954000', '213812.957000', '213812.960000', '213812.962000', '213812.965000', '213812.967000', '213812.970000', '213812.972000', '213812.975000', '213812.978000', '213812.980000', '213812.983000', '213812.986000', '213812.988000', '213812.991000', '213812.994000', '213812.996000', '213813.000000', '213813.003000', '213813.005000', '213813.008000', '213813.010000', '213813.013000', '213813.016000', '213813.018000', '213813.021000', '213813.023000', '213813.026000', '213813.029000', '213813.032000', '213813.034000', '213813.037000', '213813.040000', '213813.042000', '213813.045000', '213813.047000', '213813.050000', '213813.053000', '213813.055000', '213813.058000', '213832.944000', '213832.946000', '213832.949000', '213832.952000', '213832.954000', '213832.957000', '213832.959000', '213832.963000', '213832.965000', '213832.968000', '213832.970000', '213832.973000', '213832.976000', '213832.978000', '213832.981000', '213832.984000', '213832.986000', '213832.989000', '213832.992000', '213832.994000', '213832.997000', '213833.000000', '213833.003000', '213833.006000', '213833.008000', '213833.011000', '213833.014000', '213833.016000', '213833.019000', '213833.021000', '213833.024000', '213833.027000', '213833.029000', '213833.032000', '213833.034000', '213833.037000', '213833.040000', '213833.042000', '213833.045000', '213833.047000', '213833.050000', '213833.053000', '213833.055000', '213852.943000', '213852.946000', '213852.949000', '213852.951000', '213852.954000', '213852.957000', '213852.959000', '213852.962000', '213852.965000', '213852.967000', '213852.970000', '213852.972000', '213852.975000', '213852.977000', '213852.980000', '213852.983000', '213852.986000', '213852.989000', '213852.991000', '213852.994000', '213852.996000', '213853.000000', '213853.003000', '213853.005000', '213853.008000', '213853.010000', '213853.013000', '213853.015000', '213853.018000', '213853.021000', '213853.030000', '213853.032000', '213853.035000', '213853.037000', '213853.040000', '213853.043000', '213853.045000', '213853.048000', '213853.051000', '213853.053000', '213853.056000', '213853.058000', '213853.061000', '213853.063000', '213912.944000', '213912.946000', '213912.949000', '213912.952000', '213912.954000', '213912.957000', '213912.959000', '213912.962000', '213912.965000', '213912.967000', '213912.970000', '213912.972000', '213912.975000', '213912.978000', '213912.980000', '213912.983000', '213912.986000', '213912.988000', '213912.991000', '213912.993000', '213912.996000', '213913.000000', '213913.002000', '213913.005000', '213913.007000', '213913.010000', '213913.013000', '213913.015000', '213913.018000', '213913.020000', '213913.023000', '213913.026000', '213913.028000', '213913.031000', '213913.034000', '213913.036000', '213913.039000', '213913.041000', '213913.044000', '213913.047000', '213913.049000', '213913.052000', '213913.054000', '213932.942000', '213932.945000', '213932.948000', '213932.951000', '213932.953000', '213932.956000', '213932.958000', '213932.961000', '213932.964000', '213932.966000', '213932.969000', '213932.972000', '213932.974000', '213932.977000', '213932.980000', '213932.982000', '213932.985000', '213932.988000', '213932.990000', '213932.993000', '213932.996000', '213932.998000', '213933.002000', '213933.005000', '213933.007000', '213933.010000', '213933.012000', '213933.015000', '213933.018000', '213933.020000', '213933.023000', '213933.025000', '213933.028000', '213933.031000', '213933.033000', '213933.036000', '213933.038000', '213933.041000', '213933.044000', '213933.046000', '213933.049000', '213933.051000', '213933.054000', '213933.057000', '213952.944000', '213952.947000', '213952.949000', '213952.952000', '213952.954000', '213952.957000', '213952.960000', '213952.962000', '213952.965000', '213952.967000', '213952.970000', '213952.973000', '213952.975000', '213952.978000', '213952.980000', '213952.983000', '213952.986000', '213952.988000', '213952.991000', '213952.993000', '213952.996000', '213953.000000', '213953.002000', '213953.005000', '213953.007000', '213953.010000', '213953.013000', '213953.015000', '213953.018000', '213953.027000', '213953.029000', '213953.032000', '213953.034000', '213953.037000', '213953.040000', '213953.042000', '213953.045000', '213953.048000', '213953.050000', '213953.053000', '213953.055000', '213953.058000', '213953.061000', '214012.943000', '214012.946000', '214012.949000', '214012.952000', '214012.954000', '214012.957000', '214012.959000', '214012.962000', '214012.965000', '214012.967000', '214012.970000', '214012.972000', '214012.975000', '214012.978000', '214012.980000', '214012.983000', '214012.986000', '214012.988000', '214012.991000', '214012.994000', '214012.996000', '214013.000000', '214013.002000', '214013.005000', '214013.007000', '214013.010000', '214013.013000', '214013.016000', '214013.018000', '214013.021000', '214013.023000', '214013.026000', '214013.029000', '214013.031000', '214013.034000', '214013.036000', '214013.039000', '214013.041000', '214013.044000', '214013.047000', '214013.049000', '214013.052000', '214013.054000', '214013.057000', '214032.943000', '214032.946000', '214032.949000', '214032.951000', '214032.954000', '214032.957000', '214032.960000', '214032.962000', '214032.965000', '214032.968000', '214032.970000', '214032.987000', '214032.990000', '214032.993000', '214032.995000', '214032.998000', '214033.002000', '214033.004000', '214033.007000', '214033.009000', '214033.012000', '214033.015000', '214033.018000', '214033.020000', '214033.023000', '214033.025000', '214033.028000', '214033.031000', '214033.033000', '214033.036000', '214033.039000', '214033.041000', '214033.044000', '214033.046000', '214033.049000', '214033.051000', '214033.054000', '214033.057000', '214033.059000', '214033.062000', '214033.065000', '214033.067000', '214033.070000', '214052.943000', '214052.946000', '214052.949000', '214052.951000', '214052.954000', '214052.957000', '214052.960000', '214052.963000', '214052.965000', '214052.968000', '214052.971000', '214052.973000', '214052.976000', '214052.979000', '214052.981000', '214052.984000', '214052.986000', '214052.989000', '214052.992000', '214052.994000', '214052.997000', '214053.001000', '214053.003000', '214053.006000', '214053.008000', '214053.011000', '214053.014000', '214053.017000', '214053.019000', '214053.022000', '214053.025000', '214053.027000', '214053.030000', '214053.033000', '214053.035000', '214053.038000', '214053.041000', '214053.043000', '214053.046000', '214053.049000', '214053.051000', '214053.054000', '214053.056000', '214053.059000', '214112.944000', '214112.946000', '214112.949000', '214112.952000', '214112.954000', '214112.957000', '214112.960000', '214112.962000', '214112.965000', '214112.968000', '214112.970000', '214112.973000', '214112.976000', '214112.978000', '214112.981000', '214112.984000', '214112.986000', '214112.989000', '214112.991000', '214112.994000', '214112.997000', '214113.000000', '214113.003000', '214113.006000', '214113.008000', '214113.011000', '214113.013000', '214113.016000', '214113.019000', '214113.021000', '214113.024000', '214113.027000', '214113.029000', '214113.032000', '214113.035000', '214113.037000', '214113.040000', '214113.042000', '214113.045000', '214113.048000', '214113.050000', '214113.053000', '214113.056000', '214132.944000', '214132.946000', '214132.949000', '214132.952000', '214132.954000', '214132.957000', '214132.959000', '214132.962000', '214132.965000', '214132.967000', '214132.970000', '214132.972000', '214132.975000', '214132.978000', '214132.981000', '214132.983000', '214132.986000', '214132.988000', '214132.991000', '214132.993000', '214132.996000', '214133.000000', '214133.002000', '214133.005000', '214133.008000', '214133.010000', '214133.013000', '214133.015000', '214133.018000', '214133.021000', '214133.024000', '214133.026000', '214133.029000', '214133.032000', '214133.034000', '214133.037000', '214133.040000', '214133.042000', '214133.045000', '214133.047000', '214133.050000', '214133.053000', '214133.055000', '214133.058000', '214152.942000', '214152.945000', '214152.948000', '214152.951000', '214152.953000', '214152.956000', '214152.958000', '214152.961000', '214152.964000', '214152.966000', '214152.969000', '214152.971000', '214152.974000', '214152.977000', '214152.979000', '214152.982000', '214152.985000', '214152.987000', '214152.990000', '214152.993000', '214152.995000', '214152.998000', '214153.008000', '214153.011000', '214153.014000', '214153.016000', '214153.019000', '214153.022000', '214153.024000', '214153.027000', '214153.029000', '214153.032000', '214153.036000', '214153.038000', '214153.041000', '214153.044000', '214153.046000', '214153.049000', '214153.051000', '214153.054000', '214153.057000', '214153.059000', '214153.062000', '214212.944000', '214212.947000', '214212.949000', '214212.952000', '214212.954000', '214212.957000', '214212.960000', '214212.963000', '214212.965000', '214212.968000', '214212.970000', '214212.973000', '214212.976000', '214212.978000', '214212.981000', '214212.984000', '214212.986000', '214212.989000', '214212.991000', '214212.994000', '214212.997000', '214213.002000', '214213.005000', '214213.008000', '214213.010000', '214213.013000', '214213.016000', '214213.018000', '214213.021000', '214213.023000', '214213.026000', '214213.029000', '214213.031000', '214213.034000', '214213.036000', '214213.039000', '214213.042000', '214213.044000', '214213.047000', '214213.049000', '214213.052000', '214213.055000', '214213.057000', '214232.943000', '214232.946000', '214232.949000', '214232.952000', '214232.954000', '214232.957000', '214232.960000', '214232.962000', '214232.965000', '214232.968000', '214232.970000', '214232.973000', '214232.976000', '214232.978000', '214232.981000', '214232.983000', '214232.986000', '214232.989000', '214232.991000', '214232.994000', '214232.996000', '214233.000000', '214233.003000', '214233.005000', '214233.008000', '214233.010000', '214233.013000', '214233.015000', '214233.018000', '214233.021000', '214233.023000', '214233.026000', '214233.028000', '214233.031000', '214233.034000', '214233.036000', '214233.039000', '214233.041000', '214233.044000', '214233.047000', '214233.049000', '214233.052000', '214233.054000', '214233.057000', '214252.943000', '214252.946000', '214252.949000', '214252.951000', '214252.954000', '214252.957000', '214252.959000', '214252.962000', '214252.965000', '214252.967000', '214252.970000', '214252.972000', '214252.975000', '214252.977000', '214252.980000', '214252.983000', '214252.985000', '214252.988000', '214252.990000', '214252.993000', '214252.996000', '214252.998000', '214253.002000', '214253.005000', '214253.007000', '214253.010000', '214253.013000', '214253.015000', '214253.018000', '214253.021000', '214253.023000', '214253.026000', '214253.028000', '214253.031000', '214253.034000', '214253.036000', '214253.039000', '214253.041000', '214253.044000', '214253.047000', '214253.049000', '214253.052000', '214253.055000', '214253.057000', '214312.944000', '214312.947000', '214312.949000', '214312.952000', '214312.955000', '214312.957000', '214312.960000', '214312.962000', '214312.965000', '214312.967000', '214312.970000', '214312.973000', '214312.975000', '214312.978000', '214312.980000', '214312.983000', '214312.986000', '214312.988000', '214312.991000', '214312.994000', '214312.996000', '214313.000000', '214313.002000', '214313.005000', '214313.008000', '214313.010000', '214313.013000', '214313.015000', '214313.018000', '214313.021000', '214313.023000', '214313.026000', '214313.078000', '214313.081000', '214313.083000', '214313.086000', '214313.089000', '214313.091000', '214313.094000', '214313.096000', '214313.099000', '214313.102000', '214313.104000', '214317.373000', '214317.376000', '214317.379000', '214317.381000', '214317.384000', '214317.387000', '214317.390000', '214317.392000', '214317.395000', '214317.398000'], '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': [11182, 8973, 9933, 9973, 9001, 12915, 7189, 8306, 11802, 7931, 11869, 7717, 11930, 7374, 10938, 13518, 7618, 9676, 8129, 8267, 13222, 7410, 8898, 13129, 7575, 8281, 12917, 7502, 10474, 7215, 7703, 13026, 9844, 8358, 13032, 7658, 9645, 13242, 8221, 12834, 10101, 8739, 13087, 8152, 11435, 7189, 8388, 13581, 14426, 9911, 12364, 10748, 9179, 12828, 7848, 11561, 7493, 9584, 12979, 8717, 12435, 7367, 7977, 13533, 15343, 10239, 12064, 7442, 8726, 13040, 7309, 9753, 12798, 8974, 11318, 7553, 7787, 13213, 8180, 12656, 10996, 9252, 12490, 7609, 11903, 7896, 10394, 13174, 8806, 11787, 7455, 8007, 13506, 11198, 9128, 12714, 8011, 9144, 12919, 7621, 10965, 9326, 8477, 12697, 7969, 11386, 7151, 8018, 13454, 7739, 9374, 12869, 8672, 11615, 7605, 9725, 9673, 8802, 13086, 11809, 9124, 12585, 8184, 11529, 7666, 9187, 13164, 9518, 12215, 9361, 8565, 13170, 13517, 9104, 12478, 8069, 9153, 12167, 7941, 11863, 7739, 9626, 12922, 8379, 11515, 7681, 9512, 12980, 9338, 12530, 13763, 9668, 11883, 8291, 11573, 7422, 8285, 13137, 8130, 9205, 12503, 7920, 11791, 12663, 7934, 11758, 9931, 8832, 12404, 7726, 11840, 7609, 10193, 12899, 10529, 12203, 7389, 11697, 7449, 10032, 13212, 8715, 11332, 7475, 8502, 13072, 8247, 12477, 8093, 9452, 12886, 8213, 11951, 7850, 10905, 13149, 9237, 12168, 9964, 9430, 12813, 7992, 12092, 7884, 11963, 10017, 10351, 12646, 7735, 12235, 7653, 9681, 13313, 8377, 10446, 8359, 8562, 12699, 7919, 12304, 7948, 10610, 7450, 8210, 13630, 8405, 12532, 10177, 9543, 13157, 8113, 12059, 8068, 10118, 13161, 8316, 10131, 9662, 8619, 12906, 7574, 11837, 12612, 9352, 10628, 7432, 9681, 7924, 10650, 12915, 9688, 11307, 7726, 9846, 12667, 12457, 8859, 12482, 8162, 8597, 12295, 8832, 8764, 11836, 8302, 9015, 7677, 7506, 12918, 8122, 12350, 12591, 8984, 10629, 7840, 7992, 12814, 8013, 11861, 12621, 9102, 11620, 7535, 10744, 12591, 8096, 10168, 12236, 9463, 10560, 7105, 7693, 11738, 7948, 12037, 7728, 8208, 12336, 7845, 11840, 8005, 10180, 12860, 8495, 10640, 9428, 8656, 13273, 7862, 11851, 13299, 9725, 11329, 7667, 9327, 7637, 10348, 13039, 10130, 8524, 10719, 8106, 11644, 12552, 8358, 11587, 10125, 8632, 12212, 7833, 10285, 12497, 8773, 11667, 7921, 9307, 7105, 8000, 11979, 7775, 12163, 12311, 9917, 11176, 7421, 8402, 10489, 7916, 12249, 7866, 11224, 8576, 8029, 12853, 7604, 11904, 8999, 9159, 12408, 8142, 12194, 7501, 11513, 12431, 7608, 10266, 10443, 8923, 10362, 7896, 12070, 8429, 12207, 11815, 9159, 12100, 8217, 11519, 7583, 9944, 12769, 10352, 12041, 7582, 11781, 7606, 8896, 12745, 8288, 10641, 7839, 8050, 11920, 7969, 12211, 12068, 8731, 11879, 7760, 9391, 6781, 7484, 12494, 8150, 12083, 12664, 10066, 12137, 8081, 11981, 7309, 11798, 13343, 11952, 9369, 13922, 8267, 10626, 8064, 11637, 12841, 9737, 10969, 7350, 9038, 7818, 8771, 12891, 8721, 9752, 7309, 8107, 12670, 7806, 8138, 12603, 7823, 10728, 7770, 7831, 11858, 7694, 11914, 10508, 7882, 12097, 7583, 8711, 13286, 9992, 12450, 8049, 12158, 7603, 12955, 8433, 11006, 9458, 8756, 13913, 10090, 13088, 14962, 12348, 11639, 8542, 9867, 8251, 9566, 12418, 8644, 11993, 7802, 10979, 8245, 11710, 7791, 10664, 7474, 8181, 13539, 9251, 11976, 14165, 11294, 11994, 7776, 8574, 12498, 8858, 10661, 14013, 8656, 11263, 8186, 8392, 7909, 7952, 12706, 8154, 9175, 11175, 8776, 11779, 7708, 12611, 8189, 12572, 12839, 10357, 12693, 8356, 11235, 13070, 8747, 9611, 12305, 8617, 9678, 8069, 7637, 8814, 8002, 12662, 6942, 7974, 12702, 8274, 9702, 9226, 7896, 13025, 8234, 11585, 13443, 8910, 10382, 10089, 8439, 10969, 8053, 12853, 13299, 9941, 12514, 14626, 8822, 11422, 7883, 10199, 12904, 9388, 10367, 7349, 8202, 7467, 7999, 12872, 13329, 9842, 10631, 7917, 8382, 10277, 7989, 12249, 11555, 8947, 12171, 7944, 11196, 8291, 11705, 12341, 9110, 12356, 8029, 9203, 8341, 8473, 12981, 9033, 12188, 7979, 9558, 13212, 8210, 11738, 13286, 9979, 11477, 7861, 8278, 12306, 8263, 11854, 7842, 9331, 9085, 7886, 12274, 7592, 11789, 13080, 9465, 11820, 8014, 11123, 7786, 8175, 13447, 7952, 8496, 12347, 8406, 8558, 7147, 7822, 12637, 8751, 8238, 12870, 8006, 9615, 10285, 8155, 8230, 7862, 13394, 10910, 12992, 12818, 10152, 11397, 7509, 8565, 12377, 10016, 8653, 13897, 7865, 10513, 7408, 10071, 12368, 8532, 10290, 6804, 7619, 12056, 7329, 7941, 12980, 7811, 10176, 7831, 7476, 8154, 7868, 12853, 10010, 13570, 13502, 10626, 10966, 7866, 8569, 11910, 8017, 8335, 12124, 8055, 9659, 6958, 7553, 12064, 7694, 11354, 9507, 7740, 11793, 7209, 8150, 7723, 7246, 11966, 8179, 7769, 12519, 7333, 7853, 11668, 7552, 12204, 8080, 12232, 13095, 9342, 11340, 7642, 8286, 9319, 8402, 13425, 15093, 11758, 11725, 8667, 9538, 7579, 8700, 12627, 8554, 10711, 7493, 8119, 7554, 9381, 7871, 12631, 12948, 8582, 10346, 12568, 9170, 9654, 6673, 8072, 12203, 8798, 8800, 12312, 7790, 11438, 7628, 11053, 12388, 9555, 11456, 8153, 9483, 7869, 6649, 8384, 7789, 12149, 13513, 7953, 8958, 11830, 8764, 8205, 11989, 8241, 7948, 12205, 7942, 9193, 12215, 8629, 10806, 7373, 9235, 12085, 8343, 11358, 12812, 8770, 11277, 7703, 9810, 7658, 7809, 7042, 8500, 12051, 7389, 7984, 12169, 6931, 7999, 6721, 7506, 12737, 8120, 12322, 12939, 9410, 10498, 7869, 8968, 12504, 8252, 10610, 13501, 8239, 12513, 7929, 10976, 12731, 8284, 9925, 11817, 8462, 10883, 7212, 7571, 11536, 7714, 11759, 7364, 8732, 12760, 7785, 11842, 7660, 11528, 8215, 11006, 8942, 8275, 13123, 8627, 12672, 13530, 11170, 11296, 8176, 9656, 7906, 11003, 12474, 8572, 11466, 6854, 8822, 7310, 7619, 7468, 12159, 12722, 8530, 9791, 15316, 8487, 9494, 7687, 8499, 7702, 13275, 13606, 9590, 12369, 7939, 11155, 7638, 11954, 11992, 9098, 9523, 8139, 7659, 8132, 13243, 12983, 9735, 11824, 7785, 8917, 6907, 7832, 13068, 8940, 12228, 8579, 11546, 7431, 8756, 10893, 7890, 11993, 7336, 8054, 12813, 7642, 11167, 7022, 9624, 7210, 9397, 8488, 10346, 12199, 11739, 11084, 8456, 12754, 8828, 12517, 14895, 10565, 11140, 7157, 8254, 12116, 14737, 8484, 11421, 7415, 8660, 7388, 7868, 12640, 8433], 'WindowCenter': [4262.0, 4237.0, 4233.0, 4218.0, 4209.0, 4240.0, 4189.0, 4198.0, 4225.0, 4195.0, 4223.0, 4198.0, 4237.0, 4188.0, 4242.0, 4250.0, 4201.0, 4232.0, 4199.0, 4209.0, 4237.0, 4186.0, 4219.0, 4238.0, 4199.0, 4210.0, 4248.0, 4201.0, 4229.0, 4199.0, 4211.0, 4262.0, 4230.0, 4222.0, 4264.0, 4212.0, 4234.0, 4252.0, 4223.0, 4263.0, 4244.0, 4225.0, 4265.0, 4212.0, 4241.0, 4189.0, 4212.0, 4262.0, 4263.0, 4232.0, 4254.0, 4243.0, 4220.0, 4238.0, 4211.0, 4242.0, 4212.0, 4245.0, 4263.0, 4223.0, 4252.0, 4200.0, 4213.0, 4264.0, 4261.0, 4231.0, 4252.0, 4190.0, 4210.0, 4236.0, 4187.0, 4231.0, 4248.0, 4221.0, 4241.0, 4198.0, 4212.0, 4250.0, 4221.0, 4264.0, 4242.0, 4233.0, 4251.0, 4210.0, 4252.0, 4211.0, 4256.0, 4264.0, 4235.0, 4256.0, 4202.0, 4212.0, 4263.0, 4241.0, 4221.0, 4251.0, 4209.0, 4221.0, 4236.0, 4199.0, 4229.0, 4231.0, 4223.0, 4253.0, 4211.0, 4243.0, 4187.0, 4210.0, 4251.0, 4200.0, 4234.0, 4251.0, 4222.0, 4241.0, 4201.0, 4231.0, 4230.0, 4221.0, 4264.0, 4252.0, 4234.0, 4251.0, 4211.0, 4240.0, 4200.0, 4232.0, 4261.0, 4232.0, 4266.0, 4221.0, 4223.0, 4253.0, 4251.0, 4222.0, 4253.0, 4198.0, 4221.0, 4239.0, 4199.0, 4239.0, 4200.0, 4244.0, 4254.0, 4221.0, 4254.0, 4212.0, 4232.0, 4253.0, 4233.0, 4265.0, 4252.0, 4234.0, 4239.0, 4209.0, 4241.0, 4188.0, 4225.0, 4263.0, 4211.0, 4233.0, 4239.0, 4209.0, 4250.0, 4240.0, 4213.0, 4255.0, 4230.0, 4233.0, 4249.0, 4200.0, 4241.0, 4211.0, 4245.0, 4253.0, 4243.0, 4251.0, 4202.0, 4250.0, 4199.0, 4245.0, 4264.0, 4212.0, 4241.0, 4189.0, 4210.0, 4250.0, 4211.0, 4264.0, 4210.0, 4231.0, 4252.0, 4211.0, 4242.0, 4211.0, 4243.0, 4251.0, 4235.0, 4254.0, 4231.0, 4224.0, 4240.0, 4199.0, 4240.0, 4212.0, 4254.0, 4230.0, 4244.0, 4252.0, 4201.0, 4252.0, 4200.0, 4234.0, 4253.0, 4211.0, 4231.0, 4199.0, 4209.0, 4239.0, 4212.0, 4252.0, 4209.0, 4243.0, 4198.0, 4210.0, 4251.0, 4222.0, 4266.0, 4233.0, 4232.0, 4253.0, 4212.0, 4241.0, 4200.0, 4242.0, 4254.0, 4211.0, 4232.0, 4218.0, 4208.0, 4238.0, 4200.0, 4253.0, 4250.0, 4222.0, 4230.0, 4199.0, 4230.0, 4212.0, 4255.0, 4264.0, 4247.0, 4254.0, 4214.0, 4245.0, 4266.0, 4253.0, 4221.0, 4241.0, 4197.0, 4208.0, 4239.0, 4207.0, 4209.0, 4239.0, 4198.0, 4221.0, 4198.0, 4200.0, 4248.0, 4212.0, 4265.0, 4252.0, 4222.0, 4243.0, 4200.0, 4212.0, 4240.0, 4210.0, 4252.0, 4241.0, 4222.0, 4242.0, 4198.0, 4240.0, 4239.0, 4213.0, 4234.0, 4236.0, 4220.0, 4216.0, 4187.0, 4199.0, 4240.0, 4212.0, 4263.0, 4211.0, 4223.0, 4264.0, 4224.0, 4264.0, 4225.0, 4259.0, 4277.0, 4236.0, 4257.0, 4235.0, 4225.0, 4252.0, 4211.0, 4255.0, 4252.0, 4218.0, 4242.0, 4198.0, 4209.0, 4200.0, 4244.0, 4265.0, 4230.0, 4211.0, 4229.0, 4199.0, 4239.0, 4238.0, 4210.0, 4241.0, 4217.0, 4211.0, 4226.0, 4187.0, 4217.0, 4239.0, 4210.0, 4230.0, 4187.0, 4208.0, 4176.0, 4197.0, 4237.0, 4200.0, 4241.0, 4241.0, 4232.0, 4231.0, 4188.0, 4197.0, 4218.0, 4197.0, 4238.0, 4198.0, 4240.0, 4208.0, 4199.0, 4237.0, 4199.0, 4253.0, 4222.0, 4222.0, 4239.0, 4201.0, 4238.0, 4188.0, 4241.0, 4240.0, 4212.0, 4234.0, 4229.0, 4222.0, 4231.0, 4213.0, 4251.0, 4227.0, 4267.0, 4253.0, 4236.0, 4253.0, 4212.0, 4242.0, 4203.0, 4245.0, 4251.0, 4242.0, 4240.0, 4201.0, 4242.0, 4200.0, 4234.0, 4253.0, 4211.0, 4232.0, 4202.0, 4210.0, 4241.0, 4212.0, 4254.0, 4254.0, 4224.0, 4252.0, 4203.0, 4221.0, 4190.0, 4201.0, 4249.0, 4225.0, 4277.0, 4266.0, 4244.0, 4265.0, 4225.0, 4253.0, 4204.0, 4256.0, 4267.0, 4242.0, 4224.0, 4250.0, 4223.0, 4230.0, 4200.0, 4241.0, 4239.0, 4220.0, 4231.0, 4188.0, 4209.0, 4199.0, 4220.0, 4254.0, 4211.0, 4221.0, 4187.0, 4197.0, 4238.0, 4186.0, 4200.0, 4238.0, 4188.0, 4228.0, 4187.0, 4200.0, 4239.0, 4212.0, 4252.0, 4228.0, 4209.0, 4251.0, 4212.0, 4223.0, 4261.0, 4243.0, 4250.0, 4212.0, 4251.0, 4214.0, 4265.0, 4225.0, 4256.0, 4231.0, 4212.0, 4250.0, 4231.0, 4255.0, 4251.0, 4241.0, 4227.0, 4197.0, 4217.0, 4208.0, 4218.0, 4239.0, 4207.0, 4226.0, 4188.0, 4228.0, 4222.0, 4240.0, 4212.0, 4240.0, 4190.0, 4210.0, 4250.0, 4233.0, 4253.0, 4250.0, 4230.0, 4227.0, 4184.0, 4197.0, 4225.0, 4220.0, 4230.0, 4236.0, 4208.0, 4225.0, 4198.0, 4196.0, 4196.0, 4197.0, 4249.0, 4211.0, 4222.0, 4240.0, 4222.0, 4239.0, 4210.0, 4250.0, 4224.0, 4265.0, 4250.0, 4233.0, 4239.0, 4210.0, 4241.0, 4239.0, 4210.0, 4222.0, 4228.0, 4210.0, 4219.0, 4197.0, 4200.0, 4220.0, 4222.0, 4265.0, 4203.0, 4226.0, 4265.0, 4223.0, 4245.0, 4244.0, 4225.0, 4263.0, 4236.0, 4266.0, 4276.0, 4237.0, 4246.0, 4245.0, 4215.0, 4242.0, 4211.0, 4254.0, 4253.0, 4220.0, 4240.0, 4248.0, 4208.0, 4226.0, 4197.0, 4218.0, 4239.0, 4206.0, 4217.0, 4186.0, 4195.0, 4184.0, 4197.0, 4237.0, 4237.0, 4217.0, 4218.0, 4196.0, 4197.0, 4215.0, 4195.0, 4240.0, 4228.0, 4209.0, 4237.0, 4198.0, 4226.0, 4209.0, 4242.0, 4239.0, 4221.0, 4251.0, 4199.0, 4220.0, 4197.0, 4208.0, 4252.0, 4222.0, 4253.0, 4209.0, 4221.0, 4239.0, 4210.0, 4253.0, 4250.0, 4218.0, 4226.0, 4195.0, 4198.0, 4235.0, 4209.0, 4250.0, 4199.0, 4221.0, 4217.0, 4210.0, 4238.0, 4200.0, 4252.0, 4253.0, 4234.0, 4252.0, 4211.0, 4240.0, 4200.0, 4211.0, 4250.0, 4199.0, 4223.0, 4241.0, 4199.0, 4210.0, 4188.0, 4200.0, 4254.0, 4209.0, 4210.0, 4264.0, 4211.0, 4248.0, 4256.0, 4226.0, 4237.0, 4238.0, 4275.0, 4255.0, 4268.0, 4271.0, 4234.0, 4230.0, 4190.0, 4210.0, 4240.0, 4221.0, 4209.0, 4252.0, 4199.0, 4216.0, 4189.0, 4230.0, 4239.0, 4209.0, 4219.0, 4177.0, 4198.0, 4239.0, 4189.0, 4224.0, 4263.0, 4211.0, 4226.0, 4200.0, 4200.0, 4209.0, 4223.0, 4265.0, 4256.0, 4280.0, 4268.0, 4248.0, 4232.0, 4199.0, 4199.0, 4229.0, 4186.0, 4198.0, 4228.0, 4197.0, 4207.0, 4177.0, 4198.0, 4237.0, 4198.0, 4240.0, 4218.0, 4200.0, 4241.0, 4200.0, 4211.0, 4210.0, 4201.0, 4253.0, 4211.0, 4212.0, 4265.0, 4203.0, 4225.0, 4254.0, 4215.0, 4263.0, 4225.0, 4266.0, 4265.0, 4234.0, 4246.0, 4202.0, 4210.0, 4209.0, 4210.0, 4251.0, 4250.0, 4229.0, 4229.0, 4197.0, 4204.0, 4187.0, 4222.0, 4250.0, 4208.0, 4217.0, 4189.0, 4198.0, 4212.0, 4244.0, 4225.0, 4265.0, 4266.0, 4223.0, 4230.0, 4239.0, 4221.0, 4218.0, 4176.0, 4195.0, 4241.0, 4195.0, 4208.0, 4224.0, 4186.0, 4226.0, 4186.0, 4228.0, 4238.0, 4231.0, 4240.0, 4198.0, 4206.0, 4195.0, 4177.0, 4208.0, 4212.0, 4265.0, 4251.0, 4203.0, 4223.0, 4253.0, 4209.0, 4199.0, 4227.0, 4186.0, 4184.0, 4211.0, 4184.0, 4195.0, 4224.0, 4193.0, 4202.0, 4171.0, 4194.0, 4212.0, 4183.0, 4216.0, 4222.0, 4195.0, 4214.0, 4183.0, 4204.0, 4184.0, 4186.0, 4186.0, 4220.0, 4240.0, 4198.0, 4214.0, 4251.0, 4192.0, 4213.0, 4190.0, 4214.0, 4262.0, 4223.0, 4279.0, 4265.0, 4237.0, 4244.0, 4213.0, 4223.0, 4251.0, 4224.0, 4243.0, 4248.0, 4209.0, 4239.0, 4199.0, 4230.0, 4239.0, 4210.0, 4231.0, 4228.0, 4201.0, 4227.0, 4188.0, 4201.0, 4239.0, 4212.0, 4254.0, 4202.0, 4224.0, 4252.0, 4212.0, 4252.0, 4212.0, 4265.0, 4224.0, 4254.0, 4224.0, 4213.0, 4252.0, 4224.0, 4266.0, 4253.0, 4233.0, 4227.0, 4209.0, 4221.0, 4199.0, 4243.0, 4239.0, 4210.0, 4241.0, 4194.0, 4224.0, 4204.0, 4213.0, 4214.0, 4265.0, 4266.0, 4224.0, 4231.0, 4260.0, 4211.0, 4219.0, 4200.0, 4207.0, 4212.0, 4266.0, 4251.0, 4222.0, 4237.0, 4198.0, 4228.0, 4199.0, 4253.0, 4239.0, 4220.0, 4217.0, 4199.0, 4196.0, 4210.0, 4252.0, 4250.0, 4221.0, 4238.0, 4188.0, 4207.0, 4175.0, 4199.0, 4250.0, 4221.0, 4239.0, 4209.0, 4239.0, 4200.0, 4222.0, 4230.0, 4211.0, 4252.0, 4200.0, 4211.0, 4251.0, 4211.0, 4253.0, 4201.0, 4232.0, 4213.0, 4244.0, 4236.0, 4257.0, 4265.0, 4269.0, 4255.0, 4226.0, 4262.0, 4234.0, 4268.0, 4265.0, 4232.0, 4229.0, 4176.0, 4198.0, 4238.0, 4248.0, 4208.0, 4227.0, 4186.0, 4207.0, 4184.0, 4196.0, 4236.0, 4221.0], 'WindowWidth': [9438.0, 9394.0, 9378.0, 9348.0, 9337.0, 9377.0, 9311.0, 9320.0, 9352.0, 9312.0, 9345.0, 9320.0, 9371.0, 9308.0, 9385.0, 9395.0, 9329.0, 9372.0, 9323.0, 9336.0, 9370.0, 9303.0, 9349.0, 9374.0, 9324.0, 9341.0, 9389.0, 9329.0, 9364.0, 9324.0, 9344.0, 9414.0, 9368.0, 9362.0, 9418.0, 9348.0, 9378.0, 9402.0, 9364.0, 9418.0, 9393.0, 9370.0, 9422.0, 9348.0, 9383.0, 9313.0, 9346.0, 9415.0, 9418.0, 9375.0, 9404.0, 9387.0, 9354.0, 9374.0, 9343.0, 9385.0, 9350.0, 9396.0, 9420.0, 9364.0, 9400.0, 9329.0, 9350.0, 9420.0, 9413.0, 9371.0, 9402.0, 9312.0, 9339.0, 9369.0, 9304.0, 9368.0, 9390.0, 9358.0, 9384.0, 9322.0, 9346.0, 9393.0, 9359.0, 9420.0, 9387.0, 9378.0, 9395.0, 9343.0, 9399.0, 9345.0, 9412.0, 9420.0, 9384.0, 9410.0, 9333.0, 9347.0, 9416.0, 9383.0, 9358.0, 9398.0, 9339.0, 9355.0, 9371.0, 9323.0, 9364.0, 9371.0, 9364.0, 9401.0, 9346.0, 9389.0, 9308.0, 9341.0, 9398.0, 9327.0, 9379.0, 9399.0, 9360.0, 9384.0, 9330.0, 9371.0, 9367.0, 9357.0, 9422.0, 9403.0, 9377.0, 9399.0, 9343.0, 9380.0, 9328.0, 9374.0, 9413.0, 9375.0, 9427.0, 9357.0, 9362.0, 9401.0, 9396.0, 9361.0, 9402.0, 9319.0, 9357.0, 9375.0, 9324.0, 9376.0, 9327.0, 9393.0, 9405.0, 9359.0, 9406.0, 9346.0, 9374.0, 9402.0, 9377.0, 9424.0, 9403.0, 9379.0, 9378.0, 9338.0, 9381.0, 9308.0, 9367.0, 9416.0, 9343.0, 9377.0, 9379.0, 9339.0, 9395.0, 9381.0, 9352.0, 9407.0, 9367.0, 9378.0, 9391.0, 9328.0, 9383.0, 9345.0, 9397.0, 9402.0, 9391.0, 9398.0, 9332.0, 9394.0, 9326.0, 9395.0, 9421.0, 9346.0, 9384.0, 9309.0, 9338.0, 9392.0, 9346.0, 9420.0, 9342.0, 9370.0, 9400.0, 9343.0, 9384.0, 9341.0, 9387.0, 9398.0, 9383.0, 9406.0, 9371.0, 9362.0, 9378.0, 9325.0, 9377.0, 9349.0, 9405.0, 9367.0, 9393.0, 9399.0, 9330.0, 9398.0, 9328.0, 9379.0, 9405.0, 9342.0, 9373.0, 9322.0, 9335.0, 9376.0, 9349.0, 9401.0, 9339.0, 9391.0, 9323.0, 9341.0, 9398.0, 9364.0, 9426.0, 9375.0, 9374.0, 9401.0, 9344.0, 9383.0, 9327.0, 9388.0, 9408.0, 9343.0, 9372.0, 9347.0, 9333.0, 9372.0, 9328.0, 9403.0, 9395.0, 9359.0, 9367.0, 9324.0, 9368.0, 9350.0, 9413.0, 9421.0, 9401.0, 9409.0, 9352.0, 9395.0, 9431.0, 9404.0, 9358.0, 9383.0, 9317.0, 9334.0, 9376.0, 9331.0, 9339.0, 9376.0, 9319.0, 9354.0, 9321.0, 9326.0, 9388.0, 9346.0, 9423.0, 9402.0, 9360.0, 9389.0, 9326.0, 9345.0, 9377.0, 9341.0, 9402.0, 9384.0, 9357.0, 9383.0, 9322.0, 9379.0, 9377.0, 9348.0, 9375.0, 9369.0, 9352.0, 9341.0, 9305.0, 9323.0, 9380.0, 9348.0, 9419.0, 9347.0, 9366.0, 9420.0, 9368.0, 9420.0, 9370.0, 9423.0, 9446.0, 9385.0, 9415.0, 9383.0, 9368.0, 9400.0, 9343.0, 9409.0, 9401.0, 9348.0, 9386.0, 9320.0, 9334.0, 9327.0, 9392.0, 9426.0, 9367.0, 9342.0, 9361.0, 9323.0, 9377.0, 9373.0, 9340.0, 9383.0, 9345.0, 9341.0, 9353.0, 9304.0, 9344.0, 9376.0, 9339.0, 9364.0, 9302.0, 9333.0, 9287.0, 9317.0, 9371.0, 9326.0, 9384.0, 9385.0, 9371.0, 9368.0, 9306.0, 9317.0, 9344.0, 9317.0, 9377.0, 9324.0, 9381.0, 9336.0, 9323.0, 9371.0, 9325.0, 9405.0, 9358.0, 9357.0, 9380.0, 9328.0, 9374.0, 9309.0, 9381.0, 9379.0, 9348.0, 9376.0, 9364.0, 9361.0, 9368.0, 9349.0, 9395.0, 9375.0, 9429.0, 9403.0, 9385.0, 9401.0, 9345.0, 9384.0, 9335.0, 9394.0, 9397.0, 9388.0, 9381.0, 9329.0, 9383.0, 9326.0, 9380.0, 9405.0, 9343.0, 9372.0, 9329.0, 9340.0, 9382.0, 9346.0, 9405.0, 9408.0, 9365.0, 9400.0, 9334.0, 9354.0, 9314.0, 9331.0, 9392.0, 9372.0, 9443.0, 9426.0, 9394.0, 9423.0, 9369.0, 9403.0, 9337.0, 9411.0, 9434.0, 9386.0, 9362.0, 9392.0, 9362.0, 9366.0, 9326.0, 9382.0, 9378.0, 9352.0, 9367.0, 9307.0, 9334.0, 9325.0, 9356.0, 9408.0, 9342.0, 9355.0, 9305.0, 9318.0, 9373.0, 9301.0, 9328.0, 9374.0, 9306.0, 9359.0, 9303.0, 9325.0, 9379.0, 9345.0, 9398.0, 9360.0, 9338.0, 9395.0, 9347.0, 9364.0, 9410.0, 9392.0, 9393.0, 9349.0, 9398.0, 9356.0, 9423.0, 9367.0, 9414.0, 9369.0, 9344.0, 9393.0, 9370.0, 9408.0, 9398.0, 9383.0, 9357.0, 9316.0, 9345.0, 9335.0, 9347.0, 9378.0, 9332.0, 9354.0, 9307.0, 9362.0, 9360.0, 9380.0, 9346.0, 9382.0, 9314.0, 9341.0, 9395.0, 9379.0, 9402.0, 9394.0, 9366.0, 9356.0, 9296.0, 9315.0, 9350.0, 9354.0, 9367.0, 9368.0, 9332.0, 9350.0, 9318.0, 9316.0, 9316.0, 9320.0, 9392.0, 9345.0, 9358.0, 9380.0, 9360.0, 9378.0, 9343.0, 9394.0, 9366.0, 9423.0, 9397.0, 9377.0, 9377.0, 9339.0, 9382.0, 9377.0, 9340.0, 9357.0, 9357.0, 9337.0, 9348.0, 9319.0, 9327.0, 9354.0, 9361.0, 9423.0, 9339.0, 9374.0, 9424.0, 9364.0, 9397.0, 9394.0, 9370.0, 9417.0, 9387.0, 9427.0, 9441.0, 9388.0, 9398.0, 9395.0, 9354.0, 9386.0, 9346.0, 9405.0, 9405.0, 9354.0, 9380.0, 9388.0, 9333.0, 9353.0, 9317.0, 9346.0, 9378.0, 9329.0, 9342.0, 9300.0, 9311.0, 9296.0, 9316.0, 9373.0, 9374.0, 9344.0, 9346.0, 9314.0, 9316.0, 9339.0, 9313.0, 9379.0, 9360.0, 9335.0, 9372.0, 9321.0, 9354.0, 9339.0, 9384.0, 9378.0, 9358.0, 9398.0, 9325.0, 9351.0, 9320.0, 9336.0, 9398.0, 9361.0, 9403.0, 9339.0, 9356.0, 9379.0, 9339.0, 9404.0, 9395.0, 9348.0, 9355.0, 9312.0, 9319.0, 9365.0, 9340.0, 9395.0, 9322.0, 9355.0, 9346.0, 9341.0, 9375.0, 9329.0, 9401.0, 9403.0, 9379.0, 9400.0, 9343.0, 9382.0, 9328.0, 9344.0, 9395.0, 9325.0, 9363.0, 9383.0, 9323.0, 9339.0, 9308.0, 9328.0, 9404.0, 9338.0, 9343.0, 9419.0, 9344.0, 9407.0, 9415.0, 9372.0, 9392.0, 9394.0, 9437.0, 9410.0, 9432.0, 9443.0, 9380.0, 9364.0, 9312.0, 9340.0, 9382.0, 9353.0, 9336.0, 9400.0, 9323.0, 9341.0, 9309.0, 9369.0, 9377.0, 9337.0, 9350.0, 9291.0, 9319.0, 9376.0, 9308.0, 9367.0, 9418.0, 9348.0, 9356.0, 9328.0, 9326.0, 9341.0, 9367.0, 9425.0, 9416.0, 9455.0, 9434.0, 9404.0, 9371.0, 9321.0, 9320.0, 9359.0, 9299.0, 9320.0, 9358.0, 9317.0, 9328.0, 9290.0, 9319.0, 9369.0, 9321.0, 9378.0, 9350.0, 9329.0, 9382.0, 9325.0, 9343.0, 9342.0, 9332.0, 9402.0, 9344.0, 9346.0, 9420.0, 9336.0, 9368.0, 9405.0, 9355.0, 9417.0, 9370.0, 9427.0, 9424.0, 9380.0, 9396.0, 9333.0, 9337.0, 9334.0, 9337.0, 9396.0, 9395.0, 9363.0, 9363.0, 9316.0, 9321.0, 9303.0, 9359.0, 9397.0, 9334.0, 9343.0, 9309.0, 9321.0, 9350.0, 9397.0, 9372.0, 9423.0, 9430.0, 9362.0, 9367.0, 9377.0, 9357.0, 9345.0, 9287.0, 9310.0, 9381.0, 9311.0, 9329.0, 9348.0, 9299.0, 9352.0, 9301.0, 9358.0, 9373.0, 9372.0, 9379.0, 9319.0, 9325.0, 9312.0, 9292.0, 9337.0, 9348.0, 9423.0, 9398.0, 9333.0, 9359.0, 9403.0, 9334.0, 9322.0, 9355.0, 9297.0, 9292.0, 9324.0, 9291.0, 9306.0, 9346.0, 9304.0, 9312.0, 9272.0, 9305.0, 9327.0, 9291.0, 9337.0, 9341.0, 9309.0, 9332.0, 9290.0, 9318.0, 9296.0, 9300.0, 9303.0, 9354.0, 9382.0, 9322.0, 9349.0, 9399.0, 9319.0, 9349.0, 9315.0, 9351.0, 9413.0, 9367.0, 9447.0, 9423.0, 9389.0, 9391.0, 9350.0, 9363.0, 9397.0, 9365.0, 9390.0, 9388.0, 9336.0, 9375.0, 9323.0, 9366.0, 9377.0, 9342.0, 9370.0, 9361.0, 9326.0, 9356.0, 9308.0, 9328.0, 9375.0, 9347.0, 9407.0, 9334.0, 9365.0, 9400.0, 9347.0, 9399.0, 9348.0, 9423.0, 9367.0, 9407.0, 9366.0, 9348.0, 9401.0, 9363.0, 9427.0, 9406.0, 9376.0, 9359.0, 9338.0, 9354.0, 9324.0, 9388.0, 9377.0, 9340.0, 9381.0, 9327.0, 9365.0, 9336.0, 9352.0, 9357.0, 9423.0, 9427.0, 9367.0, 9370.0, 9408.0, 9341.0, 9353.0, 9328.0, 9333.0, 9348.0, 9426.0, 9396.0, 9357.0, 9372.0, 9321.0, 9358.0, 9326.0, 9403.0, 9380.0, 9354.0, 9345.0, 9324.0, 9318.0, 9341.0, 9401.0, 9396.0, 9355.0, 9377.0, 9306.0, 9328.0, 9286.0, 9323.0, 9394.0, 9357.0, 9376.0, 9338.0, 9377.0, 9327.0, 9360.0, 9366.0, 9343.0, 9400.0, 9328.0, 9344.0, 9399.0, 9348.0, 9403.0, 9333.0, 9375.0, 9352.0, 9395.0, 9386.0, 9416.0, 9426.0, 9435.0, 9410.0, 9372.0, 9416.0, 9380.0, 9432.0, 9427.0, 9373.0, 9362.0, 9287.0, 9318.0, 9373.0, 9386.0, 9335.0, 9358.0, 9302.0, 9328.0, 9298.0, 9317.0, 9369.0, 9358.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.0005134063526834612</td></tr>
<tr><td colspan=3>aqi</td><td>0.02197480722891566</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.7820852220833</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2712172042763172</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0031393010087704</td></tr>
<tr><td colspan=3>efc</td><td>0.4572</td></tr>
<tr><td colspan=3>fber</td><td>6331.5112</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10521347990640631</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.5575027382256295</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4951212073049067</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4917264860471566</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.580655483926924</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.412981651940639</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155561</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009925493970513344</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01789277233183384</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.041012678623135</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.1285</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8673</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.2797</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>305292.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>769.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.9835</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9246</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.6694</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3488.4093</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4493.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.3785</td></tr>
<tr><td colspan=3>tsnr</td><td>44.0703823256772</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>