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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-03_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_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-0127/ses-03/func/sub-0127_ses-03_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>e19b3794925697633b86276bcf9d48ca</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:46:8.690000</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.989919, 0.0900123, -0.109358, -0.0995051, 0.991427, -0.0846888]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0849589</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7740, -7261, 243, -188, 136, -71, 130]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b20cb223-2acb-48ce-be1a-bae49a7a8fa9||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.655879020690918, -0.26696479320526123, -0.27215173840522766, 130.47056579589844], [-0.24149630963802338, 2.6599249839782715, -0.2557348906993866, -85.80413818359375], [-0.29339829087257385, 0.2272137999534607, 2.6740481853485107, -84.47953033447266], [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': ['114608.690000', '114609.150000', '114609.610000', '114610.070000', '114610.530000', '114610.990000', '114611.450000', '114611.910000', '114612.370000', '114612.830000', '114613.290000', '114613.750000', '114614.210000', '114614.670000', '114615.130000', '114615.590000', '114616.050000', '114616.510000', '114616.970000', '114617.430000', '114617.890000', '114618.350000', '114618.810000', '114619.270000', '114619.730000', '114620.190000', '114620.650000', '114621.110000', '114621.570000', '114622.030000', '114622.490000', '114622.950000', '114623.410000', '114623.870000', '114624.330000', '114624.790000', '114625.250000', '114625.710000', '114626.170000', '114626.630000', '114627.090000', '114627.550000', '114628.010000', '114628.470000', '114628.930000', '114629.390000', '114629.850000', '114630.310000', '114630.770000', '114631.230000', '114631.690000', '114632.150000', '114632.610000', '114633.070000', '114633.530000', '114633.990000', '114634.450000', '114634.910000', '114635.370000', '114635.830000', '114636.290000', '114636.750000', '114637.210000', '114637.670000', '114638.130000', '114638.590000', '114639.050000', '114639.510000', '114639.970000', '114640.430000', '114640.890000', '114641.350000', '114641.810000', '114642.270000', '114642.730000', '114643.190000', '114643.650000', '114644.110000', '114644.570000', '114645.030000', '114645.490000', '114645.950000', '114646.410000', '114646.870000', '114647.330000', '114647.790000', '114648.250000', '114648.710000', '114649.170000', '114649.630000', '114650.090000', '114650.550000', '114651.010000', '114651.470000', '114651.930000', '114652.390000', '114652.850000', '114653.310000', '114653.770000', '114654.230000', '114654.690000', '114655.150000', '114655.610000', '114656.070000', '114656.530000', '114656.990000', '114657.450000', '114657.910000', '114658.370000', '114658.830000', '114659.290000', '114659.750000', '114700.210000', '114700.670000', '114701.130000', '114701.590000', '114702.050000', '114702.510000', '114702.970000', '114703.430000', '114703.890000', '114704.350000', '114704.810000', '114705.270000', '114705.730000', '114706.190000', '114706.650000', '114707.110000', '114707.570000', '114708.030000', '114708.490000', '114708.950000', '114709.410000', '114709.870000', '114710.330000', '114710.790000', '114711.250000', '114711.710000', '114712.170000', '114712.630000', '114713.090000', '114713.550000', '114714.010000', '114714.470000', '114714.930000', '114715.390000', '114715.850000', '114716.310000', '114716.770000', '114717.230000', '114717.690000', '114718.150000', '114718.610000', '114719.070000', '114719.530000', '114719.990000', '114720.450000', '114720.910000', '114721.370000', '114721.830000', '114722.290000', '114722.750000', '114723.210000', '114723.670000', '114724.130000', '114724.590000', '114725.050000', '114725.510000', '114725.970000', '114726.430000', '114726.890000', '114727.350000', '114727.810000', '114728.270000', '114728.730000', '114729.190000', '114729.650000', '114730.110000', '114730.570000', '114731.030000', '114731.490000', '114731.950000', '114732.410000', '114732.870000', '114733.330000', '114733.790000', '114734.250000', '114734.710000', '114735.170000', '114735.630000', '114736.090000', '114736.550000', '114737.010000', '114737.470000', '114737.930000', '114738.390000', '114738.850000', '114739.310000', '114739.770000', '114740.230000', '114740.690000', '114741.150000', '114741.610000', '114742.070000', '114742.530000', '114742.990000', '114743.450000', '114743.910000', '114744.370000', '114744.830000', '114745.290000', '114745.750000', '114746.210000', '114746.670000', '114747.130000', '114747.590000', '114748.050000', '114748.510000', '114748.970000', '114749.430000', '114749.890000', '114750.350000', '114750.810000', '114751.270000', '114751.730000', '114752.190000', '114752.650000', '114753.110000', '114753.570000', '114754.030000', '114754.490000', '114754.950000', '114755.410000', '114755.870000', '114756.330000', '114756.790000', '114757.250000', '114757.710000', '114758.170000', '114758.630000', '114759.090000', '114759.550000', '114800.010000', '114800.470000', '114800.930000', '114801.390000', '114801.850000', '114802.310000', '114802.770000', '114803.230000', '114803.690000', '114804.150000', '114804.610000', '114805.070000', '114805.530000', '114805.990000', '114806.450000', '114806.910000', '114807.370000', '114807.830000', '114808.290000', '114808.750000', '114809.210000', '114809.670000', '114810.130000', '114810.590000', '114811.050000', '114811.510000', '114811.970000', '114812.430000', '114812.890000', '114813.350000', '114813.810000', '114814.270000', '114814.730000', '114815.190000', '114815.650000', '114816.110000', '114816.570000', '114817.030000', '114817.490000', '114817.950000', '114818.410000', '114818.870000', '114819.330000', '114819.790000', '114820.250000', '114820.710000', '114821.170000', '114821.630000', '114822.090000', '114822.550000', '114823.010000', '114823.470000', '114823.930000', '114824.390000', '114824.850000', '114825.310000', '114825.770000', '114826.230000', '114826.690000', '114827.150000', '114827.610000', '114828.070000', '114828.530000', '114828.990000', '114829.450000', '114829.910000', '114830.370000', '114830.830000', '114831.290000', '114831.750000', '114832.210000', '114832.670000', '114833.130000', '114833.590000', '114834.050000', '114834.510000', '114834.970000', '114835.430000', '114835.890000', '114836.350000', '114836.810000', '114837.270000', '114837.730000', '114838.190000', '114838.650000', '114839.110000', '114839.570000', '114840.030000', '114840.490000', '114840.950000', '114841.410000', '114841.870000', '114842.330000', '114842.790000', '114843.250000', '114843.710000', '114844.170000', '114844.630000', '114845.090000', '114845.550000', '114846.010000', '114846.470000', '114846.930000', '114847.390000', '114847.850000', '114848.310000', '114848.770000', '114849.230000', '114849.690000', '114850.150000', '114850.610000', '114851.070000', '114851.530000', '114851.990000', '114852.450000', '114852.910000', '114853.370000', '114853.830000', '114854.290000', '114854.750000', '114855.210000', '114855.670000', '114856.130000', '114856.590000', '114857.050000', '114857.510000', '114857.970000', '114858.430000', '114858.890000', '114859.350000', '114859.810000', '114900.270000', '114900.730000', '114901.190000', '114901.650000', '114902.110000', '114902.570000', '114903.030000', '114903.490000', '114903.950000', '114904.410000', '114904.870000', '114905.330000', '114905.790000', '114906.250000', '114906.710000', '114907.170000', '114907.630000', '114908.090000', '114908.550000', '114909.010000', '114909.470000', '114909.930000', '114910.390000', '114910.850000', '114911.310000', '114911.770000', '114912.230000', '114912.690000', '114913.150000', '114913.610000', '114914.070000', '114914.530000', '114914.990000', '114915.450000', '114915.910000', '114916.370000', '114916.830000', '114917.290000', '114917.750000', '114918.210000', '114918.670000', '114919.130000', '114919.590000', '114920.050000', '114920.510000', '114920.970000', '114921.430000', '114921.890000', '114922.350000', '114922.810000', '114923.270000', '114923.730000', '114924.190000', '114924.650000', '114925.110000', '114925.570000', '114926.030000', '114926.490000', '114926.950000', '114927.410000', '114927.870000', '114928.330000', '114928.790000', '114929.250000', '114929.710000', '114930.170000', '114930.630000', '114931.090000', '114931.550000', '114932.010000', '114932.470000', '114932.930000', '114933.390000', '114933.850000', '114934.310000', '114934.770000', '114935.230000', '114935.690000', '114936.150000', '114936.610000', '114937.070000', '114937.530000', '114937.990000', '114938.450000', '114938.910000', '114939.370000', '114939.830000', '114940.290000', '114940.750000', '114941.210000', '114941.670000', '114942.130000', '114942.590000', '114943.050000', '114943.510000', '114943.970000', '114944.430000', '114944.890000', '114945.350000', '114945.810000', '114946.270000', '114946.730000', '114947.190000', '114947.650000', '114948.110000', '114948.570000', '114949.030000', '114949.490000', '114949.950000', '114950.410000', '114950.870000', '114951.330000', '114951.790000', '114952.250000', '114952.710000', '114953.170000', '114953.630000', '114954.090000', '114954.550000', '114955.010000', '114955.470000', '114955.930000', '114956.390000', '114956.850000', '114957.310000', '114957.770000', '114958.230000', '114958.690000', '114959.150000', '114959.610000', '115000.070000', '115000.530000', '115000.990000', '115001.450000', '115001.910000', '115002.370000', '115002.830000', '115003.290000', '115003.750000', '115004.210000', '115004.670000', '115005.130000', '115005.590000', '115006.050000', '115006.510000', '115006.970000', '115007.430000', '115007.890000', '115008.350000', '115008.810000', '115009.270000', '115009.730000', '115010.190000', '115010.650000', '115011.110000', '115011.570000', '115012.030000', '115012.490000', '115012.950000', '115013.410000', '115013.870000', '115014.330000', '115014.790000', '115015.250000', '115015.710000', '115016.170000', '115016.630000', '115017.090000', '115017.550000', '115018.010000', '115018.470000', '115018.930000', '115019.390000', '115019.850000', '115020.310000', '115020.770000', '115021.230000', '115021.690000', '115022.150000', '115022.610000', '115023.070000', '115023.530000', '115023.990000', '115024.450000', '115024.910000', '115025.370000', '115025.830000', '115026.290000', '115026.750000', '115027.210000', '115027.670000', '115028.130000', '115028.590000', '115029.050000', '115029.510000', '115029.970000', '115030.430000', '115030.890000', '115031.350000', '115031.810000', '115032.270000', '115032.730000', '115033.190000', '115033.650000', '115034.110000', '115034.570000', '115035.030000', '115035.490000', '115035.950000', '115036.410000', '115036.870000', '115037.330000', '115037.790000', '115038.250000', '115038.710000', '115039.170000', '115039.630000', '115040.090000', '115040.550000', '115041.010000', '115041.470000', '115041.930000', '115042.390000', '115042.850000', '115043.310000', '115043.770000', '115044.230000', '115044.690000', '115045.150000', '115045.610000', '115046.070000', '115046.530000', '115046.990000', '115047.450000', '115047.910000', '115048.370000', '115048.830000', '115049.290000', '115049.750000', '115050.210000', '115050.670000', '115051.130000', '115051.590000', '115052.050000', '115052.510000', '115052.970000', '115053.430000', '115053.890000', '115054.350000', '115054.810000', '115055.270000', '115055.730000', '115056.190000', '115056.650000', '115057.110000', '115057.570000', '115058.030000', '115058.490000', '115058.950000', '115059.410000', '115059.870000', '115100.330000', '115100.790000', '115101.250000', '115101.710000', '115102.170000', '115102.630000', '115103.090000', '115103.550000', '115104.010000', '115104.470000', '115104.930000', '115105.390000', '115105.850000', '115106.310000', '115106.770000', '115107.230000', '115107.690000', '115108.150000', '115108.610000', '115109.070000', '115109.530000', '115109.990000', '115110.450000', '115110.910000', '115111.370000', '115111.830000', '115112.290000', '115112.750000', '115113.210000', '115113.670000', '115114.130000', '115114.590000', '115115.050000', '115115.510000', '115115.970000', '115116.430000', '115116.890000', '115117.350000', '115117.810000', '115118.270000', '115118.730000', '115119.190000', '115119.650000', '115120.110000', '115120.570000', '115121.030000', '115121.490000', '115121.950000', '115122.410000', '115122.870000', '115123.330000', '115123.790000', '115124.250000', '115124.710000', '115125.170000', '115125.630000', '115126.090000', '115126.550000', '115127.010000', '115127.470000', '115127.930000', '115128.390000', '115128.850000', '115129.310000', '115129.770000', '115130.230000', '115130.690000', '115131.150000', '115131.610000', '115132.070000', '115132.530000', '115132.990000', '115133.450000', '115133.910000', '115134.370000', '115134.830000', '115135.290000', '115135.750000', '115136.210000', '115136.670000', '115137.130000', '115137.590000', '115138.050000', '115138.510000', '115138.970000', '115139.430000', '115139.890000', '115140.350000', '115140.810000', '115141.270000', '115141.730000', '115142.190000', '115142.650000', '115143.110000', '115143.570000', '115144.030000', '115144.490000', '115144.950000', '115145.410000', '115145.870000', '115146.330000', '115146.790000', '115147.250000', '115147.710000', '115148.170000', '115148.630000', '115149.090000', '115149.550000', '115150.010000', '115150.470000', '115150.930000', '115151.390000', '115151.850000', '115152.310000', '115152.770000', '115153.230000', '115153.690000', '115154.150000', '115154.610000', '115155.070000', '115155.530000', '115155.990000', '115156.450000', '115156.910000', '115157.370000', '115157.830000', '115158.290000', '115158.750000', '115159.210000', '115159.670000', '115200.130000', '115200.590000', '115201.050000', '115201.510000', '115201.970000', '115202.430000', '115202.890000', '115203.350000', '115203.810000', '115204.270000', '115204.730000', '115205.190000', '115205.650000', '115206.110000', '115206.570000', '115207.030000', '115207.490000', '115207.950000', '115208.410000', '115208.870000', '115209.330000', '115209.790000', '115210.250000', '115210.710000', '115211.170000', '115211.630000', '115212.090000', '115212.550000', '115213.010000', '115213.470000', '115213.930000', '115214.390000', '115214.850000', '115215.310000', '115215.770000', '115216.230000', '115216.690000', '115217.150000', '115217.610000', '115218.070000', '115218.530000', '115218.990000', '115219.450000', '115219.910000', '115220.370000', '115220.830000', '115221.290000', '115221.750000', '115222.210000', '115222.670000', '115223.130000', '115223.590000', '115224.050000', '115224.510000', '115224.970000', '115225.430000', '115225.890000', '115226.350000', '115226.810000', '115227.270000', '115227.730000', '115228.190000', '115228.650000', '115229.110000', '115229.570000', '115230.030000', '115230.490000', '115230.950000', '115231.410000', '115231.870000', '115232.330000', '115232.790000', '115233.250000', '115233.710000', '115234.170000', '115234.630000', '115235.090000', '115235.550000', '115236.010000', '115236.470000', '115236.930000', '115237.390000', '115237.850000', '115238.310000', '115238.770000', '115239.230000', '115239.690000', '115240.150000', '115240.610000', '115241.070000', '115241.530000', '115241.990000', '115242.450000', '115242.910000', '115243.370000', '115243.830000', '115244.290000', '115244.750000', '115245.210000', '115245.670000', '115246.130000', '115246.590000', '115247.050000', '115247.510000', '115247.970000', '115248.430000', '115248.890000', '115249.350000'], 'ContentTime': ['114628.392000', '114628.395000', '114628.397000', '114628.400000', '114628.402000', '114628.405000', '114628.408000', '114628.410000', '114628.413000', '114628.415000', '114628.418000', '114628.420000', '114628.423000', '114628.434000', '114628.436000', '114628.439000', '114628.442000', '114628.444000', '114628.447000', '114628.449000', '114628.452000', '114628.454000', '114628.457000', '114628.460000', '114628.462000', '114628.465000', '114628.467000', '114628.470000', '114628.472000', '114628.475000', '114628.477000', '114628.480000', '114628.483000', '114628.485000', '114628.488000', '114628.490000', '114628.493000', '114628.495000', '114628.498000', '114628.501000', '114628.503000', '114648.348000', '114648.351000', '114648.353000', '114648.356000', '114648.358000', '114648.361000', '114648.363000', '114648.366000', '114648.369000', '114648.371000', '114648.374000', '114648.377000', '114648.380000', '114648.383000', '114648.386000', '114648.388000', '114648.391000', '114648.393000', '114648.396000', '114648.398000', '114648.401000', '114648.404000', '114648.406000', '114648.409000', '114648.411000', '114648.414000', '114648.417000', '114648.419000', '114648.422000', '114648.424000', '114648.427000', '114648.430000', '114648.432000', '114648.435000', '114648.437000', '114648.440000', '114648.442000', '114648.445000', '114648.447000', '114648.450000', '114648.461000', '114648.464000', '114648.474000', '114708.347000', '114708.350000', '114708.353000', '114708.356000', '114708.358000', '114708.361000', '114708.363000', '114708.366000', '114708.369000', '114708.371000', '114708.374000', '114708.376000', '114708.379000', '114708.381000', '114708.384000', '114708.387000', '114708.389000', '114708.392000', '114708.394000', '114708.397000', '114708.399000', '114708.402000', '114708.405000', '114708.407000', '114708.410000', '114708.412000', '114708.415000', '114708.417000', '114708.420000', '114708.423000', '114708.425000', '114708.437000', '114708.439000', '114708.442000', '114708.444000', '114708.447000', '114708.450000', '114708.452000', '114708.455000', '114708.457000', '114708.460000', '114708.462000', '114708.492000', '114708.494000', '114728.347000', '114728.350000', '114728.353000', '114728.356000', '114728.358000', '114728.361000', '114728.363000', '114728.366000', '114728.369000', '114728.371000', '114728.374000', '114728.376000', '114728.379000', '114728.382000', '114728.384000', '114728.387000', '114728.390000', '114728.393000', '114728.396000', '114728.398000', '114728.401000', '114728.403000', '114728.406000', '114728.409000', '114728.411000', '114728.414000', '114728.416000', '114728.419000', '114728.422000', '114728.424000', '114728.427000', '114728.429000', '114728.432000', '114728.435000', '114728.438000', '114728.441000', '114728.443000', '114728.446000', '114728.448000', '114728.451000', '114728.464000', '114728.467000', '114728.469000', '114748.348000', '114748.351000', '114748.354000', '114748.356000', '114748.359000', '114748.362000', '114748.364000', '114748.367000', '114748.370000', '114748.372000', '114748.375000', '114748.377000', '114748.380000', '114748.383000', '114748.385000', '114748.388000', '114748.390000', '114748.393000', '114748.395000', '114748.398000', '114748.401000', '114748.403000', '114748.406000', '114748.408000', '114748.411000', '114748.413000', '114748.416000', '114748.419000', '114748.421000', '114748.424000', '114748.426000', '114748.429000', '114748.432000', '114748.434000', '114748.437000', '114748.439000', '114748.442000', '114748.444000', '114748.456000', '114748.459000', '114748.461000', '114748.464000', '114748.467000', '114748.469000', '114808.348000', '114808.351000', '114808.354000', '114808.357000', '114808.359000', '114808.362000', '114808.364000', '114808.367000', '114808.369000', '114808.372000', '114808.375000', '114808.377000', '114808.380000', '114808.382000', '114808.385000', '114808.388000', '114808.390000', '114808.393000', '114808.395000', '114808.398000', '114808.400000', '114808.403000', '114808.406000', '114808.408000', '114808.411000', '114808.414000', '114808.416000', '114808.419000', '114808.421000', '114808.424000', '114808.427000', '114808.429000', '114808.432000', '114808.434000', '114808.437000', '114808.440000', '114808.442000', '114808.445000', '114808.447000', '114808.450000', '114808.453000', '114808.455000', '114808.458000', '114828.349000', '114828.352000', '114828.354000', '114828.357000', '114828.359000', '114828.362000', '114828.365000', '114828.367000', '114828.370000', '114828.373000', '114828.375000', '114828.378000', '114828.380000', '114828.383000', '114828.386000', '114828.388000', '114828.391000', '114828.393000', '114828.396000', '114828.399000', '114828.401000', '114828.404000', '114828.406000', '114828.409000', '114828.412000', '114828.414000', '114828.417000', '114828.419000', '114828.422000', '114828.425000', '114828.427000', '114828.430000', '114828.432000', '114828.435000', '114828.437000', '114828.440000', '114828.443000', '114828.445000', '114828.448000', '114828.450000', '114828.453000', '114828.456000', '114828.458000', '114828.461000', '114848.348000', '114848.351000', '114848.354000', '114848.357000', '114848.359000', '114848.371000', '114848.373000', '114848.376000', '114848.378000', '114848.381000', '114848.384000', '114848.386000', '114848.389000', '114848.392000', '114848.394000', '114848.397000', '114848.399000', '114848.402000', '114848.405000', '114848.407000', '114848.410000', '114848.412000', '114848.415000', '114848.418000', '114848.420000', '114848.423000', '114848.426000', '114848.428000', '114848.431000', '114848.434000', '114848.436000', '114848.439000', '114848.441000', '114848.444000', '114848.447000', '114848.449000', '114848.452000', '114848.463000', '114848.465000', '114848.468000', '114848.471000', '114848.474000', '114848.477000', '114908.347000', '114908.350000', '114908.353000', '114908.355000', '114908.358000', '114908.361000', '114908.363000', '114908.366000', '114908.368000', '114908.371000', '114908.374000', '114908.376000', '114908.379000', '114908.381000', '114908.384000', '114908.386000', '114908.389000', '114908.392000', '114908.394000', '114908.397000', '114908.399000', '114908.402000', '114908.404000', '114908.407000', '114908.410000', '114908.412000', '114908.415000', '114908.418000', '114908.420000', '114908.423000', '114908.426000', '114908.428000', '114908.431000', '114908.433000', '114908.436000', '114908.438000', '114908.441000', '114908.444000', '114908.446000', '114908.449000', '114908.452000', '114908.454000', '114908.457000', '114908.459000', '114928.347000', '114928.350000', '114928.353000', '114928.355000', '114928.358000', '114928.361000', '114928.363000', '114928.366000', '114928.369000', '114928.371000', '114928.374000', '114928.376000', '114928.379000', '114928.381000', '114928.384000', '114928.387000', '114928.389000', '114928.392000', '114928.394000', '114928.397000', '114928.400000', '114928.403000', '114928.405000', '114928.408000', '114928.410000', '114928.413000', '114928.415000', '114928.418000', '114928.421000', '114928.423000', '114928.426000', '114928.429000', '114928.431000', '114928.434000', '114928.437000', '114928.440000', '114928.443000', '114928.446000', '114928.449000', '114928.451000', '114928.454000', '114928.457000', '114928.459000', '114948.347000', '114948.350000', '114948.353000', '114948.355000', '114948.358000', '114948.361000', '114948.363000', '114948.366000', '114948.368000', '114948.371000', '114948.374000', '114948.376000', '114948.379000', '114948.381000', '114948.384000', '114948.387000', '114948.389000', '114948.392000', '114948.394000', '114948.397000', '114948.399000', '114948.402000', '114948.432000', '114948.434000', '114948.437000', '114948.440000', '114948.442000', '114948.445000', '114948.447000', '114948.450000', '114948.452000', '114948.455000', '114948.458000', '114948.460000', '114948.463000', '114948.466000', '114948.468000', '114948.471000', '114948.473000', '114948.476000', '114948.478000', '114948.481000', '114948.484000', '114948.486000', '115008.348000', '115008.351000', '115008.354000', '115008.357000', '115008.359000', '115008.362000', '115008.365000', '115008.367000', '115008.370000', '115008.372000', '115008.375000', '115008.377000', '115008.380000', '115008.383000', '115008.385000', '115008.388000', '115008.390000', '115008.393000', '115008.396000', '115008.398000', '115008.401000', '115008.403000', '115008.416000', '115008.418000', '115008.421000', '115008.423000', '115008.426000', '115008.429000', '115008.431000', '115008.434000', '115008.436000', '115008.439000', '115008.442000', '115008.444000', '115008.447000', '115008.450000', '115008.452000', '115008.455000', '115008.457000', '115008.460000', '115008.463000', '115008.465000', '115008.468000', '115028.348000', '115028.351000', '115028.354000', '115028.356000', '115028.359000', '115028.362000', '115028.364000', '115028.367000', '115028.369000', '115028.372000', '115028.375000', '115028.377000', '115028.380000', '115028.382000', '115028.385000', '115028.387000', '115028.390000', '115028.393000', '115028.395000', '115028.409000', '115028.412000', '115028.414000', '115028.417000', '115028.420000', '115028.422000', '115028.425000', '115028.427000', '115028.430000', '115028.433000', '115028.435000', '115028.438000', '115028.440000', '115028.443000', '115028.446000', '115028.448000', '115028.451000', '115028.454000', '115028.456000', '115028.459000', '115028.461000', '115028.464000', '115028.467000', '115028.469000', '115048.349000', '115048.351000', '115048.354000', '115048.357000', '115048.359000', '115048.362000', '115048.364000', '115048.367000', '115048.370000', '115048.372000', '115048.375000', '115048.377000', '115048.380000', '115048.382000', '115048.385000', '115048.388000', '115048.390000', '115048.393000', '115048.395000', '115048.398000', '115048.401000', '115048.403000', '115048.406000', '115048.408000', '115048.411000', '115048.414000', '115048.416000', '115048.419000', '115048.421000', '115048.424000', '115048.427000', '115048.429000', '115048.432000', '115048.435000', '115048.437000', '115048.440000', '115048.442000', '115048.445000', '115048.448000', '115048.450000', '115048.453000', '115048.455000', '115048.458000', '115048.461000', '115108.349000', '115108.351000', '115108.354000', '115108.356000', '115108.359000', '115108.362000', '115108.364000', '115108.367000', '115108.369000', '115108.372000', '115108.375000', '115108.377000', '115108.380000', '115108.383000', '115108.385000', '115108.388000', '115108.390000', '115108.393000', '115108.396000', '115108.398000', '115108.401000', '115108.403000', '115108.406000', '115108.409000', '115108.411000', '115108.414000', '115108.416000', '115108.419000', '115108.422000', '115108.424000', '115108.427000', '115108.429000', '115108.432000', '115108.435000', '115108.437000', '115108.440000', '115108.442000', '115108.445000', '115108.448000', '115108.450000', '115108.453000', '115108.455000', '115108.458000', '115108.461000', '115128.347000', '115128.350000', '115128.353000', '115128.355000', '115128.358000', '115128.361000', '115128.363000', '115128.366000', '115128.368000', '115128.371000', '115128.374000', '115128.376000', '115128.379000', '115128.381000', '115128.384000', '115128.387000', '115128.389000', '115128.392000', '115128.394000', '115128.397000', '115128.399000', '115128.409000', '115128.412000', '115128.414000', '115128.417000', '115128.419000', '115128.422000', '115128.425000', '115128.427000', '115128.430000', '115128.432000', '115128.435000', '115128.438000', '115128.440000', '115128.443000', '115128.445000', '115128.448000', '115128.451000', '115128.453000', '115128.456000', '115128.458000', '115128.461000', '115128.463000', '115148.348000', '115148.350000', '115148.353000', '115148.356000', '115148.358000', '115148.361000', '115148.364000', '115148.367000', '115148.370000', '115148.373000', '115148.375000', '115148.378000', '115148.381000', '115148.383000', '115148.386000', '115148.388000', '115148.391000', '115148.394000', '115148.396000', '115148.399000', '115148.401000', '115148.404000', '115148.406000', '115148.409000', '115148.412000', '115148.414000', '115148.417000', '115148.419000', '115148.422000', '115148.425000', '115148.427000', '115148.430000', '115148.432000', '115148.435000', '115148.438000', '115148.440000', '115148.443000', '115148.445000', '115148.448000', '115148.451000', '115148.453000', '115148.456000', '115148.458000', '115208.349000', '115208.352000', '115208.354000', '115208.357000', '115208.359000', '115208.362000', '115208.364000', '115208.367000', '115208.370000', '115208.372000', '115208.375000', '115208.377000', '115208.380000', '115208.382000', '115208.385000', '115208.388000', '115208.390000', '115208.393000', '115208.395000', '115208.398000', '115208.401000', '115208.403000', '115208.406000', '115208.408000', '115208.411000', '115208.414000', '115208.416000', '115208.419000', '115208.421000', '115208.425000', '115208.428000', '115208.431000', '115208.433000', '115208.436000', '115208.438000', '115208.441000', '115208.444000', '115208.446000', '115208.449000', '115208.451000', '115208.454000', '115208.457000', '115208.459000', '115208.462000', '115228.349000', '115228.351000', '115228.354000', '115228.357000', '115228.360000', '115228.363000', '115228.365000', '115228.368000', '115228.370000', '115228.373000', '115228.376000', '115228.378000', '115228.381000', '115228.383000', '115228.386000', '115228.389000', '115228.391000', '115228.394000', '115228.396000', '115228.399000', '115228.402000', '115228.404000', '115228.407000', '115228.409000', '115228.412000', '115228.415000', '115228.417000', '115228.420000', '115228.423000', '115228.425000', '115228.428000', '115228.430000', '115228.433000', '115228.435000', '115228.438000', '115228.441000', '115228.443000', '115228.446000', '115228.448000', '115228.451000', '115228.454000', '115228.456000', '115228.459000', '115228.461000', '115248.349000', '115248.351000', '115248.354000', '115248.357000', '115248.359000', '115248.362000', '115248.364000', '115248.367000', '115248.370000', '115248.372000', '115248.375000', '115248.377000', '115248.380000', '115248.383000', '115248.385000', '115248.388000', '115248.390000', '115248.393000', '115248.396000', '115248.398000', '115248.401000', '115248.403000', '115248.406000', '115248.409000', '115248.411000', '115248.414000', '115248.417000', '115248.419000', '115248.422000', '115248.424000', '115248.427000', '115248.430000', '115248.432000', '115248.435000', '115248.437000', '115248.440000', '115248.442000', '115248.445000', '115248.448000', '115248.450000', '115248.453000', '115248.455000', '115248.458000', '115250.408000', '115250.411000', '115250.414000', '115250.417000', '115250.419000'], 'InstanceCreationTime': ['114628.392000', '114628.395000', '114628.397000', '114628.400000', '114628.402000', '114628.405000', '114628.408000', '114628.410000', '114628.413000', '114628.415000', '114628.418000', '114628.420000', '114628.423000', '114628.434000', '114628.436000', '114628.439000', '114628.442000', '114628.444000', '114628.447000', '114628.449000', '114628.452000', '114628.454000', '114628.457000', '114628.460000', '114628.462000', '114628.465000', '114628.467000', '114628.470000', '114628.472000', '114628.475000', '114628.477000', '114628.480000', '114628.483000', '114628.485000', '114628.488000', '114628.490000', '114628.493000', '114628.495000', '114628.498000', '114628.501000', '114628.503000', '114648.348000', '114648.351000', '114648.353000', '114648.356000', '114648.358000', '114648.361000', '114648.363000', '114648.366000', '114648.369000', '114648.371000', '114648.374000', '114648.377000', '114648.380000', '114648.383000', '114648.386000', '114648.388000', '114648.391000', '114648.393000', '114648.396000', '114648.398000', '114648.401000', '114648.404000', '114648.406000', '114648.409000', '114648.411000', '114648.414000', '114648.417000', '114648.419000', '114648.422000', '114648.424000', '114648.427000', '114648.430000', '114648.432000', '114648.435000', '114648.437000', '114648.440000', '114648.442000', '114648.445000', '114648.447000', '114648.450000', '114648.461000', '114648.464000', '114648.474000', '114708.347000', '114708.350000', '114708.353000', '114708.356000', '114708.358000', '114708.361000', '114708.363000', '114708.366000', '114708.369000', '114708.371000', '114708.374000', '114708.376000', '114708.379000', '114708.381000', '114708.384000', '114708.387000', '114708.389000', '114708.392000', '114708.394000', '114708.397000', '114708.399000', '114708.402000', '114708.405000', '114708.407000', '114708.410000', '114708.412000', '114708.415000', '114708.417000', '114708.420000', '114708.423000', '114708.425000', '114708.437000', '114708.439000', '114708.442000', '114708.444000', '114708.447000', '114708.450000', '114708.452000', '114708.455000', '114708.457000', '114708.460000', '114708.462000', '114708.492000', '114708.494000', '114728.347000', '114728.350000', '114728.353000', '114728.356000', '114728.358000', '114728.361000', '114728.363000', '114728.366000', '114728.369000', '114728.371000', '114728.374000', '114728.376000', '114728.379000', '114728.382000', '114728.384000', '114728.387000', '114728.390000', '114728.393000', '114728.396000', '114728.398000', '114728.401000', '114728.403000', '114728.406000', '114728.409000', '114728.411000', '114728.414000', '114728.416000', '114728.419000', '114728.422000', '114728.424000', '114728.427000', '114728.429000', '114728.432000', '114728.435000', '114728.438000', '114728.441000', '114728.443000', '114728.446000', '114728.448000', '114728.451000', '114728.464000', '114728.467000', '114728.469000', '114748.348000', '114748.351000', '114748.354000', '114748.356000', '114748.359000', '114748.362000', '114748.364000', '114748.367000', '114748.370000', '114748.372000', '114748.375000', '114748.377000', '114748.380000', '114748.383000', '114748.385000', '114748.388000', '114748.390000', '114748.393000', '114748.395000', '114748.398000', '114748.401000', '114748.403000', '114748.406000', '114748.408000', '114748.411000', '114748.413000', '114748.416000', '114748.419000', '114748.421000', '114748.424000', '114748.426000', '114748.429000', '114748.432000', '114748.434000', '114748.437000', '114748.439000', '114748.442000', '114748.444000', '114748.456000', '114748.459000', '114748.461000', '114748.464000', '114748.467000', '114748.469000', '114808.348000', '114808.351000', '114808.354000', '114808.357000', '114808.359000', '114808.362000', '114808.364000', '114808.367000', '114808.369000', '114808.372000', '114808.375000', '114808.377000', '114808.380000', '114808.382000', '114808.385000', '114808.388000', '114808.390000', '114808.393000', '114808.395000', '114808.398000', '114808.400000', '114808.403000', '114808.406000', '114808.408000', '114808.411000', '114808.414000', '114808.416000', '114808.419000', '114808.421000', '114808.424000', '114808.427000', '114808.429000', '114808.432000', '114808.434000', '114808.437000', '114808.440000', '114808.442000', '114808.445000', '114808.447000', '114808.450000', '114808.453000', '114808.455000', '114808.458000', '114828.349000', '114828.352000', '114828.354000', '114828.357000', '114828.359000', '114828.362000', '114828.365000', '114828.367000', '114828.370000', '114828.373000', '114828.375000', '114828.378000', '114828.380000', '114828.383000', '114828.386000', '114828.388000', '114828.391000', '114828.393000', '114828.396000', '114828.399000', '114828.401000', '114828.404000', '114828.406000', '114828.409000', '114828.412000', '114828.414000', '114828.417000', '114828.419000', '114828.422000', '114828.425000', '114828.427000', '114828.430000', '114828.432000', '114828.435000', '114828.437000', '114828.440000', '114828.443000', '114828.445000', '114828.448000', '114828.450000', '114828.453000', '114828.456000', '114828.458000', '114828.461000', '114848.348000', '114848.351000', '114848.354000', '114848.357000', '114848.359000', '114848.371000', '114848.373000', '114848.376000', '114848.378000', '114848.381000', '114848.384000', '114848.386000', '114848.389000', '114848.392000', '114848.394000', '114848.397000', '114848.399000', '114848.402000', '114848.405000', '114848.407000', '114848.410000', '114848.412000', '114848.415000', '114848.418000', '114848.420000', '114848.423000', '114848.426000', '114848.428000', '114848.431000', '114848.434000', '114848.436000', '114848.439000', '114848.441000', '114848.444000', '114848.447000', '114848.449000', '114848.452000', '114848.463000', '114848.465000', '114848.468000', '114848.471000', '114848.474000', '114848.477000', '114908.347000', '114908.350000', '114908.353000', '114908.355000', '114908.358000', '114908.361000', '114908.363000', '114908.366000', '114908.368000', '114908.371000', '114908.374000', '114908.376000', '114908.379000', '114908.381000', '114908.384000', '114908.386000', '114908.389000', '114908.392000', '114908.394000', '114908.397000', '114908.399000', '114908.402000', '114908.404000', '114908.407000', '114908.410000', '114908.412000', '114908.415000', '114908.418000', '114908.420000', '114908.423000', '114908.426000', '114908.428000', '114908.431000', '114908.433000', '114908.436000', '114908.438000', '114908.441000', '114908.444000', '114908.446000', '114908.449000', '114908.452000', '114908.454000', '114908.457000', '114908.459000', '114928.347000', '114928.350000', '114928.353000', '114928.355000', '114928.358000', '114928.361000', '114928.363000', '114928.366000', '114928.369000', '114928.371000', '114928.374000', '114928.376000', '114928.379000', '114928.381000', '114928.384000', '114928.387000', '114928.389000', '114928.392000', '114928.394000', '114928.397000', '114928.400000', '114928.403000', '114928.405000', '114928.408000', '114928.410000', '114928.413000', '114928.415000', '114928.418000', '114928.421000', '114928.423000', '114928.426000', '114928.429000', '114928.431000', '114928.434000', '114928.437000', '114928.440000', '114928.443000', '114928.446000', '114928.449000', '114928.451000', '114928.454000', '114928.457000', '114928.459000', '114948.347000', '114948.350000', '114948.353000', '114948.355000', '114948.358000', '114948.361000', '114948.363000', '114948.366000', '114948.368000', '114948.371000', '114948.374000', '114948.376000', '114948.379000', '114948.381000', '114948.384000', '114948.387000', '114948.389000', '114948.392000', '114948.394000', '114948.397000', '114948.399000', '114948.402000', '114948.432000', '114948.434000', '114948.437000', '114948.440000', '114948.442000', '114948.445000', '114948.447000', '114948.450000', '114948.452000', '114948.455000', '114948.458000', '114948.460000', '114948.463000', '114948.466000', '114948.468000', '114948.471000', '114948.473000', '114948.476000', '114948.478000', '114948.481000', '114948.484000', '114948.486000', '115008.348000', '115008.351000', '115008.354000', '115008.357000', '115008.359000', '115008.362000', '115008.365000', '115008.367000', '115008.370000', '115008.372000', '115008.375000', '115008.377000', '115008.380000', '115008.383000', '115008.385000', '115008.388000', '115008.390000', '115008.393000', '115008.396000', '115008.398000', '115008.401000', '115008.403000', '115008.416000', '115008.418000', '115008.421000', '115008.423000', '115008.426000', '115008.429000', '115008.431000', '115008.434000', '115008.436000', '115008.439000', '115008.442000', '115008.444000', '115008.447000', '115008.450000', '115008.452000', '115008.455000', '115008.457000', '115008.460000', '115008.463000', '115008.465000', '115008.468000', '115028.348000', '115028.351000', '115028.354000', '115028.356000', '115028.359000', '115028.362000', '115028.364000', '115028.367000', '115028.369000', '115028.372000', '115028.375000', '115028.377000', '115028.380000', '115028.382000', '115028.385000', '115028.387000', '115028.390000', '115028.393000', '115028.395000', '115028.409000', '115028.412000', '115028.414000', '115028.417000', '115028.420000', '115028.422000', '115028.425000', '115028.427000', '115028.430000', '115028.433000', '115028.435000', '115028.438000', '115028.440000', '115028.443000', '115028.446000', '115028.448000', '115028.451000', '115028.454000', '115028.456000', '115028.459000', '115028.461000', '115028.464000', '115028.467000', '115028.469000', '115048.349000', '115048.351000', '115048.354000', '115048.357000', '115048.359000', '115048.362000', '115048.364000', '115048.367000', '115048.370000', '115048.372000', '115048.375000', '115048.377000', '115048.380000', '115048.382000', '115048.385000', '115048.388000', '115048.390000', '115048.393000', '115048.395000', '115048.398000', '115048.401000', '115048.403000', '115048.406000', '115048.408000', '115048.411000', '115048.414000', '115048.416000', '115048.419000', '115048.421000', '115048.424000', '115048.427000', '115048.429000', '115048.432000', '115048.435000', '115048.437000', '115048.440000', '115048.442000', '115048.445000', '115048.448000', '115048.450000', '115048.453000', '115048.455000', '115048.458000', '115048.461000', '115108.349000', '115108.351000', '115108.354000', '115108.356000', '115108.359000', '115108.362000', '115108.364000', '115108.367000', '115108.369000', '115108.372000', '115108.375000', '115108.377000', '115108.380000', '115108.383000', '115108.385000', '115108.388000', '115108.390000', '115108.393000', '115108.396000', '115108.398000', '115108.401000', '115108.403000', '115108.406000', '115108.409000', '115108.411000', '115108.414000', '115108.416000', '115108.419000', '115108.422000', '115108.424000', '115108.427000', '115108.429000', '115108.432000', '115108.435000', '115108.437000', '115108.440000', '115108.442000', '115108.445000', '115108.448000', '115108.450000', '115108.453000', '115108.455000', '115108.458000', '115108.461000', '115128.347000', '115128.350000', '115128.353000', '115128.355000', '115128.358000', '115128.361000', '115128.363000', '115128.366000', '115128.368000', '115128.371000', '115128.374000', '115128.376000', '115128.379000', '115128.381000', '115128.384000', '115128.387000', '115128.389000', '115128.392000', '115128.394000', '115128.397000', '115128.399000', '115128.409000', '115128.412000', '115128.414000', '115128.417000', '115128.419000', '115128.422000', '115128.425000', '115128.427000', '115128.430000', '115128.432000', '115128.435000', '115128.438000', '115128.440000', '115128.443000', '115128.445000', '115128.448000', '115128.451000', '115128.453000', '115128.456000', '115128.458000', '115128.461000', '115128.463000', '115148.348000', '115148.350000', '115148.353000', '115148.356000', '115148.358000', '115148.361000', '115148.364000', '115148.367000', '115148.370000', '115148.373000', '115148.375000', '115148.378000', '115148.381000', '115148.383000', '115148.386000', '115148.388000', '115148.391000', '115148.394000', '115148.396000', '115148.399000', '115148.401000', '115148.404000', '115148.406000', '115148.409000', '115148.412000', '115148.414000', '115148.417000', '115148.419000', '115148.422000', '115148.425000', '115148.427000', '115148.430000', '115148.432000', '115148.435000', '115148.438000', '115148.440000', '115148.443000', '115148.445000', '115148.448000', '115148.451000', '115148.453000', '115148.456000', '115148.458000', '115208.349000', '115208.352000', '115208.354000', '115208.357000', '115208.359000', '115208.362000', '115208.364000', '115208.367000', '115208.370000', '115208.372000', '115208.375000', '115208.377000', '115208.380000', '115208.382000', '115208.385000', '115208.388000', '115208.390000', '115208.393000', '115208.395000', '115208.398000', '115208.401000', '115208.403000', '115208.406000', '115208.408000', '115208.411000', '115208.414000', '115208.416000', '115208.419000', '115208.421000', '115208.425000', '115208.428000', '115208.431000', '115208.433000', '115208.436000', '115208.438000', '115208.441000', '115208.444000', '115208.446000', '115208.449000', '115208.451000', '115208.454000', '115208.457000', '115208.459000', '115208.462000', '115228.349000', '115228.351000', '115228.354000', '115228.357000', '115228.360000', '115228.363000', '115228.365000', '115228.368000', '115228.370000', '115228.373000', '115228.376000', '115228.378000', '115228.381000', '115228.383000', '115228.386000', '115228.389000', '115228.391000', '115228.394000', '115228.396000', '115228.399000', '115228.402000', '115228.404000', '115228.407000', '115228.409000', '115228.412000', '115228.415000', '115228.417000', '115228.420000', '115228.423000', '115228.425000', '115228.428000', '115228.430000', '115228.433000', '115228.435000', '115228.438000', '115228.441000', '115228.443000', '115228.446000', '115228.448000', '115228.451000', '115228.454000', '115228.456000', '115228.459000', '115228.461000', '115248.349000', '115248.351000', '115248.354000', '115248.357000', '115248.359000', '115248.362000', '115248.364000', '115248.367000', '115248.370000', '115248.372000', '115248.375000', '115248.377000', '115248.380000', '115248.383000', '115248.385000', '115248.388000', '115248.390000', '115248.393000', '115248.396000', '115248.398000', '115248.401000', '115248.403000', '115248.406000', '115248.409000', '115248.411000', '115248.414000', '115248.417000', '115248.419000', '115248.422000', '115248.424000', '115248.427000', '115248.430000', '115248.432000', '115248.435000', '115248.437000', '115248.440000', '115248.442000', '115248.445000', '115248.448000', '115248.450000', '115248.453000', '115248.455000', '115248.458000', '115250.408000', '115250.411000', '115250.414000', '115250.417000', '115250.419000'], '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': [10565, 10152, 10466, 10222, 10228, 10652, 8395, 11925, 10498, 8819, 8366, 10986, 12959, 8467, 10020, 8358, 11457, 8836, 7886, 8943, 11705, 7728, 10313, 12110, 7561, 10906, 8176, 9428, 7123, 11250, 11736, 8079, 10400, 10678, 8242, 11159, 8240, 8840, 11963, 8175, 10461, 12037, 8392, 11189, 8823, 9175, 11897, 8466, 10943, 8302, 9225, 12176, 8412, 10596, 12102, 8024, 10698, 12014, 8200, 10862, 10277, 7982, 9158, 10098, 7233, 10884, 12388, 8430, 8222, 12060, 8661, 12090, 7954, 10844, 8972, 12253, 12438, 7527, 11153, 13203, 7809, 10354, 12506, 7934, 12474, 13616, 8078, 12229, 11030, 8691, 12510, 8675, 12038, 10842, 8953, 13023, 9190, 10479, 13152, 9324, 11013, 7415, 10876, 12710, 8277, 10421, 12919, 8603, 11218, 9398, 8775, 12635, 8279, 9838, 12957, 8627, 11054, 12915, 8854, 11619, 7568, 11115, 8717, 9405, 7449, 12176, 13733, 8613, 10475, 12442, 8389, 9365, 9378, 12721, 10091, 8562, 9819, 8963, 12444, 8891, 8675, 13270, 8322, 11056, 11215, 9183, 12418, 8223, 12137, 7591, 11258, 8637, 9226, 12702, 8513, 11711, 8006, 11549, 12437, 8412, 11269, 11642, 8800, 13055, 8430, 11318, 12614, 8509, 12037, 9100, 8644, 13071, 8833, 11151, 8595, 12342, 7996, 10444, 7847, 12097, 14079, 9588, 10440, 12540, 7961, 9833, 12648, 8430, 11222, 11021, 9105, 12620, 8235, 11030, 14051, 8061, 11552, 9402, 9492, 12991, 8848, 10722, 9878, 8054, 12110, 7792, 10504, 12642, 8425, 11344, 7964, 10621, 8452, 9506, 7818, 11516, 13586, 11419, 10183, 10930, 8106, 11950, 8153, 10698, 12523, 8979, 11079, 8287, 8723, 12165, 8181, 10720, 9088, 8547, 12181, 8054, 11108, 7790, 10059, 9498, 8512, 12202, 8107, 10886, 8791, 9385, 11519, 8414, 8384, 10043, 12591, 8115, 10750, 10116, 9071, 11627, 8703, 11494, 8195, 11088, 8014, 11725, 8395, 11344, 9040, 12894, 12893, 8151, 10982, 14282, 8062, 11316, 8451, 10946, 7683, 10161, 7603, 11610, 9903, 9003, 12347, 8030, 9317, 10798, 8527, 12241, 7793, 8394, 12596, 7738, 10064, 8436, 10123, 8165, 9700, 11029, 8027, 12033, 8439, 11436, 8005, 11047, 8514, 11662, 12520, 8437, 11300, 12741, 8593, 10284, 12583, 8333, 10758, 7483, 11414, 7971, 8933, 11178, 8454, 11747, 8551, 9327, 9742, 12909, 7418, 9906, 12641, 7320, 9727, 12424, 7984, 10699, 8095, 9962, 8072, 9161, 12147, 8392, 11727, 8106, 10920, 9073, 11520, 7207, 10663, 8230, 9795, 11661, 8741, 9327, 9990, 14855, 10327, 9360, 12555, 8773, 9601, 12214, 8893, 10590, 7293, 10908, 7784, 9503, 7526, 11669, 10479, 9072, 6952, 11372, 12876, 8623, 11159, 12299, 8535, 10514, 7698, 9326, 11651, 7875, 10882, 9277, 8998, 11945, 8110, 10640, 7056, 10161, 10963, 7998, 11832, 8767, 10573, 7089, 9818, 11561, 7930, 11249, 8827, 9228, 11540, 7726, 10880, 7596, 9023, 12145, 7900, 10077, 12091, 8184, 10444, 7371, 10329, 6701, 9970, 10276, 8062, 12016, 8138, 9999, 8047, 12075, 12596, 8146, 10867, 12010, 8110, 11070, 7336, 10786, 8763, 8662, 12469, 8306, 9477, 11464, 8659, 7892, 8574, 12489, 7890, 9509, 8609, 12486, 9166, 9672, 7342, 11267, 12499, 8254, 11916, 8215, 10888, 8475, 10304, 7925, 11666, 12984, 8115, 10892, 8461, 9835, 9701, 8325, 11166, 7621, 11011, 7510, 10425, 8243, 9728, 7616, 10427, 12205, 7357, 10372, 11298, 7705, 10955, 10974, 7642, 11475, 6842, 9917, 8275, 8344, 10875, 8320, 12353, 8211, 11987, 7532, 8549, 12787, 7918, 11471, 7370, 11130, 8206, 11834, 11866, 7706, 11803, 12965, 7599, 11875, 8139, 10930, 8635, 9027, 12377, 9057, 12582, 8361, 11722, 7959, 10979, 8423, 11642, 12812, 8518, 11097, 12950, 9296, 10470, 8047, 9223, 12989, 8037, 10785, 12410, 7833, 11246, 8019, 11200, 7410, 10312, 7899, 12618, 8039, 10054, 8762, 11297, 12364, 8149, 11165, 7521, 10273, 9423, 9083, 7506, 10224, 13913, 10527, 9116, 12882, 9186, 8437, 12355, 8234, 9151, 6964, 8106, 9624, 9091, 13220, 8747, 10920, 8307, 11830, 7570, 11062, 7863, 12451, 12342, 8066, 11798, 9124, 8686, 12431, 8136, 8288, 9262, 13321, 9531, 8686, 13343, 9782, 9427, 13312, 8333, 12231, 11144, 7588, 12947, 10404, 7885, 13134, 7616, 10202, 7566, 10261, 12192, 7676, 7383, 10132, 13186, 7634, 10299, 6868, 11589, 13541, 7365, 11077, 12358, 8701, 11175, 9234, 13195, 7522, 12350, 8002, 11211, 8989, 12156, 9053, 11039, 9640, 10048, 12577, 9502, 12882, 8731, 10149, 8725, 14516, 9224, 10453, 9403, 9350, 12980, 9582, 8499, 9686, 13368, 9938, 8931, 13712, 8799, 11019, 8109, 11476, 7229, 9714, 9295, 9668, 13937, 9082, 12189, 8592, 10341, 8440, 12140, 13347, 8023, 11600, 12121, 8599, 11446, 8090, 11907, 12903, 7569, 11978, 10936, 7794, 12831, 7112, 8662, 14022, 7224, 9980, 13904, 7485, 11255, 9656, 7835, 13774, 6944, 10894, 10225, 7578, 13386, 7872, 11885, 6794, 12095, 14174, 8113, 13161, 12344, 8859, 13729, 8131, 11793, 14708, 8524, 10734, 14483, 8810, 12659, 7832, 11961, 8161, 12984, 8016, 12498, 8431, 11937, 11107, 8983, 7158, 10437, 7251, 8963, 8020, 12562, 10056, 9718, 14039, 14721, 13265, 8878, 7613, 11585, 13347, 14409, 13466, 13492, 14066, 10786, 13715, 11091, 10569, 12310, 7873, 9209, 10560, 8257, 11883, 10164, 7964, 13054, 9393, 10785, 9825, 9575, 10365, 8540, 10210, 9805, 8643, 12582, 7736, 11936, 7505, 10114, 7651, 8765, 7431, 10079, 7362, 12242, 7481, 12935, 7834, 11804, 11397, 7977, 12145, 7704, 11599, 7648, 9823, 12842, 7902, 11117, 11663, 8181, 12648, 7878, 11563, 14455, 8206, 12188, 14152, 8182, 13063, 9821, 9865, 13057, 7889, 12332, 8429, 9511, 13527, 8437, 12522, 16434, 9154, 12596, 12339, 7469, 13123, 9086, 8615, 13617, 8380, 12465, 7509, 10798, 12736, 7834, 13068, 8890, 10466, 11082, 7611, 12959, 9600, 8728, 13223, 11096, 8294, 13046, 7663, 9133, 12728, 7916, 11001, 9591, 8030, 12186, 7817, 7850, 12037, 7692, 8268, 12811, 7938, 10579, 8480, 8762, 8213, 10593, 10495, 8082, 12065, 7931, 12253, 8456, 10486, 11425, 8395, 13867, 10545, 11935, 15499, 10881, 7594, 12252, 15474], 'WindowCenter': [4349.0, 4323.0, 4318.0, 4306.0, 4293.0, 4291.0, 4269.0, 4299.0, 4288.0, 4267.0, 4268.0, 4303.0, 4299.0, 4269.0, 4275.0, 4272.0, 4287.0, 4267.0, 4259.0, 4267.0, 4285.0, 4255.0, 4289.0, 4297.0, 4248.0, 4286.0, 4256.0, 4278.0, 4248.0, 4301.0, 4301.0, 4260.0, 4293.0, 4277.0, 4267.0, 4290.0, 4256.0, 4269.0, 4284.0, 4254.0, 4275.0, 4284.0, 4255.0, 4274.0, 4253.0, 4264.0, 4284.0, 4256.0, 4288.0, 4256.0, 4277.0, 4296.0, 4255.0, 4290.0, 4297.0, 4255.0, 4287.0, 4285.0, 4258.0, 4288.0, 4277.0, 4257.0, 4275.0, 4289.0, 4257.0, 4305.0, 4313.0, 4267.0, 4280.0, 4314.0, 4283.0, 4313.0, 4273.0, 4302.0, 4298.0, 4330.0, 4314.0, 4273.0, 4314.0, 4324.0, 4272.0, 4292.0, 4299.0, 4272.0, 4314.0, 4309.0, 4271.0, 4313.0, 4288.0, 4267.0, 4299.0, 4268.0, 4302.0, 4289.0, 4266.0, 4299.0, 4263.0, 4276.0, 4283.0, 4251.0, 4271.0, 4233.0, 4276.0, 4285.0, 4240.0, 4274.0, 4282.0, 4243.0, 4273.0, 4251.0, 4254.0, 4284.0, 4241.0, 4262.0, 4281.0, 4239.0, 4272.0, 4270.0, 4240.0, 4270.0, 4241.0, 4271.0, 4250.0, 4262.0, 4244.0, 4313.0, 4311.0, 4256.0, 4276.0, 4285.0, 4254.0, 4267.0, 4279.0, 4300.0, 4274.0, 4254.0, 4264.0, 4265.0, 4296.0, 4254.0, 4253.0, 4293.0, 4241.0, 4284.0, 4284.0, 4266.0, 4285.0, 4255.0, 4296.0, 4258.0, 4299.0, 4268.0, 4280.0, 4309.0, 4268.0, 4298.0, 4269.0, 4314.0, 4300.0, 4270.0, 4301.0, 4288.0, 4269.0, 4308.0, 4258.0, 4290.0, 4298.0, 4268.0, 4298.0, 4264.0, 4267.0, 4298.0, 4266.0, 4287.0, 4280.0, 4311.0, 4257.0, 4289.0, 4271.0, 4327.0, 4326.0, 4281.0, 4292.0, 4301.0, 4257.0, 4279.0, 4295.0, 4254.0, 4285.0, 4284.0, 4267.0, 4298.0, 4257.0, 4290.0, 4297.0, 4243.0, 4287.0, 4254.0, 4263.0, 4285.0, 4252.0, 4276.0, 4264.0, 4244.0, 4283.0, 4245.0, 4275.0, 4294.0, 4258.0, 4290.0, 4256.0, 4290.0, 4267.0, 4290.0, 4282.0, 4314.0, 4323.0, 4294.0, 4279.0, 4272.0, 4258.0, 4284.0, 4245.0, 4275.0, 4283.0, 4264.0, 4275.0, 4251.0, 4254.0, 4281.0, 4242.0, 4271.0, 4252.0, 4253.0, 4282.0, 4243.0, 4273.0, 4241.0, 4274.0, 4265.0, 4265.0, 4297.0, 4254.0, 4288.0, 4265.0, 4277.0, 4287.0, 4267.0, 4267.0, 4292.0, 4313.0, 4269.0, 4290.0, 4288.0, 4280.0, 4299.0, 4269.0, 4299.0, 4269.0, 4288.0, 4269.0, 4300.0, 4270.0, 4299.0, 4285.0, 4315.0, 4299.0, 4258.0, 4288.0, 4294.0, 4243.0, 4273.0, 4254.0, 4274.0, 4244.0, 4274.0, 4259.0, 4301.0, 4276.0, 4271.0, 4298.0, 4244.0, 4267.0, 4286.0, 4266.0, 4297.0, 4244.0, 4256.0, 4296.0, 4243.0, 4277.0, 4256.0, 4289.0, 4266.0, 4292.0, 4289.0, 4270.0, 4312.0, 4283.0, 4302.0, 4273.0, 4302.0, 4283.0, 4318.0, 4303.0, 4261.0, 4288.0, 4284.0, 4254.0, 4266.0, 4281.0, 4243.0, 4271.0, 4242.0, 4287.0, 4243.0, 4267.0, 4284.0, 4258.0, 4288.0, 4267.0, 4279.0, 4283.0, 4302.0, 4249.0, 4281.0, 4297.0, 4233.0, 4267.0, 4284.0, 4254.0, 4275.0, 4254.0, 4277.0, 4256.0, 4282.0, 4298.0, 4268.0, 4301.0, 4269.0, 4289.0, 4294.0, 4305.0, 4261.0, 4293.0, 4268.0, 4292.0, 4301.0, 4270.0, 4278.0, 4291.0, 4313.0, 4275.0, 4266.0, 4285.0, 4251.0, 4263.0, 4273.0, 4252.0, 4263.0, 4233.0, 4276.0, 4242.0, 4264.0, 4259.0, 4299.0, 4288.0, 4268.0, 4249.0, 4315.0, 4312.0, 4270.0, 4304.0, 4299.0, 4269.0, 4291.0, 4248.0, 4279.0, 4299.0, 4257.0, 4289.0, 4266.0, 4267.0, 4297.0, 4257.0, 4288.0, 4249.0, 4288.0, 4277.0, 4256.0, 4288.0, 4267.0, 4277.0, 4245.0, 4280.0, 4285.0, 4258.0, 4289.0, 4254.0, 4265.0, 4274.0, 4245.0, 4278.0, 4246.0, 4268.0, 4288.0, 4254.0, 4277.0, 4283.0, 4254.0, 4273.0, 4243.0, 4276.0, 4249.0, 4290.0, 4288.0, 4269.0, 4311.0, 4270.0, 4291.0, 4285.0, 4315.0, 4301.0, 4261.0, 4293.0, 4301.0, 4259.0, 4290.0, 4260.0, 4292.0, 4270.0, 4270.0, 4301.0, 4257.0, 4279.0, 4286.0, 4267.0, 4258.0, 4271.0, 4299.0, 4269.0, 4293.0, 4283.0, 4316.0, 4280.0, 4280.0, 4260.0, 4305.0, 4301.0, 4272.0, 4288.0, 4270.0, 4290.0, 4267.0, 4292.0, 4272.0, 4302.0, 4298.0, 4259.0, 4279.0, 4255.0, 4268.0, 4267.0, 4256.0, 4286.0, 4249.0, 4276.0, 4246.0, 4276.0, 4255.0, 4267.0, 4259.0, 4289.0, 4286.0, 4247.0, 4276.0, 4272.0, 4244.0, 4273.0, 4261.0, 4230.0, 4271.0, 4221.0, 4263.0, 4241.0, 4256.0, 4274.0, 4256.0, 4297.0, 4260.0, 4301.0, 4259.0, 4270.0, 4297.0, 4258.0, 4299.0, 4259.0, 4299.0, 4284.0, 4318.0, 4304.0, 4261.0, 4302.0, 4300.0, 4250.0, 4289.0, 4258.0, 4290.0, 4270.0, 4269.0, 4297.0, 4271.0, 4299.0, 4271.0, 4303.0, 4270.0, 4301.0, 4284.0, 4316.0, 4315.0, 4273.0, 4303.0, 4303.0, 4266.0, 4265.0, 4245.0, 4264.0, 4294.0, 4256.0, 4277.0, 4284.0, 4247.0, 4285.0, 4259.0, 4289.0, 4247.0, 4291.0, 4284.0, 4314.0, 4271.0, 4292.0, 4284.0, 4318.0, 4315.0, 4275.0, 4305.0, 4260.0, 4294.0, 4282.0, 4270.0, 4262.0, 4293.0, 4313.0, 4279.0, 4257.0, 4299.0, 4253.0, 4254.0, 4274.0, 4240.0, 4252.0, 4231.0, 4243.0, 4264.0, 4267.0, 4297.0, 4257.0, 4275.0, 4258.0, 4298.0, 4260.0, 4301.0, 4271.0, 4317.0, 4298.0, 4257.0, 4288.0, 4267.0, 4267.0, 4296.0, 4260.0, 4272.0, 4282.0, 4323.0, 4279.0, 4258.0, 4298.0, 4264.0, 4265.0, 4294.0, 4255.0, 4300.0, 4285.0, 4245.0, 4298.0, 4274.0, 4244.0, 4295.0, 4243.0, 4266.0, 4243.0, 4279.0, 4299.0, 4260.0, 4262.0, 4306.0, 4314.0, 4260.0, 4282.0, 4249.0, 4306.0, 4314.0, 4249.0, 4292.0, 4301.0, 4272.0, 4300.0, 4281.0, 4312.0, 4261.0, 4303.0, 4259.0, 4302.0, 4285.0, 4318.0, 4274.0, 4304.0, 4282.0, 4292.0, 4313.0, 4282.0, 4300.0, 4269.0, 4278.0, 4270.0, 4313.0, 4282.0, 4290.0, 4267.0, 4280.0, 4299.0, 4266.0, 4258.0, 4270.0, 4298.0, 4265.0, 4255.0, 4295.0, 4253.0, 4273.0, 4247.0, 4288.0, 4249.0, 4281.0, 4281.0, 4295.0, 4322.0, 4283.0, 4314.0, 4283.0, 4292.0, 4273.0, 4315.0, 4313.0, 4261.0, 4289.0, 4287.0, 4256.0, 4278.0, 4259.0, 4291.0, 4298.0, 4247.0, 4288.0, 4263.0, 4233.0, 4284.0, 4232.0, 4255.0, 4294.0, 4245.0, 4266.0, 4293.0, 4245.0, 4286.0, 4266.0, 4247.0, 4297.0, 4249.0, 4290.0, 4278.0, 4260.0, 4310.0, 4271.0, 4303.0, 4264.0, 4329.0, 4324.0, 4275.0, 4328.0, 4302.0, 4273.0, 4313.0, 4260.0, 4301.0, 4311.0, 4257.0, 4278.0, 4296.0, 4267.0, 4297.0, 4258.0, 4299.0, 4272.0, 4322.0, 4272.0, 4325.0, 4297.0, 4329.0, 4318.0, 4284.0, 4264.0, 4302.0, 4284.0, 4303.0, 4294.0, 4320.0, 4319.0, 4294.0, 4259.0, 4347.0, 4299.0, 4290.0, 4176.0, 4266.0, 4350.0, 4340.0, 4357.0, 4330.0, 4327.0, 4304.0, 4298.0, 4288.0, 4289.0, 4284.0, 4253.0, 4261.0, 4270.0, 4252.0, 4280.0, 4270.0, 4239.0, 4288.0, 4262.0, 4269.0, 4272.0, 4271.0, 4285.0, 4263.0, 4286.0, 4284.0, 4276.0, 4293.0, 4265.0, 4293.0, 4254.0, 4284.0, 4264.0, 4277.0, 4267.0, 4298.0, 4281.0, 4323.0, 4297.0, 4348.0, 4323.0, 4365.0, 4339.0, 4311.0, 4339.0, 4298.0, 4339.0, 4310.0, 4333.0, 4351.0, 4312.0, 4343.0, 4341.0, 4322.0, 4351.0, 4312.0, 4356.0, 4361.0, 4311.0, 4353.0, 4349.0, 4308.0, 4350.0, 4317.0, 4330.0, 4349.0, 4311.0, 4350.0, 4307.0, 4329.0, 4348.0, 4297.0, 4339.0, 4357.0, 4317.0, 4338.0, 4334.0, 4282.0, 4333.0, 4290.0, 4291.0, 4331.0, 4292.0, 4323.0, 4282.0, 4325.0, 4333.0, 4294.0, 4336.0, 4304.0, 4326.0, 4326.0, 4296.0, 4335.0, 4302.0, 4293.0, 4332.0, 4308.0, 4279.0, 4318.0, 4267.0, 4299.0, 4318.0, 4279.0, 4311.0, 4299.0, 4281.0, 4323.0, 4281.0, 4294.0, 4322.0, 4280.0, 4292.0, 4320.0, 4291.0, 4311.0, 4292.0, 4304.0, 4319.0, 4341.0, 4338.0, 4310.0, 4350.0, 4322.0, 4352.0, 4310.0, 4342.0, 4340.0, 4323.0, 4351.0, 4328.0, 4338.0, 4357.0, 4325.0, 4295.0, 4338.0, 4347.0], 'WindowWidth': [9610.0, 9562.0, 9546.0, 9525.0, 9503.0, 9497.0, 9461.0, 9504.0, 9485.0, 9459.0, 9460.0, 9517.0, 9505.0, 9465.0, 9466.0, 9470.0, 9482.0, 9461.0, 9448.0, 9461.0, 9482.0, 9441.0, 9495.0, 9500.0, 9433.0, 9483.0, 9441.0, 9472.0, 9437.0, 9512.0, 9510.0, 9453.0, 9501.0, 9470.0, 9457.0, 9492.0, 9439.0, 9460.0, 9478.0, 9435.0, 9465.0, 9475.0, 9436.0, 9462.0, 9431.0, 9451.0, 9476.0, 9442.0, 9486.0, 9440.0, 9474.0, 9497.0, 9440.0, 9493.0, 9497.0, 9440.0, 9486.0, 9478.0, 9448.0, 9488.0, 9469.0, 9444.0, 9469.0, 9491.0, 9446.0, 9519.0, 9531.0, 9461.0, 9484.0, 9532.0, 9488.0, 9531.0, 9478.0, 9515.0, 9518.0, 9567.0, 9537.0, 9478.0, 9535.0, 9548.0, 9472.0, 9501.0, 9505.0, 9473.0, 9534.0, 9520.0, 9469.0, 9529.0, 9486.0, 9457.0, 9503.0, 9459.0, 9512.0, 9490.0, 9457.0, 9504.0, 9446.0, 9467.0, 9476.0, 9429.0, 9455.0, 9408.0, 9467.0, 9479.0, 9413.0, 9461.0, 9468.0, 9416.0, 9458.0, 9425.0, 9434.0, 9475.0, 9411.0, 9443.0, 9466.0, 9407.0, 9456.0, 9450.0, 9409.0, 9450.0, 9414.0, 9455.0, 9428.0, 9446.0, 9428.0, 9530.0, 9526.0, 9441.0, 9468.0, 9476.0, 9435.0, 9456.0, 9476.0, 9508.0, 9463.0, 9435.0, 9447.0, 9453.0, 9499.0, 9433.0, 9436.0, 9487.0, 9415.0, 9477.0, 9476.0, 9454.0, 9478.0, 9440.0, 9497.0, 9448.0, 9505.0, 9461.0, 9480.0, 9517.0, 9465.0, 9505.0, 9466.0, 9533.0, 9508.0, 9467.0, 9511.0, 9487.0, 9463.0, 9518.0, 9447.0, 9494.0, 9500.0, 9461.0, 9505.0, 9451.0, 9459.0, 9502.0, 9459.0, 9488.0, 9481.0, 9526.0, 9449.0, 9494.0, 9473.0, 9556.0, 9556.0, 9484.0, 9497.0, 9511.0, 9442.0, 9474.0, 9494.0, 9436.0, 9480.0, 9478.0, 9458.0, 9499.0, 9442.0, 9492.0, 9498.0, 9422.0, 9484.0, 9433.0, 9447.0, 9477.0, 9429.0, 9465.0, 9446.0, 9422.0, 9475.0, 9424.0, 9467.0, 9491.0, 9446.0, 9491.0, 9443.0, 9493.0, 9460.0, 9497.0, 9493.0, 9535.0, 9546.0, 9498.0, 9476.0, 9455.0, 9446.0, 9476.0, 9424.0, 9467.0, 9475.0, 9451.0, 9463.0, 9427.0, 9437.0, 9470.0, 9417.0, 9457.0, 9429.0, 9433.0, 9471.0, 9419.0, 9460.0, 9414.0, 9464.0, 9452.0, 9452.0, 9497.0, 9439.0, 9489.0, 9454.0, 9472.0, 9486.0, 9460.0, 9462.0, 9501.0, 9530.0, 9466.0, 9496.0, 9488.0, 9481.0, 9506.0, 9467.0, 9506.0, 9467.0, 9490.0, 9467.0, 9509.0, 9470.0, 9507.0, 9496.0, 9538.0, 9505.0, 9447.0, 9490.0, 9494.0, 9423.0, 9461.0, 9438.0, 9463.0, 9425.0, 9466.0, 9453.0, 9512.0, 9472.0, 9468.0, 9504.0, 9423.0, 9460.0, 9482.0, 9455.0, 9499.0, 9422.0, 9441.0, 9495.0, 9422.0, 9471.0, 9442.0, 9490.0, 9459.0, 9500.0, 9494.0, 9471.0, 9528.0, 9489.0, 9516.0, 9476.0, 9513.0, 9491.0, 9544.0, 9516.0, 9453.0, 9488.0, 9477.0, 9434.0, 9453.0, 9468.0, 9418.0, 9454.0, 9419.0, 9485.0, 9420.0, 9456.0, 9477.0, 9446.0, 9486.0, 9460.0, 9479.0, 9486.0, 9513.0, 9433.0, 9479.0, 9498.0, 9405.0, 9456.0, 9476.0, 9438.0, 9466.0, 9436.0, 9472.0, 9445.0, 9487.0, 9503.0, 9463.0, 9508.0, 9464.0, 9492.0, 9507.0, 9520.0, 9457.0, 9502.0, 9461.0, 9499.0, 9509.0, 9466.0, 9475.0, 9497.0, 9530.0, 9465.0, 9455.0, 9482.0, 9427.0, 9446.0, 9459.0, 9428.0, 9443.0, 9406.0, 9466.0, 9418.0, 9450.0, 9450.0, 9505.0, 9489.0, 9462.0, 9438.0, 9533.0, 9527.0, 9464.0, 9516.0, 9504.0, 9463.0, 9494.0, 9431.0, 9478.0, 9504.0, 9445.0, 9491.0, 9456.0, 9459.0, 9499.0, 9443.0, 9488.0, 9436.0, 9489.0, 9471.0, 9443.0, 9486.0, 9458.0, 9469.0, 9426.0, 9477.0, 9480.0, 9444.0, 9489.0, 9434.0, 9452.0, 9462.0, 9424.0, 9472.0, 9429.0, 9460.0, 9485.0, 9437.0, 9470.0, 9475.0, 9435.0, 9459.0, 9421.0, 9468.0, 9438.0, 9497.0, 9490.0, 9467.0, 9525.0, 9468.0, 9498.0, 9495.0, 9538.0, 9510.0, 9455.0, 9501.0, 9505.0, 9451.0, 9489.0, 9451.0, 9498.0, 9462.0, 9466.0, 9510.0, 9443.0, 9475.0, 9480.0, 9456.0, 9446.0, 9466.0, 9505.0, 9466.0, 9500.0, 9489.0, 9537.0, 9481.0, 9478.0, 9454.0, 9520.0, 9508.0, 9468.0, 9486.0, 9463.0, 9493.0, 9458.0, 9494.0, 9473.0, 9515.0, 9503.0, 9445.0, 9474.0, 9435.0, 9457.0, 9454.0, 9438.0, 9480.0, 9432.0, 9466.0, 9428.0, 9467.0, 9438.0, 9456.0, 9447.0, 9491.0, 9482.0, 9428.0, 9468.0, 9458.0, 9419.0, 9458.0, 9437.0, 9395.0, 9451.0, 9387.0, 9444.0, 9413.0, 9438.0, 9460.0, 9441.0, 9497.0, 9450.0, 9508.0, 9447.0, 9465.0, 9497.0, 9448.0, 9505.0, 9451.0, 9506.0, 9492.0, 9542.0, 9517.0, 9457.0, 9513.0, 9505.0, 9436.0, 9487.0, 9444.0, 9490.0, 9462.0, 9462.0, 9499.0, 9468.0, 9505.0, 9468.0, 9515.0, 9467.0, 9509.0, 9491.0, 9539.0, 9535.0, 9471.0, 9514.0, 9514.0, 9451.0, 9449.0, 9422.0, 9447.0, 9489.0, 9439.0, 9469.0, 9474.0, 9428.0, 9479.0, 9450.0, 9490.0, 9433.0, 9497.0, 9493.0, 9533.0, 9470.0, 9500.0, 9492.0, 9543.0, 9534.0, 9476.0, 9518.0, 9452.0, 9501.0, 9481.0, 9465.0, 9456.0, 9501.0, 9532.0, 9473.0, 9441.0, 9501.0, 9429.0, 9432.0, 9458.0, 9407.0, 9425.0, 9399.0, 9417.0, 9447.0, 9454.0, 9496.0, 9439.0, 9464.0, 9446.0, 9499.0, 9454.0, 9505.0, 9471.0, 9536.0, 9500.0, 9443.0, 9488.0, 9453.0, 9456.0, 9495.0, 9450.0, 9469.0, 9487.0, 9544.0, 9474.0, 9445.0, 9500.0, 9446.0, 9449.0, 9487.0, 9436.0, 9504.0, 9477.0, 9424.0, 9498.0, 9459.0, 9421.0, 9490.0, 9416.0, 9450.0, 9417.0, 9474.0, 9503.0, 9452.0, 9458.0, 9521.0, 9532.0, 9451.0, 9482.0, 9436.0, 9520.0, 9530.0, 9436.0, 9496.0, 9507.0, 9468.0, 9507.0, 9481.0, 9525.0, 9455.0, 9511.0, 9450.0, 9509.0, 9491.0, 9542.0, 9472.0, 9516.0, 9484.0, 9497.0, 9525.0, 9483.0, 9506.0, 9462.0, 9473.0, 9465.0, 9527.0, 9482.0, 9492.0, 9458.0, 9476.0, 9500.0, 9453.0, 9443.0, 9461.0, 9501.0, 9447.0, 9435.0, 9489.0, 9429.0, 9458.0, 9425.0, 9486.0, 9434.0, 9479.0, 9480.0, 9504.0, 9537.0, 9487.0, 9528.0, 9488.0, 9497.0, 9473.0, 9536.0, 9527.0, 9450.0, 9489.0, 9481.0, 9436.0, 9468.0, 9445.0, 9490.0, 9497.0, 9424.0, 9484.0, 9440.0, 9401.0, 9473.0, 9402.0, 9436.0, 9486.0, 9423.0, 9452.0, 9485.0, 9425.0, 9480.0, 9450.0, 9428.0, 9494.0, 9433.0, 9491.0, 9472.0, 9454.0, 9521.0, 9470.0, 9514.0, 9464.0, 9556.0, 9547.0, 9479.0, 9554.0, 9511.0, 9470.0, 9527.0, 9449.0, 9506.0, 9521.0, 9437.0, 9470.0, 9493.0, 9455.0, 9498.0, 9445.0, 9504.0, 9471.0, 9542.0, 9474.0, 9553.0, 9518.0, 9564.0, 9545.0, 9493.0, 9467.0, 9516.0, 9496.0, 9523.0, 9510.0, 9540.0, 9552.0, 9505.0, 9421.0, 9591.0, 9499.0, 9498.0, 9296.0, 9439.0, 9603.0, 9587.0, 9618.0, 9564.0, 9559.0, 9518.0, 9503.0, 9490.0, 9488.0, 9477.0, 9435.0, 9441.0, 9453.0, 9432.0, 9469.0, 9454.0, 9411.0, 9474.0, 9444.0, 9452.0, 9460.0, 9459.0, 9483.0, 9451.0, 9488.0, 9480.0, 9475.0, 9491.0, 9458.0, 9493.0, 9442.0, 9484.0, 9456.0, 9478.0, 9466.0, 9509.0, 9491.0, 9550.0, 9522.0, 9592.0, 9571.0, 9629.0, 9582.0, 9547.0, 9581.0, 9526.0, 9581.0, 9546.0, 9580.0, 9602.0, 9550.0, 9595.0, 9588.0, 9564.0, 9603.0, 9550.0, 9618.0, 9618.0, 9548.0, 9609.0, 9595.0, 9539.0, 9600.0, 9547.0, 9569.0, 9594.0, 9549.0, 9602.0, 9536.0, 9570.0, 9595.0, 9522.0, 9582.0, 9602.0, 9549.0, 9582.0, 9564.0, 9495.0, 9566.0, 9501.0, 9507.0, 9558.0, 9509.0, 9551.0, 9495.0, 9558.0, 9565.0, 9516.0, 9575.0, 9527.0, 9560.0, 9559.0, 9520.0, 9572.0, 9520.0, 9511.0, 9565.0, 9522.0, 9487.0, 9536.0, 9467.0, 9515.0, 9538.0, 9488.0, 9533.0, 9514.0, 9494.0, 9554.0, 9495.0, 9518.0, 9552.0, 9490.0, 9511.0, 9545.0, 9506.0, 9534.0, 9509.0, 9530.0, 9558.0, 9593.0, 9582.0, 9550.0, 9602.0, 9567.0, 9610.0, 9548.0, 9592.0, 9584.0, 9571.0, 9604.0, 9566.0, 9581.0, 9604.0, 9558.0, 9518.0, 9581.0, 9596.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.0273191254315305</td></tr>
<tr><td colspan=3>aqi</td><td>0.06895635373993095</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.670890904688925</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.4358845927304136</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3469526412903219</td></tr>
<tr><td colspan=3>efc</td><td>0.5043</td></tr>
<tr><td colspan=3>fber</td><td>5184.8984</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16318019284051666</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.543153049482163</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5043894414370103</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.395279579255721</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6550369366989863</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.462851808356324</td></tr>
<tr><td colspan=3>gcor</td><td>0.0173236</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013653645291924477</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05269772559404373</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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>4.830182764773212</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>20.4142</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6585</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.2825</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294310.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>983.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.203</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9674</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.933</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3517.6294</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1775.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>752.969</td></tr>
<tr><td colspan=3>tsnr</td><td>26.607072891900316</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>