<?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-0129_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0129_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0129_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-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0129_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-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0129_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-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0129_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-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-02/func/sub-0129_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e9299ab40739d2e05f7a44ddee6a6744</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>10:44:17.580000</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.999458, 0.0178634, -0.0276564, -0.0170966, 0.99947, 0.0277193]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114818</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7742, -7238, 101, -120, -25, 48, 113]</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>250.264</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b9fb0efa-082d-4e9d-9dd9-8c34fc127e74||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.6814723014831543, -0.045868922024965286, -0.0759696513414383, 114.55833435058594], [-0.04792625457048416, 2.6815037727355957, 0.07352492213249207, -78.0088882446289], [-0.07420013844966888, -0.07436887919902802, 2.6979293823242188, -67.23978424072266], [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': ['104417.580000', '104418.040000', '104418.500000', '104418.960000', '104419.420000', '104419.880000', '104420.340000', '104420.800000', '104421.260000', '104421.720000', '104422.180000', '104422.640000', '104423.100000', '104423.560000', '104424.020000', '104424.480000', '104424.940000', '104425.400000', '104425.860000', '104426.320000', '104426.780000', '104427.240000', '104427.700000', '104428.160000', '104428.620000', '104429.080000', '104429.540000', '104430.000000', '104430.460000', '104430.920000', '104431.380000', '104431.840000', '104432.300000', '104432.760000', '104433.220000', '104433.680000', '104434.140000', '104434.600000', '104435.060000', '104435.520000', '104435.980000', '104436.440000', '104436.900000', '104437.360000', '104437.820000', '104438.280000', '104438.740000', '104439.200000', '104439.660000', '104440.120000', '104440.580000', '104441.040000', '104441.500000', '104441.960000', '104442.420000', '104442.880000', '104443.340000', '104443.800000', '104444.260000', '104444.720000', '104445.180000', '104445.640000', '104446.100000', '104446.560000', '104447.020000', '104447.480000', '104447.940000', '104448.400000', '104448.860000', '104449.320000', '104449.780000', '104450.240000', '104450.700000', '104451.160000', '104451.620000', '104452.080000', '104452.540000', '104453.000000', '104453.460000', '104453.920000', '104454.380000', '104454.840000', '104455.300000', '104455.760000', '104456.220000', '104456.680000', '104457.140000', '104457.600000', '104458.060000', '104458.520000', '104458.980000', '104459.440000', '104459.900000', '104500.360000', '104500.820000', '104501.280000', '104501.740000', '104502.200000', '104502.660000', '104503.120000', '104503.580000', '104504.040000', '104504.500000', '104504.960000', '104505.420000', '104505.880000', '104506.340000', '104506.800000', '104507.260000', '104507.720000', '104508.180000', '104508.640000', '104509.100000', '104509.560000', '104510.020000', '104510.480000', '104510.940000', '104511.400000', '104511.860000', '104512.320000', '104512.780000', '104513.240000', '104513.700000', '104514.160000', '104514.620000', '104515.080000', '104515.540000', '104516.000000', '104516.460000', '104516.920000', '104517.380000', '104517.840000', '104518.300000', '104518.760000', '104519.220000', '104519.680000', '104520.140000', '104520.600000', '104521.060000', '104521.520000', '104521.980000', '104522.440000', '104522.900000', '104523.360000', '104523.820000', '104524.280000', '104524.740000', '104525.200000', '104525.660000', '104526.120000', '104526.580000', '104527.040000', '104527.500000', '104527.960000', '104528.420000', '104528.880000', '104529.340000', '104529.800000', '104530.260000', '104530.720000', '104531.180000', '104531.640000', '104532.100000', '104532.560000', '104533.020000', '104533.480000', '104533.940000', '104534.400000', '104534.860000', '104535.320000', '104535.780000', '104536.240000', '104536.700000', '104537.160000', '104537.620000', '104538.080000', '104538.540000', '104539.000000', '104539.460000', '104539.920000', '104540.380000', '104540.840000', '104541.300000', '104541.760000', '104542.220000', '104542.680000', '104543.140000', '104543.600000', '104544.060000', '104544.520000', '104544.980000', '104545.440000', '104545.900000', '104546.360000', '104546.820000', '104547.280000', '104547.740000', '104548.200000', '104548.660000', '104549.120000', '104549.580000', '104550.040000', '104550.500000', '104550.960000', '104551.420000', '104551.880000', '104552.340000', '104552.800000', '104553.260000', '104553.720000', '104554.180000', '104554.640000', '104555.100000', '104555.560000', '104556.020000', '104556.480000', '104556.940000', '104557.400000', '104557.860000', '104558.320000', '104558.780000', '104559.240000', '104559.700000', '104600.160000', '104600.620000', '104601.080000', '104601.540000', '104602.000000', '104602.460000', '104602.920000', '104603.380000', '104603.840000', '104604.300000', '104604.760000', '104605.220000', '104605.680000', '104606.140000', '104606.600000', '104607.060000', '104607.520000', '104607.980000', '104608.440000', '104608.900000', '104609.360000', '104609.820000', '104610.280000', '104610.740000', '104611.200000', '104611.660000', '104612.120000', '104612.580000', '104613.040000', '104613.500000', '104613.960000', '104614.420000', '104614.880000', '104615.340000', '104615.800000', '104616.260000', '104616.720000', '104617.180000', '104617.640000', '104618.100000', '104618.560000', '104619.020000', '104619.480000', '104619.940000', '104620.400000', '104620.860000', '104621.320000', '104621.780000', '104622.240000', '104622.700000', '104623.160000', '104623.620000', '104624.080000', '104624.540000', '104625.000000', '104625.460000', '104625.920000', '104626.380000', '104626.840000', '104627.300000', '104627.760000', '104628.220000', '104628.680000', '104629.140000', '104629.600000', '104630.060000', '104630.520000', '104630.980000', '104631.440000', '104631.900000', '104632.360000', '104632.820000', '104633.280000', '104633.740000', '104634.200000', '104634.660000', '104635.120000', '104635.580000', '104636.040000', '104636.500000', '104636.960000', '104637.420000', '104637.880000', '104638.340000', '104638.800000', '104639.260000', '104639.720000', '104640.180000', '104640.640000', '104641.100000', '104641.560000', '104642.020000', '104642.480000', '104642.940000', '104643.400000', '104643.860000', '104644.320000', '104644.780000', '104645.240000', '104645.700000', '104646.160000', '104646.620000', '104647.080000', '104647.540000', '104648.000000', '104648.460000', '104648.920000', '104649.380000', '104649.840000', '104650.300000', '104650.760000', '104651.220000', '104651.680000', '104652.140000', '104652.600000', '104653.060000', '104653.520000', '104653.980000', '104654.440000', '104654.900000', '104655.360000', '104655.820000', '104656.280000', '104656.740000', '104657.200000', '104657.660000', '104658.120000', '104658.580000', '104659.040000', '104659.500000', '104659.960000', '104700.420000', '104700.880000', '104701.340000', '104701.800000', '104702.260000', '104702.720000', '104703.180000', '104703.640000', '104704.100000', '104704.560000', '104705.020000', '104705.480000', '104705.940000', '104706.400000', '104706.860000', '104707.320000', '104707.780000', '104708.240000', '104708.700000', '104709.160000', '104709.620000', '104710.080000', '104710.540000', '104711.000000', '104711.460000', '104711.920000', '104712.380000', '104712.840000', '104713.300000', '104713.760000', '104714.220000', '104714.680000', '104715.140000', '104715.600000', '104716.060000', '104716.520000', '104716.980000', '104717.440000', '104717.900000', '104718.360000', '104718.820000', '104719.280000', '104719.740000', '104720.200000', '104720.660000', '104721.120000', '104721.580000', '104722.040000', '104722.500000', '104722.960000', '104723.420000', '104723.880000', '104724.340000', '104724.800000', '104725.260000', '104725.720000', '104726.180000', '104726.640000', '104727.100000', '104727.560000', '104728.020000', '104728.480000', '104728.940000', '104729.400000', '104729.860000', '104730.320000', '104730.780000', '104731.240000', '104731.700000', '104732.160000', '104732.620000', '104733.080000', '104733.540000', '104734.000000', '104734.460000', '104734.920000', '104735.380000', '104735.840000', '104736.300000', '104736.760000', '104737.220000', '104737.680000', '104738.140000', '104738.600000', '104739.060000', '104739.520000', '104739.980000', '104740.440000', '104740.900000', '104741.360000', '104741.820000', '104742.280000', '104742.740000', '104743.200000', '104743.660000', '104744.120000', '104744.580000', '104745.040000', '104745.500000', '104745.960000', '104746.420000', '104746.880000', '104747.340000', '104747.800000', '104748.260000', '104748.720000', '104749.180000', '104749.640000', '104750.100000', '104750.560000', '104751.020000', '104751.480000', '104751.940000', '104752.400000', '104752.860000', '104753.320000', '104753.780000', '104754.240000', '104754.700000', '104755.160000', '104755.620000', '104756.080000', '104756.540000', '104757.000000', '104757.460000', '104757.920000', '104758.380000', '104758.840000', '104759.300000', '104759.760000', '104800.220000', '104800.680000', '104801.140000', '104801.600000', '104802.060000', '104802.520000', '104802.980000', '104803.440000', '104803.900000', '104804.360000', '104804.820000', '104805.280000', '104805.740000', '104806.200000', '104806.660000', '104807.120000', '104807.580000', '104808.040000', '104808.500000', '104808.960000', '104809.420000', '104809.880000', '104810.340000', '104810.800000', '104811.260000', '104811.720000', '104812.180000', '104812.640000', '104813.100000', '104813.560000', '104814.020000', '104814.480000', '104814.940000', '104815.400000', '104815.860000', '104816.320000', '104816.780000', '104817.240000', '104817.700000', '104818.160000', '104818.620000', '104819.080000', '104819.540000', '104820.000000', '104820.460000', '104820.920000', '104821.380000', '104821.840000', '104822.300000', '104822.760000', '104823.220000', '104823.680000', '104824.140000', '104824.600000', '104825.060000', '104825.520000', '104825.980000', '104826.440000', '104826.900000', '104827.360000', '104827.820000', '104828.280000', '104828.740000', '104829.200000', '104829.660000', '104830.120000', '104830.580000', '104831.040000', '104831.500000', '104831.960000', '104832.420000', '104832.880000', '104833.340000', '104833.800000', '104834.260000', '104834.720000', '104835.180000', '104835.640000', '104836.100000', '104836.560000', '104837.020000', '104837.480000', '104837.940000', '104838.400000', '104838.860000', '104839.320000', '104839.780000', '104840.240000', '104840.700000', '104841.160000', '104841.620000', '104842.080000', '104842.540000', '104843.000000', '104843.460000', '104843.920000', '104844.380000', '104844.840000', '104845.300000', '104845.760000', '104846.220000', '104846.680000', '104847.140000', '104847.600000', '104848.060000', '104848.520000', '104848.980000', '104849.440000', '104849.900000', '104850.360000', '104850.820000', '104851.280000', '104851.740000', '104852.200000', '104852.660000', '104853.120000', '104853.580000', '104854.040000', '104854.500000', '104854.960000', '104855.420000', '104855.880000', '104856.340000', '104856.800000', '104857.260000', '104857.720000', '104858.180000', '104858.640000', '104859.100000', '104859.560000', '104900.020000', '104900.480000', '104900.940000', '104901.400000', '104901.860000', '104902.320000', '104902.780000', '104903.240000', '104903.700000', '104904.160000', '104904.620000', '104905.080000', '104905.540000', '104906.000000', '104906.460000', '104906.920000', '104907.380000', '104907.840000', '104908.300000', '104908.760000', '104909.220000', '104909.680000', '104910.140000', '104910.600000', '104911.060000', '104911.520000', '104911.980000', '104912.440000', '104912.900000', '104913.360000', '104913.820000', '104914.280000', '104914.740000', '104915.200000', '104915.660000', '104916.120000', '104916.580000', '104917.040000', '104917.500000', '104917.960000', '104918.420000', '104918.880000', '104919.340000', '104919.800000', '104920.260000', '104920.720000', '104921.180000', '104921.640000', '104922.100000', '104922.560000', '104923.020000', '104923.480000', '104923.940000', '104924.400000', '104924.860000', '104925.320000', '104925.780000', '104926.240000', '104926.700000', '104927.160000', '104927.620000', '104928.080000', '104928.540000', '104929.000000', '104929.460000', '104929.920000', '104930.380000', '104930.840000', '104931.300000', '104931.760000', '104932.220000', '104932.680000', '104933.140000', '104933.600000', '104934.060000', '104934.520000', '104934.980000', '104935.440000', '104935.900000', '104936.360000', '104936.820000', '104937.280000', '104937.740000', '104938.200000', '104938.660000', '104939.120000', '104939.580000', '104940.040000', '104940.500000', '104940.960000', '104941.420000', '104941.880000', '104942.340000', '104942.800000', '104943.260000', '104943.720000', '104944.180000', '104944.640000', '104945.100000', '104945.560000', '104946.020000', '104946.480000', '104946.940000', '104947.400000', '104947.860000', '104948.320000', '104948.780000', '104949.240000', '104949.700000', '104950.160000', '104950.620000', '104951.080000', '104951.540000', '104952.000000', '104952.460000', '104952.920000', '104953.380000', '104953.840000', '104954.300000', '104954.760000', '104955.220000', '104955.680000', '104956.140000', '104956.600000', '104957.060000', '104957.520000', '104957.980000', '104958.440000', '104958.900000', '104959.360000', '104959.820000', '105000.280000', '105000.740000', '105001.200000', '105001.660000', '105002.120000', '105002.580000', '105003.040000', '105003.500000', '105003.960000', '105004.420000', '105004.880000', '105005.340000', '105005.800000', '105006.260000', '105006.720000', '105007.180000', '105007.640000', '105008.100000', '105008.560000', '105009.020000', '105009.480000', '105009.940000', '105010.400000', '105010.860000', '105011.320000', '105011.780000', '105012.240000', '105012.700000', '105013.160000', '105013.620000', '105014.080000', '105014.540000', '105015.000000', '105015.460000', '105015.920000', '105016.380000', '105016.840000', '105017.300000', '105017.760000', '105018.220000', '105018.680000', '105019.140000', '105019.600000', '105020.060000', '105020.520000', '105020.980000', '105021.440000', '105021.900000', '105022.360000', '105022.820000', '105023.280000', '105023.740000', '105024.200000', '105024.660000', '105025.120000', '105025.580000', '105026.040000', '105026.500000', '105026.960000', '105027.420000', '105027.880000', '105028.340000', '105028.800000', '105029.260000', '105029.720000', '105030.180000', '105030.640000', '105031.100000', '105031.560000', '105032.020000', '105032.480000', '105032.940000', '105033.400000', '105033.860000', '105034.320000', '105034.780000', '105035.240000', '105035.700000', '105036.160000', '105036.620000', '105037.080000', '105037.540000', '105038.000000', '105038.460000', '105038.920000', '105039.380000', '105039.840000', '105040.300000', '105040.760000', '105041.220000', '105041.680000', '105042.140000', '105042.600000', '105043.060000', '105043.520000', '105043.980000', '105044.440000', '105044.900000', '105045.360000', '105045.820000', '105046.280000', '105046.740000', '105047.200000', '105047.660000', '105048.120000', '105048.580000', '105049.040000', '105049.500000', '105049.960000', '105050.420000', '105050.880000', '105051.340000', '105051.800000', '105052.260000', '105052.720000', '105053.180000', '105053.640000', '105054.100000', '105054.560000', '105055.020000', '105055.480000', '105055.940000', '105056.400000', '105056.860000', '105057.320000', '105057.780000', '105058.240000', '105058.700000', '105059.160000', '105059.620000', '105100.080000', '105100.540000', '105101.000000', '105101.460000', '105101.920000', '105102.380000', '105102.840000', '105103.300000', '105103.760000', '105104.220000', '105104.680000', '105105.140000', '105105.600000', '105106.060000', '105106.520000', '105106.980000', '105107.440000', '105107.900000', '105108.360000', '105108.820000', '105109.280000', '105109.740000', '105110.200000', '105110.660000', '105111.120000', '105111.580000', '105112.040000', '105112.500000', '105112.960000', '105113.420000', '105113.880000', '105114.340000', '105114.800000', '105115.260000', '105115.720000', '105116.180000', '105116.640000', '105117.100000', '105117.560000'], 'ContentTime': ['104430.731000', '104430.735000', '104430.738000', '104430.741000', '104430.744000', '104430.746000', '104430.749000', '104430.752000', '104430.754000', '104430.764000', '104430.766000', '104430.769000', '104430.772000', '104430.774000', '104430.777000', '104430.780000', '104430.782000', '104430.785000', '104430.787000', '104430.790000', '104430.793000', '104430.795000', '104430.798000', '104430.801000', '104430.804000', '104430.806000', '104450.698000', '104450.701000', '104450.704000', '104450.706000', '104450.709000', '104450.712000', '104450.715000', '104450.717000', '104450.720000', '104450.722000', '104450.725000', '104450.728000', '104450.730000', '104450.733000', '104450.735000', '104450.752000', '104450.755000', '104450.758000', '104450.761000', '104450.763000', '104450.766000', '104450.769000', '104450.771000', '104450.774000', '104450.777000', '104450.779000', '104450.782000', '104450.784000', '104450.787000', '104450.790000', '104450.792000', '104450.795000', '104450.798000', '104450.800000', '104450.803000', '104450.806000', '104450.808000', '104450.811000', '104450.814000', '104450.816000', '104450.819000', '104450.822000', '104450.824000', '104450.827000', '104510.699000', '104510.702000', '104510.705000', '104510.707000', '104510.710000', '104510.713000', '104510.716000', '104510.718000', '104510.721000', '104510.723000', '104510.726000', '104510.729000', '104510.731000', '104510.734000', '104510.737000', '104510.739000', '104510.742000', '104510.745000', '104510.747000', '104510.750000', '104510.753000', '104510.755000', '104510.758000', '104510.761000', '104510.763000', '104510.766000', '104510.769000', '104510.771000', '104510.774000', '104510.777000', '104510.779000', '104510.782000', '104510.785000', '104510.787000', '104510.790000', '104510.792000', '104510.795000', '104510.798000', '104510.800000', '104510.803000', '104510.806000', '104510.808000', '104510.811000', '104530.698000', '104530.701000', '104530.704000', '104530.707000', '104530.709000', '104530.712000', '104530.714000', '104530.717000', '104530.720000', '104530.722000', '104530.725000', '104530.727000', '104530.730000', '104530.733000', '104530.735000', '104530.738000', '104530.741000', '104530.743000', '104530.746000', '104530.749000', '104530.752000', '104530.754000', '104530.757000', '104530.759000', '104530.762000', '104530.765000', '104530.767000', '104530.770000', '104530.773000', '104530.775000', '104530.778000', '104530.781000', '104530.783000', '104530.786000', '104530.788000', '104530.791000', '104530.794000', '104530.796000', '104530.799000', '104530.801000', '104530.804000', '104530.807000', '104530.809000', '104530.812000', '104550.700000', '104550.710000', '104550.713000', '104550.716000', '104550.718000', '104550.721000', '104550.724000', '104550.726000', '104550.729000', '104550.732000', '104550.735000', '104550.737000', '104550.740000', '104550.743000', '104550.745000', '104550.748000', '104550.750000', '104550.753000', '104550.756000', '104550.758000', '104550.761000', '104550.764000', '104550.766000', '104550.769000', '104550.771000', '104550.783000', '104550.785000', '104550.788000', '104550.791000', '104550.793000', '104550.796000', '104550.799000', '104550.801000', '104550.804000', '104550.807000', '104550.809000', '104550.812000', '104550.815000', '104550.817000', '104550.820000', '104550.823000', '104550.825000', '104550.828000', '104610.700000', '104610.703000', '104610.705000', '104610.708000', '104610.711000', '104610.714000', '104610.716000', '104610.719000', '104610.721000', '104610.724000', '104610.727000', '104610.730000', '104610.733000', '104610.736000', '104610.745000', '104610.748000', '104610.750000', '104610.753000', '104610.756000', '104610.758000', '104610.761000', '104610.764000', '104610.766000', '104610.769000', '104610.772000', '104610.774000', '104610.777000', '104610.780000', '104610.782000', '104610.785000', '104610.788000', '104610.790000', '104610.793000', '104610.795000', '104610.798000', '104610.801000', '104610.803000', '104610.806000', '104610.809000', '104610.811000', '104610.814000', '104610.817000', '104610.819000', '104630.698000', '104630.701000', '104630.704000', '104630.707000', '104630.709000', '104630.712000', '104630.714000', '104630.717000', '104630.720000', '104630.722000', '104630.725000', '104630.728000', '104630.730000', '104630.733000', '104630.735000', '104630.738000', '104630.741000', '104630.743000', '104630.746000', '104630.749000', '104630.752000', '104630.754000', '104630.757000', '104630.760000', '104630.762000', '104630.807000', '104630.810000', '104630.813000', '104630.815000', '104630.818000', '104630.821000', '104630.823000', '104630.826000', '104630.829000', '104630.831000', '104630.834000', '104630.836000', '104630.839000', '104630.842000', '104630.845000', '104630.847000', '104630.850000', '104630.852000', '104630.855000', '104650.698000', '104650.701000', '104650.704000', '104650.707000', '104650.709000', '104650.712000', '104650.714000', '104650.717000', '104650.720000', '104650.722000', '104650.725000', '104650.728000', '104650.731000', '104650.733000', '104650.736000', '104650.739000', '104650.741000', '104650.744000', '104650.746000', '104650.749000', '104650.752000', '104650.754000', '104650.757000', '104650.760000', '104650.763000', '104650.765000', '104650.768000', '104650.771000', '104650.773000', '104650.776000', '104650.778000', '104650.781000', '104650.784000', '104650.786000', '104650.789000', '104650.792000', '104650.794000', '104650.797000', '104650.800000', '104650.802000', '104650.805000', '104650.807000', '104650.810000', '104650.813000', '104710.698000', '104710.702000', '104710.704000', '104710.707000', '104710.710000', '104710.713000', '104710.715000', '104710.718000', '104710.720000', '104710.724000', '104710.726000', '104710.729000', '104710.731000', '104710.734000', '104710.737000', '104710.739000', '104710.742000', '104710.745000', '104710.747000', '104710.750000', '104710.753000', '104710.755000', '104710.758000', '104710.761000', '104710.763000', '104710.766000', '104710.769000', '104710.771000', '104710.774000', '104710.777000', '104710.779000', '104710.782000', '104710.785000', '104710.788000', '104710.790000', '104710.793000', '104710.795000', '104710.798000', '104710.807000', '104710.810000', '104710.813000', '104710.815000', '104710.818000', '104730.699000', '104730.701000', '104730.704000', '104730.707000', '104730.709000', '104730.712000', '104730.715000', '104730.717000', '104730.720000', '104730.723000', '104730.725000', '104730.729000', '104730.732000', '104730.734000', '104730.739000', '104730.741000', '104730.744000', '104730.746000', '104730.749000', '104730.752000', '104730.755000', '104730.757000', '104730.760000', '104730.763000', '104730.765000', '104730.768000', '104730.772000', '104730.775000', '104730.777000', '104730.780000', '104730.783000', '104730.785000', '104730.788000', '104730.791000', '104730.793000', '104730.796000', '104730.799000', '104730.801000', '104730.804000', '104730.806000', '104730.809000', '104730.812000', '104730.814000', '104750.699000', '104750.702000', '104750.705000', '104750.707000', '104750.710000', '104750.713000', '104750.716000', '104750.718000', '104750.721000', '104750.724000', '104750.727000', '104750.729000', '104750.732000', '104750.734000', '104750.737000', '104750.740000', '104750.742000', '104750.745000', '104750.748000', '104750.750000', '104750.753000', '104750.756000', '104750.758000', '104750.761000', '104750.764000', '104750.766000', '104750.769000', '104750.772000', '104750.774000', '104750.777000', '104750.780000', '104750.782000', '104750.785000', '104750.788000', '104750.790000', '104750.793000', '104750.796000', '104750.798000', '104750.801000', '104750.803000', '104750.806000', '104750.809000', '104750.812000', '104750.814000', '104810.700000', '104810.703000', '104810.705000', '104810.708000', '104810.711000', '104810.713000', '104810.740000', '104810.743000', '104810.746000', '104810.748000', '104810.751000', '104810.754000', '104810.756000', '104810.759000', '104810.762000', '104810.764000', '104810.767000', '104810.770000', '104810.772000', '104810.775000', '104810.778000', '104810.780000', '104810.783000', '104810.785000', '104810.788000', '104810.791000', '104810.793000', '104810.796000', '104810.799000', '104810.801000', '104810.804000', '104810.807000', '104810.809000', '104810.812000', '104810.815000', '104810.817000', '104810.820000', '104810.823000', '104810.825000', '104810.828000', '104810.830000', '104810.833000', '104810.836000', '104830.700000', '104830.703000', '104830.705000', '104830.708000', '104830.711000', '104830.713000', '104830.716000', '104830.719000', '104830.722000', '104830.724000', '104830.727000', '104830.729000', '104830.732000', '104830.735000', '104830.738000', '104830.740000', '104830.743000', '104830.746000', '104830.748000', '104830.751000', '104830.754000', '104830.756000', '104830.759000', '104830.762000', '104830.764000', '104830.767000', '104830.770000', '104830.772000', '104830.775000', '104830.777000', '104830.780000', '104830.783000', '104830.786000', '104830.788000', '104830.791000', '104830.794000', '104830.796000', '104830.799000', '104830.802000', '104830.804000', '104830.807000', '104830.810000', '104830.812000', '104830.815000', '104850.699000', '104850.702000', '104850.705000', '104850.707000', '104850.710000', '104850.712000', '104850.715000', '104850.718000', '104850.721000', '104850.723000', '104850.726000', '104850.728000', '104850.731000', '104850.734000', '104850.736000', '104850.739000', '104850.742000', '104850.744000', '104850.747000', '104850.750000', '104850.752000', '104850.755000', '104850.758000', '104850.760000', '104850.763000', '104850.765000', '104850.768000', '104850.771000', '104850.773000', '104850.777000', '104850.779000', '104850.782000', '104850.785000', '104850.788000', '104850.791000', '104850.793000', '104850.797000', '104850.799000', '104850.802000', '104850.805000', '104850.807000', '104850.811000', '104850.814000', '104910.699000', '104910.702000', '104910.704000', '104910.707000', '104910.710000', '104910.713000', '104910.715000', '104910.718000', '104910.721000', '104910.724000', '104910.726000', '104910.729000', '104910.732000', '104910.735000', '104910.737000', '104910.740000', '104910.743000', '104910.745000', '104910.748000', '104910.751000', '104910.753000', '104910.756000', '104910.759000', '104910.761000', '104910.764000', '104910.767000', '104910.769000', '104910.772000', '104910.775000', '104910.777000', '104910.780000', '104910.783000', '104910.785000', '104910.788000', '104910.791000', '104910.793000', '104910.796000', '104910.799000', '104910.801000', '104910.804000', '104910.807000', '104910.809000', '104910.812000', '104910.815000', '104930.699000', '104930.702000', '104930.704000', '104930.707000', '104930.710000', '104930.712000', '104930.715000', '104930.718000', '104930.720000', '104930.723000', '104930.726000', '104930.728000', '104930.731000', '104930.733000', '104930.736000', '104930.739000', '104930.741000', '104930.744000', '104930.747000', '104930.749000', '104930.752000', '104930.755000', '104930.757000', '104930.760000', '104930.762000', '104930.765000', '104930.768000', '104930.770000', '104930.774000', '104930.777000', '104930.779000', '104930.793000', '104930.795000', '104930.798000', '104930.801000', '104930.803000', '104930.806000', '104930.809000', '104930.811000', '104930.814000', '104930.816000', '104930.819000', '104930.822000', '104950.699000', '104950.701000', '104950.705000', '104950.707000', '104950.710000', '104950.713000', '104950.715000', '104950.718000', '104950.720000', '104950.723000', '104950.726000', '104950.729000', '104950.731000', '104950.734000', '104950.737000', '104950.739000', '104950.742000', '104950.744000', '104950.747000', '104950.750000', '104950.752000', '104950.755000', '104950.758000', '104950.760000', '104950.763000', '104950.766000', '104950.768000', '104950.771000', '104950.774000', '104950.776000', '104950.779000', '104950.782000', '104950.784000', '104950.787000', '104950.790000', '104950.792000', '104950.795000', '104950.798000', '104950.800000', '104950.803000', '104950.805000', '104950.808000', '104950.811000', '104950.814000', '105010.699000', '105010.701000', '105010.704000', '105010.707000', '105010.710000', '105010.712000', '105010.715000', '105010.718000', '105010.720000', '105010.723000', '105010.725000', '105010.728000', '105010.731000', '105010.733000', '105010.736000', '105010.739000', '105010.741000', '105010.744000', '105010.746000', '105010.749000', '105010.752000', '105010.754000', '105010.757000', '105010.759000', '105010.762000', '105010.765000', '105010.768000', '105010.770000', '105010.773000', '105010.776000', '105010.778000', '105010.781000', '105010.783000', '105010.786000', '105010.789000', '105010.792000', '105010.794000', '105010.797000', '105010.801000', '105010.803000', '105010.806000', '105010.808000', '105010.811000', '105030.700000', '105030.703000', '105030.705000', '105030.708000', '105030.711000', '105030.713000', '105030.716000', '105030.719000', '105030.721000', '105030.724000', '105030.727000', '105030.729000', '105030.732000', '105030.735000', '105030.737000', '105030.740000', '105030.743000', '105030.745000', '105030.748000', '105030.751000', '105030.753000', '105030.756000', '105030.759000', '105030.761000', '105030.764000', '105030.767000', '105030.769000', '105030.772000', '105030.774000', '105030.777000', '105030.780000', '105030.782000', '105030.785000', '105030.788000', '105030.790000', '105030.793000', '105030.796000', '105030.798000', '105030.801000', '105030.804000', '105030.806000', '105030.809000', '105030.812000', '105030.815000', '105050.699000', '105050.702000', '105050.705000', '105050.708000', '105050.711000', '105050.713000', '105050.716000', '105050.719000', '105050.721000', '105050.724000', '105050.727000', '105050.729000', '105050.732000', '105050.735000', '105050.737000', '105050.740000', '105050.742000', '105050.745000', '105050.748000', '105050.750000', '105050.753000', '105050.756000', '105050.758000', '105050.761000', '105050.764000', '105050.766000', '105050.769000', '105050.772000', '105050.774000', '105050.777000', '105050.779000', '105050.782000', '105050.785000', '105050.787000', '105050.790000', '105050.793000', '105050.795000', '105050.798000', '105050.801000', '105050.804000', '105050.806000', '105050.809000', '105050.820000', '105110.699000', '105110.712000', '105110.714000', '105110.717000', '105110.720000', '105110.722000', '105110.725000', '105110.728000', '105110.731000', '105110.733000', '105110.736000', '105110.738000', '105110.741000', '105110.744000', '105110.746000', '105110.749000', '105110.752000', '105110.754000', '105110.757000', '105110.760000', '105110.762000', '105110.765000', '105110.768000', '105110.770000', '105110.773000', '105110.775000', '105110.778000', '105110.781000', '105110.784000', '105110.786000', '105110.789000', '105110.791000', '105110.794000', '105110.797000', '105110.799000', '105110.802000', '105110.805000', '105110.807000', '105110.810000', '105110.813000', '105110.815000', '105110.818000', '105110.821000', '105110.824000', '105118.867000', '105118.869000', '105118.872000', '105118.875000', '105118.877000', '105118.880000', '105118.883000', '105118.885000', '105118.888000', '105118.891000', '105118.893000', '105118.896000', '105118.899000', '105118.901000', '105118.904000', '105118.906000', '105118.909000', '105118.912000'], 'InstanceCreationTime': ['104430.731000', '104430.735000', '104430.738000', '104430.741000', '104430.744000', '104430.746000', '104430.749000', '104430.752000', '104430.754000', '104430.764000', '104430.766000', '104430.769000', '104430.772000', '104430.774000', '104430.777000', '104430.780000', '104430.782000', '104430.785000', '104430.787000', '104430.790000', '104430.793000', '104430.795000', '104430.798000', '104430.801000', '104430.804000', '104430.806000', '104450.698000', '104450.701000', '104450.704000', '104450.706000', '104450.709000', '104450.712000', '104450.715000', '104450.717000', '104450.720000', '104450.722000', '104450.725000', '104450.728000', '104450.730000', '104450.733000', '104450.735000', '104450.752000', '104450.755000', '104450.758000', '104450.761000', '104450.763000', '104450.766000', '104450.769000', '104450.771000', '104450.774000', '104450.777000', '104450.779000', '104450.782000', '104450.784000', '104450.787000', '104450.790000', '104450.792000', '104450.795000', '104450.798000', '104450.800000', '104450.803000', '104450.806000', '104450.808000', '104450.811000', '104450.814000', '104450.816000', '104450.819000', '104450.822000', '104450.824000', '104450.827000', '104510.699000', '104510.702000', '104510.705000', '104510.707000', '104510.710000', '104510.713000', '104510.716000', '104510.718000', '104510.721000', '104510.723000', '104510.726000', '104510.729000', '104510.731000', '104510.734000', '104510.737000', '104510.739000', '104510.742000', '104510.745000', '104510.747000', '104510.750000', '104510.753000', '104510.755000', '104510.758000', '104510.761000', '104510.763000', '104510.766000', '104510.769000', '104510.771000', '104510.774000', '104510.777000', '104510.779000', '104510.782000', '104510.785000', '104510.787000', '104510.790000', '104510.792000', '104510.795000', '104510.798000', '104510.800000', '104510.803000', '104510.806000', '104510.808000', '104510.811000', '104530.698000', '104530.701000', '104530.704000', '104530.707000', '104530.709000', '104530.712000', '104530.714000', '104530.717000', '104530.720000', '104530.722000', '104530.725000', '104530.727000', '104530.730000', '104530.733000', '104530.735000', '104530.738000', '104530.741000', '104530.743000', '104530.746000', '104530.749000', '104530.752000', '104530.754000', '104530.757000', '104530.759000', '104530.762000', '104530.765000', '104530.767000', '104530.770000', '104530.773000', '104530.775000', '104530.778000', '104530.781000', '104530.783000', '104530.786000', '104530.788000', '104530.791000', '104530.794000', '104530.796000', '104530.799000', '104530.801000', '104530.804000', '104530.807000', '104530.809000', '104530.812000', '104550.700000', '104550.710000', '104550.713000', '104550.716000', '104550.718000', '104550.721000', '104550.724000', '104550.726000', '104550.729000', '104550.732000', '104550.735000', '104550.737000', '104550.740000', '104550.743000', '104550.745000', '104550.748000', '104550.750000', '104550.753000', '104550.756000', '104550.758000', '104550.761000', '104550.764000', '104550.766000', '104550.769000', '104550.771000', '104550.783000', '104550.785000', '104550.788000', '104550.791000', '104550.793000', '104550.796000', '104550.799000', '104550.801000', '104550.804000', '104550.807000', '104550.809000', '104550.812000', '104550.815000', '104550.817000', '104550.820000', '104550.823000', '104550.825000', '104550.828000', '104610.700000', '104610.703000', '104610.705000', '104610.708000', '104610.711000', '104610.714000', '104610.716000', '104610.719000', '104610.721000', '104610.724000', '104610.727000', '104610.730000', '104610.733000', '104610.736000', '104610.745000', '104610.748000', '104610.750000', '104610.753000', '104610.756000', '104610.758000', '104610.761000', '104610.764000', '104610.766000', '104610.769000', '104610.772000', '104610.774000', '104610.777000', '104610.780000', '104610.782000', '104610.785000', '104610.788000', '104610.790000', '104610.793000', '104610.795000', '104610.798000', '104610.801000', '104610.803000', '104610.806000', '104610.809000', '104610.811000', '104610.814000', '104610.817000', '104610.819000', '104630.698000', '104630.701000', '104630.704000', '104630.707000', '104630.709000', '104630.712000', '104630.714000', '104630.717000', '104630.720000', '104630.722000', '104630.725000', '104630.728000', '104630.730000', '104630.733000', '104630.735000', '104630.738000', '104630.741000', '104630.743000', '104630.746000', '104630.749000', '104630.752000', '104630.754000', '104630.757000', '104630.760000', '104630.762000', '104630.807000', '104630.810000', '104630.813000', '104630.815000', '104630.818000', '104630.821000', '104630.823000', '104630.826000', '104630.829000', '104630.831000', '104630.834000', '104630.836000', '104630.839000', '104630.842000', '104630.845000', '104630.847000', '104630.850000', '104630.852000', '104630.855000', '104650.698000', '104650.701000', '104650.704000', '104650.707000', '104650.709000', '104650.712000', '104650.714000', '104650.717000', '104650.720000', '104650.722000', '104650.725000', '104650.728000', '104650.731000', '104650.733000', '104650.736000', '104650.739000', '104650.741000', '104650.744000', '104650.746000', '104650.749000', '104650.752000', '104650.754000', '104650.757000', '104650.760000', '104650.763000', '104650.765000', '104650.768000', '104650.771000', '104650.773000', '104650.776000', '104650.778000', '104650.781000', '104650.784000', '104650.786000', '104650.789000', '104650.792000', '104650.794000', '104650.797000', '104650.800000', '104650.802000', '104650.805000', '104650.807000', '104650.810000', '104650.813000', '104710.698000', '104710.702000', '104710.704000', '104710.707000', '104710.710000', '104710.713000', '104710.715000', '104710.718000', '104710.720000', '104710.724000', '104710.726000', '104710.729000', '104710.731000', '104710.734000', '104710.737000', '104710.739000', '104710.742000', '104710.745000', '104710.747000', '104710.750000', '104710.753000', '104710.755000', '104710.758000', '104710.761000', '104710.763000', '104710.766000', '104710.769000', '104710.771000', '104710.774000', '104710.777000', '104710.779000', '104710.782000', '104710.785000', '104710.788000', '104710.790000', '104710.793000', '104710.795000', '104710.798000', '104710.807000', '104710.810000', '104710.813000', '104710.815000', '104710.818000', '104730.699000', '104730.701000', '104730.704000', '104730.707000', '104730.709000', '104730.712000', '104730.715000', '104730.717000', '104730.720000', '104730.723000', '104730.725000', '104730.729000', '104730.732000', '104730.734000', '104730.739000', '104730.741000', '104730.744000', '104730.746000', '104730.749000', '104730.752000', '104730.755000', '104730.757000', '104730.760000', '104730.763000', '104730.765000', '104730.768000', '104730.772000', '104730.775000', '104730.777000', '104730.780000', '104730.783000', '104730.785000', '104730.788000', '104730.791000', '104730.793000', '104730.796000', '104730.799000', '104730.801000', '104730.804000', '104730.806000', '104730.809000', '104730.812000', '104730.814000', '104750.699000', '104750.702000', '104750.705000', '104750.707000', '104750.710000', '104750.713000', '104750.716000', '104750.718000', '104750.721000', '104750.724000', '104750.727000', '104750.729000', '104750.732000', '104750.734000', '104750.737000', '104750.740000', '104750.742000', '104750.745000', '104750.748000', '104750.750000', '104750.753000', '104750.756000', '104750.758000', '104750.761000', '104750.764000', '104750.766000', '104750.769000', '104750.772000', '104750.774000', '104750.777000', '104750.780000', '104750.782000', '104750.785000', '104750.788000', '104750.790000', '104750.793000', '104750.796000', '104750.798000', '104750.801000', '104750.803000', '104750.806000', '104750.809000', '104750.812000', '104750.814000', '104810.700000', '104810.703000', '104810.705000', '104810.708000', '104810.711000', '104810.713000', '104810.740000', '104810.743000', '104810.746000', '104810.748000', '104810.751000', '104810.754000', '104810.756000', '104810.759000', '104810.762000', '104810.764000', '104810.767000', '104810.770000', '104810.772000', '104810.775000', '104810.778000', '104810.780000', '104810.783000', '104810.785000', '104810.788000', '104810.791000', '104810.793000', '104810.796000', '104810.799000', '104810.801000', '104810.804000', '104810.807000', '104810.809000', '104810.812000', '104810.815000', '104810.817000', '104810.820000', '104810.823000', '104810.825000', '104810.828000', '104810.830000', '104810.833000', '104810.836000', '104830.700000', '104830.703000', '104830.705000', '104830.708000', '104830.711000', '104830.713000', '104830.716000', '104830.719000', '104830.722000', '104830.724000', '104830.727000', '104830.729000', '104830.732000', '104830.735000', '104830.738000', '104830.740000', '104830.743000', '104830.746000', '104830.748000', '104830.751000', '104830.754000', '104830.756000', '104830.759000', '104830.762000', '104830.764000', '104830.767000', '104830.770000', '104830.772000', '104830.775000', '104830.777000', '104830.780000', '104830.783000', '104830.786000', '104830.788000', '104830.791000', '104830.794000', '104830.796000', '104830.799000', '104830.802000', '104830.804000', '104830.807000', '104830.810000', '104830.812000', '104830.815000', '104850.699000', '104850.702000', '104850.705000', '104850.707000', '104850.710000', '104850.712000', '104850.715000', '104850.718000', '104850.721000', '104850.723000', '104850.726000', '104850.728000', '104850.731000', '104850.734000', '104850.736000', '104850.739000', '104850.742000', '104850.744000', '104850.747000', '104850.750000', '104850.752000', '104850.755000', '104850.758000', '104850.760000', '104850.763000', '104850.765000', '104850.768000', '104850.771000', '104850.773000', '104850.777000', '104850.779000', '104850.782000', '104850.785000', '104850.788000', '104850.791000', '104850.793000', '104850.797000', '104850.799000', '104850.802000', '104850.805000', '104850.807000', '104850.811000', '104850.814000', '104910.699000', '104910.702000', '104910.704000', '104910.707000', '104910.710000', '104910.713000', '104910.715000', '104910.718000', '104910.721000', '104910.724000', '104910.726000', '104910.729000', '104910.732000', '104910.735000', '104910.737000', '104910.740000', '104910.743000', '104910.745000', '104910.748000', '104910.751000', '104910.753000', '104910.756000', '104910.759000', '104910.761000', '104910.764000', '104910.767000', '104910.769000', '104910.772000', '104910.775000', '104910.777000', '104910.780000', '104910.783000', '104910.785000', '104910.788000', '104910.791000', '104910.793000', '104910.796000', '104910.799000', '104910.801000', '104910.804000', '104910.807000', '104910.809000', '104910.812000', '104910.815000', '104930.699000', '104930.702000', '104930.704000', '104930.707000', '104930.710000', '104930.712000', '104930.715000', '104930.718000', '104930.720000', '104930.723000', '104930.726000', '104930.728000', '104930.731000', '104930.733000', '104930.736000', '104930.739000', '104930.741000', '104930.744000', '104930.747000', '104930.749000', '104930.752000', '104930.755000', '104930.757000', '104930.760000', '104930.762000', '104930.765000', '104930.768000', '104930.770000', '104930.774000', '104930.777000', '104930.779000', '104930.793000', '104930.795000', '104930.798000', '104930.801000', '104930.803000', '104930.806000', '104930.809000', '104930.811000', '104930.814000', '104930.816000', '104930.819000', '104930.822000', '104950.699000', '104950.701000', '104950.705000', '104950.707000', '104950.710000', '104950.713000', '104950.715000', '104950.718000', '104950.720000', '104950.723000', '104950.726000', '104950.729000', '104950.731000', '104950.734000', '104950.737000', '104950.739000', '104950.742000', '104950.744000', '104950.747000', '104950.750000', '104950.752000', '104950.755000', '104950.758000', '104950.760000', '104950.763000', '104950.766000', '104950.768000', '104950.771000', '104950.774000', '104950.776000', '104950.779000', '104950.782000', '104950.784000', '104950.787000', '104950.790000', '104950.792000', '104950.795000', '104950.798000', '104950.800000', '104950.803000', '104950.805000', '104950.808000', '104950.811000', '104950.814000', '105010.699000', '105010.701000', '105010.704000', '105010.707000', '105010.710000', '105010.712000', '105010.715000', '105010.718000', '105010.720000', '105010.723000', '105010.725000', '105010.728000', '105010.731000', '105010.733000', '105010.736000', '105010.739000', '105010.741000', '105010.744000', '105010.746000', '105010.749000', '105010.752000', '105010.754000', '105010.757000', '105010.759000', '105010.762000', '105010.765000', '105010.768000', '105010.770000', '105010.773000', '105010.776000', '105010.778000', '105010.781000', '105010.783000', '105010.786000', '105010.789000', '105010.792000', '105010.794000', '105010.797000', '105010.801000', '105010.803000', '105010.806000', '105010.808000', '105010.811000', '105030.700000', '105030.703000', '105030.705000', '105030.708000', '105030.711000', '105030.713000', '105030.716000', '105030.719000', '105030.721000', '105030.724000', '105030.727000', '105030.729000', '105030.732000', '105030.735000', '105030.737000', '105030.740000', '105030.743000', '105030.745000', '105030.748000', '105030.751000', '105030.753000', '105030.756000', '105030.759000', '105030.761000', '105030.764000', '105030.767000', '105030.769000', '105030.772000', '105030.774000', '105030.777000', '105030.780000', '105030.782000', '105030.785000', '105030.788000', '105030.790000', '105030.793000', '105030.796000', '105030.798000', '105030.801000', '105030.804000', '105030.806000', '105030.809000', '105030.812000', '105030.815000', '105050.699000', '105050.702000', '105050.705000', '105050.708000', '105050.711000', '105050.713000', '105050.716000', '105050.719000', '105050.721000', '105050.724000', '105050.727000', '105050.729000', '105050.732000', '105050.735000', '105050.737000', '105050.740000', '105050.742000', '105050.745000', '105050.748000', '105050.750000', '105050.753000', '105050.756000', '105050.758000', '105050.761000', '105050.764000', '105050.766000', '105050.769000', '105050.772000', '105050.774000', '105050.777000', '105050.779000', '105050.782000', '105050.785000', '105050.787000', '105050.790000', '105050.793000', '105050.795000', '105050.798000', '105050.801000', '105050.804000', '105050.806000', '105050.809000', '105050.820000', '105110.699000', '105110.712000', '105110.714000', '105110.717000', '105110.720000', '105110.722000', '105110.725000', '105110.728000', '105110.731000', '105110.733000', '105110.736000', '105110.738000', '105110.741000', '105110.744000', '105110.746000', '105110.749000', '105110.752000', '105110.754000', '105110.757000', '105110.760000', '105110.762000', '105110.765000', '105110.768000', '105110.770000', '105110.773000', '105110.775000', '105110.778000', '105110.781000', '105110.784000', '105110.786000', '105110.789000', '105110.791000', '105110.794000', '105110.797000', '105110.799000', '105110.802000', '105110.805000', '105110.807000', '105110.810000', '105110.813000', '105110.815000', '105110.818000', '105110.821000', '105110.824000', '105118.867000', '105118.869000', '105118.872000', '105118.875000', '105118.877000', '105118.880000', '105118.883000', '105118.885000', '105118.888000', '105118.891000', '105118.893000', '105118.896000', '105118.899000', '105118.901000', '105118.904000', '105118.906000', '105118.909000', '105118.912000'], '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': [12237, 14944, 13711, 15062, 16075, 14162, 15594, 10610, 14831, 10628, 15040, 13108, 15374, 11451, 10557, 15374, 10629, 15271, 12170, 14865, 11120, 10502, 12192, 10516, 16146, 13387, 14323, 11056, 12441, 11047, 10604, 15891, 10954, 12788, 10969, 10405, 10992, 10416, 10480, 10723, 13517, 10956, 12147, 11047, 10398, 10513, 10672, 11618, 10257, 11008, 10750, 10567, 11569, 10900, 10360, 10122, 10311, 11517, 10663, 10186, 10995, 10306, 10721, 9957, 9941, 10051, 11933, 10901, 10297, 10450, 10205, 10092, 11796, 10497, 10383, 10746, 10629, 12691, 10030, 13624, 10825, 10343, 12187, 10322, 9251, 10659, 9857, 10525, 9457, 9780, 9891, 10787, 9779, 10666, 10123, 10326, 10832, 10363, 10116, 10723, 10190, 10362, 13408, 10644, 14390, 10383, 10930, 10269, 11835, 15726, 9874, 12348, 9833, 10759, 10429, 10242, 9887, 10292, 10084, 9898, 10493, 10377, 10151, 10321, 10625, 10146, 10826, 9616, 12917, 10618, 9880, 10312, 9833, 9973, 9486, 10518, 12121, 10574, 9921, 10332, 10300, 14079, 12048, 15030, 11230, 11852, 10455, 10491, 10497, 9829, 10267, 9985, 10372, 10528, 10437, 10617, 10087, 10486, 11842, 14328, 12881, 14306, 10099, 13999, 10379, 12183, 9991, 10870, 10104, 9711, 10268, 12106, 10536, 9991, 10439, 9721, 10201, 9849, 10479, 9937, 10712, 10321, 10850, 9802, 10330, 9601, 9882, 9898, 10448, 10008, 10477, 9802, 10202, 13760, 10127, 12134, 10623, 10885, 10603, 12765, 9831, 10625, 10399, 9819, 10038, 9966, 10481, 9514, 10107, 11917, 10360, 11655, 10754, 12783, 9710, 9542, 12328, 9739, 12997, 9869, 9899, 10032, 9658, 10806, 9149, 9897, 9751, 10900, 9908, 10671, 9901, 10042, 13251, 10601, 14194, 11047, 9804, 13311, 10014, 12079, 9064, 10670, 10176, 9669, 10498, 9913, 10236, 9482, 10764, 9765, 10275, 9776, 10477, 12121, 14854, 13339, 14255, 10333, 14032, 10244, 10824, 9936, 9588, 10255, 9386, 11092, 9915, 11076, 10274, 10505, 10200, 11289, 10261, 10658, 9968, 10584, 9806, 12481, 13173, 12884, 10664, 11626, 10120, 15845, 10360, 12639, 9163, 12575, 9683, 9631, 9836, 9999, 9791, 9613, 10271, 9697, 10328, 10011, 10302, 9977, 10296, 9556, 10274, 10845, 10142, 10001, 13022, 10183, 15117, 9953, 12259, 10080, 10319, 10137, 10358, 9999, 9622, 9511, 11095, 10301, 10761, 10029, 11627, 9479, 11688, 10088, 9684, 10237, 9839, 10087, 9407, 10120, 9263, 10194, 10065, 10257, 10270, 10380, 10831, 9652, 10626, 8982, 10377, 8528, 10160, 9318, 10797, 9222, 11091, 9498, 10882, 9547, 10612, 9998, 10632, 9617, 10716, 9999, 11110, 9722, 11697, 10213, 13073, 11773, 14589, 12796, 14993, 11789, 14690, 10236, 14280, 10473, 11925, 9803, 14871, 11839, 14886, 10059, 12489, 9921, 14573, 12236, 14178, 14270, 10669, 10875, 10204, 12704, 10341, 10883, 10035, 11266, 9217, 10868, 9737, 9821, 10113, 9804, 10201, 10041, 10710, 10088, 10781, 10407, 11057, 9835, 11376, 9559, 11052, 9822, 10346, 14544, 10763, 9860, 10637, 11715, 10128, 13695, 14306, 12291, 12793, 10038, 11778, 10028, 9656, 10513, 9643, 10053, 9714, 10425, 9547, 11009, 9978, 11005, 9709, 11003, 9660, 10608, 9877, 10691, 10094, 10656, 10325, 15685, 12567, 14898, 10379, 13662, 10142, 12754, 10281, 10701, 13626, 10290, 10779, 9872, 9653, 10386, 10019, 9980, 9239, 10006, 9284, 10798, 9655, 10896, 9588, 10826, 9561, 10444, 9595, 10944, 9733, 10298, 13266, 11483, 13213, 10007, 13101, 12104, 10064, 15467, 9760, 14055, 9228, 11901, 10744, 9788, 9978, 9625, 10845, 9360, 10422, 9619, 10199, 9728, 10802, 9999, 10446, 14041, 12290, 14226, 10237, 12650, 10181, 12126, 14177, 9998, 12875, 9383, 11692, 10839, 9661, 10562, 9569, 10465, 9399, 11061, 9634, 11581, 9682, 11433, 9960, 10852, 12414, 10292, 13685, 10131, 13824, 10395, 13769, 13404, 10936, 13992, 10169, 10816, 9997, 10189, 9583, 9524, 10248, 9836, 10366, 9715, 10414, 10153, 10182, 9721, 15259, 11998, 14016, 10112, 9368, 10259, 9623, 9759, 9833, 10298, 9605, 10564, 10224, 11169, 10083, 10217, 9789, 11266, 9869, 13470, 10110, 12857, 10149, 11687, 9824, 13879, 10019, 11710, 9983, 9702, 10332, 12801, 9613, 13288, 10422, 10042, 10054, 10088, 9881, 12908, 13544, 10653, 12511, 10030, 12159, 10343, 10399, 9779, 9651, 9194, 9507, 9918, 9916, 9857, 9950, 9682, 10191, 8907, 10927, 9325, 9777, 9619, 10990, 9243, 10466, 9420, 11520, 11675, 10820, 11281, 10452, 9869, 11115, 12652, 12578, 12935, 11679, 9827, 12836, 9983, 11950, 10234, 9600, 10767, 8878, 14271, 9561, 13293, 10091, 9889, 11275, 9409, 11007, 9146, 10816, 9461, 10420, 9468, 11391, 9576, 11143, 11648, 10382, 14089, 9774, 13841, 10219, 14548, 13012, 14478, 10643, 11041, 12952, 10029, 15848, 12709, 14865, 11032, 12423, 10364, 10288, 10141, 10079, 15208, 9394, 11843, 10002, 9669, 10603, 9819, 9909, 9125, 10572, 9747, 10362, 9956, 10145, 10081, 10546, 9875, 13265, 11705, 12202, 10286, 10276, 10065, 13380, 9612, 13350, 11181, 14259, 10200, 9806, 9953, 10160, 10216, 9474, 9449, 10654, 9535, 11279, 9562, 9874, 9268, 10064, 9574, 10991, 9699, 10376, 10077, 10836, 13812, 12080, 14311, 10226, 10003, 12581, 10078, 11325, 10197, 9669, 9775, 9797, 10469, 10218, 11258, 9867, 11080, 10138, 10896, 9870, 10401, 10001, 10949, 9590, 11487, 10088, 10194, 9755, 9959, 9821, 14009, 11263, 14707, 10085, 13479, 10064, 13633, 9738, 10455, 14016, 10016, 14492, 10172, 9908, 10349, 9491, 9487, 8622, 9897, 9583, 11386, 10283, 9258, 10469, 10136, 10579, 10648, 9917, 11445, 9906, 11646, 9316, 13673, 10180, 13342, 10022, 13675, 10187, 13347, 14146, 11741, 13839, 10216, 11810, 10074, 11751, 9973, 9930, 9830, 10037, 11581, 9730, 10647, 9962, 10800, 9679, 11055, 9353, 10354, 12931, 10593, 10528, 13977, 10089, 13066, 10025, 12884, 12976, 10466, 13716, 10137, 9738, 10058, 9737, 9586, 9376, 10424, 9842, 10683, 9642, 10557, 10389, 10133, 13144, 13518, 9843, 14567, 10035, 10942, 10377, 9475, 10021, 9541, 9775, 9708, 10810, 9515, 10170, 9733, 10188, 9943, 11847, 14125, 10396, 10077, 11691, 10025, 13408, 9629, 13868, 10333, 12859, 10266, 11385, 9673, 13911, 10337, 11076, 9830, 10019, 10038, 9544, 10096, 9734, 9494, 10422, 9456, 10544, 9624, 10279, 9782, 10313, 9762, 10065, 10578, 9389, 10652, 9387, 11463, 9347, 10919, 9468, 10476, 9510, 11075, 9511, 11011, 9374, 10941, 9334, 10883, 10243, 10723, 10104, 10161, 14416, 12078, 15186, 11345, 11280, 9827, 14376, 11204, 14826, 13969], 'WindowCenter': [3945.0, 3938.0, 3911.0, 3911.0, 3895.0, 3897.0, 3878.0, 3847.0, 3867.0, 3845.0, 3866.0, 3856.0, 3863.0, 3831.0, 3821.0, 3850.0, 3830.0, 3852.0, 3842.0, 3850.0, 3816.0, 3817.0, 3825.0, 3831.0, 3860.0, 3840.0, 3836.0, 3815.0, 3814.0, 3803.0, 3802.0, 3847.0, 3803.0, 3827.0, 3814.0, 3801.0, 3804.0, 3803.0, 3804.0, 3816.0, 3823.0, 3827.0, 3824.0, 3814.0, 3804.0, 3803.0, 3818.0, 3828.0, 3817.0, 3817.0, 3804.0, 3802.0, 3813.0, 3802.0, 3805.0, 3817.0, 3806.0, 3826.0, 3816.0, 3803.0, 3814.0, 3803.0, 3828.0, 3830.0, 3819.0, 3818.0, 3827.0, 3816.0, 3805.0, 3817.0, 3831.0, 3818.0, 3840.0, 3816.0, 3817.0, 3815.0, 3816.0, 3839.0, 3833.0, 3851.0, 3818.0, 3820.0, 3825.0, 3804.0, 3791.0, 3814.0, 3817.0, 3828.0, 3804.0, 3832.0, 3816.0, 3828.0, 3817.0, 3829.0, 3831.0, 3831.0, 3844.0, 3820.0, 3817.0, 3817.0, 3818.0, 3821.0, 3839.0, 3831.0, 3851.0, 3818.0, 3818.0, 3806.0, 3827.0, 3861.0, 3819.0, 3829.0, 3818.0, 3816.0, 3802.0, 3803.0, 3790.0, 3803.0, 3815.0, 3806.0, 3828.0, 3816.0, 3814.0, 3815.0, 3815.0, 3832.0, 3831.0, 3820.0, 3841.0, 3817.0, 3804.0, 3805.0, 3805.0, 3820.0, 3808.0, 3831.0, 3839.0, 3819.0, 3805.0, 3806.0, 3819.0, 3848.0, 3841.0, 3849.0, 3832.0, 3824.0, 3816.0, 3816.0, 3832.0, 3805.0, 3817.0, 3819.0, 3819.0, 3829.0, 3830.0, 3830.0, 3819.0, 3819.0, 3843.0, 3850.0, 3841.0, 3835.0, 3803.0, 3824.0, 3804.0, 3825.0, 3807.0, 3814.0, 3820.0, 3806.0, 3817.0, 3827.0, 3817.0, 3806.0, 3817.0, 3807.0, 3818.0, 3817.0, 3818.0, 3807.0, 3818.0, 3817.0, 3817.0, 3808.0, 3819.0, 3807.0, 3833.0, 3819.0, 3831.0, 3818.0, 3832.0, 3833.0, 3834.0, 3865.0, 3831.0, 3841.0, 3829.0, 3831.0, 3819.0, 3854.0, 3822.0, 3830.0, 3819.0, 3806.0, 3817.0, 3817.0, 3831.0, 3820.0, 3834.0, 3841.0, 3832.0, 3842.0, 3832.0, 3852.0, 3836.0, 3836.0, 3853.0, 3833.0, 3850.0, 3818.0, 3806.0, 3817.0, 3807.0, 3830.0, 3809.0, 3833.0, 3833.0, 3842.0, 3831.0, 3843.0, 3848.0, 3850.0, 3868.0, 3847.0, 3864.0, 3830.0, 3819.0, 3840.0, 3835.0, 3856.0, 3811.0, 3832.0, 3818.0, 3806.0, 3815.0, 3819.0, 3830.0, 3819.0, 3843.0, 3820.0, 3829.0, 3820.0, 3831.0, 3868.0, 3866.0, 3855.0, 3850.0, 3817.0, 3837.0, 3805.0, 3815.0, 3806.0, 3824.0, 3831.0, 3810.0, 3829.0, 3817.0, 3826.0, 3818.0, 3830.0, 3832.0, 3843.0, 3847.0, 3832.0, 3832.0, 3832.0, 3833.0, 3842.0, 3854.0, 3841.0, 3819.0, 3828.0, 3818.0, 3848.0, 3819.0, 3844.0, 3809.0, 3839.0, 3805.0, 3794.0, 3792.0, 3805.0, 3803.0, 3806.0, 3816.0, 3819.0, 3819.0, 3817.0, 3817.0, 3817.0, 3832.0, 3822.0, 3830.0, 3832.0, 3816.0, 3807.0, 3826.0, 3804.0, 3849.0, 3806.0, 3827.0, 3821.0, 3806.0, 3806.0, 3805.0, 3817.0, 3818.0, 3821.0, 3829.0, 3818.0, 3816.0, 3831.0, 3842.0, 3809.0, 3831.0, 3805.0, 3794.0, 3803.0, 3806.0, 3818.0, 3835.0, 3830.0, 3809.0, 3832.0, 3832.0, 3819.0, 3830.0, 3829.0, 3832.0, 3821.0, 3859.0, 3839.0, 3847.0, 3825.0, 3848.0, 3826.0, 3843.0, 3824.0, 3845.0, 3834.0, 3845.0, 3850.0, 3845.0, 3845.0, 3846.0, 3838.0, 3845.0, 3848.0, 3859.0, 3848.0, 3858.0, 3863.0, 3868.0, 3856.0, 3865.0, 3854.0, 3866.0, 3845.0, 3866.0, 3821.0, 3850.0, 3818.0, 3828.0, 3808.0, 3837.0, 3829.0, 3846.0, 3806.0, 3824.0, 3793.0, 3848.0, 3830.0, 3836.0, 3839.0, 3803.0, 3803.0, 3792.0, 3810.0, 3792.0, 3801.0, 3818.0, 3828.0, 3794.0, 3815.0, 3792.0, 3791.0, 3793.0, 3803.0, 3802.0, 3803.0, 3816.0, 3818.0, 3817.0, 3832.0, 3829.0, 3819.0, 3839.0, 3818.0, 3841.0, 3834.0, 3832.0, 3878.0, 3832.0, 3818.0, 3820.0, 3828.0, 3822.0, 3868.0, 3854.0, 3843.0, 3839.0, 3809.0, 3815.0, 3805.0, 3804.0, 3816.0, 3807.0, 3807.0, 3819.0, 3819.0, 3808.0, 3829.0, 3819.0, 3830.0, 3820.0, 3830.0, 3834.0, 3845.0, 3849.0, 3832.0, 3834.0, 3832.0, 3833.0, 3878.0, 3843.0, 3864.0, 3820.0, 3838.0, 3806.0, 3827.0, 3806.0, 3831.0, 3852.0, 3819.0, 3815.0, 3806.0, 3795.0, 3805.0, 3804.0, 3833.0, 3823.0, 3819.0, 3822.0, 3828.0, 3807.0, 3829.0, 3832.0, 3843.0, 3834.0, 3847.0, 3834.0, 3844.0, 3833.0, 3861.0, 3868.0, 3857.0, 3856.0, 3822.0, 3840.0, 3827.0, 3808.0, 3853.0, 3835.0, 3853.0, 3810.0, 3840.0, 3818.0, 3805.0, 3805.0, 3807.0, 3831.0, 3822.0, 3831.0, 3834.0, 3831.0, 3819.0, 3831.0, 3821.0, 3844.0, 3866.0, 3845.0, 3855.0, 3820.0, 3840.0, 3806.0, 3827.0, 3836.0, 3821.0, 3838.0, 3796.0, 3828.0, 3815.0, 3792.0, 3814.0, 3805.0, 3828.0, 3806.0, 3839.0, 3821.0, 3842.0, 3821.0, 3842.0, 3835.0, 3843.0, 3855.0, 3834.0, 3853.0, 3821.0, 3853.0, 3822.0, 3867.0, 3841.0, 3831.0, 3837.0, 3806.0, 3804.0, 3803.0, 3803.0, 3806.0, 3805.0, 3818.0, 3819.0, 3818.0, 3806.0, 3817.0, 3820.0, 3833.0, 3821.0, 3850.0, 3842.0, 3836.0, 3805.0, 3793.0, 3804.0, 3796.0, 3794.0, 3806.0, 3818.0, 3807.0, 3830.0, 3832.0, 3828.0, 3829.0, 3818.0, 3831.0, 3830.0, 3833.0, 3851.0, 3819.0, 3839.0, 3819.0, 3829.0, 3808.0, 3840.0, 3819.0, 3826.0, 3807.0, 3806.0, 3818.0, 3840.0, 3809.0, 3849.0, 3818.0, 3806.0, 3805.0, 3816.0, 3819.0, 3838.0, 3840.0, 3815.0, 3825.0, 3805.0, 3814.0, 3804.0, 3804.0, 3820.0, 3809.0, 3795.0, 3820.0, 3806.0, 3805.0, 3804.0, 3805.0, 3817.0, 3833.0, 3811.0, 3844.0, 3809.0, 3819.0, 3808.0, 3829.0, 3821.0, 3844.0, 3822.0, 3870.0, 3854.0, 3857.0, 3855.0, 3848.0, 3836.0, 3872.0, 3883.0, 3859.0, 3870.0, 3844.0, 3821.0, 3841.0, 3821.0, 3830.0, 3820.0, 3837.0, 3846.0, 3824.0, 3866.0, 3824.0, 3852.0, 3821.0, 3819.0, 3831.0, 3819.0, 3843.0, 3824.0, 3842.0, 3846.0, 3845.0, 3836.0, 3857.0, 3836.0, 3858.0, 3856.0, 3849.0, 3866.0, 3823.0, 3853.0, 3835.0, 3866.0, 3842.0, 3866.0, 3818.0, 3830.0, 3826.0, 3819.0, 3864.0, 3838.0, 3852.0, 3816.0, 3824.0, 3802.0, 3803.0, 3804.0, 3820.0, 3848.0, 3797.0, 3815.0, 3794.0, 3790.0, 3802.0, 3801.0, 3805.0, 3807.0, 3828.0, 3819.0, 3818.0, 3818.0, 3831.0, 3830.0, 3829.0, 3822.0, 3839.0, 3843.0, 3841.0, 3817.0, 3817.0, 3808.0, 3851.0, 3821.0, 3851.0, 3832.0, 3837.0, 3806.0, 3806.0, 3804.0, 3807.0, 3819.0, 3819.0, 3807.0, 3817.0, 3806.0, 3828.0, 3808.0, 3832.0, 3819.0, 3835.0, 3819.0, 3831.0, 3820.0, 3832.0, 3820.0, 3844.0, 3868.0, 3843.0, 3865.0, 3818.0, 3808.0, 3825.0, 3804.0, 3816.0, 3831.0, 3810.0, 3806.0, 3805.0, 3802.0, 3814.0, 3828.0, 3817.0, 3829.0, 3832.0, 3830.0, 3820.0, 3817.0, 3819.0, 3830.0, 3822.0, 3829.0, 3834.0, 3819.0, 3819.0, 3807.0, 3820.0, 3852.0, 3832.0, 3862.0, 3818.0, 3838.0, 3806.0, 3838.0, 3821.0, 3832.0, 3851.0, 3820.0, 3836.0, 3805.0, 3803.0, 3803.0, 3823.0, 3820.0, 3808.0, 3818.0, 3817.0, 3826.0, 3816.0, 3820.0, 3831.0, 3829.0, 3856.0, 3842.0, 3833.0, 3842.0, 3834.0, 3857.0, 3825.0, 3867.0, 3832.0, 3852.0, 3808.0, 3840.0, 3809.0, 3853.0, 3851.0, 3832.0, 3838.0, 3805.0, 3813.0, 3794.0, 3815.0, 3793.0, 3804.0, 3803.0, 3805.0, 3825.0, 3805.0, 3817.0, 3816.0, 3829.0, 3818.0, 3841.0, 3833.0, 3834.0, 3868.0, 3831.0, 3832.0, 3851.0, 3809.0, 3838.0, 3821.0, 3854.0, 3839.0, 3820.0, 3836.0, 3806.0, 3794.0, 3803.0, 3804.0, 3819.0, 3806.0, 3830.0, 3820.0, 3831.0, 3819.0, 3830.0, 3833.0, 3834.0, 3852.0, 3854.0, 3820.0, 3847.0, 3806.0, 3816.0, 3803.0, 3805.0, 3808.0, 3808.0, 3805.0, 3820.0, 3829.0, 3817.0, 3819.0, 3817.0, 3833.0, 3833.0, 3844.0, 3865.0, 3818.0, 3807.0, 3825.0, 3818.0, 3850.0, 3809.0, 3850.0, 3817.0, 3826.0, 3806.0, 3816.0, 3822.0, 3852.0, 3820.0, 3817.0, 3804.0, 3806.0, 3806.0, 3820.0, 3818.0, 3809.0, 3806.0, 3817.0, 3806.0, 3815.0, 3808.0, 3817.0, 3823.0, 3845.0, 3833.0, 3834.0, 3845.0, 3820.0, 3830.0, 3820.0, 3843.0, 3822.0, 3843.0, 3835.0, 3845.0, 3822.0, 3855.0, 3831.0, 3843.0, 3822.0, 3844.0, 3823.0, 3846.0, 3848.0, 3843.0, 3831.0, 3832.0, 3866.0, 3843.0, 3877.0, 3832.0, 3831.0, 3808.0, 3850.0, 3830.0, 3851.0, 3852.0], 'WindowWidth': [8807.0, 8789.0, 8733.0, 8735.0, 8704.0, 8706.0, 8665.0, 8620.0, 8647.0, 8617.0, 8649.0, 8632.0, 8636.0, 8586.0, 8573.0, 8611.0, 8588.0, 8621.0, 8605.0, 8611.0, 8559.0, 8561.0, 8570.0, 8588.0, 8628.0, 8599.0, 8587.0, 8555.0, 8554.0, 8534.0, 8536.0, 8603.0, 8536.0, 8576.0, 8554.0, 8532.0, 8538.0, 8537.0, 8539.0, 8560.0, 8567.0, 8579.0, 8566.0, 8552.0, 8539.0, 8535.0, 8567.0, 8581.0, 8563.0, 8563.0, 8537.0, 8534.0, 8550.0, 8532.0, 8545.0, 8564.0, 8545.0, 8574.0, 8559.0, 8536.0, 8553.0, 8538.0, 8580.0, 8590.0, 8570.0, 8568.0, 8578.0, 8558.0, 8540.0, 8565.0, 8588.0, 8565.0, 8598.0, 8561.0, 8563.0, 8557.0, 8558.0, 8596.0, 8594.0, 8615.0, 8563.0, 8571.0, 8567.0, 8539.0, 8517.0, 8552.0, 8564.0, 8581.0, 8543.0, 8591.0, 8562.0, 8580.0, 8562.0, 8583.0, 8591.0, 8589.0, 8613.0, 8572.0, 8563.0, 8561.0, 8563.0, 8574.0, 8597.0, 8588.0, 8615.0, 8565.0, 8565.0, 8545.0, 8574.0, 8631.0, 8571.0, 8583.0, 8567.0, 8557.0, 8532.0, 8535.0, 8514.0, 8538.0, 8559.0, 8545.0, 8580.0, 8560.0, 8556.0, 8558.0, 8555.0, 8594.0, 8591.0, 8571.0, 8600.0, 8563.0, 8540.0, 8543.0, 8542.0, 8572.0, 8552.0, 8589.0, 8597.0, 8567.0, 8543.0, 8545.0, 8571.0, 8606.0, 8600.0, 8608.0, 8591.0, 8570.0, 8559.0, 8559.0, 8590.0, 8543.0, 8562.0, 8569.0, 8572.0, 8583.0, 8584.0, 8585.0, 8570.0, 8568.0, 8608.0, 8615.0, 8602.0, 8584.0, 8538.0, 8566.0, 8539.0, 8569.0, 8548.0, 8555.0, 8573.0, 8546.0, 8561.0, 8574.0, 8563.0, 8545.0, 8562.0, 8549.0, 8567.0, 8562.0, 8565.0, 8546.0, 8565.0, 8561.0, 8560.0, 8551.0, 8568.0, 8549.0, 8594.0, 8567.0, 8588.0, 8567.0, 8592.0, 8596.0, 8597.0, 8639.0, 8587.0, 8601.0, 8583.0, 8588.0, 8568.0, 8625.0, 8578.0, 8587.0, 8568.0, 8547.0, 8563.0, 8562.0, 8588.0, 8571.0, 8597.0, 8603.0, 8593.0, 8606.0, 8590.0, 8619.0, 8604.0, 8603.0, 8619.0, 8594.0, 8610.0, 8565.0, 8546.0, 8563.0, 8548.0, 8585.0, 8556.0, 8597.0, 8593.0, 8608.0, 8590.0, 8608.0, 8623.0, 8629.0, 8649.0, 8620.0, 8638.0, 8583.0, 8569.0, 8595.0, 8600.0, 8631.0, 8560.0, 8591.0, 8564.0, 8547.0, 8557.0, 8569.0, 8587.0, 8568.0, 8610.0, 8572.0, 8584.0, 8572.0, 8585.0, 8649.0, 8645.0, 8626.0, 8612.0, 8562.0, 8588.0, 8543.0, 8556.0, 8546.0, 8583.0, 8589.0, 8559.0, 8582.0, 8563.0, 8573.0, 8564.0, 8586.0, 8590.0, 8605.0, 8618.0, 8590.0, 8592.0, 8589.0, 8594.0, 8605.0, 8624.0, 8600.0, 8568.0, 8577.0, 8563.0, 8606.0, 8569.0, 8612.0, 8553.0, 8595.0, 8543.0, 8527.0, 8519.0, 8542.0, 8535.0, 8549.0, 8562.0, 8572.0, 8568.0, 8564.0, 8562.0, 8563.0, 8593.0, 8578.0, 8587.0, 8590.0, 8560.0, 8549.0, 8571.0, 8540.0, 8607.0, 8546.0, 8575.0, 8575.0, 8544.0, 8546.0, 8542.0, 8563.0, 8570.0, 8574.0, 8582.0, 8564.0, 8559.0, 8590.0, 8606.0, 8554.0, 8586.0, 8544.0, 8526.0, 8538.0, 8544.0, 8565.0, 8601.0, 8586.0, 8556.0, 8593.0, 8591.0, 8568.0, 8584.0, 8582.0, 8590.0, 8576.0, 8643.0, 8613.0, 8621.0, 8588.0, 8623.0, 8588.0, 8607.0, 8583.0, 8611.0, 8598.0, 8614.0, 8627.0, 8616.0, 8615.0, 8617.0, 8608.0, 8613.0, 8624.0, 8638.0, 8625.0, 8635.0, 8653.0, 8649.0, 8631.0, 8641.0, 8625.0, 8647.0, 8612.0, 8645.0, 8574.0, 8611.0, 8563.0, 8578.0, 8551.0, 8593.0, 8584.0, 8598.0, 8545.0, 8567.0, 8522.0, 8605.0, 8583.0, 8586.0, 8592.0, 8537.0, 8535.0, 8519.0, 8542.0, 8519.0, 8532.0, 8566.0, 8579.0, 8529.0, 8559.0, 8522.0, 8517.0, 8522.0, 8537.0, 8533.0, 8538.0, 8558.0, 8564.0, 8561.0, 8591.0, 8581.0, 8570.0, 8596.0, 8567.0, 8602.0, 8598.0, 8593.0, 8661.0, 8590.0, 8566.0, 8571.0, 8578.0, 8576.0, 8650.0, 8623.0, 8606.0, 8593.0, 8551.0, 8557.0, 8544.0, 8540.0, 8557.0, 8547.0, 8547.0, 8569.0, 8568.0, 8553.0, 8584.0, 8568.0, 8584.0, 8571.0, 8585.0, 8599.0, 8612.0, 8626.0, 8594.0, 8595.0, 8591.0, 8592.0, 8666.0, 8608.0, 8637.0, 8570.0, 8593.0, 8544.0, 8575.0, 8543.0, 8590.0, 8614.0, 8567.0, 8556.0, 8544.0, 8529.0, 8543.0, 8539.0, 8594.0, 8579.0, 8569.0, 8577.0, 8579.0, 8550.0, 8582.0, 8593.0, 8607.0, 8599.0, 8619.0, 8598.0, 8613.0, 8596.0, 8647.0, 8652.0, 8635.0, 8630.0, 8575.0, 8600.0, 8576.0, 8550.0, 8618.0, 8600.0, 8621.0, 8557.0, 8598.0, 8564.0, 8541.0, 8544.0, 8547.0, 8586.0, 8576.0, 8587.0, 8600.0, 8589.0, 8569.0, 8587.0, 8572.0, 8611.0, 8645.0, 8612.0, 8627.0, 8570.0, 8595.0, 8543.0, 8572.0, 8582.0, 8574.0, 8596.0, 8534.0, 8576.0, 8555.0, 8523.0, 8552.0, 8543.0, 8581.0, 8550.0, 8598.0, 8575.0, 8606.0, 8574.0, 8605.0, 8601.0, 8608.0, 8630.0, 8597.0, 8621.0, 8574.0, 8620.0, 8578.0, 8646.0, 8601.0, 8589.0, 8588.0, 8543.0, 8538.0, 8537.0, 8537.0, 8547.0, 8545.0, 8566.0, 8568.0, 8565.0, 8547.0, 8562.0, 8569.0, 8595.0, 8575.0, 8612.0, 8604.0, 8586.0, 8541.0, 8523.0, 8538.0, 8529.0, 8525.0, 8546.0, 8567.0, 8550.0, 8583.0, 8590.0, 8580.0, 8584.0, 8567.0, 8589.0, 8585.0, 8596.0, 8613.0, 8568.0, 8595.0, 8566.0, 8584.0, 8552.0, 8599.0, 8568.0, 8573.0, 8549.0, 8543.0, 8564.0, 8597.0, 8556.0, 8612.0, 8563.0, 8545.0, 8543.0, 8560.0, 8570.0, 8592.0, 8596.0, 8558.0, 8569.0, 8540.0, 8553.0, 8538.0, 8540.0, 8573.0, 8555.0, 8530.0, 8570.0, 8543.0, 8543.0, 8538.0, 8544.0, 8565.0, 8595.0, 8560.0, 8608.0, 8556.0, 8567.0, 8551.0, 8580.0, 8576.0, 8612.0, 8576.0, 8656.0, 8626.0, 8633.0, 8627.0, 8622.0, 8604.0, 8662.0, 8678.0, 8637.0, 8655.0, 8608.0, 8574.0, 8600.0, 8572.0, 8585.0, 8572.0, 8609.0, 8615.0, 8582.0, 8643.0, 8582.0, 8617.0, 8573.0, 8567.0, 8587.0, 8570.0, 8607.0, 8584.0, 8606.0, 8619.0, 8615.0, 8601.0, 8632.0, 8604.0, 8638.0, 8630.0, 8628.0, 8646.0, 8582.0, 8623.0, 8596.0, 8643.0, 8604.0, 8641.0, 8564.0, 8581.0, 8572.0, 8568.0, 8640.0, 8594.0, 8618.0, 8560.0, 8565.0, 8534.0, 8536.0, 8539.0, 8574.0, 8606.0, 8535.0, 8557.0, 8524.0, 8515.0, 8533.0, 8532.0, 8545.0, 8550.0, 8579.0, 8572.0, 8567.0, 8566.0, 8587.0, 8587.0, 8583.0, 8577.0, 8595.0, 8608.0, 8600.0, 8563.0, 8562.0, 8550.0, 8615.0, 8578.0, 8616.0, 8591.0, 8590.0, 8544.0, 8542.0, 8539.0, 8546.0, 8568.0, 8569.0, 8551.0, 8564.0, 8546.0, 8577.0, 8553.0, 8592.0, 8570.0, 8600.0, 8571.0, 8589.0, 8571.0, 8590.0, 8573.0, 8611.0, 8651.0, 8607.0, 8643.0, 8564.0, 8549.0, 8568.0, 8539.0, 8557.0, 8590.0, 8558.0, 8547.0, 8544.0, 8536.0, 8554.0, 8582.0, 8564.0, 8582.0, 8591.0, 8585.0, 8572.0, 8562.0, 8568.0, 8586.0, 8575.0, 8584.0, 8599.0, 8570.0, 8569.0, 8549.0, 8573.0, 8619.0, 8592.0, 8632.0, 8565.0, 8590.0, 8545.0, 8591.0, 8577.0, 8592.0, 8612.0, 8573.0, 8587.0, 8542.0, 8536.0, 8538.0, 8583.0, 8573.0, 8556.0, 8567.0, 8563.0, 8572.0, 8561.0, 8572.0, 8589.0, 8585.0, 8633.0, 8607.0, 8595.0, 8605.0, 8597.0, 8636.0, 8588.0, 8648.0, 8592.0, 8618.0, 8552.0, 8597.0, 8553.0, 8623.0, 8612.0, 8591.0, 8588.0, 8541.0, 8551.0, 8526.0, 8555.0, 8522.0, 8539.0, 8536.0, 8544.0, 8571.0, 8547.0, 8563.0, 8562.0, 8580.0, 8566.0, 8602.0, 8597.0, 8598.0, 8650.0, 8589.0, 8591.0, 8613.0, 8551.0, 8593.0, 8576.0, 8621.0, 8595.0, 8572.0, 8586.0, 8545.0, 8524.0, 8538.0, 8540.0, 8569.0, 8546.0, 8588.0, 8571.0, 8588.0, 8567.0, 8584.0, 8596.0, 8600.0, 8618.0, 8621.0, 8572.0, 8601.0, 8543.0, 8557.0, 8538.0, 8541.0, 8549.0, 8550.0, 8543.0, 8574.0, 8581.0, 8563.0, 8569.0, 8563.0, 8595.0, 8596.0, 8607.0, 8642.0, 8565.0, 8549.0, 8569.0, 8566.0, 8614.0, 8556.0, 8612.0, 8561.0, 8574.0, 8544.0, 8559.0, 8580.0, 8620.0, 8573.0, 8563.0, 8540.0, 8543.0, 8547.0, 8574.0, 8565.0, 8557.0, 8547.0, 8562.0, 8545.0, 8557.0, 8551.0, 8562.0, 8579.0, 8616.0, 8595.0, 8598.0, 8614.0, 8573.0, 8587.0, 8573.0, 8605.0, 8578.0, 8607.0, 8601.0, 8613.0, 8578.0, 8628.0, 8590.0, 8607.0, 8579.0, 8613.0, 8583.0, 8618.0, 8622.0, 8607.0, 8589.0, 8592.0, 8644.0, 8608.0, 8660.0, 8588.0, 8586.0, 8552.0, 8610.0, 8587.0, 8616.0, 8615.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.0005674725274725275</td></tr>
<tr><td colspan=3>aqi</td><td>0.020788629670329666</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.04856948514848</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2394863273927395</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0152959922112215</td></tr>
<tr><td colspan=3>efc</td><td>0.5029</td></tr>
<tr><td colspan=3>fber</td><td>3537.6255</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09915297066707396</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.23076923076923</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.449763156224914</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.303227126904968</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7381327528996464</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3079295888701266</td></tr>
<tr><td colspan=3>gcor</td><td>0.020085</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.029626617208123207</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04515916481614113</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.8493133963698067</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>17.0909</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.3672</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.6535</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299548.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>979.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.8643</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3251</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.0775</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3013.5546</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>827.6747</td></tr>
<tr><td colspan=3>tsnr</td><td>37.75828255480155</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>