<?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-0017_ses-03_task-social_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-0017_ses-03_task-social_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-03_subject-0017_suffix-bold_task-social" 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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0017_suffix-bold_task-social" 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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-03_task-social_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_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-0017/ses-03/func/sub-0017_ses-03_task-social_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>4f9641176fafd9584c8611b001703484</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>12:36:25.900000</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.996333, -0.0805395, 0.0288849, 0.0773634, 0.992178, 0.0979684]</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-social_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.10437</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-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7769, -7191, 618, -4, -156, 58, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9a266ec8-36e1-46c3-8e41-a72504e9a8ca||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.6730880737304688, 0.20756037533283234, 0.09868305176496506, 98.06231689453125], [0.21608157455921173, 2.661940813064575, 0.2575111389160156, -110.35053253173828], [0.07749605178833008, -0.2628420293331146, 2.685879707336426, -32.51108169555664], [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, 872]</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], 'AcquisitionTime': ['123625.900000', '123626.360000', '123626.820000', '123627.280000', '123627.740000', '123628.200000', '123628.660000', '123629.120000', '123629.580000', '123630.040000', '123630.500000', '123630.960000', '123631.420000', '123631.880000', '123632.340000', '123632.800000', '123633.260000', '123633.720000', '123634.180000', '123634.640000', '123635.100000', '123635.560000', '123636.020000', '123636.480000', '123636.940000', '123637.400000', '123637.860000', '123638.320000', '123638.780000', '123639.240000', '123639.700000', '123640.160000', '123640.620000', '123641.080000', '123641.540000', '123642.000000', '123642.460000', '123642.920000', '123643.380000', '123643.840000', '123644.300000', '123644.760000', '123645.220000', '123645.680000', '123646.140000', '123646.600000', '123647.060000', '123647.520000', '123647.980000', '123648.440000', '123648.900000', '123649.360000', '123649.820000', '123650.280000', '123650.740000', '123651.200000', '123651.660000', '123652.120000', '123652.580000', '123653.040000', '123653.500000', '123653.960000', '123654.420000', '123654.880000', '123655.340000', '123655.800000', '123656.260000', '123656.720000', '123657.180000', '123657.640000', '123658.100000', '123658.560000', '123659.020000', '123659.480000', '123659.940000', '123700.400000', '123700.860000', '123701.320000', '123701.780000', '123702.240000', '123702.700000', '123703.160000', '123703.620000', '123704.080000', '123704.540000', '123705.000000', '123705.460000', '123705.920000', '123706.380000', '123706.840000', '123707.300000', '123707.760000', '123708.220000', '123708.680000', '123709.140000', '123709.600000', '123710.060000', '123710.520000', '123710.980000', '123711.440000', '123711.900000', '123712.360000', '123712.820000', '123713.280000', '123713.740000', '123714.200000', '123714.660000', '123715.120000', '123715.580000', '123716.040000', '123716.500000', '123716.960000', '123717.420000', '123717.880000', '123718.340000', '123718.800000', '123719.260000', '123719.720000', '123720.180000', '123720.640000', '123721.100000', '123721.560000', '123722.020000', '123722.480000', '123722.940000', '123723.400000', '123723.860000', '123724.320000', '123724.780000', '123725.240000', '123725.700000', '123726.160000', '123726.620000', '123727.080000', '123727.540000', '123728.000000', '123728.460000', '123728.920000', '123729.380000', '123729.840000', '123730.300000', '123730.760000', '123731.220000', '123731.680000', '123732.140000', '123732.600000', '123733.060000', '123733.520000', '123733.980000', '123734.440000', '123734.900000', '123735.360000', '123735.820000', '123736.280000', '123736.740000', '123737.200000', '123737.660000', '123738.120000', '123738.580000', '123739.040000', '123739.500000', '123739.960000', '123740.420000', '123740.880000', '123741.340000', '123741.800000', '123742.260000', '123742.720000', '123743.180000', '123743.640000', '123744.100000', '123744.560000', '123745.020000', '123745.480000', '123745.940000', '123746.400000', '123746.860000', '123747.320000', '123747.780000', '123748.240000', '123748.700000', '123749.160000', '123749.620000', '123750.080000', '123750.540000', '123751.000000', '123751.460000', '123751.920000', '123752.380000', '123752.840000', '123753.300000', '123753.760000', '123754.220000', '123754.680000', '123755.140000', '123755.600000', '123756.060000', '123756.520000', '123756.980000', '123757.440000', '123757.900000', '123758.360000', '123758.820000', '123759.280000', '123759.740000', '123800.200000', '123800.660000', '123801.120000', '123801.580000', '123802.040000', '123802.500000', '123802.960000', '123803.420000', '123803.880000', '123804.340000', '123804.800000', '123805.260000', '123805.720000', '123806.180000', '123806.640000', '123807.100000', '123807.560000', '123808.020000', '123808.480000', '123808.940000', '123809.400000', '123809.860000', '123810.320000', '123810.780000', '123811.240000', '123811.700000', '123812.160000', '123812.620000', '123813.080000', '123813.540000', '123814.000000', '123814.460000', '123814.920000', '123815.380000', '123815.840000', '123816.300000', '123816.760000', '123817.220000', '123817.680000', '123818.140000', '123818.600000', '123819.060000', '123819.520000', '123819.980000', '123820.440000', '123820.900000', '123821.360000', '123821.820000', '123822.280000', '123822.740000', '123823.200000', '123823.660000', '123824.120000', '123824.580000', '123825.040000', '123825.500000', '123825.960000', '123826.420000', '123826.880000', '123827.340000', '123827.800000', '123828.260000', '123828.720000', '123829.180000', '123829.640000', '123830.100000', '123830.560000', '123831.020000', '123831.480000', '123831.940000', '123832.400000', '123832.860000', '123833.320000', '123833.780000', '123834.240000', '123834.700000', '123835.160000', '123835.620000', '123836.080000', '123836.540000', '123837.000000', '123837.460000', '123837.920000', '123838.380000', '123838.840000', '123839.300000', '123839.760000', '123840.220000', '123840.680000', '123841.140000', '123841.600000', '123842.060000', '123842.520000', '123842.980000', '123843.440000', '123843.900000', '123844.360000', '123844.820000', '123845.280000', '123845.740000', '123846.200000', '123846.660000', '123847.120000', '123847.580000', '123848.040000', '123848.500000', '123848.960000', '123849.420000', '123849.880000', '123850.340000', '123850.800000', '123851.260000', '123851.720000', '123852.180000', '123852.640000', '123853.100000', '123853.560000', '123854.020000', '123854.480000', '123854.940000', '123855.400000', '123855.860000', '123856.320000', '123856.780000', '123857.240000', '123857.700000', '123858.160000', '123858.620000', '123859.080000', '123859.540000', '123900.000000', '123900.460000', '123900.920000', '123901.380000', '123901.840000', '123902.300000', '123902.760000', '123903.220000', '123903.680000', '123904.140000', '123904.600000', '123905.060000', '123905.520000', '123905.980000', '123906.440000', '123906.900000', '123907.360000', '123907.820000', '123908.280000', '123908.740000', '123909.200000', '123909.660000', '123910.120000', '123910.580000', '123911.040000', '123911.500000', '123911.960000', '123912.420000', '123912.880000', '123913.340000', '123913.800000', '123914.260000', '123914.720000', '123915.180000', '123915.640000', '123916.100000', '123916.560000', '123917.020000', '123917.480000', '123917.940000', '123918.400000', '123918.860000', '123919.320000', '123919.780000', '123920.240000', '123920.700000', '123921.160000', '123921.620000', '123922.080000', '123922.540000', '123923.000000', '123923.460000', '123923.920000', '123924.380000', '123924.840000', '123925.300000', '123925.760000', '123926.220000', '123926.680000', '123927.140000', '123927.600000', '123928.060000', '123928.520000', '123928.980000', '123929.440000', '123929.900000', '123930.360000', '123930.820000', '123931.280000', '123931.740000', '123932.200000', '123932.660000', '123933.120000', '123933.580000', '123934.040000', '123934.500000', '123934.960000', '123935.420000', '123935.880000', '123936.340000', '123936.800000', '123937.260000', '123937.720000', '123938.180000', '123938.640000', '123939.100000', '123939.560000', '123940.020000', '123940.480000', '123940.940000', '123941.400000', '123941.860000', '123942.320000', '123942.780000', '123943.240000', '123943.700000', '123944.160000', '123944.620000', '123945.080000', '123945.540000', '123946.000000', '123946.460000', '123946.920000', '123947.380000', '123947.840000', '123948.300000', '123948.760000', '123949.220000', '123949.680000', '123950.140000', '123950.600000', '123951.060000', '123951.520000', '123951.980000', '123952.440000', '123952.900000', '123953.360000', '123953.820000', '123954.280000', '123954.740000', '123955.200000', '123955.660000', '123956.120000', '123956.580000', '123957.040000', '123957.500000', '123957.960000', '123958.420000', '123958.880000', '123959.340000', '123959.800000', '124000.260000', '124000.720000', '124001.180000', '124001.640000', '124002.100000', '124002.560000', '124003.020000', '124003.480000', '124003.940000', '124004.400000', '124004.860000', '124005.320000', '124005.780000', '124006.240000', '124006.700000', '124007.160000', '124007.620000', '124008.080000', '124008.540000', '124009.000000', '124009.460000', '124009.920000', '124010.380000', '124010.840000', '124011.300000', '124011.760000', '124012.220000', '124012.680000', '124013.140000', '124013.600000', '124014.060000', '124014.520000', '124014.980000', '124015.440000', '124015.900000', '124016.360000', '124016.820000', '124017.280000', '124017.740000', '124018.200000', '124018.660000', '124019.120000', '124019.580000', '124020.040000', '124020.500000', '124020.960000', '124021.420000', '124021.880000', '124022.340000', '124022.800000', '124023.260000', '124023.720000', '124024.180000', '124024.640000', '124025.100000', '124025.560000', '124026.020000', '124026.480000', '124026.940000', '124027.400000', '124027.860000', '124028.320000', '124028.780000', '124029.240000', '124029.700000', '124030.160000', '124030.620000', '124031.080000', '124031.540000', '124032.000000', '124032.460000', '124032.920000', '124033.380000', '124033.840000', '124034.300000', '124034.760000', '124035.220000', '124035.680000', '124036.140000', '124036.600000', '124037.060000', '124037.520000', '124037.980000', '124038.440000', '124038.900000', '124039.360000', '124039.820000', '124040.280000', '124040.740000', '124041.200000', '124041.660000', '124042.120000', '124042.580000', '124043.040000', '124043.500000', '124043.960000', '124044.420000', '124044.880000', '124045.340000', '124045.800000', '124046.260000', '124046.720000', '124047.180000', '124047.640000', '124048.100000', '124048.560000', '124049.020000', '124049.480000', '124049.940000', '124050.400000', '124050.860000', '124051.320000', '124051.780000', '124052.240000', '124052.700000', '124053.160000', '124053.620000', '124054.080000', '124054.540000', '124055.000000', '124055.460000', '124055.920000', '124056.380000', '124056.840000', '124057.300000', '124057.760000', '124058.220000', '124058.680000', '124059.140000', '124059.600000', '124100.060000', '124100.520000', '124100.980000', '124101.440000', '124101.900000', '124102.360000', '124102.820000', '124103.280000', '124103.740000', '124104.200000', '124104.660000', '124105.120000', '124105.580000', '124106.040000', '124106.500000', '124106.960000', '124107.420000', '124107.880000', '124108.340000', '124108.800000', '124109.260000', '124109.720000', '124110.180000', '124110.640000', '124111.100000', '124111.560000', '124112.020000', '124112.480000', '124112.940000', '124113.400000', '124113.860000', '124114.320000', '124114.780000', '124115.240000', '124115.700000', '124116.160000', '124116.620000', '124117.080000', '124117.540000', '124118.000000', '124118.460000', '124118.920000', '124119.380000', '124119.840000', '124120.300000', '124120.760000', '124121.220000', '124121.680000', '124122.140000', '124122.600000', '124123.060000', '124123.520000', '124123.980000', '124124.440000', '124124.900000', '124125.360000', '124125.820000', '124126.280000', '124126.740000', '124127.200000', '124127.660000', '124128.120000', '124128.580000', '124129.040000', '124129.500000', '124129.960000', '124130.420000', '124130.880000', '124131.340000', '124131.800000', '124132.260000', '124132.720000', '124133.180000', '124133.640000', '124134.100000', '124134.560000', '124135.020000', '124135.480000', '124135.940000', '124136.400000', '124136.860000', '124137.320000', '124137.780000', '124138.240000', '124138.700000', '124139.160000', '124139.620000', '124140.080000', '124140.540000', '124141.000000', '124141.460000', '124141.920000', '124142.380000', '124142.840000', '124143.300000', '124143.760000', '124144.220000', '124144.680000', '124145.140000', '124145.600000', '124146.060000', '124146.520000', '124146.980000', '124147.440000', '124147.900000', '124148.360000', '124148.820000', '124149.280000', '124149.740000', '124150.200000', '124150.660000', '124151.120000', '124151.580000', '124152.040000', '124152.500000', '124152.960000', '124153.420000', '124153.880000', '124154.340000', '124154.800000', '124155.260000', '124155.720000', '124156.180000', '124156.640000', '124157.100000', '124157.560000', '124158.020000', '124158.480000', '124158.940000', '124159.400000', '124159.860000', '124200.320000', '124200.780000', '124201.240000', '124201.700000', '124202.160000', '124202.620000', '124203.080000', '124203.540000', '124204.000000', '124204.460000', '124204.920000', '124205.380000', '124205.840000', '124206.300000', '124206.760000', '124207.220000', '124207.680000', '124208.140000', '124208.600000', '124209.060000', '124209.520000', '124209.980000', '124210.440000', '124210.900000', '124211.360000', '124211.820000', '124212.280000', '124212.740000', '124213.200000', '124213.660000', '124214.120000', '124214.580000', '124215.040000', '124215.500000', '124215.960000', '124216.420000', '124216.880000', '124217.340000', '124217.800000', '124218.260000', '124218.720000', '124219.180000', '124219.640000', '124220.100000', '124220.560000', '124221.020000', '124221.480000', '124221.940000', '124222.400000', '124222.860000', '124223.320000', '124223.780000', '124224.240000', '124224.700000', '124225.160000', '124225.620000', '124226.080000', '124226.540000', '124227.000000', '124227.460000', '124227.920000', '124228.380000', '124228.840000', '124229.300000', '124229.760000', '124230.220000', '124230.680000', '124231.140000', '124231.600000', '124232.060000', '124232.520000', '124232.980000', '124233.440000', '124233.900000', '124234.360000', '124234.820000', '124235.280000', '124235.740000', '124236.200000', '124236.660000', '124237.120000', '124237.580000', '124238.040000', '124238.500000', '124238.960000', '124239.420000', '124239.880000', '124240.340000', '124240.800000', '124241.260000', '124241.720000', '124242.180000', '124242.640000', '124243.100000', '124243.560000', '124244.020000', '124244.480000', '124244.940000', '124245.400000', '124245.860000', '124246.320000', '124246.780000', '124247.240000', '124247.700000', '124248.160000', '124248.620000', '124249.080000', '124249.540000', '124250.000000', '124250.460000', '124250.920000', '124251.380000', '124251.840000', '124252.300000', '124252.760000', '124253.220000', '124253.680000', '124254.140000', '124254.600000', '124255.060000', '124255.520000', '124255.980000', '124256.440000', '124256.900000', '124257.360000', '124257.820000', '124258.280000', '124258.740000', '124259.200000', '124259.660000', '124300.120000', '124300.580000', '124301.040000', '124301.500000', '124301.960000', '124302.420000', '124302.880000', '124303.340000', '124303.800000', '124304.260000', '124304.720000', '124305.180000', '124305.640000', '124306.100000', '124306.560000'], 'ContentTime': ['123643.352000', '123643.356000', '123643.360000', '123643.363000', '123643.365000', '123643.368000', '123643.371000', '123643.374000', '123643.377000', '123643.380000', '123643.382000', '123643.385000', '123643.388000', '123643.391000', '123643.394000', '123643.397000', '123643.400000', '123643.407000', '123643.410000', '123643.413000', '123643.416000', '123643.419000', '123643.423000', '123643.426000', '123643.430000', '123643.433000', '123643.436000', '123643.438000', '123643.441000', '123643.444000', '123643.447000', '123643.450000', '123643.453000', '123643.456000', '123643.458000', '123703.326000', '123703.329000', '123703.332000', '123703.335000', '123703.337000', '123703.340000', '123703.343000', '123703.346000', '123703.349000', '123703.352000', '123703.354000', '123703.363000', '123703.366000', '123703.368000', '123703.371000', '123703.374000', '123703.377000', '123703.380000', '123703.382000', '123703.385000', '123703.388000', '123703.391000', '123703.394000', '123703.397000', '123703.400000', '123703.402000', '123703.405000', '123703.408000', '123703.411000', '123703.414000', '123703.417000', '123703.420000', '123703.422000', '123703.425000', '123703.428000', '123703.431000', '123703.434000', '123703.437000', '123703.439000', '123703.442000', '123703.445000', '123703.448000', '123703.450000', '123703.453000', '123723.325000', '123723.328000', '123723.331000', '123723.334000', '123723.343000', '123723.346000', '123723.349000', '123723.352000', '123723.355000', '123723.359000', '123723.362000', '123723.367000', '123723.369000', '123723.372000', '123723.375000', '123723.378000', '123723.381000', '123723.384000', '123723.387000', '123723.390000', '123723.392000', '123723.395000', '123723.398000', '123723.401000', '123723.404000', '123723.407000', '123723.409000', '123723.412000', '123723.415000', '123723.418000', '123723.421000', '123723.424000', '123723.426000', '123723.430000', '123723.432000', '123723.435000', '123723.441000', '123723.444000', '123723.447000', '123723.450000', '123723.452000', '123723.455000', '123723.458000', '123743.325000', '123743.328000', '123743.331000', '123743.334000', '123743.337000', '123743.340000', '123743.343000', '123743.346000', '123743.348000', '123743.351000', '123743.354000', '123743.357000', '123743.360000', '123743.363000', '123743.365000', '123743.368000', '123743.371000', '123743.374000', '123743.377000', '123743.380000', '123743.382000', '123743.385000', '123743.388000', '123743.391000', '123743.394000', '123743.397000', '123743.399000', '123743.402000', '123743.405000', '123743.408000', '123743.411000', '123743.414000', '123743.416000', '123743.419000', '123743.422000', '123743.425000', '123743.428000', '123743.431000', '123743.434000', '123743.436000', '123743.439000', '123743.442000', '123743.445000', '123743.448000', '123803.325000', '123803.328000', '123803.331000', '123803.334000', '123803.337000', '123803.339000', '123803.342000', '123803.345000', '123803.348000', '123803.351000', '123803.354000', '123803.356000', '123803.359000', '123803.362000', '123803.365000', '123803.368000', '123803.371000', '123803.374000', '123803.376000', '123803.379000', '123803.382000', '123803.385000', '123803.388000', '123803.391000', '123803.401000', '123803.403000', '123803.406000', '123803.409000', '123803.412000', '123803.415000', '123803.418000', '123803.420000', '123803.424000', '123803.426000', '123803.430000', '123803.433000', '123803.436000', '123803.439000', '123803.442000', '123803.444000', '123803.447000', '123803.450000', '123803.453000', '123823.326000', '123823.329000', '123823.332000', '123823.335000', '123823.338000', '123823.341000', '123823.343000', '123823.346000', '123823.349000', '123823.352000', '123823.355000', '123823.358000', '123823.360000', '123823.363000', '123823.366000', '123823.369000', '123823.372000', '123823.375000', '123823.378000', '123823.381000', '123823.384000', '123823.387000', '123823.389000', '123823.392000', '123823.395000', '123823.398000', '123823.401000', '123823.404000', '123823.406000', '123823.409000', '123823.412000', '123823.415000', '123823.418000', '123823.421000', '123823.424000', '123823.427000', '123823.429000', '123823.432000', '123823.435000', '123823.438000', '123823.441000', '123823.444000', '123823.446000', '123823.449000', '123843.326000', '123843.329000', '123843.332000', '123843.335000', '123843.338000', '123843.340000', '123843.343000', '123843.346000', '123843.349000', '123843.352000', '123843.355000', '123843.358000', '123843.360000', '123843.363000', '123843.366000', '123843.369000', '123843.372000', '123843.375000', '123843.377000', '123843.380000', '123843.383000', '123843.386000', '123843.389000', '123843.392000', '123843.395000', '123843.397000', '123843.400000', '123843.404000', '123843.407000', '123843.410000', '123843.413000', '123843.416000', '123843.419000', '123843.422000', '123843.425000', '123843.428000', '123843.430000', '123843.433000', '123843.436000', '123843.439000', '123843.442000', '123843.445000', '123843.447000', '123903.326000', '123903.341000', '123903.344000', '123903.347000', '123903.350000', '123903.353000', '123903.356000', '123903.359000', '123903.362000', '123903.364000', '123903.367000', '123903.370000', '123903.373000', '123903.376000', '123903.379000', '123903.382000', '123903.385000', '123903.387000', '123903.390000', '123903.393000', '123903.396000', '123903.399000', '123903.402000', '123903.404000', '123903.407000', '123903.410000', '123903.413000', '123903.416000', '123903.419000', '123903.422000', '123903.424000', '123903.427000', '123903.430000', '123903.433000', '123903.442000', '123903.445000', '123903.448000', '123903.451000', '123903.453000', '123903.456000', '123903.459000', '123903.462000', '123903.465000', '123903.468000', '123923.326000', '123923.329000', '123923.332000', '123923.335000', '123923.338000', '123923.341000', '123923.344000', '123923.346000', '123923.349000', '123923.352000', '123923.355000', '123923.358000', '123923.361000', '123923.364000', '123923.367000', '123923.369000', '123923.372000', '123923.375000', '123923.378000', '123923.381000', '123923.384000', '123923.386000', '123923.389000', '123923.392000', '123923.395000', '123923.398000', '123923.401000', '123923.404000', '123923.406000', '123923.409000', '123923.412000', '123923.415000', '123923.418000', '123923.421000', '123923.424000', '123923.426000', '123923.429000', '123923.432000', '123923.435000', '123923.438000', '123923.441000', '123923.444000', '123923.447000', '123943.325000', '123943.328000', '123943.331000', '123943.342000', '123943.345000', '123943.348000', '123943.351000', '123943.354000', '123943.357000', '123943.360000', '123943.362000', '123943.365000', '123943.368000', '123943.371000', '123943.374000', '123943.377000', '123943.380000', '123943.383000', '123943.386000', '123943.389000', '123943.391000', '123943.394000', '123943.397000', '123943.400000', '123943.403000', '123943.406000', '123943.408000', '123943.411000', '123943.414000', '123943.417000', '123943.420000', '123943.423000', '123943.426000', '123943.429000', '123943.431000', '123943.434000', '123943.437000', '123943.440000', '123943.443000', '123943.446000', '123943.449000', '123943.451000', '123943.454000', '123943.457000', '124003.325000', '124003.328000', '124003.331000', '124003.334000', '124003.337000', '124003.340000', '124003.343000', '124003.345000', '124003.348000', '124003.351000', '124003.354000', '124003.357000', '124003.360000', '124003.363000', '124003.366000', '124003.368000', '124003.371000', '124003.374000', '124003.377000', '124003.380000', '124003.383000', '124003.386000', '124003.389000', '124003.391000', '124003.394000', '124003.397000', '124003.400000', '124003.403000', '124003.406000', '124003.409000', '124003.412000', '124003.415000', '124003.417000', '124003.420000', '124003.423000', '124003.426000', '124003.429000', '124003.432000', '124003.434000', '124003.437000', '124003.442000', '124003.446000', '124003.449000', '124023.326000', '124023.329000', '124023.332000', '124023.335000', '124023.338000', '124023.340000', '124023.343000', '124023.346000', '124023.349000', '124023.352000', '124023.355000', '124023.358000', '124023.361000', '124023.364000', '124023.367000', '124023.369000', '124023.372000', '124023.375000', '124023.378000', '124023.381000', '124023.384000', '124023.386000', '124023.389000', '124023.392000', '124023.395000', '124023.398000', '124023.414000', '124023.417000', '124023.420000', '124023.423000', '124023.426000', '124023.428000', '124023.431000', '124023.434000', '124023.437000', '124023.440000', '124023.443000', '124023.445000', '124023.448000', '124023.451000', '124023.454000', '124023.457000', '124023.460000', '124023.463000', '124043.326000', '124043.329000', '124043.332000', '124043.335000', '124043.338000', '124043.340000', '124043.343000', '124043.346000', '124043.349000', '124043.352000', '124043.355000', '124043.358000', '124043.361000', '124043.363000', '124043.366000', '124043.369000', '124043.372000', '124043.375000', '124043.378000', '124043.381000', '124043.384000', '124043.386000', '124043.389000', '124043.392000', '124043.395000', '124043.398000', '124043.401000', '124043.404000', '124043.407000', '124043.409000', '124043.412000', '124043.415000', '124043.418000', '124043.421000', '124043.424000', '124043.427000', '124043.430000', '124043.432000', '124043.435000', '124043.438000', '124043.441000', '124043.444000', '124043.447000', '124103.326000', '124103.329000', '124103.332000', '124103.335000', '124103.338000', '124103.341000', '124103.343000', '124103.346000', '124103.349000', '124103.352000', '124103.355000', '124103.358000', '124103.361000', '124103.364000', '124103.366000', '124103.369000', '124103.372000', '124103.375000', '124103.378000', '124103.381000', '124103.384000', '124103.387000', '124103.389000', '124103.392000', '124103.395000', '124103.398000', '124103.401000', '124103.404000', '124103.407000', '124103.410000', '124103.413000', '124103.415000', '124103.418000', '124103.421000', '124103.424000', '124103.427000', '124103.430000', '124103.433000', '124103.436000', '124103.438000', '124103.441000', '124103.444000', '124103.447000', '124103.450000', '124123.326000', '124123.329000', '124123.332000', '124123.336000', '124123.339000', '124123.342000', '124123.345000', '124123.348000', '124123.351000', '124123.354000', '124123.357000', '124123.360000', '124123.363000', '124123.366000', '124123.369000', '124123.372000', '124123.375000', '124123.378000', '124123.381000', '124123.384000', '124123.387000', '124123.390000', '124123.393000', '124123.396000', '124123.399000', '124123.402000', '124123.405000', '124123.408000', '124123.411000', '124123.414000', '124123.417000', '124123.420000', '124123.423000', '124123.426000', '124123.429000', '124123.433000', '124123.435000', '124123.438000', '124123.441000', '124123.444000', '124123.447000', '124123.450000', '124123.453000', '124143.326000', '124143.329000', '124143.332000', '124143.334000', '124143.337000', '124143.340000', '124143.343000', '124143.346000', '124143.349000', '124143.352000', '124143.354000', '124143.357000', '124143.360000', '124143.363000', '124143.366000', '124143.369000', '124143.372000', '124143.375000', '124143.377000', '124143.380000', '124143.383000', '124143.386000', '124143.389000', '124143.392000', '124143.395000', '124143.398000', '124143.400000', '124143.403000', '124143.406000', '124143.409000', '124143.412000', '124143.415000', '124143.418000', '124143.421000', '124143.423000', '124143.426000', '124143.429000', '124143.432000', '124143.435000', '124143.438000', '124143.441000', '124143.444000', '124143.447000', '124203.325000', '124203.328000', '124203.331000', '124203.334000', '124203.337000', '124203.339000', '124203.342000', '124203.361000', '124203.364000', '124203.366000', '124203.369000', '124203.372000', '124203.375000', '124203.378000', '124203.381000', '124203.384000', '124203.387000', '124203.389000', '124203.392000', '124203.395000', '124203.398000', '124203.401000', '124203.404000', '124203.407000', '124203.410000', '124203.413000', '124203.416000', '124203.419000', '124203.421000', '124203.424000', '124203.427000', '124203.430000', '124203.433000', '124203.436000', '124203.438000', '124203.441000', '124203.444000', '124203.447000', '124203.450000', '124203.453000', '124203.456000', '124203.458000', '124203.461000', '124203.464000', '124223.325000', '124223.328000', '124223.331000', '124223.334000', '124223.337000', '124223.340000', '124223.343000', '124223.346000', '124223.349000', '124223.352000', '124223.355000', '124223.358000', '124223.361000', '124223.364000', '124223.367000', '124223.370000', '124223.373000', '124223.376000', '124223.378000', '124223.381000', '124223.384000', '124223.387000', '124223.390000', '124223.393000', '124223.396000', '124223.399000', '124223.402000', '124223.405000', '124223.407000', '124223.410000', '124223.413000', '124223.416000', '124223.419000', '124223.422000', '124223.425000', '124223.428000', '124223.430000', '124223.433000', '124223.436000', '124223.439000', '124223.442000', '124223.445000', '124223.448000', '124243.326000', '124243.329000', '124243.335000', '124243.338000', '124243.342000', '124243.345000', '124243.348000', '124243.351000', '124243.354000', '124243.357000', '124243.360000', '124243.363000', '124243.366000', '124243.368000', '124243.371000', '124243.374000', '124243.377000', '124243.380000', '124243.383000', '124243.386000', '124243.388000', '124243.391000', '124243.394000', '124243.397000', '124243.400000', '124243.403000', '124243.406000', '124243.409000', '124243.411000', '124243.414000', '124243.417000', '124243.420000', '124243.423000', '124243.426000', '124243.429000', '124243.432000', '124243.435000', '124243.437000', '124243.440000', '124243.443000', '124243.446000', '124243.449000', '124243.452000', '124243.455000', '124303.326000', '124303.329000', '124303.332000', '124303.335000', '124303.338000', '124303.341000', '124303.343000', '124303.346000', '124303.349000', '124303.353000', '124303.358000', '124303.361000', '124303.364000', '124303.367000', '124303.370000', '124303.373000', '124303.375000', '124303.378000', '124303.381000', '124303.384000', '124303.387000', '124303.390000', '124303.393000', '124303.396000', '124303.398000', '124303.401000', '124303.404000', '124303.407000', '124303.410000', '124303.413000', '124303.416000', '124303.419000', '124303.421000', '124303.424000', '124303.427000', '124303.430000', '124303.433000', '124303.436000', '124303.439000', '124303.441000', '124303.444000', '124303.447000', '124303.450000', '124308.020000', '124308.024000', '124308.027000', '124308.038000', '124308.042000', '124308.044000', '124308.047000', '124308.050000', '124308.053000', '124308.056000', '124308.059000'], 'InstanceCreationTime': ['123643.352000', '123643.356000', '123643.360000', '123643.363000', '123643.365000', '123643.368000', '123643.371000', '123643.374000', '123643.377000', '123643.380000', '123643.382000', '123643.385000', '123643.388000', '123643.391000', '123643.394000', '123643.397000', '123643.400000', '123643.407000', '123643.410000', '123643.413000', '123643.416000', '123643.419000', '123643.423000', '123643.426000', '123643.430000', '123643.433000', '123643.436000', '123643.438000', '123643.441000', '123643.444000', '123643.447000', '123643.450000', '123643.453000', '123643.456000', '123643.458000', '123703.326000', '123703.329000', '123703.332000', '123703.335000', '123703.337000', '123703.340000', '123703.343000', '123703.346000', '123703.349000', '123703.352000', '123703.354000', '123703.363000', '123703.366000', '123703.368000', '123703.371000', '123703.374000', '123703.377000', '123703.380000', '123703.382000', '123703.385000', '123703.388000', '123703.391000', '123703.394000', '123703.397000', '123703.400000', '123703.402000', '123703.405000', '123703.408000', '123703.411000', '123703.414000', '123703.417000', '123703.420000', '123703.422000', '123703.425000', '123703.428000', '123703.431000', '123703.434000', '123703.437000', '123703.439000', '123703.442000', '123703.445000', '123703.448000', '123703.450000', '123703.453000', '123723.325000', '123723.328000', '123723.331000', '123723.334000', '123723.343000', '123723.346000', '123723.349000', '123723.352000', '123723.355000', '123723.359000', '123723.362000', '123723.367000', '123723.369000', '123723.372000', '123723.375000', '123723.378000', '123723.381000', '123723.384000', '123723.387000', '123723.390000', '123723.392000', '123723.395000', '123723.398000', '123723.401000', '123723.404000', '123723.407000', '123723.409000', '123723.412000', '123723.415000', '123723.418000', '123723.421000', '123723.424000', '123723.426000', '123723.430000', '123723.432000', '123723.435000', '123723.441000', '123723.444000', '123723.447000', '123723.450000', '123723.452000', '123723.455000', '123723.458000', '123743.325000', '123743.328000', '123743.331000', '123743.334000', '123743.337000', '123743.340000', '123743.343000', '123743.346000', '123743.348000', '123743.351000', '123743.354000', '123743.357000', '123743.360000', '123743.363000', '123743.365000', '123743.368000', '123743.371000', '123743.374000', '123743.377000', '123743.380000', '123743.382000', '123743.385000', '123743.388000', '123743.391000', '123743.394000', '123743.397000', '123743.399000', '123743.402000', '123743.405000', '123743.408000', '123743.411000', '123743.414000', '123743.416000', '123743.419000', '123743.422000', '123743.425000', '123743.428000', '123743.431000', '123743.434000', '123743.436000', '123743.439000', '123743.442000', '123743.445000', '123743.448000', '123803.325000', '123803.328000', '123803.331000', '123803.334000', '123803.337000', '123803.339000', '123803.342000', '123803.345000', '123803.348000', '123803.351000', '123803.354000', '123803.356000', '123803.359000', '123803.362000', '123803.365000', '123803.368000', '123803.371000', '123803.374000', '123803.376000', '123803.379000', '123803.382000', '123803.385000', '123803.388000', '123803.391000', '123803.401000', '123803.403000', '123803.406000', '123803.409000', '123803.412000', '123803.415000', '123803.418000', '123803.420000', '123803.424000', '123803.426000', '123803.430000', '123803.433000', '123803.436000', '123803.439000', '123803.442000', '123803.444000', '123803.447000', '123803.450000', '123803.453000', '123823.326000', '123823.329000', '123823.332000', '123823.335000', '123823.338000', '123823.341000', '123823.343000', '123823.346000', '123823.349000', '123823.352000', '123823.355000', '123823.358000', '123823.360000', '123823.363000', '123823.366000', '123823.369000', '123823.372000', '123823.375000', '123823.378000', '123823.381000', '123823.384000', '123823.387000', '123823.389000', '123823.392000', '123823.395000', '123823.398000', '123823.401000', '123823.404000', '123823.406000', '123823.409000', '123823.412000', '123823.415000', '123823.418000', '123823.421000', '123823.424000', '123823.427000', '123823.429000', '123823.432000', '123823.435000', '123823.438000', '123823.441000', '123823.444000', '123823.446000', '123823.449000', '123843.326000', '123843.329000', '123843.332000', '123843.335000', '123843.338000', '123843.340000', '123843.343000', '123843.346000', '123843.349000', '123843.352000', '123843.355000', '123843.358000', '123843.360000', '123843.363000', '123843.366000', '123843.369000', '123843.372000', '123843.375000', '123843.377000', '123843.380000', '123843.383000', '123843.386000', '123843.389000', '123843.392000', '123843.395000', '123843.397000', '123843.400000', '123843.404000', '123843.407000', '123843.410000', '123843.413000', '123843.416000', '123843.419000', '123843.422000', '123843.425000', '123843.428000', '123843.430000', '123843.433000', '123843.436000', '123843.439000', '123843.442000', '123843.445000', '123843.447000', '123903.326000', '123903.341000', '123903.344000', '123903.347000', '123903.350000', '123903.353000', '123903.356000', '123903.359000', '123903.362000', '123903.364000', '123903.367000', '123903.370000', '123903.373000', '123903.376000', '123903.379000', '123903.382000', '123903.385000', '123903.387000', '123903.390000', '123903.393000', '123903.396000', '123903.399000', '123903.402000', '123903.404000', '123903.407000', '123903.410000', '123903.413000', '123903.416000', '123903.419000', '123903.422000', '123903.424000', '123903.427000', '123903.430000', '123903.433000', '123903.442000', '123903.445000', '123903.448000', '123903.451000', '123903.453000', '123903.456000', '123903.459000', '123903.462000', '123903.465000', '123903.468000', '123923.326000', '123923.329000', '123923.332000', '123923.335000', '123923.338000', '123923.341000', '123923.344000', '123923.346000', '123923.349000', '123923.352000', '123923.355000', '123923.358000', '123923.361000', '123923.364000', '123923.367000', '123923.369000', '123923.372000', '123923.375000', '123923.378000', '123923.381000', '123923.384000', '123923.386000', '123923.389000', '123923.392000', '123923.395000', '123923.398000', '123923.401000', '123923.404000', '123923.406000', '123923.409000', '123923.412000', '123923.415000', '123923.418000', '123923.421000', '123923.424000', '123923.426000', '123923.429000', '123923.432000', '123923.435000', '123923.438000', '123923.441000', '123923.444000', '123923.447000', '123943.325000', '123943.328000', '123943.331000', '123943.342000', '123943.345000', '123943.348000', '123943.351000', '123943.354000', '123943.357000', '123943.360000', '123943.362000', '123943.365000', '123943.368000', '123943.371000', '123943.374000', '123943.377000', '123943.380000', '123943.383000', '123943.386000', '123943.389000', '123943.391000', '123943.394000', '123943.397000', '123943.400000', '123943.403000', '123943.406000', '123943.408000', '123943.411000', '123943.414000', '123943.417000', '123943.420000', '123943.423000', '123943.426000', '123943.429000', '123943.431000', '123943.434000', '123943.437000', '123943.440000', '123943.443000', '123943.446000', '123943.449000', '123943.451000', '123943.454000', '123943.457000', '124003.325000', '124003.328000', '124003.331000', '124003.334000', '124003.337000', '124003.340000', '124003.343000', '124003.345000', '124003.348000', '124003.351000', '124003.354000', '124003.357000', '124003.360000', '124003.363000', '124003.366000', '124003.368000', '124003.371000', '124003.374000', '124003.377000', '124003.380000', '124003.383000', '124003.386000', '124003.389000', '124003.391000', '124003.394000', '124003.397000', '124003.400000', '124003.403000', '124003.406000', '124003.409000', '124003.412000', '124003.415000', '124003.417000', '124003.420000', '124003.423000', '124003.426000', '124003.429000', '124003.432000', '124003.434000', '124003.437000', '124003.442000', '124003.446000', '124003.449000', '124023.326000', '124023.329000', '124023.332000', '124023.335000', '124023.338000', '124023.340000', '124023.343000', '124023.346000', '124023.349000', '124023.352000', '124023.355000', '124023.358000', '124023.361000', '124023.364000', '124023.367000', '124023.369000', '124023.372000', '124023.375000', '124023.378000', '124023.381000', '124023.384000', '124023.386000', '124023.389000', '124023.392000', '124023.395000', '124023.398000', '124023.414000', '124023.417000', '124023.420000', '124023.423000', '124023.426000', '124023.428000', '124023.431000', '124023.434000', '124023.437000', '124023.440000', '124023.443000', '124023.445000', '124023.448000', '124023.451000', '124023.454000', '124023.457000', '124023.460000', '124023.463000', '124043.326000', '124043.329000', '124043.332000', '124043.335000', '124043.338000', '124043.340000', '124043.343000', '124043.346000', '124043.349000', '124043.352000', '124043.355000', '124043.358000', '124043.361000', '124043.363000', '124043.366000', '124043.369000', '124043.372000', '124043.375000', '124043.378000', '124043.381000', '124043.384000', '124043.386000', '124043.389000', '124043.392000', '124043.395000', '124043.398000', '124043.401000', '124043.404000', '124043.407000', '124043.409000', '124043.412000', '124043.415000', '124043.418000', '124043.421000', '124043.424000', '124043.427000', '124043.430000', '124043.432000', '124043.435000', '124043.438000', '124043.441000', '124043.444000', '124043.447000', '124103.326000', '124103.329000', '124103.332000', '124103.335000', '124103.338000', '124103.341000', '124103.343000', '124103.346000', '124103.349000', '124103.352000', '124103.355000', '124103.358000', '124103.361000', '124103.364000', '124103.366000', '124103.369000', '124103.372000', '124103.375000', '124103.378000', '124103.381000', '124103.384000', '124103.387000', '124103.389000', '124103.392000', '124103.395000', '124103.398000', '124103.401000', '124103.404000', '124103.407000', '124103.410000', '124103.413000', '124103.415000', '124103.418000', '124103.421000', '124103.424000', '124103.427000', '124103.430000', '124103.433000', '124103.436000', '124103.438000', '124103.441000', '124103.444000', '124103.447000', '124103.450000', '124123.326000', '124123.329000', '124123.332000', '124123.336000', '124123.339000', '124123.342000', '124123.345000', '124123.348000', '124123.351000', '124123.354000', '124123.357000', '124123.360000', '124123.363000', '124123.366000', '124123.369000', '124123.372000', '124123.375000', '124123.378000', '124123.381000', '124123.384000', '124123.387000', '124123.390000', '124123.393000', '124123.396000', '124123.399000', '124123.402000', '124123.405000', '124123.408000', '124123.411000', '124123.414000', '124123.417000', '124123.420000', '124123.423000', '124123.426000', '124123.429000', '124123.433000', '124123.435000', '124123.438000', '124123.441000', '124123.444000', '124123.447000', '124123.450000', '124123.453000', '124143.326000', '124143.329000', '124143.332000', '124143.334000', '124143.337000', '124143.340000', '124143.343000', '124143.346000', '124143.349000', '124143.352000', '124143.354000', '124143.357000', '124143.360000', '124143.363000', '124143.366000', '124143.369000', '124143.372000', '124143.375000', '124143.377000', '124143.380000', '124143.383000', '124143.386000', '124143.389000', '124143.392000', '124143.395000', '124143.398000', '124143.400000', '124143.403000', '124143.406000', '124143.409000', '124143.412000', '124143.415000', '124143.418000', '124143.421000', '124143.423000', '124143.426000', '124143.429000', '124143.432000', '124143.435000', '124143.438000', '124143.441000', '124143.444000', '124143.447000', '124203.325000', '124203.328000', '124203.331000', '124203.334000', '124203.337000', '124203.339000', '124203.342000', '124203.361000', '124203.364000', '124203.366000', '124203.369000', '124203.372000', '124203.375000', '124203.378000', '124203.381000', '124203.384000', '124203.387000', '124203.389000', '124203.392000', '124203.395000', '124203.398000', '124203.401000', '124203.404000', '124203.407000', '124203.410000', '124203.413000', '124203.416000', '124203.419000', '124203.421000', '124203.424000', '124203.427000', '124203.430000', '124203.433000', '124203.436000', '124203.438000', '124203.441000', '124203.444000', '124203.447000', '124203.450000', '124203.453000', '124203.456000', '124203.458000', '124203.461000', '124203.464000', '124223.325000', '124223.328000', '124223.331000', '124223.334000', '124223.337000', '124223.340000', '124223.343000', '124223.346000', '124223.349000', '124223.352000', '124223.355000', '124223.358000', '124223.361000', '124223.364000', '124223.367000', '124223.370000', '124223.373000', '124223.376000', '124223.378000', '124223.381000', '124223.384000', '124223.387000', '124223.390000', '124223.393000', '124223.396000', '124223.399000', '124223.402000', '124223.405000', '124223.407000', '124223.410000', '124223.413000', '124223.416000', '124223.419000', '124223.422000', '124223.425000', '124223.428000', '124223.430000', '124223.433000', '124223.436000', '124223.439000', '124223.442000', '124223.445000', '124223.448000', '124243.326000', '124243.329000', '124243.335000', '124243.338000', '124243.342000', '124243.345000', '124243.348000', '124243.351000', '124243.354000', '124243.357000', '124243.360000', '124243.363000', '124243.366000', '124243.368000', '124243.371000', '124243.374000', '124243.377000', '124243.380000', '124243.383000', '124243.386000', '124243.388000', '124243.391000', '124243.394000', '124243.397000', '124243.400000', '124243.403000', '124243.406000', '124243.409000', '124243.411000', '124243.414000', '124243.417000', '124243.420000', '124243.423000', '124243.426000', '124243.429000', '124243.432000', '124243.435000', '124243.437000', '124243.440000', '124243.443000', '124243.446000', '124243.449000', '124243.452000', '124243.455000', '124303.326000', '124303.329000', '124303.332000', '124303.335000', '124303.338000', '124303.341000', '124303.343000', '124303.346000', '124303.349000', '124303.353000', '124303.358000', '124303.361000', '124303.364000', '124303.367000', '124303.370000', '124303.373000', '124303.375000', '124303.378000', '124303.381000', '124303.384000', '124303.387000', '124303.390000', '124303.393000', '124303.396000', '124303.398000', '124303.401000', '124303.404000', '124303.407000', '124303.410000', '124303.413000', '124303.416000', '124303.419000', '124303.421000', '124303.424000', '124303.427000', '124303.430000', '124303.433000', '124303.436000', '124303.439000', '124303.441000', '124303.444000', '124303.447000', '124303.450000', '124308.020000', '124308.024000', '124308.027000', '124308.038000', '124308.042000', '124308.044000', '124308.047000', '124308.050000', '124308.053000', '124308.056000', '124308.059000'], '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], 'LargestImagePixelValue': [10987, 15459, 15955, 14524, 19669, 13926, 18462, 12651, 16960, 11634, 16564, 12670, 15071, 15233, 12967, 19005, 12617, 17132, 12976, 16007, 11810, 16043, 10923, 15719, 9734, 12991, 8627, 15715, 9535, 16656, 11562, 17201, 12418, 15515, 12429, 13332, 12126, 14869, 12399, 15380, 12864, 15774, 11594, 16169, 11608, 15522, 12242, 14840, 11913, 12716, 12657, 9325, 15217, 10460, 16344, 11233, 12808, 13402, 9118, 15765, 10836, 16336, 11307, 15003, 12409, 14236, 12754, 9939, 14324, 9628, 15349, 9444, 13143, 7805, 13015, 9051, 9200, 12000, 7567, 14631, 8849, 14596, 11684, 11489, 14014, 9173, 16091, 10239, 13146, 14423, 8686, 17059, 11667, 16714, 13325, 11505, 16120, 9445, 16390, 9586, 16654, 10305, 16493, 10215, 15979, 9688, 15798, 9516, 15941, 9448, 15922, 10488, 15193, 11624, 14366, 12971, 11218, 15249, 11341, 11829, 13837, 10616, 14696, 13223, 11369, 15271, 10239, 14476, 11983, 13104, 13651, 13755, 14164, 13256, 13225, 9939, 16355, 10013, 18477, 12572, 15594, 14422, 9374, 17295, 10332, 17846, 11446, 17389, 12389, 13671, 13844, 10720, 14588, 12456, 14606, 11286, 14954, 8427, 16463, 9089, 16779, 12108, 12172, 14525, 9224, 16462, 9196, 16509, 9069, 16379, 9412, 16476, 9780, 15657, 10479, 15393, 12821, 13893, 17165, 11998, 17211, 12347, 16108, 12434, 12026, 12689, 9032, 14162, 8356, 15356, 8674, 15950, 8969, 16151, 9153, 16369, 9577, 16784, 9466, 16956, 9430, 16715, 9125, 16294, 9236, 16253, 9575, 16644, 10001, 15702, 11648, 9552, 16775, 10215, 13330, 14018, 8630, 15830, 11507, 17120, 12140, 16747, 11963, 17090, 11684, 16476, 11924, 16809, 12882, 16040, 10916, 16077, 9085, 15775, 10097, 13986, 17389, 13067, 16131, 11630, 15940, 10390, 15505, 8765, 15617, 9511, 15727, 10217, 16040, 11939, 12291, 13318, 8512, 15273, 9673, 16415, 11237, 8829, 15448, 8890, 17055, 10749, 17141, 10215, 16241, 15743, 11877, 17580, 12165, 16722, 9666, 16116, 9502, 14827, 11260, 13694, 13240, 13323, 15597, 11697, 16733, 10222, 16157, 9488, 15612, 8764, 15565, 8616, 14638, 10835, 13219, 12812, 11633, 16896, 10118, 16306, 9341, 15683, 8894, 15959, 8475, 14814, 11830, 12725, 16196, 11937, 16776, 11976, 16109, 11892, 16002, 10640, 15794, 8874, 15801, 13385, 11272, 16619, 10936, 16113, 8226, 13045, 16650, 10748, 16318, 11275, 16247, 8898, 17217, 8909, 16557, 9330, 16699, 8908, 16325, 8906, 16045, 9467, 13492, 15798, 12211, 16593, 10577, 16763, 9616, 15945, 8952, 14556, 10735, 13841, 13561, 11989, 16460, 10673, 16972, 10926, 16723, 9898, 16323, 9321, 15274, 14181, 12856, 17724, 12891, 17146, 10129, 16626, 9226, 15868, 13530, 13482, 17376, 11669, 16913, 11001, 16668, 9943, 16808, 9559, 16292, 8589, 16122, 8437, 15636, 9155, 15654, 9121, 15577, 8771, 14693, 10109, 14852, 13014, 14459, 13639, 11969, 16678, 12681, 13808, 12286, 11180, 15057, 8987, 15869, 11291, 14232, 13942, 14239, 14081, 12591, 17172, 10733, 17058, 10224, 16327, 9268, 16088, 9014, 15336, 9219, 15494, 9809, 14686, 9928, 13335, 15051, 11245, 16771, 11100, 16735, 10894, 16096, 9040, 15687, 8959, 15059, 15053, 12947, 17523, 13113, 16841, 11219, 16837, 9496, 16209, 10999, 14717, 15118, 13781, 17602, 12524, 16809, 12197, 16500, 12970, 16425, 11635, 16379, 11447, 16166, 12257, 16598, 12858, 16078, 10840, 16611, 10225, 16469, 9278, 16400, 8943, 15294, 9379, 13555, 15235, 11924, 17059, 12477, 15802, 11286, 17135, 9915, 16571, 10164, 16566, 9444, 16823, 10659, 11554, 13940, 8293, 16610, 10118, 16353, 9721, 15243, 14444, 11885, 17506, 13352, 16736, 11174, 16688, 9302, 15637, 14082, 14070, 17847, 13120, 16448, 11561, 16392, 10620, 16426, 9599, 15848, 9272, 15746, 8832, 15535, 8926, 15720, 8977, 16273, 8924, 15862, 10488, 14215, 17740, 12161, 17394, 12470, 16507, 9431, 15829, 8744, 14374, 15331, 13173, 17452, 12090, 16408, 10979, 16624, 11994, 13086, 12748, 11748, 12627, 14253, 12444, 16254, 12971, 16261, 11319, 16457, 10538, 16228, 9308, 15597, 9699, 14155, 15927, 12182, 17125, 10472, 16401, 9279, 16335, 8530, 15199, 8429, 14714, 10113, 14072, 12607, 13787, 14729, 12412, 16585, 12367, 14194, 14114, 9337, 15509, 10807, 14297, 15089, 12744, 17957, 12885, 17051, 11054, 16886, 9715, 16580, 8932, 16191, 8527, 16883, 8851, 15997, 11035, 15901, 12053, 15835, 12261, 15829, 13983, 13912, 12921, 17068, 11644, 16669, 11099, 16466, 9237, 16058, 8804, 14150, 12872, 14351, 8555, 16244, 9587, 16354, 11261, 12961, 13546, 11510, 14293, 13427, 12843, 17235, 10827, 16485, 9424, 16009, 9181, 14845, 12705, 12644, 17356, 12119, 17320, 12560, 14328, 11772, 15528, 11118, 16342, 10582, 16101, 9135, 15136, 8584, 14269, 9257, 13095, 17235, 10818, 16508, 11440, 15896, 9745, 15614, 9292, 15459, 8967, 15844, 10448, 15865, 10900, 15973, 10264, 15952, 9449, 15881, 13401, 12888, 16809, 11365, 16791, 10598, 16403, 10912, 15996, 8853, 15522, 9156, 15876, 9041, 14974, 10935, 13840, 16489, 11103, 16625, 9751, 15916, 8839, 15365, 8385, 13904, 16130, 10937, 16571, 9941, 15736, 8924, 14989, 8344, 13267, 12723, 12149, 16471, 10062, 16575, 12269, 15661, 9785, 16241, 9412, 15783, 9159, 15181, 11985, 13750, 13260, 12150, 15461, 11536, 17195, 11647, 16558, 11450, 16295, 10401, 16082, 9422, 15789, 10271, 13616, 17450, 11716, 16676, 9918, 15924, 9294, 14433, 16628, 12564, 16349, 10975, 16048, 9247, 15432, 8744, 15058, 9747, 14177, 14629, 12086, 17325, 12576, 17007, 12100, 16919, 11165, 16542, 11297, 16605, 12101, 16247, 11734, 16421, 11002, 16451, 11069, 16720, 10390, 15963, 9104, 15236, 10922, 13305, 16928, 13846, 16628, 10962, 16505, 9743, 16921, 11295, 13479, 14147, 8982, 14856, 8491, 15106, 9827, 14348, 15693, 13609, 16786, 11609, 17009, 11387, 16617, 9608, 15984, 9193, 15845, 9225, 14544, 8841, 15942, 9230, 16031, 11575, 16722, 11273, 13559, 13613, 10784, 16173, 9793, 16209, 9945, 16456, 17111, 13585, 17987, 14033, 17006, 9928, 16135, 9732, 15173, 16490, 13409, 17392, 13869, 15949, 12038, 16757, 11473, 16790, 11532, 16622, 11759, 16372, 12310, 16457, 10505, 15963, 9727, 16158, 9837, 15546, 11075, 14197, 17663, 11308, 16829, 9875, 16798, 9238, 16134, 9021, 16128], 'WindowCenter': [4899.0, 4922.0, 4907.0, 4886.0, 4927.0, 4874.0, 4892.0, 4838.0, 4866.0, 4814.0, 4856.0, 4824.0, 4843.0, 4841.0, 4810.0, 4850.0, 4809.0, 4838.0, 4808.0, 4827.0, 4787.0, 4826.0, 4786.0, 4825.0, 4780.0, 4794.0, 4744.0, 4811.0, 4764.0, 4823.0, 4783.0, 4820.0, 4794.0, 4814.0, 4807.0, 4820.0, 4809.0, 4816.0, 4807.0, 4815.0, 4806.0, 4825.0, 4786.0, 4825.0, 4797.0, 4828.0, 4799.0, 4818.0, 4798.0, 4806.0, 4796.0, 4768.0, 4826.0, 4776.0, 4835.0, 4799.0, 4807.0, 4817.0, 4780.0, 4837.0, 4787.0, 4836.0, 4797.0, 4824.0, 4807.0, 4816.0, 4807.0, 4777.0, 4828.0, 4776.0, 4836.0, 4789.0, 4826.0, 4755.0, 4812.0, 4766.0, 4774.0, 4815.0, 4756.0, 4837.0, 4781.0, 4853.0, 4832.0, 4835.0, 4854.0, 4792.0, 4874.0, 4826.0, 4854.0, 4867.0, 4806.0, 4884.0, 4847.0, 4875.0, 4845.0, 4836.0, 4864.0, 4792.0, 4852.0, 4790.0, 4851.0, 4790.0, 4849.0, 4788.0, 4826.0, 4775.0, 4824.0, 4776.0, 4824.0, 4774.0, 4834.0, 4787.0, 4826.0, 4809.0, 4837.0, 4842.0, 4821.0, 4861.0, 4833.0, 4843.0, 4853.0, 4835.0, 4875.0, 4866.0, 4849.0, 4876.0, 4840.0, 4853.0, 4835.0, 4843.0, 4842.0, 4839.0, 4841.0, 4832.0, 4832.0, 4802.0, 4849.0, 4799.0, 4867.0, 4831.0, 4860.0, 4850.0, 4791.0, 4871.0, 4813.0, 4869.0, 4821.0, 4858.0, 4822.0, 4828.0, 4829.0, 4797.0, 4837.0, 4806.0, 4827.0, 4809.0, 4837.0, 4757.0, 4845.0, 4777.0, 4858.0, 4820.0, 4831.0, 4851.0, 4803.0, 4862.0, 4793.0, 4860.0, 4790.0, 4847.0, 4777.0, 4845.0, 4776.0, 4837.0, 4784.0, 4823.0, 4802.0, 4811.0, 4831.0, 4793.0, 4830.0, 4803.0, 4818.0, 4804.0, 4804.0, 4816.0, 4776.0, 4837.0, 4768.0, 4848.0, 4778.0, 4859.0, 4792.0, 4858.0, 4791.0, 4857.0, 4789.0, 4847.0, 4788.0, 4859.0, 4779.0, 4847.0, 4778.0, 4846.0, 4778.0, 4847.0, 4777.0, 4848.0, 4799.0, 4848.0, 4819.0, 4790.0, 4873.0, 4826.0, 4853.0, 4853.0, 4795.0, 4863.0, 4837.0, 4886.0, 4847.0, 4874.0, 4836.0, 4872.0, 4821.0, 4849.0, 4820.0, 4846.0, 4807.0, 4834.0, 4797.0, 4823.0, 4754.0, 4822.0, 4770.0, 4801.0, 4820.0, 4791.0, 4810.0, 4782.0, 4808.0, 4771.0, 4810.0, 4755.0, 4833.0, 4777.0, 4838.0, 4799.0, 4862.0, 4846.0, 4831.0, 4842.0, 4794.0, 4850.0, 4804.0, 4834.0, 4807.0, 4789.0, 4861.0, 4792.0, 4870.0, 4821.0, 4873.0, 4801.0, 4850.0, 4837.0, 4798.0, 4835.0, 4794.0, 4833.0, 4764.0, 4836.0, 4765.0, 4824.0, 4784.0, 4816.0, 4803.0, 4816.0, 4823.0, 4795.0, 4834.0, 4786.0, 4836.0, 4778.0, 4837.0, 4766.0, 4848.0, 4767.0, 4837.0, 4799.0, 4829.0, 4828.0, 4809.0, 4846.0, 4798.0, 4846.0, 4779.0, 4849.0, 4780.0, 4849.0, 4769.0, 4840.0, 4807.0, 4819.0, 4833.0, 4807.0, 4834.0, 4807.0, 4835.0, 4807.0, 4835.0, 4796.0, 4834.0, 4767.0, 4835.0, 4813.0, 4794.0, 4834.0, 4783.0, 4833.0, 4744.0, 4803.0, 4820.0, 4782.0, 4821.0, 4782.0, 4835.0, 4766.0, 4848.0, 4765.0, 4835.0, 4777.0, 4861.0, 4792.0, 4849.0, 4779.0, 4851.0, 4803.0, 4830.0, 4847.0, 4820.0, 4847.0, 4800.0, 4848.0, 4789.0, 4849.0, 4780.0, 4829.0, 4798.0, 4828.0, 4827.0, 4823.0, 4848.0, 4812.0, 4859.0, 4811.0, 4850.0, 4802.0, 4851.0, 4791.0, 4840.0, 4830.0, 4819.0, 4849.0, 4818.0, 4836.0, 4777.0, 4835.0, 4765.0, 4824.0, 4804.0, 4804.0, 4832.0, 4784.0, 4832.0, 4784.0, 4833.0, 4775.0, 4834.0, 4776.0, 4836.0, 4768.0, 4836.0, 4769.0, 4837.0, 4776.0, 4837.0, 4780.0, 4848.0, 4779.0, 4839.0, 4798.0, 4841.0, 4829.0, 4852.0, 4842.0, 4822.0, 4849.0, 4831.0, 4839.0, 4822.0, 4810.0, 4853.0, 4781.0, 4861.0, 4810.0, 4840.0, 4827.0, 4841.0, 4842.0, 4821.0, 4847.0, 4799.0, 4846.0, 4788.0, 4838.0, 4768.0, 4837.0, 4768.0, 4840.0, 4778.0, 4838.0, 4788.0, 4838.0, 4791.0, 4829.0, 4838.0, 4811.0, 4848.0, 4811.0, 4849.0, 4800.0, 4839.0, 4781.0, 4840.0, 4770.0, 4839.0, 4827.0, 4809.0, 4847.0, 4808.0, 4836.0, 4797.0, 4836.0, 4766.0, 4825.0, 4774.0, 4815.0, 4814.0, 4804.0, 4834.0, 4794.0, 4832.0, 4795.0, 4833.0, 4816.0, 4835.0, 4798.0, 4836.0, 4809.0, 4846.0, 4809.0, 4847.0, 4821.0, 4849.0, 4801.0, 4848.0, 4789.0, 4838.0, 4767.0, 4837.0, 4769.0, 4838.0, 4777.0, 4817.0, 4825.0, 4797.0, 4835.0, 4807.0, 4838.0, 4812.0, 4860.0, 4777.0, 4836.0, 4789.0, 4850.0, 4791.0, 4848.0, 4813.0, 4824.0, 4854.0, 4786.0, 4874.0, 4817.0, 4877.0, 4819.0, 4866.0, 4842.0, 4812.0, 4849.0, 4820.0, 4839.0, 4799.0, 4837.0, 4767.0, 4826.0, 4804.0, 4804.0, 4835.0, 4805.0, 4825.0, 4786.0, 4823.0, 4776.0, 4825.0, 4766.0, 4825.0, 4768.0, 4836.0, 4770.0, 4837.0, 4780.0, 4838.0, 4769.0, 4850.0, 4770.0, 4850.0, 4789.0, 4819.0, 4837.0, 4797.0, 4835.0, 4796.0, 4824.0, 4768.0, 4825.0, 4755.0, 4815.0, 4812.0, 4804.0, 4847.0, 4809.0, 4823.0, 4785.0, 4836.0, 4798.0, 4807.0, 4819.0, 4809.0, 4820.0, 4828.0, 4810.0, 4839.0, 4821.0, 4850.0, 4813.0, 4850.0, 4791.0, 4839.0, 4770.0, 4838.0, 4768.0, 4817.0, 4826.0, 4797.0, 4835.0, 4776.0, 4824.0, 4756.0, 4836.0, 4757.0, 4827.0, 4758.0, 4828.0, 4777.0, 4818.0, 4808.0, 4830.0, 4829.0, 4820.0, 4838.0, 4823.0, 4832.0, 4833.0, 4795.0, 4854.0, 4802.0, 4842.0, 4842.0, 4821.0, 4850.0, 4811.0, 4840.0, 4800.0, 4838.0, 4769.0, 4826.0, 4768.0, 4836.0, 4758.0, 4836.0, 4768.0, 4836.0, 4799.0, 4837.0, 4809.0, 4837.0, 4809.0, 4837.0, 4830.0, 4818.0, 4808.0, 4835.0, 4786.0, 4824.0, 4774.0, 4825.0, 4753.0, 4814.0, 4754.0, 4805.0, 4792.0, 4815.0, 4742.0, 4834.0, 4767.0, 4836.0, 4810.0, 4818.0, 4829.0, 4799.0, 4830.0, 4819.0, 4819.0, 4837.0, 4787.0, 4825.0, 4755.0, 4825.0, 4754.0, 4814.0, 4793.0, 4794.0, 4822.0, 4783.0, 4835.0, 4796.0, 4813.0, 4795.0, 4824.0, 4798.0, 4836.0, 4788.0, 4836.0, 4767.0, 4826.0, 4768.0, 4827.0, 4766.0, 4806.0, 4834.0, 4776.0, 4833.0, 4798.0, 4825.0, 4767.0, 4825.0, 4768.0, 4825.0, 4769.0, 4837.0, 4789.0, 4838.0, 4801.0, 4839.0, 4791.0, 4839.0, 4779.0, 4838.0, 4807.0, 4807.0, 4835.0, 4796.0, 4825.0, 4774.0, 4822.0, 4775.0, 4823.0, 4756.0, 4824.0, 4765.0, 4825.0, 4766.0, 4826.0, 4786.0, 4816.0, 4824.0, 4786.0, 4825.0, 4767.0, 4814.0, 4755.0, 4826.0, 4746.0, 4805.0, 4821.0, 4775.0, 4824.0, 4765.0, 4814.0, 4755.0, 4815.0, 4746.0, 4805.0, 4794.0, 4783.0, 4824.0, 4780.0, 4837.0, 4799.0, 4827.0, 4791.0, 4835.0, 4768.0, 4827.0, 4769.0, 4829.0, 4813.0, 4832.0, 4820.0, 4810.0, 4827.0, 4800.0, 4839.0, 4800.0, 4838.0, 4803.0, 4839.0, 4792.0, 4840.0, 4770.0, 4841.0, 4780.0, 4820.0, 4838.0, 4799.0, 4827.0, 4768.0, 4826.0, 4756.0, 4805.0, 4815.0, 4787.0, 4815.0, 4775.0, 4813.0, 4754.0, 4814.0, 4746.0, 4815.0, 4765.0, 4806.0, 4815.0, 4797.0, 4835.0, 4809.0, 4837.0, 4799.0, 4837.0, 4789.0, 4839.0, 4800.0, 4836.0, 4810.0, 4839.0, 4812.0, 4837.0, 4800.0, 4839.0, 4799.0, 4838.0, 4778.0, 4838.0, 4759.0, 4828.0, 4787.0, 4807.0, 4824.0, 4820.0, 4826.0, 4788.0, 4839.0, 4768.0, 4834.0, 4799.0, 4818.0, 4820.0, 4772.0, 4831.0, 4761.0, 4841.0, 4781.0, 4831.0, 4828.0, 4820.0, 4838.0, 4790.0, 4826.0, 4789.0, 4825.0, 4757.0, 4814.0, 4758.0, 4827.0, 4757.0, 4817.0, 4770.0, 4841.0, 4771.0, 4842.0, 4816.0, 4851.0, 4813.0, 4834.0, 4833.0, 4803.0, 4851.0, 4794.0, 4852.0, 4783.0, 4841.0, 4840.0, 4808.0, 4827.0, 4796.0, 4813.0, 4754.0, 4803.0, 4744.0, 4792.0, 4800.0, 4782.0, 4812.0, 4784.0, 4800.0, 4775.0, 4813.0, 4777.0, 4825.0, 4787.0, 4826.0, 4788.0, 4826.0, 4798.0, 4824.0, 4778.0, 4816.0, 4758.0, 4825.0, 4766.0, 4817.0, 4776.0, 4805.0, 4824.0, 4775.0, 4824.0, 4768.0, 4823.0, 4768.0, 4824.0, 4757.0, 4825.0], 'WindowWidth': [10662.0, 10683.0, 10654.0, 10619.0, 10687.0, 10597.0, 10625.0, 10535.0, 10574.0, 10494.0, 10561.0, 10508.0, 10533.0, 10525.0, 10481.0, 10544.0, 10476.0, 10522.0, 10474.0, 10502.0, 10443.0, 10498.0, 10443.0, 10497.0, 10444.0, 10450.0, 10380.0, 10468.0, 10412.0, 10488.0, 10432.0, 10480.0, 10451.0, 10480.0, 10473.0, 10499.0, 10480.0, 10486.0, 10472.0, 10483.0, 10470.0, 10496.0, 10444.0, 10497.0, 10460.0, 10504.0, 10465.0, 10490.0, 10461.0, 10472.0, 10456.0, 10420.0, 10495.0, 10431.0, 10511.0, 10466.0, 10479.0, 10492.0, 10447.0, 10517.0, 10450.0, 10517.0, 10462.0, 10498.0, 10474.0, 10488.0, 10477.0, 10439.0, 10506.0, 10436.0, 10516.0, 10461.0, 10506.0, 10409.0, 10481.0, 10424.0, 10433.0, 10491.0, 10412.0, 10524.0, 10454.0, 10557.0, 10526.0, 10534.0, 10557.0, 10468.0, 10587.0, 10526.0, 10561.0, 10582.0, 10497.0, 10604.0, 10554.0, 10593.0, 10548.0, 10534.0, 10571.0, 10468.0, 10550.0, 10461.0, 10549.0, 10459.0, 10543.0, 10452.0, 10504.0, 10431.0, 10499.0, 10433.0, 10497.0, 10431.0, 10511.0, 10451.0, 10502.0, 10486.0, 10524.0, 10540.0, 10512.0, 10565.0, 10533.0, 10547.0, 10560.0, 10539.0, 10597.0, 10585.0, 10566.0, 10597.0, 10552.0, 10560.0, 10533.0, 10541.0, 10542.0, 10531.0, 10534.0, 10523.0, 10523.0, 10483.0, 10542.0, 10475.0, 10567.0, 10522.0, 10562.0, 10548.0, 10468.0, 10575.0, 10502.0, 10572.0, 10507.0, 10558.0, 10509.0, 10512.0, 10514.0, 10469.0, 10521.0, 10480.0, 10506.0, 10488.0, 10522.0, 10412.0, 10531.0, 10442.0, 10554.0, 10505.0, 10525.0, 10550.0, 10489.0, 10567.0, 10472.0, 10561.0, 10464.0, 10539.0, 10441.0, 10532.0, 10438.0, 10518.0, 10446.0, 10496.0, 10466.0, 10476.0, 10505.0, 10454.0, 10503.0, 10468.0, 10485.0, 10473.0, 10474.0, 10492.0, 10440.0, 10523.0, 10434.0, 10542.0, 10446.0, 10560.0, 10470.0, 10555.0, 10471.0, 10554.0, 10463.0, 10539.0, 10457.0, 10558.0, 10448.0, 10537.0, 10447.0, 10536.0, 10443.0, 10537.0, 10439.0, 10540.0, 10475.0, 10543.0, 10502.0, 10466.0, 10587.0, 10524.0, 10557.0, 10555.0, 10480.0, 10572.0, 10540.0, 10610.0, 10555.0, 10588.0, 10536.0, 10581.0, 10506.0, 10543.0, 10503.0, 10532.0, 10478.0, 10513.0, 10464.0, 10495.0, 10400.0, 10491.0, 10419.0, 10459.0, 10484.0, 10444.0, 10472.0, 10433.0, 10466.0, 10420.0, 10470.0, 10405.0, 10508.0, 10437.0, 10523.0, 10475.0, 10570.0, 10552.0, 10523.0, 10540.0, 10479.0, 10547.0, 10490.0, 10513.0, 10481.0, 10465.0, 10564.0, 10473.0, 10576.0, 10510.0, 10587.0, 10478.0, 10546.0, 10525.0, 10468.0, 10518.0, 10455.0, 10510.0, 10414.0, 10519.0, 10416.0, 10497.0, 10442.0, 10488.0, 10467.0, 10488.0, 10495.0, 10458.0, 10511.0, 10452.0, 10519.0, 10440.0, 10522.0, 10423.0, 10535.0, 10428.0, 10519.0, 10472.0, 10513.0, 10512.0, 10487.0, 10534.0, 10471.0, 10531.0, 10446.0, 10540.0, 10448.0, 10541.0, 10434.0, 10527.0, 10481.0, 10498.0, 10514.0, 10479.0, 10515.0, 10480.0, 10517.0, 10480.0, 10516.0, 10464.0, 10514.0, 10423.0, 10514.0, 10485.0, 10457.0, 10513.0, 10441.0, 10508.0, 10388.0, 10466.0, 10488.0, 10438.0, 10488.0, 10436.0, 10515.0, 10425.0, 10534.0, 10419.0, 10514.0, 10439.0, 10559.0, 10469.0, 10540.0, 10445.0, 10545.0, 10485.0, 10517.0, 10536.0, 10502.0, 10537.0, 10475.0, 10537.0, 10457.0, 10539.0, 10445.0, 10509.0, 10466.0, 10509.0, 10508.0, 10507.0, 10540.0, 10495.0, 10554.0, 10491.0, 10543.0, 10479.0, 10547.0, 10464.0, 10530.0, 10514.0, 10496.0, 10539.0, 10493.0, 10517.0, 10436.0, 10511.0, 10416.0, 10495.0, 10467.0, 10466.0, 10507.0, 10441.0, 10504.0, 10440.0, 10504.0, 10430.0, 10509.0, 10434.0, 10515.0, 10428.0, 10519.0, 10429.0, 10519.0, 10437.0, 10521.0, 10447.0, 10539.0, 10448.0, 10527.0, 10470.0, 10530.0, 10514.0, 10551.0, 10534.0, 10506.0, 10540.0, 10519.0, 10531.0, 10508.0, 10490.0, 10550.0, 10451.0, 10560.0, 10489.0, 10528.0, 10508.0, 10529.0, 10533.0, 10504.0, 10536.0, 10470.0, 10530.0, 10453.0, 10520.0, 10425.0, 10518.0, 10428.0, 10526.0, 10440.0, 10520.0, 10453.0, 10521.0, 10462.0, 10512.0, 10522.0, 10490.0, 10537.0, 10488.0, 10537.0, 10473.0, 10523.0, 10449.0, 10525.0, 10430.0, 10524.0, 10506.0, 10481.0, 10532.0, 10478.0, 10516.0, 10463.0, 10514.0, 10418.0, 10497.0, 10427.0, 10482.0, 10483.0, 10466.0, 10508.0, 10454.0, 10504.0, 10455.0, 10508.0, 10488.0, 10513.0, 10467.0, 10517.0, 10483.0, 10532.0, 10484.0, 10533.0, 10505.0, 10538.0, 10477.0, 10536.0, 10458.0, 10521.0, 10422.0, 10518.0, 10427.0, 10519.0, 10437.0, 10491.0, 10500.0, 10462.0, 10512.0, 10476.0, 10520.0, 10495.0, 10557.0, 10436.0, 10513.0, 10456.0, 10541.0, 10463.0, 10537.0, 10495.0, 10514.0, 10556.0, 10467.0, 10583.0, 10507.0, 10591.0, 10515.0, 10574.0, 10534.0, 10488.0, 10539.0, 10495.0, 10522.0, 10467.0, 10517.0, 10419.0, 10499.0, 10467.0, 10465.0, 10508.0, 10465.0, 10496.0, 10443.0, 10489.0, 10430.0, 10494.0, 10418.0, 10497.0, 10424.0, 10515.0, 10430.0, 10519.0, 10446.0, 10522.0, 10426.0, 10539.0, 10431.0, 10539.0, 10456.0, 10494.0, 10518.0, 10461.0, 10511.0, 10457.0, 10494.0, 10422.0, 10497.0, 10400.0, 10480.0, 10473.0, 10465.0, 10532.0, 10480.0, 10491.0, 10442.0, 10513.0, 10465.0, 10477.0, 10497.0, 10483.0, 10498.0, 10506.0, 10485.0, 10522.0, 10501.0, 10543.0, 10494.0, 10541.0, 10461.0, 10523.0, 10428.0, 10519.0, 10421.0, 10487.0, 10502.0, 10461.0, 10510.0, 10432.0, 10493.0, 10401.0, 10513.0, 10408.0, 10503.0, 10410.0, 10505.0, 10434.0, 10490.0, 10480.0, 10511.0, 10510.0, 10499.0, 10521.0, 10507.0, 10519.0, 10518.0, 10473.0, 10553.0, 10475.0, 10531.0, 10532.0, 10499.0, 10540.0, 10485.0, 10525.0, 10469.0, 10518.0, 10425.0, 10500.0, 10424.0, 10513.0, 10408.0, 10511.0, 10425.0, 10513.0, 10467.0, 10517.0, 10482.0, 10518.0, 10482.0, 10518.0, 10513.0, 10494.0, 10478.0, 10513.0, 10445.0, 10493.0, 10423.0, 10493.0, 10394.0, 10478.0, 10398.0, 10466.0, 10446.0, 10480.0, 10377.0, 10508.0, 10421.0, 10516.0, 10487.0, 10496.0, 10511.0, 10468.0, 10513.0, 10498.0, 10496.0, 10518.0, 10448.0, 10497.0, 10400.0, 10494.0, 10399.0, 10477.0, 10450.0, 10453.0, 10489.0, 10437.0, 10512.0, 10457.0, 10478.0, 10457.0, 10495.0, 10465.0, 10514.0, 10451.0, 10513.0, 10422.0, 10501.0, 10425.0, 10502.0, 10419.0, 10471.0, 10507.0, 10430.0, 10506.0, 10466.0, 10495.0, 10422.0, 10496.0, 10426.0, 10499.0, 10430.0, 10517.0, 10457.0, 10523.0, 10476.0, 10525.0, 10461.0, 10525.0, 10441.0, 10520.0, 10477.0, 10474.0, 10516.0, 10458.0, 10496.0, 10423.0, 10487.0, 10426.0, 10491.0, 10405.0, 10494.0, 10416.0, 10497.0, 10418.0, 10498.0, 10446.0, 10485.0, 10496.0, 10444.0, 10496.0, 10420.0, 10479.0, 10401.0, 10497.0, 10390.0, 10469.0, 10487.0, 10427.0, 10492.0, 10412.0, 10478.0, 10398.0, 10481.0, 10389.0, 10468.0, 10450.0, 10435.0, 10492.0, 10445.0, 10515.0, 10464.0, 10501.0, 10461.0, 10512.0, 10423.0, 10502.0, 10424.0, 10508.0, 10491.0, 10514.0, 10496.0, 10480.0, 10504.0, 10468.0, 10519.0, 10469.0, 10519.0, 10475.0, 10522.0, 10460.0, 10523.0, 10428.0, 10524.0, 10439.0, 10493.0, 10519.0, 10463.0, 10500.0, 10420.0, 10496.0, 10399.0, 10465.0, 10479.0, 10440.0, 10479.0, 10426.0, 10473.0, 10396.0, 10477.0, 10387.0, 10480.0, 10413.0, 10469.0, 10480.0, 10457.0, 10508.0, 10479.0, 10514.0, 10464.0, 10516.0, 10453.0, 10522.0, 10470.0, 10516.0, 10483.0, 10522.0, 10489.0, 10519.0, 10470.0, 10521.0, 10467.0, 10519.0, 10435.0, 10517.0, 10412.0, 10502.0, 10447.0, 10471.0, 10493.0, 10493.0, 10497.0, 10447.0, 10516.0, 10418.0, 10508.0, 10466.0, 10490.0, 10495.0, 10434.0, 10512.0, 10417.0, 10525.0, 10445.0, 10510.0, 10502.0, 10494.0, 10518.0, 10451.0, 10499.0, 10448.0, 10493.0, 10402.0, 10475.0, 10405.0, 10497.0, 10405.0, 10487.0, 10426.0, 10526.0, 10430.0, 10526.0, 10497.0, 10541.0, 10493.0, 10522.0, 10518.0, 10477.0, 10542.0, 10465.0, 10545.0, 10447.0, 10525.0, 10526.0, 10473.0, 10501.0, 10451.0, 10473.0, 10392.0, 10457.0, 10375.0, 10438.0, 10450.0, 10425.0, 10466.0, 10427.0, 10448.0, 10420.0, 10471.0, 10427.0, 10490.0, 10441.0, 10495.0, 10446.0, 10495.0, 10459.0, 10492.0, 10432.0, 10481.0, 10402.0, 10493.0, 10411.0, 10482.0, 10426.0, 10465.0, 10491.0, 10422.0, 10488.0, 10414.0, 10486.0, 10422.0, 10490.0, 10406.0, 10494.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.016944578034682082</td></tr>
<tr><td colspan=3>aqi</td><td>0.04516318890173411</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.54283833950233</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3815219020601854</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2655628185648164</td></tr>
<tr><td colspan=3>efc</td><td>0.4898</td></tr>
<tr><td colspan=3>fber</td><td>5483.9575</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15669052825897736</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.30635838150289</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.701229001518563</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.494335576894042</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.029851473217257</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5794999544443913</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101193</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013252919539809227</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04056055471301079</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>865</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.9318122631274277</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>15.0512</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.6318</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.0977</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>297310.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1059.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.3581</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.295</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.6362</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3969.6022</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1070.7463</td></tr>
<tr><td colspan=3>tsnr</td><td>28.906355283863377</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>