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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-04_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-04_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-0094/ses-01/func/sub-0094_ses-01_task-social_acq-mb8_run-04_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>cde74ada3f3c3e583ee7926535ad8bf2</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>11:55:31.015000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996546, 0.0786575, 0.026615, -0.0805304, 0.993639, 0.0787178]</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-04_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.107306</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7844, -7279, 760, -19, -635, 256, 14]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>232.532</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c82fd125-cf72-483a-84ec-987e69666ce5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.67366099357605, -0.21605709195137024, 0.054685577750205994, 119.72828674316406], [-0.21103236079216003, 2.665860652923584, 0.21759097278118134, -89.42184448242188], [0.07140599936246872, -0.21119411289691925, 2.690662145614624, -58.45695114135742], [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': ['115531.015000', '115531.475000', '115531.935000', '115532.395000', '115532.855000', '115533.315000', '115533.775000', '115534.235000', '115534.695000', '115535.155000', '115535.615000', '115536.075000', '115536.535000', '115536.995000', '115537.455000', '115537.915000', '115538.375000', '115538.835000', '115539.295000', '115539.755000', '115540.215000', '115540.675000', '115541.135000', '115541.595000', '115542.055000', '115542.515000', '115542.975000', '115543.435000', '115543.895000', '115544.355000', '115544.815000', '115545.275000', '115545.735000', '115546.195000', '115546.655000', '115547.115000', '115547.575000', '115548.035000', '115548.495000', '115548.955000', '115549.415000', '115549.875000', '115550.335000', '115550.795000', '115551.255000', '115551.715000', '115552.175000', '115552.635000', '115553.095000', '115553.555000', '115554.015000', '115554.475000', '115554.935000', '115555.395000', '115555.855000', '115556.315000', '115556.775000', '115557.235000', '115557.695000', '115558.155000', '115558.615000', '115559.075000', '115559.535000', '115559.995000', '115600.455000', '115600.915000', '115601.375000', '115601.835000', '115602.295000', '115602.755000', '115603.215000', '115603.675000', '115604.135000', '115604.595000', '115605.055000', '115605.515000', '115605.975000', '115606.435000', '115606.895000', '115607.355000', '115607.815000', '115608.275000', '115608.735000', '115609.195000', '115609.655000', '115610.115000', '115610.575000', '115611.035000', '115611.495000', '115611.955000', '115612.415000', '115612.875000', '115613.335000', '115613.795000', '115614.255000', '115614.715000', '115615.175000', '115615.635000', '115616.095000', '115616.555000', '115617.015000', '115617.475000', '115617.935000', '115618.395000', '115618.855000', '115619.315000', '115619.775000', '115620.235000', '115620.695000', '115621.155000', '115621.615000', '115622.075000', '115622.535000', '115622.995000', '115623.455000', '115623.915000', '115624.375000', '115624.835000', '115625.295000', '115625.755000', '115626.215000', '115626.675000', '115627.135000', '115627.595000', '115628.055000', '115628.515000', '115628.975000', '115629.435000', '115629.895000', '115630.355000', '115630.815000', '115631.275000', '115631.735000', '115632.195000', '115632.655000', '115633.115000', '115633.575000', '115634.035000', '115634.495000', '115634.955000', '115635.415000', '115635.875000', '115636.335000', '115636.795000', '115637.255000', '115637.715000', '115638.175000', '115638.635000', '115639.095000', '115639.555000', '115640.015000', '115640.475000', '115640.935000', '115641.395000', '115641.855000', '115642.315000', '115642.775000', '115643.235000', '115643.695000', '115644.155000', '115644.615000', '115645.075000', '115645.535000', '115645.995000', '115646.455000', '115646.915000', '115647.375000', '115647.835000', '115648.295000', '115648.755000', '115649.215000', '115649.675000', '115650.135000', '115650.595000', '115651.055000', '115651.515000', '115651.975000', '115652.435000', '115652.895000', '115653.355000', '115653.815000', '115654.275000', '115654.735000', '115655.195000', '115655.655000', '115656.115000', '115656.575000', '115657.035000', '115657.495000', '115657.955000', '115658.415000', '115658.875000', '115659.335000', '115659.795000', '115700.255000', '115700.715000', '115701.175000', '115701.635000', '115702.095000', '115702.555000', '115703.015000', '115703.475000', '115703.935000', '115704.395000', '115704.855000', '115705.315000', '115705.775000', '115706.235000', '115706.695000', '115707.155000', '115707.615000', '115708.075000', '115708.535000', '115708.995000', '115709.455000', '115709.915000', '115710.375000', '115710.835000', '115711.295000', '115711.755000', '115712.215000', '115712.675000', '115713.135000', '115713.595000', '115714.055000', '115714.515000', '115714.975000', '115715.435000', '115715.895000', '115716.355000', '115716.815000', '115717.275000', '115717.735000', '115718.195000', '115718.655000', '115719.115000', '115719.575000', '115720.035000', '115720.495000', '115720.955000', '115721.415000', '115721.875000', '115722.335000', '115722.795000', '115723.255000', '115723.715000', '115724.175000', '115724.635000', '115725.095000', '115725.555000', '115726.015000', '115726.475000', '115726.935000', '115727.395000', '115727.855000', '115728.315000', '115728.775000', '115729.235000', '115729.695000', '115730.155000', '115730.615000', '115731.075000', '115731.535000', '115731.995000', '115732.455000', '115732.915000', '115733.375000', '115733.835000', '115734.295000', '115734.755000', '115735.215000', '115735.675000', '115736.135000', '115736.595000', '115737.055000', '115737.515000', '115737.975000', '115738.435000', '115738.895000', '115739.355000', '115739.815000', '115740.275000', '115740.735000', '115741.195000', '115741.655000', '115742.115000', '115742.575000', '115743.035000', '115743.495000', '115743.955000', '115744.415000', '115744.875000', '115745.335000', '115745.795000', '115746.255000', '115746.715000', '115747.175000', '115747.635000', '115748.095000', '115748.555000', '115749.015000', '115749.475000', '115749.935000', '115750.395000', '115750.855000', '115751.315000', '115751.775000', '115752.235000', '115752.695000', '115753.155000', '115753.615000', '115754.075000', '115754.535000', '115754.995000', '115755.455000', '115755.915000', '115756.375000', '115756.835000', '115757.295000', '115757.755000', '115758.215000', '115758.675000', '115759.135000', '115759.595000', '115800.055000', '115800.515000', '115800.975000', '115801.435000', '115801.895000', '115802.355000', '115802.815000', '115803.275000', '115803.735000', '115804.195000', '115804.655000', '115805.115000', '115805.575000', '115806.035000', '115806.495000', '115806.955000', '115807.415000', '115807.875000', '115808.335000', '115808.795000', '115809.255000', '115809.715000', '115810.175000', '115810.635000', '115811.095000', '115811.555000', '115812.015000', '115812.475000', '115812.935000', '115813.395000', '115813.855000', '115814.315000', '115814.775000', '115815.235000', '115815.695000', '115816.155000', '115816.615000', '115817.075000', '115817.535000', '115817.995000', '115818.455000', '115818.915000', '115819.375000', '115819.835000', '115820.295000', '115820.755000', '115821.215000', '115821.675000', '115822.135000', '115822.595000', '115823.055000', '115823.515000', '115823.975000', '115824.435000', '115824.895000', '115825.355000', '115825.815000', '115826.275000', '115826.735000', '115827.195000', '115827.655000', '115828.115000', '115828.575000', '115829.035000', '115829.495000', '115829.955000', '115830.415000', '115830.875000', '115831.335000', '115831.795000', '115832.255000', '115832.715000', '115833.175000', '115833.635000', '115834.095000', '115834.555000', '115835.015000', '115835.475000', '115835.935000', '115836.395000', '115836.855000', '115837.315000', '115837.775000', '115838.235000', '115838.695000', '115839.155000', '115839.615000', '115840.075000', '115840.535000', '115840.995000', '115841.455000', '115841.915000', '115842.375000', '115842.835000', '115843.295000', '115843.755000', '115844.215000', '115844.675000', '115845.135000', '115845.595000', '115846.055000', '115846.515000', '115846.975000', '115847.435000', '115847.895000', '115848.355000', '115848.815000', '115849.275000', '115849.735000', '115850.195000', '115850.655000', '115851.115000', '115851.575000', '115852.035000', '115852.495000', '115852.955000', '115853.415000', '115853.875000', '115854.335000', '115854.795000', '115855.255000', '115855.715000', '115856.175000', '115856.635000', '115857.095000', '115857.555000', '115858.015000', '115858.475000', '115858.935000', '115859.395000', '115859.855000', '115900.315000', '115900.775000', '115901.235000', '115901.695000', '115902.155000', '115902.615000', '115903.075000', '115903.535000', '115903.995000', '115904.455000', '115904.915000', '115905.375000', '115905.835000', '115906.295000', '115906.755000', '115907.215000', '115907.675000', '115908.135000', '115908.595000', '115909.055000', '115909.515000', '115909.975000', '115910.435000', '115910.895000', '115911.355000', '115911.815000', '115912.275000', '115912.735000', '115913.195000', '115913.655000', '115914.115000', '115914.575000', '115915.035000', '115915.495000', '115915.955000', '115916.415000', '115916.875000', '115917.335000', '115917.795000', '115918.255000', '115918.715000', '115919.175000', '115919.635000', '115920.095000', '115920.555000', '115921.015000', '115921.475000', '115921.935000', '115922.395000', '115922.855000', '115923.315000', '115923.775000', '115924.235000', '115924.695000', '115925.155000', '115925.615000', '115926.075000', '115926.535000', '115926.995000', '115927.455000', '115927.915000', '115928.375000', '115928.835000', '115929.295000', '115929.755000', '115930.215000', '115930.675000', '115931.135000', '115931.595000', '115932.055000', '115932.515000', '115932.975000', '115933.435000', '115933.895000', '115934.355000', '115934.815000', '115935.275000', '115935.735000', '115936.195000', '115936.655000', '115937.115000', '115937.575000', '115938.035000', '115938.495000', '115938.955000', '115939.415000', '115939.875000', '115940.335000', '115940.795000', '115941.255000', '115941.715000', '115942.175000', '115942.635000', '115943.095000', '115943.555000', '115944.015000', '115944.475000', '115944.935000', '115945.395000', '115945.855000', '115946.315000', '115946.775000', '115947.235000', '115947.695000', '115948.155000', '115948.615000', '115949.075000', '115949.535000', '115949.995000', '115950.455000', '115950.915000', '115951.375000', '115951.835000', '115952.295000', '115952.755000', '115953.215000', '115953.675000', '115954.135000', '115954.595000', '115955.055000', '115955.515000', '115955.975000', '115956.435000', '115956.895000', '115957.355000', '115957.815000', '115958.275000', '115958.735000', '115959.195000', '115959.655000', '120000.115000', '120000.575000', '120001.035000', '120001.495000', '120001.955000', '120002.415000', '120002.875000', '120003.335000', '120003.795000', '120004.255000', '120004.715000', '120005.175000', '120005.635000', '120006.095000', '120006.555000', '120007.015000', '120007.475000', '120007.935000', '120008.395000', '120008.855000', '120009.315000', '120009.775000', '120010.235000', '120010.695000', '120011.155000', '120011.615000', '120012.075000', '120012.535000', '120012.995000', '120013.455000', '120013.915000', '120014.375000', '120014.835000', '120015.295000', '120015.755000', '120016.215000', '120016.675000', '120017.135000', '120017.595000', '120018.055000', '120018.515000', '120018.975000', '120019.435000', '120019.895000', '120020.355000', '120020.815000', '120021.275000', '120021.735000', '120022.195000', '120022.655000', '120023.115000', '120023.575000', '120024.035000', '120024.495000', '120024.955000', '120025.415000', '120025.875000', '120026.335000', '120026.795000', '120027.255000', '120027.715000', '120028.175000', '120028.635000', '120029.095000', '120029.555000', '120030.015000', '120030.475000', '120030.935000', '120031.395000', '120031.855000', '120032.315000', '120032.775000', '120033.235000', '120033.695000', '120034.155000', '120034.615000', '120035.075000', '120035.535000', '120035.995000', '120036.455000', '120036.915000', '120037.375000', '120037.835000', '120038.295000', '120038.755000', '120039.215000', '120039.675000', '120040.135000', '120040.595000', '120041.055000', '120041.515000', '120041.975000', '120042.435000', '120042.895000', '120043.355000', '120043.815000', '120044.275000', '120044.735000', '120045.195000', '120045.655000', '120046.115000', '120046.575000', '120047.035000', '120047.495000', '120047.955000', '120048.415000', '120048.875000', '120049.335000', '120049.795000', '120050.255000', '120050.715000', '120051.175000', '120051.635000', '120052.095000', '120052.555000', '120053.015000', '120053.475000', '120053.935000', '120054.395000', '120054.855000', '120055.315000', '120055.775000', '120056.235000', '120056.695000', '120057.155000', '120057.615000', '120058.075000', '120058.535000', '120058.995000', '120059.455000', '120059.915000', '120100.375000', '120100.835000', '120101.295000', '120101.755000', '120102.215000', '120102.675000', '120103.135000', '120103.595000', '120104.055000', '120104.515000', '120104.975000', '120105.435000', '120105.895000', '120106.355000', '120106.815000', '120107.275000', '120107.735000', '120108.195000', '120108.655000', '120109.115000', '120109.575000', '120110.035000', '120110.495000', '120110.955000', '120111.415000', '120111.875000', '120112.335000', '120112.795000', '120113.255000', '120113.715000', '120114.175000', '120114.635000', '120115.095000', '120115.555000', '120116.015000', '120116.475000', '120116.935000', '120117.395000', '120117.855000', '120118.315000', '120118.775000', '120119.235000', '120119.695000', '120120.155000', '120120.615000', '120121.075000', '120121.535000', '120121.995000', '120122.455000', '120122.915000', '120123.375000', '120123.835000', '120124.295000', '120124.755000', '120125.215000', '120125.675000', '120126.135000', '120126.595000', '120127.055000', '120127.515000', '120127.975000', '120128.435000', '120128.895000', '120129.355000', '120129.815000', '120130.275000', '120130.735000', '120131.195000', '120131.655000', '120132.115000', '120132.575000', '120133.035000', '120133.495000', '120133.955000', '120134.415000', '120134.875000', '120135.335000', '120135.795000', '120136.255000', '120136.715000', '120137.175000', '120137.635000', '120138.095000', '120138.555000', '120139.015000', '120139.475000', '120139.935000', '120140.395000', '120140.855000', '120141.315000', '120141.775000', '120142.235000', '120142.695000', '120143.155000', '120143.615000', '120144.075000', '120144.535000', '120144.995000', '120145.455000', '120145.915000', '120146.375000', '120146.835000', '120147.295000', '120147.755000', '120148.215000', '120148.675000', '120149.135000', '120149.595000', '120150.055000', '120150.515000', '120150.975000', '120151.435000', '120151.895000', '120152.355000', '120152.815000', '120153.275000', '120153.735000', '120154.195000', '120154.655000', '120155.115000', '120155.575000', '120156.035000', '120156.495000', '120156.955000', '120157.415000', '120157.875000', '120158.335000', '120158.795000', '120159.255000', '120159.715000', '120200.175000', '120200.635000', '120201.095000', '120201.555000', '120202.015000', '120202.475000', '120202.935000', '120203.395000', '120203.855000', '120204.315000', '120204.775000', '120205.235000', '120205.695000', '120206.155000', '120206.615000', '120207.075000', '120207.535000', '120207.995000', '120208.455000', '120208.915000', '120209.375000', '120209.835000', '120210.295000', '120210.755000', '120211.215000', '120211.675000'], 'ContentTime': ['115558.724000', '115558.727000', '115558.730000', '115558.732000', '115558.735000', '115558.737000', '115558.740000', '115558.743000', '115558.745000', '115558.748000', '115558.750000', '115558.753000', '115558.755000', '115558.758000', '115558.760000', '115558.763000', '115558.766000', '115558.768000', '115558.775000', '115558.778000', '115558.780000', '115558.783000', '115558.785000', '115558.788000', '115558.790000', '115558.793000', '115558.795000', '115558.798000', '115558.801000', '115558.803000', '115558.806000', '115558.808000', '115558.811000', '115558.814000', '115558.821000', '115558.823000', '115558.826000', '115558.828000', '115558.831000', '115558.833000', '115558.836000', '115558.839000', '115558.841000', '115558.844000', '115558.846000', '115558.849000', '115558.851000', '115558.854000', '115558.857000', '115558.859000', '115558.862000', '115558.864000', '115558.867000', '115558.869000', '115558.872000', '115558.875000', '115558.877000', '115618.691000', '115618.694000', '115618.697000', '115618.699000', '115618.702000', '115618.704000', '115618.707000', '115618.714000', '115618.716000', '115618.719000', '115618.721000', '115618.724000', '115618.726000', '115618.729000', '115618.731000', '115618.734000', '115618.737000', '115618.739000', '115618.742000', '115618.744000', '115618.747000', '115618.750000', '115618.752000', '115618.755000', '115618.757000', '115618.760000', '115618.762000', '115618.765000', '115618.767000', '115618.770000', '115618.773000', '115618.775000', '115618.778000', '115618.780000', '115618.783000', '115618.785000', '115618.788000', '115618.790000', '115618.793000', '115618.796000', '115618.799000', '115618.801000', '115618.804000', '115638.691000', '115638.694000', '115638.697000', '115638.699000', '115638.702000', '115638.704000', '115638.707000', '115638.710000', '115638.712000', '115638.715000', '115638.717000', '115638.720000', '115638.722000', '115638.725000', '115638.727000', '115638.730000', '115638.733000', '115638.735000', '115638.738000', '115638.740000', '115638.743000', '115638.745000', '115638.748000', '115638.750000', '115638.753000', '115638.759000', '115638.761000', '115638.764000', '115638.766000', '115638.769000', '115638.771000', '115638.774000', '115638.776000', '115638.779000', '115638.782000', '115638.784000', '115638.787000', '115638.789000', '115638.792000', '115638.794000', '115638.797000', '115638.800000', '115638.802000', '115638.805000', '115658.691000', '115658.694000', '115658.697000', '115658.699000', '115658.715000', '115658.718000', '115658.720000', '115658.723000', '115658.726000', '115658.728000', '115658.731000', '115658.733000', '115658.736000', '115658.739000', '115658.741000', '115658.744000', '115658.746000', '115658.749000', '115658.751000', '115658.754000', '115658.757000', '115658.759000', '115658.762000', '115658.764000', '115658.767000', '115658.769000', '115658.772000', '115658.774000', '115658.777000', '115658.780000', '115658.782000', '115658.785000', '115658.787000', '115658.790000', '115658.793000', '115658.795000', '115658.798000', '115658.800000', '115658.803000', '115658.817000', '115658.819000', '115658.822000', '115658.825000', '115718.690000', '115718.693000', '115718.696000', '115718.698000', '115718.701000', '115718.704000', '115718.706000', '115718.709000', '115718.711000', '115718.714000', '115718.716000', '115718.719000', '115718.722000', '115718.724000', '115718.727000', '115718.729000', '115718.732000', '115718.740000', '115718.742000', '115718.745000', '115718.748000', '115718.750000', '115718.762000', '115718.765000', '115718.767000', '115718.770000', '115718.773000', '115718.775000', '115718.778000', '115718.780000', '115718.783000', '115718.786000', '115718.788000', '115718.791000', '115718.793000', '115718.796000', '115718.799000', '115718.837000', '115718.839000', '115718.842000', '115718.844000', '115718.847000', '115718.850000', '115718.852000', '115738.691000', '115738.694000', '115738.697000', '115738.699000', '115738.702000', '115738.705000', '115738.707000', '115738.710000', '115738.713000', '115738.715000', '115738.718000', '115738.720000', '115738.723000', '115738.726000', '115738.728000', '115738.731000', '115738.733000', '115738.736000', '115738.739000', '115738.741000', '115738.744000', '115738.746000', '115738.749000', '115738.752000', '115738.754000', '115738.757000', '115738.759000', '115738.762000', '115738.765000', '115738.767000', '115738.770000', '115738.773000', '115738.775000', '115738.778000', '115738.780000', '115738.783000', '115738.785000', '115738.788000', '115738.791000', '115738.793000', '115738.796000', '115738.798000', '115738.827000', '115758.692000', '115758.695000', '115758.697000', '115758.700000', '115758.702000', '115758.705000', '115758.708000', '115758.710000', '115758.713000', '115758.716000', '115758.718000', '115758.721000', '115758.723000', '115758.726000', '115758.729000', '115758.731000', '115758.734000', '115758.736000', '115758.739000', '115758.741000', '115758.744000', '115758.747000', '115758.749000', '115758.752000', '115758.754000', '115758.757000', '115758.759000', '115758.762000', '115758.765000', '115758.767000', '115758.770000', '115758.772000', '115758.775000', '115758.778000', '115758.780000', '115758.783000', '115758.785000', '115758.788000', '115758.791000', '115758.793000', '115758.796000', '115758.798000', '115758.848000', '115758.850000', '115818.691000', '115818.694000', '115818.697000', '115818.699000', '115818.702000', '115818.704000', '115818.707000', '115818.710000', '115818.712000', '115818.715000', '115818.718000', '115818.720000', '115818.723000', '115818.725000', '115818.728000', '115818.730000', '115818.733000', '115818.736000', '115818.738000', '115818.741000', '115818.743000', '115818.746000', '115818.749000', '115818.751000', '115818.754000', '115818.757000', '115818.759000', '115818.762000', '115818.764000', '115818.767000', '115818.770000', '115818.772000', '115818.775000', '115818.777000', '115818.780000', '115818.783000', '115818.785000', '115818.788000', '115818.790000', '115818.793000', '115818.795000', '115818.798000', '115818.820000', '115838.692000', '115838.694000', '115838.697000', '115838.700000', '115838.702000', '115838.705000', '115838.707000', '115838.710000', '115838.713000', '115838.715000', '115838.718000', '115838.720000', '115838.723000', '115838.726000', '115838.728000', '115838.731000', '115838.733000', '115838.736000', '115838.738000', '115838.741000', '115838.744000', '115838.761000', '115838.763000', '115838.766000', '115838.768000', '115838.771000', '115838.773000', '115838.776000', '115838.779000', '115838.781000', '115838.784000', '115838.786000', '115838.789000', '115838.792000', '115838.794000', '115838.797000', '115838.851000', '115838.854000', '115838.856000', '115838.859000', '115838.861000', '115838.864000', '115838.867000', '115838.869000', '115858.691000', '115858.694000', '115858.697000', '115858.700000', '115858.702000', '115858.705000', '115858.707000', '115858.710000', '115858.712000', '115858.715000', '115858.717000', '115858.720000', '115858.723000', '115858.725000', '115858.728000', '115858.731000', '115858.733000', '115858.736000', '115858.738000', '115858.741000', '115858.744000', '115858.746000', '115858.749000', '115858.751000', '115858.754000', '115858.757000', '115858.759000', '115858.762000', '115858.764000', '115858.767000', '115858.769000', '115858.772000', '115858.774000', '115858.777000', '115858.780000', '115858.782000', '115858.785000', '115858.787000', '115858.790000', '115858.792000', '115858.795000', '115858.798000', '115858.867000', '115918.691000', '115918.694000', '115918.698000', '115918.700000', '115918.703000', '115918.706000', '115918.708000', '115918.711000', '115918.713000', '115918.716000', '115918.719000', '115918.721000', '115918.724000', '115918.726000', '115918.729000', '115918.732000', '115918.734000', '115918.737000', '115918.739000', '115918.742000', '115918.744000', '115918.747000', '115918.750000', '115918.752000', '115918.755000', '115918.757000', '115918.760000', '115918.762000', '115918.765000', '115918.768000', '115918.770000', '115918.773000', '115918.776000', '115918.778000', '115918.781000', '115918.783000', '115918.786000', '115918.789000', '115918.791000', '115918.794000', '115918.796000', '115918.799000', '115918.801000', '115918.804000', '115938.690000', '115938.693000', '115938.696000', '115938.698000', '115938.701000', '115938.704000', '115938.706000', '115938.709000', '115938.711000', '115938.714000', '115938.717000', '115938.719000', '115938.722000', '115938.724000', '115938.727000', '115938.729000', '115938.732000', '115938.735000', '115938.737000', '115938.740000', '115938.742000', '115938.745000', '115938.748000', '115938.750000', '115938.753000', '115938.755000', '115938.758000', '115938.760000', '115938.763000', '115938.766000', '115938.768000', '115938.771000', '115938.773000', '115938.776000', '115938.779000', '115938.781000', '115938.784000', '115938.786000', '115938.789000', '115938.792000', '115938.794000', '115938.797000', '115938.860000', '115958.691000', '115958.694000', '115958.697000', '115958.699000', '115958.702000', '115958.704000', '115958.707000', '115958.710000', '115958.712000', '115958.715000', '115958.718000', '115958.720000', '115958.723000', '115958.725000', '115958.728000', '115958.731000', '115958.733000', '115958.736000', '115958.739000', '115958.741000', '115958.744000', '115958.746000', '115958.749000', '115958.756000', '115958.758000', '115958.761000', '115958.764000', '115958.766000', '115958.769000', '115958.772000', '115958.774000', '115958.777000', '115958.780000', '115958.782000', '115958.785000', '115958.787000', '115958.790000', '115958.792000', '115958.795000', '115958.797000', '115958.865000', '115958.868000', '115958.870000', '115958.873000', '120018.692000', '120018.694000', '120018.712000', '120018.715000', '120018.718000', '120018.720000', '120018.723000', '120018.725000', '120018.728000', '120018.731000', '120018.733000', '120018.736000', '120018.738000', '120018.741000', '120018.743000', '120018.746000', '120018.749000', '120018.751000', '120018.754000', '120018.757000', '120018.759000', '120018.762000', '120018.764000', '120018.767000', '120018.770000', '120018.772000', '120018.775000', '120018.777000', '120018.780000', '120018.783000', '120018.785000', '120018.788000', '120018.790000', '120018.793000', '120018.796000', '120018.798000', '120018.849000', '120018.852000', '120018.854000', '120018.857000', '120018.860000', '120018.862000', '120018.865000', '120038.691000', '120038.694000', '120038.697000', '120038.700000', '120038.702000', '120038.705000', '120038.708000', '120038.710000', '120038.713000', '120038.715000', '120038.718000', '120038.721000', '120038.723000', '120038.726000', '120038.728000', '120038.731000', '120038.734000', '120038.739000', '120038.741000', '120038.744000', '120038.747000', '120038.749000', '120038.752000', '120038.754000', '120038.757000', '120038.759000', '120038.762000', '120038.765000', '120038.767000', '120038.770000', '120038.772000', '120038.775000', '120038.778000', '120038.780000', '120038.783000', '120038.785000', '120038.788000', '120038.791000', '120038.793000', '120038.796000', '120038.799000', '120038.847000', '120038.849000', '120058.692000', '120058.694000', '120058.697000', '120058.700000', '120058.702000', '120058.705000', '120058.707000', '120058.710000', '120058.713000', '120058.715000', '120058.718000', '120058.720000', '120058.723000', '120058.725000', '120058.728000', '120058.731000', '120058.733000', '120058.736000', '120058.739000', '120058.741000', '120058.744000', '120058.746000', '120058.749000', '120058.751000', '120058.754000', '120058.757000', '120058.759000', '120058.762000', '120058.764000', '120058.767000', '120058.778000', '120058.780000', '120058.783000', '120058.785000', '120058.788000', '120058.791000', '120058.793000', '120058.796000', '120058.799000', '120058.837000', '120058.839000', '120058.842000', '120058.844000', '120058.847000', '120118.691000', '120118.695000', '120118.698000', '120118.701000', '120118.704000', '120118.707000', '120118.709000', '120118.712000', '120118.714000', '120118.717000', '120118.719000', '120118.722000', '120118.725000', '120118.727000', '120118.730000', '120118.733000', '120118.735000', '120118.738000', '120118.740000', '120118.743000', '120118.746000', '120118.748000', '120118.751000', '120118.753000', '120118.756000', '120118.759000', '120118.761000', '120118.764000', '120118.766000', '120118.769000', '120118.772000', '120118.774000', '120118.777000', '120118.779000', '120118.782000', '120118.785000', '120118.787000', '120118.790000', '120118.792000', '120118.795000', '120118.798000', '120118.800000', '120118.803000', '120138.692000', '120138.694000', '120138.697000', '120138.700000', '120138.703000', '120138.706000', '120138.708000', '120138.711000', '120138.714000', '120138.716000', '120138.727000', '120138.731000', '120138.734000', '120138.737000', '120138.739000', '120138.742000', '120138.745000', '120138.747000', '120138.750000', '120138.753000', '120138.755000', '120138.758000', '120138.760000', '120138.763000', '120138.765000', '120138.768000', '120138.771000', '120138.773000', '120138.776000', '120138.778000', '120138.781000', '120138.784000', '120138.786000', '120138.789000', '120138.791000', '120138.794000', '120138.797000', '120138.799000', '120138.887000', '120138.890000', '120138.893000', '120138.895000', '120138.898000', '120138.900000', '120158.690000', '120158.693000', '120158.696000', '120158.699000', '120158.702000', '120158.704000', '120158.707000', '120158.709000', '120158.712000', '120158.715000', '120158.717000', '120158.720000', '120158.723000', '120158.725000', '120158.728000', '120158.730000', '120158.733000', '120158.736000', '120158.739000', '120158.742000', '120158.744000', '120158.747000', '120158.749000', '120158.752000', '120158.755000', '120158.757000', '120158.760000', '120158.762000', '120158.765000', '120158.768000', '120158.770000', '120158.773000', '120158.776000', '120158.779000', '120158.782000', '120158.785000', '120158.787000', '120158.790000', '120158.793000', '120158.795000', '120158.798000', '120158.867000', '120158.870000', '120213.449000', '120213.452000', '120213.455000', '120213.458000', '120213.461000', '120213.464000', '120213.467000', '120213.470000', '120213.472000', '120213.475000', '120213.478000', '120213.481000', '120213.484000', '120213.488000', '120213.491000', '120213.494000', '120213.497000', '120213.499000', '120213.502000', '120213.505000', '120213.508000', '120213.511000', '120213.513000', '120213.516000', '120213.519000', '120213.522000', '120213.525000', '120213.529000', '120213.532000', '120213.535000', '120213.538000', '120213.542000', '120213.545000'], 'InstanceCreationTime': ['115558.724000', '115558.727000', '115558.730000', '115558.732000', '115558.735000', '115558.737000', '115558.740000', '115558.743000', '115558.745000', '115558.748000', '115558.750000', '115558.753000', '115558.755000', '115558.758000', '115558.760000', '115558.763000', '115558.766000', '115558.768000', '115558.775000', '115558.778000', '115558.780000', '115558.783000', '115558.785000', '115558.788000', '115558.790000', '115558.793000', '115558.795000', '115558.798000', '115558.801000', '115558.803000', '115558.806000', '115558.808000', '115558.811000', '115558.814000', '115558.821000', '115558.823000', '115558.826000', '115558.828000', '115558.831000', '115558.833000', '115558.836000', '115558.839000', '115558.841000', '115558.844000', '115558.846000', '115558.849000', '115558.851000', '115558.854000', '115558.857000', '115558.859000', '115558.862000', '115558.864000', '115558.867000', '115558.869000', '115558.872000', '115558.875000', '115558.877000', '115618.691000', '115618.694000', '115618.697000', '115618.699000', '115618.702000', '115618.704000', '115618.707000', '115618.714000', '115618.716000', '115618.719000', '115618.721000', '115618.724000', '115618.726000', '115618.729000', '115618.731000', '115618.734000', '115618.737000', '115618.739000', '115618.742000', '115618.744000', '115618.747000', '115618.750000', '115618.752000', '115618.755000', '115618.757000', '115618.760000', '115618.762000', '115618.765000', '115618.767000', '115618.770000', '115618.773000', '115618.775000', '115618.778000', '115618.780000', '115618.783000', '115618.785000', '115618.788000', '115618.790000', '115618.793000', '115618.796000', '115618.799000', '115618.801000', '115618.804000', '115638.691000', '115638.694000', '115638.697000', '115638.699000', '115638.702000', '115638.704000', '115638.707000', '115638.710000', '115638.712000', '115638.715000', '115638.717000', '115638.720000', '115638.722000', '115638.725000', '115638.727000', '115638.730000', '115638.733000', '115638.735000', '115638.738000', '115638.740000', '115638.743000', '115638.745000', '115638.748000', '115638.750000', '115638.753000', '115638.759000', '115638.761000', '115638.764000', '115638.766000', '115638.769000', '115638.771000', '115638.774000', '115638.776000', '115638.779000', '115638.782000', '115638.784000', '115638.787000', '115638.789000', '115638.792000', '115638.794000', '115638.797000', '115638.800000', '115638.802000', '115638.805000', '115658.691000', '115658.694000', '115658.697000', '115658.699000', '115658.715000', '115658.718000', '115658.720000', '115658.723000', '115658.726000', '115658.728000', '115658.731000', '115658.733000', '115658.736000', '115658.739000', '115658.741000', '115658.744000', '115658.746000', '115658.749000', '115658.751000', '115658.754000', '115658.757000', '115658.759000', '115658.762000', '115658.764000', '115658.767000', '115658.769000', '115658.772000', '115658.774000', '115658.777000', '115658.780000', '115658.782000', '115658.785000', '115658.787000', '115658.790000', '115658.793000', '115658.795000', '115658.798000', '115658.800000', '115658.803000', '115658.817000', '115658.819000', '115658.822000', '115658.825000', '115718.690000', '115718.693000', '115718.696000', '115718.698000', '115718.701000', '115718.704000', '115718.706000', '115718.709000', '115718.711000', '115718.714000', '115718.716000', '115718.719000', '115718.722000', '115718.724000', '115718.727000', '115718.729000', '115718.732000', '115718.740000', '115718.742000', '115718.745000', '115718.748000', '115718.750000', '115718.762000', '115718.765000', '115718.767000', '115718.770000', '115718.773000', '115718.775000', '115718.778000', '115718.780000', '115718.783000', '115718.786000', '115718.788000', '115718.791000', '115718.793000', '115718.796000', '115718.799000', '115718.837000', '115718.839000', '115718.842000', '115718.844000', '115718.847000', '115718.850000', '115718.852000', '115738.691000', '115738.694000', '115738.697000', '115738.699000', '115738.702000', '115738.705000', '115738.707000', '115738.710000', '115738.713000', '115738.715000', '115738.718000', '115738.720000', '115738.723000', '115738.726000', '115738.728000', '115738.731000', '115738.733000', '115738.736000', '115738.739000', '115738.741000', '115738.744000', '115738.746000', '115738.749000', '115738.752000', '115738.754000', '115738.757000', '115738.759000', '115738.762000', '115738.765000', '115738.767000', '115738.770000', '115738.773000', '115738.775000', '115738.778000', '115738.780000', '115738.783000', '115738.785000', '115738.788000', '115738.791000', '115738.793000', '115738.796000', '115738.798000', '115738.827000', '115758.692000', '115758.695000', '115758.697000', '115758.700000', '115758.702000', '115758.705000', '115758.708000', '115758.710000', '115758.713000', '115758.716000', '115758.718000', '115758.721000', '115758.723000', '115758.726000', '115758.729000', '115758.731000', '115758.734000', '115758.736000', '115758.739000', '115758.741000', '115758.744000', '115758.747000', '115758.749000', '115758.752000', '115758.754000', '115758.757000', '115758.759000', '115758.762000', '115758.765000', '115758.767000', '115758.770000', '115758.772000', '115758.775000', '115758.778000', '115758.780000', '115758.783000', '115758.785000', '115758.788000', '115758.791000', '115758.793000', '115758.796000', '115758.798000', '115758.848000', '115758.850000', '115818.691000', '115818.694000', '115818.697000', '115818.699000', '115818.702000', '115818.704000', '115818.707000', '115818.710000', '115818.712000', '115818.715000', '115818.718000', '115818.720000', '115818.723000', '115818.725000', '115818.728000', '115818.730000', '115818.733000', '115818.736000', '115818.738000', '115818.741000', '115818.743000', '115818.746000', '115818.749000', '115818.751000', '115818.754000', '115818.757000', '115818.759000', '115818.762000', '115818.764000', '115818.767000', '115818.770000', '115818.772000', '115818.775000', '115818.777000', '115818.780000', '115818.783000', '115818.785000', '115818.788000', '115818.790000', '115818.793000', '115818.795000', '115818.798000', '115818.820000', '115838.692000', '115838.694000', '115838.697000', '115838.700000', '115838.702000', '115838.705000', '115838.707000', '115838.710000', '115838.713000', '115838.715000', '115838.718000', '115838.720000', '115838.723000', '115838.726000', '115838.728000', '115838.731000', '115838.733000', '115838.736000', '115838.738000', '115838.741000', '115838.744000', '115838.761000', '115838.763000', '115838.766000', '115838.768000', '115838.771000', '115838.773000', '115838.776000', '115838.779000', '115838.781000', '115838.784000', '115838.786000', '115838.789000', '115838.792000', '115838.794000', '115838.797000', '115838.851000', '115838.854000', '115838.856000', '115838.859000', '115838.861000', '115838.864000', '115838.867000', '115838.869000', '115858.691000', '115858.694000', '115858.697000', '115858.700000', '115858.702000', '115858.705000', '115858.707000', '115858.710000', '115858.712000', '115858.715000', '115858.717000', '115858.720000', '115858.723000', '115858.725000', '115858.728000', '115858.731000', '115858.733000', '115858.736000', '115858.738000', '115858.741000', '115858.744000', '115858.746000', '115858.749000', '115858.751000', '115858.754000', '115858.757000', '115858.759000', '115858.762000', '115858.764000', '115858.767000', '115858.769000', '115858.772000', '115858.774000', '115858.777000', '115858.780000', '115858.782000', '115858.785000', '115858.787000', '115858.790000', '115858.792000', '115858.795000', '115858.798000', '115858.867000', '115918.691000', '115918.694000', '115918.698000', '115918.700000', '115918.703000', '115918.706000', '115918.708000', '115918.711000', '115918.713000', '115918.716000', '115918.719000', '115918.721000', '115918.724000', '115918.726000', '115918.729000', '115918.732000', '115918.734000', '115918.737000', '115918.739000', '115918.742000', '115918.744000', '115918.747000', '115918.750000', '115918.752000', '115918.755000', '115918.757000', '115918.760000', '115918.762000', '115918.765000', '115918.768000', '115918.770000', '115918.773000', '115918.776000', '115918.778000', '115918.781000', '115918.783000', '115918.786000', '115918.789000', '115918.791000', '115918.794000', '115918.796000', '115918.799000', '115918.801000', '115918.804000', '115938.690000', '115938.693000', '115938.696000', '115938.698000', '115938.701000', '115938.704000', '115938.706000', '115938.709000', '115938.711000', '115938.714000', '115938.717000', '115938.719000', '115938.722000', '115938.724000', '115938.727000', '115938.729000', '115938.732000', '115938.735000', '115938.737000', '115938.740000', '115938.742000', '115938.745000', '115938.748000', '115938.750000', '115938.753000', '115938.755000', '115938.758000', '115938.760000', '115938.763000', '115938.766000', '115938.768000', '115938.771000', '115938.773000', '115938.776000', '115938.779000', '115938.781000', '115938.784000', '115938.786000', '115938.789000', '115938.792000', '115938.794000', '115938.797000', '115938.860000', '115958.691000', '115958.694000', '115958.697000', '115958.699000', '115958.702000', '115958.704000', '115958.707000', '115958.710000', '115958.712000', '115958.715000', '115958.718000', '115958.720000', '115958.723000', '115958.725000', '115958.728000', '115958.731000', '115958.733000', '115958.736000', '115958.739000', '115958.741000', '115958.744000', '115958.746000', '115958.749000', '115958.756000', '115958.758000', '115958.761000', '115958.764000', '115958.766000', '115958.769000', '115958.772000', '115958.774000', '115958.777000', '115958.780000', '115958.782000', '115958.785000', '115958.787000', '115958.790000', '115958.792000', '115958.795000', '115958.797000', '115958.865000', '115958.868000', '115958.870000', '115958.873000', '120018.692000', '120018.694000', '120018.712000', '120018.715000', '120018.718000', '120018.720000', '120018.723000', '120018.725000', '120018.728000', '120018.731000', '120018.733000', '120018.736000', '120018.738000', '120018.741000', '120018.743000', '120018.746000', '120018.749000', '120018.751000', '120018.754000', '120018.757000', '120018.759000', '120018.762000', '120018.764000', '120018.767000', '120018.770000', '120018.772000', '120018.775000', '120018.777000', '120018.780000', '120018.783000', '120018.785000', '120018.788000', '120018.790000', '120018.793000', '120018.796000', '120018.798000', '120018.849000', '120018.852000', '120018.854000', '120018.857000', '120018.860000', '120018.862000', '120018.865000', '120038.691000', '120038.694000', '120038.697000', '120038.700000', '120038.702000', '120038.705000', '120038.708000', '120038.710000', '120038.713000', '120038.715000', '120038.718000', '120038.721000', '120038.723000', '120038.726000', '120038.728000', '120038.731000', '120038.734000', '120038.739000', '120038.741000', '120038.744000', '120038.747000', '120038.749000', '120038.752000', '120038.754000', '120038.757000', '120038.759000', '120038.762000', '120038.765000', '120038.767000', '120038.770000', '120038.772000', '120038.775000', '120038.778000', '120038.780000', '120038.783000', '120038.785000', '120038.788000', '120038.791000', '120038.793000', '120038.796000', '120038.799000', '120038.847000', '120038.849000', '120058.692000', '120058.694000', '120058.697000', '120058.700000', '120058.702000', '120058.705000', '120058.707000', '120058.710000', '120058.713000', '120058.715000', '120058.718000', '120058.720000', '120058.723000', '120058.725000', '120058.728000', '120058.731000', '120058.733000', '120058.736000', '120058.739000', '120058.741000', '120058.744000', '120058.746000', '120058.749000', '120058.751000', '120058.754000', '120058.757000', '120058.759000', '120058.762000', '120058.764000', '120058.767000', '120058.778000', '120058.780000', '120058.783000', '120058.785000', '120058.788000', '120058.791000', '120058.793000', '120058.796000', '120058.799000', '120058.837000', '120058.839000', '120058.842000', '120058.844000', '120058.847000', '120118.691000', '120118.695000', '120118.698000', '120118.701000', '120118.704000', '120118.707000', '120118.709000', '120118.712000', '120118.714000', '120118.717000', '120118.719000', '120118.722000', '120118.725000', '120118.727000', '120118.730000', '120118.733000', '120118.735000', '120118.738000', '120118.740000', '120118.743000', '120118.746000', '120118.748000', '120118.751000', '120118.753000', '120118.756000', '120118.759000', '120118.761000', '120118.764000', '120118.766000', '120118.769000', '120118.772000', '120118.774000', '120118.777000', '120118.779000', '120118.782000', '120118.785000', '120118.787000', '120118.790000', '120118.792000', '120118.795000', '120118.798000', '120118.800000', '120118.803000', '120138.692000', '120138.694000', '120138.697000', '120138.700000', '120138.703000', '120138.706000', '120138.708000', '120138.711000', '120138.714000', '120138.716000', '120138.727000', '120138.731000', '120138.734000', '120138.737000', '120138.739000', '120138.742000', '120138.745000', '120138.747000', '120138.750000', '120138.753000', '120138.755000', '120138.758000', '120138.760000', '120138.763000', '120138.765000', '120138.768000', '120138.771000', '120138.773000', '120138.776000', '120138.778000', '120138.781000', '120138.784000', '120138.786000', '120138.789000', '120138.791000', '120138.794000', '120138.797000', '120138.799000', '120138.887000', '120138.890000', '120138.893000', '120138.895000', '120138.898000', '120138.900000', '120158.690000', '120158.693000', '120158.696000', '120158.699000', '120158.702000', '120158.704000', '120158.707000', '120158.709000', '120158.712000', '120158.715000', '120158.717000', '120158.720000', '120158.723000', '120158.725000', '120158.728000', '120158.730000', '120158.733000', '120158.736000', '120158.739000', '120158.742000', '120158.744000', '120158.747000', '120158.749000', '120158.752000', '120158.755000', '120158.757000', '120158.760000', '120158.762000', '120158.765000', '120158.768000', '120158.770000', '120158.773000', '120158.776000', '120158.779000', '120158.782000', '120158.785000', '120158.787000', '120158.790000', '120158.793000', '120158.795000', '120158.798000', '120158.867000', '120158.870000', '120213.449000', '120213.452000', '120213.455000', '120213.458000', '120213.461000', '120213.464000', '120213.467000', '120213.470000', '120213.472000', '120213.475000', '120213.478000', '120213.481000', '120213.484000', '120213.488000', '120213.491000', '120213.494000', '120213.497000', '120213.499000', '120213.502000', '120213.505000', '120213.508000', '120213.511000', '120213.513000', '120213.516000', '120213.519000', '120213.522000', '120213.525000', '120213.529000', '120213.532000', '120213.535000', '120213.538000', '120213.542000', '120213.545000'], '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': [7613, 7330, 7236, 7077, 6878, 6971, 6948, 6784, 6793, 6843, 6737, 6663, 6698, 6664, 6743, 6904, 7016, 6763, 6633, 6551, 6742, 7111, 7018, 6506, 6610, 7466, 6541, 6523, 6718, 6884, 6780, 6913, 6598, 6601, 6706, 6481, 6590, 6480, 6608, 6511, 6838, 6579, 6508, 6687, 6502, 6976, 6641, 6640, 6942, 6650, 6670, 6550, 6677, 6648, 6699, 6643, 6575, 6577, 6733, 6665, 6643, 6645, 6977, 6633, 6543, 6606, 6588, 6761, 6634, 6674, 6510, 6559, 6622, 6651, 6577, 6621, 6720, 6483, 6502, 6423, 6535, 6862, 6842, 6585, 6720, 6529, 6725, 6789, 6629, 6856, 6712, 6812, 6557, 6622, 6678, 6650, 6553, 6644, 6626, 6779, 6550, 6946, 6658, 6952, 6795, 6740, 6653, 6718, 6672, 6743, 6672, 6766, 6765, 6837, 6858, 6831, 6814, 6796, 6802, 6744, 6735, 6737, 6859, 6787, 6811, 6733, 6739, 6848, 6775, 7074, 6846, 7056, 7141, 6955, 6542, 6785, 6774, 6508, 6665, 6711, 6697, 6585, 6667, 6843, 6759, 6611, 6670, 6665, 6700, 6652, 6720, 6803, 6748, 7001, 6701, 6808, 6744, 7139, 6728, 6850, 6899, 6876, 7067, 6875, 6875, 6885, 6920, 6887, 6916, 6885, 6961, 6929, 6811, 6762, 6893, 7350, 6727, 7262, 6715, 7161, 6680, 6607, 6787, 6907, 6673, 6658, 6748, 6505, 6830, 6451, 6674, 6831, 6571, 6747, 6864, 6933, 6691, 6548, 6584, 6873, 6738, 6652, 6665, 6717, 7975, 6823, 6696, 6724, 6547, 7075, 6715, 6817, 6580, 6547, 6648, 6701, 6629, 6602, 6700, 6591, 6670, 6605, 6598, 6877, 6658, 6621, 6568, 6607, 6688, 6655, 6683, 6599, 6850, 6662, 6785, 6967, 6933, 6537, 6682, 7074, 7161, 6562, 6890, 6643, 6726, 6971, 6749, 6607, 6760, 6444, 6617, 6496, 6582, 6760, 6719, 6722, 6564, 6564, 6782, 6929, 6681, 6811, 6711, 6594, 7727, 6517, 6741, 6731, 6919, 6526, 6584, 6735, 6692, 6882, 6925, 6867, 6756, 7567, 7084, 6798, 6493, 7809, 6801, 6864, 6867, 7104, 6904, 6678, 6892, 6700, 6593, 7645, 6755, 6680, 7112, 6918, 6713, 6952, 6529, 6722, 6864, 7263, 6846, 6544, 6725, 6602, 6428, 6603, 6525, 6630, 6537, 6500, 6550, 6451, 6534, 6940, 6609, 6582, 6822, 6580, 6550, 6596, 6691, 6476, 6919, 6958, 6675, 6483, 6649, 7054, 7036, 7073, 6894, 6768, 7652, 6953, 6899, 6815, 7029, 7138, 6752, 7139, 6766, 6919, 6789, 6790, 7143, 6846, 6716, 6679, 6738, 6624, 6772, 6591, 6732, 6405, 6727, 7049, 7137, 7194, 7231, 6582, 6944, 6638, 6911, 6538, 6691, 6648, 6930, 7032, 6937, 7014, 6745, 7337, 6900, 6725, 7107, 6876, 6847, 6800, 6773, 6697, 6639, 6609, 6582, 6558, 6575, 6679, 7154, 7036, 6905, 7303, 7457, 7698, 7394, 6559, 6750, 6661, 6585, 6563, 6557, 6545, 6782, 6459, 6893, 6632, 6905, 6892, 6872, 7080, 6783, 6467, 7161, 6874, 7157, 6987, 7100, 7363, 6790, 6762, 6401, 6589, 6751, 6763, 6648, 6831, 6699, 6602, 6803, 6536, 6577, 6521, 6582, 6419, 6539, 6421, 6508, 6543, 6432, 6698, 6666, 7104, 6404, 6931, 7802, 6874, 6513, 6769, 6841, 6506, 6605, 6838, 6933, 6531, 6563, 6527, 6523, 6468, 6629, 6486, 6759, 6633, 6619, 6560, 6583, 6566, 6631, 6650, 6887, 6616, 6668, 6644, 6663, 6760, 6563, 6852, 6694, 6976, 6788, 6708, 7196, 6825, 7090, 6680, 7167, 6791, 6759, 6763, 7159, 6796, 6960, 6450, 6943, 6741, 6695, 7128, 6706, 7618, 6785, 7370, 6640, 6747, 6545, 6884, 6639, 6564, 6825, 6823, 6699, 6935, 6724, 6850, 6649, 6750, 6708, 7026, 6546, 6766, 6877, 6613, 6789, 6700, 6630, 6860, 7130, 6827, 6605, 6675, 6591, 6619, 6534, 6500, 6498, 6851, 6568, 6893, 6800, 7137, 6724, 6846, 6622, 6705, 6772, 6780, 6849, 6836, 6880, 6851, 6901, 6825, 6721, 6723, 6669, 6920, 6649, 6886, 6729, 6719, 6587, 7465, 6753, 6569, 6545, 6855, 6647, 6832, 6783, 6761, 6758, 7121, 7206, 6688, 6930, 6791, 6886, 7284, 6648, 6728, 6883, 7053, 7169, 6983, 6661, 6988, 7229, 6974, 7022, 7052, 6757, 6878, 6649, 6763, 6508, 6448, 6426, 6776, 6497, 6652, 6707, 6498, 6459, 6661, 6974, 6845, 6620, 6840, 6543, 6506, 6485, 6703, 6834, 7172, 6775, 6921, 6985, 6647, 6681, 6595, 6508, 6806, 6576, 6713, 6783, 6971, 6509, 6724, 7257, 7027, 7054, 7027, 7043, 7307, 6514, 6782, 6555, 6439, 6899, 6916, 6597, 6633, 6807, 6864, 6638, 7145, 6771, 7992, 6605, 7364, 6671, 6983, 6620, 6863, 6836, 6556, 6958, 6698, 6732, 6420, 6523, 6444, 6793, 6580, 7048, 6374, 6685, 6561, 6748, 6812, 6825, 6817, 6795, 7115, 6779, 7112, 6842, 6714, 6622, 6752, 6705, 6633, 6853, 6528, 6558, 6588, 7080, 6619, 6567, 6798, 6570, 7073, 6851, 6673, 7182, 6746, 6937, 6835, 6898, 6859, 6763, 6664, 7576, 7124, 6876, 7084, 6749, 7045, 6717, 7097, 6959, 6797, 7099, 6550, 6508, 6606, 6614, 6685, 6560, 6651, 6568, 6970, 6813, 7028, 6779, 7180, 6949, 7031, 6846, 7209, 6920, 7220, 7163, 6994, 6725, 7108, 6869, 6666, 6815, 6515, 6826, 7528, 6587, 6681, 6538, 6555, 6805, 6829, 6937, 6762, 6760, 6917, 7005, 6717, 6782, 7052, 6584, 6951, 6518, 6937, 6455, 6677, 6492, 6725, 6575, 6823, 6715, 6805, 6718, 6760, 6709, 6800, 6666, 6939, 6687, 6682, 6781, 6808, 6703, 6845, 6680, 6764, 7271, 6608, 7294, 6559, 6940, 6659, 7188, 6935, 6933, 6627, 6984, 6845, 6674, 6884, 6664, 6644, 6653, 6638, 6642, 6594, 6668, 6552, 6637, 6628, 6681, 6967, 6876, 6723, 6723, 6780, 6643, 6636, 6857, 6875, 6752, 6910, 6661, 6677, 6610, 6595, 6779, 6999, 6718, 6852, 6672, 6682, 6538, 6534, 6765, 6495, 6641, 7067, 6735, 6708, 6802, 6461, 6845, 6697, 6895, 6777, 6836, 6759, 6939, 6849, 6952, 6445, 6670, 6853, 6865, 6971, 6755, 7065, 6884, 6926, 6816, 7044, 6917, 7198, 6572, 6762, 6492, 6747, 6511, 6734, 6645, 6833, 6605, 6639, 6456, 6782, 6675, 6773], 'WindowCenter': [4163.0, 4145.0, 4125.0, 4130.0, 4113.0, 4117.0, 4111.0, 4102.0, 4098.0, 4091.0, 4088.0, 4091.0, 4091.0, 4088.0, 4085.0, 4099.0, 4085.0, 4086.0, 4086.0, 4074.0, 4087.0, 4101.0, 4097.0, 4089.0, 4093.0, 4116.0, 4082.0, 4079.0, 4093.0, 4088.0, 4077.0, 4089.0, 4079.0, 4078.0, 4078.0, 4069.0, 4070.0, 4070.0, 4069.0, 4073.0, 4069.0, 4068.0, 4057.0, 4067.0, 4067.0, 4077.0, 4068.0, 4091.0, 4087.0, 4077.0, 4081.0, 4065.0, 4079.0, 4062.0, 4073.0, 4079.0, 4077.0, 4075.0, 4082.0, 4079.0, 4066.0, 4067.0, 4078.0, 4063.0, 4049.0, 4062.0, 4077.0, 4087.0, 4073.0, 4074.0, 4071.0, 4073.0, 4073.0, 4071.0, 4071.0, 4070.0, 4071.0, 4058.0, 4059.0, 4080.0, 4073.0, 4075.0, 4069.0, 4074.0, 4077.0, 4077.0, 4076.0, 4075.0, 4083.0, 4089.0, 4087.0, 4084.0, 4076.0, 4083.0, 4086.0, 4075.0, 4077.0, 4075.0, 4071.0, 4083.0, 4074.0, 4084.0, 4084.0, 4086.0, 4089.0, 4085.0, 4088.0, 4097.0, 4084.0, 4085.0, 4082.0, 4078.0, 4085.0, 4083.0, 4082.0, 4082.0, 4078.0, 4079.0, 4078.0, 4079.0, 4081.0, 4080.0, 4068.0, 4078.0, 4068.0, 4068.0, 4067.0, 4080.0, 4077.0, 4078.0, 4065.0, 4062.0, 4061.0, 4066.0, 4055.0, 4054.0, 4068.0, 4059.0, 4066.0, 4067.0, 4067.0, 4069.0, 4069.0, 4072.0, 4068.0, 4057.0, 4067.0, 4067.0, 4064.0, 4067.0, 4067.0, 4071.0, 4072.0, 4083.0, 4082.0, 4082.0, 4070.0, 4080.0, 4081.0, 4082.0, 4095.0, 4096.0, 4098.0, 4094.0, 4083.0, 4093.0, 4092.0, 4092.0, 4092.0, 4094.0, 4096.0, 4091.0, 4096.0, 4085.0, 4093.0, 4087.0, 4078.0, 4090.0, 4078.0, 4088.0, 4091.0, 4104.0, 4083.0, 4089.0, 4082.0, 4071.0, 4073.0, 4063.0, 4073.0, 4048.0, 4060.0, 4060.0, 4060.0, 4060.0, 4058.0, 4070.0, 4053.0, 4060.0, 4053.0, 4052.0, 4070.0, 4074.0, 4075.0, 4073.0, 4108.0, 4087.0, 4081.0, 4082.0, 4068.0, 4085.0, 4084.0, 4073.0, 4073.0, 4072.0, 4072.0, 4085.0, 4075.0, 4074.0, 4072.0, 4072.0, 4072.0, 4070.0, 4066.0, 4070.0, 4071.0, 4071.0, 4073.0, 4072.0, 4072.0, 4072.0, 4071.0, 4069.0, 4071.0, 4060.0, 4079.0, 4087.0, 4086.0, 4072.0, 4073.0, 4088.0, 4088.0, 4100.0, 4107.0, 4084.0, 4069.0, 4073.0, 4075.0, 4073.0, 4072.0, 4064.0, 4074.0, 4063.0, 4073.0, 4075.0, 4063.0, 4057.0, 4059.0, 4069.0, 4070.0, 4081.0, 4088.0, 4089.0, 4087.0, 4088.0, 4097.0, 4076.0, 4084.0, 4086.0, 4087.0, 4077.0, 4088.0, 4100.0, 4097.0, 4104.0, 4089.0, 4077.0, 4075.0, 4099.0, 4110.0, 4082.0, 4077.0, 4076.0, 4064.0, 4065.0, 4065.0, 4064.0, 4065.0, 4056.0, 4066.0, 4079.0, 4067.0, 4076.0, 4051.0, 4047.0, 4048.0, 4044.0, 4033.0, 4044.0, 4034.0, 4029.0, 4033.0, 4043.0, 4045.0, 4047.0, 4046.0, 4043.0, 4033.0, 4031.0, 4019.0, 4017.0, 4006.0, 4018.0, 4018.0, 4021.0, 4013.0, 4029.0, 4029.0, 4029.0, 4027.0, 4043.0, 4033.0, 4044.0, 4055.0, 4045.0, 4054.0, 4058.0, 4049.0, 4056.0, 4055.0, 4054.0, 4054.0, 4052.0, 4054.0, 4052.0, 4060.0, 4051.0, 4067.0, 4050.0, 4038.0, 4048.0, 4041.0, 4051.0, 4039.0, 4048.0, 4039.0, 4036.0, 4038.0, 4051.0, 4042.0, 4035.0, 4036.0, 4041.0, 4042.0, 4040.0, 4039.0, 4030.0, 4040.0, 4044.0, 4041.0, 4053.0, 4064.0, 4054.0, 4052.0, 4053.0, 4052.0, 4042.0, 4054.0, 4066.0, 4064.0, 4080.0, 4076.0, 4081.0, 4068.0, 4077.0, 4074.0, 4070.0, 4070.0, 4064.0, 4062.0, 4075.0, 4067.0, 4065.0, 4063.0, 4076.0, 4076.0, 4064.0, 4062.0, 4059.0, 4054.0, 4053.0, 4048.0, 4038.0, 4051.0, 4066.0, 4063.0, 4034.0, 4047.0, 4046.0, 4043.0, 4042.0, 4030.0, 4031.0, 4027.0, 4020.0, 4029.0, 4015.0, 4019.0, 4011.0, 3998.0, 3996.0, 3998.0, 3997.0, 4008.0, 4002.0, 4009.0, 4011.0, 4025.0, 4035.0, 4017.0, 4006.0, 4005.0, 4017.0, 4030.0, 4031.0, 4030.0, 4030.0, 4032.0, 4032.0, 4031.0, 4029.0, 4033.0, 4030.0, 4032.0, 4030.0, 4032.0, 4022.0, 4021.0, 4021.0, 4030.0, 4031.0, 4032.0, 4030.0, 4032.0, 4045.0, 4053.0, 4043.0, 4031.0, 4043.0, 4041.0, 4045.0, 4055.0, 4046.0, 4046.0, 4048.0, 4045.0, 4044.0, 4048.0, 4048.0, 4047.0, 4045.0, 4046.0, 4046.0, 4056.0, 4057.0, 4057.0, 4058.0, 4071.0, 4065.0, 4066.0, 4061.0, 4058.0, 4055.0, 4060.0, 4070.0, 4075.0, 4076.0, 4089.0, 4076.0, 4076.0, 4077.0, 4087.0, 4081.0, 4081.0, 4056.0, 4064.0, 4054.0, 4054.0, 4042.0, 4039.0, 4041.0, 4050.0, 4055.0, 4064.0, 4045.0, 4051.0, 4053.0, 4052.0, 4061.0, 4041.0, 4049.0, 4026.0, 4026.0, 4014.0, 4025.0, 4025.0, 4036.0, 4027.0, 4027.0, 4019.0, 4029.0, 4028.0, 4028.0, 4028.0, 4029.0, 4029.0, 4039.0, 4029.0, 4033.0, 4031.0, 4033.0, 4032.0, 4032.0, 4041.0, 4044.0, 4044.0, 4042.0, 4044.0, 4045.0, 4045.0, 4057.0, 4057.0, 4047.0, 4048.0, 4057.0, 4059.0, 4058.0, 4060.0, 4069.0, 4061.0, 4062.0, 4058.0, 4080.0, 4081.0, 4085.0, 4078.0, 4061.0, 4074.0, 4058.0, 4073.0, 4069.0, 4071.0, 4066.0, 4054.0, 4052.0, 4039.0, 4039.0, 4026.0, 4027.0, 4027.0, 4034.0, 4025.0, 4025.0, 4016.0, 4013.0, 4014.0, 4013.0, 4012.0, 4008.0, 4022.0, 4022.0, 4033.0, 4023.0, 4022.0, 4022.0, 4023.0, 4033.0, 4023.0, 4011.0, 4019.0, 4023.0, 4035.0, 4036.0, 4049.0, 4048.0, 4046.0, 4035.0, 4036.0, 4035.0, 4020.0, 4024.0, 4019.0, 4020.0, 4010.0, 4013.0, 4010.0, 4021.0, 4017.0, 4026.0, 4027.0, 4016.0, 4030.0, 4032.0, 4027.0, 4039.0, 4031.0, 4041.0, 4043.0, 4045.0, 4045.0, 4056.0, 4055.0, 4053.0, 4048.0, 4072.0, 4064.0, 4064.0, 4076.0, 4074.0, 4053.0, 4052.0, 4052.0, 4071.0, 4055.0, 4072.0, 4071.0, 4071.0, 4068.0, 4060.0, 4070.0, 4054.0, 4056.0, 4067.0, 4061.0, 4072.0, 4072.0, 4060.0, 4065.0, 4052.0, 4040.0, 4040.0, 4037.0, 4037.0, 4025.0, 4035.0, 4028.0, 4035.0, 4019.0, 4025.0, 4018.0, 4017.0, 4005.0, 4016.0, 4018.0, 4008.0, 4016.0, 4015.0, 4017.0, 4008.0, 4019.0, 4021.0, 4015.0, 4017.0, 4011.0, 4002.0, 4016.0, 4027.0, 4018.0, 4030.0, 4034.0, 4033.0, 4031.0, 4030.0, 4032.0, 4043.0, 4033.0, 4044.0, 4048.0, 4070.0, 4060.0, 4058.0, 4047.0, 4047.0, 4061.0, 4066.0, 4063.0, 4052.0, 4039.0, 4041.0, 4046.0, 4044.0, 4034.0, 4031.0, 4034.0, 4036.0, 4054.0, 4036.0, 4038.0, 4023.0, 4035.0, 4059.0, 4071.0, 4052.0, 4044.0, 4041.0, 4038.0, 4037.0, 4036.0, 4040.0, 4035.0, 4039.0, 4048.0, 4055.0, 4059.0, 4048.0, 4050.0, 4048.0, 4048.0, 4047.0, 4060.0, 4069.0, 4067.0, 4069.0, 4069.0, 4067.0, 4052.0, 4054.0, 4065.0, 4065.0, 4051.0, 4051.0, 4052.0, 4050.0, 4053.0, 4050.0, 4039.0, 4039.0, 4040.0, 4024.0, 4026.0, 4036.0, 4027.0, 4025.0, 4016.0, 4013.0, 4025.0, 4021.0, 4024.0, 4008.0, 4009.0, 4025.0, 4019.0, 4013.0, 4020.0, 4021.0, 4022.0, 4027.0, 4026.0, 4040.0, 4031.0, 4056.0, 4035.0, 4048.0, 4058.0, 4059.0, 4063.0, 4064.0, 4064.0, 4054.0, 4053.0, 4053.0, 4054.0, 4069.0, 4053.0, 4053.0, 4050.0, 4049.0, 4049.0, 4037.0, 4036.0, 4036.0, 4051.0, 4050.0, 4049.0, 4038.0, 4046.0, 4047.0, 4047.0, 4063.0, 4054.0, 4051.0, 4062.0, 4053.0, 4055.0, 4050.0, 4050.0, 4050.0, 4056.0, 4057.0, 4052.0, 4053.0, 4070.0, 4044.0, 4050.0, 4043.0, 4046.0, 4072.0, 4064.0, 4063.0, 4075.0, 4074.0, 4060.0, 4073.0, 4061.0, 4056.0, 4055.0, 4057.0, 4045.0, 4052.0, 4038.0, 4043.0, 4037.0, 4034.0, 4036.0, 4036.0, 4034.0, 4032.0, 4027.0, 4031.0, 4040.0, 4026.0, 4027.0, 4040.0, 4022.0, 4021.0, 4020.0, 4010.0, 4008.0, 4036.0, 4021.0, 4009.0, 4012.0, 4011.0, 4023.0, 4024.0, 4024.0, 4023.0, 4021.0, 4022.0, 4023.0, 4020.0, 4010.0, 4009.0, 4008.0, 4006.0, 4012.0, 4023.0, 4018.0, 4018.0, 4010.0, 4008.0, 4009.0, 4028.0, 4020.0, 4027.0, 4034.0, 4032.0, 4032.0, 4040.0, 4042.0, 4046.0, 4043.0, 4058.0], 'WindowWidth': [9279.0, 9237.0, 9196.0, 9205.0, 9172.0, 9177.0, 9163.0, 9148.0, 9136.0, 9129.0, 9123.0, 9128.0, 9128.0, 9121.0, 9115.0, 9136.0, 9114.0, 9115.0, 9116.0, 9096.0, 9120.0, 9143.0, 9130.0, 9126.0, 9129.0, 9165.0, 9112.0, 9106.0, 9127.0, 9115.0, 9098.0, 9116.0, 9099.0, 9099.0, 9100.0, 9087.0, 9087.0, 9087.0, 9086.0, 9093.0, 9084.0, 9082.0, 9065.0, 9077.0, 9077.0, 9093.0, 9084.0, 9122.0, 9111.0, 9096.0, 9103.0, 9077.0, 9099.0, 9071.0, 9086.0, 9101.0, 9096.0, 9093.0, 9107.0, 9098.0, 9078.0, 9080.0, 9099.0, 9069.0, 9047.0, 9067.0, 9099.0, 9115.0, 9091.0, 9092.0, 9087.0, 9091.0, 9091.0, 9090.0, 9087.0, 9084.0, 9085.0, 9065.0, 9068.0, 9103.0, 9094.0, 9096.0, 9083.0, 9094.0, 9098.0, 9099.0, 9099.0, 9097.0, 9106.0, 9118.0, 9115.0, 9109.0, 9101.0, 9107.0, 9116.0, 9099.0, 9102.0, 9097.0, 9087.0, 9109.0, 9096.0, 9109.0, 9113.0, 9117.0, 9122.0, 9116.0, 9122.0, 9134.0, 9113.0, 9113.0, 9109.0, 9100.0, 9116.0, 9112.0, 9108.0, 9110.0, 9098.0, 9100.0, 9098.0, 9099.0, 9103.0, 9101.0, 9084.0, 9096.0, 9083.0, 9082.0, 9078.0, 9101.0, 9093.0, 9096.0, 9076.0, 9066.0, 9063.0, 9073.0, 9057.0, 9056.0, 9080.0, 9068.0, 9076.0, 9079.0, 9079.0, 9085.0, 9084.0, 9090.0, 9078.0, 9062.0, 9076.0, 9074.0, 9069.0, 9076.0, 9077.0, 9086.0, 9090.0, 9105.0, 9105.0, 9105.0, 9086.0, 9100.0, 9104.0, 9107.0, 9129.0, 9132.0, 9136.0, 9127.0, 9112.0, 9124.0, 9122.0, 9122.0, 9121.0, 9128.0, 9131.0, 9125.0, 9134.0, 9117.0, 9123.0, 9111.0, 9099.0, 9117.0, 9102.0, 9115.0, 9124.0, 9147.0, 9111.0, 9114.0, 9106.0, 9090.0, 9092.0, 9077.0, 9088.0, 9050.0, 9068.0, 9066.0, 9066.0, 9065.0, 9061.0, 9079.0, 9052.0, 9067.0, 9051.0, 9050.0, 9083.0, 9094.0, 9094.0, 9090.0, 9145.0, 9118.0, 9105.0, 9107.0, 9086.0, 9112.0, 9110.0, 9092.0, 9090.0, 9088.0, 9089.0, 9110.0, 9097.0, 9093.0, 9089.0, 9089.0, 9089.0, 9085.0, 9073.0, 9083.0, 9084.0, 9085.0, 9089.0, 9088.0, 9090.0, 9090.0, 9088.0, 9080.0, 9087.0, 9069.0, 9105.0, 9114.0, 9109.0, 9088.0, 9095.0, 9119.0, 9120.0, 9140.0, 9151.0, 9112.0, 9085.0, 9091.0, 9095.0, 9089.0, 9087.0, 9077.0, 9093.0, 9078.0, 9089.0, 9094.0, 9075.0, 9060.0, 9065.0, 9083.0, 9087.0, 9103.0, 9117.0, 9123.0, 9118.0, 9120.0, 9131.0, 9102.0, 9110.0, 9114.0, 9115.0, 9103.0, 9120.0, 9144.0, 9136.0, 9149.0, 9119.0, 9099.0, 9094.0, 9135.0, 9158.0, 9108.0, 9097.0, 9089.0, 9072.0, 9075.0, 9073.0, 9068.0, 9074.0, 9059.0, 9072.0, 9099.0, 9081.0, 9088.0, 9047.0, 9036.0, 9037.0, 9033.0, 9013.0, 9028.0, 9018.0, 9004.0, 9015.0, 9028.0, 9036.0, 9041.0, 9040.0, 9034.0, 9017.0, 9010.0, 8990.0, 8983.0, 8967.0, 8987.0, 8985.0, 8989.0, 8975.0, 9001.0, 9002.0, 9002.0, 8998.0, 9031.0, 9019.0, 9034.0, 9052.0, 9040.0, 9049.0, 9056.0, 9047.0, 9060.0, 9054.0, 9052.0, 9052.0, 9046.0, 9049.0, 9047.0, 9055.0, 9046.0, 9075.0, 9045.0, 9022.0, 9036.0, 9028.0, 9042.0, 9027.0, 9037.0, 9024.0, 9015.0, 9019.0, 9044.0, 9033.0, 9014.0, 9017.0, 9030.0, 9030.0, 9024.0, 9022.0, 9010.0, 9023.0, 9034.0, 9028.0, 9048.0, 9070.0, 9057.0, 9050.0, 9052.0, 9049.0, 9035.0, 9057.0, 9077.0, 9072.0, 9103.0, 9091.0, 9101.0, 9082.0, 9093.0, 9086.0, 9084.0, 9082.0, 9075.0, 9067.0, 9091.0, 9081.0, 9075.0, 9074.0, 9096.0, 9096.0, 9075.0, 9068.0, 9061.0, 9054.0, 9050.0, 9036.0, 9020.0, 9044.0, 9070.0, 9063.0, 9022.0, 9042.0, 9038.0, 9031.0, 9028.0, 9010.0, 9011.0, 9004.0, 8992.0, 9003.0, 8978.0, 8980.0, 8968.0, 8945.0, 8941.0, 8945.0, 8945.0, 8961.0, 8957.0, 8964.0, 8968.0, 8994.0, 9011.0, 8980.0, 8964.0, 8964.0, 8982.0, 9006.0, 9011.0, 9008.0, 9006.0, 9010.0, 9010.0, 9010.0, 9006.0, 9015.0, 9007.0, 9012.0, 9008.0, 9012.0, 8998.0, 8994.0, 8995.0, 9006.0, 9010.0, 9013.0, 9007.0, 9012.0, 9036.0, 9045.0, 9031.0, 9014.0, 9032.0, 9030.0, 9039.0, 9053.0, 9040.0, 9037.0, 9043.0, 9038.0, 9037.0, 9048.0, 9046.0, 9043.0, 9040.0, 9041.0, 9042.0, 9055.0, 9057.0, 9059.0, 9061.0, 9084.0, 9075.0, 9071.0, 9069.0, 9061.0, 9056.0, 9067.0, 9083.0, 9097.0, 9099.0, 9122.0, 9096.0, 9096.0, 9100.0, 9114.0, 9105.0, 9102.0, 9060.0, 9069.0, 9054.0, 9053.0, 9033.0, 9023.0, 9028.0, 9041.0, 9059.0, 9068.0, 9038.0, 9047.0, 9051.0, 9051.0, 9058.0, 9031.0, 9039.0, 9001.0, 8999.0, 8982.0, 8996.0, 8995.0, 9016.0, 9001.0, 8998.0, 8989.0, 9003.0, 9001.0, 9001.0, 9003.0, 9007.0, 9007.0, 9021.0, 9007.0, 9017.0, 9012.0, 9017.0, 9013.0, 9014.0, 9026.0, 9035.0, 9036.0, 9030.0, 9035.0, 9037.0, 9039.0, 9058.0, 9060.0, 9046.0, 9047.0, 9059.0, 9065.0, 9061.0, 9067.0, 9079.0, 9070.0, 9073.0, 9064.0, 9108.0, 9109.0, 9114.0, 9102.0, 9071.0, 9089.0, 9062.0, 9088.0, 9085.0, 9089.0, 9074.0, 9055.0, 9048.0, 9025.0, 9023.0, 9003.0, 9002.0, 9001.0, 9006.0, 8996.0, 8996.0, 8982.0, 8974.0, 8978.0, 8975.0, 8973.0, 8964.0, 8992.0, 8991.0, 9007.0, 8992.0, 8990.0, 8990.0, 8992.0, 9008.0, 8993.0, 8972.0, 8983.0, 8992.0, 9013.0, 9017.0, 9042.0, 9036.0, 9032.0, 9015.0, 9014.0, 9012.0, 8987.0, 8994.0, 8982.0, 8986.0, 8971.0, 8978.0, 8971.0, 8987.0, 8986.0, 8997.0, 8998.0, 8983.0, 9010.0, 9011.0, 9003.0, 9022.0, 9012.0, 9027.0, 9033.0, 9039.0, 9042.0, 9055.0, 9054.0, 9048.0, 9045.0, 9084.0, 9074.0, 9075.0, 9097.0, 9095.0, 9054.0, 9051.0, 9049.0, 9084.0, 9056.0, 9087.0, 9091.0, 9089.0, 9076.0, 9065.0, 9084.0, 9053.0, 9059.0, 9076.0, 9073.0, 9090.0, 9092.0, 9071.0, 9072.0, 9048.0, 9028.0, 9026.0, 9018.0, 9018.0, 8997.0, 9013.0, 9001.0, 9005.0, 8987.0, 8989.0, 8981.0, 8980.0, 8963.0, 8979.0, 8986.0, 8970.0, 8979.0, 8976.0, 8981.0, 8969.0, 8989.0, 8993.0, 8978.0, 8980.0, 8970.0, 8958.0, 8983.0, 8998.0, 8986.0, 9006.0, 9016.0, 9010.0, 9009.0, 9009.0, 9014.0, 9029.0, 9016.0, 9034.0, 9045.0, 9083.0, 9065.0, 9061.0, 9041.0, 9042.0, 9071.0, 9078.0, 9067.0, 9046.0, 9025.0, 9029.0, 9039.0, 9032.0, 9016.0, 9010.0, 9010.0, 9018.0, 9050.0, 9017.0, 9021.0, 8995.0, 9015.0, 9060.0, 9078.0, 9050.0, 9037.0, 9028.0, 9021.0, 9020.0, 9016.0, 9028.0, 9016.0, 9026.0, 9040.0, 9054.0, 9066.0, 9043.0, 9047.0, 9042.0, 9042.0, 9043.0, 9066.0, 9082.0, 9078.0, 9082.0, 9082.0, 9076.0, 9049.0, 9054.0, 9075.0, 9073.0, 9048.0, 9046.0, 9046.0, 9043.0, 9051.0, 9040.0, 9028.0, 9025.0, 9025.0, 9000.0, 9000.0, 9013.0, 9001.0, 8998.0, 8986.0, 8979.0, 8995.0, 8987.0, 8993.0, 8965.0, 8968.0, 8994.0, 8981.0, 8977.0, 8984.0, 8988.0, 8989.0, 9002.0, 9002.0, 9027.0, 9015.0, 9055.0, 9024.0, 9046.0, 9062.0, 9066.0, 9070.0, 9070.0, 9072.0, 9058.0, 9055.0, 9054.0, 9056.0, 9079.0, 9053.0, 9052.0, 9045.0, 9043.0, 9042.0, 9023.0, 9020.0, 9022.0, 9046.0, 9044.0, 9041.0, 9023.0, 9033.0, 9037.0, 9036.0, 9063.0, 9052.0, 9047.0, 9064.0, 9052.0, 9057.0, 9044.0, 9047.0, 9045.0, 9057.0, 9057.0, 9046.0, 9050.0, 9083.0, 9040.0, 9043.0, 9036.0, 9039.0, 9085.0, 9074.0, 9074.0, 9094.0, 9090.0, 9067.0, 9092.0, 9069.0, 9058.0, 9053.0, 9057.0, 9040.0, 9051.0, 9027.0, 9036.0, 9021.0, 9015.0, 9016.0, 9016.0, 9013.0, 9015.0, 9005.0, 9014.0, 9028.0, 9005.0, 9001.0, 9021.0, 8991.0, 8987.0, 8984.0, 8970.0, 8966.0, 9015.0, 8987.0, 8966.0, 8973.0, 8972.0, 8989.0, 8993.0, 8995.0, 8997.0, 8990.0, 8990.0, 8992.0, 8983.0, 8969.0, 8967.0, 8966.0, 8961.0, 8976.0, 8990.0, 8979.0, 8979.0, 8972.0, 8966.0, 8969.0, 9002.0, 8994.0, 9003.0, 9017.0, 9012.0, 9014.0, 9024.0, 9031.0, 9042.0, 9034.0, 9061.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.0013059357060849599</td></tr>
<tr><td colspan=3>aqi</td><td>0.035258281285878296</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.041423227620676</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1094915519885056</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9841510772988504</td></tr>
<tr><td colspan=3>efc</td><td>0.4581</td></tr>
<tr><td colspan=3>fber</td><td>6176.7466</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14571508577147213</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>198</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.73249138920781</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5831378107736334</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5665440297179125</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.855221295562583</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3276481070404036</td></tr>
<tr><td colspan=3>gcor</td><td>0.0316511</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01647271029651165</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029335586354136467</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.8333889302182036</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>23.8603</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.3067</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.4152</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306133.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>834.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.0677</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0139</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.4412</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3317.6763</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70411.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.8498</td></tr>
<tr><td colspan=3>tsnr</td><td>31.500404685619287</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>