<?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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-02/func/sub-0059_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>9a44131d6120c8c21f2befeb63916bc9</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:30:24.822500</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.999151, 0.0192973, 0.0364089, -0.0261638, 0.979703, 0.198739]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.111977</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>[4155, -7781, -7234, 467, -76, -142, 9, 8]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.6</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>871914ba-8164-4028-8d5a-aad430050082||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.6806480884552, -0.07019545137882233, 0.08595393598079681, 115.91571807861328], [-0.05177333950996399, 2.628471851348877, 0.5387118458747864, -97.7332763671875], [0.09768244624137878, -0.5332025289535522, 2.644315004348755, -30.209732055664062], [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': ['163024.822500', '163025.282500', '163025.742500', '163026.202500', '163026.662500', '163027.122500', '163027.582500', '163028.042500', '163028.502500', '163028.962500', '163029.422500', '163029.882500', '163030.342500', '163030.802500', '163031.262500', '163031.722500', '163032.182500', '163032.642500', '163033.102500', '163033.562500', '163034.022500', '163034.482500', '163034.942500', '163035.402500', '163035.862500', '163036.322500', '163036.782500', '163037.242500', '163037.702500', '163038.162500', '163038.622500', '163039.082500', '163039.542500', '163040.002500', '163040.462500', '163040.922500', '163041.382500', '163041.842500', '163042.302500', '163042.762500', '163043.222500', '163043.682500', '163044.142500', '163044.602500', '163045.062500', '163045.522500', '163045.982500', '163046.442500', '163046.902500', '163047.362500', '163047.822500', '163048.282500', '163048.742500', '163049.202500', '163049.662500', '163050.122500', '163050.582500', '163051.042500', '163051.502500', '163051.962500', '163052.422500', '163052.882500', '163053.342500', '163053.802500', '163054.262500', '163054.722500', '163055.182500', '163055.642500', '163056.102500', '163056.562500', '163057.022500', '163057.482500', '163057.942500', '163058.402500', '163058.862500', '163059.322500', '163059.782500', '163100.242500', '163100.702500', '163101.162500', '163101.622500', '163102.082500', '163102.542500', '163103.002500', '163103.462500', '163103.922500', '163104.382500', '163104.842500', '163105.302500', '163105.762500', '163106.222500', '163106.682500', '163107.142500', '163107.602500', '163108.062500', '163108.522500', '163108.982500', '163109.442500', '163109.902500', '163110.362500', '163110.822500', '163111.282500', '163111.742500', '163112.202500', '163112.662500', '163113.122500', '163113.582500', '163114.042500', '163114.502500', '163114.962500', '163115.422500', '163115.882500', '163116.342500', '163116.802500', '163117.262500', '163117.722500', '163118.182500', '163118.642500', '163119.102500', '163119.562500', '163120.022500', '163120.482500', '163120.942500', '163121.402500', '163121.862500', '163122.322500', '163122.782500', '163123.242500', '163123.702500', '163124.162500', '163124.622500', '163125.082500', '163125.542500', '163126.002500', '163126.462500', '163126.922500', '163127.382500', '163127.842500', '163128.302500', '163128.762500', '163129.222500', '163129.682500', '163130.142500', '163130.602500', '163131.062500', '163131.522500', '163131.982500', '163132.442500', '163132.902500', '163133.362500', '163133.822500', '163134.282500', '163134.742500', '163135.202500', '163135.662500', '163136.122500', '163136.582500', '163137.042500', '163137.502500', '163137.962500', '163138.422500', '163138.882500', '163139.342500', '163139.802500', '163140.262500', '163140.722500', '163141.182500', '163141.642500', '163142.102500', '163142.562500', '163143.022500', '163143.482500', '163143.942500', '163144.402500', '163144.862500', '163145.322500', '163145.782500', '163146.242500', '163146.702500', '163147.162500', '163147.622500', '163148.082500', '163148.542500', '163149.002500', '163149.462500', '163149.922500', '163150.382500', '163150.842500', '163151.302500', '163151.762500', '163152.222500', '163152.682500', '163153.142500', '163153.602500', '163154.062500', '163154.522500', '163154.982500', '163155.442500', '163155.902500', '163156.362500', '163156.822500', '163157.282500', '163157.742500', '163158.202500', '163158.662500', '163159.122500', '163159.582500', '163200.042500', '163200.502500', '163200.962500', '163201.422500', '163201.882500', '163202.342500', '163202.802500', '163203.262500', '163203.722500', '163204.182500', '163204.642500', '163205.102500', '163205.562500', '163206.022500', '163206.482500', '163206.942500', '163207.402500', '163207.862500', '163208.322500', '163208.782500', '163209.242500', '163209.702500', '163210.162500', '163210.622500', '163211.082500', '163211.542500', '163212.002500', '163212.462500', '163212.922500', '163213.382500', '163213.842500', '163214.302500', '163214.762500', '163215.222500', '163215.682500', '163216.142500', '163216.602500', '163217.062500', '163217.522500', '163217.982500', '163218.442500', '163218.902500', '163219.362500', '163219.822500', '163220.282500', '163220.742500', '163221.202500', '163221.662500', '163222.122500', '163222.582500', '163223.042500', '163223.502500', '163223.962500', '163224.422500', '163224.882500', '163225.342500', '163225.802500', '163226.262500', '163226.722500', '163227.182500', '163227.642500', '163228.102500', '163228.562500', '163229.022500', '163229.482500', '163229.942500', '163230.402500', '163230.862500', '163231.322500', '163231.782500', '163232.242500', '163232.702500', '163233.162500', '163233.622500', '163234.082500', '163234.542500', '163235.002500', '163235.462500', '163235.922500', '163236.382500', '163236.842500', '163237.302500', '163237.762500', '163238.222500', '163238.682500', '163239.142500', '163239.602500', '163240.062500', '163240.522500', '163240.982500', '163241.442500', '163241.902500', '163242.362500', '163242.822500', '163243.282500', '163243.742500', '163244.202500', '163244.662500', '163245.122500', '163245.582500', '163246.042500', '163246.502500', '163246.962500', '163247.422500', '163247.882500', '163248.342500', '163248.802500', '163249.262500', '163249.722500', '163250.182500', '163250.642500', '163251.102500', '163251.562500', '163252.022500', '163252.482500', '163252.942500', '163253.402500', '163253.862500', '163254.322500', '163254.782500', '163255.242500', '163255.702500', '163256.162500', '163256.622500', '163257.082500', '163257.542500', '163258.002500', '163258.462500', '163258.922500', '163259.382500', '163259.842500', '163300.302500', '163300.762500', '163301.222500', '163301.682500', '163302.142500', '163302.602500', '163303.062500', '163303.522500', '163303.982500', '163304.442500', '163304.902500', '163305.362500', '163305.822500', '163306.282500', '163306.742500', '163307.202500', '163307.662500', '163308.122500', '163308.582500', '163309.042500', '163309.502500', '163309.962500', '163310.422500', '163310.882500', '163311.342500', '163311.802500', '163312.262500', '163312.722500', '163313.182500', '163313.642500', '163314.102500', '163314.562500', '163315.022500', '163315.482500', '163315.942500', '163316.402500', '163316.862500', '163317.322500', '163317.782500', '163318.242500', '163318.702500', '163319.162500', '163319.622500', '163320.082500', '163320.542500', '163321.002500', '163321.462500', '163321.922500', '163322.382500', '163322.842500', '163323.302500', '163323.762500', '163324.222500', '163324.682500', '163325.142500', '163325.602500', '163326.062500', '163326.522500', '163326.982500', '163327.442500', '163327.902500', '163328.362500', '163328.822500', '163329.282500', '163329.742500', '163330.202500', '163330.662500', '163331.122500', '163331.582500', '163332.042500', '163332.502500', '163332.962500', '163333.422500', '163333.882500', '163334.342500', '163334.802500', '163335.262500', '163335.722500', '163336.182500', '163336.642500', '163337.102500', '163337.562500', '163338.022500', '163338.482500', '163338.942500', '163339.402500', '163339.862500', '163340.322500', '163340.782500', '163341.242500', '163341.702500', '163342.162500', '163342.622500', '163343.082500', '163343.542500', '163344.002500', '163344.462500', '163344.922500', '163345.382500', '163345.842500', '163346.302500', '163346.762500', '163347.222500', '163347.682500', '163348.142500', '163348.602500', '163349.062500', '163349.522500', '163349.982500', '163350.442500', '163350.902500', '163351.362500', '163351.822500', '163352.282500', '163352.742500', '163353.202500', '163353.662500', '163354.122500', '163354.582500', '163355.042500', '163355.502500', '163355.962500', '163356.422500', '163356.882500', '163357.342500', '163357.802500', '163358.262500', '163358.722500', '163359.182500', '163359.642500', '163400.102500', '163400.562500', '163401.022500', '163401.482500', '163401.942500', '163402.402500', '163402.862500', '163403.322500', '163403.782500', '163404.242500', '163404.702500', '163405.162500', '163405.622500', '163406.082500', '163406.542500', '163407.002500', '163407.462500', '163407.922500', '163408.382500', '163408.842500', '163409.302500', '163409.762500', '163410.222500', '163410.682500', '163411.142500', '163411.602500', '163412.062500', '163412.522500', '163412.982500', '163413.442500', '163413.902500', '163414.362500', '163414.822500', '163415.282500', '163415.742500', '163416.202500', '163416.662500', '163417.122500', '163417.582500', '163418.042500', '163418.502500', '163418.962500', '163419.422500', '163419.882500', '163420.342500', '163420.802500', '163421.262500', '163421.722500', '163422.182500', '163422.642500', '163423.102500', '163423.562500', '163424.022500', '163424.482500', '163424.942500', '163425.402500', '163425.862500', '163426.322500', '163426.782500', '163427.242500', '163427.702500', '163428.162500', '163428.622500', '163429.082500', '163429.542500', '163430.002500', '163430.462500', '163430.922500', '163431.382500', '163431.842500', '163432.302500', '163432.762500', '163433.222500', '163433.682500', '163434.142500', '163434.602500', '163435.062500', '163435.522500', '163435.982500', '163436.442500', '163436.902500', '163437.362500', '163437.822500', '163438.282500', '163438.742500', '163439.202500', '163439.662500', '163440.122500', '163440.582500', '163441.042500', '163441.502500', '163441.962500', '163442.422500', '163442.882500', '163443.342500', '163443.802500', '163444.262500', '163444.722500', '163445.182500', '163445.642500', '163446.102500', '163446.562500', '163447.022500', '163447.482500', '163447.942500', '163448.402500', '163448.862500', '163449.322500', '163449.782500', '163450.242500', '163450.702500', '163451.162500', '163451.622500', '163452.082500', '163452.542500', '163453.002500', '163453.462500', '163453.922500', '163454.382500', '163454.842500', '163455.302500', '163455.762500', '163456.222500', '163456.682500', '163457.142500', '163457.602500', '163458.062500', '163458.522500', '163458.982500', '163459.442500', '163459.902500', '163500.362500', '163500.822500', '163501.282500', '163501.742500', '163502.202500', '163502.662500', '163503.122500', '163503.582500', '163504.042500', '163504.502500', '163504.962500', '163505.422500', '163505.882500', '163506.342500', '163506.802500', '163507.262500', '163507.722500', '163508.182500', '163508.642500', '163509.102500', '163509.562500', '163510.022500', '163510.482500', '163510.942500', '163511.402500', '163511.862500', '163512.322500', '163512.782500', '163513.242500', '163513.702500', '163514.162500', '163514.622500', '163515.082500', '163515.542500', '163516.002500', '163516.462500', '163516.922500', '163517.382500', '163517.842500', '163518.302500', '163518.762500', '163519.222500', '163519.682500', '163520.142500', '163520.602500', '163521.062500', '163521.522500', '163521.982500', '163522.442500', '163522.902500', '163523.362500', '163523.822500', '163524.282500', '163524.742500', '163525.202500', '163525.662500', '163526.122500', '163526.582500', '163527.042500', '163527.502500', '163527.962500', '163528.422500', '163528.882500', '163529.342500', '163529.802500', '163530.262500', '163530.722500', '163531.182500', '163531.642500', '163532.102500', '163532.562500', '163533.022500', '163533.482500', '163533.942500', '163534.402500', '163534.862500', '163535.322500', '163535.782500', '163536.242500', '163536.702500', '163537.162500', '163537.622500', '163538.082500', '163538.542500', '163539.002500', '163539.462500', '163539.922500', '163540.382500', '163540.842500', '163541.302500', '163541.762500', '163542.222500', '163542.682500', '163543.142500', '163543.602500', '163544.062500', '163544.522500', '163544.982500', '163545.442500', '163545.902500', '163546.362500', '163546.822500', '163547.282500', '163547.742500', '163548.202500', '163548.662500', '163549.122500', '163549.582500', '163550.042500', '163550.502500', '163550.962500', '163551.422500', '163551.882500', '163552.342500', '163552.802500', '163553.262500', '163553.722500', '163554.182500', '163554.642500', '163555.102500', '163555.562500', '163556.022500', '163556.482500', '163556.942500', '163557.402500', '163557.862500', '163558.322500', '163558.782500', '163559.242500', '163559.702500', '163600.162500', '163600.622500', '163601.082500', '163601.542500', '163602.002500', '163602.462500', '163602.922500', '163603.382500', '163603.842500', '163604.302500', '163604.762500', '163605.222500', '163605.682500', '163606.142500', '163606.602500', '163607.062500', '163607.522500', '163607.982500', '163608.442500', '163608.902500', '163609.362500', '163609.822500', '163610.282500', '163610.742500', '163611.202500', '163611.662500', '163612.122500', '163612.582500', '163613.042500', '163613.502500', '163613.962500', '163614.422500', '163614.882500', '163615.342500', '163615.802500', '163616.262500', '163616.722500', '163617.182500', '163617.642500', '163618.102500', '163618.562500', '163619.022500', '163619.482500', '163619.942500', '163620.402500', '163620.862500', '163621.322500', '163621.782500', '163622.242500', '163622.702500', '163623.162500', '163623.622500', '163624.082500', '163624.542500', '163625.002500', '163625.462500', '163625.922500', '163626.382500', '163626.842500', '163627.302500', '163627.762500', '163628.222500', '163628.682500', '163629.142500', '163629.602500', '163630.062500', '163630.522500', '163630.982500', '163631.442500', '163631.902500', '163632.362500', '163632.822500', '163633.282500', '163633.742500', '163634.202500', '163634.662500', '163635.122500', '163635.582500', '163636.042500', '163636.502500', '163636.962500', '163637.422500', '163637.882500', '163638.342500', '163638.802500', '163639.262500', '163639.722500', '163640.182500', '163640.642500', '163641.102500', '163641.562500', '163642.022500', '163642.482500', '163642.942500', '163643.402500', '163643.862500', '163644.322500', '163644.782500', '163645.242500', '163645.702500', '163646.162500', '163646.622500', '163647.082500', '163647.542500', '163648.002500', '163648.462500', '163648.922500', '163649.382500', '163649.842500', '163650.302500', '163650.762500', '163651.222500', '163651.682500', '163652.142500', '163652.602500', '163653.062500', '163653.522500', '163653.982500', '163654.442500', '163654.902500', '163655.362500', '163655.822500', '163656.282500', '163656.742500', '163657.202500', '163657.662500', '163658.122500', '163658.582500', '163659.042500', '163659.502500', '163659.962500', '163700.422500', '163700.882500', '163701.342500', '163701.802500', '163702.262500', '163702.722500', '163703.182500', '163703.642500', '163704.102500', '163704.562500', '163705.022500', '163705.482500', '163705.942500', '163706.402500', '163706.862500', '163707.322500', '163707.782500', '163708.242500', '163708.702500', '163709.162500', '163709.622500', '163710.082500', '163710.542500', '163711.002500', '163711.462500', '163711.922500', '163712.382500', '163712.842500', '163713.302500', '163713.762500', '163714.222500', '163714.682500', '163715.142500', '163715.602500', '163716.062500', '163716.522500', '163716.982500', '163717.442500', '163717.902500', '163718.362500', '163718.822500', '163719.282500', '163719.742500', '163720.202500', '163720.662500', '163721.122500', '163721.582500', '163722.042500', '163722.502500', '163722.962500', '163723.422500', '163723.882500', '163724.342500', '163724.802500'], 'ContentTime': ['163038.665000', '163038.668000', '163038.671000', '163038.674000', '163038.677000', '163038.685000', '163038.688000', '163038.690000', '163038.693000', '163038.695000', '163038.698000', '163038.710000', '163038.712000', '163038.715000', '163038.718000', '163038.720000', '163038.723000', '163038.725000', '163038.728000', '163038.730000', '163038.733000', '163038.735000', '163038.738000', '163038.741000', '163038.743000', '163038.746000', '163038.748000', '163058.613000', '163058.616000', '163058.620000', '163058.623000', '163058.625000', '163058.628000', '163058.630000', '163058.633000', '163058.636000', '163058.638000', '163058.641000', '163058.643000', '163058.646000', '163058.655000', '163058.658000', '163058.660000', '163058.663000', '163058.666000', '163058.668000', '163058.671000', '163058.673000', '163058.676000', '163058.678000', '163058.681000', '163058.683000', '163058.686000', '163058.688000', '163058.691000', '163058.694000', '163058.696000', '163058.699000', '163058.701000', '163058.704000', '163058.706000', '163058.709000', '163058.711000', '163058.714000', '163058.716000', '163058.719000', '163058.721000', '163058.724000', '163058.726000', '163058.729000', '163058.732000', '163118.614000', '163118.616000', '163118.619000', '163118.622000', '163118.624000', '163118.627000', '163118.629000', '163118.632000', '163118.634000', '163118.637000', '163118.639000', '163118.642000', '163118.645000', '163118.647000', '163118.650000', '163118.652000', '163118.655000', '163118.657000', '163118.660000', '163118.662000', '163118.665000', '163118.667000', '163118.676000', '163118.678000', '163118.681000', '163118.684000', '163118.686000', '163118.689000', '163118.691000', '163118.694000', '163118.696000', '163118.699000', '163118.701000', '163118.704000', '163118.707000', '163118.709000', '163118.712000', '163118.714000', '163118.717000', '163118.720000', '163118.722000', '163118.725000', '163118.727000', '163138.613000', '163138.616000', '163138.619000', '163138.621000', '163138.624000', '163138.627000', '163138.629000', '163138.632000', '163138.634000', '163138.637000', '163138.640000', '163138.642000', '163138.645000', '163138.647000', '163138.650000', '163138.653000', '163138.655000', '163138.658000', '163138.660000', '163138.663000', '163138.666000', '163138.669000', '163138.671000', '163138.674000', '163138.677000', '163138.679000', '163138.682000', '163138.684000', '163138.687000', '163138.690000', '163138.692000', '163138.695000', '163138.697000', '163138.700000', '163138.702000', '163138.705000', '163138.707000', '163138.710000', '163138.713000', '163138.715000', '163138.718000', '163138.730000', '163138.732000', '163158.615000', '163158.618000', '163158.620000', '163158.623000', '163158.625000', '163158.628000', '163158.630000', '163158.633000', '163158.636000', '163158.638000', '163158.641000', '163158.643000', '163158.646000', '163158.649000', '163158.651000', '163158.654000', '163158.656000', '163158.659000', '163158.661000', '163158.664000', '163158.666000', '163158.669000', '163158.671000', '163158.674000', '163158.677000', '163158.679000', '163158.682000', '163158.684000', '163158.687000', '163158.689000', '163158.692000', '163158.695000', '163158.697000', '163158.700000', '163158.702000', '163158.705000', '163158.707000', '163158.710000', '163158.712000', '163158.715000', '163158.718000', '163158.720000', '163158.723000', '163158.725000', '163218.615000', '163218.618000', '163218.620000', '163218.623000', '163218.625000', '163218.628000', '163218.631000', '163218.633000', '163218.636000', '163218.638000', '163218.641000', '163218.643000', '163218.646000', '163218.649000', '163218.651000', '163218.654000', '163218.657000', '163218.660000', '163218.663000', '163218.666000', '163218.668000', '163218.671000', '163218.673000', '163218.676000', '163218.678000', '163218.681000', '163218.684000', '163218.686000', '163218.689000', '163218.691000', '163218.694000', '163218.697000', '163218.699000', '163218.702000', '163218.704000', '163218.707000', '163218.709000', '163218.712000', '163218.714000', '163218.717000', '163218.720000', '163218.722000', '163218.725000', '163238.615000', '163238.617000', '163238.620000', '163238.623000', '163238.625000', '163238.628000', '163238.630000', '163238.633000', '163238.635000', '163238.638000', '163238.641000', '163238.643000', '163238.646000', '163238.648000', '163238.651000', '163238.654000', '163238.656000', '163238.659000', '163238.661000', '163238.664000', '163238.667000', '163238.669000', '163238.672000', '163238.674000', '163238.677000', '163238.679000', '163238.682000', '163238.685000', '163238.687000', '163238.690000', '163238.692000', '163238.695000', '163238.697000', '163238.700000', '163238.703000', '163238.705000', '163238.708000', '163238.710000', '163238.713000', '163238.715000', '163238.718000', '163238.721000', '163238.723000', '163238.726000', '163258.614000', '163258.617000', '163258.619000', '163258.622000', '163258.624000', '163258.627000', '163258.629000', '163258.632000', '163258.634000', '163258.637000', '163258.640000', '163258.642000', '163258.645000', '163258.648000', '163258.650000', '163258.653000', '163258.655000', '163258.658000', '163258.660000', '163258.663000', '163258.666000', '163258.668000', '163258.671000', '163258.673000', '163258.676000', '163258.679000', '163258.682000', '163258.684000', '163258.687000', '163258.689000', '163258.692000', '163258.695000', '163258.697000', '163258.700000', '163258.702000', '163258.705000', '163258.709000', '163258.711000', '163258.714000', '163258.717000', '163258.719000', '163258.722000', '163258.725000', '163318.613000', '163318.616000', '163318.619000', '163318.622000', '163318.624000', '163318.627000', '163318.629000', '163318.632000', '163318.635000', '163318.637000', '163318.640000', '163318.643000', '163318.645000', '163318.648000', '163318.650000', '163318.653000', '163318.656000', '163318.658000', '163318.661000', '163318.663000', '163318.666000', '163318.668000', '163318.671000', '163318.674000', '163318.676000', '163318.679000', '163318.682000', '163318.684000', '163318.687000', '163318.689000', '163318.692000', '163318.695000', '163318.697000', '163318.700000', '163318.702000', '163318.705000', '163318.707000', '163318.721000', '163318.723000', '163318.726000', '163318.728000', '163318.731000', '163318.733000', '163318.736000', '163338.614000', '163338.616000', '163338.619000', '163338.622000', '163338.624000', '163338.627000', '163338.629000', '163338.632000', '163338.635000', '163338.637000', '163338.640000', '163338.642000', '163338.645000', '163338.647000', '163338.650000', '163338.653000', '163338.655000', '163338.658000', '163338.661000', '163338.663000', '163338.666000', '163338.668000', '163338.671000', '163338.674000', '163338.676000', '163338.679000', '163338.681000', '163338.684000', '163338.686000', '163338.689000', '163338.692000', '163338.694000', '163338.697000', '163338.700000', '163338.702000', '163338.705000', '163338.707000', '163338.710000', '163338.713000', '163338.715000', '163338.718000', '163338.720000', '163338.723000', '163358.614000', '163358.617000', '163358.619000', '163358.622000', '163358.624000', '163358.627000', '163358.630000', '163358.632000', '163358.635000', '163358.637000', '163358.640000', '163358.642000', '163358.645000', '163358.648000', '163358.650000', '163358.653000', '163358.658000', '163358.661000', '163358.663000', '163358.666000', '163358.668000', '163358.671000', '163358.674000', '163358.676000', '163358.679000', '163358.681000', '163358.692000', '163358.695000', '163358.697000', '163358.700000', '163358.702000', '163358.705000', '163358.707000', '163358.710000', '163358.713000', '163358.715000', '163358.718000', '163358.720000', '163358.723000', '163358.726000', '163358.728000', '163358.731000', '163358.733000', '163358.736000', '163418.615000', '163418.617000', '163418.620000', '163418.623000', '163418.625000', '163418.628000', '163418.631000', '163418.633000', '163418.636000', '163418.638000', '163418.641000', '163418.643000', '163418.646000', '163418.649000', '163418.651000', '163418.654000', '163418.656000', '163418.659000', '163418.661000', '163418.664000', '163418.667000', '163418.669000', '163418.672000', '163418.674000', '163418.677000', '163418.679000', '163418.682000', '163418.685000', '163418.687000', '163418.690000', '163418.692000', '163418.695000', '163418.698000', '163418.700000', '163418.703000', '163418.705000', '163418.708000', '163418.711000', '163418.713000', '163418.716000', '163418.718000', '163418.721000', '163418.723000', '163438.614000', '163438.617000', '163438.620000', '163438.623000', '163438.625000', '163438.628000', '163438.630000', '163438.633000', '163438.636000', '163438.638000', '163438.641000', '163438.643000', '163438.646000', '163438.649000', '163438.651000', '163438.654000', '163438.656000', '163438.659000', '163438.662000', '163438.664000', '163438.667000', '163438.669000', '163438.672000', '163438.675000', '163438.677000', '163438.680000', '163438.682000', '163438.685000', '163438.688000', '163438.690000', '163438.693000', '163438.695000', '163438.698000', '163438.701000', '163438.703000', '163438.706000', '163438.708000', '163438.711000', '163438.713000', '163438.716000', '163438.719000', '163438.721000', '163438.724000', '163438.726000', '163458.615000', '163458.617000', '163458.620000', '163458.660000', '163458.662000', '163458.665000', '163458.667000', '163458.670000', '163458.672000', '163458.675000', '163458.678000', '163458.680000', '163458.683000', '163458.685000', '163458.688000', '163458.690000', '163458.693000', '163458.696000', '163458.698000', '163458.701000', '163458.703000', '163458.706000', '163458.709000', '163458.712000', '163458.715000', '163458.718000', '163458.720000', '163458.723000', '163458.726000', '163458.728000', '163458.731000', '163458.733000', '163458.736000', '163458.738000', '163458.741000', '163458.744000', '163458.746000', '163458.749000', '163458.751000', '163458.754000', '163458.756000', '163458.759000', '163458.761000', '163518.614000', '163518.617000', '163518.619000', '163518.622000', '163518.625000', '163518.627000', '163518.630000', '163518.632000', '163518.635000', '163518.637000', '163518.640000', '163518.643000', '163518.645000', '163518.648000', '163518.650000', '163518.653000', '163518.655000', '163518.658000', '163518.661000', '163518.663000', '163518.666000', '163518.668000', '163518.671000', '163518.673000', '163518.676000', '163518.678000', '163518.681000', '163518.684000', '163518.686000', '163518.689000', '163518.691000', '163518.694000', '163518.697000', '163518.699000', '163518.702000', '163518.704000', '163518.707000', '163518.710000', '163518.712000', '163518.715000', '163518.717000', '163518.720000', '163518.722000', '163518.725000', '163538.614000', '163538.617000', '163538.619000', '163538.622000', '163538.625000', '163538.627000', '163538.630000', '163538.632000', '163538.635000', '163538.637000', '163538.640000', '163538.643000', '163538.645000', '163538.648000', '163538.650000', '163538.653000', '163538.656000', '163538.658000', '163538.661000', '163538.663000', '163538.666000', '163538.669000', '163538.671000', '163538.674000', '163538.676000', '163538.687000', '163538.689000', '163538.692000', '163538.694000', '163538.697000', '163538.699000', '163538.702000', '163538.705000', '163538.707000', '163538.710000', '163538.712000', '163538.715000', '163538.718000', '163538.720000', '163538.723000', '163538.725000', '163538.728000', '163538.730000', '163558.614000', '163558.617000', '163558.619000', '163558.622000', '163558.624000', '163558.627000', '163558.629000', '163558.632000', '163558.635000', '163558.637000', '163558.640000', '163558.642000', '163558.645000', '163558.648000', '163558.650000', '163558.653000', '163558.655000', '163558.658000', '163558.660000', '163558.663000', '163558.665000', '163558.668000', '163558.671000', '163558.673000', '163558.676000', '163558.678000', '163558.681000', '163558.683000', '163558.686000', '163558.689000', '163558.691000', '163558.694000', '163558.696000', '163558.699000', '163558.701000', '163558.704000', '163558.707000', '163558.709000', '163558.712000', '163558.714000', '163558.717000', '163558.720000', '163558.722000', '163558.725000', '163618.614000', '163618.617000', '163618.619000', '163618.622000', '163618.625000', '163618.629000', '163618.631000', '163618.634000', '163618.637000', '163618.639000', '163618.642000', '163618.644000', '163618.647000', '163618.649000', '163618.652000', '163618.655000', '163618.657000', '163618.660000', '163618.662000', '163618.665000', '163618.668000', '163618.670000', '163618.673000', '163618.675000', '163618.678000', '163618.680000', '163618.683000', '163618.686000', '163618.698000', '163618.701000', '163618.703000', '163618.706000', '163618.708000', '163618.711000', '163618.713000', '163618.716000', '163618.719000', '163618.721000', '163618.724000', '163618.726000', '163618.729000', '163618.731000', '163618.734000', '163638.615000', '163638.618000', '163638.620000', '163638.623000', '163638.625000', '163638.628000', '163638.631000', '163638.633000', '163638.636000', '163638.638000', '163638.641000', '163638.643000', '163638.646000', '163638.649000', '163638.651000', '163638.654000', '163638.657000', '163638.659000', '163638.662000', '163638.664000', '163638.667000', '163638.669000', '163638.672000', '163638.674000', '163638.677000', '163638.680000', '163638.682000', '163638.685000', '163638.688000', '163638.690000', '163638.693000', '163638.695000', '163638.698000', '163638.701000', '163638.703000', '163638.706000', '163638.708000', '163638.711000', '163638.713000', '163638.716000', '163638.719000', '163638.721000', '163638.724000', '163638.726000', '163658.615000', '163658.617000', '163658.620000', '163658.623000', '163658.625000', '163658.628000', '163658.630000', '163658.633000', '163658.635000', '163658.638000', '163658.641000', '163658.643000', '163658.646000', '163658.648000', '163658.651000', '163658.653000', '163658.656000', '163658.659000', '163658.661000', '163658.664000', '163658.666000', '163658.669000', '163658.671000', '163658.674000', '163658.677000', '163658.679000', '163658.682000', '163658.684000', '163658.687000', '163658.689000', '163658.692000', '163658.695000', '163658.697000', '163658.700000', '163658.702000', '163658.705000', '163658.707000', '163658.710000', '163658.713000', '163658.715000', '163658.718000', '163658.720000', '163658.723000', '163718.615000', '163718.618000', '163718.620000', '163718.623000', '163718.631000', '163718.634000', '163718.636000', '163718.639000', '163718.642000', '163718.644000', '163718.647000', '163718.649000', '163718.652000', '163718.655000', '163718.657000', '163718.660000', '163718.662000', '163718.665000', '163718.667000', '163718.670000', '163718.673000', '163718.675000', '163718.678000', '163718.680000', '163718.683000', '163718.685000', '163718.688000', '163718.691000', '163718.693000', '163718.696000', '163718.698000', '163718.701000', '163718.704000', '163718.706000', '163718.709000', '163718.711000', '163718.714000', '163718.717000', '163718.719000', '163718.722000', '163718.724000', '163718.727000', '163718.730000', '163718.732000', '163726.370000', '163726.373000', '163726.376000', '163726.378000', '163726.381000', '163726.384000', '163726.386000', '163726.389000', '163726.391000', '163726.394000', '163726.397000', '163726.400000', '163726.403000', '163726.405000', '163726.408000', '163726.411000', '163726.414000'], 'InstanceCreationTime': ['163038.665000', '163038.668000', '163038.671000', '163038.674000', '163038.677000', '163038.685000', '163038.688000', '163038.690000', '163038.693000', '163038.695000', '163038.698000', '163038.710000', '163038.712000', '163038.715000', '163038.718000', '163038.720000', '163038.723000', '163038.725000', '163038.728000', '163038.730000', '163038.733000', '163038.735000', '163038.738000', '163038.741000', '163038.743000', '163038.746000', '163038.748000', '163058.613000', '163058.616000', '163058.620000', '163058.623000', '163058.625000', '163058.628000', '163058.630000', '163058.633000', '163058.636000', '163058.638000', '163058.641000', '163058.643000', '163058.646000', '163058.655000', '163058.658000', '163058.660000', '163058.663000', '163058.666000', '163058.668000', '163058.671000', '163058.673000', '163058.676000', '163058.678000', '163058.681000', '163058.683000', '163058.686000', '163058.688000', '163058.691000', '163058.694000', '163058.696000', '163058.699000', '163058.701000', '163058.704000', '163058.706000', '163058.709000', '163058.711000', '163058.714000', '163058.716000', '163058.719000', '163058.721000', '163058.724000', '163058.726000', '163058.729000', '163058.732000', '163118.614000', '163118.616000', '163118.619000', '163118.622000', '163118.624000', '163118.627000', '163118.629000', '163118.632000', '163118.634000', '163118.637000', '163118.639000', '163118.642000', '163118.645000', '163118.647000', '163118.650000', '163118.652000', '163118.655000', '163118.657000', '163118.660000', '163118.662000', '163118.665000', '163118.667000', '163118.676000', '163118.678000', '163118.681000', '163118.684000', '163118.686000', '163118.689000', '163118.691000', '163118.694000', '163118.696000', '163118.699000', '163118.701000', '163118.704000', '163118.707000', '163118.709000', '163118.712000', '163118.714000', '163118.717000', '163118.720000', '163118.722000', '163118.725000', '163118.727000', '163138.613000', '163138.616000', '163138.619000', '163138.621000', '163138.624000', '163138.627000', '163138.629000', '163138.632000', '163138.634000', '163138.637000', '163138.640000', '163138.642000', '163138.645000', '163138.647000', '163138.650000', '163138.653000', '163138.655000', '163138.658000', '163138.660000', '163138.663000', '163138.666000', '163138.669000', '163138.671000', '163138.674000', '163138.677000', '163138.679000', '163138.682000', '163138.684000', '163138.687000', '163138.690000', '163138.692000', '163138.695000', '163138.697000', '163138.700000', '163138.702000', '163138.705000', '163138.707000', '163138.710000', '163138.713000', '163138.715000', '163138.718000', '163138.730000', '163138.732000', '163158.615000', '163158.618000', '163158.620000', '163158.623000', '163158.625000', '163158.628000', '163158.630000', '163158.633000', '163158.636000', '163158.638000', '163158.641000', '163158.643000', '163158.646000', '163158.649000', '163158.651000', '163158.654000', '163158.656000', '163158.659000', '163158.661000', '163158.664000', '163158.666000', '163158.669000', '163158.671000', '163158.674000', '163158.677000', '163158.679000', '163158.682000', '163158.684000', '163158.687000', '163158.689000', '163158.692000', '163158.695000', '163158.697000', '163158.700000', '163158.702000', '163158.705000', '163158.707000', '163158.710000', '163158.712000', '163158.715000', '163158.718000', '163158.720000', '163158.723000', '163158.725000', '163218.615000', '163218.618000', '163218.620000', '163218.623000', '163218.625000', '163218.628000', '163218.631000', '163218.633000', '163218.636000', '163218.638000', '163218.641000', '163218.643000', '163218.646000', '163218.649000', '163218.651000', '163218.654000', '163218.657000', '163218.660000', '163218.663000', '163218.666000', '163218.668000', '163218.671000', '163218.673000', '163218.676000', '163218.678000', '163218.681000', '163218.684000', '163218.686000', '163218.689000', '163218.691000', '163218.694000', '163218.697000', '163218.699000', '163218.702000', '163218.704000', '163218.707000', '163218.709000', '163218.712000', '163218.714000', '163218.717000', '163218.720000', '163218.722000', '163218.725000', '163238.615000', '163238.617000', '163238.620000', '163238.623000', '163238.625000', '163238.628000', '163238.630000', '163238.633000', '163238.635000', '163238.638000', '163238.641000', '163238.643000', '163238.646000', '163238.648000', '163238.651000', '163238.654000', '163238.656000', '163238.659000', '163238.661000', '163238.664000', '163238.667000', '163238.669000', '163238.672000', '163238.674000', '163238.677000', '163238.679000', '163238.682000', '163238.685000', '163238.687000', '163238.690000', '163238.692000', '163238.695000', '163238.697000', '163238.700000', '163238.703000', '163238.705000', '163238.708000', '163238.710000', '163238.713000', '163238.715000', '163238.718000', '163238.721000', '163238.723000', '163238.726000', '163258.614000', '163258.617000', '163258.619000', '163258.622000', '163258.624000', '163258.627000', '163258.629000', '163258.632000', '163258.634000', '163258.637000', '163258.640000', '163258.642000', '163258.645000', '163258.648000', '163258.650000', '163258.653000', '163258.655000', '163258.658000', '163258.660000', '163258.663000', '163258.666000', '163258.668000', '163258.671000', '163258.673000', '163258.676000', '163258.679000', '163258.682000', '163258.684000', '163258.687000', '163258.689000', '163258.692000', '163258.695000', '163258.697000', '163258.700000', '163258.702000', '163258.705000', '163258.709000', '163258.711000', '163258.714000', '163258.717000', '163258.719000', '163258.722000', '163258.725000', '163318.613000', '163318.616000', '163318.619000', '163318.622000', '163318.624000', '163318.627000', '163318.629000', '163318.632000', '163318.635000', '163318.637000', '163318.640000', '163318.643000', '163318.645000', '163318.648000', '163318.650000', '163318.653000', '163318.656000', '163318.658000', '163318.661000', '163318.663000', '163318.666000', '163318.668000', '163318.671000', '163318.674000', '163318.676000', '163318.679000', '163318.682000', '163318.684000', '163318.687000', '163318.689000', '163318.692000', '163318.695000', '163318.697000', '163318.700000', '163318.702000', '163318.705000', '163318.707000', '163318.721000', '163318.723000', '163318.726000', '163318.728000', '163318.731000', '163318.733000', '163318.736000', '163338.614000', '163338.616000', '163338.619000', '163338.622000', '163338.624000', '163338.627000', '163338.629000', '163338.632000', '163338.635000', '163338.637000', '163338.640000', '163338.642000', '163338.645000', '163338.647000', '163338.650000', '163338.653000', '163338.655000', '163338.658000', '163338.661000', '163338.663000', '163338.666000', '163338.668000', '163338.671000', '163338.674000', '163338.676000', '163338.679000', '163338.681000', '163338.684000', '163338.686000', '163338.689000', '163338.692000', '163338.694000', '163338.697000', '163338.700000', '163338.702000', '163338.705000', '163338.707000', '163338.710000', '163338.713000', '163338.715000', '163338.718000', '163338.720000', '163338.723000', '163358.614000', '163358.617000', '163358.619000', '163358.622000', '163358.624000', '163358.627000', '163358.630000', '163358.632000', '163358.635000', '163358.637000', '163358.640000', '163358.642000', '163358.645000', '163358.648000', '163358.650000', '163358.653000', '163358.658000', '163358.661000', '163358.663000', '163358.666000', '163358.668000', '163358.671000', '163358.674000', '163358.676000', '163358.679000', '163358.681000', '163358.692000', '163358.695000', '163358.697000', '163358.700000', '163358.702000', '163358.705000', '163358.707000', '163358.710000', '163358.713000', '163358.715000', '163358.718000', '163358.720000', '163358.723000', '163358.726000', '163358.728000', '163358.731000', '163358.733000', '163358.736000', '163418.615000', '163418.617000', '163418.620000', '163418.623000', '163418.625000', '163418.628000', '163418.631000', '163418.633000', '163418.636000', '163418.638000', '163418.641000', '163418.643000', '163418.646000', '163418.649000', '163418.651000', '163418.654000', '163418.656000', '163418.659000', '163418.661000', '163418.664000', '163418.667000', '163418.669000', '163418.672000', '163418.674000', '163418.677000', '163418.679000', '163418.682000', '163418.685000', '163418.687000', '163418.690000', '163418.692000', '163418.695000', '163418.698000', '163418.700000', '163418.703000', '163418.705000', '163418.708000', '163418.711000', '163418.713000', '163418.716000', '163418.718000', '163418.721000', '163418.723000', '163438.614000', '163438.617000', '163438.620000', '163438.623000', '163438.625000', '163438.628000', '163438.630000', '163438.633000', '163438.636000', '163438.638000', '163438.641000', '163438.643000', '163438.646000', '163438.649000', '163438.651000', '163438.654000', '163438.656000', '163438.659000', '163438.662000', '163438.664000', '163438.667000', '163438.669000', '163438.672000', '163438.675000', '163438.677000', '163438.680000', '163438.682000', '163438.685000', '163438.688000', '163438.690000', '163438.693000', '163438.695000', '163438.698000', '163438.701000', '163438.703000', '163438.706000', '163438.708000', '163438.711000', '163438.713000', '163438.716000', '163438.719000', '163438.721000', '163438.724000', '163438.726000', '163458.615000', '163458.617000', '163458.620000', '163458.660000', '163458.662000', '163458.665000', '163458.667000', '163458.670000', '163458.672000', '163458.675000', '163458.678000', '163458.680000', '163458.683000', '163458.685000', '163458.688000', '163458.690000', '163458.693000', '163458.696000', '163458.698000', '163458.701000', '163458.703000', '163458.706000', '163458.709000', '163458.712000', '163458.715000', '163458.718000', '163458.720000', '163458.723000', '163458.726000', '163458.728000', '163458.731000', '163458.733000', '163458.736000', '163458.738000', '163458.741000', '163458.744000', '163458.746000', '163458.749000', '163458.751000', '163458.754000', '163458.756000', '163458.759000', '163458.761000', '163518.614000', '163518.617000', '163518.619000', '163518.622000', '163518.625000', '163518.627000', '163518.630000', '163518.632000', '163518.635000', '163518.637000', '163518.640000', '163518.643000', '163518.645000', '163518.648000', '163518.650000', '163518.653000', '163518.655000', '163518.658000', '163518.661000', '163518.663000', '163518.666000', '163518.668000', '163518.671000', '163518.673000', '163518.676000', '163518.678000', '163518.681000', '163518.684000', '163518.686000', '163518.689000', '163518.691000', '163518.694000', '163518.697000', '163518.699000', '163518.702000', '163518.704000', '163518.707000', '163518.710000', '163518.712000', '163518.715000', '163518.717000', '163518.720000', '163518.722000', '163518.725000', '163538.614000', '163538.617000', '163538.619000', '163538.622000', '163538.625000', '163538.627000', '163538.630000', '163538.632000', '163538.635000', '163538.637000', '163538.640000', '163538.643000', '163538.645000', '163538.648000', '163538.650000', '163538.653000', '163538.656000', '163538.658000', '163538.661000', '163538.663000', '163538.666000', '163538.669000', '163538.671000', '163538.674000', '163538.676000', '163538.687000', '163538.689000', '163538.692000', '163538.694000', '163538.697000', '163538.699000', '163538.702000', '163538.705000', '163538.707000', '163538.710000', '163538.712000', '163538.715000', '163538.718000', '163538.720000', '163538.723000', '163538.725000', '163538.728000', '163538.730000', '163558.614000', '163558.617000', '163558.619000', '163558.622000', '163558.624000', '163558.627000', '163558.629000', '163558.632000', '163558.635000', '163558.637000', '163558.640000', '163558.642000', '163558.645000', '163558.648000', '163558.650000', '163558.653000', '163558.655000', '163558.658000', '163558.660000', '163558.663000', '163558.665000', '163558.668000', '163558.671000', '163558.673000', '163558.676000', '163558.678000', '163558.681000', '163558.683000', '163558.686000', '163558.689000', '163558.691000', '163558.694000', '163558.696000', '163558.699000', '163558.701000', '163558.704000', '163558.707000', '163558.709000', '163558.712000', '163558.714000', '163558.717000', '163558.720000', '163558.722000', '163558.725000', '163618.614000', '163618.617000', '163618.619000', '163618.622000', '163618.625000', '163618.629000', '163618.631000', '163618.634000', '163618.637000', '163618.639000', '163618.642000', '163618.644000', '163618.647000', '163618.649000', '163618.652000', '163618.655000', '163618.657000', '163618.660000', '163618.662000', '163618.665000', '163618.668000', '163618.670000', '163618.673000', '163618.675000', '163618.678000', '163618.680000', '163618.683000', '163618.686000', '163618.698000', '163618.701000', '163618.703000', '163618.706000', '163618.708000', '163618.711000', '163618.713000', '163618.716000', '163618.719000', '163618.721000', '163618.724000', '163618.726000', '163618.729000', '163618.731000', '163618.734000', '163638.615000', '163638.618000', '163638.620000', '163638.623000', '163638.625000', '163638.628000', '163638.631000', '163638.633000', '163638.636000', '163638.638000', '163638.641000', '163638.643000', '163638.646000', '163638.649000', '163638.651000', '163638.654000', '163638.657000', '163638.659000', '163638.662000', '163638.664000', '163638.667000', '163638.669000', '163638.672000', '163638.674000', '163638.677000', '163638.680000', '163638.682000', '163638.685000', '163638.688000', '163638.690000', '163638.693000', '163638.695000', '163638.698000', '163638.701000', '163638.703000', '163638.706000', '163638.708000', '163638.711000', '163638.713000', '163638.716000', '163638.719000', '163638.721000', '163638.724000', '163638.726000', '163658.615000', '163658.617000', '163658.620000', '163658.623000', '163658.625000', '163658.628000', '163658.630000', '163658.633000', '163658.635000', '163658.638000', '163658.641000', '163658.643000', '163658.646000', '163658.648000', '163658.651000', '163658.653000', '163658.656000', '163658.659000', '163658.661000', '163658.664000', '163658.666000', '163658.669000', '163658.671000', '163658.674000', '163658.677000', '163658.679000', '163658.682000', '163658.684000', '163658.687000', '163658.689000', '163658.692000', '163658.695000', '163658.697000', '163658.700000', '163658.702000', '163658.705000', '163658.707000', '163658.710000', '163658.713000', '163658.715000', '163658.718000', '163658.720000', '163658.723000', '163718.615000', '163718.618000', '163718.620000', '163718.623000', '163718.631000', '163718.634000', '163718.636000', '163718.639000', '163718.642000', '163718.644000', '163718.647000', '163718.649000', '163718.652000', '163718.655000', '163718.657000', '163718.660000', '163718.662000', '163718.665000', '163718.667000', '163718.670000', '163718.673000', '163718.675000', '163718.678000', '163718.680000', '163718.683000', '163718.685000', '163718.688000', '163718.691000', '163718.693000', '163718.696000', '163718.698000', '163718.701000', '163718.704000', '163718.706000', '163718.709000', '163718.711000', '163718.714000', '163718.717000', '163718.719000', '163718.722000', '163718.724000', '163718.727000', '163718.730000', '163718.732000', '163726.370000', '163726.373000', '163726.376000', '163726.378000', '163726.381000', '163726.384000', '163726.386000', '163726.389000', '163726.391000', '163726.394000', '163726.397000', '163726.400000', '163726.403000', '163726.405000', '163726.408000', '163726.411000', '163726.414000'], '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': [14742, 10705, 18319, 11426, 15368, 9030, 13231, 9231, 12230, 9055, 11999, 9005, 11450, 9016, 13254, 8839, 12662, 8644, 11696, 8412, 11196, 8130, 12738, 8302, 12422, 8463, 12610, 8346, 14043, 9105, 13873, 8349, 13459, 8502, 13852, 8895, 13859, 8537, 14749, 8979, 15091, 9214, 14590, 8556, 13483, 8616, 13447, 9633, 11616, 8906, 9013, 11963, 9050, 16717, 9397, 13974, 8943, 12683, 8533, 13054, 8541, 14610, 9071, 13483, 8504, 12043, 7837, 12366, 8645, 9803, 7658, 9527, 7862, 10237, 11100, 10208, 9961, 8811, 10782, 8738, 14588, 9039, 12624, 8805, 16712, 9907, 15597, 10702, 14595, 8764, 13006, 8088, 11788, 7785, 12291, 7693, 11246, 7851, 10775, 12189, 9648, 12911, 8890, 17209, 9316, 15113, 10006, 14226, 8935, 12955, 8119, 12652, 7940, 14090, 8258, 13435, 8214, 12522, 7817, 13255, 7932, 12438, 8289, 11679, 9696, 11813, 14019, 10646, 14742, 9318, 16590, 9454, 15210, 9777, 13117, 8527, 12381, 8417, 12163, 8024, 12567, 7793, 10487, 7956, 9474, 10269, 10050, 15070, 10080, 15013, 9042, 16185, 9744, 15265, 10483, 13972, 8753, 13264, 8289, 12920, 8040, 12806, 8187, 11912, 7878, 12223, 8694, 11753, 11711, 9758, 12510, 8807, 15693, 9034, 16109, 9920, 14401, 9280, 13748, 9064, 13819, 9430, 14073, 8810, 13489, 9056, 14219, 9070, 14633, 9280, 13694, 8393, 12354, 7983, 12373, 8462, 11837, 8257, 10123, 11069, 9007, 15582, 9240, 11885, 8617, 11722, 9029, 15140, 8887, 14837, 9065, 12554, 8425, 13029, 8482, 13703, 8692, 12915, 7970, 12365, 7788, 12552, 9307, 11983, 10539, 9070, 13134, 8844, 15725, 9360, 12102, 8720, 14908, 9094, 15717, 9429, 14945, 9296, 14378, 9049, 14089, 9319, 14326, 9507, 12815, 9090, 12076, 8907, 13529, 8643, 13107, 8507, 12675, 8228, 12641, 7566, 11386, 7756, 9733, 7932, 9780, 12775, 9274, 12523, 8690, 14322, 8851, 15129, 8863, 12044, 8865, 14791, 8911, 14767, 9858, 13914, 8576, 13459, 8680, 14377, 9323, 14532, 8626, 13402, 8246, 13392, 8008, 13004, 7813, 11785, 8024, 12091, 10922, 11828, 10507, 10237, 10489, 9614, 14956, 9620, 17093, 10681, 14169, 9023, 12783, 9137, 13885, 9333, 12920, 8877, 12966, 8440, 12939, 8165, 13043, 7870, 11007, 7504, 10007, 9289, 10285, 8355, 9200, 10217, 8458, 14452, 8883, 14865, 9151, 15025, 9223, 14381, 8777, 13373, 8107, 12387, 7800, 12332, 9293, 12121, 10332, 9868, 11365, 8754, 13643, 9343, 10794, 8822, 11668, 8562, 14990, 9488, 16916, 10388, 14199, 9140, 13517, 8928, 13965, 9452, 14100, 9023, 14714, 9334, 14721, 9851, 14274, 9105, 13179, 8631, 12858, 8541, 13731, 8642, 13852, 8506, 12575, 8602, 12563, 8235, 13606, 8217, 13294, 8663, 13928, 8723, 13841, 8172, 13627, 8426, 12389, 8359, 12668, 8249, 13405, 8291, 13279, 8059, 12549, 8057, 12453, 11943, 10880, 12505, 8978, 11855, 8941, 15054, 9547, 13208, 8219, 10423, 8159, 12173, 8434, 12713, 8615, 13263, 9215, 14918, 8956, 14763, 9064, 13021, 8527, 11275, 8194, 11375, 8102, 11629, 8383, 12257, 8187, 11989, 12173, 10284, 13127, 9503, 15235, 9372, 15025, 9750, 14258, 9341, 11803, 8972, 11533, 9066, 13021, 9347, 14015, 9221, 12448, 9008, 13104, 8999, 13971, 9197, 14081, 9273, 14486, 9286, 14546, 9393, 13374, 9302, 13392, 9670, 14787, 9908, 14046, 9411, 12966, 9446, 12930, 9542, 13831, 9217, 13417, 8845, 12654, 8993, 13483, 9002, 12704, 8880, 12250, 8918, 13517, 8825, 13830, 9037, 12839, 8878, 13135, 9092, 14000, 8966, 13402, 9131, 13019, 9143, 13589, 8977, 13599, 8820, 12985, 8859, 13646, 8791, 13979, 8771, 12509, 8762, 12460, 8668, 13069, 8750, 12724, 8941, 13381, 9217, 14346, 9137, 14726, 9315, 13444, 8858, 11591, 8566, 12952, 8457, 12562, 8226, 11841, 8577, 12319, 8234, 12051, 8528, 11198, 8537, 11393, 9009, 11232, 12616, 9742, 10283, 8660, 12601, 9525, 15704, 9425, 11922, 8762, 8784, 8461, 8941, 9331, 9040, 10327, 7745, 9755, 8144, 11746, 10487, 12954, 16926, 12413, 15217, 9795, 13703, 9450, 13833, 9488, 13004, 9225, 11491, 9237, 12920, 9277, 13388, 9039, 11029, 8968, 10782, 8476, 9926, 8090, 8256, 9582, 8643, 12931, 15940, 10817, 15541, 10593, 13226, 9424, 13080, 9264, 13976, 9347, 13307, 9181, 11682, 9259, 12225, 8969, 8526, 8149, 7747, 9151, 8648, 12193, 9067, 14118, 8943, 14271, 8999, 13705, 8737, 12926, 8822, 12745, 8998, 12750, 9212, 14137, 9401, 14586, 9557, 12179, 9776, 10137, 9512, 11295, 10814, 8695, 11659, 8802, 12448, 8942, 14464, 8631, 13139, 8752, 13561, 8799, 14681, 9179, 14175, 8995, 12298, 8956, 11878, 9233, 14418, 9192, 14847, 9772, 11515, 9733, 9567, 8672, 8733, 9967, 8653, 11609, 8725, 12101, 8776, 13309, 8727, 11500, 8246, 11290, 8643, 12036, 8367, 12396, 8449, 10697, 9020, 12591, 8862, 14851, 9701, 15081, 10027, 14005, 9501, 16098, 10036, 12988, 9644, 13584, 9793, 12576, 9546, 10615, 8328, 8349, 9290, 8359, 11215, 9996, 12080, 11781, 10028, 8231, 9286, 8145, 10468, 8554, 12139, 8275, 10956, 8371, 11473, 9471, 12704, 10427, 12091, 9203, 9864, 10648, 9684, 11294, 10163, 8390, 10806, 8701, 11888, 8704, 13002, 8614, 12216, 8225, 9679, 8957, 11907, 8945, 14011, 8690, 12419, 8301, 10175, 8921, 10143, 8653, 10512, 8453, 11038, 8705, 13130, 8800, 14640, 8813, 13517, 8878, 13103, 8884, 13176, 8286, 11797, 8317, 10309, 8532, 11284, 8376, 12849, 8972, 14533, 9471, 15048, 9616, 15108, 8888, 14201, 8449, 10551, 7872, 9840, 8359, 10012, 10860, 9173, 8125, 9136, 7191, 9211, 7957, 10420, 8037, 13660, 8809, 13875, 9764, 14347, 9434, 15802, 9741, 14097, 9664, 13314, 10029, 14431, 10124, 15900, 10358, 16136, 11987, 15508, 8499, 9636, 11556, 10177, 12336, 10271, 12982, 10043, 12844, 10256, 13619, 10270, 14926, 10573, 14939, 10463, 15173, 12530, 14062, 16160, 11085, 17650, 10567, 12195, 10214, 9082, 10566, 8884, 10922, 9023, 10523, 8938, 8241, 8799, 9780, 8840, 11029, 9000, 11743, 8939, 11930, 9736, 12003, 10141, 12741, 10520, 11509, 8833, 9360, 11895, 9572, 15557, 9905, 15508, 9572, 15026, 9912, 13142, 10314, 13659, 9971, 14434, 10109, 11227, 9681, 7607, 9179, 8404, 11371, 8521, 13390, 9544, 13919, 10203, 14438, 10165, 15696, 10265, 13843, 10226, 11038, 10347, 13570, 10414, 15936, 10264, 11731, 8869, 7913, 9712, 8874, 12004, 9021, 12862, 9024, 13019, 9148, 12476, 8449, 12705], 'WindowCenter': [4307.0, 4260.0, 4299.0, 4245.0, 4262.0, 4211.0, 4238.0, 4218.0, 4237.0, 4210.0, 4239.0, 4220.0, 4240.0, 4236.0, 4262.0, 4224.0, 4251.0, 4212.0, 4251.0, 4213.0, 4242.0, 4215.0, 4265.0, 4226.0, 4264.0, 4225.0, 4264.0, 4226.0, 4275.0, 4237.0, 4276.0, 4226.0, 4264.0, 4225.0, 4275.0, 4226.0, 4264.0, 4225.0, 4274.0, 4224.0, 4276.0, 4223.0, 4262.0, 4211.0, 4252.0, 4210.0, 4251.0, 4209.0, 4240.0, 4208.0, 4208.0, 4228.0, 4209.0, 4270.0, 4209.0, 4249.0, 4210.0, 4249.0, 4210.0, 4249.0, 4210.0, 4260.0, 4209.0, 4249.0, 4208.0, 4239.0, 4188.0, 4239.0, 4198.0, 4219.0, 4188.0, 4219.0, 4199.0, 4231.0, 4242.0, 4231.0, 4231.0, 4222.0, 4241.0, 4213.0, 4273.0, 4222.0, 4253.0, 4223.0, 4283.0, 4233.0, 4273.0, 4232.0, 4263.0, 4210.0, 4250.0, 4199.0, 4240.0, 4188.0, 4241.0, 4200.0, 4241.0, 4200.0, 4242.0, 4251.0, 4222.0, 4251.0, 4222.0, 4272.0, 4222.0, 4261.0, 4232.0, 4261.0, 4210.0, 4250.0, 4199.0, 4251.0, 4200.0, 4261.0, 4201.0, 4261.0, 4211.0, 4252.0, 4200.0, 4251.0, 4199.0, 4251.0, 4209.0, 4242.0, 4220.0, 4242.0, 4262.0, 4232.0, 4261.0, 4220.0, 4271.0, 4220.0, 4260.0, 4219.0, 4249.0, 4209.0, 4238.0, 4199.0, 4240.0, 4202.0, 4251.0, 4189.0, 4230.0, 4199.0, 4221.0, 4231.0, 4232.0, 4262.0, 4232.0, 4261.0, 4211.0, 4271.0, 4222.0, 4261.0, 4231.0, 4250.0, 4209.0, 4239.0, 4199.0, 4249.0, 4199.0, 4239.0, 4198.0, 4239.0, 4198.0, 4240.0, 4209.0, 4240.0, 4239.0, 4220.0, 4238.0, 4209.0, 4260.0, 4210.0, 4260.0, 4221.0, 4249.0, 4210.0, 4249.0, 4210.0, 4249.0, 4209.0, 4248.0, 4210.0, 4248.0, 4210.0, 4249.0, 4210.0, 4260.0, 4209.0, 4249.0, 4198.0, 4238.0, 4198.0, 4238.0, 4197.0, 4238.0, 4197.0, 4218.0, 4228.0, 4209.0, 4259.0, 4209.0, 4238.0, 4209.0, 4238.0, 4209.0, 4261.0, 4222.0, 4262.0, 4211.0, 4239.0, 4210.0, 4249.0, 4211.0, 4261.0, 4211.0, 4251.0, 4200.0, 4251.0, 4200.0, 4252.0, 4220.0, 4241.0, 4230.0, 4210.0, 4250.0, 4210.0, 4260.0, 4221.0, 4239.0, 4211.0, 4260.0, 4211.0, 4272.0, 4220.0, 4260.0, 4210.0, 4249.0, 4209.0, 4249.0, 4210.0, 4249.0, 4209.0, 4237.0, 4208.0, 4237.0, 4210.0, 4249.0, 4210.0, 4249.0, 4210.0, 4239.0, 4200.0, 4250.0, 4200.0, 4240.0, 4188.0, 4218.0, 4199.0, 4231.0, 4251.0, 4222.0, 4250.0, 4212.0, 4261.0, 4222.0, 4262.0, 4222.0, 4251.0, 4222.0, 4261.0, 4222.0, 4262.0, 4233.0, 4262.0, 4212.0, 4251.0, 4211.0, 4261.0, 4211.0, 4261.0, 4209.0, 4250.0, 4197.0, 4249.0, 4187.0, 4239.0, 4188.0, 4238.0, 4186.0, 4238.0, 4229.0, 4239.0, 4218.0, 4219.0, 4217.0, 4219.0, 4259.0, 4219.0, 4260.0, 4229.0, 4248.0, 4208.0, 4237.0, 4209.0, 4249.0, 4209.0, 4238.0, 4209.0, 4238.0, 4198.0, 4239.0, 4198.0, 4249.0, 4187.0, 4229.0, 4177.0, 4218.0, 4208.0, 4219.0, 4198.0, 4220.0, 4219.0, 4212.0, 4261.0, 4211.0, 4261.0, 4222.0, 4261.0, 4222.0, 4261.0, 4211.0, 4251.0, 4200.0, 4240.0, 4189.0, 4252.0, 4220.0, 4241.0, 4219.0, 4220.0, 4229.0, 4199.0, 4249.0, 4210.0, 4229.0, 4210.0, 4240.0, 4211.0, 4261.0, 4221.0, 4272.0, 4232.0, 4250.0, 4221.0, 4250.0, 4221.0, 4261.0, 4222.0, 4261.0, 4211.0, 4261.0, 4210.0, 4262.0, 4219.0, 4250.0, 4207.0, 4238.0, 4197.0, 4238.0, 4198.0, 4248.0, 4197.0, 4248.0, 4198.0, 4238.0, 4211.0, 4238.0, 4198.0, 4248.0, 4198.0, 4248.0, 4208.0, 4249.0, 4209.0, 4250.0, 4198.0, 4249.0, 4198.0, 4239.0, 4198.0, 4250.0, 4198.0, 4250.0, 4199.0, 4250.0, 4200.0, 4251.0, 4199.0, 4250.0, 4240.0, 4241.0, 4239.0, 4209.0, 4239.0, 4209.0, 4259.0, 4219.0, 4248.0, 4199.0, 4228.0, 4199.0, 4239.0, 4210.0, 4249.0, 4211.0, 4249.0, 4220.0, 4262.0, 4221.0, 4259.0, 4210.0, 4250.0, 4210.0, 4229.0, 4211.0, 4240.0, 4212.0, 4242.0, 4213.0, 4254.0, 4212.0, 4254.0, 4240.0, 4230.0, 4250.0, 4220.0, 4260.0, 4208.0, 4249.0, 4208.0, 4248.0, 4196.0, 4225.0, 4196.0, 4225.0, 4207.0, 4237.0, 4206.0, 4248.0, 4207.0, 4226.0, 4196.0, 4236.0, 4196.0, 4247.0, 4207.0, 4247.0, 4207.0, 4247.0, 4207.0, 4247.0, 4207.0, 4237.0, 4207.0, 4236.0, 4207.0, 4247.0, 4206.0, 4236.0, 4195.0, 4235.0, 4206.0, 4236.0, 4207.0, 4236.0, 4207.0, 4236.0, 4196.0, 4236.0, 4196.0, 4236.0, 4196.0, 4235.0, 4196.0, 4226.0, 4208.0, 4248.0, 4207.0, 4248.0, 4208.0, 4237.0, 4208.0, 4248.0, 4208.0, 4248.0, 4210.0, 4248.0, 4209.0, 4249.0, 4209.0, 4249.0, 4209.0, 4248.0, 4209.0, 4238.0, 4196.0, 4248.0, 4197.0, 4249.0, 4198.0, 4237.0, 4198.0, 4238.0, 4210.0, 4250.0, 4208.0, 4249.0, 4210.0, 4250.0, 4219.0, 4261.0, 4209.0, 4250.0, 4208.0, 4238.0, 4197.0, 4227.0, 4196.0, 4237.0, 4186.0, 4236.0, 4197.0, 4227.0, 4197.0, 4237.0, 4197.0, 4238.0, 4197.0, 4227.0, 4197.0, 4228.0, 4207.0, 4229.0, 4238.0, 4208.0, 4217.0, 4198.0, 4237.0, 4208.0, 4259.0, 4207.0, 4227.0, 4197.0, 4197.0, 4197.0, 4206.0, 4208.0, 4207.0, 4219.0, 4188.0, 4219.0, 4200.0, 4252.0, 4231.0, 4253.0, 4273.0, 4241.0, 4250.0, 4207.0, 4248.0, 4207.0, 4237.0, 4206.0, 4236.0, 4205.0, 4215.0, 4206.0, 4236.0, 4207.0, 4236.0, 4207.0, 4215.0, 4207.0, 4227.0, 4198.0, 4217.0, 4198.0, 4197.0, 4219.0, 4209.0, 4252.0, 4260.0, 4229.0, 4259.0, 4218.0, 4236.0, 4206.0, 4224.0, 4195.0, 4235.0, 4195.0, 4235.0, 4196.0, 4225.0, 4206.0, 4238.0, 4207.0, 4196.0, 4198.0, 4186.0, 4219.0, 4210.0, 4238.0, 4209.0, 4272.0, 4210.0, 4259.0, 4208.0, 4249.0, 4196.0, 4237.0, 4207.0, 4237.0, 4208.0, 4248.0, 4219.0, 4259.0, 4220.0, 4259.0, 4220.0, 4238.0, 4218.0, 4217.0, 4218.0, 4228.0, 4227.0, 4195.0, 4226.0, 4195.0, 4237.0, 4207.0, 4247.0, 4197.0, 4237.0, 4197.0, 4236.0, 4197.0, 4248.0, 4206.0, 4247.0, 4208.0, 4236.0, 4207.0, 4226.0, 4208.0, 4247.0, 4208.0, 4248.0, 4218.0, 4226.0, 4207.0, 4207.0, 4197.0, 4196.0, 4217.0, 4196.0, 4227.0, 4196.0, 4238.0, 4197.0, 4237.0, 4196.0, 4226.0, 4196.0, 4225.0, 4196.0, 4237.0, 4198.0, 4238.0, 4198.0, 4228.0, 4220.0, 4250.0, 4222.0, 4261.0, 4223.0, 4261.0, 4221.0, 4249.0, 4219.0, 4259.0, 4218.0, 4237.0, 4207.0, 4236.0, 4217.0, 4238.0, 4207.0, 4215.0, 4196.0, 4195.0, 4207.0, 4197.0, 4228.0, 4217.0, 4238.0, 4228.0, 4207.0, 4185.0, 4206.0, 4184.0, 4227.0, 4197.0, 4240.0, 4197.0, 4229.0, 4196.0, 4238.0, 4207.0, 4238.0, 4217.0, 4238.0, 4206.0, 4206.0, 4215.0, 4205.0, 4215.0, 4218.0, 4197.0, 4228.0, 4195.0, 4224.0, 4195.0, 4237.0, 4196.0, 4239.0, 4196.0, 4205.0, 4207.0, 4237.0, 4207.0, 4248.0, 4197.0, 4238.0, 4185.0, 4216.0, 4194.0, 4216.0, 4195.0, 4216.0, 4197.0, 4227.0, 4196.0, 4237.0, 4207.0, 4248.0, 4207.0, 4238.0, 4207.0, 4249.0, 4209.0, 4248.0, 4197.0, 4227.0, 4197.0, 4217.0, 4208.0, 4229.0, 4210.0, 4250.0, 4223.0, 4262.0, 4233.0, 4272.0, 4232.0, 4263.0, 4210.0, 4251.0, 4197.0, 4218.0, 4186.0, 4218.0, 4197.0, 4217.0, 4226.0, 4206.0, 4186.0, 4208.0, 4177.0, 4219.0, 4199.0, 4240.0, 4212.0, 4273.0, 4222.0, 4262.0, 4244.0, 4272.0, 4221.0, 4261.0, 4219.0, 4249.0, 4221.0, 4250.0, 4220.0, 4285.0, 4246.0, 4274.0, 4232.0, 4285.0, 4254.0, 4261.0, 4198.0, 4206.0, 4227.0, 4218.0, 4238.0, 4218.0, 4249.0, 4218.0, 4249.0, 4229.0, 4248.0, 4217.0, 4247.0, 4215.0, 4245.0, 4202.0, 4246.0, 4211.0, 4234.0, 4231.0, 4199.0, 4240.0, 4187.0, 4196.0, 4187.0, 4165.0, 4199.0, 4191.0, 4213.0, 4192.0, 4202.0, 4193.0, 4183.0, 4194.0, 4204.0, 4194.0, 4225.0, 4206.0, 4237.0, 4208.0, 4238.0, 4220.0, 4249.0, 4231.0, 4249.0, 4231.0, 4240.0, 4211.0, 4220.0, 4240.0, 4219.0, 4260.0, 4219.0, 4260.0, 4220.0, 4259.0, 4219.0, 4237.0, 4218.0, 4247.0, 4219.0, 4259.0, 4230.0, 4228.0, 4219.0, 4187.0, 4219.0, 4210.0, 4240.0, 4210.0, 4261.0, 4231.0, 4261.0, 4232.0, 4261.0, 4231.0, 4272.0, 4231.0, 4260.0, 4230.0, 4228.0, 4230.0, 4248.0, 4229.0, 4270.0, 4231.0, 4238.0, 4208.0, 4197.0, 4218.0, 4219.0, 4249.0, 4209.0, 4249.0, 4208.0, 4248.0, 4218.0, 4250.0, 4211.0, 4250.0], 'WindowWidth': [9519.0, 9439.0, 9499.0, 9409.0, 9429.0, 9353.0, 9387.0, 9360.0, 9383.0, 9351.0, 9389.0, 9368.0, 9392.0, 9400.0, 9424.0, 9376.0, 9407.0, 9359.0, 9408.0, 9361.0, 9397.0, 9368.0, 9433.0, 9383.0, 9431.0, 9382.0, 9432.0, 9384.0, 9448.0, 9401.0, 9449.0, 9382.0, 9430.0, 9382.0, 9446.0, 9382.0, 9430.0, 9381.0, 9444.0, 9377.0, 9451.0, 9373.0, 9428.0, 9353.0, 9409.0, 9349.0, 9408.0, 9347.0, 9390.0, 9344.0, 9343.0, 9370.0, 9346.0, 9434.0, 9348.0, 9400.0, 9350.0, 9401.0, 9351.0, 9400.0, 9350.0, 9416.0, 9348.0, 9400.0, 9345.0, 9385.0, 9318.0, 9387.0, 9329.0, 9358.0, 9317.0, 9361.0, 9334.0, 9381.0, 9397.0, 9382.0, 9378.0, 9370.0, 9393.0, 9359.0, 9441.0, 9372.0, 9412.0, 9373.0, 9456.0, 9387.0, 9443.0, 9384.0, 9429.0, 9351.0, 9402.0, 9334.0, 9388.0, 9319.0, 9392.0, 9337.0, 9393.0, 9336.0, 9395.0, 9406.0, 9369.0, 9406.0, 9368.0, 9439.0, 9369.0, 9423.0, 9381.0, 9420.0, 9351.0, 9402.0, 9335.0, 9405.0, 9339.0, 9419.0, 9339.0, 9420.0, 9353.0, 9409.0, 9339.0, 9406.0, 9336.0, 9407.0, 9350.0, 9396.0, 9366.0, 9396.0, 9424.0, 9384.0, 9422.0, 9364.0, 9436.0, 9364.0, 9420.0, 9360.0, 9399.0, 9347.0, 9385.0, 9334.0, 9391.0, 9344.0, 9405.0, 9321.0, 9378.0, 9334.0, 9366.0, 9379.0, 9384.0, 9425.0, 9381.0, 9421.0, 9353.0, 9436.0, 9369.0, 9423.0, 9379.0, 9403.0, 9348.0, 9386.0, 9334.0, 9401.0, 9333.0, 9387.0, 9331.0, 9386.0, 9332.0, 9389.0, 9348.0, 9390.0, 9387.0, 9361.0, 9384.0, 9347.0, 9420.0, 9350.0, 9418.0, 9366.0, 9400.0, 9349.0, 9402.0, 9352.0, 9401.0, 9349.0, 9398.0, 9350.0, 9397.0, 9351.0, 9401.0, 9351.0, 9417.0, 9348.0, 9401.0, 9330.0, 9384.0, 9331.0, 9385.0, 9328.0, 9384.0, 9327.0, 9358.0, 9370.0, 9348.0, 9418.0, 9347.0, 9383.0, 9348.0, 9384.0, 9349.0, 9420.0, 9371.0, 9423.0, 9353.0, 9387.0, 9352.0, 9401.0, 9354.0, 9419.0, 9353.0, 9406.0, 9339.0, 9406.0, 9338.0, 9408.0, 9363.0, 9394.0, 9375.0, 9349.0, 9402.0, 9350.0, 9419.0, 9366.0, 9388.0, 9353.0, 9417.0, 9353.0, 9437.0, 9365.0, 9416.0, 9350.0, 9400.0, 9349.0, 9400.0, 9349.0, 9403.0, 9348.0, 9381.0, 9346.0, 9381.0, 9350.0, 9401.0, 9350.0, 9398.0, 9350.0, 9385.0, 9336.0, 9405.0, 9337.0, 9390.0, 9319.0, 9360.0, 9334.0, 9381.0, 9408.0, 9369.0, 9404.0, 9355.0, 9420.0, 9370.0, 9423.0, 9369.0, 9407.0, 9371.0, 9422.0, 9372.0, 9425.0, 9386.0, 9423.0, 9355.0, 9405.0, 9353.0, 9420.0, 9352.0, 9420.0, 9348.0, 9402.0, 9330.0, 9400.0, 9315.0, 9385.0, 9316.0, 9384.0, 9313.0, 9384.0, 9372.0, 9385.0, 9356.0, 9358.0, 9355.0, 9358.0, 9415.0, 9360.0, 9423.0, 9371.0, 9397.0, 9344.0, 9382.0, 9347.0, 9399.0, 9348.0, 9383.0, 9347.0, 9384.0, 9332.0, 9387.0, 9331.0, 9398.0, 9315.0, 9371.0, 9300.0, 9357.0, 9342.0, 9359.0, 9330.0, 9363.0, 9360.0, 9355.0, 9420.0, 9354.0, 9419.0, 9368.0, 9420.0, 9369.0, 9420.0, 9352.0, 9404.0, 9337.0, 9390.0, 9322.0, 9407.0, 9363.0, 9391.0, 9360.0, 9361.0, 9371.0, 9334.0, 9400.0, 9348.0, 9373.0, 9350.0, 9389.0, 9353.0, 9421.0, 9367.0, 9440.0, 9381.0, 9404.0, 9365.0, 9403.0, 9367.0, 9418.0, 9370.0, 9419.0, 9355.0, 9419.0, 9352.0, 9424.0, 9361.0, 9406.0, 9341.0, 9382.0, 9327.0, 9382.0, 9330.0, 9397.0, 9329.0, 9398.0, 9330.0, 9382.0, 9353.0, 9384.0, 9329.0, 9398.0, 9331.0, 9398.0, 9345.0, 9399.0, 9348.0, 9403.0, 9331.0, 9399.0, 9333.0, 9386.0, 9332.0, 9402.0, 9334.0, 9405.0, 9335.0, 9403.0, 9337.0, 9405.0, 9336.0, 9403.0, 9390.0, 9393.0, 9389.0, 9347.0, 9386.0, 9347.0, 9418.0, 9361.0, 9399.0, 9334.0, 9370.0, 9335.0, 9388.0, 9350.0, 9401.0, 9351.0, 9402.0, 9363.0, 9424.0, 9366.0, 9416.0, 9351.0, 9403.0, 9352.0, 9374.0, 9353.0, 9390.0, 9359.0, 9397.0, 9361.0, 9414.0, 9357.0, 9415.0, 9391.0, 9377.0, 9405.0, 9361.0, 9418.0, 9344.0, 9402.0, 9342.0, 9398.0, 9325.0, 9361.0, 9324.0, 9361.0, 9340.0, 9381.0, 9338.0, 9395.0, 9340.0, 9363.0, 9325.0, 9378.0, 9325.0, 9394.0, 9339.0, 9392.0, 9339.0, 9394.0, 9340.0, 9394.0, 9340.0, 9379.0, 9340.0, 9375.0, 9340.0, 9396.0, 9339.0, 9380.0, 9321.0, 9374.0, 9337.0, 9376.0, 9339.0, 9377.0, 9340.0, 9377.0, 9324.0, 9376.0, 9323.0, 9377.0, 9323.0, 9373.0, 9326.0, 9363.0, 9344.0, 9395.0, 9341.0, 9396.0, 9342.0, 9380.0, 9345.0, 9399.0, 9346.0, 9396.0, 9350.0, 9397.0, 9347.0, 9398.0, 9346.0, 9399.0, 9346.0, 9398.0, 9346.0, 9383.0, 9325.0, 9397.0, 9328.0, 9399.0, 9330.0, 9380.0, 9332.0, 9382.0, 9350.0, 9401.0, 9346.0, 9399.0, 9351.0, 9402.0, 9361.0, 9419.0, 9348.0, 9407.0, 9343.0, 9385.0, 9326.0, 9366.0, 9326.0, 9378.0, 9310.0, 9378.0, 9327.0, 9366.0, 9326.0, 9380.0, 9326.0, 9381.0, 9325.0, 9366.0, 9327.0, 9369.0, 9342.0, 9371.0, 9384.0, 9342.0, 9353.0, 9329.0, 9379.0, 9342.0, 9413.0, 9341.0, 9366.0, 9327.0, 9327.0, 9328.0, 9339.0, 9343.0, 9342.0, 9358.0, 9317.0, 9362.0, 9337.0, 9409.0, 9381.0, 9413.0, 9446.0, 9393.0, 9405.0, 9341.0, 9396.0, 9340.0, 9382.0, 9337.0, 9378.0, 9335.0, 9346.0, 9339.0, 9377.0, 9341.0, 9378.0, 9341.0, 9350.0, 9340.0, 9368.0, 9331.0, 9353.0, 9332.0, 9329.0, 9360.0, 9347.0, 9409.0, 9421.0, 9372.0, 9418.0, 9358.0, 9378.0, 9337.0, 9359.0, 9322.0, 9376.0, 9323.0, 9375.0, 9323.0, 9359.0, 9338.0, 9385.0, 9342.0, 9324.0, 9330.0, 9315.0, 9360.0, 9350.0, 9385.0, 9347.0, 9439.0, 9352.0, 9416.0, 9344.0, 9400.0, 9326.0, 9380.0, 9341.0, 9382.0, 9345.0, 9397.0, 9362.0, 9415.0, 9364.0, 9414.0, 9366.0, 9383.0, 9358.0, 9356.0, 9359.0, 9370.0, 9368.0, 9322.0, 9364.0, 9322.0, 9379.0, 9340.0, 9395.0, 9326.0, 9380.0, 9328.0, 9379.0, 9328.0, 9400.0, 9339.0, 9395.0, 9345.0, 9378.0, 9340.0, 9364.0, 9344.0, 9394.0, 9345.0, 9397.0, 9356.0, 9366.0, 9341.0, 9340.0, 9327.0, 9324.0, 9353.0, 9324.0, 9367.0, 9324.0, 9384.0, 9327.0, 9380.0, 9324.0, 9364.0, 9324.0, 9362.0, 9324.0, 9380.0, 9330.0, 9383.0, 9332.0, 9371.0, 9366.0, 9404.0, 9372.0, 9421.0, 9372.0, 9420.0, 9366.0, 9400.0, 9361.0, 9417.0, 9358.0, 9380.0, 9339.0, 9377.0, 9353.0, 9384.0, 9339.0, 9348.0, 9323.0, 9322.0, 9341.0, 9329.0, 9371.0, 9356.0, 9383.0, 9370.0, 9339.0, 9307.0, 9336.0, 9309.0, 9368.0, 9328.0, 9388.0, 9328.0, 9372.0, 9326.0, 9383.0, 9341.0, 9383.0, 9354.0, 9381.0, 9336.0, 9337.0, 9348.0, 9335.0, 9349.0, 9357.0, 9331.0, 9370.0, 9323.0, 9361.0, 9322.0, 9381.0, 9325.0, 9385.0, 9325.0, 9336.0, 9339.0, 9381.0, 9340.0, 9398.0, 9325.0, 9382.0, 9308.0, 9348.0, 9320.0, 9348.0, 9321.0, 9350.0, 9327.0, 9366.0, 9326.0, 9381.0, 9340.0, 9397.0, 9339.0, 9382.0, 9340.0, 9398.0, 9347.0, 9396.0, 9327.0, 9368.0, 9328.0, 9354.0, 9344.0, 9374.0, 9351.0, 9406.0, 9375.0, 9424.0, 9386.0, 9437.0, 9382.0, 9427.0, 9349.0, 9407.0, 9327.0, 9354.0, 9312.0, 9354.0, 9328.0, 9353.0, 9364.0, 9337.0, 9311.0, 9344.0, 9301.0, 9359.0, 9336.0, 9392.0, 9358.0, 9441.0, 9372.0, 9424.0, 9404.0, 9438.0, 9366.0, 9421.0, 9360.0, 9402.0, 9366.0, 9402.0, 9365.0, 9462.0, 9413.0, 9446.0, 9385.0, 9464.0, 9420.0, 9421.0, 9330.0, 9338.0, 9366.0, 9356.0, 9384.0, 9356.0, 9400.0, 9357.0, 9400.0, 9373.0, 9400.0, 9354.0, 9397.0, 9346.0, 9392.0, 9324.0, 9393.0, 9335.0, 9372.0, 9363.0, 9314.0, 9377.0, 9295.0, 9306.0, 9296.0, 9265.0, 9316.0, 9308.0, 9341.0, 9312.0, 9325.0, 9315.0, 9303.0, 9320.0, 9332.0, 9319.0, 9362.0, 9338.0, 9382.0, 9344.0, 9385.0, 9364.0, 9401.0, 9379.0, 9399.0, 9380.0, 9390.0, 9353.0, 9362.0, 9391.0, 9361.0, 9419.0, 9360.0, 9421.0, 9364.0, 9415.0, 9360.0, 9383.0, 9359.0, 9395.0, 9361.0, 9414.0, 9378.0, 9371.0, 9360.0, 9314.0, 9359.0, 9351.0, 9391.0, 9350.0, 9420.0, 9382.0, 9421.0, 9384.0, 9421.0, 9382.0, 9438.0, 9381.0, 9418.0, 9377.0, 9373.0, 9376.0, 9399.0, 9375.0, 9435.0, 9380.0, 9385.0, 9344.0, 9328.0, 9357.0, 9361.0, 9401.0, 9347.0, 9403.0, 9346.0, 9399.0, 9358.0, 9405.0, 9354.0, 9404.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.006074835886214444</td></tr>
<tr><td colspan=3>aqi</td><td>0.026836463894967178</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.1259816181599</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.319455923778752</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0602731519058037</td></tr>
<tr><td colspan=3>efc</td><td>0.4916</td></tr>
<tr><td colspan=3>fber</td><td>4813.103</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0703919266785415</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7658643326039387</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4648792153342645</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3471679440391555</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.746325298158866</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.301144403804772</td></tr>
<tr><td colspan=3>gcor</td><td>0.00762849</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02321232110261917</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03183848038315773</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.83344545020999</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.2839</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5512</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.6472</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294971.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>334.4433</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2826</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.9187</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3370.4306</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3565.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81573.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4464.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.9671</td></tr>
<tr><td colspan=3>tsnr</td><td>37.93659053184092</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>