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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-02/func/sub-0026_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3194e94f87714ea23757e8417242f5df</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:23:26.872500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999467, 0.00376026, 0.0324222, -0.00523321, 0.998952, 0.0454657]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.134251</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7733, -7184, 557, -9, -35, 16, 31]</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>300.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2faed9f4-5ce0-4fc5-83db-697699b9002b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68149733543396, -0.014040317386388779, 0.08698663860559464, 111.34471130371094], [-0.010088506154716015, 2.6801156997680664, 0.12315021455287933, -94.51126098632812], [0.08698641508817673, -0.12198126316070557, 2.695786952972412, -19.513805389404297], [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': ['102326.872500', '102327.332500', '102327.792500', '102328.252500', '102328.712500', '102329.172500', '102329.632500', '102330.092500', '102330.552500', '102331.012500', '102331.472500', '102331.932500', '102332.392500', '102332.852500', '102333.312500', '102333.772500', '102334.232500', '102334.692500', '102335.152500', '102335.612500', '102336.072500', '102336.532500', '102336.992500', '102337.452500', '102337.912500', '102338.372500', '102338.832500', '102339.292500', '102339.752500', '102340.212500', '102340.672500', '102341.132500', '102341.592500', '102342.052500', '102342.512500', '102342.972500', '102343.432500', '102343.892500', '102344.352500', '102344.812500', '102345.272500', '102345.732500', '102346.192500', '102346.652500', '102347.112500', '102347.572500', '102348.032500', '102348.492500', '102348.952500', '102349.412500', '102349.872500', '102350.332500', '102350.792500', '102351.252500', '102351.712500', '102352.172500', '102352.632500', '102353.092500', '102353.552500', '102354.012500', '102354.472500', '102354.932500', '102355.392500', '102355.852500', '102356.312500', '102356.772500', '102357.232500', '102357.692500', '102358.152500', '102358.612500', '102359.072500', '102359.532500', '102359.992500', '102400.452500', '102400.912500', '102401.372500', '102401.832500', '102402.292500', '102402.752500', '102403.212500', '102403.672500', '102404.132500', '102404.592500', '102405.052500', '102405.512500', '102405.972500', '102406.432500', '102406.892500', '102407.352500', '102407.812500', '102408.272500', '102408.732500', '102409.192500', '102409.652500', '102410.112500', '102410.572500', '102411.032500', '102411.492500', '102411.952500', '102412.412500', '102412.872500', '102413.332500', '102413.792500', '102414.252500', '102414.712500', '102415.172500', '102415.632500', '102416.092500', '102416.552500', '102417.012500', '102417.472500', '102417.932500', '102418.392500', '102418.852500', '102419.312500', '102419.772500', '102420.232500', '102420.692500', '102421.152500', '102421.612500', '102422.072500', '102422.532500', '102422.992500', '102423.452500', '102423.912500', '102424.372500', '102424.832500', '102425.292500', '102425.752500', '102426.212500', '102426.672500', '102427.132500', '102427.592500', '102428.052500', '102428.512500', '102428.972500', '102429.432500', '102429.892500', '102430.352500', '102430.812500', '102431.272500', '102431.732500', '102432.192500', '102432.652500', '102433.112500', '102433.572500', '102434.032500', '102434.492500', '102434.952500', '102435.412500', '102435.872500', '102436.332500', '102436.792500', '102437.252500', '102437.712500', '102438.172500', '102438.632500', '102439.092500', '102439.552500', '102440.012500', '102440.472500', '102440.932500', '102441.392500', '102441.852500', '102442.312500', '102442.772500', '102443.232500', '102443.692500', '102444.152500', '102444.612500', '102445.072500', '102445.532500', '102445.992500', '102446.452500', '102446.912500', '102447.372500', '102447.832500', '102448.292500', '102448.752500', '102449.212500', '102449.672500', '102450.132500', '102450.592500', '102451.052500', '102451.512500', '102451.972500', '102452.432500', '102452.892500', '102453.352500', '102453.812500', '102454.272500', '102454.732500', '102455.192500', '102455.652500', '102456.112500', '102456.572500', '102457.032500', '102457.492500', '102457.952500', '102458.412500', '102458.872500', '102459.332500', '102459.792500', '102500.252500', '102500.712500', '102501.172500', '102501.632500', '102502.092500', '102502.552500', '102503.012500', '102503.472500', '102503.932500', '102504.392500', '102504.852500', '102505.312500', '102505.772500', '102506.232500', '102506.692500', '102507.152500', '102507.612500', '102508.072500', '102508.532500', '102508.992500', '102509.452500', '102509.912500', '102510.372500', '102510.832500', '102511.292500', '102511.752500', '102512.212500', '102512.672500', '102513.132500', '102513.592500', '102514.052500', '102514.512500', '102514.972500', '102515.432500', '102515.892500', '102516.352500', '102516.812500', '102517.272500', '102517.732500', '102518.192500', '102518.652500', '102519.112500', '102519.572500', '102520.032500', '102520.492500', '102520.952500', '102521.412500', '102521.872500', '102522.332500', '102522.792500', '102523.252500', '102523.712500', '102524.172500', '102524.632500', '102525.092500', '102525.552500', '102526.012500', '102526.472500', '102526.932500', '102527.392500', '102527.852500', '102528.312500', '102528.772500', '102529.232500', '102529.692500', '102530.152500', '102530.612500', '102531.072500', '102531.532500', '102531.992500', '102532.452500', '102532.912500', '102533.372500', '102533.832500', '102534.292500', '102534.752500', '102535.212500', '102535.672500', '102536.132500', '102536.592500', '102537.052500', '102537.512500', '102537.972500', '102538.432500', '102538.892500', '102539.352500', '102539.812500', '102540.272500', '102540.732500', '102541.192500', '102541.652500', '102542.112500', '102542.572500', '102543.032500', '102543.492500', '102543.952500', '102544.412500', '102544.872500', '102545.332500', '102545.792500', '102546.252500', '102546.712500', '102547.172500', '102547.632500', '102548.092500', '102548.552500', '102549.012500', '102549.472500', '102549.932500', '102550.392500', '102550.852500', '102551.312500', '102551.772500', '102552.232500', '102552.692500', '102553.152500', '102553.612500', '102554.072500', '102554.532500', '102554.992500', '102555.452500', '102555.912500', '102556.372500', '102556.832500', '102557.292500', '102557.752500', '102558.212500', '102558.672500', '102559.132500', '102559.592500', '102600.052500', '102600.512500', '102600.972500', '102601.432500', '102601.892500', '102602.352500', '102602.812500', '102603.272500', '102603.732500', '102604.192500', '102604.652500', '102605.112500', '102605.572500', '102606.032500', '102606.492500', '102606.952500', '102607.412500', '102607.872500', '102608.332500', '102608.792500', '102609.252500', '102609.712500', '102610.172500', '102610.632500', '102611.092500', '102611.552500', '102612.012500', '102612.472500', '102612.932500', '102613.392500', '102613.852500', '102614.312500', '102614.772500', '102615.232500', '102615.692500', '102616.152500', '102616.612500', '102617.072500', '102617.532500', '102617.992500', '102618.452500', '102618.912500', '102619.372500', '102619.832500', '102620.292500', '102620.752500', '102621.212500', '102621.672500', '102622.132500', '102622.592500', '102623.052500', '102623.512500', '102623.972500', '102624.432500', '102624.892500', '102625.352500', '102625.812500', '102626.272500', '102626.732500', '102627.192500', '102627.652500', '102628.112500', '102628.572500', '102629.032500', '102629.492500', '102629.952500', '102630.412500', '102630.872500', '102631.332500', '102631.792500', '102632.252500', '102632.712500', '102633.172500', '102633.632500', '102634.092500', '102634.552500', '102635.012500', '102635.472500', '102635.932500', '102636.392500', '102636.852500', '102637.312500', '102637.772500', '102638.232500', '102638.692500', '102639.152500', '102639.612500', '102640.072500', '102640.532500', '102640.992500', '102641.452500', '102641.912500', '102642.372500', '102642.832500', '102643.292500', '102643.752500', '102644.212500', '102644.672500', '102645.132500', '102645.592500', '102646.052500', '102646.512500', '102646.972500', '102647.432500', '102647.892500', '102648.352500', '102648.812500', '102649.272500', '102649.732500', '102650.192500', '102650.652500', '102651.112500', '102651.572500', '102652.032500', '102652.492500', '102652.952500', '102653.412500', '102653.872500', '102654.332500', '102654.792500', '102655.252500', '102655.712500', '102656.172500', '102656.632500', '102657.092500', '102657.552500', '102658.012500', '102658.472500', '102658.932500', '102659.392500', '102659.852500', '102700.312500', '102700.772500', '102701.232500', '102701.692500', '102702.152500', '102702.612500', '102703.072500', '102703.532500', '102703.992500', '102704.452500', '102704.912500', '102705.372500', '102705.832500', '102706.292500', '102706.752500', '102707.212500', '102707.672500', '102708.132500', '102708.592500', '102709.052500', '102709.512500', '102709.972500', '102710.432500', '102710.892500', '102711.352500', '102711.812500', '102712.272500', '102712.732500', '102713.192500', '102713.652500', '102714.112500', '102714.572500', '102715.032500', '102715.492500', '102715.952500', '102716.412500', '102716.872500', '102717.332500', '102717.792500', '102718.252500', '102718.712500', '102719.172500', '102719.632500', '102720.092500', '102720.552500', '102721.012500', '102721.472500', '102721.932500', '102722.392500', '102722.852500', '102723.312500', '102723.772500', '102724.232500', '102724.692500', '102725.152500', '102725.612500', '102726.072500', '102726.532500', '102726.992500', '102727.452500', '102727.912500', '102728.372500', '102728.832500', '102729.292500', '102729.752500', '102730.212500', '102730.672500', '102731.132500', '102731.592500', '102732.052500', '102732.512500', '102732.972500', '102733.432500', '102733.892500', '102734.352500', '102734.812500', '102735.272500', '102735.732500', '102736.192500', '102736.652500', '102737.112500', '102737.572500', '102738.032500', '102738.492500', '102738.952500', '102739.412500', '102739.872500', '102740.332500', '102740.792500', '102741.252500', '102741.712500', '102742.172500', '102742.632500', '102743.092500', '102743.552500', '102744.012500', '102744.472500', '102744.932500', '102745.392500', '102745.852500', '102746.312500', '102746.772500', '102747.232500', '102747.692500', '102748.152500', '102748.612500', '102749.072500', '102749.532500', '102749.992500', '102750.452500', '102750.912500', '102751.372500', '102751.832500', '102752.292500', '102752.752500', '102753.212500', '102753.672500', '102754.132500', '102754.592500', '102755.052500', '102755.512500', '102755.972500', '102756.432500', '102756.892500', '102757.352500', '102757.812500', '102758.272500', '102758.732500', '102759.192500', '102759.652500', '102800.112500', '102800.572500', '102801.032500', '102801.492500', '102801.952500', '102802.412500', '102802.872500', '102803.332500', '102803.792500', '102804.252500', '102804.712500', '102805.172500', '102805.632500', '102806.092500', '102806.552500', '102807.012500', '102807.472500', '102807.932500', '102808.392500', '102808.852500', '102809.312500', '102809.772500', '102810.232500', '102810.692500', '102811.152500', '102811.612500', '102812.072500', '102812.532500', '102812.992500', '102813.452500', '102813.912500', '102814.372500', '102814.832500', '102815.292500', '102815.752500', '102816.212500', '102816.672500', '102817.132500', '102817.592500', '102818.052500', '102818.512500', '102818.972500', '102819.432500', '102819.892500', '102820.352500', '102820.812500', '102821.272500', '102821.732500', '102822.192500', '102822.652500', '102823.112500', '102823.572500', '102824.032500', '102824.492500', '102824.952500', '102825.412500', '102825.872500', '102826.332500', '102826.792500', '102827.252500', '102827.712500', '102828.172500', '102828.632500', '102829.092500', '102829.552500', '102830.012500', '102830.472500', '102830.932500', '102831.392500', '102831.852500', '102832.312500', '102832.772500', '102833.232500', '102833.692500', '102834.152500', '102834.612500', '102835.072500', '102835.532500', '102835.992500', '102836.452500', '102836.912500', '102837.372500', '102837.832500', '102838.292500', '102838.752500', '102839.212500', '102839.672500', '102840.132500', '102840.592500', '102841.052500', '102841.512500', '102841.972500', '102842.432500', '102842.892500', '102843.352500', '102843.812500', '102844.272500', '102844.732500', '102845.192500', '102845.652500', '102846.112500', '102846.572500', '102847.032500', '102847.492500', '102847.952500', '102848.412500', '102848.872500', '102849.332500', '102849.792500', '102850.252500', '102850.712500', '102851.172500', '102851.632500', '102852.092500', '102852.552500', '102853.012500', '102853.472500', '102853.932500', '102854.392500', '102854.852500', '102855.312500', '102855.772500', '102856.232500', '102856.692500', '102857.152500', '102857.612500', '102858.072500', '102858.532500', '102858.992500', '102859.452500', '102859.912500', '102900.372500', '102900.832500', '102901.292500', '102901.752500', '102902.212500', '102902.672500', '102903.132500', '102903.592500', '102904.052500', '102904.512500', '102904.972500', '102905.432500', '102905.892500', '102906.352500', '102906.812500', '102907.272500', '102907.732500', '102908.192500', '102908.652500', '102909.112500', '102909.572500', '102910.032500', '102910.492500', '102910.952500', '102911.412500', '102911.872500', '102912.332500', '102912.792500', '102913.252500', '102913.712500', '102914.172500', '102914.632500', '102915.092500', '102915.552500', '102916.012500', '102916.472500', '102916.932500', '102917.392500', '102917.852500', '102918.312500', '102918.772500', '102919.232500', '102919.692500', '102920.152500', '102920.612500', '102921.072500', '102921.532500', '102921.992500', '102922.452500', '102922.912500', '102923.372500', '102923.832500', '102924.292500', '102924.752500', '102925.212500', '102925.672500', '102926.132500', '102926.592500', '102927.052500', '102927.512500', '102927.972500', '102928.432500', '102928.892500', '102929.352500', '102929.812500', '102930.272500', '102930.732500', '102931.192500', '102931.652500', '102932.112500', '102932.572500', '102933.032500', '102933.492500', '102933.952500', '102934.412500', '102934.872500', '102935.332500', '102935.792500', '102936.252500', '102936.712500', '102937.172500', '102937.632500', '102938.092500', '102938.552500', '102939.012500', '102939.472500', '102939.932500', '102940.392500', '102940.852500', '102941.312500', '102941.772500', '102942.232500', '102942.692500', '102943.152500', '102943.612500', '102944.072500', '102944.532500', '102944.992500', '102945.452500', '102945.912500', '102946.372500', '102946.832500', '102947.292500', '102947.752500', '102948.212500', '102948.672500', '102949.132500', '102949.592500', '102950.052500', '102950.512500', '102950.972500', '102951.432500', '102951.892500', '102952.352500', '102952.812500', '102953.272500', '102953.732500', '102954.192500', '102954.652500', '102955.112500', '102955.572500', '102956.032500', '102956.492500', '102956.952500', '102957.412500', '102957.872500', '102958.332500', '102958.792500', '102959.252500', '102959.712500', '103000.172500', '103000.632500', '103001.092500', '103001.552500', '103002.012500', '103002.472500', '103002.932500', '103003.392500', '103003.852500', '103004.312500', '103004.772500', '103005.232500', '103005.692500', '103006.152500', '103006.612500', '103007.072500', '103007.532500', '103007.992500', '103008.452500', '103008.912500', '103009.372500', '103009.832500', '103010.292500', '103010.752500', '103011.212500', '103011.672500', '103012.132500', '103012.592500', '103013.052500', '103013.512500', '103013.972500', '103014.432500', '103014.892500', '103015.352500', '103015.812500', '103016.272500', '103016.732500', '103017.192500', '103017.652500', '103018.112500', '103018.572500', '103019.032500', '103019.492500', '103019.952500', '103020.412500', '103020.872500', '103021.332500', '103021.792500', '103022.252500', '103022.712500', '103023.172500', '103023.632500', '103024.092500', '103024.552500', '103025.012500', '103025.472500', '103025.932500', '103026.392500', '103026.852500'], 'ContentTime': ['102338.536000', '102338.540000', '102338.543000', '102338.546000', '102338.549000', '102338.551000', '102338.554000', '102338.557000', '102338.560000', '102338.563000', '102338.566000', '102338.569000', '102338.571000', '102338.578000', '102338.581000', '102338.584000', '102338.587000', '102338.590000', '102338.593000', '102338.595000', '102338.598000', '102338.601000', '102338.604000', '102338.613000', '102358.504000', '102358.507000', '102358.510000', '102358.513000', '102358.515000', '102358.518000', '102358.522000', '102358.525000', '102358.528000', '102358.534000', '102358.536000', '102358.539000', '102358.542000', '102358.545000', '102358.548000', '102358.550000', '102358.553000', '102358.556000', '102358.559000', '102358.562000', '102358.565000', '102358.568000', '102358.570000', '102358.573000', '102358.576000', '102358.579000', '102358.582000', '102358.585000', '102358.587000', '102358.590000', '102358.593000', '102358.596000', '102358.599000', '102358.602000', '102358.605000', '102358.607000', '102358.610000', '102358.613000', '102358.616000', '102358.619000', '102358.621000', '102358.624000', '102358.627000', '102418.503000', '102418.506000', '102418.522000', '102418.525000', '102418.527000', '102418.530000', '102418.533000', '102418.536000', '102418.539000', '102418.542000', '102418.544000', '102418.547000', '102418.550000', '102418.553000', '102418.556000', '102418.559000', '102418.562000', '102418.565000', '102418.568000', '102418.570000', '102418.573000', '102418.576000', '102418.579000', '102418.582000', '102418.585000', '102418.588000', '102418.590000', '102418.593000', '102418.596000', '102418.599000', '102418.602000', '102418.605000', '102418.608000', '102418.610000', '102418.613000', '102418.616000', '102418.619000', '102418.622000', '102418.624000', '102418.627000', '102418.630000', '102418.633000', '102418.636000', '102418.639000', '102438.503000', '102438.506000', '102438.509000', '102438.512000', '102438.514000', '102438.517000', '102438.520000', '102438.523000', '102438.526000', '102438.529000', '102438.532000', '102438.534000', '102438.537000', '102438.540000', '102438.543000', '102438.546000', '102438.552000', '102438.555000', '102438.558000', '102438.561000', '102438.564000', '102438.567000', '102438.570000', '102438.572000', '102438.575000', '102438.578000', '102438.581000', '102438.584000', '102438.587000', '102438.590000', '102438.592000', '102438.595000', '102438.598000', '102438.601000', '102438.604000', '102438.606000', '102438.609000', '102438.612000', '102438.615000', '102438.618000', '102438.621000', '102438.623000', '102438.626000', '102458.504000', '102458.507000', '102458.510000', '102458.513000', '102458.515000', '102458.518000', '102458.521000', '102458.524000', '102458.527000', '102458.530000', '102458.533000', '102458.535000', '102458.538000', '102458.541000', '102458.544000', '102458.547000', '102458.550000', '102458.553000', '102458.556000', '102458.559000', '102458.561000', '102458.564000', '102458.567000', '102458.570000', '102458.573000', '102458.576000', '102458.579000', '102458.582000', '102458.584000', '102458.587000', '102458.590000', '102458.593000', '102458.596000', '102458.599000', '102458.602000', '102458.604000', '102458.607000', '102458.610000', '102458.613000', '102458.616000', '102458.619000', '102458.622000', '102458.625000', '102458.628000', '102518.504000', '102518.507000', '102518.510000', '102518.513000', '102518.515000', '102518.518000', '102518.521000', '102518.524000', '102518.527000', '102518.530000', '102518.532000', '102518.535000', '102518.538000', '102518.541000', '102518.544000', '102518.547000', '102518.550000', '102518.553000', '102518.556000', '102518.559000', '102518.562000', '102518.565000', '102518.568000', '102518.570000', '102518.573000', '102518.576000', '102518.579000', '102518.582000', '102518.585000', '102518.588000', '102518.590000', '102518.593000', '102518.596000', '102518.599000', '102518.602000', '102518.605000', '102518.608000', '102518.611000', '102518.613000', '102518.616000', '102518.619000', '102518.622000', '102518.625000', '102538.504000', '102538.507000', '102538.510000', '102538.513000', '102538.515000', '102538.518000', '102538.521000', '102538.524000', '102538.527000', '102538.530000', '102538.533000', '102538.536000', '102538.538000', '102538.541000', '102538.544000', '102538.547000', '102538.550000', '102538.553000', '102538.556000', '102538.559000', '102538.561000', '102538.564000', '102538.567000', '102538.570000', '102538.573000', '102538.576000', '102538.579000', '102538.581000', '102538.584000', '102538.587000', '102538.590000', '102538.593000', '102538.596000', '102538.599000', '102538.601000', '102538.604000', '102538.607000', '102538.610000', '102538.613000', '102538.616000', '102538.618000', '102538.633000', '102538.636000', '102538.639000', '102558.504000', '102558.507000', '102558.510000', '102558.514000', '102558.517000', '102558.520000', '102558.523000', '102558.525000', '102558.528000', '102558.531000', '102558.534000', '102558.537000', '102558.540000', '102558.543000', '102558.546000', '102558.548000', '102558.551000', '102558.554000', '102558.557000', '102558.560000', '102558.563000', '102558.566000', '102558.569000', '102558.572000', '102558.575000', '102558.578000', '102558.581000', '102558.584000', '102558.586000', '102558.589000', '102558.592000', '102558.595000', '102558.598000', '102558.601000', '102558.603000', '102558.606000', '102558.609000', '102558.612000', '102558.615000', '102558.618000', '102558.621000', '102558.624000', '102558.626000', '102618.504000', '102618.507000', '102618.510000', '102618.513000', '102618.516000', '102618.519000', '102618.521000', '102618.524000', '102618.527000', '102618.530000', '102618.533000', '102618.536000', '102618.539000', '102618.542000', '102618.544000', '102618.547000', '102618.550000', '102618.553000', '102618.556000', '102618.559000', '102618.562000', '102618.565000', '102618.568000', '102618.571000', '102618.573000', '102618.576000', '102618.579000', '102618.582000', '102618.585000', '102618.588000', '102618.591000', '102618.594000', '102618.596000', '102618.599000', '102618.602000', '102618.605000', '102618.608000', '102618.632000', '102618.635000', '102618.637000', '102618.640000', '102618.643000', '102618.646000', '102618.649000', '102638.503000', '102638.506000', '102638.509000', '102638.512000', '102638.515000', '102638.518000', '102638.520000', '102638.523000', '102638.526000', '102638.529000', '102638.532000', '102638.535000', '102638.538000', '102638.540000', '102638.543000', '102638.546000', '102638.549000', '102638.552000', '102638.555000', '102638.558000', '102638.560000', '102638.563000', '102638.566000', '102638.569000', '102638.572000', '102638.575000', '102638.578000', '102638.581000', '102638.583000', '102638.586000', '102638.589000', '102638.592000', '102638.595000', '102638.598000', '102638.601000', '102638.604000', '102638.610000', '102638.613000', '102638.616000', '102638.619000', '102638.622000', '102638.624000', '102638.627000', '102658.503000', '102658.506000', '102658.509000', '102658.512000', '102658.515000', '102658.517000', '102658.520000', '102658.523000', '102658.526000', '102658.529000', '102658.532000', '102658.535000', '102658.538000', '102658.540000', '102658.543000', '102658.546000', '102658.549000', '102658.552000', '102658.555000', '102658.558000', '102658.561000', '102658.564000', '102658.567000', '102658.570000', '102658.573000', '102658.575000', '102658.578000', '102658.581000', '102658.584000', '102658.587000', '102658.590000', '102658.593000', '102658.595000', '102658.598000', '102658.601000', '102658.604000', '102658.607000', '102658.610000', '102658.613000', '102658.615000', '102658.618000', '102658.621000', '102658.624000', '102658.627000', '102718.504000', '102718.507000', '102718.510000', '102718.513000', '102718.515000', '102718.518000', '102718.521000', '102718.524000', '102718.527000', '102718.530000', '102718.533000', '102718.536000', '102718.539000', '102718.542000', '102718.544000', '102718.547000', '102718.551000', '102718.554000', '102718.557000', '102718.560000', '102718.563000', '102718.566000', '102718.569000', '102718.572000', '102718.575000', '102718.577000', '102718.580000', '102718.583000', '102718.586000', '102718.589000', '102718.592000', '102718.595000', '102718.597000', '102718.600000', '102718.603000', '102718.606000', '102718.609000', '102718.628000', '102718.631000', '102718.634000', '102718.637000', '102718.640000', '102718.643000', '102738.504000', '102738.507000', '102738.510000', '102738.513000', '102738.516000', '102738.519000', '102738.522000', '102738.525000', '102738.528000', '102738.531000', '102738.534000', '102738.537000', '102738.540000', '102738.543000', '102738.545000', '102738.548000', '102738.551000', '102738.554000', '102738.557000', '102738.560000', '102738.563000', '102738.566000', '102738.569000', '102738.571000', '102738.574000', '102738.577000', '102738.580000', '102738.583000', '102738.586000', '102738.589000', '102738.592000', '102738.594000', '102738.597000', '102738.600000', '102738.603000', '102738.606000', '102738.609000', '102738.612000', '102738.615000', '102738.617000', '102738.620000', '102738.623000', '102738.626000', '102738.629000', '102758.504000', '102758.507000', '102758.510000', '102758.513000', '102758.515000', '102758.518000', '102758.521000', '102758.524000', '102758.527000', '102758.530000', '102758.533000', '102758.536000', '102758.539000', '102758.541000', '102758.544000', '102758.547000', '102758.550000', '102758.553000', '102758.556000', '102758.559000', '102758.562000', '102758.565000', '102758.568000', '102758.570000', '102758.573000', '102758.576000', '102758.579000', '102758.582000', '102758.585000', '102758.588000', '102758.591000', '102758.593000', '102758.596000', '102758.599000', '102758.602000', '102758.605000', '102758.608000', '102758.611000', '102758.614000', '102758.617000', '102758.619000', '102758.622000', '102758.625000', '102818.504000', '102818.507000', '102818.510000', '102818.513000', '102818.516000', '102818.518000', '102818.521000', '102818.524000', '102818.527000', '102818.530000', '102818.533000', '102818.536000', '102818.539000', '102818.541000', '102818.544000', '102818.547000', '102818.550000', '102818.553000', '102818.556000', '102818.559000', '102818.562000', '102818.565000', '102818.567000', '102818.570000', '102818.573000', '102818.576000', '102818.579000', '102818.582000', '102818.585000', '102818.588000', '102818.591000', '102818.594000', '102818.597000', '102818.600000', '102818.603000', '102818.605000', '102818.608000', '102818.611000', '102818.614000', '102818.617000', '102818.620000', '102818.622000', '102818.625000', '102818.628000', '102838.504000', '102838.507000', '102838.510000', '102838.513000', '102838.515000', '102838.518000', '102838.521000', '102838.524000', '102838.527000', '102838.530000', '102838.533000', '102838.535000', '102838.538000', '102838.541000', '102838.544000', '102838.547000', '102838.550000', '102838.553000', '102838.555000', '102838.558000', '102838.561000', '102838.564000', '102838.567000', '102838.570000', '102838.573000', '102838.575000', '102838.578000', '102838.581000', '102838.584000', '102838.588000', '102838.591000', '102838.594000', '102838.597000', '102838.600000', '102838.603000', '102838.606000', '102838.609000', '102838.612000', '102838.614000', '102838.617000', '102838.620000', '102838.623000', '102838.626000', '102858.503000', '102858.506000', '102858.509000', '102858.512000', '102858.528000', '102858.531000', '102858.534000', '102858.537000', '102858.539000', '102858.542000', '102858.545000', '102858.548000', '102858.551000', '102858.554000', '102858.557000', '102858.560000', '102858.562000', '102858.565000', '102858.568000', '102858.571000', '102858.574000', '102858.577000', '102858.580000', '102858.583000', '102858.586000', '102858.589000', '102858.592000', '102858.595000', '102858.597000', '102858.600000', '102858.603000', '102858.606000', '102858.609000', '102858.612000', '102858.615000', '102858.618000', '102858.621000', '102858.624000', '102858.626000', '102858.629000', '102858.632000', '102858.635000', '102858.638000', '102858.641000', '102918.503000', '102918.506000', '102918.509000', '102918.512000', '102918.515000', '102918.518000', '102918.520000', '102918.523000', '102918.526000', '102918.531000', '102918.534000', '102918.537000', '102918.540000', '102918.543000', '102918.545000', '102918.548000', '102918.551000', '102918.554000', '102918.557000', '102918.560000', '102918.563000', '102918.566000', '102918.569000', '102918.572000', '102918.575000', '102918.577000', '102918.580000', '102918.583000', '102918.586000', '102918.589000', '102918.592000', '102918.595000', '102918.598000', '102918.600000', '102918.603000', '102918.606000', '102918.609000', '102918.612000', '102918.615000', '102918.618000', '102918.621000', '102918.623000', '102918.626000', '102938.504000', '102938.507000', '102938.510000', '102938.513000', '102938.516000', '102938.518000', '102938.521000', '102938.524000', '102938.527000', '102938.530000', '102938.533000', '102938.536000', '102938.539000', '102938.541000', '102938.544000', '102938.547000', '102938.550000', '102938.553000', '102938.556000', '102938.559000', '102938.562000', '102938.565000', '102938.568000', '102938.571000', '102938.574000', '102938.576000', '102938.579000', '102938.582000', '102938.585000', '102938.588000', '102938.591000', '102938.594000', '102938.597000', '102938.599000', '102938.602000', '102938.605000', '102938.608000', '102938.611000', '102938.614000', '102938.617000', '102938.620000', '102938.623000', '102938.625000', '102938.628000', '102958.504000', '102958.507000', '102958.510000', '102958.513000', '102958.516000', '102958.519000', '102958.521000', '102958.524000', '102958.527000', '102958.530000', '102958.533000', '102958.536000', '102958.539000', '102958.542000', '102958.545000', '102958.547000', '102958.550000', '102958.553000', '102958.556000', '102958.559000', '102958.562000', '102958.565000', '102958.567000', '102958.570000', '102958.573000', '102958.576000', '102958.579000', '102958.582000', '102958.585000', '102958.588000', '102958.591000', '102958.593000', '102958.596000', '102958.599000', '102958.602000', '102958.605000', '102958.608000', '102958.611000', '102958.613000', '102958.616000', '102958.619000', '102958.622000', '102958.625000', '103018.504000', '103018.507000', '103018.510000', '103018.513000', '103018.516000', '103018.519000', '103018.521000', '103018.524000', '103018.527000', '103018.530000', '103018.533000', '103018.536000', '103018.538000', '103018.541000', '103018.544000', '103018.560000', '103018.563000', '103018.566000', '103018.569000', '103018.572000', '103018.575000', '103018.577000', '103018.580000', '103018.583000', '103018.586000', '103018.589000', '103018.593000', '103018.596000', '103018.599000', '103018.602000', '103018.604000', '103018.607000', '103018.610000', '103018.613000', '103018.616000', '103018.619000', '103018.622000', '103018.624000', '103018.627000', '103018.630000', '103018.633000', '103018.636000', '103018.639000', '103018.642000', '103027.748000', '103027.752000', '103027.755000', '103027.759000', '103027.762000', '103027.765000', '103027.768000', '103027.771000', '103027.774000', '103027.777000', '103027.782000', '103027.785000', '103027.788000', '103027.791000', '103027.794000', '103027.797000', '103027.800000', '103027.803000', '103027.806000', '103027.809000'], 'InstanceCreationTime': ['102338.536000', '102338.540000', '102338.543000', '102338.546000', '102338.549000', '102338.551000', '102338.554000', '102338.557000', '102338.560000', '102338.563000', '102338.566000', '102338.569000', '102338.571000', '102338.578000', '102338.581000', '102338.584000', '102338.587000', '102338.590000', '102338.593000', '102338.595000', '102338.598000', '102338.601000', '102338.604000', '102338.613000', '102358.504000', '102358.507000', '102358.510000', '102358.513000', '102358.515000', '102358.518000', '102358.522000', '102358.525000', '102358.528000', '102358.534000', '102358.536000', '102358.539000', '102358.542000', '102358.545000', '102358.548000', '102358.550000', '102358.553000', '102358.556000', '102358.559000', '102358.562000', '102358.565000', '102358.568000', '102358.570000', '102358.573000', '102358.576000', '102358.579000', '102358.582000', '102358.585000', '102358.587000', '102358.590000', '102358.593000', '102358.596000', '102358.599000', '102358.602000', '102358.605000', '102358.607000', '102358.610000', '102358.613000', '102358.616000', '102358.619000', '102358.621000', '102358.624000', '102358.627000', '102418.503000', '102418.506000', '102418.522000', '102418.525000', '102418.527000', '102418.530000', '102418.533000', '102418.536000', '102418.539000', '102418.542000', '102418.544000', '102418.547000', '102418.550000', '102418.553000', '102418.556000', '102418.559000', '102418.562000', '102418.565000', '102418.568000', '102418.570000', '102418.573000', '102418.576000', '102418.579000', '102418.582000', '102418.585000', '102418.588000', '102418.590000', '102418.593000', '102418.596000', '102418.599000', '102418.602000', '102418.605000', '102418.608000', '102418.610000', '102418.613000', '102418.616000', '102418.619000', '102418.622000', '102418.624000', '102418.627000', '102418.630000', '102418.633000', '102418.636000', '102418.639000', '102438.503000', '102438.506000', '102438.509000', '102438.512000', '102438.514000', '102438.517000', '102438.520000', '102438.523000', '102438.526000', '102438.529000', '102438.532000', '102438.534000', '102438.537000', '102438.540000', '102438.543000', '102438.546000', '102438.552000', '102438.555000', '102438.558000', '102438.561000', '102438.564000', '102438.567000', '102438.570000', '102438.572000', '102438.575000', '102438.578000', '102438.581000', '102438.584000', '102438.587000', '102438.590000', '102438.592000', '102438.595000', '102438.598000', '102438.601000', '102438.604000', '102438.606000', '102438.609000', '102438.612000', '102438.615000', '102438.618000', '102438.621000', '102438.623000', '102438.626000', '102458.504000', '102458.507000', '102458.510000', '102458.513000', '102458.515000', '102458.518000', '102458.521000', '102458.524000', '102458.527000', '102458.530000', '102458.533000', '102458.535000', '102458.538000', '102458.541000', '102458.544000', '102458.547000', '102458.550000', '102458.553000', '102458.556000', '102458.559000', '102458.561000', '102458.564000', '102458.567000', '102458.570000', '102458.573000', '102458.576000', '102458.579000', '102458.582000', '102458.584000', '102458.587000', '102458.590000', '102458.593000', '102458.596000', '102458.599000', '102458.602000', '102458.604000', '102458.607000', '102458.610000', '102458.613000', '102458.616000', '102458.619000', '102458.622000', '102458.625000', '102458.628000', '102518.504000', '102518.507000', '102518.510000', '102518.513000', '102518.515000', '102518.518000', '102518.521000', '102518.524000', '102518.527000', '102518.530000', '102518.532000', '102518.535000', '102518.538000', '102518.541000', '102518.544000', '102518.547000', '102518.550000', '102518.553000', '102518.556000', '102518.559000', '102518.562000', '102518.565000', '102518.568000', '102518.570000', '102518.573000', '102518.576000', '102518.579000', '102518.582000', '102518.585000', '102518.588000', '102518.590000', '102518.593000', '102518.596000', '102518.599000', '102518.602000', '102518.605000', '102518.608000', '102518.611000', '102518.613000', '102518.616000', '102518.619000', '102518.622000', '102518.625000', '102538.504000', '102538.507000', '102538.510000', '102538.513000', '102538.515000', '102538.518000', '102538.521000', '102538.524000', '102538.527000', '102538.530000', '102538.533000', '102538.536000', '102538.538000', '102538.541000', '102538.544000', '102538.547000', '102538.550000', '102538.553000', '102538.556000', '102538.559000', '102538.561000', '102538.564000', '102538.567000', '102538.570000', '102538.573000', '102538.576000', '102538.579000', '102538.581000', '102538.584000', '102538.587000', '102538.590000', '102538.593000', '102538.596000', '102538.599000', '102538.601000', '102538.604000', '102538.607000', '102538.610000', '102538.613000', '102538.616000', '102538.618000', '102538.633000', '102538.636000', '102538.639000', '102558.504000', '102558.507000', '102558.510000', '102558.514000', '102558.517000', '102558.520000', '102558.523000', '102558.525000', '102558.528000', '102558.531000', '102558.534000', '102558.537000', '102558.540000', '102558.543000', '102558.546000', '102558.548000', '102558.551000', '102558.554000', '102558.557000', '102558.560000', '102558.563000', '102558.566000', '102558.569000', '102558.572000', '102558.575000', '102558.578000', '102558.581000', '102558.584000', '102558.586000', '102558.589000', '102558.592000', '102558.595000', '102558.598000', '102558.601000', '102558.603000', '102558.606000', '102558.609000', '102558.612000', '102558.615000', '102558.618000', '102558.621000', '102558.624000', '102558.626000', '102618.504000', '102618.507000', '102618.510000', '102618.513000', '102618.516000', '102618.519000', '102618.521000', '102618.524000', '102618.527000', '102618.530000', '102618.533000', '102618.536000', '102618.539000', '102618.542000', '102618.544000', '102618.547000', '102618.550000', '102618.553000', '102618.556000', '102618.559000', '102618.562000', '102618.565000', '102618.568000', '102618.571000', '102618.573000', '102618.576000', '102618.579000', '102618.582000', '102618.585000', '102618.588000', '102618.591000', '102618.594000', '102618.596000', '102618.599000', '102618.602000', '102618.605000', '102618.608000', '102618.632000', '102618.635000', '102618.637000', '102618.640000', '102618.643000', '102618.646000', '102618.649000', '102638.503000', '102638.506000', '102638.509000', '102638.512000', '102638.515000', '102638.518000', '102638.520000', '102638.523000', '102638.526000', '102638.529000', '102638.532000', '102638.535000', '102638.538000', '102638.540000', '102638.543000', '102638.546000', '102638.549000', '102638.552000', '102638.555000', '102638.558000', '102638.560000', '102638.563000', '102638.566000', '102638.569000', '102638.572000', '102638.575000', '102638.578000', '102638.581000', '102638.583000', '102638.586000', '102638.589000', '102638.592000', '102638.595000', '102638.598000', '102638.601000', '102638.604000', '102638.610000', '102638.613000', '102638.616000', '102638.619000', '102638.622000', '102638.624000', '102638.627000', '102658.503000', '102658.506000', '102658.509000', '102658.512000', '102658.515000', '102658.517000', '102658.520000', '102658.523000', '102658.526000', '102658.529000', '102658.532000', '102658.535000', '102658.538000', '102658.540000', '102658.543000', '102658.546000', '102658.549000', '102658.552000', '102658.555000', '102658.558000', '102658.561000', '102658.564000', '102658.567000', '102658.570000', '102658.573000', '102658.575000', '102658.578000', '102658.581000', '102658.584000', '102658.587000', '102658.590000', '102658.593000', '102658.595000', '102658.598000', '102658.601000', '102658.604000', '102658.607000', '102658.610000', '102658.613000', '102658.615000', '102658.618000', '102658.621000', '102658.624000', '102658.627000', '102718.504000', '102718.507000', '102718.510000', '102718.513000', '102718.515000', '102718.518000', '102718.521000', '102718.524000', '102718.527000', '102718.530000', '102718.533000', '102718.536000', '102718.539000', '102718.542000', '102718.544000', '102718.547000', '102718.551000', '102718.554000', '102718.557000', '102718.560000', '102718.563000', '102718.566000', '102718.569000', '102718.572000', '102718.575000', '102718.577000', '102718.580000', '102718.583000', '102718.586000', '102718.589000', '102718.592000', '102718.595000', '102718.597000', '102718.600000', '102718.603000', '102718.606000', '102718.609000', '102718.628000', '102718.631000', '102718.634000', '102718.637000', '102718.640000', '102718.643000', '102738.504000', '102738.507000', '102738.510000', '102738.513000', '102738.516000', '102738.519000', '102738.522000', '102738.525000', '102738.528000', '102738.531000', '102738.534000', '102738.537000', '102738.540000', '102738.543000', '102738.545000', '102738.548000', '102738.551000', '102738.554000', '102738.557000', '102738.560000', '102738.563000', '102738.566000', '102738.569000', '102738.571000', '102738.574000', '102738.577000', '102738.580000', '102738.583000', '102738.586000', '102738.589000', '102738.592000', '102738.594000', '102738.597000', '102738.600000', '102738.603000', '102738.606000', '102738.609000', '102738.612000', '102738.615000', '102738.617000', '102738.620000', '102738.623000', '102738.626000', '102738.629000', '102758.504000', '102758.507000', '102758.510000', '102758.513000', '102758.515000', '102758.518000', '102758.521000', '102758.524000', '102758.527000', '102758.530000', '102758.533000', '102758.536000', '102758.539000', '102758.541000', '102758.544000', '102758.547000', '102758.550000', '102758.553000', '102758.556000', '102758.559000', '102758.562000', '102758.565000', '102758.568000', '102758.570000', '102758.573000', '102758.576000', '102758.579000', '102758.582000', '102758.585000', '102758.588000', '102758.591000', '102758.593000', '102758.596000', '102758.599000', '102758.602000', '102758.605000', '102758.608000', '102758.611000', '102758.614000', '102758.617000', '102758.619000', '102758.622000', '102758.625000', '102818.504000', '102818.507000', '102818.510000', '102818.513000', '102818.516000', '102818.518000', '102818.521000', '102818.524000', '102818.527000', '102818.530000', '102818.533000', '102818.536000', '102818.539000', '102818.541000', '102818.544000', '102818.547000', '102818.550000', '102818.553000', '102818.556000', '102818.559000', '102818.562000', '102818.565000', '102818.567000', '102818.570000', '102818.573000', '102818.576000', '102818.579000', '102818.582000', '102818.585000', '102818.588000', '102818.591000', '102818.594000', '102818.597000', '102818.600000', '102818.603000', '102818.605000', '102818.608000', '102818.611000', '102818.614000', '102818.617000', '102818.620000', '102818.622000', '102818.625000', '102818.628000', '102838.504000', '102838.507000', '102838.510000', '102838.513000', '102838.515000', '102838.518000', '102838.521000', '102838.524000', '102838.527000', '102838.530000', '102838.533000', '102838.535000', '102838.538000', '102838.541000', '102838.544000', '102838.547000', '102838.550000', '102838.553000', '102838.555000', '102838.558000', '102838.561000', '102838.564000', '102838.567000', '102838.570000', '102838.573000', '102838.575000', '102838.578000', '102838.581000', '102838.584000', '102838.588000', '102838.591000', '102838.594000', '102838.597000', '102838.600000', '102838.603000', '102838.606000', '102838.609000', '102838.612000', '102838.614000', '102838.617000', '102838.620000', '102838.623000', '102838.626000', '102858.503000', '102858.506000', '102858.509000', '102858.512000', '102858.528000', '102858.531000', '102858.534000', '102858.537000', '102858.539000', '102858.542000', '102858.545000', '102858.548000', '102858.551000', '102858.554000', '102858.557000', '102858.560000', '102858.562000', '102858.565000', '102858.568000', '102858.571000', '102858.574000', '102858.577000', '102858.580000', '102858.583000', '102858.586000', '102858.589000', '102858.592000', '102858.595000', '102858.597000', '102858.600000', '102858.603000', '102858.606000', '102858.609000', '102858.612000', '102858.615000', '102858.618000', '102858.621000', '102858.624000', '102858.626000', '102858.629000', '102858.632000', '102858.635000', '102858.638000', '102858.641000', '102918.503000', '102918.506000', '102918.509000', '102918.512000', '102918.515000', '102918.518000', '102918.520000', '102918.523000', '102918.526000', '102918.531000', '102918.534000', '102918.537000', '102918.540000', '102918.543000', '102918.545000', '102918.548000', '102918.551000', '102918.554000', '102918.557000', '102918.560000', '102918.563000', '102918.566000', '102918.569000', '102918.572000', '102918.575000', '102918.577000', '102918.580000', '102918.583000', '102918.586000', '102918.589000', '102918.592000', '102918.595000', '102918.598000', '102918.600000', '102918.603000', '102918.606000', '102918.609000', '102918.612000', '102918.615000', '102918.618000', '102918.621000', '102918.623000', '102918.626000', '102938.504000', '102938.507000', '102938.510000', '102938.513000', '102938.516000', '102938.518000', '102938.521000', '102938.524000', '102938.527000', '102938.530000', '102938.533000', '102938.536000', '102938.539000', '102938.541000', '102938.544000', '102938.547000', '102938.550000', '102938.553000', '102938.556000', '102938.559000', '102938.562000', '102938.565000', '102938.568000', '102938.571000', '102938.574000', '102938.576000', '102938.579000', '102938.582000', '102938.585000', '102938.588000', '102938.591000', '102938.594000', '102938.597000', '102938.599000', '102938.602000', '102938.605000', '102938.608000', '102938.611000', '102938.614000', '102938.617000', '102938.620000', '102938.623000', '102938.625000', '102938.628000', '102958.504000', '102958.507000', '102958.510000', '102958.513000', '102958.516000', '102958.519000', '102958.521000', '102958.524000', '102958.527000', '102958.530000', '102958.533000', '102958.536000', '102958.539000', '102958.542000', '102958.545000', '102958.547000', '102958.550000', '102958.553000', '102958.556000', '102958.559000', '102958.562000', '102958.565000', '102958.567000', '102958.570000', '102958.573000', '102958.576000', '102958.579000', '102958.582000', '102958.585000', '102958.588000', '102958.591000', '102958.593000', '102958.596000', '102958.599000', '102958.602000', '102958.605000', '102958.608000', '102958.611000', '102958.613000', '102958.616000', '102958.619000', '102958.622000', '102958.625000', '103018.504000', '103018.507000', '103018.510000', '103018.513000', '103018.516000', '103018.519000', '103018.521000', '103018.524000', '103018.527000', '103018.530000', '103018.533000', '103018.536000', '103018.538000', '103018.541000', '103018.544000', '103018.560000', '103018.563000', '103018.566000', '103018.569000', '103018.572000', '103018.575000', '103018.577000', '103018.580000', '103018.583000', '103018.586000', '103018.589000', '103018.593000', '103018.596000', '103018.599000', '103018.602000', '103018.604000', '103018.607000', '103018.610000', '103018.613000', '103018.616000', '103018.619000', '103018.622000', '103018.624000', '103018.627000', '103018.630000', '103018.633000', '103018.636000', '103018.639000', '103018.642000', '103027.748000', '103027.752000', '103027.755000', '103027.759000', '103027.762000', '103027.765000', '103027.768000', '103027.771000', '103027.774000', '103027.777000', '103027.782000', '103027.785000', '103027.788000', '103027.791000', '103027.794000', '103027.797000', '103027.800000', '103027.803000', '103027.806000', '103027.809000'], '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': [11919, 11270, 11397, 14473, 11611, 15386, 11396, 10803, 11564, 11517, 12380, 12516, 16052, 18807, 17205, 12156, 17206, 12296, 11643, 19335, 14644, 12592, 15034, 11001, 15477, 11711, 11081, 11361, 11748, 11214, 11499, 11045, 11657, 11448, 11285, 11218, 11668, 11441, 11499, 11124, 11264, 12490, 11464, 11585, 11349, 11284, 15673, 11300, 11591, 11210, 11796, 13506, 11202, 11705, 11504, 11474, 18630, 13263, 11953, 17677, 13142, 19864, 14926, 11992, 10958, 11203, 11411, 11970, 11512, 11356, 11343, 11777, 11388, 11585, 12451, 12135, 13639, 13635, 11747, 17662, 11300, 11687, 10971, 11843, 11238, 10810, 11595, 11379, 11054, 11683, 11000, 12486, 10826, 11614, 17312, 11497, 13190, 11174, 11716, 17595, 11361, 12128, 11740, 11817, 14349, 11359, 16248, 10995, 11510, 11423, 11551, 14451, 12738, 14234, 12772, 11009, 11618, 11592, 11387, 11197, 11127, 11198, 11000, 11996, 11309, 11961, 11379, 12118, 12616, 11084, 11943, 12030, 11722, 16718, 11091, 12196, 11136, 11825, 14221, 11459, 12131, 11490, 11556, 11324, 11587, 11111, 11037, 10247, 11356, 11643, 11295, 11698, 13513, 11489, 12177, 11348, 11763, 14476, 11519, 15461, 11608, 12087, 16846, 13877, 18214, 11877, 12978, 11281, 11661, 12826, 11615, 18055, 11025, 11949, 11841, 12010, 13582, 11394, 11915, 11171, 11963, 11238, 11695, 13869, 11109, 12327, 11250, 11864, 14372, 11347, 10684, 10867, 11845, 11501, 11952, 13290, 11385, 11837, 10930, 11434, 10827, 11362, 11810, 15510, 12266, 11939, 11034, 11657, 11234, 10780, 11760, 10747, 11632, 10964, 12057, 10829, 10854, 11895, 11636, 11987, 13034, 11801, 17725, 11545, 11930, 15558, 11881, 17720, 11021, 12156, 18718, 13932, 17200, 10690, 11515, 11130, 11982, 10061, 11857, 11627, 10887, 11310, 12047, 11975, 12789, 11316, 11192, 10721, 11810, 11214, 11714, 12085, 11778, 17480, 14728, 13171, 10614, 11691, 10557, 11637, 11152, 10844, 11334, 11533, 11808, 14852, 11392, 11497, 11262, 12138, 15680, 15469, 19673, 13606, 14262, 11475, 10883, 10794, 11708, 13726, 12276, 15297, 15240, 14454, 19416, 12597, 13682, 11255, 11616, 13363, 11652, 14393, 12082, 12045, 11311, 14559, 10634, 11456, 11429, 11914, 12885, 11773, 11299, 14755, 11670, 11254, 11072, 11579, 17581, 11692, 11350, 11768, 11448, 10606, 11521, 10843, 11199, 11491, 11908, 12103, 11677, 11632, 13351, 11537, 11326, 10984, 11842, 12325, 11607, 11393, 12502, 11654, 13680, 14446, 15176, 11621, 11380, 10541, 11218, 11105, 11219, 11372, 12545, 11705, 15805, 11443, 14840, 10919, 11537, 11694, 11675, 16754, 11631, 11639, 13065, 11958, 18858, 16816, 19383, 15925, 18950, 10271, 11535, 10622, 11599, 10829, 10767, 11374, 11475, 11382, 10877, 11387, 11419, 12583, 11176, 11163, 11980, 11626, 14116, 11625, 17917, 13710, 15874, 11046, 10195, 10990, 11541, 11621, 11429, 13442, 10783, 11579, 16820, 11523, 11680, 11039, 11238, 10478, 11429, 10510, 11347, 9942, 10936, 11647, 10451, 11090, 10911, 11447, 15508, 15613, 14008, 10169, 11281, 11284, 14881, 11516, 11008, 17698, 11537, 12390, 10220, 11246, 10758, 11272, 12132, 10904, 17421, 12179, 10963, 9593, 11163, 10947, 11127, 10514, 11331, 13815, 11105, 12326, 15962, 12321, 18904, 15100, 18286, 12631, 11433, 10307, 10965, 11866, 10948, 10473, 11557, 14289, 12133, 18713, 14097, 15899, 11214, 9982, 10964, 11018, 11186, 11308, 10862, 11298, 12141, 11344, 10717, 11161, 10655, 10942, 10741, 10424, 10934, 12456, 11061, 17709, 13705, 13274, 16560, 11048, 14879, 10714, 10864, 10390, 11234, 11251, 11167, 10729, 10529, 9517, 10594, 9667, 10415, 10176, 9678, 10711, 10119, 10631, 12702, 10024, 10415, 9475, 10630, 10661, 10416, 11879, 10034, 13405, 16482, 10814, 15490, 12286, 17180, 11301, 11088, 18361, 13479, 13235, 18316, 12967, 17729, 10841, 10789, 11007, 10956, 12911, 10966, 17359, 13202, 19328, 13718, 15387, 9417, 10581, 9770, 10852, 11610, 9979, 10911, 13189, 10832, 11096, 10214, 10752, 13298, 10165, 10666, 11054, 10663, 13690, 11197, 13529, 10482, 13796, 11237, 10890, 15826, 10768, 15977, 10700, 10641, 11017, 10951, 10487, 10892, 12516, 10687, 10935, 10226, 10889, 16665, 18416, 19179, 14091, 9321, 10681, 9346, 10430, 10304, 9729, 10440, 12779, 9644, 10165, 12527, 9768, 10986, 9582, 10034, 14517, 9685, 12784, 9667, 11175, 10059, 12463, 18607, 15316, 18826, 16104, 15501, 19906, 16649, 15536, 12689, 9951, 19506, 12074, 13866, 9843, 11056, 9537, 10097, 10060, 9984, 10948, 10207, 10469, 9663, 10303, 9873, 10120, 14342, 12810, 20926, 16775, 14763, 9206, 10270, 9269, 9998, 11066, 9901, 10392, 11293, 10424, 11441, 9617, 10237, 15245, 12381, 13138, 10728, 10331, 17025, 11041, 17478, 12017, 16315, 10875, 14007, 12983, 10128, 18175, 11393, 14936, 10010, 13241, 16286, 20071, 17933, 13247, 10003, 10247, 9084, 10030, 9772, 9998, 10754, 9977, 10056, 13595, 8964, 10088, 13465, 9491, 11719, 9596, 11299, 9434, 11015, 12687, 9771, 18354, 14733, 15138, 16084, 9672, 18812, 11441, 12750, 9354, 10144, 9259, 9396, 17950, 16952, 19609, 16991, 12990, 9224, 9078, 8911, 9712, 9205, 9968, 10740, 9243, 9923, 12506, 9192, 10011, 10337, 9443, 13355, 9520, 13604, 14081, 16765, 10127, 9937, 9691, 9721, 14620, 10859, 19134, 13271, 16250, 13018, 10719, 17572, 10546, 16692, 11866, 11916, 18153, 11340, 17768, 11121, 12051, 17877, 10061, 16252, 9625, 11129, 10759, 9972, 9506, 10103, 9718, 9969, 8588, 13863, 9034, 10515, 12178, 8773, 10221, 10738, 9784, 9946, 11450, 9335, 12294, 8866, 10947, 8999, 10771, 16975, 12331, 15514, 18572, 15813, 18795, 19705, 15124, 19330, 16544, 14054, 20467, 15680, 13997, 11214, 10835, 12185, 9857, 10466, 9637, 11449, 9524, 11116, 9802, 11061, 9910, 10874, 9076, 11469, 10728, 10040, 11387, 10088, 10983, 9972, 10524, 9521, 10585, 9617, 10442, 10071, 10249, 9178, 9996, 9527, 10671, 11118, 9435, 13901, 13850, 10380, 17673, 13001, 14018, 14655, 9821, 18784, 12712, 15257, 10202, 11034, 10211, 9325, 10242, 10032, 10872, 10185, 11470, 10310, 11134, 10297, 11198, 10268, 11741, 19347, 17145, 19422, 10901, 9078, 9983, 9149, 9894, 12470, 10012, 11113, 10152, 9549, 13176, 9158, 11421, 9824, 9629, 12266, 9292, 14369, 9445, 14894, 10699, 17011, 17048, 15290, 20182, 15081, 20157, 16906, 22180, 20985, 22320, 16348, 13041, 9593, 9632, 10277, 9737, 9828, 9358, 9930, 9276, 10637, 9446, 11471, 9561, 10901, 9384, 10746, 9833, 11072, 12750, 18273, 14660, 16231, 10520, 10161, 10659, 10798, 18186, 12874, 15326, 11395, 11194, 15383, 10666, 10624, 10093, 10905, 10226], 'WindowCenter': [4740.0, 4714.0, 4712.0, 4729.0, 4696.0, 4725.0, 4696.0, 4683.0, 4681.0, 4681.0, 4693.0, 4694.0, 4721.0, 4753.0, 4733.0, 4684.0, 4721.0, 4681.0, 4672.0, 4730.0, 4700.0, 4694.0, 4708.0, 4662.0, 4706.0, 4669.0, 4657.0, 4668.0, 4693.0, 4672.0, 4683.0, 4673.0, 4683.0, 4683.0, 4684.0, 4685.0, 4684.0, 4695.0, 4685.0, 4684.0, 4683.0, 4706.0, 4685.0, 4686.0, 4684.0, 4685.0, 4723.0, 4673.0, 4684.0, 4682.0, 4693.0, 4704.0, 4685.0, 4693.0, 4685.0, 4685.0, 4744.0, 4703.0, 4695.0, 4731.0, 4694.0, 4750.0, 4712.0, 4682.0, 4671.0, 4680.0, 4684.0, 4695.0, 4697.0, 4697.0, 4699.0, 4697.0, 4694.0, 4697.0, 4705.0, 4706.0, 4715.0, 4713.0, 4695.0, 4742.0, 4683.0, 4691.0, 4685.0, 4694.0, 4683.0, 4684.0, 4682.0, 4693.0, 4686.0, 4696.0, 4684.0, 4704.0, 4688.0, 4697.0, 4744.0, 4694.0, 4705.0, 4682.0, 4695.0, 4744.0, 4684.0, 4693.0, 4692.0, 4695.0, 4714.0, 4685.0, 4732.0, 4675.0, 4683.0, 4682.0, 4685.0, 4713.0, 4702.0, 4716.0, 4693.0, 4673.0, 4682.0, 4680.0, 4683.0, 4680.0, 4684.0, 4683.0, 4684.0, 4693.0, 4684.0, 4695.0, 4695.0, 4694.0, 4692.0, 4686.0, 4695.0, 4694.0, 4694.0, 4733.0, 4685.0, 4693.0, 4683.0, 4693.0, 4715.0, 4684.0, 4693.0, 4683.0, 4681.0, 4683.0, 4684.0, 4682.0, 4681.0, 4671.0, 4685.0, 4694.0, 4687.0, 4706.0, 4715.0, 4698.0, 4706.0, 4686.0, 4695.0, 4713.0, 4686.0, 4724.0, 4683.0, 4693.0, 4733.0, 4714.0, 4743.0, 4684.0, 4693.0, 4672.0, 4681.0, 4693.0, 4680.0, 4743.0, 4672.0, 4682.0, 4683.0, 4693.0, 4703.0, 4682.0, 4681.0, 4673.0, 4682.0, 4671.0, 4682.0, 4702.0, 4672.0, 4678.0, 4672.0, 4684.0, 4703.0, 4673.0, 4661.0, 4673.0, 4683.0, 4671.0, 4683.0, 4703.0, 4683.0, 4681.0, 4673.0, 4685.0, 4671.0, 4682.0, 4692.0, 4722.0, 4692.0, 4680.0, 4674.0, 4684.0, 4685.0, 4670.0, 4684.0, 4682.0, 4684.0, 4674.0, 4694.0, 4673.0, 4685.0, 4696.0, 4697.0, 4707.0, 4715.0, 4698.0, 4744.0, 4684.0, 4684.0, 4722.0, 4684.0, 4732.0, 4673.0, 4696.0, 4754.0, 4713.0, 4734.0, 4660.0, 4680.0, 4670.0, 4680.0, 4664.0, 4694.0, 4683.0, 4673.0, 4683.0, 4692.0, 4693.0, 4692.0, 4685.0, 4684.0, 4674.0, 4683.0, 4683.0, 4684.0, 4693.0, 4694.0, 4744.0, 4714.0, 4704.0, 4674.0, 4683.0, 4673.0, 4683.0, 4684.0, 4685.0, 4685.0, 4698.0, 4697.0, 4725.0, 4685.0, 4696.0, 4685.0, 4695.0, 4723.0, 4725.0, 4750.0, 4705.0, 4716.0, 4686.0, 4674.0, 4674.0, 4684.0, 4704.0, 4683.0, 4712.0, 4713.0, 4714.0, 4739.0, 4681.0, 4689.0, 4658.0, 4668.0, 4688.0, 4670.0, 4699.0, 4679.0, 4681.0, 4660.0, 4701.0, 4660.0, 4669.0, 4667.0, 4671.0, 4680.0, 4681.0, 4671.0, 4701.0, 4670.0, 4661.0, 4659.0, 4670.0, 4719.0, 4670.0, 4669.0, 4669.0, 4670.0, 4659.0, 4671.0, 4660.0, 4671.0, 4681.0, 4682.0, 4693.0, 4683.0, 4683.0, 4705.0, 4684.0, 4674.0, 4673.0, 4684.0, 4693.0, 4684.0, 4685.0, 4694.0, 4685.0, 4706.0, 4717.0, 4714.0, 4685.0, 4684.0, 4673.0, 4683.0, 4683.0, 4686.0, 4685.0, 4696.0, 4696.0, 4726.0, 4686.0, 4713.0, 4672.0, 4671.0, 4671.0, 4682.0, 4723.0, 4682.0, 4683.0, 4693.0, 4681.0, 4731.0, 4722.0, 4741.0, 4713.0, 4732.0, 4651.0, 4671.0, 4674.0, 4694.0, 4674.0, 4685.0, 4695.0, 4685.0, 4685.0, 4677.0, 4684.0, 4684.0, 4692.0, 4672.0, 4671.0, 4682.0, 4684.0, 4703.0, 4672.0, 4735.0, 4704.0, 4722.0, 4672.0, 4652.0, 4661.0, 4671.0, 4672.0, 4672.0, 4691.0, 4661.0, 4671.0, 4719.0, 4661.0, 4670.0, 4660.0, 4659.0, 4649.0, 4669.0, 4648.0, 4670.0, 4651.0, 4674.0, 4682.0, 4674.0, 4687.0, 4675.0, 4684.0, 4713.0, 4713.0, 4703.0, 4654.0, 4673.0, 4674.0, 4713.0, 4683.0, 4673.0, 4731.0, 4672.0, 4681.0, 4653.0, 4672.0, 4672.0, 4672.0, 4682.0, 4675.0, 4733.0, 4685.0, 4675.0, 4654.0, 4674.0, 4675.0, 4684.0, 4675.0, 4686.0, 4717.0, 4687.0, 4695.0, 4723.0, 4685.0, 4731.0, 4701.0, 4719.0, 4669.0, 4658.0, 4649.0, 4659.0, 4670.0, 4662.0, 4650.0, 4672.0, 4701.0, 4670.0, 4728.0, 4690.0, 4695.0, 4657.0, 4637.0, 4660.0, 4660.0, 4672.0, 4672.0, 4663.0, 4660.0, 4670.0, 4671.0, 4662.0, 4673.0, 4661.0, 4662.0, 4661.0, 4661.0, 4663.0, 4681.0, 4672.0, 4721.0, 4690.0, 4680.0, 4709.0, 4659.0, 4687.0, 4650.0, 4661.0, 4662.0, 4670.0, 4673.0, 4671.0, 4662.0, 4664.0, 4656.0, 4678.0, 4665.0, 4688.0, 4677.0, 4679.0, 4694.0, 4691.0, 4689.0, 4710.0, 4681.0, 4689.0, 4667.0, 4677.0, 4677.0, 4679.0, 4697.0, 4679.0, 4720.0, 4748.0, 4688.0, 4729.0, 4695.0, 4734.0, 4674.0, 4686.0, 4744.0, 4704.0, 4695.0, 4743.0, 4694.0, 4733.0, 4673.0, 4673.0, 4672.0, 4676.0, 4694.0, 4673.0, 4731.0, 4693.0, 4743.0, 4705.0, 4713.0, 4645.0, 4664.0, 4655.0, 4686.0, 4685.0, 4667.0, 4678.0, 4705.0, 4675.0, 4677.0, 4665.0, 4674.0, 4693.0, 4662.0, 4662.0, 4672.0, 4664.0, 4692.0, 4673.0, 4693.0, 4664.0, 4695.0, 4662.0, 4661.0, 4711.0, 4660.0, 4709.0, 4652.0, 4662.0, 4663.0, 4673.0, 4663.0, 4674.0, 4682.0, 4663.0, 4674.0, 4665.0, 4674.0, 4736.0, 4743.0, 4742.0, 4702.0, 4642.0, 4663.0, 4645.0, 4677.0, 4677.0, 4667.0, 4691.0, 4707.0, 4669.0, 4680.0, 4708.0, 4668.0, 4687.0, 4669.0, 4667.0, 4715.0, 4656.0, 4697.0, 4668.0, 4686.0, 4666.0, 4698.0, 4746.0, 4715.0, 4734.0, 4710.0, 4700.0, 4728.0, 4708.0, 4697.0, 4668.0, 4639.0, 4728.0, 4668.0, 4676.0, 4637.0, 4672.0, 4641.0, 4648.0, 4638.0, 4639.0, 4660.0, 4650.0, 4660.0, 4652.0, 4662.0, 4666.0, 4664.0, 4702.0, 4696.0, 4756.0, 4725.0, 4713.0, 4644.0, 4664.0, 4643.0, 4666.0, 4686.0, 4668.0, 4680.0, 4688.0, 4689.0, 4688.0, 4658.0, 4666.0, 4713.0, 4684.0, 4693.0, 4663.0, 4665.0, 4724.0, 4675.0, 4733.0, 4684.0, 4713.0, 4663.0, 4692.0, 4681.0, 4649.0, 4718.0, 4658.0, 4689.0, 4639.0, 4678.0, 4708.0, 4730.0, 4719.0, 4680.0, 4651.0, 4662.0, 4641.0, 4664.0, 4665.0, 4666.0, 4689.0, 4666.0, 4668.0, 4704.0, 4644.0, 4663.0, 4691.0, 4653.0, 4682.0, 4654.0, 4676.0, 4656.0, 4675.0, 4694.0, 4665.0, 4733.0, 4704.0, 4702.0, 4710.0, 4642.0, 4729.0, 4660.0, 4680.0, 4630.0, 4653.0, 4655.0, 4642.0, 4731.0, 4722.0, 4743.0, 4721.0, 4682.0, 4644.0, 4644.0, 4658.0, 4668.0, 4658.0, 4678.0, 4679.0, 4658.0, 4671.0, 4698.0, 4659.0, 4669.0, 4664.0, 4668.0, 4706.0, 4669.0, 4717.0, 4720.0, 4738.0, 4668.0, 4667.0, 4657.0, 4657.0, 4717.0, 4678.0, 4745.0, 4696.0, 4726.0, 4695.0, 4664.0, 4722.0, 4652.0, 4712.0, 4670.0, 4671.0, 4719.0, 4660.0, 4721.0, 4660.0, 4671.0, 4721.0, 4640.0, 4710.0, 4639.0, 4661.0, 4662.0, 4663.0, 4651.0, 4653.0, 4654.0, 4654.0, 4636.0, 4717.0, 4671.0, 4692.0, 4697.0, 4646.0, 4667.0, 4688.0, 4678.0, 4692.0, 4700.0, 4672.0, 4712.0, 4671.0, 4689.0, 4660.0, 4690.0, 4749.0, 4700.0, 4729.0, 4748.0, 4718.0, 4745.0, 4734.0, 4702.0, 4719.0, 4697.0, 4677.0, 4718.0, 4686.0, 4664.0, 4634.0, 4621.0, 4631.0, 4615.0, 4623.0, 4615.0, 4646.0, 4628.0, 4646.0, 4639.0, 4659.0, 4641.0, 4662.0, 4632.0, 4661.0, 4652.0, 4643.0, 4673.0, 4665.0, 4674.0, 4654.0, 4663.0, 4655.0, 4664.0, 4655.0, 4662.0, 4666.0, 4668.0, 4671.0, 4681.0, 4683.0, 4694.0, 4693.0, 4671.0, 4720.0, 4708.0, 4666.0, 4738.0, 4697.0, 4706.0, 4714.0, 4656.0, 4745.0, 4695.0, 4714.0, 4655.0, 4664.0, 4655.0, 4647.0, 4667.0, 4670.0, 4677.0, 4668.0, 4686.0, 4668.0, 4688.0, 4678.0, 4688.0, 4691.0, 4699.0, 4759.0, 4748.0, 4770.0, 4689.0, 4660.0, 4681.0, 4659.0, 4680.0, 4710.0, 4682.0, 4690.0, 4679.0, 4669.0, 4708.0, 4659.0, 4687.0, 4667.0, 4658.0, 4697.0, 4659.0, 4716.0, 4668.0, 4728.0, 4678.0, 4736.0, 4726.0, 4704.0, 4744.0, 4714.0, 4743.0, 4724.0, 4755.0, 4744.0, 4753.0, 4712.0, 4681.0, 4642.0, 4641.0, 4652.0, 4655.0, 4655.0, 4658.0, 4665.0, 4658.0, 4676.0, 4659.0, 4685.0, 4653.0, 4647.0, 4628.0, 4646.0, 4650.0, 4672.0, 4694.0, 4746.0, 4716.0, 4724.0, 4664.0, 4654.0, 4665.0, 4676.0, 4745.0, 4696.0, 4715.0, 4673.0, 4661.0, 4701.0, 4662.0, 4664.0, 4663.0, 4662.0, 4664.0], 'WindowWidth': [10370.0, 10320.0, 10310.0, 10328.0, 10280.0, 10318.0, 10276.0, 10257.0, 10251.0, 10251.0, 10269.0, 10270.0, 10306.0, 10353.0, 10319.0, 10253.0, 10303.0, 10244.0, 10233.0, 10314.0, 10269.0, 10270.0, 10280.0, 10220.0, 10274.0, 10226.0, 10208.0, 10224.0, 10266.0, 10235.0, 10251.0, 10238.0, 10255.0, 10253.0, 10255.0, 10258.0, 10257.0, 10273.0, 10258.0, 10256.0, 10254.0, 10292.0, 10260.0, 10260.0, 10256.0, 10259.0, 10309.0, 10239.0, 10256.0, 10253.0, 10269.0, 10284.0, 10257.0, 10269.0, 10257.0, 10258.0, 10340.0, 10280.0, 10275.0, 10318.0, 10267.0, 10343.0, 10289.0, 10250.0, 10234.0, 10247.0, 10256.0, 10273.0, 10279.0, 10280.0, 10287.0, 10281.0, 10273.0, 10279.0, 10288.0, 10288.0, 10301.0, 10296.0, 10272.0, 10333.0, 10253.0, 10265.0, 10260.0, 10272.0, 10255.0, 10259.0, 10254.0, 10270.0, 10264.0, 10279.0, 10260.0, 10287.0, 10267.0, 10280.0, 10341.0, 10271.0, 10288.0, 10252.0, 10272.0, 10341.0, 10258.0, 10268.0, 10266.0, 10274.0, 10299.0, 10259.0, 10323.0, 10246.0, 10255.0, 10250.0, 10260.0, 10297.0, 10281.0, 10302.0, 10267.0, 10240.0, 10255.0, 10248.0, 10255.0, 10249.0, 10258.0, 10257.0, 10257.0, 10270.0, 10256.0, 10274.0, 10273.0, 10273.0, 10268.0, 10261.0, 10274.0, 10270.0, 10271.0, 10325.0, 10258.0, 10269.0, 10255.0, 10270.0, 10299.0, 10255.0, 10268.0, 10255.0, 10251.0, 10255.0, 10258.0, 10254.0, 10253.0, 10238.0, 10260.0, 10273.0, 10266.0, 10292.0, 10305.0, 10281.0, 10291.0, 10263.0, 10275.0, 10296.0, 10260.0, 10313.0, 10252.0, 10268.0, 10323.0, 10297.0, 10336.0, 10256.0, 10267.0, 10239.0, 10249.0, 10266.0, 10246.0, 10336.0, 10237.0, 10250.0, 10252.0, 10267.0, 10280.0, 10249.0, 10249.0, 10239.0, 10249.0, 10233.0, 10250.0, 10278.0, 10237.0, 10243.0, 10236.0, 10254.0, 10277.0, 10236.0, 10220.0, 10237.0, 10251.0, 10235.0, 10253.0, 10282.0, 10254.0, 10250.0, 10240.0, 10257.0, 10236.0, 10250.0, 10265.0, 10307.0, 10265.0, 10250.0, 10242.0, 10256.0, 10260.0, 10234.0, 10255.0, 10252.0, 10259.0, 10244.0, 10269.0, 10241.0, 10259.0, 10277.0, 10281.0, 10296.0, 10304.0, 10283.0, 10342.0, 10257.0, 10257.0, 10306.0, 10255.0, 10322.0, 10240.0, 10276.0, 10355.0, 10296.0, 10324.0, 10220.0, 10245.0, 10230.0, 10245.0, 10228.0, 10270.0, 10256.0, 10241.0, 10253.0, 10265.0, 10269.0, 10267.0, 10261.0, 10256.0, 10241.0, 10251.0, 10252.0, 10255.0, 10269.0, 10271.0, 10341.0, 10297.0, 10282.0, 10243.0, 10253.0, 10239.0, 10255.0, 10258.0, 10261.0, 10261.0, 10282.0, 10278.0, 10317.0, 10260.0, 10276.0, 10261.0, 10271.0, 10308.0, 10312.0, 10346.0, 10286.0, 10302.0, 10262.0, 10244.0, 10242.0, 10255.0, 10282.0, 10252.0, 10293.0, 10293.0, 10294.0, 10327.0, 10245.0, 10254.0, 10208.0, 10224.0, 10249.0, 10226.0, 10268.0, 10241.0, 10245.0, 10218.0, 10273.0, 10215.0, 10225.0, 10221.0, 10231.0, 10243.0, 10245.0, 10233.0, 10274.0, 10230.0, 10218.0, 10212.0, 10230.0, 10295.0, 10229.0, 10228.0, 10226.0, 10229.0, 10214.0, 10232.0, 10218.0, 10234.0, 10248.0, 10251.0, 10268.0, 10255.0, 10256.0, 10286.0, 10255.0, 10241.0, 10239.0, 10255.0, 10267.0, 10256.0, 10260.0, 10271.0, 10259.0, 10289.0, 10303.0, 10298.0, 10256.0, 10253.0, 10238.0, 10252.0, 10253.0, 10260.0, 10259.0, 10274.0, 10277.0, 10315.0, 10260.0, 10296.0, 10236.0, 10233.0, 10230.0, 10249.0, 10307.0, 10250.0, 10253.0, 10266.0, 10247.0, 10319.0, 10304.0, 10335.0, 10294.0, 10317.0, 10206.0, 10234.0, 10242.0, 10271.0, 10242.0, 10257.0, 10274.0, 10259.0, 10257.0, 10249.0, 10253.0, 10255.0, 10263.0, 10236.0, 10233.0, 10249.0, 10256.0, 10280.0, 10238.0, 10329.0, 10281.0, 10304.0, 10234.0, 10208.0, 10218.0, 10231.0, 10232.0, 10234.0, 10261.0, 10218.0, 10230.0, 10295.0, 10215.0, 10228.0, 10215.0, 10213.0, 10197.0, 10224.0, 10196.0, 10230.0, 10205.0, 10240.0, 10250.0, 10242.0, 10265.0, 10249.0, 10254.0, 10297.0, 10294.0, 10281.0, 10213.0, 10238.0, 10241.0, 10292.0, 10249.0, 10237.0, 10315.0, 10234.0, 10246.0, 10209.0, 10234.0, 10236.0, 10236.0, 10248.0, 10244.0, 10324.0, 10256.0, 10243.0, 10215.0, 10241.0, 10244.0, 10259.0, 10246.0, 10262.0, 10304.0, 10263.0, 10275.0, 10308.0, 10253.0, 10317.0, 10274.0, 10295.0, 10223.0, 10209.0, 10197.0, 10210.0, 10227.0, 10218.0, 10203.0, 10233.0, 10276.0, 10230.0, 10310.0, 10253.0, 10252.0, 10204.0, 10179.0, 10213.0, 10214.0, 10234.0, 10236.0, 10222.0, 10214.0, 10228.0, 10232.0, 10219.0, 10236.0, 10217.0, 10220.0, 10218.0, 10218.0, 10220.0, 10245.0, 10235.0, 10304.0, 10254.0, 10241.0, 10277.0, 10209.0, 10247.0, 10200.0, 10215.0, 10221.0, 10230.0, 10235.0, 10233.0, 10222.0, 10227.0, 10220.0, 10253.0, 10233.0, 10267.0, 10251.0, 10257.0, 10283.0, 10276.0, 10271.0, 10301.0, 10263.0, 10269.0, 10236.0, 10250.0, 10249.0, 10254.0, 10278.0, 10257.0, 10316.0, 10348.0, 10267.0, 10325.0, 10273.0, 10324.0, 10240.0, 10259.0, 10339.0, 10280.0, 10270.0, 10333.0, 10268.0, 10320.0, 10238.0, 10236.0, 10235.0, 10244.0, 10270.0, 10237.0, 10316.0, 10263.0, 10335.0, 10282.0, 10293.0, 10203.0, 10229.0, 10216.0, 10260.0, 10258.0, 10235.0, 10251.0, 10286.0, 10244.0, 10249.0, 10230.0, 10240.0, 10266.0, 10222.0, 10222.0, 10233.0, 10225.0, 10264.0, 10236.0, 10266.0, 10225.0, 10267.0, 10220.0, 10216.0, 10283.0, 10212.0, 10279.0, 10203.0, 10220.0, 10223.0, 10238.0, 10223.0, 10238.0, 10247.0, 10221.0, 10242.0, 10233.0, 10244.0, 10331.0, 10334.0, 10332.0, 10274.0, 10195.0, 10224.0, 10202.0, 10249.0, 10251.0, 10238.0, 10276.0, 10295.0, 10243.0, 10259.0, 10296.0, 10240.0, 10266.0, 10240.0, 10237.0, 10298.0, 10220.0, 10276.0, 10237.0, 10261.0, 10233.0, 10279.0, 10343.0, 10297.0, 10326.0, 10283.0, 10266.0, 10305.0, 10272.0, 10260.0, 10217.0, 10182.0, 10304.0, 10220.0, 10229.0, 10177.0, 10233.0, 10191.0, 10197.0, 10182.0, 10183.0, 10214.0, 10201.0, 10214.0, 10207.0, 10220.0, 10233.0, 10228.0, 10277.0, 10275.0, 10362.0, 10312.0, 10291.0, 10199.0, 10225.0, 10196.0, 10233.0, 10261.0, 10237.0, 10258.0, 10267.0, 10268.0, 10267.0, 10225.0, 10234.0, 10294.0, 10253.0, 10265.0, 10223.0, 10227.0, 10306.0, 10239.0, 10319.0, 10251.0, 10289.0, 10219.0, 10259.0, 10241.0, 10197.0, 10289.0, 10204.0, 10251.0, 10182.0, 10235.0, 10275.0, 10310.0, 10292.0, 10241.0, 10208.0, 10222.0, 10191.0, 10229.0, 10230.0, 10236.0, 10270.0, 10234.0, 10237.0, 10284.0, 10198.0, 10222.0, 10258.0, 10210.0, 10248.0, 10215.0, 10246.0, 10218.0, 10245.0, 10268.0, 10230.0, 10322.0, 10278.0, 10276.0, 10280.0, 10191.0, 10307.0, 10212.0, 10240.0, 10172.0, 10210.0, 10218.0, 10196.0, 10318.0, 10303.0, 10338.0, 10298.0, 10245.0, 10196.0, 10200.0, 10227.0, 10242.0, 10227.0, 10253.0, 10254.0, 10226.0, 10246.0, 10279.0, 10226.0, 10237.0, 10226.0, 10237.0, 10289.0, 10240.0, 10305.0, 10312.0, 10336.0, 10237.0, 10234.0, 10220.0, 10219.0, 10300.0, 10252.0, 10341.0, 10269.0, 10313.0, 10267.0, 10224.0, 10300.0, 10206.0, 10288.0, 10225.0, 10229.0, 10293.0, 10213.0, 10297.0, 10212.0, 10228.0, 10296.0, 10186.0, 10281.0, 10187.0, 10214.0, 10219.0, 10225.0, 10207.0, 10209.0, 10213.0, 10213.0, 10193.0, 10308.0, 10254.0, 10279.0, 10279.0, 10206.0, 10237.0, 10269.0, 10254.0, 10285.0, 10291.0, 10254.0, 10309.0, 10252.0, 10268.0, 10232.0, 10272.0, 10351.0, 10283.0, 10322.0, 10353.0, 10303.0, 10338.0, 10319.0, 10271.0, 10293.0, 10256.0, 10226.0, 10286.0, 10238.0, 10207.0, 10164.0, 10142.0, 10155.0, 10139.0, 10149.0, 10141.0, 10184.0, 10162.0, 10186.0, 10181.0, 10209.0, 10185.0, 10218.0, 10177.0, 10214.0, 10203.0, 10193.0, 10236.0, 10229.0, 10241.0, 10214.0, 10224.0, 10218.0, 10226.0, 10215.0, 10219.0, 10230.0, 10238.0, 10251.0, 10263.0, 10270.0, 10285.0, 10280.0, 10248.0, 10314.0, 10292.0, 10234.0, 10334.0, 10274.0, 10288.0, 10294.0, 10218.0, 10338.0, 10269.0, 10295.0, 10213.0, 10227.0, 10215.0, 10205.0, 10236.0, 10244.0, 10250.0, 10238.0, 10258.0, 10237.0, 10265.0, 10252.0, 10268.0, 10278.0, 10286.0, 10365.0, 10351.0, 10381.0, 10271.0, 10232.0, 10259.0, 10227.0, 10260.0, 10299.0, 10263.0, 10272.0, 10254.0, 10241.0, 10293.0, 10226.0, 10262.0, 10233.0, 10224.0, 10274.0, 10225.0, 10302.0, 10237.0, 10319.0, 10250.0, 10327.0, 10310.0, 10273.0, 10333.0, 10292.0, 10336.0, 10304.0, 10359.0, 10334.0, 10352.0, 10285.0, 10240.0, 10192.0, 10187.0, 10206.0, 10214.0, 10214.0, 10222.0, 10229.0, 10224.0, 10247.0, 10224.0, 10257.0, 10208.0, 10187.0, 10165.0, 10187.0, 10201.0, 10237.0, 10270.0, 10346.0, 10300.0, 10308.0, 10228.0, 10211.0, 10226.0, 10245.0, 10340.0, 10270.0, 10296.0, 10234.0, 10215.0, 10271.0, 10222.0, 10224.0, 10225.0, 10222.0, 10228.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.001317080131723381</td></tr>
<tr><td colspan=3>aqi</td><td>0.026788439286498354</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.27051736182418</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.195258622615383</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9884568582087914</td></tr>
<tr><td colspan=3>efc</td><td>0.4959</td></tr>
<tr><td colspan=3>fber</td><td>5043.0894</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08091911872364174</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0976948408342482</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.465391022321637</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3680853980858987</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.706995117278389</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.321092551600623</td></tr>
<tr><td colspan=3>gcor</td><td>0.00849759</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015972914174199104</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03372732177376747</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.689712543812203</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>16.8279</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.9229</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.9542</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297865.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1221.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>473.1298</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7261</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>708.3226</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3842.0356</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78679.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1279.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1091.406</td></tr>
<tr><td colspan=3>tsnr</td><td>32.574223280651495</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>